Fossil

Timeline
Login

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

18397 check-ins

2024-04-18
17:14
Update the built-in SQLite to the latest pre-release of version 3.46.0, including the bug fix for the use of VALUES-as-coroutine with an OUTER JOIN. ... (Leaf check-in: 8be14e391e user: drh tags: trunk)
17:00
Typo fix and add specific Apache version number to the notes about the Content-Length change. ... (check-in: d0f4288916 user: stephan tags: trunk)
2024-04-17
17:59
Change log updates. ... (check-in: 8b805013e2 user: drh tags: trunk)
14:02
Output a warning if a client sync or clone gets back a keep-alive HTTP reply that lacks a content-length header. ... (check-in: f4ffefe708 user: drh tags: trunk)
13:27
Only process HTTP replies that lack a Content-Length header if the connection is set to be closed. Suggested by [https://bz.apache.org/bugzilla/show_bug.cgi?id=68905]. ... (check-in: 71919ad1b5 user: drh tags: trunk)
13:21
Update the change log in order to mention the Apache mod_cgi/Content-Length fix. ... (check-in: 670c886e30 user: drh tags: trunk)
13:14
Update Apache mod_cgi/Content-Length documentation. ... (check-in: 05181e4e15 user: drh tags: trunk)
12:58
Fix the HTTP-reply parser so that it is able to deal with replies that lack a Content-Length header field. This resolves the issue reported by [forum:/forumpost/12ac403fd29cfc89|forum post 12ac403fd29cfc89]. Also in this merge: (1) Add the --xverbose option to "fossil clone". (2) Improved error messages when web servers misbehave. See also my misguided and incorrect [https://bz.apache.org/bugzilla/show_bug.cgi?id=68905|Apache bug 68905]. Special thanks to Apache devs for setting me straight. ... (check-in: a8e33fb161 user: drh tags: trunk)
12:49
Fix ssh: clones, broken by the previous check-in. ... (Closed-Leaf check-in: de647e8652 user: drh tags: content-length-errors)
12:18
Arrange for the HTTP reply parser to be able to deal with a missing Content-Length header. Add the --xverbose option to the "fossil clone" command. ... (check-in: dfefd069b6 user: drh tags: content-length-errors)
2024-04-16
22:55
Attempt to provide more useful error messages when an intermediate server (such as Apache) does something wrong and messes up an HTTP request. ... (check-in: 131ba0fa1b user: drh tags: content-length-errors)
13:50
Improvements to the /test_env page that can be used to help diagnose problems such as missing CONTENT_LENGTH CGI parameters. ... (check-in: 9c40ddbcd1 user: drh tags: trunk)
12:01
For 'fossil bundle import' and 'cat' subcommands, do not create a bundle file if it does not exist (reported in [forum:8a26dd5610|forum post 8a26dd5610]). ... (check-in: 3828746b57 user: danield tags: trunk)
2024-04-15
23:53
Add a note about how to work around the Apache mod_cgi CONTENT_LENGTH behavior change which breaks fossil sync, as covered in [forum:12ac403fd29cfc89|forum post 12ac403fd29cfc89]. ... (check-in: 586dc75f49 user: stephan tags: trunk)
2024-04-12
15:24
Update the built-in SQLite to a newer version that fixes the btree overflow page cache bug. ... (check-in: 6a571f88cc user: drh tags: trunk)
14:44
Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. ... (check-in: c62e25ab05 user: stephan tags: trunk)
2024-04-11
12:38
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. ... (check-in: 78e63995be user: drh tags: trunk)
2024-04-10
20:27
Use fossil_path_free() instead of fossil_free() for names allocated (or not) by fossil_path_to_utf8(). ... (Closed-Leaf check-in: a9fa7d3cfa user: stephan tags: preserve-case-on-add)
20:09
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. ... (check-in: f1f7e27e0c user: drh tags: preserve-case-on-add)
11:31
When preparing a pattern for FTS search, if the pattern is empty convert it into a double-quoted empty string, to avoid FTS5 errors. ... (check-in: 5bb323ff9e user: drh tags: trunk)
2024-04-09
17:38
Defend against undefined values in query parameters in the cgi_check_for_malice() routine. ... (check-in: 08df33aa4c user: drh tags: trunk)
2024-04-08
12:40
Update the built-in SQLite to the latest version from trunk, for SQLite testing. ... (check-in: e9d8c04c94 user: drh tags: trunk)
2024-04-06
19:08
Update the change log with information about the GoogleOther robot detection. ... (check-in: 00b6b2f4dc user: drh tags: trunk)
19:01
Improved robot detection logic. ... (check-in: 61a8b0ecad user: drh tags: trunk)
2024-04-04
21:07
Cherry-pick SQLite changes intended for trunk. ... (check-in: 92f2a04d37 user: danield tags: trunk)
20:16
Update the built-in SQLite in order to beta-test recently added query planner improvements. ... (Leaf check-in: 755bebae80 user: drh tags: cmd-tag-list-values)
13:57
Add options to the 'tag' command to list tag values, as suggested by [forum:d4fb9400f9|forum post d4fb9400f9]. ... (check-in: d0dc62a4b8 user: danield tags: cmd-tag-list-values)
13:17
Put 'tag' command arguments in canonical order. ... (check-in: 72add40964 user: danield tags: trunk)
2024-03-30
20:48
Removed all references to "Fossil 2.1x" from the docs, excepting the changelog and the hashpolicy doc. The bulk of these were for 2.14 or older — *ten* versions back now! — and there is no reason to suppose such old versions are still in use any more. These notes were justified when they informed users about surprising changes and feature additions, but they now do nothing but clutter the docs. If I am wrong about people being surprised by these things, we still have the changelog, the timeline, and the forum. ... (check-in: ad47a447c8 user: wyoung tags: trunk)
09:19
Add MANIFEST_VERSION to the panic log for the case where HAVE_BACKTRACE is false. ... (check-in: f3cac52593 user: stephan tags: trunk)
2024-03-29
19:23
Do not issue error-log panics for timeouts unless the total CPU time exceeds 10 seconds. ... (check-in: d6fdfd372b user: drh tags: trunk)
17:41
Fix an issue with the "Autopush:" report in "fossil git export". ... (check-in: 0298a6fc86 user: drh tags: trunk)
17:37
Include the MANIFEST_VERSION in the segfault backtrace listing to help the developer chase the issue in the proper binary. ... (check-in: f8580614d0 user: stephan tags: trunk)
13:44
Add the /paniclog page, accessible only to administrators. ... (check-in: 11f6b5b06c user: drh tags: trunk)
13:15
Provide the full pathname of the CGI control file when describing how to activate the error log in the errorlog page, and on the security audit. ... (check-in: 4644ebef64 user: drh tags: trunk)
13:04
Improved error message for when the error log is unavailable. ... (check-in: e6b06b5d11 user: drh tags: trunk)
12:41
Create a separate "Log Menu" page that shows all of the available log files. ... (check-in: b28badb741 user: drh tags: trunk)
11:27
Update the backtrace output formatting to the log file so that it is easy to copy/paste the backtrace hex addresses into an "addr2line" command-line in order to get symbolic names. ... (check-in: daaf9ee79c user: drh tags: trunk)
2024-03-28
20:57
Fix to the "fossil git status" command as suggested by [forum:/forumpost/e15631f21e16f0b6|forum post e15631f21e16f0b6]. ... (check-in: 0028303999 user: drh tags: trunk)
10:40
Make the shunned/unshunned list legible (not blue on black) in the xekri skin. ... (check-in: dbbc4800e6 user: stephan tags: trunk)
10:16
Fix skin/xekri/css.txt's div.sectionmenu margin-top to avoid truncating the top of the menu. Visible in /ci/CHECKIN_ID pages. ... (check-in: 004b433b42 user: stephan tags: trunk)
10:05
Remove two curious CSS snippets from skins/xekri/css.txt which interfere with recent core skin changes and cause timeline entries with dark branch colors to render as black-on-dark-background. ... (check-in: aba45b228f user: stephan tags: trunk)
2024-03-27
11:47
In the build wiki, mention that buildmsvc.bat can be called in a normal command prompt. ... (check-in: b7e8b8e72d user: danield tags: trunk)
2024-03-26
17:08
Updates to the "aboutdownload" documentation page. ... (check-in: f5d1c5e0f9 user: drh tags: trunk)
15:36
Update the built-in SQLite to the latest version 3.46.0 prototype. ... (check-in: 452f8e1ffc user: drh tags: trunk)
2024-03-25
15:48
Update buildmsvc.bat to be able to be called in a normal command prompt and automatically load the needed MSVC build tools (x64 by default; x86 can be given as the first argument). ... (check-in: 97971b9666 user: danield tags: trunk)
2024-03-23
05:54
Updates from trunk for sync changes et al. ... (Leaf check-in: 2304041e42 user: andybradford tags: clone-resume)
2024-03-22
12:30
Fix uninitialized variable in the previous check-in. ... (check-in: 38dad38b6d user: drh tags: trunk)
12:28
The "fossil sync --all" command now makes up to two passes through the list of remote URLs to ensure that everybody gets synced up. See the discussion at [forum:/forumpost/4d6a94aca6105fc6|forum thread 4d6a94aca6105fc6]. ... (check-in: 0cd5589c09 user: drh tags: trunk)
2024-03-20
19:06
Fix a potential NULL pointer dereference in search if the search index is not correct. ... (check-in: 11ffd84a9a user: drh tags: trunk)
2024-03-18
19:16
Update the built-in SQLite to the latest trunk version from the 3.46.0 development cycle, for the purposing testing SQLite. ... (check-in: 03e00a67d9 user: drh tags: trunk)
2024-03-16
23:01
Referenced prior commit's feature in the changelog ... (check-in: 6f532afa47 user: wyoung tags: trunk)
22:59
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 ... (check-in: 363f01aba9 user: drh tags: trunk)
22:56
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages. ... (Closed-Leaf check-in: 758170bc79 user: wyoung tags: render-pikchr-via-doc-popup)
2024-03-15
12:59
Fix a potential integer overflow in the bag_hash() function. ... (check-in: 34276d22e5 user: drh tags: trunk)
2024-03-12
23:33
Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. ... (check-in: 3d1e634d16 user: stephan tags: trunk)
18:20
In /vdiff, exempt the 'from' and 'to' (branch names) args from the HTTP 418 response check because they otherwise trigger on some real-world branch names. ... (check-in: 938fda79d4 user: stephan tags: trunk)
2024-03-11
19:36
Update the change log. ... (check-in: fc9c53abf1 user: drh tags: trunk)
19:20
On the header for a /timeline that uses the new to2= query parameter, use the value of either the to= or the to2= query parameter, whichever is valid. ... (check-in: 452f050241 user: drh tags: trunk)
16:39
Disable load-control for the /xfer page. This prevents real users with passwords from being denied autosync because of some misbehaving spider. ... (check-in: 650305e94f user: drh tags: trunk)
2024-03-09
19:17
Add the to2=LABEL query parameter to timeline. This is intended as a backup name for to=END in case the END label cannot be resolved. ... (check-in: 1ff12ea630 user: drh tags: trunk)
18:52
Update the built-in SQLite to the latest 3.46.0 pre-release for beta-testing. ... (check-in: 3b99d2ca26 user: drh tags: trunk)
07:52
Document the optional IP: part of (server --port IP:PORT), per [forum:88f7f8245e|forum post 88f7f8245e]. ... (check-in: 3815c85746 user: stephan tags: trunk)
07:44
Reduce extraneous wording in /finfo, per feedback in [forum:e456b9141b|forum post e456b9141b]. ... (check-in: b6517d5eeb user: stephan tags: trunk)
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. ... (Leaf check-in: 0517bd2dd8 user: stephan tags: markdown-tagrefs)
08:44
Part 2 of 2 of [91a73ec348d7609f]: add --dark-pikchr to the test-wiki-render and test-markdown-render commands. ... (check-in: aac2a35086 user: stephan tags: trunk)
08:16
Add -dark flag to the pikchr command to tell pikchr to render in dark mode. This is the first part of a request from [forum:8f18c016fe|forum post 8f18c016fe]. ... (check-in: 91a73ec348 user: stephan tags: trunk)
2024-03-03
13:50
Adapt /pikchrshow to latest skin changes to keep the page footer from scrolling off the screen. ... (check-in: 7b4bbc8203 user: stephan tags: trunk)
2024-02-29
19:48
Removed extra indent in the login groups doc. Not caught earlier because it's buried in the "caps" section. ... (check-in: a7255ba561 user: wyoung tags: trunk)
2024-02-28
18:16
URL fix in previous; remote path needs to be part of the URL, and we can avoid giving the local clone path by using the new clone-and-open functionality. ... (check-in: 69959fa5b6 user: wyoung tags: trunk)
18:10
Extended the sync doc with info about PATH implications of finding the fossil binary on the remote system over ssh: URLs, including formal documentation (for the first time?) of the ?fossil= query parameter. ... (check-in: a975ccb75b user: wyoung tags: trunk)
17:52
Added fragment identifiers to the h2 and h3 levels of the sync doc, for referring to individual sections. ... (check-in: 5ca63acf9f user: wyoung tags: trunk)
2024-02-25
10:52
Fix typos in www/build.wiki as reported on the forum. ... (check-in: 3ec73a0d0d user: drh tags: trunk)
2024-02-24
16:31
On the /skins page, move the "Custom" skin to the bottom of the list. ... (check-in: 2ac49d3200 user: drh tags: trunk)
11:33
Fix a bug in Windows builds introduced by [fc0b9325f02b16b3]: When escaping arguments for the CMD.EXE which are not filenames, allow % to pass through unaltered and unquoted. This is necessary so that we can construct a URL that contains a "%d" field to hold the TCP port number. ... (check-in: c2c02cd7d1 user: drh tags: trunk)
2024-02-23
23:51
Include the new default-skin setting in CONFIGSET_SKIN. ... (check-in: 818a6ad79a user: drh tags: trunk)
23:31
Remove a debugging printf() accidently left in the previous check-in. Also remove an unused variable. ... (check-in: 00dad9a2f2 user: drh tags: trunk)
23:29
Show the custom skin as an option on the /skins page, if it exists. ... (check-in: b828d8fd59 user: drh tags: trunk)
22:35
Improvements to the "/skins" page to work better with the new default-skin setting. ... (check-in: 99575d4cbc user: drh tags: trunk)
21:57
In the source of the home page (<code>www/index.wiki</code>) move the "What Is It?" header ahead of the floating sidebar. This fixes appearence under the custom skin where that sidebar (from the content) collides with another floating sidebar (emitted by the header of a skin). ... (check-in: 3a78497bd7 user: george tags: trunk)
20:52
Improvements to skin administration. The /setup_skin_admin page allows the admin to set the default-skin setting to select which skin to use, and to clear out the custom skin. ... (check-in: f3702b86c3 user: drh tags: trunk)
18:18
Revive the default-skin setting. I now think it will be useful after all, when used in combination with other changes that are planned. ... (check-in: 18d76fffb1 user: drh tags: trunk)
17:48
Reworked the handling of the three "selected" row cases in /timeline (current, first-in-range and last-in-range) so the borders and highlighting extend to the left margin. The "current" case (seen under "fossil ui" only, to indicate the ckout version) wasn't a problem, but the other two use background colors potentially confusable with branch colors. This makes the timelines more like that of the Fossil 2.23 and prior default skin (now called Étienne) but with rounded corners in the modern modes, matching the rest of the timeline. This occurs in all timeline modes, including the classic, compact, and verbose views. The result is that the corners for these selected row types are rounded, but because they tend to be compact, it gives a full-round look on the ends. Avoiding this would require considerably more verbose CSS, and it's plenty intricate as it is. ... (check-in: 9568091a9b user: wyoung tags: trunk)
17:30
Remove the "default-skin" setting that was added by [24e015de71cfdc79]. ... (check-in: 1975bfd279 user: drh tags: trunk)
17:25
Improvements to the Skin setup interface. ... (check-in: 33cc83ffb8 user: drh tags: trunk)
15:24
Add the "default-skin" setting which defines which built-in skin to use if no skin is otherwise specified. On the /skins page, show how the current skin is selected, if that is relevant. Add the /fdscookie page that shows just the "fossil_display_settings" cookie rather than all cookies. ... (check-in: 24e015de71 user: drh tags: trunk)
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". ... (Leaf check-in: 94f9b72690 user: drh tags: resurrect-old-default-skin)
01:56
Extended [b272004b] to cover the "classic" timeline mode as well. ... (check-in: ef4a1e817f user: wyoung tags: trunk)
01:20
Comment cell highlighting in /timeline now takes into account the compact and verbose modes better, and it separates out the rounding from the coloring so it can apply less rounding and a bit more padding in these same two cases, to avoid having the text near the corners crash into the borders. ... (check-in: b272004beb user: wyoung tags: trunk)
00:38
Teach the chat pull subcommand to prompt for a password if no password has been remembered for the remote. Resolves the problem reported in [forum:ea82cf10d4|forum post ea82cf10d4]. ... (check-in: 003c3e6c8a user: stephan tags: trunk)
2024-02-22
20:08
Fix an incorrect comment on the previous check-in. ... (check-in: 0d2befb04d user: drh tags: trunk)
20:07
Improvements to escaping of filenames that are passed down into subprocesses on Windows. ... (check-in: fc0b9325f0 user: drh tags: trunk)
11:00
Updates to "hints.wiki" document. ... (check-in: 8ed9fdd565 user: drh tags: trunk)
00:51
Update the built-in SQLite to a newer version that does not give warnings on Windows. ... (check-in: 35f4dae3d6 user: drh tags: trunk)
2024-02-21
12:17
Updates to the change log. ... (check-in: 3e0b35edee user: drh tags: trunk)
11:56
Update the built-in SQLite to the latest 3.46.0 alpha that includes the enhanced "PRAGMA optimize" logic. The interface to "PRAGMA optimize" is unchanged, so the minimum SQLite version did not need to be updated. ... (check-in: aa33292ccd user: drh tags: trunk)
2024-02-20
14:35
Changed home page title from "Home" to "A Coherent Software Configuration Management System" since docs now show the title in the body area. "Home" in the title area was fine, but now it wants something more explanatory of the page's content. Moved the list of links on the right up a bit as a result. Switched the ASCII hyphens to em dashes in the list of Fossil attributes belo. ... (check-in: 452726d678 user: wyoung tags: trunk)
2024-02-19
16:18
Add a link to /skins on the /login page, per request in the forum. ... (check-in: cc7930e13c user: stephan tags: trunk)
2024-02-18
20:31
Improved appearance of the new CGI URL breakdown Pikchr: colorized it and made use of polygons instead of spindly lines to indicate the parts. ... (check-in: 11420bbbdb user: wyoung tags: trunk)
15:56
Further improvements to pre styling, now taking MD forum posts into account. ... (check-in: 77f9162010 user: wyoung tags: trunk)
15:46
Merged two redundant style rules for sidebars. Manual merge error? ... (check-in: 825efe96d2 user: wyoung tags: trunk)
15:35
Removed horizontal rules in backup doc used to offset the bigger code blocks. Between the new light-gray background and the indents, they're adding noise more than helping break the page up. ... (check-in: 6b520900c9 user: wyoung tags: trunk)
15:26
Removed manual indents in command and file examples in the ssl doc. ... (check-in: 1e0c0d0414 user: wyoung tags: trunk)
15:24
Replaced use of inline "###" MD markup in the customgraph doc with simple boldfacing to avoid the indents given to all h3 now. Besides, headers inside lists…? Dodgy. ... (check-in: c2c55014b0 user: wyoung tags: trunk)
15:18
Removed manual indents in code examples in the pikchr doc ... (check-in: 1ed362da63 user: wyoung tags: trunk)
15:17
Removed manual indents of code blocks in webui doc ... (check-in: 9437518451 user: wyoung tags: trunk)
15:15
Replaced use of MD blockquotes for command examples with MD code blocks. ... (check-in: 006b61b0e5 user: wyoung tags: trunk)
15:10
The new skin's table styling now applies to docs served via /dir and /file URLs as well. Applying the new light-gray background styling on code blocks now, not just inline snippets. Lightened the gray level. ... (check-in: a974210166 user: wyoung tags: trunk)
15:03
Replaced blockquote-formatted commands in ssl-server doc with indented code blocks for consistency with the other docs. ... (check-in: f19f5369f9 user: wyoung tags: trunk)
14:59
Centered the Pikchrs in the rebaseharm doc, and replaced an HTML table with the MD equivalent. ... (check-in: 9607f5b4e4 user: wyoung tags: trunk)
14:45
Replaced a use of local formatting for a code example in the aboutdownload doc with generic verbatim formatting. ... (check-in: fc2965be40 user: wyoung tags: trunk)
14:43
Pikchr-ized the ASCII-art breakdown of the URL into CGI vars in the aboutcgi doc. ... (check-in: f4370d80e8 user: wyoung tags: trunk)
14:12
Replaced an HTML table in the hashes doc with the MD equivalent. This not only makes the markup version easier to read, it allows the skin's table styling to take full effect. ... (check-in: 7268a9b851 user: wyoung tags: trunk)
14:08
Assorted improvements to Pikchr handling in the docs under the new skin. ... (check-in: b3d99d9260 user: wyoung tags: trunk)
13:28
Removed extra indent in an MD code block. ... (check-in: eedcd15040 user: wyoung tags: trunk)
13:27
Removed manual indents in verbatim blocks in forum doc. ... (check-in: 6c9755b9a6 user: wyoung tags: trunk)
13:25
The skin's new "indent" class for block elements doesn't apply to "p" tags due to CSS cascading rules. Changed them to divs to sidestep this limitation. Also fixed another instance of bold formatting interfering with abutting italics. ... (check-in: d8e2a3b874 user: wyoung tags: trunk)
13:19
Modernized table-based formatting in delta_encoder_algorithm doc. ... (check-in: 65853cc1e4 user: wyoung tags: trunk)
13:15
The chat doc was using blockquote MD markup for code examples, making them look different from all the others. ... (check-in: d6dff8d714 user: wyoung tags: trunk)
13:08
Fixed another case of extra indenting in the globs doc ... (check-in: ea3925bdc1 user: wyoung tags: trunk)
13:06
Style tweak in the embedded doc: italic next to bold causes the slanted letters to crash into the surrounding bold text. Bold-italic solves that. ... (check-in: 99e6f717bf user: wyoung tags: trunk)
13:04
Fixed a 5-space indent in one of the customskin doc's examples with MD's 4-space minimum to avoid extra indent. ... (check-in: b6fa99e8ce user: wyoung tags: trunk)
13:01
Replaced local "tt" formatting of command examples in the contribute doc with generic pre so that it is styled uniformly by the skin. ... (check-in: 647dadf2be user: wyoung tags: trunk)
12:45
Removed manual indents on command examples in the branching doc; the skin does that now. ... (check-in: ccd880e435 user: wyoung tags: trunk)
12:43
Merged another redundant page title in the whyusefossil doc. Also, making use of the new h5 level formatting to avoid the need for inline manual boldfacing. ... (check-in: b1a709a1a4 user: wyoung tags: trunk)
12:34
Replaced a few more bits of local formatting in the adding_code doc with generic "verbatim" blocks, uniformly styled by the skin. ... (check-in: 4003c654b6 user: wyoung tags: trunk)
12:31
Consolidated the dual titles in the tech_overview doc into one; the new body-area h1 tag for docs makes the old styling redundant. ... (check-in: 010e5527ce user: wyoung tags: trunk)
12:15
Comment improvement ... (check-in: 261f80db5e user: wyoung tags: trunk)
12:04
The inline "code" snippet styling in [4772a9b2] now applies to MD forum posts. ... (check-in: 32c4522d73 user: wyoung tags: trunk)
2024-02-17
19:09
Proposed changes to the home page, mainly to work better with the new skin, but also a bit of a branding touch-up. ... (Closed-Leaf check-in: b85779e491 user: wyoung tags: new-home-page-title)
18:24
The h1 handling change in [b1f6753c] left a few definitions behind. Fixed. ... (check-in: 06a70ff867 user: wyoung tags: trunk)
17:33
The increased line-height CSS for "code" blocks is now reflected into the line number column in /file?ln views, keeping the two in sync. ... (check-in: d745752649 user: wyoung tags: trunk)
11:14
Superior alternative to [e4aca28d1c3f5e8d]: instead of trying to treat the title on pages like /chat specially, treating the four main doc types specially, turning the body-area h1 on only in that case. This restores the Étienne skin's behavior for all other page types. ... (check-in: b1f6753c67 user: wyoung tags: trunk)
2024-02-11
13:23
Updated the customskin doc to cover the new WCAG semantic header/footer tagging, and to give advice on migrating from earlier versions, where custom skinning would have copy-pasted the old way of doing things. Linking to this advice from the changes doc for the benefit of those those paying attention to the change log. ... (check-in: b3f449e85b user: wyoung tags: trunk)
12:45
Removed the body-area h1 from the /chat message-area size calculation now that it's being suppressed in CSS. This should be a net zero now. ... (check-in: e4aca28d1c user: wyoung tags: trunk)
11:46
Suppressing the body-area "Chat" header on mobile. It takes up space to no useful end. ... (check-in: c0541318aa user: wyoung tags: trunk)
10:56
Merged two near-identical lists of CSS selectors in the /chat JS into one. As far as I can tell, they _are_ supposed to be identical, since they're both concerned with calculating the "framing" elements of the chat area, being everything other than the list of messages. It looks like they slipped out of that ideal in the way duplicated code does. ... (check-in: 1cf4a7d728 user: wyoung tags: trunk)
10:27
Grammar fix in "Left-align my posts" /chat setting hint ... (check-in: aca0be1659 user: wyoung tags: trunk)
2024-02-10
23:15
Applied semantic header and footer tag changes made to the default skin to all the others. This not only improves WCAG 2 conformance, it's necessary to allow the prior commit's changes to the /chat JS to find the equivalent header/footer/mainmenu/hbdrop tags in these skins, too. ... (check-in: 8f344297a4 user: wyoung tags: trunk)
22:12
Fixes to /chat's js to allow for the new skin changes. (Mea culpa; didn't even think to try /chat while working on all this.) ... (check-in: 4dc8798583 user: wyoung tags: trunk)
17:36
Modernized the default skin, primarily to improve readability, and forked off the old default as "Étienne", named in honor of its creator. ... (check-in: 8a1ba49b73 user: wyoung tags: trunk)
14:29
Removed redundant sidebar styling; should've been done as part of [bcbd1c1e]. ... (Closed-Leaf check-in: 8aff48548a user: wyoung tags: inskinerator-modern-backport)
12:26
Removed a bunch of manual indents in pre blocks, MD fenced code blocks, etc. The skin does that for us now. ... (check-in: 2a7b1de356 user: wyoung tags: inskinerator-modern-backport)
11:20
Whitespace fix ... (check-in: 2ccdfa417a user: wyoung tags: inskinerator-modern-backport)
11:02
Applied a few whitespace fixes to etienne/css.txt matching those in default/css.txt, to make the diff between them easier to read. ... (check-in: ce479eea4c user: wyoung tags: inskinerator-modern-backport)
11:00
Comment fix ... (check-in: 67a10cd7ee user: wyoung tags: inskinerator-modern-backport)
10:56
Restored the page title font size to the old default when it's up above the menu bar. Lost this in all the font size shuffling, seen now in comparison to what we're now calling skin=etienne. ... (check-in: c013926f01 user: wyoung tags: inskinerator-modern-backport)
10:28
Copied table formatting over to Étienne skin, but in monochrome form and without any of the extra whitespace in the default version. ... (check-in: f6897ff2bc user: wyoung tags: inskinerator-modern-backport)
10:20
Moved most of the sidebar implementation up into default.css in a generic form so all skins share it, including Étienne. What remains behind in the new default skin are the accent colors for the background and the left border. The generic form simply applies a tint darkening to whatever background it finds itself on, which works for most of the stock skins. ... (check-in: bcbd1c1e90 user: wyoung tags: inskinerator-modern-backport)
10:17
Applied Vim filetype modeline to the new Étienne skin so we don't lose syntax highlighting when bouncing between this and default. ... (check-in: 89ceba160c user: wyoung tags: inskinerator-modern-backport)
09:54
Initial fork of the trunk default skin into "Étienne" (a.k.a. "etienne" without the accent for easier use in ?skin=" and such) for use by those who want to return to the old default once this branch is merged to trunk. At the moment, it is a straight copy with the intent of forming a baseline for the minimal changes I'm about to make in order to allow the Fossil doc changes on this branch to render reasonably. ... (check-in: 7d8631f17c user: wyoung tags: inskinerator-modern-backport)
09:30
Added branch change summary to changes doc. ... (check-in: d08e47ce05 user: wyoung tags: inskinerator-modern-backport)
09:22
Sidebars now float to the right of the main content when there's space to allow both. This doesn't wholly invalidate [c062e330], but this is a better overall solution. ... (check-in: 265412ee5a user: wyoung tags: inskinerator-modern-backport)
09:15
Applied pre-wrap styling to the command example at the top of the checkin names doc to keep it from crashing into the Quick Reference sidebar on mobile. ... (check-in: c062e330cc user: wyoung tags: inskinerator-modern-backport)
08:55
Applied the header and footer improvements from the [/timeline?r=wcag-2.1 |wcag-2.1 branch]. Changes generic divs with class labels into semantic elements that a browser can then treat specially, given their meaning. ... (check-in: b48e483667 user: wyoung tags: inskinerator-modern-backport)
08:44
Collected two wiki-related CSS items to keep the diff relative to trunk smaller. ... (check-in: 58fa5819f5 user: wyoung tags: inskinerator-modern-backport)
08:33
Whitespace fixes, for clarity ... (check-in: 235aaa02cf user: wyoung tags: inskinerator-modern-backport)
08:29
Moved the bit applying extra line height to paragraph-type elements into the "@media screen" section. The justification for this only applies to wide browser windows. It's too much leading for smartphones. ... (check-in: db87ded184 user: wyoung tags: inskinerator-modern-backport)
05:45
Removed a stray semicolon ... (check-in: 228626bc91 user: wyoung tags: inskinerator-modern-backport)
05:40
Added kbd, samp and var element selectors to the list getting monospace treatment in the default.css file. ... (check-in: a76312cdb4 user: wyoung tags: inskinerator-modern-backport)
05:37
Restored the #444 text color for headers, since bold and big text doesn't have the same need for high contrast ratios to be readable. ... (check-in: a3903958de user: wyoung tags: inskinerator-modern-backport)
05:18
Deepened the dark gray body text color enough to allow us to simultaneously hit the two targets specified by the WCAG 2 accessibility standard: the 4.5:1 minimum contrast ratio between the background and the link, and the 3:1 ratio between the link and the surrounding body text. We've been [forum:/forumpost/aafb17a981df416 | called out on accessibility grounds] for our prior "#444" body text color before, so this change is not merely placating the calculator. We believe the WCAG standards are based on solid human factors research, and this is a good time to address that. ... (check-in: 2267249c6d user: wyoung tags: inskinerator-modern-backport)
04:42
Extended [4772a9b2ccbb4c3c] to include less-common inline monospace tag types: var, samp, and kbd. Because this creates a nice and big combinatorial selector explosion, moved the explanation for this type of thing up from the "@media screen" handling of pre to this point, then referenced it from these places. Switched from SCSS to Sass syntax to make the examples clearer. This CSS is in fact generated from these samples, then hand-tweaked for clarity. ... (check-in: cb038b48c0 user: wyoung tags: inskinerator-modern-backport)
2024-02-09
13:51
Sync up with trunk for latest improvements. ... (check-in: 12390507b1 user: andybradford tags: clone-resume)
08:25
Increased the brightness of unvisited links to bring their contrast up relative to body text above the 3:1 recommended by the [https://webaim.org/resources/linkcontrastchecker/ | WebAIM link contrast checker]. This unavoidably drops the contrast with the background from around 4:1 to 3:1, but if links are kept short (ideally, one word only) this is a good tradeoff. ... (check-in: 17a6417606 user: wyoung tags: inskinerator-modern-backport)
08:16
Replaced static pale blue background for selected forum posts with a CSS animation that fades the default.css blue out to white over a second after page load. Also made the left border of the forumSel post's box heavy to serve as an after-animation selection indicator. ... (check-in: 9df0a451a0 user: wyoung tags: inskinerator-modern-backport)
03:09
Simplified the style overrides on the fossil-v-git doc's ToC table to give the browser more layout freedom, preventing it from being clipped off on the right edge on smaller mobile devices. ... (check-in: ca973301e2 user: wyoung tags: inskinerator-modern-backport)
02:52
Removed extra whitespace in command examples in fossil-v-git doc. Skin does that now. ... (check-in: b368727904 user: wyoung tags: inskinerator-modern-backport)
02:30
Backed off on mobile body font size reduction from 0.8em to 0.9em for the same reason we did it for desktop. ... (check-in: 3e23092003 user: wyoung tags: inskinerator-modern-backport)
02:29
Experimental styling of inline code and tt blocks in user content like everyone else (Stack Exchange, GitHub, Reddit, Discord…) do, with a light gray background and slight expansion of the box area, to offset it from the prose. ... (check-in: 4772a9b2cc user: wyoung tags: inskinerator-modern-backport)
02:13
Abandoned the +5% size bump for monospace fonts entirely. Its correctness is far too contingent on the font selected and the browser's quirks. ... (check-in: 9f3e59cffc user: wyoung tags: inskinerator-modern-backport)
01:36
Reduced the font size adjustment for monospace fonts from +10% to +5% after testing on mobile, and made it apply to the same list of monospace font classes defined in src/default.css. ... (check-in: e220683ae0 user: wyoung tags: inskinerator-modern-backport)
01:19
Simplified the SCSS example code by use of the language's "&" feature and an extra layer to handle the .content commonality. ... (check-in: 6ad8bc587f user: wyoung tags: inskinerator-modern-backport)
01:18
Dropped the div.content layer out for /fileedit and /wikiedit. If it were necessary, we'd have to invert these two, but it isn't due to the earlier point about these selectors being plenty specific via direct ID element targeting. ... (check-in: 3f21415f41 user: wyoung tags: inskinerator-modern-backport)
01:00
Don't need to be as specific on the selectors targeting the /fileedit and /wikiedit preview tabs due to their use of "<div id=" naming. There is no reasonable possibility for an overreach here. ... (check-in: 902ea745fa user: wyoung tags: inskinerator-modern-backport)
00:17
Merged pikchr changes from trunk. (About to rebuild the containers, and we need both sets of changes on the public demo mirror.) ... (check-in: e471c5ffa9 user: wyoung tags: inskinerator-modern-backport)
00:15
Small tweak to make comment match code ... (check-in: fb0c1e7125 user: wyoung tags: inskinerator-modern-backport)
00:12
Rebuild pikchr.wasm/js with emcc 3.1.53 and adapt the associated build rule in src/main.mk to account for a breaking emcc change (should also be backwards-compatible to older emcc's). ... (check-in: 5a09f499a8 user: stephan tags: trunk)
00:12
The /fileedit and /wikiedit preview areas now show the skin's @media screen indent levels properly. The nine selectors we previously had per top-level tag had to become _sixteen_ (!) owing to Fossil's historical lack of consistency in applying parent classes. We could clean it all up on this branch, but then who knows how many custom skins that would break… ... (check-in: 0d7cdbb0e3 user: wyoung tags: inskinerator-modern-backport)
2024-02-08
22:38
Removed the duplicate copy of the SCSS input to the selector explosion in default/css.txt. It's getting too complex to maintain the duplication, and it's about to get worse. Linking it by reference now. ... (check-in: f5a80cad6c user: wyoung tags: inskinerator-modern-backport)
22:18
Added yet another special-case handler for the new skin's @media screen indent applicator. We were handling wiki embedded docs before, but we weren't handling the /wiki pages themselves. These appear with a top-level body class of "wiki", not "doc". ... (check-in: a1ebcb230a user: wyoung tags: inskinerator-modern-backport)
20:45
Update Pikchr to include fixes to autofit on diamond objects. ... (check-in: f4ec8e0f05 user: drh tags: trunk)
20:35
Merged trunk changes in ... (check-in: 9a9276d693 user: wyoung tags: inskinerator-modern-backport)
18:41
Improved response to from=,ft= in /timeline when no such path exists. ... (check-in: 68baa36667 user: drh tags: trunk)
18:02
Merge the enhanced Pikchr with diamond support into trunk. ... (check-in: 7573b3f1e0 user: drh tags: trunk)
17:52
Performance and display improvements in /timeline for the use of bt= and ft= query parameters with from=. ... (check-in: c651369ce3 user: drh tags: trunk)
15:18
Update Pikchr to the experimental version that supports the "diamond" primitive. ... (Closed-Leaf check-in: 7b4ab46a2c user: drh tags: pikchr-diamond)
15:10
Update help for "fossil ui" to more closely match the behavior in the code. ... (check-in: b2b373ff17 user: andybradford tags: trunk)
14:03
In the /timeline page, add support for (from,ft) and (from,bt) query parameter pairs. ... (check-in: 793c492415 user: drh tags: trunk)
01:36
Fix a typo in a code comment. No logic changes. ... (check-in: 015d7b7a41 user: drh tags: trunk)
01:33
Simplification to the PQueue object to remove the content pointer, which is never used. ... (check-in: 83c4ab6051 user: drh tags: trunk)
2024-02-07
15:46
Change popen() back to the way it was last week - so that it shows stderr lines on the console rather than consuming them. ... (check-in: 274079a2e1 user: drh tags: trunk)
15:11
Fix the "test-ssh-needs-path" command so that it works even if run from outside of an open check-out. ... (check-in: 46e7855a4e user: drh tags: trunk)
14:25
Pull in the remaining bits from trunk for integration testing. ... (check-in: d27cb05f6b user: andybradford tags: clone-resume)
12:16
For the "fossil ui REMOTE:path" command, initially omit the PATH= prefix but add it in if the initial attempt fails to find a fossil executable. ... (check-in: ed6495baa6 user: drh tags: trunk)
2024-02-06
23:59
Make use of the ssh_add_path_argument() function for the implementation of "fossil ui REMOTE:folder". ... (check-in: 151406f34c user: drh tags: trunk)
23:45
Detailed header comment on the ssh_add_path_argument() function explaining what this PATH= business is all about, for future reference. ... (check-in: ac52d12e66 user: drh tags: trunk)
23:18
Fix the "fossil patch push" and "fossil patch pull" commands so that, like "fossil sync", they initial try to run ssh without the PATH= argument, but add in the PATH= argument if the initial attempt does not work. ... (check-in: eb135ef204 user: drh tags: trunk)
15:32
Merge commonly used operations associated with the PATH= of a remote fossil run using ssh into subroutines, so that they do not get out of sync with each other. ... (check-in: efd3a5ec07 user: drh tags: trunk)
15:15
Make the PATH= argument identical for the patch and the sync commands, just to avoid confusion. ... (check-in: e82375910b user: drh tags: trunk)
15:03
Print a diagnostic message if the first attempt to connect to a remote using SSH fails and a retry with or without PATH= is about to commence. See [forum:/forumpost/9584923cf6|forum post 9584923cf6] for an explanation of why this is important. ... (check-in: f80041ebc5 user: drh tags: trunk)
14:49
Bring the PATH= arguments for sync and patch into agreement. ... (check-in: b2619342c7 user: drh tags: trunk)
14:19
Bring in fixes for SSH from trunk. ... (check-in: c55d1b7b26 user: andybradford tags: clone-resume)
14:07
Another attempt to fix the harmless compiler warning in popen2(). ... (check-in: b1483634c6 user: drh tags: trunk)
14:00
Updates to the change log. ... (check-in: beec145ff3 user: drh tags: trunk)
13:57
Stderr of ssh subcommand goes is read by the main process now, instead of going to the console. Improved error messages following failure on ssh: sync. ... (check-in: fb156a12bf user: drh tags: trunk)
12:01
Always adjust the use-path-for-ssh setting when an ssh retry succeeds, even if the REMEMBER flag is not set. And store the setting locally instead of globally. ... (check-in: 857495ec92 user: drh tags: trunk)
11:24
Fix harmless compiler warning in popen2(). ... (check-in: 07e092ab39 user: drh tags: trunk)
11:22
Only add the PATH= prefix on the fossil command sent over SSH for ssh: syncs if a prior attempt to contact the remote failed to find the Fossil executable. ... (check-in: cbf27ece6c user: drh tags: trunk)
03:22
Don't use the ssh file descriptor as an indicator that we should be using SSH transport. Arguably we could also just reset sshIn to 0, but I think this is better. ... (Closed-Leaf check-in: bcf6abe5b6 user: andybradford tags: ssh-path-prefix)
2024-02-05
23:59
Debugging changes in url.c: Ensure that each new UrlData object parse is fully reinitialized. Bring out printing of g.url into a separate routine so that it can be called during debugging. ... (check-in: 97b3f955b2 user: drh tags: ssh-path-prefix)
22:00
Omit the PATH= prefix on the ssh fossil syncs unless the first attempt to contact the remote fails. Change the prefix to include common directories for Fossil on Macs. Remember whether or not the PATH= prefix is needed based on hostname. See the discussion at [forum:/forumpost/4903cb4b691af7ce|forum thread 4903cb4b691af7ce]. ... (check-in: d07689d11d user: drh tags: ssh-path-prefix)
03:15
Update www/loadmgmt.md to match the current behavior, per feedback in the forum. ... (check-in: 53a065900f user: stephan tags: trunk)
2024-02-04
22:12
Add missing "#include <errno.h>" that was needed on previous commit. ... (check-in: a66a14b033 user: mgagnon tags: trunk)
21:28
For 'fossil diff', allow --context to be 0, per request in [forum:806f1296d8 | forum post 806f1296d8]. ... (check-in: ea6f9a84ac user: danield tags: trunk)
10:06
www/newrepo.wiki: remove user@machine references to reduce the noise level. Minor content touchups. ... (check-in: dc0e054356 user: stephan tags: trunk)
05:52
Applied the new div class=sidebar styling to a few more cases in the docs. ... (check-in: 701ea4d004 user: wyoung tags: inskinerator-modern-backport)
05:43
Removed extra indent level from the release doc link in the permuted index, generated by the mkindex.tcl script. ... (check-in: 01764fea86 user: wyoung tags: inskinerator-modern-backport)
05:27
Moved the page title on mobile from after the project name and the slash separator in the header to just above the content area, styled as a separate "h1" element, same as in an embedded doc with an "h1" inline. This accommodates long page titles better on narrow screens while leaving desktop-class windows alone. Reduced the size of h1 to be closer to h2 as a consequence. Also removed the new logo's top-padding on mobile to fit in better with all this. ... (check-in: f2ef252ef8 user: wyoung tags: inskinerator-modern-backport)
05:06
Triumphant return of the logo in the title area, lost in the transition from "original" to the trunk default skin. ... (check-in: 45b0550160 user: wyoung tags: inskinerator-modern-backport)
04:50
Bumped submenu font size up slightly. This isn't so much a change from trunk as a restoration of trunk, tracking the overall body font size changes. ... (check-in: 1b20533368 user: wyoung tags: inskinerator-modern-backport)
04:42
Added three new block-element classes to the skin to replace use of "blockquote" with semantic alternatives: * "indent" for cases where the only purpose was to indent things * "blockquote" where you want an actual block quote in a wiki doc and thus can't use a "blockquote" element due to the historical misuse of this tag, preventing us from doing the same for it as we do for MD * "sidebar" when the reason you wanted an indented paragraph was to create a sidebar; this is styled much like a blockquote in MD (or the new "blockquote" class in wiki docs) but floats to the right. Using all three of these in the remaining www/ docs that still used explicit "blockquote" tags. (If you're wondering why the prior commit claims to have dealt with all of these tags when this commit belies that, it's because this work was done en masse, then split up into two related commits to keep the commit messages more on-point. It was easier to commit these two chunks of work in this order. It would have required a complicated dance with the stash to commit them in the more logical order.) ... (check-in: 56c7c2cb13 user: wyoung tags: inskinerator-modern-backport)
04:29
Replaced nearly all explicit uses of the "blockquote" tag in the embedded docs: * Constructs like "&lt;blockquote&gt;&lt;pre&gt;" are now simply "&lt;pre&gt;" * Ditto "&lt;blockquote&gt;&lt;b&gt;" for command examples, which then allowed me to get rid of explicit "br" elements; pre does that for us. * Where it was used merely to get an indent for a code block, we're now using pre or verbatim instead, depending on whether we need embedded HTML and/or pre-wrap handling. (Not the same thing as the prior item.) In some places, this let us replace use of HTML-escaped code blocks in pre with verbatim equivalents, not needing the escaping, allownig the doc source to read more like the rendered HTML. * Use of blockquotes to get hierarchical indenting is no longer necessary; the skin does that. A good example is indenting ol and ul lists under the parent paragraph; additional manual indenting is no longer necessary. The only remaining instances of "blockquote" under www/ are necessary: # The copyright release doc is plain HTML, without the fossil-doc wrapper, giving it no access to the new skin improvements. # One MD doc wants a blockquote in the middle of a list, and the current parsing rules don't let us use ">" there. # The skinning ... (check-in: 54977e1413 user: wyoung tags: inskinerator-modern-backport)
04:01
Small cosmetic tweaks to the mirrortogithub doc on this branch to work better with the skin. ... (check-in: cabbf1ca54 user: wyoung tags: inskinerator-modern-backport)
03:59
Merged backslash fix in from trunk ... (check-in: d9debe90ab user: wyoung tags: inskinerator-modern-backport)
03:58
Use of a trailing backslash in a command example in the mirrortogithub doc wasn't rendering as expected, leading the command to be split in the HTML rendering, not continued across multiple lines as intended. Replaced it with an HTML named entity to sidestep this quirk of the MD renderer. ... (check-in: 221cf52bf5 user: wyoung tags: trunk)
02:57
Removed a bunch of explicit blockquote tags in the encryptedrepos doc which were essentially duplicating the hierarchical indent structure now implemented by this branch's skin changes. This is why we want to do this at the skin level: so all pages get this appearance, avoiding the need for manual formatting on each page. ... (check-in: 01e364c6f1 user: wyoung tags: inskinerator-modern-backport)
02:53
Replaced use of an explicit "blockquote" tag in an MD doc with a leading ">". It's not only simpler markup, it generates slightly different HTML output, leading to better formatting under this skin. ... (check-in: 9f71793cdf user: wyoung tags: inskinerator-modern-backport)
02:39
Reworked the remaining custom CSS in the server index doc to cascade properly with the new table styling in the skin. ... (check-in: d3c55b57f1 user: wyoung tags: inskinerator-modern-backport)
02:35
Removed explicit CSS at the top of the server index doc. In some ways, this was a prototype of this branch's skin changes, with the result that we were getting double-indents, one from the skin and one from the local additions meant to give hanging headers to the current trunk default skin. ... (check-in: 3291f68fe3 user: wyoung tags: inskinerator-modern-backport)
01:30
Removed extra space around pre.verbatim blocks in wiki output; plain "pre" has space already, and the extra means that if you use them both on the same page, you see the difference. ... (check-in: 06dfb68302 user: wyoung tags: inskinerator-modern-backport)
2024-02-03
23:39
Removed table styling overrides once more for the checkin_names doc's Quick Reference table. Prior backout commit reverted that. ... (check-in: 2da64ba4ac user: wyoung tags: inskinerator-modern-backport)
23:37
Found a simpler fix for [6b40ee53]: put a blank line between the end of the floated-right table and the first paragraph. Reduces the diff for this file relative to trunk to a single LF. ... (check-in: 6088d20337 user: wyoung tags: inskinerator-modern-backport)
23:12
Merged trunk. Notably, drh's [bb3de39ffefb3f20] works seamlessly with this branch's skin. ... (check-in: 4f9cb1d1e0 user: wyoung tags: inskinerator-modern-backport)
23:03
Disabling the "auto paragraph" feature in the wiki renderer when styling an HTML "table" element. Without this, the first cell's contents gets wrapped in "p" tags, unnecessarily. (None of the other cells are treated thus.) With the trunk default skin, this extra tag was invisible, but with this branch's skin, it shows up as a double-height first row in every table. For tables with a header row, this may appear to be an intentional esthetic choice, but it's not; it's a rendering bug. Credit for this goes to Stephan Beal (the eminent repo archaeologist) plus whichever "anonymous" posted [/info/0fd3c7d243 | this ticket], way back in 2010! ... (check-in: 6f94da9b6b user: wyoung tags: inskinerator-modern-backport)
20:32
In the /timeline, automatically highlight the from= and to= selections. ... (check-in: bb3de39ffe user: drh tags: trunk)
16:55
Update with all changes from trunk. ... (check-in: c454059a18 user: andybradford tags: clone-resume)
2024-02-02
22:22
Fix overlong lines and remove trailing whitespace from non-external C files. ... (check-in: 275da70f8c user: danield tags: trunk)
22:18
Remove trailing whitespace from non-external C files. ... (Closed-Leaf check-in: 7db0a2d910 user: danield tags: fix-overlength-lines)
16:26
Fix lines over 80 characters long, excluding external source files and @-lines. ... (check-in: 942f691b39 user: danield tags: fix-overlength-lines)
16:23
Replace stray tab characters. ... (check-in: 9db696ea78 user: danield tags: trunk)
2024-01-30
18:00
Update the built-in SQLite to the 3.45.1 patch release. ... (check-in: 55a0a4d01a user: drh tags: trunk)
2024-01-29
17:56
Wrapped the TH1 vars declared for custom skinning in backticks for better MD formatting, avoiding the need to escape underscores to prevent them from being interpreted as requesting italics. Fixed a typo in one of the variable names while in there; the visual noise of one of these escaped underscores hid the typo. ... (check-in: 3b505e6f55 user: wyoung tags: trunk)
04:34
Back out [321d8baf1939], as (A) the majority consensus is that underlining of hyperlinks is not desired and (B) to help avoid a potential merge conflict with the inkskinerator-modern-backport branch, which was branched before that change was made. ... (check-in: 5ef34fd764 user: stephan tags: trunk)
2024-01-28
22:52
Merged all trunk changes in except for the underlined link change to default.css. ... (check-in: 6301f6ce76 user: wyoung tags: inskinerator-modern-backport)
22:11
Found and fixed yet another exception to the many [mis]uses of blockquote tags… ... (check-in: 11805fcf53 user: wyoung tags: inskinerator-modern-backport)
21:02
Yesterday's reworking of document body indents left forum post blockquotes double-indented. Applied the same restrictions to them as to other element types. ... (check-in: 8fe4022998 user: wyoung tags: inskinerator-modern-backport)
20:31
Made title and menubar fonts more closely match the trunk default. ... (check-in: 7ebb635ec6 user: wyoung tags: inskinerator-modern-backport)
20:24
Moved the first paragraph of the checkin names doc up above the Quick Reference sidebar table to sidestep the previously-mentioned wiki rendering bug, at the minor expense of pushing said sidebar down slightly. (Also removed local overrides on the table, to let the skin's table styling take over fully.) The prior checkin's fix the first-line spacing problem doesn't suffice; the bug still leaves this paragraph unindented and without the same line spacing as the others. ... (check-in: 6b40ee53c8 user: wyoung tags: inskinerator-modern-backport)
20:12
It is possible to trick the wiki to HTML renderer into leaving the first paragraph unwrapped by "p" tags, as with the checkin_names.wiki doc, in which case you get no first-line padding. The trunk version of the skin works around this by putting 10px of padding in at the top, which we dialed back out in Inskinerator Modern since the MD renderer does not do this. Put it back, but as 1ex around the whole doc, giving a smidge of breathing room in odd cases like this one without putting too much in for the other cases where the paragraph spacing suffices. ... (check-in: 6185c648d1 user: wyoung tags: inskinerator-modern-backport)
19:57
Prior change affects everything measured in ems, which causes the status line at the bottom and the user's login name in the upper right to be too small. ... (check-in: 82db130f79 user: wyoung tags: inskinerator-modern-backport)
19:47
Removed the body font size override for desktop screens, letting the browser take its default, "medium" in CSS-speak. This results in a slight reduction in all font sizes on desktop screens. ... (check-in: ac8bb235fc user: wyoung tags: inskinerator-modern-backport)
19:37
Changed the timeline highlight colors so that the secondary value (used in e.g. /vdiff&to) is a lighter and more saturated version of the primary accent color, being the header font color, and the secondary is a one-eighty hue shift on this. This results in a small color difference for the former, more complementary to the overall skin colors but still a light blue. The primary color — used in /info timelines and for the /vdiff&from cell — is more significantly shifted, a pale orange now rather than a bright yellow. This results from basic color theory; to maintain a yellow under this one-eighty hue rule, we'd have to make the secondary color purple, not blue. Inskinerator Modern uses that rule to shift all the ancillary colors when you shift one of the primaries, saving the user from having to specify each derived color name manually. Fossil's hard-coded skins don't have that same motivation, and as hard-coded defaults, the old "office highlighter" colors were fine, but once you get down to specific instances, we don't want to use arbitrary color, we want them to be analogous or complementary to the main accent color. ... (check-in: 285defacda user: wyoung tags: inskinerator-modern-backport)
18:10
Made the same type of improvement for "timelineCurrent" cells in modern view as we did for the primary and secondary selection colors in vdiff range graphs. That is, instead of highlighting the whole row and putting a box shadow below it, change the roundrect itself only. ... (check-in: a8e9f8c4d0 user: wyoung tags: inskinerator-modern-backport)
2024-01-27
22:38
In markdown, support fenced code blocks containing blank lines that are indented. ... (check-in: c031b2d4b5 user: drh tags: trunk)
21:29
In the markdown formatter, add support for fenced code blocks containing blank lines that are indented. ... (Closed-Leaf check-in: 5a51d1b4df user: drh tags: indented-fenced-code-blocks)
18:48
The careful selectors to cause indents to occur only in desired places prevent them from working in less obvious cases like /file URLs or for README files rendered under /dir. Solving this is easy in SCSS, but it creates a combinatorial explosion of selectors in CSS. Fortunately, we can generate the CSS with Inskinerator, then bake a cleaned-up static version of its ouptut into this file. ... (check-in: 30a7c1e2c5 user: wyoung tags: inskinerator-modern-backport)
16:27
If the "autoconf" setting is set to "all" and the "fossil sync" command is run with a URL argument, then only sync with that one URL rather than syncing with all remotes. ... (check-in: 949b321b26 user: drh tags: trunk)
15:32
Replaced many uses of blockquote in the quick start doc with pre, verbatim, etc., where all that was wanted was an indented block of text. These more semantic markup elements are now indented already. ... (check-in: d5de647aa5 user: wyoung tags: inskinerator-modern-backport)
15:30
Simplified table styling for the ToC at the top of the Fossil v Git doc to make better use of the new styling. ... (check-in: 5f1caed1da user: wyoung tags: inskinerator-modern-backport)
15:20
Removed table border overrides in the delta format doc, and replaced misuse of tables as layout tools with pre and verbatim. This is part of the branch only insofar as tables now have visual style, and these things interfere with the new style. ... (check-in: 76f6e9e1b7 user: wyoung tags: inskinerator-modern-backport)
15:11
Removed redundant h1 tags in wiki docs, duplicating "title" elements that already display in the skin's header area. They take up vertical space without adding any new information. ... (check-in: 2572e48b93 user: wyoung tags: inskinerator-modern-backport)
15:06
Removed a now-unneeded table border on the stats doc ... (check-in: a9ac67386c user: wyoung tags: inskinerator-modern-backport)
13:49
Moved all "margin-left" changes down into the desktop media block to make the hierarchy levels disappear on "mobile" screens. ... (check-in: d00a8867b2 user: wyoung tags: inskinerator-modern-backport)
12:31
One of the styles imported from Inskinerator was nested SCSS-style, causing it to have no effect in CSS. This then sparked a study of that section's effect, which made me realize Inskinerator wasn't reapplying the secondary selection color in timeline graphs over a range, as at the top of a /vdiff?from&to page. ... (check-in: 44ea50db04 user: wyoung tags: inskinerator-modern-backport)
12:20
Brought h1 and h2 level sizes down by 90% to make them less shouty. Didn't need to change h3 and below because there was enough of a gap between h2 and h3 to make it unnecessary. This very gap may be taken as proof of the prior problem. ... (check-in: 29c57f2444 user: wyoung tags: inskinerator-modern-backport)
11:44
Reverted the text size for Pikchr diagrams to the old 0.9em to match hard-coded assumptions in pikchr.c. See the checked-in comment for the alternative solutions considered and rejected. ... (check-in: 39368cdfbd user: wyoung tags: inskinerator-modern-backport)
2024-01-26
18:10
Generalized the selector targeting the forum post editor controls to add a bit more vertical space around them so that it works for editing and replying to existing posts as well. ... (check-in: ef69f9294c user: wyoung tags: inskinerator-modern-backport)
17:38
Fixed up final significant known difference with Inskinerator Modern: lightened the background color on selected forum posts. ... (check-in: 5ead5d6d49 user: wyoung tags: inskinerator-modern-backport)
17:28
Several doc adjustments to make things work better with the new skin. Although this isn't strictly part of the new skin, and it does admit of a type of regression, I'm committing it here anyway because these are cases where markup was used to work around problems in the old skin. Nearly all of these are misuses of the "blockquote" tag to mean "indented paragraph". Now that we have true indented paragraph styles, switched the markup over to use them. ... (check-in: ee6ca48c8f user: wyoung tags: inskinerator-modern-backport)
17:25
Assorted small tweaks to the new skin, catching small over-reaches and such found by opening many of the Fossil docs under it and seeing what happens to the existing formatting. ... (check-in: 538ddbffbe user: wyoung tags: inskinerator-modern-backport)
17:24
Reworked the two table-based layout hacks in the tech overview doc to use plain tables, styled by the new skin. ... (check-in: eb90acd944 user: wyoung tags: inskinerator-modern-backport)
17:08
Replaced the hand-rolled table at the top of the customskin doc with an MD table that now gets styled in much the same way under the new skin. ... (check-in: 69aaf2595d user: wyoung tags: inskinerator-modern-backport)
17:05
Prior commit lets us back out [f82b01cb]. ... (check-in: cdbf591bcf user: wyoung tags: inskinerator-modern-backport)
17:03
Major refactoring of the CSS selectors to avoid the need for all that "nomargins" stuff. By being more careful about affecting only the pages and elements we want to affect, we don't have to back changes out in the cases where we _don't_ want things changed. This does make the selectors more verbose, but it's better overall. ... (check-in: 276727611a user: wyoung tags: inskinerator-modern-backport)
16:30
Backed out all the extra whitespace in command examples in the gitusers doc now that the skin handles indenting for us. ... (check-in: d3eae1875c user: wyoung tags: inskinerator-modern-backport)
16:24
Removed an unhelpful "ul" level in the old permutexindex page. The old skin masked it. ... (check-in: d67009e521 user: wyoung tags: inskinerator-modern-backport)
13:40
The file format doc now demonstrates good use of the new table styling, no longer depending on local style="" overrides to be readable. ... (check-in: 43793758ca user: wyoung tags: inskinerator-modern-backport)
13:39
Added zebra-striping to tables. The old method was fine for smaller ones, but as tables get larger, with longer lines, it became difficult to trace which cells went with which row headers. ... (check-in: 37ff33ad29 user: wyoung tags: inskinerator-modern-backport)
11:18
Styled the hamburger drop-down div with the new "nomargins" style to back the "ul" indenting out. ... (check-in: f82b01cbdc user: wyoung tags: inskinerator-modern-backport)
11:14
Comment improvement on the "nomargins" section, and fixed up a few places where it wasn't as orthogonal as it should be. ... (check-in: f550c17d34 user: wyoung tags: inskinerator-modern-backport)
2024-01-25
21:59
Collected the "nomargins" handling for forum posts and ticket comments together, then defined a new one-off style to do the same thing on arbitrary blocks. Tested it out on the index.wiki page's sidebar. ... (check-in: d55d9b2a42 user: wyoung tags: inskinerator-modern-backport)
21:09
Made ticket report table border rounding consistent with MD tables. This requires a change to default.css, which had a conflicting style. If there are other skins where border-collapse mode is desired, this needs to be reapplied within that skin. ... (check-in: 2ba7a7d8b2 user: wyoung tags: inskinerator-modern-backport)
20:48
Backed out indent levels for tickets as well; this should've been included in [4dbd66ad]. ... (check-in: 4fb177e62a user: wyoung tags: inskinerator-modern-backport)
20:43
Confine the yellow highlight in modes like /timeline?c=current to the comment box, not escaping out across the whole table row. ... (check-in: fdf5f00ce9 user: wyoung tags: inskinerator-modern-backport)
20:03
Increased font sizes and whitespace for MD/wiki doc pages, then backed the margins out for forum posts to avoid double-indenting in thread view. This change also restyles tables to be more modern. Although this commit appears somewhat unfocused, it is the core of the Modern skin, difficult to separate out into smaller elements. ... (check-in: 4dbd66adec user: wyoung tags: inskinerator-modern-backport)
19:09
When the "autosync" setting contains "all", then all remotes are synced using the "fossil sync" command. ... (check-in: 808193e612 user: drh tags: trunk)
18:45
Added a bit more space around the content area of pages. ... (check-in: bfe320f997 user: wyoung tags: inskinerator-modern-backport)
18:39
Added a bit of vertical space around input controls on the forumedit page so things aren't jammed right up against each other. ... (check-in: 7876ead740 user: wyoung tags: inskinerator-modern-backport)
18:35
Countering the 0.9em font size for monospace input boxes (forum post, wiki edit, ticket comment…) with 1.0em since these fonts tend to be smaller, and when they're full-width (as with /wikiedit and /fileedit) too many columns gets difficult to read. ... (check-in: 002635cc36 user: wyoung tags: inskinerator-modern-backport)
18:14
Added Consolas to the list of monospace fonts to try before falling back to generics. ... (check-in: 8ddd2e6be0 user: wyoung tags: inskinerator-modern-backport)
17:53
Add a bit of padding around "verbatim" blocks in wiki markup so they don't need explicit whitespace in the source doc. Also, allow the text in such blocks to wrap if need be, to avoid scrolling wide texts on narrow screens. ... (check-in: edc57800c7 user: wyoung tags: inskinerator-modern-backport)
17:38
Collected all the uses of "font-face: monospace" together and gave the browser a long list of suitable options for use here before falling back to that generic default. The list is ordered to give the most readable fonts first. ... (check-in: b7fb568f37 user: wyoung tags: inskinerator-modern-backport)
16:46
First in a series of changes to the default skin to make it look more like [https://tangentsoft.com/inskinerator/dir/override/modern | Inskinerator Modern] without bringing in Inskinerator's dependencies and machinery. This change increases the body font size for desktop use without affecting mobile. With middle-aged eyes, the old default puts too much text on a line, decreasing readability due to long line lengths, even with browsers no wider than a sheet of office paper. For our definition of "mobile," line lengths are naturally limited to reasonable lengths, and in any case, compromise is the nature of that game. ... (check-in: 2fdfb834b9 user: wyoung tags: inskinerator-modern-backport)
14:47
Set the local bin path on SSH calls for "fossil sync", as is already done in [8cb116407933bb3b] for "fossil ui" and "fossil patch". ... (check-in: 805c931479 user: drh tags: trunk)
11:55
Fix incorrect hyperlink target in the documentation. ... (check-in: d5b04f0ec6 user: drh tags: trunk)
11:42
Fix minor documentation typo. ... (check-in: 031cc65643 user: drh tags: trunk)
04:04
Make forum post hyperlinks more visible, with the conventional underline. ... (check-in: 321d8baf19 user: stephan tags: trunk)
03:28
Make forum post hyperlinks more visible, with the conventional underline. ... (Closed-Leaf check-in: b9027e76ff user: larrybr tags: visible-post-links)
03:00
Remove some vendor-prefixed CSS attributes, as modern browsers emit warnings for those. ... (check-in: a0850d54c5 user: stephan tags: trunk)
2024-01-23
06:54
Carry forward [368d97869b] to the zlib 1.3.1 update. ... (Leaf check-in: 3930dac956 user: florian tags: zlib-update)
06:52
Carry forward [0f8bae079e] to the zlib 1.3.1 update. ... (check-in: e5c0a3780f user: florian tags: zlib-update)
06:46
Update the built-in zlib to version 1.3.1, released on January 22, 2024. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. ... (check-in: ff7fa23bb6 user: florian tags: zlib-update)
2024-01-22
13:40
Sync with trunk. ... (Leaf check-in: 7597825330 user: florian tags: diff-keyboard-navigation)
13:39
Sync with trunk. ... (Leaf check-in: f05b04a625 user: florian tags: timeline-keyboard-navigation)
13:37
Hide the timeline graph tooltip in the `pagehide' handler, as Chromium-based browsers (but not Firefox) are deprecating the `unload' handler. ... (check-in: f97a29dd58 user: florian tags: trunk)
2024-01-21
21:57
Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: e0576ea919 user: stephan tags: trunk)
18:03
Improved support for one-click unsubscribe for notifications. ... (check-in: bca95cbf9c user: drh tags: trunk)
01:59
Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: 55151f0024 user: stephan tags: trunk)
2024-01-20
22:31
Include the "List-Unsubscribe" headers in all notification emails. ... (check-in: b76320edee user: drh tags: trunk)
2024-01-18
15:20
Document the --linenum and --invert command-line options to 'fossil diff'. ... (check-in: eb4efc8ccd user: danield tags: trunk)
14:50
Fix several harmless compiler warnings (turned off in the standard build). ... (check-in: ab05475997 user: danield tags: trunk)
2024-01-15
12:00
Remove a now-unused static const from search.c to squelch a compiler warning. ... (check-in: 17fe108ed4 user: stephan tags: trunk)
2024-01-13
18:57
Typo in variable name. ... (Leaf check-in: 1cd36fad6d user: preben tags: hash-if-mtime-is-current)
13:01
Use auto-coloring for private branches, instead of applying the orangeish default `#fec084', so colors play better with skins and the `fossil publish' command. ... (Leaf check-in: 08dadf3fe4 user: florian tags: private-auto-colors)
12:59
Have the `amend' command count arguments only once when option parsing is done. ... (check-in: 30f18ce130 user: florian tags: trunk)
2024-01-12
17:35
When merging, make it possible to undo executable status changes. ... (Leaf check-in: 802e3ae9c2 user: preben tags: undo-exe-after-merge)
16:11
Retain renames in local checkout when running fossil update. ... (Leaf check-in: 7c284a8c62 user: preben tags: update-with-renames)
15:48
Merge current state of testing-improvements. make clean output is now easy to review. ... (check-in: e5bcfd1efe user: preben tags: trunk)
2024-01-11
17:55
In the update tests, also check fossil changes after updating. ... (Leaf check-in: 6e23e96acd user: preben tags: testing-improvements)
16:55
When reverting or updating a file, set the mtime to 0 as already done with merge and stash. Effectively, we don't trust the hash until next time we evaluate the status of the file, at which point we'll update vfile.mtime with the real mtime of the file. Based on discussions in [forum:/forumpost/58bef43842be6fc3|forum thread 58bef43842be6fc3]. ... (check-in: f9686d02de user: preben tags: hash-if-mtime-is-current)
16:34
Optionally print mtime and mhash in test-show-vfile output. ... (check-in: 25f486135d user: preben tags: hash-if-mtime-is-current)
2024-01-10
17:08
Syntax error in test rewrite script and a couple of parsing improvments. ... (check-in: 2873af0b5c user: preben tags: testing-improvements)
09:53
Reduce output when testing in -quiet mode. Output is now limited to test failures (including knownBug) and skipped tests when there are uncommitted changes. ... (check-in: 9c23c50def user: preben tags: testing-improvements)
09:39
No need to re-open repository in json tests. ... (check-in: 41c35fb6e2 user: preben tags: testing-improvements)
09:38
Remove stale debug output in symlinks test. ... (check-in: 211f170c13 user: preben tags: testing-improvements)
09:36
Add -expectError to a number of tests that are expected to generate errors or output. ... (check-in: 768d93e6ee user: preben tags: testing-improvements)
08:29
Merge in trunk to include recent test changes. ... (check-in: 383087bfab user: preben tags: testing-improvements)
2024-01-09
18:13
Add tests for fossil update. ... (check-in: 78f3ec4c64 user: preben tags: testing-improvements)
17:18
Remerge the Wiki title search enhancement, after fixing it so that it does not disrupt check-in comment search. ... (check-in: 9d9bf1abfb user: drh tags: trunk)
17:05
Improvements the "fossil search --fts": Add the --scope and --debug options and improve output formatting. ... (check-in: b7ef90c716 user: drh tags: trunk)
17:04
Fix an off-by-one error in the text line-break algorithm of comformat.c. ... (check-in: eb2100db42 user: drh tags: trunk)
15:14
Add the --fts option to the "fossil search" command. This option uses the same search mechanism as web search. Useful for debugging web search. ... (check-in: 2ddf62a320 user: drh tags: trunk)
14:04
Fix harmless compiler warning in sha3.c. ... (check-in: 537d9e00cf user: drh tags: trunk)
13:42
Update the built-in SQLite to the latest trunk version, for testing. ... (check-in: 5d0d2219e8 user: drh tags: trunk)
2024-01-08
13:11
Check hash if mtime matches system time at the time we started checking. ... (check-in: f0aa85e302 user: preben tags: hash-if-mtime-is-current)
09:26
Update pre-commit-warnings-fossil-1 test for running in a fossil checkout without changes. ... (check-in: 0aebc116cd user: preben tags: testing-improvements)
2024-01-07
17:26
Back out [a402dd2a888d6d74] (wiki title search), as it causes all searches to fail for reasons as yet undetermined. ... (check-in: 48af08bd48 user: stephan tags: trunk)
11:26
Compute hash if mtime is unchanged but match system time. Discussed in [forum:/forumpost/58bef43842be6fc3|forum thread 58bef43842be6fc3]. ... (check-in: b295f86db5 user: preben tags: hash-if-mtime-is-current)
2024-01-05
21:02
Add more information when user encounters an Unresolved RID condition. ... (check-in: c8fda6a62c user: preben tags: trunk)
2024-01-04
18:03
Add test for Cygwin in rewrite-test-output.tcl. Best results are achieved if testing using fossil.exe instead of just fossil. ... (check-in: c86335802d user: preben tags: testing-improvements)
10:34
Update stash test for the recently integrated diff-deleted-files branch. ... (check-in: bc9e84bb27 user: preben tags: trunk)
09:58
Test fixes for 2.24 as discussed in [forum:8d774bc3610fe8de|forum post 8d774bc3610fe8de]. ... (check-in: 271a978d90 user: preben tags: trunk)
09:37
Let users review and validate artifacts before shunning. Helpful in catching abbreviated hashes. ... (check-in: 5e19daf980 user: preben tags: trunk)
09:32
Use an unsigned int in Th_SetResultInt() to address issues with GCC for INT_MIN. ... (check-in: 301edfc0a9 user: preben tags: trunk)
2024-01-03
14:43
Ensure chars are signed when depending on the signedness. ... (check-in: b7c7c2097f user: preben tags: trunk)
14:41
Include termio.h to let OmniOS and OpenIndiana determine terminal width. ... (check-in: a8780e4143 user: preben tags: trunk)
2024-01-02
22:36
Add a check box to enable searching help pages via the admin UI. ... (Leaf check-in: faf70431af user: preben tags: search-help-pages)
22:00
In auto.def, set CFLAGS and LDFLAGS with LIBs as further tests may need them. ... (check-in: 109cf725b1 user: preben tags: trunk)
2024-01-01
19:35
Add "De-ANALYZE" buttons on the schema display pages. ... (check-in: 1c64373d05 user: drh tags: trunk)
19:25
Update the built-in SQLite to the latest trunk version, for testing. ... (check-in: 6da255034b user: drh tags: trunk)
14:42
Update to a newer SQLite on the enhanced-stat1 branch. ... (Closed-Leaf check-in: e634b58144 user: drh tags: enhanced-stat1)
2023-12-31
18:23
Text diff output is now more like other common unix tools in its handling of missing files. ... (check-in: caa6ad39db user: drh tags: trunk)
13:59
Change the built-in SQLite to the latest tip of the enhanced-stat1 branch. This is to facilitate testing of that branch in SQLite in a real-world app. ... (check-in: 4c353662cf user: drh tags: enhanced-stat1)
13:57
Add ANALYZE buttons to the /repo_schema page in cases where only a single table is being shown. ... (check-in: e90fd9bef8 user: drh tags: trunk)
13:49
Provide buttons to run ANALYZE with and without a limit on the /repo_stat1 page. ... (check-in: 349fb1fa16 user: drh tags: trunk)
13:40
On the /repo_stat1 page, provide an option to show the sqlite_stat1 data in a tabular format. ... (check-in: 3c68f7d445 user: drh tags: trunk)
12:53
Publish the --analyze option for "rebuild" in the "fossil all" command. ... (check-in: 724f781594 user: drh tags: trunk)
2023-12-28
16:54
Backout [b53ee919] - the docs were correctly referring to the Windows _fossil config db, not the _FOSSIL_ checkout db. ... (check-in: bfdfa3ed72 user: stephan tags: trunk)
15:52
Doc help typo fix reported in [forum:c45cc13c3c|forum post c45cc13c3c]. ... (check-in: b53ee9190f user: stephan tags: trunk)
2023-12-27
11:53
Undocument the --deanalyze option to "fossil rebuild". It was added by [85233c40c9bb05a8], but more recently (specifically in check-in [7815d015f3b5a663]) it has become desirable for the repository database to be analyzed. ... (check-in: fa9d3fb22b user: drh tags: trunk)
2023-12-24
17:40
Latest upstream pikchr.c to account for a gcc 12.2 warning reported in /chat. ... (check-in: 315aa26924 user: stephan tags: trunk)
15:22
Fix /whistory page: prevent <var>csrf</var> parameter from appearing within a query string when requesting a <tt>diff</tt>. <var>csrf</var> started to appear in a query due to <tt>[/timeline?r=csrf-defense-enhancement|csrf-defense-enhancement]</tt>: <code>form_begin()</code> [/fdiff?v1=9ab558549b3ca653&v2=b86a42cf7932f1cd|unconditionally generates] a hidden input with <var>csrf</var> token since [88a402fe2a5641]. This check-in addapts /whistory page to the new behaviour. ... (check-in: abdf2805fe user: george tags: trunk)
2023-12-22
14:32
Add option to disable the shift-enter preview hotkey in /wikiedit, /fileedit, and /chat as a workaround for software keyboards which report the shift key being pressed when auto-capitalizing text, per discussion in [forum:dbd5b68366147ce8|forum post dbd5b68366147ce8]. ... (check-in: 4bb5515cae user: stephan tags: trunk)
14:27
Remove the write-perms check from the /ajax/preview-text route so that folks without checkin permissions can use /chat. Problem reported in [forum:ed4a762b3a557898|forum post ed4a762b3a557898]. Some code-adjacent end-of-line whitespace cleanups. ... (check-in: 0c6e669a7b user: stephan tags: trunk)
2023-12-17
05:49
When resuming a clone, delete the previous setup user so it can be reset. This also handles the case where a new --admin-user is passed in. ... (check-in: b86d4da5a2 user: andybradford tags: clone-resume)
2023-12-16
01:39
Add the shift-enter toggle config option to /chat, sharing the same persistent config key as /wikiedit and /fileedit. ... (Closed-Leaf check-in: 895ecf9e4d user: stephan tags: shift-enter-preview)
01:10
In /wikiedit and /fileedit, add a checkbox to disable shift-enter for toggling preview, as per discussion in [forum:dbd5b68366147ce8|forum post dbd5b68366147ce8]. ... (check-in: 8c1c4fa985 user: stephan tags: shift-enter-preview)
2023-12-15
21:10
When rewriting test output, also mask SQLite hash and version. ... (check-in: 7da44faa22 user: preben tags: testing-improvements)
2023-12-14
19:08
Disable the backoff is in unversioned tests. PArticularly using Cygwin, it can cause test-framework errors for this test and any subsequent tests as the repository cannot be cleaned up if a backoffice process is sleeping. ... (check-in: 7bb273e48f user: preben tags: testing-improvements)
17:24
Update the built-in SQLite to the latest trunk version that is destined to become 3.45.0 someday. This is beta-testing for SQLite. ... (check-in: 70cae0a964 user: drh tags: trunk)
16:29
Improve "whatis" output when in "filename" mode and parse supported whatis options when using "fossil all whatis". ... (check-in: e1e9da26f6 user: mgagnon tags: trunk)
13:51
Fix a number of unversioned tests under cygwin by letting he fake editor convert windows paths to unix paths. ... (check-in: 84d86ba60f user: preben tags: testing-improvements)
13:45
Fix unversioned-1 test under cywing, when testing using fossil.exe. ... (check-in: f313c19e98 user: preben tags: testing-improvements)
13:41
Fix th1-globalState-15 test under cygwin. ... (check-in: 2060a49fe0 user: preben tags: testing-improvements)
13:38
Fix test th1-tcl-9 under cywing if testing using fossil.exe. ... (check-in: 04ddc700f2 user: preben tags: testing-improvements)
03:21
Updated the changelog with a few recent developments ... (check-in: 8d3b63e6e8 user: wyoung tags: trunk)
02:32
Moved the default repo name from ENTRYPOINT to CMD to allow overriding with --repolist by those wanting that mode of operation. You cannot give both a repo name and this flag, as correctly pointed out by ckennedy [forum:/forumpost/da72faac39ad36bb | on the forum]. ... (check-in: 72859937fa user: wyoung tags: trunk)
2023-12-13
18:50
Bug fixes in the alert sending backoffice task. Hopefully this will start sending email notifications to people correctly. The bug was likely introduced by [d4361f6a94725aa3]. ... (check-in: 2917bedada user: drh tags: trunk)
12:18
Add a missing &lt;td&gt; to the /uvlist table. ... (check-in: 6b02592196 user: drh tags: trunk)
08:49
When testing, remove _fossil in temporary home for cygwin. ... (check-in: 71d8cf46b4 user: preben tags: testing-improvements)
07:49
Use the official spelling of Tcl/Tk in the help texts for the diff commands. ... (check-in: b89f4cdb69 user: florian tags: trunk)
07:40
Modify [b1dc17a0aa]: Use the APIs from hname.c to find hash algorithm names. ... (check-in: a99a0fc08b user: florian tags: trunk)
07:18
Remove a hack that no longer works after calling `verify_all_options()'. ... (check-in: a4fc47ad4a user: florian tags: trunk)
07:12
Adapt the help text for the `open' command to the implementation. ... (check-in: b2ab66ea0d user: florian tags: trunk)
2023-12-12
22:15
Found the same misuse of memcmp() in the "stash" subcommand matcher. ... (check-in: 2a8551762d user: wyoung tags: trunk)
22:12
ASAN caught a misuse of memcmp when matching the subcommand for "fossil uv". Changed it to strncmp, as used in several other Fossil CLI subcommand matching bits. Since the left-side arg is user-supplied text and we were using its strlen() for the third argument to memcmp(), it allowed arbitrary amounts of overrun. ... (check-in: 182cfa1b1d user: wyoung tags: trunk)
21:54
Improved display in /uvlist: wrapped the file hash in "code" tags to make same-type hashes display at the same width, and added an "Algo" column to identify the hash algorithm for the benefit of those who can't work it out from the length alone. ... (check-in: b1dc17a0aa user: wyoung tags: trunk)
21:44
Updated an outdated reference to "SHA1" hashes in the unversioned content doc. ... (check-in: 4d43560f66 user: wyoung tags: trunk)
2023-12-11
21:26
Improve on [c028f36de8] and list tests skipped tests due to require_no_open_checkout. ... (check-in: 7a666efb6a user: preben tags: testing-improvements)
21:23
Before starting tests, switch to tempHomePath. This avoids require_no_open_checkout errors if you start the test inside a checkout (actual tests are done in a temporary repository/checkout anyway). ... (check-in: 381f1ecbf5 user: preben tags: testing-improvements)
21:10
Let th1-docs test run in a test repo by copying the file we need. This avoids running the test in the actual development checkout. ... (check-in: f1f5c4ce1e user: preben tags: testing-improvements)
20:43
Set FOSSIL_USER in json tests to sort user related output consistently if run as a different user. Eases test result comparisons. ... (check-in: 68ae97d456 user: preben tags: testing-improvements)
20:26
More thorough test output rewrite script. Add an -extra option that cleans up further to make comparisons between e.g. Windows and Unix like systems easier. When testing with -verbose, this gives easy comparable results across Unix like and Windows systems. ... (check-in: 0424384328 user: preben tags: testing-improvements)
2023-12-08
15:30
Limit the scope to the error condition to clone operations only for now. ... (check-in: 29e9e84a1e user: andybradford tags: clone-resume)
14:33
Only output clone retry warning if there is another round to go. ... (check-in: bdd22578fa user: andybradford tags: clone-resume)
14:20
The rebuilt string is only regenerated if the manifest changes, so use the mtime of when the rebuild is done instead. ... (check-in: a92fddc023 user: andybradford tags: clone-resume)
13:52
If the clone is interrupted by the user this should constitute an error condition. ... (check-in: 2c8ad9a417 user: andybradford tags: clone-resume)
10:20
In the HTML diff output, honour the user's light/dark mode browser setting. ... (check-in: a2e6b31aa1 user: danield tags: trunk)
2023-12-07
20:06
Add the --dark option to "fossil diff --tk" ... (check-in: 5a8516df59 user: drh tags: trunk)
19:57
Improvements to the diff algorithm. See [forum:/forumpost/515e0d43425d7164|forum thread 515e0d43425d7164] for discussion. ... (check-in: a45c7f0a56 user: drh tags: trunk)
10:39
Make the dark mode also available for the diff HTML output (--webpage, -b). ... (Closed-Leaf check-in: 6b7fe7fa95 user: danield tags: tk-diff-darkmode)
2023-12-05
16:02
Provide a dark mode for the TCL/TK-based diff GUI. ... (check-in: b59a42f1f6 user: danield tags: tk-diff-darkmode)
14:12
Clean up signal includes. ... (check-in: e6da7f08c8 user: andybradford tags: clone-resume)
2023-12-03
21:36
The th1-expr-3 test revealed that Th_SetResultInt() could produce incorrect result for INT_MIN. Ensure that -1*iVal is positive for all values and remove unsiged casts. Seems a common optimisation problem with gcc on various verisons from 10 through 13 on Linux, NetBSD and OmniOS on various architectures. ... (Closed-Leaf check-in: 4a98d2aae1 user: preben tags: th-int-min-errors)
20:28
Include termio.h to determine terminal width on OmniOS. Uses __EXTENSIONS__ in line with detection of solaris like systems in auto.def. ... (Closed-Leaf check-in: 32428f126f user: preben tags: omnios-terminal-width)
14:06
In auto.def, set CFLAGS and LDFLAGS with LIBs as further tests may need them. ... (Closed-Leaf check-in: adcbb25256 user: preben tags: auto-def-compilation-flags)
2023-12-02
18:30
Use a new pragma requested only in the first clone cycle to track the rebuilt time on the remote server to be able to error out if the rids are rebuilt before resuming a clone. This is currently just a fossilized string but it could instead be a hash of the components to make it more like a "code". Requesting the pragma only at the beginning does not account for the possibility that a rebuild will happen after the clone begins. I find that scenario highly unlikely, but grant that it might be possible. If the remote server does not yet support the pragma the client falls back to using the remote server-code. ... (check-in: 7f116a437c user: andybradford tags: clone-resume)
2023-12-01
22:37
Typo corrections in comments only. No change in functionality. ... (check-in: a8b6fdc83e user: andybradford tags: trunk)
21:22
Just write the value the first time it is seen since there is no need to have the value during the sync (yet). ... (check-in: 15b166df9b user: andybradford tags: clone-resume)
21:14
Prevent resuming a clone from a different server by preserving the remote server-code and comparing on resume. This is a crude heuristic to determine whether or not it is likely that the remote server still has the same rids. A better heuristic may be to probe the server for known rids that have been received (e.g. each clone seqno that is sent by the server could be recorded and then probed with a pragma request by the client later on). ... (check-in: aa54ea4116 user: andybradford tags: clone-resume)
20:31
Prevent the resuming of a clone that does not have the product code. ... (check-in: 63af8da355 user: andybradford tags: clone-resume)
20:17
Minor style change. ... (check-in: d82079546d user: andybradford tags: clone-resume)
20:12
Skip all finalizing until the clone is complete. ... (check-in: 9fa25cd746 user: andybradford tags: clone-resume)
17:55
Try to handle some error conditions better. First, if the clone's first sync didn't bring down any artifacts there isn't likely any point in continuing. Second, if on resuming a clone no artifacts were received, abort. Third, check if the project-code has changed earlier (this might be detected even earlier when the client receives the "push" card). ... (check-in: 17f3408f6b user: andybradford tags: clone-resume)
04:12
Minor correction in comment. No change in functionality. ... (check-in: 4fdc41bd05 user: andybradford tags: clone-resume)
03:58
Shorten warning message to fit in a terminal without wrapping. ... (check-in: 5bb6d26187 user: andybradford tags: clone-resume)
03:53
Verify that the project-code on resume hasn't changed per discussion in [forum:d1a2ed56271602fa|forum post d1a2ed56271602fa] and rollback changes if they are different. ... (check-in: ee5b942080 user: andybradford tags: clone-resume)
2023-11-30
06:26
Defer rebuilding the database until the clone is complete. This prevents a lot of unnecessary rebuilding while there aren't enough artifacts to make it worth it. ... (check-in: 333a89bf96 user: andybradford tags: clone-resume)
04:01
Catch SIGINT during sync so that when pressing ctrl-c during a clone of a large repository it doesn't dispose of all the progress that was made during, thus enabling resume from an user interrupt. When the handler returns, the last sync will complete and then exit the loop. ... (check-in: ad2e148541 user: andybradford tags: clone-resume)
2023-11-29
04:32
Merge in latest from trunk. ... (check-in: 5d12d42680 user: andybradford tags: clone-resume)
2023-11-28
22:05
Tiny documentation fix: an extra space before argument to the '--base-rcvid' hook test option made the argument appear on the line describing the option. ... (check-in: cb283ca505 user: km tags: trunk)
19:31
Use signed char for two json timeline functions that may return -1. ... (Closed-Leaf check-in: c42dee8634 user: preben tags: signed-chars)
14:58
Fix sort order in json_page_finfo() on systems where char is unsigned. ... (check-in: fd288be356 user: preben tags: signed-chars)
2023-11-27
10:28
Fix typos in unvers.wiki. ... (check-in: 22ee43db43 user: danield tags: trunk)
06:19
Take advantage of the fact that the seqno is recorded and automatically resume up to three times if failure is encountered. ... (check-in: bc0a4c60c0 user: andybradford tags: clone-resume)
06:14
Check for valid value from return of function. ... (check-in: 2f0aac8c01 user: andybradford tags: clone-resume)
2023-11-26
19:07
Fix previous commit: Just fixing amend breaks subsequent tests. As tests should not need input, move the code to the test/tester.tcl. ... (Closed-Leaf check-in: 3b37f7d97b user: preben tags: test-fixes-2.24)
18:18
The amend tests may fail on narrow terminals on systems where the terminal size can be determined when tclsh is running (for me, all but Windows). Closing stdin causes fossil not to wrap output. To avoid fossil complaining about file descriptor zero (which is now used on some systems), temproarily open the script readonly. ... (check-in: 1cb0d57db1 user: preben tags: test-fixes-2.24)
17:52
Fix merge_renames-13-3 on macOs as the expected a filename under /tmp but the result was under the normalized /private/tmp directory. ... (check-in: f044437634 user: preben tags: test-fixes-2.24)
16:48
Fix json tests that no longer reflects default capabilities for anonymous. ... (check-in: 9ba74ae04e user: preben tags: test-fixes-2.24)
2023-11-25
16:42
Update [4f9cfebf18]: indent the verbatim merge conflict markers in the merge1.test script to avoid check-in warnings for this branch. ... (check-in: 3fc08b7633 user: florian tags: test-fixes-2.24)
15:56
Remove description of unsupported option that was removed with [298ccff06c487d035a7] from "fossil all rebuild" command. No change in functionality. ... (check-in: 33fa915508 user: andybradford tags: trunk)
2023-11-24
23:51
Do away with the --resume flag as it is mostly redundant and can be assumed by the presence of the recorded clone_seqno. Suggested by Warren Young in [forum:4bcbb41aab2538d4|forum post 4bcbb41aab2538d4]. ... (check-in: b0a60d8f1d user: andybradford tags: clone-resume)
22:14
Need to reset the server-code so that the user password is correct. Might as well also reset the project-code. ... (check-in: 61e0ced9bf user: andybradford tags: clone-resume)
21:39
Implement the ability to resume a clone that has failed. This is a variation on the attempt made in [ec26471439] that was never completed. The significant difference in the use of the "clone protocol" which uses cfile cards to complete the synchronization rather than the "sync protocol" which takes much longer using the file card. ... (check-in: ee710cc171 user: andybradford tags: clone-resume)
12:59
Update the built-in SQLite to version 3.44.2. ... (check-in: 3f97785608 user: drh tags: trunk)
2023-11-22
20:22
Update the built-in SQLite to version 3.44.1. ... (check-in: 2edeeee4a8 user: drh tags: trunk)
2023-11-20
19:16
On the activity report page, make sure the graph bar with the expected changes for the current week/month is not displayed on a separate line. ... (check-in: 698dc59ec1 user: florian tags: trunk)
18:57
Do not separate timeline entries by an empty line when using custom formatting strings. ... (check-in: 256983fdd5 user: danield tags: trunk)
17:07
Add a button to review a list of hashes to shun. As discussed in [forum:1d54d9965c7e4c00], fossil may accept 40 byte abbreviated hashes from command output, when the intention is to shun the real 64 byte hash. ... (Closed-Leaf check-in: d5c8235cdc user: preben tags: shun-list-review)
2023-11-19
11:42
Improved description on /timeline pages that make use of tl= or rl=. ... (check-in: e03200e545 user: drh tags: trunk)
2023-11-18
20:41
Add new tl= and rl= query parameters to /timeline ... (check-in: 2288b74257 user: drh tags: trunk)
2023-11-17
18:05
Update th1-tcl tests to reflect change from XML style closing hr/ tag to just hr in HTML from change [f5482a0a79]. ... (check-in: 1c637a4985 user: preben tags: test-fixes-2.24)
17:47
Add script to rewrite test output for easier comparison of output from different runs. Invoked with tclsh, the script reads either a file argument or stdin and writes to stdout. ... (check-in: b3f89945a5 user: preben tags: testing-improvements)
17:44
When testing, sort glob results for consistent test ordering across OSes. ... (check-in: 7fc504d100 user: preben tags: testing-improvements)
17:42
In the symlinks test, this used to require allow-symlinks being set before testing. With the current temporary repositories, it is safe to enable allow-symlinks locally. ... (check-in: dc1836edb6 user: preben tags: testing-improvements)
17:41
In the th1-docs test, the dirty checkout should be done in the fossil checkout, not the current directory (which the dirty_ckout variable reflects). ... (check-in: 62838cc7f2 user: preben tags: testing-improvements)
17:39
In unversioned test, cloning with --save-http-password avoid password prompts on macOs, OpenBSD and Linux. ... (check-in: 85b3a60025 user: preben tags: testing-improvements)
17:37
List skipped tests in the final summary. ... (check-in: c028f36de8 user: preben tags: testing-improvements)
17:36
Switch out of temporary test repos to avoid require_no_open_checkout errors when using -keep. ... (check-in: 41f7e90c84 user: preben tags: testing-improvements)
17:31
When testing, indicate that there was failures using exit code 1. ... (check-in: d92c23d700 user: preben tags: testing-improvements)
2023-11-16
21:27
The symlinks tests are all concerned with files accessed through symlink traversal which has not been allowed for quite a while (I think [4d445ead] is the last change that enforced this). The test changes now check the reverse condition: traversing symlinks should not work. To carry out the tests, ensure allow-symlinks is set in the local repo. ... (check-in: d30cd07314 user: preben tags: test-fixes-2.24)
19:04
Update transfer summaries in unversioned tests. Summaries changed in [2b8ac4d15b] and [0b7af9d865]. ... (check-in: b94d8c4479 user: preben tags: test-fixes-2.24)
12:23
Honour global web-browser setting if running fossil ui with a path to a repository. ... (check-in: 200247bc62 user: preben tags: trunk)
12:16
Add more information when user encounters an Unresolved RID condition. ... (Closed-Leaf check-in: c04e494d07 user: preben tags: unresolved-rid-explanation)
2023-11-15
12:26
Add diff test cases for added/deleted files indicated by /dev/null. ... (Closed-Leaf check-in: 33174a3b5f user: preben tags: diff-deleted-files)
2023-11-14
21:29
Move an invariable test outside a while loop. ... (check-in: b87bd72927 user: danield tags: trunk)
20:17
Add search for help pages. ... (check-in: f0b960898e user: preben tags: search-help-pages)
19:38
Add test case for side-by-side xdiff. ... (Closed-Leaf check-in: 54adcdb2a2 user: preben tags: long-diff-fix)
19:11
Looping over too many triples also seems theoretically possible in contextDiff(). ... (check-in: 8ba47b1cc9 user: preben tags: long-diff-fix)
19:03
An extra long diff may occur in side-by-side or html mode as discussed in [forum post 49cc60131b](https://fossil-scm.org/forum/forumpost/49cc60131b). When enumerating mxr triples, looping over multiple triples may exceed mxr. ... (check-in: 3c9472e56b user: preben tags: long-diff-fix)
16:14
Enable searching of wiki titles. ... (check-in: a402dd2a88 user: preben tags: trunk)
2023-11-13
07:40
Fix usage wording for the branch command. ... (check-in: 8e8d1f067f user: danield tags: trunk)
2023-11-11
17:59
Check if markdown paragraphs contains lists. Fixes issue reported in [forum:b598ac56defddb2a]. ... (check-in: a8782f33d3 user: drh tags: trunk)
17:49
Suppress compiler warnings associated with jimtcl on OpenBSD. ... (check-in: cd040d1a38 user: drh tags: trunk)
2023-11-10
14:41
Increase the version number to 2.24 to start the next development cycle. Begin the change log for 2.24. ... (check-in: 9b64259473 user: drh tags: trunk)
14:14
Add the x= query parameter to /timeline. Satisfies ticket [208e3fc206af9b61]. ... (check-in: cad7c10b37 user: drh tags: trunk)
2023-11-07
09:57
Test amend-tag-2.2 expects a case insensitive sorted list of tags since [3500dbfd84]. ... (check-in: 3a463e8f12 user: preben tags: test-fixes-2.24)
2023-11-05
13:41
Add a comment how to run just a subset of tests. ... (check-in: f5d79188ea user: florian tags: test-fixes-2.24)
12:55
Fix th1.test: changed trace log output; changed HTML header; new TH1 commands. ... (check-in: 2660ad0f35 user: florian tags: test-fixes-2.24)
12:52
Fix stash.test: changed markers for RENAMED files. ... (check-in: cb9106b280 user: florian tags: test-fixes-2.24)
12:50
Fix settings-repo.test: versionable settings can have comments starting with #. ... (check-in: 1d615c9b6c user: florian tags: test-fixes-2.24)
12:47
Fix settings.test: added new settings. ... (check-in: 2c626bc977 user: florian tags: test-fixes-2.24)
12:46
Fix revert.test: changed markers for RENAMED files. ... (check-in: 4023c799d6 user: florian tags: test-fixes-2.24)
12:42
Fix merge_warn.test: warning about missing common ancestor changed to merge conflict warning. 👀 ... (check-in: c38c0ff74c user: florian tags: test-fixes-2.24)
12:40
Fix merge_renames.test: warning about missing common ancestor changed to merge conflict warning; changed markers for RENAMED files. 👀 ... (check-in: 34abaf0120 user: florian tags: test-fixes-2.24)
12:31
Fix merge4.test: changed merge conflict warnings. ... (check-in: 6c230e8859 user: florian tags: test-fixes-2.24)
12:30
Fix merge3.test: changed merge conflict warnings. ... (check-in: 3e61910072 user: florian tags: test-fixes-2.24)
12:25
Fix merge1.test: changed merge conflict warnings. (NOTE: this check-in contains files with merge conflict warnings.) ... (check-in: 4f9cfebf18 user: florian tags: test-fixes-2.24)
2023-11-02
19:40
Improvements to "fossil sync" help text. ... (check-in: 88871c0203 user: drh tags: trunk)
19:37
For the "fossil sync" command if the -v option is repeated, then the HTTP_VERBOSE flag is set on the http_exchange() call, resulting in additional debugging output for the wire protocol. ... (check-in: 8089622419 user: drh tags: trunk)
12:44
Check if markdown paragraphs contains lists. Fixes issue reported in [forum:b598ac56defddb2a]. ... (Closed-Leaf check-in: 25028896e4 user: preben tags: markdown-multiple-sublists)
2023-11-01
18:56
Version 2.23 ... (check-in: 47362306a7 user: drh tags: trunk, release, version-2.23)
14:13
Update the built-in SQLite to version 3.44.0. ... (check-in: 72e143519d user: drh tags: trunk)
2023-10-29
22:52
Update the built-in SQLite to the first 3.44.0 release candidate, for testing. ... (check-in: e4d2c1d1fc user: drh tags: trunk)
22:20
Replicated the server load aveage limit on the robot-defenses configuration page. ... (check-in: a72e9e181d user: drh tags: trunk)
19:19
Fix typos in and otherwise improved the docs for the "fossil all set" command. ... (check-in: 67094bc299 user: drh tags: trunk)
2023-10-26
10:53
Suppress compilation warnings for jimsh0 in autosetup-find-tclsh. OpenBSD compilation warnings (sprintf(), strcpy() and rand()) goes to stdout and ./configure then uses the warnings as part of the path to execute. ... (Closed-Leaf check-in: c8a1cfb62b user: preben tags: openbsd-jimsh0-warnings)
2023-10-25
14:52
Let "fossil ui repo.fossil" use the web-browser setting, if set. ... (Closed-Leaf check-in: 559856437d user: preben tags: fossil-ui-web-browser)
12:52
Clarity pass on the definition of "Project" in the glossary, removing redundancies and simplifying the illlustrative examples. Also clarified the purpose of the bullet points after each definition. ... (check-in: db6674638a user: wyoung tags: trunk)
12:19
Fix the password reset request form so that it passes CSRF security tests. ... (check-in: ce8598b6c1 user: drh tags: trunk)
11:47
Small tweaks to the gitusers doc ... (check-in: 3bfae2309c user: wyoung tags: trunk)
2023-10-24
20:53
Remove stray JS console debug output. No functional changes. ... (check-in: 03bb48a3b9 user: stephan tags: trunk)
20:27
Attempt to prevent forum FORM elements from a double-submit via stray double-clicks on the various submit buttons, as reported in [forum:6bd02466533aa131|forum post 6bd02466533aa131]. ... (check-in: 600f171306 user: stephan tags: trunk)
12:04
Update the built-in SQLite to the first 3.44.0 beta, for testing. ... (check-in: 39bcd310e8 user: drh tags: trunk)
2023-10-23
10:44
Remove all calls to sprintf() from makeheaders and mkversion in order to appease prudish compilers. ... (check-in: 8c7bf45096 user: drh tags: trunk)
10:21
Update the built-in SQLite to the latest 3.44.0 alpha yet again. This time, also remember to include the "shell.c" source file from SQLite that includes the removal of an "sprintf()" call, thereby avoiding scary MacOS warnings. ... (check-in: 6ac015311e user: drh tags: trunk)
01:47
Squished a potential null pointer dereference in th.c caught by ubsan. ... (check-in: 39cac07254 user: wyoung tags: trunk)
01:17
Replaced a few sprintf() calls with sqlite3_snprintf() to squish warnings from Clang on macOS when configured with extra debugging. (These warnings don't normally appear.) There is one left in extsrc/shell.c which needs fixing upstream. ... (check-in: dfa41afeab user: wyoung tags: trunk)
00:56
Reworked the handling of "./configure --with-zlib=FOO", yielding several benefits: * FOO can now point to both a flat directory as before or to a directory one level up with lib/ and include/ subdirs, as zlib installs to when configured with a --prefix, fixing an issue [forum:/forumpost/9c64b51d44 | reported on the forum]. * The old method would check the default paths before trying what you gave it, preventing local overrides when you know the platform version isn't what you want and you've built from source, then pointed Fossil at the replacement. It isn't always safe or advisable to remove the platform version in this case merely to get Fossil's configuration script to move on and obey your explicit directive. * The old method checked for the header and the library in a single step, resulting in unhelpful configure output, requiring that one dig through config.log to figure out what happened. ... (check-in: 9d0b52e2d2 user: tangent tags: trunk)
2023-10-22
23:46
Update the built-in Fossil to a newer 3.44.0 alpha that fixes the 8-byte alignment problem with duplicated Expr objects, as well as other minor fixes. ... (check-in: 128e503031 user: drh tags: trunk)
2023-10-21
21:38
Update the built-in SQLite to the first 3.44.0 alpha, for testing. ... (check-in: b0db6ddb5e user: drh tags: trunk)
2023-10-20
16:45
For 'timeline --verbose' with some formatting options, display the list of changed files closer to the check-in info block. ... (check-in: 7e63c86e6b user: danield tags: trunk)
2023-10-18
12:14
Rename policy setting for private merges to 'unpublished.' ... (Leaf check-in: f2322d9044 user: preben tags: warn-on-merging-private-branch)
2023-10-17
11:27
Remove old warning-policy definition. ... (check-in: 1b010f0179 user: preben tags: warn-on-merging-private-branch)
2023-10-16
14:37
Add warning-policy setting functionality. ... (check-in: af73acb2df user: preben tags: warn-on-merging-private-branch)
14:33
Implement propagating settings that are sent to clients that pull. The warning-policy is used as example, but not yet applied. ... (check-in: f812fedc44 user: preben tags: warn-on-merging-private-branch)
2023-10-06
10:41
Simplify handling of /dev/null with external diff commands in [fd359387ca], reveting to using existing temp file naming convention. Also avoids attempting to remove non-temporary files. ... (check-in: be3eb3b85d user: preben tags: diff-deleted-files)
2023-10-05
14:09
With fossil commit -v, indicate added or deleted files in diff output, too. ... (check-in: 30559adbaf user: preben tags: diff-deleted-files)
13:26
With external diff command, use /dev/null for added or deleted files. Implemented for Unix as I am unsure how Windows diff tools would deal with NUL. ... (check-in: fd359387ca user: preben tags: diff-deleted-files)
12:17
After fossil rm, do not read content from disk with fossil diff. This way, fossil diff output reflects what would be committed. ... (check-in: e93797317d user: preben tags: diff-deleted-files)
11:57
Consistently use /dev/null in diff output for added and deleted files. ... (check-in: 200dcdcd37 user: preben tags: diff-deleted-files)
2023-10-02
12:46
Warn user of before merging private to public, or afterwards with --force. ... (check-in: f3fef43c2e user: preben tags: warn-on-merging-private-branch)
11:38
Prompt user to publish artifacts when merging a private branch into a public branch. ... (check-in: c07679128e user: preben tags: warn-on-merging-private-branch)
2023-09-29
13:35
merge in hash-admin-user-password ... (check-in: 593e801bdf user: preben tags: trunk)
13:35
merge in fts-ticket-updates ... (check-in: c0d402fe81 user: preben tags: trunk)
13:35
merge in fossil-settings-value-only ... (check-in: 0d4a31a9f5 user: preben tags: trunk)
13:35
merge in find-options-last-arg-fix ... (check-in: ad0b5f0e2d user: preben tags: trunk)
13:33
merge in filter-branch-ls-by-user ... (check-in: d6cdd955e1 user: preben tags: trunk)
12:53
Fix self-registration bug created by the enhanced CSRF defense changes. ... (check-in: 6ae9941860 user: drh tags: trunk)
06:56
Fixing the long opt broke final short option if expected argument is not present. ... (Closed-Leaf check-in: d8b23d71c9 user: preben tags: find-options-last-arg-fix)
2023-09-28
18:59
Handle --opt=arg as final command line argument, discussed in [forum:a90b5ebd36f4c134]. ... (check-in: 9ac38481ec user: preben tags: find-options-last-arg-fix)
18:39
Use verify_all_options() with fossil branch ls/lsh. ... (Closed-Leaf check-in: 34e0f6817a user: preben tags: filter-branch-ls-by-user)
17:58
Fix find_option() error and badly type --users in argument test. ... (check-in: 119cc37ac5 user: preben tags: filter-branch-ls-by-user)
17:16
Add branch ls --users to list users participating in branches. ... (check-in: 4615e2072a user: preben tags: filter-branch-ls-by-user)
14:15
Update to the change log. ... (check-in: e3e28f43dc user: drh tags: trunk)
14:13
Changing a setting to an empty string is now the same as unsetting that value, in most cases. Settings that are exceptions to the rule are marked with the "keep-empty" flag. Fix for the issue reported by [forum:/forumpost/a17b5fa51d607e3d|forum post a17b5fa51d607e3d]. ... (check-in: 1f6ae1efb4 user: drh tags: trunk)
14:08
Minor tweaks to the hash color test page. ... (check-in: 19799565b7 user: drh tags: trunk)
13:51
The "branch ls" command should flag private branches with -R. ... (check-in: 016f6c5ec5 user: drh tags: trunk)
13:43
Remove an unnecessary while() loop. ... (check-in: 225abb37df user: drh tags: trunk)
13:38
Mark closed leaves with an X on the timeline graph. ... (check-in: 57bea365a3 user: drh tags: trunk)
13:18
branch ls should also flag private branches with -R. ... (Closed-Leaf check-in: fcb40ac931 user: preben tags: branch-ls-private-fix)
11:40
Reword branch ls description for --self ... (check-in: d66ccf646e user: preben tags: filter-branch-ls-by-user)
10:42
Filter branch ls output by user with check-ins on the branches. ... (check-in: d0f15a1b65 user: preben tags: filter-branch-ls-by-user)
2023-09-27
19:43
Remove while(1) loop made redundant by [239b4c1362]. ... (Closed-Leaf check-in: f36e8886c0 user: preben tags: redundant-while-loop)
15:17
Check-mark alternative for closed branches. ... (Closed-Leaf check-in: 62ab3a1d80 user: preben tags: indicate-closed-branches-in-timeline)
11:24
Draw an X instead of a horizontal line. Uses SVG as attempts with characters differed wildly among browsers. ... (check-in: 63785bd911 user: preben tags: indicate-closed-branches-in-timeline)
05:28
Make the horisontal line for lcosed leafes thinner. ... (check-in: 6c27f4136e user: preben tags: indicate-closed-branches-in-timeline)
2023-09-26
13:03
Allow styling leaves of closed branches in /timeline. ... (check-in: e042be53cf user: preben tags: indicate-closed-branches-in-timeline)
11:04
Update FTS when creating/updating tickets. Also avoids a stray row with rid 0. ... (Closed-Leaf check-in: fb5d53ec11 user: preben tags: fts-ticket-updates)
10:20
Generate output at the end of get_stext_by_mimetype() instead of within conditional branches. ... (Closed-Leaf check-in: 3105a0c5c3 user: preben tags: search-wiki-titles)
10:18
Allow searching for wiki page titles as discussed in [forum:31d8831c2d9809fa]. ... (check-in: e6b8cc9f71 user: preben tags: search-wiki-titles)
2023-09-25
15:47
If the value of a setting is changed into an empty string, then unset it, except for the rare setting that has the new keep-empty property. ... (Closed-Leaf check-in: b9bbb8d7fd user: drh tags: unset-empty-settings)
2023-09-19
22:03
Correction of simple typos in patch usage text. ... (check-in: 9b10bf4575 user: mgagnon tags: trunk)
11:59
Fix formatting for the help text of the 'branch' command. ... (check-in: 132af984d0 user: danield tags: trunk)
11:41
Improvements to documentation for the "patch" command. ... (check-in: 14ebbe9d99 user: drh tags: trunk)
11:31
Improvements to help-text HTML formatting. ... (check-in: ccc780f552 user: drh tags: trunk)
11:19
Updates to the change log. ... (check-in: 5afa42e4ec user: drh tags: trunk)
10:42
Fix a harmless compiler warning in SQLite. This is a direct edit to the imported sqlite3.c file, which will be overwritten the next time we update SQLite. But that's ok since the warning is fixed in the SQLite tree too. ... (check-in: ead5a95b47 user: drh tags: trunk)
2023-09-18
22:27
Whitespace fix in previous ... (check-in: f8bec8f74c user: wyoung tags: trunk)
22:26
Removal of the Tcl example in §5.5 of the containers doc left hanging references in the Python example in a few places. ... (check-in: 40e537e94d user: wyoung tags: trunk)
22:10
Added §5.6 to the containers doc, "Email Alerts," explaining how to get email alerts out by use of the included tools/email-sender.tcl script and the "write mail to DB" feature since the default option (sendmail -ti) won't work by default and it wouldn't be appropriate to make it work besides. This then obviated the earlier half-baked advice on injecting a Tcl environment into the container; the essential point is adequately made by the Python example, so there is no point trying to rescue this plan. ... (check-in: 616a37f4f7 user: wyoung tags: trunk)
20:43
Merge the CSRF-defense enhancements into trunk. ... (check-in: 920ace1739 user: drh tags: trunk)
17:13
Omit the SameSite=strict specifier for the login cookie, since that prevents users from clicking a hyperlink on an email notification and then going directly to the relevant page and getting logged in. ... (Closed-Leaf check-in: fc5b49e990 user: drh tags: csrf-defense-enhancement)
15:36
Set the "SameSite=strict" value on cookies (used for authentication) as a further defense-in-depth against CSRF attacks. ... (check-in: bc643c32f8 user: drh tags: csrf-defense-enhancement)
15:24
Fix forum-post approval buttons so that they send the CSRF token. ... (check-in: bf9974cf8d user: drh tags: csrf-defense-enhancement)
15:10
More intensive use of the Synchronizer Token Pattern for CSRF defense. ... (check-in: 0a66be2b75 user: drh tags: csrf-defense-enhancement)
14:32
Strengthen CSRF requirements for the skin editor. ... (check-in: 6912636dc3 user: drh tags: csrf-defense-enhancement)
14:29
Cleanup forms on the skin editor page. ... (check-in: 5feae3fd75 user: drh tags: csrf-defense-enhancement)
14:13
Stronger CSRF token based on a SHA1 hash of the login cookie. ... (check-in: ff3746c4c2 user: drh tags: csrf-defense-enhancement)
13:18
Try to simplify and rationalize the defenses against cross-site request forgery attacks. A hodgepodge of techniques have been used in the past. This changes attempts to make everything work more alike and to centralize CSRF defenses for easier auditing. ... (check-in: 88a402fe2a user: drh tags: csrf-defense-enhancement)
2023-09-14
08:25
Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch. ... (check-in: 8ff63db2e6 user: danield tags: trunk)
08:04
Update the built-in SQLite to version 3.43.1. ... (check-in: 1fea5c2ce9 user: danield tags: trunk)
2023-09-11
21:42
Untangled some awkward grammar in the new doc section ... (check-in: 383f6d4f1a user: wyoung tags: trunk)
21:39
Backed off on the strength of the disapprobation in the new "Converting Repositories on Windows" doc section, being both unnecessary and possibly wrong. ... (check-in: 3e464b0265 user: wyoung tags: trunk)
08:16
Added the "Converting Repositories on Windows" section to the inout doc to cover a problem case involving PowerShell and to give solutions. ... (check-in: 19c347b460 user: wyoung tags: trunk)
2023-09-10
17:34
Fix a bug in [1ef6499a9af8] which caused resolution of certain builtin symbolic names to not resolve. ... (check-in: 7faa1f4e23 user: stephan tags: trunk)
12:46
Help text typo fix from [forum:987bf1b023|forum post 987bf1b023]. ... (check-in: 0fd4bde736 user: stephan tags: trunk)
2023-09-09
15:09
Add missing mention of forum search in fts-config command. Reported in [forum:6eb7cec6aa|forum post 6eb7cec6aa]. ... (check-in: 71b591af26 user: stephan tags: trunk)
15:05
Correct inability to use certain commands after doing (open --empty), as reported in [forum:04f86a038c|forum post 04f86a038c] and caused by [4d8c30265b]. ... (check-in: 1ef6499a9a user: stephan tags: trunk)
2023-09-08
11:43
test-delta-apply help test fix reported in [forum:4c3f5658eb|forum post 4c3f5658eb]. ... (check-in: dd62094499 user: stephan tags: trunk)
2023-09-01
11:36
Eliminate duplicate folders on the /dir page when using the Ardoise skin, caused by [32297dde2bee23] and reported by Martin G. in /chat. ... (check-in: dedfb13bf6 user: stephan tags: trunk)
05:48
Eliminate duplicate folders on the /dir page when using the Blitz skin, caused by [32297dde2bee23] and reported by Martin G. in /chat. ... (check-in: b6bb4a62be user: stephan tags: trunk)
2023-08-31
12:20
Show the complete CGI environment in the error log on a 418 hack attempt error. ... (check-in: 0204f4aab5 user: drh tags: trunk)
2023-08-30
19:42
Improvements to the tools/codecheck1.c injection-attack static analyzer tool. ... (check-in: 2afff83e7e user: drh tags: trunk)
19:21
Add new example pikchr to /pikchrshow. ... (check-in: ff1c48a9bf user: stephan tags: trunk)
2023-08-29
09:15
On the /dir page, move the file/dir icons so that they are clickable, per request in [forum:65a3bd20f98980b2|forum post 65a3bd20f98980b2]. ... (check-in: 32297dde2b user: stephan tags: trunk)
2023-08-27
19:01
On the /docdir page, omit the submenu and other page decorations. ... (check-in: 0313f0f90d user: drh tags: trunk)
18:42
Add the /docdir page which is an alias for /dir with the "dx" query parameter. ... (check-in: 5d7e153ff7 user: drh tags: trunk)
18:15
Add the "dx" query parameter to the "dir" page, which if present causes links to file to use /doc instead of /file. ... (check-in: d4d10c0165 user: drh tags: trunk)
2023-08-23
15:57
New Pikchr that fixes text positioning on negative thickness lines. ... (check-in: 2bdd36e4ad user: drh tags: trunk)
15:36
Update Pikchr to support zero-thickness objects. ... (check-in: 8ed25a31b4 user: drh tags: trunk)
2023-08-20
18:07
Update the built-in zlib library to version 1.3. ... (check-in: f1f1d6c4eb user: drh tags: trunk)
10:00
Carry forward [368d97869b] to the zlib 1.3 update. (The upstream ticket for [368d97869b] is commented as "Incorporated" and closed, see [https://github.com/madler/zlib/issues/684], but doesn't seem to have landed in the zlib release package.) ... (Closed-Leaf check-in: d8f4247b13 user: florian tags: zlib-update)
09:58
Carry forward [0f8bae079e] to the zlib 1.3 update. ... (check-in: 65583e5b74 user: florian tags: zlib-update)
09:42
Update the built-in zlib to version 1.3, released on August 18, 2023. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. ... (check-in: 97016e7e8a user: florian tags: zlib-update)
2023-08-18
14:15
Update the built-in SQLite to the latest 3.43.0 beta for testing. ... (check-in: b5aa9f8ab4 user: drh tags: trunk)
13:03
Added "unicode61" to search setup usage message ... (check-in: 9965e1d86f user: wyoung tags: trunk)
12:17
Add fts-config tokenizer unicode61 option. Prompted by [forum:a4bfcff66548a1ff|forum post a4bfcff66548a1ff]. ... (check-in: e180dbb455 user: stephan tags: trunk)
2023-08-14
21:09
Make sure the EmailEvent object is completely zeroed whenever it is allocated. ... (check-in: 33877fa50b user: drh tags: trunk)
2023-08-12
19:24
Update the built-in Pikchr to fix the "same" operator flow-control bug reported on the Pikchr forum. ... (check-in: c21423eb69 user: drh tags: trunk)
12:24
Update the built-in SQLite to the latest 3.43.0 beta for testing. ... (check-in: 16ee39539a user: drh tags: trunk)
2023-08-08
11:26
Disable rc_reload in the example rc(8) script in the OpenBSD docs. Reloading is unsupported by Fossil such that 'rcctl reload fossil' kills the process. Suggested by James Cook: [forum:73520532dd]. ... (check-in: f0e1d0c958 user: mark tags: trunk)
2023-08-05
21:18
Two new notification options: "n" means to be notified for new forum threads only and "r" means to be notified for forum posts that are a reply to a post made by the user. ... (check-in: d4361f6a94 user: drh tags: trunk)
17:40
Disallow user-choosen UserIDs that begin with "anonymous" or other reserved names. ... (check-in: a7e9dd53ef user: drh tags: trunk)
16:55
Fix a typo in a comment. ... (check-in: 19e6905cd2 user: drh tags: trunk)
16:09
Minor wording changes on the /unsubscribe page. ... (check-in: 37f929e3ae user: drh tags: trunk)
2023-08-04
13:27
Update the built-in SQLite to fix a bug in json_remove(). This probably does not affect Fossil, but better safe than sorry. ... (check-in: d3c850cf52 user: drh tags: trunk)
2023-08-03
14:34
Remove an overly aggressive call to cgi_check_for_malice() on the /login page. ... (check-in: 57d3dbb11b user: drh tags: trunk)
12:23
Update to the change log. ... (check-in: 928bac9934 user: drh tags: trunk)
11:50
Update the built-in SQLite to the latest code from the SQLite trunk, as a beta test of SQLite. ... (check-in: 23cb537399 user: drh tags: trunk)
2023-07-31
15:20
Update the stale metrics at the bottom of www/aboutdownload.wiki. ... (check-in: c9614f1b08 user: stephan tags: trunk)
2023-07-28
16:18
Avoid a potential 32-bit integer overflow when doing a diff on large files with large differences. ... (check-in: 5882e9e878 user: drh tags: trunk)
2023-07-25
12:35
Updates to the change log. Various spelling and grammar fixes. ... (check-in: e6569d3f63 user: danield tags: trunk)
2023-07-24
11:58
Deal with two C++-style comments. No functional changes. ... (check-in: 99ab5cd8d6 user: danield tags: trunk)
2023-07-23
20:28
Show file sizes the the treeview. Other file browser enhancements. ... (check-in: 73fe442a25 user: drh tags: trunk)
20:27
Improved CSS for the size field of tree-view. ... (Closed-Leaf check-in: 06ab6d9c8b user: drh tags: filesize-listings)
19:57
Use the files_of_checkin virtual table to generate the file listings on the /dir page, instead of a bunch of C code that was written before files_of_checkin was invented. ... (check-in: 15d9d5b097 user: drh tags: filesize-listings)
2023-07-22
14:29
Add the option to sort files by size in the tree-view. ... (check-in: dedae5a123 user: drh tags: filesize-listings)
2023-07-21
23:02
Display file sizes in /dir and /tree, as per request in [forum:2a0cd67e77|forum post 2a0cd67e77]. ... (check-in: fb0b7fe140 user: danield tags: filesize-listings)
2023-07-18
13:36
Improved defense against denial-of-service caused by hackers pounding Fossil with repeated requests that contain SQL injection attempts. If SQL injection is attempted, return a "Begone, Knave!" page with status code 418. ... (check-in: 57f1e87254 user: drh tags: trunk)
2023-07-17
12:31
Fix should have gone on the verify-options-cgi branch, not on trunk. ... (Closed-Leaf check-in: d276fd9b77 user: drh tags: verify-options-cgi)
12:28
Make sure query parameter "t" is marked as isFetched even if it is renamed from "r". ... (check-in: 2b72f337be user: drh tags: trunk)
12:18
In /raw and /secureraw, ensure that the "m" and "at" vars are fetched before the malice check. Typo fix in cgi.c. ... (check-in: 83015b0d9a user: stephan tags: verify-options-cgi)
12:13
Improvements to the algorithm for detecting likely SQL injection text. ... (check-in: 5d6efeee47 user: drh tags: verify-options-cgi)
11:44
Improve the error log message for 418 responses so that it includes the name of the offending query parameter. Require whitespace around keywords when trying to detect SQL. ... (check-in: ef1702fde3 user: drh tags: verify-options-cgi)
2023-07-16
20:55
Fix typo on the 418 status code name. ... (check-in: f39c878fe1 user: drh tags: verify-options-cgi)
20:47
Add calls to cgi_check_for_malice() on many more web pages. Log all 418 responses to the error log. ... (check-in: 40266bf9b2 user: drh tags: verify-options-cgi)
10:35
Rename verify_all_options_cgi() to cgi_check_for_malice(). Add more comments explaining what the function is intended for. Add calls to cgi_check_for_malice() to a few new webpages. ... (check-in: 5a8063a8cb user: drh tags: verify-options-cgi)
2023-07-15
13:57
Add verify_all_options_cgi(), which works similarly to verify_all_options() but only fails if it finds CGI GET/POST arguments which (A) have not been fetched via P(), PD(), or similar, and (B) fail cgi_value_spider_check(). Currently only applied on the /ci page. ... (check-in: a065940a74 user: stephan tags: verify-options-cgi)
2023-07-13
12:13
Reconcile a test in the FTS search with its original intent in [196dfedf7fc]; reported in [forum:fa13ae06d|forum post fa13ae06d]. ... (check-in: e88211628b user: danield tags: trunk)
2023-07-10
12:59
The "fossil repack" command should run VACUUM if either new compression opportunities were found *or* if the freelist count is positive. ... (check-in: 4d9ede80be user: drh tags: trunk)
12:50
In the fts-config command and on the /srchsetup page, show how much space is used by the full-text index. ... (check-in: 5c5e54928e user: drh tags: trunk)
2023-07-09
03:13
Show default value of settings that have a default in 'fossil help SETTING' output. These values are otherwise only documented in the source code. ok stephan, danield ... (check-in: 1e1a319e63 user: mark tags: trunk)
2023-07-08
18:22
Remove some now-stale auto.def documentation. ... (check-in: bb66461f8a user: stephan tags: trunk)
18:13
Resolve inadvertent fork caused by two exact-same-second check-ins. ... (check-in: 5cf0da6e0a user: stephan tags: trunk)
18:11
Update the built-in SQLite to a new version that includes proper "LL" suffixes on all 64-bit integer literals. ... (check-in: 06fb3f8104 user: drh tags: trunk)
18:11
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. ... (check-in: 7e9a242b60 user: stephan tags: trunk)
18:08
Replace --no-compile-commands configure flag with --compile-commands. i.e. make the feature explicitly opt-in, as the automatic guess is breaking builds on some platforms. (Edit: rolling back - contains inadvertent test edits.) ... (Closed-Leaf check-in: fb116a206e user: stephan tags: mistake)
14:36
Update the built-in SQLite to the latest 3.43.0 alpha for testing. ... (check-in: 65c6bda8d6 user: drh tags: trunk)
2023-07-07
18:23
The cpnode table used for cherrypick timelines should be a TEMP table. ... (check-in: 2478837b56 user: drh tags: trunk)
11:55
JSON API: mention 'priorName' of renamed files in status report As discussed with Stephan in /chat. File objects in the renamed case possess a 'priorName' property in addition to the 'name' reported in all cases. ... (check-in: f8d6e8c12a user: mark tags: trunk)
03:17
URL fixes in recent sync.wiki edit ... (check-in: 6fd7e00d55 user: wyoung tags: trunk)
2023-07-04
18:00
Updates to the sync protocol documentation. ... (check-in: e57613dc49 user: drh tags: trunk)
2023-07-01
16:51
Update (json status) docs for [771e592b4c59]. ... (check-in: 2868a0ec4c user: stephan tags: trunk)
16:06
give 'json status' the same rename treatment as recent status work As reported by larrybr on the forum: [forum:9e9778f2e6], 'fossil json status' reports renamed _and_ edited files as only renamed. This change reports such cases as both edited and renamed, and displays the filename prior to being renamed as well as the renamed path. We now also update the vfile table before generating the status report to ensure the current checkout state is reported. ... (check-in: 771e592b4c user: mark tags: trunk)
2023-06-30
07:28
Update documentation: check-in name 'start:' can be chained as well. ... (check-in: 36adf66b78 user: danield tags: trunk)
2023-06-28
12:40
report renamed state when file is both edited and renamed In `fossil {changes,status}` and the commit description shown in the editor with `fossil commit`, show the original and renamed path annotation if the file has been renamed and edited. Prior to this, the file was only reported as edited, which can be confusing. Reported by James Cook [forum:5a4c530e6b]. Discussed with stephan@ and danield@, plus some forum members. While here, make sure we honour the relative-paths setting/option when displaying the original pathname in the renamed case. ... (check-in: ca9d0ddf06 user: mark tags: trunk)
2023-06-23
22:15
Check-in [bdde964e06128a02] got the test for text/html exactly backwards. ... (check-in: c6115dbf83 user: drh tags: trunk)
17:40
Unconditionally disable compile_commands.json generation for out-of-tree builds, in an attempt to work around a problem reported in [forum:d19061d09a8179|forum post d19061d09a8179]. ... (check-in: 35f3e5bfba user: stephan tags: trunk)
16:34
Do not show the Close button on forum posts which are pending moderation. ... (check-in: 355a81bea7 user: stephan tags: trunk)
12:29
Use the new octet_length() SQL function in place of length() where it is appropriate to do so. ... (check-in: 604e1a67d3 user: drh tags: trunk)
11:43
Update the built-in SQLite to the first check-in that supports the octet_length() SQL function so that we can use that function in the Fossil implementation. ... (check-in: 9f8e9cbd17 user: drh tags: trunk)
2023-06-22
17:09
Do not allow caching of generated HTML content, as such content will usually contain a nonce which ought not be repeated. ... (check-in: bdde964e06 user: drh tags: trunk)
13:49
enable importing multiple git repos into one fsl repo This fixes an issue reported by James Cook in [forum:d162b6e2dc]. Previously, we assumed the fx_git table does not exist when creating a new import, thus the previously untested use case of importing multiple new (read: not incremental) git repos into the same fossil repo failed at this assumption. While here, document the persistent nature of attributions in the import cmd help text; previously, this was only in the online docs: [/doc/trunk/www/inout.wiki] ... (check-in: 47fb3ddc5a user: mark tags: trunk)
11:01
Allow more than ~128 MiB in a blob ;) ... (check-in: 1c2c0a1f95 user: danield tags: trunk)
10:47
Add checks to ensure that Blob allocation sizes are within a legal max range, failing if they're too big, to address 'uv add' misbehavior reported in [forum:d5cd3e3c19|forum post d5cd3e3c19]. ... (check-in: 6efd41941c user: stephan tags: trunk)
08:46
merge build system compilation database generation Tested on OpenBSD 7.3-current and macOS Ventura 13.4 by me, and also on some Linux machines by stephan@ This automatically generates a compile_commands.json file on machines that support the -MJ clang compiler option, which can be consumed by language server clients. ... (check-in: 91f0f00f5d user: mark tags: trunk)
2023-06-20
18:44
Avoid logging errors associated with the inability to access the database specified for outgoing email. ... (check-in: 2787a454d0 user: drh tags: trunk)
2023-06-19
17:37
Rework the elimination of the trailing comma in compile_commands.json to be more platform-portable. ... (Closed-Leaf check-in: 49c53e0bb8 user: stephan tags: compile_commands.json)
13:54
Fix a bug in repo_list_page() that manifests only on 32-bit builds on big-endian CPUs. ... (check-in: 42076cabfa user: drh tags: trunk)
13:10
Update the built-in SQLite to the latest 3.43.0 alpha code in order to fix compiler warnings on old PPC macs. ... (check-in: aaf6abf6ca user: drh tags: trunk)
2023-06-18
23:20
Update documentation to "fossil patch" and "fossil ui" to talk about the algorithm used for locating the fossil executable on the remote host. ... (check-in: d22e2b3817 user: drh tags: trunk)
19:58
Omit the PATH= argument to SSH for "fossil patch push/pull" and "fossil ui" when the --fossilcmd option is used. ... (check-in: a35522f8a4 user: drh tags: trunk)
15:37
Get the -MJ ... flags working for the in-binary objects and generate the top-level compile_commands.json. ... (check-in: e330509cd4 user: stephan tags: compile_commands.json)
13:58
More work on compile_commands.json support. This does not work because the approach of extending CFLAGS with the -MJ flag is incompatible with the build process's use of different compilers for the in-tree tools vs the files compiled as part of the fossil binary. On systems with both gcc and clang, the former group may get built with cc (==gcc) yet inherit -MJ via CFLAGS, breaking the build. This approach appears to be a dead end, but checking it in for later analysis. ... (check-in: 0e6ad145d4 user: stephan tags: compile_commands.json)
11:16
Initial *incomplete* attempt at integrating compile_commands.json support, for code editors which support it. This is a copy/paste port from the libfossil tree, but lacks one final piece which is difficult to emulate in POSIX make (as opposed to GNU make). Build file changes only, no code changes. ... (check-in: 492787465d user: stephan tags: compile_commands.json)
03:12
fix import handling of git repositories with renamed files Reported by James Cook in [forum:2b857ded1b]: renamed files were shown as a deletion and an addition. This was because the optional 3rd and 4th field in the manifest's F card to indicate renames were omitted, despite having parsed these data from the git fast-export marks. ... (check-in: 7ab1e11850 user: mark tags: trunk)
00:46
Always print the SSH command used to implement "fossil patch push/pull". No longer require the -v option to see the ssh command. This is in the interest of full disclosure - letting the operator know what Fossi is doing behind the scenes. ... (check-in: 97ec767f4b user: drh tags: trunk)
00:22
For the "fossil ui remote:/" and the "fossil patch push/pull" commands, when going over SSH, add the argument "PATH=$HOME/bin:$PATH" to the command line so that the "fossil" executable can be found in the users home directory. This is important on system like Mac where the default PATH for SSH consists of only unwritable directories. ... (check-in: 8cb1164079 user: drh tags: trunk)
2023-06-17
20:51
Mention the "all" option in the documentation for "autosync" ... (check-in: 4e7b08c380 user: drh tags: trunk)
14:10
add "renamed" annotation to renamed and changed files in /info As per James Cook's report in [forum:2b857ded1b], the /info page provided no hint that a renamed and modified file had been renamed, only modified. This slightly changes the annotation to make it clear the file was also renamed. Discussed with larrybr and stephan in /chat. Slight tweak on stephan's suggested phrasing. ok stephan@ ... (check-in: 495a4d71b8 user: mark tags: trunk)
2023-06-16
08:15
Update auto.def to MINIMUM_SQLITE_VERSION 3.43.00 to match [2abb23dba8bdc5db]. ... (check-in: cbd27f23a6 user: stephan tags: trunk)
2023-06-15
19:12
Fix a gap positions vs. adjacent chunks positions mix-up in the diff context loader. The test case to reveal this bug is the 2nd gap of commit diff [d6ddd5bcfa]. Congrats again to Stephan for this smart code! ... (check-in: 8347c4add1 user: florian tags: trunk)
12:21
To avoid unnecessary clutter in the error log, do not write timeout message to the error log for timeouts that occur during web-page reply and that use less than one second of CPU time. ... (check-in: af2f7d1749 user: drh tags: trunk)
11:58
Use the new timediff() function of SQLite 3.43.0 to refactor the "Duration of Project" line on the /stat page to be "Project Age". ... (check-in: 2abb23dba8 user: drh tags: trunk)
11:26
Document the --errorlog command-line option to "fossil ui". ... (check-in: 1e64c2c10b user: drh tags: trunk)
2023-06-14
14:37
Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch, per [forum:c4a9d9e097|forum request]. ... (Closed-Leaf check-in: d6ddd5bcfa user: danield tags: branch-list-merged-unmerged)
14:29
Remove a longtime obsolete comment in the branch listing routine. ... (check-in: ebe81aa11c user: danield tags: trunk)
2023-06-12
18:24
Update the built-in SQLite to the latest trunk version that fixes a harmless compiler warning. ... (check-in: f8a29b2e20 user: drh tags: trunk)
09:20
Correct previous check-in to fail fatally if the CSRF check fails. ... (check-in: 37dfb4c8d6 user: stephan tags: trunk)
08:53
Add a CSRF check for the forum post Close/Re-open button. ... (check-in: 619d51440f user: stephan tags: trunk)
2023-06-10
19:12
Adjust forum-closure docs to match the previous check-in. ... (check-in: 420d6e77e4 user: stephan tags: trunk)
19:03
Remove the superfluous Close Post option from the forum edit page. ... (check-in: b2f007178a user: stephan tags: trunk)
12:29
Add some docs about closing forum posts to www/forum.wiki. When replying to a post, to not show the Close option at the bottom of the page (as it would apply to the response, which cannot be closed because it has no hash). ... (check-in: c2b38f0aad user: stephan tags: trunk)
09:16
Add ability to "close" forum posts. ... (check-in: 673dc38ffb user: stephan tags: trunk)
09:03
Resolve null-pointer deref when reading an empty .fossil-settings/empty-dirs, reported in [forum:9ff6a143fc | forum post 9ff6a143fc]. ... (check-in: b1dc25e1fe user: stephan tags: trunk)
2023-06-07
12:07
Initial version of the /setup_forum page. ... (Closed-Leaf check-in: b370c189bc user: stephan tags: forumpost-locking)
2023-06-06
19:38
Add the forum-close-policy boolean config setting. If true, forum moderators may close/re-open forum posts, as well as reply to closed posts. ... (check-in: 162fc1e6aa user: stephan tags: forumpost-locking)
10:52
merge command help text cleanups, based on forum feedback. ... (check-in: edd08ef4f8 user: stephan tags: trunk)
00:46
Improved documentation of "fossil all whatis" ... (check-in: 401711d484 user: drh tags: trunk)
2023-06-05
19:01
Add the "fossil all whatis" command. ... (check-in: 5484968158 user: drh tags: trunk)
2023-06-03
10:27
Fixed a typo in an error message ... (check-in: f25da6ec97 user: wyoung tags: trunk)
08:59
Merge trunk into markdown-tagrefs branch and resolve conflict. ... (check-in: fdd3fe21c2 user: stephan tags: markdown-tagrefs)
08:49
Merge trunk into forumpost-locking branch. ... (check-in: 8e7de26aa2 user: stephan tags: forumpost-locking)
2023-06-01
18:02
Admin users have a link in /forumthread to show the hash of all artifacts associated with that thread. ... (check-in: 83928d8a02 user: drh tags: trunk)
17:18
Increase the version number to 2.23 in order to start the next development cycle. ... (check-in: 9f857c2d03 user: drh tags: trunk)
2023-05-31
15:26
Version 2.22 ... (check-in: 66ee0beb9b user: drh tags: trunk, release, version-2.22)
2023-05-29
12:44
Enhance the /reports page to include sub-categories "Merge Check-ins" and "Non-merge Check-ins". ... (check-in: d4058f78c9 user: drh tags: trunk)
12:44
Improved documentation for the /reports page. Add the latest /reports enhancements to the change log. ... (Closed-Leaf check-in: f71657d5c7 user: drh tags: non-merge-activity-report)
12:01
Fix an issue with the report labels for merge and non-merge check-ins. ... (check-in: 385d6d146d user: drh tags: non-merge-activity-report)
11:40
Enhance the /reports page to show two new sub-types of activities: "Merge Check-ins" and "Non-merge Check-ins". ... (check-in: 37a80fbfc7 user: drh tags: non-merge-activity-report)
2023-05-27
15:54
Do not allow non-alpha numeric ascii characters into the search pattern. Convert all such characters into a single space. ... (check-in: 196dfedf7f user: drh tags: trunk)
15:48
Do not allow the "." character inside of FTS5 search strings. ... (Closed-Leaf check-in: 8a7609b11e user: drh tags: typo)
15:02
Fix the captcha-audio page so that it works even without a seed value. ... (check-in: a1178d5734 user: drh tags: trunk)
2023-05-26
10:27
Improved documentation of the /reports webpage. Add recent enhancements of /reports to the change log. ... (check-in: 5dc3d2f156 user: drh tags: trunk)
00:43
Also show the projection number of events for the by-week activity report. ... (check-in: 09ca77f76a user: drh tags: trunk)
00:18
In the by-month and by-year reports, for the row that shows the current year or month, included a dashed box that shows the event count projected to the end of the current month or year. ... (check-in: 42ce541d12 user: drh tags: trunk)
2023-05-23
20:30
Enhancements to SEE integration. ... (check-in: f41cf03505 user: mistachkin tags: trunk)
13:47
Remove unused and unreachable code from the activity report generators. Also add extra newlines in the generated HTML so that it is easier to read. ... (check-in: 0b33be99a2 user: drh tags: trunk)
02:44
Slight alteration of branch renaming help text to clarify functionality based on discussion in [forum:45cdd8874ce1654a | forum post 45cdd8874ce1654a]. ... (check-in: e053682a4e user: andybradford tags: trunk)
2023-05-22
23:54
Improved the documentation for quote parsing in globs. ... (check-in: 609bf98b06 user: wyoung tags: trunk)
23:46
Fix to the prior commit: editing lost a closing "*/" in a comment, yet it compiled with only a warning, and I missed the warning. ... (check-in: c5d287b66b user: wyoung tags: trunk)
22:54
Updated all of "fossil help *-glob" output to refer to the syntax docs instead of repeating the parsing rules in each setting, incorrectly. (If URLs in help output are verboten, then we need to repeat the rules *correctly* in each setting's help.) ... (check-in: 7dc0433b54 user: wyoung tags: trunk)
22:30
Added a few named anchors to the globs doc, added a mention of the new empty-dirs handling, and improved the internal MD markup style. ... (check-in: b293b265a6 user: wyoung tags: trunk)
22:23
Brought the globs doc back into line with the underlying implementation, and to mention the new treatement of the empty-dirs setting's value. ... (check-in: 2c0b70eb5a user: wyoung tags: trunk)
22:11
Switched the empty-dirs setting handler from a one-off parser to glob_create() both so we get consistent behavior across the settings and because glob_create() allows quoted whitespace, needed when asking it to create directories with spaces in them. Addresses [forum:/forumpost/bdbb295ee308c9d6 | this forum report]. ... (check-in: f12609fcaa user: wyoung tags: trunk)
21:32
Updated the function comment on glob_create() to match what it actually does. ... (check-in: c43205d738 user: wyoung tags: trunk)
21:27
Replaced a complicated bit of logic with something slighlty less complicated, having the same effect. The glob parser used a mix of second-clause for-loop testing and internal break and continue checks without any other internal processing inside the loop. Combining all of this into a single expression requires the line to wrap (bad for clarity) but it does make clear all of the conditions required for this loop to continue iterating. I think it's a net improvement in clarity, though the margin is admittedly small. Testing shows no regression in functionality, limiting this non-functional change to a style improvement. ... (check-in: b878923997 user: wyoung tags: trunk)
21:07
Reworked the prior commit's changelog entry to be more accurate and to match preexisting style. ... (check-in: 8ce70b4c0c user: wyoung tags: trunk)
21:00
Fixed a symmetry problem in the vfile.chnged implementation: it had an explicit check for when a file used to be a regular file and was replaced by a symlink pointing to the same content, but it didn't then check for the inverse case. Since the size and hash checks become nonsense when both files aren't of the same type (whether symlinks or regular files) we have to check for this case, too, else the only way to get the "UNLINK" output from "fossil status" required trickery. See [forum:/forumpost/204ff988263d7795 | this forum post] for a test case and the trick previously needed to get Fossil to report "UNLINK" as a file's change status. ... (check-in: 4cca90338a user: wyoung tags: trunk)
2023-05-21
16:56
More changes. ... (Closed-Leaf check-in: a62181b48f user: mistachkin tags: enhSee)
03:37
Merge updates from trunk. ... (Leaf check-in: e3df21cdf1 user: mistachkin tags: th1Hash)
2023-05-20
01:53
Fixes to tracing. ... (check-in: 0de3d90787 user: mistachkin tags: enhSee)
00:25
Some changes for Windows. ... (check-in: 119f971335 user: mistachkin tags: enhSee)
2023-05-18
23:24
Comment fixes. ... (check-in: 1ff19a468d user: mistachkin tags: enhSee)
21:15
Enhancements to SEE integration. ... (check-in: d72ab72962 user: mistachkin tags: enhSee)
17:02
Update Pikchr to omit the artifical enlargement of "mono" text. ... (check-in: b1c0409a56 user: drh tags: trunk)
16:49
Update the built-in Pikchr to the version that supports "mono". There is an issue with the WASM module yet to be resolved. ... (check-in: 43eefe66ed user: drh tags: trunk)
03:31
Fix another compiler warning. ... (check-in: 9182b85b49 user: mistachkin tags: trunk)
03:04
Fix harmless compiler warnings. ... (check-in: 586967cceb user: mistachkin tags: trunk)
01:38
Update custom MinGW makefile. ... (check-in: fcc5a552fb user: mistachkin tags: trunk)
2023-05-17
02:01
Update another potentially misleading reference to wiki format in check-in comments. ... (check-in: 0f6526cbfe user: stephan tags: trunk)
01:55
Add a note that check-in comments currently assume fossil-wiki text format. Prompted by [forum:485ae77a61d04a26 | forum post 485ae77a61d04a26]. ... (check-in: d6de7f2e42 user: stephan tags: trunk)
2023-05-16
12:49
Update the built-in SQLite to version 3.42.0. ... (check-in: b2d5aa8a76 user: drh tags: trunk)
2023-05-15
16:43
Potential fix for [746a5106f92287036c12c945d9d7358a1263301e]. ... (check-in: d6a4ab2276 user: stephan tags: trunk)
2023-05-13
20:47
Translate the Accept-Language HTTP header into the HTTP_ACCEPT_LANGUAGE CGI var. This part is missing from [7e77e29d1646]. ... (check-in: 926a27c63b user: stephan tags: trunk)
18:31
Moved the "sync is all-or-nothing" section of the gitusers doc above the autosync section. The order of those two isn't important, and it's better that autosync flow immediately into the new "reset" section without this as a digression. ... (check-in: b47b96a0eb user: wyoung tags: trunk)
18:30
Clarity pass on the new material in the Autosync section of the gitusers doc. ... (check-in: cc55044b39 user: wyoung tags: trunk)
14:21
Add HTTP_ACCEPT_LANGUAGE to the environment vars passed on to /ext CGIs, per request in [forum:6674089de55e25cc|forum post 6674089de55e25cc]. ... (check-in: 7e77e29d16 user: stephan tags: trunk)
14:07
Correct mishandling of -tk, -by, etc. flags to the (patch diff) subcommand. ... (check-in: c55f0d91bb user: stephan tags: trunk)
2023-05-12
16:50
Account for emscripten change which broke pikchr-worker.js: stackAlloc() now requires explicit export. ... (check-in: fc8d306a5f user: stephan tags: trunk)
14:05
Added a link from the new "git reset" example in the intro of the gitusers doc to the new section where we address the matter. ... (check-in: 84955715f5 user: wyoung tags: trunk)
13:32
Clarity pass on the autosync section of the gitusers doc ... (check-in: 80963ffeda user: wyoung tags: trunk)
13:21
Added a new section "Resetting the Repository" to the gitusers doc, following and relying on the two recently-updated sections. ... (check-in: bd7b10998d user: wyoung tags: trunk)
12:26
Update the built-in SQLite to the latest 3.42.0 beta for testing. ... (check-in: b2a29bf41f user: drh tags: trunk)
12:19
Added a motivating example to the "Autosync" section of the gitusers doc, showing why it's better to let the software system resolve conflicts asynchronously than to force Alice and Bob to fight it out, moving the synchronization point out into the human-time workflow. ... (check-in: 8975e8daf1 user: wyoung tags: trunk)
11:38
Clarified the "Sync Is All-or-Nothing" section of the gitusers doc, adding a reference to the cap-theorem doc and dropping the "eventually-consistent" buzzword to explain *why* it's all-or-nothing. ... (check-in: 35b2307f9c user: wyoung tags: trunk)
2023-05-11
12:28
Made the msmtp mention in the alerts doc more concrete now that we have [forum:/forumpost/75f63cc0a1 | a verified tester]. ... (check-in: ea74c83adc user: wyoung tags: trunk)
2023-05-10
18:40
Removed all of the XML-style " />" tag closing markers on empty tags such as "hr", "br", and "input" to placate modern HTML5 validators. That's the doctype we declare, not XHTML, so we should conform. (Besides which, the XHTML dream is dead.) ... (check-in: f5482a0a79 user: wyoung tags: trunk)
17:51
Small fix to previous ... (check-in: 5537d9c2fa user: wyoung tags: trunk)
17:50
Replaced use of the obsolete (because presentational) "center" tag in the docs with CSS equivalents. ... (check-in: 4d21ec88ea user: wyoung tags: trunk)
17:36
Added an alt attribute on the home page's Fossil logo ... (check-in: ccf117feab user: wyoung tags: trunk)
17:23
Fixed a manual section numbering duplication in the delta encoding algorithm doc. ... (check-in: d83f2490b3 user: wyoung tags: trunk)
17:20
A prior edit to the quickstart doc left a vestigial version of the "Making and Committing Changes" section behind, resulting in duplicate information and a second h2 section with the same fragment ID. Some differences existed between the two presentations, so merged them rather than nuke the smaller (presumably older) one outright. ... (check-in: 39beee4c9d user: wyoung tags: trunk)
17:02
In an effort to make www/* source documents read as cleanly as their rendered counterparts, replaced nearly all use of HTML "p" tags, relying instead on the Wiki and Markdown markup features to achieve the same appearance. The only uses remaining are: * in Markdown nested lists, where blank lines should render the list items as separate paragraphs just as at the list's top level; since it does not, if you want a line break, you either have to wrap the item in "p" tags or do the double-br hack. * in Wiki where blank lines within a list give you a separate list in the HTML output; this is fine for bullet lists, but with numbered lists it causes the numbering to restart unless you do the same sort of manual HTML workaround as with the prior item * in plain HTML docs and wiki docs between "nowiki" tags In many places, this cleanup gets rid of pointless stray "p" tags, placating HTML verifiers. ... (check-in: 1fd407f61a user: wyoung tags: trunk)
15:32
Stray character deleted ... (check-in: 0cb4f1fc5e user: wyoung tags: trunk)
14:20
Replaced use of HTML "p" tags in the fiveminutes.wiki doc with hard line breaks, letting the wiki language add the same "p" tags on output. Replaced some of them with "tt" tags instead to make command text stand out from the prose. Added "tt" tags elsewhere for consistency. ... (check-in: 262eb510df user: wyoung tags: trunk)
2023-05-09
21:44
Fix sub-command parsing in order to have the "gdiff" subcommand of the "patch" command working. ... (check-in: ec78226014 user: mgagnon tags: trunk)
2023-05-08
14:12
Display FQDN on sync only when the verbose flag is on. ... (check-in: cc34f3cf49 user: danield tags: trunk)
2023-05-06
20:21
Added explicit SIGINT handler for the rootful container (PID 1) case, so you can Ctrl-C it when "run -it". ... (check-in: a0b0d8f998 user: wyoung tags: trunk)
19:48
Set permissions on /bin/fossil inside the container to 755, not 700. Docker doesn't care since it runs everything as virtual-root, but Podman does. Also, it complicates the extraction of a static binary since you probably didn't want it set to 700 root:root out on the host, too. ... (check-in: 260efac1da user: wyoung tags: trunk)
19:04
Assorted cleanups to the Dockerfile: disentangled use of /tmp for building and creation of the eventual contents of /etc, dropped an unnecessary directory hierarchy level, removed an unused variable, whitespace fixes, etc. No functional change. ... (check-in: f9bd6273d9 user: wyoung tags: trunk)
05:41
Typo squish in the server doc section's index page ... (check-in: 4158e5e2a8 user: wyoung tags: trunk)
2023-05-05
14:40
Update the built-in SQLite to the latest 3.42.0 beta for testing. ... (check-in: 71ed8cbd0c user: drh tags: trunk)
12:56
For sync operations, also display the FQDN of the remote, if available. ... (check-in: 99b09b9476 user: danield tags: trunk)
2023-05-03
13:23
Add SUMMARY and DETAILS HTML elements to the list of allowable wiki/markdown tags, per request in [forum:f9559dbac03810|forum post f9559dbac03810]. ... (check-in: 35df3e6ad4 user: stephan tags: trunk)
11:03
Made the URL matcher more specific in the nginx doc when showing how to get long expiration times on URLs known to yield unchanging content so we can drop the warning about it affecting URLs more likley to change. Added a second example for images, CSS, JS and such to show how you might handle these differently, addressing the core issue by example than by prose warning. ... (check-in: f77ab1970c user: wyoung tags: trunk)
10:00
Added a bit more advice about caching to previous, and fixed a whitespace problem. ... (check-in: 4d5a647735 user: wyoung tags: trunk)
09:56
Improved the caching configuration recommended in the nginx doc to show the option for immutable content service for /artifact, /doc, /file, and /raw URLs, which are likely to contain hashes that make the URLs unique identifiers for particular versions of the referenced content. ... (check-in: 1d0d69866d user: wyoung tags: trunk)
07:08
Tiny tweaks to the systemd doc ... (check-in: 0835ec45a4 user: wyoung tags: trunk)
06:23
Added a paragraph to the unvers doc on the "y" capability. ... (check-in: faffd27192 user: wyoung tags: trunk)
06:17
Modernized the URL format in the unvers doc: using an actual (reserved) domain name instead of the vague "domain", showing it as "https" since "http" is widely deprecated, and using "tt" tags around it to make it stand out from the surrounding sans-serif text and to prevent it from breaking across word-wrap boundaries. ... (check-in: d1a3dda6a7 user: wyoung tags: trunk)
06:15
Edit pass on the unvers.wiki doc, primarily to replace passive voice phrasing with active voice. Made a few clarifications and grammar tweaks atop that. ... (check-in: fef0ade93f user: wyoung tags: trunk)
2023-05-02
16:17
Update the change log with all the most recent enhancements. ... (check-in: 13c5e4172c user: drh tags: trunk)
2023-05-01
20:43
Update the built-in SQLite to the first 3.42.0 alpha version for testing. ... (check-in: a6cc3da40c user: drh tags: trunk)
2023-04-25
22:09
Converted the hand-crafted footnotes in the "Image Format vs Fossil Repo Size" doc to use the new Markdown affordance. ... (check-in: 389e3fb976 user: wyoung tags: trunk)
2023-04-24
14:33
Clarify that backslashes in the help text of commands/webpages must be escaped for correct processing by mkindex.c. ... (check-in: 5c8f557565 user: danield tags: trunk)
2023-04-22
18:53
Enhance the s= query parameter (search) on /timeline so that it also searches the forum post content if the vfx query parameter is present. ... (check-in: ea688fa67f user: drh tags: trunk)
16:01
Add the oldestfirst boolean query parameter to the /timeline page. ... (check-in: ee8d34f5aa user: drh tags: trunk)
15:18
Fix a pointless limitation in /timeline that prevented a= and b= from working if the u= query parameter was used. The limitation appears to be a copy/paste error dating from 2014. ... (check-in: 2925484c95 user: drh tags: trunk)
14:46
Tweak the previous commit and put extra headers at the end. ... (check-in: 391927155a user: florian tags: trunk)
10:47
Update dependencies in the MSVC makefile so that changes to command help texts and built-in files are picked up. ... (check-in: c2f56d2bc8 user: florian tags: trunk)
10:38
Update the makemake.tcl script to match the checked-in versions of the generated makefiles. ... (check-in: 3e83c6a924 user: florian tags: trunk)
2023-04-20
16:21
Fix build by escaping the backslash in the help text of test-strip-comment-lines. ... (check-in: cbfaec5875 user: danield tags: trunk)
12:12
Mention comments in the document about glob patterns. ... (check-in: 9558bf8294 user: danield tags: trunk)
12:02
In versioned settings, make again possible for globs to begin with a hash by escaping it (i.e. such lines should start with '\#'). ... (check-in: 6d2dbf985a user: danield tags: trunk)
2023-04-19
11:56
Improved the systemd guide's points about `podman generate systemd`. ... (check-in: ac30c2d996 user: wyoung tags: trunk)
11:55
A few more small tweaks to the containers doc ... (check-in: 117cf4ffe8 user: wyoung tags: trunk)
11:39
Reordered a few sections in the container customization section to flow better and reduce redundancy. ... (check-in: bb189d17f2 user: wyoung tags: trunk)
11:29
Moved the sectio about elaborating the container runtime layer down into the section of the doc where we talk about other customizations. Its prior location was because it was a tangent off a prior point, but it's just as easy to jump down via hyperlink. Assorted other small improvements while in there. ... (check-in: 301d4f21bc user: wyoung tags: trunk)
10:45
Add supporting comment lines in versioned settings to the changelog. ... (check-in: 4ed98a9944 user: danield tags: trunk)
07:19
Allow comment lines (starting with '#') in versioned settings. ... (check-in: ef633d4bb5 user: danield tags: trunk)
01:46
Produce merge conflict mark during merge when file exist in current version and in version to be merged, but not in common ancestor. ... (check-in: 7c75e47b3c user: mgagnon tags: trunk)
00:46
Add an admin/debug flag to the forum which enables the user to skip sending of notifications for a given new post or edit. ... (check-in: 3f6aa94641 user: stephan tags: trunk)
00:44
Only honor the fpsilent flag if the user has g.perm.Debug, to avoid that malicious parties inject that flag via the browser dev tools. ... (Closed-Leaf check-in: b8ab407f78 user: stephan tags: forum-skip-notification)
00:29
Prototype/proof-of-concept implementation of an admin flag for the forum which tells it to not send email notifications for a given edit or new post. ... (check-in: 65062c29d4 user: stephan tags: forum-skip-notification)
2023-04-18
17:47
Extend FTS index support to enable selection of different tokenizers, to support searching of Chinese content. ... (check-in: 0e5d27fe18 user: stephan tags: trunk)
17:45
Add FTS tokenizer selection to the /srchsetup page. ... (Closed-Leaf check-in: 9e52f8c050 user: stephan tags: fts5-trigram)
2023-04-17
21:50
Merge latest changes from trunk. ... (Closed-Leaf check-in: 88a76afc2c user: mgagnon tags: merge-conflict-when-no-file-on-pivot)
20:13
Replace another leftover use of the word 'stemmer' and clean up end-of-line whitespace in the change log. ... (check-in: bcff4d81bb user: stephan tags: fts5-trigram)
18:35
Replace a leftover use of the word 'stemmer' and add mention of the trigram tokenizer to the change log. ... (check-in: 6a0858074d user: stephan tags: fts5-trigram)
17:25
Initial (and incomplete) work to extend FTS5 search to support the trigram tokenizer, per [forum:bc458aea069c29ae5d|forum post bc458aea069c29ae5d]. TODO is the addition of the trigram option in the UI-level search configuration. ... (check-in: 06c99b83ba user: stephan tags: fts5-trigram)
2023-04-16
13:13
Merge trunk into forumpost-locking branch. ... (check-in: 0af371047c user: stephan tags: forumpost-locking)
2023-04-14
15:31
Squelch an unitialized var warning from gcc 12.2.1 on Alpine Linux. ... (check-in: 3783a24ee1 user: stephan tags: trunk)
2023-04-13
07:01
Typo fix in capabilities.c, reported in forum. ... (check-in: 0df0586a11 user: danield tags: trunk)
2023-04-10
20:23
Update the built-in SQLite to the latest trunk version for testing. ... (check-in: 2eb2077c1b user: drh tags: trunk)
08:46
Do not save the password for syncing operations if the user denied the save password prompt or if the FOSSIL_SECURITY_LEVEL environment variable is ≥1. ... (check-in: 2916ec970b user: florian tags: trunk)
2023-04-03
18:58
Allow comment lines (starting with '#') in versioned settings. ... (Closed-Leaf check-in: fc2a4dccac user: danield tags: allow-versioned-settings-comments)
2023-04-01
16:49
Added the CENGINE abstraction between `docker` and `podman` in the Makefile's container convenience targets. ... (check-in: 72d8240457 user: wyoung tags: trunk)
16:41
Removed all the "BBXVER" stuff in the containers doc now that we aren't fetching the BusyBox sources and building a custom version to install outside the jail. ... (check-in: b14165549c user: wyoung tags: trunk)
15:52
Update the built-in SQLite to the latest trunk version (pre-3.42.0) for testing. ... (check-in: 2516fca74d user: drh tags: trunk)
2023-03-31
18:49
Updated the Podman docs to no longer talk about all the "sudo" stuff we used to have to do to get it to build and run. There are no more mknod calls to fail in that rootless environment. ... (check-in: 779cb8fd9d user: wyoung tags: trunk)
2023-03-30
18:14
Updated the container size info in the Fossil v Git doc to track recent developments. ... (check-in: 283b1a4201 user: wyoung tags: trunk)
14:51
Commit [cda5d6a7] invalidated the BusyBox steps in the Tcl and Python examples in §3.2 of the containers doc. ... (check-in: ddcdc6f30b user: wyoung tags: trunk)
08:15
Update the list of versionable settings in the documentation. ... (check-in: 0f9224e98a user: danield tags: trunk)
2023-03-28
13:29
Using "FROM busybox" in the second stage of the Dockerfile instead of "FROM scratch" plus a copy of the busybox.static binary installed via APK in the first stage. We're throwing this layer away in the third stage, so the difference is immaterial. This simplifies things without losing anything we care about. ... (check-in: cda5d6a72b user: wyoung tags: trunk)
00:02
Post-sleep edit pass on the new material in §3.2 of the containers doc. ... (check-in: d21fb2678a user: wyoung tags: trunk)
2023-03-27
13:41
Add the ft=TAG query parameter to /timeline which, in combination with d=Y shows all descendants of Y up to TAG. Implementation of enhancement request [eadfb8c2ffa9fe03]. ... (check-in: 64f141fce0 user: drh tags: trunk)
07:24
Refined the Tcl and Python examples in the new §3.2 of the container doc. ... (check-in: 9baa4423f6 user: wyoung tags: trunk)
06:33
Switched to a split ENTRYPOINT/CMD scheme for launching the Fossil server in the container. The immediate need is so we override lower-level ENTRYPOINTs provided by mix-in layers, but it's more correct generally. ENTRYPOINT says this is the hard-coded purpose of the container, and CMD gives the arguments to that command. The split is therefore between the mandatory parts and the parts the user might want to override without needing to write their own Dockerfile. ... (check-in: deb99e22e1 user: wyoung tags: trunk)
04:59
The container now uses BusyBox only in the build and setup stages, leaving just the static Fossil binary in the final stage, plus absolute necessities like a /tmp directory. This removes the justification for the custom BusyBox configuration, which then means we can use Alpine's busybox-static package in the second stage, saving a bunch of network I/O and build time. That in turn means we no longer have any justification for jailing the Fossil binary, since there's nothing extra left inside the container for it to play with. Doing this required bumping the Dockerfile syntax back up from 1.0 to 1.3 to get the "COPY --chmod" feature; tested it in Podman, which has had it [https://github.com/containers/buildah/issues/2961 | for two years now]. Doing all of this simplifies the Dockerfile and its documentation considerably. As a bonus, it builds quicker, and it's nearly a meg lighter in compressed image form. Especially for the case of using the container as a static "fossil" binary builder, this is nothing but win. ... (check-in: 79ac06a540 user: wyoung tags: trunk)
2023-03-26
23:54
Do not render "Check-ins" button within a submenu of /tktview, /tkthistory, /tkttimeline and /info pages, unless a user actually has a [/doc/trunk/www/caps/ref.html#o|capability to read check-ins]. This should prevent confusion and save some screen space. ... (check-in: c04c814e10 user: george tags: trunk)
2023-03-24
15:22
For the bt=Y query parameter in /timeline that is used in conjunction with p=X, if Y is a tag then search backwards in time for Y beginning with X. Fix for ticket [ed62a4d35332595a]. ... (check-in: 507ebd8b3f user: drh tags: trunk)
10:21
Comment and whitespace tweaks ... (check-in: 81c30ab97d user: wyoung tags: trunk)
08:27
Switched from a Dockerfile "ADD" command to wget for the BusyBox source tarball because, surprisingly, [https://github.com/moby/moby/issues/12361 | BuildKit pulls the URL unconditionally] under the logic that it can't know whether to cache the pulled data until it has a copy to compare against! This not only means you pull the BusyBox source tarball for each container build even though it's tagged and thus cannot possibly change, it puts a load on GitHub which then causes it to begin throttling each pull, making your local builds slower and slower when iterating on a change set, as in the prior set of commits. By pushing the URL down into a wget command, we cause BuildKit to see an unchanging shell script line (assuming $BBXURL keeps its default) so it *does* cache the pulled layer. ... (check-in: ac95559482 user: wyoung tags: trunk)
08:13
Another fixup to the nojail patch to track the previous. (Can't reliably create these patches without having a committed version to diff against, alas.) ... (check-in: c9e4b3d254 user: wyoung tags: trunk)
08:07
Dropped our canned /etc/os-release file entirely, recommending instead that those who need a VM-like container image switch the second stage from "scratch" to one of Google's "distroless" images, which provide that and more. That in turn gets rid of the need for the dummied up /usr/bin and /run, which simplifies the mainstream case. ... (check-in: d778a02392 user: wyoung tags: trunk)
07:43
Updated the nojail patch so it applies cleanly atop all these recent Dockerfile changes. No functional change; merely tracks changes in the context parts of the diff. ... (check-in: 2bdd5819e2 user: wyoung tags: trunk)
07:03
Tiny clarity tweaks to the Dockerfile. No functional change. ... (check-in: 591e3eb90e user: wyoung tags: trunk)
05:23
Removed a reference to /etc/os-release from stage 2 of the Dockerfile. Commit [4cb5c03e] took care of stage 1 only. ... (check-in: 4b41a7f8bd user: wyoung tags: trunk)
05:20
Switched from "adduser" and "addgroup" commands for setting up the "fossil" user to direct echo-into-output, same as we already do for the root user. We had to to it for root since the BusyBox implementation of adduser/addgroup won't create these files if they're missing, but that meant we had two different ways of creating users and groups. This not only removes a weak dependency, it's more consistent. ... (check-in: fff11fc604 user: wyoung tags: trunk)
05:17
Added the interactive debugging shell command to the Quick Start section of the containers doc for easy cut-and-paste. ... (check-in: 2f0144071a user: wyoung tags: trunk)
2023-03-23
18:03
URL and whitespace fixes to previous. ... (check-in: 9e73519c01 user: wyoung tags: trunk)
16:40
The /etc/os-release workaround for nspawn's pickiness has caused the feature to go into negative ROI territory. Ripped it out of the mainstream process and made it a manual step for those who need it, in the hopes that this will cause fewer ongoing problems than leaving it as it is. ... (check-in: 4cb5c03ea1 user: wyoung tags: trunk)
15:51
Dropped declaration of Dockerfile syntax version from 1.4 to 1.0. Put it at 1.4 when we were using heredocs, a feature that went from experimental to stable at that version, then failed to drop it back when we replaced the use of heredocs with externally generated files to regain Podman compatibility. ... (check-in: 5b62bfe101 user: wyoung tags: trunk)
15:42
Linked to the Dockerfile from the top of the containers doc. ... (check-in: 2210c15d13 user: wyoung tags: trunk)
14:52
Use a more appropriate link in the above document. ... (check-in: aacd3714ce user: danield tags: trunk)
14:48
Correct two broken links in the 'Fossil vs. Git' document. ... (check-in: f8baa04bd2 user: danield tags: trunk)
2023-03-19
14:25
CSS tweak for disabled submit buttons in darkmode skin, based on forum feedback. ... (check-in: 081194bb5e user: stephan tags: trunk)
2023-03-17
12:28
Update the built-in SQLite to the first 3.41.2 beta, for testing. ... (check-in: 36b17e515a user: drh tags: trunk)
11:50
CSS tweaks for the Blitz and Aroise skins to make it more apparent when Submit buttons are disabled. Based on [forum:4cbd254480d00dd2|forum post 4cbd254480d00dd2]. ... (check-in: c0f623864b user: stephan tags: trunk)
2023-03-16
02:08
Produce merge conflict mark during merge when file exist in current version and in version to be merged, but not in common ancestor. Related forum discussion including test script: [forum:f035bbc8461da6d2]. ... (check-in: 04e1674c75 user: mgagnon tags: merge-conflict-when-no-file-on-pivot)
2023-03-15
12:42
A blitz skin forum CSS tweak from [forum:224044aa2d8d2] to give visited links in the thread list a slightly different color. ... (check-in: 68e9acb836 user: stephan tags: trunk)
10:40
(x)diff --context N, where N is a negative value, is now treated as infinite, per off-list feature request. ... (check-in: 16d3d8b05e user: stephan tags: trunk)
10:35
Forum listing CSS tweaks prompted by [forum:3d350d67b6e836]. ... (check-in: 0aae0ef506 user: stephan tags: trunk)
2023-03-14
17:18
Add the --out option to the "cat" command to specify an output file - only if a single historical file is requested. ... (check-in: 8975472d26 user: danield tags: trunk)
14:16
Slight CSS tweak to the darkmode skin's forum listing, based on [forum:9a6f4c039d82|forum post 9a6f4c039d82], intended to make the have-been-visited links stand out a bit better. ... (check-in: d2c93a417e user: stephan tags: trunk)
14:07
Correct a directory name in skins/README.md which was made invalid via code restructuring. ... (check-in: e6ef19776f user: stephan tags: trunk)
2023-03-13
20:58
Renamed the new "Capabilities" glossary entry to "Capability" since we shouldn't be using a plural top-word entry even though they're defined, transported, stored, and otherwise treated as a group. Also replaced a use of this word in its own definition. ... (check-in: d3f4581437 user: wyoung tags: trunk)
20:44
Moved the "snapshot" term in the glossary down into a footnote because it's got assorted problems, making it a much worse overall synonym for "version" even than "UUID". ... (check-in: 733ef88ab8 user: wyoung tags: trunk)
19:54
Expanded the "version/revision/UUID/snapshot" discussion in the glossary into a separate term since these aren't strict synonyms for "check-in", the definition which previously hosted this topic. ... (check-in: 58030a789b user: wyoung tags: trunk)
19:00
Added a new glossary item "Capabilities" to introduce the term and distinguish it from "Permissions", and made several changes to the referenced document to reinforce this distinction and explain why we bother to make it. ... (check-in: 23b91f3794 user: wyoung tags: trunk)
2023-03-12
21:10
Add a note to 'fossil uv' help that sync requires 'y' permissions on the remote. ... (check-in: 2eef3acda3 user: stephan tags: trunk)
2023-03-11
23:49
Give the correct way to figure out the temporary directory used under Windows. ... (check-in: 4e688dc0f9 user: danield tags: trunk)
13:10
Show the argv array on the /test_env page if the requestor is Admin. ... (check-in: 4350f3265e user: drh tags: trunk)
11:23
Minor code re-org of previous checkin. ... (check-in: 2a4b604d98 user: stephan tags: trunk)
11:05
Add a 'Max' field to the forum thread list, analog to the one in /timeline, and remember that value as part of the display prefs cookie. Per request in [forum:113ee6f241b84403|forum post 113ee6f241b84403]. ... (check-in: 2ee93fc0c5 user: stephan tags: trunk)
2023-03-10
23:06
In the Windows server document, provide a command to get the temporary path location as used by Fossil. ... (check-in: 1f184d0e82 user: danield tags: trunk)
19:48
Revise "Fossil as a Windows Service" page to provide tip on avoiding poor interaction with virsus scanning. ... (check-in: 6b43913e67 user: larrybr tags: trunk)
19:17
Improvements to the new security-audit feature that shows the command-line that launched the process that generated the web page. ... (check-in: 5caa3c5ceb user: drh tags: trunk)
18:13
Show the command-line on the security-audit page. ... (check-in: 5ab5469adf user: drh tags: trunk)
15:40
On Windows, write the temporary server files to a subfolder, allowing for easier exclusion from antivirus scanning. ... (check-in: 364337be10 user: danield tags: trunk)
2023-03-09
16:23
Update the built-in SQLite to the first 3.41.1 beta, for testing. ... (check-in: 782a7f9898 user: drh tags: trunk)
2023-03-07
15:40
Remove superfluous makeheaders-targeted declaration of markdown() from markdown.c, since this made it appear twice in the generated header files. ... (check-in: bb583b0cc4 user: danield tags: trunk)
14:23
Change default anonymous user perms for new repos from 'hmnc' to 'hz', per discussion at [forum:c6326072f3e6b270|forum post c6326072f3e6b270] and /chat. ... (check-in: ddabf09faa user: stephan tags: trunk)
13:00
Make the no-op rendering callbacks in backlink.c type-compatible with the declarations in mkd_renderer, doing away with a theoretically possible undefined behavior and the related compiler cast warnings. ... (check-in: d3434fd8cc user: danield tags: trunk)
12:40
CSS tweak to make long hashes wrap in narrow /chat views. ... (check-in: 8a401c209f user: stephan tags: trunk)
2023-03-03
14:34
Resolve incorrect value being sent with the SMTP EHLO header when sending notification mails, per discussion in [forum:f183ab47a7beee47|forum post f183ab47a7beee47]. ... (check-in: e7a5b98583 user: stephan tags: trunk)
13:05
Minor updates to the schema docs for the tagxref table. No functional changes. ... (check-in: 3037be63e2 user: stephan tags: trunk)
2023-03-02
20:20
Refactor the "repack" command to call extra_deltification() routine directly. ... (check-in: 9c1f486f9d user: drh tags: trunk)
17:24
The recommendation to configure Fossil with the --static flag is semi-obsolete, and the following advice to look further down in the same document for the Docker workaround was wholly obsolete since moving all of this into the dedicated containers.md doc. Fixed all this up, and linked to the "why" answers on Stack Overflow about all of this in a few more places. ... (check-in: d282e42cd2 user: wyoung tags: trunk)
17:13
Merge trunk into forumpost-locking branch. ... (check-in: 27c3423e89 user: stephan tags: forumpost-locking)
14:10
Prototype for one approach to linking forum posts to other artifacts (initially check-ins). Adds the --forumpost HASH flag to the ci command, which adds a forumpost/FULL-HASH tag to the checkin for later use in /info and forum post views. For ease of use, this probably needs to be adapted to map only to the first version of a forum post, as is done in the forumpost-locking branch, once that branch is merged with trunk. ... (Closed-Leaf check-in: 3e5d23daec user: stephan tags: ci-link-formpost)
10:26
An equivalent of the patch proposed in [forum:f183ab47a7beee47|forum post f183ab47a7beee47] to resolve the argument sent to smtp EHLO, reducing it from an email address to the domain part of the address. ... (Closed-Leaf check-in: be4815b17e user: stephan tags: smtp-ehlo)
2023-02-28
05:41
The /zip and /tarball built-in help now makes clear that the VERSION/ part of the URL is optional to help avoid confusions like we're seeing in [forum:/forumpost/24c0eb271dbadcf0 | the forum post] that sparked this sequence of improvements. ... (check-in: 4717db33f0 user: wyoung tags: trunk)
2023-02-27
12:31
Make similar improvements to the documentation for /zip and /sqlar. ... (check-in: 9eadac2026 user: drh tags: trunk)
12:25
Attempt to clarify the documentation of the /tarball URI. ... (check-in: 7cd1ebd093 user: drh tags: trunk)
2023-02-25
22:14
Correct 2.21 change log link to point to 2.21 instead of 2.20. ... (check-in: 1eb545a140 user: stephan tags: trunk)
22:11
Update version to 2.22 for the next dev cycle. ... (check-in: e13f7ca4a7 user: stephan tags: trunk)
20:44
Documentation for "fossil all remote". ... (check-in: 6ad6c559e2 user: drh tags: trunk)
19:23
Version 2.21 ... (check-in: f9aa474081 user: drh tags: trunk, release, version-2.21)
2023-02-24
23:39
Move forumpost close/re-open controls around. Add, if appropriate, a Close/Re-open button to the thread view, but only for the currently-selected post. ... (check-in: ecc324b6af user: stephan tags: forumpost-locking)
23:38
In /admin_log, add rowid DESC to the ORDER BY so that entries with the same timestamp predictably sort newest-first. ... (check-in: 914c6b5a0e user: stephan tags: forumpost-locking)
17:14
Fix a harmless compiler warning in gzip.c. ... (check-in: 9b05cad18d user: drh tags: trunk)
2023-02-23
18:47
Fix a harmless compiler overflow warning. ... (check-in: 2fd158fce7 user: danield tags: trunk)
2023-02-22
06:09
Minor CSS tweaks to closed forum posts. ... (check-in: 3078ff46ee user: stephan tags: forumpost-locking)
04:46
Rework forumpost closure to always apply to the first artifact in an edit chain to enable consistent behavior across the whole chain and responses to arbitrary versions within that chain. Add rudimentary UI elements for closing/re-opening posts, but their layout needs to be revisited (noting that they need to be in a separate form from the main editor so that closing/re-opening introduces only a smalll control artifact instead of a whole forumpost artifact). ... (check-in: cc6ca4e110 user: stephan tags: forumpost-locking)
00:09
Clarified one of the 2.21 changelog entries. (Started as fixing a typo.) ... (check-in: 86c4e6bf26 user: wyoung tags: trunk)
2023-02-21
23:34
Update the built-in SQLite to the 3.41.0 release. ... (check-in: 6d88833ffa user: drh tags: trunk)
10:30
Initial (untested) code for creating the control artifact for closing and re-opening forum threads. Extend test-forumthread's tree view to show thread closure. ... (check-in: 32fc62e681 user: stephan tags: forumpost-locking)
09:52
Add db_add_unsent() and replace numerous "INSERT OR IGNORE INTO unset" statements with that. ... (check-in: 98d4ee73d7 user: stephan tags: forumpost-locking)
08:47
Coding style tweaks. ... (check-in: 9fc70f6f63 user: stephan tags: forumpost-locking)
03:58
Correct inability of forum users to delete their own pending-moderation posts. ... (check-in: 19333c8a49 user: stephan tags: trunk)
03:49
Closed forum threads can no longer be edited by non-admins. Fix broken ability of non-builtin users to delete their own pending-moderation post. UI controls for closing/reing-open threads are still TODO. ... (check-in: 8f02c1d4a8 user: stephan tags: forumpost-locking)
01:58
Add capability to determine whether a given sub-thread inherits a lock from a parent. Re-label "locked" to "closed" per /chat feedback. ... (check-in: 464f4d175f user: stephan tags: forumpost-locking)
00:52
Initial bits for "locking" forum (sub)threads using a "closed" tag. This currently affects the display but does not hinder edits made via malicious misuse because the pieces needed for such validation do not yet have access to the relevant ForumPost objects. ... (check-in: 4d664bfe55 user: stephan tags: forumpost-locking)
2023-02-20
14:58
Change the typedef of u32 in search.c so that it works in older PPC macs. ... (check-in: f82caec579 user: drh tags: trunk)
2023-02-17
14:57
Fix a multitude of harmless compiler warnings. ... (check-in: 53db40e6fc user: drh tags: trunk)
14:37
A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. ... (Closed-Leaf check-in: c71f711ec9 user: stephan tags: compiler-warnings)
2023-02-15
11:26
Reverted half of commit [4ad86dd5]: it incorrectly moved a CSS style instead of copying it to where it also needed to be. The user-visible effect was that centered Pikchrs varied in size according to their size and complexity, which meant that elements that should've been the same size weren't. ... (check-in: 5ad62aba37 user: wyoung tags: trunk)
05:16
Cleaned up a few inconsistencies in the Pikchrs in the branching doc in an attempt to fix the smaller-and-smaller diagram size problem currently occuring in this doc. ... (check-in: 239fb5b186 user: wyoung tags: trunk)
2023-02-14
20:54
Updated the PBKDF2 recommendations in the backup doc to track recent changes in best practice due to all these GPU computing fleets coming online. Added a few paragraphs explaining the limits to all of this and why we chose the passphrase lengths we did as examples. ... (check-in: 6a3d6fa63e user: wyoung tags: trunk)
11:42
Update the built-in SQLite to the latest 3.41.0 beta for testing. ... (check-in: 7b5057745a user: drh tags: trunk)
2023-02-10
17:38
Add a PD_NoBot() check to /timeline, based on spider attack records. ... (check-in: 3fa6f8f09a user: stephan tags: trunk)
2023-02-09
21:00
Update the change log. ... (check-in: a64ef5efd1 user: drh tags: trunk)
20:09
Add the "repack" command as an alias for "rebuild --compress-only". ... (check-in: dd6a88da09 user: drh tags: trunk)
19:45
The extra-delta-compression step now reports the number of new deltas added and the bytes of storage space saved using those deltas. ... (check-in: 59e21eb3e5 user: drh tags: trunk)
16:16
Updates to the change log. ... (check-in: 7449a10f2a user: drh tags: trunk)
2023-02-08
16:59
Further improvements to the attack-spider detection mechanism. ... (check-in: eb7fad0cd3 user: drh tags: trunk)
16:41
As a performance optimization, only do the SQL-injection detection for user "nobody". Improved comment on cgi_value_spider_check() to better explain what this subsystem is all about. ... (check-in: 00ae2391e4 user: drh tags: trunk)
16:32
Test command for the SQL-injection detection routine. Possible performance improvements as well. ... (check-in: d3cb62f767 user: drh tags: trunk)
14:54
Update the built-in SQLite to use the latest 3.41.0 alpha version that includes new efforts to silence nuiscance compiler warnings. ... (check-in: 05fa1c3c24 user: drh tags: trunk)
13:35
Fix a couple of -Wextra compiler warnings. ... (check-in: 3afeef3f9a user: danield tags: trunk)
2023-02-07
16:50
Rename AntiSpider to NoBot, for brevity's sake. ... (check-in: fa27979805 user: stephan tags: trunk)
16:48
Rename P_NoSQL and PD_NoSQL to P(D)_AntiSpider to make their intent clearer and the names more generic. ... (check-in: 91d13592a7 user: stephan tags: trunk)
16:28
Merge spider-sql-detection branch into trunk, per /chat discussion. ... (check-in: 534c10f6b8 user: stephan tags: trunk)
16:24
Apply the spider SQL check to the diff URL argument of the /vdiff page. Improve some related docs. ... (Closed-Leaf check-in: 936c122ff9 user: stephan tags: spider-sql-detection)
16:18
Inititial draft of an attempt to intercept certain SQL injection attacks recently seen made against fossil repos. Its effect can be seen by visiting: /vdiff?from=trunk&to=trunk&w=drop ... (check-in: 61a608a2df user: stephan tags: spider-sql-detection)
2023-02-06
13:37
Make the --nossl and --nocompress server options available for CGI requests. ... (check-in: 391526232e user: florian tags: trunk)
2023-02-03
15:59
Fix another harmless compiler warning reported by Clang-15. ... (check-in: de184889a7 user: danield tags: trunk)
15:15
Attempt to fix various harmless compiler warnings reported by Clang-15. ... (check-in: e486a0acbc user: drh tags: trunk)
14:59
Update the built-in SQLite to the latest trunk version that attempts to fix various harmless compiler warnings reported by the new Clang-15. ... (check-in: ea57625d31 user: drh tags: trunk)
14:32
Add the /deltachain page, indented for analysis of the delta compression and future improvements to that algorithm. There are links to the delta chain on the /timeline and /finfo when the showid query parameter is used. ... (check-in: 00c62a11ad user: drh tags: trunk)
07:21
prefill the tktnew page email field with user emailaddr If the logged-in user has a valid email address in their contact-info, use it to prefill the email field in the /tktnew page when submitting a new ticket. As discussed in /chat, enhance the Fossil builtin find_emailaddr() SQL function--suggested by wyoung@--to parse strings for well-formed email addresses not necessarily wrapped in <...>. Requested by jose i cabrera on the [forum:62838ffe73|forum]. ... (check-in: f974583f90 user: mark tags: trunk)
00:31
Enable SELECT statements for the ticket_schema_auth() authorizer. This is required for the new FTS5 search and the fts5_api_from_db() routine. ... (check-in: 3fe8a8cd18 user: drh tags: trunk)
2023-02-01
14:35
Do not export private artifacts to git. ... (check-in: fbd3b58335 user: danield tags: trunk)
2023-01-31
10:41
Use a faster query when checking for private artifacts. ... (Closed-Leaf check-in: 25a6ba26a2 user: danield tags: git-export-omit-private)
10:11
Do not export private artifacts to git. ... (check-in: 40abd83957 user: danield tags: git-export-omit-private)
10:07
Small correction in the usage text for 'fossil git'. ... (check-in: 1aa3188e8d user: danield tags: trunk)
2023-01-27
20:42
Add a link to the /intermap page for Interwiki Map keywords on the setup menu. ... (check-in: bb189a15fd user: drh tags: trunk)
15:40
Update the built-in SQLite to the latest 3.41.0 alpha, for testing of SQLite. ... (check-in: 0f30113b3b user: drh tags: trunk)
2023-01-26
01:46
Refactor how the IF NOT EXISTS check is performed on the repository.admin_log table, per request from drh. ... (check-in: 2da6010b7c user: stephan tags: trunk)
2023-01-25
13:59
More updates f() to f(void). ... (check-in: 46ddf0e80b user: danield tags: trunk)
00:30
More updates of func decls f() to f(void). ... (check-in: 5dd632eb44 user: stephan tags: trunk)
00:25
More updates of func decls f() to f(void). ... (check-in: 9c5952bec3 user: stephan tags: trunk)
2023-01-24
21:25
Upgrade FTS search from v4 to v5. ... (check-in: c3c4ef167e user: stephan tags: trunk)
19:01
Add initial infrastructure for being able to resolve 'ckout' uniformly in certain contexts, per /chat discussion. ... (check-in: 4d8c30265b user: stephan tags: trunk)
16:34
Make all variable declarations C89 compliant. ... (Leaf check-in: 462eb0cca0 user: drh tags: ui-local-diff)
14:36
The search logic now works correctly (I think) regardless of whether the repository uses a legacy FTS4 index or a newer FTS5 index. This allows the Fossil binary to be upgraded on systems without disrupting the search feature and without requiring a search index rebuild. The search index is automatically upgraded to FTS5 the next time the search index is rebuilt. ... (Closed-Leaf check-in: a07e6b87cb user: drh tags: search-fts5)
03:59
Wrapping a few calls to vfile_check_signature() from the new local diff code in unprotect/pop call pairs to squish a DB protection error. ... (check-in: 1b3ef05ef9 user: wyoung tags: ui-local-diff)
03:29
Brought the ui-local-diff branch up to date relative to trunk. It isn't a simple merge, primarily due to all the changes to /vdiff and /fdiff made over the past 2 years. It seems to work as well as it originally did, but it isn't ready to merge down to trunk as-is. ... (check-in: 76fa165763 user: wyoung tags: ui-local-diff)
03:26
Remove some end-of-line whitespace. No functional changes. ... (check-in: 8307133b7c user: stephan tags: search-fts5)
03:18
Replaced a standalone "diffFlags" variable in the /fdiff handler with use of the new DiffConfig.diffFlags member. No functional change, just a code cleanup found while working on another branch. Making it on trunk to keep that branch's diffs minimal. ... (check-in: 65d97f23f6 user: wyoung tags: trunk)
02:57
Replace FTS4 with FTS5, per [forum:d05b1855aa|forum post d05b1855aa]. This has been only lightly tested and might require a repo rebuild (or that we rename the associated tables/views rather than recycle them). ... (check-in: c1933caf03 user: stephan tags: search-fts5)
2023-01-23
00:12
Add /json/settings/get and set APIs, per discussion in [forum:04b7159d63d4abe4|forum post 04b7159d63d4abe4]. ... (check-in: a80f27485a user: stephan tags: trunk)
2023-01-22
22:01
Remember the chosen type of artifacts that are shown at <tt>/timeline</tt> page as a display preference. This amends the initial behavior [/timeline?c=c94f6085489effe6&y=a | introduced on 2017-11-29] with the <tt>'sticky-timeline-style'</tt> branch. ... (check-in: 61bd0c9b11 user: george tags: trunk)
18:35
Fix appearance of a chat-only view: eliminate redundant gap between the vertical scrollbar and the right edge of a window. ... (check-in: d3c0206ed2 user: george tags: trunk)
2023-01-21
12:14
Merge trunk into markdown-tagrefs branch. ... (check-in: baf038b1aa user: stephan tags: markdown-tagrefs)
11:40
Make diff --checkin VERSION capable for working from outside of a checkout. ... (check-in: 8e8e0269a9 user: stephan tags: trunk)
10:50
Improve scroll width calculation for unified diffs. ... (check-in: 7a76111fe0 user: florian tags: trunk)
01:13
Remove bootstrap skin, per discussion in [forum:aa02d7443d446211|forum post aa02d7443d446211]. Clients with that skin selected will automatically be switched to the default. ... (check-in: e1ef9347e1 user: stephan tags: trunk)
2023-01-20
10:42
Simplify the loop to enumerate table columns to the left. ... (Closed-Leaf check-in: faadb48dc9 user: florian tags: udiff-hscroll)
04:25
Add /json/settings/set. Replace several free() calls with fossil_free(). Work around json_send_response() being called twice in some CLI-based cases. ... (Closed-Leaf check-in: 4d2aeb29eb user: stephan tags: json-settings-command)
00:11
Add docs for /json/settings. ... (check-in: f302b9bc41 user: stephan tags: json-settings-command)
2023-01-19
23:44
Roll back a broken part of [f3d3d1be59728b5dde702a] which caused only versioned settings' values to be fetched. ... (check-in: c7221a2e8c user: stephan tags: json-settings-command)
23:38
Correct (non-)fetching of sensitive properties for (non-)Setup users. ... (check-in: f3d3d1be59 user: stephan tags: json-settings-command)
23:32
Restructure /json/settings/get output from an array of objects to a map of objects, keyed on setting name, per forum discussion. ... (check-in: d0bf9682a9 user: stephan tags: json-settings-command)
12:15
Firefox ≠ Chromium ... (check-in: dbffb2fad2 user: florian tags: udiff-hscroll)
11:52
Compensate for the outer border. ... (check-in: 2c0d435256 user: florian tags: udiff-hscroll)
11:36
More accurate scroll width calculation for unified diffs (looks better for SQLite diffs with up to 5-digit line numbers). ... (check-in: 337b297cbe user: florian tags: udiff-hscroll)
02:55
For sensitive settings, always explicitly set value and valueSource to null for non-setup users (or if they aren't set), to avoid the possibility of downstream clients perhaps picking up inherited properties in their place, depending on their programming environment. ... (check-in: 451cda0452 user: stephan tags: json-settings-command)
02:39
Extend /json/settings/get with a version=X flag indicating the check-in version to check for versionable flags in before falling back to either the checkout or repository. List sensitive properties for all users but elide their values for non-setup users (previously they were elided altogether for non-setup users). ... (check-in: fd405e9563 user: stephan tags: json-settings-command)
01:01
Add missing 'void' to no-arg function decls and impls throughout the JSON API. (In my defense: the distinction between f(void) and f() was unknown to me at the time that code was written.) ... (check-in: 632dfd26dd user: stephan tags: json-settings-command)
2023-01-18
00:54
Initial prototype of the /json/settings/get command/page, per discussion in [forum:04b7159d63d4abe4|forum post 04b7159d63d4abe4]. ... (check-in: 29e5bb008c user: stephan tags: json-settings-command)
00:47
Fix a memory leak of the path to a versioned-setting file in print_setting(). ... (check-in: c76b00197f user: stephan tags: trunk)
2023-01-17
20:40
Small fix to the nojail patch; accidentally lost the [80faedbc] change in the shuffle. ... (check-in: 7a6cf9dd24 user: wyoung tags: trunk)
20:37
Removed the two "mknod" calls from the Dockerfile in the nojail patch used by Podman rootless containers. Not only is the build user not allowed to run mknod in that case, there will be a /dev tree mapped into the container, causing the commands to fail due to these two basic dev nodes preexisting. ... (check-in: d97a8fb17e user: wyoung tags: trunk)
20:35
No longer running "fossil" with a relative path ("bin/fossil") at the end of the Dockerfile, but instead relying on the hard-coded PATH defined a few sections prior. This allows the same command to work for both the rootful and rootless cases since moving the binary into /usr/bin/fossil to placate nspawn. Before, it was /jail/bin vs /bin, so the difference netted out to nothing. ... (check-in: 80faedbc51 user: wyoung tags: trunk)
20:32
Fixed a copy-paste error in the Podman sections of the container doc: was using "docker" commands instead of "podman" in a few places. That'll work for people who aliased them, but it's confusing. ... (check-in: 6eefa9b0d7 user: wyoung tags: trunk)
06:29
Removed use of UPX in the container build process. It complicates the build for a tiny gain while breaking ARM builds. We worked around the ARM-on-ARM case earlier, but it also breaks x86 cross-compilation on ARM. Images are already compressed, and while `upx -9` is stronger compression than whatever Docker Engine is using, it's a small advantage. This does mean the static executable isn't compressed any more on x86, but if you want that, you can UPX it afterward. ... (check-in: da545c9e79 user: wyoung tags: trunk)
05:28
Generating the /etc/os-release file for the OCI container using autosetup at configure time rather than from a build arg in the Dockerfile at image creation time. This lets us back out the use of heredocs in the Dockerfile, which isn't supported in Podman at all as of this writing and under Docker requires use of BuildKit rather than the legacy "docker build" mechanism. The primary consequence of doing it this way is that the Fossil version number in that generated file becomes the configure-time version, unconditionally. The old way let you override the FSLVER variable at image build time and have that value put into the os-release file. Under this new scheme, you now have to run "/jail/bin/fossil version" to find out what version of Fossil got baked into the image. ... (check-in: ec8ef573b3 user: wyoung tags: trunk)
2023-01-16
18:14
Update the built-in SQLite to the latest 3.41.0 alpha version in order to silence harmless compiler warnings and for general testing of SQLite. ... (check-in: cdd89e2dbe user: drh tags: trunk)
15:37
Roll back the part of [71a2d68a7a113e7c] which automatically updates the user display prefs cookie, per /chat discussion. Updating the cookie once again requires an explicit udc URL arg or setting the skin, which implies udc. This fixes the problem that a timeline link from the /reports page persistently sets the default timeline entry count to the value used by that report. ... (check-in: 5feac63473 user: stephan tags: trunk)
2023-01-13
18:38
Backout change on "login-group join" command which broke the usage of it outside an opened checkout (using -R flag). Change usage text to match the command behavior properly when using the -R flag. ... (check-in: edf0355961 user: mgagnon tags: trunk)
16:52
Modernized several old fossil-scm.org URLs, changing "http" to "https" where absolute URLs are necessary, and using site-relative URLs otherwise. Also found and fixed a reference to fossil-scm.hwaci.com, which doesn't seem to resolve any more. ... (check-in: 143f1db75f user: wyoung tags: trunk)
16:35
Removed pointless "udc=1" parameters from a few Fossil file links from the docs. ... (check-in: 40d912aec1 user: wyoung tags: trunk)
14:55
Remove ":443" from the end of the hostname for HTTPS requests. ... (check-in: add3f520a7 user: drh tags: trunk)
14:34
Use the hostname as the report IP when doing SSH synchronization. ... (check-in: 0b7af9d865 user: drh tags: trunk)
13:09
Documentation and change-log updates. ... (check-in: a90d3aa1ab user: drh tags: trunk)
2023-01-11
18:07
Enable horizontal scrolling for individual text blocks in unified diffs. [forum:91c3e7854c | Forum Post 91c3e7854c] and the following. ... (check-in: 603816d221 user: florian tags: trunk)
07:56
Enable horizontal scrolling for individual text blocks in unified diffs. ... (Closed-Leaf check-in: 15ba7e616c user: florian tags: udiff-hscroll)
03:06
merge latest change from trunk. ... (Closed-Leaf check-in: 5d5911e6fd user: mgagnon tags: no_ssh_sync_ip_resolve)
02:51
Make proxy setting "system" by default to use http_proxy environment variable. Closer to old behavior and conform with most programs on Unix-like system. ... (check-in: 8f9f2cb7cd user: mgagnon tags: trunk)
2023-01-09
13:25
Help text improvements for diffcmd.c. ... (check-in: e1b51150af user: danield tags: trunk)
13:06
Further consistency improvements in docs for various commands. ... (check-in: 2512d2d472 user: km tags: trunk)
05:16
add new entry to related work links and polish markup Add 'fsl', a tcl wrapper, to inspired projects; prompted by John Rouillard on the [forum:2f5b79e695|forum]. While here, remove redundant markup and articles. ... (check-in: b4b8dc32f2 user: mark tags: trunk)
2023-01-07
20:58
Updates to the change log to discuss recent enhancements. ... (check-in: 7173a1b1f4 user: drh tags: trunk)
20:37
Submenu buttons linking all of the logging pages. ... (check-in: aae2b775f9 user: drh tags: trunk)
20:18
Make admin_log entries for password changes. ... (check-in: c9c7e8c1d8 user: drh tags: trunk)
17:06
Enhance the new /resetpw page so that it honors the redirect-to-https setting. ... (check-in: 3b1e8a0e5c user: drh tags: trunk)
15:36
Add the ability to enable users to request an email message that contains a special secure hyperlink that they can follow to reset their password. ... (check-in: 07bfe3fee3 user: drh tags: trunk)
15:35
Go to the login page after a successful self-service password reset. ... (Closed-Leaf check-in: 837f275868 user: drh tags: self-service-password-reset)
15:18
Improved comments. Extra defensive code. ... (check-in: d860e2b5f6 user: drh tags: self-service-password-reset)
14:25
Initial complete implementation of self-password-reset. Just need refinement and a security audit before merging to trunk. ... (check-in: 41bb73e9ba user: drh tags: self-service-password-reset)
11:58
Add a non-functioning place-holder button to request a password reset to the /register page. ... (check-in: 5c62a2c3a7 user: drh tags: self-service-password-reset)
00:03
Add the /resetpw web page. The name argument must contain a hash that proves knowledge of the old password and that limits the valid lifetime of the argument. ... (check-in: ac86dfa085 user: drh tags: self-service-password-reset)
2023-01-06
21:33
Do not try to resolve the IP from the hostname when syncing using ssh:// protocol. Ssh may use the provided name as an alias defined in ~/.ssh/config which may not be resolvable or even resolve to an unrelated ip. This change can potentially avoid long timeout during name resolution failure. Equivalent to [52f08008e2790a81]. ... (check-in: e5c5622d4b user: mgagnon tags: no_ssh_sync_ip_resolve)
14:27
Oops, somehow one dash in `--file` got lost in 92d3fdba73a44c4c. ... (check-in: 0bf2eaaf65 user: km tags: trunk)
14:25
Minor adjustments in description of the `--file` option for `whatis`. ... (check-in: 92d3fdba73 user: km tags: trunk)
14:03
Allow writes to the accesslog table to record a login attempt even if the request is not from the same origin. This is needed in case a query request url it typed in manually but there is a cookie with login credentials that the browser adds automatically. ... (check-in: e31c2c01e1 user: drh tags: trunk)
13:10
Add the 'dont-commit' setting as a safety against accidental commits, per request in [forum:7643435a90|forum post 291f9af918]. ... (check-in: 884436ce74 user: danield tags: trunk)
13:04
Fix a bug in the 'commit' command that made it ignore the 'forbid-delta-manifests' setting. ... (check-in: ead01b6f27 user: danield tags: trunk)
12:59
Fix the /chat-send page so that it works even with the recent same-origin security enhancements. ... (check-in: 4ba37b1c14 user: drh tags: trunk)
08:34
update related work page: Add Inskinerator as per [forum:634b880146abf68f|forum post] from wyoung@, the Makeheaders tool, and the new Sapling version control system. ... (check-in: be6d71dd64 user: mark tags: trunk)
2023-01-05
19:49
Add support for "fossil remote" and "fossil sync --all" to the "fossil all" command. ... (check-in: 693b950b1e user: drh tags: trunk)
17:21
Add the "-f|--file" flag to the "whatis" command which consist to search for any other files in the repo with the exact same content as the given file. ... (check-in: a821cbf522 user: mgagnon tags: trunk)
2023-01-03
20:13
Added named anchors to the "Image Format vs Fossil Repo Size" doc so I can refer to one in particular. ... (check-in: 7de2410f74 user: wyoung tags: trunk)
2023-01-02
16:12
When applying a patch, if the file rename fails, make that just a warning not a fatal error, as the warning might be due to file renames on a prior merge. Fix for ticket [21037bfc1296dabc]. ... (check-in: f013384605 user: drh tags: trunk)
15:52
Initialize the output blob in the test-delta-apply command. ... (check-in: dd9b316179 user: drh tags: trunk)
13:00
Show the value of g.zLocalRoot on the /test_env page. ... (check-in: 3df5d40c2f user: drh tags: trunk)
2022-12-31
18:51
Fix another case where PROTECT_READONLY needs to be relaxed even though the request not from the same origin. ... (check-in: 03e21b9cd5 user: drh tags: trunk)
12:21
Fix stray character in the change log. ... (check-in: fbcd9a77b7 user: drh tags: trunk)
12:16
Fix more cases where updates to the SUBSCRIBER table should be allowed to occur even if not a request from the same origin. ... (check-in: f33976f7cc user: drh tags: trunk)
2022-12-30
22:18
Correct mis-pluralization of 'new ticketss' in the timeline, per report in [forum:e711cb860a|forum post e711cb860a]. ... (check-in: 7c2c445796 user: stephan tags: trunk)
21:12
Improved comment on the db_obscure() routine. No functional code changes. ... (check-in: aa1a0b31e2 user: drh tags: trunk)
20:54
Security enhancement: Do not store the passwords for remote URLs directly, but instead store the sha1_shared_secret() encoding of those passwords. It is the SHA1 encoding that gets transmitted to the server anyhow, so we might as well just store that. The SHA1 encoding cannot be used to log in. The password is still protected using obscure() even though it is now a SHA1 hash. ... (check-in: 41ba6ea7db user: drh tags: trunk)
16:32
Show the parent-project-* CONFIG entries (if they exist) with the "fossil remote config-data" command. When parsing a URL, if the URL comes from the CONFIG table, remember the CONFIG table entry that supplied the password. ... (check-in: 6d0083adce user: drh tags: trunk)
12:26
Fix minor typos in the diff source code. ... (check-in: 4e169542ae user: drh tags: trunk)
11:53
If there is a need to do lazy updates of the full text index during a request that is not from the same origin, then allow database writes for the duration of that update. Also, allow changes to USER and CONFIG tables when explicitly authorized by db_unprotect() even if the request that prompted the change is not from the same origin. ... (check-in: 8e85d6ca22 user: drh tags: trunk)
2022-12-29
21:09
All writes to the subscriber table to update the last contact time even if the request is not from the same origin. ... (check-in: db16262817 user: drh tags: trunk)
20:09
Improved comments on the SQL protection subsystem. ... (check-in: 0aa3483fa8 user: drh tags: trunk)
19:49
Only apply the PROTECT_READONLY restriction to the "repository", "configdb", and "localdb" database files. ... (check-in: b4e00621e3 user: drh tags: trunk)
19:39
Fix the new read-only-repo security mechanism so that it enables write access when necessary. ... (check-in: f8363db81b user: drh tags: trunk)
18:56
Add messages to the error log if the authorizer blocks an SQL statement for security reasons. This change requires a bug fix in SQLite and so it also includes the latest trunk version of SQLite. ... (check-in: 3d8bb63aab user: drh tags: trunk)
17:00
Make the repository database read-only if an HTTP request is not from the same origin. This is not required for security. It is just an extra layer of defense. ... (check-in: 7c71f00ac8 user: drh tags: trunk)
2022-12-25
16:17
A minor fix to the previous check-in. ... (check-in: abfec4dd5c user: george tags: trunk)
14:24
Use URI extensions rather than name= query parameters on key ticket hyperlinks. ... (check-in: 5f22b960b3 user: drh tags: trunk)
2022-12-21
12:07
Change spelling for check-in, check-out, and related words. ... (check-in: bc36fdcf3a user: danield tags: trunk)
11:52
Merge in help consistency improvements. ... (Closed-Leaf check-in: 526b0a54c4 user: danield tags: check-in-spelling)
09:31
Improved consistency for --help option descriptions. ... (check-in: 2e56ef4e8d user: km tags: trunk)
09:00
Improved consistency for --help option descriptions: begin with uppercase letter; do not use a period at the end of short-ish sentences. ... (Closed-Leaf check-in: de684083c6 user: km tags: spelling-fixes)
2022-12-20
14:21
A couple of corrections to the [2213a0eb2d413f|previous /secaudit0 addition]. ... (check-in: 43601b3d12 user: george tags: trunk)
09:53
Correct a small bit of internal-doc misinformation reported in [forum:9ed20acf6a|forum post 9ed20acf6a]. ... (check-in: dd67906cbd user: stephan tags: trunk)
09:46
Change spelling for check-in and similar ... (check-in: d9c4321e7a user: danield tags: check-in-spelling)
05:14
Move TH1/Tcl settings into their own configsets. ... (Leaf check-in: 5d784cf3c1 user: mistachkin tags: cfgSetTh1)
05:00
Unbreak MinGW build to account for deletions in zlib 1.2.13. ... (check-in: a24a790f3d user: mistachkin tags: trunk)
02:01
Make [/secaudit0] page aware of the Tcl integration opportunities. ... (check-in: 2213a0eb2d user: george tags: trunk)
2022-12-16
21:47
Updated the macOS sidebar in the backups.md doc to cover Ventura. ... (check-in: a55042a015 user: wyoung tags: trunk)
2022-12-15
16:19
Re-add zlib link flags inadvertently removed via the new --disable-sockets flag. ... (Leaf check-in: 613834f6e5 user: stephan tags: optional-sockets)
15:50
Add support for disabling sockets in auto.def. This is not wired up to anything else yet. ... (check-in: d8609e1e06 user: js tags: optional-sockets)
15:39
Update the built-in SQLite to the latest 3.41.0 alpha that includes various query planner enhancements. This is done in order to test the enhancements to SQLite, to help ensure that they are working correctly in a real-world application. ... (check-in: 7010ce2391 user: drh tags: trunk)
2022-12-14
13:03
Fix help text for the 'artifact' command. ... (check-in: 98b80e429c user: danield tags: trunk)
2022-12-12
16:12
Add support for omitting some ticket events from the default timeline view. Filtering is defined by the 'ticket-hidden-expr' option added to the <tt>/tktsetup_timeline</tt> page. Filtering is bypassed if this expression is unset or if the "Unhide" checkbox (at the timeline's submenu) is checked. See [forum:/forumthread/4c49b2ad661c90b7|forum thread 4c49b2ad661c] for discussion. ... (Leaf check-in: 452805c2a0 user: george tags: tkt-hidden-expr)
2022-12-07
17:39
Merge enhancements to file labels in Tk diff frontend ... (check-in: f7c0657bbd user: Torsten tags: trunk)
12:33
Rebuid pikchr.wasm/js for latest pikchr.c. ... (check-in: ec6cb37a6a user: stephan tags: trunk)
11:17
Update to the latest pikchr.c sources. (pikchr.wasm is not updated.) ... (check-in: 544eefd722 user: drh tags: trunk)
2022-12-06
06:13
Grammar and spelling fix pass on the new nspawn material in the containers doc. ... (check-in: 5405aa5738 user: wyoung tags: trunk)
2022-12-05
03:39
Update the built-in SQLite to the latest 3.41.0 alpha with the query planner tuning enhancements, as a beta-test of SQLite looking for performance regressions. ... (check-in: 4ddd884709 user: drh tags: trunk)
2022-12-03
13:17
Typo fixes ... (check-in: 00e4d91e28 user: wyoung tags: trunk)
11:55
Assorted prose polishing in the new systemd-container section at the end of the containers doc. ... (check-in: 120a207631 user: wyoung tags: trunk)
11:37
Added a few more "container-*" targets to the main makefile to simplify the examples in the containers doc and make the resulting images and containers easier to manage. ... (check-in: b7edb5f1c5 user: wyoung tags: trunk)
2022-12-02
23:14
Merged two redundant discussions of the consequences of disabling private network virtualization under systemd-container infrastructure, then added better reasons why the reader might care. ... (check-in: 7055433695 user: wyoung tags: trunk)
15:27
new branch for enhancements to Tk diff frontend: labeling of file origin (version, repo, working file etc.) in the left and right pane header ... (Leaf check-in: c90ee4bf55 user: Torsten tags: diff-tk-frontend)
2022-12-01
00:14
Updates to the systemd service doc, primarily to refer the reader to the new containerized runner methods, but also to add other tips. ... (check-in: ad09d3eee0 user: wyoung tags: trunk)
2022-11-30
23:32
Updated the nojail patch so it'll apply atop the new Dockerfile changes. ... (check-in: 45e0475ca7 user: wyoung tags: trunk)
23:09
Worked out how to get systemd-container (a.k.a. nspawn + machinectl) working with the stock Fossil container. Following the above commits, it's pure documentation. Removed the runc and crun docs at the same time since this is as small as crun while being more functional; there's zero reaon to push through all the additional complexity of those even lower-level tools now that this method is debugged and documented. ... (check-in: 930a655a14 user: wyoung tags: trunk)
21:27
Added empty /tmp and /run directories to the "OS image" layer of the stock container in case someone is mounting the base layer read-only with tmpfs mounted atop these points. (Seen with "systemd-nspawn --read-only" but might affect other runtimes.) ... (check-in: 0733be502b user: wyoung tags: trunk)
15:23
Container build changes to allow systemd-nspawn to recognize it as an "OS tree:" * Added a dummied-up /etc/os-release file * Moved several programs from /bin to /usr/bin, since existence of /usr is how it decides if the rootfs you point it at contains an OS image. Bogus, but [https://github.com/systemd/systemd/blob/98eb99b7e84dcdc39b6e8c00585f74f256f7cfcb/src/nspawn/nspawn.c#L5647 | that's how it is]. Had to switch to buildx to make this work, so I could use heredocs in the first step. ... (check-in: f74ddbce71 user: wyoung tags: trunk)
14:29
Added "container-clean" target to cleanup after the other container-* targets. ... (check-in: e119d59836 user: wyoung tags: trunk)
12:59
Tried to get "--with-tcl=1" working in the containerized build, but failed, so I documented the reason why it isn't going to work given our current design goals and pointed at an alternative with different tradeoffs. ... (check-in: fb1bfce16d user: wyoung tags: trunk)
12:32
Added the FSLCFG Dockerfile build arg and showed how to use it in the containers doc, plus other improvements to the doc while in there. ... (check-in: e2277aad16 user: wyoung tags: trunk)
12:23
Put a "sleep 1" into "make container-run" before the step that shows the container logs to ensure we show everything it says on startup. Added this on seeing just the first line of output due to a race condition, so I missed the generated admin password. ... (check-in: 4429e10f6d user: wyoung tags: trunk)
12:19
The "container-run" target now runs "container-image" conditionally, building it only if it wasn't created in a prior step. This allows custom image builds followed by a one-command way of running that built image. Without this, the custom image gets stomped on. ... (check-in: a9e862b887 user: wyoung tags: trunk)
11:44
Reverted the build hack to strip out all but the default and darkmode skins in the stock Dockerfile. That was done to cater to a wish for extremely small ARM builds, for fun, not for any practical reason. It conflicts with a key philosophy behind this container project, to create stock Fossil builds by default. "make container-image" should get you a functionally identical binary inside the container as "./configure && make" does outside it. ... (check-in: 3e95d94583 user: wyoung tags: trunk)
01:03
Make sure SQLite is compiled with HAVE_USLEEP. ... (check-in: f97f90c08d user: drh tags: trunk)
2022-11-29
21:08
Remove JS console debug output added by the previous checkin. ... (check-in: 2755b31a87 user: stephan tags: trunk)
20:59
/chat: add embedded view support for .wiki/.md/.pikchr file attachments, with the caveat that the rendering happens in an iframe and thus has some limitations/usability quirks compared to non-iframed content. Added based on feedback from a /chat session. ... (check-in: fd5298f027 user: stephan tags: trunk)
04:11
Improve consistency of "fossil branch" command. I don't think this deserves more attention but others may decide to make it do more. ... (check-in: 761a39c025 user: andybradford tags: trunk)
2022-11-26
17:31
Fix <code>artifact_page()</code> function so that the content of a text file is surrounded by CODE elements even if a file's extension is just a single letter. ... (check-in: e7a7b5c1b0 user: george tags: trunk)
2022-11-24
22:13
Add TH1 command "<code>submenu</code>". For the time being it has just one subcommand "<code>link</code>" that adds a hyperlink to the submenu of a page. ... (check-in: 71b221657b user: george tags: trunk)
15:21
In the new forum reply header, reduce size from H1 to H2 and italicize the thread title. ... (check-in: 7b92fc614d user: stephan tags: trunk)
14:38
Slight reformatting of the forum reply page header based on feedback from [https://sqlite.org/forum/forumpost/c745cf3a7f6246de|sqlite forum post c745cf3a7f6246de]. Now says: Replying to HASH-with-link in thread TITLE-without-link ... (check-in: 0b6b3a001a user: stephan tags: trunk)
2022-11-20
08:42
Update the built-in zlib to version 1.2.13, released on October 13, 2022. ... (check-in: a9e589ca28 user: florian tags: trunk)
07:50
Add compat/zlib/contrib/ada/* and compat/zlib/doc/* to the ignore-glob. Now there's only two (manual) cherry-picks required for zlib updates: [0f8bae079e] and [368d97869b] (though the upstream ticket for [368d97869b] is commented as "Incorporated" and closed: [https://github.com/madler/zlib/issues/684]). ... (Closed-Leaf check-in: 1a52d387c2 user: florian tags: zlib-update)
07:37
Carry forward [511ad59ae3] to the zlib 1.2.13 update: exclude all files from the contrib/ada subdirectory. ... (check-in: aafa682bb9 user: florian tags: zlib-update)
01:58
Do not attempt to render empty description of a report. Also make hyperlinks in a report's submenu more robust. This amends [fcf17b28a902c0]. ... (check-in: 04a01d066a user: george tags: trunk)
2022-11-19
16:48
Omit "Show associated wikis" from the submenu of a [/wcontent] page if there are no associated wikis in a repository (this amends [29a24941ed9b]). Also optimize out a couple of unnecessary calls to mprintf(). ... (check-in: e3c8aad9b1 user: george tags: trunk)
16:19
Fix malformed hyperlink for historical revisions of a forum post. Perhaps introduced by check-in [168eb71643a4]. Reported by [forum:44505ae8ec515e75|forum post 44505ae8ec51]. ... (check-in: 114b17c408 user: george tags: trunk)
14:59
Rename test_find_pivot() to merge_base_cmd(). No functional changes. ... (check-in: 8cc9211f9f user: stephan tags: trunk)
14:02
Upgrade the test-find-pivot command to the merge-base command, per discussion at [forum:1f5db4364464e965|forum post 1f5db4364464e965]. ... (check-in: 2b6649c743 user: stephan tags: trunk)
04:38
Comment typo fix. No code changes. ... (check-in: 95e5814c9b user: stephan tags: trunk)
2022-11-18
19:48
Update the change log for the report format enhancement. ... (check-in: c2467e52ef user: drh tags: trunk)
19:30
Fix a potentially uninitialized variable associated with the resent ticket report changes. ... (check-in: d296ddb272 user: drh tags: trunk)
19:28
Add the ability to specify a description for each ticket report format. The user and reportfmt tables are updated with a new jx column containing JSON that describes the new features. (The user.jx table is currently not used but it was convenient to add it at the same time.) ... (check-in: fcf17b28a9 user: drh tags: trunk)
19:23
Make sure the reportfmt table contains the jx column before trying to use that column. ... (Leaf check-in: d433272527 user: drh tags: json-meta-data)
19:20
Use the "name" query parameter to select a report number. The legacy "rn" query parameter still works, but generated hyperlinks now use the new format. ... (check-in: 3048c04b2a user: drh tags: json-meta-data)
18:50
Provide the ability to add custom header text on all ticket reports. The header and its mimetype are stored in the REPORTFMT.JX column. ... (check-in: c06a9980c3 user: drh tags: json-meta-data)
18:33
Give the JX column of USER and REPORTFMT a default value which is valid JSON. ... (check-in: 2433964d8f user: drh tags: json-meta-data)
12:11
Factor out the ALTER TABLE statements that add the JX column to the USER and REPORTFMT tables into separate subroutines. ... (check-in: 8f6d7dacbb user: drh tags: json-meta-data)
2022-11-17
23:38
Add the "jx" column to the "user" and "reportfmt" tables, with the intent of using the column for JSON metadata. Currently unused. Make arrangements to sync the "jx" column (using the "fossil config" command) in a way that is backwards compatible with older versions that do not have the "jx" column. ... (check-in: b7ac178c4f user: drh tags: json-meta-data)
07:45
Increase the version number to 2.21 to start the next development cycle. ... (check-in: 8dcee00837 user: danield tags: trunk)
2022-11-16
20:59
Merge in setupuser-retain-pw branch (HTML change only, no code). ... (check-in: 88f9da9880 user: stephan tags: trunk)
20:53
Prefixing each shell script section in the Dockerfile with "set -x" broke the checks to prevent running UPX on ARM builds. You can still get release container builds on ARM by copying this fixed Dockerfile to your release checkout. ... (check-in: b4c3d9a13e user: wyoung tags: trunk)
20:05
Fix harmless typos reported by [forum:/forumpost/15f7327318|forum post 15f7327318]. ... (check-in: f3adbd8874 user: drh tags: trunk)
19:49
Remove the "ada" subdirectory from the compat/zlib/contrib because it is not used, but it does (apparently) cause warnings for lintian. Perhaps this will be a partial fix for the warnings reported by [forum:/forumpost/15f7327318|forum post 15f7327318]. ... (check-in: 511ad59ae3 user: drh tags: trunk)
18:49
Update website for the 2.20 release. ... (check-in: e14628bc3d user: drh tags: trunk)
18:46
Version 2.20 ... (check-in: 210e89a059 user: drh tags: trunk, release, version-2.20)
16:09
Merge trunk into wcag-2.1 branch for deployment on test server. ... (Leaf check-in: 56d8000a53 user: stephan tags: wcag-2.1)
16:02
Update the built-in SQLite to the 3.40.0 release. ... (check-in: d0ee810004 user: drh tags: trunk)
2022-11-14
12:43
Update the built-in SQLite to the 3.40.0 rc1 for testing. ... (check-in: 2ece5d0f06 user: drh tags: trunk)
2022-11-13
19:49
Removed the title property from the nav element for the submenu in style.c. It caused a redundant tooltip, and was not necessary. ... (check-in: ba3fa28d68 user: ericwikman tags: wcag-2.1)
18:49
Update /chat and /pikchrshow UIs to work with skins conforming to the WCAG rework as well as pre-WCAG skins (except for the bootstrap skin, which restructures the DOM in an incompatible way). ... (check-in: d208efdd5e user: stephan tags: wcag-2.1)
17:18
Merge trunk into wcag-2.1 for cleaner diff comparison. ... (check-in: e1a9fdd768 user: stephan tags: wcag-2.1)
16:26
Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (check-in: 1f231db380 user: ericwikman tags: wcag-2.1)
2022-11-12
12:36
Only issue notififications for ticket changes that do not previously appear in the EVENT table. Fix for ticket [ad9aa572e7972f57]. ... (check-in: fb040bb013 user: drh tags: trunk)
12:32
Fix the TH_ListAppend() function in TH1 so that it correctly escapes strings that have a '}' character that has no matching '{' to its left. Fix for ticket [4d73b4a2258a78e2]. ... (check-in: 4ec65ebba9 user: drh tags: trunk)
2022-11-11
22:24
A proposed fix for ticket [ad9aa572e7972f57]. Use an UPDATE rather than a REPLACE where possible when redoing EVENT table entries for tickets that are being rebuild, in order to avoid unnecessary notification events. ... (Closed-Leaf check-in: 1f0f62261c user: drh tags: ticket-notification-fix)
2022-11-07
19:42
Yet another shell.c import from SQLite to deal with more typedef issues. ... (check-in: f0e625b1aa user: drh tags: trunk)
18:44
Update to a newer version of 3.40.0 that includes a fix to shell.c that allows it to be compiled with older C compilers. ... (check-in: 25799e8930 user: drh tags: trunk)
2022-11-05
22:10
Respect `"timeline-utc"` setting when a ticket change artifact is displayed on the <tt>/info</tt> page. This makes it consistent with other places and fixes a hyperlink to the corresponding item of the <tt>/timeline</tt>. ... (check-in: 0028a3ca6a user: george tags: trunk)
2022-11-04
18:02
Update the built-in SQLite to the latest 3.40.0 beta, for testing. ... (check-in: 10d7174847 user: drh tags: trunk)
11:11
Add a note to /setup_uedit that leaving the ostensibly populated password field unchanged will retain the current password, per discussion in [forum:0463cc2e87a3c676|forum post 0463cc2e87a3c676]. (Branched for later addition to v2.21.) ... (Closed-Leaf check-in: fe37399487 user: stephan tags: setupuser-retain-pw)
2022-11-02
22:51
Omit "Show associated wikis" from the submenu of a [/wcontent] page if there are no associated wikis in a repository. This amends [29a24941ed9b]. ... (Closed-Leaf check-in: 6e28f28091 user: george tags: pre-2.21)
2022-10-30
12:53
Fix a bug when handling timeline data blocks not containing any check-ins. ... (check-in: d3f9b8ab78 user: florian tags: timeline-keyboard-navigation)
2022-10-28
19:48
Also documented the new "clone -u -v" feature. ... (check-in: 0d61fd2310 user: wyoung tags: trunk)
19:45
Since it seems my clone -u fixes are going to stick, documented them in the changelog. ... (check-in: 02631e3500 user: wyoung tags: trunk)
17:08
Improve correctness, usability and efficiency for the case when values in a TICKET's column tend to be long and volatile. Owner of a repository may specify one or several TICKET's columns so that delta-compression is tried for the corresponding ticket change artifacts and the corresponding changes on the <tt>/tkthistory</tt> page are rendered via unified diffs. See details in the [/wiki?name=branch/deltify-tkt-blobs&p|associated wiki]. ... (check-in: 872a3b2327 user: george tags: trunk)
16:28
Add comments for auxiliary local variables inside <code>ticket_output_change_artifact()</code>. ... (Closed-Leaf check-in: 53b66cf63f user: george tags: deltify-tkt-blobs)
06:51
Typo fix in changes.wiki. ... (check-in: 141793c4ab user: stephan tags: deltify-tkt-blobs)
06:37
Merge trunk into deltify-tkt-blobs branch. ... (check-in: 86916df534 user: stephan tags: deltify-tkt-blobs)
00:18
Fix a typo in a comment. ... (check-in: a2ed111979 user: george tags: deltify-tkt-blobs)
00:11
Add more comments and a changelog item. No code changes. ... (check-in: e690df08f4 user: george tags: deltify-tkt-blobs)
2022-10-27
17:56
The check for whether to continue during sync due to outstanding "uvgimme" requests was being skipped in clone -u mode due to misordered tests at the end of the client side of the sync protocol. ... (check-in: 52648d0384 user: wyoung tags: trunk)
17:15
Since "fossil uv sync -v" turns on UV trace mode, made "fossil clone -u -v" enable that mode as well, since otherwise there's no way to get into UV trace mode during clone. (e.g. There is no global "--uvtrace" option.) ... (check-in: cdd58b1fbf user: wyoung tags: trunk)
16:01
Consolidated two related tests in the sync protocol to avoid re-testing a flag twice and to bring related code closer together. ... (check-in: 6293b28209 user: wyoung tags: trunk)
15:13
Corrected a difference in the case of a SQLite table name. The DBMS doesn't care, but it risks missing relevant references to this table when searching with a case-sensitive text editor. ... (check-in: 1b1887cb69 user: wyoung tags: trunk)
14:20
Mention the new `fossil branch lsh' subcommand in the change log. ... (check-in: 67c9d929db user: florian tags: trunk)
2022-10-26
18:28
Typo fix in the 2.20 changelog ... (check-in: c301250872 user: wyoung tags: trunk)
12:46
Update the built-in Pikchr source code and WASM/JS builds. ... (check-in: 8f4a32ccae user: drh tags: trunk)
11:14
Update the built-in SQLite to the latest 3.40.0 alpha version that includes all performance enhancements and bug fixes. ... (check-in: 4aa7837505 user: drh tags: trunk)
11:13
Update to a still newer version of SQLite 3.40.0 alpha that compiles without warnings on Mac ARM64. ... (Closed-Leaf check-in: 6ff6d49521 user: drh tags: busted-build)
10:59
Remove the -D_HAVE_SQLITE_CONFIG_H option from the build of SQLite. We haven't had the config.h file for SQLite, so this should be a harmless change. ... (check-in: 2522366fc7 user: drh tags: busted-build)
10:47
Update the built-in SQLite to the latest 3.40.0 alpha version that includes all bug fixes and performance enhancements. ... (check-in: c7dc188478 user: drh tags: busted-build)
2022-10-24
14:40
Fix a comment typo. ... (check-in: db8b14c57a user: drh tags: trunk)
2022-10-23
06:48
Code maintenance for the `copybtn.js' script: Remove global data, reference DOM elements by function-binding instead of by id (that is possibly reused for the short-lived tooltip), and normalize variable names and string quoting style. ... (check-in: d5f6621527 user: florian tags: trunk)
2022-10-19
17:22
Fix the handling of manifest files for the "tag" and "amend" commands. ... (Leaf check-in: a233560424 user: drh tags: branch-1.37)
2022-10-18
17:01
Minor comment reformatting. ... (check-in: 0df4abc74b user: stephan tags: trunk)
16:55
Cache get_comment_format() result to avoid that the global config db is queried once per timeline row, which brings fossil to a standstill when ~/ is NFS-mounted. Discussion in [forum:9aaefe4e536e01bf]. ... (check-in: 6e62c8510f user: stephan tags: trunk)
16:17
Add a by-hour-of-day report to the /reports page, prompted by a /chat discussion. (Edit: initial user mis-attribution was caused by a config-pull which changed my local default user.) ... (check-in: bb6f23313e user: stephan tags: trunk)
13:35
For the BUILTIN virtual table, map one-based rowids to zero-based array indices, to fix access to the first entry. ... (check-in: cf563c7217 user: florian tags: trunk)
13:32
Document more consequences of the merge parent-merge child relationship not recorded for private branches. ... (check-in: 3b719a9614 user: florian tags: trunk)
13:31
Cherry-pick [767b175d90]: Avoid references to private check-ins in Q-cards of public check-in manifests. This ensures consistent behavior regarding leakage of private check-in hashes, possibly generating phantoms on peer repositories, for P- and Q-cards. ... (check-in: 52a66829d6 user: florian tags: trunk)
01:07
Experimental refinements to the fix on this branch to make it slightly more efficient. ... (Leaf check-in: 2172c51377 user: mistachkin tags: nonHashFix)
2022-10-17
01:03
Merge updates from trunk. ... (check-in: 7489c8b932 user: mistachkin tags: nonHashFix)
01:02
Merge updates from trunk. ... (check-in: 6f3640a71d user: mistachkin tags: th1Hash)
2022-10-16
00:09
Highlight a ticket's change that corresponds to the URL's fragment of the <tt>/tkthistory</tt> page. ... (check-in: 7afd4db3d3 user: george tags: deltify-tkt-blobs)
2022-10-14
07:33
Carry forward [368d97869b] to the zlib 1.2.13 update. ... (check-in: dc13e1e50e user: florian tags: zlib-update)
07:30
Carry forward [cc3765eb12] to the zlib 1.2.13 update. ... (check-in: 1a1295a538 user: florian tags: zlib-update)
07:27
Update the built-in zlib to version 1.2.13, released on October 13, 2022. In accordance with check-in [eea86cee3a], all files from the doc/ subdirectory are excluded. ... (check-in: e9e679c56f user: florian tags: zlib-update)
2022-10-09
22:56
Rework the previous check-in to fix incorrect backlinks' sources for the case when values are appended to a field (i.e. a value of J-card starts with '+'). Consider a reference to 77ab05a0e9 from [caeb7d672df20] for an example which was handled incorrectly by [668e45baff99]. ... (check-in: 4d5ded5eea user: george tags: deltify-tkt-blobs)
01:11
Grammar fix ... (check-in: 658547aa7c user: wyoung tags: trunk)
2022-10-07
23:28
Assorted fixes and improvements to the ssl.wiki doc ... (check-in: 27458ef7ba user: wyoung tags: trunk)
23:06
Updated the debian/nginx.md doc for Ubuntu 22.04. The biggie is simplifying the TLS configuration, since the manual method we used to have no longer seems to be required with current versions of Certbot. ... (check-in: 716ae7c069 user: wyoung tags: trunk)
22:21
Fixed a few references to the obsolete tls-nginx.md doc. (It became part of the overall nginx.md server doc long ago.) ... (check-in: 780b58bccf user: wyoung tags: trunk)
22:15
Assorted updates surrounding my fslsrv wrapper: * Reflected improvements from the tangentsoft.com version into this simpler alternative. Although we don't generally recommend use of this script any more, preferring systemd to get autostart on boot and autorestart on crash, www/server/any/none.md still refers to this script, and it feels like a regression to remove it. If someone is interested in simple-as-possible SCGI service, fslsrv is a fit companion. * Removed direct reference to fslsrv from www/server/debian/service.md since the indirect reference via the SCGI doc suffices. * The full-strength nginx doc now refers to both of these fslsrv variants in a handwavy way, since it's outside the scope of that doc to care how you get your background SCGI servers running. ... (check-in: 1cbcb38cc9 user: wyoung tags: trunk)
2022-10-06
15:42
Added hyperlinks to the new changelog entries referencing the files in question. ... (check-in: 2c127ba7aa user: wyoung tags: trunk)
14:34
Fix the htmlizer so that it converts 0x0d (carriage return) into 0x20 (ordinary space). Fix for the diff problem reported by [forum:/info/2a63b483f5f048c2|forum post 2a63b483f5f048c2] ... (check-in: 050ba62973 user: drh tags: trunk)
02:44
Closing off the containers project: added the doc to the permuted index, noted the changes in the changelog, and removed all the hedging about WAL mode in the doc, having failed to make WAL fail in this scenario. ... (check-in: 92982dc4e2 user: wyoung tags: trunk)
2022-10-04
12:54
Fix some broken hyperlinks in documentation files. ... (check-in: a59af25f60 user: danield tags: trunk)
2022-10-03
11:18
Check the meta key modifier (⊞|⌘|◆) when processing keyboard events. ... (check-in: 11bb41e09e user: florian tags: timeline-keyboard-navigation)
11:15
Check the meta key modifier (⊞|⌘|◆) when processing keyboard events. ... (check-in: 4811d5b237 user: florian tags: diff-keyboard-navigation)
11:06
Cross reference the new CSS classes, as they appear fragmented in the JS part, and therefore can't be found by code search. ... (check-in: ec955233b8 user: florian tags: diff-keyboard-navigation)
01:41
Fix redundant back-references originating from outdated/superseded values within TICKET table. See forum thread [forum:/forumthread/a6ba08e926a8cfdf|a6ba08e926]. ... (check-in: 668e45baff user: george tags: deltify-tkt-blobs)
01:31
Fix naming of columns on the [/test-backlinks] page. ... (check-in: 6a5604f481 user: george tags: deltify-tkt-blobs)
2022-10-02
09:15
Shortcuts G and SHIFT+G to load the default timeline, or the timeline around the current check-out. ... (check-in: 2ed74216fb user: florian tags: timeline-keyboard-navigation)
08:11
Shortcuts U and SHIFT+U to reload the current page in Unified Diff or Side-By-Side Diff mode. ... (check-in: 35cf6f3022 user: florian tags: diff-keyboard-navigation)
03:58
Typo fixes in the /dir browser header: All File ==> All Files. ... (check-in: 7727f9a6fb user: stephan tags: trunk)
2022-10-01
08:39
Fix a bug for empty change views (for example check-ins created by `fossil branch new', or no-op /vdiff and /fdiff views). ... (check-in: 4c336f372e user: florian tags: diff-keyboard-navigation)
06:50
Sync with trunk. ... (check-in: 901ae7258b user: florian tags: diff-keyboard-navigation)
06:48
Sync with trunk. ... (check-in: e5c5e6f0e9 user: florian tags: timeline-keyboard-navigation)
2022-09-30
12:38
Simplification to the JS used as part of anti-robot defenses. ... (check-in: 08535b229e user: drh tags: trunk)
11:22
Minor code cleanups and comment updates. ... (check-in: d17b59763e user: florian tags: diff-keyboard-navigation)
11:17
Add documentation, thanks @ams for help with wording. An alternative (but not less redundant) approach may be to create a new documentation-only web page to list available keyboard shortcuts for all pages (there's also the global ESC shortcut to close the Hamburger Menu) linked to from the individual command help screens. ... (check-in: 8773bb88a4 user: florian tags: diff-keyboard-navigation)
2022-09-29
15:19
Correct skintxt2config.c to be able to handle 0-byte input files. ... (check-in: c7c1c4e8b9 user: stephan tags: trunk)
11:56
Comment updates. ... (check-in: d1d5e99cdc user: florian tags: diff-keyboard-navigation)
11:30
Since dynamically added CSS classes to hide elements are discarded on back/forward navigation, reset all diff toggle checkboxes to checked to match what is actually visible. An alternative approach is to find the unchecked diff toggles and reapply the CSS classes to hide the corresponding diff blocks. ... (check-in: 4368a1c992 user: florian tags: diff-keyboard-navigation)
09:25
'skin:' CGI config directive now accepts an empty value for consistency with the --skin CLI flag. ... (check-in: 6362a98fa6 user: stephan tags: trunk)
09:13
--skin "" now forces use of the current edited skin and the warning on the /skins page about a forced skin now distinguishes between /draft and --skin ... usage. ... (check-in: 816f6c040d user: stephan tags: trunk)
08:22
Import the latest 3.40.0 alpha version of SQLite into the tree. ... (check-in: fbad277226 user: drh tags: trunk)
2022-09-28
15:35
add new "Related Work" page linked from the User Links page Suggested by drh@ with lots of tweaks from wyoung@ ... (check-in: 8ab498bd06 user: mark tags: trunk)
14:48
Fix scrolling if there's only one diff block. ... (check-in: e41214d25b user: florian tags: diff-keyboard-navigation)
14:24
Implement Javascript-based keyboard navigation for web UI diffs. Shortcuts SHIFT+I or I show or hide all diffs, and P or O show the next or previous diff. See [forum:a78f44576c| Forum Post a78f44576c] for more information. ... (check-in: b7e089e0f3 user: florian tags: diff-keyboard-navigation)
12:28
improve login-group command documentation and output Prompted by [forum:58f01f6d92], [forum:a7d15cc071], and [forum:1c639bcdea]. Clarify semantics of -R|--repository in 'fossil login-group join' and make user output more helpful. While here, trim some trailing whitespace. ... (check-in: 83bc81e882 user: mark tags: trunk)
2022-09-27
14:39
make chatbot message box transparent to avoid collisions Suggested by mgagnon in /chat. Hint from stephan. ... (check-in: c8b3ec1e6d user: mark tags: trunk)
13:47
Fix a bug in the chat-robot. ... (check-in: b3f87ef7c2 user: drh tags: trunk)
11:11
print stash metadata when popping or applying stash Feature request from Alfred M. Szmidt in [forum:ae3ad9c69f]. Minor tweak of original patch by stephan@ ... (check-in: 1392710fb4 user: mark tags: trunk)
2022-09-26
22:29
Replaced most of the speculation in the walmode section of the containers doc with a link to the walbanger project, where we'll be answering this question. ... (check-in: 96633067d5 user: wyoung tags: trunk)
12:08
The g.fJail global variable should always be set whenever a chroot jail has been entered. ... (check-in: 558cef7c6d user: drh tags: trunk)
08:11
Merge trunk into markdown-tagrefs branch. ... (check-in: 7321b44acf user: stephan tags: markdown-tagrefs)
07:08
Cherrypick [5ade6fb863e4], inadvertently checked in on a different branch. ... (check-in: 44c5d02932 user: stephan tags: trunk)
06:47
Correct an outdated path and fix a typo reported in the forum. Doc changes only, no code. ... (check-in: 5ade6fb863 user: stephan tags: markdown-tagrefs)
06:43
Update the hyperlink for purchasing a SEE license. ... (check-in: c3ce8a424a user: danield tags: trunk)
2022-09-25
14:18
fix specified file path case in locate_unmanaged_files() Only insert unmanaged files into the temp sfile table. This now makes the routine behave consistently whether file, directory, or no paths are passed on the command line, and fixes the `fossil changes --extra` bug report in [forum:452ec8fac167]. ... (check-in: 39eb451ad3 user: mark tags: trunk)
13:44
tweak `fossil remote` cmd to update the "default" name Don't delete the current default remote-url when the user invokes the invalid `fossil remote add default` command; instead, output correct usage to update the special "default" symbolic name. Tweak help text to make this more obvious. Prompted by [forum:5748fcb117a99b43]. ... (check-in: 2a3e851e7b user: mark tags: trunk)
07:35
Link keyboard and mouse navigation and enable changing keyboard focus with Ctrl+Click. ... (check-in: 29824137be user: florian tags: timeline-keyboard-navigation)
07:23
Sync with trunk. ... (check-in: 3c92971996 user: florian tags: timeline-keyboard-navigation)
07:18
Minor changes to option handling for the `ui' command: (A) Abort early with an error message if the specified port number is invalid (instead of later with an assertion failure); (B) Add short form -p for --page; (C) Add short form -B for --nobrowser. ... (check-in: 1431ebae3d user: florian tags: trunk)
06:50
Prevent the web UI side-by-side diffs and their scrollbars from getting truncated on the right. [forum:f9becc251c| Forum Post f9becc251c]. ... (check-in: 1a668d359a user: florian tags: trunk)
2022-09-23
17:13
Enhancements to the "fossil finfo -i" command such that it only shows the first check-in for the file (unless -v is also used) and so that it shows the modification time as a separate line for easy parsing by scripts. ... (check-in: ac6edb35df user: drh tags: trunk)
16:44
Fix the help text for the previous check-in. ... (check-in: c0162a4f09 user: drh tags: trunk)
16:44
Fix the "finfo" command so that -r is not required with -i. If the -r is omitted, then "current" is used in its place. ... (check-in: 35c6d15a08 user: drh tags: trunk)
13:17
Remove an extra newline character from the output of the new "fossil remote hyperlink" command. ... (check-in: 76bc66a950 user: drh tags: trunk)
13:04
Add the "fossil remote hyperlink" and "fossil remote ui" subcommands. ... (check-in: b2e2fc0372 user: drh tags: trunk)
2022-09-21
17:14
Backup any unmamaged files that are about to be overwritten by an update or merge. Potentially avoid the loss of a local file if the overwrite warning goes unnoticed, in which case undo is useless. ... (check-in: e99e58c568 user: mgagnon tags: trunk)
16:52
Fix a typo in comment (no code change) ... (check-in: 1356151980 user: mgagnon tags: trunk)
2022-09-20
14:13
On the [/help?cmd=/tkthistory|/tkthistory page] supply each ticket change item with a corresponding id attribute and make the 'History' button within a submenu of a [/help?cmd=/tinfo|/tinfo page] to link back to that particular element on the <code>/tkthistory</code> page. ... (check-in: 4bb91f38a8 user: george tags: deltify-tkt-blobs)
13:56
Minor optimization and refactoring. ... (check-in: b2049d643b user: george tags: deltify-tkt-blobs)
2022-09-17
12:45
Add a comment to the tree-view to explain that file ages are relative to the check-in time. ... (check-in: 0fb353c10d user: drh tags: trunk)
2022-09-15
17:48
Merge trunk into markdown-tagrefs branch. ... (check-in: 8ef0347fd3 user: stephan tags: markdown-tagrefs)
17:11
Add documentation for chat-timeline-user. ... (check-in: 24c71dfb1e user: drh tags: trunk)
17:08
Add the chat-timeline-user setting to the 2.20 change log. ... (check-in: 0efd583a54 user: stephan tags: trunk)
16:58
Added lmtime value to chat-timeline-user's chat messages, using the server's local time, to fix time display in the /chat message popup. ... (check-in: e1ad499265 user: stephan tags: trunk)
15:51
Improved comments on the new chat-timeline-user feature. ... (check-in: c3ed2430cc user: drh tags: trunk)
15:35
Improved chat messages for the chat-timeline-robot. ... (check-in: 974cf3667c user: drh tags: trunk)
13:40
Improve <code>/tkthistory</code> page: render selected ticket fields as unified diffs. ... (check-in: b75a9d0fa3 user: george tags: deltify-tkt-blobs)
2022-09-14
19:24
Do not require that the chat-timeline robot username be an actual user in the USER table. If the chat-timeline-user config variable exists, then timeline events are announced in chat, regardless. ... (check-in: 1f5474ec31 user: drh tags: trunk)
13:12
Remove redundant PRE tags on the <code>/wdiff</code> pages. ... (check-in: 0dd5451d7f user: george tags: deltify-tkt-blobs)
2022-09-13
20:11
Add the ability to designate a timeline robot user. If such a user exists, and if chat is enabled, then notifications of all timeline events appear in chat, from the robot user. ... (check-in: e9d7cf3e92 user: drh tags: trunk)
2022-09-09
18:26
Minor improvement to SEE integration. ... (check-in: 660c2b1512 user: mistachkin tags: trunk)
17:22
Sync up custom makefile for MinGW. ... (check-in: a3ed29ea34 user: mistachkin tags: trunk)
2022-09-07
09:11
Mentioned containerd+nerdctl in place of runc in the containers doc. A tightened-up version of the prior runc and crun sections are now collected below the Podman section. This gives a better flow: each successive option is smaller than the last, excepting only nspawn, which is a bit bigger than crun. (We leave nspawn last because we can't get it to work!) ... (check-in: 457c14a490 user: wyoung tags: trunk)
07:35
Updated the "nojail" patch for our Dockerfile to track the recent changes: rename back from Dockerfile.in and the layer refactoring. It does essentially the same thing as before. ... (check-in: 19abf0ac13 user: wyoung tags: trunk)
2022-09-06
22:25
Merge trunk into remote-add-fix branch. ... (Leaf check-in: baf635cb7e user: stephan tags: remote-add-fix)
2022-09-05
14:03
Update the built-in SQLite to the latest 3.40.0 alpha. ... (check-in: 9d12e96440 user: drh tags: trunk)
08:15
Broke the Dockerfile up into more layers to allow better local caching at build time. Further optimized build time by producing the Fossil source tarball from the local repo instead of hitting the home site if you use the container-image target, since we can be reasonably certain you're working from a repo checkout and thus have all the info available here locally already. ... (check-in: 1da464eeb9 user: wyoung tags: trunk)
01:42
Expanded the paragraph on WAL mode interactions in the container doc into a full section, placed higher up, immediately after the first use of Docker's "--volume" flag, to explain why we don't map just the repo DB file, but the whole directory it sits in. Even if we later convince ourselves WAL is safe under this scenario, it'll be conditional at best, so some remnant of this section must remain, no matter which way the experiments go. ... (check-in: 698587d41d user: wyoung tags: trunk)
2022-09-04
23:46
Renamed Dockerfile.in back to Dockerfile so it can be used as-is on non-autosetup systems. Realized that we can pass the Fossil checkin hash prefix in as a build arg instead of regenerating the file on disk from auto.def. If you use the Dockerfile as-shipped, you get a "trunk" build, which risks a stale cache — it thinks it already has a tarball by that name and helpfully refuses to pull it again — but at least Windows users get *something* without hand-hacking the file. ... (check-in: b0c9c26a9c user: wyoung tags: trunk)
22:20
Added a /jail/log directory to the container so someone can pass --errorlog and such to the Fossil instance and have a place to put it. It also acts as a mountpoint for appending to a log out on the host. ... (check-in: ed50ceee0d user: wyoung tags: trunk)
21:58
/dev permissions were too tight in the container. They're still tighter than on a stock Ubuntu box, but they should suffice for Fossil's needs. ... (check-in: 8eeb95e127 user: wyoung tags: trunk)
12:55
Restricted the container listeners to localhost in section 6 of the containers doc, and mentioned a few other items related to reverse proxying with nginx. ... (check-in: c9ab736f78 user: wyoung tags: trunk)
12:14
Folded info from an exchange with the Podman devs into the container doc. ... (check-in: 80f4a1dd49 user: wyoung tags: trunk)
11:36
Added section numbers to the containers doc (it was getting confusing) and added a few internal fragment IDs. ... (check-in: 4d51d52417 user: wyoung tags: trunk)
11:26
Finished all the new topics planned for the new containers doc, adding sections on rootful Podman containers and on building via Docker but running via Podman, using Docker Hub as an intermediary to avoid building on the remote host. ... (check-in: 9c96e49995 user: wyoung tags: trunk)
09:27
Sanitized a local port number out of previous ... (check-in: 3dfa458167 user: wyoung tags: trunk)
09:25
Added my sad tale of failure and woe with systemd-nspawn to the container docs, both as a warning to those who follow, and as a cry for help to someone who can make this work. I can't be bothered to spend more time on it, but there's no point throwing the work away. ... (check-in: 1e8c665528 user: wyoung tags: trunk)
09:15
Documented another cause to modify the "m" variable in the runc examples in the container docs. ... (check-in: bf5030883a user: wyoung tags: trunk)
08:09
Added more jq filters to the runc examples to remove further problematic things left in the automatic conversion from the Docker container configuration file to the one we provide to runc. ... (check-in: 4e8c74797f user: wyoung tags: trunk)
07:15
Worked through some difficulties here in applying the runc method on remote systems, then documented what I learned in the containers doc. ... (check-in: 56f4e2ce2f user: wyoung tags: trunk)
06:28
Small fix to previous ... (check-in: d5695c8ef1 user: wyoung tags: trunk)
06:02
Expanded the runc section of the container doc to cover "bundle" terminology and to show a method for rsyncing the bundle across to a remote host. Also explained why this is a bad idea unless you've got a rather constrained use case, lest people avoid using podman/docker in places where they could provide real value. ... (check-in: f9f13ce7a9 user: wyoung tags: trunk)
04:32
Documented the runc and crun options for running a container, including the cryptic method for exporting an OCI bundle from Docker, allowing you to use both together: Docker Desktop on your big dev box in the office, then one of the two lightweight runtimes out in the cloud. ... (check-in: c9431ef4a3 user: wyoung tags: trunk)
02:35
Added explicit instructions for patching the Dockerfile for the nojail/podman method and for mapping a single Fossil repo into the container rather than a directory. Also included my best current advice on using WAL mode in these contexts. ... (check-in: 87a23d2a7c user: wyoung tags: trunk)
02:15
Removed a TODO-based section of the new containers doc that wasn't meant to be checked in yet. Made a few improvements to the new Podman material as well. ... (check-in: 5adf6c40d9 user: wyoung tags: trunk)
02:01
Added the "Lightweight Alternatives to Docker" section to the new containers doc, currently limited to a tutorial on converting the stock Dockerfile to work under Podman in its default mode, creating a rootless container. This brings in the second container-related file at the root of the repo, the patch file for this, so we don't have to maintain two nearly-parallel Dockerfiles. As a bonus, it allows us to point to the patch from the prose, making explicit what we had to change. ... (check-in: f0399ea9ca user: wyoung tags: trunk)
01:53
Moved the busybox-config file from tools/ into a new containers/ subdirectory. We were using that as a junk-drawer directory, for lack of a better place to put it. Now that we're about to have a second container-related file in the repo, that weak excuse is wearing thin. ... (check-in: b08e2bb747 user: wyoung tags: trunk)
01:39
Referencing the new containers.md file from Dockerfile.in so we can remove a big redundant block comment from it. While in there, made a few style tweaks that will help the ongoing container document expansion. ... (check-in: be8f721d61 user: wyoung tags: trunk)
2022-09-03
23:34
Extracted the Docker containers material from www/build.wiki and moved it into a new document dedicated to the topic, containers.md. It was already pushing the bounds of how much info we want to provide in a single section of that doc, and it's about to get bigger. As part of the conversion from wiki format to Markdown, did another edit pass on the doc, improving a few things along the way. Dropped the "docker-" prefix from all internal IDs, as we no longer need them to disambiguate references to other parts of the build doc. ... (check-in: 7129dc9868 user: wyoung tags: trunk)
2022-09-01
16:05
Address builtin_deliver_multiple_js_files() endless loop reported in [forum:a9a60fab07|forum post a9a60fab07]. ... (check-in: 76c9bbb3bd user: stephan tags: trunk)
10:52
Add aliases as a new command type and display these next to the corresponding main command in /help. Make sure that for the 'test-all-help' command and webpage each help string is output at most once. ... (check-in: db70849495 user: danield tags: trunk)
01:29
Merge in trunk. Resolve a shadowed var in dispatch.c which led to an assigned-but-not-used warning. ... (Closed-Leaf check-in: a257fbd92e user: stephan tags: help-aliases-unique)
2022-08-30
01:49
Embroidered the "make container-run" target to make it more convenient. ... (check-in: bc09e28a26 user: wyoung tags: trunk)
2022-08-29
18:21
The container doc bit on raw sockets now covers the other three Busybox utilities we left out previously. Today's removal of ping and traceroute merely completes the set; it wasn't complete in itself. ... (check-in: b429bd71db user: wyoung tags: trunk)
18:07
Clarified the points in §5.2.1 of the Docker container build doc regarding the reason why the server parent process runs as root. ... (check-in: c2eaa60da9 user: wyoung tags: trunk)
17:54
Researched, tested, and documented the set of "docker create --cap-drop" options we can add to strip away unnecessary root privileges inside the container without harming normal operation. Belt-and-suspenders: if any bad actor ever got into the container with root privileges, this would help prevent them from affecting anything outside the container. Added that set to the "make container-run" target so they get applied by default in the easy case. ... (check-in: f715add938 user: wyoung tags: trunk)
17:32
Removed ping and traceroute commands from the Docker container. They require raw sockets support, which means if anyone broke into the container and managed a root privilege escalation, they could do a wide array of bad things on any network the container is bound to. ... (check-in: f00a88f896 user: wyoung tags: trunk)
16:01
Polishing pass on §5.2 of the container build doc, "Why Chroot?" ... (check-in: e98603144b user: wyoung tags: trunk)
14:27
Add a missing closing LI tag for the /tkthistory page. ... (check-in: 2d0b2bda87 user: george tags: deltify-tkt-blobs)
14:03
Minor optimization within <code>getAllTicketFields()</code> function. ... (check-in: c3e7ed3089 user: george tags: deltify-tkt-blobs)
2022-08-28
17:58
Clarified the parent process user ID vs the child process in the explanation of how the chroot feature interacts with the custom user feature of the Docker container. ... (check-in: f9ddd38ecc user: wyoung tags: trunk)
17:52
Made a better distinction between bind mounts and Docker volumes in the new Docker section of the build doc. ... (check-in: 958a6af94b user: wyoung tags: trunk)
2022-08-24
06:52
Add a slight drop shadow to the /chat message widgets. Edit: we already had a drop shadow, just placed on a different sub-element. ... (Closed-Leaf check-in: b04740bd75 user: stephan tags: mistake)
2022-08-23
11:14
Correct a NULL being passed to strcmp() which caused any submit of JS script code in the skin editor to segfault. Reported in [forum:9d9f0580fd | forum post 9d9f0580fd]. ... (check-in: a88478391e user: stephan tags: trunk)
2022-08-22
18:27
Make it possible to store similar ticket change artifacts as deltas. This might be useful when a certain column of the <var>TICKET</var> table holds a lengthy text that may undergo frequent modifications. This is an opt-in feature. It is activated only when <var>TICKET</var> table contains a phony <code>INTEGER</code> column <code>"baseline for $name"</code> where <code>$name</code> stands for the name of the actual column provisioned for the aforementioned frequently changing text. ... (check-in: 0f4a0fe82a user: george tags: deltify-tkt-blobs)
2022-08-19
04:42
Fix the logic to cancel default actions and further event bubbling to take effect for all handled keys. ... (check-in: 9cfd4e2b23 user: florian tags: timeline-keyboard-navigation)
2022-08-18
13:21
Add the "Timeline" submenu link on the setup_edit page, for ordinary users. Change the "Access Log" link on that same page so that it is only present for ordinary users - not special users like "reader" or "developer". ... (check-in: 6f70a236ce user: drh tags: trunk)
2022-08-17
05:30
Removed a digression in the gitusers doc about Fossil's new clone-and-open mechanisms. That got moved to the ckout-workflows doc quite some time back, and we already point to it from that same section. There's no reason for the redundancy. Also cleaned up some grammar and typos while in there. ... (check-in: f43eaf01e3 user: wyoung tags: trunk)
2022-08-16
11:05
Changed the "fossil server --user" flag's argument back to "admin" from "fossil" for the container: I was confusing the Unix user name with the default Fossil repo user name. The new "adduser fossil" stuff doesn't help here; we still want it to be called "admin". ... (check-in: 72d820f320 user: wyoung tags: trunk)
11:04
ARM build fixes for the container: * QEMU couldn't cope with "make -j" on the BusyBox step (too many processes) so I changed it to -j11 * Made the new executable compression step conditional, since there is no upx package in Alpine for either ARM flavor. There's [https://github.com/upx/upx/issues/441 | a long bug thread] for it on GitHub, which doesn't look to be getting resolved any time soon. ... (check-in: 8849abb733 user: wyoung tags: trunk)
09:39
Minor fixes to the Docker container build process ... (check-in: 454397b0cd user: wyoung tags: trunk)
07:14
URL fix necessitated from the Dockerfile.in rename ... (check-in: 2f67bf941a user: wyoung tags: trunk)
07:03
Carved the Docker container image size down still further by stripping out all but two of the stock skins (d* so we get default and darkmode) and packing Fossil and BusyBox with UPX. ... (check-in: e20d044cc0 user: wyoung tags: trunk)
06:49
Fixed an Obi Wan error in the new Fossil version prefix stuff in auto.def: it was extracting the first 13 characters of the hash, not the first 12. ... (check-in: 7ecd23e0ef user: wyoung tags: trunk)
2022-08-15
23:21
Added the container-image and container-run top-level build targets to manage dependencies better and to auto-version the build products. ... (check-in: 67386c75f5 user: wyoung tags: trunk)
23:07
Put the "--user fossil" bit back into the fossil server command for the container. Just ran into a situations where it's still needed. ... (check-in: 4c8cc80450 user: wyoung tags: trunk)
22:13
Polishing pass on the container repo storage section of the build docs. ... (check-in: 3e332637f1 user: wyoung tags: trunk)
22:02
Changed several of the Docker environment variables to build arguments so the user an override them at build time rather than container creation time, and documented them in build.wiki. Using this new mechanism to pull the Fossil source tarball in such a way that we can use the Docker artifact cache without getting stale builds. You can now pass one of the new build args to force the old behavior if you want it. This required generating Dockerfile from Dockerfile.in at configure time, to inject the current Fossil checkin ID. (This busts the Docker cache when the source tree changes.) ... (check-in: f938438380 user: wyoung tags: trunk)
15:32
Adding the BusyBox tarball to the container image with an ADD command rather than wget to avoid triggering GitHub throttling. Unlike the Fossil repo URL, it has a version number baked into it, so it's safe to give it over to Docker's caching behavior. ... (check-in: d06d7c464e user: wyoung tags: trunk)
14:48
Noted the container size shrinkage in the fossil-v-git doc ... (check-in: f21de33e97 user: wyoung tags: trunk)
14:42
The container now builds Busybox from source so we can remove utilities that are unhelpful inside the container. We leave a lot behind for expansion (e.g. the runit init system, crond, inetd…) but we remove things that have no possible justification, such as modprobe. We remove everything from /bin that's a shell builtin (echo, printf, test…) and we replace a few BusyBox commands (sha[13]sum) with wrapper shell scripts that call Fossil builtins. We cap that off by adding a "sqlite3" wrapper that calls "fossil sqlite3 --no-repository", just for fun. All together, this trims about a meg of fat. ... (check-in: 953f367e94 user: wyoung tags: trunk)
10:28
Add #ifdef's to fix the Windows build. ... (check-in: f572f7524d user: florian tags: trunk)
10:25
Simplification and harmonisation of the help text. ... (check-in: 6d10841735 user: florian tags: timeline-keyboard-navigation)
10:21
Also disable shortcut handling if the View Style drop-down list has keyboard focus. ... (check-in: f419c7ebe7 user: florian tags: timeline-keyboard-navigation)
2022-08-14
19:53
The chown -R bit added to the Dockerfile touches /jail/bin/fossil, which causes "docker build" to promote it back into a new layer, nearly doubling the container size. Doing a chown now only on two directories, restoring it to its sub-9M size. ... (check-in: 00cc9c3eb1 user: wyoung tags: trunk)
19:42
Fossil's chroot feature drops root permissions based on file ownership, but since the container was built with everything-root, its HTTP hit handling children would run as whatever host-side UID/GID pair you used for file ownership. What happened next was complex. If you let the container create the repo internally, it would be owned as root, so it would drop root permissions for…root! This isn't super-bad, since Fossil is presumed secure and is double-jailed besides. The risk is, if anyone works out an RCE for Fossil, they might be able to get it to create raw sockets or do various other types of escapes despite the double-jail dance. Attaching a Docker volume brings external permisssions into the container. We were recommending a "chown 0" command on the shared volume to make it similar to the in-container case, but that opens you to the same risks above. If you ignored this and used host-side UID/GID pairs, Fossil would then be left running under IDs that didn't exist internally, which could cause assorted weirdness. We're now creating an explicit "fossil" user/group pair inside the container and recommending that Docker volumes use these IDs for copied-in files to batten down something that shouldn't've been left flapping. Updated build.wiki to cover all this. ... (check-in: ba21bc0b8f user: wyoung tags: trunk)
19:33
Resolved timeline segfault reported in [forum:0bbb66eee4ba35db|forum post 0bbb66eee4ba35db], triggered by entries with NULL checkin messages. ... (check-in: 20eab78592 user: stephan tags: trunk)
18:48
Moved the SIGTERM handler up before the "fossil server" HTTP hit handler. We had it clustered with the other signal() calls, but those are to handle signals intended to occur only during CGI processing. This one will normally occur while we're blocked, waiting for the HTTP hit to occur, so it had no useful effect where it was. ... (check-in: d3c55fe024 user: wyoung tags: trunk)
18:01
Changed previous to call fossil_exit() instead of exit(3) so we close our databases before dying. ... (check-in: 7c857d2233 user: wyoung tags: trunk)
17:59
The parent process now handles SIGTERM with an explicit exit(3) call when its PID is 1, as when it's running as "fossil server" in a Docker container. Without this, the container host's shutdown process takes a long time because it's waiting on PID 1 to die and eventually has to time out and kill it. ... (check-in: 1d09e60739 user: wyoung tags: trunk)
16:19
Markup fix ... (check-in: cf1497877a user: wyoung tags: trunk)
16:18
Clarified the fact that the "docker cp" command is changing the name of the repository DB file. ... (check-in: f0b15a37fc user: wyoung tags: trunk)
16:15
Slight emphasis fix in previous ... (check-in: 1441c2e6d3 user: wyoung tags: trunk)
16:13
Edit pass on §5.1 of build.wiki, fixing a number of unclear bits, particularly with regard to images vs containers. ... (check-in: e2b9114b18 user: wyoung tags: trunk)
08:54
Merge with trunk to get the latest web UI fixes. ... (check-in: e317872280 user: florian tags: timeline-keyboard-navigation)
08:16
Comment and TODO updates. ... (check-in: cfed59c9d1 user: florian tags: timeline-keyboard-navigation)
08:07
Cancel default actions and further bubbling of handled keys, in case of conflicts with browser (extension) defaults. ... (check-in: 5257960080 user: florian tags: timeline-keyboard-navigation)
08:03
Fix the shortcut handler to cycle between selected, check-out and ticked entries getting stuck, and give highest priority to ticked entries. ... (check-in: b6a656b520 user: florian tags: timeline-keyboard-navigation)
07:56
Remap keyboard shortcuts, and ensure only letter keys are combined with SHIFT, as non-letter keys may produce different key code pairs with and without SHIFT depending on the keyboard layout. ... (check-in: 33f9315d44 user: florian tags: timeline-keyboard-navigation)
2022-08-13
23:39
Using the preceding --chroot fixes to make the Docker container serve the repo from /jail/museum/repo.fossil rather than from the chroot dir, /jail. This then allows us to mount a Docker volume at /jail/museum, which has an independent persistence from the container proper, so we can now rebuild the container without destroying the presumably precious repo. Updated build.wiki to track this change and document the lessons gleaned from doing all of this. ... (check-in: f76e762fb7 user: wyoung tags: trunk)
22:15
Moved the chdir() call within enter_chroot_jail() down below the new repo name canonicalization code to allow use of relative path names. Before, you had to give an absolute path to the repo, since we'd cd'd away from that directory before we started to validate the path. ... (check-in: e94621186f user: wyoung tags: trunk)
22:14
Moved the setting of g.fJail flag into the repo = "/" case since it exists only to communicate the chroot status to --repolist mode. (This confirms the speculation in the prior commit's comment: the prior behavior existed to serve repolist mode only.) ... (check-in: 324d232c25 user: wyoung tags: trunk)
21:21
Fixed the --chroot flag to "fossil server" and "fossil http" to allow it to work in conjunction with the single-repository case. Before, it blindly assumed --repolist mode. ... (check-in: 6f92ad99d9 user: wyoung tags: trunk)
2022-08-12
17:01
Fixed pointless use of interwiki link in the new section 2.2 material of fossil-v-git. ... (check-in: 73c95307c9 user: wyoung tags: trunk)
2022-08-11
10:02
Potential, minimally-tested fix for (remote add default URL) not working, as reported in [forum:5748fcb117a99b43|forum post 5748fcb117a99b43]. ... (check-in: c06f58b565 user: stephan tags: remote-add-fix)
06:42
Another attempt to make the CSS for the focus indicator work with any skin foreground and background colors and branch colors: instead of changing just the background color, the foreground color is also adjusted, so the indicator can still be recognized even if similar to a branch color. Besides, no more editing of SVG code is necessary to make adjustments. ... (check-in: a8d306bec6 user: florian tags: timeline-keyboard-navigation)
06:17
Mention in the help text that ticking the second entry node opens the diff page. Again, thanks @rouilj! ... (check-in: 13e0f32e3b user: florian tags: timeline-keyboard-navigation)
06:12
Swap semantics of the "primary" and "secondary" highlighted entries to improve selection of the default focused entry. The "secondary" corresponds to the "To:" entry on /vdiff pages and hance is the last focused entry, so should also be the default when returning to /timeline both by keyboard shortcut or the browser "backwards" command. Thanks @rouilj for spotting this! ... (check-in: 63c1be8c31 user: florian tags: timeline-keyboard-navigation)
05:57
Shortcut "." (period) to set focus to the entry closest to the center of the viewport. (The keys need to be reassigned later, since non-letter keys don't produce the same characters with or without SHIFT pressed on all keyboard layouts.) Thanks @rouilj for the suggestion and the hint! ... (check-in: e1796f2df2 user: florian tags: timeline-keyboard-navigation)
05:48
Refactorings to cookie handling. ... (check-in: cf38f5abb8 user: florian tags: timeline-keyboard-navigation)
03:53
Fix a build error introduced by check-in [fc8e5750d7]. ... (check-in: 49a2d1361f user: florian tags: trunk)
2022-08-10
06:03
Merge fixes to the accordion panel JS script. ... (check-in: 44a7149dc7 user: florian tags: trunk)
06:02
Record a comment on the findings discovered during repair of the accordion panel JS script. ... (Closed-Leaf check-in: 2fc93df48f user: florian tags: accordion-fix)
06:00
Add the new subcommand `fossil branch lsh' to list the most recently modified branches. ... (check-in: fc8e5750d7 user: florian tags: trunk)
05:56
Fix a compiler warning. ... (Closed-Leaf check-in: 877b237ba2 user: florian tags: ls-hot-branches)
2022-08-09
12:35
Do not show information about the number of chat messages unless the user has read privilege on the chat. ... (check-in: ad0aac2fde user: drh tags: trunk)
2022-08-08
11:52
/setup_config typo fix reported in [forum:ec5bd222a2|forum post ec5bd222a2]. ... (check-in: 6d5d5f0239 user: stephan tags: trunk)
2022-08-07
08:12
Coding style fixes and comment updates. ... (check-in: ae932acdd2 user: florian tags: timeline-keyboard-navigation)
08:09
Shortcut SHIFT+H to scroll to the focused entry without moving focus. This may be handy in conjunction with scrolling by arrow keys or PgUp/Dn. ... (check-in: 8d1edb8206 user: florian tags: timeline-keyboard-navigation)
08:07
Remove a construct to escape the JS compressor obsoleted by [ffa1c7d0a0]. ... (check-in: 0e7357d2fc user: florian tags: accordion-fix)
2022-08-06
22:13
Fixed a few stray parens in the new material in the fossil-v-git doc, left behind from a prior edit. ... (check-in: ea13701cbf user: wyoung tags: trunk)
22:08
Typo fix ... (check-in: b628a883b1 user: wyoung tags: trunk)
20:30
Fixed a problem in image naming in the new Docker container doc in build.wiki [forum:/forumpost/2fd50423377d0f51 | reported on the forum]. ... (check-in: 509447a2d7 user: wyoung tags: trunk)
19:56
Did away with the temporary src.tar.gz file in the new Docker container by streaming the output of wget straight into tar's stdin. This cuts the build time by about five seconds, presumably due to the saving from unnecessary file I/O. Also replaced the explicit "cd src" afterward with an out-of-tree build configuration, since it doesn't matter if we clutter the first stage's /tmp dir. ... (check-in: 289c9b501c user: wyoung tags: trunk)
19:34
The build docs for "./configure --static" now reference the section further down on Docker, since you may need to use this indirection to get --static to produce something suitable. ... (check-in: 7bfd741355 user: wyoung tags: trunk)
04:24
Replaced Jan Nijtman's Dockerfile with a new one that does a 2-stage build. The first stage runs atop Alpine Linux instead of Fedora, reducing the initial build from ~635 MiB to about 16. Rather than stop there, I then made it multi-stage, copying two key static binaries — Fossil and Busybox — over from the first stage into a fresh-from-scratch container and set it up to run the former jailed away from the latter. The result is under 9 MiB, and it's as secure as one can hope, given that it starts up in "PUBLIC" mode. The new build doesn't have all the extra features turned on that the old one did, but it seems right to build the container with Fossil in its default configuration. If you want something else, copy the Dockerfile, hack it, and make it do what you want instead. Having done all this, I replaced the one-off Dockerfile inline in section 5.0 of the build doc with a reference to this new Dockerfile and rewrote the section in terms of the new capabilities. Finally, this lets us brag on how small the container can be, as compared to the Gitlab-CE container. Before, we were comparing a standalone binary to the container, which wan't entirely fair. (The desire to produce such a container was the spark that kicked this project off.) ... (check-in: 77d603c6a1 user: wyoung tags: trunk)
2022-08-05
12:05
Assorted improvements to the first few sections of the fossil-v-git doc, mainly in updating them to track changes to world facts and to clarify the presentation. ... (check-in: c7afd68b94 user: wyoung tags: trunk)
10:18
Remove some unnecessary `bind()' calls for variables already held in function closure. Apart from that, the approach seems to work well and also covers odd cases, such as the post-expansion timeout to clear maxHeight being shorter than the CSS animation duration (in which case the animation would just jerkily stop, but with the correct element height), or setting a short "decoy value" (say, "100px") instead of the real scrollHeight for maxHeight (in which case the animated area would just be smaller, but with the same end result). ... (check-in: 7b8dd9ca70 user: florian tags: accordion-fix)
06:39
Also fix URLs for non-filtered /timeline links opened from /finfo pages, plus some code and comment cleanups. ... (check-in: 3ae1390f17 user: florian tags: timeline-keyboard-navigation)
06:22
Shortcut SHIFT+J to view the timeline of the focused entry filtered by branch. Add the 'm' query parameter to /timeline links. ... (check-in: 7bbd1b9918 user: florian tags: timeline-keyboard-navigation)
05:23
Attempt to fix the accordion for "Changes" sections: (A) "Delay-init" the maxHeight property only right before the closing animation, so that the dynamic diffs have enough time to resize themselves without any constraints, and then set maxHeight to zero to trigger the animation in idle time, to prevent coalescing the maxHeight changes (or there won't be an animation when going from "undefined" to "0"). (B) On expansion, after awaiting the animation duration, clear the maxHeight property, so browsers are again free to resize without any constraints. This is the same trick that works well for the hamburger menu, and fixes another problem with FF to return too small values for scrollHeight with large diffs, so that they would again be truncated (but the error is small enough so it doesn't matter for the animation). ... (check-in: 6c591c3ffa user: florian tags: accordion-fix)
2022-08-04
12:19
Remove the accordion from the "Changes" division of the /vinfo page (at least temporarily) because it is cutting off the bottom of the diff. ... (check-in: 69a6f45387 user: drh tags: trunk)
12:02
The smart "scroll to" routine also needs to scroll upwards when used for their new purpose. ... (check-in: fff09df34f user: florian tags: timeline-keyboard-navigation)
11:46
Docs v0.1, with upper-/lower-case letter notation, instead of SHIFT+LETTER (which may be somewhat confusing for the "," and ";" case). ... (check-in: b02508d358 user: florian tags: timeline-keyboard-navigation)
11:42
Try to fix the focus indicator CSS to work for all skins: alpha-blending "10% black" with light-mode background colors, or "20% white" with dark-mode background colors, looks surprisingly well and conflicts less with branch colors (which can be orange-ish, but never black or white). Note that the dark-mode skins Ardoise, Dark Mode and Xekri (but not Eagle) require the previously removed !important directive. It\'s still possible for skins to overwrite the focus indicator CSS when duplicating the !important directive. ... (check-in: 7d02688690 user: florian tags: timeline-keyboard-navigation)
06:57
Experimental change to scroll the focused entry into view with a Fossil-style scrolling function to keep the entry centered vertically. This is much better than `Element.scrollIntoView()' for FF (but maybe a matter of tweaking the function arguments). Kudos to the wiz who programmed the `scrollToSelected()' function! ... (check-in: ad3a8e0b87 user: florian tags: timeline-keyboard-navigation)
06:14
Comment and TODO updates. ... (check-in: ec8b53a9bc user: florian tags: timeline-keyboard-navigation)
06:09
Enhance the H shortcut to consider the secondary selection on the /vdiff page as a waypoint. ... (check-in: 0c024627dc user: florian tags: timeline-keyboard-navigation)
04:25
Change the "untick" and "copy hash/branch" handlers to not activate keyboard navigation mode, i.e. "untick" is also available in combination with mouse scrolling, and "copy hash/branch" requires a focused entry, instead of focusing an entry without copying its data. ... (check-in: 1d5e6e3cae user: florian tags: timeline-keyboard-navigation)
04:11
Shortcut SHIFT+"," (comma) to untick all (better: one) node(s) without moving the focus indicator. ... (check-in: a4db0b2cfa user: florian tags: timeline-keyboard-navigation)
04:01
Remap the shortcut to disable keyboard navigation mode to ESC. This is also a test case for the high-priority ESC handlers of the timeline tooltip and the hamburger menu, and things seem to work fine. ... (check-in: 80085809ac user: florian tags: timeline-keyboard-navigation)
03:57
Shortcut H to hop between the selected, current (check-out) and ticked entries. ... (check-in: 7703a5f7a3 user: florian tags: timeline-keyboard-navigation)
03:51
Shortcuts B and SHIFT+B top copy the hash or branch name of the focused entry to clipboard. ... (check-in: f23a6d13a2 user: florian tags: timeline-keyboard-navigation)
03:45
Shortcut "," (comma) to tick/untick the node of the currently focused entry. This has the same effect as mouse clicks, i.e. as soon as two nodes are ticked, the corresponding diff page is opened. ... (check-in: 15f943f0c2 user: florian tags: timeline-keyboard-navigation)
03:41
Shortcuts SHIFT+N and SHIFT+M to put focus the first (topmost) or last (bottommost) entry. ... (check-in: 145df5a3e1 user: florian tags: timeline-keyboard-navigation)
03:35
Access the hidden input field used for back/forward caching via dedicated functions, and let browsers do the buffering of `document.getElementById()' results themselves. ... (check-in: 115b484992 user: florian tags: timeline-keyboard-navigation)
03:34
Merge with trunk to get the latest web UI updates. ... (check-in: 0f9981971e user: florian tags: timeline-keyboard-navigation)
2022-08-02
20:55
Put all sections of the /vinfo page (or the /info page for a check-in) inside an accordion widget. ... (check-in: ab553393a1 user: drh tags: trunk)
10:57
Take note of another possibly handy shortcut. ... (check-in: 2ffedc2bcb user: florian tags: timeline-keyboard-navigation)
10:27
Refactor the `-h' option to its own `lsh' subcommand sibling to `list|ls' to reuse their infrastructure and flags. To produce useful output with the `-r' option, the SQL query to generate the branch list is LIMIT'ed in an inner query, and then ORDER'ed again in an outer query. ... (check-in: dbd6efe2d8 user: florian tags: ls-hot-branches)
00:45
Corrected broken link introduced in the previous commit which works under (fossil ui) but not on the live server (due to the addition of another URI path element). ... (check-in: bf0efda706 user: stephan tags: trunk)
00:42
doc index: added a link to the Release Build How-To wiki page, per [forum:94d62e6758613057|forum request]. ... (check-in: 9f3945fc09 user: stephan tags: trunk)
2022-08-01
09:34
Take note of another possible TODO item. ... (check-in: b785da80e7 user: florian tags: timeline-keyboard-navigation)
09:30
Update the comments about back/forward caching. ... (check-in: e62b171dbc user: florian tags: timeline-keyboard-navigation)
09:21
Some code readability and function naming tweaks. ... (check-in: 89a0438f8f user: florian tags: timeline-keyboard-navigation)
2022-07-31
10:47
Add a new `-h' option to `fossil branch ls' to list the "hot" (first few recently modified) branches. ... (check-in: fe299ee400 user: florian tags: ls-hot-branches)
08:56
Take note of a possible TODO point. ... (check-in: 4bc9aa3ca8 user: florian tags: timeline-keyboard-navigation)
08:48
Remove an unnecessary !important CSS directive that prevents overriding by skins. (This is a leftover from my private patches, where the same technique is used to alpha-blend an additional SVG background color with the original background color.) ... (check-in: 72dc40da49 user: florian tags: timeline-keyboard-navigation)
08:39
Revamp key handling to work with modifiers. ... (check-in: af89065ec5 user: florian tags: timeline-keyboard-navigation)
08:20
Refactor a function for later reuse. ... (check-in: 2087ad109e user: florian tags: timeline-keyboard-navigation)
08:14
Sanitize URL composing. ... (check-in: 6c16d2ec71 user: florian tags: timeline-keyboard-navigation)
07:58
Replace the tooltip 'unload' handler with 'pageshow' and 'pagehide' handlers so that restoring the focused entry on back/forward navigation also works with FF. ... (check-in: 5e545a9f07 user: florian tags: timeline-keyboard-navigation)
2022-07-30
20:33
login-group command: corrected help text for 'join' option to include REPO and extended code to allow REPO to optionally be passed on as -R REPO. Resolves issue reported in [forum:240b6d856a3dd4b5|forum post 240b6d856a3dd4b5]. ... (check-in: 769a7651e4 user: stephan tags: trunk)
2022-07-29
19:03
Fix the /alerts page so that access is provided even for users that are not logged in as long as a complete subscription code is provided as the "name" query parameter. ... (check-in: a27c908f5d user: drh tags: trunk)
18:57
The /unsubscribe page now requests comformation. And so email notifications contain only an "Unsubscribe" link, and not a link to subscription management. ... (check-in: f045c5dd26 user: drh tags: trunk)
11:37
Don't use magic numbers, and also improve readability for adjacent lines. ... (check-in: 57baac30d6 user: florian tags: timeline-keyboard-navigation)
10:27
Drop a redundant check. ... (check-in: d145d92d14 user: florian tags: timeline-keyboard-navigation)
10:26
Fix dynamic style assignment. ... (check-in: bb59cc264e user: florian tags: timeline-keyboard-navigation)
10:24
Omit the expiration date when creating the session cookie. ... (check-in: 540955bd36 user: florian tags: timeline-keyboard-navigation)
06:36
Implement Javascript-based keyboard navigation for web UI timelines. Shortcuts N and M focus the next or previous entry, and J and K toggle between /timeline and /info views for the focused entry. See comments in the committed Javascript file for more information. ... (check-in: b18c425630 user: florian tags: timeline-keyboard-navigation)
2022-07-28
18:59
Consolidated some minor code drift between pikchr's fiddle and fossil's pikchrshow. ... (check-in: 44cd975392 user: stephan tags: trunk)
18:19
Patch the javascript compressor so that it does not elide text after // if the // immediately follows a :, as that text might be part of a URI string literal. ... (check-in: ffa1c7d0a0 user: drh tags: trunk)
17:38
Fix a build problem with zlib on Windows. ... (check-in: 8bd19cad63 user: drh tags: trunk)
17:06
Update the built-in copy of zLib to version 1.2.12. ... (check-in: adb9e8e0bc user: drh tags: trunk)
15:38
Corrected -DPIC to -fPIC in compaq/zlib/Makefile.in and filed upstream ticket for that change at [https://github.com/madler/zlib/issues/684]. ... (Closed-Leaf check-in: 368d97869b user: stephan tags: zlib-update)
15:23
Latest upstream pikchr.c and pikchr.wasm. ... (check-in: d5ec3629bb user: stephan tags: trunk)
2022-07-27
14:16
Add zlib1g-dev to the list of libraries needed for building. ... (check-in: 12ce928a9e user: danield tags: trunk)
2022-07-26
16:05
auto.def: --with-zlib=tree now fails if compat/zlib is not configured and built in advance, resolving the curious problem that the downstream test for openssl fails if libz is not built. Problem discovered by Daniel D. and reported in /chat. ... (check-in: b0dc279205 user: stephan tags: trunk)
2022-07-25
16:47
Corrected the --with-see build to use sqlite3-see.c. Problem reported in [forum:b3653991172dcd14|forum post b3653991172dcd14]. The SEE build was broken by the late-December 2021 reworking of the --with-sqlite flag and its related build infrastructure. ... (check-in: 18acd94828 user: stephan tags: trunk)
2022-07-24
14:53
Added --dry-run change to the change log. ... (check-in: 5960a16f9a user: stephan tags: trunk)
14:51
Replaced the remaining --dryrun flags with --dry-run, for consistency, per discussion/monologue in [forum:d732b4026f44bdba|forum post d732b4026f44bdba]. ... (check-in: 4a720c2621 user: stephan tags: trunk)
2022-07-21
21:38
Removed an unused var (compiler warning). ... (check-in: 7ca55e926c user: stephan tags: trunk)
20:00
Revise the "fossil version -v" command to give less detail. Use -vv or -v -v to get the original full detail. ... (check-in: bbbd7ef8f5 user: drh tags: trunk)
16:11
Updated changes.wiki and VERSION to 2.20. ... (check-in: a3bdee629d user: stephan tags: trunk)
16:10
Version 2.19 ... (check-in: 1e131febd3 user: stephan tags: trunk, release, version-2.19)
14:48
Update the built-in SQLite to version 3.39.2 RC 1. ... (check-in: 8c36dad3ba user: drh tags: trunk)
2022-07-19
23:33
Add a quote from [https://wholesomedonut.prose.sh/using-fossil-not-git] to the "quotes.wiki" page of the documentation. ... (check-in: ff95be0064 user: drh tags: trunk)
21:50
Added CSS to keep command name aliases from wrapping in the /help list. ... (check-in: 5c91df7cd3 user: stephan tags: help-aliases-unique)
14:51
Remove some unneeded code. ... (check-in: 83877bb727 user: danield tags: help-aliases-unique)
14:47
Add aliases as a new command type and display these next to the corresponding main command in /help. Make sure that for 'test-all-help' command and webpage each help string is output at most once. ... (check-in: 4b8efc05d7 user: danield tags: help-aliases-unique)
13:23
Removed the -- flag handling from expand_args_option(), instead letting it fall through to find_option(), to eliminate inconsistencies and corner cases uncovered in [forum:4382bbc66757c39f|forum thread 4382bbc66757c39f]. ... (check-in: 62a1688205 user: stephan tags: trunk)
13:17
Update the built-in SQLite to the latest trunk version for testing. ... (check-in: e5be71d6ac user: drh tags: trunk)
13:15
Add a "Timeline" link to the /forum page. ... (check-in: 39bc414b17 user: drh tags: trunk)
2022-07-18
18:02
Typo fix in the 'timeline' command's help as per forum post [forum:27bc0a9716]. ... (check-in: c8a39b661b user: danield tags: trunk)
14:47
Do not omit a forum thread's title while rendering [/help?cmd=/forumthread|/forumthread] page. ... (check-in: ffd32a9f70 user: george tags: trunk)
12:07
Added a note to the cgi command's help about the processing order of directives, per forum request. ... (check-in: 8d3176f117 user: stephan tags: trunk)
01:39
Still moer grammar fixes in fossil-v-git ... (check-in: e28c25e497 user: wyoung tags: trunk)
01:08
More grammar fixes ... (check-in: 9f135f2f4c user: wyoung tags: trunk)
01:07
Grammar fix to the fossil-v-git doc ... (check-in: f36fb951ee user: wyoung tags: trunk)
2022-07-17
23:48
Changed a number of "a" articles followed by vowels in docs and comments to "an", per [forum:/forumpost/3e6e40293f03f089 | a forum post]. ... (check-in: 99a319bdbf user: wyoung tags: trunk)
23:23
Mentioned "fnc stash" at the end of the section of gitusers where it talks about alternatives to "git add -p" and such. ... (check-in: b3b2c1ab91 user: wyoung tags: trunk)
17:30
On the /secaudit0 page, add a link to the canonical URL setting in the /setup_config page, per request in [forum:154494bfaf45949ca93|forum post 154494bfaf45949ca93]. ... (check-in: 861ec9c7b7 user: stephan tags: trunk)
2022-07-13
15:06
Updated the ignore-glob and keep-glob docs so that the example glob conforms to the documention. Reported in [forum:16c422dac445449a | forum post 16c422dac445449a]. ... (check-in: e33181c12f user: stephan tags: trunk)
07:38
show original path of renamed files in changes/status output For context, print renamed files in the form "from -> to" except in the `fossil {changes,status} --renamed` case as suggested by wyoung. Requested by ams in [forum:9ca95426f]. ok stephan in /chat ... (check-in: 1b8cfdb01a user: mark tags: trunk)
2022-07-11
19:49
Continued the edit pass on the main body of the gitusers doc, shy of the case studies, mainly doing minor style tweaks. Biggest substantial change is to rewrite the colorized diff section to cover the changes in Fossil 2.17, and to present the alternatives in a more logical order. ... (check-in: c026fb9ad9 user: wyoung tags: trunk)
18:50
Fix to the fix. :( ... (check-in: e3f9584e3f user: wyoung tags: trunk)
18:50
Fixed a broken internal link in the gitusers doc resulting from moving the museum tree pikchr into the glossary. ... (check-in: 116d8c7583 user: wyoung tags: trunk)
2022-07-09
16:07
Correction to spelling in zip/tarball command help. ... (check-in: d708847ea2 user: andybradford tags: trunk)
2022-07-06
05:53
Typo fix in the 'all' command's help. ... (check-in: 3a24a52ee6 user: stephan tags: trunk)
2022-07-05
07:38
Replaced --dryrun with --dry-run in the commands which still used the former, except for two unrelated internal-use/debugging-only flags where the change might have had undesired side effects. Removed the undocumented --dryrun backwards-compatibility flag from a couple commands for consistency's sake (else we need to have that option in all dry-run-capable commands). Discussion is in [forum:d732b4026f44bdba | forum post d732b4026f44bdba]. ... (Closed-Leaf check-in: 360d8652e7 user: stephan tags: dryrun-dry-run)
06:52
Added the obligator generic 'other enhancements' line to the 2.19 change log. ... (check-in: d18a2f6105 user: stephan tags: trunk)
2022-07-04
01:06
When doing configure pull --overwrite, ensure that the USER table can be overwritten by removing the db-protect flag on it. ... (check-in: 7384cf5152 user: stephan tags: trunk)
2022-07-02
20:05
Honor 'timeline-utc' setting while rendering of <code>/wdiff</code> pages. This is similar to [17ebe42d6183ed]. ... (check-in: 46de798a6a user: george tags: trunk)
12:24
Enhance "Changes to wiki page" entries within <code>/timeline</code>: turn the word "Changes" into a hyperlink to the corresponding [/help?cmd=/wdiff|/wdiff] page. ... (check-in: 3a9090fc5a user: george tags: trunk)
2022-07-01
01:44
Experimental fix to make '%!S' in hyperlinks stop truncating things that are not check-in identifiers. This should probably be optimzied by refactoring the surrounding code to avoid calculating the length more than once. ... (check-in: 7eba14d1e2 user: mistachkin tags: nonHashFix)
01:31
Update the custom makefile for MinGW. ... (check-in: eddd6b4ad5 user: mistachkin tags: trunk)
2022-06-30
22:05
Documented a browser incompatibility in the pikchr-centering CSS, for later analysis/hacking. Comment changes only, no CSS. ... (check-in: d32df118af user: stephan tags: trunk)
2022-06-25
17:31
Update the built-in SQLite to the 3.39.0 release. ... (check-in: 720f0956e0 user: drh tags: trunk)
08:22
Fixed y=all arg for timeline.rss (broken in [cb651568fbfe6]) and renamed a shadowed variable, both problems reported in [forum:d48f7f12656a291f|forum post d48f7f12656a291f]. ... (check-in: 8903d1ebe0 user: stephan tags: trunk)
2022-06-24
05:40
In the Windows application manifest, use generic placeholder values for the 'processorArchitecture' attributes of the 'assemblyIdentity' elements. This should enable Fossil to run on 64-bit systems without the WOW64 emulator installed, see [forum:9a3eaa6ad5| Forum Post 9a3eaa6ad5] and following for the problem report and discussion. ... (check-in: 12ac6727e1 user: florian tags: trunk)
2022-06-23
21:16
Minor bisect linear doc tweak suggested in [forum:0ff3db6e4a5b218a|forum post 0ff3db6e4a5b218a]. ... (check-in: ed4ac9716b user: stephan tags: trunk)
13:08
In the 'all' command, use strcmp instead of strncmp to compare the subcommand name to avoid the problem described in [forum:8ec0c228c1ce8da5|forum post 8ec0c228c1ce8da5], where (e.g.) the subcommand 's' evaluates to 'server' and 'p' to 'push' despite both of those being ambiguous subcommand name prefixes. ... (check-in: e098d810dc user: stephan tags: trunk)
12:44
Changes to the file_getcwd() routine to avoid a false-positive compiler warning from gcc 10.2.1. ... (check-in: 85b83206f4 user: drh tags: trunk)
12:10
Update the built-in SQLite to the latest 3.39.0 beta, for SQLite testing. ... (check-in: d7a2bda912 user: drh tags: trunk)
10:25
Update the open/checkout --keep flag help text to be more generic about the manifest files, to account for manifest.tags, (potentially) manifest.descr, and any future manifest.* files. No code changes. ... (check-in: ca2248ec2c user: stephan tags: trunk)
10:13
www/cgi.wiki: document the new repolist behavior introduced in [9584806cc6a8]. ... (check-in: c7b9f05f2e user: stephan tags: trunk)
2022-06-22
13:51
Updates to the change log. ... (check-in: b7e638f8e5 user: danield tags: trunk)
13:37
Add '--versions' option to 'fossil diff' to display details about the compared versions. ... (check-in: 41f6a4519e user: danield tags: trunk)
13:33
Add an option to the 'timeline' command to display only items on a specific branch. ... (check-in: 213ca339c2 user: danield tags: trunk)
12:35
Fix a minor footnotes-related bug that was discovered by Stephan: if a free-standing footnote reference follows immediately after the exclamation mark then parse that as a footnote (and not as an image). This check-in also postpones initialization of a few local variables within <code>char_link()</code> function (which may save a few CPU cycles). ... (check-in: 97b28feae3 user: george tags: trunk)
11:11
In directory/repolist mode, do not link to X/Y.fossil if X.fossil exists, to avoid the X/Y/... URI ambiguity. Reported in [forum:f50f647c97c72fc1 | forum post f50f647c97c72fc1]. ... (check-in: 9584806cc6 user: stephan tags: trunk)
2022-06-20
22:18
/chat: added a missing JS dependency which broke the new text-toggle/copy feature. Bug introduced in [f98a4f5c94a844dd], caused by failure to check in one of the associated files. ... (check-in: eeacf82158 user: stephan tags: trunk)
2022-06-18
13:45
/timeline.rss: updated TITLE fields for wiki entry comment formatting changes. Add explicit forum posts support (they were shown before in some contexts but only by virtue of being 'not a checkin/ticket/wiki' and not honoring the caller's permissions to read them). ... (check-in: cb651568fb user: stephan tags: trunk)
07:04
Merged in trunk. ... (check-in: 4d62992991 user: stephan tags: markdown-tagrefs)
2022-06-17
11:04
Made a cryptic 'not found' error message when failing to resolve a symbolic name slightly less cryptic in response to confusion reported in [forum:1eaa68bb75 | forum post 1eaa68bb75]. ... (check-in: 30f669b004 user: stephan tags: trunk)
10:57
Create a placeholder manifest.descr file via auto.def, analog to [a198cde661ca]. ... (Leaf check-in: 56614cb6a9 user: stephan tags: version-cmd-describe)
09:57
Merged in trunk. ... (Closed-Leaf check-in: c97ad9d6d2 user: danield tags: diff-show-versions)
09:49
Merged in trunk. ... (Closed-Leaf check-in: 20c1ba2ea9 user: danield tags: timeline-cmd-by-branch)
09:43
Merged in trunk. ... (check-in: 6bdb2fbe99 user: danield tags: version-cmd-describe)
09:32
Add generation of manifest.descr to Makefile.msc (via makemake.tcl); this can be removed after 'version --describe' support gets built in. ... (check-in: a198cde661 user: danield tags: version-cmd-describe)
2022-06-15
17:37
Update the built-in SQLite to the latest 3.39.0 beta, for testing. ... (check-in: b0f84d8d17 user: drh tags: trunk)
2022-06-14
17:42
Latest upstream pikchr.c to enable HTML entities which contain digits. ... (check-in: b1ffe209f3 user: stephan tags: trunk)
14:34
Updated pikchr.c for HTML entity escaping fix. ... (check-in: b3a0a4cdfb user: stephan tags: trunk)
10:36
Tweak [1142db3091]: Make sure `builtin_get_js_delivery_mode_name()' never returns an empty string, for that would be silently swallowed by `blob_append_escaped_arg()' when assembling the command-line for a HTTP child process, resulting in a broken command-line with a missing --jsmode option argument. Also add a hint next to the definition of the `JS_*' modes about dependencies to be reviewed on updates. ... (check-in: b258a41cf8 user: florian tags: trunk)
08:59
build.wiki: remove outdated note about Alpine Linux 3.14. ... (check-in: e70ceb1a94 user: stephan tags: trunk)
06:58
On Windows, forward the --jsmode option to individual HTTP requests. ... (check-in: 1142db3091 user: florian tags: trunk)
2022-06-13
22:18
Removed the inadvertent vertically-centered alignment of the /pikchrshow pikchr when not in auto-fit mode. ... (check-in: d9bd5603ae user: stephan tags: trunk)
2022-06-12
19:32
Add <code>extsrc/pikchr.wasm</code> to the [/help?cmd=binary-glob|list of binary blobs]. ... (check-in: 13cd92de77 user: george tags: trunk)
2022-06-11
12:34
Merged in trunk. ... (check-in: fd14e7ec62 user: stephan tags: markdown-tagrefs)
08:32
Typo fix report in [forum:099e10c762b43add]. ... (check-in: b942cd2155 user: stephan tags: trunk)
2022-06-10
14:12
Minor /pikchrshow CSS cleanups. ... (check-in: 864ed8d0a3 user: stephan tags: trunk)
14:11
In the /winfo view (/info/WIKI_ARTIFACT_ID), honor the timeline-utc configuration flag, per request in [forum:7e7219e59120b2db]. Though that setting is ostensibly only for the timeline, it seems to be used just about where except where times are explicitly labeled as UTC. ... (check-in: 17ebe42d61 user: stephan tags: trunk)
2022-06-09
09:12
build.wiki: added a note about minimum emcc version and notes about using alternatives to Emscripten. ... (check-in: f7d53fa82a user: stephan tags: trunk)
2022-06-08
23:27
Merge in pikchrshow-wasm branch: reimplement /pikchrshow using a client-side WASM build of pikchr.c, plus related feature-adjacent tweaks in mimetype handling. ... (check-in: 7fcb462680 user: stephan tags: trunk)
15:52
/chat: do not show the Toggle Text Mode feature for messages with no text, e.g. image-only posts (resolves an unhandled exception). When text is toggled to the unparsed state, show a copy-to-clipboard button which copies the raw message text to the clipboard. That is a workaround for mouse-copying of that text collecting extraneous newlines for reasons only the browsers understand. ... (check-in: f98a4f5c94 user: stephan tags: trunk)
15:17
In /chat, change the EOL whitespace-stripping policy to retain up to 2 spaces, only stripping after the 3rd, to avoid breaking certain markdown constructs. Per /chat discussion. ... (check-in: cd7f2ddc98 user: stephan tags: trunk)
12:19
Refactored the configure script's emsdk detection in the hopes that this reformulation will work on systems where emcc is installed via a package manager. ... (Closed-Leaf check-in: 98dd262675 user: stephan tags: pikchrshow-wasm)
10:09
build.wiki: added notes about emsdk requirements and keeping it up to date. ... (check-in: b256c5bc7b user: stephan tags: pikchrshow-wasm)
10:08
Added mjs (ES6 modules) mimetype. Changed JS mimetype from application/javascript to text/javascript to conform with the HTML spec. application/javascript is commonly used in the wild. ... (check-in: a54a2c6ac3 user: stephan tags: pikchrshow-wasm)
08:44
Added missing section numbers 7.0 and 8.0 to the two newest sections in build.wiki. ... (check-in: fb9f3dcce6 user: stephan tags: pikchrshow-wasm)
07:54
Added mimetype image/vnd.microsoft.icon to the is-compressible list, per forum feedback. Consolidated strncmp() vs fossil_strncmp() into fossil_strncmp() in cgi.c for consistency's sake. ... (check-in: 3652b4d6bb user: stephan tags: pikchrshow-wasm)
07:36
Based on discussions in [forum:f60dece061c364d1|forum thread f60dece061c364d1], (A) re-add the charset=utf-8 for text/* mimetypes, (B) extend the set of gzip-compressible mimetypes (e.g. JSON, wasm, tcl, tar), and (C) refactor (B)'s impl so that adding new types does not add a performance hit (it's faster now for most mimetypes). ... (check-in: 86db2d94c6 user: stephan tags: pikchrshow-wasm)
02:42
Removed the unused/incomplete split-view widget. The current UI doesn't seem to need that level of manual size tuning. ... (check-in: ba1be566ae user: stephan tags: pikchrshow-wasm)
02:37
Added a section to www/build.wiki explaining the pikchr WASM bits and how to rebuild them (required when updating pikchr.c). ... (check-in: ed51ec4ef6 user: stephan tags: pikchrshow-wasm)
2022-06-07
23:09
Resolved auto-fit mode not rendering in Chromium. ... (check-in: 11f779039e user: stephan tags: pikchrshow-wasm)
22:34
Resolved a slight layout mis-shift of the main input field introduced by the previous checkin. ... (check-in: 5b84e810c1 user: stephan tags: pikchrshow-wasm)
22:22
Recompiled pikchr.js/wasm with latest emscripten. Fixed a left-shifted SVG truncation case. Ported example script selection from legacy pikchrshow into the new version. ... (check-in: 6c07b28636 user: stephan tags: pikchrshow-wasm)
20:36
Fix popen2() return value check in hook_backoffice(). ... (check-in: e6aaeb1b6d user: jan tags: trunk)
18:05
Added optional build infrastructure for using emcc so that we have a reproducible pikchr.wasm instead of an opaque 3rd-party blob. This adds the --with-emsdk configure flag. ... (check-in: 8f6886c905 user: stephan tags: pikchrshow-wasm)
16:13
Added entry for the email-listid setting to the change log. ... (check-in: d3acca57b9 user: stephan tags: trunk)
12:07
More pikchrshow cleanups. Corrected the body text for the markdown/wiki render modes (was using the SVG instead of pikchr code). Center the pikchr when not in auto-fit mode. ... (check-in: e23286a60b user: stephan tags: pikchrshow-wasm)
11:37
Ported the various preview mode toggles and clipboard copy from legacy pikchrshow to wasm pikchrshow. ... (check-in: e513090c31 user: stephan tags: pikchrshow-wasm)
09:07
pikchrshow: refactored layout to use fieldsets for the input/output area wrappers and moved their button controls into the LEGEND elements. Various minor layout tweaks. ... (check-in: 577ab3bede user: stephan tags: pikchrshow-wasm)
06:22
Corrected a bit of misinformation in search.c's comments, per a report in the forum. ... (check-in: 6d6880c830 user: stephan tags: trunk)
00:09
Added pikchrshow reimpl to the change log. ... (check-in: 997bb954f4 user: stephan tags: pikchrshow-wasm)
2022-06-06
23:53
Extended the pikchr wasm binding to make use of all of the pikchr() arguments and return more info in pikchr-worker's result. Fixed shift-enter behavior. ... (check-in: 1dc34c9b61 user: stephan tags: pikchrshow-wasm)
21:56
pikchrshow: swap default config value for position of input/output areas. ... (check-in: 3bd30e66a8 user: stephan tags: pikchrshow-wasm)
21:56
darkmode skin: replace on-focus color change of buttons with a light border, else the text has illegibly little contrast. ... (check-in: 63d510764e user: stephan tags: pikchrshow-wasm)
20:54
Consolidated some CSS. Minor pikchrshow layout tweaks. ... (check-in: ae8f2ebe4b user: stephan tags: pikchrshow-wasm)
20:13
pikchrshow layout tweaks. ... (check-in: 32526f32e7 user: stephan tags: pikchrshow-wasm)
18:51
Fixed legacy pikchrshow preview button, broken by hijacking its URI for the new pikchrshow mode. In side-by-side mode when auto-render is on, cap each half at max-width 50% to help keep the UI from flopping around. ... (check-in: c8e9116565 user: stephan tags: pikchrshow-wasm)
18:04
Added CSS file missing from previous checkin. ... (check-in: 9cd4f71f68 user: stephan tags: pikchrshow-wasm)
18:02
Replace /pikchrshow with a WASM-based version and rename the prior version to /pikchrshowcs (cs=client/server). There are still a couple layout/style quirks to resolve, and a feature or two to port from the legacy app, but it more or less works. ... (check-in: 321f01a86e user: stephan tags: pikchrshow-wasm)
15:51
Remove the '; charset=utf-8' suffix from response Content-Type headers. That modifier is technically incorrect for many mimetypes, but wasm loaders are extra picky about it and refuse to load wasm files with the charset set. An attempt at porting over althttpd's solution for this same problem leads down a much deeper and far more invasive rabbit hole because how fossil handles/sets the response content type is more involved than in althttpd. ... (Closed-Leaf check-in: 15e7b49ef3 user: stephan tags: content-type-no-charset)
00:41
Fix the new linear bisect so that it always goes from good to bad and stops at the first bad check-in found. ... (check-in: e65544571e user: drh tags: trunk)
2022-06-05
19:43
Add the "fossil bisect option linear on" command that allows the "fossil bisect run" command to invoke a test script on every check-in along a path between two boundary check-ins. The "linear" option resets automatically opon "fossil bisect reset". ... (check-in: 42f61b677e user: drh tags: trunk)
15:09
Corrected a closing P tag in /setup_skin, per report in the forum. ... (check-in: c7aaaaa8c6 user: stephan tags: trunk)
04:06
In the /setup_skin page, add a mention of/link to /skins, per request in the forum. ... (check-in: 0fabc4f356 user: stephan tags: trunk)
2022-06-04
23:09
Supply elements in submenus with additional specific CSS classes. For each submenu element a corresponding classname is derived either from the visible label (for hyperlink-like submenu elements) or from the name of the distinguishing query parameter (for other items). ... (check-in: e8a051e6a9 user: george tags: trunk)
16:21
Mention the remote-url url overrite by proxy bug fix in the change log. ... (check-in: 5f6093314b user: mgagnon tags: trunk)
2022-06-03
15:23
Update the built-in SQLite to the latest 3.39.0 beta. ... (check-in: e3e9544638 user: drh tags: trunk)
2022-06-02
20:39
Updates to the change log. ... (check-in: 952b06084b user: danield tags: trunk)
19:51
By default, do not show wikis associated with check-ins and branches in the output of 'fossil wiki ls'. This is the CLI pendant to [29a24941e]. ... (check-in: 4877e77a97 user: danield tags: trunk)
2022-05-28
14:38
Ignore columns of the TICKET and TICKETCHNG tables that contain spaces in their names. Such ticket fields could not be properly tracked by the earlier versions of Fossil because a ticket field name isn't fossilized when an artifact is constructed. ... (check-in: dbcb446970 user: george tags: trunk)
2022-05-27
02:05
Removed some 404 external links, reported in [forum:61c585d0c3|forum post 61c585d0c3]. ... (check-in: 318ab802db user: stephan tags: trunk)
2022-05-25
20:52
Clarify the documentation: say explicitly that [/doc/trunk/www/caps/ref.html#g|Clone capability, "g"] provides read access to tickets, wiki and forum; and that [/doc/trunk/www/caps/ref.html#i|Write capability, "i"] implies that changes to tickets, wiki and forum are also accepted from clones upon syncronization. ... (check-in: 6e5337e830 user: george tags: trunk)
20:03
Provide the ability to add a List-Id: header on out-bound notification emails. ... (check-in: e50c3629b8 user: drh tags: trunk)
15:12
Update the built-in SQLite to the latest 3.39.0 beta for testing. ... (check-in: c8a16fda7f user: drh tags: trunk)
2022-05-24
20:32
If neither <var>TICKET</var> nor <var>TICKETCHNG</var> table has regular "mimetype" column then generated "mimetype" columns of these two tables are queried and used during the extraction of backlinks from ticket change artifacts. See [forum:/forumpost/40c1208a0f84fabe|forum post 40c1208a0f84] for rationale. ... (check-in: 6fb642c02b user: george tags: trunk)
2022-05-23
21:25
Added missing AMSK_TITLE permissions for the ABBR tag and refactored the MARKUP_xyz macros into an enum to support the upcoming addition of a few more benign element types. ... (check-in: 81deb15c53 user: stephan tags: trunk)
18:21
Added ABBR tag to the HTML whitelist, per [forum:3ae85115a8253ae4|forum post 3ae85115a82]. Ammended markdown help to refer to the safe-html setting. ... (check-in: 11064e4692 user: stephan tags: trunk)
2022-05-18
22:52
Fix a couple of invokations of <code>backlink_extract()</code> that were overlooked in the previous check-in. ... (Closed-Leaf check-in: 33c67c2851 user: george tags: generated-tkt-mimetype)
20:21
Add support for generated "mimetype" column in the <var>TICKET</var> table. Introduce integer mimetype codes and refactor <code>backlink_extract()</code> accordingly. Make the overall handling of the generated "mimetype" columns a bit more clear. ... (check-in: e39f77906e user: george tags: generated-tkt-mimetype)
13:39
Fix a typo in an error message. ... (check-in: 3984c83848 user: drh tags: trunk)
02:39
Added wasm => application/wasm mimetype mapping for use with /ext. This is only a partial solution: we'll need to extend the mimetype structure like how was done [https://sqlite.org/althttpd/info/32df1a61707616bc | in althttpd a few hours ago] so that we can elide the charset=... part of the Content-Type header, as the wasm loader does not like that. ... (check-in: 5c47abd6b6 user: stephan tags: trunk)
2022-05-16
11:55
Bring in the latest SQLite 3.39.0 enhancements for testing. ... (check-in: 8683664a45 user: drh tags: trunk)
2022-05-14
20:52
Handle a possible existence of the additional checkbox introduced in [29a24941ed9bf4]. ... (Leaf check-in: 76844c35fc user: george tags: wcontent-subsets)
19:12
A tiny optimization inside of <tt>ticket_insert()</tt>: rearrange two <tt>db_finalize()</tt> calls in order to avoid additional <tt>malloc()</tt> for <var>zMimetype</var>. ... (check-in: 563c6b9e4e user: george tags: generated-tkt-mimetype)
18:27
If "<var>mimetype</var>" column of the <var>TICKETCHNG</var> table is a [https://www.sqlite.org/gencol.html|generated column], than use these generated values for extraction of backlinks from the ticket-changes. ... (check-in: 5ab73ab8c7 user: george tags: generated-tkt-mimetype)
17:42
Fix a subtle bug in <code>ticket_insert()</code> which may lead to redundant rows in the BACKLINK table. The bug appeared in [7c13a57358ae]. ... (check-in: 3b42738e36 user: george tags: generated-tkt-mimetype)
14:38
Adds minor output to stash command to alert users when a stash is successful. See [forum:fd2405eff30f4c73 | forum post fd2405eff30f4c73] for discussion. ... (check-in: 07d739b4ba user: andybradford tags: trunk)
14:23
Bring branch up to date with trunk. ... (Closed-Leaf check-in: 393e73cf3e user: andybradford tags: stash-success)
06:37
Typo fix in email-renew-interval setting docs, per forum report. ... (check-in: 7ae1f31994 user: stephan tags: trunk)
2022-05-13
23:35
If <var>TICKETCHNG</var> table has <var>TKT_USER</var> column then make the values in that column match to the corresponding [/doc/tkt-ucard/www/fileformat.wiki#tktchng|U-cards]. Add <var>TKT_USER</var> to the default schema. See [forum:/forumthread/5593538afb7746bf|forum thread 5593538afb77] for rationale. ... (check-in: cf00d07c34 user: george tags: trunk)
13:21
addremove command: in dry-run mode, add a line at the end alerting that no changes were made, per [forum:d80b624d0 | forum post request d80b624d0]. ... (check-in: ef14017458 user: stephan tags: trunk)
2022-05-12
15:09
On the [/wcontent|wiki page] list, omit wiki pages that are associated with check-ins and branches by default, but provide a button to show associated wiki pages if desired (Item 17 on the [/wiki?name=To+Do+List|To Do List]). ... (check-in: 29a24941ed user: danield tags: trunk)
2022-05-11
21:23
Ensure that <var>$requested_page</var> is always initialized. This is a follow-up to [c68fa2edd76d90] that fixes a bug in [b05a6c6bc826d3]. ... (check-in: a44e3c7338 user: george tags: trunk)
20:51
Add an option to the 'timeline' command to display only items on a specific branch. ... (check-in: 32b11546c8 user: danield tags: timeline-cmd-by-branch)
15:42
Fix remote-url overwriting by proxy url bug and use the http_proxy environment variable only when explicitly requested by setting the proxy setting to "system". ... (check-in: a791d5e805 user: mgagnon tags: trunk)
15:34
Only use the "http_proxy" environment variable if it is set to "system", if unset or set to "off", always use direct http connection. ... (Closed-Leaf check-in: a242bb727e user: mgagnon tags: fix_remote_url_overwrite_with_proxy)
15:06
Merge in latest changes from trunk ... (check-in: 5605aef9b9 user: mgagnon tags: fix_remote_url_overwrite_with_proxy)
11:50
Show the OpenSSL version and the SERVER_SOFTWARE to administrators on the /stat page. ... (check-in: bb09ff84ae user: drh tags: trunk)
11:08
Fix NULL pointer dereference introduced by check-in [b05a6c6bc826d3c2]. Fix for the problem reported by [forum:/forumpost/bfb99db2886ca3b5|forum post/bfb99db2886ca3b5]. ... (check-in: c68fa2edd7 user: drh tags: trunk)
2022-05-10
11:54
Update the built-in SQLite to the latest 3.39.0 alpha for testing. ... (check-in: 0833f7225b user: drh tags: trunk)
2022-05-09
21:22
Supply TH1 interpreter with two auxiliary variables: <var>$requested_page</var> (holds the first segment of the requested [/file/src/cgi.c?ln=1199-1209&ci=2022-05-09|PATH_INFO]) and <var>$canonical_page</var> (holds the canonical name of a web-page being served). Also amend default HTML header: add two corresponding classes to the BODY element and move <code><meta charset="UTF-8"></code> to the top. ... (check-in: b05a6c6bc8 user: george tags: trunk)
2022-05-08
20:40
Rename proposed column to <var>tkt_user</var> which seems more natural. Amend default schema to create this column (and also drop a nearby comment). Add a tiny optimization to <code>getAllTicketFields()</code>. ... (Closed-Leaf check-in: 6d95ae4f88 user: george tags: tkt-ucard)
2022-05-04
11:47
/timeline: correct rendering of event.comment entries for wiki attachments, per problem reported in [forum:749baecf6d08ecb1 | forum post 749baecf6d08ecb1]. ... (check-in: b3e534fa88 user: stephan tags: trunk)
2022-05-03
16:10
Update the built-in SQLite to the latest 3.39.0 alpha which includes the latest bug fixes, and especially the fix for the infinite loop when the Bloom filter pull-down optimization encounters a NULL key. ... (check-in: b2cb7bdb5a user: drh tags: trunk)
04:02
Simplification by omitting g.url.user and g.url.password backup copy since they are only swapped during short time and are restored right away. Also rename url.canonical backup copy to "proxyUrlCanonical" following name convention of already existing "proxyUrlPath" field. ... (check-in: 78a5195392 user: mgagnon tags: fix_remote_url_overwrite_with_proxy)
2022-05-01
21:00
Add support for optional <var>tkt_ucard</var> column of the <var>TICKETCHNG</var> table. If this column is present then its value is populated from the [/doc/tkt-ucard/www/fileformat.wiki#tktchng|U-card] of the corresponding artifact. ... (check-in: d681e1dc1d user: george tags: tkt-ucard)
20:53
Minor code clean-up inside of <tt>ticket_insert()</tt> function. ... (check-in: 3e4ba24e29 user: george tags: tkt-ucard)
2022-04-28
14:25
attempt to fix issue where the remote-url saved is overwritten by the proxy url. (issue introduced by checkin [c129f29566439e5c]) ... (check-in: 83ffea65ca user: mgagnon tags: fix_remote_url_overwrite_with_proxy)
2022-04-27
15:55
This is a graph layout improvement experiment. In this version of Fossil, when there are multiple merge lines that go off the bottom of the page, they all use the same rail, rather than using separate rails for each parent node. This code is initially parked on a branch for evaluation. ... (Leaf check-in: 65c218199c user: drh tags: off-page-merge-single-rail)
12:11
Update the built-in SQLite to the latest trunk version which includes all of the fixes that went into version 3.38.3. ... (check-in: f905bd0d8d user: drh tags: trunk)
2022-04-26
23:45
Provide a little more output in stash command so when someone successfully finishes the stash command they don't think content has been lost. ... (check-in: d08d7b872d user: andybradford tags: stash-success)
14:27
Fix a few **unused-but-set-variable** warnings. (reported by recent clang on MacOS at least). Also fix a **warn_unused_result** warning when calling nice() (gcc 7.5.0 on Ubuntu-18.04 and gcc 9.3.0 on Ubuntu-20.04) ... (check-in: 74250821b1 user: mgagnon tags: trunk)
04:17
(Manual) cherry-pick of [0f8bae079e] to carry forward the only change against zlib 1.2.11 to the 1.2.12 update. ... (check-in: cc3765eb12 user: florian tags: zlib-update)
04:12
Update the built-in zlib to version 1.2.12, released on March 27, 2022. In accordance with check-in [eea86cee3a], all files from the doc/ subdirectory are excluded, but new sample programs from the examples/ subdirectory are included. ... (check-in: c6567d4b99 user: florian tags: zlib-update)
2022-04-25
06:08
Add the new special name start:BRANCH to refer to the first check-in of the branch. ... (check-in: fab8d92215 user: danield tags: trunk)
06:07
Merge in trunk. ... (Closed-Leaf check-in: cff92f2e6d user: danield tags: name-start)
05:21
Follow-up to [346e45702c]: Remove the (unused) --sync option for the open command, as considering it and overriding local/global/per-subsystem/pull-only/push-pull/dont-push settings in a fashion that is transparent for the user to anticipate what's really going on seems quite convoluted. Also mention that --force allows to continue if auto-sync fails. ... (Closed-Leaf check-in: b3ed9d37d5 user: florian tags: open-sync)
01:31
Update to the lastest version of Pikchr which fixes a bug in the computation of bounding boxes for circles when the size of the circle is set using the "diameter" attribute. ... (check-in: 287d13f391 user: drh tags: trunk)
00:19
Better fix for the repolist.c change. ... (check-in: 54efe3aa56 user: drh tags: trunk)
00:05
Fix a C++-ism in the new markdown code that breaks the build on older PIs. ... (check-in: b7471a4bee user: drh tags: trunk)
2022-04-24
23:46
Fix the build on windows following the previous check-in. ... (check-in: 1369579636 user: drh tags: trunk)
22:46
Merged in trunk, resolved conflicts introduced via the parallel development of the markdown-footnotes branch. ... (check-in: 64af75b070 user: stephan tags: markdown-tagrefs)
22:31
Applied trivial repolist sorting patch from [forum:/forumpost/6803efde75 | forum post 6803efde75]. ... (check-in: 61974c4830 user: stephan tags: trunk)
2022-04-23
21:32
Extend [/md_rules#ftnts|Markdown] with footnotes support. See [/wiki?name=branch/markdown-footnotes#il|known limitations] and the corresponding [forum:/forumthread/ee1f1597e46ec07a|forum thread]. ... (check-in: 3990518b29 user: george tags: trunk)
17:23
Change signature of <code>add_inline_footnote()</code> in order to move away from returning of unreliable pointer. Amend a few comments. Fix a couple of minor issues that fuzzer complains about. ... (Closed-Leaf check-in: 0850862e6a user: george tags: markdown-footnotes)
16:09
Trivial doc updates to www/json-api/... ... (check-in: 73373b9d21 user: stephan tags: trunk)
15:56
Fix a possible heap-buffer-overflow in <code>parse_htmlblock()</code> introduced by [1e919d601f774fdb]. This is not related to footnotes but was revealed by fuzzing (case 80cbb6b185807e98a953426af7b1f802c9d13957). ... (check-in: bc4c5b6311 user: george tags: markdown-footnotes)
15:39
Added JSON API doc link to the permuted index. ... (check-in: d355faf80c user: stephan tags: trunk)
2022-04-22
12:49
Remove redundant <code>assert()</code> that fails for the case when the content of a span-bounded inline footnote is rendered into a void. This is a corner case that was revealed via fuzzing. ... (check-in: cab8a586ae user: george tags: markdown-footnotes)
2022-04-21
22:53
Bring in the latest SQLite 3.39.0 alpha, with over 4,500 lines of change, for the purpose of beta-testing SQLite. ... (check-in: b3c5a48926 user: drh tags: trunk)
22:31
Add a test case for fragment-bounded footnote that contains markup within the corresponding text fragment. ... (check-in: d38ec43d00 user: george tags: markdown-footnotes)
22:12
Add a warning in build.wiki that passing fuzzer-specific flags may cause the --fuzztype flag to get stripped from the argument list. ... (check-in: df1d256922 user: stephan tags: trunk)
21:13
Fix another use-after-realloc bug in handling of inline footnotes which was discovered during fuzzing. Also fix a few other issues revealed via fuzzer. ... (check-in: c5456211f4 user: george tags: markdown-footnotes)
15:45
Changed fossil_nice_default() to use nice level 19 instead of 20, as 19 is the documented max. ... (check-in: 2c8920296c user: stephan tags: trunk)
13:36
Revert Makefile.in to normal builds (leave a few comments about fuzzing). ... (check-in: 940779668f user: george tags: markdown-footnotes)
13:16
Fix a use-after-free bug in handling of nested inline footnotes. The bug was discovered by fuzzing with <code>'-fsanitize=fuzzer,undefined,address -DFOSSIL_FUZZ'</code> appended to <var>TCCFLAGS</var> in Makefile.in. It's noteworthy that the <code>',undefined,address'</code> part was essential to find the bug (otherwise just 'double-free' was reported). Many thanks to Stephan for documenting the fuzzing procedures and support. ... (check-in: 31e5df5fa2 user: george tags: markdown-footnotes)
12:06
In the check-in names documentation, mention that some prefixes can be chained. ... (check-in: ef9e42acb8 user: danield tags: trunk)
11:43
Minor tweaks to the fuzzer section of build.wiki. ... (check-in: dfb1234f93 user: stephan tags: trunk)
2022-04-20
15:21
Added another libfuzzer info link to build.wiki. ... (check-in: 1a397ee35f user: stephan tags: trunk)
15:04
Documentation for the new special name and changelog update. ... (check-in: b07729dae4 user: danield tags: name-start)
15:03
Add the new special name start:BRANCH to refer to the first check-in of the branch ... (check-in: c92fb60ba9 user: danield tags: name-start)
14:59
Rewrote the login-groups doc, making it both more clear and more detailed. This started out as clarifying a confusion brought up [forum:/forumpost/beba7d4e78c943d0 | on the forum], but experimentation kept bringing up new and interesting restrictions and interactions that I felt were worth documenting. ... (check-in: 697cf6fb35 user: wyoung tags: trunk)
14:07
Added a missing blob initializer. ... (check-in: 7209593814 user: stephan tags: markdown-footnotes)
13:55
Added a section to build.wiki about building for fuzz testing. ... (check-in: a42f5af812 user: stephan tags: trunk)
11:48
Merged in trunk for fuzz.c changes. ... (check-in: c9f4013530 user: stephan tags: markdown-footnotes)
11:46
Correct fuzz.c to honor --fuzztype markdown and add --fuzztype wiki2 which works like its previous --fuzztype wiki behavior, sending all inputs through both the fossil-wiki and markdown translators. Added a fatal error for --fuzztype artifact, as that tester is not implemented. ... (check-in: 8d4c479208 user: stephan tags: trunk)
09:38
Changed zlib crc type from int to unsigned long, as that's the type returned by zlib's crc32() and doing so reportedly resolves the CRC error reported in [forum:7a9097e557 | forum post 7a9097e557]. ... (check-in: 1bf6686e76 user: stephan tags: trunk)
2022-04-19
15:47
Fix the previous change to cover an extra case. ... (check-in: 19a01ac12e user: danield tags: trunk)
15:25
Remove unnecessary field from the auxiliary union <code>'bitfield64_t'</code> and amend the corresponding comments. Also add comment about FOOTNOTES_WITHOUT_URI macro. ... (check-in: cf1e96918e user: george tags: markdown-footnotes)
14:48
Add '--versions' option to 'fossil diff' to display details about the compared versions. ... (check-in: 49ef1b574e user: danield tags: diff-show-versions)
12:46
Relocate a declaration to cope with C89 rules. ... (check-in: 87955d9274 user: danield tags: trunk)
12:35
Code style tweaks, typos, and resolved a couple footnotes-related cosmetic TODOs. No functional changes. ... (check-in: 3a5b3d5e49 user: stephan tags: markdown-footnotes)
11:41
Merged in latest trunk to simplify code review and ease potential upcoming merge to trunk. ... (check-in: 8a4b099fb4 user: stephan tags: markdown-footnotes)
2022-04-16
16:29
Minor spelling corrections. No change in functionality. ... (check-in: 53754fff0c user: andybradford tags: trunk)
2022-04-15
13:56
Merge the enhanced load control measure to trunk. ... (check-in: 9413395f5b user: drh tags: trunk)
13:51
Enhanced interpretation of the "autosync" setting. It is now possible to set the setting to "on,open=off" to cause autosync to be on by default but off for the "open" command, as an example. Use the "help autosync" command for further detail. ... (check-in: 346e45702c user: drh tags: trunk)
12:41
Fix the "fossil open" command so that it honors global settings. ... (check-in: 24420b4e63 user: drh tags: trunk)
12:33
Simplify the autosync_loop() interface by omitting the second parameter, which was always the value of the "autosync-tries" setting. Have the autosync_loop() function look up the autosync-tries setting for itself. ... (check-in: 9445f8a8a2 user: drh tags: trunk)
2022-04-14
17:41
Added new loadavg-exempt WEBPAGE: flag for mkindex.c which exempts a given page from the load_control() check. Currently applied to /chat and its dependents: /builtin and /style.css. ... (Closed-Leaf check-in: 5c49ab3c7a user: stephan tags: load-control-rework)
17:15
Doc typo fix and more docs for load_control(). ... (check-in: e5724fb759 user: stephan tags: load-control-rework)
17:12
Exempt admin and setup users from the load_control() restriction. ... (check-in: 57cdf4f2b9 user: stephan tags: load-control-rework)
17:03
Added a fossil_nice() call to /vpatch. ... (check-in: 1cc86c16a2 user: stephan tags: load-control-rework)
16:58
Per /chat discussion, replace load_control() calls in selective pages with nice() and move load_control() into process_one_web_page(). There is still work to do here, e.g. allowing certain pages through (namely /chat, to facilitate coordination of site defense) and perhaps checking credentials if the load is too high and always allowing admin users. ... (check-in: 9b0ebcaf23 user: stephan tags: load-control-rework)
2022-04-13
16:27
On the /info view for a checkin which has a branch/branch-name wiki page, correct the Edit Wiki link to use /wikiedit instead of /wiki if permissions allow, otherwise the /wiki page's automatic redirection of branch/branch-name wiki pages to the timeline makes it impossible to get to the editor for a branch-specific wiki page. ... (check-in: 82510672b8 user: stephan tags: trunk)
2022-04-11
09:33
Brought the "Fossil grep vs POSIX grep" doc up to date relative to the [/info/f5f4471323d44a82 | merged grep-enhancements branch]. ... (check-in: caba4b0188 user: wyoung tags: trunk)
06:45
Fixed a couple mis-formatted SETTING decls, per [forum:6f1b0483cd | forum post 6f1b0483cd]. ... (check-in: 0dd4118063 user: stephan tags: trunk)
06:37
Part 2 of [bb0118227f2c]. ... (check-in: 74bd3fd4d9 user: stephan tags: trunk)
2022-04-10
19:58
mkheaders carriage-return fix from [forum:6b2e7dbee7 | forum post 6b2e7dbee7]. ... (check-in: bb0118227f user: stephan tags: trunk)
18:56
Added the "--page wcontent" bit to the new wiki versioning example in the glossary. ... (check-in: b05a07a9a2 user: wyoung tags: trunk)
18:53
Grammar tweaks to previous ... (check-in: ccd5cacc51 user: wyoung tags: trunk)
18:49
Added "Embedded Documentation" section to the glossary per larrybr's request in /chat. It's a Fossil-specific term of art. It also gives us a place to contrast with the wiki; that could live in the docs for the wiki or embedded docs instead, but the glossary is where newbies go to get oriented on terms, so the "but which should I use" question falls right out of the terminology. ... (check-in: e583b48a04 user: wyoung tags: trunk)
2022-04-08
08:46
Merged in trunk. ... (check-in: e8a1382fc3 user: stephan tags: markdown-tagrefs)
08:45
Cherrypicked [2f3c84b3e9ed], which wash intended for trunk. ... (check-in: 834db57d95 user: stephan tags: trunk)
2022-04-07
15:37
s/Safara/Safari/, per report from [forum:9e8015e09c | forum post 9e8015e09c]. ... (check-in: 2f3c84b3e9 user: stephan tags: markdown-tagrefs)
2022-04-06
16:42
Minor consistency fix about ambiguous sub-command dispatch and error reporting, see related [forum:/forumpost/48d6de4f8e2afdde|forum post]. ... (check-in: 512905efd3 user: mgagnon tags: trunk)
2022-04-05
19:51
When reporting the list of matching ambiguous sub-commands, make sure settings with the same prefix are not listed. ... (Closed-Leaf check-in: bb5162fe16 user: mgagnon tags: ambiguous_cmd_fix)
16:49
Don't give an "ambiguous command prefix" error when reported ambiguous commands are aliases to each others. Assume alias point to same function pointer and are all consecutive in the aCommand[] list. ... (check-in: 862ce7ce2c user: mgagnon tags: ambiguous_cmd_fix)
15:04
Modify the makefiles to provide for compile-time options for pikchr. Reduce the token-count limit in pikchr to 10,000. ... (check-in: 959807e915 user: drh tags: trunk)
14:41
Update to the latest Pikchr version that includes improved resistance to exponential macro-expansion attacks. ... (check-in: f753041961 user: drh tags: trunk)
2022-04-01
17:33
Update the built-in SQLite to the latest 3.39.0 alpha for testing. ... (check-in: aa2066b5d2 user: drh tags: trunk)
2022-03-31
12:10
For "fossil tag list" and the /taglist page, sort entries taking numbers into consideration. This puts tags that follow semantic versioning into the expected order. ... (check-in: 3500dbfd84 user: danield tags: trunk)
09:37
Added "fossil describe" to the change log. ... (check-in: 56ef05a567 user: danield tags: trunk)
09:14
Improvements to the help text and code comments for the "describe" command. ... (check-in: 52dd8a91bf user: danield tags: trunk)
08:21
In "fossil describe", use hash_digits() as the default length when printing the commit hash. ... (check-in: 951cf9faf3 user: danield tags: trunk)
2022-03-30
21:11
Fix the describe_commit() routine so that it is faster and simpler and so that it ignores tags that are applied to more than one check-in. ... (check-in: 41dc5fc000 user: drh tags: trunk)
15:08
Add "--describe" flag to the "version" command to provide context to the most recent major commit tagged with "version*". Run "touch manifest.descr" in the repo root prior to the first build, then build it a second time to get it bootstrapped. ... (check-in: 4329553d51 user: danield tags: version-cmd-describe)
14:45
Add the new "fossil describe" command. ... (check-in: 36ca266479 user: drh tags: trunk)
14:36
Fix segfault and add message for ambiguous checkins. ... (Closed-Leaf check-in: e501d74440 user: danield tags: describe-cmd)
14:15
Merged in trunk. ... (check-in: 28fa015357 user: stephan tags: markdown-tagrefs)
14:01
Add comments, format code and remove magic size numbers. ... (check-in: 40de2cd9c3 user: danield tags: describe-cmd)
11:46
Add the "describe" command. This shows the commit hash along with (if applicable) its youngest ancestor with a non-propagating tag and the number of commits since that. ... (check-in: 3f06ed14fe user: danield tags: describe-cmd)
2022-03-28
13:39
Bug fix to the abs() function of pikchr. ... (check-in: b80ae0215e user: drh tags: trunk)
08:34
Updated a reference to macOS 11 from the backup doc: the condition it warns against is still true as of macOS 12.3. ... (check-in: 1bb4147fd2 user: wyoung tags: trunk)
2022-03-26
13:09
Updates to the change log. ... (check-in: 348d11184d user: drh tags: trunk)
2022-03-24
10:25
Fix hyperlink as per [forum:381b1fa627 | forum post 381b1fa627]. ... (check-in: 7de6f15cd8 user: danield tags: trunk)
2022-03-23
10:09
Update the built-in SQLite to the latest trunk version, that includes a patch to shell.c that tries to work around a nuisance warning from some implementations of MSVC. [forum:/forumpost/bd0844268f0fab71|Forum post bd0844268f0fab71]. ... (check-in: 92fd091703 user: drh tags: trunk)
2022-03-22
15:53
In the graph, when a merge riser comes up out of a leaf on a different rail, try to shift the branch rail to be directly underneath the merge riser. ... (check-in: 1e70f826b9 user: drh tags: trunk)
13:45
Fix a bug in graph display for when a merge descender is on rail zero, for example the merge descender on the bottom node of [/timeline?b=e5b1c70e2a6e0434&n=22]. ... (check-in: 2bbd70da66 user: drh tags: trunk)
13:30
Improved comments on the graph layout rail shuffling. ... (check-in: ebbfe7d997 user: drh tags: trunk)
11:46
For MSVC build, use /utf-8 option for CL (because some sources need it and this helps when some codepages are in effect) ... (check-in: 0324515b59 user: larrybr tags: trunk)
2022-03-21
17:36
Typo and link fixes via [forum:09c35aec52377b41 | forum post 09c35aec52377b41]. ... (check-in: 1b13f430c6 user: stephan tags: trunk)
16:42
Typo fix from [forum:a7a52ce98a | forum post a7a52ce98a]. ... (check-in: c3d321fb6f user: stephan tags: trunk)
2022-03-17
12:01
Update the fossil_prompt.sh script so that it keeps the username and hostname part of the prompt green and only changes the path from red to green. ... (check-in: cca805fa89 user: drh tags: trunk)
2022-03-12
20:11
Fix to the uintnocase collating sequence. See [forum:/forumpost/56250e7ff0|forum post 56250e7ff0]. ... (check-in: b39475b625 user: drh tags: trunk)
14:20
Update the built-in SQLite to the latest trunk version which includes all of the patches associated with version 3.38.1 plus additional performance enhancements. ... (check-in: b731e1f65b user: drh tags: trunk)
2022-03-10
12:50
Graph layout: Reduce the top-margin requirement for a merge arrow that comes straight up out of the top of a leaf node. ... (check-in: 6b56d89058 user: drh tags: trunk)
12:35
Graph layout: Strive harder for merge arrows to come straight up out of the top of leaf nodes. ... (check-in: a3bfe425e0 user: drh tags: trunk)
2022-03-08
20:47
On file listing pages, sort files that have numbers as part of their name in numeric order. ... (check-in: 59dfca5ed5 user: drh tags: trunk)
13:08
Faster implementation of start_of_branch() using a CTE. ... (check-in: 8736de8baa user: drh tags: trunk)
12:04
Fix the case eType==1 (find the first check-in of the branch). ... (Closed-Leaf check-in: 5e34c99828 user: danield tags: start-of-branch-cte)
01:07
Timeline graph layout changes that strive to do better a communicating the merging and branching activity between multiple branches. ... (check-in: d1d7fce64e user: drh tags: trunk)
2022-03-07
21:12
Fix the display of cherrypick links that are on the same rail as their origin node but then go left. ... (check-in: 632d07c6a9 user: drh tags: trunk)
21:01
Fix very minor comment typos. ... (check-in: 680837fae7 user: drh tags: trunk)
20:00
When displaying the graph for a branch such that the rail for that branch is on the left margin, try to draw merge lines coming into that branch on rails just to the right of the branch itself. ... (check-in: 8b1e14df0b user: drh tags: trunk)
19:01
Update to the latest SQLite 3.39.0 alpha with its performance enhancements and bug fixes. ... (check-in: 14da62eeb5 user: drh tags: trunk)
2022-03-04
17:56
Add braces around an if-block. ... (check-in: 9cd9271155 user: danield tags: start-of-branch-cte)
16:04
Fix query for eType 0 or 2. ... (check-in: f35abaff5c user: danield tags: start-of-branch-cte)
15:32
Fix an assertion failure. ... (check-in: d3625bd9c4 user: danield tags: start-of-branch-cte)
2022-03-03
23:19
Use a CTE instead of querying the database in a loop when finding the start of a branch. This can bring significant speedup on some machines. ... (check-in: c7749bb0a3 user: danield tags: start-of-branch-cte)
2022-03-02
02:00
Update the built-in SQLite to the latest trunk version that includes various performance enhancements. The purpose here is to test the recent SQLite enhancements in a real-world application. ... (check-in: ad744440dc user: drh tags: trunk)
2022-03-01
21:02
Ensure that db_open()'s db-is-an-appendvfs-binary check uses canonicalized filenames to avoid the problem reported in [forum:16880a28aad1a868 | forum post 16880a28aad1a868]. ... (check-in: ab7ad2348c user: stephan tags: trunk)
17:21
Allow optional "-" characters in the huge string argument to bid= on /timeline so that when the hyperlink will have wrap opportunities when pasted into the chat. ... (check-in: adfc1a6b60 user: drh tags: trunk)
16:21
Fix an unused var warning in windows ... (Closed-Leaf check-in: 169a3dabcf user: mgagnon tags: nameofexe-appendvfs-check)
2022-02-28
23:32
Calling db_open() to determine if a given repository is valid rather than a hand-rolled sqlite3_open() call. This then allows us to call db_looks_like_a_repository() to determine if the DB is a valid repo rather than duplicate the checks it already has in another nearby context. This is part of the apndvfs vs normal-case stuff done in prior commits, consolidating the notion of "valid" to a single spot in the code. ... (check-in: 69145d9d99 user: wyoung tags: trunk)
21:30
Resolve the bug revealed in [forum:16880a28aad1a868 | forum post 16880a28aad1a868] in which the db_open() appendvfs check can misinteract with g.nameOfExe. This is in a branch until a Windows user can confirm that the g.nameOfExe change in main.c behaves as desired on Windows. This was a collaborative bug fix via /chat, not my own. Edit: test success on Windows reported by Martin G. ... (check-in: ec02acfd09 user: stephan tags: nameofexe-appendvfs-check)
20:49
Since checkin [d8c32ebdff], file_fullexename() function is supported windows, remove comment saying otherwize. (no code change) ... (check-in: 491b986d0d user: mgagnon tags: trunk)
20:35
Simplified an overly-clever test for a file size being an even multiple of 512 bytes. Compiler Explorer says GCC 11 generates the same code both ways, at least, and it isn't in a CPU-critical code path anyway. Also added a comment referring to this new, simplified code, to prevent a recurrence of the problem fixed by the prior commit. ... (check-in: c67d54010d user: wyoung tags: trunk)
19:23
Reverted a check for the repository size being an even multiple of 512 bytes as a test for validity. Introduced in [/info/bd7f2727ba25912e | an omnibus commit] for obscure reasons, it causes some valid clone operations to fail, as originally reported [forum:/forumpost/16880a28aad1a868 | on the forum]. ... (check-in: 4a2d0e7878 user: wyoung tags: trunk)
14:05
/md_rules: replaced 'complex' with 'more', per /chat discussion. ... (check-in: 369d7d1a20 user: stephan tags: trunk)
2022-02-26
14:37
Removed ENABLE_JSON1 flag from tools/sqlcompattest.c because that flag is no longer in sqlite3 as of 3.38, which is the current minimum required version. Reported in [forum:549da79dd9 | forum post 549da79dd9]. ... (check-in: 8af827342f user: stephan tags: trunk)
01:36
globs.md: clarified that globs apply to the whole dir/filename combination without any awareness/special treatment of the directory part, as suggested in [forum:6637b92a6a17a6bc | forum post 6637b92a6a17a6bc]. ... (check-in: d862cb71d6 user: stephan tags: trunk)
2022-02-25
17:43
Increase the version number to 2.19 to begin the next development cycle. ... (check-in: 8f0a7ace0c user: drh tags: trunk)
11:24
Update the version number on the homepage. ... (check-in: 93768c1b67 user: drh tags: trunk)
2022-02-23
17:18
Spelling corrections caught by Debian's automated tools, thanks to Barak A. Pearlmutter. ... (check-in: 9993c43b5c user: danshearer tags: trunk)
13:22
Version 2.18 ... (check-in: 84f25d7eb1 user: drh tags: trunk, release, version-2.18)
13:09
The --share-links option seems to be causing no end of confusion. So we'll just make it undocumented and perhaps remove it or document it properly later. ... (check-in: 0a91005e35 user: drh tags: trunk)
13:01
Include the '&lt;html&gt;' rule in the Miscellaneous section of [/md_rules]. ... (check-in: f0fa7f21f8 user: drh tags: trunk)
12:50
Improvements to the change log for 2.18. Fix the aboutcgi.wiki document so that it correctly shows the scope of REQUEST_URI. ... (check-in: d0491fd0b4 user: drh tags: trunk)
12:33
Count overnesting as the fourth type of the footnote-related issues and report accordingly. ... (check-in: ae297bb671 user: george tags: markdown-footnotes)
09:45
Minor refactoring. Move the definition of <code>BLOB_APPEND_LITERAL()</code> macro from <code>markdown_html.c</code> to <code>blob.c</code> so that it could be used outside of <code>markdown_html.c</code>. Also rename it to lowercase for consistency with other API. Within <code>markdown.c</code> use that newly available macro instead of <code>blob_append_string()</code>. Within <code>markdown_html.c</code> use it for footnotes-relevant code. Other invocations of <code>BLOB_APPEND_LITERAL()</code> within <code>markdown_html.c</code> are left intact (they use an alias) in order to simplify the potential merge with the trunk. ... (check-in: c8a8d0c94c user: george tags: markdown-footnotes)
08:21
Minor refactoring. Move the definition of <code>BLOB_APPEND_BLOB()</code> macro from <code>markdown_html.c</code> to <code>blob.c</code> so that it could be used outside of <code>markdown_html.c</code>. Also rename it to <code>blob_appendb()</code> for consistency with <code>blob_appendf()</code> and other API. Within <code>markdown.c</code> use that newly available macro where appropriate. Within <code>markdown_html.c</code> use it for footnotes-relevant code. Other invocations of <code>BLOB_APPEND_BLOB()</code> within <code>markdown_html.c</code> are left intact (they use an alias) in order to simplify the potential merge with the trunk. ... (check-in: 33a681ebee user: george tags: markdown-footnotes)
07:36
Fix handling of user-provided classes for unreferenced, joined and overnested footnotes. In all these cases the tokens of user-provided classes are rendered as plain-text and no special classes are added anywhere. ... (check-in: 875472a8b0 user: george tags: markdown-footnotes)
2022-02-22
21:44
Improved organization and grouping of the change list for version 2.18. ... (check-in: 1841ce6747 user: drh tags: trunk)
21:20
Adjustments to the "/md_rules" page, suggested on the SQLite forum: <https://sqlite.org/forum/forumpost/b8e93aa66d> ... (check-in: c5e4c8b63a user: drh tags: trunk)
19:13
Update the built-in SQLite to version 3.38.0 final. ... (check-in: c55e0f6ca3 user: drh tags: trunk)
2022-02-21
20:54
docs: a typo fix and an updated date reference. ... (check-in: 841c78d2cd user: stephan tags: trunk)
20:44
antibot.wiki: changed 'billions' to 'millions', per /chat discussion. ... (check-in: d4f3babea9 user: stephan tags: trunk)
20:36
Per chat discussion and [forum:fd49a822db5bc522 | forum post fd49a822db5bc522], removed PellesC build from makemake.tcl and the corresponding makefile. ... (check-in: fcb33239b5 user: stephan tags: trunk)
05:14
Add a comment for <code>append_footnote_upc()</code>. Also substitute a variable of zero value with just "0" constant. No functional changes. ... (check-in: ae8a3dd5aa user: george tags: markdown-footnotes)
04:29
Impose a limit on the depth of nesting of inline footnotes. Also add a few test cases: for depth limiting and HTML hijacking. ... (check-in: f4ff013ace user: george tags: markdown-footnotes)
2022-02-20
23:00
If there are issues with footnotes then set TH1 variable <var>$footnotes_issues_counters</var> to a space separated list of integers that count for "misref", "unref" and "joins". This eliminates the need for JavaScript for the case when a custom skin wants to [forum:/forumpost/119b0be29a2b096b|warn about issues with footnotes] in the header of a page.<br> Also fix counting of "joins": count the number of unique labels that have multiple definitions (and not the number of such definitions). ... (check-in: 773cef5cf7 user: george tags: markdown-footnotes)
19:14
Fix typo in the output of "fossil help -o". ... (check-in: 5b4a729b71 user: drh tags: trunk)
2022-02-19
23:03
Adjust padding in /chat CSS to eliminate an unsightly dead zone between the chat area scrollbar and the right side of the page, as reported in /chat. ... (check-in: 46ec28aca9 user: stephan tags: trunk)
01:59
Fix hyperlinks on the [/help?cmd=/winfo|/winfo] page. These were broken when a page was accessed through [/help?cmd=/info|/info/HASH] or <code>/winfo/HASH</code> aliases. ... (check-in: 356a4845b3 user: george tags: trunk)
01:16
Parse inline footnotes even if a renderer does not define a callback for rendering of footnote markers. This seems more correct even though the current implementation of backlink processor does define such callback as an empty function. ... (check-in: e06c12d176 user: george tags: markdown-footnotes)
01:00
Handle some corner cases more thoroughly: dismiss empty footnotes, passthrough (more carefully) user-provided classlist if the token is not followed by a blank character or if a footnote's text consists just of such token and blank characters. Also simplify a little bit a few places inside of <code>is_footnote()</code> function. ... (check-in: fe3157803f user: george tags: markdown-footnotes)
2022-02-18
22:05
Do not try to uncompress generic HTTP content when the NOCOMPRESS flag is set. ... (check-in: 66ef906118 user: drh tags: trunk)
20:49
Rename the "fossil chat backup" command to "fossil chat pull". ... (check-in: 8ee8f03a77 user: drh tags: trunk)
20:32
For "fossil chat backup", when transfering content from the transfer table into the repository, be explicit about column names, as the column names might be in a different order. ... (check-in: e983a7dc93 user: drh tags: trunk)
20:25
Add the "fossil chat backup" command and the "/chat-backup" webpage to support it. ... (check-in: 1827a31487 user: drh tags: trunk)
15:23
Improved diff alignment following an indentation change. The objective of this change is to improve the diff output for of the [a36dd09d17f3057f] check-in. ... (check-in: 868d160838 user: drh tags: trunk)
13:35
Fix a minor comment typo. ... (check-in: e2aed163ac user: drh tags: trunk)
01:33
Add <code>--lint-footnotes</code> option to the <code>test-markdown-render</code> command. If this flag is given and footnotes in the input have issues, then print to <var>stderr</var> the counters of "misrefs", "strays" and "split-defs" and exit with error. This should partially address a concern [forum:/forumpost/119b0be29a2b096b|raised at the forum]. ... (check-in: 1f525713ff user: george tags: markdown-footnotes)
2022-02-17
22:09
If a footnote's text starts with a token of the special form then use this token to derive a set of CSS classes that are added to that footnote and its references. This enables users to style elements of a particular footnote provided that the administrator provisioned and documented some special CSS classes in a custum skin. Default skin does not provide any of such special classes which makes this feature an "opt-in". ... (check-in: 92516ced8b user: george tags: markdown-footnotes)
18:13
Fix a typo in the help for the "fossil remote" command. ... (check-in: 7ea1b380ea user: drh tags: trunk)
15:04
'update' shows the commit date for the updated-from version, for consistency." ... (check-in: 971dd2364d user: danield tags: trunk)
02:38
'update' now lists the updated-from version, per off-list user request, the intent being to simplify access to the version for purposes of running a diff after seeing updates arrive. ... (check-in: 07ed3fedfa user: stephan tags: trunk)
00:17
Clean-up and rephrase some comments. ... (check-in: a62c876896 user: george tags: markdown-footnotes)
2022-02-16
23:08
Make parsing slightly faster and fix a comment. No changes in functionality. ... (check-in: a36dd09d17 user: george tags: markdown-footnotes)
22:11
Include <code>REQUEST_URI</code> into footnotes' hyperlinks. This should make links work even if base href (in a page's header) is not consistent with the <code>REQUEST_URI</code>. If <code>FOOTNOTES_WITHOUT_URI</code> macro is defined while compiling <code>src/markdown_html.c</code> then bare "#fragment" hyperlinks (without <code>REQUEST_URI</code>) are generated. ... (check-in: 2c1f8f3592 user: george tags: markdown-footnotes)
13:22
Mention the REQUEST_URI fix in the change log. ... (check-in: ced2850813 user: drh tags: trunk)
2022-02-15
23:34
Update the built-in SQLite to the latest 3.38.0 beta. ... (check-in: abd90eb5a8 user: drh tags: trunk)
21:46
Return a 404-Not Found error on any attempt to access a "draft" skin that is not defined. ... (check-in: de320cc33e user: drh tags: trunk)
21:35
FIXME-comments in the code did not indicate issues and are now rephrased to be mere reminders. ... (Leaf check-in: d253ece08a user: george tags: base-href-fix)
02:26
Do not override base href for wiki pages. This needs testing. ... (check-in: 89dd34519f user: george tags: base-href-fix)
00:58
When setting <var>$webpagename</var> pass the value of <var>g.zPath</var> though <code>escape_quotes()</code>. This is unclear how <var>g.zPath</var> can contain quotes but let this strange case be handled in a safe way. ... (check-in: 288fe34ced user: george tags: base-href-fix)
00:14
Move <code><meta charset="UTF-8"></code> to the begining of the default header. Supply BODY element with a class that derives from <var>$webpagename</var>. ... (check-in: 6d135904ad user: george tags: base-href-fix)
2022-02-14
23:32
Minor code refactoring: rename a temporary variable and utilize <code>matching_bracket_offset()</code> one more time. No changes in functionality. ... (check-in: 5b845a0790 user: george tags: markdown-footnotes)
23:06
Do not export <var>g.zRelReqURI</var> to TH1 interpreter because <code>getParameter</code> proc can retrieve <code>PATH_INFO</code> and <code>QUERY_STRING</code>. Instead export <var>g.zPath</var> (as <var>$webpagename</var>) since that is typically needed in the TH1 headers/footers of custom skins. ... (check-in: ff4c7ed609 user: george tags: base-href-fix)
22:43
Make <code>style_set_base_href_suffix()</code> safe for misuse: if the resulting suffix contains unescaped quotes then escape them. <var>$base_href_suffix</var> is intended for interpolation inside of the quoted href attribute. This check-in should address the case when a user of malfunctioning browser (which mishandles quoting) is tricked by an adversary to visit a specially crafted hyperlink. ... (check-in: d97752f30b user: george tags: base-href-fix)
2022-02-13
19:29
Fix parsing of "free-standing" footnotes that was (slightly) broken by the previous check-in. ... (check-in: 23c3e0b2a7 user: george tags: markdown-footnotes)
19:16
Back out check-in [5bb921dd0893a548] which was wrong - the REQUEST_URI CGI parameter should include the query string. Improve the CGI variable documentation in comments. Improve robustness to malformed CGI variables. ... (check-in: e514eeea8f user: drh tags: trunk)
19:14
Improved robustness in CGI variable parsing. ... (Closed-Leaf check-in: b897350007 user: drh tags: cgi-compliance)
17:54
Rename variable <var>g.zUrlSuffix</var> to <var>g.zRelReqURI</var> (Relative Request URI). Provide it to TH1 interpreter as <var>$relrequri</var>. ... (check-in: 05e3fa76be user: george tags: base-href-fix)
16:00
Fix hyperlinks on the [/help?cmd=/winfo|/winfo] page. These were broken when a page was rendered through [/help?cmd=/info|/info/HASH] of <code>/winfo/HASH</code> aliases. ... (check-in: 5ce372ce48 user: george tags: base-href-fix)
01:35
Cherry-pick from branch 'cgi-compliance' (and thus back out [5bb921dd0893a548]). Adapt the computation of g.zUrlSuffix in <code>set_base_url()</code> accordingly. ... (check-in: 5c649c7e0f user: george tags: base-href-fix)
00:26
Back out [5bb921dd0893a548]. It turns out that REQUEST_URI should have the query string appended. Make other changes to cgi.c to bring it into "compliance". "Compliance" is in quotes because rfc3875 does not define REQUEST_URI. That variable is really just by conveniention. But Apache and Nginx both append the query string, so we should too. ... (check-in: fd1c9b090a user: drh tags: cgi-compliance)
2022-02-12
21:51
Add an overlooked call to <code>style_set_base_href_suffix()</code> in src/info.c and add a comment of why not to do so for [/help?cmd=/ext|/ext] ... (check-in: 87fba73120 user: george tags: base-href-fix)
20:53
Update the defense-against-robots documentation to align with current behavior. ... (check-in: c9082b2971 user: drh tags: trunk)
20:52
If markup is ambigous between a "span-bounded" footnote and a "free-standing" footnote followed by another footnote then interpret as the later case. ... (check-in: b363a4dbe7 user: george tags: markdown-footnotes)
20:30
Enhancement to robot defense. The auto-hyperlink setting can now be 2 (UserAgent only) in which case the UserAgent string is consulted and hyperlinks are generated if and only if the UserAgent looks human. Javascript does not come into play. When auto-hyperlink is 1, the traditional Javascript changes to href= in anchor tags are still used. ... (check-in: df337eb61c user: drh tags: trunk)
19:53
An attepmt to fix the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base|<code><base href="..."></code>] element of webpages so that the value of <var>href</var> attribute matches the URL being served. This should fix "#fragment" hyperlinks on all pages where these were broken (all except [/help?cmd=/doc|<code>/doc</code>]). The values for [/help?cmd=/wiki|<code>/wiki</code>] and [/help?cmd=/info|<code>/info</code>] were left unchanged (it's yet unclear if they should also be changed). ... (check-in: 03b39f1d00 user: george tags: base-href-fix)
13:55
Do not require mouse events for auto-hyperlink if the UserAgent string includes "Android". Describe the Safari visited/unvisited link limitation on the auto-hyperlink setting. ... (check-in: cef15ed3d3 user: drh tags: trunk)
13:29
New javascript for href.js such that any mousemove or mousedown event at any time is sufficient to trigger the mouse activity condition for activation of hyperlinks. This works better on FF and chrome, but with safari, the visited/unvisited link color is determined by the initial value of href= and is not adjusted when href= changes, so visited/unvisited colors are not being updated on safari. ... (check-in: e7d67b7640 user: drh tags: trunk)
01:01
Modify the /honeypot to explain the situation to human readers who might accidentally reach it, and offer them a links to the login page to prove their humanness. ... (check-in: 533c2c7144 user: drh tags: trunk)
00:38
Robot defense uses a mousedown event rather than mouse motion as one of the signals that the request is from a human. This should make robot defense work better for users on mobile. ... (check-in: 8d4e11432d user: drh tags: trunk)
2022-02-11
21:25
The REQUEST_URI CGI parameter should not include the QUERY_STRING. ... (check-in: 5bb921dd08 user: drh tags: trunk)
16:00
Improvements to the /admin_sql page. ... (check-in: 6325f81d06 user: drh tags: trunk)
15:40
Better hyperlinks on the security-audit warning about the server load average setting. ... (check-in: e5c0543760 user: drh tags: trunk)
15:26
Enhance security audit to warn about giving hyperlink privilege to user nobody. ... (check-in: 5999d2446b user: drh tags: trunk)
14:57
Fix mis-coded HTML on the /setup_access page. ... (check-in: ecab8f430f user: drh tags: trunk)
01:26
Fix parsing of a multiline definition of labeled footnote for the case when lines end with CR+LF. ... (check-in: ea66d15cf3 user: george tags: markdown-footnotes)
2022-02-10
23:30
Fix a warning for unused variable 'p' introduced by [487e465263fd21] ... (check-in: 8895d938e2 user: george tags: trunk)
23:00
Clean-up and polish relevant CSS and HTML's class names. Insure visual spacing between footnotes' markers so that numbers are distinguishable when multiple footnotes in a row are used. Factor out auxiliary decorations from HTML into the default CSS, to enable customization via skins. ... (check-in: 2b1375abad user: george tags: markdown-footnotes)
19:38
Fix the "fossil remote add NAME URL" command so that it accepts aliases for URL. ... (check-in: c301e29389 user: drh tags: trunk)
15:50
Update the built-in SQLite to the latest 3.38.0 beta that includes the performance enhancements on the datetime() function. ... (check-in: 740d655e55 user: drh tags: trunk)
00:29
Merge from trunk ... (Leaf check-in: 2b5f9b211c user: george tags: search-terms-highlighting)
00:22
Merge from trunk ... (Leaf check-in: a961a67ba7 user: george tags: rptview-submenu-paralink)
00:17
Merge from trunk ... (check-in: 88ff4e5dea user: george tags: wcontent-subsets)
00:12
Merge from trunk ... (Leaf check-in: 9b76469b38 user: george tags: th1-doc-vars)
00:05
Remove unused local variable from cgi_parse_POST_JSON() to fix a compiler warning. ... (check-in: 96bf76a4b1 user: george tags: trunk)
2022-02-09
22:59
Handle unreferenced footnotes. If a labeled footnote is defined but there are no references to it, then add a special item at the end of footnotes. This item includes a label and the text of the strayed footnote - both rendered verbatim via <tt>html_escape()</tt>. Default skin makes such items visible and easily distinguishable. The order of such items match the order in the underlying source code. ... (check-in: ada55cd45a user: george tags: markdown-footnotes)
20:23
Cherrypicked [92221aaa192e82] and [7283ae6e120c10] on behalf of George. ... (check-in: f902814db6 user: stephan tags: trunk)
20:09
Join duplicated footnotes slightly faster. Fix a comment about auxiliary <tt>cmp_footnote_id()</tt> function. ... (check-in: 7f6a641808 user: george tags: markdown-footnotes)
19:38
Fix a misuse of an unsigned integer in the <tt>blobReallocMalloc()</tt> which can lead to redundant memory reallocations. ... (check-in: 92221aaa19 user: george tags: markdown-footnotes)
19:29
Fix a bug in the <tt>blob_reserve()</tt> function that was introduced by [1243bf39996b8a]. The <i>current</i> mainline is not affected because this function is not used anywhere. However it was causing memory corruption on the 'markdown-footnotes' branch since it was employed in [544df852b2d9a1]. ... (check-in: 7283ae6e12 user: george tags: markdown-footnotes)
06:59
Display build/patch number for the MSVC compiler. ... (check-in: 487e465263 user: danield tags: trunk)
2022-02-08
17:14
Fix compiler warning on builds that lack support for FuseFS. ... (check-in: 398c5cd1a7 user: drh tags: trunk)
17:07
Make the "fusefs" command and help text available, even on builds that lack support for FuseFS. ... (check-in: b1a78a65f6 user: drh tags: trunk)
14:09
An attempt to fix a "double free crash" from the previous check-in. ... (check-in: 18c9d10368 user: george tags: markdown-footnotes)
14:04
If several footnotes are defined with the same label then join them into a single footnote. Text from each definition becomes an item in the list. This solution makes such situations noticable for the usual case (when this is an oversight) but also not obtrusive for the rare cases (when this is intentional). The list is provided with a special class to enable styling via skin customization.<br><b>This check-in is known to cause crash, see the forthcoming check-in.</b> ... (check-in: 544df852b2 user: george tags: markdown-footnotes)
13:39
Add <tt>const</tt> qualifier to the arguments of the <tt>blob_compare()</tt> function. ... (check-in: 2822b63b39 user: george tags: markdown-footnotes)
2022-02-06
22:53
Handle misreferences more thoroughly. Implement support of footnotes-within-footnotes with (hopefully) proper crosslinking (that's where it's getting tricky). ... (check-in: 1787f6df11 user: george tags: markdown-footnotes)
2022-02-05
01:21
Update the built-in SQLite to the latest 3.38.0 beta. ... (check-in: 82bbde8d0f user: drh tags: trunk)
2022-02-04
23:07
Handle misreferences: a reference to undefined footnote. ... (check-in: 28e6a9cd13 user: george tags: markdown-footnotes)
19:47
Minor code refactoring. ... (check-in: 2636e2245e user: george tags: markdown-footnotes)
19:24
Automatically render a horizontal rule before the list of footnotes. If desired a particular skin can hide it using CSS selector "hr.footnotes-separator". ... (check-in: 6807b434a9 user: george tags: markdown-footnotes)
19:08
Add file [/doc/markdown-footnotes/test/markdown-test3.md|test/markdown-test3.md] that is suggested as an accumulator of footnotes-specific test cases. ... (check-in: fe9e6ff9eb user: george tags: markdown-footnotes)
17:28
For rendering a numeric footnote mark enclose HTML tag "a" inside of tag "sup" (instead of the opposite) and format anchor's id using "noteref%s-%i-%s" template (instead of "noteref-%s%i-%s"). Add highlighting when hovering over a span-bounded footnotes. ... (check-in: fb999972e4 user: george tags: markdown-footnotes)
16:54
Fix documentation so that an example of a referenced footnote definition inside of the fenced code block is not recognized as a real footnote defenition. This demonstrates a subtle gotcha and a possible work-arround of it. ... (check-in: 7229d0f588 user: george tags: markdown-footnotes)
11:28
On the repository list page, show Last Modified as 'unknown' for a repository with no entries in the event table (see [forum:/forumpost/993d5bcc8c | forum report]), and sort it still as oldest. ... (check-in: 9e42012742 user: danield tags: trunk)
00:37
Switch to <tt>(^...)</tt> for inline footnotes. Implement span-specific footnotes. Add [/doc/markdown-footnotes/src/markdown.md#ftnts|documentation]. ... (check-in: cae7a5d1ca user: george tags: markdown-footnotes)
2022-02-03
00:55
Remove a faulty assert() statement inserted by check-in [9c1199d723e0acda]. ... (check-in: 537a1394d8 user: drh tags: trunk)
2022-02-02
21:50
Fix typo in defcsp.md: DSP --> CSP ... (check-in: 9ce4dd0db2 user: mgagnon tags: trunk)
17:50
Bug-fix: Do not loose referenced footnotes when inline footnotes are also used. ... (check-in: a8f0f1e7ff user: george tags: markdown-footnotes)
2022-02-01
22:03
Add --case-sensitive and --nocgi to the output of 'fossil help -o', and --cgitrace to the webpage for global options. ... (check-in: 54cdf297fd user: danield tags: trunk)
21:24
Document the "--chdir" global option. (on "fossil help -o") ... (check-in: 4bb2090454 user: mgagnon tags: trunk)
20:12
Support multiline footnote definitions and inline footnotes via <tt>^[...]</tt> syntax (this syntax is not settled yet). Fix overall link support that was broken by [e3710ccd3a5a]. ... (check-in: 78b7846b8e user: george tags: markdown-footnotes)
13:20
Update to the latest SQLite 3.38.0 alpha that includes support for --wordwrap in the CLI. ... (check-in: 0505bc8289 user: drh tags: trunk)
2022-01-31
16:30
Update to the latest SQLite in order to fix compiler warnings. ... (check-in: 52b0272fda user: drh tags: trunk)
14:19
Update the built-in SQLite to the latest 3.38.0 alpha that include the new ".mode qbox" command and other enhancements in the shell. ... (check-in: 100118cb91 user: drh tags: trunk)
05:42
For the MSVC makefile, fix forwarding of XPCFLAGS and XPLDFLAGS to OpenSSL. This is only relevant if the MSVC makefile is used to build OpenSSL as a sub-project (FOSSIL_BUILD_SSL=1) for Windows XP (FOSSIL_ENABLE_WINXP=1). XPLDFLAGS only matters for the shared library case (FOSSIL_DYNAMIC_BUILD=1), and is applied in a post build step -- somewhat whacky, but fixes the problem, and there's a lot of comments and diagnostic output to help with troubleshooting. ... (check-in: fa3f60f694 user: florian tags: trunk)
05:32
Update the makemake.tcl script. ... (Closed-Leaf check-in: 771ab19439 user: florian tags: msvc-openssl-winxp)
05:29
Keep the verbose output as it's helpful for debugging, and because Fossil build output is also very detailed. ... (check-in: c62f663e19 user: florian tags: msvc-openssl-winxp)
2022-01-30
17:38
Do not assume little-endian architecture within <tt>to_base26()</tt> function. ... (check-in: 4b63b1ee55 user: george tags: markdown-footnotes)
17:08
Add an "eye-candy": if a footnote's mark is followed then the corresponding back-reference is highlighted, if a footnote's back-reference is followed then highlight the corresponding footnote's mark. ... (check-in: 50dcf92f85 user: george tags: markdown-footnotes)
11:32
Reduce output verbosity, but still provide enough hints in case of an error. ... (check-in: 7dcf497daa user: florian tags: msvc-openssl-winxp)
11:26
Remove an incorrect comment: it's possible to edit the OpenSSL makefile, and it only rebuilds itself if the templates are updated. ... (check-in: 87dcc045dd user: florian tags: msvc-openssl-winxp)
2022-01-29
00:19
Decouple parsing and HTML-specific rendering. Add support for back references in the list of footnotes. WIP - inline and multiline footnotes are not yet implemented. ... (check-in: e3710ccd3a user: george tags: markdown-footnotes)
2022-01-28
17:36
Improved TLS read-from-client support on Windows. ... (check-in: b0834be5d0 user: stephan tags: trunk)
14:51
Swapped semantics of the new argument to ssl_read_server(), [forum:2f818850abb72719 | per forum discussion]. Adjacent doc touchups. ... (Closed-Leaf check-in: 9110662fd1 user: stephan tags: ssl-read-loops2)
06:37
Minor code style fixes. ... (check-in: d4ef61538c user: florian tags: ssl-read-loops2)
05:51
Another attempt to fix the SSL_read() loops on Windows. Not necessarily more elegant, but at least working around a well-defined problem, making the code easier to maintain. ... (check-in: 4d8a71be8c user: florian tags: ssl-read-loops2)
2022-01-27
20:08
Remove the prototype for pikchr() from config.h, since pikchr.c gets a valid header file on all platforms. ... (check-in: fd9b8fd845 user: danield tags: trunk)
19:45
Minor code clean-up of src/markdown.c: add a few 'const' specifiers, reduce the scope of temporary variables and simplify their names. ... (check-in: b9393a4e64 user: george tags: markdown-footnotes)
16:27
Additional fixes to the build process to ensure that pikchr.c has a valid header file. ... (check-in: f46f8c3839 user: drh tags: trunk)
15:53
Change makemake.tcl accordingly for DMC (generated Makefile.dmc not tested). ... (Closed-Leaf check-in: 9f208a13bc user: danield tags: pickhr-prototype)
15:17
Fix makemake.tcl and Makefile.msc to build on Windows. ... (check-in: 2d354a6e7f user: danield tags: pickhr-prototype)
11:20
Be strict about compiler warnings for Windows builds. ... (check-in: 57f16ce8e5 user: drh tags: trunk)
06:45
Make MSVC build fail any level 2 warnings, and build w/o any. ... (Closed-Leaf check-in: 9c1199d723 user: larrybr tags: msvc-warn2-fatal)
06:39
Create new branch named "msvc-warn2-fatal" ... (check-in: 5e6484a5e5 user: larrybr tags: msvc-warn2-fatal)
04:34
Fix an off by 1 bug in "win32_http_request()" which was causing POST request to fail on windows. (e.g. wikiedit preview or upload of a file on the chat) Problem appear in checkin [7a3bf55f5489f534] ... (check-in: e4b49ce37d user: mgagnon tags: trunk)
04:16
A potential fix for the Makefile.msc and Makefile.dmc for the missing pikchr prototype, as discussed in /chat. Cannot test locally. _Might_ be that the added block in makemake.tcl line 1441 can be removed. ... (check-in: bc6bda98a1 user: stephan tags: pickhr-prototype)
03:57
Make sure the pikchr() function has a prototype(). MSVC generates incorrect code (and does not give a warning) if the prototype is missing. ... (check-in: a27b3364e3 user: drh tags: trunk)
2022-01-26
18:22
Make sure stdin and stdout are set to binary mode in Windows for the "fossil http" command. ... (check-in: be1c4d47f9 user: drh tags: trunk)
17:28
For Windows debugging, then "fossil ui" or "fossil server" is launched with the --httptrace option, the temporary files used to start subprocesses are stored in the working directory and are not deleted after each request. ... (check-in: 3d238187bb user: drh tags: trunk)
14:50
Initial support for [forum:/forumthread/d752446a4f63f390|footnotes in Markdown]. <br>This is WIP: support of multiline notes and code clean-up are pending. ... (check-in: ebce0f357e user: george tags: markdown-footnotes)
14:36
Fix compiler warning of unused function for builds without OpenSSL. ... (check-in: 2a563d60bf user: drh tags: trunk)
14:33
One more compiler warning fix. ... (check-in: 317c665ce6 user: drh tags: trunk)
14:32
Fix "unused variable" compiler warnings when building without OpenSSL. ... (check-in: c1350c8a44 user: drh tags: trunk)
14:00
Check-in [acffc8f7858254eb] was causing "CGI content-length mismatch" errors on the main Fossil website (xinet.d->althttpd->Fossil). This check-in attempts to resolve the problem. (Edit:) *Not!* The error is still occurring, though at least now we have a better error message. The problem might have been in althttpd and fixed at [https://sqlite.org/althttpd/info/fded041a3e9ce9b0]. ... (check-in: c5c7dd5ffb user: drh tags: trunk)
13:34
Improved help-page for the "http" command. ... (check-in: 42c4d045e1 user: drh tags: trunk)
13:10
Updates to the change log. ... (check-in: 076e7863c2 user: drh tags: trunk)
07:41
Alternative to [b890451cfb], [b70557f690] and [acffc8f785] to fix the SSL_read() loops on Windows. Pending tests on non-Windows platforms. ... (Closed-Leaf check-in: 95256636e4 user: florian tags: ssl-read-loops)
2022-01-25
19:36
Corrected parsing of /json-mode POST data in TLS mode. Extended /json/wiki/preview to support a mimetype option. ... (check-in: 7f5877e843 user: stephan tags: trunk)
18:14
ssl_read_server() now returns 0 on read error and lets the higher-level code deal with the short read. This might resolve the issue under discussion in [forum:/forumpost/2f818850abb72719 | forum post 2f818850abb72719]. ... (check-in: acffc8f785 user: stephan tags: trunk)
17:44
Update the built-in SQLite to the latest 3.38.0 beta, for the purpose of beta testing SQLite. ... (check-in: 605064e656 user: drh tags: trunk)
2022-01-24
08:42
/chat: added optional 'raw' URL argument to specify that the xmsg text should be returned as-is instead of HTML-izing it. This is not used by /chat but is to support Brad Harder's standalone curses-based /chat client (and similar ones). ... (check-in: 4359f4b573 user: stephan tags: trunk)
08:27
Simplified version of the previous patch which also catches SSL_read() errors on Windows. ... (check-in: b70557f690 user: stephan tags: trunk)
08:23
Preliminary workaround for Windows-specific SSL_read() behavior described in [forum:/forumpost/2f818850abb72719 | forum post 2f818850abb72719]. Patch tested by Florian (Windows) and myself (Linux). ... (check-in: b890451cfb user: stephan tags: trunk)
06:54
Replaced the "manual" TLS EOF tracking with BIO_eof(), analog to how is done in althttpd. ... (check-in: 06e300e5bd user: stephan tags: trunk)
2022-01-23
20:11
Diff algorithm is slightly faster and does a better job of dealing with indentation changes in code. See [forum:/forumpost/7631656a2823338a|forum thread 7631656a2823338a]. ... (check-in: 1cb182ac18 user: drh tags: trunk)
19:57
Add a heuristic to the diff generator that helps it do a better job of identifying differences in C code that result from a change in indentation level. ... (Closed-Leaf check-in: 8cd73dda3d user: drh tags: diff-improvement)
12:52
Fix bullets in wsl_caveats.wiki ... (check-in: ea6b2d3e86 user: larrybr tags: trunk)
11:29
Additional alignment debugging information output for "fossil diff --debug". ... (check-in: 9aaefcfd0a user: drh tags: diff-improvement)
09:16
Another follow-up to commits [85cfdd192a] and [6eeb7ec10e]: In the document to explain how Fossil reads environment variables to customize its behavior, do not mention how Fossil writes environment variables to customize the behavior of CGI programs, as that seems off-topic and confusing. ... (check-in: c7abbe1ee6 user: florian tags: trunk)
04:12
When trying to do an alignment of large blocks, first try an LCS on the same block using an ignore-whitespace comparison. If a large LCS is found, use that to subdivide the problem. Otherwise, continue with the usual divide-and-conquer technique. ... (check-in: c311efef07 user: drh tags: diff-improvement)
00:31
Approximately a 5x performance increase for diff with the -w (ignore whitespace) option. ... (check-in: fbdbc09b40 user: drh tags: diff-improvement)
2022-01-22
22:37
Remove expired link in userlinks.wiki ... (check-in: 1a370bc3d0 user: larrybr tags: trunk)
21:46
Link wsl_caveats.wiki into "Links For Fossil Users" ... (check-in: 70ca1ce4d2 user: larrybr tags: trunk)
18:02
Restore "const" before "DLine*" where possible in the diff generator. And even add some new instances of "const". ... (check-in: cf69ac4e39 user: drh tags: diff-improvement)
17:50
Fix the computation of DLink.nw for the case of the -w (no whitespace) option for diff. ... (check-in: 44b6f12845 user: drh tags: diff-improvement)
17:11
Add the Dline.nw field. Use it as a cache of the number of characters on a line with leading and trailing whitespace removed. ... (check-in: f6112b93e9 user: drh tags: diff-improvement)
13:49
Enhance the DLine.indent field so that it is always initialized to the number of space and control characters at the beginning of the line. ... (check-in: 2dad4158db user: drh tags: diff-improvement)
2022-01-21
20:34
Merge from trunk ... (check-in: 8d78edddf7 user: george tags: search-terms-highlighting)
20:24
Merge from trunk ... (check-in: 9094def2b9 user: george tags: rptview-submenu-paralink)
20:13
Merge from trunk ... (check-in: 5c0515e20c user: george tags: wcontent-subsets)
19:58
Merge from trunk ... (check-in: 6721c654a9 user: george tags: th1-doc-vars)
11:38
Fix the previous check-in to list environment variables used by the CGI Server Extensions feature in the correct place. ... (check-in: 6eeb7ec10e user: florian tags: trunk)
11:16
Defer output of status messages until relevant. Remove unnecessary FOR command variable expansions. ... (check-in: b2655b9c4d user: florian tags: msvc-openssl-winxp)
06:49
Forward XPCFLAGS and XPLDFLAGS to the OpenSSL build process to fix Windows XP builds with MSVC. This affects builds with FOSSIL_ENABLE_WINXP=1 and FOSSIL_BUILD_SSL=1. XPLDFLAGS is only relevant if FOSSIL_DYNAMIC_BUILD=1 also set, and is applied in a post-build step to work around the difficulties to append (MSVC) linker flags to the OpenSSL defaults. NOTE: Pending more tests, and back-porting to tools/makemake.tcl. ... (check-in: b9d40d68dc user: florian tags: msvc-openssl-winxp)
06:12
Add a few environment variables mentioned in recent check-in comments to the documentation. ... (check-in: 85cfdd192a user: florian tags: trunk)
2022-01-20
21:43
The test-httpmsg command does not need to open a repository. ... (check-in: b145f19df5 user: drh tags: trunk)
13:17
Add SERVER_SOFTWARE to the set of CGI parameters emitted by /ext ... (check-in: a9a1bd84d8 user: drh tags: trunk)
04:48
Per a /chat discussion in December, no longer "sterilize" manifests saved in zip/tar exports, as that changes their hash for client-side validation purposes and there is little risk of such exports being re-imported into a fossil repo. ... (check-in: 722c248d53 user: stephan tags: trunk)
2022-01-19
19:34
Change the definition of structure artifacts so that they can store UTF-8 text rather than just ASCII text. ... (check-in: cc214897fb user: drh tags: trunk)
16:55
For Solaris, omit the XOPEN_SOURCE define, as this is no longer recommended, according to private email from Claes Nästén. Also disable some obsolete compile-time options to SQLite. ... (check-in: 5b0c71d1fc user: drh tags: trunk)
16:00
If there is a global ssl-ca-location setting, make sure it is used when trying to locate the trust store for any client TLS operation. ... (check-in: 0ca1fc4d98 user: drh tags: trunk)
15:35
Change the priority of trust-store location search so that environment variables SSL_CERT_FILE and SSL_CERT_DIR take precedence over the ssl-ca-location setting. This allows a one-command override of the ssl-ca-location for testing or debugging. ... (check-in: e225dc9dec user: drh tags: trunk)
14:42
Add short option -ci for --checkin in 'fossil diff'. ... (check-in: c8a7ee7e4c user: danield tags: trunk)
06:30
Add wsl_caveats.wiki (now free-floating) ... (check-in: 73ba7637be user: larrybr tags: trunk)
2022-01-18
20:53
Fix a typo on the /secaudit0 page. ... (check-in: fef157554f user: drh tags: trunk)
19:59
Improvements to the on-line help text for the "fossil remote" command. ... (check-in: bbf17aeb87 user: drh tags: trunk)
19:18
Accept symbolic names for the URL in "fossil remote URL" command. ... (check-in: bcb09d6511 user: drh tags: trunk)
18:42
Fix the "fossil remote add NAME default" command so that it works to assign the name of NAME to the last sync URL. ... (check-in: ce1a1fd1d1 user: drh tags: trunk)
14:20
For the "fossil ssl-config" command, show the five possible locations of the trust store in priority order, and show the one that is actually used at the end. In -v mode, show the hash for each exception. ... (check-in: 0abeed1118 user: drh tags: trunk)
03:59
When renaming a user, rename any matching subscription entry to avoid that the user can no longer subscribe with the new name because the email address is already mapped. Also log user renames to the admin log. This does not work across all login groups because we don't know if each member has the subscriber table. ... (check-in: cdcffc413d user: stephan tags: trunk)
2022-01-17
20:32
Update the ssl-server.md document to conform to the latest changes. ... (check-in: 593c13baf2 user: drh tags: trunk)
19:57
Updates to the change log. ... (check-in: a0623f6928 user: drh tags: trunk)
18:10
Fix the "fossil sync" command so that it works with options -u and --all at the same time. ... (check-in: 95014ae996 user: drh tags: trunk)
16:56
A general simplification of the server-side TLS logic: Do not store server-certs in settings. Remove the ssl-config subcommands that try to do that. Change command-line options for server-TLS mode on "fossil server" and "fossil http": --cert for the cert file, --pkey for the private key, and omit --tls and --ssl. This check-in supercedes [/timeline?r=tls-server-fix|the tls-server-fix branch]. See [forum:/forumpost/de470658fdf45100|forum post de470658fdf45100]. ... (check-in: d7008b3457 user: drh tags: trunk)
13:47
This branch superceded by [d7008b34579d2f41|check-in d7008b34579d2f41] and therefore closed. Was: move the checking for --https to before verify_options is called ... (Closed-Leaf check-in: 60d1581ff0 user: rdb tags: tls-server-fix)
2022-01-16
18:42
The output of "fossil configuration --help" had two different ways -R was described, one wrong. The newer one was of a more consistent format with the rest of the help ([decd537016 | thus why it was added]) so removed the older one and reworked the newer one to be more accurate. ... (check-in: 6cb0fc2591 user: wyoung tags: trunk)
18:36
Fix the "fossil config pull AREA" command when it lacks a URL, so that it uses the default sync URL. ... (check-in: 661ea33159 user: drh tags: trunk)
11:29
merge latest trunk ... (check-in: 8dde277768 user: rdb tags: tls-server-fix)
10:55
/pikchrshow: in demo pikchrs which use an ampersand, write them as literals instead of HTML-escaped, to account for changes made to how pikchr handles those. ... (check-in: 4364ad05eb user: stephan tags: trunk)
10:09
Implement -p|--prototype option for diff command. This commit introduces support for displaying in the chunk header which C function each change is in. Tested on OpenBSD, Ubuntu, and macOS. <b>[closed: feature rejected]</b> ... (Closed-Leaf check-in: 792674372e user: jamsek tags: diff-show-func)
03:29
fix c90 forbids mixed declarations and code wanrning ... (check-in: ad66227c8d user: rdb tags: tls-server-fix)
02:03
When reading POST via TLS, fail fatally on a read error. Add SERVER_SOFTWARE to the environment when running in server mode. ... (check-in: ba95498d36 user: stephan tags: trunk)
01:34
Show the value of SERVER_SOFTWARE on the /test_env page. ... (check-in: f1729c4736 user: drh tags: trunk)
2022-01-15
16:49
add FOSSIL_ENABLE_SSL guards to new code ... (check-in: 9c68e9f8ca user: rdb tags: tls-server-fix)
16:44
tls: fix reading a loaded cert to be used with fossil server --tls repo.fossil talked about in forum thread https://fossil-scm.org/forum/forumpost/46f7dfc63f ... (check-in: 81c486badf user: rdb tags: tls-server-fix)
13:58
Cherrypicked [5fd1ca6f] (was checked in to wrong branch). ... (check-in: 8d456a5b77 user: stephan tags: trunk)
13:54
In standalone TLS mode, SSL_read() must be performed in a loop to avoid truncated POST data. Discussed in [https://sqlite.org/althttpd/forumpost/11c263b822fde80d | althttpd forum post 11c263b822fde80d]. ... (check-in: 5fd1ca6fba user: stephan tags: markdown-tagrefs)
10:09
Merged in trunk. ... (check-in: d11cbb637b user: stephan tags: markdown-tagrefs)
08:33
tls: fixes fossil ssl-config load-cert --filename so that the cert and keys are combined and stored in the config table. fossil ui --tls and fossil server --tls now reads the certificate from the config table field ssl-cert. ... (check-in: c2562490d4 user: rdb tags: tls-server-fix)
07:15
fix formatting style as per https://fossil-scm.org/forum/forumpost/a711fb4fa0 ... (check-in: 9769c4f756 user: rdb tags: trunk)
04:41
ssl-config show typo fixes reported in [forum:/forumpost/dde10203ae3dfe36 | forum post dde10203ae3dfe36]. ... (check-in: 2d3bee3b67 user: stephan tags: trunk)
04:11
fossil init: added options to set the project name and/or description during fossil init. --project-name --project-desc quote "string that contain spaces" ... (check-in: 9d98d861e5 user: rdb tags: trunk)
2022-01-14
16:34
added "clonly" command as alternate form of "clone --no-open" ... (Leaf check-in: 3598e3ae53 user: sdr tags: clone-no-open-alternative)
2022-01-13
19:45
Promote the test-detach to be just "detach". Provide better help. Require user confirmation. For "fossil pull --from-parent-project" remember the URL of the last parent project pull. Remove parent-project settings on a "fossil scrub". ... (check-in: b3f3a898c8 user: drh tags: trunk)
12:50
Change all calls to json_extract() into uses of the new ->> operator. ... (check-in: 50d433e5b0 user: drh tags: trunk)
2022-01-12
03:46
sync.wiki: fixed a typo and struck allow-symlinks from the list of sync'd config options. ... (check-in: d1ac2f90da user: stephan tags: trunk)
00:46
Possibly fix the assertion fault reported by [forum:/forumpost/4baa888c5743e3e1|forum post 4baa888c5743e3e1] ... (check-in: 3f8ee9e1f3 user: drh tags: trunk)
00:42
Update the built-in SQLite to the latest 3.38.0 alpha for testing. With this change, SQL now has access to the new -> and ->> operators for JSON. ... (check-in: cae03867de user: drh tags: trunk)
2022-01-10
22:59
A couple more 'src' to 'tools' fixes. ... (check-in: def53f0419 user: mistachkin tags: trunk)
07:16
Replaced a call to SSL_CTX_use_certificate_file() with SSL_CTX_use_certificate_chain_file(), per [forum:054f637e002683e3| forum post 054f637e002683e3]. ... (check-in: 82c62e5f8d user: stephan tags: trunk)
05:18
A couple more src-to-tools link fixes. ... (check-in: b3460ed3b0 user: stephan tags: trunk)
05:16
Fixed recently-broken links to makeheaders, caused by its move from src/ to tools/. Reported in the forum. ... (check-in: 78c484d153 user: stephan tags: trunk)
2022-01-09
10:15
Refactored the QUERY_STRING initialization so that a redirect to the index-page when visiting the top of a repo can catch the skin URL parameter. ... (check-in: 1b6ec17d59 user: stephan tags: trunk)
00:22
Another help text typo fix: s/clear-certs/clear-cert/. ... (check-in: c4ab04b59d user: stephan tags: trunk)
00:21
Doc/help fix for the ssl-config command: s/load-certs/load-cert/, per forum report. ... (check-in: 67e0be1ec0 user: stephan tags: trunk)
2022-01-08
08:28
Resolved crash in (hook delete all) reported in [forum:/forumpost/8a3a2f7df6 | forum post 8a3a2f7df6]. ... (check-in: faa39ea31a user: stephan tags: trunk)
04:58
Moved the GitHub forking stats down in the fossil-v-git doc to a spot where it fits better. Updated the stats, and tightened up the prose. ... (check-in: c0269e3477 user: wyoung tags: trunk)
04:19
Fixed a Markdown-ism in a Fossil wiki doc. ... (check-in: ab48b9da17 user: wyoung tags: trunk)
04:19
Made the "scale" issue in fossil-v-git less of a false dichotomy. ... (check-in: 5171e59120 user: wyoung tags: trunk)
2022-01-06
22:34
Fix the capexpr TH1 command so that it actually works for a list of terms. ... (check-in: 8188ef9bc7 user: drh tags: trunk)
22:19
Update the built-in SQLite to the latest 3.38.0 alpha that includes all of the bug fixes that appear in 3.37.2. ... (check-in: 186f5c2623 user: drh tags: trunk)
19:00
Corrected new cherry-pick merge alias to account for users entering a partial command name like 'cher'. Reported Martin G. in /chat. ... (check-in: 7ffc999f05 user: stephan tags: trunk)
2022-01-05
23:30
Added cherry-pick to the change log. ... (check-in: 12fc5dc7ce user: stephan tags: trunk)
23:26
Make the merge command behave as if --cherrypick were passed in if merge is invoked with the name cherry-pick, per [forum:/forumpost/7ca2e5dc4c | forum post 7ca2e5dc4c] and /chat discussion. Fixed an unrelated internal doc typo. ... (check-in: 0421108812 user: stephan tags: trunk)
13:09
Fix a harmless compiler warning in checkin.c that resulted from the oversize file check-in warning enhancements of [3ffe893f88a4b65b]. ... (check-in: a36cddb453 user: drh tags: trunk)
2022-01-04
18:49
Added year=YYYY filter to /timeline, per request in [forum:/forumpost/7c923903ad45c8ea | forum post 7c923903ad45c8ea]. ... (check-in: f8681a9c06 user: stephan tags: trunk)
01:13
Cross-link the ssl-server.md and ssl.wiki documents. Both of them still need improvements. Some Pikchr diagrams would be a great addition. ... (check-in: 939753d046 user: drh tags: trunk)
2022-01-02
20:46
In the forum, omit unnecessary query parameters on generated URLs, so that it is easier to copy/paste URLs into commit messages or chat windows. ... (check-in: 168eb71643 user: drh tags: trunk)
20:20
Warn against adding the private-key used by Fossil's built-in self-signed cert to the OS's trust store. ... (check-in: 890b49f8e0 user: drh tags: trunk)
2022-01-01
23:09
/chat: be more restrictive in what mimetypes we enable embedding for because loading an iframe with an arbitrary mimetype might force the browser to prompt to download the content. Leave the Embed toggle enabled, even during loading, to avoid that such a download prompt leaves the toggle permanently disabled. That latter bit required some refactoring of the auto-iframe-resize to account for toggling while the content is still in transit. ... (check-in: 0423fb8d7b user: stephan tags: trunk)
13:09
/chat: when creating download links, append file's extension to the /chat-download/MSGID so that the browser's mime-type guessing can work better (seems to fix inline SVG attachments). Prefer to use an attachment's mimetype, instead of filename, for guessing whether it can be embedded, and enable embedding for all text/ and image/ mimetypes. ... (check-in: cead9178c8 user: stephan tags: trunk)
12:50
Added --as FILENAME option to the (chat send) command, which uses FILENAME as the attachment name for the file specified by the --file flag. Mimetype guessing for the attachment is based on the --as name. ... (check-in: 2bb3c76ad9 user: stephan tags: trunk)
00:41
Update the built-in SQLite to the latest 3.38.0 alpha, for testing. ... (check-in: 3e74ae503f user: drh tags: trunk)
00:36
New setting "large-file-size" is a 64-bit integer. If any file of a check-in is larger than this amount, a warning is issues that the users has to confirm before continuing. Warnings can be bypassed using --ignore-oversize or --no-warnings. Use "fossil set large-file-size 0" to permanently disable this warning. Default value is 20,000,000. ... (check-in: 3ffe893f88 user: drh tags: trunk)
2021-12-31
19:02
Fix harmless compiler warnings. ... (check-in: 96a66d75f8 user: mistachkin tags: trunk)
02:59
Merged in trunk. ... (check-in: c800d2ca82 user: stephan tags: markdown-tagrefs)
2021-12-30
19:25
Updated change log for new /chat embedding feature. ... (check-in: 79ebb3c18a user: stephan tags: trunk)
19:21
/chat: added a bit of gap between the Embed checkbox and its label. ... (check-in: 90d89f886a user: stephan tags: trunk)
19:17
Enhance /chat to enable embedding of HTML/text/image attachments via iframes, the motivating use case being embedding of attached diff files. ... (check-in: 432ff8d8c1 user: stephan tags: trunk)
19:14
Force inheritance of the HTML-mode diff font-size and line-height attributes to fix misalignment in some browsers. ... (Closed-Leaf check-in: cf911e4425 user: stephan tags: chat-attachment-iframe)
19:02
/chat: if an iframe's body has no fontSize set, try to force it to match the message wrapper's font size. Whether this works might be environment-dependent. Add support for embedding images in iframes if the when the 'inline images' option is off. ... (check-in: d4b167bd97 user: stephan tags: chat-attachment-iframe)
18:26
/chat: shorted 'Toggle Embedded' label to 'Embed'. ... (check-in: 490c7b435f user: stephan tags: chat-attachment-iframe)
18:08
Remove display:flex from .message-widget-content elements, as it causes IMG elements to stretch to fill up all available space. ... (check-in: cf4a17c8b4 user: stephan tags: chat-attachment-iframe)
18:02
/chat: added txt to the list of iframe-embeddable extensions. ... (check-in: 1721d3089a user: stephan tags: chat-attachment-iframe)
17:58
/chat: change the Embed button to a toggle checkbox to show/hide the embedded iframe. ... (check-in: 956515f677 user: stephan tags: chat-attachment-iframe)
17:43
For diff --webpage output, style body to background-color white, primarily so that embedding in chat does not lead to unreadable diffs for certain user colors. ... (check-in: 41767a2e5f user: stephan tags: chat-attachment-iframe)
17:39
/chat: fixed text mode toggle to not mangle messages with attachments (it apparently never worked properly with them). ... (check-in: 7678922283 user: stephan tags: chat-attachment-iframe)
17:20
/chat: experimentally add an Embed button to HTML attachments which embeds their contents in an iframe. ... (check-in: d9e3ed5e20 user: stephan tags: chat-attachment-iframe)
2021-12-29
23:49
Fix a broken link in the SSL-server document. ... (check-in: 90b8921b6c user: drh tags: trunk)
23:00
Corrected missing commas in JSON-format diff builder output of Edit records. ... (check-in: 31be3836b7 user: stephan tags: trunk)
17:12
Tweaks to the SSL server documentation. ... (check-in: 2e2da5783d user: drh tags: trunk)
16:02
Final fix for the MinGW build. ... (check-in: 44f4d624f1 user: mistachkin tags: trunk)
15:56
Fixes to MinGW build (still not quite working). Remove final remnants of miniz. ... (check-in: a015ab64ca user: mistachkin tags: trunk)
15:44
Preliminary documentation for server-side SSL. ... (check-in: a094e654e5 user: drh tags: trunk)
14:45
Another simplification of SEE memory handling for the 'sql' command. ... (check-in: 531434900b user: mistachkin tags: trunk)
14:34
Correction to SEE memory handling used by the 'sql' command. ... (check-in: 3b4a45535e user: mistachkin tags: trunk)
03:49
Added missing -nocomplain flag to a glob command call to avoid configure dying if it cannot find libsqlite*. ... (check-in: 5e2dbcc6fe user: stephan tags: trunk)
03:15
Adapted ssl_new_server() docs to account for code changes. ... (check-in: 258479650b user: stephan tags: trunk)
02:59
Fix the SSL-server code so that the "fossil ui --tls" command (and similar) now work on Windows. ... (check-in: 7a3bf55f54 user: drh tags: trunk)
00:49
Update buildmsvc.bat after testing successful compilation with the Visual Studio 2022 toolchain. ... (check-in: 2ed7465cf7 user: danield tags: trunk)
2021-12-28
19:09
Improved management of unmergeable binary files for "fossil update". ... (check-in: 52a389d3db user: drh tags: trunk)
19:04
Add initial support for SSL (TLS) servers on unix using "fossil server" or "fossil http". Rename the "tls-config" command to "ssl-config". Extend that command to support specifying certificates. Add support for delivering content from the ".well-known" directory to support obtaining certs from Let's Encrypt. ... (check-in: f6263bb641 user: drh tags: trunk)
19:00
Omit the "ssl-acme" setting. Access to ".well-known" is now controlled by the --acme command-line option on "fossil http" and "fossil server". This change is required for when those commands specify a directory rather than a particular repository, since without a specific repository, there are no settings to check. ... (Closed-Leaf check-in: 4ef059bc2a user: drh tags: ssl-server)
18:17
Fix the --files option on "fossil http" so that if a glob pattern does not begin with '*' then it will match beginning with the "/" of the PATH_INFO. ... (check-in: 5ac65aa496 user: drh tags: ssl-server)
14:45
Add support for --tls on the "fossil http" command. ... (check-in: 8429f8a3df user: drh tags: ssl-server)
13:55
Remove reference to miniz in "The Fossil Build Process". ... (check-in: 280c3584e4 user: danield tags: trunk)
06:47
Modify "/fdiff?patch" to generate unified patches with the default number of context lines, analogous to "/vdiff?patch". It looks like "/fdiff?patch" was switched to side-by-side during the recent diff refactoring, when "diffFlags = 4" in its code path no longer meant "4 lines of diff context" (packed into the now obsoleted DIFF_CONTEXT_MASK range), but DIFF_SIDEBYSIDE. (Please roll back this commit or move it to a siding branch if incorrect.) ... (check-in: 5aa1ec3789 user: florian tags: trunk)
2021-12-27
21:43
Sanitize the pathname on the /.well-known webpage. [forum:/forumpost/ba46d8e333|Forum post ba46d8e333]. ... (check-in: b265013b66 user: drh tags: ssl-server)
17:13
Improved documentation for server-side SSL settings. ... (check-in: f81d64cace user: drh tags: ssl-server)
17:01
Enable access to the ".well-known" subdirectory, to facilitate ACME. ... (check-in: 6d447b8669 user: drh tags: ssl-server)
16:13
Rename the "tls-config" command into "ssl-config" for consistency. The older "tls-config" command is retained as an alias. Enhance the command to support server certificate management. ... (check-in: f6051784c5 user: drh tags: ssl-server)
12:49
Add a built-in self-signed certificate for use with TLS servers. Add --tls and --ssl options to active TLS for "fossil ui" and "fossil server". Add the "tls-server-cert" setting. Automatically start servers as TLS if the redirect-to-https property is 2. ... (check-in: 7532ffa4e3 user: drh tags: ssl-server)
12:02
improve warning message for binary merge conflict on update. ... (Closed-Leaf check-in: d4d739898d user: mgagnon tags: binary_merge_conflict_fix)
06:16
Prevent lost of local change on binary files when having a merge conflict using the update command without the --keep-merge-files flag. ... (check-in: d2b02566a7 user: mgagnon tags: binary_merge_conflict_fix)
2021-12-26
21:50
Fix the build on Windows and on builds that omit OpenSSL. Improved error messages. ... (check-in: 637516c447 user: drh tags: ssl-server)
21:27
Now actually works. ... (check-in: 977fa519d3 user: drh tags: ssl-server)
20:53
Add the (undocumented) --debug-nofork option to "fossil ui" and "fossil server", for use in debugging. ... (check-in: ed4a96d8ec user: drh tags: ssl-server)
20:35
Code is in place to do SSL servers. It compiles. But it does not work. This is an incremental check-in. ... (check-in: 89af3b0a47 user: drh tags: ssl-server)
18:45
Remove miniz include ... (check-in: 4ab8669b7a user: danield tags: ssl-server)
13:53
Add hooks in the HTTP request decoder and reply generator that allow us to redirect traffic through an SSL codec. ... (check-in: 5674f776e9 user: drh tags: ssl-server)
13:11
Some of the comments in cgi.c had become stale after years of evolution. Try to bring them up-to-date. ... (check-in: 37ccaafddb user: drh tags: trunk)
13:05
Removed miniz.c, per /chat discussion. It is incompatible with both OpenSLL and the SQL shell's sqlar support. ... (check-in: f9c2d23f29 user: stephan tags: trunk)
13:05
Got Makefile.classic mostly working again, with the caveat that it assumes an SSL build. ... (check-in: 6c3d398a91 user: stephan tags: trunk)
11:41
Build the HTTP reply header in a Blob before sending it on the wire all at once. ... (check-in: 2ac4ab2b2f user: drh tags: trunk)
2021-12-25
20:01
Moved 3rd-party source code from src/ to extsrc/ and internal tooling source code from src/ to tools/. ... (check-in: b62f651cc0 user: stephan tags: trunk)
19:49
Fixed a broken reference to pikchr.c in Makefile.msc. ... (Closed-Leaf check-in: 789f8ce809 user: stephan tags: code-movement)
19:29
Corrected path to mkbuiltin.c in Makefile.msc. Corrected, perhaps, build of tools/*.c, in Makefile.PellesCGMake. ... (check-in: 1b1938e213 user: stephan tags: code-movement)
19:25
Ensure that SRCDIR_extsrc and SRCDIR_tools are defined in the Windows makefiles (they are not inherited from the main makefile). ... (check-in: 5e203da667 user: stephan tags: code-movement)
19:10
Makefile vars which leak into Makefile.msv renamed to replace '.' characters, as nmake does not like those. ... (check-in: 6454f7bcd1 user: stephan tags: code-movement)
14:55
Removed the long-unused art/ and ajax/ dirs, per /chat discussion. ... (check-in: d49bdb6cc2 user: stephan tags: code-movement)
14:39
Part three of code relocation. All 3rd-party/upstream source files in src/ have been moved to extsrc/. It is very likely that Makefile.msc requires fixing, and a 100% certainty that Makefile.PellesCGMake needed fixing. ... (check-in: 9e8c47381e user: stephan tags: code-movement)
13:43
Part two of code-relocation effort: moved sqlite3.c/h to extsrc/, per /chat discussion. Moving remaining 3rd-party sources will be far more invasive in makemake.tcl, so will be a separate step. ... (check-in: e3e204dce1 user: stephan tags: code-movement)
13:26
Fixed the builtin files generation broken by the previous checkin (moving makemake.tcl changed resolution of builtin file names) and disabled the glob -nocomplain flag which allowed that to silently fail. Moved src/sqlcompattest.c to tools/. ... (check-in: 7271f22355 user: stephan tags: code-movement)
12:06
Part one of src/ file relocations discussed in /chat. This step moves the various code generators and translators from src/ to tools/. Edit: moving to branch for further changes, as this broke diff -tk. ... (check-in: a13ab011f4 user: stephan tags: code-movement)
2021-12-24
12:49
Update the built-in pikchr formatter to the latest version. ... (check-in: 400d061151 user: drh tags: trunk)
2021-12-23
23:35
Extended configure --with-sqlite=PATH to support pointing to a directory which contains sqlite3.c and sqlite3.h. It's not yet tested with out-of-tree SEE distributions (TODO). ... (check-in: 31d431e358 user: stephan tags: trunk)
20:38
Initial go at a new --with-sqlite=tree|path|auto configure flag which enables building against out-of-tree sqlite3.o or libsqlite3, with the caveat that we do not know whether the external sqlite3 is built with all features we need, e.g. JSON1. ... (check-in: dfa758b016 user: stephan tags: trunk)
14:09
Fix the URL parser so that it only has access to the CONFIG table entries for URL aliases if the URL_USE_CONFIG flag is set in the second parameter. ... (check-in: 0aff8d8744 user: drh tags: trunk)
13:16
On the /urllist page, hyperlinks to URLs that include a username omit the username. ... (check-in: f0cdbd8b95 user: drh tags: trunk)
12:50
Show the "remote list" values on the /urllist page. ... (check-in: 964ec660a2 user: drh tags: trunk)
12:25
Fix bug in the previous check-in. ... (check-in: 7558307433 user: drh tags: trunk)
12:20
Improvements to the /urllist page. ... (check-in: 8017aab792 user: drh tags: trunk)
2021-12-22
20:45
Update the change log with recent enhancements. ... (check-in: 88a72f1e72 user: drh tags: trunk)
20:40
Add documentation for the --transport-command options on the various sync commands. Improvements to the documentation of the sync protocol. ... (check-in: 505d9d48eb user: drh tags: trunk)
17:11
Add the --transport-command option to the "fossil clone" command. ... (check-in: 14b3f48e3c user: drh tags: trunk)
16:41
The --transport-command now deals correctly with passwords in the URL. ... (check-in: f485a164af user: drh tags: trunk)
15:46
Add the --transport-command option to "fossil sync" and similar. The option is currently undocumented. ... (check-in: 3cd412eb5c user: drh tags: trunk)
15:17
Add comments to the 3 different temp-filename generator routines to cross-link them to one another. Add fossil_temp_filename() as an option to the "test-tempfile" command. ... (check-in: 1aff463371 user: drh tags: trunk)
14:03
Enhance the test-httpmsg command with the new --xfer option and with an optional extra argument to specify the output file. ... (check-in: 450cfbbfac user: drh tags: trunk)
13:45
Add the --host option to the "fossil test-xfer" command. Improve the help text on that command, too. ... (check-in: 601948b19b user: drh tags: trunk)
10:57
Fixed a null-pointer deref in /chat JS in the try-to-resend-message error handler. ... (check-in: 86bba486c5 user: stephan tags: trunk)
09:18
Added more reasons not to use Fossil as a whole-system configuration backup utility in the glossary point about not using Fossil to store files scattered hither-and-yon over a filesystem. ... (check-in: 7994809763 user: wyoung tags: trunk)
09:14
A few clarifications to the new glossary. ... (check-in: 78aa439407 user: wyoung tags: trunk)
2021-12-21
20:53
Fix the "fossil scrub" command so that it deletes syncfrom:URL and link:URL entries from the CONFIG table. ... (check-in: 65dbf97eb8 user: drh tags: trunk)
20:23
Add the --share-links option to "fossil all sync" and "fossil all pull". ... (check-in: 23a0cd66c8 user: drh tags: trunk)
20:20
Add the "Links from other repositories" section on the /urllist page. ... (check-in: 6916a058ab user: drh tags: trunk)
19:50
The --share-links option on "fossil sync" and similar causes the server to reply with "pragma link" lines that identify other repositories with which the server has interacted within the past month. Those links are recorded in "link:URL" entries of the CONFIG table on the client. ... (check-in: 12d2f70bdf user: drh tags: trunk)
18:22
For "fossil git export", add the comment line at the end of automatically generated "manifest" files so that they do not appear to be valid Fossil artifacts. ... (check-in: 4ff45df429 user: drh tags: trunk)
15:18
Fix the "pragma client-url" and "pragma req-alt-repo" pragmas to that they are in fact sent on the first message. Begin using "{}" as the value for config setings such as "syncwith" so that the value can later be extended to hold JSON. ... (check-in: ebcce3ccdd user: drh tags: trunk)
14:04
For sync, the client should only send "pragma client-url" if not doing a cross-project import. ... (check-in: b330ce6cfb user: drh tags: trunk)
12:43
Add the "pragma client-url" card to the sync protocol. ... (check-in: 84358b7db1 user: drh tags: trunk)
2021-12-20
20:52
Better documentation for the email-url setting. Add a new entry form for the email-url setting on the /setup_config page. ... (check-in: 7e993c709a user: drh tags: trunk)
20:35
Add the "public_url()" internal interface for computing the canonical URL used to access the repository. Add a report about the canonical URL to the security_audit page. ... (check-in: 1865cf4ce2 user: drh tags: trunk)
17:02
Merge the diff enhancement from trunk. <b>Closed:</b> This branch was an experiment in ways of keeping better track of a network of repositories on different servers are set up to synchronize with one another. The experiment did not work out. ... (Closed-Leaf check-in: 5bb01585bc user: drh tags: synclog)
17:01
Futher improvements to longestCommonSubsequence that finds better matches using the faster heuristic before reverting to the optimal solver. ... (check-in: 3f94d1bbb5 user: drh tags: trunk)
16:10
In the diff generator, allow optimial-LCS runs to be 4 times as large. Fix for the issue reported at [forum:/forumpost/298bcd17cd|forum post 298bcd17cd] ... (check-in: 7a93baffa2 user: drh tags: trunk)
13:43
Make sure the synclog table exists when running the synclog command. ... (check-in: ce5802534c user: drh tags: synclog)
13:28
Fix a compiler warning and reduce the indentation for nested synclog display on the /urllist page. ... (check-in: 59bd2ec738 user: drh tags: synclog)
13:26
Show the synclog on the /urllist page. ... (check-in: 8a2b980d0d user: drh tags: synclog)
13:06
Merge the ardoise skin CSS fix from trunk. ... (check-in: bda1728a9c user: drh tags: synclog)
13:02
Document the --synclog option on "fossil sync" and similar. Add --synclog to "fossil all sync" and similar. ... (check-in: aa9e43bf28 user: drh tags: synclog)
12:54
Ensure that the synclog table exists before trying to query it. ... (check-in: 42a23ae71f user: drh tags: synclog)
12:48
Remove HTTP usernames from SYNCLOG entries. ... (check-in: 40170e6164 user: drh tags: synclog)
12:32
Add the "fossil synclog" command to display syncing history. ... (check-in: dc861e5f2b user: drh tags: synclog)
12:30
ardoise skin: fix misalignment of changed lines and line numbers in the unified view. ... (check-in: 44b92c79de user: danield tags: trunk)
11:54
ardoise skin: fixed misalignment of line number and content columns in the /file line-number view. Reported by Daniel D. in /chat. ... (check-in: 22e41fe344 user: stephan tags: trunk)
10:17
More fixes to the synclog xfer protocol. ... (check-in: 555e36595f user: drh tags: synclog)
10:04
Fix a bug in the logic that prevents loopback URLs in the synclog. ... (check-in: 3ef61c4782 user: drh tags: synclog)
09:53
First attempt at transfering SYNCLOG data over the wire. ... (check-in: d58eebb77f user: drh tags: synclog)
08:39
Merge latest changes from trunk. ... (check-in: 3348c66e3d user: drh tags: synclog)
08:37
Adds a content-length check after reading CGI stdin to ensure that we don't continue with a short read. Patch from Warren Young in /chat. ... (check-in: b5bb5a7764 user: stephan tags: trunk)
08:37
Change the synclog to keep timestamps with unixepoch(). This requires SQLite 3.38.0. ... (check-in: 3be414357f user: drh tags: synclog)
08:33
Adds a content-length check after reading CGI stdin to ensure that we don't continue with a short read. Patch from Warren in /chat. ... (Closed-Leaf check-in: 7c49ab3881 user: stephan tags: content-length-patch)
2021-12-19
23:07
Avoid a possibly unnecessary call to db_prepare() when doing a config sync. ... (check-in: d57a63254c user: drh tags: synclog)
21:04
Add the "public_url()" internal interface for computing the canonical URL used to access the repository. Add a report about the canonical URL to the security_audit page. ... (check-in: 8677e3ca50 user: drh tags: synclog)
20:14
Minor performance improvement in sync_log_entry(). ... (check-in: c0fd8338f6 user: drh tags: synclog)
19:59
Change the schema for the synclog table so that there are separate rows for transfers in each direction. ... (check-in: 1ec46849ff user: drh tags: synclog)
18:22
Remove the synclog table when doing a "fossil scrub --verily". ... (check-in: 94709e8ed2 user: drh tags: synclog)
18:10
Add the "E" and "F" capability letters to control reading and writing to the synclog. ... (check-in: 06b3ace4ce user: drh tags: synclog)
17:50
Record sync operations in the new synclog table. ... (check-in: 42a6191e93 user: drh tags: synclog)
02:08
Prevent a duplicate 'Logout' menu in the Eagle skin. ... (check-in: fb683a3e02 user: mistachkin tags: trunk)
01:33
Update the custom makefile for MinGW. ... (check-in: 14c92366f9 user: mistachkin tags: trunk)
2021-12-18
19:38
Add --chroot option to the 'http' and 'server' commands. ... (check-in: bf6be1e325 user: mistachkin tags: trunk)
2021-12-17
23:53
Fix several compiler warnings, etc. ... (Closed-Leaf check-in: 6397ece589 user: mistachkin tags: chrootOpt)
23:04
Add experimental --chroot option to the 'http' and 'server' commands. ... (check-in: acd75ce64c user: mistachkin tags: chrootOpt)
2021-12-16
09:43
Added missing help text reference to the -o/--options help flag, per [forum:9b3a25eb2b | forum post 9b3a25eb2b]. ... (check-in: 784f147dc4 user: stephan tags: trunk)
04:20
Merged in trunk and resolved numerous code clashes in /chat. ... (check-in: 54dba74790 user: stephan tags: markdown-tagrefs)
2021-12-14
14:49
Added help text doc for -k alias for --keep for the open command, per [forum:6f17cf142f80e2c3 | forum post 6f17cf142f80e2c3]. ... (check-in: 8fee91d408 user: stephan tags: trunk)
14:45
Add '-k' as short option for '--keep' in 'fossil open', per forum observation. ... (check-in: bbd3d25654 user: danield tags: trunk)
2021-12-12
16:18
The "Summary Line Convention In Commit Comments" section in gitusers.md now covers the related setting under Admin -> Timeline. ... (check-in: c33ffed3eb user: wyoung tags: trunk)
15:41
Extracted the glossary to a new document from the old "why use Fossil" doc, expanded it considerably, converted it from Wiki to Markdown, and updated the links to point to its new location. ... (check-in: a58d952fa6 user: wyoung tags: trunk)
2021-12-10
04:13
dbstat command: account for tags named wiki-X which are not wiki pages, fix ordering of event/forumpost queries which caused event (tech-note) count to get overwritten by forumpost count. ... (check-in: 28a60efcf9 user: stephan tags: trunk)
2021-12-09
20:12
Merge the latest 3.38.0 alpha of SQLite that includes support for the use of Bloom filters, in order to test SQLite. ... (check-in: 88a9343205 user: drh tags: trunk)
2021-12-06
07:24
Disable the short option of `-U|--username USERNAME' for the `winsrv' command, as it conflicts with the global `-U|--user USER' option, and could never be used, anyway. ... (check-in: 10e7100107 user: florian tags: trunk)
2021-12-04
13:23
diffcmd.c: Fix a typo in comment for file_same_as_blob() ... (check-in: fb2d6374f5 user: js tags: trunk)
08:23
Updated MINIMUM_SQLITE_VERSION to 3.37, as reported in [forum:81cd206073 | forum post 81cd206073]. ... (check-in: ebea00c5bd user: stephan tags: trunk)
2021-11-29
00:05
Remove a dead link to an external description of TH1 from the bugtheory.wiki document. Replace it with the internal TH1 documentation. ... (check-in: c128f93042 user: drh tags: trunk)
2021-11-28
14:03
Removed dead wikipedia link from interwiki.md, reported in [forum:295d5bcc8b | forum post 295d5bcc8b]. ... (check-in: d5f322ef46 user: stephan tags: trunk)
2021-11-27
12:05
Fox typo in documentation, as reported [forum:/forumpost/599f8ad48e|on the forum]. ... (check-in: 1764410aab user: drh tags: trunk)
2021-11-22
16:12
Update the built-in SQLite to the first 3.37.0 beta. ... (check-in: f96e9dfad3 user: drh tags: trunk)
2021-11-21
10:32
Fix invokation of rebuild_db() from the src/json.c which was overlooked in the previous check-in. ... (check-in: 54ebad0116 user: george tags: trunk)
2021-11-19
12:29
Remove unused randomize flag to rebuild_db(), per /chat discussion, along with the no-op --randomize flag to the rebuild command. ... (check-in: 298ccff06c user: stephan tags: trunk)
10:16
Merged latest trunk into strict branch. ... (Leaf check-in: 845d3e8612 user: stephan tags: strict)
06:02
Fix a minor typo in the /ci_edit footnote about custom branch colors. ... (check-in: 5954e626f9 user: florian tags: trunk)
2021-11-17
15:52
Fix accidental fork. ... (check-in: bd7f2727ba user: danield tags: trunk)
15:49
Document how to add HTTPS=on for the case where Fossil is used in CGI mode with Apache behind Nginx. ... (check-in: cd934131f8 user: danield tags: trunk)
2021-11-16
12:28
Remove surplus comments mistakenly added to the end of some files by check-in [bf3a32f59e83b029] ... (check-in: f3bd05ca7f user: drh tags: trunk)
2021-11-15
22:43
Update the built-in SQLite to the latest 3.37.0 beta for testing. ... (check-in: 163534407d user: drh tags: trunk)
12:39
Added --ingore-clock-skew option to checkin, per discussion in [forum:1ccad8679d0357b8|forum post 1ccad8679d0357b8] and /chat. ... (check-in: 93de7b27c3 user: stephan tags: trunk)
2021-11-14
19:38
Fix an incorrect malloc() associated with "fossil commit -v" ... (check-in: bf3a32f59e user: drh tags: trunk)
2021-11-13
19:33
Minor documentation tweaks. ... (check-in: 1eab9b69f0 user: drh tags: trunk)
17:48
Add link to "embedded doc" version the file being viewed via the /file page. ... (check-in: d7c40d4575 user: mgagnon tags: trunk)
13:10
Improvements to Chat documentation. No code changes. ... (check-in: cedac53a47 user: drh tags: trunk)
2021-11-12
18:52
Add the undocumented "fossil remote config-data" command. ... (check-in: 6cdddee2bd user: drh tags: trunk)
2021-11-11
23:38
Do extra error checking to determine that a sync target given as a filename is a valid Fossil repository. Issue a better error message if it is not. ... (check-in: 31361e328f user: drh tags: trunk)
23:01
Only remember the last-sync-url after a successful sync. Do not remember the argument if the sync failed. ... (check-in: c129f29566 user: drh tags: trunk)
2021-11-09
17:07
Update the built-in SQLite to the latest 3.37.0 alpha, for testing. ... (check-in: 39fbaf34e1 user: drh tags: trunk)
14:39
Added --verbose option to open which simply passes that flag on to the clone operation when opening a URL, per request in [forum:ab3807edc65ab115|form post ab3807edc65ab115]. ... (check-in: c9f3d9c2a9 user: stephan tags: trunk)
2021-11-06
15:19
Add some line-number information to the conflict marks on a 3-way merge. More work could be done here, but this is a start. ... (check-in: 14f44e933c user: drh tags: trunk)
2021-11-05
15:54
Remove OpenSSL initialization call that is not needed and which is deprecated in newer versions of OpenSSL. ... (check-in: 8c1263754c user: drh tags: trunk)
2021-11-04
18:37
Update the built-in Pikchr implementation to fix a compiler warning. ... (check-in: 7f7df29bfc user: drh tags: trunk)
14:16
Update the built-in SQLite to the latest alpha for 3.37.0 that includes the fix for using the preferred schema table name in PRAGMA table_list output. ... (check-in: d6d4c14b0e user: drh tags: trunk)
00:59
Update the built-in SQLite with the fix for the broken shadow table protections. ... (check-in: 00650cf020 user: drh tags: trunk)
2021-11-03
19:10
Update the latest SQLite to the latest 3.37.0 beta, to test SQLite. ... (check-in: 51bb976fb9 user: drh tags: trunk)
2021-11-02
15:52
Work around a warning in older versions of OpenSSL (e.g. 1.0.2g) where ASN1_time_check() is declared with a non-const ASN1_TIME* parameter. ... (check-in: af8109c00d user: danield tags: trunk)
2021-10-29
18:22
When "open" warn about already existing files, also mention -k (--keep) as an alternative to -f (--force). ... (check-in: d70ea01c83 user: mgagnon tags: trunk)
17:05
Retrieve the value of an SQL count(*) as an integer, not a float (discovered by accident while playing with compiler warnings). ... (check-in: 735b6be7ea user: danield tags: trunk)
15:22
Display SSL certificate validity timestamps in ISO8601 format ... (check-in: d847300f3b user: danield tags: trunk)
14:31
Disable the use of the OpenSSL implementation of MD5, which is deprecated as of OpenSSL 3.0.0. ... (check-in: a517c30c79 user: drh tags: trunk)
2021-10-27
13:01
Fix off-by-one error in cgi_iso8601_datestamp(). Add the test-date command for testing. ... (check-in: 6389c999ce user: drh tags: trunk)
10:14
In contribute.wiki, mention 'fossil patch' for submitting binary patches. ... (check-in: f3f3c1db6f user: danield tags: trunk)
2021-10-26
18:55
An attempt to improve the built-in documentation for the "fossil chat" command. ... (check-in: 56d23baba1 user: drh tags: trunk)
17:21
Update the built-in SQLite to the latest 3.37.0 alpha for testing. ... (check-in: ed3dc66de0 user: drh tags: trunk)
16:17
Make sure the g.zIpAddr is reset for each new ssh: URL. ... (check-in: be18690cad user: drh tags: trunk)
16:11
Ensure that UrlData.fossil is always dynamically allocated. Fix a harmless valgrind warnings. Improve comments on UrlData. ... (check-in: cd5715513e user: drh tags: trunk)
15:47
More work to ensure that UrlData.path is always dynamically allocated. ... (check-in: 6d78082cb5 user: drh tags: trunk)
15:13
The UrlData.path element should always be dynamically allocated. ... (check-in: b9c9d39df9 user: drh tags: trunk)
2021-10-25
10:36
Add a comment that documents the CONFIG table keys used by "fossil remote". No changes to code. ... (check-in: 6330e86405 user: drh tags: trunk)
10:09
Improved help text for the autosync setting. ... (check-in: 19d7c5ff7b user: drh tags: trunk)
09:59
If the "autosync" setting is "all", then autosync with all repos in "fossil remote list". ... (check-in: 241ade812b user: drh tags: trunk)
09:22
Add the "fossil remote scrub" command. Prompt for missing passwords on auxiliary remotes when they are needed. ... (check-in: 7f2e34c5c4 user: drh tags: trunk)
2021-10-24
19:47
Add the --all option to "fossil sync" and similar, causing the sync to occur against all remote repositories shown in "fossil remote list". ... (check-in: 6b4a04d449 user: drh tags: trunk)
2021-10-22
19:26
Show notBefore and notAfter timestamps for unknown TLS certificates. ... (check-in: 5623188de3 user: danield tags: trunk)
11:18
New sqlite3.c to fix a harmless compiler warning. ... (check-in: acbc849384 user: drh tags: strict)
10:10
On this branch, the schema makes use of the STRICT keyword new to SQLite 3.37.0. Fossil does not benefit from this. The point of this branch is to beta-test the new STRICT mode of SQLite. ... (check-in: 632ffb82e1 user: drh tags: strict)
2021-10-21
08:42
stash patch from [forum:5e6c3e3b78112df3|forum post 5e6c3e3b78112df3] which updates it to handle the NULL stashfile.hash case introduced in [ed06585f41]. This resolves the 11 failing stash tests. ... (check-in: 4531bcd497 user: stephan tags: trunk)
01:15
Improve help text of login-group command. Mention about the -R|--repository option and format subcommand description to follow a bit more the conventions of other commands. ... (check-in: b9107e42cd user: mgagnon tags: trunk)
2021-10-19
19:25
Better fix for the case of doing a "fossil diff" on a checkout that includes a merge and specifying a --from clause that is the branch that was merged from. ... (check-in: 960c9e8bd6 user: drh tags: trunk)
17:46
This fix does not work for the case of a branch merge followed by "fossil diff --tk". ... (Closed-Leaf check-in: edb3a3a063 user: drh tags: mistake)
2021-10-18
12:45
Removed an incorrect hash result from www/password.wiki, per [forum:3375879e6c3b9d73|forum post 3375879e6c3b9d73]. ... (check-in: 2169f323fa user: stephan tags: trunk)
11:11
/wikiappend: removed ability to append to sandbox (wikiedit long since removed that capability). Fixed selection of mimetype name for text/plain pages. Moved permissions check to the top of the function. Largely based on suggestions from [forum:0acfdaac80|forum post 0acfdaac80]. ... (check-in: 202cbcf015 user: stephan tags: trunk)
08:13
A pikchr error output formatting fix, per [forum:e167e2e622|forum post e167e2e622], and an unrelated typo fix. ... (check-in: c440011b74 user: stephan tags: trunk)
2021-10-16
06:59
In the default ticket view, add a SPAN with CSS class tktDspCommenter around the commenter's name, per suggestion in [forum:491ed22f44|forum post 491ed22f44]. ... (check-in: 9f53093dca user: stephan tags: trunk)
06:52
Removed the docs for the merge command's --case-sensitive flag, as it does not seem to be applied anywhere. ... (check-in: e340af58a2 user: stephan tags: trunk)
2021-10-13
10:01
Applied SSL fingerprint comparison patch from [forum:c1e3c18afb|forum post c1e3c18afb]. Incremented version to 2.18. ... (check-in: 48a860f658 user: stephan tags: trunk)
2021-10-12
20:28
/chat: fixed an error reporting bug which could cause server-triggered errors to not be displayed. When sending a message fails, the failed message is now presented as an error message, along with buttons to either retry or discard the message. ... (check-in: 9d693ef80a user: stephan tags: trunk)
17:11
Corrected misuse of g.argv in /ci and /ci_tags pages, per [forum:74ec2261df|forum post 74ec2261df]. ... (check-in: ba3323da9f user: stephan tags: trunk)
2021-10-11
10:18
Fix the "fossil tls-config remove-exception" command so that it works without triggering authorizer exceptions. [forum:/forumpost/64d919b2cf|Forum post 64d919b2cf]. ... (check-in: 156c890a2e user: drh tags: trunk)
10:11
When doing an automatic open following a clone, do not autosync. The repo was just cloned and should already be current. See [forum:/forumpost/0dbfeab2ff|forum post 0dbfeab2ff]. ... (check-in: 160bd67731 user: drh tags: trunk)
2021-10-10
15:55
Removed a no-longer-correct doc passage which referenced the older practice of using an IP component in the login cookie. ... (check-in: 1dc5e1ce6d user: stephan tags: trunk)
15:44
/chat: grouped config settings into categories. Moved config checkboxes back to the left, per /chat feedback, but now clicking anywhere on their row toggles them. Slightly shrunk the main buttons when in non-compact mode. Various look-and-feel and help text tweaks to the config view. ... (check-in: 67e8599874 user: stephan tags: trunk)
14:07
Integrated a debouncer into the window-resize monitor callbacks used by the diff table views and /chat to eliminate a flurry of UI resizing while resizing a window, per suggestion from Florian in [forum:7807e0dbcca1dc45 | forum post 7807e0dbcca1dc45]. ... (check-in: df0e2ca168 user: stephan tags: trunk)
06:33
Reworked /chat input options for better cross-browser portability. Made /chat config friendlier for right-handed and mobile use. ... (check-in: db54f4b706 user: stephan tags: trunk)
06:31
More /chat config cosmetics. Started 2.18 change notes. ... (Closed-Leaf check-in: 891d79de18 user: stephan tags: chat-input-revisited)
06:09
Updated date on 2.17 release in changes.wiki. ... (check-in: c3177ea9c4 user: stephan tags: trunk)
05:53
/chat: added option to toggle between text and contenteditable widget, defaulting to the former. Prettied up the config view a bit and made it more right-handed friendly. ... (check-in: 5d7c98ef92 user: stephan tags: chat-input-revisited)
04:13
/chat input field rework, as discussed in [forum:9e85f44f864eb1f5 | forum post 9e85f44f864eb1f5]. Part 1: revert to plain text input fields, with compact-mode toggle swapping between them. ... (check-in: 136d95b6f1 user: stephan tags: chat-input-revisited)
2021-10-09
20:13
Merge in trunk (release 2.17) ... (check-in: c1868b9f8f user: george tags: search-terms-highlighting)
20:05
Merge in trunk (release 2.17) ... (check-in: a33f616e6a user: george tags: rptview-submenu-paralink)
19:50
Merge in trunk (release 2.17) ... (check-in: 315351f4ac user: george tags: wcontent-subsets)
19:31
Merge in trunk (release 2.17) ... (check-in: 56e2d3ad6b user: george tags: th1-doc-vars)
14:43
Version 2.17 ... (check-in: f48180f2ff user: drh tags: trunk, release, version-2.17)
09:20
Typo fix in diff context loader XHR error handler, with thanks to Florian. ... (check-in: a75476100f user: stephan tags: trunk)
04:12
/chat: a long-shot potential workaround for the weird intermittent bug where the Pale Moon browser gives focus to the preview (non-)button instead of the input field. Worst case, it behaves the same as it does now. ... (check-in: e3e62a0d3d user: stephan tags: trunk)
2021-10-08
17:53
sync.wiki: update the default value for the lock timeout period, [forum:242a02121f|per forum post 242a02121f]. ... (check-in: 62572ab606 user: stephan tags: trunk)
17:49
Use application/json instead of text/json for JSON-format responses. [forum:30629128c1|Forum post 30629128c1]. ... (check-in: c0714a05ec user: stephan tags: trunk)
17:42
Documented fossil.fetch()'s behavior of onerror() being called if onload() throws. Added a safety net in the diff context loader to handle a corner case null dereference when an exception in onload() triggers onerror() after the context loader's DOM elements have been destroyed. [forum:7bc8301eb191cf6d|Forum post 7bc8301eb191cf6d]. ... (check-in: 49e3bf7b13 user: stephan tags: trunk)
12:18
Fix a use-after-free when printing the "home directory must be writable" error message. ... (check-in: aad4b78936 user: drh tags: trunk)
2021-10-07
16:45
/chat: removed some debug output. Reformulated part of the previous checkin to only re-grab input focus if the input field is not document.activeElement. ... (check-in: 85a99733d5 user: stephan tags: trunk)
16:27
/chat: 1) force the cursor on the input element to always be 'text' (I-beam), even when it doesn't have focus (browser inconsistency) and 2) when the chat window regains visibility after having lost it, give focus to the input element to try to work around a problem where Pale Moon is giving focus to one of the pseudo-buttons. Change (2) comes with a couple of minor but annoying quirks and might have to be undone, but it's worth a try. ... (check-in: 503395796e user: stephan tags: trunk)
13:01
Fixed a copy/paste error in www/sync.wiki per [forum:/forumpost/3fd51c58d0 | an anonymous forum post]. ... (check-in: 3f736de986 user: wyoung tags: trunk)
04:07
/chat another CSS-side contenteditable portability workaround to keep Firefox from losing newlines on pasted-in text. ... (check-in: c7fa9f150f user: stephan tags: trunk)
2021-10-06
14:27
/chat default message font is now inherited from the skin instead of defaulting to monospace, per /chat discussion. ... (check-in: 3cd13cb633 user: stephan tags: trunk)
10:45
New version of the built-in SQLite that incorporates all the latest static-analyzer warning fixes. ... (check-in: c90dce4ebc user: drh tags: trunk)
06:07
Merge the latest diff context loading fix. ... (check-in: 4b1cf8d843 user: florian tags: trunk)
06:03
Another fix for the JS to dynamically load extra diff context: when coalescing multiple pending Up/Down events into a single Fill Gap event, make sure the event queue isn't truncated too eagerly. ... (Closed-Leaf check-in: 36ba7ec968 user: florian tags: diff-js-fixes)
02:38
Merge in trunk for test server deployment. ... (check-in: 664b04b280 user: stephan tags: markdown-tagrefs)
02:37
/chat: a potential fix to stop *some* builds of Firefox from pasting formatted content into the edit field. (Some builds, same version, do not do so.) ... (check-in: 498bc071ca user: stephan tags: trunk)
2021-10-05
21:53
Fix the error display rendering for Pikchr diagrams. [forum:/forumpost/d5897397f5|Forum post d5897397f5]. ... (check-in: 3fa1f2429b user: drh tags: trunk)
18:44
Merged in trunk for latest /chat features. ... (check-in: 49689e1c70 user: stephan tags: markdown-tagrefs)
18:43
/chat: re-added accidentally-disabled animation. Added a button to locally delete all messages prior to the current one in the per-message controls. The intent is to stop unbounded growth (and potential lag) in long-running chats and give the user to way to flag "have read up until this point". ... (check-in: fe0bcfaad1 user: stephan tags: trunk)
17:31
Any non-ASCII characters are now considered valid for use in hashtags. ... (check-in: 4f68a1306f user: stephan tags: markdown-tagrefs)
15:49
/chat: reuse the window-resize listener to cap the max-size of the input field to approx. half the height of the screen, per user feedback. ... (check-in: 84d4a0e851 user: stephan tags: trunk)
2021-10-04
19:48
Merged in trunk for latest (and conflicting) /chat changes. ... (check-in: 7cae4c0981 user: stephan tags: markdown-tagrefs)
19:33
/chat: reduced the size of the non-compact-mode buttons a bit, based on user feedback. We'll call this solved for now. ... (check-in: 1fc2a26577 user: stephan tags: trunk)
19:21
/chat narrowed the compact-mode buttons - they were too wide for an iPhone screen. Should fit fine on screens as narrow as 340 pixels now. ... (check-in: f4d2eca021 user: stephan tags: trunk)
19:13
/chat: shrunk compact mode toolbar just a tick. Replaced non-portable on-hover button effect with something portable. ... (check-in: 7755c6482b user: stephan tags: trunk)
19:01
/chat: replaced input-related buttons with span elements in an attempt to get more consistent cross-browser results. Renamed some internal element IDs for naming consistency's sake. ... (check-in: 98b2cbe69b user: stephan tags: trunk)
11:39
Update the built-in SQLite sources to the latest 3.37.0 alpha, for testing. ... (check-in: ae433763ae user: drh tags: trunk)
09:54
Refactor and improve the input logic for /chat. ... (check-in: 469f1b0dfc user: drh tags: trunk)
2021-10-03
21:19
Improved the attachment button's visibility in dark-mode skins. ... (Closed-Leaf check-in: 1390dd986d user: stephan tags: chat-input-rework)
20:15
Resized the attachment SVG to an integer number of pixels to avoid a tiny rounding error in some browsers which would truncate a pixel of the right edge. ... (check-in: 083927f575 user: stephan tags: chat-input-rework)
19:56
Rotated the paperclip 45 degrees (it's now horizontal) and restored the behavior that ctrl-enter will send a message if there is only an attachment with no text. ... (check-in: b8a20e20ff user: stephan tags: chat-input-rework)
19:44
Resized the attachment SVG - its bounding box was far, far wider than the glyph. ... (check-in: c6cc5557c0 user: stephan tags: chat-input-rework)
19:34
Experimentally replace paperclip Unicode glyph with an embedded SVG, as the glyph looks greyed out/inactive in some environments. ... (check-in: cc709782b4 user: stephan tags: chat-input-rework)
10:10
Swapped the order of the diff context load buttons to improve usability slightly, per forum feedback. ... (check-in: 4e45fcc997 user: stephan tags: trunk)
2021-10-02
18:13
Fix minor documentation typo. ... (check-in: 8d88f08801 user: drh tags: trunk)
14:35
Cherrypicked [658db85ce2], which was intended for trunk. ... (check-in: 9dd8d5efc7 user: stephan tags: trunk)
14:33
Removed now-invalid doc snippet, per [forum:f6a4695090|forum post f6a4695090]. ... (check-in: 658db85ce2 user: stephan tags: chat-input-rework)
04:57
Added a toggle to play the audio alert (or not) for one's own messages (default=off) and added docs describing each configurable setting. ... (check-in: 8534eb75e1 user: stephan tags: chat-input-rework)
04:21
Do not play notification sound for the sender's own messages. This change was made and reverted before so may be subject to further debate. ... (check-in: 87c29eee98 user: stephan tags: chat-input-rework)
02:09
Reordered two config menu entries. Removed the enter/ctrl-enter toggle toast because that info is now in the edit widget's placeholder text and the toast can block access to config view entries for a few seconds. ... (check-in: b2d55ec947 user: stephan tags: chat-input-rework)
2021-10-01
18:17
Eliminated extraneous gap at the bottom of the page caused by the empty file attachment preview element. Tweaked that element's layout a bit when it is visible. ... (check-in: bca3d7f405 user: stephan tags: chat-input-rework)
18:10
Worked around a button glyph misalignment on some older FF versions. ... (check-in: 042fe8771f user: stephan tags: chat-input-rework)
18:01
Added the chat input area resize option to compact mode so there is a recovery strategy if someone manages to paste a whole book into that field. ... (check-in: 797e33ba6b user: stephan tags: chat-input-rework)
17:40
Removed the cumbersome and platform-dependent file selection widget from view and now proxy its activation via a new toolbar button. Saves space and looks nicer. ... (check-in: 2b07b66d59 user: stephan tags: chat-input-rework)
17:14
In compact mode, move the buttons below the input field in order to stop truncation and button layout shifting as the input field automatically resizes during editing. Takes up more a bit more space but provides better UX. ... (check-in: fe0760c95d user: stephan tags: chat-input-rework)
15:49
Button size tweaks for compact mode, to make them slightly more accessible on mobile devices. ... (check-in: 858e8153a7 user: stephan tags: chat-input-rework)
14:14
Added file attachment widget toggle (on by default) and reversed order of config options (top-down instead of bottom-up) because that simply seems more intuitive. ... (check-in: 40cdaeecd4 user: stephan tags: chat-input-rework)
14:01
Fixed chat-view scrolling, which was broken by a flexbox settings change in [71fbd1b01ba42ee6]. ... (check-in: e7e2e5e3c0 user: stephan tags: chat-input-rework)
13:40
Chat button truncation fix on narrow windows. Updated change log for new chat features. ... (check-in: d92a8f07b8 user: stephan tags: chat-input-rework)
13:33
Shrank the chat buttons in compact mode because (spoiler alert) Safari. ... (check-in: c08a707a40 user: stephan tags: chat-input-rework)
13:23
Minor layout improvement in compact mode: input field now really looks like it's one line high instead of 1.x. ... (check-in: 40119a06bc user: stephan tags: chat-input-rework)
13:01
Improved the flow of the chat input buttons so that they don't move around as the input area grows and shrinks. Removed max-height from compact-mode input. This makes compact mode behave more like what was requested in /chat, so that it grows organically as the user types. ... (check-in: 9191823207 user: stephan tags: chat-input-rework)
12:48
Made monospace the default because that setting now also applies to the input area and this chat is often used for conveying code. Accounted for a couple bits of skin-specific weirdness. ... (check-in: f9e2851a99 user: stephan tags: chat-input-rework)
12:26
Reimplemented [607b11ddc6] to use a proper feature check approach rather than user agent string check. ... (check-in: d96f6f195c user: stephan tags: chat-input-rework)
12:13
Found a Chrome-only workaround to tell Chrome not to paste formatting into the chat editor field. ... (check-in: 607b11ddc6 user: stephan tags: chat-input-rework)
2021-09-30
21:01
Documented the source of the extraneous end-of-line spaces when pasting from a console. Changed the markdown backslash-space-space workaround to backslash-n-spaces. ... (check-in: 87b0b12dc4 user: stephan tags: chat-input-rework)
20:37
Documented the reason for not setting a max-height on the new editor widget, and the side effects of that decision. ... (check-in: 71fbd1b01b user: stephan tags: chat-input-rework)
20:09
Figured out how to make the new input area resizable via CSS. ... (check-in: 91b653e845 user: stephan tags: chat-input-rework)
19:56
Re-enabled ctrl-enter-sends when enter-sends mode is active (was disabled during testing). Update the tooltip on the send button to reflect the current send mode. ... (check-in: 7d6c07496e user: stephan tags: chat-input-rework)
19:32
Forcibly disable drop support in the new editor widget, as the browser will otherwise allow the user to drop images to it, which is confusing and does not work with our ability to upload images. Found a way to implement placeholder text in the contenteditable field. ... (check-in: 86d6be3fe2 user: stephan tags: chat-input-rework)
17:24
Minor restructuring and docs in the enter/ctrl-enter handling. Trying to get ctrl-enter to add newlines when in enter-sends mode, but it's not working for reasons beyond my ken. ... (check-in: ab9fef759e user: stephan tags: chat-input-rework)
15:59
When stripping trailing spaces from lines to avoid the "console paste problem", leave markdown paragraph continuation markers intact. Robustified the config view layout in a trial-and-error attempt to defend against Safari-on-iPhone layout bugs. ... (check-in: cbc7f117e6 user: stephan tags: chat-input-rework)
03:21
Provide a toast notification when ctrl-enter mode is toggled via keypress. ... (check-in: c448462596 user: stephan tags: chat-input-rework)
03:14
Split ctrl-enter/enter input modes and compact/spacious layout into two independent settings. ... (check-in: a83defad3a user: stephan tags: chat-input-rework)
02:11
Eliminated some of the new layout quirks caused by the change in /chat input field type. ... (check-in: bcfb758dc3 user: stephan tags: chat-input-rework)
2021-09-29
22:41
/chat button size refinement. ... (check-in: c24d2bb67c user: stephan tags: chat-input-rework)
22:30
Added mini-help hint text to /chat config view entries. ... (check-in: 3259251aeb user: stephan tags: chat-input-rework)
22:08
Significant reworking of chat input mode to use a single contenteditable element instead of two text input elements. This required considerable collateral cleanup in how the various settings are handled and communicated within the app. ... (check-in: b9c5792e34 user: stephan tags: chat-input-rework)
17:03
/chat: shift-enter when in preview mode now switches back to message list mode if the input field is empty. It was previously only possible to switch back via button or sending a message. ... (check-in: 79995e1355 user: stephan tags: trunk)
16:50
Merged in trunk for latest changes. ... (check-in: 09f86815c6 user: stephan tags: markdown-tagrefs)
16:45
Consolidated /wikiedit, /pikchrshow, /fileedit, and /chat to use shift-enter to run preview mode. The former 3 previously used ctrl-enter but it was poorly documented and probably not widely used like ctrl-enter is in chat (to send a message). ... (check-in: 13fabf3f4d user: stephan tags: trunk)
07:27
When generating a repository name from the URL, include parsing of port to avoid undesirable behavior discovered in [forum:4409f66dae988dc5] in which the parser doesn't handle single-label host names which include a port (with or without a final slash). ... (check-in: 000f80213e user: andybradford tags: trunk)
06:55
Merged in diff context loading fixes from Florian: off-by-one error for the single-line context case and a race condition for the click-queue. ... (check-in: 36bec9adac user: stephan tags: trunk)
05:56
Fix an off-by-one error that prevents loading single-line diff context chunks at the top of the file(s). See [forum:5f407f5f1f | Forum Post 5f407f5f1f] for a test case. ... (Closed-Leaf check-in: 72f3493802 user: florian tags: diff-js-fixes)
05:47
Fix a race window bug with click-ahead bookkeeping: if loading of diff context chunks is super-fast (localhost and/or cached), but insertion into the document is significantly slowed (e.g. after ~100*15 diff context lines already added to the same block), clicks during document manipulation have a chance to be queued (good) and handled immediately (not necessarily bad) as soon as setTimeout() yields the UI thread, and then another chance to be doubly handled (definitely bad) by the scheduled queue processing. ... (check-in: 6a371417c8 user: florian tags: diff-js-fixes)
03:22
Fix bug mentioned in [forum:a4c682e21ce329fe] to make URL parser require properly formed URL containing a slash following the port. ... (check-in: fb752a04f5 user: andybradford tags: trunk)
2021-09-28
12:09
Query column miscount fix for (wiki list -t) as reported in [forum:5e6c3e3b78112df3]. ... (check-in: 3a2b13b8d0 user: stephan tags: trunk)
11:51
Another line-height tweak for the diff view to keep underscores from being truncated in Chromium. ... (check-in: ebf69b498e user: stephan tags: trunk)
11:22
/chat: experimental HTML5 history support for using the back button to return to a message from which a #nnn message ID was clicked. ... (check-in: 9df3fc6b0f user: stephan tags: markdown-tagrefs)
11:06
Merged in trunk. /chat changed jump-to-message animation to fade out/in, per requests. Added HTML5 history to /chat clicks on #NNN message references but it's disabled because it's behaving unexpectedly. ... (check-in: 99b23d0fa3 user: stephan tags: markdown-tagrefs)
09:45
Moved chat.js to fossil.page.chat.js, for consistency with the other single-page apps and to emphasize that it is not to be loaded on arbitrary pages. Changed chat's startup to wait until the page on-load event to avoid a related timing issue. ... (check-in: 3ec8c6c04d user: stephan tags: trunk)
2021-09-27
14:29
Hyperlink fix in changes.wiki ([forum:40ec3ab414]) and missing properties added to tester.tcl ([forum:9ca8f55c4c]). ... (check-in: 7ad4e1ad49 user: stephan tags: trunk)
2021-09-26
12:53
Merged in diff context multi-click load queue on behalf of Florian B., as discussed in/around [forum:c8919e12dd76bf23|forum post c8919e12dd76bf23]. ... (check-in: a49393a958 user: stephan tags: trunk)
2021-09-25
12:26
Added #NNN and #NNN.NNN references as a special case of hashtag, noting that it will currently match a prefix of #NNN.NNN.NNN. Taught /chat that clicking on such a reference should jump to the referenced message or toast the user that the message is not in the current history. ... (check-in: 4539bf8792 user: stephan tags: markdown-tagrefs)
11:35
/chat: when applying a filter, automatically switch to the messages view. Apply hashtag processing to the preview view. ... (check-in: b59a761bb2 user: stephan tags: markdown-tagrefs)
10:54
Improved the behavior in the face of multiple filters, applying only the most recent one. Added a button to clear filters which appears along the bottom of the message area if any filter is active. ... (check-in: 93bf25055a user: stephan tags: markdown-tagrefs)
08:57
Possible solution to the problem of buttons randomly jumping away from under the mouse cursor. ... (Leaf check-in: b4dbdec8f1 user: florian tags: diff-js-fetchqueue)
08:17
More progress on the markdown #hashtag parsing. ... (check-in: ac5b66bb40 user: stephan tags: markdown-tagrefs)
07:20
Merged in latest trunk. test-markdown-render now accepts files and string literals. ... (check-in: 5618cceb7b user: stephan tags: markdown-tagrefs)
07:00
Added missing new mkd_renderer entry in markdown_extract_links() to skip over @/#tags. ... (check-in: 2e64642841 user: stephan tags: markdown-tagrefs)
2021-09-24
17:18
Added an optional widget to /chat which gives an overview of who is actively posting and enables filtering messages by users. ... (check-in: ce0d61bbae user: stephan tags: trunk)
17:11
Removed an accidental extraneous animation on every chat message sent. ... (Closed-Leaf check-in: 0fe5b6cb7e user: stephan tags: chat-user-filter)
17:07
One "last" style tweak, then i'm done. ... (check-in: 9e5acae7d5 user: stephan tags: chat-user-filter)
17:01
Several minor cleanups, fixes, and presentation tweaks. ... (check-in: 10107e4fbc user: stephan tags: chat-user-filter)
13:20
Minor doc corrections and cleanups. ... (check-in: a2588c570e user: stephan tags: chat-user-filter)
12:07
Disable chat animations during the bootstrapping process. Increated timestamp size a tick. Xekri CSS tweak to eliminate body-level scrollbars in chat-only mode. ... (check-in: 4ff16c0572 user: stephan tags: chat-user-filter)
12:04
Experiment to implement a click-queue for the buttons dynamically loading diff context. See [forum:c8919e12dd | Forum Post c8919e12dd] for comments and potential TODOs. ... (check-in: c714f2515e user: florian tags: diff-js-fetchqueue)
10:14
Animation tweaks and more predictable scrolling when the user filter is cleared (always scroll to the button). ... (check-in: 3d4101d354 user: stephan tags: chat-user-filter)
09:42
Doc typos and sped up the message-in-context animation a tick. ... (check-in: 2b3a6ed846 user: stephan tags: chat-user-filter)
09:29
Changed the "message in context" animation to something more eye-catching and less stuttery. ... (check-in: fc27d6a333 user: stephan tags: chat-user-filter)
08:37
When chat view is filtered on a single user, the per-message popup now offers the option to jump to that message in the larger unfiltered context. When toggling the active user timestamps on, also toggle the active user setting on if it's not already on. ... (check-in: 5aac6ae058 user: stephan tags: chat-user-filter)
07:16
Added a description of the user activity list to www/chat.md. ... (check-in: d046ab687d user: stephan tags: chat-user-filter)
2021-09-23
20:11
Insignificant typos. ... (check-in: a4b9af1bb0 user: stephan tags: chat-user-filter)
19:47
Earlier detection of unresolved deltas due to an incomplete clone. ... (check-in: 55a5b7014d user: drh tags: trunk)
18:14
Improve the decision about when to stop doing HTTP round-trips while doing a clone so that the clone will continue as long as new content is being received and we have not yet seen the "clone_seqno 0" card. Proposed fix for the issue discussed in [forum:/forumpost/60d48c2896|forum thread 60d48c2896]. ... (check-in: ea5afad31f user: drh tags: trunk)
15:51
Only update the recent activity view when it's active or activated, not when it's hidden/inactive. ... (check-in: 06196b1993 user: stephan tags: chat-user-filter)
15:32
Micro-tweaking of CSS to account for the fieldset substitution. ... (check-in: c00002656a user: stephan tags: chat-user-filter)
15:15
Replaced recent activity list fieldset element with a fieldset-like element because of Safari fieldset layout/sizing bugs. ... (check-in: dc3f028290 user: stephan tags: chat-user-filter)
14:43
CSS to attempt to work around Safari mobile shrinking the recent activity fieldset to smaller than its content. ... (check-in: fced72da86 user: stephan tags: chat-user-filter)
14:16
Minor style tweaks to account for quirks of specific skins. ... (check-in: 097733c0e9 user: stephan tags: chat-user-filter)
13:44
xekri skin: remove the outlandish saturation on chat message tabs and make user name color more legible in the recent activity list. ... (check-in: 3368434606 user: stephan tags: chat-user-filter)
13:26
Added a help buttonlet to the user activity list. ... (check-in: f39c8326e2 user: stephan tags: chat-user-filter)
12:49
Redistributed a tiny bit of spacing - looks less cramped this way. ... (check-in: 754f7a42cc user: stephan tags: chat-user-filter)
12:41
When batch loading chat messages, delay update of recent activity list until after the batch is done. Squeezed about 0.5em more space out of the screen. ... (check-in: 7c2f3eb31f user: stephan tags: chat-user-filter)
12:23
Corrected persistence of the timestamps toggle. Removed about 40 lines of dead CSS. ... (check-in: dddd42baa6 user: stephan tags: chat-user-filter)
12:03
Was supposed to be part of the previous commit :/. ... (check-in: a3ea94205b user: stephan tags: chat-user-filter)
12:00
Added toggle for the recent activity timestamps. ... (check-in: 9938acb049 user: stephan tags: chat-user-filter)
11:44
UI refinement of the chat user activity list. ... (check-in: 7aea432a47 user: stephan tags: chat-user-filter)
09:41
Proof of concept /chat "active user list" which keeps track only of users who have posted messages in the client's current list and allows filtering on those messages by tapping a user. Widget is hidden by default and can be toggled in the config area. There are still cases to figure out (e.g. new messages do not apply the current filter). ... (check-in: dafd549711 user: stephan tags: chat-user-filter)
04:53
In /ci_edit, add a footnote recommending against setting fixed color values. That feature predates skins by years and does not play well with arbitrary skins. ... (check-in: 9956fa6dde user: stephan tags: trunk)
04:46
Minor restructuring of the /file line number DOM elements to address text-mode browsers. [forum:c8fd094267a0f0d9| Forum post c8fd094267a0f0d9]. ... (check-in: 53ff9d0de0 user: stephan tags: trunk)
03:46
/chat: give the input field focus when chat starts up. ... (check-in: c3362100e2 user: stephan tags: trunk)
2021-09-22
17:12
Possibly fixed a case where /chat's preview button will get stuck in a disabled state, but it's intermittent and difficult to trigger so am not 100% sure. ... (check-in: 2d385d94f5 user: stephan tags: trunk)
14:45
Another SQLite update to fix the build on older machines that lack CHAR_BITS as well as to fix a few harmless compiler warnings. ... (check-in: 457a73e6ad user: drh tags: trunk)
13:54
Update the built-in SQLite to the latest 3.37.0 alpha. ... (check-in: 606dcf08c9 user: drh tags: trunk)
12:22
Micro-adjustments to /chat CSS to squeeze a tiny bit more space from the bottom of the screen. ... (check-in: 62deb8f794 user: stephan tags: trunk)
11:15
Simplified and consolidated how /chat internally manages its 3 separate main views, with an eye towards making it easy to add additional views. No user-visible changes. ... (check-in: 593d3a3a1e user: stephan tags: trunk)
08:43
Revert part of the previous commit so that only buttons, not textareas an input fields, are affected. ... (check-in: 15d58775a7 user: stephan tags: trunk)
05:45
Darkmode skin tweak so that certain form elements, e.g. buttons, don't have _entirely_ invisible backgrounds. ... (check-in: 65233c9f33 user: stephan tags: trunk)
03:04
Diff context loading: replaced string.replaceAll() with a more portable construct, as reported in [forum:c1f198f6993cd603 | forum post c1f198f6993cd603]. ... (check-in: 4888719588 user: stephan tags: trunk)
2021-09-21
20:07
Internal cleanups of how /chat config area is built up. No significant visible changes. ... (check-in: 60206ef512 user: stephan tags: trunk)
19:45
Tweaked the /chat config options layout so that the entries start at the bottom of the view to put them in easier reach on tall screens, and moved the presumably most common options to the bottom so that they start out scrolled into view on smaller screens. ... (check-in: 3524f72e6b user: stephan tags: trunk)
18:17
Diff context chunk loader UI controls now show a load-pending message and any error messages directly next to the controls, rather than via toasts, per forum feedback. ... (check-in: ba40082691 user: stephan tags: trunk)
17:36
Removed a bogus unreached return statement. ... (check-in: 4b98f9e791 user: stephan tags: markdown-tagrefs)
17:34
More refinement of the token selection for #hashtag and @name references. ... (check-in: 3363ab42c0 user: stephan tags: markdown-tagrefs)
16:42
Fixed a paren nesting bug that prevented multi-character hashtags from being processed. It would stop at the second character. ... (check-in: e211f1ab42 user: wyoung tags: markdown-tagrefs)
16:38
Added '@' and '#' prefixes in spans. Initial commit ate them. ... (check-in: 398cfa0be0 user: wyoung tags: markdown-tagrefs)
16:29
Merged in parallel trunk changes. ... (check-in: 9b07f400ce user: stephan tags: markdown-tagrefs)
16:28
Removed some extraneous console debug output. ... (check-in: 8663dde1df user: stephan tags: trunk)
16:19
Initial implementation of "span data-foo" wrappers around @name and #tag references. Seems functional on a test-markdown-render basis, but the definitions of what counts as a reference and what to do with them still remains to be handled. ... (check-in: 31a607d33c user: wyoung tags: markdown-tagrefs)
16:10
Reimplemented chat message operations popup as an inlined DOM element to enable a confirmation option on the global delete button, per request from drh (and it's also more platform-portable). ... (check-in: fb9026e264 user: stephan tags: trunk)
15:02
Updated changelog for chat preview. Hyperlinks in preview mode now have target=_blank. Removed extraneous FORM element around chat input area, as it caused only grief with regards to Enter key handling (always activating the first button in the list, which is now the preview button). ... (check-in: 60ed1ff951 user: stephan tags: trunk)
14:34
/chat restored accidentally-removed configurable notification sounds. More layout tweaks on chat buttons. ... (check-in: cf81ddf97a user: stephan tags: trunk)
14:24
/chat: close config/preview area if user sends a message, to help avoid confusion and a corner-case layout bug. Minor layout tweaking of the single-line edit mode via collaborative /chat effort. ... (check-in: 03f33cd3c2 user: stephan tags: trunk)
13:34
/chat links now open in a new tab by default. Reduced min-width of input field to help out FF on Android. ... (check-in: cea66528e2 user: stephan tags: trunk)
13:25
/chat now uses full-fledged markdown instead of its former special-case markup. Added a message preview option to support that. ... (check-in: 6c1ac839e3 user: stephan tags: trunk)
13:18
In single-line edit mode, wrap the chat buttons if the screen is not "wide enough." Give the edit field a min-width of (experimentally) 24em. ... (Closed-Leaf check-in: 3ca1ec5248 user: stephan tags: chat-markdown)
13:10
Reduced side margin/padding on text input field to improve phone usability. ... (check-in: ac6e7ae9da user: stephan tags: chat-markdown)
13:00
Prettified chat buttons via collaborative chat session dogfooding. ... (check-in: 607854c90f user: stephan tags: chat-markdown)
11:52
/chat: tell the file selection widget not to wrap, so that the help button stays on the same line (reported from Martin G's phone). ... (check-in: 4fc065ba4a user: stephan tags: chat-markdown)
11:32
Moved the 350-ish lines/9k of chat-specific CSS into style.chat.css. ... (check-in: bd4dd24373 user: stephan tags: chat-markdown)
11:20
Initial go at a preview mode for /chat. Still some UI/UX decisions to be made. ... (check-in: f33eefe2bb user: stephan tags: chat-markdown)
10:08
Merge fixes from trunk ... (check-in: 3f2365fe26 user: drh tags: chat-markdown)
09:47
Fixed a comment to match the code, as reported [forum:/forumpost/81e0168804 | on the forum]. ... (check-in: 898b8f2082 user: wyoung tags: trunk)
08:01
Corrected th1 lappend to persist its result, as reported in [forum:97f8815dd3ddd7df|forum post 97f8815dd3ddd7df]. ... (check-in: cb531a5416 user: stephan tags: trunk)
06:22
Assorted small improvements to the gitusers doc ... (check-in: 7cd51fa341 user: wyoung tags: trunk)
04:09
/chat: add a button to the user/timestamp popup to toggle between parsed and plain-text rendering for that message, per /chat request. ... (check-in: 9a17e76ebf user: stephan tags: chat-markdown)
2021-09-20
12:14
Merge trunk changes into the chat-markdown branch. ... (check-in: 807b8d9bf4 user: drh tags: chat-markdown)
12:13
Fix hyperlinks to the Fossil Book to use the newer URL. ... (check-in: e014f3080f user: drh tags: trunk)
11:28
/chat: add pikchr click handlers to incoming messages. ... (check-in: 326eccf245 user: stephan tags: chat-markdown)
2021-09-19
22:48
Removed about a hundred lines of dead code from the diff context loading bits. Reported by Florian B. in the forum. ... (check-in: 47438b7137 user: stephan tags: trunk)
14:37
Restored "diff --command CMD" flag that got lost in the latest diff refactorings. (One-off method for supplying the diff-command setting.) ... (check-in: cae7036bb7 user: wyoung tags: trunk)
08:15
/wikiedit, /fileedit, and /pikchrshow: tweak ctrl-enter preview toggle event handling to avoid spurious addition of CRNL to text area (patch from Warren in /chat). ... (check-in: d6e7917a3e user: stephan tags: trunk)
07:28
Applied patch from Warren at [forum:26371e6b32cb4ebc] to resolve the new behavior of markdown catching message prefixes of #NNN as a header. ... (check-in: 408d584e21 user: stephan tags: chat-markdown)
05:53
Updated change log and chat.md for the /chat switch to markdown. ... (check-in: 32bd273ebf user: stephan tags: chat-markdown)
04:11
/chat now uses markdown, instead of its minimal custom markup. Chat messages are rendered at send-time, not save-time, so this retroactively affects all messages. ... (check-in: 52d40548ed user: stephan tags: chat-markdown)
03:55
Fixed a few minor errors in the new http-over-ssh.md doc and added a memorial to a fallen hero. ... (check-in: 9d4a132761 user: wyoung tags: trunk)
03:34
Put a space after all "###" used as inline headers in www/customgraph.md to make them behave the same if we follow the CommonMark spec and require at least one space or tab after the last #. All other www/*.md files already do this. ... (check-in: bc08b0972a user: wyoung tags: trunk)
2021-09-18
21:25
Corrected display of 'hooks' setting in /setup_settings, per [forum:d1ac688c1b|forum post d1ac688c1b]. ... (check-in: 5d9a7442fa user: stephan tags: trunk)
15:15
Fix the "fossil commit" command so that it does not get confused by files added by merge and then edited but keeping the same file size. See [forum:/forumpost/03f6b307f89c990b|forum thread 03f6b307f89c990b] for discussion and a more detailed description of the problem. ... (check-in: ed5843cf31 user: drh tags: trunk)
03:40
Reimplemented /chat settings selection to be more usable, device-portable, and extensible. Re-enabled client-side selection of repo-specific chat nofication sounds. ... (check-in: 9c777150ed user: stephan tags: trunk)
03:26
/chat: Corrected storage of selected audio URI to account for multiple sounds. Updated change log and chat.md. ... (Closed-Leaf check-in: c23aa77411 user: stephan tags: chat-config-options)
02:36
/chat: re-enable inclusion of unversioned sound files (mp3, wav, ogg) in the list of chat notification sounds. ... (check-in: 2a59a9a15a user: stephan tags: chat-config-options)
01:37
Assorted small improvements to the new http-over-ssh.md doc. ... (check-in: d8f470757e user: wyoung tags: trunk)
00:51
Added the www/server/any/http-over-ssh.md doc, an elaboration of Andy Bradford's OpenSSH ForceCommand based solution for forcing access via ssh:// URLs to go through a wrapper script that rewrites the command, exchanging "test-http" for "http", causing the Fossil RBAC system to come into play in a secure fashion. Linking to it from the top-level "server/" index and from the #webonly section of the caps/ index where it cites this limitation. Reworked the latter section now that we have a documented alternative. ... (check-in: be8ed971f9 user: wyoung tags: trunk)
2021-09-17
23:24
Removed dev-mode-only automatic toggle of config area. ... (check-in: 563ce12aca user: stephan tags: chat-config-options)
23:21
Replace /chat config popup with a friendlier and more flexible widget. Reintroduces ability to select from multiple alerts. Seems to work but needs more testing. [forum:d97c869900 | Forum post d97c869900]. ... (check-in: 6f5e04b340 user: stephan tags: chat-config-options)
21:48
Clarified the read/write access issue in the #webonly section of the main user capabilities doc. ... (check-in: 391bc36987 user: wyoung tags: trunk)
19:48
Formatting improvements on the change log. Improvements to the help text for the "fossil ui" command. ... (check-in: 76f65b4362 user: drh tags: trunk)
19:32
Update the changes log. Fix a minor typo in the help text for "diff". ... (check-in: 5839abaee4 user: drh tags: trunk)
19:06
Bring the help text for the "fossil all git" command into alignment with the implementation after changes on [/timeline?c=202108141825|2021-08-14]. ... (check-in: 1033e0ff88 user: drh tags: trunk)
10:46
Tolerate one or two punctuation characters at the end of a symbolic name, if the name does not otherwise match, to accomodate names taken from the ends of URLs where some extra punctuation from the following text was included with the URL. ... (check-in: d81190bd72 user: drh tags: trunk)
02:32
Updated the JS doc's section about the hamburger menu to reflect the recent addition of this menu to other stock skins. ... (check-in: 36d84427f6 user: wyoung tags: trunk)
02:02
Converted all uses of the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-name | obsolete] named anchor feature from HTML before 4.0 to use fragment identifiers instead. (<tt>www/*</tt> subtree only.) Where possible, changed constructs like <verbatim><a name="foo"></a><h3></verbatim> to <verbatim><h3 id="foo"></verbatim> Also fixed a few cases where the link target came after a header so the browser would scroll the header off the screen when visiting the targeted section. Added a 50em pad at the bottom of one such edited doc to allow the intra-doc link targets to be useful since it's a short enough doc that on sufficiently tall browser windows, scrolling isn't possible, so using those anchors has no visible effect. ... (check-in: 93cee1f56e user: wyoung tags: trunk)
00:34
Remove obsolete diagram source files that have now been replaced by Pikchr. The files are still accessible in older versions, of course, and can be easily resurrected if needed. But there is no reason to include them in modern source tarballs. ... (check-in: dbf94ab50c user: drh tags: trunk)
2021-09-16
22:50
xekri skin: make /chat names and timestamps slightly more legible. ... (check-in: 919468b358 user: stephan tags: trunk)
17:12
Moved the [2d8a9046a1] CSS change into (table.diff pre), as the previous placement reportedly makes no difference. ... (check-in: bb2e6c6185 user: stephan tags: trunk)
17:05
Xekri skin: added same logo toggle as in [c4c64257cf], improved page layout in chat mode, and slightly modernized the header layout. Gave chat message area in all skins a very slight side padding. ... (check-in: 714ff82433 user: stephan tags: trunk)
15:39
Added diff context loading to the list of places we use JS in javascript.md. ... (check-in: 30a2b87c4e user: stephan tags: trunk)
15:38
Added text-size-adjust:none CSS to table.diff in an attempt to keep iPhones from scaling the code text size up, bringing it out of alignment with the line numbers. Whether this works remains to be seen. ... (check-in: 2d8a9046a1 user: stephan tags: trunk)
15:36
Eagle skin: added a toggle in the header to switch the logo link between the historical behavior (link to top of the current domain) and new (link to top of current repo), defaulting to the original behavior. [forum:f7a84dc19d51efa8|Forum post f7a84dc19d51efa8]. ... (check-in: c4c64257cf user: stephan tags: trunk)
2021-09-15
19:50
Prevent an extra leading slash from the post-login redirector. Also, on the 'register' page, include the email notifications input element if the 'selfreg-verify' setting is enabled, even when the 'default-perms' setting does not include the 'Email Alerts' ('7') permission. ... (check-in: 129ea22423 user: mistachkin tags: trunk)
19:43
Fix harmless compiler warning on Win32. ... (check-in: e1996e2558 user: mistachkin tags: trunk)
19:42
Update the custom MinGW makefile. ... (check-in: 47bda8418a user: mistachkin tags: trunk)
08:04
wiki list CLI command no longer lists deleted pages by default: use --all to include those (same parameter name as /wcontent uses for that purpose). [forum:cf4195f8bf6824fa | Forum post cf4195f8bf6824fa]. ... (check-in: 88e5336007 user: stephan tags: trunk)
2021-09-14
22:07
eagle skin: cleaned up the clock-update JS function and modernized the logo appearance a bit. /fileedit: fixed a help test typo. ... (check-in: 7912deb5fd user: stephan tags: trunk)
09:04
/wikiedit and /fileedit can now dynamically load more diff context. Discovered that the unified diff scrolling under the new diff model is not quite right and the magical CSS invocations to solve it properly elude me: for now they're scrolling (if needed) from a higher parent container level of the DOM than they should be, so the line numbers scroll along with the code. ... (check-in: ef69044cf9 user: stephan tags: trunk)
2021-09-13
21:30
Fix typo. ... (check-in: 1e5dc324ef user: mistachkin tags: trunk)
21:08
diff CSS: more fine-tuning of line-height and INS/DEL padding to account for another browser and fill in the gaps of color caused by the inflated line-height. Work around a "slight wiggle" problem on some FF versions. Minor simplification of some nearby CSS. ... (check-in: 1e28e74720 user: stephan tags: trunk)
19:59
skins: replaced CSS attributes prefixed with old/obsolete/non-standard -moz/-ms/-mx/-webkit with their standard counterparts. ... (check-in: 9386c4c069 user: stephan tags: trunk)
19:24
Proactive fix for diff context loading init which would have been a bug once wikiedit and fileedit get connected to it. ... (check-in: 63eb9d3b00 user: stephan tags: trunk)
18:25
Diff-related style tweaks to Ardoise skin, per /chat discussion. ... (check-in: efebb41733 user: stephan tags: trunk)
04:20
Exposed the JS code which initializes diff context loading, for eventual use in /wikiedit and /fileedit (currently missing required metadata in the diff for those apps). Removed a now-extraneous PRE.udiff wrapper element in ajax response diffs. ... (check-in: 0cbfc02b4b user: stephan tags: trunk)
03:44
Removed a reference to a newly-removed fossil.info-diff.js builtin file. This resolves fatally breaking sites which use the jsmode bundled option. ... (check-in: 3d69a8a46f user: stephan tags: trunk)
2021-09-12
18:20
Soften the box around diffs with a 5px corner radius. ... (check-in: bce9662451 user: drh tags: trunk)
17:50
Resolution for uneven line alignment on mobile browsers, as reported in [forum:e6f4ee7de98b55c0 | forum post e6f4ee7de98b55c0]. ... (check-in: 49d69ff6c5 user: stephan tags: trunk)
10:28
Slightly smaller fonts on diffs. ... (check-in: 912f7295a6 user: drh tags: trunk)
2021-09-11
19:51
More tweaks to the diff alignment algorithm. ... (check-in: f9cc72fffa user: drh tags: trunk)
19:20
Enhance blob_append_json_literal() so that it escapes all control characters. ... (check-in: 810576be15 user: drh tags: trunk)
18:39
blob_append_json_literal() now escapes hard tab, newlines, and carriage returns. Fixes /jchunk loading of makefiles and potentially files with any stray carriage returns. ... (check-in: 0f7740b632 user: stephan tags: trunk)
18:01
darkmode skin: give SELECT elements a color combination which is visible, as reported in [forum:9a87b3e40d | forum post 9a87b3e40d]. ... (check-in: ee0b76a77e user: stephan tags: trunk)
17:44
diff context: never show the dual-mode up/down buttons at the very start or end of a file, only in the gaps between two chunks. ... (check-in: 7b1e2aaee1 user: stephan tags: trunk)
17:28
Improved alignment by giving a score of 62 to an inserted or deleted line. ... (check-in: 2bded9fb6c user: drh tags: trunk)
17:09
Enhance the various diff views (excluding diff -b output) to be able to dynamically load more context lines per mouse click. ... (check-in: 51c1efd403 user: stephan tags: trunk)
15:53
Merge the diff alignment scoring tweak from trunk. ... (Closed-Leaf check-in: 916094f820 user: drh tags: diff-js-refactoring)
15:52
Tweak the diff-alignment scoring algorithm to give extra affinity to lines that share a common prefix. ... (check-in: 2921ec2588 user: drh tags: trunk)
08:17
Diff-related CSS cleanups. ... (check-in: 1ca68f3ab4 user: stephan tags: diff-js-refactoring)
07:36
Worked around, rather accidentally, the Darkmode and Xekri skin weirdness - side effects of padding. Bootstrap is still a bit funky, depending at least partially on which media query is currently active. ... (check-in: 3480785e39 user: stephan tags: diff-js-refactoring)
05:48
jchunk-related style tweaks for Eagle and Khaki skins. ... (check-in: bbc534e7a4 user: stephan tags: diff-js-refactoring)
05:10
Several CSS tweaks to get the skins playing nicely. We still have some weird, as-yet unexplained quirks with Darkmode, Bootstrap, and Xekri (forced tables sizes are not being applied, or are inconsistent, despite styles being set). ... (check-in: 860f8f252c user: stephan tags: diff-js-refactoring)
03:20
Final chunk load mode implemented, but diff table widths have somehow been broken (too wide - not sure since when). This version is suitable for playing with and feedback, but not quite yet for trunk. ... (check-in: 5938083e48 user: stephan tags: diff-js-refactoring)
00:30
Merge recent trunk enhancements into the diff-js-refactoring branch. ... (check-in: a7fbefee38 user: drh tags: diff-js-refactoring)
2021-09-10
23:50
When computing a diff display, if the number of rows to skip between two diff regions is less than the context size, then go ahead and show the skip area as common text. ... (check-in: 674da6424a user: drh tags: trunk)
23:12
Propagate the default value of diff_context_lines() through to window.fossil.config.diffContextLines for use by the jchunk UI. Per /chat discussion, jchunk will load 3x that many lines of context per button click. ... (check-in: 8f84424fff user: stephan tags: diff-js-refactoring)
23:01
Disabled diff context pos debug output. ... (check-in: 4f6b56d253 user: stephan tags: diff-js-refactoring)
22:55
Implemented "downwards" loading of diff context (appending to previous chunk). Fixed HTML escaping of loaded lines so that it works together with the existing colorized diff content. ... (check-in: 621ef5b7e8 user: stephan tags: diff-js-refactoring)
21:30
Removed some dead code. Internal cleanups and reorg in prep for upcoming changes. ... (check-in: bc5dc16e55 user: stephan tags: diff-js-refactoring)
16:08
Some JS code simplification and added dark-mode CSS filter to jchunk controls. ... (check-in: 65ae15e008 user: stephan tags: diff-js-refactoring)
15:53
Implemented diff.js arrow key scroll fix from [566b7f1165293655]. ... (check-in: c624ed868e user: stephan tags: trunk)
13:11
Mark private branches in the CLI output of "fossil branch list", and output only those when "-p" is given. Clarify that private branches do not appear in a merge manifest. ... (check-in: cf04bcb2b1 user: danield tags: trunk)
2021-09-09
22:41
When filling a whole gap with loaded jchunk lines, merge the previous and following TR elements together with the new content, providing a seamless fill, eliminating the extraneous scrollbars. This means we cannot style the newly-loaded chunk differently (like github does), but it looks much, much nicer than before. Partial-chunk loads are still pending. ... (check-in: 11a981ead0 user: stephan tags: diff-js-refactoring)
21:36
Implemented fetching and injection of chunks which are smaller than the configured load size, but the results do not play well with our scrolling workaround and need to be revisited after some sleep, perhaps appending/prepending the results directly to the previous/next TR instead of injecting a new one. ... (check-in: da8a0f82b5 user: stephan tags: diff-js-refactoring)
20:03
Style improvements. Hooked up the buttons but they don't yet fetch anything. ... (check-in: f0984389ba user: stephan tags: diff-js-refactoring)
18:50
More jchunk button style tweaks. ... (check-in: 7cc651c87f user: stephan tags: diff-js-refactoring)
18:31
Doc typos. ... (check-in: fa654e947a user: stephan tags: diff-js-refactoring)
18:28
Got jchunk loader buttons in place but they're currently non-functional. ... (check-in: 365ef58b8c user: stephan tags: diff-js-refactoring)
16:19
Edit pass on the blockchain doc: mainly clarity improvements, but also some typo and grammar fixes. ... (check-in: c34ca6299f user: wyoung tags: trunk)
15:06
Refactored tr.diffsplit to hold enough information to allow partial chunk loads in either direction and to know where the next/previous chunks (if any) start/end. Actual loading is currently disabled, pending addition of controls which make use of this new state. ... (check-in: cedcd3585b user: stephan tags: diff-js-refactoring)
15:01
Fixed left/right arrow key scrolling in diff.js. ... (check-in: 566b7f1165 user: stephan tags: diff-js-refactoring)
06:37
jchunk integration now shows the LHS line numbers. RHS are still TODO. ... (check-in: e63ad6ff25 user: stephan tags: diff-js-refactoring)
05:31
TR-click event handling simplification. ... (check-in: c7f3d04244 user: stephan tags: diff-js-refactoring)
04:58
/jchunk code lines are now injected into the diff view but the line numbers are still TODO. ... (check-in: 49a60a580d user: stephan tags: diff-js-refactoring)
03:23
Fetching of /jchunk lines by clicking on the '...' separator of a diff is now working but the fetched lines still need to be integrated into the UI. ... (check-in: 41ef416e77 user: stephan tags: diff-js-refactoring)
2021-09-08
18:42
/jchunk now always uses a JSON response, even for permissions problems. Doc improvements for the jchunk interface. ... (check-in: 1fec5f4abc user: stephan tags: diff-js-refactoring)
18:25
Add a warning to /jchunk that it is an internal-use-only interface that is likely to change in the future. ... (check-in: 1da4b6c752 user: drh tags: diff-js-refactoring)
18:17
Renamed /jtext to /jchunk. Added window.fossil.fetchArtifactLines() to interact with that API. ... (check-in: 9684425b0c user: stephan tags: diff-js-refactoring)
17:36
Merge in trunk for manifest_parse() output fix and "hidden" ajax routes. ... (check-in: f68b0b7187 user: stephan tags: diff-js-refactoring)
17:23
help: added optional 'hidden' flag to WEBPAGE/COMMAND/SETTING entries, which causes them to be elided from most listings. They can still be invoked by the help system if their name is used, but they won't be listed. This is primarily intended for internal-use ajax routes. ... (check-in: 701c6dc284 user: stephan tags: trunk)
13:41
Fix UV sync so that it works over SSH. [forum:/forumpost/b121db582ee1ed2c|Forum thread b121db582ee1ed2c]. See also the earlier attempt to fix this at [129e39587803da00]. ... (check-in: b11359c4bf user: drh tags: trunk)
12:21
Add the --test option to the test-http command to make it usable interactively over an ssh link. Improve the on-line documentation for the test-http command. ... (check-in: 9834d4dc72 user: drh tags: trunk)
11:11
Caught more instances of the previous commit's fix. ... (check-in: 992b62fa8b user: stephan tags: trunk)
11:03
Attempt to squelch stdout errors from manifest parsing when it encounters a non-manifest. Reported at [forum:/forumpost/d6a8e3b2a843c498 | forum post d6a8e3b2a843c498]. ... (check-in: 65dbc19eae user: stephan tags: trunk)
02:43
Minor tweaks in the diff-related JS and CSS. ... (check-in: fd7d2557aa user: stephan tags: diff-js-refactoring)
01:01
Fix the /vpatch webpage output, apparently broken by check-in [3a561322cafbc337]. [forum:/forumpost/2a0e4c729e|Forum post 2a0e4c729e]. ... (check-in: ebcad739e8 user: drh tags: trunk)
2021-09-07
23:08
Optimize diff.js's width updater to only perform DOM selection when it's first run. Also delay its execution until the onload event. ... (check-in: 077f3db109 user: stephan tags: diff-js-refactoring)
22:28
Ongoing refactoring and feature-adding related to the JS/ajax components of the new diff views. ... (check-in: 65aa2c9643 user: stephan tags: diff-js-refactoring)
22:24
Made diff view table 100% wide instead of 98%. The unsightly horizontal scrollbars still don't appear at that width and this eliminates an odd-looking gap on the right. ... (check-in: be9602d0df user: stephan tags: trunk)
21:55
diff.js: instead of polling for window size changes every 100ms, listen for window resize events. ... (check-in: c5f8e79990 user: stephan tags: trunk)
21:32
Re-added the file-toggle checkboxes to the diff views which were disabled via recent refactoring. ... (check-in: cf4b9fbd9c user: stephan tags: trunk)
21:12
json API: removed reference to recently-removed DIFF_CONTEXT_MASK. ... (check-in: 0c496d8ad3 user: stephan tags: trunk)
19:15
On the /jtext page, terminate the JSON array early if there are insufficient lines of text in the file to complete the request. ... (check-in: 6f5dfd9d80 user: drh tags: trunk)
19:09
Add the /jtext webpage, intended for use by XHR. ... (check-in: 5f7fcbabf0 user: drh tags: trunk)
18:45
When HTML diffs are generated from a webpage, include sufficient information in class names ids, and data- elements to permit JS to redraw the separators to include context fill-in buttons. ... (check-in: c275a166b3 user: drh tags: trunk)
17:11
Fix the diff block alignment so that it correctly suppresses unnecessary diff marks, even when in ignore-whitespace mode. ... (check-in: 85ca2fe5b5 user: drh tags: trunk)
16:06
Further simplification of the DiffConfig object by splitting out the lines of context and column width values from the diffFlags vector into separate columns. There should be no user-visible changes in behavior. ... (check-in: ca6fa4b2f3 user: drh tags: trunk)
13:29
Take advantage of the new pBlob==NULL capabilities in blob_appendf() to simplify some of the diff logic. ... (check-in: 590e01dbdd user: drh tags: trunk)
12:51
Enhance the blob_append(), blob_appendf(), blob_append_char(), and similar interfaces such that if the Blob pointer in the first argument is NULL, the result is written directly to stdout. ... (check-in: 3a561322ca user: drh tags: trunk)
12:18
Simplify the interface to the internal diff_file() routine. ... (check-in: db034a5a6c user: drh tags: trunk)
11:40
Bring back the diff command option `-N|--new-file' as an alias for `-v|--verbose' for script compatibility. ... (check-in: 4ef3ba374c user: florian tags: trunk)
10:42
Minor fix to adapt the `append_diff_javascript()' function and its call points to the new diff logic (already partially done with check-in [1347a1ddb9]). ... (check-in: f9761abb6a user: florian tags: trunk)
00:18
Move more diff parameters into the DiffConfig object. ... (check-in: 346de5d122 user: drh tags: trunk)
2021-09-06
22:26
Internally, use the new DiffConfig object to pass around diff settings, rather than the legacy u64 bit array. This provides increased flexibility to the internals. There should be no user-visible changes (unless I made a mistake). Note that more parameters could be folded into the DiffConfig object. This check-in is just a start. ... (check-in: 1347a1ddb9 user: drh tags: trunk)
22:24
For the --json diff output, generate an array of objects, one object per file and the diff array all contained within the object. ... (Closed-Leaf check-in: 4ab3525927 user: drh tags: diff-config)
20:51
Begin adding value that used to be function arguments into the DiffConfig object. This check-in deals with the pRe parameter. ... (check-in: bdb4bfaa3a user: drh tags: diff-config)
19:24
Futher integration of DiffConfig up and down the diff stack. ... (check-in: 7c1498aeff user: drh tags: diff-config)
18:52
Continue integrating DiffConfig up the diff stack. ... (check-in: 153a464dab user: drh tags: diff-config)
18:35
Incremental step in integrating DiffConfig. ... (check-in: f7c8416fcd user: drh tags: diff-config)
18:14
Create the new DiffConfig object used to pass around information about a file difference computation. Begin integrating this new object into various interfaces. Lots more work to be done. ... (check-in: 8601fb13d6 user: drh tags: diff-config)
14:07
Updates the change log to talk briefly about the new diff enhancements. ... (check-in: 68d728867f user: drh tags: trunk)
13:35
Improvements to help text for "diff" and "xdiff". ... (check-in: dc757a5d08 user: drh tags: trunk)
13:22
Expand the 'fossil wiki export --technote' interface to support technote retrieval via tag name as discussed in the chat. The query looks to match against both 'sym-TAG' and 'TAG' as technote tags are presently prefixed with 'sym-'. This identifier should be reserved for branches, however, so may be removed from technotes, at which point this query should be changed. ... (check-in: d71b648c6c user: jamsek tags: trunk)
13:06
Update the built-in SQLite to the latest 3.37.0 alpha, for testing. ... (check-in: 04b725d9bf user: drh tags: trunk)
12:00
Improvement to the ticket customization documentation suggested by [forum:/forumpost/31e44444cda1a7821912|forum post 31e44444cda1a7821912] ... (check-in: 3fcdfb0cd8 user: drh tags: trunk)
01:22
The diff --tk option shows an error message on the display if it encounters an input line that it does not understand. This means that "cannot compute difference between binary files" errors, and similar, are dealt with correctly. ... (check-in: 86f0722e0c user: drh tags: trunk)
2021-09-05
22:58
Identical lines in diff output should never use the "|" comparison mark. ... (check-in: 99f93d9231 user: drh tags: trunk)
22:11
Improved hyperlinks on the "Fossil Self-Hosting Repositories" page. ... (check-in: 6decc47add user: drh tags: trunk)
20:59
Minimum line-number width in --tk output is 3, to accommodate ellipses. ... (check-in: 719498bd5f user: drh tags: trunk)
20:54
Further improvements to diff alignment. ... (check-in: e5b1c70e2a user: drh tags: trunk)
19:31
Added just a tiny bit of left/right padding on the new diff tables so that the line numbers don't run right up to the edge of the border. ... (check-in: f25a987bae user: stephan tags: trunk)
19:16
Add a #define for the diff block alignment algorithm threshold. ... (check-in: 0a4ae4408e user: drh tags: trunk)
19:02
Refactor the diff logic for improved modularity and performance. This check-in transitions the diff improvement efforts from a branch to trunk. The effort is not yet complete, but it is stable enough to continue going on trunk. User-visible changes include (1) improved diff display, especially for unified diffs, (2) the new "fossil xdiff" command (promoting the older "test-diff" command into a supported command), and improved performance. Behind the scenes, (3) the class names DOM module used for for HTML diffs is simplified - which may break custom skins, (4) the internal processing of diffs is simplified in many ways. ... (check-in: 9e330740cc user: drh tags: trunk)
00:33
Fix a harmless compiler warning from previous check-in. ... (Closed-Leaf check-in: bcd3e80f20 user: drh tags: diff-color-enhancements)
00:31
A new, faster algorithm for alignment of rows in a change block. ... (check-in: 71759ef5bf user: drh tags: diff-color-enhancements)
2021-09-04
19:45
Add the test-line-hash command for use in debugging and analyzing the match_dline() functions. ... (check-in: 6a2bfba43d user: drh tags: diff-color-enhancements)
16:51
If unable to get good alignment between two diff block, try merging the current diff block with the subsequent diff block, if it is nearby. ... (check-in: 45c91a6670 user: drh tags: diff-color-enhancements)
16:22
Fix incorrect xReplace method in the --tcl formatter. ... (check-in: 2e583d2a2c user: drh tags: diff-color-enhancements)
15:00
Fix the SKIP display for --tk diffs. ... (check-in: 581d3f8d88 user: drh tags: diff-color-enhancements)
10:38
Fix diff.js so that it does not limit the width of unified diff &lt;pre&gt; elements. ... (check-in: 723ce36ddb user: drh tags: diff-color-enhancements)
10:27
Fix the blob_append_tcl_literal() routine to escape carriage-return characters (U+000d). Possible fix for the problem reported at [forum:/forumpost/390440e9793bfef7|forum post 390440e9793bfef7]. ... (check-in: b4c961e8fb user: drh tags: diff-color-enhancements)
2021-09-03
23:39
Add chunk numbers to each row of the diff output for HTML diffs. ... (check-in: 8caab6155e user: drh tags: diff-color-enhancements)
23:00
Draw a thin box around diffs in the default skin (per [forum:/forumpost/a42aade32dd9d42|forum post a42aade32dd9d42]). Show ellipsis at the tops and bottoms of files, if warranted. Fix a problem with "diff.js" that was failing to link all scrollbars associated with a single diff. ... (check-in: 63a5c754fd user: drh tags: diff-color-enhancements)
22:49
Improved alignment of partial line diffs. More work to be done in this area. Also fix a problem in diff.js that was causing problems when comparing two empty files. ... (check-in: 24d28cb7c9 user: drh tags: diff-color-enhancements)
18:45
Refactor the name of the sub-line change detection object. ... (check-in: 3e08b15858 user: drh tags: diff-color-enhancements)
17:51
Escape &#91;, &#92;, and &#93; characters when quoting TCL strings. ... (check-in: fd2d27f01b user: drh tags: diff-color-enhancements)
14:33
Add the test-line-diff command for testing the oneLineChange() routine of the diff logic. ... (check-in: 0755a81bb5 user: drh tags: diff-color-enhancements)
14:05
Adjust CSS to show blue change text for the --by option. ... (check-in: 4381c7ea8c user: drh tags: diff-color-enhancements)
13:39
First attempt at documenting the new diff web layout. ... (check-in: 07d28ec886 user: drh tags: diff-color-enhancements)
12:33
Restore the blue color for changed text in side-by-side diffs. ... (check-in: 00b5e02ab2 user: drh tags: diff-color-enhancements)
12:23
Merge recent trunk enhancements into the diff-color-enhancement branch. ... (check-in: 17dde4c75b user: drh tags: diff-color-enhancements)
12:21
Fix to the --ssl-identity issue described at [forum:/forumpost/6e2b2ee5316b7aef|forum post 6e2b2ee5316b7aef]. ... (check-in: 82b42943b1 user: drh tags: trunk)
12:07
On windows, make sure temporary pathnames containing non-ASCII characters are handled correctly. Add the fossil_freopen() wrapper around freopen() for portability. ... (check-in: f48e48f664 user: drh tags: trunk)
11:51
Adjust diff colors in all skins. ... (check-in: 3910360677 user: drh tags: diff-color-enhancements)
2021-09-02
23:43
Delete a bunch of obsolete side-by-side diff code. ... (check-in: 9f3d89612a user: drh tags: diff-color-enhancements)
22:44
Delete unused legacy context-diff logic for HTML. ... (check-in: 1fb022ff98 user: drh tags: diff-color-enhancements)
22:28
Improved comments on the diff formatter and related logic. ... (check-in: d29ddba321 user: drh tags: diff-color-enhancements)
19:38
New format for JSON diff output. Promote the "test-diff" command to "xdiff", retaining the older spelling as a backup for compatibility. ... (check-in: b051102272 user: drh tags: diff-color-enhancements)
18:44
Better control over the blue/red/green colors in the --tk TCL code. ... (check-in: 1df8b9d773 user: drh tags: diff-color-enhancements)
16:15
Fix line numbers off-by-one in --tk display. ... (check-in: b3e1fd9ff4 user: drh tags: diff-color-enhancements)
14:25
Various improvements and bug fixes to the new diff logic. ... (check-in: 10f736f04f user: drh tags: diff-color-enhancements)
10:09
Get the --tk option working with the new --tcl format. ... (check-in: 63610f3f27 user: drh tags: diff-color-enhancements)
09:19
Add the --tcl format option to the diff commands. The plan is to use this to implement --tk (in place of --html -y) but that part is not yet implemented. ... (check-in: e933d5d731 user: drh tags: diff-color-enhancements)
07:56
Half of [d700f5ff4f215c69 | the prior commit] was unnecessary. Backed it out. ... (check-in: 9a4e87a3b6 user: wyoung tags: trunk)
07:52
Added db_unprotect/pop wrappers around the "clone --ssh-command" handling to avoid a bogus "unauthorized change to protected setting" error, as reported [forum:/forumpost/29027c6a67c280e7 | on the forum]. ... (check-in: d700f5ff4f user: wyoung tags: trunk)
2021-09-01
19:53
First attempt to generate side-by-side diffs using the new formatter. This breaks the --tk option. The "fossil diff -b" and "--by" work, but side-by-side diff on /info pages and similar is currently busted. CSS is simplified, which means that skins will need to be modified. This is an incremental check-in. ... (check-in: 4cd8a743cd user: drh tags: diff-color-enhancements)
15:38
Further improvements to unified diff. Simplified CSS that can be used in common with split diff. Separate columns for each line number and the change mark. ... (check-in: ce856a8614 user: drh tags: diff-color-enhancements)
2021-08-31
22:43
Tweaks to diff formatting. ... (check-in: 598d7736e7 user: drh tags: diff-color-enhancements)
14:13
Removed the link to /setup_smtp from the main /admin page: the backing feature was removed [/info/db5c2d399c143a04 | several months ago]. Addresses [forum:/forumpost/413e04bba5 | an anonymous forum post]. ... (check-in: 7aaee6fc31 user: wyoung tags: trunk)
14:10
Markdown tweak in www/alerts.md to avoid semi-redundant constructs like "[MTA][mta]". ... (check-in: 897bd90b27 user: wyoung tags: trunk)
14:03
Fixed several "descendents" typos. (It's "descendants".) There's still one remaining in sqlite3.c, but of course fixing that here won't help. ... (check-in: 85f119dc7d user: wyoung tags: trunk)
13:44
Small grammar tweaks to previous ... (check-in: c2f0063f1e user: wyoung tags: trunk)
13:33
Improvements to the new unified diff algorithm. ... (check-in: 2a256a4cce user: drh tags: diff-color-enhancements)
13:29
Further tweaks to §2.5.1 of the fossil-v-git doc: spelling and grammar fixes, updated references, clarifications... ... (check-in: c00b6a4844 user: wyoung tags: trunk)
13:14
Updated the fossil-v-git doc to talk about "fossil patch" in addition to "fossil bundle". ... (check-in: e3e06d31f5 user: wyoung tags: trunk)
10:39
Refactor the previous commit by adding a wrapper for `freopen()', and use the Cygwin-aware routines to convert path names to/from UTF-16. ... (Closed-Leaf check-in: 963de841f2 user: florian tags: win32-temppath-mojibake)
07:01
On Windows, make sure temporary path names containing non-ASCII characters are accessible, for example if the default temporary path "C:\Users\«Username»\AppData\Local\Temp" contains a user name with extended characters, of if the %TEMP% environment variable points to a directory name with extended characters. ... (check-in: 102339828b user: florian tags: win32-temppath-mojibake)
03:00
An attempt to rework HTML unified diff to show partial line matches. Still needs CSS work. ... (check-in: a01e46d85e user: drh tags: diff-color-enhancements)
02:56
Fixed a copy/paste typo from [ae28ae82] which broke some JS-using pages. ... (check-in: b22bf1c954 user: stephan tags: trunk)
2021-08-30
22:39
Merge fixed from trunk into the diff-color-enhancements branch. ... (check-in: 06a4494e01 user: drh tags: diff-color-enhancements)
16:43
Added fossil.dom.ins/del() factory functions in prep for JS-based diff renderer. (Later) This check-in seems to break chat on the server-side. (Later still) fixed in trunk - copy/paste typo. ... (Closed-Leaf check-in: ae28ae8273 user: stephan tags: oops)
16:40
Fix handling of backslash and tab in quoted JSON text for the --json option. ... (check-in: 9a30e83d88 user: drh tags: diff-color-enhancements)
15:03
Add the experimental JSON diff output format. ... (check-in: 5d759da711 user: drh tags: diff-color-enhancements)
14:23
Fix --debug diff output for multi-byte UTF-8. ... (check-in: 9191ea9e63 user: drh tags: diff-color-enhancements)
13:55
In the "diff --debug" output show the regions of change. ... (check-in: 4b8f203f5d user: drh tags: diff-color-enhancements)
12:00
Code and comment cleanup. Fixes to the new formatDiff() routine related to block alignment. ... (check-in: 16a2364f36 user: drh tags: diff-color-enhancements)
02:36
Corrections to line counting in the formatDiff procedure that drives the DiffBuilder object. Remove the test-rawdiff command and substitute and undocumented --raw option on the various diff commands. ... (check-in: 5e70c3ff96 user: drh tags: diff-color-enhancements)
2021-08-29
22:55
Demonstrate the concept of a generic DiffBuilder object. ... (check-in: 6e8d87b398 user: drh tags: diff-color-enhancements)
12:58
Minor sbsdiff.js tweak to try to avoid unsightly page-level horizontal scrollbars, as reported in [forum:96e40f90db | forum post 96e40f90db]. ... (check-in: fa667a9308 user: stephan tags: trunk)
2021-08-28
16:36
Further improvements to fossil_temp_filename() to help ensure that the correct directory separators are used on both unix and windows. ... (check-in: 5434d2e32c user: drh tags: trunk)
15:47
Merge trunk fixes into the diff-color-enhancements branch. ... (check-in: e696aa705c user: drh tags: diff-color-enhancements)
15:46
More robust implementation of fossil_temp_filename that does not require an open connection to a real database. ... (check-in: 939696667a user: drh tags: trunk)
15:19
Minor legibility improvement for the previous commit [8ad6aa53a4]. ... (check-in: db8c5a9296 user: stephan tags: trunk)
15:11
Added missing db_protect() when importing (config export user) data via (config import), as reported in [forum:dea06dd696359a59 | forum post dea06dd696359a59]. ... (check-in: 8ad6aa53a4 user: stephan tags: trunk)
00:46
Performance optimization. Now faster than trunk. ... (check-in: 2cb7f2f9d1 user: drh tags: diff-color-enhancements)
00:13
Side-by-side diff coloration now appears to be technically correct, though further improves are needed to optimize for human perception, and for performance. ... (check-in: 6ed7541472 user: drh tags: diff-color-enhancements)
2021-08-27
21:11
Additional work on improved diff. Incremental check-in. Still not working right. ... (check-in: 4fea7cc0ca user: drh tags: diff-color-enhancements)
16:48
Coloring on side-by-side diffs allows up to 8 separate segments of change. Incremental check-in - not everything is working correctly. ... (check-in: 925399da07 user: drh tags: diff-color-enhancements)
14:01
Clean up the data structures associated with adding color to diffs in preparation for attempts to improve the coloration. ... (check-in: 8c619bf278 user: drh tags: diff-color-enhancements)
12:31
Fix login redirects for the forum. [forum:/forumpost/7663482abad5a3ea|Forum post 7663482abad5a3ea]. ... (check-in: c717d2803e user: drh tags: trunk)
12:09
Add a missing #include to diffcmd.c so that the build will work under mingw32. ... (check-in: 00c8622a02 user: drh tags: trunk)
11:29
Fix the goofy non-quoting of URL arguments to "start" on windows by including an extra quoted empty term. [forum:/forumpost/9600b10ffd0a7483|Forum post 9600b10ffd0a7483]. ... (check-in: 0d8c92882a user: drh tags: trunk)
07:54
Attempt to fix quoting issues with the browser launch command on windows. ... (check-in: c72c6df465 user: drh tags: trunk)
05:57
/chat: when submitting a message, trim trailing whitespace from all input lines in order to keep pasted-in text from consoles, especially wide ones, from forcing horizontal scrollbars on all clients to due long runs of blanks at the end of each line. Sidebar: this is incompatible with markdown-formatted text which makes use of lines ending with whitespace for continuation of multi-paragraph list entries. ... (check-in: afaffb66df user: stephan tags: trunk)
03:17
Fixed incorrect /hash-color-test URI in the user-color-map setting's help text. ... (check-in: 966305b264 user: stephan tags: trunk)
00:33
Do not use an external diff command to generate HTML for --tk or --webpage or --browser. ... (check-in: 83feccc291 user: drh tags: trunk)
2021-08-26
15:23
Update the change log for the shift from --www to --by. ... (check-in: 16a01582e6 user: drh tags: trunk)
15:12
CSS adjustments for the --browser option on diff commands. ... (check-in: de2d0054a7 user: drh tags: trunk)
14:01
Rename the new --www option (check-in [f3961f453aee1ef5]) to --browser and -b. Add the --by option as shorthand for --browser --sidebyside, as that is expected to be a common usage pattern. ... (check-in: 9a3372eec5 user: drh tags: trunk)
13:41
Minor code simplification and cleanup for the HTTP server launch in the "fossil ui" and similar commands. ... (check-in: 2f122aac73 user: drh tags: trunk)
00:16
Update the change log. ... (check-in: a49582b343 user: drh tags: trunk)
2021-08-25
23:47
More improvements to login redirects. See the discussion on the [forum:/forumpost/f81625500d96cc0f|forum thread f81625500d96cc0f]. ... (check-in: e5c16594b3 user: drh tags: trunk)
23:17
Fix a harmless compiler warning in the previous check-in. ... (check-in: 4291b9c87f user: drh tags: trunk)
23:08
Add the --www option to the various "diff" commands. ... (check-in: f3961f453a user: drh tags: trunk)
20:56
Improved internal interfaces for diff. For --webpage, omit the CSS used only for side-by-side diffs when doing a unified diff. ... (check-in: eb6611c4dc user: drh tags: trunk)
18:26
Enhance the sbsdiff.js script to do the diff-column width expansion and constraction as the browser width chagnes. Add the complete sbsdiff.js script text to the end of --webpage diff output, but only when the -y option is also used. ... (check-in: 5380333f63 user: drh tags: trunk)
18:00
For the --webpage output, use javascript to resize all side-by-side diff columns so that they completely fill the available screen width. ... (check-in: 571dd613ac user: drh tags: trunk)
17:18
Fix the --webpage option so that it correctly generates the HTML closing tags for the "fossil test-diff" command. ... (check-in: 7e37ae9549 user: drh tags: trunk)
16:48
Fix a bad redirect associated with Logout. Problem caused by [3571c8715d512a28] ... (check-in: 85f87c8d30 user: drh tags: trunk)
16:22
Fix a problem in the "fossil patch diff" command introduced by the previous --webpage check-in. ... (check-in: 874e7fa7bb user: drh tags: trunk)
16:10
Add the --webpage option to the various "diff" commands. This option causes the diff output to be in the form of a stand-alone webpage that can be sent to a remote collaborator (for example via a chat attachment). ... (check-in: ea52b7d06c user: drh tags: trunk)
13:10
Improvements to the g= query parameter on login redirects. This is an attempt to fix the problem described by [forum:/forumpost/f81625500d|forum post forum f81625500d]. ... (check-in: 3571c8715d user: drh tags: trunk)
2021-08-23
02:40
Minor internal doc tweaks. No code changes. ... (check-in: 4907122668 user: stephan tags: trunk)
2021-08-20
22:41
After prompting to save an SSL cert verification, ensure that the config db is opened to avoid a fatal error when saving. See forum posts [forum:c53d1915a4e0a051|c53d1915a4e0a051] and [forum:4dcd2f16c289848c|4dcd2f16c289848c]. ... (check-in: edd280c3b6 user: stephan tags: trunk)
2021-08-19
19:38
Add the --fossilcmd option to the "patch push" and "patch pull" commands. Also improve the "patch" documentation slightly. ... (check-in: 280e12a356 user: drh tags: trunk)
19:21
Enhancements to "fossil patch". The -f flag now causes a revert prior to applying the patch. The -f, -v and -n flags work with "patch push". ... (check-in: 136d200408 user: drh tags: trunk)
19:01
Fix the "fossil patch pull" command so that it works even if the remote has added two or more files. ... (check-in: 08be0c75b9 user: drh tags: trunk)
13:53
Enhance the "scrub" command to more aggressively prune the CONFIG table. ... (check-in: 6b608a0ccb user: drh tags: trunk)
10:38
Fix for previous. :P ... (check-in: 3befe7aab4 user: wyoung tags: trunk)
10:37
URL fix addressing [forum:/forumpost/d35232eda0 | a report on the forum]. ... (check-in: 0da45710a0 user: wyoung tags: trunk)
2021-08-18
21:37
Resolved, it seems, skin cookie/query param/--skin flag priority bug which allowed an empty skin= query param to take effect even when --skin was used. Reported in [forum:745cbb55268aff37 | forum post 745cbb55268aff37]. ... (check-in: a9995c561b user: stephan tags: trunk)
19:13
attachment_list(), used by wiki, tech-note, and ticket attachment lists, now includes a download link which attempts to download using the file's name instead of artifact ID. Discussed in [forum:6566f665a3685c4f | forum post 6566f665a3685c4f]. ... (check-in: 648bb4c1b5 user: stephan tags: trunk)
18:18
In the attachment list of /wiki, link the word Attachments to the /attachlist page as a workaround for downloading the attachments using their expected names (rather than change the historical behaviour of the in-page links, which download using artifact IDs). Discussed in [forum:6566f665a3685c4f | forum post 6566f665a3685c4f]. ... (check-in: 6e44230314 user: stephan tags: trunk)
2021-08-17
19:44
Back out the main-url patch. On second thought, this does not add a lot of value but does introduce complication. Maybe it will get added back in later. ... (check-in: 5bb4f12a8f user: drh tags: trunk)
17:32
Provide a warning on the security-audit page if any of the TH1 scripts that run during a syncm, push, pull, or clone are configured. ... (check-in: cfb5be4189 user: drh tags: trunk)
17:13
Add the "main-url" setting. Use it to send the "pragma from-url" on a sync. The server uses this to add new syncwith: entries for the client. ... (check-in: 2ae7a5160f user: drh tags: trunk)
15:41
Improvements to the /urllist page &rarr; the sync URLs and Git mirrors are combined into a single section. Add the url_unparse() interface for freeing memory from a url_parse_local(). ... (check-in: 9bdbcd39cb user: drh tags: trunk)
2021-08-16
00:11
Relax <tt>isSnippetMark()</tt> so that almost arbitrary search terms are highlighted. This change is preliminary and [forum:/forumpost/042e179e0c25b8|needs further analysis]. ... (check-in: 6b37b55f75 user: george tags: search-terms-highlighting)
2021-08-15
23:49
Merge from trunk ... (check-in: 59010c7c09 user: george tags: rptview-submenu-paralink)
23:27
Merge from trunk ... (check-in: 282c6f956f user: george tags: wcontent-subsets)
23:13
Merge from trunk ... (check-in: 5b67899db0 user: george tags: th1-doc-vars)
18:38
Remove a harmless unused variable. ... (check-in: a004b1729c user: drh tags: trunk)
00:43
Improve the /urllist page so that it shows all servers with which the repository has synced. ... (check-in: 89e5c03a32 user: drh tags: trunk)
2021-08-14
22:06
Remember the URLs for Git-mirror syncs. Show them on the /urllist page. ... (check-in: 458b35a507 user: drh tags: trunk)
18:25
Further improvements to "fossil all git status" output. Do not show repositories for which the git export repository does not exist or is inactive. ... (check-in: 999d838de2 user: drh tags: trunk)
18:00
Improved output (less clutter) from the "fossil all git status" command. Results are only shown from repositories that actually have a Git mirror. ... (check-in: 9179663d8c user: drh tags: trunk)
2021-08-12
16:07
Added a link from build.wiki to the Release Build How-to wiki page, per forum request. ... (check-in: c763040b9d user: stephan tags: trunk)
15:41
Added 'Results' to the title for /docsrch and /search pages when s=... param is passed in, analog to checkin [b0862611cc], per request in [forum:61bd27b76f4b8ae2 | forum post 61bd27b76f4b8ae2]. ... (check-in: 809c010db2 user: stephan tags: trunk)
14:38
Correctly handle block HTML in markdown if the end tag occurs at the very end of the input without even a new-line. ... (check-in: a06f3379f0 user: drh tags: trunk)
2021-08-11
18:56
Adjusted the optional cscope feature so it collects symbols only from the src subdir, primarily to get the bld/* stuff out of the way. ... (check-in: b6cc6f680f user: wyoung tags: trunk)
18:54
/forum page now changes its title to 'Forum Search Results' when showing search results, per request in [forum:291f9af918 | forum post 291f9af918]. ... (check-in: b0862611cc user: stephan tags: trunk)
2021-08-09
01:11
Markdown enhancement (after [forum:/forumpost/938896d37da30394|forum post 938896d37da30394] and follow-ups) in which &lt;html&gt;...&lt;/html&gt; that is preceded and followed by blank lines disables all markdown processing and just returns raw HTML text. The &lt;html&gt; and its end-tag are removed. Removal of "dangerous" HTML is handled in a later pass, so the results should still be safe. ... (check-in: 1e919d601f user: drh tags: trunk)
2021-08-08
18:20
More information in the log file for signal handlers. Include the phase of operation as part of the log message. ... (check-in: 48c06b0a13 user: drh tags: trunk)
2021-08-07
17:28
Improved error message upon timeout. Combine redundant implementations of the function that finds user and kernel CPU usage. ... (check-in: 6c3d370496 user: drh tags: trunk)
17:28
Update to the latest trunk version of SQLite, for SQLite testing. ... (check-in: 5570a6aae9 user: drh tags: trunk)
10:33
Fix an uninitialized variable resulting from check-in [cdbf0bf179989a2d]. ... (check-in: a099ccfe92 user: drh tags: trunk)
10:18
Update change long to mention the recent Markdown formatter change. ... (check-in: 2125ddb964 user: drh tags: trunk)
2021-08-06
23:39
Minor internal doc fixes. ... (check-in: b473ba079b user: stephan tags: trunk)
23:23
Simplify the HTML block tag handling in the markdown formatter. (See [forum:/forumpost/3f0136cd8054a14e|forum thread 3f0136cd80].) Dramatically reduce the number of of HTML block tags that do not apply markdown formatting to their content. The list is now just &lt;pre&gt; and &lt;script&gt;. Formerly this list include things like &lt;p&gt; and &lt;table&gt;. ... (check-in: cdbf0bf179 user: drh tags: trunk)
2021-08-05
17:06
Minor doc fix for previous commit. No code changes. ... (check-in: 04a9e74a93 user: stephan tags: trunk)
11:55
Resolved invalid memory write in --args FILE handling when FILE contains embedded NULs, as reported in [forum:/forumpost/7b34eecc1b8cf5d2|forum post 7b34eecc1b8cf5d2]. Cause: mismatch between --args expansion's own line counting vs blob_line() counting. All bytes after the first embedded NUL are now effectively ignored. ... (check-in: e120c2a9a7 user: stephan tags: trunk)
2021-08-02
10:09
Typo fix in previous ... (check-in: e3066edea3 user: wyoung tags: trunk)
08:49
Clarified the double-quoting and {} quoting rules for TH1 in the docs. ... (check-in: a1e415291c user: wyoung tags: trunk)
2021-07-26
20:07
Fix typo on the /stat page. ... (check-in: 9860f1ea44 user: drh tags: trunk)
03:03
Updated URLs in fossil.1 man page to https. ... (check-in: 762dc040b8 user: stephan tags: trunk)
2021-07-25
02:59
Add new branch subcommands: close, reopen, hide, unhide. ... (check-in: f1fb1239be user: stephan tags: trunk)
2021-07-23
21:47
Updated the caps/index.md doc to reflect the recent "sxy" change ... (check-in: 34de621459 user: wyoung tags: trunk)
19:48
Comment typo fix in previous ... (check-in: ec5efceb8a user: wyoung tags: trunk)
19:35
The default user capability string for the test-http command — used by ssh:// URLs despite the "test-" prefix! — is now "sxy" to grant all permissions as claimed [/doc/trunk/www/caps/#webonly | in the docs]. While this is objectively correct, it doesn't solve the actual problem I was chasing, being UV sync failure over SSH per [forum:/forumpost/b121db582ee1ed2c | a recent forum post]. ... (check-in: 129e395878 user: wyoung tags: trunk)
06:12
Added (branch reopen) subcommand, the inverse of (branch close), per forum feedback. ... (Closed-Leaf check-in: 6f3ab14165 user: stephan tags: branch-close-subcommand)
02:44
branch hide/unhide subcommands now skip over checkins which have resp. don't have the hidden tag. ... (check-in: 768f30ffb7 user: stephan tags: branch-close-subcommand)
02:22
Added (branch hide/unhide) subcommands. ... (check-in: 05b42e6aa6 user: stephan tags: branch-close-subcommand)
2021-07-22
23:21
Internal refactoring of (branch close) subcommand in prep for pending addition of similar (branch hide/unhide) feature. ... (check-in: 9baa9768f6 user: stephan tags: branch-close-subcommand)
23:08
Enhance the /vdiff page to understand the nc (no-color) query parameter and to do a better job of preserving query parameter choices when clicking on other display options. ... (check-in: 2e51bb9b03 user: drh tags: trunk)
07:47
branch close: added --user/date-override options, per forum feedback. ... (check-in: 94764e962c user: stephan tags: branch-close-subcommand)
06:25
branch close: minor doc and style cleanups. Delay output of control artifact in dry-run mode until after Z-card is calculated. Only show new dry-run artifact in --verbose mode. ... (check-in: 25197505b1 user: stephan tags: branch-close-subcommand)
06:16
branch close: dry-run mode no longer skips the saving steps. ... (check-in: a6a1a3cf0c user: stephan tags: branch-close-subcommand)
05:59
Initial impl of (branch close) subcommand. ... (check-in: 0bdb19f3d3 user: stephan tags: branch-close-subcommand)
2021-07-21
18:48
Cleanup for the "fossil help" command implementation. ... (check-in: 8a231a7990 user: drh tags: trunk)
17:13
Update the built-in SQLite to the latest trunk version, for testing purposes. ... (check-in: cd90fc9114 user: drh tags: trunk)
2021-07-20
20:57
Updated the link to cURL's cacert.pem package from the "SSL" doc ... (check-in: af7bbdcee9 user: wyoung tags: trunk)
14:34
Recreate the ability to view all settings in a single command. ... (check-in: 65f59beae9 user: andybradford tags: trunk)
2021-07-19
18:20
Start the list of changes for version 2.17. ... (check-in: 482c1c9ee8 user: drh tags: trunk)
13:27
Improved comments on anchor-generation routines like href(). Simplify the logic. Fix a bug in the generation of form elements for the /register page. ... (check-in: 8dd7542892 user: drh tags: trunk)
2021-07-18
12:47
/wikiedit: show the list of attachments for the current page and list URLs suitable for pasting them into the page, e.g. for use in IMG tags. ... (check-in: ce15e35e47 user: stephan tags: trunk)
00:00
Fix a potential division-by-zero in Pikchr. ... (check-in: bee7418f07 user: drh tags: trunk)
2021-07-17
19:26
Further improvements to the "chop" mechanism of Pikchr. ... (check-in: 58fb007eb8 user: drh tags: trunk)
17:29
Update the built-in pikchr.c file to the latest version with the preliminary fix for the chop bug. ... (check-in: 60c9dc9f5f user: drh tags: trunk)
10:48
wikiedit: the attachment area now explains that new pages cannot have attachments until the page is saved once. ... (Closed-Leaf check-in: 70716bbc0e user: stephan tags: wikiedit-attachment-list)
2021-07-16
18:30
Internal wikiedit doc touchups. ... (check-in: a36cd610af user: stephan tags: wikiedit-attachment-list)
18:15
Added reload capability to /wikiedit attachment list. ... (check-in: 91bb602ad6 user: stephan tags: wikiedit-attachment-list)
16:51
Initial work on attachment list for /wikiedit. Still requires the ability to update the list to see attachments made since edits were last locally loaded and stashed. ... (check-in: 74c6b9c5be user: stephan tags: wikiedit-attachment-list)
02:45
Added test-list-attachments command as a preliminary step towards adding the ability to list wiki page attachments from within /wikiedit. ... (check-in: a0577666f4 user: stephan tags: trunk)
2021-07-15
21:43
Fix a typo in a variable name that broke the build when JSON support was enabled. ... (check-in: f31b5a838b user: danield tags: trunk)
20:25
Updated the systemd service article to account for my experience following the instructions on a CentOS 8 box. (It was originally written for an older Debian type platform.) ... (check-in: 74670ab1ff user: wyoung tags: trunk)
16:55
Updated the meld example for the gmerge help output, from a [forum:/forumpost/f548a47462 | fix suggested on the forum]. ... (check-in: 375589e50e user: wyoung tags: trunk)
16:32
Fix a minor typo in a comment. ... (check-in: 56262c7ea7 user: drh tags: trunk)
02:21
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. ... (check-in: b910219a4f user: drh tags: trunk)
00:17
Minor orthographic correction in settings help description. ... (check-in: 66c309537b user: andybradford tags: trunk)
2021-07-14
23:58
Recreate the ability to view all the settings easily in one command that was lost with [f74f7014c2271beb] and enhance the output to show whether or not a setting is versioned. ... (Closed-Leaf check-in: b572b76604 user: andybradford tags: verbose-settings-help)
23:05
A value of "auto" for --branchcolor (commit) or --bgcolor (branch new) instructs Fossil to choose the color automatically. This makes it possible to have private branches that are not colored orange by default. ... (Closed-Leaf check-in: ac42160241 user: danield tags: private-non-orange)
12:52
Add the --no-http-compression option to "fossil sync" and similar. Extra explanation of compressed and uncompressed values in the response output from the sync. ... (check-in: 2b8ac4d15b user: drh tags: trunk)
2021-07-13
15:21
When doing a verbose sync/pull/push, also print total uncompressed bytes sent/received, to match displayed statistics for each round trip. ... (check-in: 9abbd35b8e user: danield tags: trunk)
2021-07-12
18:37
Back out the m2= query parameter for /timeline. Instead go back in and document the sel1= and sel2= query parameters. Note the subtle differences between m= and sel1=. Do not allow m=, or c=, or any other parameter to override sel1=. ... (check-in: ee07556688 user: drh tags: trunk)
18:14
Update the built-in Pikchr to the latest trunk version. ... (check-in: 3fa951bb45 user: drh tags: trunk)
15:13
Hostname prefix on the repository name for the "fossil ui" command must be at least two characters in length, to avoid confusing it with a drive letter on windows. ... (check-in: 385344eff7 user: drh tags: trunk)
13:26
Timeline enhancements: (1) Add the "nc" query parameter which means to omit all graph colorations other than highlights from "m" or "m2". (2) Add the "m2=" query parameter for secondary highlight. (3) Undocumented sel1= and sel2= query parameters remain undocumented but are now aliases for the documented "m=" and "m2=" query parameters. ... (check-in: a3392298c3 user: drh tags: trunk)
2021-07-11
23:43
Add the ticket-default-report setting, which if set to the title of a ticket report causes that ticket report to be displayed below the search box in the /ticket page. ... (check-in: c51ace6bc8 user: drh tags: trunk)
21:55
Add default report checkbox and compare report titles instead ... (Closed-Leaf check-in: eaa7f6bb5c user: kevgrig tags: ticket-search-empty-report-number)
19:30
Enhance the Cache-control: header for tarballs and archives so that if the object is uniquely identified by a hash the download has a 10-year timeout and an "immutable" tag. ... (check-in: 44339d5378 user: drh tags: trunk)
19:16
Checked into the wrong branch... ... (Closed-Leaf check-in: 005bba0650 user: drh tags: wrong-branch)
2021-07-10
05:47
Add ticket-search-empty-report-number setting to optionally show a report if the ticket search page query is blank ... (check-in: 714ce73d38 user: kevgrig tags: ticket-search-empty-report-number)
2021-07-09
16:15
Auto-sync prior to running "fossil open". Add the --nosync flags to "fossil open" and "fossil up" to disable the auto-sync. ... (check-in: dc97155ec7 user: drh tags: trunk)
10:51
Update to the latest Pikchr trunk version. ... (check-in: f0b08d071a user: drh tags: trunk)
2021-07-08
17:43
Enhancement to codecheck1.c to verify that routines like db_set() use a string literal as the setting argument, and are thus impervious to injection attacks. ... (check-in: 0a5d0e191c user: drh tags: trunk)
11:54
diff -tk: simplified wrap toggle implementation a bit using a ttk::checkbutton. ... (Closed-Leaf check-in: 57a2cab38f user: stephan tags: mistake)
08:51
In diff -tk window, add a button which toggles the line wrap mode, as discussed in [forum:/forumpost/c5e018e78a8e9d26 | forum post c5e018e78a8e9d26]. (My very first tk code, so it might be significantly improved upon by someone who knows Tk Fu.) (Edit: it turns out that wrapping doesn't work with the line numbers.) ... (check-in: 132340e6f7 user: stephan tags: mistake)
2021-07-07
18:14
Fix the unversioned_content_hash() function so that it returns the SHA1 of a zero-length buffer if the "unversioned" table does not exist. ... (check-in: ccce70fb59 user: drh tags: trunk)
13:12
Do not log the base URL in the CONFIG table when running "fossil ui". ... (check-in: a965221ab2 user: drh tags: trunk)
12:20
New documentation hyperlinks. ... (check-in: 71499f1386 user: drh tags: trunk)
11:12
Minor fixes to the embeddeddoc.wiki document. ... (check-in: 0627f28075 user: drh tags: trunk)
2021-07-06
16:31
Fix the previous check-in so that it works even when the --page option is omitted. ... (check-in: 6d178fa90f user: drh tags: trunk)
15:58
For the --page option to the "fossil ui" command, ignore any initial leading "/" on the page name. ... (check-in: 10f9624207 user: drh tags: trunk)
15:46
Enhance the blob_eq() macro to help ensure that its second argument is a string literal, not a pointer. ... (check-in: d6477def97 user: drh tags: trunk)
13:46
Only issue the warning about unable to push UV content due to insufficient privilege if the client has new UV content that otherwise might push. ... (check-in: 22005dfcf1 user: drh tags: trunk)
13:15
Fix an inefficiency in uv-sync in which the uv-catalog is always sent even if the uv-hash matches. Also add preliminary change to support uv-push. ... (check-in: d015a269e6 user: drh tags: trunk)
2021-07-05
20:44
In the ssh command for the "fossil ui REMOTE" command, add a space between the -L option and its argument, as this is required by plink. ... (check-in: 3fd84de3f4 user: drh tags: trunk)
20:40
For the "fossil ui REMOTE" command, omit the -- in the ssh command that separates local ssh options from the remote command, as it does not appear to be needed, and does not work with plink. ... (check-in: d6b573f72d user: drh tags: trunk)
20:18
When using the "fossil ui" command with a remote repository, ensure that the global configuration database is opened prior to trying to acquire the "web-browser" and "ssh-command" settings. ... (check-in: 23b84b33cd user: drh tags: trunk)
17:58
Omit all of the submenu when a wiki page is shown using the /home URL. [forum:/forumpost/5010f8f2d35c8024|Forum post 5010f8f2d35c8024]. ... (check-in: da2f1522db user: drh tags: trunk)
17:41
Increase the version number to 2.17 to start the next development cycle. ... (check-in: d6759551fb user: drh tags: trunk)
16:55
Resolved problems with recursive invocation of th1's render command. ... (check-in: a5f00e0a71 user: stephan tags: trunk)
16:52
Resolved a g.th1Flags bitmask collision between TH_STATE_xxx and TH_INIT_NO_ENCODE. ... (Closed-Leaf check-in: 0dc3a65515 user: stephan tags: th1-recursive-render)
2021-07-02
12:46
Version 2.16 ... (check-in: 7aedd56758 user: drh tags: trunk, release, version-2.16)
04:16
When calling Th_Render() recursively, pass on g.th1Flags so that recursive calls do not inadvertently toggle flags like TH_INIT_NO_ENCODE. ... (check-in: 0a57df7e07 user: stephan tags: th1-recursive-render)
2021-07-01
22:00
Replaced a char with an int to fix incorrect /json/branch/create handling on platforms where char is unsigned by default. Problem discovered by Daniel Dumitriu. ... (check-in: 8cb972e7da user: stephan tags: trunk)
20:32
Add a note to the changelog about DROP support within tickets schema definition. ... (check-in: f5b5991ee5 user: george tags: trunk)
19:27
Fix the file_fullexename() function (used by the "info" and "test-which" commands) so that it works correctly on Windows. ... (check-in: d8c32ebdff user: drh tags: trunk)
18:54
Improvements to the on-line help for the "fossil all" command, and improvements to the change log. No changes to code. ... (check-in: e39854ae51 user: drh tags: trunk)
18:12
Enhanced help text for the "fossil ui" command. No changes to code. ... (check-in: 301bc21791 user: drh tags: trunk)
14:53
Fix uninitialized local variable in the "fossil ui" implementation. ... (check-in: a7aa779b2b user: drh tags: trunk)
13:58
Add the --fossilcmd option to "fossil ui". Carry the --jsmode and --create options through to the remote fossil. ... (check-in: c359589ef6 user: drh tags: trunk)
04:03
Proposed fix for out-of-order output when calling th1 render function from a th-doc page body. DO NOT MERGE: this is being checked in so that it can be deployed on a test server. ... (check-in: a381a8102b user: stephan tags: th1-recursive-render)
03:26
Minor doc typo fix. ... (check-in: 12b5eed944 user: stephan tags: trunk)
2021-06-30
22:58
Replaced part of [3946ff81] which was inadvertently removed via [612f6cee] (parallel edits). Removed an unused var. ... (check-in: 4f095cdba0 user: stephan tags: trunk)
22:49
Mirror many "fossil ui" options to the remote side when using a remote repository. ... (check-in: 612f6cee38 user: drh tags: trunk)
21:24
patchcmd.md: added a description of how to enable, if needed, a custom PATH via the remote bashrc. ... (check-in: 9a931a16ac user: stephan tags: trunk)
20:33
Enhance the "fossil ui" command so that the REPOSITORY argument can be on a remote system. ... (check-in: f3acbe429a user: drh tags: trunk)
20:31
Update the change log to talk about the enhancements to "fossil ui". ... (Closed-Leaf check-in: 2d19a40df3 user: drh tags: remote-ui)
20:15
Improvements to "fossil ui HOST:PATH". ... (check-in: cff1f785e1 user: drh tags: remote-ui)
19:14
Initial changes to support HOST: prefixes on the REPOSITORY argument of the "fossil ui" command. ... (check-in: cb34f1a8ac user: drh tags: remote-ui)
18:55
Change log typo fix and added an all-encompassing 'numerous other minor enhancements' to 2.16. ... (check-in: 56a40e3b9d user: stephan tags: trunk)
18:46
Refactored [bf66d61582] to move the dir-has-a-checkout-db check into the new dir_has_ckout_db() routine. ... (check-in: 3946ff81b0 user: stephan tags: trunk)
17:57
Retroactively added a note to the 2.12.1 change log about the allow-symlinks setting no longer syncing, per forum request. ... (check-in: c5dc24d4eb user: stephan tags: trunk)
17:39
Add the new file_skip_userhost() function that will find an skip over a "USER@HOST:" prefix on a filename, if it exists. Use this to extract the USER@HOST prefix from names in the "fossil patch push/pull" commands. ... (check-in: 89a8588853 user: drh tags: trunk)
13:56
The argument to the "fossil ui" command is allowed to be a directory name instead of a repository filename. If a directory, repository associated with the checkout at that directory is used. ... (check-in: 9ec744ed79 user: drh tags: trunk)
13:52
Enhance the blob_append_escaped_args() routine with a new parameter to indicate if the argument is a filename. Only prepend "./" to filename arguments that begin with "-". The "%$" printf conversion assumes a filename, but the "%!$" conversion does not. ... (check-in: 4f83d06275 user: drh tags: trunk)
13:07
Remove legacy code that attempted to use -P instead of -p on "plink" for the port number of SSH. ... (check-in: ffe2a84cec user: drh tags: trunk)
2021-06-29
05:44
Per /chat #6763: if the ui command is passed the root dir of a checkout, chdir to that checkout to show the current checkout in the timeline by default. There may be a better/simpler way to implement this, thus this impl is in a branch. ... (Closed-Leaf check-in: bf66d61582 user: stephan tags: ui-checkout-chdir)
05:05
Fixed a && which was supposed to be a & in the new patch code. Caught by gcc. ... (check-in: 1fd6961005 user: stephan tags: trunk)
2021-06-26
18:08
Fix various documentation typos. ... (check-in: 3fec387cc3 user: drh tags: trunk)
2021-06-25
17:12
Fix a busted hyperlink in the change-log. ... (check-in: cd80b9f70f user: drh tags: trunk)
07:41
Integrated a doc suggestion from [forum:/forumpost/3e52a5ca12 | forum post 3e52a5ca12]. ... (check-in: 62ad4e47a4 user: stephan tags: trunk)
2021-06-24
16:40
Improvements to comments on the filename shell quoting logic and test logic. No changes to code. ... (check-in: 255a28b37a user: drh tags: trunk)
16:31
Improvements to command-line safety checks for Windows. Enhance the command-line argument quoting fuzzer to inject all kinds of multi-byte UTF-8 characters. ... (check-in: 6d2e48b4cd user: drh tags: trunk)
15:35
Improve filename shell escaping logic to deal better with UTF-8 characters. ... (check-in: 19f195a838 user: drh tags: trunk)
15:27
Minor typo fixes in new patch command help text. No code changes. ... (check-in: 1190034e37 user: jamsek tags: trunk)
2021-06-23
20:05
Add the -f flag to "fossil patch diff". ... (check-in: 5ee62c4033 user: drh tags: trunk)
19:55
The "fossil patch diff" command should now emit an error message if there is a repository mismatch or a base artifact is missing. ... (check-in: 962694ada0 user: drh tags: trunk)
19:14
The "-f" flag on "fossil patch create" causes an existing patch with the same name to be overwritten. ... (check-in: a332f1a64f user: drh tags: trunk)
19:06
Enhance "fossil patch" to record the project name as part of the patch. Show the project name in "fossil patch view" output, if it exists. Show lots of metadata in "fossil project view" with the -v flag. ... (check-in: 5a28d7c094 user: drh tags: trunk)
18:43
In the "fossil patch" command, miscellaneous code clean-up. Do not require an option check-out to run "fossil patch diff", though a -R REPO option is required if not in an open check-out. No error is given if the repository and the patch do not match - that needs to be fixed. ... (check-in: 2e8c5da0ab user: drh tags: trunk)
18:25
Add the "fossil patch diff" command. ... (check-in: 72d07a52c3 user: drh tags: trunk)
15:43
Add additional metadata to patch files. ... (check-in: b9d5fa4d7b user: drh tags: trunk)
2021-06-22
23:57
Further improvements to quoting defense. ... (check-in: 7d6635542b user: drh tags: trunk)
19:19
Further improvements to argument escaping on Unix. ... (check-in: 597f0bc224 user: drh tags: trunk)
18:57
Improved quoting for filenames on constructed command-lines. ... (check-in: b3fab9b5dd user: drh tags: trunk)
18:19
Reworked the MinGW outdated instructions in www/build.wiki. It was still warning about a MinGW bug from 2014, and it didn't cover the cross-compilation details at all. That in turn gives us a basis for explaining why cross-compilation may matter even to those who don't realize they're doing so, as in the Cygwin and WSL cases, which then explains why we recommend against using MinGW Make and the USE_WINDOWS=1 mode. ... (check-in: 2c66a5395a user: wyoung tags: trunk)
17:28
There is a fossil_spawn() implementation for windows here, using _wspawnvp(). But it does not work. Apparently _wspawnvp() does not preserve the argument boundaries. ... (Closed-Leaf check-in: be6aa9e637 user: drh tags: demo-windows-wspawn-error)
16:57
Removed a paragraph from www/caps/index.md referencing the now-removed "plink -ssh -T" alternative to "ssh -e none -T" on Windows. This paragraph bordered on "TMI" before, so now that it's going to be increasingly correct as Fossil 2.16+ filters out, it needs to go. ... (check-in: f48a9f71f3 user: wyoung tags: trunk)
16:36
Initialized a pointer to 0 to squish a bogus complaint from GCC 11 on MinGW 9. The code passes ASAN on macOS Clang without this, so I believe GCC is just doing over-eager static analysis across function calls, not realizing that the pointer *will* be initialized before it's used. ... (Closed-Leaf check-in: 54febc1f72 user: wyoung tags: fossil-spawn)
16:29
Removed a few bits of src/carray.c that are only needed to allow building the module as a loadable extension. This goes beyond code minimalism, because one of the lines referenced a header we don't provide within Fossil, sqlite3ext.h, which means the only reason this branch compiled before is that it was picking up thje system version, risking a version mismatch when building against the internal SQLite. Build bug caught by initial work on the MinGW port, which doesn't provide that header. ... (check-in: 202ea753e4 user: wyoung tags: fossil-spawn)
15:51
Minor doc correction. ... (check-in: f8f1d035ed user: stephan tags: trunk)
15:43
Add the fact that "ssh" is now used by Windows to the change log. ... (check-in: 775860ad2e user: drh tags: trunk)
15:37
The default "ssh" comand is now always "ssh". Omit the legacy "plink" alternative on Windows as Windows machines now generally all support ssh. ... (check-in: 38567237d7 user: drh tags: trunk)
15:18
Minor fixes to the cleanup of the "patchcmd.md" document. ... (check-in: 990019346e user: drh tags: trunk)
13:33
Add the "fossil patch" command. ... (check-in: e0d61109e1 user: drh tags: trunk)
13:30
Add documentation for "fossil patch" ... (Closed-Leaf check-in: 169346a1aa user: drh tags: patch-cmd)
13:00
Get the pipes working on windows. ... (check-in: a534422e89 user: drh tags: patch-cmd)
12:47
Help-screen updates for the patch command. ... (check-in: 5433a92982 user: drh tags: patch-cmd)
12:41
Both push and pull demonstrated, linux-to-linux. ... (check-in: e60389b0d6 user: drh tags: patch-cmd)
12:24
Code in place for "patch pull" and "patch push". ... (check-in: ccfdc89c96 user: drh tags: patch-cmd)
08:46
[ead1432af9 | An earlier refactoring on this branch] broke the new array-based setting method: got a little too clever with my use of DB handles. ... (check-in: 3bcf3abd56 user: wyoung tags: fossil-spawn)
08:45
Comment clarification ... (check-in: c625c259a1 user: wyoung tags: fossil-spawn)
08:34
Converted "fossil diff" and "fossil gdiff" to the new array-based setting mechanism. The legacy system(3) style shell command string methods are still available for use with --command and legacy single-string settings, but if you pass 2+ values to "fossil setting diff-command VALUES..." (ditto gdiff-command) it's now stored as an array, triggering this new mechanism. This permits old settings to continue working, letting you upgrade to the new mechanism at will. ... (check-in: 68055fd3ed user: wyoung tags: fossil-spawn)
07:56
Constness fix to the new fossil_spawn() function to avoid compiler complaints on current macOS. ... (check-in: eefb8e64ed user: wyoung tags: fossil-spawn)
07:52
Changed the new json_deserialize_array() interface to make it easier to call correctly. ... (check-in: 765acbc080 user: wyoung tags: fossil-spawn)
05:25
Added a JSON array deserializer function and a test-json-deserialize-array command to test it. ... (check-in: dac496b300 user: wyoung tags: fossil-spawn)
03:52
Renamed the test-* wrapper for the new JSON array serializer to better match its internal implementation function. NFC. ... (check-in: 06d27250d5 user: wyoung tags: fossil-spawn)
03:45
Extracted json_serialize_array() function common to both test-json-carray and settings commands, reducing redundant code. ... (check-in: ead1432af9 user: wyoung tags: fossil-spawn)
02:37
Taught "fossil settings" how to accept multiple ?VALUES? parameters, storing the result as a JSON-encoded array in the config table. Nothing uses this yet, but the resulting SQL DB manipulation appears to work correctly. ... (check-in: ca069402f8 user: wyoung tags: fossil-spawn)
01:38
Added the carray() virtual table extension from SQLite and added the test-json-carray command to test it. This is needed for the next step on this branch. ... (check-in: 4223fe8cb5 user: wyoung tags: fossil-spawn)
01:32
Allow patches to be sent and received via standard input and standard output. ... (check-in: 9180106327 user: drh tags: patch-cmd)
00:30
Fix a subtle glitch in the Changelog. No code changes. ... (check-in: 2b073cc3c1 user: george tags: trunk)
00:12
Bug fixes in "fossil patch apply". ... (check-in: f5629790cc user: drh tags: patch-cmd)
00:04
First attempt to get "fossil patch apply" working. There are probably still bugs. Certainly much more testing is needed. ... (check-in: 5865739195 user: drh tags: patch-cmd)
2021-06-21
23:03
Added more test cases to test-spawn-* and gave the test cases human-readable names rather than numbers. ... (check-in: 27cdcbbb49 user: wyoung tags: fossil-spawn)
22:43
Enhanced ability to deal with merges. ... (check-in: 03dca8fca9 user: drh tags: patch-cmd)
22:37
Created fossil_spawn() as a dumb-as-rocks wrapper for posix_spawnp(2) and created tests to prove that it doesn't double-interpret its args as fossil_system() does. This isn't portable yet; it's just a seed we can use to bring this branch to a PoC state. ... (check-in: fb7c579736 user: wyoung tags: fossil-spawn)
21:20
Enhance patchfiles to deal with renames. ... (check-in: 4d82a8d1d0 user: drh tags: patch-cmd)
19:34
Get the "fossil patch view" command working ... (check-in: b08e8651e4 user: drh tags: patch-cmd)
19:09
Code to generate a patchfile. ... (check-in: 7333115dc2 user: drh tags: patch-cmd)
17:15
Begin adding infrastructure for the new "fossil patch" command. ... (check-in: 343745fd36 user: drh tags: patch-cmd)
14:14
Add the "fossil bisect run" command to the change log. ... (check-in: 162625e212 user: drh tags: trunk)
13:53
Add the "fossil bisect run" command. ... (check-in: 7d4cf0ed69 user: drh tags: trunk)
12:35
In the test-fossil-system command, show the result code coming back from each command. ... (check-in: f6b67e157e user: drh tags: trunk)
2021-06-19
20:58
This should demonstrate a behavior of inline STYLE tags. Notice gray background of PRE elements in [/doc/inline-style-inconsistency/www/defcsp.md|www/defcsp.md] and the lack of it in [/doc/inline-style-inconsistency/www/webui.wiki|www/webui.wiki]. See forum [forum:/forumthread/69f475cf48|thread 69f475cf48]. ... (Leaf check-in: 1d276f7b23 user: george tags: inline-style-inconsistency)
02:29
Fix a possible "use-after-free" while rendering a [/help?cmd=/file|/file] page for the case when "ci" parameter is missing. This is a preliminary fix, it may introduce a (tiny) memory leak. ... (check-in: a6477bca65 user: george tags: trunk)
2021-06-18
20:25
Update the built-in SQLite to version 3.36.0 ... (check-in: 3a97dff2cf user: drh tags: trunk)
2021-06-17
23:34
Amend "Interwiki Tag Map" heading at the bottom of [/md_rules] and [/wiki_rules] pages: turn the word "Map" into a link to the [/intermap] page. ... (check-in: 5061599031 user: george tags: trunk)
22:51
On the <tt>/rptsql</tt> page wrap a report's source code and the tickets schema with CODE elements having class="language-sql". ... (check-in: d3ca01a81e user: george tags: trunk)
10:32
Replaced a couple of blob_append() with blob_append_escaped_arg() so that a diff-command setting with spaces in the path will work, as discussed in [forum:/forumpost/29e7250723461d18 | forum post 29e7250723461d18]. (Bug: this would include any flags to the diff-command as part of the include, which obviously won't work.) ... (Closed-Leaf check-in: dcbc8ba9fc user: stephan tags: mistake)
02:20
/announce page: add an explicit ACTION value for the form so that a 'to=...' URL parameter does not end up shadowing the 'to' field of the form and causing the announcement to be sent to the URL-provided address even if that form field is edited. ... (check-in: 2fa43ef4fb user: stephan tags: trunk)
2021-06-16
20:26
Preserve the C89 compatibility of pikchr.c by using MSVC C89 implementations of rint() and snprintf() with older MSVC versions ... (Leaf check-in: 6429a4bdc2 user: ashepilko tags: test-msc89)
20:24
Add a test program for MSVC C89 implementations of rint() and snprintf() ... (check-in: c945679735 user: ashepilko tags: test-msc89)
20:24
Fix the C89-style related declarations; add a gcc warning to flag such issues, in case these slip through again ... (check-in: da9f362015 user: ashepilko tags: trunk)
13:10
Update to the "how the download page works" document to talk about how Source Tarball links are now computed on-the-fly. ... (check-in: 8f4fd8c1d8 user: drh tags: trunk)
12:44
On the /cachestat page, provide a link to the timeline check-in context for the origin of each item in the cache. ... (check-in: 61c33f67b3 user: drh tags: trunk)
05:23
Internal docs: removed outdated references to skn_NAME paths. ... (check-in: 9d845ebb00 user: stephan tags: trunk)
03:12
Show the exact size of each cache entry in the web cache status page. ... (check-in: 45e11fe4c5 user: drh tags: trunk)
01:10
Improvements to the "fossil cache" command. ... (check-in: e0ebe6f033 user: drh tags: trunk)
2021-06-15
22:31
Do not allow links with "../" substring or <tt>'<'</tt> character. The former enforces that the link maps into a repo-local page; the later enforces defense against injection of malicious HTML elements. ... (check-in: 6261c94b1e user: george tags: rptview-submenu-paralink)
21:45
Merge from trunk ... (check-in: f445855917 user: george tags: rptview-submenu-paralink)
21:37
Merge from trunk ... (check-in: cea36e6c86 user: george tags: wcontent-subsets)
21:27
Merge from trunk ... (check-in: 1cf5c43ea5 user: george tags: th1-doc-vars)
17:20
Factored out an extraneous var from [1bb06c94]. No functional changes. ... (check-in: e0686dda41 user: stephan tags: trunk)
17:11
An improved matcher algo for [76916757] and a slight padding adjustment of (.mainmenu a) elements in the default skin to work around a Firefox-specific quirk where the active link underlining did not appear. ... (check-in: 6d9ac907e5 user: stephan tags: trunk)
14:57
Corrected the is-active marking for the current page's main menu entry in skins which do such marking. It was mismatching other entries when the current page's path was a prefix of an inactive menu entry's path, as reported in [forum:/forumpost/c3d646ab0ad1a4c0 | forum post c3d646ab0ad1a4c0]. ... (check-in: 769167578b user: stephan tags: trunk)
14:25
Cherrypicked [2ee87308], which was intended for the trunk. ... (check-in: 6456fab6fe user: stephan tags: trunk)
14:24
The SCRIPT argument to the test-th-eval command may now be a file name or a script string. (Edit: closing branch - we have yet to find a compelling use for this feature.) ... (Closed-Leaf check-in: 2ee8730870 user: stephan tags: chat-user-last-seen)
11:13
Update the "Latest Release" information on the homepage. ... (check-in: f8f54535d5 user: drh tags: trunk)
03:00
Merged in trunk for SSL improvements and deployment to test server. ... (check-in: 422323618e user: stephan tags: chat-user-last-seen)
02:44
xekri skin: recolor links in fossil-PopupWidget elements so that the links are visible. ... (check-in: d2c8ba0f66 user: stephan tags: trunk)
02:29
/chat: in the popup which is triggered by tapping a user's name add a link to the /timeline filtered on that user, per suggestion by Sean in the forum. ... (check-in: b71be5ef36 user: stephan tags: trunk)
01:30
Update the change log for the TLS security patch. ... (check-in: 3c1a27646c user: drh tags: trunk)
01:01
Increase the version number to 2.15.2 ... (Leaf check-in: 7cfd58d771 user: drh tags: version-2.15.2, branch-2.15)
01:00
Increase the version number to 2.14.2 ... (Leaf check-in: fb3938ee09 user: drh tags: version-2.14.2, branch-2.14)
01:00
Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. ... (check-in: 8126093ee9 user: drh tags: branch-2.14)
00:58
Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. ... (check-in: 7d85e21fd2 user: drh tags: branch-2.15)
00:39
Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. ... (check-in: aaab2a15d1 user: drh tags: trunk)
2021-06-14
20:43
Update the built-in SQLite to the latest 3.36.0 beta, including the bug fix to the authorizer callback such that it uses SQLITE_DROP_INDEX, not SQLITE_DROP_TEMP_INDEX, for attached indexes. ... (check-in: a9917d4fc7 user: drh tags: trunk)
19:54
Indentation level fix on the previous patch (style change only). ... (check-in: b18c06e87a user: stephan tags: trunk)
19:51
Allow DROP INDEX and DROP VIEW through the ticket-schema authorizer. Enhance the test-db-prepare command so that it can use the ticket-schema or report authorizers for testing purposes. ... (check-in: c717f1ef9a user: drh tags: trunk)
19:48
Add reminder hints to the authorizer function header comments about how to test those functions using the "test-db-prepare" command. ... (Closed-Leaf check-in: b594f486ef user: drh tags: tktschema-allow-drop)
19:44
Doc typo fix. ... (check-in: 323e3dfcbd user: stephan tags: tktschema-allow-drop)
19:36
test-db-prepare command: added --auth-report and --auth-ticket flags to install either the report or ticket schema authorizer for purposes of testing the given statement preparation. Basic sanity tests pass but needs more testing. ... (check-in: 1bb06c94d6 user: stephan tags: tktschema-allow-drop)
19:08
Per /chat discussion: reopenened branch, merged in trunk, removed this branch's DROP TABLE option (potential data loss risk) but kept DROP VIEW/INDEX (no permanent damage can be done with those). Not yet ready for merge: addition of test code to run against the SQL authorizers is pending. ... (check-in: 02226325b6 user: stephan tags: tktschema-allow-drop)
15:36
Update the built-in SQLite to the first 3.36.0 beta. ... (check-in: 3bb3c516f1 user: drh tags: trunk)
13:48
/chat: experimentally render a list of users ordered by most recent activity. Until/unless we can find a useful function for the list, though, it's really just a somewhat pretty screen space hog. ... (check-in: c7ee6f4ef1 user: stephan tags: chat-user-last-seen)
10:52
/chat now experimentally keeps track of the timestamp of the most recent message received from each user so that we can eventually integrate that information into the UI to provide a list of currently-active users (noting that we have no way of tracking the existence of lurkers). ... (check-in: be07b8d137 user: stephan tags: chat-user-last-seen)
10:48
Minor /chat-internal doc tweaks. ... (check-in: 994bec3637 user: stephan tags: trunk)
09:41
Squelch /chat poll timeout errors in the dev console unless an internal debugging flag is enabled. They're an expected error case and generate lots of console log entries. ... (check-in: 1eddedeaec user: stephan tags: trunk)
05:48
Squished a few minor errors on www/javascript.md ... (check-in: 641a02c8f3 user: wyoung tags: trunk)
2021-06-12
18:43
Add support for [/wiki?name=branch/rptview-submenu-paralink&p|submenu parametric hyperlinks] for [/help?cmd=/rptview|/rptview] and [/help?cmd=/wiki|/wiki] pages. ... (Closed-Leaf check-in: 9690fc39dc user: george tags: not-allowed.)
17:28
Add a note to the Changelog. No code changes. ... (check-in: 528d628947 user: george tags: rptview-submenu-paralink)
14:59
Move the test for forum post ahead of the plink test in the /info page, because things other than check-ins can now appear in the plink table. [forum:/forumpost/52587290b9493eab|Forum post 52587290b9493eab]. ... (check-in: 81ab30272e user: drh tags: trunk)
2021-06-11
18:28
Up the version number to 2.16, as we are getting close to wanting to do a release. ... (check-in: a01df78c31 user: drh tags: trunk)
15:32
Update the built-in pikchr.c to the latest version that supports alternative spellings for "<-", "->", and "<->" tokens. ... (check-in: 76e421bbd5 user: drh tags: trunk)
09:27
On the forum post reply page, add a link back to the original post and its source view, as discussed in [forum:/forumpost/cf716a7ff8 | forum post cf716a7ff8]. Changed the forum post link/source links to use %!S instead of %S to determine the links' hash lengths. ... (check-in: 62f0ce8374 user: stephan tags: trunk)
2021-06-10
12:17
Extracted point 5 of the whyallinone doc, moving it out of the list of "good reasons why bundling other project management features with the DVCS might be useful" to the end of the doc, since it is not one of those "good reasons". It just explains that no one's forcing you to accept all of these benefits. ... (check-in: ba9e50de58 user: wyoung tags: trunk)
12:10
Tightened up a paragraph in point 8 of the new whyallinone doc to be less redundant, both within itself and with respect to the surrounding material. ... (check-in: 216ef76e70 user: wyoung tags: trunk)
2021-06-09
16:07
Typo fix ... (check-in: 5e12c62516 user: wyoung tags: trunk)
15:37
A few more tiny tweaks to the whyallinone.md doc. ... (check-in: 1a74c2b38e user: wyoung tags: trunk)
15:04
Edit pass on the whyallinone.md doc. ... (check-in: 2b76ea2b17 user: wyoung tags: trunk)
14:35
Update the "sync" command documentation to point out that it also syncs forum posts. ... (check-in: 5289bf4a31 user: drh tags: trunk)
14:24
Changed a vague "they" to "he" since the referred-to person's gender is known. ... (check-in: eeb2852ea8 user: wyoung tags: trunk)
14:18
Expanded point 8 in the whyallinone.md doc to cover the benefits of a common skinning and Markdown rendering system. It also implicitly refers to the $current_feature body class feature to show that there's an escape hatch from all this fine uniformity. ... (check-in: 894967492a user: wyoung tags: trunk)
13:37
Considerably fleshed-out the new whyallinone doc, mainly expanding on its points but also adding a few new ones. ... (check-in: 6975de4033 user: wyoung tags: trunk)
12:23
Trivial internal doc typo fix. Minor unsolicited touchups in whyallinone.md. ... (check-in: 36ea3963fd user: stephan tags: trunk)
11:35
Tweaks to the "[/doc/trunk/www/whyallinone.md|Why All In One]" document. ... (check-in: e1361f12de user: drh tags: trunk)
11:22
Add the first prototype of the "Why Bundle Web Software With Your DVCS" document. ... (check-in: a204e32266 user: drh tags: trunk)
10:38
Update the change log. ... (check-in: b46d904742 user: drh tags: trunk)
2021-06-08
18:20
Show the time of the most recent digest on the email notification status. ... (check-in: d34a8a2cd1 user: drh tags: trunk)
01:04
Merge from trunk ... (check-in: 9712d59d9e user: george tags: rptview-submenu-paralink)
2021-06-07
17:48
Include the login-group in the repository list of "fossil all ui". ... (check-in: fe178faa44 user: drh tags: trunk)
16:47
Fix the "fossil bisect ui" command so that it works even if the host machine is using IPv6 for loopback. [forum:/forumpost/a71dbc08d7|Forum post a71dbc08d7]. ... (check-in: 2d79135b76 user: drh tags: trunk)
15:30
Improvements to the subscription-about-to-expire email message. ... (check-in: 1508169998 user: drh tags: trunk)
01:17
Minor simplification of the "test-alerts" debugging command. ... (check-in: 5d28db4da1 user: drh tags: trunk)
00:55
Update the built-in SQLite to the latest 3.36.0 alpha for testing. Bring the regexp.c implementation into closer alignment with the canonical sources from the SQLite source tree. ... (check-in: dfaa221bb5 user: drh tags: trunk)
2021-06-05
11:50
Update tag find subcommand to be able to handle more artifact types. This concludes(?) the enhancements required for the tag command to be able to make use of the recent tag propagation features. ... (check-in: 04c13581e1 user: stephan tags: trunk)
2021-06-04
12:32
Tweaked the various wiki page list queries to ensure that they do not include tags named wiki-* unless those tags appear to refer to a wiki page. Historically, the tag command has allowed entry of such tags and at least one is known to exist in another tree. ... (check-in: 4218b20031 user: stephan tags: trunk)
11:39
Updated tag list subcommand to be able to deal with propagated tags on wiki, forum post, and technote artifacts, with an eye towards not breaking any historical scripting uses. ... (check-in: c797abe4c3 user: stephan tags: trunk)
2021-06-03
23:57
Enable propagating tags for forum, wiki, and technotes. ... (check-in: 7c64fe0b67 user: drh tags: trunk)
23:10
Update the built-in SQLite to the latest trunk version. ... (check-in: 4add0ac529 user: drh tags: trunk)
13:55
Update the regexp implementation with the latest fixes from the SQLite trunk. Add the regexpi() SQL function. ... (check-in: 1f3a053b16 user: drh tags: trunk)
2021-06-02
00:09
Update the custom MinGW makefile. ... (check-in: dc47bf4b6a user: mistachkin tags: trunk)
2021-06-01
02:51
The tag add/cancel subcommands now accept any artifact type which is recorded in the timeline: check-in, wiki, technote, forum, ticket, control. They also now explicitly reject any tags beginning with the internal-use prefixes (wiki-, tkt-, event-). The tag find/list subcommands have not yet been updated to support the new types. ... (Closed-Leaf check-in: d1f6b9d4a7 user: stephan tags: plink-for-non-checkins)
00:02
Minor refactoring of [41f0838cbeac] in prep for expanding the tag command to handle non-checkin artifacts. ... (check-in: b051ada90d user: stephan tags: plink-for-non-checkins)
2021-05-31
23:33
Merge into trunk the enhancements that allow an admin to set an expiration time for email notification subscriptions. ... (check-in: 34d45c55b9 user: drh tags: trunk)
23:31
Take the email-renew-cutoff into account when computing the number of active subscribers. ... (Closed-Leaf check-in: fc10e775e9 user: drh tags: time-limited-subscriptions)
18:58
Automatic messages requesting user renewal are now generated, about once every 7 days. This needs more testing before going live. ... (check-in: 01ee25cf58 user: drh tags: time-limited-subscriptions)
12:35
Show the last contact time in the administrator view of the subscriber information page. ... (check-in: 11b7c7699f user: drh tags: time-limited-subscriptions)
12:04
Infrastructure added to support expiring subscriptions when there has been no contact with the recipient in some number of days. ... (check-in: b4bba2ef60 user: drh tags: time-limited-subscriptions)
04:11
Merged in trunk. ... (check-in: 24ccc48160 user: stephan tags: plink-for-non-checkins)
03:26
The /ci_tags page now adapts its header label based on the type of artifact hash passed to it (since it works as-is with hashes other than checkins). ... (check-in: 41f0838cbe user: stephan tags: trunk)
2021-05-30
03:46
Added a note to release-checklist.wiki reminding the user to pass the proper binary name to valgrind so that it does not pick up another copy (or a wrapper script) from the PATH. ... (check-in: efb602b7de user: stephan tags: trunk)
2021-05-29
21:58
Experimentally insert plink entries for forum, wiki, and technote manifests which have a parent. This enables tags to propagate on those artifact types. Propagation of wiki tags was verified in another repo, but this needs more testing to ensure that checkin-centric algos are not unduly impacted. ... (check-in: 31113cd2b9 user: stephan tags: plink-for-non-checkins)
2021-05-28
21:12
More infrastructure for expiring subscriptions for inactive accounts. But the functionality is not complete and does not actually do anything, yet. ... (check-in: 7b8be208bc user: drh tags: trunk)
18:02
Add the subscriber.lastContact field for tracking the last contact time for each subscriber. Keep this field up-to-day. The field is currently used but the plan is to use it to optionally ask inactive subscribers to renew periodically. ... (check-in: d7e10ce4da user: drh tags: trunk)
16:56
Added a link to the new fossil-as-OpenBSD-service doc to the server/openbsd/ index page, per forum suggestion. ... (check-in: 1df20b222b user: stephan tags: trunk)
15:13
Further reading of RFC-8058 shows that I must also include a List-Unsubscribe-Post header. ... (check-in: 733fcecaca user: drh tags: trunk)
15:01
Add a List-Unsubscribe: header to all notification emails. ... (check-in: 4a3909afc8 user: drh tags: trunk)
01:38
Doc additions for running fossil as a server on OpenBSD, contributed by Thomas Levine in [forum:/forumpost/9a5b913c99|forum post 9a5b913c99]. ... (check-in: 62073f6dbb user: stephan tags: trunk)
2021-05-26
01:05
Set a default busy-timeout of 10 seconds in the "fossil sql" command, before calling sqlite3_exec() to ATTACH auxiliary database files. ... (check-in: 49df85ac05 user: drh tags: trunk)
2021-05-25
20:58
In db_database_slow(), make sure the prepared statement gets finalized even if the db_prepare_ignore_error() call fails. See [forum:/forumpost/89b5aad9aa|forum post 89b5aad9aa] for a description of the problem that this fixes. ... (check-in: eddfa8dfbe user: drh tags: trunk)
16:14
Split recognizable names of query parameters into three groups: 1) "...smplX" for the common use within user content 2) "...smplXa" that is provisioned to be used in aliases; 3) "...smplXs" that is provisioned to be used in custom skins. In all three groups X is a digit from {1,2,3,4,5}. ... (check-in: 588b376560 user: george tags: rptview-submenu-paralink)
2021-05-22
12:40
In the submenu of the /rptview page: 1) add "Reports" that links to /reportlist page (see [forum:/forumpost/612170e31007|forumpost 612170e3]); 2) fix a "Raw" link, that was incorrect for the case when /rptview is accessed through an alias. The later was addressed in [bed4b0f7fc58], but the bugfix was incomplete. Both of these amendments used to live on 'rptview-submenu-paralink' branch - this check-in places them on trunk. ... (check-in: 3e35068260 user: george tags: trunk)
2021-05-21
17:58
Do not allow a merge into a closed leaf unless the --force option is used. ... (check-in: 2cc7031dde user: drh tags: trunk)
2021-05-20
22:00
Minor typo fix in the mainmenu setting help text and /setup_config page section. ... (check-in: 2a88f7b320 user: stephan tags: trunk)
2021-05-17
18:00
Update the built-in SQLite to the latest 3.36.0 alpha for testing. ... (check-in: 1d54782957 user: drh tags: trunk)
14:14
In the fossil-v-git.wiki document, remove the section titled "Accepting Contributions" as it does not seem to move the argument forward (as far as I can see) but it has provoked unnecessary pushback from Git enthusiasts. ... (check-in: b3080a2286 user: drh tags: trunk)
11:40
Improved display of forum and technote targes in the /test-backlinks page. ... (check-in: c34b644eda user: drh tags: trunk)
2021-05-14
19:38
Update the built-in SQLite to the latest 3.36.0 alpha for testing. ... (check-in: 8b44988df1 user: drh tags: trunk)
18:52
When doing a clone that automatically does an open, run the "fossil open" command as a subprocess (usingn fossil_system()) to avoid problems with misconfigured database connections in the event that the clone uses the "file:" scheme. See [forum:/forumpost/b1da662b00|forum post b1da662b00] for the bug report. ... (check-in: ebd604f8c7 user: drh tags: trunk)
2021-05-13
19:38
Refinement to the URL-to-basename algorithm used to construct a repository filename from a clone URL so that the "www." prefix is not omitted if it is immediately followed by the suffix. [forum:/forumpost/74e111a2ee|forum post 74e111a2ee]. ... (check-in: 380aa578a8 user: drh tags: trunk)
2021-05-12
02:14
Change log updates. ... (check-in: 705d519fff user: stephan tags: trunk)
2021-05-10
01:56
On the /login page, add a link to the user's forumpost timeline, per request in [forum:/forumpost/c268b857d6 | forum post c268b857d6]. ... (check-in: 2d59385d35 user: stephan tags: trunk)
2021-05-08
04:30
Changed /wikiedit and /wikinew default mimetype to markdown, as discussed in [forum:/forumpost/af11465f66 | forum post af11465f66]. ... (check-in: 4b01359fdb user: stephan tags: trunk)
2021-05-06
10:27
Tweak to "fossil help branch" output per [forum:/forumpost/11b53d2407 | a forum post]. ... (check-in: f50dccc476 user: wyoung tags: trunk)
2021-05-02
18:28
Enhancements to the OpenBSD fastcgi documentation from Emil Engler. ... (check-in: 3d4aad592e user: drh tags: trunk)
2021-04-30
20:44
Fix small typo in comments (no functional changes) ... (check-in: 6f9ed5636a user: mgagnon tags: trunk)
18:07
On the /brlist page, try to prevent flicker of the "View N branches" label by creating the label using JS instead of as part of the original document. ... (check-in: 668f0e71e6 user: drh tags: trunk)
15:13
de-minify the custom CSS for the bootstrap skin, so that it is readable and editable. ... (check-in: 95a7269142 user: drh tags: trunk)
2021-04-29
12:52
/brlist: use background color change, instead of bold, for selected branches to avoid layout changes from the text changing size, as discussed in and around [forum:/forumpost/606cbfdff6 | forum post 606cbfdff6]. Background color is the same as timelineSelected for all skins except xekri, which needs a bit more contrast. ... (check-in: 9322a0bc20 user: stephan tags: trunk)
2021-04-28
20:23
Updates to the change log. ... (check-in: 64edf41afe user: drh tags: trunk)
19:01
Update the built-in SQLite to the latest 3.36.0 prototype. ... (check-in: d3d7a78fe3 user: drh tags: trunk)
18:09
Add the "brlist" match-style option to the timeline submenu. ... (check-in: b1e409b29a user: drh tags: trunk)
17:08
Add the new "ms=brlist" version of the "ms" query parameter on /timeline. Use it with the multi-branch selector on the /brlist page. ... (check-in: 2e9520a2b7 user: drh tags: trunk)
2021-04-26
19:45
Gracefully degrade to the old behaviour if a user's browser does not support <code>URLSearchParams</code>. ... (check-in: 262c0fb675 user: george tags: trunk)
19:26
Reinforce the previous for the case when access to non-existent field resolves to null (instead of undefined). ... (Closed-Leaf check-in: 8a7620e4a3 user: george tags: vdiff-context-glob)
19:12
Gracefully degrade to the old behaviour if a user's browser does not support <code>searchParams()</code> method for URLs. ... (check-in: 9ec88b5771 user: george tags: vdiff-context-glob)
17:57
Automatically add "glob=<str>" to the query string of the /vdiff page when looking at subdirectory history. ... (check-in: d96982fba6 user: mgagnon tags: trunk)
15:37
Merge latest changes from trunk ... (check-in: 700ae1075b user: mgagnon tags: vdiff-context-glob)
15:36
Use URLSearchParams API instead use custom GetQueryStringValue() function. URLSearchParams is support by most browser since 2017. ... (check-in: fab81968d1 user: mgagnon tags: vdiff-context-glob)
2021-04-24
17:04
Update the Makefiles to include new JS files added by check-ins [6f5a5643ae3b5d14] and [6ebf5c7c9f1b1d16]. Windows server-side won't work on builds without this change. The necessary changes were already in the unix makefiles, so prior builds should be working there. ... (check-in: ffd0999374 user: drh tags: trunk)
01:02
Fix test 13 in merge_renames.test. ... (check-in: ad918d6612 user: drh tags: trunk)
00:54
More work on merge with renames. Added a test case for the changes in check-in [cb4f38ee6733dccc]. Fix test 6 in merge_renames.test. ... (check-in: 33e518b1e2 user: drh tags: trunk)
00:03
Resolved whatis command's tags reporting to leave out cancelled tags, as reported in [forum:/forumpost/c0be2ea60a | forum post c0be2ea60a]. ... (check-in: cf6bb0781f user: stephan tags: trunk)
2021-04-23
20:03
Automatically add "glob=<str>" to the query string of the /vdiff page when looking at subdirectory history. ... (check-in: 3e588c822c user: mgagnon tags: vdiff-context-glob)
2021-04-22
01:40
Merge from '<tt>brlist-timeline</tt>' which enables easy selection of several branches on the [/brlist] page. A special hyperlink in the submenu of [/brlist] page interactively tracks which branches are checked and points to the <tt>/timeline</tt> view of just these selected branches. ... (check-in: 5df47469a1 user: george tags: trunk)
01:09
Minor refactoring: unite two similar code fragments using new auxiliary function <code>amendAnchor()</code>. ... (Closed-Leaf check-in: f2348f2740 user: george tags: brlist-timeline)
00:26
Apply <code>encodeURIComponent()</code> function to the generated regular expression before appending it to the hyperlink's prefix. This should handle some awkward characters within branch names. Spaces and commas are a noteworthy examples of characters that still should be avoided within branch names. ... (check-in: 6281f24edb user: george tags: brlist-timeline)
2021-04-21
20:53
Enable interactive adjustment of the set of wiki pages that are listed on the [/wcontent] page. Corresponding submenu controls can be configured by the administrator to fulfill local needs and constraints. ... (check-in: 7971343314 user: george tags: wcontent-subsets)
16:48
Remove extraneous and incomplete &lt;span&gt; tag from the /finfo output. ... (check-in: d115594b2f user: drh tags: trunk)
2021-04-20
14:16
Improved robustness of the merge algorithm when merging long-running branches with many name changes. ... (check-in: dc850c9b3b user: drh tags: trunk)
2021-04-19
18:18
Fixed misinteraction between bootstrap skin and new /brlist selection feature caused by both using the .label class for their own purposes. ... (check-in: f5bcff6cbd user: stephan tags: brlist-timeline)
16:45
Do not use bold font for the "View X branch(es)" hyperlink. ... (check-in: 08b90535e8 user: george tags: brlist-timeline)
16:08
Display "View 1 branch" hyperlink if just one branch is selected. Add documentation to the <tt>www/javascript.md</tt> and to the changelog. Also minor CSS tweaks. ... (check-in: c6a061f2a0 user: george tags: brlist-timeline)
01:01
Rename 'Timeline' submenu link into 'View X branches' that is shown only if two or more branches are selected. Also some minor code refactoring for better compatability with old versions of WebView. ... (check-in: 00891cba00 user: george tags: brlist-timeline)
2021-04-18
21:17
Removed a reference to a removed function. ... (Closed-Leaf check-in: 90f9af2171 user: stephan tags: brlist-timeline)
21:08
Cosmetic tweaks: align the new checkboxes consistently and toggle a class on the Timeline link when any checkboxes are selected, to give the user some indication that the checkboxes are doing something. ... (check-in: 73ebf81b93 user: stephan tags: brlist-timeline)
20:11
Fix the previous: add the <tt>fossil.page.brlist.js</tt> script which was forgotten. ... (check-in: 6f5a5643ae user: george tags: brlist-timeline)
19:59
Improve /brlist page so that several branches can be easily selected for the dedicated study via /timeline page. This is implemented using simple JavaScript that interactively changes a special hyperlink in the submenu of /brlist page. See [forum:/forumthread/07c94e4d7c202e|forum thread 07c94e4d7c]. ... (check-in: 08433ff8c9 user: george tags: brlist-timeline)
2021-04-17
12:23
Minor correction to finfo command comment help. ... (check-in: 8913402d10 user: andybradford tags: trunk)
2021-04-16
18:37
Improvements to the "fossil merge" algorithm so that it works better in complex cases involving branch merges where a file was created on one branch but not the other and had its name changed somewhere along the line. See [forum:/forumpost/549700437b|forum post 549700437b] for discussion. ... (check-in: cb4f38ee67 user: drh tags: trunk)
2021-04-15
15:48
Add the "fossil test-show-vfile" command, and the (undocumented) --show-vfile option on "fossil merge". Both additions are for debugging use only and are unsupported. ... (check-in: f35eb8e2c9 user: drh tags: trunk)
15:03
Further improvements to the --debug option on "fossil merge". ... (check-in: 0d4d85b05d user: drh tags: trunk)
13:21
Enhanced debugging output for the "fossil merge" command when using the (deliberately undocumented) --debug option. ... (check-in: 32778cc061 user: drh tags: trunk)
06:06
Small tweak to the admin vs setup doc, amounting to a grammar fix. ... (check-in: 1ea1abe6c9 user: wyoung tags: trunk)
03:29
Grammar fix for previous ... (check-in: 23de894765 user: wyoung tags: trunk)
03:20
Added a paragraph to point #5 in the "benefits of a server" doc to point to Larry Brasfield's new "SQLite Over a Network, Caveats and Considerations" article and to give a Fossil-specific gloss on it. ... (check-in: 130abdcec2 user: wyoung tags: trunk)
03:11
Assorted improvements to the "Setting Up A Server" section in the quickstart guide, primarily clarity and linking to other sources of related info. ... (check-in: f17ab2989a user: wyoung tags: trunk)
2021-04-14
18:48
If a parameter's value starts with an uppercase letter then truncate resulting label to just the first path segment. This check-in also adds a few code-comments related to %s formatting. ... (check-in: b75ee4f28e user: george tags: rptview-submenu-paralink)
2021-04-13
13:53
Retain original finfo behavior by introducing a new "mode" for artifact-id. ... (check-in: 5015043b2d user: andybradford tags: trunk)
2021-04-10
04:30
Fix dereferencing of NULL-pointer in 'pWiki' for the case when non-existent wiki page is requested. ... (check-in: 735a7051f0 user: george tags: th1-doc-vars)
2021-04-09
07:17
/chat internal doc correction and cleanup. No visible changes. ... (check-in: 243be3ef04 user: stephan tags: trunk)
05:19
Enhance finfo command to print "whatis" information when -r is used without -p. ... (check-in: cb68b7dc3e user: andybradford tags: trunk)
04:21
Remove [forum:/forumpost/2f375863dbc6|useless] 'nMaxDigit' parameter from the signature of the <tt>style_submenu_parametric()</tt>. Also edit a corresponding comment. ... (check-in: d1651e7e17 user: george tags: rptview-submenu-paralink)
02:58
Use "Reports" for the /reportlist element, as per [1a1c0ebe3cf9]. Also be more pedantic when composing user-visible labels for the parameter-induced hyperlinks. ... (check-in: 8861a68e2c user: george tags: rptview-submenu-paralink)
2021-04-08
11:34
Update the change log for the 2.14.1 and 2.15.1 patches. ... (check-in: 041c3d1fa7 user: drh tags: trunk)
01:07
Version 2.14.1 ... (check-in: 4de59089c2 user: drh tags: release, version-2.14.1, branch-2.14)
01:07
But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). ... (check-in: 96b0c1ffac user: drh tags: branch-2.14)
01:05
Version 2.15.1 ... (check-in: 2f901f98b3 user: drh tags: release, version-2.15.1, branch-2.15)
01:05
But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). ... (check-in: 0986dabb16 user: drh tags: branch-2.15)
00:55
Backout [5c5aa19cc5098ac2] - we want words for the menu items, not obscure unicode symbols. I'm not sure what that check-in was all about. ... (check-in: 1a1c0ebe3c user: drh tags: trunk)
00:47
But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). ... (check-in: 719dfbb95d user: drh tags: trunk)
00:27
Increase the version number to 2.14.1 ... (check-in: b39338dcb1 user: drh tags: branch-2.14)
00:26
Increase the version number to 2.15.1 ... (check-in: 215f42c22f user: drh tags: branch-2.15)
00:24
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. ... (check-in: a80b2eae4a user: drh tags: branch-2.15)
00:22
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. ... (check-in: 3cea3a02ac user: drh tags: branch-2.14)
2021-04-07
23:32
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. Broken by check-in [5e7dc8a6f51818e6]. ... (check-in: cfb6e5eae3 user: drh tags: trunk)
18:47
In the forum, provide a hyperlink from the name of the author of each post to a timeline of their most recent posts. ... (check-in: 46d7ccd45e user: drh tags: trunk)
18:20
Merge the latest SQLite 3.36 enhancements for testing. ... (check-in: 1464e18add user: drh tags: trunk)
15:35
chat: make user names stand out more to help differentiate between color-colliding users, per /chat discussion. ... (check-in: 58e5348b36 user: stephan tags: trunk)
15:10
Minor internal JS API doc clarification. ... (check-in: bcc9a6ea3e user: stephan tags: trunk)
14:46
/chat experiment, per chat discussion: when a given user posts multiple messages in a row, indent the 2nd and subsequent messages. ... (Closed-Leaf check-in: 609bcd32c8 user: stephan tags: chat-indent-messages)
10:09
The 'placeholder' attribute of the two /chat text input fields how includes the project name to help avoid confusion about which /chat one is typing into without requiring new screen real estate for a project-name label. ... (check-in: 69135e4f61 user: stephan tags: trunk)
07:35
/chat-send now uses the user name 'nobody' for guest-user posts. See [forum:/forumpost/e0be0eeb4c | forum post e0be0eeb4c] for details. ... (check-in: 5312f3738e user: stephan tags: trunk)
03:10
Make some auxiliary Th1 variables available within skins' header/footer. For /doc, /uv and /wiki pages put into "artifact_hashsum" variable (and also into its page-specific variant) a full identifier of the requested file or wiki. For /wiki pages also provide "wiki_editor" and "wiki_timestamp" variables. There is an old forum [forum:/forumthread/436c618d309917|thread on the topic] and another thread on [forum:/forumthread/48e2ae955f09|a little bit related] issue. ... (check-in: 80e062e1a7 user: george tags: th1-doc-vars)
02:35
Resolved /chat-poll crash when xfrom is null, as described in [forum:/forumpost/e0be0eeb4c | forum post e0be0eeb4c]. ... (check-in: 92b5cc21ce user: stephan tags: trunk)
2021-04-06
10:47
The "fossil open" command now tolerates the repository file being in the check-out directory without requiring the -f flag. See [forum:/forumpost/bc5f8f6e59|forum post bc5f8f6e59] for the discussion. ... (check-in: 61132cefac user: drh tags: trunk)
2021-04-04
15:42
Allow to DROP some specific tables, views and indices that could be introduced into the database schema of a repository through customization of ticketing subsystem. For example, DROP may be required due to the need to update tickets configuration of the already deployed repository. See the forum thread [forum:/forumthread/c9b8322fdedc8fa9|c9b8322fde] for discussion. (Update) Security risk. Do not merge to trunk. ... (check-in: ca175c6151 user: george tags: tktschema-allow-drop)
2021-04-03
10:56
build.wiki: dockerfile example now uses alpine v3.13 instead of alpine edge because 3.14+ unduly breaks stuff on many currently-common host OSes. ... (check-in: 63ed857ad8 user: stephan tags: trunk)
2021-04-02
03:56
Improve an error message in the 'json' test file. ... (check-in: e4f854db78 user: mistachkin tags: trunk)
03:39
Fixes to the 'commit-warning' test file. ... (check-in: 953bb36cbc user: mistachkin tags: trunk)
03:38
Fixes to the 'json' test file. ... (check-in: e9def3b785 user: mistachkin tags: trunk)
02:57
Fixes to the 'th1' test to account for a trace output difference on non-Windows platforms. ... (check-in: 739dd489f1 user: mistachkin tags: trunk)
2021-03-31
22:53
Fix (URL-decode) a hyperlink that gets into clipboard when user selects a line of code (or a range of lines) and clicks "copy-to-clipboard". This affects /file, /artifact and /whatis pages. This fix may be somewhat suboptimal or incomplete: it may be worth investigating why some submenu's links are mangled on a server's side and fix it there (hint: perhaps %T and %h formatting does not play well with style_submenu_*() family of functions, see also check-in [b982c00150] and post [forum:b8ea664a57]). ... (check-in: 898151877f user: george tags: trunk)
20:42
Fix broken hyperlink at www/caps/index.md. Also substitute "most recent version" in the QuickStart with "checkout version" that seems more specific (checkout may very well correspond to a historic version). ... (check-in: 68344d628c user: george tags: trunk)
18:57
Update the built-in SQLite to 3.35.4-rc1 for testing. ... (check-in: 9313f2ad75 user: drh tags: trunk)
12:42
Merge reduction of fossil_panic() calls, for cleaner abnormal exits. ... (check-in: 31c7bdb80b user: larrybr tags: trunk)
10:57
Sync w/trunk. ... (Closed-Leaf check-in: 79be1156a9 user: larrybr tags: panic-reduction)
2021-03-28
05:14
Add example of fossil timeline + diff to get changes between specific versions ... (check-in: 19f4b064ac user: danshearer tags: trunk)
2021-03-27
16:04
/chat: removed the unused/unnecessary jump-to-top/bottom buttons. ... (check-in: a044fea785 user: stephan tags: trunk)
2021-03-26
20:28
Darkmode skin ticket page style improvements from [forum:/forumpost/f7f89e2cdb | forum post f7f89e2cdb]. ... (check-in: fb39f02b77 user: stephan tags: trunk)
20:16
Append to the list of [/doc/trunk/www/changes.wiki#v2_15|changes in v2.15] an item about [/help?cmd=/whistory|/whistory]. ... (check-in: 920b7079f2 user: george tags: trunk)
19:32
Fixed the 'add' Windows-reserved filename check to work with both filename and directory name input. It now always warns for such named s but permits them if --allow-reserved is used. ... (check-in: d0a8582e01 user: stephan tags: trunk)
18:25
Integrate <i>rptview-submenu-paralinks</i> branch. For this check-in parametric links in submenus are enabled on [/rptview?rn=6&wikismpl=rptview&rvsmpl=wiki/To+Do+List|/rptview] page (may be triggered by rvsmpl, rvsmplX, rptview_smpl, rptview_smplX parameter names) and also for [/wiki/To+Do+List?rn=6&wikismpl=rptview&rvsmpl=wiki/To+Do+List|/wiki] page (may be triggered by wikismpl, wikismplX parameter names). See also forum threads [forum:612170e310] and [forum:8cc4931e69]. ... (check-in: 5c5aa19cc5 user: george tags: trunk)
17:59
Merge-in changes from trunk (~ version 2.15) ... (check-in: 290671078c user: george tags: rptview-submenu-paralink)
17:54
Remove inflammatory language about "lying" from the "rebase considered harmful" article. ... (check-in: 19d0a94a7b user: drh tags: trunk)
17:53
Merge from trunk tip. ... (check-in: 6e1cee191d user: larrybr tags: panic-reduction)
17:28
Update the change log and index page with the new release information. ... (check-in: 97610f82f9 user: drh tags: trunk)
17:24
Version 2.15 ... (check-in: 2c6012c4aa user: drh tags: trunk, release, version-2.15)
17:20
Allow a page's submenu to have multiple parametric hyperlinks induced by several different query string parameters. Use a common suffixes (smpl,smpl1,...smpl9) to probe for defined parameters. Relax constraints on hyperlink values to allow linking to wiki pages (for example). As a proof of concept add support of paralinks to the /wiki page. Get rid of dangling '&' at the endings. ... (check-in: d075801aa8 user: george tags: rptview-submenu-paralink)
16:14
Merge latest trunk. ... (check-in: b5642541d6 user: larrybr tags: panic-reduction)
16:13
Mention possible core dump from fossil_panic() exits. ... (check-in: 4663116864 user: larrybr tags: panic-reduction)
13:33
Update the built-in SQLite to version 3.35.3. There are no changes other than the version string. ... (check-in: 8e5bdcebd5 user: drh tags: trunk)
2021-03-25
15:43
Merge current trunk. ... (check-in: d1adf6c40a user: larrybr tags: panic-reduction)
04:11
At /rptview page show link to /reportslist. If request's query string contains <b>rvsmpl</b> parameter then also show an auxiliary link to the page defined by the value of this parameter. Labels and links rendered via %s format specifier because %h and %T did not work properly. In this particular case this seems fine because style_finish_page() renders HTML via %h(...). Code review is very welcome though. ... (check-in: b982c00150 user: george tags: rptview-submenu-paralink)
01:32
Reduce fossil_panic() calls to those indicating bugs and internal errors. Also clarify effects and purposes of fossil_fatal() vs. fossil_panic(). ... (check-in: 91a4652f22 user: larrybr tags: panic-reduction)
00:17
Create new branch named "panic-reduction" ... (check-in: 1efa8d7f18 user: larrybr tags: panic-reduction)
2021-03-24
15:40
Update the form spider protections so that links to /register go through even if spider protection is fully enabled. This allows self-registration even if user "nobody" has no permissions. ... (check-in: 89b724dcfa user: drh tags: trunk)
04:25
Always include a report number parameter into the report's "Raw" link (at the top of the /rptview page). This fixes the glitch for the case when the report number is "hidden" within [/waliassetup|URL alias]. ... (check-in: bed4b0f7fc user: george tags: trunk)
2021-03-23
15:53
Fix minor typo and sort options in command-line timeline. ... (check-in: f4af604aa5 user: danield tags: trunk)
14:50
Implement selection of two arbitrary versions of a wiki for comparison (radio-button selects a baseline, anchor sign clears this selection). Also let several sequential edits by the same user be "recycled" into a single row. Effectively this backouts [cef8425cf4a482a3]. See also a [forum:4a67bd1c5d354e75|forum thread] ... (check-in: 6ebf5c7c9f user: george tags: trunk)
13:31
Merge changes from trunk ... (Closed-Leaf check-in: 9ff7d9e5e3 user: george tags: wiki-history)
2021-03-22
12:43
Update to SQLite 3.35.3 preview for testing. ... (check-in: 8ec00b975b user: drh tags: trunk)
03:03
Ported /chat from windows.fetch() to fossil.fetch() for XHR calls, as discussed in [forum:/forumpost/04b37ca5a5 | forum post 04b37ca5a5]. ... (check-in: e9ed315866 user: stephan tags: trunk)
2021-03-21
18:51
Cleaned up the is-first-call handling of the /chat message poller. ... (Closed-Leaf check-in: 147ff84e21 user: stephan tags: chat-fetch-port)
18:25
Ported /chat from window.fetch to fossil.fetch, as FF versions as recently as 2017 fail with window.fetch. Needs more testing before merge but seems to work. ... (check-in: c973643209 user: stephan tags: chat-fetch-port)
2021-03-19
16:01
Resolved display cookie diff setting inconsistency reported in [forum:/forumpost/f7e18f946b | forum post f7e18f946b]. ... (check-in: e378f9300e user: stephan tags: trunk)
03:10
Add compile-time option to enable TH1 memory leak tracking. Also, fix TH1 memory leak, improve a couple #ifdef's, and fix JSON assert in fossil_print_error() seen when an invalid repository is specified. ... (check-in: 999e33cc7a user: mistachkin tags: trunk)
02:49
Be sure to set the default value for the OPTIMIZATIONS nmake macro, i.e. to avoid an expression syntax error. ... (Closed-Leaf check-in: 9c36e6335f user: mistachkin tags: th1-malloc-debugging)
2021-03-18
23:31
Fix JSON assert in fossil_print_error() seen when an invalid repository is specified. ... (check-in: 44cf2e9190 user: mistachkin tags: th1-malloc-debugging)
22:57
Add compile-time option to enable TH1 memory leak tracking. Also, fix a TH1 memory leak and improve a couple #ifdef's. ... (check-in: e5293dc281 user: mistachkin tags: th1-malloc-debugging)
22:09
Add the --reset option to the "fossil test-backoffice-lease" command. ... (check-in: b2e83470ea user: drh tags: trunk)
15:20
Add information on how to remove a Windows service, per forum post [forum:0bcffc517f]. ... (check-in: 366fda0c51 user: danield tags: trunk)
10:55
When configuring with --no-opt in addition to --fossil-debug, do not swallow -DFOSSIL_DEBUG. ... (check-in: 72983897b0 user: danield tags: trunk)
03:46
Fix the 'unversioned' test. ... (check-in: a517a2feea user: mistachkin tags: trunk)
03:35
Fix the 'settings-repo' test. ... (check-in: 1f4932404a user: mistachkin tags: trunk)
03:28
Fix the 'settings' test. ... (check-in: 93bd55f3c3 user: mistachkin tags: trunk)
03:22
When using the VsWhere tool, require the MSVC toolset, not MSBuild. ... (check-in: 9cd7d67da0 user: mistachkin tags: trunk)
03:21
Fix for the 'reserved-names' test. ... (check-in: 84e2abea1c user: mistachkin tags: trunk)
03:21
Fix compiler warning seen with MSVC. ... (check-in: 2dbc715496 user: mistachkin tags: trunk)
02:01
Fixes for the 'th1' tests. ... (check-in: e57dc731a9 user: mistachkin tags: trunk)
01:40
Object files based on checked-out source files should not be ignored. The final build products (e.g. 'fossil', 'fossil.exe') are exempt from this rule. ... (check-in: 0d21459e35 user: mistachkin tags: trunk)
01:36
For consistency, add 'msvcbld' to the Docker ignore file. ... (check-in: ab168a89bc user: mistachkin tags: trunk)
01:34
Re-add the 'wbld' directory to 'clean-glob' as it is used by MinGW. ... (check-in: bb86eb6291 user: mistachkin tags: trunk)
01:30
Update the custom MinGW makefile. ... (check-in: d425ea6b4c user: mistachkin tags: trunk)
01:16
Make detection and use of VsWhere tool consistent and support 32-bit installs. ... (check-in: 9fef4e01ba user: mistachkin tags: trunk)
2021-03-17
19:34
Update the built-in SQLite to version 3.35.2. ... (check-in: 4c56126612 user: drh tags: trunk)
18:24
Update build infos for Windows. ... (check-in: 8c361b3ac5 user: danield tags: trunk)
15:50
Be clearer about the definition of technote comment & id. Improve technote doc. ... (check-in: 51292810f8 user: danshearer tags: trunk)
15:27
Improve description of technotes as per forum post [forum:225b049220] ... (check-in: ae70df7550 user: danshearer tags: trunk)
12:38
Add explanation of how to use [/file/src/makemake.tcl|makemake.tcl] script (and how not to break the build) ... (check-in: e11efff8e4 user: danshearer tags: trunk)
2021-03-16
21:08
Regenerated makefiles to account for webmail.c removal in [274df1cad42f]. ... (check-in: 8228ed34ea user: stephan tags: trunk)
20:10
Finish off webmail delete ... (check-in: 274df1cad4 user: danshearer tags: trunk)
19:59
Remove smtpd server functionality first pass ... (check-in: db5c2d399c user: danshearer tags: trunk)
18:09
Add item for a quote button, as per forum post [forum:7ad03cd73d] ... (check-in: a9427d9d39 user: danshearer tags: trunk)
17:33
Make timestamps displayed on forum posts consistent with those on timeline. Technically this means that forum rendering now respects (repo-local) "timeline-utc" setting ... (check-in: c67f5bf299 user: george tags: trunk)
16:13
Detect and use Visual Studio 2017 and later in buildmsvc.bat. ... (check-in: bf5df255d8 user: danield tags: trunk)
2021-03-15
13:14
Add example of creating technote from the commandline ... (check-in: a498b132b2 user: danshearer tags: trunk)
12:59
Use ./local form of url, and add reference to hackers-howto.wiki ... (check-in: 620c8175c2 user: danshearer tags: trunk)
12:12
Made a more general list of projects and tasks. There will be a GSoC next year, but this has value meantime. ... (check-in: 47b1f6ad54 user: danshearer tags: trunk)
07:27
Added link to technotes list on the /wikihelp page, per request in forum post [forum:7a4609bad3]. ... (check-in: c00e5d60a0 user: stephan tags: trunk)
2021-03-13
22:55
Add missing defined() when testing for _WIN32. ... (check-in: 556479b245 user: danield tags: trunk)
22:15
Avoid segfault while serving [/help?cmd=/wdiff|/wdiff] page with empty "pid" parameter in a query string. Segfault occurs due to dereferencing of a NULL pointer in pW2, which happens because both name_to_typed_rid("","w") and manifest_get(0,...) return 0. ... (check-in: 7b81aac17a user: george tags: wiki-history)
21:39
Merge from trunk ... (check-in: 1a403a7a0c user: george tags: wiki-history)
18:13
Squished a warning about */ within a C block comment. ... (check-in: e7be14afa7 user: wyoung tags: ui-local-diff)
17:11
Mention the ./configure --print-minimum-sqlite-version feature in the change log. Improved comments on the two places in the code that check the minimum SQLite version, so that they refer to one another, to remind developers to change both places if they change either. ... (check-in: 7018d7c158 user: drh tags: trunk)
13:26
More enhancements to the change log for version 2.15. ... (check-in: c561e051eb user: drh tags: trunk)
12:54
Add the "fossil add" Windows reserved filename restriction to the change log. ... (check-in: 5add4656b6 user: drh tags: trunk)
10:28
delta-manifests.md: minor typos and phrasing improvements. ... (check-in: 25e93b7075 user: stephan tags: trunk)
00:35
The 'add' command now fails for filenames that are reserved on Windows unless the --allow-reserved flag is used. See [forum:5116485456|forum discussion 5116485456] for more details. ... (check-in: 922b5c4d15 user: drh tags: trunk)
2021-03-12
15:22
Update the built-in SQLite to version 3.35.0 final. ... (check-in: b06953e15e user: drh tags: trunk)
14:44
'add' command now fails if given a filename which is reserved on Windows unless the --allow-reserved flag is used, per forum discussion [forum:5116485456]. ... (Closed-Leaf check-in: 7135111ad4 user: stephan tags: add-allow-reserved-flag)
11:29
Fix capitalization and statements on hash collisions in delta-manifest.md ... (check-in: 36f90c7b9e user: danield tags: trunk)
07:15
xekri skin: set .debug foreground color to something legible against the yellowish background. ... (check-in: 749d9daf03 user: stephan tags: trunk)
07:08
Added www/delta-manifests.md, a discussion about the pros and cons of delta manifests. ... (check-in: fbd16f3fff user: stephan tags: trunk)
2021-03-11
18:20
More help text consistency tweaks from forum discussion [forum:8c644048f0]: FILE vs REPO. ... (check-in: decd537016 user: stephan tags: trunk)
15:40
More help text consistency tweaks from forum discussion [forum:8c644048f0]: --repository REPO. ... (check-in: 2f7c93f49c user: stephan tags: trunk)
13:22
Numerous help text consistency tweaks based on forum discussion [forum:8c644048f0]. ... (check-in: 4cb50c4ef3 user: stephan tags: trunk)
2021-03-10
12:34
Ensure that there is always a newline before a conflict mark in merge output. See the [forum:/forumpost/2e97ca6caa|forum discussion]. ... (check-in: b491c196c2 user: drh tags: trunk)
2021-03-09
21:24
Update the built-in SQLite to the second 3.35.0 beta, for testing. ... (check-in: b468729855 user: drh tags: trunk)
2021-03-07
21:21
Avoid NULL pointer deference in the "hook test" command when an invalid hook number is supplied. ... (check-in: 9527034f49 user: drh tags: trunk)
13:27
xekri skin: Added missing color customization for selected forum post (was illegible). Added borders to blockquotes. ... (check-in: c070a27f5d user: stephan tags: trunk)
13:16
xekri skin: added a bit of contrast to the dark-blue-on-black bits by lightening the blue a tad. ... (check-in: 104b0a1858 user: stephan tags: trunk)
13:05
Khaki skin: added a border to blockquotes in forum posts. ... (check-in: 06f2192c2a user: stephan tags: trunk)
09:50
/chat doc: documented that a message's poster may delete it globally, the same as an admin can. ... (check-in: a0d3f53c4d user: stephan tags: trunk)
2021-03-05
16:00
configure now checks system sqlite version against the version in auto.def ... (check-in: 834f6515a7 user: danshearer tags: trunk)
15:36
Reverted part of commit [b9a6e1a9c9c52edc] which moved an Autosetup include in auto.def, apparently because it looked more correct. What it actually does is prevents default Autosetup options like --prefix from being added to the list of legal options. ... (check-in: 65c7196119 user: wyoung tags: trunk)
12:13
Add instructions for updating the minimum required version number ... (check-in: f09b0f1d63 user: danshearer tags: trunk)
12:04
Add configure option --print-minimum-sqlite-version ... (check-in: b9a6e1a9c9 user: danshearer tags: trunk)
2021-03-04
20:07
Minor typo fix in the "makefile.wiki" document. ... (check-in: 07dbd17e41 user: drh tags: trunk)
16:40
Added a section to the default CSP doc to document the changes made recently to that default CSP. ... (check-in: ab029e40ec user: wyoung tags: trunk)
15:10
This file has to be read locally for the links to work. ... (check-in: a0788de83f user: danshearer tags: trunk)
11:18
Removed the reduced opacity from the 'active' menu item in darkmode skin. It just looks a bit odd. ... (check-in: a0f30a58e7 user: stephan tags: trunk)
03:53
Added diff toggles to the /vinfo page, per forum feedback. ... (check-in: ddb2124a34 user: stephan tags: trunk)
02:28
Mention the relaxation of the img-src rule in the default CSP. ... (check-in: 25667a5e73 user: drh tags: trunk)
2021-03-03
17:28
The various diff-rendering pages now have toggles to show/hide individual diffs, as discussed in [forum:0f751ad9c8]. ... (check-in: 877246cf3d user: stephan tags: trunk)
17:24
[/help/leaves|leaves command] now shows the branch point of each leaf, as discussed in [forum:5e52d31d2e]. ... (check-in: d21e3c5a3a user: stephan tags: trunk)
17:21
Further adjustments to the default CSP to allow in-line images. ... (check-in: c184d646c3 user: drh tags: trunk)
16:41
Relax the built-in CSP to remove all restrictions on the source of images. ... (check-in: 025a007249 user: drh tags: trunk)
12:31
Change Quick Start to store the repository file outside the working directory. ... (check-in: 1ce4fd2f15 user: danield tags: trunk)
12:04
Improve explanations for prospective students in the ticketing section ... (check-in: 0f90d0df75 user: danshearer tags: trunk)
11:58
Make the mail task more general, and more obviously a design+research task rather than implementing exactly what is in this file ... (check-in: 316b55a6a6 user: danshearer tags: trunk)
11:33
Move CSS task to new Look and Feel section ... (check-in: 092a7fb796 user: danshearer tags: trunk)
10:17
Added Look & Feel tasks to the GSoC list. ... (check-in: ea2f26aadc user: stephan tags: trunk)
2021-03-02
20:50
Add the "re=" query parameter to the /dir webpage. Improvments to skin documentation and to the change log. ... (check-in: f08466dded user: drh tags: trunk)
17:13
Documentation for new settings. Improvements to the change log. ... (check-in: aac9093b36 user: drh tags: trunk)
16:44
Update to the change log. ... (check-in: c0c1235998 user: drh tags: trunk)
16:06
Refactor the routines used to generate TH1 variables that hold resource URLs. Functionality should be unchanged. The purpose is to make the code simplier, easier to read, and easier to maintain. ... (check-in: 6acd87f2c1 user: drh tags: trunk)
15:33
When a page with skin=X&once generates its style.css link, append skin=X&once to that lnik so that it gets the proper skin when style.css is loaded (asynchronously). Renamed the skin=_repo (reset to site-specific skin) to skin= (blank name), per /chat discussion. ... (check-in: 10dfd9e51b user: stephan tags: trunk)
15:01
When skin=X query parameter is processed, if a param named 'once' is also set then apply the skin change but do not save it to the cookie, as per /chat discussion. The intent is mainly to facilitate the development of docs using both light- and dark-mode skins at the same time, which is somewhat painful when the cookie constantly gets overwritten. ... (check-in: 7db18bfe96 user: stephan tags: trunk)
13:55
Alternative skins can be determined by the "skin" field of the display preferences cookie. The "skn_X" mechanism is removed. ... (check-in: 3339420778 user: drh tags: trunk)
08:54
Updated changes.wiki to replace skn_X references with skin=X. ... (Closed-Leaf check-in: 7fed83c9b0 user: stephan tags: skin-preference-cookie)
08:09
Corrected ability to be able to select the repository's configured skin, rather than just built-ins. ... (check-in: 5289ab2a45 user: stephan tags: skin-preference-cookie)
07:23
Minor doc clarification. ... (check-in: c05ec7d924 user: stephan tags: skin-preference-cookie)
07:21
Minor doc correction. ... (check-in: 2d6bb6e977 user: stephan tags: skin-preference-cookie)
07:11
Skin selection is now stored in the user display prefs cookie and can be modified from any page by passing the skin=xyz URL parameter. Gets trumped by /draftX URI or --skin CLI flag or skin: CGI config setting. Removed /skn_XYZ URI handling. /skins page now uses the new mechanism for skin selection. UDC is now rendered on every page if it was modified during that request, regardless of the 'udc' URL parameter. See discussion at [https://fossil-scm.org/forum/forumpost/4d3a10c72a|/forumpost/4d3a10c72a]. ... (check-in: 71a2d68a7a user: stephan tags: skin-preference-cookie)
04:04
Removed the min/max height on the diff toggles to slightly improve the layout flow. ... (Closed-Leaf check-in: 42205f9c76 user: stephan tags: diff-view-toggle-poc)
03:51
Moved the diff toggle button to the right of the diff header line, per forum feedback. Changed the button to a checkbox. Removed the arbitrary heuristics regarding which diffs to show/hide by default - they are now all on by default. ... (check-in: f9d29b9702 user: stephan tags: diff-view-toggle-poc)
2021-03-01
20:54
Change the algorithm for detecting when a user agent is a narrow-screen mobile device to the algorithm recommanded at [https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent#mobile_device_detection]. ... (check-in: 4de677dcc3 user: drh tags: trunk)
20:37
If the diff type (unified vs. side-by-side) is not specified by a query parameter or cookie, then determine the diff type based on the "preferred-diff-type" setting, if there is one, or on a guess whether or not the requesting agent is a mobile device based on the User-Agent parameter in the HTTP request. ... (check-in: 29bab2748b user: drh tags: trunk)
17:46
Update the built-in SQLite to the first 3.35.0 beta, for testing of SQLite. ... (check-in: 722073a157 user: drh tags: trunk)
17:35
Proof of concept/demo for toggle buttons on individual diff views on the /info diff views, as discussed in [forum:0f751ad9c8]. ... (check-in: cfdd666533 user: stephan tags: diff-view-toggle-poc)
13:34
Removed BLOB_SEEK_END from the API, per /chat discussion, as it was unused and appeared to have a semantic discrepancy vis-a-vis fseek() and SEEK_END. ... (check-in: 6fc730e0c7 user: stephan tags: trunk)
07:37
Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() ... (Leaf check-in: ea28708f85 user: wyoung tags: artifact-view-links)
07:15
Copied over documentation of 2 recently-added "fossil cgi" control file lines to the www/cgi.wiki doc (redirect and jsmode) and then reordered it all to match the order given in "fossil cgi --help" output to make it easier to maintain these parallel lists in the future. ... (check-in: 282402d82f user: wyoung tags: trunk)
06:47
Fixed "debug" -> "cgi-debug" in the built-in docs for "fossil cgi". ... (check-in: e3dbb7d7d5 user: wyoung tags: trunk)
03:00
Merged in trunk. ... (Closed-Leaf check-in: ab047b62dc user: stephan tags: leaves-command-branched-from)
2021-02-26
13:27
Disable the permuted index from the main documentation page, as moderns do not understand indexes. Replace it with a simple list of documents. People can use Ctrl-F or the "Search" box for search. ... (check-in: 47a4c4cba9 user: drh tags: trunk)
13:07
The new mainmenu element previously called "Setup" reverted a years-old change to use "Admin" for this menu because about half of the items on the /setup screen are also usable by people with only the Admin cap. This also changes the capexpr to include "a" for the same reason. ... (check-in: 7260ff21b3 user: wyoung tags: trunk)
13:01
Added a section to the customskin.md doc explaining where the main menu contents went and how to change them in the new "mainmenu" world. ... (check-in: da2291075b user: wyoung tags: trunk)
07:05
Tightened up the new reason #5 for "why set up a server". ... (check-in: 50a0e024fb user: wyoung tags: trunk)
06:51
Updated the macOS / OpenSSL 1.0 bits of the backup doc's encryption section to cover the latest situation under Big Sur. ... (check-in: 0e1cc786bb user: wyoung tags: trunk)
06:23
Added a link to the backups doc from the "benefits of a server" doc, fixed a few more grammar problems, and fixed a few URLs in prior commits. ... (check-in: 4f9c6210cd user: wyoung tags: trunk)
06:20
Grammar tweaks in point 2 of the "whyuseaserver.wiki" doc. ... (check-in: 05e79793d8 user: wyoung tags: trunk)
06:18
Noted the Fossil RBAC system as another reason you may want to set up a Fossil server. ... (check-in: a3a70a01aa user: wyoung tags: trunk)
06:14
Added an answer to SQLite's "how to corrupt" document to the "Benefits of a Fossil Server" doc, since setting up a server does largely solve those problems. ... (check-in: f9cfadf1b4 user: wyoung tags: trunk)
2021-02-25
14:55
Merge from trunk ... (check-in: 7e755346a5 user: george tags: wiki-history)
14:15
Rearrange the JavaScript code as a handler of the 'load' event; this keeps the global scope clean from the supplementary variables. ... (check-in: ec55e51c44 user: george tags: wiki-history)
10:12
Removed an if() condition in content_put_ex() which was possible back in 2007 but is no longer possible. Updated the surrounding content to reflect current reality. ... (check-in: dad521bb06 user: stephan tags: trunk)
05:56
Typo fix in /setup_timeline and the same fix in an internal API doc. Same typo exists in shell.c, but that's upstream 3rd-party code. ... (check-in: c8021e99df user: stephan tags: trunk)
2021-02-24
19:24
Typo fixes in fileedit-page.md ... (check-in: d400f403f9 user: stephan tags: trunk)
15:21
Add projects relating to the ticketing system ... (check-in: 9e9fb33caf user: danshearer tags: trunk)
04:59
Checkin [188ffef2] inadvertently caused one particular graceful failure to degrade to a non-graceful failure (a failed assert()). This checkin resolves that. ... (check-in: 7a985a3d2c user: stephan tags: trunk)
00:24
Micro-touchups to the is-not-relational doc. (Its name really should be shortened to not-relational.md, but we already have links to the longer name out in the wild.) ... (check-in: 213160c70c user: stephan tags: trunk)
00:14
Minor rewording/clarification in fileformat.wiki. ... (check-in: 7ebe73ff9a user: stephan tags: trunk)
2021-02-23
21:33
Minor technote tag footnote and a typo fix. ... (check-in: b1600a22d7 user: stephan tags: trunk)
02:48
sha3sum command now exits with an error if it cannot open a requested file, per discussion at [forum:9cc4028627]. ... (check-in: bda90774ee user: stephan tags: trunk)
01:23
Merge from trunk. ... (Leaf check-in: 7d835ff537 user: larrybr tags: error_returns)
01:01
Create new branch named "error_returns" ... (check-in: cf10a92181 user: larrybr tags: error_returns)
2021-02-22
18:43
Update the built-in SQLite to the latest 3.35.0 alpha that includes support for the MATERIALIZED hints. ... (check-in: d07cbeda71 user: drh tags: trunk)
12:23
Added a missing 'return this'. ... (check-in: 4ce90f0170 user: stephan tags: trunk)
06:48
Documented several special-case rules for certain cards as footnotes in the fileformat.wiki card summary table. ... (check-in: a3bfeb8521 user: stephan tags: trunk)
04:35
As a safety precaution against changes made in [ecb705359a] and [b8c1d429cb], content_deltify() now explicitly checks whether its main input RID refers to a phantom and skips further work if it is. ... (check-in: 188ffef23d user: stephan tags: trunk)
03:33
Technote counterpart fix of [ecb705359a]. ... (check-in: b8c1d429cb user: stephan tags: trunk)
03:09
Corrected wiki crosslinking's check for an older version of the page, as detailed in [forum:dfd85f0b00]. Rebuild is required to correct wiki timeline entries. ... (check-in: ecb705359a user: stephan tags: trunk)
2021-02-21
13:10
Add optimization level flag for MSVC builds, defaulting to /Os. ... (check-in: c72edfd865 user: danield tags: trunk)
2021-02-19
17:39
Minor additions to gsoc-ideas.md. ... (check-in: 8b453eb207 user: stephan tags: trunk)
16:52
Cleanups ... (check-in: d095066ea3 user: danshearer tags: trunk)
15:18
Google Summer of Code project ideas for prospective students ... (check-in: 932f88cb55 user: danshearer tags: trunk)
14:58
Update the built-in SQLite to the latest 3.35 alpha including CLI enhancements and DROP COLUMN support. ... (check-in: 736e5c892b user: drh tags: trunk)
2021-02-18
23:14
Typo fix. Removed a block of commented-out pikchr. ... (check-in: 269788ebdb user: stephan tags: trunk)
23:11
Permuted index: Added the word relational to the fossil-is-not-relational.md description so that that page can be more easily found in the index. ... (check-in: c17054a5df user: stephan tags: trunk)
13:54
API doc typo fix. ... (check-in: 9eed26b0a0 user: stephan tags: trunk)
13:10
Fix the "fossil git export" command so that it returns a non-zero exit code if the "git push" command fails. ... (check-in: da5faf18c3 user: drh tags: trunk)
2021-02-16
18:53
darkmode skin: cleaned up centering of hamburger menu. ... (check-in: daf8ab95cd user: stephan tags: trunk)
2021-02-15
22:45
[WIP] Removed the conditional code around some options: up to five "extras" WILL be shown by default; single-line difference reports WILL be shown first (ahead of those with "diff blocks") and "diff blocks" WILL have dividers. Removed a number of my "place holder" comments. ... (check-in: 996a056f9d user: graham tags: ui-local-diff)
18:24
Use main-branch setting, instead of hard-coded trunk, for determining whether a given leaf should show its branch point, per forum feedback. ... (check-in: 0d5349cd1c user: stephan tags: leaves-command-branched-from)
16:40
Sigh - another fix from having edited the post-processed source. ... (check-in: 39067976f3 user: stephan tags: leaves-command-branched-from)
16:38
Fixed breakage caused by editing the post-processed source code rather than the original (emacs followed a gcc compiler error there). ... (check-in: bbb808ca03 user: stephan tags: leaves-command-branched-from)
16:36
Moved a misplaced mprintf() and added a missing free() from the previous commit. ... (check-in: ad9e8b99a6 user: stephan tags: leaves-command-branched-from)
16:27
Experimentally added branched-from info to the leaves output, as discussed in [forum:/forumpost/5e52d31d2e]. ... (check-in: 0b41f332f4 user: stephan tags: leaves-command-branched-from)
15:50
Internal API additions in symbolic_name_to_rid(). ... (check-in: 20391d1e58 user: stephan tags: trunk)
15:35
Restored a call to "mimetype_from_name()" in local-diff mode. ... (check-in: e494b97954 user: graham tags: ui-local-diff)
01:56
Merge from trunk ... (Leaf check-in: 3f496aa752 user: larrybr tags: msvc_make_fixup)
2021-02-14
21:28
Brought graham's ui-local-diff branch up to date with respect to trunk. This is not a simple merge, because it had to accommodate several conflicting changes, so it needs to be re-checked for sanity before being merged down to trunk. Also, some of the changes I made simply reduce the size of the resulting diff relative to trunk and need to be reverted; these are primarily 2-line splits of "else/if" so the branch-specific change doesn't repeat the following "if" condition, which is now the "else if" condition. I think this sort of thing aids understanding of the diff, even though it breaks the style guidelines. ... (check-in: 0516f4d3c8 user: wyoung tags: ui-local-diff)
02:16
Update the built-in "pikchr" to a version that supports the "this" objectname. ... (check-in: f260b75fb9 user: drh tags: trunk)
2021-02-13
20:43
Add deploy (only) target, better directory definition and creation. ... (check-in: 6095d54ee7 user: Larry tags: msvc_make_fixup)
14:05
Do not omit the &#91;..&#93; around hyperlinks in chat. ... (check-in: bd67c3cdf0 user: drh tags: trunk)
08:46
Stop building zlib and openssl always. Get build directory not in win/. (and never in ../src) Fix generated .h dependencies to NMAKE can see to build them as needed. Cause more build options to be overridable on invocation (or !include). Other minor improvements. ... (check-in: 06c74be78b user: Larry tags: msvc_make_fixup)
2021-02-12
18:17
darkmode CSS: added horizontal scrollbar on pre.udiff, needed for diffs of wiki edits. ... (check-in: 7e2bc08484 user: stephan tags: trunk)
16:42
Email alerts now show the type of wiki operation (add/edit/remove) for wiki edits and no longer render the magic internal timeline comment prefix character in the alert. ... (check-in: 7fcfa93321 user: stephan tags: trunk)
14:31
Fixed mis-quoting of wiki page changes in the timeline CLI (/timeline was unaffected). They were including the (user: X) bit in the quotes for the page name. ... (check-in: 336d83e343 user: stephan tags: trunk)
12:59
Fixed a broken link in fossil-is-not-relational.md. ... (check-in: 5b4273708c user: stephan tags: trunk)
03:45
Added fossil-is-not-relational.md. ... (check-in: 8da2f2ae84 user: stephan tags: trunk)
2021-02-11
20:46
Grammar fix in gitusers.md ... (check-in: c0e3bb0f82 user: wyoung tags: trunk)
18:01
Update the windows makefiles so that they expect in-tree OpenSSL in the directory "compat/openssl", not in "compat/openssl-$VERSION". ... (check-in: 0703d4dc5a user: drh tags: trunk)
17:17
Adjust the default mainmenu setting so that Setup is desktoponly and Login/Logout is wideonly. The current expectation is that admins will edit the mainmenu by removing lines. ... (check-in: d7e4b485ac user: drh tags: trunk)
14:57
Refinements to built-in skins to try to get them all working reasonably on mobile. ... (check-in: 0a7a86c428 user: drh tags: trunk)
14:33
Simplify the palette of built-in skins by combining "original", "enhanced1", and "rounded1" into just "original" and combining "blitz_no_logo" into "blitz". Update all built-in skins so that they sitemap is accessible from the menu by default. ... (check-in: 22fb2de45e user: drh tags: trunk)
03:01
Add the "lappend" TH1 command. All built-in skins now respond to the "desktoponly" and "wideonly" classes on the main menu. ... (check-in: d4c91b40a4 user: drh tags: trunk)
00:35
Improved hover colors for tree-view and file-ages in the darkmode skin. ... (check-in: eb5356185e user: drh tags: trunk)
2021-02-10
23:53
Do a better job of detecting misformatted structural artifacts and reporting the error. Ticket [15d04de574383d61]. ... (check-in: 023fddeec4 user: drh tags: trunk)
23:49
Give a better error message if structural artifact cards are out-of-order. ... (Closed-Leaf check-in: 72f5101ef0 user: drh tags: manifest-sort-check)
23:34
Modify the out-of-order card detection in the structural artifact parser to allow N and P cards of a technote to be in the wrong order. [15d04de574383d61|Ticket 15d04de574383d61]. ... (check-in: 36620b74a4 user: drh tags: manifest-sort-check)
22:13
This seems to fix the missing is-sorted check in manifest_parse(), but (A) it needs more testing and (B) could use a better error message than the one it ends up generating. Edit: WARNING: fixing this will cause control artifacts which previously passed (but should not have) to fail. ... (check-in: 2e7a0aacdb user: stephan tags: manifest-sort-check)
21:21
Corrected the order of the N- and P-cards on edits made to technotes. See [forum:/forumpost/74fd8dac3a|/forumpost/74fd8dac3a] for details. ... (check-in: 1cd6c545ca user: stephan tags: trunk)
14:25
Added 'L' pseudo-capability character to indicate is-logged-in, for use with th1 capexpr. Removed hard-coded addition of login/logout menu entries in skin headers, delegating them to the mainmenu setting, and added Login/Logout entries to the default mainmenu value. ... (check-in: e5240c9749 user: stephan tags: trunk)
14:00
Show the login name on /sitemap for logged in users. ... (check-in: 480aa68d65 user: drh tags: trunk)
13:51
Zero return code on a "fossil commit --dry-run". Per [forum:/forumpost/74dfbfaf3e|request] on the forum. ... (check-in: 661bd94920 user: drh tags: trunk)
13:02
caps/ref.html: modified inlined table header style to be readable in dark-mode skins (eagle, xekri, darkmode). ... (check-in: 5d8e5eeba5 user: stephan tags: trunk)
12:44
Khaki skin: fixed login/logout links in the header (were missing the $home URL prefix). ... (check-in: 9a8361f6b2 user: stephan tags: trunk)
12:15
ardoise skin: updated security audit table colors. darkmode skin: added .wideonly/.desktoponly. ... (check-in: 39ce70a11a user: stephan tags: trunk)
12:02
Make the timeline-default-length setting accessible on the timeline configuration page. Make it default to 50, not 10. ... (check-in: 8efc4d548c user: drh tags: trunk)
01:38
More CSS tweaks to darkmode. Add the hamburger menu to the khaki skin. Minor styling tweak to plain_gray. ... (check-in: eb8af11bf3 user: drh tags: trunk)
00:43
More tweaks to the CSS for darkmode. ... (check-in: 9f43fca0eb user: drh tags: trunk)
00:30
A few tweaks to the darkmode skin. ... (check-in: 1adcb8a49b user: drh tags: trunk)
00:12
First attempt at a new "darkmode" skin. Based on the skin found in libfossil, but with the title centered and a hamburger menu added, as well as a few other tweaks. More tweaking is needed. ... (check-in: 1e815c46d0 user: drh tags: trunk)
2021-02-09
21:15
Merge changes to normalize the URL of HTTP requests. ... (check-in: 7e93701294 user: drh tags: trunk)
21:08
Always normalize the HTTP_HOST to lower case, removing any final "." or final ":80". ... (Closed-Leaf check-in: 2db27a7187 user: drh tags: normalize-urls)
18:46
Attempt to documentation and rationalize the "redirect:" CGI option. ... (check-in: 95010490aa user: drh tags: trunk)
13:34
The canonical Fossil homepage is now https://fossil-scm.org/home without the "www." in the domain and with the main path at /home, not /index.html or /fossil. Update all URLs in documentation to reflect this fact. ... (check-in: 09908ab058 user: drh tags: trunk)
2021-02-08
21:18
Still more fixes to the "redirect: * URL" mechanism of CGI. ... (check-in: d6f9c566af user: drh tags: trunk)
21:02
Fix the "redirect: * URL" mechanism of CGI scripts. ... (check-in: dd6b2987cd user: drh tags: trunk)
18:51
When accessing using /draftN or /skn_X URL extensions, omit those extensions from the zBaseURL that is recorded in the config table. ... (check-in: acb4397ee5 user: drh tags: trunk)
17:29
Enhance the /cookies webpage to show all cookies and give the user an opportunity to delete them. ... (check-in: 7b00defa9d user: drh tags: trunk)
16:36
Set the optimize-for-size option on the compiler for MSVC builds. ... (check-in: 734561ed24 user: drh tags: trunk)
07:00
Added cap "C" to caps/ref.html. ... (check-in: 3fcb967143 user: wyoung tags: trunk)
06:54
Added "contact" to the list of sub-commands in "fossil user" short help output. (It was only described in the full help.) ... (check-in: 652e85cb36 user: wyoung tags: trunk)
2021-02-07
14:59
Fix a typo on the homepage. ... (check-in: eb1a722f4e user: drh tags: trunk)
13:08
Fix harmless compiler warnings in the embedded SQLite. ... (check-in: c577aae0a3 user: drh tags: trunk)
13:02
Typo fix in alerts config page. ... (check-in: 391eb1cefb user: stephan tags: trunk)
09:56
/chat: added client-local day-of-week to the message time strings. Y-M-D seems awful noisy, per chat room consensus, but we also have code for that if we decide otherwise. A couple code-adjacent internal cleanups. ... (check-in: 65be323110 user: stephan tags: trunk)
2021-02-06
23:35
Add /opt/homebrew/opt/openssl to the list of directories checked for the OpenSSL library by the configure script. See [forum:/forumpost/9496e81a51|forum post 9496e81a51]. ... (check-in: 17af40efff user: drh tags: trunk)
19:04
Minor skintxt2config cleanups. ... (check-in: 324154e821 user: stephan tags: trunk)
16:31
skintxt2config: exit with code 0 if --help is explicitly requested. ... (check-in: b3d51b9706 user: stephan tags: trunk)
16:26
Added tools/skintxt2config.c. ... (check-in: 35db28eb51 user: stephan tags: trunk)
13:17
Add the --mainmenu option to the various web interface commands, to override the main menu for testing purposes. ... (check-in: 73ca280af9 user: drh tags: trunk)
11:50
Doc formatting fixes from [forum:/forumpost/a924078381 | /forumpost/a924078381]. ... (check-in: 3c8831ec47 user: stephan tags: trunk)
09:24
Remove obsolete chat scripts from the tools/ folder. ... (check-in: c2961945df user: drh tags: trunk)
09:17
Add the "tools/co-rsync.tcl" script for syncing one checkout directory into another. Requires rsync on both local and remote. ... (check-in: 1c33969bf4 user: drh tags: trunk)
08:01
I am convinced by the [forum:/forumpost/4f8e128413|forum discussion] to back out the "fossil changes --scp" change and instead add a separate TCL script that accomplishes what is needed. ... (check-in: e51531c15d user: drh tags: trunk)
06:58
Help text: swapped a few more long/short flags to short/long for consistency. ... (check-in: ba7b431792 user: stephan tags: trunk)
05:20
Added --mainmenu flag to the http command, as the Windows impl passes on its flags to that command. ... (Closed-Leaf check-in: 32ab3d23ed user: stephan tags: mainmenu-override)
05:12
Windows: escape --mainmenu's argument before passing it on to child ui process. ... (check-in: d059d62037 user: stephan tags: mainmenu-override)
04:48
Corrected potential mishandling of memory ownership in the previous commit. ... (check-in: d6e698c265 user: stephan tags: mainmenu-override)
04:40
Restructured how --mainmenu value is saved. Added support for it to Windows server, but that is untested. ... (check-in: 852be6d420 user: stephan tags: mainmenu-override)
2021-02-05
20:54
The "fossil changes --scp REMOTE" command causes all local changes to be copied over to REMOTE. ... (check-in: 90ae5bbf94 user: drh tags: trunk)
18:27
Update the built-in SQLite to a 3.35.0 alpha that includes the revised RETURNING clause prototype that embargoes output until all changes have completed. This is for testing of SQLite. The change should not affect Fossil in any way. ... (check-in: 1ba06268ad user: drh tags: trunk)
10:36
Added ui/server/cgi --mainmenu FILE option, and CGI wrapper script mainmenu: option, to override the mainmenu setting, similar to how --skin/skin: overrides the skin. ... (check-in: bcca09106b user: stephan tags: mainmenu-override)
09:32
Amend 'fossil help' output for all commands to make options conform to GNU 'short|long' convention (e.g., -v|--verbose). ... (check-in: 7f3c728db3 user: jamsek tags: trunk)
03:51
Minor reordering of diff command help, per forum suggestion. ... (check-in: dd13191359 user: stephan tags: trunk)
03:21
Merged in help-full branch, which adds help --everything flag, and fixed another bit of safe-html setting docs so that they work with the HTML help text export. ... (check-in: 89e5ac196d user: stephan tags: trunk)
03:17
Replaced raw SCRIPT and STYLE tag references in the safe-html docs with non-tag formulations because the tags break the HTML-format help text conversion. ... (Closed-Leaf check-in: 0ac9052c38 user: stephan tags: help-full)
2021-02-04
17:29
Changed a few doc references from "fossil diff -N" to use -v instead, its anointed alternative. ... (check-in: ad42dfee58 user: wyoung tags: trunk)
15:52
Fix a bug triggering a failed assertion in blob_str() and dumping core when doing a 'fossil commit --no-prompt'. ... (check-in: d1f74a367c user: danield tags: trunk)
15:34
Avoid repeating the 'commit aborted' message. ... (check-in: 30ac5c00dd user: danield tags: trunk)
10:50
Roll back dangling database transaction for some terminal code paths in 'fossil commit'. ... (check-in: 190d138a13 user: danield tags: trunk)
04:11
diff help text: noted that -N is just an alias for --verbose, to help avoid confusion reported in [forum:/forumpost/e7311328be | /forumpost/e7311328be]. ... (check-in: bfd1a682f3 user: stephan tags: trunk)
01:00
Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur between key project members. ... (check-in: da0d7f7460 user: drh tags: trunk)
00:58
Oops. Add in the omitted "color.c" source file. ... (Closed-Leaf check-in: 54509f8bed user: drh tags: user-color-revamp)
00:57
Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur between key project members. ... (check-in: 4d0af2a68f user: drh tags: user-color-revamp)
2021-02-03
23:51
Paint backgrounds with the hash_color for the login name when the "ubg" query parameter is given on the /setup_ulist page. ... (check-in: eb1415d8c5 user: drh tags: trunk)
14:23
Disable triggers using SQLITE_DBCONFIG_ENABLE_TRIGGERS for defense in depth. SQLite 3.35.0 is required due to Fossil's use of TEMP triggers. Also, use the new RETURNING clause for queries where it makes sense, again requiring SQLite 3.35.0. ... (check-in: 8a3dc1a975 user: drh tags: trunk)
13:38
Update the built-in SQLite to the latest 3.35.0 alpha that includes support for RETURNING and the ability to use TEMP triggers even if SQLITE_DBCONFIG_ENABLE_TRIGGER is off. ... (check-in: 60b8c71b00 user: drh tags: trunk)
2021-02-02
23:01
added help --everything option that borrows functionality refactored from test-all-help ... (check-in: c39e23cda6 user: sdr tags: help-full)
21:28
improved help text for the help --full option ... (check-in: cf36fbb98f user: sdr tags: help-full)
20:22
modified to not change based on whether destination is a tty, but to provide a help --full option to display all the text at once for those who would like to pipe it through grep / less / capture to a file ... (check-in: 93fd6d3395 user: sdr tags: help-full)
16:01
modified help command to output detailed help information when stdout is not a tty (note: branch name changed after consensus seemed to indicate original concept was undesirable) ... (check-in: d792943681 user: sdr tags: help-full)
2021-02-01
12:29
Fix typo: added missing word to 'fossil help all' output. ... (check-in: bfa99a9399 user: jamsek tags: trunk)
2021-01-31
21:00
More robust exclusion of the -v diff when extracting the comment message from the user's editor output. Enhance the -n (--dryrun) flag on "fossil commit" so that it goes through the commit prompt sequence for debugging. ... (check-in: 4eca7eb902 user: drh tags: trunk)
20:18
Add the -v (and --verbose) option to the "fossil commit" command. ... (check-in: 7ee98fea2d user: drh tags: trunk)
17:57
Update to the latest pikchr with improved syntax error context display. ... (check-in: f366136472 user: drh tags: trunk)
15:27
Update to the latest pikchr with a fix for rendering of cylinders with oversize radii. ... (check-in: 70964869af user: drh tags: trunk)
06:30
Add DIFF_VERBOSE flag parameter so verbose commit also displays diff for newly added files, not just those modified, matching Git's 'commit -v' behaviour. ... (Closed-Leaf check-in: b1c2ef5221 user: jamsek tags: dev-ci-verbose)
00:31
Enhancements to CGI query parameter processing in an attempt to deal with the issue described at [forum:/forumpost/049e8650ed|forum post 049e8650ed]. At the same time, convert some mprintf() calls into fossil_strdup() for efficiency. ... (check-in: 140cb312ca user: drh tags: trunk)
2021-01-30
04:01
Added checkbox to reset mainmenu to its default value, per discussion at [forum:/forumpost/5ab3ce6c45 | forumpost/5ab3ce6c45]. ... (check-in: 8af3d425d2 user: stephan tags: trunk)
03:40
Make new --verbose commit option code compliant with Fossil style, and minor refactoring of the verboseFlag logic to cohere related global aCommitFile memory (de)allocation and make more readable. ... (check-in: 8f41701eb0 user: jamsek tags: dev-ci-verbose)
01:39
Typo fix reported in the forum. ... (check-in: f8c42abadc user: stephan tags: trunk)
2021-01-29
16:10
Add new --verbose option to 'fossil commit' to display a unified diff of all changes to be committed in the editor. Only tested on OpenBSD 6.8 and preliminary testing on macOS 10.15.7 (Catalina); needs to be tested on Linux and Windows. ... (check-in: a713e1e6c2 user: jamsek tags: dev-ci-verbose)
2021-01-28
20:42
When updating a schema from 1.x to 2.x, temporarily disable defensive mode so that we can remove the length constraint on the BLOB.UUID column. ... (check-in: d4041437b6 user: drh tags: trunk)
20:22
Add the "color-hash-seed" setting to the skin configuration. ... (check-in: 198af5374f user: drh tags: trunk)
20:21
Add the color-hash-seed setting. ... (check-in: 8996fe0d6f user: drh tags: trunk)
19:38
Make the /doc, /uv, and /wiki webpages respond to the "popup" query parameter by omitting the header and footer boilerplate and sending just the page content. ... (check-in: 36a17f36b5 user: drh tags: trunk)
18:37
Change of plan: Instead of a separate /sitemap-ex page, add the e= query parameter to /sitemap. Standard content is omitted with e=1. Extra content is omitted with e=2. ... (check-in: 635a8b2bf0 user: drh tags: trunk)
17:53
Fix a surplus &lt;ul&gt; in the previous check-in. ... (check-in: 0b982b6f14 user: drh tags: trunk)
17:48
Add the /sitemap-ex webpage - potentially useful for customized hamburger menus. ... (check-in: 5f36ec7d10 user: drh tags: trunk)
15:32
Bring back some help text for 'fossil grep' removed in [9c2080a360]. ... (check-in: 60a28a8d89 user: danield tags: trunk)
15:06
Clarity pass on the "Update vs Pull" section of gitusers.md ... (check-in: e5bc762d40 user: wyoung tags: trunk)
12:26
Document the new --ckout-alias option. ... (check-in: 433b9df3e2 user: drh tags: trunk)
12:09
Add the --ckout-alias option to "fossil ui", "fossil server", and "fossil http". The "--ckout-alias NAME" means that URLs of the form "/doc/NAME/..." are interpreted as if they were "/doc/ckout/...". This helps in testing embedded documentation changes prior to check-in. ... (check-in: dc1121f6a7 user: drh tags: trunk)
02:04
Fix a problem in the "original" skin header.txt file. ... (check-in: 63437a752c user: drh tags: trunk)
01:08
Updates to the change log. ... (check-in: 872eb4bc7c user: drh tags: trunk)
01:01
Allow multiple layers of /skn_X skin specifications at the beginning of the PATH_INFO. Use the last one. Skip over and discard all the others. ... (check-in: 5af8a1a937 user: drh tags: trunk)
2021-01-27
21:12
Add a terse explanation to the /skins page, and a link to /skins from the /sitemap. ... (check-in: 685c7d0581 user: drh tags: trunk)
21:06
Add the /skins webpage. ... (check-in: d8ad5a2ec7 user: drh tags: trunk)
19:50
Update the built-in SQLite to the latest 3.35 alpha for testing. ... (check-in: 8f8b6e33cd user: drh tags: trunk)
17:22
If the first term of the PATH_INFO is "skn_X" where X is one of the built-in skin names, then use that built-in skin rather than whatever is configured. ... (check-in: 7b028d74a6 user: drh tags: trunk)
14:40
Begin a change log for version 2.15. ... (check-in: 0412039ef1 user: drh tags: trunk)
14:14
Remove redundant length check from captcha processing. [forum:/forumpost/f406019983|Forum post f406019983]. ... (check-in: 43981c5d62 user: drh tags: trunk)
13:32
More TH1 performance optimizations: Go directly to malloc() rather than through the Th_Malloc() intermediary. ... (check-in: 9b4f2d8e98 user: drh tags: trunk)
12:38
Performance optimizations in the TH1 interpreter. ... (check-in: b26eea7ee0 user: drh tags: trunk)
04:38
Added a note that capexpr was first introduced in 2.15. ... (check-in: 70cb4fe59e user: stephan tags: trunk)
02:45
Fixed typo introduced in [f42b5773ed] ... (check-in: b2ad0172e9 user: wyoung tags: trunk)
2021-01-26
23:58
In the default skins, the main menu on web pages is now mostly determined by the "mainmenu" setting rather than by the "header.txt" file of the skin. This allows a project to more easily change skins without disrupting the customized menu. It also means that the built-in skins are morely likely to be usable without any modification. This change also adds the "string match" command to TH1. ... (check-in: 5f2271292a user: drh tags: trunk)
23:38
Minor formatting issue on the /Setup/Configure page. ... (Closed-Leaf check-in: 4dae4a1ba7 user: drh tags: new-main-menu)
23:31
Fix the default header files so that they correctly apply the $home prefix only for URLs that begin with /. ... (check-in: cc675c0a9a user: drh tags: new-main-menu)
23:14
Fix a mistaken edit in the CSS for the default skin. ... (check-in: bb8bf23205 user: drh tags: new-main-menu)
23:05
Fix a harmless compiler warning. ... (check-in: 6dc53820ac user: drh tags: new-main-menu)
21:53
The main menu for web display is now derived from the "mainmenu" setting, for the built-in skins. Customized skins that ignore the mainmenu setting continue to operate as before. Added the "string match" TH1 command to help. ... (check-in: 923841b709 user: drh tags: new-main-menu)
19:37
Rework the /sitemap customization settings. There is now just a single setting "sitemap-extra" that is a TCL list of triples, where each triple defines a new entry in the /sitemap. Legacy entries are ignored. Administrators that have a custom /sitemap configuration will need to update the "Custom Sitemap Entries" setting on the /Admin/Configuration page after updating to this version of Fossil or later. ... (check-in: aa5beb8c29 user: drh tags: trunk)
17:53
th1 docs: added new capexpr and marked (anycap, hascap, anoncap) as deprecated. ... (check-in: 828821463a user: stephan tags: trunk)
16:57
Add the "capexpr" TH1 command. This makes "hascap", "anoncap", and "anycap" all obsolete. We'll keep those old commands around, for legacy compatibility. ... (check-in: f96de5abdf user: drh tags: trunk)
15:42
Experimental TH1 command "capexpr" that evaluates an expression on capabilities. ... (Closed-Leaf check-in: 6828565ebe user: drh tags: capexpr)
15:27
Enhance 'fossil branch list' to accept a GLOB argument and show only matching branches. ... (check-in: 6a5cdecddc user: danield tags: trunk)
13:50
Add "foreach" loops to TH1. ... (check-in: 3316b29225 user: drh tags: trunk)
13:45
Added link to "git checkout" koan from the gitusers doc. ... (check-in: 57d9b020b8 user: wyoung tags: trunk)
13:41
Clarified the comment in the gitusers doc about "fossil diff --numstat" output being cryptic. ... (check-in: 0271fa086a user: wyoung tags: trunk)
13:36
Added "git diff" delegation trick to the gitusers doc. ... (check-in: f42b5773ed user: wyoung tags: trunk)
00:40
Update the customskin.md document to explain the latest practices. ... (check-in: 48a4be5058 user: drh tags: trunk)
2021-01-25
20:19
Add support for the "pikchr-background" detail.txt skin setting used to specify an alternative background color value for Pikchr diagrams. Set this value appropriately for the eagle and ardoise skins. ... (check-in: 557f51b34b user: drh tags: trunk)
19:11
Add the hamburger menu to the ardoise skin. ... (check-in: b20654662e user: drh tags: trunk)
18:57
Hamburger menu enhancements: (1) Rename the JS to src/hbmenu.js (2) Make the JS independent of TH1 so that it can be loaded using builtin_request_js(). (3) Add a new TH1 command that invokes builtin_request_js(). (4) Revise the default and plain_gray skins to make use of the previous. ... (check-in: 9cd74289c0 user: drh tags: trunk)
18:54
Fix the makefile in the previous check-in. ... (Closed-Leaf check-in: 5fbc3b300b user: drh tags: standard-hbmenu)
18:52
Enhance the hamburger menu JS so that it does not require TH1 support and can be independently loaded. Rename the hamburger menu JS to src/hbmenu.js. Add the new "builtin_request_js" TH1 command to request JS loading, and use that command in the default and plain_gray skins to access the common hbmenu.js code. ... (check-in: d39732b714 user: drh tags: standard-hbmenu)
18:29
Fix the selector for the CSS rules on the hamburger menu so that "hddrop" can be outside of "mainmenu". ... (check-in: 18e2f5337f user: drh tags: trunk)
17:45
Fix a NULL pointer deference in the "fossil search" command, as reported by [forum:/forumpost/2825291cf4|forum post 2825291cf4] ... (check-in: 2d2d647390 user: drh tags: trunk)
16:52
Get the hamburger menu working for the "plain_gray" skin. ... (check-in: fa8be1ace6 user: drh tags: trunk)
2021-01-21
23:34
Increase the version number to 2.15 to begin the next development cycle. ... (check-in: 81a2e63be3 user: drh tags: trunk)
23:33
Add the --list option to the "tarball", "zip", and "sqlar" commands. Also rig those commands so that if the output filename is an empty string or "/dev/null" then they do not actually form the output archive. ... (check-in: c88880fa8a user: drh tags: trunk)
2021-01-20
19:19
Merge version-2.14 ... (check-in: 0e31c8d258 user: george tags: wiki-history)
15:34
Version 2.14 ... (check-in: 487776dc45 user: drh tags: trunk, release, version-2.14)
12:16
Enhancements to the change log. Mention SQLite 3.35 and Fossil performance optimizations. ... (check-in: fc8452b13f user: drh tags: trunk)
02:09
Enable [https://sqlite.org/pragma.html#pragma_secure_delete|secure_delete] when deleting chat messages, so that there are no forensic traces left behind. ... (check-in: 12a120dd37 user: drh tags: trunk)
2021-01-19
08:09
Adjustments to [fb3dabd5c4bf638] so that the hue of the automatic colors is the same, and only the saturation and value are adjusted. In other words, ensure that historical hues are not modified by that change. <b>Edit:</b> The previous check-in seems to have more historically consistent colors, so we will continue with that for now. ... (Leaf check-in: 1743f89a0a user: drh tags: mistake)
2021-01-18
23:29
Adjust automatically chosen colors to be less saturated, and easier to read. ... (check-in: fb3dabd5c4 user: drh tags: trunk)
15:02
Update the built-in SQLite to the latest 3.35 alpha version that uses the EXISTS-to-IN optimization. EXISTS operators are used a lot in Fossil, so Fossil should give the new optimization a good real-world test. ... (check-in: 74dd3187a9 user: drh tags: trunk)
04:32
Added --no-print-result flag to test-th-source to suppress output of final result, as the default behavior sometimes causes duplicate output of the last expression. ... (check-in: 817c643435 user: stephan tags: trunk)
2021-01-17
23:36
Minor wording tweaks to various documentation files. ... (check-in: 5aa71f59b7 user: drh tags: trunk)
2021-01-15
20:48
Add para on git forking as siloed development enthusiastically adopted by github, who promote their public project count (currently 43 million according to the link.) ... (check-in: a54732919d user: danshearer tags: trunk)
15:22
Clarified a few points in the javascript.md doc ... (check-in: 7b51e27f43 user: wyoung tags: trunk)
15:11
Fixed an unwanted hard line break in javascript.md ... (check-in: c31d5ba4b9 user: wyoung tags: trunk)
15:04
Added "chat" to the list in javascript.md ... (check-in: debb410e9b user: wyoung tags: trunk)
14:55
Broken hyperlink fix ... (check-in: 20c193d8d4 user: wyoung tags: trunk)
14:54
Rewrote a point in favor of Ajax in the JS doc to clarify it and avoid repeating a sub-point previously made. ... (check-in: a9352a280e user: wyoung tags: trunk)
14:51
Tiny tweaks to fossil-v-git.wiki ... (check-in: 6e443dfd97 user: wyoung tags: trunk)
13:25
Improve wiki explanation for how home pages work with embedded documents. Change example for home page in setup.c to be trunk, not whatever branch happens to be latest. ... (check-in: b32461f72d user: danshearer tags: trunk)
12:59
Update the built-in linenoise code to the latest from the canonical website: [https://github.com/antirez/linenoise]. ... (check-in: a424972e96 user: drh tags: trunk)
11:16
Break overlong line. ... (check-in: 76c81e0359 user: danield tags: trunk)
2021-01-14
23:51
Enhance the "fossil checkout" documentation to discourage newbies from using it. ... (check-in: 1bdd48532d user: drh tags: trunk)
20:51
Fix the JSON string encoder so that it works for non-BMP unicode characters. ... (check-in: 006b908e0c user: drh tags: trunk)
19:32
Updated doc references to Fossil 2.14 to be less tentative, now that it's imminent. ... (check-in: 9650c739dd user: wyoung tags: trunk)
16:17
New www/co-vs-up.md doc, which should've been part of commit [a5ea7891]. (D'oh!) ... (check-in: 863fdca4a9 user: wyoung tags: trunk)
15:36
Added the "Colorized Diffs" section to the gitusers doc. ... (check-in: f9e3a59174 user: wyoung tags: trunk)
15:13
Added the "Update vs Pull" section to the gitusers doc. ... (check-in: eadc427d3e user: wyoung tags: trunk)
14:53
Extracted the "fossil up" vs "fossil co" discussion in gitusers.md to a separate document, since it's of broader interest than just in comparisons to Git. This freed me to expand the comparison. ... (check-in: a5ea789159 user: wyoung tags: trunk)
14:00
Clarified the intro to the gitusers doc. ... (check-in: 99117745c4 user: wyoung tags: trunk)
11:15
Fixed a couple C99-isms reported at [https://fossil-scm.org/forum/forumpost/487f05e382 | /forumpost/487f05e382]. ... (check-in: a7af387dd8 user: stephan tags: trunk)
2021-01-13
13:34
Fix unintentional fork. ... (check-in: c21f739753 user: danield tags: trunk)
13:24
Move line separator into format strings for timeline formatting. ... (check-in: 0eed0f130e user: danield tags: trunk)
13:23
Added missing help text reference to --type f (forum post) in timetype --type flag. ... (check-in: 40799f8bbd user: stephan tags: trunk)
2021-01-12
16:00
Fix typos in Markdown and Wiki pages. ... (check-in: e755561d73 user: danield tags: trunk)
13:50
Fix typos in help and other console output. ... (check-in: 2f78b2cb41 user: danield tags: trunk)
02:28
Fix typo on the homepage. ... (check-in: 808127afa2 user: drh tags: trunk)
00:11
Minor editorial improvements to chat documentation ... (check-in: 9428699039 user: andygoth tags: trunk)
2021-01-11
00:00
Bring the permuted documentation index up to date. ... (check-in: f2ec37e45e user: drh tags: trunk)
2021-01-10
23:47
Slightly faster file-age query. ... (check-in: f953a1638b user: drh tags: trunk)
19:39
Faster tree-view query. ... (check-in: 3cd0b26414 user: drh tags: trunk)
19:28
Update to the built-in SQLite latest 3.35 alpha with performance enhancements and with the new ".stats vmstep" command for easier performance measurement. ... (check-in: 7bf929984a user: drh tags: trunk)
15:01
Reduce one level of indentation in the whyusefossil.wiki document, for improved readability on mobile. ... (check-in: eec971fdeb user: drh tags: trunk)
14:38
Remove indentation from the quickstart document, to make it more mobile-friendly. ... (check-in: 3ff0968487 user: drh tags: trunk)
14:00
Narrow the right-hand side menu box on the homepage, for improved display on mobile. ... (check-in: 390bb86563 user: drh tags: trunk)
13:48
Update the homepage. Substitute the "Self-host Friendly" point in place of "Simple Networking". ... (check-in: a32da8e6b5 user: drh tags: trunk)
11:40
Updated the 'common commands' list in fossil.1 (man page) to match the current help output. ... (check-in: 603e9b3865 user: stephan tags: trunk)
01:40
Performance optimization for /hexdump. Also, prevent /hexdump from working for robots, as robots like to download thousands of /hexdumps from servers and soak up CPU time and bandwidth, and I cannot think of any reason for a robot to actually need a hexdump. ... (check-in: 60736abcf6 user: drh tags: trunk)
2021-01-09
18:43
Always include the "Annotate" and "Blame" submenu items of the /file page, not just for cases of text/ mimetypes, since some files (ex: Makefile.in) do not have a well-defined mimetype, but we do want to Annotate them. ... (check-in: b84b8bf359 user: drh tags: trunk)
2021-01-08
15:25
In the makefiles, put sqlite3.o early in the dependency list so that on a multithreaded make, it starts earliest. This makes the multithreaded makes finish sooner. ... (check-in: 8ca760ce97 user: drh tags: trunk)
15:16
Faster resolution of common symbolic tags such as "trunk". ... (check-in: fdeebddea7 user: drh tags: trunk)
14:23
Improved wording on the change log. ... (check-in: a28778e1d8 user: drh tags: trunk)
14:21
Increase the size of the buffer used to show stats for --sqltrace, so that all text is shown even if the numbers are large. ... (check-in: bf9d65b66f user: drh tags: trunk)
07:23
Replace "prefix" with "phase" in the output of "fossil timeline --full". ... (check-in: 2dbbe1d622 user: danield tags: trunk)
06:22
Updated chat alert sounds from @sdr, lengthened to the point that FF can play them except that it's still being weird with bflat3.wav. Minor doc fixes. ... (check-in: c4179f454b user: stephan tags: trunk)
02:17
Improvements to the change log. ... (check-in: 01d4bde83e user: drh tags: trunk)
2021-01-07
20:48
Show the resident set size (RSS) on the /test_env page. ... (check-in: b00e20c7ec user: drh tags: trunk)
17:42
chat: Emit the audiable alert sound even for your own messages. This is an interim measure to help us debug intermittent sound problems on some platforms. This change will probably be backed out at some point in the future. ... (check-in: 85b139c3ab user: drh tags: trunk)
16:26
Add the --format option to the "fossil timeline" command. ... (check-in: e86aeb72ac user: drh tags: trunk)
16:21
The --numstat option to "fossil diff" now shows a total at the end. ... (check-in: 9bb61a420b user: drh tags: trunk)
2021-01-06
21:18
Further enhancements to "fossil git export" to fix a memory leak and to improve the operation of --mainbranch. ... (check-in: 953fac2b9b user: drh tags: trunk)
20:10
Updated a few references to Git's "master" branch in the docs to track the addition of "fossil git export --mainbranch". ... (check-in: aca011c5e5 user: wyoung tags: trunk)
19:05
Updates to the change log. ... (check-in: 20512bd845 user: drh tags: trunk)
16:28
Set the gitmirror_mainbranch value earlier to avoid creating a default branch with the wrong name in new exports. ... (check-in: dbcf66b57f user: drh tags: trunk)
15:58
Update auto.def and relevant source files to account for the definition of getpass() in Termux' unistd.h. ... (check-in: f2aa77cc3f user: danield tags: trunk)
15:38
Fix multiple problems with check-in [9360b66a67086d64] that can lead to crashes in Fossil itself, and in git-fast-import, when attempting to mirror the Fossil self-hosting repository to Git. ... (check-in: b001a1c3de user: drh tags: trunk)
15:10
Add the blob_strlen() interface and use it for more robust git-export text. ... (check-in: 7e961919a0 user: drh tags: trunk)
14:27
Fix an popen() error check in "fossil git export". ... (check-in: df5be59e5d user: drh tags: trunk)
13:00
chat: home/end navigation buttons now unconditionally start toggled off, as they're rarely useful. ... (check-in: b19081f3a3 user: stephan tags: trunk)
05:40
chat: reconnected the audible-alert persistent toggle to the new way of storing the sound file config. ... (check-in: 2f0bf9dabd user: stephan tags: trunk)
2021-01-05
23:47
Attempt to add the --mainbranch option to the "fossil git export" command. This does not appear to be working. Need advice from a Git expert. ... (check-in: 4c384ba2f4 user: drh tags: trunk)
20:24
On the /Admin/Chat page, play the new alert sound as it is selected. ... (check-in: baa40a00e8 user: drh tags: trunk)
20:07
Improvements to the way that the chat alert sound is configured. Remove the /chat-alert webpage. Access the sound files directly using /builtin. ... (check-in: 21a870d02d user: drh tags: trunk)
19:24
Remove a debugging printf() that was mistakenly left in the previous check-in. ... (check-in: 42efc62951 user: drh tags: trunk)
19:23
Two new alert sounds. ... (check-in: 35b07813a8 user: drh tags: trunk)
19:05
Provide for two different chat-alert sounds in the /Admin/Chat configuration menu. ... (check-in: d8e6994350 user: drh tags: trunk)
15:11
Fix the /file page so that it shows the text of files that are not identified as special binary types. ... (check-in: 1e00898949 user: drh tags: trunk)
14:02
It's 2021 now, not 2020. ... (check-in: d0e81e5941 user: stephan tags: trunk)
14:00
Removed the reference to the unversioned table from the chat alert list generation, since that table is optional and the alerts are currently disabled (problem reported in [https://fossil-scm.org/forum/forumpost/f3a522489b | /forumpost/f3a522489b]. Removed mention of the configurable alerts from chat.md. ... (check-in: 381ad0c846 user: stephan tags: trunk)
13:20
Add build and zlib directories to the ignore-glob file, and change wbld to msvcbld in clean-glob file. ... (check-in: 443f4182f7 user: danield tags: trunk)
12:49
chat: switched back to binary notification sound on/off, without sound file selection, per chatroom discussion. The the file selection bits are simply if'd out. Removed alerts/g-minor-triad.wav per request. ... (check-in: 1469c150c4 user: stephan tags: trunk)
06:40
chat: fixed the 'may user delete this message?' check, which was comparing an incorrect property. Corrected response handling for remote deletion, broken by API changes made since it was implemented. ... (check-in: 0fffa63bbd user: stephan tags: trunk)
05:40
Removed an unnecessary level of if(...). ... (check-in: 2d329da189 user: stephan tags: trunk)
05:26
Changed a link from relative to absolute to resolve broken link report from [https://fossil-scm.org/forum/forumpost/f428a9a9ce | /forumpost/f428a9a9ce]. ... (check-in: ca0eabfdae user: stephan tags: trunk)
05:19
Moved chat audio notification files to src/alerts, per chatroom discussion. Chat audio is now configurable using a selection of builtin WAV files and audio files stored in /uv/alert-sounds/*.XYZ (==ogg, wav, mp3). The addition of a selection list means that closing the chat settings popup now requires tapping either a popup entry or the settings button - tapping in the page body won't do it because that handling collides with the selection list event handling. ... (check-in: 4c34053c58 user: stephan tags: trunk)
05:11
Fixed /builtin to be able to deliver binary content. ... (check-in: be93625468 user: stephan tags: trunk)
02:25
If the "fossil chat send" command fails, show an error message. ... (check-in: e514bb5b83 user: drh tags: trunk)
02:13
Fix the "fossil chat send" command so that it sends the lmtime query parameter so that the chat display shows an appropriate local time. ... (check-in: 62d67ed9a5 user: drh tags: trunk)
02:05
In the "fossil chat send" command, detect extra arguments and throw an error if they are seen. ... (check-in: 1814f528de user: drh tags: trunk)
01:32
Do not allow the "fossil chat send" command to transmit over an unencrypted channel unless the --unsafe option is used on the command-line. ... (check-in: 6da3a74d5f user: drh tags: trunk)
01:26
The "fossil chat send" command should throw an error if there are any unrecognized command-line options. ... (check-in: 904a5a5612 user: drh tags: trunk)
01:23
Add the "fossil chat send" command. ... (check-in: 1e81049063 user: drh tags: trunk)
2021-01-04
20:10
Add two new small WAV files, perhaps useful as audiable alert sounds, but not yet used for anything. ... (check-in: 2146a13df1 user: drh tags: trunk)
15:18
Fix rendering on the /file page that causes text files to be reported as binary. Caused by check-in [6643d4a0c1aabb85]. ... (check-in: e5d30a7c34 user: drh tags: trunk)
14:58
Chat docs: added notes about client-side message deletion and clarified hyperlink parsing a bit. ... (check-in: a6177fd43d user: stephan tags: trunk)
14:15
chat: the 'New message...' toast now includes a button which scrolls to the bottom of the message area. ... (check-in: e85b679d99 user: stephan tags: trunk)
14:04
chat: trim() leading/trailing spaces from message text before trying to send them. ... (check-in: b1d44f9ea7 user: stephan tags: trunk)
12:26
Downsampled plunk.wav to 8 kb/s, 8000 Hz, mono. ... (check-in: d17f3d699b user: danield tags: trunk)
12:22
Removed reference to now-removed chat-received.wav. ... (check-in: f51da629a8 user: stephan tags: trunk)
12:14
Show the size of the file in the /file display of audio/* files. ... (check-in: dff1332593 user: drh tags: trunk)
03:26
Minor cleanups in the chat-internal settings API and menu. ... (check-in: def06dc645 user: stephan tags: trunk)
2021-01-03
23:18
Revamp the trigger used to captures changes to the EVENT table for use in other subsystems. The trigger is now a TEMP trigger rather than a persistent trigger. <b>Rebuild notice:</b> You can upgrade through this change without trouble, as the schema will adjust automatically. However, if you downgrade back through this change you must run rebuild to recreate the persistent triggers. ... (check-in: 169ba8d4df user: drh tags: trunk)
17:04
Remove references to the obsolete "ping" feature from the chat documentation. ... (check-in: 017ec310c2 user: drh tags: trunk)
16:48
Fix the "fossil chat" command so that it works on Windows. ... (check-in: f572b62f22 user: drh tags: trunk)
16:40
Use the "plunk" sound for audiable alert in chat. Back out the "ping" processing logic. ... (check-in: f2fcdbc505 user: drh tags: trunk)
15:30
Fix the /file page so that it is able to play sound files that are checked into the repository. Example: [/file/src/sounds/plunk.wav] ... (check-in: 6643d4a0c1 user: drh tags: trunk)
12:59
Downsampled plunk.wav to 8k, shrinking it to 6kb. ... (check-in: 327a82f769 user: stephan tags: trunk)
12:51
Add the "plunk.wav" sound. ... (check-in: 91fe5513ba user: drh tags: trunk)
12:41
chat: when enabling audio notification, play the notification sound after a half-second delay. Slimmed down the option menu buttons a bit. ... (check-in: 729e1fc56d user: stephan tags: trunk)
11:08
chat: added preliminary audio notification support (may require toggling that capability on for a given server in the browser). Center-aligned chat error messages and removed the 'fossil' user name from them, for compatibility with upcoming timeline-style notifications. Added wav files to the binary-glob versioned setting. ... (check-in: 99caeec643 user: stephan tags: trunk)
2021-01-02
19:06
Improved chat.js error reporting a bit. Connection errors for send and history-fetch ops are now reported as error-style messags in the chat feed. ... (check-in: a08dfbabbd user: stephan tags: trunk)
13:39
Provide suggested password in places where a users is required to invent a new password. ... (check-in: 49f68be83b user: drh tags: trunk)
12:58
Improvements to the test-random-password command. ... (check-in: 931b97e8ae user: drh tags: trunk)
06:05
In chat multi-line mode, the 'placeholder' text now mentions that Ctrl-Enter sends the message. ... (check-in: 16ba05da98 user: stephan tags: trunk)
05:26
Extended the is-json-mode check in [e0b51eb2e7] to include the 'http' command when looking for repolist-style paths. ... (check-in: bc593ea042 user: stephan tags: trunk)
03:06
Updated link to the public JSON API docs. ... (check-in: acda62f5d9 user: stephan tags: trunk)
02:56
Extended [dd490d17bec777c4] to also apply to the 'ui' command to resolve a JSON-mode assertion which happens when running ui --repolist reported at [https://fossil-scm.org/forum/forumpost/2cc2bbd4a2]. ... (check-in: e0b51eb2e7 user: stephan tags: trunk)
2021-01-01
22:07
Update the built-in SQLite to the latest 3.35.0 alpha which features faster startup time. ... (check-in: 67d79d23e1 user: drh tags: trunk)
2020-12-31
14:35
Add the "df=CHECKIN" query parameter to /timeline. "df" is shorthand for "Derived From". "df=CHECKIN" is equivalent to "d=CHECKIN&amp;n1=all&amp;nd". Update hyperlinks in documentation to use df= and/or n1=. ... (check-in: 78819fdb0d user: drh tags: trunk)
14:06
The n1=COUNT query parameter on /timeline is a one-time count that does not affect the display preferences cookie. ... (check-in: cd892ac335 user: drh tags: trunk)
13:26
The uf=HASH query parameter on /timeline shows all checkins that use the identified file unless there is also an n=COUNT query parameter. ... (check-in: dffcebea14 user: drh tags: trunk)
01:31
On the homepage, mention that multiple projects can be run using a Fossil server running on an inexpensive VPS or Raspberry Pi. ... (check-in: 6373e363cb user: drh tags: trunk)
01:20
Fix check-in [34f5ea44038583fe] so that it only disables the limit on the number of entries in a timeline if both d= and bt= are both present. ... (check-in: c353212cde user: drh tags: trunk)
2020-12-30
20:52
Update the built-in SQLite to the latest 3.35.0 alpha version. ... (check-in: 00e031bb57 user: drh tags: trunk)
05:15
chat: multi-line mode and chat-only-mode toggles are now locally persistent. ... (check-in: e293584683 user: stephan tags: trunk)
2020-12-29
23:24
Documentation tweaks. ... (check-in: 5d3ba8aa90 user: drh tags: trunk)
23:24
Reworded uvlist table summary, per forum suggestion [https://fossil-scm.org/forum/forumpost/8e3c4ae3d8 | /forumpost/8e3c4ae3d8] and personal itch. ... (check-in: 5797c7e8e9 user: stephan tags: trunk)
16:49
Minor doc typo. ... (check-in: 47655d3996 user: stephan tags: trunk)
04:18
chat: send and poll can now report if the session is logged out, and client-side poll stops looping if that condition is detected. Both cases emit a message in the message area, from user 'fossil', with the CSS class 'error' and a link to the login page with a redirect back to the chat page. ... (check-in: 3c0c8954c7 user: stephan tags: trunk)
00:37
Replaced use of a deprecated DOM API. ... (check-in: b06442a621 user: stephan tags: trunk)
00:27
Added new 'chat' perm to /json/cap response. ... (check-in: e06315f976 user: stephan tags: trunk)
2020-12-28
09:46
Chat: fixed +1 being added to Date.getDate() call (copy/paste error). ... (check-in: 5fab875d32 user: stephan tags: trunk)
08:59
chat: when loading older messages, return scroll point to the position it was at when load was started, per chat room request. ... (check-in: 49cc6f28e8 user: stephan tags: trunk)
08:54
chat: replaced the (approximate) messages-since-hidden count in the page title (i.e. browser tab label) to an asterisk so that users don't feel compelled to verify that number against what they actually see in the list (which differs at times). ... (check-in: 0a5fd03e5c user: stephan tags: trunk)
02:55
chat: removed some dead code. If URL parameter ping=### is seen, assuming we're running from the 'chat' CLI command and automatically start up in chat-only mode. ... (check-in: b111d1ca74 user: stephan tags: trunk)
00:23
chat: corrected the scroll position tracking when toggling single/multi-line mode to work from arbitrary points within the scroll area. ... (check-in: 0f59fba08a user: stephan tags: trunk)
2020-12-27
22:01
chat: when toggling between single/multi-line mode, retain the message area scroll position, insofar as its size allows for (e.g. might not work if the history is too short to scroll). ... (check-in: 423ee8101a user: stephan tags: trunk)
21:22
Refactored the calc-elem-effective-height routine into the fossil.dom API for reuse elsewhere. Fixed (arguably) a minor layout quirk in the chat input field in multi-line mode. ... (check-in: 299fd6905f user: stephan tags: trunk)
21:00
Put the &lt;form&gt; outside of the chat-input-area &lt;div&gt;. Safari requires this. ... (check-in: ca60df9238 user: drh tags: trunk)
20:33
chat: reworked the auto-resize algorithm to account for elements which "incorrectly" report a height of 0. Experimentally removed the 2em bottom gap at the end of the message reportedly required by Safari. ... (check-in: cdc6dec7c7 user: stephan tags: trunk)
18:56
chat: improved the 'is previous message currently visible' calculation for the 'should we scroll?' heuristic. ... (check-in: b3f2eee546 user: stephan tags: trunk)
18:29
chat: seem to have eliminated the tiny dead-zone between the label and checkbox in the settings menu. ... (check-in: dc8f3a3692 user: stephan tags: trunk)
18:00
Doc typo reported in the forum. ... (check-in: 1221a579ec user: stephan tags: trunk)
17:44
Doc typo fix reported in the forum. ... (check-in: 988c599810 user: stephan tags: trunk)
17:42
Chat: hide message home/end buttons by default in portrait mode and add a menu toggle for them, and swapped the button positions (seems more natural). Minor tweak to the div.content resize algo to make use of CSS calc(). ... (check-in: deb9963ac6 user: stephan tags: trunk)
09:56
Some flicker reduction when batch loading chat messages. Minor chat layout tweaks. ... (check-in: 5e046b64c7 user: stephan tags: trunk)
09:37
Added an ARIA role=alert to the fossil.toast.message/warning/error() popup, per form request. Toast API doc corrections. ... (check-in: 23d6b4570a user: stephan tags: trunk)
09:05
chat: ARIA-related attribute changes suggested in the forum. ... (check-in: ca7aae80ad user: stephan tags: trunk)
08:32
chat: added buttons to jump to top/bottom of message list. Added a huge margin under the input area because Safari demands it. Improved the div.content auto-resize calculation to get a more precise fit. ... (check-in: 2408082760 user: stephan tags: trunk)
07:45
chat: auto-scrolling of other peoples' posts into view works based on a heuristic of whether the *previous* post is in view or not (else we assume the user is back in the history), with the notable caveat that posts with inlined images play havok with this, in part because loading of images is async and we race against it. Moved the #debugMsg element out of div.content to keep it from unduly influencing our layout. ... (check-in: 6c28d7d6cb user: stephan tags: trunk)
07:03
chat: fixed mis-scroll when toggling chat-only mode. Re-re-introduced the img preview size cap. ... (check-in: b09f7e990d user: stephan tags: trunk)
06:48
chat: next round of Safari-friendly baby steps, developed in conjunction with Safari user mgagnon via chat session. ... (check-in: a1161fa9bd user: stephan tags: trunk)
04:50
chat: reintegrated partial changes from [b0ab6cbd3] and [670732a6]: remove skin-induced div.content margins in chat-only mode and cap image preview size to avoid screen overflow. Moved #dbgMessage element out of the way at app startup to avoid it potentially influencing our flexbox layout, and include that element in the to-hide list for chat-only mode. Edit: Martin G. reports that this one also causes Grief with Safari, but in different ways that before. ... (Closed-Leaf check-in: 7c3cf7a189 user: stephan tags: no-joy)
04:30
chat: re-integrated JS-based div.content resizer to do approximately what the preferred 'vh' CSS units would, but upon which Safari apparently chokes. Message area now gets a scrollbar. This works reasonably well on FF/Chrome on both Linux and Android. The jury is still out on Safari. Edit: Martin G. confirmed this one also suffers from the "collapsing messages" problem on Safari. ... (check-in: d488f5c66c user: stephan tags: no-joy)
03:39
Eliminated top-down chat mode altogether in an attempt to eliminate some complexity and cruft. Re-added the toast-on-new-invisible-message from [0a00a103]. ... (check-in: 421d657078 user: stephan tags: trunk)
01:58
chat: Safari has a severe allergic reaction to CSS vh units, so calculate the size of the affected DOM element in JS code at app startup and when the window resizes. ... (Closed-Leaf check-in: 8747d85ea0 user: stephan tags: chat-safari-experiments, chat-safari-breaks-here)
01:07
CSS tweaks to attempt to counter some Safari message spacing problems - cannot test locally. Also limit the chat image preview to 40% of the viewport width/height, to avoid it taking up the whole screen for a large image. ... (check-in: 670732a68f user: stephan tags: chat-safari-experiments, chat-safari-breaks-here)
00:32
Force bottom-up chat mode, now that the toggle is removed but it might still be set in some localStorage storage. ... (Closed-Leaf check-in: a6650eb776 user: stephan tags: chat-safari-breaks-here)
00:27
Remove skin-installed div.content max-width limitations when running in chat-only mode, and expand to the full width. ... (check-in: b0ab6cbd3b user: stephan tags: chat-safari-breaks-here)
00:22
Disabled the top-down/bottom-up chat toggle, per chat discussion. Removed explicit setting of div.content margins, in chat,except in chat-only mode, so that we honor skin-level margin settings (resolves layout breakage in Xekri skin). ... (check-in: 22b0faad3a user: stephan tags: chat-safari-breaks-here)
2020-12-26
23:57
Found what seems to be a more or less viable solution for the chat layout in which the input area is effectively sticky while not actually being so. New messages do not scroll to the start of the list except for when a user locally posts a message, but instead, if a new message arrives and is scrolled out of view, a toast is shown to gently alert the user that a new message has arrived. ... (check-in: 0a00a10312 user: stephan tags: chat-safari-breaks-here)
22:09
Disabled automatic scrolling when a new chat message arrives, as it is unnecessary when the user input fields are not sticky. To revisit later with sticky input fields. ... (check-in: b75ce86581 user: stephan tags: trunk)
22:01
Added a CSS class to the xekri skin to keep the chat settings menu from having a transparent background. ... (check-in: 12b5391926 user: stephan tags: trunk)
21:33
Fix the description of base-64 encoding in the delta_format.wiki document. ... (check-in: 5de02e093e user: drh tags: trunk)
21:26
Added lmtime to www/chat.md and typo fix. ... (check-in: 92d74f8fb6 user: stephan tags: trunk)
20:57
chat: disable line-wrap on the message tabs. Removed an extraneous duplicated style entry. ... (check-in: adc90d82f3 user: stephan tags: trunk)
20:47
Typo fix. Moved chat.file to the end of the schema, per forum suggestion. ... (check-in: fd73e79b83 user: stephan tags: trunk)
20:33
Lowercased 'zulu' per chat discussion. ... (check-in: c7a017e169 user: stephan tags: trunk)
20:33
chat: removed extraneous T from sender-local timestamp. ... (check-in: 16b8e480ec user: stephan tags: trunk)
20:30
Removed invalid Z suffix from the new lmtime string. ... (check-in: 7d4a32487f user: stephan tags: trunk)
20:26
Only apply sender-local time if it's in the message (older messages do not have it). ... (check-in: f2a58f10bf user: stephan tags: trunk)
20:24
Integrated client-local timestamp into chat so that participants can see the local time in their colleagues' time zones. ... (check-in: 3c5e2badc8 user: stephan tags: trunk)
19:43
Added lmtime (local mtime) parameter to /chat-send calls, per chat discussion. ... (check-in: 152ac599e8 user: stephan tags: trunk)
18:08
Changed how chat-only mode figures out which elements to hide to account for skins which replace div.content with their own element. ... (check-in: e390b95bbc user: stephan tags: trunk)
18:03
Laxened up CSS selectors for div.content to account for skins which move that element into a sub-element. ... (check-in: 553ce288f8 user: stephan tags: trunk)
17:55
chat app now explicitly sets the body.chat CSS class, to account for skins which include a BODY tag in their header and therefore do not get one injected by the style API. ... (check-in: feaa3b1640 user: stephan tags: trunk)
17:22
chat: disabled sticky mode of the input area for the time being due to grief in conjunction with message scrolling. When toggling between bottom/top modes, scroll to the input area. ... (check-in: ba3ebf0de9 user: stephan tags: trunk)
17:07
Removed some debug output. When toggling between bottom-up/top-down chat, scroll to the input widget (which flips between the top and the bottom of the page). ... (check-in: 34547542d2 user: stephan tags: trunk)
16:54
Typo fix which led to an exception and caused the timestamp popups to misbehave. ... (check-in: fc4782e7ef user: stephan tags: trunk)
16:39
Worked around a browser-dependent scrolling quirk and fixed a logic bug in the recent PopupWidget.installHideHandlers() API change which caused the timestamp popups not to close. ... (check-in: 322627ed7e user: stephan tags: trunk)
16:24
Bottom-up chat mode. ... (check-in: 2572872bb0 user: drh tags: trunk)
16:21
Disabled a dangling part of the search for a solution for the bottom-scrolling problem. ... (Closed-Leaf check-in: 7f4000a62c user: stephan tags: chat-mode-bottom-up)
16:20
Disabled position:sticky on the input area when in bottom-up chat mode pending resolution of a scrolling misbehaviour for messages with IMG tags. IMG.src is loaded async, so the scrolling is actually working but loading of the IMG.src is then pushing the message back down behind/under the input field. ... (check-in: 8e12b61b50 user: stephan tags: chat-mode-bottom-up)
15:40
Implement bottom-up and top-down chat layouts in chat-only mode and normal mode. There is a minor scroll-on-new-message quirk or two to resolve, but it otherwise seems to work. ... (check-in: dfc20f4297 user: stephan tags: chat-mode-bottom-up)
13:46
Chat docs: minor typos and additions. ... (check-in: 10085418fe user: stephan tags: trunk)
12:33
Make the /chat-poll timeout configurable using the chat-poll-timeout setting. ... (check-in: 8363e7b8e6 user: drh tags: trunk)
01:37
Settings menu now closes if a click or ESC happens outside of the menu. ... (check-in: 1f00036884 user: stephan tags: chat-mode-bottom-up)
01:31
Initial go at a "bottom-up" (mobile-like) layout for chat, but it is only active in chat-only mode where we have more control over the layout. The default mode works like before, top-down. There are still minor usability/scrolling issues left to resolve but it seems to essentially work. ... (check-in: cffd66ffe9 user: stephan tags: chat-mode-bottom-up)
2020-12-25
23:38
CSS docs and line-wrapped the new settings icon data URL. No functional changes. ... (check-in: ca42098af0 user: stephan tags: trunk)
23:02
Do not use &lt;fieldset&gt; and &lt;legend&gt; as Safari does not allow one to bind 'click' events. ... (check-in: 6849bb0b6b user: drh tags: trunk)
22:37
Removed some dead CSS. ... (Closed-Leaf check-in: c9ca5198be user: stephan tags: chat-widget-rework)
22:35
chat: refactored the messages from fieldsets to a custom widget. ... (check-in: 852bda77bd user: stephan tags: chat-widget-rework)
22:13
Improved linkage to the chat documentation. ... (check-in: f5ab4888c2 user: drh tags: trunk)
22:08
Improved introduction to "forum.wiki" ... (check-in: 44ab80ea2b user: drh tags: trunk)
21:36
Reformulate the LEGEND elements to include an embedded anchor tag as an attempt to working around Safari's inability to click a LEGEND element. Edit: this approach didn't work - same effect as before on Safari. ... (Closed-Leaf check-in: 73c8ccd3a7 user: stephan tags: chat-safari-ts-popup)
20:48
chat: removed now-obsolete error checking for Date() parsing. Edit: moved from trunk and closed - an as-yet-unidentified Date() problem persists on Safari. ... (Closed-Leaf check-in: 379b4689c8 user: stephan tags: no-joy)
20:30
For the chat function, the server-to-client JSON uses strict ISO8601 time strings, including the "T" in the middle and the "Z" at the end. ... (check-in: 13c95f0c75 user: drh tags: trunk)
19:20
chat: added 'role'='button' attribute to various non-button button-like elements, per forum request. ... (check-in: 6506b6de43 user: stephan tags: trunk)
19:12
Improvements to chat documentation. ... (check-in: e525317e63 user: drh tags: trunk)
17:52
chat: added toggles for single/multi-line input (non-persistent) and monospace message font (persistent - affects message bodies and text input fields). ... (check-in: 9d24a28490 user: stephan tags: trunk)
16:09
First attempt at documentation for Fossil chat. ... (check-in: bcfdc1a106 user: drh tags: trunk)
16:08
chat internal cleanups in prep for upcoming changes. Possibly fixed the cosmetic bug where the titlebar says '(0) ...' after receiving an empty list of messages in response to an auto-reconnect after a timeout. ... (check-in: e52d0fd5ce user: stephan tags: trunk)
15:27
Chat settings menu tweaks based on chat session feedback. ... (check-in: 9e797bf9bf user: stephan tags: trunk)
14:58
Added chat setting chat-inline-images: specifies whether /chat images default to display inline or as download links. Various code-adjacent tweaks. ... (check-in: 9d86a4af61 user: stephan tags: trunk)
14:36
In the default skin, add a Chat menu item for wide screens if Chat is enabled for the user. ... (check-in: 8049da83c4 user: drh tags: trunk)
13:00
When chat is in chat-only mode, the input area is now sticky at the top of the window. This required a bit of hackery involving its background color to keep it from being transparent (which causes the chat messages to be visible through it). ... (check-in: 429e5a9bde user: stephan tags: trunk)
12:09
Change /chat-poll so that it times out after 7 minutes. This prevents the server from timing out the request and generating errors in the log. ... (check-in: 08533f9095 user: drh tags: trunk)
11:32
chat setting: toggle whether 'my' messages are on the right or left, with the default depending on whether the window is wider than it is tall. ... (check-in: f1e91a200a user: stephan tags: trunk)
11:06
Moved chat.c inline CSS style to default.css. Various chat layout tweaks. ... (check-in: 467dbc8fd7 user: stephan tags: trunk)
10:04
Added settings popup to chat. Currently only 1 setting - toggling the page header/footer on/off. ... (check-in: 617e23bea3 user: stephan tags: trunk)
09:39
chat.js restructuring/cleanup - no functional changes. ... (check-in: 12682568f0 user: stephan tags: trunk)
2020-12-24
22:21
chat poll again uses "quiet" error handling to avoid posting toast error messages when it times out (which it does every 10 minutes or so when idle). ... (check-in: b6de299bb7 user: stephan tags: trunk)
22:07
chat message deletion: admins now have both delete local and delete global options, in case they want to remove something from local view without deleting it for all users. ... (check-in: b12d69d9f4 user: stephan tags: trunk)
20:18
Initial impl of buttons to load older chat messages. The UI code is a bit more involved than might seem necessary, but is so largely because it needs to avoid UI/ajax race conditions. ... (check-in: 6d676f6eb5 user: stephan tags: trunk)
19:28
A valid /chat-ping request should set the Access-Control-Allow-Origin in the reply header, to avoid client-side errors. ... (check-in: ffb40fd894 user: drh tags: trunk)
19:15
Automatically purge older chat messages using the chat-keep-count and chat-keep-days settings to determine which messages to delete. ... (check-in: 35fbf4995d user: drh tags: trunk)
19:00
Show the number of chat messages and the amount of storage space used by chat on the /stat page. ... (check-in: 4da6a4cce0 user: drh tags: trunk)
18:46
Fix chat so that it detects hyperlinks at the end of a chat message. ... (check-in: 6f4fdfcd6f user: drh tags: trunk)
17:46
Fix a problem with web-browser launch on Windows for "fossil chat". ... (check-in: dcc854a98b user: drh tags: trunk)
17:10
Disable CSP for /chat with a ping= query parameter. This is a drastic measure to get the feature working. We can work on providing a better solution later. ... (check-in: 02961b8078 user: drh tags: trunk)
15:58
Fix a harmless compiler warning. ... (check-in: b4862238ec user: drh tags: trunk)
15:57
Add the "fossil chat" command that attempts to bring up a chat window in the default web browser and provide alerts through the TTY. ... (check-in: f62805ed85 user: drh tags: trunk)
15:10
The ping=TCPPORT query parameter to /chat causes a call to /chat-ping on localhost and the given port whenever new chat content arrives. Can be used for notifications. ... (check-in: ebdd91b92f user: drh tags: trunk)
13:44
Hyperlink processing for chat messages is now handled on the server side, where we have knowledge of interwiki links, wiki page names, and valid artifact hashes. ... (check-in: 822653c269 user: drh tags: trunk)
08:10
chat: revert title to its originalv alue when the tab becomes active after having been inactive. ... (check-in: 0c0be4b763 user: stephan tags: trunk)
08:07
Chat: if the current tab is not active when a message arrives, update the title to show the new message count. When the tab is active, revert the title. Note that deletions currently count towards new events, but that's arguable. ... (check-in: d79592059a user: stephan tags: trunk)
07:19
chat: ported in the hyperlink and @username parser from the older chat.tcl script. This is an intermediary workaround until we decide how/whether to do server-side markup handling. ... (check-in: c5095283fb user: stephan tags: trunk)
06:18
Removed some debug output. ... (check-in: f315268e2c user: stephan tags: trunk)
05:58
Added UI to delete chat posts (tap on the message header). Made a change to the semantics of when fossil.PopupWidget's refresh() callback is triggered to account for the common case of having to show() the popup twice in a row without a hide() in between. ... (check-in: b7f106da8a user: stephan tags: trunk)
05:03
Initial impl for chat message deletion. The ajax bits are in place and message deletion propagates to other connected clients (if the message is owned by the poster or the user is an admin) but there's not currently a user interface. TODO: add related controls to the same popup used for the message timestamps. ... (check-in: 247276113c user: stephan tags: trunk)
03:34
The /chat page now redirects to the login page if needed. ... (check-in: 77d3058600 user: drh tags: trunk)
01:04
Bungled merge. Was: The /chat page redirects to the login page if the user does not have appropriate permissions to use chat. ... (Closed-Leaf check-in: fee74ce5e7 user: drh tags: mistake)
2020-12-23
23:27
Several internal cleanups in chat app, e.g. replace document.createXYZ with simpler fossil.dom API. Eliminate assignment to innerHTML, which is widely considered unsafe. ... (check-in: 68da24594f user: stephan tags: trunk)
22:58
chat: minor UI refinements. ... (check-in: 8eb01c314b user: stephan tags: trunk)
22:16
Chat: disable pasting of text when then input field does NOT have focus and fix complete overwriting of input field when pasting and it DOES have focus. Whether or not we should paste to that field when it does not have focus is debatable and possibly violates the Principle of Least Surprise. ... (check-in: 87ff8fe357 user: stephan tags: trunk)
20:58
Add the /Admin/Chat page. Add settings to configure the initial history load size of /chat, and to configure purging of historical messages. ... (check-in: 15bc20f29d user: drh tags: trunk)
19:55
Turn off autocomplete on the chat entry form. ... (check-in: 5715978d9f user: drh tags: trunk)
18:27
Merge the development of the Fossil chatroom onto trunk. This feature is well isolated from the rest of the system and so we can safely continue development on trunk, which is more convenient for testing. ... (check-in: e8ba89b168 user: drh tags: trunk)
18:21
Fix the /chat-poll page so that it works even when called from "fossil ui". ... (Closed-Leaf check-in: 6f424a32b5 user: drh tags: chatroom-dev)
17:27
The /test_env page is not an error page. ... (check-in: f2a26bca3a user: drh tags: trunk)
16:19
Additional documentation on the /chat-poll page. ... (check-in: 2261b29415 user: drh tags: chatroom-dev)
16:11
The althttpd webserver blocks the "/-50" part of the URL. So it has to be a query parameter. ... (check-in: 3d6267edad user: drh tags: chatroom-dev)
16:08
Upon initial connect to the chatroom, only load the most recent 50 messages. This magic number "50" ought to be configurable, but is hard-coded for the moment. We also need a way for the user to request more history. ... (check-in: c017a7b4d0 user: drh tags: chatroom-dev)
15:35
Add the /chat-delete page that can be used to by an XHR to delete a particular chat message. ... (check-in: 2480ce9465 user: drh tags: chatroom-dev)
15:18
chat: when pasting an image and a file is already selected, make sure to clear out that selected file state to avoid conflicting data. ... (check-in: 63ec4a5bcd user: stephan tags: chatroom-dev)
15:12
chat: improved visual notification of drag/drop into the file input selector. ... (check-in: d521007602 user: stephan tags: chatroom-dev)
15:00
chat: reworked the drag/drop bits to take advantage of Firefox and Chrome already supporting drag/drop onto a file input element. ... (check-in: 7e48953c16 user: stephan tags: chatroom-dev)
14:29
The "fossil scrub --verily" command deletes all chat history. ... (check-in: 7779535f04 user: drh tags: chatroom-dev)
14:21
Made chat drop zone smaller by replacing its text with a helplet button. Added 'chat' table to the list of those NOT nuked by rebuild. ... (check-in: 85939ffcbe user: stephan tags: chatroom-dev)
13:51
Only right-align the self-posts if the outerWidth of the browser is less than 1000. Simplify the CSS by removing unused rules. ... (check-in: f3c8e83858 user: drh tags: chatroom-dev)
10:41
Added a Cancel button to the drag/drop file/image field to clear the pending blob. Still need to hook it up to interact with the file input field, but that will have to wait a bit. ... (check-in: 018084c50e user: stephan tags: chatroom-dev)
10:28
Chat style tweaks. ... (check-in: 3e956a2354 user: stephan tags: chatroom-dev)
10:23
chat: added drag/drop support for files. Images get previewed like those pasted from the clipboard. ... (check-in: 4c0146f180 user: stephan tags: chatroom-dev)
08:43
Removed some dead code. Updated some docs. ... (check-in: cf789fa7e1 user: stephan tags: chatroom-dev)
08:33
Chat clipboard paste: pasted text, regardless of event target, now goes to the input field and pasted images, regardless of the event target, now go into the image-submit slot. ... (check-in: 02fa19aa99 user: stephan tags: chatroom-dev)
08:21
Fixed incorrect chatMessage.fsize value being served with the message list JSON. ... (check-in: 8f736e8456 user: stephan tags: chatroom-dev)
07:59
Rescoped the chat timestamp popup widget into a deeper scope (less visible/leaky). Moved the duplicated click-somewhere-to-close-popup handlers into PopupWidget.installClickToHide() method. ... (check-in: 6bccbc20ea user: stephan tags: chatroom-dev)
07:45
Simplified some JSON quoting in chat.c. Bypass the paste-from-clipboard handling if the paste target is the input text field, to avoid a console-level error when the text cannot be parsed as an image. TODO: figure out how to handle the paste-image case properly when the event target is the text input field. ... (check-in: 2fe8d7c4b1 user: stephan tags: chatroom-dev)
07:12
Seem to have resolved the broken download names for chat-posted files. ... (check-in: b604154c38 user: stephan tags: chatroom-dev)
07:09
Implemented paste image into chat from clipboard. Fixed posted file download link but the files download with the same name as their message ID, which isn't very friendly. Not sure how to resolve that bit. ... (check-in: eb7845f339 user: stephan tags: chatroom-dev)
06:26
Chat message precise timestamps are now shown via a tap/click popup, rather than hoverhelp, for mobile compatibility. ... (check-in: 0101325f9d user: stephan tags: chatroom-dev)
05:44
Import fossil bootstrapping JS into the chat app, add current login name to window.fossil.user.name, and use that name as the initial 'me' value in chat.js (resolves the FIXME in that latter part). ... (check-in: 4e832e9f40 user: stephan tags: chatroom-dev)
05:28
Disable the detailed timestamp popup when browser doesn't support it. (example: Safari) ... (check-in: 5744428bfa user: mgagnon tags: chatroom-dev)
04:39
Re-added .message-content min-width which was lost when we rolled back [7e6d2f0a1]. ... (check-in: 67e5bd67d5 user: stephan tags: chatroom-dev)
04:19
Added complete timestamps (local and GMT) as title attribute of message headers. ... (check-in: 696135b65e user: stephan tags: chatroom-dev)
04:06
Attempt to fix the "NaN" date problem in chat. ... (check-in: aefa8e5d1f user: drh tags: chatroom-dev)
03:52
Experimentally removed the left/right split of me/everyone else messages, per chatroom discussion. Added a min-width to messages to keep the user name from being longer than short messages (unless the user name is really long). Update: The experiment didn't work out. Moved to a branch. ... (Closed-Leaf check-in: 7e6d2f0a11 user: stephan tags: no-joy)
02:58
Show only the HH:MM part of the date for each chat message. ... (check-in: bc65900dae user: drh tags: chatroom-dev)
02:27
Add Chat to the /sitemap, so that it appears on the hamburger menu. ... (check-in: 0272d8bb35 user: drh tags: chatroom-dev)
02:24
Chat message background color determined by username. ... (check-in: adb93ca980 user: drh tags: chatroom-dev)
01:33
Basic chat functionality seems to be on-line again. ... (check-in: 441ee6af06 user: drh tags: chatroom-dev)
00:58
Get the /chat-send and /chat-poll interfaces working. ... (check-in: 25828eb581 user: drh tags: chatroom-dev)
2020-12-22
20:11
Begin trying to integrate the chatroom prototype into the Fossil core. New code is in src/chat.c and src/chat.js. Add the new "C" capability to enable access to chat. The new code compiles but is not yet functional. (This is an incremental check-in.) The original tools/chat.tcl Wapp script is still available for reference. ... (check-in: 217b0d2548 user: drh tags: chatroom-dev)
20:06
Merge the styling changes from trunk into the chatroom-dev branch. ... (check-in: b8d6319b5a user: drh tags: chatroom-dev)
18:31
Add support for the "$current_feature" TH1 variable as a possibly better way to do page-specific of feature-specific styling. ... (check-in: 112c713be1 user: drh tags: trunk)
14:35
chat: added timestamps (browser-local time zone) to the chat messages. ... (check-in: 99689132ca user: stephan tags: chatroom-dev)
13:05
chat: fixed links to /env and /self to use the file's current name instead of hard-coded to 'chat'. ... (check-in: 896d7d44b0 user: stephan tags: chatroom-dev)
12:30
Whitespace style fix ... (Closed-Leaf check-in: 358f7d80c2 user: wyoung tags: body-feature-class)
12:13
Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first version of the feature anyway, and most of the class names did *not* change unless you were targeting a "div" instead of "body" or just a generic class name. None of the shipping skins are affected. ... (check-in: 0e83ca88ce user: wyoung tags: body-feature-class)
12:09
chat: a proactive fix for a potential null deref. Documented a not-immediately-obvious element. ... (check-in: cdb8f6902f user: stephan tags: chatroom-dev)
12:02
chat: changed layout from table-based to one fieldset per row of chat (fieldset rather than a custom construct because browsers have special support for placement of the LEGEND tag which we cannot easily reproduce in other element). The overall look is approximately the same, but saves some space. ... (check-in: a0ebe0ead1 user: stephan tags: chatroom-dev)
11:59
Documented the use of $current_page in hand-rolled "body" tags in the customskin doc. ... (check-in: 1864217625 user: wyoung tags: body-feature-class)
11:58
Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all calls to style_finish_page() have a corresponding call to the new function since the default value for $current_page now suffices. ... (check-in: 8ac0830bfc user: wyoung tags: body-feature-class)
11:56
Using the new $current_feature variable in the Bootstrap skin's Header, it being the only stock skin to still provide its own <body>. Without this change, the prior commit won't take effect when using Bootstrap. ... (check-in: 556923fab5 user: wyoung tags: body-feature-class)
11:55
Created a new TH1 variable $current_feature set by default from the page URL's first component, but which may be overridden by code that knows a better feature name to use for that page. This is then used as the page's "body" class, making this the start of a replacement for the "content div" based feature class stuff done on branch [/timeline?r=default-css-cleanups | default-css-cleanups]. This is a better way to do it because it lets us target things outside the content div, such as the nav bar, the skin header, the skin footer, etc. ... (check-in: c671fc5d81 user: wyoung tags: body-feature-class)
10:37
chat: removed the ??empty?? marker for empty message strings, as they're perfectly legitimate when a file/image is uploaded. ... (check-in: 3a36b8e9c6 user: stephan tags: chatroom-dev)
10:32
chat: experimentally changed poll() to use setInterval() instead of setTimeout() to attempt to automatically re-activate a connection if it's killed due to a timeout or (maybe) system sleep/resume. ... (check-in: f260154114 user: stephan tags: chatroom-dev)
10:31
Comment fix to track a code change made in commit [3d6444fc]. ... (check-in: e6e8ea8ffb user: wyoung tags: trunk)
09:36
Moved the "artifact" vs "artefact" point in the JSON API doc intro into a new section within the contribution doc. ... (check-in: e50d270775 user: wyoung tags: trunk)
09:35
chat: removed an extraneous layer of DOM elements. CSS tweaks. ... (check-in: ce988f9407 user: stephan tags: chatroom-dev)
09:22
Removed the "Multiple logins per user" caveat from the JSON API intro doc: that restriction was due to the IP address in the cookie, which is now long-removed. ... (check-in: 40715d84bc user: wyoung tags: trunk)
09:21
Folded info about binary data, 64-bit ints, and timestamp values from [forum:/forumpost/819f1ddbb6 | a recent forum sub-thread] into the JSON API intro doc. ... (check-in: 0f20b53794 user: wyoung tags: trunk)
09:05
chat: initial implementation of marking @NAME references to make them more visible. ... (check-in: ee53e449a5 user: stephan tags: chatroom-dev)
08:45
Assorted improvements to the "Contributing to Fossil" doc. The most substantial is replacement of references to the old mailing list with references to the forum. Added more info about patches and bundles, etc. ... (check-in: 34205ea468 user: wyoung tags: trunk)
08:25
Minor hyperlink generation tweak in support of pending additional auto-link/auto-style features. ... (check-in: ee6c70817d user: stephan tags: chatroom-dev)
07:34
Cleanups in the auto-hyperlink code. ... (check-in: f04dde73d4 user: stephan tags: chatroom-dev)
07:11
chat: hyperlink URL-looking patterns in messages. ... (check-in: 729e279a78 user: stephan tags: chatroom-dev)
05:58
Generic JS cleanups: var scoping and missing semicolons. ... (check-in: 9ec2861417 user: stephan tags: chatroom-dev)
05:15
Refactored the chat input area from a table to a flexbox-based layout. ... (check-in: ba5c914772 user: stephan tags: chatroom-dev)
03:51
Add the tools/chat.tcl Wapp script so that it can be collaboratively developed. This branch may wither and die. Or, the chatroom idea might be recoded in the Fossil trunk using C. Or it might continue as a separate Wapp extension. We'll see. But for now it is here on a branch so that people can hack at it. ... (check-in: 84b31f4495 user: drh tags: chatroom-dev)
2020-12-21
18:20
Declare the character set in the default HTML header. ... (check-in: 1997b71cf7 user: drh tags: trunk)
12:14
Rename "prefix" to "phase" and fix a C99-ism. ... (Closed-Leaf check-in: df99abda58 user: danield tags: timeline-cmd-formatting)
2020-12-20
05:08
Clarified the "fossil help remote" output. ... (check-in: 6d7b5c4a74 user: wyoung tags: trunk)
2020-12-19
15:59
On the User List admin page, show the user's subscriptions and provide a like to the subscription page (if any). ... (check-in: 8b287e8d97 user: drh tags: trunk)
14:16
Prepend the text "Note:" instead of a bullet on the timeline display of a technote. ... (check-in: 2d1ef1e1f3 user: drh tags: trunk)
2020-12-18
15:30
Enhance "fossil diff --numstat" to print a grand total line, and not display statistics for non-modified files. ... (Closed-Leaf check-in: f8a5a6a716 user: danield tags: diff-numstat-total)
15:05
Extend the timeline command to allow customized "pretty" formats. ... (check-in: 5d3239bf58 user: danield tags: timeline-cmd-formatting)
2020-12-17
23:58
Moved the -lpthread for --static builds from the end of EXTRA_LDFLAGS to the end of LIBS, since the latter ends up at the end of "LIB" in the Makefile. In other words, the prior formulation put -lpthread in the *middle* of the LIB line, not at the end as intended. ... (check-in: 08ad0f5271 user: wyoung tags: trunk)
2020-12-16
20:14
Comment improvements to [6f9d265234 | the recent change] in auto.def. ... (check-in: 53caec9524 user: wyoung tags: trunk)
14:28
Update to the latest SQLite 3.35 prerelease in order to fix harmless #ifdef errors and compiler warnings. ... (check-in: c9b6be2f62 user: drh tags: trunk)
2020-12-15
20:50
Merge from trunk ... (check-in: 7b9ca24cd2 user: george tags: wiki-history)
14:21
Update the built-in SQLite to an early 3.35 version containing support for generalized upsert, math functions, and reduced memory usage for VACUUM of large blobs. ... (check-in: ea5465149f user: drh tags: trunk)
01:13
Alternative to check-in [a098707051568156] for getting the --static option to ./configure working on pkg-config based systems. ... (check-in: 6f9d265234 user: drh tags: trunk)
00:52
Allow the use of json_each() and json_tree() in the SQL for ticket reports. ... (check-in: 5e7dc8a6f5 user: drh tags: trunk)
2020-12-14
20:38
Merge from trunk ... (check-in: 959699bfb6 user: george tags: wiki-history)
20:34
Merge from trunk ... (check-in: df330b709f user: george tags: wiki-history)
14:27
If REQUEST_URI includes a query string (which it does for "fossil ui" and for Apache, but not for althttpd) then omit that string prior to using the REQUEST_URI when forming the "g=" query parameter for the login redirect in login_needed(). ... (check-in: d327660804 user: drh tags: trunk)
2020-12-13
19:37
Updates to the fossil-v-git documentation to reduce the amount of Git-bashing and to try to make the document less confrontational. ... (check-in: 358d7d8f0e user: drh tags: trunk)
05:32
Factored the iteration count out of the encrypted backup solution in backup.md, so it isn't repeated between the backup and restore cases. ... (check-in: fc300d5a9a user: wyoung tags: trunk)
2020-12-12
19:48
merged forks ... (check-in: 0872ecbef7 user: sdr tags: trunk)
19:37
Omit the TCP port from the SERVER_NAME environment variable for the "fossil ui" and "fossil server" commands. ... (check-in: c728509f73 user: drh tags: trunk)
19:06
fixed a typo in a comment ... (check-in: 02c3468b3f user: sdr tags: trunk)
17:29
serverext.wiki: added a note about the need to unset GATEWAY_INTERFACE before trying to recursively call the fossil binary. ... (check-in: e3fbbdc1d0 user: stephan tags: trunk)
15:25
For the CGI handler in the extension CGI mechanism, unrecognized header strings coming back from the CGI program are passed through unaltered to the HTTP reply. This allows the CGI program to set cookies. ... (check-in: 1cff8d3182 user: drh tags: trunk)
14:53
In the previous check-in, REQUEST_SCHEMA should be REQUEST_SCHEME - with an "E" at the end, not an "A". ... (check-in: 282bdf0165 user: drh tags: trunk)
14:05
Attempt to provide support for the REQUEST_SCHEMA and SERVER_NAME environment variables in CGI support. This is an alternative implementation of [0d72caae1592769e|check-in 0d72caae1592769e]. Discussion on [forum:/forumpost/cba707d7bd|forum thread cba707d7bd] and [forum:/forumpost/cb17013d06|cb17013d06]. ... (check-in: f101e94da1 user: drh tags: trunk)
10:01
If fossil.fetch()'s beforesend() callback propagates an exception, it is now passed to the onerror() callback and aborts the fetch, rather than being silently ignored. ... (check-in: 1515f0224d user: stephan tags: trunk)
08:15
Adds the Apache-style REQUEST_SCHEME environment variable to the /ext environment so that CGIs can determine whether they're running in HTTP or HTTPS. <i>Later:</i> See alternative implementation at [f101e94da1f80571] ... (Closed-Leaf check-in: 0d72caae15 user: stephan tags: ext-request-scheme)
01:20
Spell out the word "times" rather than use the unicode "x" character. ... (check-in: f0a86f3cac user: drh tags: trunk)
01:12
Drop "efficiency" claims in fossil-v-git, as the term is not quite right to describe the point. Use "self-sufficient" instead. ... (check-in: 41b34915bb user: drh tags: trunk)
2020-12-10
22:49
Merged the new commit splitting material in gitusers.md into the "There Is No Staging Area" section, which covers similar things. Now referring to this new version from the old location under the rebase topic. ... (check-in: 6369d7b31c user: wyoung tags: trunk)
22:15
Added recommendation for Patchouli in the gitusers doc, as an alternative to git rebase -i. ... (check-in: 0564a6a68d user: wyoung tags: trunk)
21:43
Bring branch up-to-date with respect to trunk. Note: this check-in was made as an example to demonstrate merging. ... (Closed-Leaf check-in: bbc5264066 user: andygoth tags: modern-skin-markup-fixes)
21:33
Reworked section 5.0 of the rebaseharm doc to be less controversial. Charged words are quotes from the Git docs, not words we sling at it, etc. This also more clearly separates the "merge alternative" aspects of rebase from the history-mutating aspects. ... (check-in: 1a4b8e5894 user: wyoung tags: trunk)
20:59
Recommending adding -N to "fossil diff" commands when piping thru diffstat in the gitusers.md doc. ... (check-in: a4e84fb597 user: wyoung tags: trunk)
20:55
Added info about --numstat to the "Diff Statistics" section of the gitusers doc. ... (check-in: 11e3366c21 user: wyoung tags: trunk)
20:47
Edit pass for clarity on the ckout-workflows doc ... (check-in: ea594514cc user: wyoung tags: trunk)
20:20
Using the less jargony term "crawling" instead of "grovel" in the Fossil v Git article. ... (check-in: 3f6f7deaf6 user: wyoung tags: trunk)
20:19
Replaced a few remaining "block chain" references with "Merkle tree" in the Fossil v Git article. ... (check-in: e673065280 user: wyoung tags: trunk)
2020-12-09
23:01
Extended prior change to cover the "Added" and "Deleted" cases. ... (check-in: f6ab24fd26 user: wyoung tags: trunk)
22:58
Added a missing trailing " in "Changes to wiki page FOO" entries in the timeline. ... (check-in: 62c030e055 user: wyoung tags: trunk)
16:17
Fix a typo in the change log. ... (check-in: 037c79476c user: drh tags: trunk)
16:15
Remove a harmless comparison from the decompress() SQL function implementation. ... (check-in: 87567ad869 user: drh tags: trunk)
00:09
Fix typo in the default new ticket script. ... (check-in: 1fbd2e1590 user: drh tags: trunk)
2020-12-08
11:47
Fix help-text formatting error on the previous check-in. ... (check-in: e1d54eb727 user: drh tags: trunk)
2020-12-07
16:12
Add support for the "--nested" option to the clone subcommand, so the new clone/open in 1 step usage can be use insde a checkout. ... (check-in: f3d115d988 user: mgagnon tags: trunk)
2020-12-05
13:19
Updates to the change log. ... (check-in: c7dcf38c5b user: drh tags: trunk)
2020-12-04
19:22
Comment fix to go with previous UB NULL fix. ... (check-in: 4d88ef4fcd user: wyoung tags: trunk)
18:35
The variadic function builtin_fossil_js_bundle_or() was using 0 as a sentinel to detect end-of-list, but that isn't equivalent to NULL in a list of pointed-to objects in all C compilers, on all systems. Using a GCC/Clang function attribute to force a warning when 0 is passed instead of NULL, then fixed all resulting warnings. This fixes the SEGV reported in [forum:/forumpost/5feca9c36a|forum post 5feca9c36a] on Mac OS X 10.11 with Clang from Xcode 7. Later versions of Clang on macOS don't have this problem, but it's still UB, so fixing it may solve some pain for us later on. ... (check-in: 815b4fc493 user: wyoung tags: trunk)
2020-12-03
12:12
Grammar fix ... (check-in: b13c82f0dc user: wyoung tags: trunk)
11:58
Fix the "More &uarr;" link at the top of timelines. ... (check-in: f5e4ec69c4 user: drh tags: trunk)
2020-12-02
19:59
Add the "To Do List" wiki page as a primary document in the documentation index. ... (check-in: 0457c40ae7 user: drh tags: trunk)
19:38
Fix minor calculation error on the yw= query parameter of the /timeline page. ... (check-in: 61086a92f4 user: drh tags: trunk)
19:16
Added a similar message to the OpenBSD httpd guide as in [bd8d4376]. ... (check-in: 7252f7a40a user: wyoung tags: trunk)
19:06
Clarified the intro to the new fail2ban section of the nginx-on-Debian doc. ... (check-in: 162b7abbe0 user: wyoung tags: trunk)
18:52
On the /test-backlinks page, identify links originating in comments as coming from a check-in, as that is the usual case. ... (check-in: 3c284e7c1e user: drh tags: trunk)
18:51
Added section to the nginx-on-Debian server guide to cover client_max_body_size with `fossil uv sync`. ... (check-in: bd8d43767b user: wyoung tags: trunk)
17:53
Avoid unnecessary query parameters in hyperlinks generated by /timeline. ... (check-in: 53d3a755c1 user: drh tags: trunk)
17:30
Add Previous/Following Day/Week/Month links on timeline pages that use the ymd, yw, or ym query parameters. ... (check-in: 96cd802a76 user: drh tags: trunk)
15:29
Break out some of the obscure /timeline links on the /sitemap page into a separate /sitemap-timeline page. ... (check-in: 79f7808ba4 user: drh tags: trunk)
14:14
Improvements to /sitemap: Break out the "Test Pages" entry into a separate /sitemap-test page. Add the "Site Map" entry for popups. ... (check-in: 86737df9dc user: drh tags: trunk)
12:01
For the default skin, only show the Branches menu on wide displays, but do show Forum on all desktops. ... (check-in: bbfd612350 user: drh tags: trunk)
2020-12-01
16:42
Update the built-in SQLite to the official 3.34.0 release. ... (check-in: 5434159a38 user: drh tags: trunk)
14:24
Update links to althttpd so that they point to the new repository. ... (check-in: 6ef97bdb40 user: drh tags: trunk)
2020-11-30
21:46
Add the "fossil all git export" and "fossil all git status" commands. ... (check-in: 9d53f2f6a2 user: drh tags: trunk)
2020-11-29
21:03
Fixed a few errors in www/backup.md ... (check-in: bcff80c1d4 user: wyoung tags: trunk)
19:33
Allow the use of SQL functions in the schema for the ticket table. ... (check-in: 4740cf7589 user: drh tags: trunk)
19:30
Make sure all appropriate SQL function security precautions are in place. ... (check-in: 994a7c72d9 user: drh tags: trunk)
12:50
Additional defenses to prevent the db_protect() and db_protect_pop() SQL functions from being misused. ... (check-in: 6ade35427f user: drh tags: trunk)
2020-11-28
13:36
Fix how Fossil handles 'import --git' into a repository that already exists when neither the '--increment' nor '--force' options are passed, as reported by Warren in [forum:/forumpost/29e358909c|forum post 29e358909c]. The proposed fix required duplicating a file descriptor for stdin to accept keyboard input from the user and piped input from git fast-import, which necessitated machine-dependent ifdefs that have not yet been tested on Windows platforms. The fix revealed another bug that this commit also solves by avoiding duplicate artifacts being inserted into the blob table during fast_insert_content(), which can arise when importing into a repository that has used the recently implemented '--attribute' feature if manifests are generated from the same content but with different U cards. Due to a bug in Git's output, this required an additional temp table for tracking tag artifacts (see comments). Due to the complexity of this commit, and having not been tested yet on Windows platforms, further testing is needed. ... (Closed-Leaf check-in: a69f71a275 user: jamsek tags: import-git-dev)
12:51
Fix typo in the sync.wiki document. ... (check-in: 3cb82905e1 user: drh tags: trunk)
2020-11-27
13:08
Set an appropriate base URL for the /file page when it is using name= and ci= query parameters. ... (check-in: a7343c6a0c user: drh tags: trunk)
2020-11-25
21:51
Improve the "--help" option on commands so that it avoids ambiguity by only looking at commands in the help dictionary. ... (check-in: 3091605fdf user: drh tags: trunk)
21:45
Fix the "fossil timeline" command so that it works with the new EVENT.COMMENT format for wiki page changes. Ticket [4e558dbf3d2511ce]. ... (check-in: 471443b464 user: drh tags: trunk)
21:30
Enhance the Wiki change event display on the timeline so that it detects obsolete EVENT table comments and handles them appropriately. ... (check-in: 18891326a4 user: drh tags: trunk)
21:22
Change the way that wiki edits are stored in the Event table in order to address ticket [4e558dbf3d2511ce]. The Event.comment field for a wiki page change now stores just the raw name of the wiki page prefixed with a single character "+", "-", or ":" to indicate if the page was added, deleted, or modified, respectively. Formatting is handled by the timeline rendering. <b>A "fossil rebuild" is required.</b> The "timeline" command is not yet fixed. ... (check-in: 1a9b1c4de7 user: drh tags: trunk)
21:14
Eliminate unnecessary variable. ... (Closed-Leaf check-in: aca2988fdb user: andybradford tags: ambiguous-help)
20:59
Restore lost 's' from command-line option so documentation matches code. ... (check-in: 3eaaa56583 user: andybradford tags: ambiguous-help)
20:55
When using "fossil command --help" restrict the ambiguous matching to just commands to avoid breaking prefixes that otherwise work fine as a command. For example, "fossil di" works fine as a command, but "fossil di --help" suddenly makes it ambiguous. ... (check-in: 99f650af0d user: andybradford tags: ambiguous-help)
2020-11-24
21:24
On the /timeline page, if the p= and bt= query parameters are both present but n= is omitted, then make n as large as it needs to be to cover all ancestors of p= back to the limiting checkin specified by bt=. ... (check-in: 34f5ea4403 user: drh tags: trunk)
00:10
Update the built-in SQLite to the 3.34.0 first beta, for testing. ... (check-in: 39b114c19f user: drh tags: trunk)
2020-11-22
14:37
Backed out the "ul" left margin on the index page's float-right div. ... (check-in: 20b8a0ea53 user: wyoung tags: modern-skin-markup-fixes)
14:05
First in a potential series of many changes to doc markup in this repo (especially to www/*) to work better with the Inskinerator project's Modern override. This one changes an explicit HTML table in www/rebaseharm.md to a Markdown table so our CSS can take full effect. ... (check-in: facb988055 user: wyoung tags: modern-skin-markup-fixes)
13:18
Minor typo fix in /pikchrshow. ... (check-in: 09cd585f80 user: stephan tags: trunk)
12:35
Add support for the pikchr-scale and pikchr-fontscale variables in the details.txt of skins. Use these values to adjust the sizes of Pikchr images to better match alternative font sizes in the skin. ... (check-in: 08fe2bdc0d user: drh tags: trunk)
06:54
Added named anchors in the /fileedit doc page. ... (check-in: 66851cd6bc user: wyoung tags: trunk)
2020-11-21
21:04
Performance optimization in the htmlize() utility routine. ... (check-in: 4c1d38f97b user: drh tags: trunk)
19:46
More aggressive reuse of prepared statements for improved performance. ... (check-in: f044cf2a91 user: drh tags: trunk)
14:34
Further performance improvements to the internal printf() implementation. ... (check-in: 3ad620df00 user: drh tags: trunk)
14:10
Performance optimization in the internal printf() implementation. ... (check-in: 008fc9290c user: drh tags: trunk)
2020-11-20
19:44
Fix a C++-ism in the import code. ... (check-in: 87c4b7c48c user: drh tags: trunk)
19:28
Further pikchr improvements, specifically to the "fit" operator on cylinders. ... (check-in: 939a13d94f user: drh tags: trunk)
17:56
New pikchr.c with improved text layout for cylinders. ... (check-in: 7c66565957 user: drh tags: trunk)
14:39
Fix a markdown rendering bug reported by [forum:/forumpost/da5c5c4c31|forum post da5c5c4c31]. ... (check-in: b4e50e9ace user: drh tags: trunk)
00:53
Fix a typo in the hashpolicy.wiki document. ... (check-in: 3b363b301f user: drh tags: trunk)
2020-11-19
13:34
Fix incorrect parsing of RFC 822 user contact info when exporting to a Git repository as reported by Warren in [forum:/info/29e358909c|forum post 29e358909c]. ... (check-in: 9360b66a67 user: jamsek tags: trunk)
2020-11-18
14:47
Improved error messages from the forum when the forum artifact ID is incorrect. ... (check-in: 93a5d659b3 user: drh tags: trunk)
08:01
Moved the section on backups in the Email Alerts doc into the new backup doc, and expanded on the coverage of config backups there, since this splits the prior section. ... (check-in: 2b1c5bc8fe user: wyoung tags: trunk)
2020-11-17
18:46
Merge-in trunk ... (check-in: f4a75745f9 user: george tags: wiki-history)
18:38
Merge-in styling improvements from trunk ... (check-in: bb159b9e96 user: george tags: wiki-history)
17:55
Merge version-2.13 ... (check-in: 98b447109e user: george tags: wiki-history)
2020-11-16
02:48
Noted the fact that Fossil 2.9+ remembers the HTTPS URI in sync when accessed via an HTTP to HTTPS redirect. ... (check-in: 6b472ae172 user: wyoung tags: trunk)
02:45
Linking to the new TLS info from the generic SSL doc ... (check-in: 08c52c35ba user: wyoung tags: trunk)
02:42
Small tweaks to the Debian nginx doc. ... (check-in: 14406b7ca2 user: wyoung tags: trunk)
02:30
Added section #fail2ban to the Debian nginx server guide. ... (check-in: 46d5fd16ad user: wyoung tags: trunk)
02:05
Moved the www/tls-nginx.md doc contents into its companion doc www/server/debian/nginx.md and updated it for Ubuntu 20.04 LTS and Snap-based Certbot. ... (check-in: 0e63df1490 user: wyoung tags: trunk)
00:41
Failed login attempts via /login now return HTTP status code 401 (Unauthorized), not 200. This has no user-visible effect in the returned page, but it allows fail2ban style log scanning. ... (check-in: 39d7eb0e22 user: wyoung tags: trunk)
2020-11-14
06:52
Add extra check in git_fast_import() so that 'import --git --incremental' queries the new 'fx_git' table if it exists in the repository database to attribute check-ins. ... (check-in: 8eeba7a8db user: jamsek tags: trunk)
06:34
Add documentation for the new '--attribute' option introduced with check-in [cd4fbdee00], 'fx_git' repository database table that's created when it's used, and subsequent operational changes to 'git export' and incremental 'import --git' calls. ... (check-in: dd15d28d89 user: jamsek tags: trunk)
2020-11-13
14:49
Improvements to "fossil import" to try to make it work better with breezy - based in part on suggestions in [forum:/info/be2aa46dcecf1802|forum post be2aa46dcecf1802]. ... (check-in: 806c6f60c4 user: drh tags: trunk)
2020-11-12
22:42
Nearly complete rewrite of the "Caps Affect Web Interfaces Only" section of the caps/index.md doc, disentangling the concepts for greater clarity. ... (check-in: 50eeced048 user: wyoung tags: trunk)
14:51
Forgot to remove redundant ternary operator after testing [cd4fbdee00]. ... (check-in: 52fb87ba50 user: jamsek tags: trunk)
14:26
Add new --attribute option to the 'fossil import --git' command that enables attributing commits to a username rather than the corresponding Git committer/author contact info of a given commit. Conversely, construct a full 'user <emailaddr>' Git committer string for commits when using 'fossil git export' by querying the new 'fx_git' table if it exists, or the 'info' column in the 'user' table. If no user specified emailaddr can be parsed, then use the generic 'user@noemail.net' string. ... (check-in: cd4fbdee00 user: jamsek tags: trunk)
14:25
Show the age of phantoms. Provide text hints on how to deal with phantoms on the /secaudit0 page. ... (check-in: 97cac02b8a user: drh tags: trunk)
11:54
Fix the page title for the /file method without a ci= query parameter. ... (check-in: cf72fc18e7 user: drh tags: trunk)
2020-11-11
18:23
Document the "pikchr-foreground:" setting in the details.txt file of skins. ... (check-in: 75668f4895 user: drh tags: trunk)
12:40
Small clarity tweaks to the list of weaknesses for "git checkout master@{2020-03-17}" in the gitusers doc. ... (check-in: ed7c2c1b68 user: wyoung tags: trunk)
12:16
OCR fix in one of the new delta-format Pikchrs, reported [forum:/forumpost/db23980273|by forum post db23980273]. ... (check-in: 9199f77119 user: wyoung tags: trunk)
2020-11-10
14:14
The "pikchr-foreground" color is applied directly and is not translated into dark-mode even if the "white-foreground" boolean is true. ... (check-in: 569a993227 user: drh tags: trunk)
13:40
If the "pikchr-foreground" property is set in the "details.txt" file of a skin, then the value of that property becomes the default foreground color for Pikchr diagrams. ... (check-in: 0853ab7447 user: drh tags: trunk)
2020-11-09
21:21
Add a count of forum posts to the "fossil dbstat" command. ... (check-in: dd9cfe021b user: drh tags: trunk)
21:17
Omit phantom artifacts from the count on the "fossil dbstat" command. ... (check-in: 0ded250858 user: drh tags: trunk)
21:08
Set the white-foreground flag on the xekri skin. ... (check-in: eb95bc1052 user: drh tags: trunk)
20:45
Improvements to the dark-mode color inversion algorthm in Pikchr. ... (check-in: 919fa97ed4 user: drh tags: trunk)
19:21
Automatically invert Pikchr colors in dark mode skins, based on the "white-foreground" setting. ... (check-in: 71c4db598a user: drh tags: trunk)
2020-11-07
13:28
Styling improvements: (1) Change the "style_footer()" interface to "style_finish_page()" and give it a parameter which is the page type. (2) Enhance the CSS to make use of the page type. ... (check-in: 3d6444fc4a user: drh tags: trunk)
13:25
Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. ... (Closed-Leaf check-in: 942b2076c6 user: drh tags: default-css-cleanups)
12:51
Allow the "title" attribute in "&lt;a&gt;" tags in safe HTML. See [forum:/forumpost/81b7308aa7|forum post 81b7308aa7] ... (check-in: b8078aefef user: drh tags: trunk)
2020-11-06
23:25
Proper explanation for the inconsistent results from the "git show" command examples in Case Study 1 of the gitusers doc. ... (check-in: 8b1eddef96 user: wyoung tags: trunk)
13:36
Create a change log entry for version 2.14. ... (check-in: 81ca92b854 user: drh tags: trunk)
09:21
Explain how Fossil ignores success/failure of a mirror run and only triggers the next run based on a repo change or --force. ... (check-in: ff63c1eead user: danshearer tags: trunk)
09:15
Point that a two-way git mirror is not the same as re-importing an exported tree although it would be easy to get confused. A two-way mirror is impossible, but thanks to recent commits, re-importing works fine. ... (check-in: 97959c8936 user: danshearer tags: trunk)
2020-11-05
23:49
The CSS rule cleanups in [064c677a70] were mistargeting their elements now that their selector's parent piece is not their immediate parent. ... (check-in: a46b4ceb74 user: wyoung tags: default-css-cleanups)
23:46
Ditto forumHier: unused! ... (check-in: 2de7dbbfcf user: wyoung tags: default-css-cleanups)
23:42
Removed obsolete references to CSS class div.div.forumHierRoot: no current code uses these. ... (check-in: 361b9e4e31 user: wyoung tags: default-css-cleanups)
23:41
Using the new "forum" page type to simplify repetitive CSS rules. ... (check-in: 064c677a70 user: wyoung tags: default-css-cleanups)
23:15
Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. ... (check-in: ef5424b683 user: wyoung tags: default-css-cleanups)
22:34
Moved a comment down in src/style.c and removed a part of it that seems to refer to inline CSS that's since moved to style.css. ... (check-in: a040a5d24d user: wyoung tags: default-css-cleanups)
22:32
Disentangled an incorrect intermingling of the "adunit" feature and the "content" div the begins the body area of each page. ... (check-in: e7fe61c13d user: wyoung tags: default-css-cleanups)
22:16
Assorted cleanups in skins/default/css.txt: reordered styles so like elements are grouped together, added separator comments to try and prevent this drift from happening again, and made the spacing consistent with the www/style.wiki rules. The goal is to make it easier to find rules when doing custom skin edits. ... (check-in: b8b15a3689 user: wyoung tags: default-css-cleanups)
18:10
Increased the blank space at the end of checkin_names.wiki so the last two sections can be distinguished when targetted by HTML fragment identifiers. ... (check-in: d2a59b0372 user: wyoung tags: trunk)
11:25
Clarify that a legitimate reason for removing data is receiving a legitimate legal request, as per https://fossil-scm.org/forum/forumpost/bbfb0e910e. Add the exception for non-versioned data (ie "fossil scrub"). This may need to be explained better. ... (check-in: 1001d86743 user: danshearer tags: trunk)
03:08
Another attempt at addressing forum critiques about the gitusers doc's Case Study 1. Also had to update the example date we're searching for again, so I addeed a paragraph explaining why the example might break again. ... (check-in: 278a2b7453 user: wyoung tags: trunk)
02:10
Reworked sections 2.7 and 2.8 in fossil-v-git to be clearer about history rewriting: commit + autosync vs. commit + push, rebase + drop vs. shunning, etc. ... (check-in: 18fc697106 user: wyoung tags: trunk)
2020-11-04
15:45
Flipped the examples in Case Study 1 in gitusers.md around so we approach the problem the same way the SO answer did. Also changed the target date, since on my local Git clone, the prior date is now giving me a non-merge commit for some reason. Rather than try to explain the discrepancy, I've just picked a different example. ... (check-in: 8f96db71d3 user: wyoung tags: trunk)
14:25
More gitusers.md doc improvements: promoted the "detached HEAD state" paragraph in Case Study 1 to a new section; clarified "fossil update" vs "fossil checkout" in relation to "git checkout"; applied forum feedback on Case Study 1. ... (check-in: 7e03f7b4d8 user: wyoung tags: trunk)
00:43
Add 'contact' subcommand to the 'fossil user' command. This enables changing contact information for a given user. If no argument is passed, this displays the current contact info of the passed in username. ... (check-in: 03f0a4950c user: jamsek tags: trunk)
2020-11-02
18:11
Improvements to the URL-to-repository-filename converter. ... (check-in: 23679d720d user: drh tags: trunk)
14:58
Add the "test-url-basename" command for testing the url_to_repo_basename() function. Use this to try to reproduce the behavior reported on [forum:/forumpost/3e6f96bffc|forum post 3e6f96bffc], without success. ... (check-in: 8d9ea28373 user: drh tags: trunk)
09:04
Small tweaks to previous ... (check-in: 749d919ae9 user: wyoung tags: trunk)
09:01
Explained --no-merges vs --first-parent in Case Study 1 of the gitusers doc. ... (check-in: d09431bb08 user: wyoung tags: trunk)
08:52
Assorted minor improvements to the gitusers doc. ... (check-in: 52bf1c0c34 user: wyoung tags: trunk)
08:02
Another small tweak ... (check-in: 1647a14ea9 user: wyoung tags: trunk)
08:01
Small tweak to previous ... (check-in: 7fa0a229bd user: wyoung tags: trunk)
07:33
Added a second case study to the gitusers.md doc: "Checking Out A Version By Date" ... (check-in: ca90962092 user: wyoung tags: trunk)
05:20
Moved the "What Changed?" section of gitusers.md up into the "Log" section since "git whatchanged" is approximately the same as "git log --raw", so they should be covered near each other. Then expanded the Log section's discussion of symbolic checkin names into a new sub-section, adding more info on cryptic Git revision names. ... (check-in: f378f5dc5b user: wyoung tags: trunk)
04:17
Better explanation of why Fossil is faster than Git in "Log" section of gitusers doc, so it isn't dismissed as puffery. ... (check-in: b2c032ea3a user: wyoung tags: trunk)
04:06
Reworked the "Log" section of the gitusers.md doc from forum feedback, for clarity, and to add more info on command abbreviation. ... (check-in: 3c48967157 user: wyoung tags: trunk)
01:44
Applied rouilj's tricks from the forum to the new "What Changed?" section of gitusers.md. ... (check-in: 2b27492299 user: wyoung tags: trunk)
01:26
Fixed irregular indents in gitusers.md command examples ... (check-in: d1ebc8ef06 user: wyoung tags: trunk)
01:23
Cross-linked the fossil-v-git.wiki and gitusers.md docs. ... (check-in: 7e907a1d01 user: wyoung tags: trunk)
01:15
Edit pass on gituser.md. ... (check-in: dd3dd23965 user: wyoung tags: trunk)
00:38
Typo fix in previous ... (check-in: a1626b3028 user: wyoung tags: trunk)
00:38
Linking to the new docs from fossil-v-git.wiki, simplifying it a bit. ... (check-in: ff428f3e09 user: wyoung tags: trunk)
00:34
Added the "Git Worktrees" section to the gitusers doc, which acts as a complement to the "multiple check-out directories" section of the new ckout-workflow.md doc. It gives us a place to talk about git-worktree and git clone --separate-git-dir. ... (check-in: 31f8a835da user: wyoung tags: trunk)
2020-11-01
23:59
Moved the "Checkout Workflows" section of the gitusers doc up so we can shorten the section intro, and added brief comparisons between Fossil and Git specifically here, since the new ckout-workflows doc glosses those points now. ... (check-in: f2c5ab91a9 user: wyoung tags: trunk)
23:45
Updated the gitusers.md doc title in the index. ... (check-in: 13f8eb098c user: wyoung tags: trunk)
23:44
Minor tweaks to the gitusers doc to track the prior commit. ... (check-in: aa29ce14fd user: wyoung tags: trunk)
23:35
Extracted the checkout workflows section of the gitusers.md doc to a new www/ckout-workflows.md doc, which talks about Git only as a common comparison. Linking to it from the gitusers.md doc, which now only talks about the Git-specific bits we had in that section. ... (check-in: b6b1b705d0 user: wyoung tags: trunk)
23:09
Applied a variant of drh's fix to the label spacing in the "museum" directory tree diagram in the gitusers doc. ... (check-in: 54001a4efe user: wyoung tags: trunk)
23:03
Now covering the Fossil 2.14 "fossil clone URI" feature in the gitusers doc. ... (check-in: 77541c8b29 user: wyoung tags: trunk)
21:38
Added "git worktree remove" para to the gitusers doc ... (check-in: 26aa4eac2d user: wyoung tags: trunk)
21:36
Recast the section on dotfiles in the gitusers doc to cover "fossil close" and its implications more broadly. ... (check-in: 526446c23c user: wyoung tags: trunk)
21:14
Enhance the CGI extension documentation to point out that CGI extensions are accessible to all users and that access control is the responsibility of the individual extensions. ... (check-in: 30894085f4 user: drh tags: trunk)
21:12
Added the "What Changed?" section to the gitusers doc. ... (check-in: 7c511caecc user: wyoung tags: trunk)
20:59
Added the "Showing Information About Commits" section to the gitusers doc. ... (check-in: 9cf1a1664e user: wyoung tags: trunk)
20:46
Another compiler warning fix. (These warnings are coming from a separately machine, so I have to commit before I see them.) ... (check-in: 4915055227 user: drh tags: trunk)
20:45
More compiler warning fixes. ... (check-in: 4c91a91124 user: drh tags: trunk)
20:44
Fix a harmless compiler warning. ... (check-in: 2ba5ddb9d9 user: drh tags: trunk)
20:37
Factor out the logic that tries to deduce an appropriate repository name from a remote URL and put it in the url_to_repo_basename() routine of url.c. ... (check-in: f978fcdce1 user: drh tags: trunk)
20:22
Added the "Init In Place" section to the gitusers doc. ... (check-in: b564baa67f user: wyoung tags: trunk)
20:18
For the "clone" command, throw a fatal error if the FILENAME argument is omitted and we are unable to guess an appropriate filename from the URL. ... (check-in: 4fa02aff8e user: drh tags: trunk)
20:07
Broke the long "Repositories And Checkouts Are Distinct" section in the gitusers doc up into sections, reordered some things, and added a Pikchr showing my ~museum directory structure as an example. ... (check-in: 88a8330758 user: wyoung tags: trunk)
20:06
Enhance the clone command so that if it includes either the "--workdir DIR" option, or if omits the local repository filename argument, and if the "--no-open" option is omitted, then the repository is opened after it is cloned. Hence the command "fossil clone https://whatever.com/x/y/repo" works more like Git in that it first clones into "repo.fossil" then opens the new repository in the "repo" subdirectory. ... (check-in: a8d7878789 user: drh tags: trunk)
19:27
Added the "Summary Line Convention In Commit Comments" section to the gitusers doc. ... (check-in: 46a30e7e9b user: wyoung tags: trunk)
19:16
Expanded the "timeline is the log" section of gitusers.md with info from this forum post: https://www.fossil-scm.org/forum/forumpost/e891cce862 ... (check-in: c8b414ab8d user: wyoung tags: trunk)
18:40
Tightened the intro section of gitusers.md ... (check-in: dad5ce5109 user: wyoung tags: trunk)
18:11
Reordered a few paragraphs in backup.md to place more important info earlier in the doc. ... (check-in: 8a0ea9b6c0 user: wyoung tags: trunk)
18:06
Several refinements to the backup.md doc, the most substantive of which is that it now warns that even the second method doesn't inherently solve the stale-repo problem in distributed cloning networks. ... (check-in: 8a539f14da user: wyoung tags: trunk)
17:52
Using `fossil sql --no-repository` instead of `sqlite3` in the restore step of backup.md. ... (check-in: ff7cedfeec user: wyoung tags: trunk)
00:30
Increase the version number to 2.14 to begin the next release cycle. Update the built-in SQLite to the latest 3.34.0 alpha for testing. ... (check-in: e9b5a983cc user: drh tags: trunk)
00:27
Update the latest release notation on the homepage. ... (check-in: 15e42c5456 user: drh tags: trunk)
00:13
Version 2.13 "All Saints" ... (check-in: e7bba4ff36 user: drh tags: trunk, release, version-2.13)
2020-10-31
03:15
Covered the difference between "git log" and "fossil timeline" in the gitusers doc; made several other improvements while in there. ... (check-in: f6ad6fb179 user: wyoung tags: trunk)
2020-10-29
19:18
Fixed a use of "above" in a document to refer to text that was later moved to another document entirely. We now link to that doc instead. ... (check-in: 6a6fd6b911 user: wyoung tags: trunk)
19:07
Reworked the "Clones and Backups" section of www/caps/admin-v-setup.md now that we have www/backup.md. ... (check-in: dd65d143c3 user: wyoung tags: trunk)
16:30
Requires SQLite version 3.34.0 or later, due to the recursive CTE enhancement needed by /finfo. ... (check-in: 8813ae91a6 user: drh tags: trunk)
13:42
Minor fix to error handling in pikchr.c. ... (check-in: 5febff257d user: drh tags: trunk)
02:06
Update to the latest pikchr.c that fixes issues with the "close" attribute. ... (check-in: c9bc2b4a8d user: drh tags: trunk)
2020-10-28
16:13
When deleting a subscription, also provide the opportunity to delete the corresponding user. When deleting a user, always also delete subscriptions associated with that user. ... (check-in: b6b5a7dc62 user: drh tags: trunk)
2020-10-27
08:47
Add section "Naming of Files, Checkins, and Branches" ... (check-in: 590a8fcac6 user: danshearer tags: trunk)
08:04
Correct typo; X swapped with Y ... (check-in: 986bde2b54 user: danshearer tags: trunk)
2020-10-26
19:49
Merge enhancements to the quickstart.wiki documentation page onto trunk. ... (check-in: f2abc2b009 user: drh tags: trunk)
16:44
Minor html emphasis fix ... (Closed-Leaf check-in: 2c9ccd77e4 user: danshearer tags: quickstart)
16:35
Minor mods, and use <tt> for command output ... (check-in: cfc68d1349 user: danshearer tags: quickstart)
15:56
Add examples and expand on the workflow ... (check-in: 3e44368b6c user: danshearer tags: quickstart)
06:46
Added zsh fossil autocompletion, as discussed in [https://fossil-scm.org/forum/forumpost/47a180c815]. ... (check-in: e299531d5b user: stephan tags: trunk)
2020-10-22
17:35
Assorted minor fixes and tweaks to the check-in names doc ... (check-in: 68a78b895e user: wyoung tags: trunk)
2020-10-20
23:40
Fix a harmless compiler warning in the previous check-in. ... (check-in: 6c2b5bafb6 user: drh tags: trunk)
23:37
The /file page for a file that is not part of the latest checkin tries to substitute the most recent checking that added the file. ... (check-in: 5cf5ad8491 user: drh tags: trunk)
10:08
Small tweaks to the CAP Theorem doc ... (check-in: 67a4c1d313 user: wyoung tags: trunk)
00:20
For the graph drawing routines, make the graph row identifier a 64-bit integer type to avoid the possibility of integer overflow in /finfo where the row ids are a composite of the blob.rid and filename.fnid and hence might become large for repositories with many files and many check-ins. ... (check-in: ab71d95a9f user: drh tags: trunk)
2020-10-19
20:52
Update the built-in SQLite to fix a bug introduced by the previous update. ... (check-in: 0fac549b56 user: drh tags: trunk)
20:09
Do a better job of showing when a file is added, deleted, or renamed in the /finfo page. ... (check-in: a0bca48147 user: drh tags: trunk)
18:24
Improvements to /finfo: Show all file rename events. The "rid" for each timeline entry must be a combination of the file-id "fid" and the filename-id "fnid" since either one of those two might change which should result in a new entry on the timeline. ... (check-in: 8c598d7232 user: drh tags: trunk)
14:37
Use the new multi-recursive-term capability of CTEs in SQLite to fix the /finfo clade calculation, and to make /finfo run about 5x faster. ... (check-in: 47bfea074b user: drh tags: trunk)
13:25
Update the built-in SQLite to the latest 3.34.0 alpha that includes the ability to have multiple recursive terms in a recursive CTE. That new capability is expected to be helpful in improving the /finfo page. ... (check-in: 5328f82160 user: drh tags: trunk)
2020-10-18
18:38
Fix harmless compiler warnings. Update the custom MinGW makefile. Make feature reporting consistent for 'markdown', which is now always enabled. ... (check-in: 750879ead4 user: mistachkin tags: trunk)
2020-10-17
18:47
Use the correct filename in hyperlinks in the new /finfo page. ... (check-in: 0af4772245 user: drh tags: trunk)
14:57
Enhancements to the /finfo page so that it follows the file across name changes if the ci=HASH query parameter is used. ... (check-in: b54d9396f9 user: drh tags: trunk)
12:34
On the /finfo page, change the check-in range query parameters from ci= and orig= into from= and to=. This gets the ci= query parameter out of the way so that it can be reused. ... (check-in: 299800b29d user: drh tags: trunk)
2020-10-15
14:59
Expand the allowed date/time format for the "a=" and "b=" query parameters to the /finfo page, so that it is compatible with /timeline. ... (check-in: 04ef2df613 user: drh tags: trunk)
11:23
Fix typo in pikchr.md ... (check-in: 9bdc9ca40b user: drh tags: trunk)
2020-10-14
17:47
For the "fossil all" command, make --dont-stop the default. There is a new option --stop-on-error that sets the legacy behavior. Pause for 1/3rd of a second after any subprocess failure so that if the failures is due to SIGINT, a second SIGINT can have time to arrive before continuing. ... (check-in: bcd5adddbb user: drh tags: trunk)
12:15
Take positive cherrypick merges into account when computing the MLINK table for a check-in. ... (check-in: e0d8f733b7 user: drh tags: trunk)
2020-10-13
20:47
Fix the --baseurl option on "fossil server" so that it automatically strips off trailing / characters. ... (check-in: 9e816f0aa9 user: drh tags: trunk)
13:50
Enhance the whatis command to show a description of the origin of phantoms. ... (check-in: d25027685b user: drh tags: trunk)
13:26
Improved identification of the source of phantoms when they are named in a cluster but nowhere else. ... (check-in: cd624d4ff2 user: drh tags: trunk)
12:19
Update the built-in SQLite to the latest 3.34.0 alpha. ... (check-in: 2ec0dc29f3 user: drh tags: trunk)
08:35
Typo fix ... (check-in: 9c67804a16 user: wyoung tags: trunk)
08:32
Assorted minor tweaks to the new backup.md doc ... (check-in: fc2c12442c user: wyoung tags: trunk)
00:40
Soften the introduction to the "backup.md" documentation page, so that beginners do not get the impression that backups are critical for successful Fossil deployments. ... (check-in: c14a1f6001 user: drh tags: trunk)
2020-10-12
19:56
More clarifications to cryptocurrencies vs the Fossil "blockchain". ... (check-in: 26005b81bf user: wyoung tags: trunk)
19:45
Several clarity improvements to the discussion of cryptocurrencies in blockchain.md. ... (check-in: 70523a718c user: wyoung tags: trunk)
13:39
New document: pikchr.md ... (check-in: a92365d722 user: drh tags: trunk)
2020-10-11
06:51
Greatly expanded the simple definition of "blockchain" in the eponymous doc to include more details of common blockchain implementations to draw clearer parallels. This causes our conclusion to flip around from the prior version of this doc, but it's worth keeping the doc because it serves to compare and contrast Fossil to other systems. ... (check-in: 1ddb400886 user: wyoung tags: trunk)
01:19
Understand files ending in ".pikchr" to be Pikchr source text and render them appropriately. ... (check-in: e32214a409 user: drh tags: trunk)
2020-10-10
20:33
New pikchr.c that fixes the top and bottom margin that was lost in the previous check-in. ... (check-in: 0ec09ea894 user: drh tags: trunk)
20:24
Update pikchr.c with enhancements in text layout when using "big" or "small". ... (check-in: b80bd64b42 user: drh tags: trunk)
17:54
Merge in trunk ... (check-in: 7803cfeff4 user: george tags: wiki-history)
16:34
Add a catch-all bullet for other miscellaneous changes to the change list for 2.13. ... (check-in: 40f0d5ab62 user: drh tags: trunk)
16:32
Improved interwiki link documentation. Enhance the /intermap page so that it shows the current intermap (read-only) to non-setup users, rather than completely exluding such users. ... (check-in: baeab56eff user: drh tags: trunk)
15:52
Relax constraints on the SQL used to set up the ticket schema slightly: (1) Allow creating views whose names begin with "ticket" or "fx_". (2) Allow creating tables whose names begin with "fx_". (3) Allow data changes to tables whose names begin with "fx_". ... (check-in: 93c45cd4e0 user: drh tags: trunk)
12:05
Renamed fossil.page.wikiedit-wysiwyg-legacy.js to fossil.wikiedit-wysiwyg.js so that the excessively long name doesn't cause /dir to have, at most, 2 columns. Removed some dead code and added a tiny bit of docs. Updated changelog per forum request. ... (check-in: a759842a7a user: stephan tags: trunk)
00:01
Fix the fossil_stat() routine (broken by check-in [39a5df1fde741d08]) so that it responds correctly when the second argument is SymFILE. This is a fix for the problem described in [forum:/info/251ffc0584|Forum post 251ffc0584] ... (check-in: 4d445ead4c user: drh tags: trunk)
2020-10-09
21:09
Replace the two GIF images in the www/concepts.wiki document with Pikchrs. ... (check-in: bd9bf24837 user: drh tags: trunk)
2020-10-08
14:49
Always consume the --nocgi command-line option even if it is not used. ... (check-in: 8594e7a68a user: drh tags: trunk)
08:48
Drew better analogies between Bitcoin's answer to the 51% attack and to GitHub in the new Anonymity section of the blockchain doc to show that Fossil doesn't even try to provide the sorts of behavior that allow fully anonymous contribution to a blockchain. ... (Closed-Leaf check-in: 87b1385dac user: wyoung tags: fossil-as-blockchain)
08:10
Added a para to the prior section. ... (check-in: 69e0ea54a7 user: wyoung tags: fossil-as-blockchain)
08:00
Added the "Anonymity" section to the new blockchain doc. ... (check-in: b357dc2b03 user: wyoung tags: fossil-as-blockchain)
07:04
Small clarity fix in the new CAP theorem doc ... (check-in: 8a9facbb3e user: wyoung tags: trunk)
06:42
All but rewrote the Cryptocurrency section of the new blockchain.md doc to clarify the sorts of frauds each system has to prevent so that we can draw clearer analogies. ... (check-in: 154d848d2e user: wyoung tags: fossil-as-blockchain)
04:11
Merged trunk changes in ... (check-in: 95203913c0 user: wyoung tags: fossil-as-blockchain)
04:11
Added fragment identifiers to the new CAP theorem doc. ... (check-in: 991b089925 user: wyoung tags: trunk)
2020-10-07
07:07
Removed an extraneous space from pikchrshow DOM output. pikchr command error output now prepends a newline to pikchr-level errors to keep line number comment alignment intact for the first line. ... (check-in: c3b2671f6d user: stephan tags: trunk)
06:59
pikchr_process() now makes use of the as-yet-not-public PIKCHR_PLAINTEXT_ERRORS flag to maintain control of the error output DOM structure. ... (check-in: ce3046290b user: stephan tags: trunk)
05:39
Increase maximum token size in Pikchr to 50000 bytes. Important for macros. ... (check-in: da1ff5c2d1 user: drh tags: trunk)
00:29
Removed several weak arguments from the blockchain.md doc and added a lot more info about cryptocurrencies to show the differences between them and Fossil. Tweaked much of the preexisting material. ... (check-in: 3d55f44376 user: wyoung tags: fossil-as-blockchain)
2020-10-05
18:15
Recast the blockchain.md doc as "Is Fossil a Blockchain?" (answer: mostly no) and updated all references to it to either remove the term, use "repository" instead where that's sufficiently clear, or to say either "Merkle tree" or "hash tree" instead where we need to distinguish the hash tree itself from the rest of the repo DB file's contents. This depends on the prior CAP theorem doc, since part of the argument for Fossil not being a blockchain gets us down into those weeds. EDIT: Moving it to a branch because we're still arguing the point on the forum. ... (check-in: 855578b610 user: wyoung tags: fossil-as-blockchain)
17:02
Added a new doc, "Fossil and the CAP Theorem." It distills some good info from the forum, so we can just point at it instead of recapitulating it. But it's being checked in now because an upcoming commit will refer to it. ... (check-in: 3ddd56d0b0 user: wyoung tags: trunk)
16:37
Added "Restoring From An Encrypted Backup" section to the new backup.md doc. ... (check-in: e0a38eb3eb user: wyoung tags: trunk)
14:12
Fixed another dangling Markdown link ... (check-in: e5ad07dcf6 user: wyoung tags: trunk)
14:10
URL fix ... (check-in: 56b13f2a3c user: wyoung tags: trunk)
13:59
Fixed the scp command in the new backup.md doc ... (check-in: e3e4bec360 user: wyoung tags: trunk)
13:55
Another typo fix in the backup.md doc ... (check-in: eb34dd52e2 user: wyoung tags: trunk)
13:45
Typo fix ... (check-in: 21a63c8c88 user: wyoung tags: trunk)
13:16
Assorted tweaks to the new material in the gitusers doc. ... (check-in: 09acf696d2 user: wyoung tags: trunk)
12:37
Added the "Autosync is Intransitive" section to the new backup doc. ... (check-in: 1299d67786 user: wyoung tags: trunk)
12:24
A few small refinements to the new backup doc. ... (check-in: ea57a2f723 user: wyoung tags: trunk)
12:08
Greatly expanded the "Autosync" section of the gitusers doc. Among other things, it now references the new backup.md doc. ... (check-in: 3ddc1d9458 user: wyoung tags: trunk)
12:07
Added info about private branches to the new backup.md doc. ... (check-in: 78c0c55a41 user: wyoung tags: trunk)
11:54
Added a new doc, "Backing Up a Remote Fossil Repository". ... (check-in: 5c2ef2a2e3 user: wyoung tags: trunk)
11:25
Change instances of %s(g.zTop) into %R. ... (check-in: a40e8a0934 user: drh tags: trunk)
10:18
Greatly expanded the "Repositories And Checkouts Are Distinct" section of the gitusers.md doc. ... (check-in: 386fc49e3f user: wyoung tags: trunk)
10:13
uv ls/list doc patch from [https://fossil-scm.org/forum/forumpost/cdc43ffe60]. ... (check-in: ecac7c4ea7 user: stephan tags: trunk)
2020-10-04
14:35
Exchanged most uses of %s(g.zTop) and such in the code with use of %R in Fossil's special printf() type functions. (The branch is named after just one of several of these, mprintf(), being one of the shortest names.) At the least, this is shorter, simpler code, but there is also some hope that it may fix some doubled slash problems someone is having on the forum. (https://www.fossil-scm.org/forum/forumpost/1ea72176e0) ... (Closed-Leaf check-in: 2907721acd user: wyoung tags: prefer-mprintf-r)
2020-10-03
02:06
Clarity tweaks to the new "multiple origins" scenario in the gitusers doc. ... (check-in: 77bb3e4c33 user: wyoung tags: trunk)
01:53
Small tweaks to previous. ... (check-in: e67c413d50 user: wyoung tags: trunk)
01:38
Added a new "multiple origin servers" section to the gitusers doc to replace the obsolete one just removed. This not only shows off Fossil's new "fossil remote add" feature set, it acts as a sort of white paper comparing Git to Fossil in a common use case scenario. ... (check-in: e3cef726f2 user: wyoung tags: trunk)
01:35
Expanded on several points in the gitusers doc, added links to other docs, added named anchors to all of the top-level sections, and removed the obsolete section on "no multiple remotes" now that we have the "fossil remote add" feature. ... (check-in: 2306f8164d user: wyoung tags: trunk)
2020-10-02
22:11
Clarified and expanded the "create branches at point of need" section of the gitusers.md doc. ... (check-in: 331dc0d334 user: wyoung tags: trunk)
21:59
Reflected the GitHub change of "master" to "main" into our gitusers.md doc. ... (check-in: b0ee3d5d75 user: wyoung tags: trunk)
20:28
Changed the name of docs at the end of the quickstart doc to match their actual titles. ... (check-in: 3449d9cee9 user: wyoung tags: trunk)
20:25
Converted obsolete <a name> anchors in the quickstart doc to fragment identifiers on the headers, and added fragment IDs to all of the h2 level headers that lacked one. ... (check-in: 8da7b15e71 user: wyoung tags: trunk)
14:23
Removed a bit of unnecessary copy/paste backwards compatibility from [15001dd013]. ... (check-in: aae387d956 user: stephan tags: trunk)
09:38
Added --hash flag to ls -v, for consistency with status/changes, per [https://fossil-scm.org/forum/forumpost/896de8f963]. ... (check-in: 15001dd013 user: stephan tags: trunk)
2020-10-01
21:21
Clarity pass on the rebaseharm doc following the recent Hacker News thread, to address confusions that came up there. ... (check-in: 068e26af37 user: wyoung tags: trunk)
20:59
Removed point 4.0 from the rebaseharm doc: it said that rebase is a problem because Git makes the change immediately to the blockchain, but that's a problem with Git in general, due to its commit-then-push model, not a problem with rebase in particular. If Fossil had a rebase feature, there is no good reason to believe we would do this as well. Therefore, this point is a distraction from the main argument. Besides, we already cover it as fossil-v-git.wiki#testing. ... (check-in: 6e0dba257b user: wyoung tags: trunk)
20:37
The rebaseharm.md doc referred to rebase04.svg *twice*, so while all SVGs associated with the doc were replaced, the second became a broken link when the SVG files were removed. Simply duplicating the code with comments to try to stave off version drift for now. ... (check-in: a61ac66b63 user: wyoung tags: trunk)
18:34
Improvements to the "fossil import" command so that it can now (hopefully) interpret "breezy" files. ... (check-in: d82534b3ac user: drh tags: trunk)
18:33
Fix an issue with the "R" (rename)" and "C" (copy) commands when interpreting git-fast-export files. ... (Closed-Leaf check-in: 8e5b010349 user: drh tags: breezy-fast-import)
16:01
Latest pikchr.c fixes an issue with "same" and lines that have a "to" attribute. ... (check-in: 42caafaf3b user: drh tags: trunk)
12:46
Fix an issue with the logic that prevents Fossil control artifacts from being imported as regular files. Probably unrelated to the breezy changes. Came up during testing. ... (check-in: 92ab247435 user: drh tags: breezy-fast-import)
12:13
An attempt to enhance the git-fast-export reader so that it can handle breezy-generated output files. ... (check-in: ddcd35d6a5 user: drh tags: breezy-fast-import)
2020-09-30
21:11
Update the built-in SQLite to the latest 3.33 alpha for testing. ... (check-in: 02c6b07eab user: drh tags: trunk)
10:39
Improved processing of nested macros in Pikchr. ... (check-in: f7259ea07c user: drh tags: trunk)
10:30
Added "toggle" attributes to the pikchrs in the branching and rebase harm docs, so they act as inline examples of the tech. ... (check-in: 01f6ed9c9a user: wyoung tags: trunk)
08:38
Replaced www/encode10.gif in www/delta_encoder_algorithm.wiki with a Pikchr. ... (check-in: a9d0c2a68c user: wyoung tags: trunk)
02:01
Update Pikchr to the latest version that supports "solid". ... (check-in: 5251d44f3a user: drh tags: trunk)
00:30
Replaced hacky invisible box workarounds for default PIC spacing in delta_format.wiki doc with more idiomatic PIC code. ... (check-in: f345f7bc23 user: wyoung tags: trunk)
00:08
Replaced old GIF diagrams from the delta_format.wiki doc with Pikchrs. Also removed delta?.gif from test/commit-warning.test. ... (check-in: d7c074e7fa user: wyoung tags: trunk)
00:05
Tweak to the "\n" text inside 2.1 Header of the new delta_format.wiki doc to make use of new Pikchr handling of backslashes. ... (Closed-Leaf check-in: b72cc79526 user: wyoung tags: delta-format-pikchr)
00:02
Merged in trunk ... (check-in: 45ff53dd6f user: wyoung tags: delta-format-pikchr)
00:00
Replaced the invisible empty box hack for left margin in the new delta_format.wiki diagrams with use of the "leftmargin" global PIC property. ... (check-in: 1aaf9f850b user: wyoung tags: delta-format-pikchr)
2020-09-29
23:33
Removed unused www/CollRev?.gif and the references to it from test/commit-warning.test. Also removed obsolete references to already-removed www/branch??.gif. ... (check-in: ec816c919e user: wyoung tags: trunk)
11:44
Fix backslash processing in pikchr. ... (check-in: 7a9bf394b1 user: drh tags: trunk)
01:07
Removed www/rebase??.graphml, being the yEd inputs for generated SVGs replaced with Pikchrs in commit [38d6a8f3]. ... (check-in: f3c3a099fb user: wyoung tags: trunk)
00:56
Converted www/delta?.gif to Pikchr diagrams. They're mostly faithful to the originals, but there's a bug that needs fixing in Pikchr (or worked around somehow here) before this can be merged to trunk. My posting to the pikchr forum also needs to be edited to point to a historical version of www/delta6.gif to avoid creating a dangling hyperlink when this is merged down. ... (check-in: e0dd267b89 user: wyoung tags: delta-format-pikchr)
2020-09-28
23:28
Removed www/branch??.graphml: these are the yEd input files for the old SVG diagrams in www/branching.wiki, which were replaced with Pikchrs in [9ec0ccee33]. ... (check-in: 387322d6d9 user: wyoung tags: trunk)
04:03
If I am reading this correctly, the JPEG and PNG bars are the ones increasing with each commit, not so much the TIFF bar due to using uncompressed TIFF ... (check-in: 309af345ab user: andygoth tags: trunk)
02:29
Move change to intended location (shouldn't have been on branch) ... (check-in: fb6b093d97 user: andygoth tags: trunk)
02:29
Make it possible to delete a check-in, tag, or branch wiki page by setting it to zero length ... (Closed-Leaf check-in: 5b101aa706 user: andygoth tags: andygoth-html-caps)
02:15
Merge trunk, also change "Svg" to "SVG" ... (check-in: c319f52cf7 user: andygoth tags: andygoth-html-caps)
02:14
Add support for displaying SVG files ... (check-in: 4a53f34302 user: andygoth tags: trunk)
01:54
Capitalize "HTML" ... (check-in: 59d27ab4ae user: andygoth tags: andygoth-html-caps)
00:14
In Pikchr: Add support for macros. Also if the width or height of an object are zero or less, then autofit the corresponding dimension. ... (check-in: 6dd3a5b75f user: drh tags: trunk)
2020-09-26
15:51
Briefly mention how to invoke Pikchr from the Markdown and Fossil Wiki rule cheatsheets. ... (check-in: 4083e5d322 user: drh tags: trunk)
11:24
Update the built-in pikchr.c to include the latest enhancements and fixes. ... (check-in: 1347e990ac user: drh tags: trunk)
11:19
Fix to check-in [9e4ca8948a82ae5e]: Do not set "height:auto" for images in the default CSS, as doing so is not necessary for good mobile operation. ... (check-in: 1165ed88f3 user: drh tags: trunk)
10:42
Fix check-in [b07834b386f02f73] so that it correctly handles unquoted HTML attribute values. ... (check-in: af616bce44 user: drh tags: trunk)
2020-09-25
03:04
pikchrshow now squirrels away a copy of the raw response SVG, instead of fishing it out the DOM on demand, because in the latter case the browser converts u00a0 characters to nbsp elements, resulting in illegal SVG. ... (check-in: f45cd27919 user: stephan tags: trunk)
2020-09-21
14:21
Latest pikchr.c fixes a variable initialization problem and adds the xmlns attribute to the SVG markup. ... (check-in: 7de85417de user: drh tags: trunk)
2020-09-20
22:44
Update pikchr.c to allow "<i>fraction</i> of the way between" position forms to have a fraction less than 0.0 or greater than 1.0. ... (check-in: cab87e3420 user: drh tags: trunk)
15:05
Fix the assert() statement in Pikchr so that it works on positions, not just places. ... (check-in: 249817138c user: drh tags: trunk)
07:41
Removed multiplier from the font size calculation, as it does not work with monospace font. Changed /dir font to monospace only for testing purposes, as that one is our pathological column-width case. (Edit: closing, as this approach doesn't appear to provide any benefits over the current one.) ... (Closed-Leaf check-in: 7e8cb38ca2 user: stephan tags: dir-columns-revisited)
07:28
An experiment in improving the /dir column flow. (Not ready to merge.) ... (check-in: e5121a4934 user: stephan tags: dir-columns-revisited)
2020-09-19
16:36
Moved pikchr_process() nonce so that it also applies for error output. Added missing 'error' CSS class to the error-report PRE tag. Added mention of Ctrl-Enter in pikchshow intro text. ... (check-in: 11e7960e51 user: stephan tags: trunk)
14:03
Mention skip in bisect options list ... (check-in: 79499fc474 user: andygoth tags: trunk)
13:58
Clean up the fossil bisect summary per [https://fossil-scm.org/forum/forumpost/00503372fc] ... (check-in: 6e45212a5b user: andygoth tags: trunk)
13:10
Documented a simpler pikchr-centering implementation for potential future use but did not activate it due to concerns about current browser-side availability. ... (check-in: 1620841523 user: stephan tags: trunk)
12:49
Worked around an SVG rendering bug in Chrome by setting the width of all svg.pikchr to 100%, regardless of alignment (previously was only applied to centered SVGs). ... (check-in: 4ad86dd5f7 user: stephan tags: trunk)
12:45
Squelched an ominous but harmless error from wikedit when opened with a sandbox page name using any case other than 'Sandbox'. ... (check-in: 2e828971b2 user: stephan tags: trunk)
11:04
Update the sqlite3.h file so that the source-id is the same as sqlite3.c ... (check-in: 09cea3cbf4 user: drh tags: trunk)
04:29
Fix a minor problem with the "behind" attribute in Pikchr ... (check-in: e5e2dac076 user: drh tags: trunk)
04:09
Update pikchr.c with support for dist(P1,P2) and copying the layer using "same". ... (check-in: af52ad89ca user: drh tags: trunk)
00:44
Convert the diagrams in the "Rebase Considered Harmful" document over to Pikchr. ... (check-in: 38d6a8f30e user: drh tags: trunk)
2020-09-18
22:55
New pikchr.c with improved estimates for bounding boxes on text. ... (check-in: bac677f7a9 user: drh tags: trunk)
21:11
Minor doc updates, removed some dead code. ... (check-in: 3ec33f98f7 user: stephan tags: trunk)
20:19
Remove overflow setting on pikchr-src elements. ... (check-in: 72f8372a2c user: stephan tags: trunk)
20:01
Added pikchr block 'source-inline' modifier for the 'source' flag which tells the latter that the sources should be rendered inline (same position as the graphic), rather than left-aligned. ... (check-in: 3f2c0af278 user: stephan tags: trunk)
19:06
Reimplemented pikchr show/hide entirely in CSS, so it's now controlled by toggling the 'source' class on the outermost DIV element. Less JS and easier to implement in 3rd-party pikchr clients. ... (check-in: 947c039073 user: stephan tags: trunk)
17:43
CSS workaround for centering pikchrs in Chrome. ... (check-in: d825fcc11a user: stephan tags: trunk)
16:58
Update the built-in pikchr.c and SQLite to the latest from both trees. ... (check-in: c3de0a9930 user: drh tags: trunk)
13:18
Be careful to honor the auto-hyperlinks setting when it is off, and not display any hyperlinks. See [forum:5a7530639a|forum post 5a7530639a] for the bug report. ... (check-in: b190858e97 user: drh tags: trunk)
11:27
Fix minor formatting error in the HTML for hierarchical forum. ... (check-in: 7221e497fc user: drh tags: trunk)
10:32
An alternate impl for centering pikchrs which does not rely on margin:auto. ... (check-in: 2963f440e8 user: stephan tags: trunk)
09:21
Fixed a preview quirk which caused the pikchr click handlers to not get processed on wikiedit/fileedit previews after the first one. ... (check-in: 052d374809 user: stephan tags: trunk)
07:48
Made the return code of a bit of new code match its docs. ... (check-in: 539eb61f85 user: stephan tags: trunk)
07:37
The routines which emit fossil.XYZ.js modules now understand their dependencies, emit any deps in dependency order (recursively), and do not emit a given module more than once (simplifies usage and is an and overall improvement in cacheability). Added the pikchr click support to more pages. ... (check-in: 9b2b6f5b1c user: stephan tags: trunk)
05:07
Minor C-side fossil JS API simplification to ease upcoming changes. ... (check-in: 58d86b16bf user: stephan tags: trunk)
04:10
pikchr js: hide/show the SVG's parent element instead of the SVG, so that output from pikchr print commands is hidden when the source is shown. ... (check-in: 43116c73fd user: stephan tags: trunk)
03:28
Clarify the origin of JS in the generated HTML. ... (check-in: 6854244949 user: drh tags: trunk)
02:54
Always include a \n after the opening safe_html() nonce when generating Pikchr output, for improved human readability of the generated HTML. ... (check-in: 39b2081e6e user: drh tags: trunk)
01:21
pixchr layout changes requested at [https://pikchr.org/home/forumpost/504f54f61b]. See the comments about alt/ctrl/meta keys. ... (check-in: cd22f0f07d user: stephan tags: trunk)
2020-09-17
23:44
pikchr command doc updates. ... (check-in: 82a0b517a7 user: stephan tags: trunk)
23:25
Removed some console.debug() output and fixed extraneous breaks which caused markdown_to_html() to stop afer processing a single tag. ... (check-in: 67060c5090 user: stephan tags: trunk)
23:11
Renovated the pikchr click handling as discussed off-list with drh. ... (check-in: 938bb6c708 user: stephan tags: trunk)
21:09
Toggle Pikchr between SVG and source code using ctrl-click. Or if the Pikchr was created using the "toggle" tag, an plain old single-click will suffice. ... (check-in: d88444e265 user: drh tags: trunk)
19:31
Misuse of a potentially unsigned value, caught by clang. Only affected platforms where char is unsigned by default. ... (check-in: 5c92bbfca7 user: stephan tags: trunk)
19:30
Toggle between SVG and Pikchr source code using the "hidden" class and use ctrl-click rather than double-click. ... (check-in: 22ba9a41e4 user: drh tags: trunk)
19:20
Cleanup the double-click source display for Pikchr. ... (check-in: 5634dfeb2f user: drh tags: trunk)
18:04
Put the javascript for SVG/source toggling inside of the safe-html nonce so that it survives safing. ... (check-in: ebf5b59570 user: drh tags: trunk)
17:58
Experimental double-click to toggle between SVG and pikchr source. ... (check-in: 3c786c6fc3 user: drh tags: trunk)
17:17
Pedantic CSS tweaks. ... (check-in: 5b93a4da73 user: stephan tags: trunk)
17:13
pikchr source view: tentatively re-added the copy button (only in source view, not SVG), but it now switches back to SVG mode if it successfully copies the source code. ... (check-in: d369f4f389 user: stephan tags: trunk)
16:52
pikchr mode swap: tapping on an SVG switches modes and enables the mode-select button. Leaving source view mode requires activating that button (which works like before, but is only visible in source mode). ... (check-in: 2a2be01319 user: stephan tags: trunk)
16:31
Implemented most of the feedback from [https://pikchr.org/home/forumpost/f538d8e7f7], with the exceptions being documented in that thread. /pikchrshow now longer uses the mode-swap feature (seems superfluous there) and tapping anywhere in the body, outside of the source/svg container element, now turns off those buttons on all pikchrs where they are currently visible. Consolidated pikchr-rendering impl for markdown/fossil/pikchrshow/pikchr command. ... (check-in: 4f69773183 user: stephan tags: trunk)
2020-09-16
22:25
Changelog update per forum request. ... (check-in: b816bae3f2 user: stephan tags: trunk)
20:49
In pikchr: fix minor details on drawing filled "file" objects and the "fit" operator on "cylinder" objects. ... (check-in: db02f9b889 user: drh tags: trunk)
19:01
New pikchr.c file that fixes alignment of chopped lines. ... (check-in: 7c28d11d9a user: drh tags: trunk)
15:30
Bug fixes in the pikchr.c tokenizer. ... (check-in: 3676540374 user: drh tags: trunk)
13:58
Fix problems with the built-in "decompress()" SQL function. ... (check-in: 449ab5d600 user: drh tags: trunk)
13:45
Update the built-in SQLite and Pikchr to the latest code, for testing. ... (check-in: ecf679b289 user: drh tags: trunk)
13:21
Make an appropriate entry in the rcvfrom table when doing a git or svn import. See [forum:92db82a45e|forum post 92db82a45e] for details on the problem that this check-in attempts to fix. ... (check-in: 59ba20f845 user: drh tags: trunk)
08:04
pikchrshow, wikiedit, and fileedit now all respond to ctrl-enter in their editor to refresh the preview. The latter two, on their preview tabs, respond to ctrl-enter to switch back to the editor and give it focus. It's now possible to edit, preview, and switch back to the same editing position without the mouse :). ... (check-in: a1838297f9 user: stephan tags: trunk)
04:14
Update to the very latest pikchr.c file for testing. ... (check-in: a9c54aad9c user: drh tags: trunk)
2020-09-15
20:52
Allow files to be converted to symlinks and vice versa without an intermediate check-in to delete them ... (check-in: e0aebc21c6 user: andygoth tags: trunk)
20:10
Bug fixes in Pandoc identifier generation. Now closed. See [branch/auto-toc|branch wiki] for discussion. ... (Closed-Leaf check-in: 77cbe291af user: drh tags: auto-toc)
19:50
Automatic table-of-contents generated for Markdown if there is a tag of the form: &lt;!--markdown: toc=N --&gt; where N is an integer that is the deepest level of content that will be added to the index. The TOC is inserted in place of the magic HTML comment. ... (check-in: 6142e11d20 user: drh tags: auto-toc)
19:23
Restore the ability to add symlinks located inside subdirectories ... (check-in: 9d75d6ae88 user: andygoth tags: trunk)
19:23
Remove some end-of-line whitespace and fix some very minor comment typos and capitalization errors ... (check-in: 0537925523 user: andygoth tags: trunk)
18:20
Enable automatic paragraph numbering in Markdown using a special HTML comment: "&lt;--markdown paragraph-numbers=on --&gt;" ... (check-in: d9a70a1df9 user: drh tags: auto-toc)
16:40
fossil.pikchr.addSrcView() now tags each processed SVG element to avoid potentially processing the same one multiple times. Added fossil.pikchr support to /doc, /wiki, and /wikiedit/fileedit previews. This is harmless if there are no pikchrs or JS is disabled. ... (check-in: 83f03e91c4 user: stephan tags: trunk)
15:43
Fix the markdown converter so that it recognizes HTML comments and passes them through into the raw_html_tag callback. ... (check-in: 881f86645a user: drh tags: trunk)
14:56
Provide a custom structure to the "opaque" pointer of the generic Markdown translator for use when translating Markdown into HTML. ... (check-in: b61dcef9e8 user: drh tags: trunk)
14:54
Restrict pikchr svg/source toggle to clicks, per forum feedback. ... (check-in: 4e757d8c48 user: stephan tags: trunk)
14:17
When parsing HTML attribute values in Fossil Wiki formatting, do not allow quoting characters inside of non-quoted values. ... (check-in: b07834b386 user: drh tags: trunk)
14:13
Added post expand/collapse JS to forum post create/edit pages and activated pikchr source/svg toggle on those pages. This is all nice-to-have JS, not required, so won't break non-JS-capable clients. ... (check-in: db865174a0 user: stephan tags: trunk)
13:42
Make use of the new PIKCHR_INCLUDE_SOURCE flag via /pikchrshow and the pikchr CLI command. ... (check-in: 7da8813eef user: stephan tags: trunk)
13:24
Include pikchr source text in the generated SVG. ... (check-in: 041390d3f8 user: drh tags: trunk)
12:59
Fix the file_mkfolder() function so that it works for files in the root directory. ... (check-in: 74c4732fd2 user: drh tags: trunk)
07:51
Consolidate pikchrshow page/pikchr command use of pikchr()/th1 into a shared routine. Though /pikchrshow does not currently allow th1-processed scripts, it might be interesting to enable for users with edit/checkin (or admin) rights. ... (check-in: 893bf2a146 user: stephan tags: trunk)
04:42
Found a couple snazzy icons for the pikchr view mode change button. ... (check-in: 927c90e88f user: stephan tags: trunk)
2020-09-14
23:42
The window.fossil bootstrapping code now adds the CSS class 'fossil-dark-style' to the body element if the skin has a true white-foreground setting. The initial use case for this is CSS-based color changing for pikchr SVGs, so that the same pikchrs work in light and dark themes. ... (check-in: e8f603f03a user: stephan tags: trunk)
21:40
pikchrshow: corrected clipboard copy contents for raw SVG mode (it was including containing DIV element). ... (check-in: bb56d3d5a2 user: stephan tags: trunk)
17:03
New pikchr.c that fixes an additional problem with "to" terms on line paths and that ensures that "dot" objects to not change the exit point. ... (check-in: 863d272205 user: drh tags: trunk)
16:29
New pikchr.c fixes an issue with handling of the "to" phrase on a line that already has an incomplete direction add. ... (check-in: 868c38e361 user: drh tags: trunk)
15:53
New pikchr.c that fixes the arc bounding box problem. ... (check-in: c17f5fe246 user: drh tags: trunk)
15:08
pikchr: experimentally only show the source/svg and copy buttons when the mouse is over the pikchr area or the user taps on it (which toggles the buttons). This allows us to make them a bit bigger and keeps them from blocking nearby UI elements when they're not needed. ... (check-in: 460376e6a4 user: stephan tags: trunk)
13:36
pikchr: documented what appears to be a fundamental incompatibility between our desire to open the source view in the same size/pos as the SVG view and how centering is handled. We seem to have two evils to choose from and currently use what seems to be the lesser of them. ... (check-in: a35126bf28 user: stephan tags: trunk)
11:17
When toggling pikchr SVG/src view, unset parent element's max-width for src view and re-install it for SVG view. This allows small images to have a sanely-sized source view. ... (check-in: 212d01c1ae user: stephan tags: trunk)
11:12
Had to move the pikchr svg/source buttons along the top to keep them from getting truncated off-screen in the forum. Added them to the forum. There are sizing problems of the source view for small pics because the parent element has a fixed max-width. ... (check-in: 4e6aeb5fb3 user: stephan tags: trunk)
10:48
Renamed fossil.pikchr-util.js to fossil.pikchr.js. Minor UI tweaks in the pikchr-related bits. ... (check-in: f5c040869d user: stephan tags: trunk)
09:19
Moved SVG/pikchr mode buttons to the left of the SVG so that their positions remain stable when switching images in pikchrshow or resizing them via window-resize in other views. CSS-animated the mode-change button toggle. ... (check-in: b74d1a3fd1 user: stephan tags: trunk)
09:05
Added UI control to toggle arbitrary pikchr SVG files between SVG and source views, along with a copy button to copy the source of the currently-selected view. Requires pikchr.c code which is not currently in the fossil tree, but once that code is imported, this feature will activate automatically. Currently only used by pikchrshow, but is trivial to activate in arbitrary pages. fossil.copybutton API now uses flashOnce as its default oncopy event handler, to simplify its most common usage. ... (check-in: 475b3a7fbb user: stephan tags: trunk)
05:38
Minor pikchr command doc update. ... (check-in: 120558e50d user: stephan tags: trunk)
02:06
pikchrshow now supports stashing a single pikchr to/from browser-local storage to enable switching back and forth between example scripts while editing one's own script. Experimentally re-indented the C-side implementation to make its generated HTML hierarchy clearer. Over-the-wire size is now 4.8kb. ... (check-in: 49a04c97b5 user: stephan tags: trunk)
00:59
/wiki links which pointed to the Sandbox page now link to /wikiedit to accommodate recent changes in the sandbox handling. ... (check-in: 56a744638a user: stephan tags: trunk)
00:55
Typo fix and changelog pikchr update. ... (check-in: d9b4235812 user: stephan tags: trunk)
00:42
Added pikchr CLI command to process pikchr scripts, optionally with embedded TH1. ... (check-in: 5173701de4 user: stephan tags: trunk)
00:27
pikchr command doc updates. ... (Closed-Leaf check-in: f2248f819d user: stephan tags: pikchr-th)
00:06
Changed th1 enable_htmlify call semantics. Fixed a bug introduced in [6f7f73b6] which entirely broke th1 rendering in skins. ... (check-in: 7996a7940a user: stephan tags: pikchr-th)
2020-09-13
23:38
Added th1 (enable_htmlify bool) command so that pikchr th1 code in th1Docs has a way of toggling that g.th1Flag off and on. ... (check-in: 6f7f73b6af user: stephan tags: pikchr-th)
22:45
Import the latest pikchr.c code with boundary-point updates. ... (check-in: fbe96ea9e8 user: drh tags: trunk)
22:09
Added captureTh1 to www/th1.md, hyperlinked the entries of the th1 command list to their doc sections, and replaced "a name=..." with "a id=...", as the former is long since deprecated (has the same effect, though). ... (check-in: e7dcfc90f0 user: stephan tags: pikchr-th)
21:37
Added captureTh1 TH1 command which runs TH1 and captures any output as a string, which becomes the function's result. ... (check-in: c3991493b9 user: stephan tags: pikchr-th)
21:23
Centralized handling of the TH_INIT_NO_ENCODE (formerly NO_ESC) flag in sendText(). ... (check-in: b95861fb8a user: stephan tags: pikchr-th)
19:40
Undid part of [dd4b87c0] which was just plain broken. Yes, we do need TH_INIT_NO_ESC, or something similar, to avoid puts HTML-escaping our pikchr quotes. ... (check-in: a5eaa0661e user: stephan tags: pikchr-th)
19:35
Renamed -th-nopic to -th-nosvg because nopic should arguably be nopik, but nopik looks/feels like a typo :/. #FirstWorldProblems ... (check-in: 80f7c6c025 user: stephan tags: pikchr-th)
18:42
It seems we might not need the new TH1_INIT_NO_ESC flag so long as we're just really careful with how we use puts. ... (check-in: dd4b87c0bc user: stephan tags: pikchr-th)
18:27
Merged in trunk for latest pikchr. ... (check-in: 810b8272fb user: stephan tags: pikchr-th)
18:26
Found a workaround for the th1 puts escaping, but am still wondering whether it's a viable long-term solution. ... (check-in: 18abb60d42 user: stephan tags: pikchr-th)
17:51
Update pikchr.c to the lastest version will all of the latest bug fixes. ... (check-in: d9f61a9ab2 user: drh tags: trunk)
16:35
Initial work on a pikchr CLI command which integrates TH1 for programmatic pikchr generation. DO NOT MERGE: the required changes to TH1 need more testing to ensure they do not introduce fallout in the skin output. Also, output redirection is still very imcomplete and TH1 error reporting does not yet do the right thing. ... (check-in: 8a4304eae2 user: stephan tags: pikchr-th)
11:31
Update pikchr.c to a version that avoids using the "&amp;nbsp;" entity. ... (check-in: 931f782ff3 user: drh tags: trunk)
01:15
/wikiedit preview AJAX route tentatively no longer requires WrWiki access, as being discussed over at [https://pikchr.org/home/forumpost/195000ac2f | pikchr:/forumpost/195000ac2f]. ... (check-in: 18dee26eee user: stephan tags: trunk)
00:50
pikchrshow: added 'p' as alias for 'content' URL parameter in the interest of simplifying linking directly to small scripts from the pikchr user manual. ... (check-in: a34e88e007 user: stephan tags: trunk)
00:14
Sitemap: pointed wiki Sandbox at /wikiedit, instead of /wiki, to account for recent sandbox-handling changes. Added a Pikchr Sandbox (/pikchrshow) link under the Wiki section. ... (check-in: 27a26bb44d user: stephan tags: trunk)
00:00
/wikiedit can now be opened if the user has at least RdWiki permissions, primarily to allow access to the Sandbox for pikchr experimentation. A user without WrWiki still cannot save anything, and users without RdWiki cannot open it at all because it would give them access to the list of wiki pages, which they otherwise aren't privvy to without RdWiki. Also added a RdWiki check to the internal wikiedit ajax routes, as those could have potentially leaked pages to unprivileged users who decoded their internal ajax interfaces. ... (check-in: bff3df00b8 user: stephan tags: trunk)
2020-09-12
23:26
Adapted pixchrshow raw SVG preview to account for pixchr output containing an outer DIV. Resolves (for me, anyway) Inkscape import problem reported in the forum. ... (check-in: 2ffd9dd1bf user: stephan tags: trunk)
20:56
Fix the ".end" and ".start" corners for block obects in the Pikchr formatter. ... (check-in: 66b2ae5a58 user: drh tags: trunk)
19:28
Re-imported pikchr's example scripts using the output from its new example-to-js converter. ... (check-in: 4d946271f7 user: stephan tags: trunk)
12:21
Milestone: eliminated the remaining assign-to-DOMElement.innerHTML in the fossil.*.js APIs (ostensible security enhancement), thanks to the DOMParser interface. Fixed an obscure minor bug in /fileedit where a commit message which contained HTML tags could cause the page to misbehave if the 'response manifest' debugging option was turned on. ... (check-in: 79023c9273 user: stephan tags: trunk)
09:47
Minor improvements in fossil.dom and touchups in code which can make use of them. Found a way around using innerHTML assignment for rendering pikchr content. (TODO: genericize that and apply it to wikiedit/fileedit previews.) ... (check-in: 74791f8873 user: stephan tags: trunk)
07:14
Added support for pikchr 'indent' alignment and expanded the fossil.dom.checkbox/radio() methods. ... (check-in: 57c7128b95 user: stephan tags: trunk)
06:20
Imported latest upstream pikchr examples into pikchrshow. ... (check-in: ef7912ce4d user: stephan tags: trunk)
06:13
Added style_emit_noscript_for_js_page() to emit a NOSCRIPT tag and an error message if JS is not available, and call it from the pages which *required* JS in order to work. Added a note about potential browser-induced SVG blurring when using the pikchrshow dark mode option. ... (check-in: 070716d835 user: stephan tags: trunk)
05:41
pikchrshow: discovered that Firefox cannot flexbox a LEGEND element properly, so worked around that. ... (check-in: c92ff2daef user: stephan tags: trunk)
04:33
Work on the pikchrshow drag/drop handling. ... (check-in: 3ffd3be3dc user: stephan tags: trunk)
03:59
Add the latest pikchr.c that supports the "go ... heading ..." syntax for specifying line paths. ... (check-in: be12504054 user: drh tags: trunk)
03:34
pikchrshow: tapping the preview mode label now activates the neighboring copy button. ... (check-in: 3e10ece71e user: stephan tags: trunk)
03:22
Replaced predefined pikchr script list with the new pikchr examples/*.txt (was tests/*.txt) and cache non-error preview responses for those scripts. This halves the over-the-wire size of fossil.page.pikchrshow.js. ... (check-in: 62a5d0cfb9 user: stephan tags: trunk)
02:58
Simplified pikchrshow markup alignment selection to a single checkbox. Related CSS/layout tweaks. ... (check-in: 240646ef7d user: stephan tags: trunk)
02:24
Update pikchr.c to the latest. This also required a small correction to text alignment in figure 6 of branching.wiki ... (check-in: c3bb7cd22a user: drh tags: trunk)
00:46
pikchrshow: moved markup alignment selection into the fieldset legend and only show it when the preview is showing one of the markup types. ... (check-in: be99269dc3 user: stephan tags: trunk)
00:09
Updated /pikchrshow help and changes.wiki to mention pikchr. ... (check-in: bb31279a19 user: stephan tags: trunk)
00:00
Import the latest version of pikchr that supports the "file" object type. ... (check-in: b01fae602d user: drh tags: trunk)
2020-09-11
23:56
Rearranged the pikchrshow controls a bit to make better use of space and reduce flickering of the preview mode label/controls. Adapted CSS for pikchr error reporting structure changes. Code renaming for consistency/clarity. fossil.copyButton() click handler is now a no-op if the pseudo-button element has the 'disabled' CSS class and added style to grey such a button out. ... (check-in: c304b4ffdf user: stephan tags: trunk)
22:30
Minor code readability tweaks, nothing functional. ... (check-in: f73f1e36ad user: stephan tags: trunk)
22:24
pikchrshow: saved some space in the button bar and added help buttonlets to explain its two checkboxes. ... (check-in: 7ddd2781a0 user: stephan tags: trunk)
21:56
pikchrshow: drag/drop pikchr text files into the textarea. Added a selection list of test/demo scripts which currently includes all of the test scripts from the pikchr repo. That increases the over-the-wire size to 8kb but it caches well. ... (check-in: d4bb5251b3 user: stephan tags: trunk)
21:52
fossil.dom: added label() and checkbox() methods. ... (check-in: ba912d94b9 user: stephan tags: trunk)
19:58
In the branching.wiki document, make the figure numbers part of the Pikchr, thus avoiding the need for tables, and allowing the figures to scale on mobile devices. ... (check-in: 299e06435d user: drh tags: trunk)
19:45
New version of pikchr.c that support "thick" and "thin" attributes (which is just a convenience for "thickness 125%" and "thickness 66%" and new text attributes "big" and "small" (which is a new capability). All can be uttered twice for enhanced effect. ... (check-in: 75d4517515 user: drh tags: trunk)
18:40
Fixed /pikchrshow layout at top/bottom, moved the UI controls to sit between the two main elements, and fixed the dark mode CSS selector broken by updates to pikchr's output. ... (check-in: 2dd0a40e59 user: stephan tags: trunk)
17:43
Pikchr-generated SVG uses "viewbox" instead of "width" and "height" in an effort to be more mobile-friendly. ... (check-in: 2defbdb3f4 user: drh tags: trunk)
17:05
Improved comments on the safe_html_nonce() routine. ... (check-in: dfa0eee7b8 user: drh tags: trunk)
16:41
The &lt;verbatim type="pikchr"&gt; markup of Fossil wiki now always puts the resulting image in a separate block, not allowing it to be in-line. ... (check-in: a0ef47e79f user: drh tags: trunk)
15:40
If the "fossil import --git" command encounters a file that looks like a well-formed Fossil artifact, append a line to the end of that file so that it is no longer a well-formed artifact before importing it. This prevents "manifest" files that found their way into Git from being reinterpreted by Fossil when the repository is reimported back into Fossil. ... (check-in: 2777682b63 user: drh tags: trunk)
15:20
Enhancements to the test-parse-manifest command to also test the manifest_is_well_formed() interface. ... (check-in: 761696443a user: drh tags: trunk)
14:15
Add the manifest_is_well_formed() routine which can quickly check to see if what we believe to be a data file is actually a control artifact of some kind. Add options to the "test-parse-all-blobs" command to verify this interface. ... (check-in: 0f7eff9eeb user: drh tags: trunk)
12:20
Fix over-length source code lines in import.c. ... (check-in: 8d9d8654a3 user: drh tags: trunk)
01:37
Update to a new version of pikchr.c with improved text bounding box computation. ... (check-in: 1f2b6cedad user: drh tags: trunk)
00:06
Minor CSS and layout tweaks to /pikchrshow layout. Preview mode toggle is now disabled/enabled, rather than hidden/revealed, to help reduce UI jumpiness. ... (check-in: 2b556f1cc8 user: stephan tags: trunk)
2020-09-10
22:56
Update Pikchr to the latest code from the Pikchr website. ... (check-in: a5c685fa0d user: drh tags: trunk)
22:31
pikchrshow: support 4 different preview modes, clipboard copy of previewed content, and markup alignment option (left/center). ... (check-in: d330c09135 user: stephan tags: trunk)
22:15
Fix typo in the 'admin_sql' page. ... (check-in: e654b300f6 user: mistachkin tags: trunk)
21:51
Fix misplaced / missing db_unprotect() calls in the 'waliassetup' and 'setup_logo' pages. ... (check-in: f273832a73 user: mistachkin tags: trunk)
18:15
Allow the setup pages to change email-send-method. ... (check-in: 95e735165e user: drh tags: trunk)
17:18
Replace the last separate SVG file in branching.wiki with in-line Pikchr. Also update pikchr.c to fix missing required whitespaces in the generated circle and ellipse markup. ... (check-in: 9ec0ccee33 user: drh tags: trunk)
16:52
Pikchr text formatting bug fix: Preserve "bold" and "italic" on multi-line text objects. ... (check-in: bf01b42928 user: drh tags: trunk)
16:19
Merge in changes for the new /pikchrshow webpage. ... (check-in: 0b2f838887 user: drh tags: trunk)
16:15
Add in the latest Pikchr module with bug fixes and with support for up to 5 strings per object. ... (check-in: d6639e466e user: drh tags: trunk)
15:02
Added a small gap to the top of /pikchrshow's content area. ... (Closed-Leaf check-in: 833dfc1bcd user: stephan tags: pikchrshow)
13:59
Ajaxified pikchrshow. ... (check-in: 075f6f8d80 user: stephan tags: pikchrshow)
07:31
pikchrshow: place rendering to the right of the entry form if it will fit, else wrap it around to below the form. ... (check-in: 91c13c34be user: stephan tags: pikchrshow)
07:07
pikchrshow: always show the dark-mode checkbox but default to checked only in dark mode. Minor layout improvements. ... (check-in: 627ffe3cd8 user: stephan tags: pikchrshow)
05:36
pikchrshow: when running in a white-foreground skin, offer a checkbox to toggle the dark-theme simulation on and off (defaulting to on). Hide the checkbox for light skins. ... (check-in: 72ac2b86a9 user: stephan tags: pikchrshow)
05:20
pikchrshow: when running under a skin with the white-foreground property, apply a CSS filter to the SVG to approximate a dark-theme look. ... (check-in: c7d88f2754 user: stephan tags: pikchrshow)
03:10
Change 5 of the 6 diagrams in the "branching.wiki" document over to Pikchr. Edit: I meant for this checkin to go on trunk, but it ok for the change live on this branch until the branch merges. ... (check-in: 3c7f742639 user: drh tags: pikchrshow)
01:08
Merge enhancements from trunk. ... (check-in: 3f1b8862cb user: drh tags: pikchrshow)
01:06
Update the pikchr.c file from the latest source from the Pikchr website. ... (check-in: d2b69d16c6 user: drh tags: trunk)
00:54
Add the 'defHeader' command to TH1. ... (check-in: c1cb6886cd user: mistachkin tags: trunk)
00:53
Enable Pikchr in Fossil Wiki using markup of the form: &lt;verbatim type="pikchr"&gt;...&lt;/verbatim&gt;. ... (check-in: 1fc2df905e user: drh tags: trunk)
2020-09-09
21:38
Added missing help docs to /pikchrshow. ... (check-in: b46175c56f user: stephan tags: pikchrshow)
21:16
Added missing new file :/. ... (check-in: cc68bc7bac user: stephan tags: pikchrshow)
21:02
Quick-and-dirty /pikchrshow page which allows those with write- or wiki-write access to input pikchr code and see it rendered. ... (check-in: 63ed253cbd user: stephan tags: pikchrshow)
18:14
Added missing db_unprotect()/db_protect_pop() in (user new). ... (check-in: c294f6bfe6 user: stephan tags: trunk)
17:10
Parse the "info string" for Pikchr blocks for one of "center", "indent", "float-left", or "float-right" and add a &lt;div&gt; to accomplished the desired display mode. ... (check-in: 155d07470d user: drh tags: trunk)
15:30
Enable pikchr mark-up inside of Markdown fenced code block that are labeled with language "pikchr". ... (check-in: a13082c284 user: drh tags: trunk)
15:25
Fix the build for Windows by adding macro M_PI if it is missing. ... (Closed-Leaf check-in: 0df84add06 user: drh tags: pikchr)
15:20
Attempt to integrate the PIC-like drawing formatter "Pikchr". ... (check-in: 17d89b9a9a user: drh tags: pikchr)
13:05
Added missing db_unprotect()/db_protect_pop() to the login-group command. ... (check-in: ca5a5c7948 user: stephan tags: trunk)
2020-09-07
20:32
Add support for --extroot on windows. ... (check-in: 8aaaa4f533 user: drh tags: trunk)
14:08
The additional db_unprotect() work of check-in [b9fa7e28712c5981] was incomplete. Here is an attempt to finish the job. ... (check-in: 50f61b7ad1 user: drh tags: trunk)
14:01
file_mkdir() should use the converted filename, not the original. ... (check-in: 45fc083bbf user: drh tags: trunk)
2020-09-06
14:49
Fix the skin editor so when loading the "Current In Use" skin, it actually pulls in the currently in use skin, even if that skins is an alternative skin specified on the command-line or the built-in default skin. ... (check-in: 5c90832d79 user: drh tags: trunk)
14:37
Disable the ETAG cache for the /draftN pages so that caching does not interfere with preview. ... (check-in: 03643a632c user: drh tags: trunk)
2020-09-04
17:00
Removed inherited box shadow from ardoise .timelineSelected, [https://fossil-scm.org/forum/forumpost/60c5fcd604 | per forum request]. ... (check-in: 3af6e7ceb4 user: stephan tags: trunk)
2020-09-03
19:04
Make sure that any newlines in the CSP are converted into simple spaces before the CSP is added to an HTTP header. This *might* fix a problem reported [forum:/info/d29e3af43c|on the forum]. ... (check-in: e0f2283c15 user: drh tags: trunk)
2020-09-02
10:55
When rendering fossil-wiki forum posts, add a wrapper DIV around them so that the CSS which expects that for markdown and plain-text posts still applies. This fixes the sideways layout of fossil-wiki posts like that seen in [https://fossil-scm.org/forum/forumpost/3d709776b8 | forumpost/3d709776b8]. Note that a simpler fix would be to add the wrapper element to wiki_render_by_mimetype(), but that might have undesired side effects in/via the many other uses of that function. ... (check-in: 7caaa287b8 user: stephan tags: trunk)
2020-08-30
20:29
Fix a db_unprotect() call in the Admin pages. ... (check-in: b9fa7e2871 user: drh tags: trunk)
19:48
Make the wikiedit/fileedit edit-stash select element grow less agressively. ... (check-in: a645302b47 user: stephan tags: trunk)
19:18
Fixed a stroke width in that previous commit. ... (check-in: ef6cdb68c8 user: stephan tags: trunk)
19:16
Nigh-imperceptible alignment tweak on the help buttons. ... (check-in: 28b1718bfc user: stephan tags: trunk)
19:07
Explicit font color inheritance fix for .fossil-tooltip elements to fix it for a couple skins, and added some contrast to those widgets in the default skin. ... (check-in: e05bbdec0a user: stephan tags: trunk)
18:58
Reintroduced the legacy wysiwyg wiki editor as an optional element which can be plugged in via the skin if desired. Several semi-related "code-adjacent" tweaks and improvements. ... (check-in: 03a64a39ad user: stephan tags: trunk)
18:43
Adapted SVG background from Florian for the .help-buttonlet CSS. ... (Closed-Leaf check-in: b2ece413ba user: stephan tags: wikiedit-wysiwyg-legacy)
18:42
Added style for the new help-buttonlet widgets in the xekri skin, else they end up with a transparent background. ... (check-in: 8b0d000200 user: stephan tags: wikiedit-wysiwyg-legacy)
18:32
Code duplication reduction. ... (check-in: f107854c97 user: stephan tags: wikiedit-wysiwyg-legacy)
17:12
Replaced \u002f slash escapes with \x2f, thanks to a hint from Arseniy Terekhin. ... (check-in: 1455466234 user: stephan tags: wikiedit-wysiwyg-legacy)
16:22
A couple framework-level CSS micro-tweaks uncovered by testing with different skins. ... (check-in: e982f18bd3 user: stephan tags: wikiedit-wysiwyg-legacy)
16:07
Moar wysiwyg style fine-tuning. ... (check-in: 6f03a598fe user: stephan tags: wikiedit-wysiwyg-legacy)
15:58
Inordinately much style/layout tweaking of the wysiwyg editor. ... (check-in: a11abadd02 user: stephan tags: wikiedit-wysiwyg-legacy)
15:57
fossil.dom.attr(target,key,val) now supports any number of key/value pairs to set in a single call. ... (check-in: a89f116e11 user: stephan tags: wikiedit-wysiwyg-legacy)
15:50
Fixed (removed) wrapping of .input-with-label elements. ... (check-in: b012ecb714 user: stephan tags: wikiedit-wysiwyg-legacy)
13:47
Some wysiwyg code reduction, balanced out by more docs ;). ... (check-in: 79cb2df73c user: stephan tags: wikiedit-wysiwyg-legacy)
13:20
Significant cleanups in and shortening of the legacy wysiwyg JS code. ... (check-in: b8297d34bd user: stephan tags: wikiedit-wysiwyg-legacy)
10:42
An experiment in reactivating the legacy wysiwyg editor in the new wikiedit page. It works, but cannot currently be removed from the page once it's installed without reloading the page. ... (check-in: 629bc0e131 user: stephan tags: wikiedit-wysiwyg-legacy)
06:07
Fixed color quirk (unintentionally deriving a default color) in the Ardoise skin reported at [https://fossil-scm.org/forum/forumpost/9ac6b287d9 | /forumpost/9ac6b287d9]. ... (check-in: 693bf6b222 user: stephan tags: trunk)
06:05
Add db_unprotect()/db_protect_pop() to /setup_skin_admin when the user selects one of the builtin skins to fix problem reported at [https://fossil-scm.org/forum/forumpost/72a1db2bdc | /forumpost/72a1db2bdc]. ... (check-in: 37c290597d user: stephan tags: trunk)
2020-08-29
14:22
Minor /wikiedit layout improvements and removed the probably-obvious '?' button from the auto-refresh checkbox. ... (check-in: f83c4fa41d user: stephan tags: trunk)
14:07
Plugged a leaky abstraction in wikiedit and fileedit which applied when connecting a 3rd-party editor widget and added an example of how to plug in TinyMCE to the fileedit docs. ... (check-in: 88703f001d user: stephan tags: trunk)
13:06
Run the before-commit hook after the check-in comment has been collected from the user and include the check-in comment in the information provided to the hook. ... (check-in: 4ff4e1c8a7 user: drh tags: trunk)
2020-08-28
18:38
Define the "hooks" setting and mark it as sensitive. ... (check-in: 23f95bfc06 user: drh tags: trunk)
18:28
Modify the before-commit hook so that it runs after the check-in comment has been collected from the user. Include the check-in comment in the commit-description file. ... (Closed-Leaf check-in: b4006e2e2a user: drh tags: comment-in-before-commit)
13:31
Minor tweaks to the /sitemap. ... (check-in: 35da20b540 user: drh tags: trunk)
13:22
Add the contact information page. ... (check-in: 0d70e0931a user: drh tags: trunk)
12:22
The /wcontent page adds the "p" query parameter to links so that we can actually edit checkin/* and branch/* wiki pages. ... (check-in: 50e7a310a5 user: drh tags: trunk)
09:47
Unprotect the ssl-identity property when setting it. ... (check-in: e3636830ab user: drh tags: trunk)
09:34
Use the timeline format for /whistory. ... (check-in: cef8425cf4 user: drh tags: trunk)
2020-08-27
23:54
Typo fix: Turns out "edited" only has one "t". Who knew? ... (check-in: 91ff34dc17 user: drh tags: trunk)
17:56
Clarified the online docs for the "fossil remote REF" command form. It wasn't obvious before that you could give a NAME instead of a URL. ... (check-in: 292ba94e6b user: wyoung tags: trunk)
15:11
Additional interlinking and clarification of CGI documentation. ... (check-in: 43fb402bfd user: drh tags: trunk)
12:34
Do not assume that missing SCRIPT_NAME and PATH_INFO environment variables for CGI have a value which is an empty string. ... (check-in: 9601b6cfc7 user: drh tags: trunk)
01:37
Fix the server-side clone so that it is able to operate on a read-only repository database. ... (check-in: 147bf47d6e user: drh tags: trunk)
2020-08-26
21:43
Improvements to help-text HTML formatting. ... (check-in: 517223eca9 user: drh tags: trunk)
16:11
Merge in trunk (check-in [9543ddbef2]) ... (check-in: b56460fc96 user: george tags: wiki-history)
15:52
Merge in trunk (check-in [f741baa6be]) ... (check-in: 5d4a57f2c0 user: george tags: wiki-history)
14:46
Update the built-in SQLite to the latest 3.34.0 alpha that includes support for the sqlite3_txn_state() interface, with an eye toward using sqlite3_txn_state() to help prevent "busy" errors coming from high-load Fossil servers. ... (check-in: e3ca34cb38 user: drh tags: trunk)
13:31
Merge in trunk (version-2.12.1) ... (check-in: 62c316306e user: george tags: wiki-history)
12:44
Merge in trunk (version-2.11.2) ... (check-in: 4f5bda658f user: george tags: wiki-history)
2020-08-25
16:23
Yet another improvement to the "Latest Release" section of the homepage. ... (check-in: 5d32221c2a user: drh tags: trunk)
16:14
Further improvements to the "Latest Release" section of the homepage. ... (check-in: f282632beb user: drh tags: trunk)
16:10
Update the homepage with links to the latest release and the commits that have gone into it. ... (check-in: c508ed7a32 user: drh tags: trunk)
14:34
Improved titles for forum posts that show the original poster and the latest editor if they are different people. ... (check-in: 9543ddbef2 user: drh tags: trunk)
13:53
Tiniest style tweak for consistency ... (check-in: 7ea825864d user: andygoth tags: trunk)
13:47
Separately show original and edited user/date ... (check-in: 39a550c8d5 user: andygoth tags: trunk)
07:07
Removed some hard tabs in CSS injected by copy/paste from the browser dev tools. ... (check-in: 1bfa36867d user: stephan tags: trunk)
07:00
The fossil.XYZ.js-using pages now include all of those APIs when running in bundled JS mode, as that provides far lower aggregate over-the-wire and HTTP request counts. Added ? popup help buttons in wikiedit/fileedit to replace title-attribute hoverhelp (popup positioning can still be improved, though). ... (check-in: 34f7fd72c6 user: stephan tags: trunk)
06:32
Fix HTML formatting issues with a few built-in help pages. ... (check-in: 11384f1874 user: drh tags: trunk)
06:18
Lots of tweaking to the "help buttonlet" popup position. Something to improve some rainy day. ... (Closed-Leaf check-in: 3f08a9d200 user: stephan tags: misc-js-experiments)
05:04
Updated javascript.md page to track recent developments. ... (check-in: 3a1d3cc2dc user: wyoung tags: trunk)
00:01
Improvements to handling of line endings and BOM marks when doing a 3-way merge. ... (check-in: 88ff2642d3 user: drh tags: trunk)
2020-08-24
23:24
Merge miscellanous auxiliary defenses and security enhancements. This check-in is not needed to fix any problems that are not already fixed in version 2.12.1. It merely provides additional defense in depth. ... (check-in: f741baa6be user: drh tags: trunk)
22:57
If both files being merged by 'fossil merge' contain a UTF-8 byte order mark (BOM), keep it in the produced merged file. ... (Closed-Leaf check-in: 91182cd1f3 user: marciogabe tags: merge-crlf-bom)
22:46
Improved cross-page caching of wikiedit/fileedit bundle, reducing those pages to a single request of 10-13k once cache is warm. Fixed non-bundled JS distribution of fileedit and wikiedit. ... (check-in: 20c50cd1e5 user: stephan tags: misc-js-experiments)
22:45
Adjust 'fossil merge' command to use CR/LF line endings for conflict markings if both files being merged already use such line ending type. ... (check-in: 60ecf5d9ed user: marciogabe tags: merge-crlf-bom)
22:20
Moved C routines which emit fossil.XYZ JS APIs from style.c to builtin.c, and renamed appropriately. Added flag to output_text_with_line_numbers() to disable emit of JS (needed for fileedit preview, at a minimum). The experimental emitting of all fossil.XYZ APIs at once is now limited to bundled mode, as that's the only place it's potentially of benefit. ... (check-in: c515e5fd9f user: stephan tags: misc-js-experiments)
20:49
Experimentally added '?' help buttons in wikiedit. Experimentally emit all fossil.XYZ APIs, rather than selected ones, to test whether that reduces overall transmission together with caching. DOM init-time timing workarounds to get confirmer buttons to pin their sizes properly. ... (check-in: 9edbb7eab1 user: stephan tags: misc-js-experiments)
20:24
Changed how fossil.confirmer pinSize option computes element width to be more robust in the face of CSS 'auto' width values. ... (check-in: 1f4143ba28 user: stephan tags: trunk)
12:35
For Hash or Wiki interwiki hyperlinks in Fossil Wiki without an alternative display, elide the initial interwiki tag from the display. ... (check-in: 2d1a493d9c user: drh tags: trunk)
04:44
Applied fix from [5244a548] to /json/wiki/list. ... (check-in: 5a568d8b1f user: stephan tags: trunk)
04:33
Reverted [37409e7dbe] in favor of [5244a548], which is cleaner, smaller, and works. ... (check-in: a7d8c58d48 user: stephan tags: trunk)
00:24
Merge changes from trunk. ... (Closed-Leaf check-in: 4a8bc878f0 user: drh tags: sec2020)
2020-08-23
22:11
Provide backlinks from Forum posts. Run rebuild to insert Forum backlinks into the BACKLINK table after applying this patch. ... (check-in: 2df0e5c428 user: drh tags: trunk)
20:06
Updates to the "fossil config" command documentation and the change log. ... (check-in: 79b1cd4bf5 user: drh tags: trunk)
18:12
For the wiki_render_page_list_json() function, only include pages on the list if they have one or more artifacts. This seems to clears the bug described by [forum:a9e345482e|"Wiki editor inop" forum post] ... (check-in: 5244a5484a user: drh tags: trunk)
16:02
Merge the interwiki enhancement from trunk. ... (check-in: 26ac4b1ccf user: drh tags: sec2020)
15:55
Add support for interwiki links. ... (check-in: f4dc114a78 user: drh tags: trunk)
15:52
Add the /intermap page for adjusting the interwiki mapping using a Web interface. ... (Closed-Leaf check-in: dab94dda30 user: drh tags: interwiki)
14:04
Add preliminary documentation for interwiki links. List the intermap on the /md_rules and /wiki_rules pages. ... (check-in: 1a4158ea86 user: drh tags: interwiki)
01:47
Fix syntax error in the previous commit. Dunno how I managed to check in a change that doesn't build.... ... (check-in: fa105da061 user: drh tags: interwiki)
01:43
Move much interwiki code into a new source files "interwiki.c". Add the "fossil interwiki" command for managing the list of remote wikis. ... (check-in: 0875073359 user: drh tags: interwiki)
00:47
Fix a bugs in the interwiki configuration transfer logic. ... (check-in: c959dde140 user: drh tags: interwiki)
00:29
Typo fix in comment ... (check-in: 684fb15a7a user: wyoung tags: interwiki)
2020-08-22
23:21
The "Code" on an inter-wiki link must be ascii alphanumeric. Sync the inter-wiki config table entries on clone. ... (check-in: 550536789f user: drh tags: interwiki)
20:23
Rudimentary support for [wikipedia:interwiki_links|interwiki links]. ... (check-in: 3ca23edc8f user: drh tags: interwiki)
19:07
Update the Fossil Wiki and Markdown cheat-sheets to include hyperlinks to one another. ... (check-in: 0ae2dbd40a user: drh tags: trunk)
16:26
Typo fix. Removed 13th quote, as the link is now 404, per note in the forum. ... (check-in: 659f6cd080 user: stephan tags: trunk)
16:24
Fix harmless compiler warnings. ... (check-in: a872067f7e user: drh tags: trunk)
16:10
More robust handling of missing CGI parameters. See discussion at [https://www.fossil-scm.org/forum/forumpost/e2e75f8aec|forum thread e2e75f8aec]. ... (check-in: d6f69343ca user: drh tags: trunk)
15:35
Merge the latest enhancements from trunk. ... (check-in: 11c1566a93 user: drh tags: sec2020)
15:34
Improvements to the forum thread display. Additional details on the [https://fossil-scm.org/forum/forumpost/3d3ffe23ed?t=h|forum thread]. ... (check-in: 5182a1bfbf user: drh tags: trunk)
15:31
Increment the cfgcnt when a forum items held for moderation is approved or disapproved, so that the timeline etag cache will expire. ... (check-in: c80762fa81 user: drh tags: trunk)
13:49
URL fixes in www/quotes.wiki; where a new URL can't be found, removed the quote as unsupportable. ... (check-in: 4c5445d9a5 user: wyoung tags: trunk)
12:04
Amend broken link to OpenBSD server doc from file name change: server/openbsd/httpd.md -> server/openbsd/fastcgi.md ... (check-in: 0fd7302d95 user: jamsek tags: trunk)
10:45
Merge Andy Goth's enhancements to the forum. ... (Closed-Leaf check-in: 50cdb741db user: drh tags: sec2020-forum-refactor)
03:25
Correct minor documentation typo (bytes -> bits) ... (check-in: 96f1a9f50a user: andygoth tags: trunk)
03:06
Guard against an infinite loop in certain pathological edit patterns ... (Closed-Leaf check-in: 71fe590e99 user: andygoth tags: andygoth-forum-refactor)
02:53
Link to the next edit rather than the final edit ... (check-in: 91a3a600e6 user: andygoth tags: andygoth-forum-refactor)
02:50
When showing the source of an edited post, show that exact version rather than the newest version ... (check-in: df916a9d01 user: andygoth tags: andygoth-forum-refactor)
02:38
Unify and regularize forum display code ... (check-in: 6999639bbb user: andygoth tags: andygoth-forum-refactor)
00:23
Update the custom MinGW makefile. ... (check-in: 6eb1f43485 user: mistachkin tags: trunk)
2020-08-21
23:40
Internally rename "entry" to "post" for more consistent terminology ... (check-in: adefa86c5e user: andygoth tags: andygoth-forum-refactor)
23:20
Rework forum post serial IDs to include a revision number when edited. This fixes buggy sids displayed in thread [https://fossil-scm.org/forum/forumpost/6737a387fe?t=c&threadtable]. ... (check-in: dd47b8c311 user: andygoth tags: andygoth-forum-refactor)
22:58
Extend translator to support two- and three-argument printf specifiers, e.g. "%.*s(len)(str)" or "%*.*d(width)(prec)(val)" ... (check-in: df7b0c3186 user: andygoth tags: andygoth-forum-refactor)
22:03
Remove mfirt ... (check-in: a8d90b1f4f user: andygoth tags: andygoth-forum-refactor)
21:52
Remove fprev ... (check-in: d585c34707 user: andygoth tags: andygoth-forum-refactor)
21:50
Restore inadvertently deleted column ... (check-in: c76023e39e user: andygoth tags: andygoth-forum-refactor)
21:45
Replace firt with pIrt ... (check-in: ed56faad2a user: andygoth tags: andygoth-forum-refactor)
21:17
Remove nReply which is present only in debug outputs, correct column alignment in debug output ... (check-in: b932e49c7f user: andygoth tags: andygoth-forum-refactor)
20:34
Remove indenting that was leaking into the HTML output ... (check-in: bf98aa0069 user: andygoth tags: andygoth-forum-refactor)
20:19
Add new fields to threadtable debug output ... (check-in: c4d6d75716 user: andygoth tags: andygoth-forum-refactor)
19:42
Actually use pEditHead ... (check-in: 9e92401129 user: andygoth tags: andygoth-forum-refactor)
19:41
Add pEditHead field to avoid repeatedly walking back to find the original post ... (check-in: 7114bdc827 user: andygoth tags: andygoth-forum-refactor)
19:34
Rename pEditLeaf to pEditTail ... (check-in: 145a6ef281 user: andygoth tags: andygoth-forum-refactor)
19:33
Rename pLeaf to pEditLeaf to be consistent with the other edit fields ... (check-in: 763d22b78a user: andygoth tags: andygoth-forum-refactor)
18:32
Additional checks to ensure that db_set() and db_set_int() do not modify a sensitive setting unless PROTECT_BASELINE is disabled. ... (check-in: ccdb5a9bb8 user: drh tags: sec2020)
15:57
Add pEditNext field to permit walking forward as well as backward through the edit chain ... (check-in: a17f49557f user: andygoth tags: andygoth-forum-refactor)
15:54
Begin refactoring forum code to support orthogonal history and plaintext options. First step: rename pEdit to pEditPrev to make room for a pEditNext field. ... (check-in: 636f659689 user: andygoth tags: andygoth-forum-refactor)
15:08
Add missing db_unprotect() calls to backoffice. ... (check-in: c75dcc621b user: drh tags: sec2020)
15:05
Improved documentation of the database write protection logic. Added undocumented SQL command db_protect() and db_protect_pop() to the "sql" command. Panic on a protection stack overflow. ... (check-in: 75deba73b5 user: drh tags: sec2020)
14:40
Add missing bold markup ... (check-in: 273dd80e85 user: andygoth tags: trunk)
13:04
Add triggers to prevent changes to sensitive settings when PROTECT_SENSITIVE is engaged. ... (check-in: c9b9a77d59 user: drh tags: sec2020)
11:26
Remove incorrect leaf ambiguity warning when doing a "fossil commit --dry-run". ... (check-in: 1b52c41415 user: drh tags: sec2020)
11:19
Fix the locate_unmanaged_files() routine so that it always see (and ignores) symbolic links. ... (check-in: 0938b56516 user: drh tags: sec2020)
10:29
More improvements to the allow-symlinks help text. ... (check-in: f7f31147de user: drh tags: sec2020)
10:23
Improved on-line help for the allow-symlinks setting. ... (check-in: d3090e91b8 user: drh tags: sec2020)
10:10
Improve comments on symlink logic ... (check-in: 39a5df1fde user: drh tags: sec2020)
01:09
Add a missing db_unprotect() to the "fossil all" command. ... (check-in: b9ae03f6ee user: drh tags: sec2020)
01:01
Merge the latest changes from trunk into sec2020. ... (check-in: 1d61aae314 user: drh tags: sec2020)
2020-08-20
23:45
Change width per stephan's request ... (Closed-Leaf check-in: 53458bed91 user: andygoth tags: andygoth-ardoise-tweaks)
22:40
Using parameters to namespace functions in fossil*.js instead of the global "fossil" object. Squishes a complaint by GCC and makes the code a smidge smaller besides. ... (check-in: 0f03f78a8b user: wyoung tags: trunk)
21:15
Same as [31af8053] but in src/copybtn.js, upon which code fossil.copybutton.js was apparently based. This other file may be going away soon, but until then, it avoids a warning. ... (check-in: c0cb0b9d33 user: wyoung tags: trunk)
20:40
Gave the line-number popup (and related popups) a z-level below that of the default skin's hamburger menu. ... (check-in: bbef8ce398 user: stephan tags: trunk)
20:25
Added a "window." reference to a global variable in fossil.dom.js to make explicit where the variable is coming from. All the surrounding code does this, and the fix quiets a complaint from GCC. ... (check-in: 31af805348 user: wyoung tags: trunk)
20:05
Allow /wikiedit's page-list-fetch operation to silently skip over mysteriously missing (shunned but not yet rebuilt?) wiki pages, to resolve an issue on the core fossil site where such a missing/invisible page named 'Security Desk Technician' is causing /wikiedit to fail to load. ... (check-in: 37409e7dbe user: stephan tags: trunk)
19:52
Removed a pair of bogus "delete" calls in fossil.popupwidget.js, flagged by Google Closure Compiler. You can't delete the result of a function call, only object properties. ... (check-in: 0d7d54e870 user: wyoung tags: trunk)
19:51
Minor change to auto.def requested by [https://bugs.debian.org/961772] ... (check-in: e6de5ec750 user: drh tags: trunk)
18:08
Show the artifact hash with a copy button on the header of /file pages. ... (check-in: 00eb7a05b5 user: drh tags: trunk)
16:25
Merge recent changes from trunk. ... (check-in: c93cb2bae9 user: drh tags: sec2020)
15:22
Update the change log and the latest-release link on the homepage. ... (check-in: 5983f5b913 user: drh tags: trunk)
13:27
Version 2.12.1 ... (Leaf check-in: b98ce23d4f user: drh tags: release, branch-2.12, version-2.12.1)
13:24
Version 2.11.2 ... (Leaf check-in: c58877d6f2 user: drh tags: release, branch-2.11, version-2.11.2)
13:18
Version 2.10.2 ... (Leaf check-in: 12d2ad00de user: drh tags: release, branch-2.10, version-2.10.2)
13:08
Rearrange code, tweak span colors ... (check-in: 1ffe4cde88 user: andygoth tags: andygoth-ardoise-tweaks)
13:01
2.12.1 release candidate with security fixes. ... (check-in: 40feec3291 user: drh tags: branch-2.12)
12:31
Fix CSS priority issue ... (check-in: ed04edd82b user: andygoth tags: andygoth-ardoise-tweaks)
05:13
Spelling and grammar fixes to javascript.md. ... (check-in: 209f73cbc2 user: wyoung tags: trunk)
04:18
Many improvements to the "Use of JavaScript in Fossil" document, www/javascript.md, inspired by the recent Ajaxifications and forum commentary on the topic. ... (check-in: 977ba78fdd user: wyoung tags: trunk)
04:17
Assorted minor improvements to the javascript.md doc. ... (Closed-Leaf check-in: dc1bc21388 user: wyoung tags: js-policy-doc)
02:14
Minuscule tweaks to javascript.md ... (check-in: 5648dcfc3d user: stephan tags: js-policy-doc)
00:37
Command fixes in the new material within javascript.md ... (check-in: ba9480b02b user: wyoung tags: js-policy-doc)
00:11
Editing pass on javascript.md. ... (check-in: 202a661612 user: wyoung tags: js-policy-doc)
00:04
Report the use of FOSSIL_LEGACY_ALLOW_SYMLINKS in the output "fossil version -v". ... (Closed-Leaf check-in: 89d950efd0 user: drh tags: sec2020-2.12-patch)
2020-08-19
23:52
Moved "Blocking JavaScript" section of javascript.md down into the Q&A section. ... (check-in: 85c7bdb285 user: wyoung tags: js-policy-doc)
23:45
Moved my rewrite of Stephan's "Compatibility Concerns" section of javascript.md down into the Q&A section. ... (check-in: 026279496a user: wyoung tags: js-policy-doc)
23:41
Moved "Fossil Does Not Snoop On You" section of javascript.md down into a Q&A point. ... (check-in: b76427bb20 user: wyoung tags: js-policy-doc)
23:38
Moved the "No Third-Party JavaScript in Fossil" section of javascript.md down into the Q&A "debate" section. Also reworked some of the following question's answer to the C vs JavaScript matter. ... (check-in: 48ef633333 user: wyoung tags: js-policy-doc)
23:30
Moved the old "How Many Users Run with JavaScript Disabled Anyway?" section of javascript.md down into the "debate" section as one of the Q&A points. ... (check-in: bc5cf56965 user: wyoung tags: js-policy-doc)
23:19
Merged the "Future Plans for JavaScript in Fossil" section of js-policy.md into javascript.md. This all but zeroes out the contents of the old doc, so I've removed it. Future changes go into javascript.md. ... (check-in: 4ad0d9798e user: wyoung tags: js-policy-doc)
23:07
Hoist the "Compatiblity Concerns" section of js-policy.md into javascript.md. Another near-total rewrite, maintaining the original's points. ... (check-in: 7eef486cf4 user: wyoung tags: js-policy-doc)
22:57
Merged Stephan's "in closing" statement after the argumentation section of js-policy.md into the "Philosophy & Policy" section of javascript.md. Another near-rewrite, while maintaining the overall points. ... (check-in: 12acdcf3a5 user: wyoung tags: js-policy-doc)
22:49
Added "Arguments Against JavaScript & Our Rebuttals" section to javascript.md, based on the similar section in this branch's new js-policy.md doc. It's nearly a rewrite, but all of the points remain. ... (check-in: 1e3ee576b7 user: wyoung tags: js-policy-doc)
21:24
Merged trunk changes in ... (check-in: 32ef4cfa24 user: wyoung tags: js-policy-doc)
21:19
Added a section to javascript.md on the new /fileedit feature. ... (check-in: 100b4868dd user: wyoung tags: trunk)
21:08
The allow-symlinks setting is disabled by default and is not versionable, unless Fossil is compiled with the FOSSIL_LEGACY_ALLOW_SYMLINKS flag, in which case it follows the historic behavior. ... (check-in: cdc90f0c3b user: drh tags: sec2020-2.12-patch)
21:05
Updated the "Line Numbering" section of javascript.md to cover the new interactive line selection in Fossil 2.12. ... (check-in: f84d7a0e42 user: wyoung tags: trunk)
20:58
Updated the "Wiki Editor" section of javascript.md to cover the new `/wikiedit` implementation. ... (check-in: 31c40509d4 user: wyoung tags: trunk)
16:13
Silently ignore reserved filenames that occur inside of manifests, rather than throwing an error. No need for a setting to allow reserved filenames in manifests. ... (check-in: 2e19c5fe2d user: drh tags: sec2020)
15:46
Remove commands "test-nondir-path" and "test-is-reserved-name" and add the equivalent functionality to "test-file-environment". ... (check-in: 0cec61e451 user: drh tags: sec2020)
15:26
Remove the --symlinks option from the "fossil open" command. It is not needed. Users who want to enable symlinks can use the "fossil settings" command first. ... (check-in: ff811934e0 user: drh tags: sec2020)
15:21
Add the "fossil test-nondir-path" command for testing parts of the new symlink logic. ... (check-in: 13cfef3383 user: drh tags: sec2020)
14:23
Harmonize artifact count and average between /stat and /artifact_stats. See [https://fossil-scm.org/forum/forumpost/37514b1f67]. ... (check-in: 38fa17e479 user: andygoth tags: trunk)
13:51
When diffing long sequences, the product of their lengths can overflow to a negative number, triggering optimalLCS() which is very expensive. Prevent this overflow. See [https://fossil-scm.org/forum/forumpost/5f9365f9fe] for discussion. ... (check-in: e2b7dca948 user: andygoth tags: trunk)
12:58
Merge additional symlink fixes. Back out comment-only changes from url.c. ... (check-in: 0ea17c2b11 user: drh tags: sec2020-2.12-patch)
12:26
Fix harmless compiler warnings. ... (check-in: feef827504 user: drh tags: sec2020)
12:22
Additional defenses against doing "fossil add" of files that are beneath symlinks. ... (check-in: 928b023cb7 user: drh tags: sec2020)
12:08
Improved detection of attempts to write through a symlink. Now also works for "revert", "stash", and "undo/redo". ... (check-in: f63297b2c5 user: drh tags: sec2020)
09:57
Increase the version number to 2.12.1. ... (check-in: 32646b2738 user: drh tags: branch-2.12)
08:40
It turns out we already have javascript.md, with similar aims, so now it's a matter of integrating this doc into that one. ... (check-in: 2e131efc87 user: stephan tags: js-policy-doc)
08:11
Fixed a poorly-placed wordwrap which looked like a new list entry to markup. ... (check-in: 571bf459be user: stephan tags: js-policy-doc)
08:00
Initial draft of a project policy doc explaining and justifying its use of JavaScript. ... (check-in: 93e4561b0d user: stephan tags: js-policy-doc)
01:33
Restore blank cell capability, fixes [95ce0e53] ... (check-in: dc94ebc2cd user: andygoth tags: trunk)
01:07
Cherrypick key fixes from the sec2020 branch in order to devise a minimal patch to get us to version 2.12.1. ... (check-in: fe1264d35d user: drh tags: sec2020-2.12-patch)
00:56
Make a few tweaks to the Ardoise skin. See [https://fossil-scm.org/forum/forumpost/a4bcfec897] for branch discussion. ... (check-in: 535f4eb8f9 user: andygoth tags: andygoth-ardoise-tweaks)
00:15
Do not allow the "fossil add" command to add files beneath a symlink. ... (check-in: a6abfb911b user: drh tags: sec2020)
2020-08-18
23:39
An alternative method for dealing with historical files named "_FOSSIL_" in the tree: Simply pretend they are not there. ... (Closed-Leaf check-in: 8f24c07917 user: drh tags: ignore-reserved-filenames)
22:53
Line numbering forum feedback: removed toast message, replaced vague 'lines X-Y' label with 'Copy link to lines X-Y', removed udc=xxx from the generated URL. ... (check-in: 7c98df4158 user: stephan tags: trunk)
21:03
Cherrypick [d2d8894bb2]: fossil.storage.clear() is now also sandboxed - no longer nuking all state for all repos on the same origin. ... (check-in: d0988e677c user: stephan tags: branch-2.12)
21:01
fossil.storage.clear() is now also sandboxed - no longer nuking all state for all repos on the same origin. ... (check-in: d2d8894bb2 user: stephan tags: trunk)
20:58
Silently refuse to "fossil add" files that use reserved names. ... (check-in: 888da94e0a user: drh tags: sec2020)
20:51
Merged in [923affb930a27b], which reinstates localStorage but sandboxes access to fossil.storage on a per-repo basis. ... (check-in: 21fbd4738c user: stephan tags: branch-2.12)
20:46
Re-enabled localStorage for fossil.storage but enhanced it to sandbox the keys used by the apps on a per-repo basis, so there is no longer any (immediately visible) cross-repo polution. The underlying localStorage/sessionStorage is still shared per origin/browser profile instance, but fossil.storage clients will only see the state from their own repo. ... (check-in: 923affb930 user: stephan tags: trunk)
20:19
Improved error message and response when trying to manifest a check-out that contains a file beneath a symbolic link directory. ... (check-in: 20d90dd482 user: drh tags: sec2020)
19:56
Add a security audit warning if the strict-manifest-syntax flag is switched off. ... (check-in: 3105bedff2 user: drh tags: sec2020)
19:49
Rework the "permissive-manifest-parser" idea to be simpler and to call it "strict-manifest-syntax". ... (check-in: 4df8c856ee user: drh tags: sec2020)
19:10
Updated changelog and index for 2.12.1, with a tentative release date of Aug. 19th (that's tomorrow in 3 hours, CET). ... (check-in: c8e8ab9ccc user: stephan tags: branch-2.12)
18:44
Backported in [5b9a4c90594d8ea6], as explained in detail at [https://fossil-scm.org/forum/forumpost/0f56c9edd9]. ... (check-in: af383a7b3d user: stephan tags: branch-2.12)
18:19
Disabled localStorage as a backend option for the fossil.storage JS API after it was painfully discovered that multiple repos on the same hoster actually share that storage, as opposed to it being achored at the repo. That API now uses sessionStorage, if available, before falling back to transient instance-local storage. ... (check-in: 5b9a4c9059 user: stephan tags: trunk)
17:25
permissive-manifest-parser setting is now marked as sensitive to keep an attacker from turning it on. ... (Closed-Leaf check-in: 1e34705ed8 user: stephan tags: sec2020-deadend)
16:07
Added and applied permissive-manifest-parser setting to permit parsing of manifests which have F-cards containing now-illegal names. Required for rebuild of historical data and support of repositories we now know to contain such files. ... (check-in: 9e59cf18fc user: stephan tags: sec2020-deadend)
14:02
Merge in the latest trunk changes. ... (check-in: 917917aa55 user: drh tags: sec2020)
14:00
Allow &lt;del&gt; and &lt;ins&gt; markup in wiki and in markdown. ... (check-in: ae9a9db553 user: drh tags: trunk)
13:54
Make -f an alias for --force on "fossil open". ... (check-in: 17c244de21 user: drh tags: trunk)
13:17
More missing db_unprotect() calls. ... (check-in: 06d3789a2a user: drh tags: sec2020)
12:17
When writing files to disk for a check-out, refuse to write through a symbolic link to a directory. Ticket [f9831fdef1d4edcc]. ... (check-in: a64e384f0c user: drh tags: sec2020)
02:58
More missing calls to db_unprotect(). ... (check-in: 3ced48bdf8 user: drh tags: sec2020)
02:33
Yet another missed db_unprotect() call. ... (check-in: 2041072e8d user: drh tags: sec2020)
02:26
Fix missing enable of global_config in the "fossil all" command. ... (check-in: 16ec693dae user: drh tags: sec2020)
01:54
Disable writes the CONFIG and USER tables by default. Permission to write to those tables is turned on as needed. Note - might have missed a few places so expect bugs. ... (check-in: ca9156aa0a user: drh tags: sec2020)
2020-08-17
22:34
Add more tests. ... (check-in: 92704d1c68 user: mistachkin tags: sec2020)
22:27
Simplify error message. ... (check-in: 1bb0b3a8f3 user: mistachkin tags: sec2020)
22:22
Fixes for reserved names case sensitivity, coding style adjustments, more tests. ... (check-in: fde20bc03c user: mistachkin tags: sec2020)
21:19
Reduced the line-number-mode font size back to normal. ... (check-in: a703b4ce25 user: stephan tags: trunk)
21:17
A couple minor skin doc typos. ... (check-in: 9e871e0de0 user: stephan tags: trunk)
20:51
Add tests for the reserved names. ... (check-in: df720b28fc user: mistachkin tags: sec2020)
20:03
Identify security-sensitive settings. ... (check-in: 3bccd7fff2 user: drh tags: sec2020)
19:59
Every database connection now has a default authorizer, which calls out to an operation-specific authorizer if needed. ... (check-in: f98ef3c103 user: drh tags: sec2020)
18:57
Enhance the db_prepare() and db_static_prepare() utility routines so that they throw an error if handed more than one SQL statement. This might help prevent SQL injection attacks. ... (check-in: be0d95aded user: drh tags: sec2020)
18:20
Merge in reject-ckout-db branch. ... (check-in: 8c16884aa2 user: stephan tags: sec2020)
17:50
Fixed [17d00c20dd9f] by adding NULL check on F- and E-card UUID tokens. ... (Closed-Leaf check-in: 458f30fc0b user: stephan tags: reject-ckout-db)
17:34
The allow-symlinks setting is no longer versionable and is off by default. The allow-symlinks setting no longer propagates with a clone. The help text for allow-symlinks discourages its use. There is a new --symlink flag on "fossil open" to permit the use of symlinks on an open, for the adventurous. Ticket [f9831fdef1d4edcc]. ... (check-in: ff98dd5af6 user: drh tags: sec2020)
17:34
Added checks of (-wal, -shm, -journal) db suffixes. ... (check-in: 4ed1a294ff user: stephan tags: reject-ckout-db)
16:10
Moved is_fossil_ckout_db_name() from db.c to file.c and renamed it filename_is_ckout_db(). Integrated the check into manifest_parse(), but testing it requires temporarily #if'ing out the Z-card check, which is one of the first validations. ... (check-in: 6c19baa09b user: stephan tags: reject-ckout-db)
15:40
switch/case style tweak, per request. ... (check-in: 9784e5cdab user: stephan tags: reject-ckout-db)
15:17
Part 1 of ticket [980a72dedd]: efficient check for determining whether a filename ends with a checkout db name. ... (check-in: ddd1273ea2 user: stephan tags: reject-ckout-db)
15:11
Identify security-sensitive settings. ... (Closed-Leaf check-in: aa4c3afc52 user: drh tags: sec2020-config-protection)
14:09
Set an authorizer when running the ticket-table SQL. Ticket [56b82836ffba9952]. ... (check-in: fb41384045 user: drh tags: sec2020)
09:16
Prohibit redirects from HTTP or HTTPS over to SSH or FILE. Fix for ticket [61613b0a9cf843b6]. ... (check-in: 253dbd15e2 user: drh tags: sec2020)
08:14
Fix typo, remove period for consistency with other help ... (check-in: 80ca317ac5 user: andygoth tags: trunk)
07:02
Reinstate symlink capability. (Unintended change with prior symlink test?) ... (check-in: c840617b8b user: andygoth tags: trunk)
2020-08-16
23:09
Add the "test-symlink-list" command. ... (check-in: de38906fd5 user: drh tags: trunk)
22:35
Pointed 'latest release' entry at the 2.12 changelog, per forum post. ... (check-in: dba21929b2 user: stephan tags: trunk)
19:08
Enhance the db_repository_filename() routine to return the canonical filename. ... (check-in: f304c56974 user: drh tags: trunk)
17:47
Fix the manifest_reparent_checkin() routine so that the "parent" tag will actually work. ... (check-in: 2bdbbc8a0e user: drh tags: trunk)
17:18
Mention the "fossil backup" command in the 2.12 change log. ... (check-in: a02bcb033b user: drh tags: trunk)
16:49
Fixed file_extension() to behave like its docs say it does, which would have made [5a9ac6ca3e] unnecessary. ... (check-in: f95e47b611 user: stephan tags: trunk)
16:35
Fix the release version on the home page. ... (check-in: 4c45033033 user: drh tags: trunk)
16:06
Fix segfault in /artifact introduced by check-in [b699040d701464ce] and reported [https://fossil-scm.org/forum/forumpost/a073f05cc3|on the forum]. ... (check-in: 5a9ac6ca3e user: drh tags: trunk)
15:52
Reworked fossil.toast to support normal/warning/error-level toasts. Alas, animating a toast's appearance and disappearance proved to be beyond my current skills. ... (check-in: 4368f52961 user: stephan tags: trunk)
15:51
Fixed a recursion bug in fossil.dom.append(e,array) (currently unused, but will be soon). ... (check-in: 2018954b3f user: drh tags: trunk)
15:51
Disable HTTPS redirect for the "test-http" command. That command is used by the "ssh:" transport method and redirects to https will break ssh: transport. ... (check-in: ea6365a8df user: drh tags: trunk)
15:49
Fixed a recursion bug in fossil.dom.append(e,array) (currently unused, but will be soon). ... (Closed-Leaf check-in: 154f6484b6 user: stephan tags: bad-merge)
15:47
Disable HTTPS redirect for the "test-http" command. That command is used by the "ssh:" transport method and redirects to https will break ssh: transport. ... (check-in: edf63d73c5 user: drh tags: bad-merge)
15:30
Close multi-remote-fix branch because the issue is now resolved. See [https://fossil-scm.org/forum/forumpost/158a67cc53] for some information on what was going on. The solution was to reopen the configuration after it was being prematurely closed. ... (check-in: 4c16a24995 user: andygoth tags: bad-merge)
15:20
Fix the "fossil clone" command so that it works with "file:" URLs. ... (check-in: 9d2b7cab7a user: drh tags: trunk)
15:03
Put the date on the 2.12 release. Start a change-log for 2.13. ... (check-in: 522e7204c0 user: drh tags: trunk)
14:45
Merge trunk, since cloning local filesystem repositories still does not work ... (Closed-Leaf check-in: 719dcd29cd user: andygoth tags: multi-remote-fix)
14:31
Remove "(pending)" from 2.12 changelog now that 2.12 is released ... (check-in: dcc90ab5e1 user: andygoth tags: trunk)
14:08
When compiling with FOSSIL_DEBUG (from the --fossil-debug configure option) do not attempt to "compress" built-in javascript by removing comments and surplus whitespace. This makes the javascript easier to read in a debugger. ... (check-in: 41b9873b43 user: drh tags: trunk)
13:39
Improvements to line-numbered text output. ... (check-in: b699040d70 user: drh tags: trunk)
13:33
Fix scrolling bug in FF and Chrome. ... (check-in: 22f2d083d6 user: drh tags: trunk)
13:32
Increment the version number to 2.13 to start the next development cycle. ... (check-in: db5868e082 user: drh tags: trunk)
13:18
Version 2.12 ... (check-in: d075b6199c user: drh tags: trunk, release, version-2.12)
10:05
Reverted [33610b04de8fdf56] because a subtle bug in Chrome and FF causes both browsers to break scrolling of elements if they are descendants, however deeply nested, of a fieldset element. The one known workaround for that is too fragile. This is not release-critical. ... (Closed-Leaf check-in: e5c3ffeb36 user: stephan tags: post-2.12-fixes)
08:13
Removed a now-unused CSS class. ... (Closed-Leaf check-in: 1cb792fd19 user: stephan tags: line-number-selection)
05:10
Several padding tweaks to ensure proper line/code alignment in all of the skins. ... (check-in: e0e5449aa4 user: stephan tags: line-number-selection)
04:08
Gave the BLOCKQUOTE which surrounds file content the file-content CSS class and trimmed its margins a bit. Fixed the truncated-by-one file extension uses in the language-XYZ tag in non-line-numbered file content, caused by refactoring from this branch. ... (check-in: 62b682bded user: stephan tags: line-number-selection)
03:53
Added 'important' to 'hidden' CSS rules to ensure that its visibility-hindering attributes trump other classes' attributes. This fixes the .hidden-yet-visible toast message popup and makes .hidden more future-proof. ... (check-in: 22c592fc32 user: stephan tags: line-number-selection)
02:43
Made copy-to-clipboard toast message less verbose. Tapping anywhere on the clipboard buttons popup widget now activates the clipboard copy. ... (check-in: 739e4ee339 user: stephan tags: line-number-selection)
01:32
Removed some stray debug output. Added a window.CustomEvent polyfill "just in case." ... (check-in: af47d1531d user: stephan tags: line-number-selection)
00:50
Removed the copy button's hard-coded post-copy behaviour (flashing) and instead fire a text-copied event. The line number selection now closes the popup widget after the copy button is triggered. Implemented a basic toast-message API using PopupWidget. ... (check-in: 8a6ccf9ddd user: stephan tags: line-number-selection)
2020-08-15
23:30
Renamed TooltipWidget to PopupWidget because's it's not *quite* a tooltip and we're soon going to need something closer to a genuine tooltip. Minor adjacent cleanups and code consolidation. ... (check-in: 3998ccef44 user: stephan tags: line-number-selection)
10:14
Shrink the line number column just a tick. ... (check-in: e5f79f4fa5 user: stephan tags: line-number-selection)
09:58
Some CSS consolidation and got the horizontal scrollbars working on unusually wide code files. ... (check-in: 3d49b73f40 user: stephan tags: line-number-selection)
09:15
Added a few 'inherits' CSS properties to resolve font size mayem when hilightjs does its thing. ... (check-in: 618c6b1319 user: stephan tags: line-number-selection)
08:43
Added missing fossil.copybutton.js. ... (check-in: b646e724b7 user: stephan tags: line-number-selection)
08:29
Optimized the mouse-based line number selection considerably, requiring far less DOM traversal. ... (check-in: 0096aa4644 user: stephan tags: line-number-selection)
08:02
Doc improvements, minor cleanups. Made the URL-copy element's popup position less variable. Uplifted the flash-once and copy-to-clipboard code into the fossil.dom API. ... (check-in: 738bea54c0 user: stephan tags: line-number-selection)
07:41
Implemented dynamic mouse selection of source lines and clipboard tooltip to copy the line range URL. ... (check-in: 3942eb600a user: stephan tags: line-number-selection)
03:51
Reimplemented ln=... highlighting to mark the line numbers instead of the code, so that there is no interference with syntax highlighters. Adjusted two skins to use the newer line-marking CSS. ... (check-in: 14ac3e8469 user: stephan tags: line-number-selection)
2020-08-14
19:25
Merged trunk to avoid style collisions later. Changed table.numbered-lines line-height from ex units to unitless, as Mozilla recommends. ... (check-in: 41f270de75 user: stephan tags: line-number-selection)
18:54
Consolidated the common styles of the bottom- and right-side forum post expansion toggles and resolved a layout quirk which could cause the right-side expander to sit too far to the left. ... (check-in: db1afa75be user: stephan tags: trunk)
17:57
Several forum style improvements based on forum feedback. ... (check-in: 2121b1f7a7 user: stephan tags: trunk)
14:38
fileedit: removed a call to blob_reserve() (optimization) because we have a report which seems to imply that it unconditionally fails on mingw 32-bit builds. ... (check-in: b99c069a2c user: stephan tags: trunk)
13:33
Update the built-in SQLite to the official released version 3.33.0. ... (check-in: 0d6ed8c0b6 user: drh tags: trunk)
12:28
Corrected the JS-side recursive argument handling for the multiple-numbered-tables case. ... (check-in: a54fa928e2 user: stephan tags: line-number-selection)
12:21
Added optional filename parameter to output_text_with_line_numbers() so that it can add the language-X class to the CODE element. ... (check-in: 0b3919f3e1 user: stephan tags: line-number-selection)
11:53
Changes line-numbered output to make line numbers selectable, as discussed in [https://fossil-scm.org/forum/forumpost/dc3da10590]. A couple decisions are needed before deciding whether to merge. ... (check-in: ec73edd4d0 user: stephan tags: line-number-selection)
2020-08-13
11:49
Re-enabled the discard-all-edits button in wikiedit and made it look the same in both wikiedit and fileedit. ... (check-in: 39a5289b9b user: stephan tags: trunk)
11:47
fossil.confirmer: moved the confirmation countdown to the right side of the element. This seems to be less visually jarring. ... (check-in: c09949e5e4 user: stephan tags: trunk)
2020-08-12
18:09
Update the change log to mention the two new virtual tables added to the "fossil sql" command. ... (check-in: d79f08df7b user: drh tags: trunk)
18:06
Add the "builtin" virtual table to the "fossil sql" command. This vtab provides access to all of the built-in support files. ... (check-in: c6359b4ec1 user: drh tags: trunk)
17:20
Add new columns "formatted" and "html" to the "helptext" virtual table. ... (check-in: 53adb7dc6c user: drh tags: trunk)
14:07
fossil.tabs.TabManager now experimentally (and optionally, defaulting to on) assigns 'accesskey' values to each tab button equal to their 1-based index in the tab list. ... (check-in: 4cf3586431 user: stephan tags: trunk)
12:56
Improved detection of potential read/write txn conflicts. Hold a write transaction on the server-side for the duration of an /xfer request, to avoid unexpected SQLITE_BUSY errors. ... (check-in: d9543f4c2c user: drh tags: trunk)
12:07
Added clear:both to HR elements, primarily to fix right-floating README.txt on the /dir page in some skins. ... (check-in: a4c1b36ee6 user: stephan tags: trunk)
11:44
Minor style consistency/layout tweaks to wikiedit and fileedit. ... (check-in: e7c348f1d9 user: stephan tags: trunk)
11:42
Inconsequential JS cleanups. ... (check-in: 5dd9ff1c04 user: stephan tags: trunk)
09:45
Fixed an out-of-bounds array access in stat.c reported in the forum. ... (check-in: e70f2fbc7b user: stephan tags: trunk)
2020-08-11
20:00
Add the --db-verify option to the "fossil dbstat" command. This option simply runs "fossil test-integrity" after doing the other dbstat processing. It is a way to access the test-integrity functionality without using the (unsupported) "test-integrity" command. ... (check-in: 95e91b13d2 user: drh tags: trunk)
15:55
wikiedit: changing the page's mimetype now also marks the page as is-dirty, enabling a save. ... (check-in: 98fa23f90b user: stephan tags: trunk)
15:39
wikiedit: now uses fossil.confirmer pinSize option on confirmer buttons. Save button is no longer re-labeled during save to avoid layout reflow. Save button is now always enabled and attempting to save when there are no edits triggers an error message. ... (check-in: f94a55385e user: stephan tags: trunk)
15:29
fileedit confirmer buttons now use the new pinSize confirmer option. Minor style consistency tweak. fileedit no longer complains when discarding stashed edits when no file is loaded, and reloads the current file only if it was in the now-discarded local edits. ... (check-in: 83a95dbff1 user: stephan tags: trunk)
15:26
fossil.tabs API now injects a FIELDSET wrapper around all tabs so that we can disable all input elements on a tab by disabling the fieldset, the goal being to disable access to hotkeys which are mapped to elements which are in any tab other than the current one. ... (check-in: 33610b04de user: stephan tags: trunk)
15:23
Added fossil.confirmer pinSize option which tells it to try to pin the confirmation element's width to the maximum of its initial and awaiting-confirmation widths, to avoid layout reflow while awaiting confirmation. ... (check-in: b12cae857c user: stephan tags: trunk)
13:42
Added the safe-html setting to the CONFIGSET_SKIN, per discussion at [https://fossil-scm.org/forum/forumpost/23192a5642|/forumpost/23192a5642]. ... (check-in: 333520ab54 user: stephan tags: trunk)
11:41
Re-added the P tags removed in [9850dd3f22db], as they're needed for proper spacing. ... (check-in: 689b7f6d5d user: stephan tags: trunk)
11:13
Corrected help_to_html() to escape less-than signs so that script tags in help text do not break the page. Removed a semantically illegal P tag from the HTML-format help. ... (check-in: 9850dd3f22 user: stephan tags: trunk)
09:29
Doc tweaks only - no code changes. ... (check-in: b5496da66f user: stephan tags: trunk)
2020-08-10
20:04
Update the built-in SQLite to the second 3.33.0 beta, as part of beta testing. ... (check-in: 9120ff5faa user: drh tags: trunk)
17:38
Added a 'Save and Close' button to wikiedit. Cleaned up the styling and wrapping of the status/links menu bars in fileedit and wikiedit. Minor style tweaks to get input field borders to appear in the default skin on Chromium. ... (check-in: 3814c9ff58 user: stephan tags: trunk)
13:43
Merged inadvertent fork. ... (check-in: 1eb21747ac user: stephan tags: trunk)
12:12
Tweaks to the change log. ... (check-in: f4c731afb7 user: drh tags: trunk)
12:08
Improved handling of long posts in the forum. ... (check-in: c265daea91 user: drh tags: trunk)
11:53
/fileedit now embeds the current open leaf list and the file list for the current checkin (defaulting to the most recent leaf) in the page content, saving 2 XHR requests at startup. If passed filename= without checkin= then it tries to load the given file from the most recent leaf. ... (check-in: 5fc0f7c33a user: stephan tags: trunk)
05:38
Amend OpenBSD httpd Fossil server instructions to use the mount_mfs -P option to automatically populate the chroot /dev tree as suggested by anon on the forum. ... (check-in: 4b240ec31e user: jamsek tags: trunk)
2020-08-09
21:45
Merge in trunk; resolve conflicts ... (Closed-Leaf check-in: 7cfbf66a02 user: ashepilko tags: cmake-ide)
15:18
Corrected the new CSS selectors to account for plain-text posts, which use a PRE instead of DIV wrapper. Shrunk the gap between the expansion tap zone and the scrollbar to its left. ... (Closed-Leaf check-in: eef9ac05e4 user: stephan tags: forum-expand-post-revisited)
14:54
Re-added an important forumPostBody.overflow CSS attribute which was accidentally removed in the last edit. ... (check-in: 939b64738d user: stephan tags: forum-expand-post-revisited)
14:43
Improved(?) the way forum post expansion is handled, based on forum feedback. Added a narrow "tap zone" to the right of the post scrollbars to expand/collapse. When a post is collapsed the first time, it is shrunken much smaller than its original size. When collapsing a post, we now scroll its parent element (post header), rather than the next post, into view. ... (check-in: ebbd20c638 user: stephan tags: forum-expand-post-revisited)
13:49
Revise and simplify the list of 1st-tier commands that are shown by the "fossil help" command. ... (check-in: 84f697e570 user: drh tags: trunk)
08:28
Edit whitespace in previous commit to make format consistent with existing code blocks. ... (check-in: d2ad5f2fe7 user: jamsek tags: trunk)
08:11
Add missed instructions to edit rc.local with commands to automate device node creation at startup as identified by ams on the forum. ... (check-in: a2585ea9ad user: jamsek tags: trunk)
00:04
More refinements to built-in help pages for commands. ... (check-in: a31a717e17 user: drh tags: trunk)
2020-08-08
23:55
Fix the /help webpage to accept prefixes on the cmd= query parameter. ... (check-in: f2f419ea9b user: drh tags: trunk)
23:51
Many updates to built-in help pages. No changes to code. ... (check-in: c965636958 user: drh tags: trunk)
20:13
Enhance built-in help text formatting so that text contained within &#91;&#91;...&#93;&#93; is a hyperlink to another help page. ... (check-in: 71992d0f08 user: drh tags: trunk)
18:52
wikiedit: deleted pages are now hidden by default, per forum feedback. A minor style tweek to shift edit-marked wiki entries to the right a bit (edit state indicator was truncated in some skins). ... (check-in: 8936ae98b6 user: stephan tags: trunk)
18:19
Fix typo in built-in documentation for "fossil open". ... (check-in: 9ec3274f35 user: drh tags: trunk)
18:14
Never allow the "fossil open" command to proceed on a non-empty working directory unless either the --force or --keep options are used. ... (check-in: 99ab1118f5 user: drh tags: trunk)
17:43
Disabled wikiedit save confirmation, by popular demand. (Discard/reload still requires confirmation due to the risk of data loss.) Added link to /wiki/PageName to the per-page links. ... (check-in: 8635cb3d17 user: stephan tags: trunk)
17:29
Do not allow "fossil open URL" without a --workdir option to work on a non-empty directory. ... (check-in: f0805380f7 user: drh tags: trunk)
17:18
Fix documentation typo. ... (check-in: 08ab286028 user: drh tags: trunk)
17:09
Imported a 2-line polyfill for MSIE's missing NodeList.forEach, courtesy of the Mozilla docs. ... (check-in: 4dd270761d user: stephan tags: trunk)
15:01
More improvements to "fossil open": Make sure the --repodir is converted into a full pathname so that it is unaffected by --workdir. Report an error with --nested if the new repo would be rooted in the same directory as another repository. ... (check-in: 15a7b1fd37 user: drh tags: trunk)
12:41
wikiedit now relabels the Save button while save is in progress, per forum feedback. ... (check-in: 9f3747d8a5 user: stephan tags: trunk)
12:11
Reverted a recent modernization in sbsdiff.js because the MSIE<=11 family of browsers do not support NodeList.forEach. ... (check-in: 7f416ef175 user: stephan tags: trunk)
11:29
/wikiedit now marks "deleted" (empty) pages and offers a filter to show/hide them. ... (check-in: 424baf1e10 user: stephan tags: trunk)
01:55
When doing an open on a URI, verify that the working directory is not within an existing checkout prior to performing the clone. ... (check-in: 19677d7629 user: drh tags: trunk)
01:44
Updates to a slightly newer SQLite in an attempt to avoid a C89 declaration order issue. ... (check-in: 0d813dbf91 user: drh tags: trunk)
2020-08-07
21:18
Updated documentation for the "open" command. ... (check-in: 08255208e9 user: drh tags: trunk)
20:28
Update the built-in SQLite to the first 3.33.0 beta. ... (check-in: e83d5bad7a user: drh tags: trunk)
14:58
Update the change log for the enhancements to "fossil open". ... (check-in: d59270f76d user: drh tags: trunk)
13:59
Allow the REPOSITORY argument to "fossil open" to be a URI, in which case the URI is cloned first and then the clone is opened. ... (check-in: dfc5ceed73 user: drh tags: trunk)
12:41
Add the "--workdir DIR" option to the "fossil open" command. ... (check-in: 0629d2a0d7 user: drh tags: trunk)
2020-08-06
20:31
Improved ETags caching information in replies, to help browser avoid unnecessary HTTP requests. ... (check-in: ec5a063bdc user: drh tags: trunk)
20:26
Fix self-registration so that it can work even if email alerts are not enabled. See forum post [https://www.fossil-scm.org/forum/info/e012e702de4ed1e2]. ... (check-in: 02c3080bb2 user: drh tags: trunk)
2020-08-04
14:00
/wikiedit now embeds a copy of the page list JSON at page-render time to save an XHR request at startup. ... (check-in: bc6651331a user: stephan tags: trunk)
00:48
Added an ETag to the /style.css page, so it benefits from the far-future expiry stuff on this branch. ... (Closed-Leaf check-in: 80097abc82 user: wyoung tags: etag-always)
00:40
Changed the default ETag expire age from 1 day to 10 years. See included comment for defense. ... (check-in: af848dce95 user: wyoung tags: etag-always)
2020-08-03
22:54
Rearranged the order and conditional status of paths leading to ETag HTTP header generation to cause them to be generated in more cases. This improves caching in my testing, but it needs to be vetted before it can be merged down to trunk. The main risk is that it causes over-aggressive caching, resulting in stale data delivery. ... (check-in: bc0b20356a user: wyoung tags: etag-always)
01:16
Added a missing db_finalize() in piechart_render() for the empty chart case. ... (check-in: 7913bba610 user: stephan tags: trunk)
2020-08-02
13:23
Tiny style tweak for the wikiedit list filter toggles. ... (check-in: b0a38d5fb3 user: stephan tags: trunk)
2020-08-01
23:38
fossil.message() and friends now use local timestamps instead of UTC. Fixed a bug in wikiedit which caused a newly-created page to disappear from the page selection list after it was saved. Other minor cleanups in adjacent code. ... (check-in: 3dc4613d19 user: stephan tags: trunk)
22:25
Minor CSS tweak for mobile browsers. ... (check-in: bfd79af058 user: stephan tags: trunk)
21:31
Ported several features between wikiedit and fileedit, improving them both a bit. ... (check-in: 0d5006bed5 user: stephan tags: trunk)
18:47
Updated the wiki CLI command to account for the sandbox pseudo-page and removed an obsolete TODO. ... (check-in: 7bc942704d user: stephan tags: trunk)
17:56
Style tweaks and re-did how the OPTION elements are marked is-new/is-modified so that the mobile browsers can show that state. ... (check-in: d9f4b6dbed user: stephan tags: trunk)
16:07
Reworked how /wikiedit edit status is displayed, added history/attachment links to the new info bar, and remove attachment links from the Help tab. ... (check-in: fb77abd3b5 user: stephan tags: trunk)
13:53
Merged in the Ajax-based /wikiedit reimplementation. ... (check-in: 19f2753522 user: stephan tags: trunk)
13:23
Minor help text additions for --jsmode. ... (Closed-Leaf check-in: cb2563de17 user: stephan tags: ajax-wiki-editor)
04:30
Remove an unused variable in mkindex.c ... (check-in: bf1984428f user: ashepilko tags: trunk)
01:40
Removed a stray HR tag left over by the previous commit's excision of the wysiwyg option. Removed a dangling doc reference to TinyMCE. ... (check-in: b3f3cf6930 user: stephan tags: ajax-wiki-editor)
01:37
Removed the legacy /wikiedit implementation and the wysiwyg option it supported/sported. Updated the change log. ... (check-in: 336afe8e91 user: stephan tags: ajax-wiki-editor)
2020-07-31
23:54
Fix caching for bundled access to /builtin. Add a missing semicolon to the end of graph.js. ... (check-in: 139db4c54e user: drh tags: trunk)
23:33
Merged in trunk for builtin_request_js() changes and ported wikiedit/fileedit/forumpost to use those. ... (check-in: 2ec332a0c2 user: stephan tags: ajax-wiki-editor)
22:04
Simplify the internal interfaces used for injecting built-in Javascript files onto a web page. ... (check-in: 036a9d5c58 user: drh tags: trunk)
21:57
Further simplification of the javascript loading code. ... (Closed-Leaf check-in: b7f70ffc14 user: drh tags: refactor-js-handling)
21:51
Permit the 'favicon.ico' image to be customized. ... (check-in: 37262b8387 user: mistachkin tags: trunk)
21:47
Replace various style_emit_script...() calls with builtin_request_js(). ... (check-in: 699a977cfc user: drh tags: refactor-js-handling)
21:32
Reduce the number of jsmode options to three: inline, separate, bundled. ... (check-in: 38f3d9785b user: drh tags: refactor-js-handling)
20:16
Fix lines for separate JS modes. ... (check-in: 314bb1579e user: drh tags: refactor-js-handling)
20:02
Begin integrating the builtin_request_js() interface. ... (check-in: 13caa6e61e user: drh tags: refactor-js-handling)
18:49
Made all tab elements hidden on /fileedit to lessen the impact of FOUC before JS assembles the tabbed interface. ... (check-in: 99f288d2a5 user: stephan tags: ajax-wiki-editor)
17:31
Reordered /builtin a bit to allow it to respond with a 304 *without* generating extraneous output if etag_check() says it can. ... (check-in: 8c9ea22419 user: stephan tags: ajax-wiki-editor)
16:58
Add routines for standardized loading of javascript resources. ... (check-in: 01d96c6b45 user: drh tags: refactor-js-handling)
16:49
Pedantic function rename, as it will become relevant when work on the ajaxifying the forum start. ... (check-in: 41ce65fc31 user: stephan tags: ajax-wiki-editor)
16:44
Corrected doc falsehoods. ... (check-in: 1f0a3354aa user: stephan tags: ajax-wiki-editor)
16:40
Added style_emit_script_bundle() to simplify page-level bundle usage a small bit. /forumpost, /wikiedit, /fileedit now use that routine. ... (check-in: 0c233bc697 user: stephan tags: ajax-wiki-editor)
16:14
Extended /builtin/filename to support /builtin/:filename for packing up cacheable bundles of page-specific code. /wikiedit, /fileedit, and /forumpost now serve their JS that way. ... (check-in: 18da05b903 user: stephan tags: ajax-wiki-editor)
16:06
Move the /builtin webpage from style.c over to builtin.c. Add the new "m=" query parameter enabling it to return multiple JS files in a single request. ... (check-in: 956d2f8db9 user: drh tags: trunk)
14:44
/wikiedit and /fileedit now dump all of their common static JS into a single SCRIPT tag instead of making numerous requests, per forum feedback. Fixed/expanded some of the newer script-emitting logic in style.c to handle these. wikiedit no longer mangles the page-level header. ... (check-in: a4b73fd081 user: stephan tags: ajax-wiki-editor)
14:20
Always regenerate the VERSION.h file, and hence change the FOSSIL_BUILD_HASH value, every time "make" is run. ... (check-in: 01c03ca16a user: drh tags: trunk)
12:35
Minor style tweaks after trying the editor in different skins. ... (check-in: 7418144b3f user: stephan tags: ajax-wiki-editor)
12:26
Ardoise skin: reset SELECT height to "initial" because its default otherwise breaks selects with size greater than 1. ... (check-in: ef38f0d7ca user: stephan tags: trunk)
12:03
Merge enhancements from trunk into the ajax-wiki-editor branch. ... (check-in: a8cb9b1a7b user: drh tags: ajax-wiki-editor)
09:57
The save button now is now moved to the current tab when switching tabs, for the save/preview/diff tabs. ... (check-in: acdd76539c user: stephan tags: ajax-wiki-editor)
05:14
Minimize the FOUC effect before the tabs are re-assembed in JS by initially hiding all tabs. ... (check-in: d8f18bc54e user: stephan tags: ajax-wiki-editor)
04:55
Renamed the 'sandbox' automagical page to 'Sandbox' (upper case) for consistency with the historical sandbox links. Both names work equivalently, but now the selection list matches up with the name passed in via the external links to the sandbox. ... (check-in: a95dd98e81 user: stephan tags: ajax-wiki-editor)
04:46
Corrected sandbox page always getting tagged as 'new' in the page header and title. ... (check-in: c3c9a14365 user: stephan tags: ajax-wiki-editor)
04:33
Moved Save button to the Preview tab, as that follows the common app-wide pattern of not enabling a save until a preview has first been triggered. ... (check-in: 31296ec204 user: stephan tags: ajax-wiki-editor)
03:50
Can now create new pages without leaving the editor. Numerous layout tweaks. Improved the help tab. ... (check-in: d5e4d7a9a9 user: stephan tags: ajax-wiki-editor)
02:21
Update the tests to reflect recent code changes ... (check-in: 981049f798 user: ashepilko tags: trunk)
02:02
Renamed the fileedit/wikiedit stash index keys to avoid breakage if they edit a file/page named 'index' (this unfortunately invalidates any local-storage edits in /fileedit). Minor wiki page selection list style tweak. ... (check-in: 8975f7247a user: stephan tags: ajax-wiki-editor)
01:44
Minor layout/style improvements. ... (check-in: 31c5e1fd86 user: stephan tags: ajax-wiki-editor)
01:31
Moved the hard-coded edit state markers to fossil.page.config so that skins can change them. ... (check-in: 4c1a2dd4e1 user: stephan tags: ajax-wiki-editor)
01:21
Renamed /fileedit's setFileContentMethods() to setContentMethods() to consolidate the naming convention for this client hook across pages which use it (which now includes the ajax wiki editor). ... (check-in: bdfbc9f912 user: stephan tags: trunk)
01:11
Mis-declared C var fix. ... (check-in: d7d231c933 user: stephan tags: ajax-wiki-editor)
01:09
Added filter checkboxes to show/hide to filter the wiki page list by page type(s). Related internal API additions. ... (check-in: 9edf5e7dd6 user: stephan tags: ajax-wiki-editor)
2020-07-30
23:30
Added links to the wiki page's add-attachment and list-attachment pages. ... (check-in: 01ab924155 user: stephan tags: ajax-wiki-editor)
22:09
Update the built-in SQLite to the latest 3.33.0 alpha, for testing. ... (check-in: 38d1b32bde user: drh tags: trunk)
22:02
Implemented wiki page saving. Corrected order of the versions in the diff. Various cleanups. ... (check-in: 63376a80fc user: stephan tags: ajax-wiki-editor)
19:48
New/unsaved pages can now be discarded. ... (check-in: 2ccdf326cd user: stephan tags: ajax-wiki-editor)
19:12
Added ability to create new pages passed to the editor via /wikinew and integrated them into the local edit stash. ... (check-in: 7894674dd4 user: stephan tags: ajax-wiki-editor)
01:45
Permissions checks improvements. Added a couple TODOs, notably for how to integrate handling of new/as-yet-unsaved pages into the UI. ... (check-in: 044e2b55a5 user: stephan tags: ajax-wiki-editor)
00:11
Revive branch, since it turns out there is still a problem with cloning local filesystem repositories. See the previously-linked forum post for details. ... (check-in: cbd52334ef user: andygoth tags: multi-remote-fix)
00:05
All major features except saving are implemented. ... (check-in: 5d61cec568 user: stephan tags: ajax-wiki-editor)
2020-07-29
20:19
Initial bits for the ajax-powered wiki editor. There's still much to do here, but most of the basics are in place. ... (check-in: 20636c936f user: stephan tags: ajax-wiki-editor)
20:08
Fixed %j encoding to backslash-escape double-quotes. It was accounting for them in its allocation but not actually escaping them. ... (check-in: caa51decb8 user: stephan tags: trunk)
18:10
Corrected a 'for' attribute in a generated LABEL tag used by the fileedit page. ... (check-in: b82cb27514 user: stephan tags: trunk)
16:15
Removed the SameSite=strict cookie setting in order to rule out whether it is the cause for the login cookie not being submitted when reaching the site via a GMail-induced redirect. (Follow-up: that was indeed the problem. SameSite=strict cookies are not sent when they belong to a page which is the target of a redirect from another site.) ... (check-in: 1ac2e7326b user: stephan tags: trunk)
14:56
Minor format tweak for consistency ... (check-in: 0cda82eb2f user: andygoth tags: trunk)
2020-07-28
19:47
Update the change log for the "Remember me" session login-cookie enhancement. ... (check-in: d650eea348 user: drh tags: trunk)
19:45
Add the "Remember me?" checkbox to the login page. If not checked, you get a session cookie for the login. ... (check-in: 6b7b3232df user: drh tags: trunk)
2020-07-27
15:56
Remember-me toggle defaults to off, per forum feedback. ... (Closed-Leaf check-in: 587cd77e00 user: stephan tags: login-session-cookie)
12:29
Put the "remember me" checkbox on a line by itself. Omit extra explanatory text. Move the non-SSL login warning to the top of the login dialog. ... (check-in: 8efba52b97 user: drh tags: login-session-cookie)
2020-07-26
22:29
Corrected some no-longer-true docs about the login cookie. ... (check-in: 3989c385ef user: stephan tags: login-session-cookie)
20:30
Re-added SameSite=strict cookie flag and update user.cexpire even for session cookies, otherwise non-anonymous session-only logins do not "stick" past the login process. ... (check-in: 5c84a72907 user: stephan tags: login-session-cookie)
20:10
Removed the newly-added SameSite=strict cookie setting to test whether it is the cause of session-cookie login grief on my hoster. ... (check-in: 80025e706d user: stephan tags: login-session-cookie)
19:57
Added "Remember me?" checkbox to login (default=on). Corrected cgi_set_cookie() to immediately expire the cookie for a negative lifetime (it was previously re-setting the cookie as a session cookie for that case). ... (check-in: 32975aabe7 user: stephan tags: login-session-cookie)
14:04
Minor internal API changes to support using a session cookie for logins, but there are side effects which still need to be investigated before exposing that option to the UI, e.g. login groups and any other use of the user.cexpire field. ... (check-in: ba3cf9c4de user: stephan tags: login-session-cookie)
2020-07-24
16:15
Fix an issue with the /timeline bid= query parameter on servers. ... (check-in: d0749d7886 user: drh tags: trunk)
12:56
Add the deltabg query parameter to /timeline. ... (check-in: 6b9d57a04c user: drh tags: trunk)
12:02
Improved documentation of the forbid-delta-manifests setting. ... (check-in: 6dc17a5760 user: drh tags: trunk)
11:49
If a remote has forbid-delta-manifests set and a client with autocommit enabled tries to commit, the remote tells the client to avoid deltas and the client obeys, unless the explicit --delta option is used. ... (check-in: 9116c6fbea user: drh tags: trunk)
10:57
Fix the forbid-delta-manifest setting so that it actually works. ... (check-in: 6ed036f287 user: drh tags: trunk)
2020-07-23
22:35
Rewrote the section "Overriding the Default CSP" in the defcsp.md doc. Although it's hard to see from the diffs, it largly just adds more detail to what it already said. ... (check-in: 896aa05649 user: wyoung tags: trunk)
17:39
Update documentation on CSP to point the user to the default-csp setting. ... (check-in: f5778d0d91 user: drh tags: trunk)
2020-07-21
12:52
Trivial makeheaders patch from [https://fossil-scm.org/forum/forumpost/0fc3f6b8d8], plus a small typo fix. ... (check-in: 00ad7ef3f2 user: stephan tags: trunk)
02:47
Corrected [b2ac2183] to work with CGI directory-serving mode. Renamed the two JSON bootstrap routines to be more descriptive and made it a harmless no-op to call json_bootstrap_early() (formerly json_main_bootstrap()) multiple times in order to simplify some code. Several minor code style fixes in related code. ... (check-in: e7f13b82b6 user: stephan tags: trunk)
2020-07-20
15:18
Fixed several "Ok" -> "OK". ... (check-in: b92e460fd7 user: wyoung tags: trunk)
00:16
ETAG caching of artifact downloads. ... (check-in: 70bf9a6bf7 user: drh tags: trunk)
2020-07-19
21:33
Reverse check-in [0f0b904337150bd5]. For MSVC, in order to build using the current directory as the build output directory, set the BUILDDIR environment variable to "%CD%" before executing the build tool. ... (check-in: a6332ebfe9 user: mistachkin tags: trunk)
19:02
Fixed a Markdown formatting problem due to a line break in an unfortunate location. ... (check-in: 8e3898ac03 user: wyoung tags: trunk)
2020-07-18
22:38
Updates to the change log for 2.12. ... (check-in: fa4c48bf60 user: drh tags: trunk)
22:21
Minor formatting tweak to the help-to-html converter. ... (check-in: bb6e1fe75b user: drh tags: trunk)
21:31
Enhancements to the help page for the "sql" command. ... (check-in: a370043ffa user: drh tags: trunk)
19:49
Update the built-in SQLite to the latest 3.33.0 alpha for testing. The built-in SQLite now supports UPDATE FROM. ... (check-in: 6169c8906f user: drh tags: trunk)
04:26
Close branch ... (check-in: 997267a1a4 user: andygoth tags: trunk)
02:52
Fix the "fossil clone" command so that it works again after the addition of the ability to support multiple remotes. ... (check-in: 857777f117 user: drh tags: trunk)
01:33
Temporarily back out "fossil remote" improvements until "fossil clone" is fixed: [https://fossil-scm.org/forum/forumpost/158a67cc53] ... (check-in: 0a75265220 user: andygoth tags: multi-remote-fix)
2020-07-17
23:53
For strtoll() with Visual Studio prior to MSVS 2013, fallback to _strtoi64(). ... (check-in: d626ddb554 user: ashepilko tags: trunk)
22:05
Fix variable declaration order to block-top; keeps the C89 conformance. ... (check-in: 0cb6e03443 user: ashepilko tags: trunk)
22:02
Support out-of-source build on Windows when BUILDDIR envvar is not set. ... (check-in: 0f0b904337 user: ashepilko tags: trunk)
17:47
URL fix to previous ... (check-in: d80633a369 user: wyoung tags: trunk)
2020-07-16
21:08
Renamed www/server/openbsd/httpd.md to fastcgi.md and added the "FastCGI" column to the "Activation Tutorials" table on the main server index page. Made the fonts narrower in that table as a consequence, to keep the table from wrapping. The rename is necessary because the doc doesn't tell how to do HTTP proxying of "fossil server" as all the peer pages in that column do. If such a tutorial for OpenBSD *were* written, it might then be openbsd/httpd.md. ... (check-in: 62ec4100c6 user: wyoung tags: trunk)
20:55
Added index.md into www/server/* subdirs and made links to those top-level docs from the "Activation Tutorials" table on the main www/server/index.html page so a person can get a list of options specific to that OS. Not only are index pages at each directory level a good idea, you had to get rather geeky to separate out the generic instructions from the OS-specific options before, since that table purposely blurs that line. ... (check-in: a447df7021 user: wyoung tags: trunk)
17:30
Editing pass on the branching.wiki doc. Mostly grammar and clarity improvements, but also added some links to other docs and made some pure additions. ... (check-in: f8d210aa1c user: wyoung tags: trunk)
13:48
Simplify new setting names and some internal names. ... (Closed-Leaf check-in: e6a3112f76 user: mistachkin tags: customFavicon)
2020-07-15
20:57
Permit the 'favicon.ico' image to be customized. ... (check-in: 3352c1c290 user: mistachkin tags: customFavicon)
19:52
Fix a minor spelling error. ... (check-in: 0d1db48f92 user: andybradford tags: trunk)
18:58
Typos and improvements to the help text for "fossil remote". ... (check-in: c8212fd14b user: drh tags: trunk)
18:53
Make the "fossil remote delete default" command works like "fossil remote off". ... (check-in: 59645b6f45 user: drh tags: trunk)
18:02
Add the ability to remember multiple remote repositories. Enhance the "fossil remote" command to configure and control the list. ... (check-in: f11c863d91 user: drh tags: trunk)
2020-07-14
14:39
Added 'skip' to bisect's one-line help summary. ... (check-in: 4689ec45f9 user: stephan tags: trunk)
2020-07-13
12:49
Small typo fix in the change log. ... (check-in: cfbfdd1ec8 user: stephan tags: trunk)
2020-07-12
19:11
Add the "fossil backup" command to safely make a backup copy of a repository. ... (check-in: aadbe015df user: drh tags: trunk)
18:36
Merge the (still experimental) hooks implementation onto trunk. ... (check-in: 9d8db79c03 user: drh tags: trunk)
18:35
Documentation updates. ... (Closed-Leaf check-in: 94658201c9 user: drh tags: hooks)
15:00
Update the change log. ... (check-in: a382145a2b user: drh tags: trunk)
2020-07-10
12:49
Minor documentation tweaks. ... (check-in: 85f4869078 user: drh tags: trunk)
11:11
Ardoise skin: removed 'appearance' CSS attributes (non-standard and not supported by modern FF), reset textarea height from 32px to initial (otherwise forum and skin editor are next to useless), updated a couple light-on-lighter colors to make the forum more legible. ... (check-in: 78487dfc58 user: stephan tags: trunk)
10:02
Forum post collapse/expand: 1) Is now full width to balance visibility and mobile accessibility. 2) Use arrows (instead of words) to convey intent. 3) When collapsing, scroll the collapser widget to the top of the viewport so that the next post is in view (avoids manual scrolling back up). 4) double-click on a large post toggles expand/collapse (avoids scrolling when expanded). ... (check-in: a30a6db480 user: stephan tags: trunk)
2020-07-09
22:19
Merge enhancements from trunk. ... (check-in: 7e845bfd02 user: drh tags: hooks)
20:50
Improvements to bisect built-in documentation. No changes to code. ... (check-in: d4c45b50a9 user: drh tags: trunk)
20:44
Add the "fossil bisect skip" command. ... (check-in: 9e7262b4e0 user: drh tags: trunk)
20:39
Added a tiny margin above the forum expand/collapse button. Docs and minor cleanups to the new forum JS code. Added a disabled, but potentially interesting, long-press handler in the forum code to toggle expand/collapse. ... (check-in: 8de6b9084a user: stephan tags: trunk)
19:09
Provide an "Expand" or "Collapse" button on long forum posts. The default threshold is 50em. ... (check-in: cd9cb4d24a user: drh tags: trunk)
18:31
Moved expand/collapse toggle to the bottom of the post, per forum feedback. That required changing it to a button because of CSS limitations. Fixed a few mis-used P tags in the FORM part of each post (P cannot hold a FORM). ... (Closed-Leaf check-in: eb392f9719 user: stephan tags: forum-expand-poc)
18:06
For expanded view, use max-height:initial instead of some arbitrarily large value. That will effectively disable max-height. Change the pointer for the expand toggle to 'cursor'. ... (check-in: c824d1dc3e user: stephan tags: forum-expand-poc)
17:42
Enhance the /timeline "bisect" and "bid" views so that they shows all unresolved checkins in between the innermost good and bad checkins. ... (check-in: 8a0fd6fb5c user: drh tags: trunk)
17:36
/forumthread: dynamically determine which posts have scrollbars (i.e. are taller than div.forumPostBody's max-height) and only add the expand/collapse toggle to those posts. ... (check-in: 1d467dcb71 user: stephan tags: forum-expand-poc)
17:12
Do not short-circuit a /timeline request using ETAGS if the bisect parameter is used. ... (check-in: 4acb9cd276 user: drh tags: trunk)
15:59
Expand/collapse toggle is no longer 100% wide. ... (check-in: bb333b0bd9 user: stephan tags: forum-expand-poc)
15:35
Very rough proof-of-concept for a pure-CSS expand/collapse option for forum posts. Demonstrates the capability but is far from polished enough to bring online. ... (check-in: be157e46f0 user: stephan tags: forum-expand-poc)
14:53
Change the height at which scrolling kicks in for forum posts from 40em to 100em. This is an experiment. ... (check-in: 29f7da9318 user: drh tags: trunk)
12:53
Refactored [23e138e808] a bit to move some new json-only code from main.c to json.c. ... (check-in: b2ac218325 user: stephan tags: trunk)
03:13
JS fossil.fetch(): moved an XHR.setRequestHeader() call to after the XHR.open() call because FF now says it must be done in that order. ... (check-in: 98f3c05c09 user: stephan tags: trunk)
02:15
Refactored [dd490d17be] into a separate routine and applied it to the POST parsing handler to fix problem reported at [https://fossil-scm.org/forum/forumpost/f3e11f5629]. ... (check-in: 23e138e808 user: stephan tags: trunk)
2020-07-08
20:26
Fix for problem reported at [https://fossil-scm.org/forum/forumpost/e4953666d6] which triggered a JSON-mode assertion when trying to access a /json path via a server running in directory-serving mode (which prefixes such paths with the repo name). Such paths are now recognized as routes into the JSON API. ... (check-in: dd490d17be user: stephan tags: trunk)
15:23
Follow-up to previous check-in: avoid breaking external feature detection for 'mv-rm-files'. ... (check-in: 4a880a166a user: mistachkin tags: trunk)
13:53
Since FOSSIL_ENABLE_LEGACY_MV_RM is enabled by default (it really only does something when the "mv-rm-files" setting is set anyway), and there is no reason to ever disable it, just clean up the related #ifdef's. ... (check-in: 918bcfcf77 user: jan.nijtmans tags: trunk)
11:58
since fossil requires SQLite 3.33 now, adapt sqlcompattest accordingly ... (check-in: c48ef7254d user: jan.nijtmans tags: trunk)
2020-07-06
17:53
Hook documentation tweaks. ... (check-in: 64184f934c user: drh tags: hooks)
17:42
Change another popen() to popen2() in hook.c. ... (check-in: f9fa692af9 user: drh tags: hooks)
17:38
Prelimiary hook documentation. Use popen2() to run after-receive hooks for compatibility on windows systems. ... (check-in: 4729793ea1 user: drh tags: hooks)
16:20
Add support for before-commit hooks. ... (check-in: 4a9c6c64ee user: drh tags: hooks)
11:08
Add the "fossil hook status" command. Embargo post-receive hooks for 60 seconds after an incomplete sync, to give an opportunity for the sync to complete. ... (check-in: 3d191798a6 user: drh tags: hooks)
10:46
In the change list send into the post-receive hook, omit any changes that are more than 24 hours older than the most recent change. ... (check-in: 8e424389e0 user: drh tags: hooks)
10:21
The backoffice now invokes after-receive hooks. ... (check-in: 4777999d32 user: drh tags: hooks)
2020-07-05
22:37
Make sure the hook-last-rcvid value is initialized whenever a new hook is added. ... (check-in: af817f346b user: drh tags: hooks)
22:24
Experimental mechanism to run scripts when certain events occur. This check-in only provides a command-line interface to set and manage hooks. The hooks do not yet actually run. ... (check-in: 5021c5bbe6 user: drh tags: hooks)
19:22
Enhance the "fossil scrub" command to remove information about SSL cert exceptions and http-auth data from past syncs. ... (check-in: ef06d8a5ff user: drh tags: trunk)
14:42
In the artifact description generator, include the branch name and commit user in the description of check-in artifacts. ... (check-in: 2ae6b1cc01 user: drh tags: trunk)
13:14
Fix output formatting in the "fossil tls-config show" command. ... (check-in: 8c50f807b7 user: drh tags: trunk)
2020-07-03
20:54
In the sync protocol, never send a gimme card for a phantom that we know the other side lacks because it has previously sent us the same gimme card. ... (check-in: 405457c161 user: drh tags: trunk)
14:06
isspace() -> fossil_isspace() ... (check-in: 1d9e0897e3 user: jan.nijtmans tags: trunk)
13:52
Partially backout [620783cae23d28bd73959006af71f859e8b7333e|620783cae2] (adapted to current coding style): This brings back the --empty option there once was. ... (Closed-Leaf check-in: 971a5f513c user: jan.nijtmans tags: no-initial-commit)
2020-07-02
20:54
Updates to the change log and to the /timeline documentation. ... (check-in: ea4010d58a user: drh tags: trunk)
17:28
Squished a few more "the the" grammar errors in comments ... (check-in: 40521155c3 user: wyoung tags: trunk)
16:55
Fix typos in comments in backoffice.c - one of which is part of the built-in help. ... (check-in: 5b4d2df00c user: drh tags: trunk)
13:17
Fix to the help text in the fossil backoffice command. ... (check-in: ab1023c013 user: drh tags: trunk)
13:09
Improvements to backoffice documentation. ... (check-in: 8a4b5c42d5 user: drh tags: trunk)
01:56
Improvements to backoffice polling using the "fossil backoffice" command. ... (check-in: 75b76efbba user: drh tags: trunk)
00:15
Typo fix in fossil-v-git.wiki ... (check-in: 2a4322d8fd user: wyoung tags: trunk)
2020-07-01
22:15
Fix an error in the way that alerts are counted for use in the backoffice log. ... (check-in: 77377e6c02 user: drh tags: trunk)
21:21
Updated documentation on the "backoffice" command. ... (check-in: fda6337611 user: drh tags: trunk)
21:12
Condense each backoffice log entry into a single line. ... (check-in: e05a97aebe user: drh tags: trunk)
20:21
Fix a bug that causes backoffice to ignore the backoffice-logfile setting. ... (check-in: 5911f4b0c6 user: drh tags: trunk)
20:18
Fix compiler warnings in backoffice. ... (check-in: c7dca0cd79 user: drh tags: trunk)
20:16
Improved logging of backoffice operations. ... (check-in: 71b9f35475 user: drh tags: trunk)
01:34
Grammar tweak ... (check-in: 161309b1fc user: andygoth tags: trunk)
2020-06-28
16:29
Merge updates from trunk. ... (Closed-Leaf check-in: c40c3272cd user: mistachkin tags: th1Favicon)
15:08
Further CSS updates to the 'eagle' skin. ... (check-in: cff5d12696 user: mistachkin tags: trunk)
14:19
Typo on an error message. ... (check-in: fa9d33b46e user: drh tags: trunk)
2020-06-27
17:15
Permit the 'favicon.ico' page to be customized via TH1. ... (check-in: ff73526517 user: mistachkin tags: th1Favicon)
17:05
Typos in the help text and the change log. ... (check-in: cd061779d2 user: drh tags: trunk)
15:51
Updates to the change log. Add documentation for the safe-html setting. ... (check-in: 9ef2e5e57b user: drh tags: trunk)
15:06
Add query parameters "plaintext" and "raw" to the /help page. ... (check-in: 8530666c09 user: drh tags: trunk)
14:48
Add the obscure() shell function. Corresponding unobscure() is not provided. ... (check-in: f7e572b040 user: drh tags: trunk)
12:45
OpenBSD server docs: Add instructions to make fossil.log owned by 'www' user, and repository directory group writeable; remove unnecessary 'directory index' option in httpd.conf; and fix redundant double backticks. ... (check-in: 8ce8828d0c user: jamsek tags: trunk)
10:48
Attempt to fix broken link on the documentation index. ... (check-in: 02a7c72bf9 user: drh tags: trunk)
00:12
Follow-up to the previous check-in: for the 'eagle' skin, make sure the logo div has a valid minimum width. ... (check-in: 4a9af9b059 user: mistachkin tags: trunk)
2020-06-26
23:06
Attempt to improve the look of the forum when using the 'eagle' skin. ... (check-in: 9cb1556e11 user: mistachkin tags: trunk)
21:49
Updated the "Image Format vs Fossil Repo Size" doc and its associated notebook and SVG file: smarter initial repo size handling so we don't have to throw away the first 3 rows of data; now works with Anaconda, allowing simpler local replication of results; using /tmp for the test instead of relying on "open --nested" to protect us from running the experiment in-tree; clarified discussion of results. ... (check-in: f281b3dfb7 user: wyoung tags: trunk)
18:52
Adds the obscure() shell function, exposing an internal mechanism without which you cannot programmatically set the user's sync password or HTTP auth creds. The existing mechanisms assume you can type into the console. Effectively, this gives us "fossil user pass" equivalents for these other password-like values. ... (Closed-Leaf check-in: 2b5b7181a8 user: wyoung tags: obscure-shell-function)
2020-06-25
13:32
Add a link to the built-in help to the permuted documentation index. ... (check-in: db90281cb3 user: drh tags: trunk)
08:16
Merge trunk ... (Closed-Leaf check-in: 69b450c1e0 user: jan.nijtmans tags: cleanX)
00:17
On webpages, render help text as HTML. ... (check-in: e58c76a1d0 user: drh tags: trunk)
00:16
Adjust help text to work better with the new formatter. ... (Closed-Leaf check-in: a8a606996b user: drh tags: formatted-online-help)
2020-06-24
21:50
Automatically add HTML formatting to the on-line help when displaying in a web-page. (This is a work-in-progress. No everything displays correctly, yet.) ... (check-in: f1230cb3f3 user: drh tags: formatted-online-help)
2020-06-23
12:52
Update the backoffice poller so that it invokes each backoffice at least once every hour - configurable using the --min command-line option. ... (check-in: e1d8cea28a user: drh tags: trunk)
2020-06-22
13:43
Fix typo in OpenBSD documentation httpd link, remove block quote formatting, and make section titles consistent with existing server docs. ... (check-in: a9cc104eb3 user: jamsek tags: trunk)
09:51
Add OpenBSD (httpd + FastCGI) Fossil server documentation ... (check-in: 311f16953c user: jamsek tags: trunk)
00:16
Do not show the "On-line File Editor" in the sitemap for users who lack check-in privilege. ... (check-in: f6ac4fa7c5 user: drh tags: trunk)
2020-06-21
17:17
Always increment the "cfgcnt" value on any configuration change, in order to reset the ETag in case the configuration changes display characteristics. ... (check-in: 0ba0e5e446 user: drh tags: trunk)
12:59
Fix etag processing so that no etag header is issued for pages which encounter errors or warnings. ... (check-in: 517fb01b9c user: drh tags: trunk)
2020-06-20
19:51
Make sure calls to db_close_config() also close the local checkout when needed. ... (check-in: aefbd20d6e user: mistachkin tags: trunk)
16:56
Update the custom MinGW makefile. ... (check-in: e28b23159f user: mistachkin tags: trunk)
03:45
Work around an erroneous warning in clang-8. No logic changes. The exact same machine code is generated. ... (check-in: 6daa19d961 user: drh tags: trunk)
00:15
Add the "helptext" virtual table. This is a stepping-stone to adding help-text search. ... (check-in: b2dacfcd73 user: drh tags: trunk)
2020-06-19
20:41
Remove a stale dependency from the MSC makefile. ... (check-in: 162ac96d7b user: drh tags: trunk)
20:20
Remove a harmless unused variable. ... (check-in: 45372c122e user: drh tags: trunk)
20:13
The "fossil test" command offers suggestions if the help requested is not recognized. ... (check-in: a99d9173bf user: drh tags: trunk)
17:54
Add the test-command-stats command. ... (check-in: c7bb647f7a user: drh tags: trunk)
16:44
Use the schema-table naming convention appropriate for SQLite 3.33.0. ... (check-in: 22645e1f06 user: drh tags: trunk)
15:33
Update the built-in SQLite to the latest 3.33.0 prerelease. ... (check-in: 5cf17694d0 user: drh tags: trunk)
05:30
Obsessively added a missing free() in search.c. ... (check-in: fa6da0d250 user: stephan tags: trunk)
2020-06-18
22:48
Typo fix. ... (check-in: 9f15984788 user: drh tags: trunk)
19:04
More improvements to the /timeline display with p= and bt=. ... (check-in: 048a74b6b7 user: drh tags: trunk)
18:02
More /timeline enhancements. Improved graph drawing for from=,to= especially when using the mionly and rel options. Improved label on p=,bt=. ... (check-in: 21eebbbaba user: drh tags: trunk)
17:42
Omit special characters from the search pattern for indexed search. ... (check-in: 977bb3fdf2 user: drh tags: trunk)
16:35
Fix the bt= query parameter on /timeline so that it is ignored if it occurs after check-in of the p= query parameter. ... (check-in: 15785eec6b user: drh tags: trunk)
16:17
Add the bt= query parameter to /timeline. Used in conjunction with p=, the bt= entry (mnemonic: Back To) provides a limit to how far backwards in time the ancestor search will go. ... (check-in: 8b7a979a74 user: drh tags: trunk)
14:48
Improved title on ancestor displays in /timeline. ... (check-in: f505d8d518 user: drh tags: trunk)
13:55
Improvement to /timeline for better details with the from= and to= query parameters together with the "mionly" option. ... (check-in: badbcba970 user: drh tags: trunk)
2020-06-17
17:18
Improved comments in the compute_ancestors() function. No code changes. ... (check-in: c1abd612a9 user: drh tags: trunk)
14:38
Include first-generation simple cherrypicks in ancestor graphs on the timeline. ... (check-in: 5a23a724ae user: drh tags: trunk)
2020-06-16
20:46
Search improvements: Limit the number of search results to the value in the "search-limit" setting, or 100 results if the setting is omitted. And, show the date of each article if the date is not included as part of the title. ... (check-in: 13dfcdd957 user: drh tags: trunk)
14:40
Add a link to /fileedit from /sitemap, so that it appears in the hamburger menu when it is enabled. ... (check-in: cc17add265 user: drh tags: trunk)
2020-06-15
00:58
Minor layout tweaks in /fileedit. ... (check-in: 5a7243c21c user: stephan tags: trunk)
2020-06-14
15:28
Robustify a few things in the JSON subsystem integration and get JSON tests passing. ... (check-in: a588e55fe7 user: mistachkin tags: trunk)
05:37
Merged in default.css branch: move default_css.txt to default.css (compiled in as-is as a builtin) and eliminate the no-longer-relevant mkcss tool. The over-the-wire size increase for the no-longer-stripped CSS is less than 1kb. ... (check-in: 8eec01d419 user: stephan tags: trunk)
2020-06-13
19:11
Move the JSON error cgi_reply() into fossil_print_error(). ... (Closed-Leaf check-in: 6131789870 user: mistachkin tags: jsonTestsPass)
05:59
Accounted for [9e4ca894], from default_css.txt (which no longer exists in this branch). ... (Closed-Leaf check-in: 9070947dac user: stephan tags: default.css)
01:25
Remove superfluous 'then' from the test suite. Also, enhance -verbose when used for merge tests. ... (check-in: 3c7825278b user: mistachkin tags: trunk)
2020-06-12
23:20
Updates to the 'mv-rm' tests. ... (check-in: 7f002bc6b2 user: mistachkin tags: trunk)
23:12
Merge updates from trunk. ... (check-in: 7b16567772 user: mistachkin tags: jsonTestsPass)
23:10
Another test correction. ... (check-in: 051428f439 user: mistachkin tags: jsonTestsPass)
22:25
Missed the other one. ... (check-in: 8ca633e0ae user: mistachkin tags: jsonTestsPass)
22:08
Attempt to make sure the 'SSH_CONNECTION' environment variable is ignored during the JSON tests. ... (check-in: 51792cf5c7 user: mistachkin tags: jsonTestsPass)
21:53
Another fix. ... (check-in: 6804c033eb user: mistachkin tags: jsonTestsPass)
21:07
Handle missing 'json' Tcl package gracefully. ... (check-in: e3297200e5 user: mistachkin tags: jsonTestsPass)
20:57
Another attempt to adjust JSON session lifecycle. ... (check-in: a34c7b37f2 user: mistachkin tags: jsonTestsPass)
14:28
Improve documentation readability on mobile. ... (check-in: 9e4ca8948a user: drh tags: trunk)
13:25
Fix the /ambiguous page so that the src= query parameter is optional. Fix the /hash-colisions page so that it links to /ambiguous rather than to /whatis. ... (check-in: 9a0132e528 user: drh tags: trunk)
13:16
Fix typo on the webpage-ex.md page. ... (check-in: b3d5788191 user: drh tags: trunk)
00:29
Updates to the 'cmdline', 'set-manifest', and 'unversioned.test' tests. ... (check-in: ecb52c1f78 user: mistachkin tags: trunk)
2020-06-11
23:55
More fixes. ... (check-in: 37089a5ed1 user: mistachkin tags: jsonTestsPass)
23:40
Attempt to make JSON subsystem initialization work better. ... (check-in: 920a64286d user: mistachkin tags: jsonTestsPass)
23:06
More JSON test adjustments. ... (check-in: ad0679cabf user: mistachkin tags: jsonTestsPass)
22:38
Experimental changes to get JSON tests passing. ... (check-in: 2e4238368e user: mistachkin tags: jsonTestsPass)
21:03
In the Markdown formatter, bring emphasis markup into closer alignment with the CommonMark spec. In particular, this should allow underscores in the middle of identifiers to be rendered correctly without escapes. ... (check-in: 37806e85d2 user: drh tags: trunk)
19:51
Fix the mkversion.c program to also respond to the SOURCE_DATE_EPOCH environment variable. ... (check-in: 7d61b68208 user: drh tags: trunk)
18:52
Corrections to the new markdown test cases. ... (check-in: 7bb8ecc92b user: drh tags: trunk)
18:45
Add test cases for CommonMark rendering of emphasis markup. ... (check-in: 93df88367e user: drh tags: trunk)
14:13
Add support for the FOSSIL_BUILD_EPOCH compile-time option. Ticket [99038b83b489dddb] ... (check-in: 1a894c0820 user: drh tags: trunk)
13:43
Allow using the "backlink" table in ticket reports. ... (check-in: 648396c9c1 user: drh tags: trunk)
07:46
Merge in trunk. ... (check-in: bd56e90d0f user: stephan tags: default.css)
07:22
Refactored the generic ajax-related parts of src/fileedit.c into src/ajax.c for eventual re-use in other pages. Added /ajax "page" to act as a dispatcher for page-agnostic ajax routes. ... (check-in: c313cac828 user: stephan tags: trunk)
02:06
Updates to the 'amend' tests. ... (check-in: 47f19d8eb0 user: mistachkin tags: trunk)
02:05
Updates to the 'diff' tests. ... (check-in: 547585be71 user: mistachkin tags: trunk)
01:52
Updates to the 'th1-docs' tests. Also, enhance output of the --th-trace option. ... (check-in: fee9ede22a user: mistachkin tags: trunk)
00:45
Updates to the 'commit-warning' tests. ... (check-in: 17e1217a5e user: mistachkin tags: trunk)
00:37
Updates to the 'th1' tests. ... (check-in: 93f42413a2 user: mistachkin tags: trunk)
00:08
Test suite fixes. ... (check-in: 5b1b25b4a9 user: mistachkin tags: trunk)
2020-06-10
23:00
Fix handling of empty-string corner case for the file_simplify_name() function. ... (check-in: 233a08f4fc user: mistachkin tags: trunk)
21:46
Further improvements to the file name escaping on Windows. ... (check-in: 9519c22556 user: mistachkin tags: trunk)
21:43
Avoid 'index desctype already exists' error that could occur in some circumstances. ... (check-in: 23fc63e45b user: mistachkin tags: trunk)
20:30
Updates to the change log. ... (check-in: 7e4aeafcea user: drh tags: trunk)
01:39
More work on Win32 shell argument escaping. ... (Closed-Leaf check-in: 8c8a6d1217 user: mistachkin tags: win32shellArg)
2020-06-09
23:46
Integrate the improved filename escaping logic for windows. Also add the "fossil test-escaped-arg" command for testing the logic. ... (check-in: 7a2d06a46a user: drh tags: trunk)
23:41
Add the test-escaped-arg command for testing blob_append_escaped_arg(). ... (Closed-Leaf check-in: 7fad2abc7b user: drh tags: win32shellArg)
23:32
Improvements to fossil_assert_safe_command_string(), especially for windows. ... (check-in: ce16c59499 user: drh tags: trunk)
23:05
Enhance build suffix handling in the MSVC build tool. ... (check-in: 4a8ca98f2a user: mistachkin tags: trunk)
22:54
Adjustments to the shell argument escaping for Win32. ... (check-in: acbea38c6c user: mistachkin tags: win32shellArg)
21:12
Improvements to www/selfcheck.wiki: fixed a few typos, added a link to the delta-compression algo doc, and capitalized "fossil" where used as a product name, rather than a command. ... (check-in: 0b9bfc4f7d user: wyoung tags: trunk)
17:51
More MSVC makefile simplifications. ... (check-in: 1ebe5bbec0 user: mistachkin tags: trunk)
17:50
Make db_stats() conditional on the appropriate global option. ... (check-in: 2a0c020313 user: mistachkin tags: trunk)
17:44
Enhancements to OpenSSL user-prompt buffer handling. ... (check-in: 82d177fa14 user: mistachkin tags: trunk)
17:42
Enhancements to the command-string sanitizer safety-net. ... (check-in: 68b68ce673 user: drh tags: trunk)
17:32
Improvements to command-string sanitizing and the the sanitizer test command. ... (Closed-Leaf check-in: e3185aee7f user: drh tags: safe-fossil-system-test)
16:47
Begin splitting up fossil_assert_safe_command_string() into separate windows and unix implementions. Add the test-fossil-system command for testing. ... (check-in: 9c38a004ad user: drh tags: safe-fossil-system-test)
03:00
Update the index page to show the latest release. ... (check-in: f618a25cc9 user: drh tags: trunk)
01:44
Fix issue in 'buildmsvc.bat' batch tool when the USE_V110SDK71A option is used on x64. ... (check-in: a87528f370 user: mistachkin tags: trunk)
01:41
In the MSVC makefile, do not wrap '$(MAKE)' in double quotes because it already has them. ... (check-in: ba0f0b7c9c user: mistachkin tags: trunk)
00:59
Another minor simplification to the MSVC makefile. ... (check-in: 0387226c38 user: mistachkin tags: trunk)
00:38
Allow '&amp;' as the last character in a fossil_system() string. ... (check-in: 84346a317b user: drh tags: trunk)
00:27
Add the new "%$" conversion specifier in mprintf(), for escaping filenames for use in shell commands. Use this feature for added system() security whereever appropriate. ... (check-in: 2209f55323 user: drh tags: trunk)
2020-06-08
23:37
Add a safety scan of all strings passed into fossil_system(). Fatal error if the input string seems unsafe. ... (check-in: a046f916d3 user: drh tags: trunk)
23:11
Fixes and enhancements to SEE integration on Windows. ... (check-in: 57d8a71f42 user: mistachkin tags: trunk)
23:03
Fix harmless compiler warning seen with MSVC. ... (check-in: 094fb2ef0c user: mistachkin tags: trunk)
22:52
Fix handling of the 'fossil.exe.manifest' file by the MSVC makefile. ... (check-in: 6acb039c81 user: mistachkin tags: trunk)
22:08
Make sure the 'fossil.exe' target is honored when using the MSVC makefile. ... (check-in: c89a5a3ad2 user: mistachkin tags: trunk)
20:47
Updates to the change log. ... (check-in: 70fc44a199 user: drh tags: trunk)
20:08
Version 2.10.1 ... (check-in: 674782c7a1 user: drh tags: release, version-2.10.1, branch-2.10)
19:48
Version 2.11.1 ... (check-in: 307d94c549 user: drh tags: release, version-2.11.1, branch-2.11)
19:47
Make the "fossil git export" command more restrictive about characters that it allows in tag names. ... (check-in: e8c6cd2ced user: drh tags: branch-2.11)
19:14
More test cases (based on the SQLite repository) for the merge-riser coalescing logic. ... (check-in: a2930cc091 user: drh tags: trunk)
19:05
Avoid drawing multiple copies of cherrypick merge risers. ... (check-in: 146f02f922 user: drh tags: trunk)
18:27
Add test cases for the merge-riser coalescing logic. ... (check-in: e4e5b771d2 user: drh tags: trunk)
18:13
Minor bug fixes in the new merge-riser coalescing logic of the graph generator. ... (check-in: 7688673a8e user: drh tags: trunk)
17:10
Graph improvement: When there are multiple inbound merge arrows, try to combine as many as possible into a single riser. ... (check-in: 1eb9f5a81a user: drh tags: trunk)
12:10
Update the built-in SQLite to the latest trunk version for testing. ... (check-in: 3ab64c5a4d user: drh tags: trunk)
03:32
Make the "fossil git export" command more restrictive about characters that it allows in tag names. ... (check-in: c9a592dde7 user: drh tags: trunk)
2020-06-07
23:07
Robustify error handling. ... (Closed-Leaf check-in: 39c88cff80 user: mistachkin tags: testPid)
23:03
Fixes and enhancements to SEE integration on Windows. ... (check-in: 584ac9ffc4 user: mistachkin tags: testPid)
18:23
Add the 'test-pid' web page. ... (check-in: d6e900a581 user: mistachkin tags: testPid)
18:20
Update custom Makefile for MinGW. ... (check-in: 81960e1faa user: mistachkin tags: trunk)
2020-06-06
19:04
Simplify the batch tool changes from [0519493f]. The BUILDDIR environment variable can be set before invoking 'buildmsvc.bat' in order to build out-of-tree. ... (check-in: 7c481db74e user: mistachkin tags: trunk)
04:06
Describe how to produce a build with debugging options enabled. ... (check-in: c9690c7356 user: ashepilko tags: trunk)
03:56
Support the build from an out of source-tree directory on Windows; allow paths with spaces. ... (check-in: 0519493f46 user: ashepilko tags: trunk)
2020-06-05
14:43
Minor branch help doc tweak suggestion from the forum. ... (check-in: f488eaf5ff user: stephan tags: trunk)
2020-06-04
21:01
mv-rm.test: On test teardown, delete the manually created dir. ... (check-in: 5da1bd94cc user: ashepilko tags: trunk)
20:51
revert: Allow reverting of current changes for the whole directory tree. ... (check-in: a8bb08697a user: ashepilko tags: trunk)
18:38
Update the built-in SQLite to the latest trunk version so that the "fossil sql" command can take advantage of the new ".mode box" setting. ... (check-in: 363efffe9e user: drh tags: trunk)
14:23
The safe-HTML feature of Markdown rendering now shows the full content of omitted HTML elements, without truncation. ... (check-in: 16d68b0d4c user: drh tags: trunk)
14:12
On the /timeline page with the c= query parameter, try harder to capture the full number of events requested by the n= query parameter. ... (check-in: a1af802677 user: drh tags: trunk)
14:10
Update the built-in SQLite to the latest trunk version that includes the COMMIT patch for 3.32.2 plus the new ".mode table" and ".mode json" features of the CLI. ... (check-in: 991879177b user: drh tags: trunk)
10:43
Fix for "/timeline?c=XXXX" (circa the specified check-in) when the target check-in is at or near the tip of the timeline. See https://fossil-scm.org/forum/forumpost/e3adbfedfd ... (Closed-Leaf check-in: 16a09da8c1 user: graham tags: timeline-circa-fix)
2020-06-03
22:43
Squelched a compiler warning reported at [https://fossil-scm.org/forum/forumpost/4215cf68c7]. ... (check-in: 35ce9e3ed9 user: stephan tags: trunk)
2020-06-02
22:34
mv: Handle the case of soft-renaming of a managed sub-directory that was already renamed at the file-system level; see [https://fossil-scm.org/forum/forumpost/f5b13591e3|forumpost/f5b13591e3] ... (check-in: 709d2f804f user: ashepilko tags: trunk)
20:05
Add the safe-html setting that determines which kinds of documents are allowed to generate unsafe HTML from Markdown. ... (check-in: 89b6dda99c user: drh tags: trunk)
18:55
Documentation improvements on the HTML safer. Only apply safe-html to Forum posts for the moment. ... (check-in: 03ce4e70b6 user: drh tags: trunk)
17:38
Update the HTML safeing mechanism so that it does the entire Markdown output all at once. In this way it is better able to cope with block markup that spans multiple paragraphs. ... (check-in: 382f3731ee user: drh tags: trunk)
16:20
Added a "no changes" messages if no local files are different; report trying to view a non-existent local file. Tidy-up and added config-options and "what I did" block near top of info.c. ... (check-in: a955c80b43 user: graham tags: ui-local-diff)
15:14
Only use safe-html markdown rendering for the Forum. This is a temporary measure to get most things working again while we devise improvements to the safe-html mechanism. ... (check-in: f4e6efb2da user: drh tags: trunk)
13:52
Merge in Markdown changes from trunk. ... (check-in: bf5a21e036 user: graham tags: ui-local-diff)
12:35
Change the callback function names in markdown_html.c so that they match the pointer names in markdown.c. No functional changes. ... (check-in: 485fda60c3 user: drh tags: trunk)
12:29
Refactor the safe-html interface names. Improved comments. No functional changes. ... (check-in: 54c1fd6fbb user: drh tags: trunk)
11:23
Fix blob_append_safe_html() so that it can handle the case of nHtml==0. ... (check-in: cd0b228de7 user: drh tags: trunk)
2020-06-01
22:46
Adjust the webpage-ex.md page due to the fact that &lt;style&gt; is no longer allowed in Markdown, for security. ... (check-in: 9f9fbb4b56 user: drh tags: trunk)
22:24
Quick fix to many of the formatting problems associated with the recent attempts at making the Markdown output "safer". More work to be done, but this check-in will at least get most of the website working again. I hope. ... (check-in: c2875cb444 user: drh tags: trunk)
22:12
Added ability for "/local" to display files present in the checkout but not managed by Fossil (cf. "fossil extras"). ... (check-in: 07829f371b user: graham tags: ui-local-diff)
20:51
Optimization to markdown formatting - faster determination if a line is part of a table for the common case when it is not. ... (check-in: bd2796b10a user: drh tags: trunk)
20:22
Give SQLite a hint to help it run faster in symbolic_name_to_rid(). ... (check-in: d45542ccd2 user: drh tags: trunk)
20:12
Remove a redundant call to manifest_get(). ... (check-in: 50ed560c6b user: drh tags: trunk)
19:31
Further improvements to the end-tag insertion algorithm. ... (check-in: a7ebb8d77f user: drh tags: trunk)
19:16
Improvements to automatic end-tags. ... (check-in: a7807a8b9c user: drh tags: trunk)
16:10
When HTML markup is sanitized by the blob_append_safe_html() function, instead of removing offending markup, escape it and put it within an error span. ... (check-in: bc2e6fbeb5 user: drh tags: trunk)
14:59
Revert the change at [a3ab0c6186b43236]. In its place, add the blob_append_safe_html() routine that stricts HTML generated by Markdown to be in the set of safe elements as defined by Fossil-wiki. Omit any unsafe elements and/or attributes. Omit unmatched close-tags. Insert missing close-tags. ... (check-in: aadf91723a user: drh tags: trunk)
13:11
Rename the htmlTagLength() function to html_tag_length(). ... (check-in: 3f99bca912 user: drh tags: trunk)
07:01
Enhance the markdown formatter to ignore certain HTML tags such as &lt;style&gt;. ... (check-in: a3ab0c6186 user: drh tags: trunk)
01:14
Folded info from forum thread https://www.fossil-scm.org/forum/forumpost/b770d8edc4 into the Debian/nginx service docs. ... (check-in: 4b98322350 user: wyoung tags: trunk)
2020-05-31
11:22
Fixed diff of an individual checked-out file (/localdiff) so it compares against the correct artifact when on a branch. ... (check-in: 5cbb78b486 user: graham tags: ui-local-diff)
2020-05-30
22:22
Distinguish local-changes from changes from a merge. ... (check-in: db758a3454 user: graham tags: ui-local-diff)
19:32
Merged in UUID-renaming changes from trunk. ... (check-in: 1fd9acb97c user: graham tags: ui-local-diff)
16:51
Added "& server" to the "native" row in the characterization table at the top of fossil-v-git.wiki. ... (check-in: 6c04e42f76 user: wyoung tags: trunk)
16:39
Small adjustments to the terminology in the summary table at the top of fossil-v-git.wiki. ... (check-in: 38850c03f4 user: wyoung tags: trunk)
16:15
Make two passes through list of local changes so all "one-line" entries are listed first. ... (check-in: bc56945ea4 user: graham tags: ui-local-diff)
2020-05-29
17:57
Correction to the /thisdayinhistory page so that it shows the first day of the project on the anniversary of the project. ... (check-in: 018db17c54 user: drh tags: trunk)
16:46
Update the built-in SQLite to the latest trunk code that includes the new ".mode table" command for formatting output from the CLI. ... (check-in: f6a99292c9 user: drh tags: trunk)
10:32
Remove an incorrect foreign key from the mlink table. Many of the other foreign keys are syntactically correct, but Fossil uses numeric 0 instead of NULL to mean "no reference", which is semantically wrong. We should try to fix that at some point, perhaps. Or enhance SQLite so that it is able to interpret 0 values on a FK reference to an INTEGER PRIMARY KEY as if it were a NULL, as an option. Maybe. ... (check-in: 1f5af80047 user: drh tags: trunk)
08:05
Move default_css.txt to default.css, treat it like a builtin file, and remove mkcss, as the recent style.css reorg obviates the need for mkcss. ... (check-in: 0c19cd0a86 user: stephan tags: default.css)
2020-05-28
21:39
Initial implementation to show "local (uncommitted) changes" in Fossil's UI. Not yet tested to destruction, but fails no more errors in the test-suite than trunk. Currently there are no links to the new page: manually navigate to "/local" (a variant of the "/ci" page). ... (check-in: ccebe22576 user: graham tags: ui-local-diff)
19:52
Merged uuid-to-hash branch down, causing all public interfaces except for those exceptions now documented in www/hashes.md to use something other than "UUID" to mean "artifact hash" or one of its more specific derivative terms. (e.g. Commit ID) ... (check-in: 8ad5e46908 user: wyoung tags: trunk)
19:47
Second-pass edit on www/hashes.md: more definite stances on things now that we have a ruling on the debate, and less flagellation all around. ... (check-in: 3d808c4d0c user: wyoung tags: trunk)
17:37
Updates to the doc/hashes.md document. ... (check-in: 364307951c user: drh tags: trunk)
17:21
The new blob_reserve() now triggers blob_panic() if asked to allocate more than blob_append_full() internally allows for (not quite 2GB), to avoid a corner case that blob_reserve() could be used to accidentally bypass that internal limit. ... (check-in: e714b8427c user: stephan tags: trunk)
15:46
Updates the email-sender TCL script so that it appends a "-f" argument to sendmail which is the "From:" email address. ... (check-in: a52499fdc4 user: drh tags: trunk)
14:58
Initial infrastructure for a command-line version of the security audit page. ... (Leaf check-in: dba4c4f2c4 user: drh tags: audit-command)
14:20
Enhance codecheck1.c to check recently added varargs functions. ... (check-in: b17aba9e20 user: drh tags: trunk)
13:44
Per forum discussion, moved the /fileedit ajax dispatching back down below the login check, but have it emit a JSON response if an ajax route was requested, else an HTML response. ... (check-in: 62263b9cb0 user: stephan tags: trunk)
13:27
fossil.fetch() now uses onreadystatechange instead of onload because the latter does not handle connection errors and timeouts. Added timeout option to fossil.fetch() with a default of 15s. Corrected non-closing of a failed transaction when fileedit/commit fails. ... (check-in: 6849d9a557 user: stephan tags: trunk)
12:16
Moved /fileedit permissions check below the ajax dispatching check, as ajax bootstrapping performs that check itself, along with a CSRF check for write-mode requests, and emits a JSON-format response (as opposed to HTML) if it fails. ... (check-in: 13e26db403 user: stephan tags: trunk)
12:05
Add a notification that online file editing is enabled to the security audit. ... (check-in: a80861de03 user: drh tags: trunk)
12:02
Removed fileedit-glob from the list of syncable config options. It must be explicitly set on each repo where it is desired. ... (check-in: d6341b3a55 user: stephan tags: trunk)
12:01
Fix on Check-in pages to preserve the current "diffType" setting (side-by-side or unified) when toggling the show/ignore whitespace option. ... (check-in: e6ab947e1e user: graham tags: ui-local-diff)
11:49
Disable all access to the /fileedit page and its associated AJAX entry points if the user lacks write privilege or if file editing is not enabled. ... (check-in: f231239780 user: drh tags: trunk)
11:42
Cosmetic fix for "/file?name=xxxx" where ci defaults to "tip". Title used to be "xxxx at []"; now it is "xxxx at tip" which matches the behaviour of "/file?name=xxxx&ci=tip". ... (check-in: 551676bc28 user: graham tags: ui-local-diff)
09:47
Added /fileedit to changes.wiki. ... (check-in: 2c9aa1b939 user: stephan tags: trunk)
09:40
Introducing the /fileedit page. ... (check-in: 1243bf3999 user: stephan tags: trunk)
09:18
Reworked how style.css is emitted: all default rules first, then page-specific rules (if passed name=PAGENAME and if builtin file style.PAGENAME.css exists), then the skin. This increases the default style.css output by only approx. 800 bytes before compression (approx. 300 after compression). Has no visual impact on existing built-in skins, and none is expected on 3rd-party skin edits. See [https://fossil-scm.org/forum/forumpost/d63ff33063|/forumpost/d63ff33063] for discussion. ... (check-in: 064c1c9588 user: stephan tags: trunk)
08:55
Editing forum posts now applies delta compression to the edits. ... (check-in: 5b7888c994 user: stephan tags: trunk)
08:48
Add --reset flag to add/rm/addremove commands. ... (check-in: e0fc98caa1 user: stephan tags: trunk)
2020-05-27
22:41
The "tags" Makefile target added in [ebb67be4] relied on GNU make conditionals, which causes BSD make to choke. Reworked the feature to do the conditional work entirely on the Autosetup side instead. ... (check-in: 42111658ca user: wyoung tags: trunk)
22:14
Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. ... (Closed-Leaf check-in: df5201950e user: wyoung tags: uuid-to-hash)
22:05
New document, "Hashes: Fossil Artifact Identification", which attempts to break down the HASH vs VERSION vs commit ID vs NAME vs UUID mess. It also serves to document my current understanding of all the ways "UUID" is currently misused, but because it is only documenting the current state of things, it's safe to put it on trunk. (Changes to cope with that particular slice of the mess will appaar later, on a branch.) ... (check-in: 33bec291b0 user: wyoung tags: trunk)
20:45
In www/checkin_names.wiki, documented the date: prefix for timestamps, added fragment IDs for subsections, added a differentiating example of "fossil info" vs "/info/NAME" for special check-in names, and documented the order that Fossil resolves such names. ... (check-in: 74a7309aad user: wyoung tags: trunk)
19:45
A few small improvements to embeddeddoc.wiki: added a named anchor so we can refer directly to the section talking about "ckout", referred to checkin_names.wiki only once from the relevant paragraph instead of twice, and added a paragraph explaining why this feature is particularly useful. This is in support of an upcoming commit: we're going to remove some redundant commentary about "ckout" in checkin_names.wiki. ... (check-in: 51511b7205 user: wyoung tags: trunk)
19:22
Updated release version number in index.wiki. ... (check-in: c0a91653ab user: stephan tags: trunk)
17:56
Added a top-level "tags" Makefile target for updating a Vim tags file using Exuberant Ctags (requires -R feature). It also updates a cscope file if we find cscope at configuration time. One so interested could add etags support to this as well. ... (check-in: ebb67be487 user: wyoung tags: trunk)
16:56
The error message Fossil gives on TLS certificate check failure changed in Fossil 2.11, so updated www/ssl.wiki to show the new message. Left the old message in place, since many people will be running versions of Fossil that still use that format, and a big part of the reason why we have this error message in the document is to make it come up in web searches for the error, since we give solutions later in the same doc. ... (check-in: 3c0565ab5e user: wyoung tags: trunk)
16:02
Merged trunk changes in ... (check-in: 32f391f655 user: wyoung tags: artifact-view-links)
13:28
Demonstrate how the mkindex.c utility could be extended to automatically put a complete web-page construction inside a transaction. ... (Closed-Leaf check-in: 67c420402f user: drh tags: auto-webpage-txn)
07:56
s/checkin/check-in/ in the help tab, per forum feedback. ... (Closed-Leaf check-in: 91948d3afa user: stephan tags: fileedit-ajaxify)
2020-05-26
18:30
Fix a bug in the "Delete Ad-Unit" button in the setup pages. ... (check-in: 48dca1b4c9 user: drh tags: trunk)
18:27
Merge in trunk (version-2.11) ... (check-in: 6819e2ffab user: george tags: wiki-history)
15:54
Update the version number to 2.12 as we begin the next release cycle. ... (check-in: ad9295fd59 user: drh tags: trunk)
15:54
Attempt to fix markdown rendering so that it correctly ignores table column separators that are contained without "code-span" back-ticks. ... (check-in: d6058989ed user: drh tags: trunk)
07:42
Removed a no-longer-true line from the fileedit help tab. ... (check-in: 616333e5ba user: stephan tags: fileedit-ajaxify)
07:16
Merged in trunk. ... (Closed-Leaf check-in: 58ee06450c user: stephan tags: unaddremove-command)
06:56
merged in trunk ... (Closed-Leaf check-in: a2b0ed37af user: stephan tags: forum-edit-deltify)
06:47
merged in trunk. ... (Closed-Leaf check-in: fe018289e3 user: stephan tags: style-css-revamp)
06:43
Merged in trunk. ... (check-in: 559807ba86 user: stephan tags: fileedit-ajaxify)
2020-05-25
23:40
Update the changes log to include a date for 2.11 and to add a place-holder to begin recording 2.12 changes. ... (check-in: 87e3ad3132 user: drh tags: trunk)
23:23
Version 2.11 ... (check-in: 4df919803b user: drh tags: trunk, release, version-2.11)
17:28
Update the built-in SQLite to version 3.32.1. ... (check-in: bb713f1337 user: drh tags: trunk)
2020-05-22
20:16
Merge trunk ... (Closed-Leaf check-in: 1e4aaf7b2e user: jan.nijtmans tags: multi-thread)
17:54
Update the built-in SQLite to version 3.32.0. ... (check-in: f82e054fd6 user: drh tags: trunk)
16:19
Clean shutdown in the "fossil sql" command. ... (check-in: fbb15cc4a8 user: drh tags: trunk)
12:26
For Download links, only include the tail-name of the file in the Content-Disposition header. ... (check-in: 0feb412869 user: drh tags: trunk)
00:27
Add CSS rules to limit the width of input and textarea items to 95% of the available screen width. ... (check-in: dbcfcef7ac user: drh tags: trunk)
2020-05-21
23:59
Change a case of isalnum() to fossil_isalnum(). ... (check-in: 02e7c86b3f user: drh tags: trunk)
23:56
Add a Content-Disposition: header to the HTTP reply for the "Download" button. ... (check-in: 34cb4766f1 user: drh tags: trunk)
17:12
This does not work. Was: Alternative way of fixing Download links that provides web-browsers with a suggested filename for saving the file. ... (Closed-Leaf check-in: 232033c98b user: drh tags: mistake)
13:00
Fix the URL on some Download submenu links. ... (check-in: 9d18585d54 user: drh tags: trunk)
06:32
Added a doc section about CSRF/HTTP Referrer. Other minor doc/message cleanups. ... (check-in: 6de7e48021 user: stephan tags: fileedit-ajaxify)
2020-05-19
18:31
Merge in trunk. ... (Closed-Leaf check-in: 0ad3e06bd2 user: ashepilko tags: revert-dir)
16:51
Update the built-in SQLite to the third beta for 3.32.0. ... (check-in: a8098efebf user: drh tags: trunk)
2020-05-18
12:32
Reverted [5abc0f6e7] because testing has shown the referrer to simply be too fragile and subject to browser-side whims (which also includes the option to send only the scheme and host, without the path, as the referrer, which breaks what that commit did). Now style.css supports both style.css/pagename and style.css?page=name, preferring the former, pending a decision on which one of those syntaxes the other devs prefer. ... (check-in: 45341a2869 user: stephan tags: style-css-revamp)
11:48
When compiling with older versions of OpenSSL that do not support SHA256, hash certs using SHA1 instead. ... (check-in: 64d79ad457 user: drh tags: trunk)
10:55
Fix harmless compiler warnings in http_ssl.c that occur when building without SSL support. ... (check-in: b2824009b2 user: drh tags: trunk)
06:05
Internal commentary on the validity of the global UI enable/disable approach to XHR handling. ... (check-in: 7a95a0f178 user: stephan tags: fileedit-ajaxify)
05:19
Added optional fossil.fetch() beforesend/aftersend callbacks to allow us to... /efilepage now disables all input elements while AJAX requests are in-flight and updates the page with a 'wait' cursor. ... (check-in: 7e197260fd user: stephan tags: fileedit-ajaxify)
03:41
Replaced style.css?page=xxx with style.css/page, like the [style-css-revamp] branch does. ... (check-in: bc40707425 user: stephan tags: fileedit-ajaxify)
03:38
Removed doc/help references to "overriding" CSS rules, as that no longer applies in this branch. ... (check-in: a21e26684f user: stephan tags: style-css-revamp)
03:24
All /fileedit/ajax requests now do a CSRF check and fail with 403 if CSRF seems likely. ... (check-in: 88a69253cd user: stephan tags: fileedit-ajaxify)
02:59
style.css now checks for a builtin file named after the first path component of the referer (sic), rather than PD("name"), however, we still have to emit style.css/PAGENAME in $stylesheet_url in order to pick up the the page-specific CSS, otherwise /style.css?id=... is the same for all pages and a page with its own style may pick up a cached copy without its own styles, or with the styles from another page. ... (check-in: 5abc0f6e79 user: stephan tags: style-css-revamp)
2020-05-17
20:38
Allow unversioned files to be identify by hash in addition to name. For the /uv webpage, when a file is identify by hash it has a long expiration time. ... (check-in: b5ab1ebe5e user: drh tags: trunk)
19:55
Removed accidental dual-emit of skin-level CSS. Copy/paste bug. ... (check-in: eddb5ac552 user: stephan tags: style-css-revamp)
19:49
Eliminated an unnecessary allocation. Code style conformance tweaks. ... (check-in: e2a9fe4bc8 user: stephan tags: style-css-revamp)
18:56
Cherrypick [100c67fa] for bootstrap skin fix. ... (check-in: 06c7d57d18 user: stephan tags: style-css-revamp)
17:52
Proof of concept for my proposal of reworking how style.css emits CSS, as discussed in [https://fossil-scm.org/forum/forumpost/d63ff33063|forumpost/d63ff33063]. ... (check-in: ae10ddf330 user: stephan tags: style-css-revamp)
17:07
Merged in trunk. ... (check-in: b9b746e50f user: stephan tags: fileedit-ajaxify)
16:33
Update the built-in SQLite to the second 3.32.0 beta, for testing. ... (check-in: 5181332eb5 user: drh tags: trunk)
12:59
Fix and improve comments associated with the previous check-in. ... (check-in: 3cbf02aceb user: drh tags: trunk)
12:55
Improvements to the skin_id() routine. ... (check-in: 56ad55415f user: drh tags: trunk)
06:40
Minor style improvements. Dry-run mode is now OFF by default. Reordered checkboxes on the commit tab. Eliminated a couple more uses of the term 'stash' (for local edits), to avoid potential confusion with fossil's stash feature. ... (check-in: 42f2cd77d5 user: stephan tags: fileedit-ajaxify)
06:09
More style tweaks. ... (check-in: 0209fa3277 user: stephan tags: fileedit-ajaxify)
04:50
Updated bootstrap skin header to use $stylesheet_url instead of hard-coding the name and params. ... (check-in: 100c67fa50 user: stephan tags: fileedit-ajaxify)
04:45
Fixed input-with-label > label style for skins which set label display to block. ... (check-in: 0002b7d714 user: stephan tags: fileedit-ajaxify)
04:08
Replaced /fileedit?ajax=blah with /fileedit/blah. This simplifies the passing of URL arguments, eliminating it in several cases, and just looks nicer. ... (check-in: 2c4e7c3785 user: stephan tags: fileedit-ajaxify)
03:35
Several layout tweaks. The 'Prefer delta?' option is now checked by default if the repo contains any deltas and the forbid-delta-manifests setting is not true (that setting trumps this checkbox, in any case). ... (check-in: 25f5f592d1 user: stephan tags: fileedit-ajaxify)
03:32
Moved fileedit-specific CSS to style.fileedit.css, as enabled by previous commit [d661c12cbade]. ... (check-in: 95f1753ffb user: stephan tags: fileedit-ajaxify)
03:19
Extended style.css to optionally be able to load page-specific CSS if the 'page' URL param is provided and a builtin file named style.{{page}}.css is found. The stylesheet_url TH1 var now adds URL param page=g.zPath if builtin file style.{{g.zPath}}.css is available. ... (check-in: d661c12cba user: stephan tags: fileedit-ajaxify)
2020-05-16
17:05
Clear the preview/diff views after a non-dry-run commit. Added toggle to include (or not) manifest in the commit response. Added branch name to finfo objects from the server so that we have the branch names for stashed non-leaf edits. Extended fossil.connectPagePreviewers() to be able to optionally specify methods, instead of element IDs, for the 'from' source and 'to' target, in order to support custom editor/preview widgets. ... (check-in: b5944d4ede user: stephan tags: fileedit-ajaxify)
06:34
Removed the hard-coded restriction against using /fileedit on the main fossil repo and tweaked an error message. ... (check-in: 3c795e877c user: stephan tags: fileedit-ajaxify)
05:42
Include the branch name, if known, in stashed fileinfo objects, and use a longer hash prefix for storing checkin-to-branch mappings (noting that the record does not notice if a checkin is later moved to another branch). (We only know the branch names of leaf checkins we've loaded, but now cache them in persistent storage if possible.) Renamed an internal cache key for consistency. ... (check-in: 8573443f32 user: stephan tags: fileedit-ajaxify)
05:03
Added widget to browse/select locally-edited files. Related cleanups and refactoring. ... (check-in: aefceac57c user: stephan tags: fileedit-ajaxify)
01:08
Integrate ARIA suggestions from Peter Laursen. ... (check-in: 7dd07b2e01 user: drh tags: trunk)
2020-05-15
22:13
Added fileedit-content-replaced event for notification when content is replaced. Clear preview/diff views on fileedit-content-replaced. Changed the interface for providing custom content getter/setter. Fixed the load file button in the file selection widget - it's no longer cleared. ... (check-in: 6f2649b9b0 user: stephan tags: fileedit-ajaxify)
19:25
Simplified the previous commit considerably. ... (check-in: 525bec99a3 user: stephan tags: fileedit-ajaxify)
19:11
Corrected fossil.storage's use of hasOwnProperty() for the case of the fallback transient storage object. ... (check-in: a863592e08 user: stephan tags: fileedit-ajaxify)
18:54
Completed a half-written sentence in the fileedit docs. ... (check-in: d701631ec7 user: stephan tags: fileedit-ajaxify)
18:43
/fileedit now uses fileStorage or sessionStorage, if available, to store unsaved local edits to the 7 most recently edited checkin/file combinations. TODO: make that configurable and offer a widget to manage that stash and quickly switch between those files. It warns loudly if persistent storage is not available. ... (check-in: d130f35687 user: stephan tags: fileedit-ajaxify)
13:49
Typo fix on the homepage. ... (check-in: 5f66f28806 user: drh tags: trunk)
04:40
Modernized sbsdiff.js a tiny bit, adapted it to optionally be callable multiple times via fossil.page.tweakSbsDiffs(), and activate that when fileedit's sbs diff is refreshed. ... (check-in: dd46579617 user: stephan tags: fileedit-ajaxify)
04:20
Internally rearranged how diff flags are passed around, in anticipation of having to refactor for wiki/forum diffs. Added annotate/blame links to /fileedit's first tab. ... (check-in: 39a5241b6f user: stephan tags: fileedit-ajaxify)
03:35
Cleaned up some JSON output using the new %!j format. ... (check-in: d9fffa4c58 user: stephan tags: fileedit-ajaxify)
03:34
Added %!j to %j, which means to include double quotes around the resulting JSON string, and added the corresponding flag to encode_json_string_literal(). ... (check-in: 2cccc12d04 user: stephan tags: fileedit-ajaxify)
02:39
Fixed multi-line commit comment (was not being submitted with commit) and change page title to reflect the file being edited, both per forum feedback. ... (check-in: ef2166a0ac user: stephan tags: fileedit-ajaxify)
02:27
Added submenu Edit entry, when appropriate, to /file, per forum feedback. ... (check-in: 4818e7fdac user: stephan tags: fileedit-ajaxify)
01:35
Fix a potential null deref in sample JS code. ... (check-in: d361947c8d user: stephan tags: fileedit-ajaxify)
2020-05-14
23:34
EOL conversion: had neglected to pass that option on in the ajax request. Fixed a bug which caused duplicate CRs to get injected into force-to-windows-EOL conversions. ... (check-in: 439f446df6 user: stephan tags: fileedit-ajaxify)
17:03
Fix the upper bound on the number of digits of hash to display so that it can display full-length SHA3-256 hashes. ... (check-in: 311aa9dd67 user: drh tags: trunk)
15:10
Restructured fileedit-page.md to give more space to/explanation of each caveat/warning bullet point (each of which is now in its own subsection). ... (check-in: 33146972e6 user: stephan tags: fileedit-ajaxify)
15:01
Fixed a comment: it was not only referring to the now-removed /test-forumnew page, it didn't properly describe what followed. ... (check-in: 0475b4f120 user: wyoung tags: trunk)
07:29
Added a warning about EOL normalization of files with mixed EOL styles. ... (check-in: b83ff3f421 user: stephan tags: fileedit-ajaxify)
07:14
Added www/fileedit-page.md, documenting how to integrate syntax highlighting and replace the editor widget. Added fossil.page.replaceEditorElement() to facility replacing the editor widget. ... (check-in: 909a48e378 user: stephan tags: fileedit-ajaxify)
04:46
Expanded the fileedit-preview-updated event data to include the mimetype and preview mode so that listeners can make a better-informed decision about how/whether to handle the content. ... (check-in: e988ed904a user: stephan tags: fileedit-ajaxify)
04:32
Added fileedit-preview-updated event, for use in hooking up 3rd-party syntax highlighting to the preview. (Tested locally with highlightjs.) ... (check-in: 8e293f959a user: stephan tags: fileedit-ajaxify)
04:14
Removed some dead code. ... (check-in: 4619c9a772 user: stephan tags: fileedit-ajaxify)
04:13
Added a parameter to encode_json_string_literal() to allow it to return its output string length, saving a strlen() call in vxprintf() %j. ... (check-in: 57edd18144 user: stephan tags: fileedit-ajaxify)
03:55
Minor help text, style, and layout tweaks. ... (check-in: 28b2261b75 user: stephan tags: fileedit-ajaxify)
03:39
The filename/version block on the first fileedit tab is now generated completely dynamically, rather than being filled out with '???' with broken links before a file is loaded. ... (check-in: 371b162ff3 user: stephan tags: fileedit-ajaxify)
03:00
fileedit: now gets the file perms via the response header and updates the Is Executable checkbox accordingly. Similary, mimetype is now harvested from the response headers and is used, in place of file extensions, for the "is this a wiki page?" determination. Added fossil-level event infrastructure to allow pages to communicate page-specific events to skin-injected/user-supplied JS code, and fileedit now emits a fileedit-file-loaded event when it loads a new file. Replaced old uses of the term "save" with "commit", per forum feedback. ... (check-in: f1b2e509e7 user: stephan tags: fileedit-ajaxify)
2020-05-13
18:49
Update the built-in SQLite with the patch to support the IIF() function. ... (check-in: 6fa4d92e6a user: drh tags: trunk)
16:44
Minor doc fix. ... (check-in: ae594780d1 user: stephan tags: fileedit-ajaxify)
16:41
The programmatically-generated input-with-label elements now use an inner LABEL, instead of SPAN, and auto-generated INPUT element IDs to go with the labels (which require an ID). ... (check-in: b46d11b871 user: stephan tags: fileedit-ajaxify)
11:59
Add the --db-only and --quick options to the test-integrity command. ... (check-in: 6711b22251 user: drh tags: trunk)
11:47
Add the "current_checkout" variable to TH1 prior to running style_header() on some pages. The default skin uses this variable to adjust the meaning of the "File" menu option. ... (check-in: 78abc282df user: drh tags: trunk)
2020-05-12
21:36
Merged in trunk. ... (check-in: a2ec603335 user: stephan tags: forum-edit-deltify)
16:26
Fixed a potential corner-case bug which would have broken fossil.fetch() if a user had defined their own fossil.fetch.onerror() impl before calling fossil.fetch() the first time. ... (check-in: 695dde004c user: stephan tags: fileedit-ajaxify)
15:10
Merged in trunk for various menu item fixes before deployment to my server. ... (check-in: 8cc7953b9a user: stephan tags: fileedit-ajaxify)
14:45
Improve the description of the setting so as to remove doubt about its meaning. ... (Closed-Leaf check-in: 9660319699 user: andybradford tags: fork-warn-setting)
13:25
/fileedit now accommodates relative links in wiki-rendered previews by dynamically adjusting/restoring the base.href when the preview tab is selected/deselected, and the backend can now report to the client, via response header, which rendering mode was selected, allowing the UI to adjust from 'Guess' to the current format. ... (check-in: 2bec2c758f user: stephan tags: fileedit-ajaxify)
13:19
Added the tab manager before-switch-from event. ... (check-in: 2863abf5c5 user: stephan tags: fileedit-ajaxify)
13:18
Added fossil.fetch() responseHeaders option to pass on one or more response headers to the onload() callback. ... (check-in: bbb738d07d user: stephan tags: fileedit-ajaxify)
11:20
Proof of concept for making the "File" menu on the standard menu bar show the files for the currently displayed checkin or branch, rather than always showing the files for "tip". ... (Closed-Leaf check-in: 96e74ad13c user: drh tags: context-dependent-files-menu)
10:24
/fileedit now squelches errors related to 'missing' URL args, as they are now optional. It also now displays an informative warning at the top of the page if fileedit-glob is not set or is empty. Added a hint about hyperlink in the preview page. Added a Help tab with useful(?) tips. ... (check-in: c145140d3e user: stephan tags: fileedit-ajaxify)
08:54
Double-clicking the status message bar now clears the message (useful when a long HTML-format error comes in via ajax). Removed the unsightly 'new and experimental' banner. ... (check-in: ff7ad7125f user: stephan tags: fileedit-ajaxify)
08:48
Merged in trunk. Minor help text corrections for add/rm --reset. ... (check-in: 822f3aee48 user: stephan tags: unaddremove-command)
08:28
After committing, reload the leaves/files list. Added a reload button to the leaves/files widget. Several style improvements. ... (check-in: 2318c419c9 user: stephan tags: fileedit-ajaxify)
00:21
Extra comment in the code for the m=checkin with t=release feature of /timeline. ... (check-in: 461d4f41d5 user: drh tags: trunk)
00:01
Fix broken Annotate and Blame links on the /file page. ... (check-in: 69e596e5d2 user: drh tags: trunk)
2020-05-11
23:57
In the /timeline, the t=TAG and m=HASH options can be used together and both all TAGs and the HASH will both be shown. Useful to get context of an historical checkin X relative to releases using "m=X&t=release". ... (check-in: 03f7bcb463 user: drh tags: trunk)
22:53
Continue the file browsing UX enhancements into the /tree and /fileage pages ... (check-in: 92fe4a5441 user: drh tags: trunk)
21:01
Widen shun fields to accommodate SHA3-256 ... (check-in: f749f203f2 user: andygoth tags: trunk)
20:56
Fix busted hyperlinks on the /file page, caused by recent enhancements. ... (check-in: f4a9221ad5 user: drh tags: trunk)
20:13
Carry the file browsing UX improvements through into the /dir page. ... (check-in: 4977765e6c user: drh tags: trunk)
19:31
Fix a busted hyperlink in the /file page. ... (check-in: af204596d4 user: drh tags: trunk)
19:24
Fix a compiler warning in the previous check-in. ... (check-in: e07b10919b user: drh tags: trunk)
19:24
Further enhancements to the file browsing UX. ... (check-in: cd05cb20db user: drh tags: trunk)
18:12
Continuing UX improvements on the /file, /artifact, and /whatis pages. More needs to be done. ... (check-in: 1b5d0b0e18 user: drh tags: trunk)
14:09
Add setting that will suppress the new fork warning with every commit. ... (check-in: 57b8d6deac user: andybradford tags: fork-warn-setting)
13:03
Replaced the /fileedit_AJAX_ROUTE calls with /fileedit?ajax=ROUTE_NAME to eliminate the dispatch-time and help-system bloat. ... (check-in: 9f26fd1eee user: stephan tags: fileedit-ajaxify)
12:06
Removed a trailing 'ajax' WEBPAGE flag which should not have been checked in. ... (check-in: 50a6a75ba1 user: stephan tags: fileedit-ajaxify)
12:02
CSS which should have been in the previous commit. ... (check-in: b49df0b991 user: stephan tags: fileedit-ajaxify)
11:51
/fileedit no longer requires URL arguments: it has a leaf checkin/file selection list on the first tab. ... (check-in: e184992161 user: stephan tags: fileedit-ajaxify)
04:17
Merge in trunk. ... (check-in: 09239396ae user: ashepilko tags: revert-dir)
2020-05-10
19:51
Fixed a semantic collision in the fileedit 'column' CSS class, which means something different in the /dir page. This fixes mis-alignment of the commit button. ... (check-in: d0a83a38f5 user: stephan tags: fileedit-ajaxify)
19:42
Minor tooltip tweaks. ... (check-in: 0b1085d724 user: stephan tags: fileedit-ajaxify)
15:29
Fix a null-pointer reference and segfault in /file if the filename= query parameter is used with ci= and without name=. ... (check-in: 26011322cd user: drh tags: trunk)
15:06
Include the login name as part of the ETag hash for ETAG_QUERY. That way, the hash will change if the user logs in or logs out, and the page will be recomputed. ... (check-in: 18aec6b9a8 user: drh tags: trunk)
14:51
Shift the computation of the hash returned by fossil_exe_id() from run-time to compile-time. ... (check-in: 22fc5a792c user: drh tags: trunk)
14:50
Merge in trunk for fossil_exe_id() and use it, instead of md5, as the builtin/*.js cache-buster value. ... (check-in: 7e43119a91 user: stephan tags: fileedit-ajaxify)
13:58
Add the fossil_exe_id() internal interface that returns a unique hash that changes whenever Fossil is recompiled (more precisely, whenever the MANIFEST_UUID changes or the etag.c source file is recompiled). ... (check-in: 54a8243bf5 user: drh tags: trunk)
12:58
Proof-of-concept ETag caching for the /timeline page. Seems to work. Most other webpages could easily add ETag caching now. ... (check-in: 7eaeceddc4 user: drh tags: trunk)
12:16
Enable ETag caching of the /uvlist and /juvlist pages. ... (check-in: a6003f1df0 user: drh tags: trunk)
11:39
Avoid returning empty ETag: headers in the HTTP reply. ... (check-in: 261052c4e1 user: drh tags: trunk)
09:16
Minor efficiency hack in style_emit_script_builtin() and swapped a potentially problematic ordering of two JS includes. ... (check-in: c60ad868b4 user: stephan tags: fileedit-ajaxify)
08:47
Several small style tweaks. Changed style_labeled_checkbox() parameter order for better readability. TabManager class now supports events alerting before/after a tab is switched to. Added auto-refresh of preview when the preview tab is activated, with a checkbox to disable it for slow connections and/or large documents (the refresh button still works as before). ... (check-in: ee175636aa user: stephan tags: fileedit-ajaxify)
04:50
File Browser: use wording 'file at check-in' to denote a file version snapshot and 'known file' to denote a name of a managed file. ... (check-in: 6fd34c5774 user: ashepilko tags: trunk)
03:12
Show an error page when a managed file is not known at the requested check-in. ... (check-in: 78d52675c5 user: ashepilko tags: trunk)
2020-05-09
21:10
Another 304 change: Omit only the Content-Type header. Retain the cache-control header lines. ... (check-in: fff9b6799c user: drh tags: trunk)
21:04
Correctly terminate the 304 replies in the previous check-in. ... (check-in: 9f99257451 user: drh tags: trunk)
20:59
For a 304 HTTP response, omit extraneous fields such as Content-Type and ETag. ... (check-in: 6624350b0e user: drh tags: trunk)
18:08
Enquote the requested path glob in query to get history for a directory name with spaces. ... (check-in: 972341dbca user: ashepilko tags: trunk)
17:26
Show 'No such file' page title, when requested for an unknown file path. ... (check-in: 439e7ce645 user: ashepilko tags: trunk)
17:21
File History file links to use /file?name form, to handle paths with spaces. ... (check-in: c00527e825 user: ashepilko tags: trunk)
17:16
Change merge conflict marker for common ancestor to follow [https://www.gnu.org/software/diffutils/manual/html_node/Marking-Conflicts.html#Marking-Conflicts|diff3 convention]; see also: [https://fossil-scm.org/forum/forumpost/f54f22dd99 | forumpost/f54f22dd99] ... (check-in: d7bc466ac6 user: ashepilko tags: trunk)
14:23
Update the built-in SQLite to the first 3.32.0 beta. ... (check-in: 17610f8d73 user: drh tags: trunk)
13:56
Disable rendering of the comment mime type selection list, as it's not honored/implemented where comments are rendered. ... (check-in: 875b60bccd user: stephan tags: fileedit-ajaxify)
13:34
Create a test file with spaces in its name, in a test directory with spaces in its name. Use these to help verify that fossil can handle file and directory names containing space characters. ... (check-in: ccf6a361f3 user: drh tags: trunk)
13:17
Work toward moving the file browsing closer to what typical users expect. ... (check-in: 2b07e4e935 user: drh tags: trunk)
13:16
Comment improvements and minor simplifications. ... (Closed-Leaf check-in: aa9815ffc0 user: drh tags: browse-to-file)
12:54
Determine which comment editing mode to enable based on which of the editor fields is hidden by default, so that we stay in sync if the C side changes. ... (check-in: a4314603f7 user: stephan tags: fileedit-ajaxify)
12:36
Added style_select_list_str(), selection list for commit comment mime type, and a toggle to switch between single- and multi-line comment editing modes. ... (check-in: 4d5004ef2d user: stephan tags: fileedit-ajaxify)
12:08
Update the change log. ... (check-in: 49a06bf177 user: drh tags: trunk)
12:04
Add the "fossil test-terminal-size" command. ... (check-in: b241b9c999 user: drh tags: trunk)
04:06
File History: show the file path in page's title. ... (check-in: 888eaf4fad user: ashepilko tags: browse-to-file)
03:06
File History page: link to /file URLs corresp. to the check-in history entry. ... (check-in: 65a60dba29 user: ashepilko tags: browse-to-file)
2020-05-08
23:08
In File Browser's Tree-View the file entries link to /file URLs corresp. to the given check-in. ... (check-in: a470e782bc user: ashepilko tags: browse-to-file)
23:01
In File Browser show the selected path and check-in/branch in page's title ... (check-in: bbd53c778a user: ashepilko tags: browse-to-file)
14:15
Swapped the style_emit_script_builtin() parameters for consistency with style_emit_script_tag(). ... (check-in: 02240eec90 user: stephan tags: fileedit-ajaxify)
14:00
Delay the initial filepage loadFile() until a windows.load event. This seems to eliminate what appears to have been a race between that call and the filepage init code. ... (check-in: 07d0bcc598 user: stephan tags: fileedit-ajaxify)
12:39
/fileedit now accepts 'fn' and 'ci' as undocumented aliases for 'filename' resp. 'checkin', for consistency with some other pages. style_emit_script_builtin() now includes a cache-buster on URLs (a prefix of the builtin content's MD5 hash). ... (check-in: 3733293a01 user: stephan tags: fileedit-ajaxify)
2020-05-07
12:52
Normalized the various input-with-label elements to use SPAN wrappers instead of DIV. ... (check-in: 53b31b0814 user: stephan tags: fileedit-ajaxify)
11:20
Minor fix for [3d80481216]: Remove a duplicate "size" attribute, and insert a space before the backslash indicating line continuation, or the src/translate.c preprocessing utility will glue the lines together without any space in between. ... (check-in: 1422b02222 user: florian tags: trunk)
11:12
doc typo ... (check-in: a62594e58d user: stephan tags: fileedit-ajaxify)
09:04
Removed a local temp foo.js which got picked up by makemake.tcl :/. ... (check-in: 8a98762b81 user: stephan tags: fileedit-ajaxify)
02:36
Merged in trunk. ... (check-in: 087c5d1f3e user: stephan tags: fileedit-ajaxify)
01:45
Removed a bit of comment which confused the help generator and broke building test-builtin-list... and yet somehow built once? ... (check-in: 6ba0e14df7 user: stephan tags: trunk)
01:19
Added hash_digits() info to fossil.config object and added fossil.hashDigits(). Factored out fileedit JS use of innerHTML where possible. Reworked the Version Info tab a bit. ... (check-in: 29567e6e7e user: stephan tags: fileedit-ajaxify)
00:16
Added -verbose/-v flag to test-builtin-list to output a total count and size. ... (check-in: 7df467810e user: stephan tags: trunk)
2020-05-06
23:53
Added a 'tick' mode to fossil.confirmer to more easily allow the triggering element to be visibly updated to reflect the countdown state. The editor's discard/reload button now visibly counts down from 3 if clicked. ... (check-in: 3da4b94c44 user: stephan tags: fileedit-ajaxify)
22:57
Improved the tab control styling, and no longer use buttons so that their :focus style doesn't break the appearance. Fixed some CSS which no longer matched after removal of the outer wrapping FORM element. ... (check-in: a84f6458c0 user: stephan tags: fileedit-ajaxify)
22:04
In File Browser the file entries link to /file URLs corresp. to the given check-in; on File page provide back-links to the file's path directories. ... (check-in: 5c60071800 user: ashepilko tags: browse-to-file)
17:52
Renamed the file=filename, r=checkin query params to filename=..., checkin=..., for consistency with the annotate/blame URLs and possibly others. ... (check-in: 6b7805e056 user: stephan tags: fileedit-ajaxify)
17:37
s/f-post-/f-preview-/. ... (check-in: 99bd288bce user: stephan tags: fileedit-ajaxify)
17:33
First step in the automation of connecting an editor widget to a preview-mode widget, as demo'd in [https://fossil-scm.org/forum/forumpost/d44564bad4|/forumpost/d44564bad4]. ... (check-in: 7ede6122e5 user: stephan tags: fileedit-ajaxify)
11:51
Add a TODO comment to the branch_of_file_rid() function. ... (check-in: d462f87d8a user: drh tags: artifact-view-links)
08:47
Renamed branch_of_rid() to branch_of_ckin_rid() to disambiguate it from the new branch_of_file_rid() function and to make it clear to callers what parameter type it expects. ... (check-in: da1adac6d1 user: wyoung tags: artifact-view-links)
08:44
Fixed a typo. ... (check-in: d43afe59f3 user: wyoung tags: artifact-view-links)
08:20
The new /artifact View and Tip buttons were always referring to "trunk" because we were passing a file RID to a function that expected a commit RID. Added a new branch_of_file_rid() function to parallel the branch_of_rid() function we were incorrectly calling to fix it. Also squished a memory leak. ... (check-in: c27f646f25 user: wyoung tags: artifact-view-links)
07:38
Added "Tip" and "View" links to submenu of /artifact pages to get corresponding /file and /doc links to the same file on the same branch, giving different views of this same file data. ... (check-in: a9dda382bf user: wyoung tags: artifact-view-links)
05:21
cosmetic internal tweaks. ... (check-in: bb71f9ecd2 user: stephan tags: fileedit-ajaxify)
04:52
Minor code style improvements, fixed a couple jquery-isms in the confirmer port, added the ability to select tabs by number and pre-select a specific tab, removed a superfluous C function. ... (check-in: 9085ec2351 user: stephan tags: fileedit-ajaxify)
03:30
Removed a bogus, but harmless, JS dep and corrected some copy/pasted docs. ... (check-in: 2abc1ff42a user: stephan tags: fileedit-ajaxify)
03:19
Removed devious hard tabs which slipped in while porting. ... (check-in: 626c45609e user: stephan tags: fileedit-ajaxify)
03:02
Added fossil.confirmer JS API to offer a non-intrusive click confirmation mechanism. Re-activated the /filepage content reload button with a confirmation click required. ... (check-in: e70ab3a368 user: stephan tags: fileedit-ajaxify)
01:58
Removed the FORM element - it was superfluous and particularly stubborn in how it responded to every button. ... (check-in: 7635d9345d user: stephan tags: fileedit-ajaxify)
01:51
Reworked how /fileedit loads its JS - it now fetches them rather than embedding them inline. Moved fossil.fetch() docs from style.c into the JS file. ... (check-in: b48212f6ea user: stephan tags: fileedit-ajaxify)
2020-05-05
23:54
Re-added the editor font size selector. Added a button to discard/reload edits, but it's too easy to activate by accident, so it's disabled until we have a common confirmation mechanism in place. Added timestamp to fossil.message() and fossil.error() output. ... (check-in: 25dfd243a1 user: stephan tags: fileedit-ajaxify)
23:31
Added missing checks for negative result value from symbolic_name_to_rid() (indicating an ambiguous name). ... (check-in: d8c21f2f09 user: stephan tags: fileedit-ajaxify)
22:18
Added option to render HTML previews inline, as opposed to in an iframe. Layout improvements in the preview/diff/commit tabs. ... (check-in: bd81a5f601 user: stephan tags: fileedit-ajaxify)
21:49
Temporarily(?) removed the editor font size adjustment dropdown, as it currently has no proper home in the new layout. ... (check-in: 413a0ce83f user: stephan tags: fileedit-ajaxify)
21:41
Unified diff now produces empty output when the diff is empty, insead of an empty wrapper element. ... (check-in: 146e867eb5 user: stephan tags: fileedit-ajaxify)
17:23
Doc updates and corrections. ... (check-in: e7659e7265 user: stephan tags: fileedit-ajaxify)
16:51
Completely overhauled the /fileedit layout, using a homebrew tabbed interface. ... (check-in: 33ffe5762b user: stephan tags: fileedit-ajaxify)
11:51
/fileedit_content now only uses application/octet-stream for files which explicitly have that type via mimetype_by_name() or which look like binary content, falling back to text/plain, per suggestion in the discussion thread. ... (check-in: 4270ecb3a2 user: stephan tags: fileedit-ajaxify)
08:41
Numerous minor cleanups. ... (check-in: f54ac21745 user: stephan tags: fileedit-ajaxify)
06:48
Ajaxified commit. All that's left is cleanup and prettification. ... (check-in: 1a6c5090ce user: stephan tags: fileedit-ajaxify)
04:06
Initial work on ajaxifying /fileedit. Fetching content, preview, and diffs are ajax'd, but save is not yet. ... (check-in: 8edf9dbfc2 user: stephan tags: fileedit-ajaxify)
00:41
diff -y: set the default width automatically based on the terminal width. ... (check-in: 3504672187 user: ashepilko tags: trunk)
2020-05-04
23:26
Moved some generic fileedit code to style.c. Refactored /fileedit to not require JS to update version info, making this impl pure no-JS. Now to ajaxify it... ... (Closed-Leaf check-in: 8d4ce834ed user: stephan tags: checkin-without-checkout)
20:49
Update the built-in SQLite to the latest 3.32.0 beta, for testing. ... (check-in: d16d18b03e user: drh tags: trunk)
20:16
Added /fileedit links to /finfo and /artifact. ... (check-in: fe925e7d6d user: stephan tags: checkin-without-checkout)
17:48
Add the submit button IDs programmatically (was previously hand-coded), to avoid them getting out of sync with their enum. ... (check-in: 032a0326e8 user: stephan tags: checkin-without-checkout)
17:44
Added SBS/unified diff to /fileedit. ... (check-in: ae8e24d021 user: stephan tags: checkin-without-checkout)
16:42
setup_settings page: keep labels on the left side of their entry fields. ... (check-in: c1ca1000fe user: ashepilko tags: trunk)
16:22
Style improvements and code consolidation. ... (check-in: 67a2bfb0dc user: stephan tags: checkin-without-checkout)
13:12
Added preview render mode selection list. ... (check-in: 65b6c01afd user: stephan tags: checkin-without-checkout)
12:46
Implemented HTML-in-iframe preview. Related internal cleanups. ... (check-in: ac309281e6 user: stephan tags: checkin-without-checkout)
12:28
Update the on-line documentation for the "fossil all sync" command. ... (check-in: 12eae3f58a user: drh tags: trunk)
12:10
Implemented preview mode for plain text and wiki/embedded doc, but how to populate the necessary iframe for HTML preview, without a URL back to the preview content, eludes me. ... (check-in: 079030faaf user: stephan tags: checkin-without-checkout)
07:54
Merged in trunk. ... (check-in: 628c39fb60 user: stephan tags: unaddremove-command)
2020-05-03
18:34
chmod +x on all tools/* files that should be executable ... (check-in: a4afa51662 user: wyoung tags: trunk)
18:33
Added header comment to new tools/fossil-diff-log explaining what it does and how to install it. Also fixed a syntax error. ... (check-in: e4ba38f211 user: wyoung tags: trunk)
18:25
Added tools/fossil-diff-log script, emulating "git log -p", the feature having been requested twice now on the forum. ... (check-in: 836d6b4f21 user: wyoung tags: trunk)
17:46
Wrap SSL-related features into a FOSSIL_ENABLE_SSL conditional in url.c. ... (check-in: 0a59a82349 user: ashepilko tags: trunk)
14:57
Moved /fileedit and friends to fileedit.c. ... (check-in: 6cdb091adb user: stephan tags: checkin-without-checkout)
14:38
Removed a couple dangling undefs from the previous commit. ... (check-in: dcc977628f user: stephan tags: checkin-without-checkout)
12:21
New CX(...) macro for rendering HTTP reply text, as an alternative to the "@ ..." markup provided by translate.c. ... (check-in: 0d160f9fa8 user: drh tags: checkin-without-checkout)
2020-05-02
22:34
Removed some irrelevant comments. ... (check-in: 7243aea14a user: stephan tags: checkin-without-checkout)
21:57
Fixed a double-free caused by refactoring. Was being triggered in web mode but not CLI mode, strangely enough, though the code was hit by both. Other minor cleanups and fixes. ... (check-in: 6f749dfbc8 user: stephan tags: checkin-without-checkout)
20:52
Fixed copy/paste error which caused the comment text to get duplicated into the N-card. ... (check-in: 2ee462843a user: stephan tags: checkin-without-checkout)
20:46
Fixed a bogus bit of css. ... (check-in: b203f2e967 user: stephan tags: checkin-without-checkout)
17:50
Improved some labels and help text and corrected the 'hint' styling to encompass elements outside of the FORM element. ... (check-in: f41eb6964c user: stephan tags: checkin-without-checkout)
17:41
Comment updates. ... (check-in: 43d6e3caf2 user: stephan tags: checkin-without-checkout)
16:48
Minor error message improvements. ... (check-in: 80345fd14e user: stephan tags: checkin-without-checkout)
16:43
Instead of injecting multiple mini-scripts, queue up script code and emit it in one anonymous function at the end. Update the version number and permalink after saving so that we're basing on the new version. ... (check-in: 6407b6ca37 user: stephan tags: checkin-without-checkout)
15:03
Added fileedit-glob setting (/fileedit whitelist) and honor it in /fileedit. Added mini-checkin options to specifically convert EOLs to Unix or Windows styles. /fileedit saving now more or less works, but still needs to update the 'r' value after editing or else we're stuck at the old parent version. ... (check-in: 33861414ae user: stephan tags: checkin-without-checkout)
2020-05-01
20:32
Update help for the revert command to mention the use with directories. ... (check-in: 059cd4c6b0 user: ashepilko tags: revert-dir)
14:22
Initial work on /fileedit page. First dry-run save was just performed. ... (check-in: fbd31f2049 user: stephan tags: checkin-without-checkout)
07:47
Got basic /fileedit page skeleton in place. It can load/display a file, with some limits, but cannot yet do anything with it. ... (check-in: b5e3bc9e41 user: stephan tags: checkin-without-checkout)
07:33
Added quotes around the URLs passed to the browser for the ui command so that URL parameters containing an ampersand get passed on correctly. ... (check-in: 126d34fb32 user: stephan tags: checkin-without-checkout)
05:38
Mini-checkin now pre-allocates some memory for the output manifest. Internal doc updates. ... (check-in: bfe7750e94 user: stephan tags: checkin-without-checkout)
05:37
Added blob_reserve() for use with a manifest-generation optimization. ... (check-in: 972cc5f9ac user: stephan tags: checkin-without-checkout)
05:00
Re-implemented and drastically simplified the mini-checkin F-card generator. ... (check-in: 39262b420a user: stephan tags: checkin-without-checkout)
2020-04-30
18:20
Change names of the added vars to camelcase. ... (check-in: 7252e631fb user: ashepilko tags: revert-dir)
17:55
Corrected propagation of deleted-via-delta F-cards. Added option to save generated manifest (on success) to a file. General cleanups. ... (check-in: fcdd76f6fb user: stephan tags: checkin-without-checkout)
16:14
Merged in trunk for related changes. ... (check-in: 03cce1c977 user: stephan tags: checkin-without-checkout)
16:09
Mini-checkin can now create deltas from deltas, inheriting the F-cards from the delta while using the same baseline as its parent delta. Honor the new forbid-delta-manifests config setting. ... (check-in: d8d9929c40 user: stephan tags: checkin-without-checkout)
15:58
Make manifest_file_mperm() parameter const. ... (check-in: 58600bc1a5 user: stephan tags: checkin-without-checkout)
15:29
Add the "forbid-delta-manifests" setting. ... (check-in: 44ac944a98 user: drh tags: trunk)
15:00
Fix the file_perm() utility routine so that it actually uses the eFType parameter. ... (check-in: 388b5e5982 user: drh tags: trunk)
14:02
Prefer manifest_file_find() over manifest_file_seek(), for case-insensitivity. Added option to force creating a delta whenever it's possible, rather than just suggest it. ... (check-in: c3ae6b3496 user: stephan tags: checkin-without-checkout)
13:20
File perms are now always taken from the local file. Added flag to allow addition of a new file (default is not to, for reasons explained in the comments). ... (check-in: c281a179c0 user: stephan tags: checkin-without-checkout)
12:51
When drawing graphs with step-children, do not allow a leaf node to have step-children. ... (check-in: 90cb547814 user: drh tags: trunk)
11:53
Mini-checkin can now create a delta manifest if its parent is a baseline and a flag indicating a preference for delta manifests is set. ... (check-in: 9699997444 user: stephan tags: checkin-without-checkout)
08:25
Allow a revert of current changes for the whole directory tree ... (check-in: 575fe0c8af user: ashepilko tags: revert-dir)
07:28
Update tester.tcl to reflect changes to 'fossil info' behavior in [1da8afdf]. ... (check-in: 6a8477a5f4 user: ashepilko tags: trunk)
2020-04-29
18:45
Merge the deliberate fork back together. ... (check-in: ac4ddd8893 user: drh tags: trunk)
18:44
Add a new leaf ambiguity warning after each commit. (This check-in will itself be a test-case.) ... (check-in: 707743def0 user: drh tags: trunk)
18:13
Enhance the "forks" query parameter of the /timeline page show that it shows the resolution of forks in addition to their origin. ... (check-in: 9557e3285a user: drh tags: trunk)
17:38
Fix a formatting issue in the header comment of diff.c. More importantly, this check-in deliberately introduces a fork on trunk, because I want to see what happens, and what warning messages are provided when a branch forks. Already, I see that it won't let me check-in without the --allow-fork option. ... (check-in: 2a1bdab560 user: drh tags: trunk)
14:43
Merged in trunk. ... (check-in: c06b292365 user: stephan tags: checkin-without-checkout)
14:36
fix for 'no repo' prompt in the shell for unnamed projects ([https://fossil-scm.org/forum/forumpost/387c0a76f9|/forumpost/387c0a76f9]). ... (check-in: 2d9ad2dbb9 user: stephan tags: trunk)
14:24
Added support for optionally converting mini-commit file content to use the same EOL style as the previous version (HTML5 specifies that TEXTAREA form posts be normalized to CRLF). ... (check-in: 5a1a73c356 user: stephan tags: checkin-without-checkout)
14:24
Removed a Windows/Cygwin-only #if guard around blob_add_cr() because it's now optionally used by mini-commit. ... (check-in: f8c1806047 user: stephan tags: checkin-without-checkout)
12:19
Now disallow mini-checkin if the datestamp is older than the parent unless --allow-older is used. ... (check-in: 0a0d96dd42 user: stephan tags: checkin-without-checkout)
11:17
Renamed the various "one" pieces to "mini", e.g. checkin_mini(). ... (check-in: d84c514916 user: stephan tags: checkin-without-checkout)
2020-04-28
22:37
Correct typo ... (check-in: acbbc133e1 user: andygoth tags: trunk)
16:10
Code reordering and formatting. ... (check-in: 2af794163c user: stephan tags: checkin-without-checkout)
15:23
Comments and formatting. ... (check-in: 1b253c23de user: stephan tags: checkin-without-checkout)
14:47
Added a TODO. ... (check-in: 3669e957a5 user: stephan tags: checkin-without-checkout)
14:27
Various unrelated improvements in the single-file commit process. Moved leaf-is-closed check into its own function (affects the commit command). ... (check-in: 3a71400423 user: stephan tags: checkin-without-checkout)
12:06
Update the documentation to mention the separate control artifacts created to close private branches that were merged with the `--integrate' option. ... (Closed-Leaf check-in: e1e618d17f user: florian tags: private-branches)
11:45
Improved error message propagation and added several checkin flags. ... (check-in: 1d0cc12583 user: stephan tags: checkin-without-checkout)
10:32
Reworked error reporting/propagation and added toggle to allow/disallow forking. ... (check-in: e9e68a6e01 user: stephan tags: checkin-without-checkout)
09:37
Accommodated return value semantics change. ... (check-in: 7e880c7898 user: stephan tags: checkin-without-checkout)
08:48
More work/cleanup on the single-file commit. ... (check-in: 138c07be85 user: stephan tags: checkin-without-checkout)
2020-04-27
22:45
Update the change log. ... (check-in: ea275f941c user: drh tags: trunk)
19:36
Initial infrastructure for "web commit". ... (check-in: cb4d48ac05 user: stephan tags: checkin-without-checkout)
18:33
Enhance the "fossil uv" command to make use of GLOB and LIKE patterns. ... (check-in: 63837f423f user: drh tags: trunk)
17:57
Improvements to the CSS editor. ... (check-in: a8967ca91c user: drh tags: trunk)
17:10
Use a SHA2-256 hash instead of a SHA3-256 hash for remembered cert exceptions, because older versions of OpenSSL do not support SHA3. ... (check-in: 3b529d9cd4 user: drh tags: trunk)
17:08
Add the (undocumented) --accept-any-cert option to networking commands. ... (check-in: 11bebbece2 user: drh tags: trunk)
16:58
Minor fixes to the previous check-in. ... (check-in: 9f8dc18f70 user: drh tags: trunk)
16:53
Rework the SSL cert exception mechanism so that it remembers the SHA3 hash of the cert that failed to verify, rather than the PEM of the complete cert. Simplify the error prompts. Always verify the cert hash before accepting the exception. ... (check-in: 3c194e2b89 user: drh tags: trunk)
15:26
Add the "tls-config" command for managing the OpenSSL configuration and for viewing and deleting certificate exceptions. ... (check-in: bc23620121 user: drh tags: trunk)
11:57
Update comment. No changes to code. ... (check-in: 455b2aa67b user: drh tags: trunk)
08:31
/setup_skinedit, when editing CSS, now shows the list of built-in CSS selectors, as mentioned in [https://fossil-scm.org/forum/forumpost/b2d7ce8ab1|/forumpost/b2d7ce8ab1]. ... (Closed-Leaf check-in: fd138236c9 user: stephan tags: skinedit-css-list)
2020-04-26
23:10
Merge in trunk ... (check-in: 161a210687 user: george tags: wiki-history)
20:41
Fix overlength lines and commenting irregularities in http_ssl.c. No code changes. ... (check-in: 483ac3db83 user: drh tags: trunk)
15:39
Add the "test-ssl-trust-store" command for testing and diagnostics. ... (check-in: 67147dd6be user: drh tags: trunk)
03:58
Expanded on the "Certificates" section of www/ssl.wiki to fill in some details. The key improvement is making the first line of the OpenSSL error when the CA trust store isn't set up searchable. As it was, you pretty much had to know the solution already in order to seek out this documentation! ... (check-in: b3c0c07c07 user: wyoung tags: trunk)
2020-04-24
05:21
Add the ability to restrict subscriptions to specific email domains selected by GLOB patterns, and to require email verification before self-registration becomes effective. ... (check-in: c00e9123cb user: drh tags: trunk)
05:10
Improvements to the wording on the setup options related to self-registration. ... (Closed-Leaf check-in: 6faaa91b37 user: drh tags: restricted-self-registration)
02:17
Add a new setting to disallow anonymous subscriptions. Anonymous subscriptions are enabled by default. ... (check-in: d048d86d0d user: drh tags: restricted-self-registration)
01:47
When there are repeated errors on a subscription or self-registration entry form, do not force the user to reenter the captcha if they have already entered it correctly once. ... (check-in: 3d80481216 user: drh tags: restricted-self-registration)
00:49
Add the ability to deny capabilities to self-registered accounts until the email verification comes through. ... (check-in: 3b7970e032 user: drh tags: restricted-self-registration)
2020-04-23
23:00
Merge the /subscribe fix from trunk. ... (check-in: fb38b92501 user: drh tags: restricted-self-registration)
22:17
Fix bugs in the /subscribe page that could allow an attacker to subscribe and verify without actually having a working email address. ... (check-in: 15e15298f8 user: drh tags: trunk)
18:50
Merge the subscriber fix from trunk. ... (check-in: 0be585a178 user: drh tags: restricted-self-registration)
18:49
Bug fix: Allow new subscribers the option to select "Forum Edits", though it still defaults to "off". ... (check-in: ea81b30ddf user: drh tags: trunk)
18:36
Begin adding the ability to restrict self-registration to people with a particular email address pattern. This check-in provides the setting to specify the authorized email addresses, but an attacker can still lie about his email address and sneak in that way. Still a work-in-progress. ... (check-in: 7916dbaa03 user: drh tags: restricted-self-registration)
17:47
Assorted improvements to the mirrorlimitations.md doc. ... (check-in: 0874340b45 user: wyoung tags: trunk)
17:26
Rewrote a paragraph in sec.7.2 of the rebaseharm doc for clarity. ... (check-in: b16db9d6e9 user: wyoung tags: trunk)
16:59
Grammar and clarity tweaks to fossil-v-git.wiki ... (check-in: 2cfd125640 user: wyoung tags: trunk)
13:49
Added --dry-run support to add/rm/addremove --reset. ... (check-in: a7a75e7d41 user: stephan tags: unaddremove-command)
13:16
Update references to OpenSSL from 1.1.1f to 1.1.1g. Update custom makefile. ... (check-in: 3510ca72af user: jan.nijtmans tags: trunk)
11:30
Refactored unaddremove into (add|rm|addremove --reset). ... (check-in: 72fdb21ae8 user: stephan tags: unaddremove-command)
00:06
Pedantic cosmetic change: do un-rm before un-add. ... (check-in: 6e21c7d706 user: stephan tags: unaddremove-command)
2020-04-22
23:45
Initial draft of new unaddremove command (will be renamed once a suitable name is found), as discussed at [https://fossil-scm.org/forum/forumpost/b9b20b04bd|forumpost/b9b20b04bd]. ... (check-in: 369a14b33f user: stephan tags: unaddremove-command)
18:51
Minor improvements to the change log. No code changes. ... (check-in: fcc07be739 user: drh tags: trunk)
18:01
The post sequence numbers on the hierarchical display of a forum thread should be the sequence number of the original version of the post, not the final edit of the post. ... (check-in: c6890fd46a user: drh tags: trunk)
15:57
For email alerts on forum posts, if the forum post is a reply to a prior post that has been edited two or more times, ensure that the In-Reply-To header on the email message refers to the very first edition of the in-reply-to post. Prior check-in [137cba6f1b81170d] attempt to do the same thing, but only worked for cases where the post was edited just once. ... (check-in: fb4545ef93 user: drh tags: trunk)
14:31
Add the undocumented "threadtable" query parameter to the forum chronological view, in order to show the raw thread table data for debugging purposes. ... (check-in: dbdf50d5fd user: drh tags: trunk)
12:08
For the chronological display of forum posts, show edited or deleted posts using text/plain. Item 4 in [https://fossil-scm.org/forum/forumpost/04e5ea0d88|forum post 04e5ea0d88]. ... (check-in: 0e78f74655 user: drh tags: trunk)
11:59
Fix ./configure so that the --with-openssl=tree option works better. ... (check-in: 19f11a8dec user: drh tags: trunk)
11:52
The "history" view of an edited post in the Forum shows all entries as text/plain. See discussion [https://fossil-scm.org/forum/forumpost/bb906aa6ab|on the Fossil forum]. ... (check-in: f7c869b9fb user: drh tags: trunk)
11:52
Avoid references to private check-ins in Q-cards of public check-in manifests. This ensures consistent behavior regarding leakage of private check-in hashes, possibly generating "phantoms" on peer repositories, for P- and Q-cards. Depending on the final strategy to minimize leakage and sync traffic overhead of "phantoms", this commit may eventually be reverted. ... (check-in: 767b175d90 user: florian tags: private-branches)
11:47
Close leaves of private branches merged with the --integrate flag by separate private control artifacts, to avoid +close tags referring private branches in public check-in manifests. ... (check-in: 4e2498a2b6 user: florian tags: private-branches)
11:43
Update commit [8268c5dafb] to allow the --integrate flag when merging private branches, but postpone the closing leaves of private branches. ... (check-in: 6b6c09c5bf user: florian tags: private-branches)
2020-04-20
20:13
Experimental fix for link failure under --with-openssl=tree on some platforms (found on CentOS 6) where OpenSSL needs -lpthread to link. Not on trunk because we probably need something more subtle than this to make it work broadly. ... (Closed-Leaf check-in: 8a046acb99 user: wyoung tags: openssl-needs-lpthread)
17:37
Update the built-in SQLite to the latest 3.32.0 alpha that includes the fix that omits O_NOFOLLOW when trying to open a directory just to fsync() it. ... (check-in: c435144c70 user: drh tags: trunk)
2020-04-19
19:14
Change log updates. ... (check-in: 088b44b310 user: drh tags: trunk)
17:35
Update the built-in SQLite to the [https://www.sqlite.org/src/timeline?c=d5b0def96ba6d90f|lastest 3.32 alpha]. ... (check-in: 05fd5e17b9 user: drh tags: trunk)
17:32
Change log updates. ... (check-in: d6967fe79c user: drh tags: trunk)
16:53
For the "fossil:" output from the "fossil info" command, on unix, provide the full pathname of the fossil executable. ... (check-in: 01fcc6a8de user: drh tags: trunk)
15:24
Minor typo fix in the documentation. ... (check-in: c0f7c8318b user: drh tags: trunk)
15:20
Improved documentation of the latest configuration database locator algorithm. No code changes. ... (check-in: 9cb8194da6 user: drh tags: trunk)
15:04
Further refinement to the configuration database locator algorithm to only use the XDG name if the ~/.config directory exists. ... (check-in: 8388a4680f user: drh tags: trunk)
14:40
Update the configuration-database location documentation to reflect enhancements to the "fossil info" command. ... (check-in: b980ede08b user: drh tags: trunk)
14:34
On the "fossil info" command with no arguments and outside of an open checkout, or with the -v option, show the location of the fossil executable and the version number. ... (check-in: 1da8afdf87 user: drh tags: trunk)
14:18
Enhance the "fossil info" command so that if it is run with no arguments and not in an option check-out, it shows global information about the fossil setup (currently limited to the location of the configuration database). ... (check-in: 6e71a28847 user: drh tags: trunk)
14:06
Revise the algorithm for finding the configuration database on unix. The algorithm is now approximately this: (1) Use the ~/.fossil name if such a file exists. (2) Use ~/.config/fossil.db if the ~/.config directory exists (3) Otherwise use ~/.fossil See [/doc/4645e9bb1a/www/tech_overview.wiki#configloc|www/tech_overview.wiki] for details. ... (check-in: 4645e9bb1a user: drh tags: trunk)
2020-04-18
21:05
Add the ability to display the history of edits to a single timeline post. Improvements to the CSS for timeline display in the default skin. ... (check-in: 34d8d7e714 user: drh tags: trunk)
19:40
In the forum thread constructor, if an post in a forum thread is a phantom, reassign the descendents of that post to be descendents of the root. This fixes the hierarchical view for the problem described at [https://www.fossil-scm.org/forum/forumpost/dc623b995f] ... (check-in: bed0dd1a95 user: drh tags: trunk)
19:15
Improved debugging output for forum displays: Show the RID on "(artifact)" links. ... (check-in: 14795faaee user: drh tags: trunk)
18:56
Use the XDG_CONFIG_HOME environment variable (if it exists) to locate the configuration database on unix. ... (check-in: 22f879dde6 user: drh tags: trunk)
18:55
Change the name of the configuration database to "fossil.db" if the database is found in the XDG_CONFIG_HOME directory. Otherwise, the configdb is still called ".fossil" on unix systems. ... (Closed-Leaf check-in: 09a21409f5 user: drh tags: xdg-aware-config-db)
00:12
Look in the XDG_CONFIG_HOME environment variable before looking in HOME for the location of the ".fossil" configuration database. ... (check-in: 4de54b1d98 user: drh tags: xdg-aware-config-db)
2020-04-17
15:00
Previous check-in broken the forum post edit function. Attempts to edit a forum post were disallowed. This check-in should fix the problem. ... (check-in: 3684c58b4b user: drh tags: trunk)
14:38
Do not allow forum posts that are replies or the start of a new message if they contain no content. An edit with no content is ok, as that means the post is to be deleted. ... (check-in: d2c81b9d6a user: drh tags: trunk)
00:15
Fix a bug in wiki editing. Make the /info header for associated wiki be "Edit Wiki:". ... (check-in: c40863abdb user: drh tags: trunk)
2020-04-16
22:35
Improvements to handling of backlinks: (1) Fossil now scans for backlinks in Markdown formatted ticket changes in addition to Fossil-Wiki formatted changes. (2) Wiki is scanned for backlinks, including wiki associated with check-ins and branches. (3) Much of the backlink code is gathered together into a single new "backlink.c" source file. (4) There are improvements to the timeline display of wiki changes. Ticket [a3572c6a5b47cd5a]. ... (check-in: ae1dac83d6 user: drh tags: trunk)
22:26
When showing timelines of references, change the text of Wiki edits from "Changes to wiki..." or "Added wiki..." to be just "Wiki...". ... (Closed-Leaf check-in: 6d125b7225 user: drh tags: backlink-updates)
21:10
Improved timeline comments for changes to wiki pages. ... (check-in: e1b4ee7938 user: drh tags: backlink-updates)
20:50
The markdown renderer requires no-op functions in order to work properly. ... (check-in: 271dcbb2b3 user: drh tags: backlink-updates)
20:06
An attempt to begin scanning wiki for backlinks. It does not currently work. I suspect a problem in the markdown link scanner. ... (check-in: f0b0293ba7 user: drh tags: backlink-updates)
16:52
If a ticket definition has a field named "mimetype" then use the specified mimetype when parsing ticket content to extract backlinks. Add the ability to extract backlinks from markdown-formatted text. Add the /test-backlinks webpage and the test-backlink command for debugging. ... (check-in: 7c13a57358 user: drh tags: backlink-updates)
13:06
Begin breaking out the code for BACKLINK processing into a separate source file: backlink.c ... (check-in: 10c75204ef user: drh tags: backlink-updates)
2020-04-15
12:40
Improvements to the way Fossil handles merging of private branches into public branches. The "closed" tag on the private branch is omitted so that it does not leak into the public branch causing a phantom. This is a start, but additional improvements are needed. ... (check-in: b4beadb507 user: drh tags: trunk)
11:28
Fix typo in the "css-tricks.md" document. ... (check-in: 9b0661aa60 user: drh tags: trunk)
11:12
Merge in trunk. ... (Closed-Leaf check-in: 7896afa71a user: florian tags: private-branches)
2020-04-14
21:38
Typo fix in the history.md document. ... (check-in: 30b0b112b2 user: drh tags: trunk)
14:27
Show the table of public phantoms directly on the security audit page. Dig deeper looking for the source of public phantoms. ... (check-in: 941280ae0a user: drh tags: trunk)
13:32
Add the /phantoms webpage that lists public phantom artifacts. Check the number of public phantom artifacts and puts a warning if the number is non-zero on the Security Audit page. ... (check-in: 83db244395 user: drh tags: trunk)
11:36
Strengthen defenses against CSRF attacks. ... (check-in: 4c444c1c88 user: drh tags: trunk)
10:59
Update to the Hints For Git Users document, based on anonymous suggestions from the forum. ... (check-in: 1f95ef532d user: drh tags: trunk)
03:04
Minor documentation tweaks. ... (check-in: a3c5ce63cf user: drh tags: trunk)
02:23
Fix an error in the sync logic introduced by check-in [50a7f89a77e0886f]. If you build a version of fossil starting with check-in [50a7f89a77e0886f] up to but not including this one, it might not sync all of the latest changes. ... (check-in: b517a989d6 user: drh tags: trunk)
02:15
Fix the mkversion.c routine so that it works with timestamps that have a leading zero. ... (check-in: 64bc064df9 user: drh tags: trunk)
00:18
Typo fix in the new gitusers.md document. ... (check-in: 702ee3f3ab user: drh tags: trunk)
2020-04-13
23:48
Revamp the home-page to be more welcoming to newbies, based on suggestions from the [https://www.fossil-scm.org/forum/forumpost/dc3971497b|Forum]. ... (check-in: b3af9d6344 user: drh tags: trunk)
23:43
Initial draft of the "hints for git users" document. ... (check-in: 8389757aa8 user: drh tags: trunk)
20:16
Allow non-privileged users to see phantom artifacts in /bloblist. Private artifacts may still only be seen by high-privilege users. If an artifact is both private and a phantom, it is viewable because "private" in the context of a phantom is different from a real private artifact. ... (check-in: b3a346e0e6 user: drh tags: trunk)
18:28
Enhance the artifact description logic to try to determine the source of phantom artifacts. ... (check-in: 7fd31f6957 user: drh tags: trunk)
17:09
Faster implementation of the phantom artifact display on the /bloblist page. ... (check-in: 28b92ca631 user: drh tags: trunk)
16:56
Sync server sends back private igot messages for private phantoms. ... (check-in: 81445afb5c user: drh tags: trunk)
15:20
More fixes to the transfer protocol for reporting on private phantoms. ... (check-in: ec93507424 user: drh tags: trunk)
15:01
Correctly handle private igot cards received in the server reply. ... (check-in: 50a7f89a77 user: drh tags: trunk)
14:32
For the rcvids shown on the /bloblist page, provide hyperlinks. ... (check-in: 10c90175a7 user: drh tags: trunk)
14:22
Adjust the xfer handler to go another round if any igot cards were sent in response to a gimme for a private artifact. ... (check-in: 71b6ada40f user: drh tags: trunk)
14:07
Show RCVID values to administrators on the /bloblist page. ... (check-in: a0faf128db user: drh tags: trunk)
12:51
Enhancements to the sync protocol designed to reduce bandwidth in cases where there are a lot of private artifacts on either side of the sync. ... (check-in: 1f7b409e87 user: drh tags: trunk)
12:39
If either side sends a gimme for a private artifact, reply with a private igot card to let the requestor know that the artifact is private. Other changes to help make this work are the new server-version pragma and adding date and time numbers to the client-version and server-version pragmas. The auto-shun setting now defaults to off. ... (Closed-Leaf check-in: 050cd01943 user: drh tags: sync-improvements)
11:02
Do not allow unprivileged users to see private or phantom artifacts on the /bloblist page. ... (check-in: 7dc7df46d5 user: drh tags: sync-improvements)
2020-04-12
23:29
The admin can see private artifacts in /bloblist even if they do not have the Private ('x') permission. ... (check-in: 648bc30531 user: drh tags: trunk)
23:25
Only allow users with appropriate privileges to see private and phantom artifacts in the /bloblist report. ... (check-in: 7b6b567155 user: drh tags: trunk)
23:11
Merge the phantom and published artifact display enhancements from trunk. ... (check-in: 339d29d6a8 user: drh tags: sync-improvements)
23:10
On the /bloblist webpage, enhance the "published" display and add the ability to display phantom artifacts. (A phantom is an artifact whose content is unknown.) ... (check-in: ea83cdad1d user: drh tags: trunk)
19:55
Improvements to comments in the sync logic. No changes to code. ... (check-in: 1826234736 user: drh tags: sync-improvements)
19:31
The server should make an ONREMOTE entry for each igot card received from the client. ... (check-in: 20a40056f1 user: drh tags: sync-improvements)
19:12
In the sync reply, the server should omit igot cards for artifacts that are known to already exist on the client. ... (check-in: 3e2a9bc373 user: drh tags: sync-improvements)
15:19
Attempts to improve the homepage and first impression for new users. ... (Closed-Leaf check-in: 8b5250b82b user: drh tags: revamp-home-page)
03:06
For the "user:" hyperlink in a forum post in "vfx" mode, link to another timeline that is also in "vfx" mode. ... (check-in: 55f9d7b6ec user: drh tags: trunk)
2020-04-11
23:19
Edits to the history of Fossil. Add the history of fossil to the permuted index as a primary document, replacing the (unmaintained) FAQ. ... (check-in: b8ad564dc5 user: drh tags: trunk)
22:35
Merged from trunk ... (Closed-Leaf check-in: 2f24675ab5 user: ashepilko tags: api-cleanup)
20:55
First draft of the "history.md" documentation file. This file is far from complete and has not yet be integrated into the permuted index. ... (check-in: 8c6aca20ad user: drh tags: trunk)
12:15
Add a warning to the qandc.wiki page that it is old and out-of-date. ... (check-in: 07605f369c user: drh tags: trunk)
11:46
Fix a harmless documentation typo. ... (check-in: 236c46ced3 user: drh tags: trunk)
10:12
Updated broken link to mailing list and archives, per report in the forum. ... (check-in: e1592a65d4 user: stephan tags: trunk)
2020-04-10
19:01
For email alerts on forum posts that are in reply to a prior post that has been edited, make the In-Reply-To point to the Message-Id of the original unedited post. This should help avoid breaking threads in email readers for subscribers who do not receive notification of post edits. [https://www.fossil-scm.org/forum/info/db34def829be984c|bug report]. ... (check-in: 137cba6f1b user: drh tags: trunk)
17:50
If a command is "fossil ABC" and "ABC" is not a valid command name or prefix but "ABC" is the name of a repository file, then change the command to be "fossil ui ABC". ... (check-in: aad4c2485b user: drh tags: trunk)
14:02
Modifications to the "fossil ui" idle timeout feature: (0) Make the Javascript work with IE (lacking the `fetch()' function) (1) Ensure the Javascript keep-alive polling interval is lower than the idle timeout (2) Add the short form `-t' as an alias for the `--idle-timeout' command-line option, since it is now always required to enable legacy behavior. ... (Closed-Leaf check-in: fae4ae058d user: florian tags: idle-time-suggestions)
13:56
Documentation fix: add the "p" query parameter to pure associated wiki-page examples in the wikitheory.wiki page. ... (check-in: 525e93dd57 user: drh tags: trunk)
13:51
Bug fix: Make sure that associated-wiki uses an accordion even if the name of the section is modified by a Markdown title. Example: [/timeline?r=double-dash-flag] ... (check-in: b1c8e791ae user: drh tags: trunk)
13:37
For wiki pages that are associated with a check-in, branch, or tag, redirect to the associated /info or /timeline page unless the "p" query parameter is present. ... (check-in: 093943d744 user: drh tags: trunk)
2020-04-09
17:29
Branch closed. See [https://www.fossil-scm.org/forum/forumpost/d52e3388dc|this forum post] for an explanation. Was: Fix a harmless compiler warning. ... (Closed-Leaf check-in: eb750c284a user: drh tags: idle-timeout)
17:18
Implement an idle-timeout for windows. ... (check-in: aee7401958 user: drh tags: idle-timeout)
16:34
Fix the build for windows. The idle-timeout is still not implemented in the Windows HTTP server, though. ... (check-in: 1d7e2fa697 user: drh tags: idle-timeout)
16:16
Forgot to add the "keepalive.js" source file. ... (check-in: 58dbde20c4 user: drh tags: idle-timeout)
16:14
Initial code for implementing the idle-timeout feature for "fossil ui". Seems to work in preliminary tests on unix. Windows implementation is incomplete and untested. ... (check-in: 39a899e4cf user: drh tags: idle-timeout)
14:53
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. ... (check-in: facc16233b user: drh tags: trunk)
12:32
Fold duplicate parts of the SVG data URIs to simplify the Javascript code -- overall impact on the final size of the gzipped web page is likely minor. The uncompressed source code for the icons is on the [branch/accordion-experiments] wiki page. ... (Closed-Leaf check-in: 811ae0c82b user: florian tags: accordion-experiments-2)
11:40
Enhance the "test-file-environment" command so that it works even if run outside of an open checkout and without the -R option. ... (check-in: af6833b672 user: drh tags: trunk)
2020-04-08
18:53
Fix typo in default-src direcive spec. ... (check-in: f64f757eda user: ashepilko tags: trunk)
14:59
Merge the accordion section enhancement to trunk. ... (check-in: 22d28547b7 user: drh tags: trunk)
14:17
Fix a minor glitch. ... (Closed-Leaf check-in: 343f31f9bf user: florian tags: accordion-experiments-2)
14:07
Use dynamically created foreground image elements instead of CSS background images to indicate the status and available actions for the accordion, so they are visible by default for printouts and PDFs, invisible for noscript clients, and enhance compatibility with most skins (Xekri's "justify-content: space-around;" is crunchy, however). ... (check-in: 1006de1e66 user: florian tags: accordion-experiments-2)
10:16
Update OpenSSL to version 1.1.1f ... (check-in: 72026ed39d user: jan.nijtmans tags: trunk)
10:11
Increase the default scroll threshold on forum posts from 25em to 40em. ... (check-in: 23d17bd248 user: drh tags: trunk)
2020-04-07
12:27
Initial version of css-tricks.md, as requested in [https://fossil-scm.org/forum/forumpost/eb04fd28b5|forumpost/eb04fd28b5]. ... (check-in: 5900530223 user: stephan tags: trunk)
2020-04-06
15:54
Prevent ridicuously wide forum posts display with the "vfx" query parameter on /timeline. ... (check-in: da7d816201 user: drh tags: trunk)
15:44
Futher viewing enhancements for larger forum posts. The default CSS now limits the maximum height to 25em (because that amount fits nicely on a single screen on an iPhone) and all messages have a "source" link which shows the fully expanded text without scrollbars. ... (check-in: 46dd696302 user: drh tags: trunk)
15:03
Limit the displayed length of a forum-post to 50em using CSS. Longer posts scroll. ... (check-in: 421955cdf7 user: drh tags: trunk)
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; [https://fossil-scm.org/forum/forumpost/045bffda68|forumpost/045bffda68] ... (check-in: 06afb7022f user: ashepilko tags: api-cleanup)
19:44
Fixes to search. (1) Keep forum search up-to-date. (2) Do not add items to search if they are pending moderation. ... (check-in: 5e28febf2b user: drh tags: trunk)
19:02
Improved processing of timestamp strings used as check-in identifiers. The ISO8601 date without punctuation (digits only) is now accept on the tag:date format. Also, incomplete ISO8601 date/time values are rounding up instead of rounded down, such that the match on 20200101 actually finds a check-in on 2020-01-01 (if any) rather than the last check-in on 2019-12-31. ... (check-in: a5f3103111 user: drh tags: trunk)
14:30
Use regular comments in Javascript files, instead of comments private to the mkbuiltin utility, so the files are easier to reuse and test outside of Fossil, and easier to process with synatx highlighting-enabled text editors. ... (Closed-Leaf check-in: 04f232aaae user: florian tags: accordion-experiments)
14:28
Use SVG icons to indicate the status and available actions for the accordion. ... (check-in: 6126a54132 user: florian tags: accordion-experiments)
2020-04-04
19:34
Many improvements to the indexed search debugging logic. ... (check-in: 53d1f053ad user: drh tags: trunk)
18:03
Minor comment fixes in the search logic. No changes to code. ... (check-in: 4d35160866 user: drh tags: trunk)
2020-04-03
09:41
fossil shell prompt now contains project name, if any, per request in [https://fossil-scm.org/forum/forumpost/c0a0123fb8|forumpost/c0a0123fb8]. ... (check-in: ce6eaf0fb0 user: stephan tags: trunk)
2020-04-02
18:57
Fix the "fossil revert" command so that it works even for a new --empty checkout. ... (check-in: 9aca02b73c user: drh tags: trunk)
18:56
Fix the "fossil revert" command so that it works even for a new --empty checkout. ... (Closed-Leaf check-in: 04bbb05df7 user: drh tags: accordion-about-wiki)
00:15
Attempting to add "accordion" action to the "About" sections of pages that have associated wiki. Basically works, but needs CSS tweaks, and possibly other UX improvements. ... (check-in: b17e4c5a77 user: drh tags: accordion-about-wiki)
2020-04-01
17:04
merge trunk ... (Closed-Leaf check-in: 7da1aa6f31 user: bch tags: NULLSeparated)
16:14
Fix the file_copy() procedure so that it sets the EXE bit on the copy if it was set on the source. ... (check-in: cb2f254096 user: drh tags: trunk)
12:57
For self-registered accounts, increase the minimum userID length to 6 and check both the EVENT and USER tables for conflicting userIDs. ... (check-in: b13b651da2 user: drh tags: trunk)
00:00
Fix warnings on possible uninitialized variable use. ... (check-in: 0ba1528fa3 user: ashepilko tags: trunk)
2020-03-31
21:13
Eliminate IP prefix tracking as part of the login cookie. ... (check-in: 7d18c40b83 user: drh tags: trunk)
2020-03-29
14:04
Fix a minor formatting error in the alerts.md document. ... (check-in: 6ec931a13d user: drh tags: trunk)
2020-03-28
18:21
Add email-url, email-admin, and email-subname to the settings that can be managed by the "fossil alert setting" command. ... (check-in: a0ae0c9ff6 user: drh tags: trunk)
2020-03-27
22:25
In the previous check-in, fix the subscriber count after doing a purge. ... (check-in: 8ccab68fc6 user: drh tags: trunk)
22:23
Add the ability to purge old pending subscriptions from the /subscribers page. ... (check-in: 8c40c38f5e user: drh tags: trunk)
15:37
Do not use the IP address as part of the login cookie if the server is set to redirect all HTTP requests over to HTTPS. ... (check-in: ce4bece946 user: drh tags: trunk)
15:19
Fix an accidental fork. ... (check-in: a5d6567ea6 user: drh tags: trunk)
15:15
Added build instructions for cross-compiling Fossil for Android from Linux, adapted from [https://fossil-scm.org/forum/forumpost/e0e9de4a7e | forumpost/e0e9de4a7e]. ... (check-in: b70744576b user: stephan tags: trunk)
14:45
Only show both the display name and the login if they are different. If they are the same, show just the login. ... (check-in: 069b7ee7a4 user: drh tags: trunk)
14:41
Show both the display name and the login on forum pages. ... (check-in: d5455f5b1b user: drh tags: trunk)
14:30
Use the display name rather than the login for forum posts. ... (check-in: 2e71dc25d9 user: drh tags: trunk)
13:00
Add the "unused" query parameter to the /setup_ulist page. ... (check-in: 7711a4fbc2 user: drh tags: trunk)
11:29
On a timeline date-time link back to a timeline, set the y=a query parameter so that all artifacts are shown in the target timeline. ... (check-in: 2cdd7573ed user: drh tags: trunk)
11:13
Show the number of pending subscriptions in the subscription stats. ... (check-in: 02ad349134 user: drh tags: trunk)
2020-03-26
18:54
Add a new subscription option to receive edits to forum posts. If this option is not selected, then alerts are only sent on the initial post, not on edits. Also: Use the "forumObs" class on timeline forum text that has been subsequently edited. ... (check-in: e5653a4ceb user: drh tags: trunk)
14:48
Set the autocomplete="off" parameter on the password input to the user editing screen. ... (check-in: a02385427f user: drh tags: trunk)
13:53
Validate the email address in the subscription editing form. ... (check-in: 32a8d11025 user: drh tags: trunk)
13:18
Add the "Send a message to ..." link for administrators on the subscription configuration page. ... (check-in: bb05299ee7 user: drh tags: trunk)
13:11
Improvements to the "Notification" setup screen. Take steps to ensure that the email address does not get cleared when editing subscriber preferences. ... (check-in: 60d40d5b58 user: drh tags: trunk)
10:40
Fix a formatting issue on the load-management documentation page. ... (check-in: c2c998d9cc user: drh tags: trunk)
05:30
Removed obsolete reference to the historical limitation of the grep command accepting only a single filename. ... (check-in: 30a2af8e39 user: stephan tags: trunk)
03:01
Fix typos. ... (check-in: 58f00d333a user: ashepilko tags: trunk)
02:24
Documentation typo fix. ... (check-in: 455c743ab4 user: drh tags: trunk)
2020-03-25
17:48
Add the email address editing to the subscriber information screen (/alerts). Improved cross-linking between subscriber and user editing screens for administrators. ... (check-in: 54a6f098ec user: drh tags: trunk)
2020-03-24
20:24
Update openssl version number to 1.1.1e. Update custom makefile. ... (check-in: 77a7078f74 user: jan.nijtmans tags: trunk)
15:04
Add the "nsm" or "No-SubMenu" query parameter to the /wiki page. ... (check-in: 993700abaf user: drh tags: trunk)
2020-03-23
01:08
Clear the environment by setting its first entry to NULL; fixes the macOS-bound bug as per [https://fossil-scm.org/forum/forumpost/2fcb3a490b|forumpost/2fcb3a490b] ... (check-in: 6e7211a26d user: ashepilko tags: trunk)
2020-03-22
15:58
Further enhancements to the ticket history mechanism so that it takes into account the difference between TICKET and TICKETCHNG fields. ... (check-in: fc70ec085e user: drh tags: trunk)
15:33
The "formatted" mode for the ticket history viewer assumed that all text was Fossil-Wiki formatted. It did not account for Markdown (since that feature was added long before Markdown formatting was added). And, indeed, there is no general way for it to know what the mimetype of the text is. Hence, disable formatted mode, and show all text as plaintext. ... (check-in: f1e8cd6977 user: drh tags: trunk)
15:02
Add the "raw" query parameter to the /tkthistory page. ... (check-in: 4c9e24fdcc user: drh tags: trunk)
14:29
Update the built-in SQLite to the latest 3.32.0 alpha that includes fixes for the DBCONFIG_MAINDBNAME problem. ... (check-in: 8d114c2aff user: drh tags: trunk)
2020-03-21
19:57
Assorted improvements to www/globs.md, mainly to clarity and grammar. ... (check-in: 7898593d9d user: wyoung tags: trunk)
2020-03-20
04:02
Rename test function to match the test command name ... (check-in: 77be1777e1 user: andygoth tags: trunk)
2020-03-19
15:11
Add a configure time check for the existence of setenv(3) in libc for use by fossil_setenv() which has nicer semantics than its current underlying implementation on POSIX systems, putenv(3). This doesn't fix any known issue other than a technical memory leak, but I'm checking it in in case someone finds the code useful someday. ... (Closed-Leaf check-in: ff8f2decf5 user: wyoung tags: setenv-alternative)
2020-03-18
17:25
Merged glob-docs branch down to trunk. ... (check-in: b45a985c86 user: wyoung tags: trunk)
17:25
Assorted improvements to globs.md, especially to the discussion of * expansion on Windows vs POSIX. ... (Closed-Leaf check-in: bb292b64ae user: wyoung tags: glob-docs)
17:03
Hoist the list of POSIX subsystem features for Windows up to the top of the "Windows" section in globs.md to wave readers off to the "POSIX" section of the same doc before we get into truly Windows-specific details. ... (check-in: 21929d37a3 user: wyoung tags: glob-docs)
15:28
Update the list of "Commands that Refer to Globs". ... (check-in: 50a8e53640 user: florian tags: glob-docs)
15:25
Mention the tricks to preview glob expansion with the `test-echo' command, and to try glob matching with `test-glob'. ... (check-in: 9a428be514 user: florian tags: glob-docs)
15:14
Mention the handy batch script to launch Fossil without glob expansion on Windows. ... (check-in: 1a305a5ceb user: florian tags: glob-docs)
15:09
Correct a statement that contradicts the first paragraph in the same section. ... (check-in: ce5925c202 user: florian tags: glob-docs)
15:03
Repeated clicks on the audio-captcha button cause it to start over. Change the title of 206 HTTP replies to "Partial Content". ... (check-in: 8466a15722 user: drh tags: trunk)
14:56
Try to make it easier for people to find the documentation on how to add new commands to the Fossil core. ... (check-in: 29c3e99d73 user: drh tags: trunk)
14:14
Change the HTTP reply status for range requests from "206 OK" to "206 Partial Content". ... (Closed-Leaf check-in: 8a1e1c9096 user: florian tags: audio-captcha)
14:08
Have repeated clicks to the "Speakit" button restart the audio-captcha from the beginning instead of repeating several times in parallel. ... (check-in: 1bf8df8ad2 user: florian tags: audio-captcha)
00:45
Don't even show the "Awaiting Moderator Approval" message, as that would be redundant. ... (check-in: 2233a7b7ac user: drh tags: trunk)
00:42
Do not show the text forum messages that are pending moderation in the timeline view. ... (check-in: bf410211c7 user: drh tags: trunk)
2020-03-17
12:17
Filter notifications to reduce multiple alerts if forum-posts are edited. ... (Closed-Leaf check-in: 1c84fa5569 user: graham tags: alert-filter)
10:45
Add the -R option to the "fossil uv" on-line help. ... (check-in: bc7c27cb85 user: drh tags: trunk)
2020-03-16
19:45
Experimental: Change the X-Fossil-From: header in alert emails to Sender:. This might help with Outlook users. Or it might make things worse. The only think I know to do is try it and see what happens. ... (check-in: b4dcf8e4ef user: drh tags: trunk)
19:33
Minor default CSS changes for improved rendering of code snippets with long lines in the forum. ... (check-in: 192c809a31 user: drh tags: trunk)
2020-03-15
21:24
Enhance the /announce page so that it provides an option to send a message to all forum moderators. ... (check-in: 84d854c6d1 user: drh tags: trunk)
20:43
Fix the /announce/test2 feature so that it works without asserting. ... (check-in: ea4ccfdc2d user: drh tags: trunk)
18:35
Add support for the Range: attribute in HTTP requests for the "fossil server" and "fossil http" commands. ... (check-in: b6892ccdd6 user: drh tags: trunk)
15:43
Introduce a new version of db_multi_exec() that does not do printf-style formatting. ... (check-in: 0ea56bb239 user: drh tags: trunk)
15:37
Resolve mis-expansion of ATTACH DATABASE reported in [https://fossil-scm.org/forum/forumpost/e5cf69b8a0|forumpost/e5cf69b8a0]. ... (check-in: bcdc2f4451 user: stephan tags: trunk)
15:22
Experimental support for "Range:" headers in HTTP requests. ... (Closed-Leaf check-in: 37c615ad29 user: drh tags: http-range)
2020-03-14
23:41
For the audio captcha, do not actually download the sound file until the user clicks on the button. ... (check-in: 54d93954a9 user: drh tags: trunk)
21:00
Add the nsm query parameter to /timeline for disabling the submenu. ... (check-in: 220ed0a939 user: drh tags: trunk)
19:42
CSS changes to try to prevent over-width forum messages in the timeline display. ... (check-in: b5acbe9b55 user: drh tags: trunk)
18:29
The new vfx query parameter on /timeline shows the formatted text of forum messages directly in the timeline. ... (check-in: c7a536ffa8 user: drh tags: trunk)
15:43
Add the option to show an entire forum thread as "unformatted" text. ... (check-in: b41b39018f user: drh tags: trunk)
15:16
Fix the "(source)" links on the forum to point to the most recent edit of the post, not the original post. ... (check-in: 33dc88c417 user: drh tags: trunk)
14:25
Add the "Speakit" button to the /register page. ... (check-in: 5a7d449493 user: drh tags: trunk)
14:22
Use &lt;h3&gt; tags, with a CSS class for styling, for the title on forum posts, as this works better for screen readers. ... (check-in: fb85d7b632 user: drh tags: trunk)
14:07
Add CSS classes for the forum post labels. ... (Closed-Leaf check-in: ff3365e83e user: drh tags: forum-post-headers)
13:50
In a forum thread display use an &lt;h3&gt; tag for the header on each post. ... (check-in: c29d69ea7a user: drh tags: forum-post-headers)
13:36
Put the "speak the text" buttons for captcha audio closer to the boxes in which the person must enter the text. ... (check-in: a584491ab8 user: drh tags: trunk)
13:20
Add extra silence in between letters of the spoken captcha. ... (check-in: 2e32552331 user: drh tags: trunk)
13:13
Typo fix in the change log. ... (check-in: 76a8eefc80 user: stephan tags: trunk)
12:57
Add the audio-captcha feature to the change log. ... (check-in: b003f7cd53 user: drh tags: trunk)
12:49
Fix a harmless compiler warning. ... (check-in: 11d1233d30 user: drh tags: trunk)
12:46
Show the title of a forum thread without truncation. (This check-in is reapply after having been accidently deleted.) ... (check-in: 74549a9a8d user: drh tags: trunk)
12:43
Add audio prompts to captchas so that they can be completed by visually impaired users. ... (check-in: dcf441077d user: drh tags: trunk)
12:40
Add "Speak the text" buttons consistently to all captchas. ... (Closed-Leaf check-in: 93bbd28aa0 user: drh tags: audio-captcha)
04:05
Fix the makefile by removing a spurious javascript file. ... (check-in: 899b40910a user: drh tags: audio-captcha)
03:59
Add "Speak the text" buttons on captchas. ... (check-in: 3b10bdd683 user: drh tags: audio-captcha)
03:13
Add infrastructure to support solving the captcha via audio. ... (check-in: 5ddc0fdc6b user: drh tags: audio-captcha)
2020-03-13
20:38
Remove the 'd' capability, which has never been used. ... (check-in: 1274054036 user: drh tags: trunk)
18:09
Provide a "source" link on Wiki/Markdown forum pages that shows the original unformatted source text for that post. ... (check-in: cc46524f48 user: drh tags: trunk)
17:18
In the "test-forumthread" command, if the thread-id argument is omitted show a list of all available threads. ... (check-in: 98270ad613 user: drh tags: trunk)
15:44
Improve the the UX user self-management in the default skin. ... (check-in: 2ee58cf546 user: drh tags: trunk)
14:23
Proposed fix to the UX bug on "Logout" with the default skin, per https://sqlite.org/forum/forumpost/ee69ac2ed3 ... (Closed-Leaf check-in: 35d8736bb3 user: wyoung tags: logout-link-on-name)
01:25
Added documentation for the other legal values for event.type in the "y" parameter to /timeline.rss. ... (check-in: 4a70f9485c user: wyoung tags: trunk)
2020-03-12
22:53
Show the title of a forum thread without truncation. ... (check-in: 81d66a357d user: ashepilko tags: trunk)
18:43
Add /forummain as an alias for /forum. ... (check-in: 4b82e96ac8 user: drh tags: trunk)
18:17
Repurposed the check for "d" cap in the Security Audit page to warn that it should be removed from use. It checks the anonymous, developer, and reader users for it only, not any one-off uses. It also doesn't check Setup or Admin, but presumably whatever we reuse "d" for in the future will be granted to them by default. ... (Closed-Leaf check-in: 8059b9cac1 user: wyoung tags: eradicate-d-cap)
18:03
Added comments and documentation for the removal of d cap. ... (check-in: 7454cce841 user: wyoung tags: eradicate-d-cap)
18:02
Removed a "#if 0" related to this branch. ... (check-in: dfa6609a9a user: wyoung tags: eradicate-d-cap)
17:02
Removed the favicon byte array added in support of the /favicon.ico URL handler. It's unused since [81b3ce3a1350eaa9], when that page began serving a GIF and now gets the same data from the aLogo byte array. ... (check-in: 1b63f6894f user: wyoung tags: trunk)
16:56
An extension of [3941824d] to remove all mention of 'd' capability from the code, not just ifdef or comment it out. Also removes it from the docs and from the default capability set for Developer, dei -> ei. ... (check-in: 55a7643938 user: wyoung tags: eradicate-d-cap)
10:50
Omit the 'd' capability (the ability to delete wiki and tickets). This capability does not do anything. Apparently, it is a hold-over from the old CVSTrac code. ... (check-in: 3941824d85 user: drh tags: trunk)
01:50
This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. ... (Leaf check-in: ba56f5e5cc user: drh tags: mistake)
00:57
Fix a long-standing error in a printf() specification on the /artifact_stats page that only caused problems when compiling on 32-bit windows using mingw32. ... (check-in: afb4f74808 user: drh tags: trunk)
00:44
Add the "gather_artifact_stats()" SQL function to the "fossil sql" command. This function invokes the gather_artifact_stats() C-language routine in order to populate the temporary ARTSTAT table. ... (check-in: 6e890f737f user: drh tags: trunk)
2020-03-08
07:20
Fix typo in data-sortkey. ... (check-in: 88b8df356b user: ashepilko tags: trunk)
2020-03-07
22:14
option to separate filenames w/ NULL instead of whitespace. Eases operations w/ whitespace-containing filenames ... (check-in: 6e88c64bb2 user: bch tags: NULLSeparated)
16:56
Use SHA3 to identify unversioned files, if the hash policy is sha3 or higher. ... (check-in: 17525ceddb user: drh tags: trunk)
12:21
Back out the attempt to fix excess line ending whitespace because that check-in mangled some text and inserted unwelcomed unicode characters. ... (check-in: fd1282e685 user: drh tags: trunk)
12:06
Change the default favicon.ico to an actual GIF image of the Fossil lizard. ... (check-in: 5ca0a05a80 user: drh tags: trunk)
2020-03-06
17:27
Limit the max length of new forum thread's title. ... (check-in: 81fb5e7600 user: ashepilko tags: trunk)
17:08
Improve truncation of UTF-8 encoded title using a function by @florian.balmer per [https://fossil-scm.org/forum/forumpost/6d90d5d99c] ... (check-in: d076853d10 user: ashepilko tags: trunk)
10:07
Update to Unicode-13 ... (check-in: b70a76e354 user: jan.nijtmans tags: trunk)
10:06
eol-spacing in documentation ... (check-in: d65540f5a9 user: jan.nijtmans tags: trunk)
2020-03-04
13:51
New documentation crosslinks. ... (check-in: abf865bb5f user: drh tags: trunk)
2020-03-03
20:53
Various minor documentation enhancements. ... (check-in: 787466468d user: drh tags: trunk)
19:13
Properly truncate a UTF-8 encoded title using a function by @florian.balmer per [http://fossil-scm.org/forum/forumpost/52b141aa91] ... (check-in: 35ad8eca06 user: ashepilko tags: trunk)
14:35
Fix the mimetype for /favicon.ico. ... (check-in: 00e2f0511e user: drh tags: trunk)
2020-03-02
15:41
Trying to improve the documentation for skin development. This is a work-in-progress. ... (check-in: 2698c16b1c user: drh tags: trunk)
12:57
Add the /favicon.ico web page. ... (check-in: 81b3ce3a13 user: drh tags: trunk)
12:50
When viewing a forum thread, use the title of the thread as the page title. ... (check-in: 59f126d90b user: drh tags: trunk)
2020-02-29
19:32
Properly truncate a forum thread's title when is UTF-8 encoded. ... (Closed-Leaf check-in: 4b12ad0eb2 user: ashepilko tags: forumthread-title)
2020-02-28
21:53
Include forum thread's title in its page title. ... (check-in: 9559bdb69c user: ashepilko tags: forumthread-title)
21:51
Create new branch named "forumthread-title" ... (check-in: 33c4c9d266 user: ashepilko tags: forumthread-title)
2020-02-27
19:16
More information on Setup and in Security-Audit to help admins configure Public Pages with the correct capabilities. ... (check-in: 0c374456b3 user: drh tags: trunk)
17:07
Update the built-in SQLite to an early alpha for 3.32.0, for testing. ... (check-in: d239550e9e user: drh tags: trunk)
2020-02-26
15:59
Updates to the change log. ... (check-in: 13919ef8fc user: drh tags: trunk)
15:23
Implement the --keep-merge-files option for the merge and update commands. Merge-conflict files are omitted without this option. The merge conflict files continue to exist for the stash command. ... (check-in: d20ead10c3 user: drh tags: trunk)
14:28
Put the Content-Security-Policy in the HTTP reply header in addition to the HTML header. That way, the CSP is enforced even for raw HTML pages or if the skin provides an HTML header that omits the CSP. Add a new "default-csp" setting included with the skin that allows an administrator to change the CSP to allow for CDNs and such. ... (check-in: 14c81d9d2b user: drh tags: trunk)
14:07
The stash now uses the legacy behaviour for merge conflicts, always keeping the baseline/original/merge files, because there's otherwise a potential for undo suffering when stash pop has a conflict. (Thanks to Florian for pointing that out.) ... (Closed-Leaf check-in: 31dc956dfa user: stephan tags: merge-remove-temp-files)
2020-02-25
23:03
This merge occurred on a laptop and didn't get synced. Before the missing sync was discovered, other check-ins occurred both on the branch and on trunk. So it seems best to just abandon this merge. ... (Closed-Leaf check-in: 6f08a5937b user: drh tags: mistake)
20:57
Implemented merge/update --keep-merge-files, per discussion at [https://fossil-scm.org/forum/forumpost/1407a2d73e|/forumpost/1407a2d73e]. ... (check-in: 1bfd760de4 user: stephan tags: merge-remove-temp-files)
20:04
Added --admin-user flag to the import command. ... (check-in: 6c0dfc8cc5 user: drh tags: trunk)
18:34
Added --admin-user flag to the import command, per discussion at [https://fossil-scm.org/forum/forumpost/2ecbbdf7c6|forumpost/2ecbbdf7c6]. ... (Closed-Leaf check-in: bdc242fb07 user: stephan tags: import-admin-user)
15:59
Improved diff performance by using a 64-bit hash. Now able to diff files with lines up to 32KiB in length. ... (check-in: ce0bce90cf user: drh tags: trunk)
15:58
Redo the enhancement of check-in [1e881f59786bd891] in a way that is portable to legacy systems. The strnlen() function is now always available. ... (check-in: 1a84fe09c7 user: drh tags: trunk)
14:45
Improve diff performance by using a 64-bit hash and a faster hash algorithm. ... (Closed-Leaf check-in: a4616a2c99 user: drh tags: diff-optimizations)
11:56
Change the sense of the "same_dline()" routine in the diff generator so that it returns 0 if the lines are the same and non-zero if the lines are different, as this helps the diff logic to run faster. ... (check-in: 2f7527e88c user: drh tags: trunk)
11:32
Performance optimization in the building printf() logic makes the "fossil annotate" command run 6x faster. ... (check-in: 1e881f5978 user: drh tags: trunk)
2020-02-19
21:41
Recognize the Pale Moon user agent string. ... (check-in: 6d0be557dc user: mistachkin tags: trunk)
21:34
Update custom Makefile for MinGW. ... (check-in: 7d5e243d6a user: mistachkin tags: trunk)
2020-02-18
20:51
Fix a bug in the CGI extension documentation. ... (check-in: 85c58afe9a user: drh tags: trunk)
2020-02-16
15:25
Minor skin-related fixes (merged to trunk with the go from stephan). ... (check-in: 4dbd4e33c4 user: florian tags: trunk)
14:51
Fix the Javascript-disabled fallback hamburger button link to the sitemap. ... (Closed-Leaf check-in: 9782e6726d user: florian tags: misc-skin-fixes)
14:48
Add 'timeline-tslink-info' to the list of skin/web-ui-related settings to make it work with `fossil config ...' and `fossil init --template ...'. ... (check-in: c27e206970 user: florian tags: misc-skin-fixes)
2020-02-15
18:48
Improvements to the /test-all-help webpage. ... (check-in: 9e40834016 user: drh tags: trunk)
2020-02-13
20:09
Minor performance optimizations on the /artifact_stats page. ... (check-in: c2cf7ea141 user: drh tags: trunk)
19:43
Enhance the --sqltrace option to show the elapse time used by each SQL statement in milliseconds. ... (check-in: ada305fbc0 user: drh tags: trunk)
18:28
Add a setting in /Admin/Access that allows the /artifact_stats page to be accessed by any user. Activate load control on the /artifact_stats page. ... (check-in: 86619b995d user: drh tags: trunk)
2020-02-12
18:43
Minor edits to the check-in names documentation. ... (check-in: f7b34aac4f user: drh tags: trunk)
18:38
Improvements to the "embedded documentation" documentation. ... (check-in: c5d9ca673b user: drh tags: trunk)
17:03
Provide a scary warning about the use of TH1 docs on the Security Audit page. ... (check-in: 5c0bb964cd user: drh tags: trunk)
16:35
Change the special $SELF substitution used by Markdown and HTML embedded documentation into $CURRENT. See the [https://www.fossil-scm.org/forum/forumpost/69cf42b0c9|forum discussion] for details. ... (check-in: 45427ae1c9 user: drh tags: trunk)
14:44
Updates to the change log. ... (check-in: 0c9339bfb0 user: drh tags: trunk)
14:17
Propagate the timeline-default-style setting when cloning. Fix the initialization of the timeline style select menu so that it shows it is initialized to the default setting. ... (check-in: bc8691cd09 user: drh tags: trunk)
09:25
Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. ... (check-in: 22a9cc7f8b user: jan.nijtmans tags: branch-2.10)
2020-02-11
19:47
Allow websites to specify a default viewing style other than Modern in the /Admin/Timeline setup page. ... (check-in: 895eac4feb user: drh tags: trunk)
18:15
Do not try to maps graph rails that are negative. Fix for ticket [acf1302afa53e6a1] ... (check-in: 7a585153b1 user: drh tags: trunk)
2020-02-10
08:32
Minor repo_list_page() API doc addition and zeroed a closed db handle, "just in case". ... (check-in: d87bf251e5 user: stephan tags: trunk)
2020-02-08
17:53
Various documentation typo fixes. Remove the link to the (now obsolete) Fossil mailing list archive from the front page. ... (check-in: b45da258cb user: drh tags: trunk)
16:43
Updated stats and a typo fix in the technical overview document. ... (check-in: bcae84663d user: drh tags: trunk)
2020-02-07
16:53
Issue a verbose warning message if a unversion content sync reverts to pull-only due to lack of permission on the server. ... (check-in: ef9305a47c user: drh tags: trunk)
12:44
The --project-code option on "fossil pull" implies --once. ... (check-in: 6696d4de7d user: drh tags: trunk)
01:54
Addressed forum comment on recent rebaseharm doc update: https://www.fossil-scm.org/forum/forumpost/567804d6fa ... (check-in: be9df83b42 user: wyoung tags: trunk)
2020-02-06
23:26
Add the --project-code option to the "fossil pull" command. Use of this option allows one project to pull content from another project. ... (check-in: 21e8aed945 user: drh tags: trunk)
15:32
When using HTTPS combined with HTTP AUTH, the SSL connection may go away and any further operations on it, including the implied SSL_shutdown() that occurs as a result of BIO_reset() or BIO_free_all() will crash Fossil. Attempt to deal with this by signaling a quiet shutdown if SSL_peek() returns an error. ... (Closed-Leaf check-in: 616de1fef2 user: andybradford tags: fix-ssl-crash)
15:06
Get the "fossil git export" command working on windows. ... (check-in: 0dd697622a user: drh tags: trunk)
2020-02-05
22:11
Assorted improvements to rebaseharm, mainly grammar and clarity, but also some typo fixes. ... (check-in: 5a7cda57cb user: wyoung tags: trunk)
14:41
Still more editorial changes to rebaseharm.md. ... (check-in: 9b068a3979 user: drh tags: trunk)
13:52
Still more minor edits to the rebaseharm.md document. ... (check-in: d0807c23ea user: drh tags: trunk)
13:45
Fix typos and remove unnecessary non-ASCII characters from the rebaseharm document. ... (check-in: 6a903b39e8 user: drh tags: trunk)
13:22
Rework the "rebase is lying" section of the "Rebase considered harmful" document to be less confrontational, while at the same time still calling out rebase for what it really is. ... (check-in: 629259df14 user: drh tags: trunk)
2020-02-04
21:42
Further improvements to the hashpolicy doc: spelling, grammar, and clarity tweaks. ... (check-in: e07256d59e user: wyoung tags: trunk)
20:21
Updated the "SHA-3 vs SHA-2 vs SHA-1" section of the fossil-v-git article to cover recent developments: Brian M. Carlson's plan for migrating Git to SHA-256, SHAmbles, and more. ... (check-in: 4fdc8db06a user: wyoung tags: trunk)
16:40
More tweaks to the hashpolicy.wiki document. ... (check-in: f5e02af3ab user: drh tags: trunk)
16:13
Updates to the hashpolicy.wiki document. The recent attention it received on HN caused me to notice that it needed refreshing. ... (check-in: 2f5bb4f04d user: drh tags: trunk)
2020-01-29
14:12
/dir page: changed the (columns: Xex Y) to (Xex auto), as the previous computed value (the number of entries in the list) was a semantic mismatch for that CSS property (the number of columns). ... (check-in: ea66927c0c user: stephan tags: trunk)
13:52
Added the 'files' CSS class to the /dir column view element, per discussion at [https://fossil-scm.org/forum/forumpost/092ec8a4d0|/forumpost/092ec8a4d0]. ... (check-in: 374ca0c007 user: stephan tags: trunk)
12:34
Several minor internal cleanups in the /json bits, most notably how g.json.isJsonMode gets initialized (based strictly on the path/command, not guessing based on POST input). ... (check-in: 39bef92745 user: stephan tags: trunk)
09:47
Removed .column,.columns {float:left} from Ardoise skin because it can break display of README.md in /dir view by causing the README to display in the same row as the dir columns. ... (check-in: da76d728b4 user: stephan tags: trunk)
07:10
fossil_fclose() is now a no-op if passed stdin (as was initially intended). ... (check-in: 7723a92f06 user: stephan tags: trunk)
06:31
Doc typo/misinformation fix. ... (check-in: 83d02c01b4 user: stephan tags: trunk)
06:25
json: when logging in locally to a server started with the --localauth flag, the authToken is now ignored entirely. ... (check-in: 6dfc395a48 user: stephan tags: trunk)
05:55
json-api: added a note about the authToken being unnecessary, and maybe problematic, when using the --localauth fossil server option. ... (check-in: f3d3c58985 user: stephan tags: trunk)
05:46
json-api: added examples of using wget/curl to the tips-and-tricks encoding section. ... (check-in: 946bb7e592 user: stephan tags: trunk)
05:33
Added missing json-api/tips.md. Minor formatting tweak in the timeline docs. ... (check-in: 6b17866595 user: stephan tags: trunk)
2020-01-28
20:39
Merge trunk ... (check-in: 9dbea18c71 user: jan.nijtmans tags: multi-thread)
15:33
In the capability summary matrix (shown on the Security Audit page, for example) do not attribute "anonymous" capabilities to user "nobody". ... (check-in: b833df21f7 user: drh tags: trunk)
15:21
Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. ... (check-in: e8f24f7ecd user: drh tags: trunk)
13:33
Ported in the remaining JSON API docs. Combined the API index into the main index. Replaced the pandoc-exported tables with lists. A couple patches to the C bits for issues found during doc porting. ... (check-in: 514dd66f33 user: stephan tags: trunk)
11:15
Ported in 7 more json API doc pages. Time to go for a haircut. ... (check-in: 85967b7c46 user: stephan tags: trunk)
10:46
Ported in docs for /json/branch, /json/config, and json authentication/capabilities. ... (check-in: e30d67aa45 user: stephan tags: trunk)
10:20
Ported in /json/wiki and /json/artifact docs. ... (check-in: 587d954fb5 user: stephan tags: trunk)
09:10
Started porting the JSON API from GoogleDocs to embedded docs (markdown). This checkin is approximately the first half, in terms of bytes. ... (check-in: c95f11b454 user: stephan tags: trunk)
07:17
Added the mimetypes setting to the change log. ... (check-in: 038f595f98 user: stephan tags: trunk)
06:40
Merged in mimetypes-setting branch. ... (check-in: 009a24313b user: stephan tags: trunk)
03:49
Added -H|-html and -p|-pre flags to [/help?cmd=wiki|wiki command]. Added fossil_fopen_for_output() and fossil_fclose() to support that. ... (check-in: fe86954ffb user: stephan tags: trunk)
02:53
Added -html|-h flag to [/help?cmd=wiki|the wiki command], as discussed in [https://fossil-scm.org/forum/forumpost/7377c83dca|forumpost/7377c83dca], and cleaned up the command's help text and argument validation. ... (check-in: b23eb83314 user: stephan tags: trunk)
2020-01-27
06:56
Added --inverse/-v flag to the tag command, as covered in [https://fossil-scm.org/forum/forumpost/d717561e8b7406fc|forumpost/d717561e8b7406fc]. ... (check-in: 890614f137 user: stephan tags: trunk)
2020-01-24
18:56
Added mimetypes setting to the 'project' configuration area, per forum feedback. ... (Closed-Leaf check-in: 7391f8d486 user: stephan tags: mimetypes-setting)
18:28
/mimetype_list: only show the custom mimetypes table if any are set. Add a link to the mimetypes setting help to the top of the page. Expanded the setting's help text. ... (check-in: 14d1b7a977 user: stephan tags: mimetypes-setting)
16:58
/mimetype_list: tiny efficiency tweak in the main mimetype loop and only show the 'exclamation point means it's overridden' message if the repo contains at least one custom entry. ... (check-in: baf119337b user: stephan tags: mimetypes-setting)
16:45
Merged in mimetype-list branch. ... (check-in: 9ceec69e9b user: stephan tags: mimetypes-setting)
15:14
Fix dynamic sorting of the mimetype tables, as originally intended. Note that the table sorter utility skips leading non-word characters, such as the leading exclamation mark used to flag overwritten entries. ... (Closed-Leaf check-in: 26f2bb6fd6 user: florian tags: mimetypes-list)
15:05
Tweak the /mimetype_list web page to display the repository-specific mimetypes in a table, and flag built-in entries that are overwritten by repository-specific entries. ... (check-in: 566a27315e user: florian tags: mimetypes-list)
2020-01-23
19:40
Custom mimetype case-folding is now performed only on the file extensions and only on demand, rather than lower-casing the whole input in advance. ... (check-in: e34ea5b6b8 user: stephan tags: mimetypes-setting)
18:12
Custom mimetype list now ignores one leading '.' when comparing the file extension, per forum feedback. ... (check-in: b55dfc97a1 user: stephan tags: mimetypes-setting)
18:00
/mimetype_list page now outputs custom mimetypes using %h formatting instead of %s, per forum feedback. ... (check-in: 23a92a27cf user: stephan tags: mimetypes-setting)
2020-01-22
19:08
Update the built-in SQLite to version 3.31.0. ... (check-in: eee161e823 user: drh tags: trunk)
02:41
Added support for client-configurable mimetypes as a versionable setting. ... (check-in: 322643cac8 user: stephan tags: mimetypes-setting)
00:44
Added missing APPNAME to Makefile.classic, as [https://fossil-scm.org/forum/forumpost/e51cc756b0|reported in the forum]. ... (check-in: a6ee6add63 user: stephan tags: trunk)
2020-01-20
20:29
Update the built-in SQLite to the second beta for 3.31.0, for SQLite testing. ... (check-in: f4e7ca02da user: drh tags: trunk)
2020-01-17
22:00
Make use of the new "aggregate mode" for the DBSTAT virtual table when computing the /repo-tabsize page, both as a test of DBSTAT and because the new mode is usually faster. ... (check-in: cc86de732a user: drh tags: trunk)
17:23
Replaced "countless Git users" in point about detached heads within fossil-v-git doc with a link to a Google web search that currently returns ~389000 results. So not countless at all; just very, very large. :) ... (check-in: e472ad36d6 user: wyoung tags: trunk)
13:31
Give the correct count of check-ins for /timeline displays that include the from=, to=, and chng= query parameters. ... (check-in: 9dce5ffe5f user: drh tags: trunk)
2020-01-12
20:45
Fossil-defined SQL functions used inside of views for full-text-serch much be tagged using SQLITE_INNOCUOUS. ... (check-in: 9826bd007a user: drh tags: trunk)
2020-01-11
01:00
Explained the "language-WORD" CSS styling used with fenced code blocks in Markdown within md_rules. ... (check-in: 06a3361dc0 user: wyoung tags: trunk)
2020-01-09
23:50
Merge in trunk ... (check-in: 001eb6d506 user: ashepilko tags: cmake-ide)
23:02
Fix build errors when using MSVC version that has no 'stdint.h' ... (check-in: c6ae8584b1 user: ashepilko tags: trunk)
21:03
Change the build options for SQLite so that it distrusts schema by default. ... (check-in: 31be929a30 user: drh tags: trunk)
20:57
Merge the latest SQLite 3.31.0 alpha sources for testing. ... (check-in: 5c48142dd3 user: drh tags: trunk)
20:03
Fix typos. ... (check-in: e693ab734e user: ashepilko tags: trunk)
18:26
Add the debug and autoconfig compile definitions; needed for source browsing. ... (check-in: fabe2d41e8 user: ashepilko tags: cmake-ide)
17:57
Merge in trunk ... (check-in: 4d8aecdfcf user: ashepilko tags: cmake-ide)
15:29
Modify the /doc webpage so that if the first term of the argument is "latest" it chooses the most recent check-in for the document regardless of what branch that check-in occurred on. ... (check-in: d08bc9e61f user: drh tags: trunk)
2020-01-08
19:18
Clarified point 2.2 of fossil-v-git.wiki, adding more info about the sizes of Fossil vs Git in response to comments on this Hacker News posting: [https://news.ycombinator.com/item?id=21974942] ... (check-in: 9dcb3de471 user: wyoung tags: trunk)
18:30
Healed inadvertent fork of trunk ... (check-in: 636b47f9a2 user: wyoung tags: trunk)
18:28
Added "more" column to the fossil-v-git doc: we have evidence of people reading only the summary table at the top and then reacting to their understanding of that brief one-line characaterization of the difference rather than engaging with the detailed arguments making up the bulk of the article. ... (check-in: fd9e211d39 user: wyoung tags: trunk)
18:05
Clarified point 2.6 in fossil-v-git.wiki to address feedback from Hacker News user balfirevic here: [https://news.ycombinator.com/item?id=21974942] ... (check-in: f6e04cc423 user: wyoung tags: trunk)
17:56
Edit the Executive Summary to mention merge-in: prefix. ... (check-in: 63f5031476 user: ashepilko tags: trunk)
2020-01-03
16:39
Add --inverse|-v flag to tag ls, per discussion at https://fossil-scm.org/forum/forumpost/944e611710. ... (Closed-Leaf check-in: e170afb936 user: stephan tags: tag-ls-inverse)
16:34
Merged in trunk. ... (check-in: 5a9414e49e user: stephan tags: forum-edit-deltify)
14:30
Backed out merge - it included an unintented change :/. ... (Closed-Leaf check-in: 070d6ea103 user: stephan tags: mistake)
14:28
Merged in trunk. ... (check-in: 04e1c97854 user: stephan tags: mistake)
2020-01-02
14:35
Fix the spelling of "legacy" in the "test-fingerprint" command. Also show the current Fossil version in the "test-fingerprint" command. ... (check-in: 2af7fedd67 user: drh tags: trunk)
2019-12-26
02:08
Fix a comment describing the meaning of the BACKLINK.SRCID field of the repository schema. No changes to code. ... (check-in: 088aabafd7 user: drh tags: trunk)
01:26
Update the built-in SQLite to the latest 3.31.0 alpha version, for testing. ... (check-in: 9258d7462e user: drh tags: trunk)
2019-12-24
18:39
Fix minor typo from check-in [9bb70584a1d7d2f7]. ... (check-in: b00e89d47b user: mistachkin tags: trunk)
15:51
Improved CSS in alternative skinds for the new ticket comment colors on the timeline. ... (check-in: ca148e798a user: drh tags: trunk)
2019-12-23
14:31
Provide new classes "tktTlOpen" or "tktTlClosed" for the timeline display of tickets, depending on whether or not the ticket is open or closed. The default style changes the foreground color slightly. Probably the style needs to be adjusted. ... (check-in: d80adfe029 user: drh tags: trunk)
13:17
Ticket alerts reference the actual ticket, not the ticket change artifact. ... (check-in: 1a5dee1ea2 user: drh tags: trunk)
12:47
On the ticket timeline configuration screen, show the names of the underlying properties. ... (check-in: d725f611a3 user: drh tags: trunk)
12:38
Add the "New Ticket" option to timeline displays. ... (check-in: 9bb70584a1 user: drh tags: trunk)
12:26
Add a timeline view at the top of the /tktview page if the "tl" query parameter is present. If a ticket is viewed from /info, then the timeline is always on. Perhaps the timeline should be on regardless? ... (check-in: 3d131528c8 user: drh tags: trunk)
02:08
Merged in memleak-fixes brach. This fixes several genuine leaks, including 2 in manifest parsing, and cleans up the large work caches during atexit() in order to (A) separate that valgrind noise from the real leaks and (B) leave a better impression on those running valgrind. ... (check-in: 4cf8dbe398 user: stephan tags: trunk)
2019-12-22
01:25
Re-added an atexit free() line which was inadvertently removed from trunk. ... (Closed-Leaf check-in: 11d0e8118f user: stephan tags: memleak-fixes)
2019-12-21
18:24
Moved two decls from an outer scope to the inner scope where they're used. ... (check-in: 2576cf5fd1 user: stephan tags: memleak-fixes)
03:45
Removed fossil_atexit_free_this() because it effectively costs more static memory than it cleans up in dynamic memory. ... (check-in: 99cb2ccd94 user: stephan tags: memleak-fixes)
2019-12-20
15:41
Removed the cleanup of g.zXYZ because there's simply too high of a chance that future changes would turn one of those free() calls into a double-free or passing an invalid pointer to free(). ... (check-in: d60dd7afb0 user: stephan tags: memleak-fixes)
06:22
Added info about the side-by-side diff viewer's scrolling to www/javascript.md; it uses JS. ... (check-in: 3965fe0171 user: wyoung tags: trunk)
00:59
atexit: no longer freeing about half of g.zXYZ because they're not always safe to free (sometimes they point to each other or are substrings of other strings). ... (check-in: 5f36a86a73 user: stephan tags: memleak-fixes)
00:12
Various memleak fixes. Drops the reachable-at-exit memory of (fossil rebuild) on this repo from 45MB to 680kb. Added fossil_atexit_free_this() to allow us to clean up function-local static allocations. ... (check-in: 00e6d7997c user: stephan tags: memleak-fixes)
2019-12-19
20:56
Fix to the regexp() SQL function implementation (pointed out by [https://fossil-scm.org/forum/forumpost/c9eb457131|Florian Balmer]) so that it properly rejects all overlong 3-byte UTF8 characters, converting them into 0xfffd. ... (check-in: 6b32e21305 user: drh tags: trunk)
20:41
Clean up g.non-const zXYZ members in the atexit handler. Add a blob_reset() in finish_tag() to cover the case that fast_insert_content() does not reset it. ... (check-in: 252ca35f47 user: stephan tags: memleak-fixes)
18:54
Several memleak fixes reported via https://fossil-scm.org/forum/forumpost/205b004d8a. In a branch so the OP can test them in his setup. ... (check-in: 4566da665d user: stephan tags: memleak-fixes)
15:13
Never mind.... Was: Attempt to fix a memory leak on Git import. ... (Closed-Leaf check-in: 81bfdca9e5 user: drh tags: git-import-memleak)
14:40
Moved a blob_reset() to fix a leak reported in https://fossil-scm.org/forum/forumpost/6871eaaa07. ... (check-in: 8628cbd428 user: stephan tags: trunk)
2019-12-18
15:19
Comment updates that should have been in the previous check-in, but I didn't press the "Save" button on my editor, and I failed to adequately review the changes before committed - I should follow my own checklists... ... (check-in: c865e1a0fc user: drh tags: trunk)
15:11
Add support for magic conversion of /doc/$SELF/ URIs by expanding the $SELF to the version of the currently displayed document. ... (check-in: 703e62a68e user: drh tags: trunk)
14:02
Add a test document to verify that relative path hyperlinks work in the Markdown formatter. ... (check-in: 367f9b32d6 user: drh tags: trunk)
2019-12-17
16:49
Added missing quotes around script nonce in skin example. ... (check-in: 8664930277 user: stephan tags: trunk)
2019-12-16
13:50
Backed out [c903fbc39e] (addition of "header-") prefix after sleeping on what Warren brought up in forum post f244b452fccd460a0. Edit: closing based on discussion in http://fossil-scm.org/forum/forumpost/097eca7dd9 (summary: we should do it like pandoc does). ... (Closed-Leaf check-in: 61186d2105 user: stephan tags: markdown-header-ids)
2019-12-15
15:26
Added "heading-" prefix to generated IDs to help avoid accidental collisions with manually-added anchors. ... (check-in: c903fbc39e user: stephan tags: markdown-header-ids)
2019-12-13
21:10
Updated change log for the /ext index addition. ... (check-in: 2468b578c4 user: stephan tags: trunk)
20:56
If path given to /ext is a directory and it contains an index file (of the same names supported by the /doc path), render that index file. Edit: closing branch b/c Richard implemented the same thing in parallel in [3ed3fa3dda9c6d6f]. ... (Closed-Leaf check-in: f28cea2b43 user: stephan tags: ext-render-index)
19:22
Add the 'verifyLogin' command to TH1. ... (check-in: a470d60355 user: mistachkin tags: trunk)
19:14
Delay for a failed 'verifyLogin' command invocation. ... (Closed-Leaf check-in: 7703173f47 user: mistachkin tags: verifyLogin)
19:06
Merge updates from trunk. ... (check-in: 9abccbaa50 user: mistachkin tags: verifyLogin)
18:57
Enhance the /ext page to search for "index.*" files if the pathname ends with "/" and is a directory name. ... (check-in: 3ed3fa3dda user: drh tags: trunk)
13:06
Markdown-to-HTML now adds automatically-generated ID attributes to the headers to facilitate creating intra-document links and hyperlinked tables of contents. The ID algorithm is simply to lower-case all ASCII alphanumeric characters in the header text. ... (check-in: 88eb24a9a5 user: stephan tags: markdown-header-ids)
06:06
Added webp mimetype, a pedantic constness tweak in the mimetype table, and a minor typo fix. ... (check-in: 5590fb9e0f user: stephan tags: trunk)
2019-12-11
12:43
Rename the CGI control file variable "debug:" to "cgi-debug:" and enhance it so that it shows the complete CGI environment at the start of each request. Also add documentation. ... (check-in: 4a7760e368 user: drh tags: trunk)
11:59
Fix an incorrect comment in the CGI handler. When parsing the CGI control file, check for "debug:" last, as it is the most infrequent option. ... (check-in: 20dc009909 user: drh tags: trunk)
2019-12-10
14:01
Don't let the new --relayhost option for test-smtp-send become an undocumented feature. ... (check-in: edcde1fdae user: andybradford tags: trunk)
05:34
Add the ability to test-smtp-send to use a relayhost instead of looking it up from a domain name. ... (check-in: c668444dda user: andybradford tags: trunk)
2019-12-08
23:49
Add experimental 'verifyLogin' command to TH1. ... (check-in: 74b7f07c49 user: mistachkin tags: verifyLogin)
2019-12-05
10:58
Updated push/pull command help to reflect that they also operate on forum content. ... (check-in: 120f950026 user: stephan tags: trunk)
09:56
Doc typo fixes. ... (check-in: 01d64d8c18 user: stephan tags: trunk)
09:31
Updated the 2.11 change log. ... (check-in: b7ba386643 user: stephan tags: trunk)
06:48
Enable deltification of edits of forum posts, limited to those which do not require moderation. Seems to work but requires more testing. ... (check-in: a612aa7388 user: stephan tags: forum-edit-deltify)
2019-12-04
11:45
Exposed the redirect-to-https setting to the CLI and extended the definition of the SETTING.width property such that negative values tell /setup_settings not to render that setting (unlike most CLI-configurable settings, redirect-to-https is configured via /setup_access). Per request from https://fossil-scm.org/forum/forumpost/780138230c. ... (check-in: 45953a4ad0 user: stephan tags: trunk)
2019-12-03
13:06
Improved documentation on the undo command. Have the mv command clear the undo stack. ... (check-in: 3f8cdaa15e user: drh tags: trunk)
2019-12-02
13:45
Add the ability to have a C-card on a wiki page. The current implementation does not use or generate wiki page artifacts with a C-card. ... (check-in: cad57db96e user: drh tags: trunk)
2019-12-01
20:18
Special UI controls added onto the /whistory webpage for easy comparison of arbitrary versions of a wiki page. ... (check-in: ec04c8b4a8 user: george tags: wiki-history)
2019-11-30
13:53
Rework the "fossil grep" command so that it shows both the file and check-in hash for matching files, and so that it can scan multiple files all at once. ... (check-in: f5f4471323 user: drh tags: trunk)
13:38
Completely rework the "fossil grep" command. Omit the -H option. Instead, print a header line that includes both the file hash and the check-in hash and the timestamp for every file that contains any match. Scan all files together, in reverse chronological order. ... (Closed-Leaf check-in: 9c2080a360 user: drh tags: grep-enhancements)
2019-11-29
14:44
Enhance the "fossil grep" command with new options. Work in progress. Needs more testing. ... (check-in: 1bf2f84843 user: drh tags: grep-enhancements)
2019-11-28
10:31
Changes to support CGI on IIS web servers. ... (check-in: c06e0b2d0a user: drh tags: trunk)
10:27
When replying to a Forum Post or Reply, show additional information to provide additional context ... (check-in: c6dfb55802 user: drh tags: trunk)
10:23
Restore operation of "related" and "tag filter" widgets ... (check-in: 820d70512a user: drh tags: trunk)
07:54
build.wiki: added a section on building a static binary using Docker, adapted from https://fossil-scm.org/forum/forumpost/5dd2d61e5f. ... (check-in: 942be4c894 user: stephan tags: trunk)
2019-11-23
21:46
Improve comment to explain why the "r" query is being rewritten ... (Closed-Leaf check-in: 67412fbb35 user: andygoth tags: andygoth-restore-related)
20:55
Show filter description even when "r" is used on a branch that has no wiki ... (check-in: 2a5af7076b user: andygoth tags: andygoth-restore-related)
20:54
Restore operation of "related" and "tag filter" widgets, see forum thread [https://fossil-scm.org/forum/forumpost/2d5fe3dedc] for discussion ... (check-in: e2581e6db7 user: andygoth tags: andygoth-restore-related)
2019-11-20
15:29
Update the built-in SQLite to the latest 3.31.0 alpha version as a beta-test for SQLite. ... (check-in: a9027e7d10 user: drh tags: trunk)
15:25
Add support for Markdown in the default ticket configuration, and make Markdown the default choice for markup. ... (check-in: 16fb915279 user: drh tags: trunk)
2019-11-19
15:12
Merged in [grep-hash-digits] branch. See [https://fossil-scm.org/forum/forumpost/44c8339561] ... (check-in: 4de1ed780c user: stephan tags: trunk)
2019-11-18
07:29
When editing a technote via HTTP GET request (e.g., an Edit link, as opposed to POST form submission), retain the previous version's custom color by default. ... (check-in: 346e9e9760 user: stephan tags: trunk)
2019-11-15
02:50
Removed the media="screen" part of the stylesheet link output because it provides no benefit to on-screen reading and causes the style to be completely lost when printing. See https://fossil-scm.org/forum/forumpost/63a45d759e. ... (check-in: f27d4b5054 user: stephan tags: trunk)
02:31
Modified grep command to respect the hash-digits config option. ... (Closed-Leaf check-in: dccab378ce user: stephan tags: grep-hash-digits)
2019-11-11
15:22
Omit some asm code from the SHA1 implementation as it provides no performance improvement with modern compilers, and SHA1 is seldom used now anyhow. ... (check-in: 20187be723 user: drh tags: trunk)
2019-11-09
04:27
Told .editorconfig to use tabs for Makefiles, otherwise it mangles them with the default indention style (spaces). ... (check-in: b86c8b476b user: stephan tags: trunk)
2019-10-28
19:16
Merged in double-dash-flag2 branch, which adds conventional -- handling to the vast majority of commands (the exception being those few which don't call verify_all_arguments()). ... (check-in: 5cca46469f user: stephan tags: trunk)
2019-10-24
14:30
Merge in latest from main line. ... (Closed-Leaf check-in: f882d5cb0e user: andybradford tags: clone-resume)
2019-10-23
00:46
Make a hyperlink to the Artifact Receipt log from the "Received From" field of the /info page (visible to administrators only). ... (check-in: a92d5a514d user: drh tags: trunk)
2019-10-21
03:22
Put 7.x series headlines one level deeper so they nest properly under their parent, the 7.0 section, in rebaseharm.md doc. ... (check-in: 5453dbff5b user: wyoung tags: trunk)
03:05
Moved all of the "Features found in Fossil but not in Git" up from section 3.1 into section 2.1 Featureful of the fossil-v-git doc, where such differences are otherwise covered. Removed section 3.2, giving the opposite case, since all of the Git features not found in Fossil are already covered elsewhere in the doc, sometimes more than once, as with the rebase issue. ... (check-in: d357f81b6c user: wyoung tags: trunk)
02:40
Updated the discussion of SHA-3 support in Fossil within the fossil-v-git.wiki doc now that Fossil 2.10 is out. Basically, it changes the tense on all SHA-1 text to past tense. ... (check-in: d887a6d74d user: wyoung tags: trunk)
01:53
Replaced brief footnote in fossil-v-git doc explaining why we use JavaScript (sparingly) with a reference to the new javascript.md doc, which explains this much more fully. ... (check-in: 21c7f1f8a3 user: wyoung tags: trunk)
2019-10-16
17:44
Improved documentation for the --cherrypick and --backout options of the "fossil merge" command. ... (check-in: 29a383e4b6 user: drh tags: trunk)
2019-10-12
22:39
Updates to windows server documenttion to include examples of winsrv command. ... (check-in: 6a0ec82bae user: ckennedy tags: trunk)
2019-10-10
05:49
Merged in trunk. ... (Closed-Leaf check-in: 22150abaf2 user: stephan tags: double-dash-flag2)
2019-10-09
14:52
Attempt to resume a clone during the next sync or pull by tracking a failed clone operation. ... (check-in: ec26471439 user: andybradford tags: clone-resume)
2019-10-08
16:00
Increase the version number to 2.11 for the next release cycle. ... (check-in: 10fb90fcae user: drh tags: trunk)
00:57
Updated Windows Service documentation to reflect new 64bit binaries for Fossil 2.10 for Windows. ... (check-in: cb13b61100 user: ckennedy tags: trunk)
2019-10-07
11:49
Fix a typo in the help text for the "fossil info" command. ... (check-in: 3d58d89041 user: drh tags: trunk)
11:03
Statement ordering: Don't read 'fingerprint' when there are no checkin's. ... (check-in: ffe7cc595e user: jan.nijtmans tags: trunk)
10:07
Prevent false-positive in fingerprint check, when the current checkout is empty. ... (check-in: fd8816ecf6 user: jan.nijtmans tags: trunk)
08:42
Removed a duplicate entry from www/mkindex.tcl ... (check-in: 4edc1302a4 user: wyoung tags: trunk)
2019-10-04
22:22
Fix typo in the server extension documentation. ... (check-in: 11c6504340 user: drh tags: trunk)
22:20
Fix the date on the 2.10 change log. ... (check-in: 80ea65af53 user: drh tags: trunk)
21:41
Version 2.10 ... (check-in: 9d9ef82234 user: drh tags: trunk, release, version-2.10)
15:44
Update the built-in SQLite to the 3.30.0 release version. ... (check-in: fc19d369ab user: drh tags: trunk)
01:16
EditorConfig file for Fossil Project. See https://fossil-scm.org/forum/forumpost/7da5900698 for discussion. ... (check-in: cb4412b6c5 user: ckennedy tags: trunk)
2019-10-03
21:22
Merged js-use-doc branch down to trunk ... (check-in: 39d3baabf6 user: wyoung tags: trunk)
15:19
Clarified a falsehood in the new verify_all_options() docs. ... (check-in: 6edf8bcd9a user: stephan tags: double-dash-flag2)
2019-10-02
20:18
Fixed (wiki commit) to check for an existing page when the --mimetype flag is used (previously it only checked when that flag was not provided). Bug reported at https://fossil-scm.org/forum/forumpost/27ad929e1a. ... (check-in: c0de97a155 user: stephan tags: trunk)
16:14
Removed a debugging-only function. ... (check-in: 05cde4f8eb user: stephan tags: double-dash-flag2)
16:14
Much simplified re-implementation of [double-dash-flag] without the unconventional '-' alias behaviour. (Still requires more testing.) ... (check-in: c32966e0de user: stephan tags: double-dash-flag2)
06:49
Added "File Browser Tree View" item to www/javascript.md ... (Closed-Leaf check-in: 72a00d1f74 user: wyoung tags: js-use-doc)
2019-10-01
18:11
Use double-quotes instead of single-quotes for the argument to "git export" in the "fossil git export" command, for windows compatibility. ... (check-in: be7c1bde92 user: drh tags: trunk)
16:57
Correction and clarification of the use of unsafe-inline for style in the "defcsp.md" document. ... (check-in: baecb63d9b user: drh tags: trunk)
16:56
Assorted improvements to the new use-of-JS doc ... (check-in: f40a9ccf3c user: wyoung tags: js-use-doc)
16:13
Added www/javascript.md doc. On a branch pending forum discussion. ... (check-in: 9fd8b1c9d1 user: wyoung tags: js-use-doc)
13:44
Several small tweaks to defcsp.md ... (check-in: e73901f15c user: wyoung tags: trunk)
07:13
Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. Patch rejected because accurate timestamps are crucial. ... (Closed-Leaf check-in: 307f7642b5 user: andybradford tags: time-skew-setting)
2019-09-30
16:08
Update custom Makefile for MinGW. ... (check-in: 161958a49b user: mistachkin tags: trunk)
2019-09-29
00:20
Added "Alternatives" section to shunning.wiki. ... (check-in: 004c550724 user: wyoung tags: trunk)
2019-09-28
20:52
When replying to a Forum Post or Reply, show additional information to provide additional context. This helps if one walks away from the browser before submitting the response. ... (Closed-Leaf check-in: e19dcc1ab1 user: andybradford tags: forum-replies)
12:17
Minor /shun wording change suggested in the forum. ... (check-in: b3e8253d78 user: stephan tags: trunk)
2019-09-27
23:56
Added -- support to (3-way-merge, open, sqlar, stash save|snapshot, tarball, touch, undo/redo, update, zip). ... (Closed-Leaf check-in: 52ae3288ab user: stephan tags: double-dash-flag)
22:51
Added -- support to (diff, finfo, grep, new). We can now grep for patterns which start with a dash. ... (check-in: 639b2c183e user: stephan tags: double-dash-flag)
22:28
Added -- support to (annotate, artifact, cat, clone). ... (check-in: ef763bcf08 user: stephan tags: double-dash-flag)
18:47
Update the fingerprint mechanism so that it if the revised hash algorithm fails, it retries using the legacy hash algorithm before reporting an error (and alarming users). The revised hash is always stored. The "test-fingerprint" command is updated to show both the old and the new hash algorithm and the fingerprint currently stored in the localdb. ... (check-in: 36d3685833 user: drh tags: trunk)
16:37
Help syntax change to match project conventions: [--] to ?--? ... (check-in: 95ed189424 user: stephan tags: double-dash-flag)
16:26
Added -- support to (changes, clean, extras, ls, commit). ... (check-in: 1b649b9d4e user: stephan tags: double-dash-flag)
16:10
Added -- support to (add, rm, mv). ... (check-in: 9a7101d5dc user: stephan tags: double-dash-flag)
15:45
fossil add: fixed leak of ignore-glob prompt string. ... (check-in: e5e094071d user: stephan tags: trunk)
14:32
Added -- support to wiki create/commit/export. Refactored/simplified how fetching of a dash-as-stdin/stdout argument is done from command-side code. ... (check-in: dba4fd9b69 user: stephan tags: double-dash-flag)
11:47
Added -- support to: (branch new) (uv add/cat/edit/export/rm) ... (check-in: 78a30d8d7c user: stephan tags: double-dash-flag)
09:55
Simplified the verify_all_options() porting strategy, such that -- is disallowed by default and routines which should/can support it need to call verify_all_options2() instead of us changing the signature of verify_all_options(). This will result in far fewer changes than the previous approach. ... (check-in: a9b9b5bcee user: stephan tags: double-dash-flag)
08:48
Initial work on unified "--" flag support, as requested in https://fossil-scm.org/forum/forumpost/64acc6b653. There's still lots to do here. ... (check-in: d8ebbd76cc user: stephan tags: double-dash-flag)
2019-09-26
23:41
Adds syntax-hl boolean option, fixes file extension retrieval. The addition of the syntax-hl boolean allows fossil to detect at the behest of the user that a syntax highlighting system that will handle line numbering is being used in cooperation with fossil such that fossil need not try to do line numbering, selection, highlighting, etc, itself. The file extension retrieval is now done with no use of extra or one off queries. ... (Closed-Leaf check-in: 6ead94abf8 user: lmartin92 tags: syntax-hl-with-linenumbers)
17:58
Remove the discussion of the "close" command from the fiveminutes.wiki document as the "close" command is not really needed, is rarely used, and serves no purpose in the document but to confuse the reader. ... (check-in: f6e635308c user: drh tags: trunk)
17:36
Fix a typo in the CGI extension documentation. ... (check-in: b4ac00d8bb user: drh tags: trunk)
17:23
Updates to the change log. ... (check-in: 4eea6bf9dc user: drh tags: trunk)
2019-09-25
13:45
Fix the test-http command so that it omits line-ending conversions. This allows the ssh: clone/sync method to work with a windows server. ... (check-in: 28b15b4816 user: drh tags: trunk)
13:28
Allow remote commands of the form "*/fossil.exe" on the "ssh:" protocol. ... (check-in: 8f70ccaac8 user: drh tags: trunk)
2019-09-24
23:29
Performance optimizations in the markdown formatter. ... (check-in: ef41fbfa59 user: drh tags: trunk)
20:27
Create and use the blob_append_string() macro for appending string literals. Improvements to blob_append_char(). ... (check-in: 48c47e1eb7 user: drh tags: trunk)
20:05
Performance optimization to frequently used blob_append() routine. ... (check-in: 933923747c user: drh tags: trunk)
19:52
Use the strcspn() C-library routine to optimize the textLength() function in the Fossil-wiki formatter. ... (check-in: 64a6346889 user: drh tags: trunk)
18:16
Additional efforts to limit depth of recursion in markdown. ... (check-in: cd5e9f265d user: drh tags: trunk)
18:04
Attempt to limit the depth of recursion in markdown formatting. ... (check-in: a5835cac3b user: drh tags: trunk)
17:09
Fix a problem with the treatment of unterminated quoted attributes in HTML elements in the wiki formatter. ... (check-in: 48276cfc81 user: drh tags: trunk)
15:12
Simplification of buffer management in the markdown formatter. ... (check-in: f8e9197de4 user: drh tags: trunk)
13:16
Fix two harmless memory leaks. ... (check-in: 7949d941c6 user: drh tags: trunk)
10:44
Move the implementation of the test-markdown-render command so that it is beside the test-wiki-render command in wikiformat.c. Also make minor enhancements to the help text for both commands. ... (check-in: fcb20df757 user: drh tags: trunk)
10:34
Fix a memory leak in the markdown renderer. ... (check-in: 199b20d0e1 user: drh tags: trunk)
10:09
Fix harmless memory leaks. ... (check-in: 79988f962e user: drh tags: trunk)
2019-09-23
23:18
Fix a potential bug in the table parsing logic of markdown rendering. ... (check-in: 2263cf086e user: drh tags: trunk)
21:06
Fix a potential endless loop in the markdown formatter. Enhance the fuzzer to run inputs on both the Fossil-wiki and the markdown formatters on each iteration. ... (check-in: 4b46fb91e3 user: drh tags: trunk)
20:03
Additional rebustness improvements for BOM handling. ... (check-in: 9d96292871 user: drh tags: trunk)
19:50
Improved comments on the fuzz.c module. No code changes. ... (check-in: 898d5b6de7 user: drh tags: trunk)
19:38
Merge the libfuzzer integration. ... (check-in: 3a7129211c user: drh tags: trunk)
19:35
Fix an off-by-one error in the BOM decoder. ... (check-in: b3f45b334b user: drh tags: trunk)
19:07
Add support for testing with libFuzzer. ... (Closed-Leaf check-in: 8a6e8e2703 user: drh tags: libFuzzer)
18:25
Change the database fingerprint algorithm slightly so that it is not dependent on the details of floating-point computations, and thus gives the same answer on a native x64 processor as it does under valgrind. Also fix a bug in the RID change event computation so that it works even if files have been added. ... (check-in: 265f8e2d83 user: drh tags: trunk)
2019-09-21
17:50
Update the built-in SQLite to the latest 3.30.0 alpha version, for testing. ... (check-in: 44900415b1 user: drh tags: trunk)
2019-09-19
16:33
Updates to the change log. ... (check-in: b6c36e87ba user: drh tags: trunk)
14:14
In the db_get(N,D) function, if N is setting, then always leave D as NULL so that we use the published default value for that setting. ... (check-in: eb804dc674 user: drh tags: trunk)
2019-09-18
14:57
Style cleanup (no tabs). No functional change. ... (check-in: 89872d17d1 user: andybradford tags: trunk)
14:04
Do not acquire check-in locks if autosync is pullonly, as the lock will not be cancelled by a subsequent push and will need to time out. ... (check-in: 0d5251d3ee user: drh tags: trunk)
2019-09-17
18:33
Updates to the check-in locking protocol. The check-in lock timeout now defaults to 60 seconds, but the lock is renewed and fork and close-branch tests are repeated after an interactive check-in comment entry. ... (check-in: 18d588015b user: drh tags: trunk)
2019-09-13
22:53
Update to openssl 1.1.1d ... (check-in: 74aac0ed3d user: jan.nijtmans tags: trunk)
15:11
Merge in latest developments from trunk. ... (Closed-Leaf check-in: b713393b9a user: andybradford tags: db-begin-txn-updates)
13:54
Attempt to improve error messages resulting from SQL errors. ... (check-in: b94e15cff7 user: drh tags: trunk)
12:48
Rewrote the "One vs. Many Check-outs per Repository" section in fossil-v-git.wiki to focus more on default modes of operation and their consequences in response to nit-picking on the Lobste.rs thread about this article pointing out that you can make Git work in the Fossil style. Defaults matter. ... (check-in: 10a57cece1 user: wyoung tags: trunk)
12:40
Enhance the title for the /finfo page when the ubg query parameter is present. Use the ubg query parameter for the document history link on the rebaseharm.md page. ... (check-in: 80f982518b user: drh tags: trunk)
12:00
Added paragraph on feedback loops, control theory, and OODA to the fossil-v-git doc, distilling a recent discussion on the forum. ... (check-in: b0f2a48f98 user: wyoung tags: trunk)
11:33
Reworked the final paragraph of the new section 2.8 in fossil-v-git.wiki, adding in a mention of www/branching.wiki to the comparison, to make it fairer. ... (check-in: 8f7576b024 user: wyoung tags: trunk)
11:12
Added section "7.0 Collapsing check-ins throws away valuable information" to rebaseharm.md, linked to from the previous throwaway comment about squashing a whole branch down to a single commit during rebase. This section explains an entire class of harms that come from rebase which wasn't previously covered. ... (check-in: c71fe99f9b user: wyoung tags: trunk)
10:46
Added section "2.8 Test Before Commit" to the fossil-v-git doc. ... (check-in: e5ba45788b user: wyoung tags: trunk)
09:25
Added a few paras to section 3.0 in rebaseharm.md, giving consequences of siloed development in Socratic fashion. ... (check-in: 924bf44d39 user: wyoung tags: trunk)
09:23
Assorted grammar and spelling fixes in www/rebaseharm.md. Also added named anchors to all of the sections. ... (check-in: cd689b3813 user: wyoung tags: trunk)
09:00
Added another link from www/fossil-v-git.wiki to rebaseharm.md. ... (check-in: 29997f803b user: wyoung tags: trunk)
2019-09-12
17:51
Add the optimized file_is_simple_pathname_nonstrict() as an alternative to file_is_simple_pathname() when parsing manifests. ... (check-in: b4aadf2cea user: drh tags: trunk)
17:11
Use strchr() to improve the performance of defossilize(). ... (check-in: 0aaefeaba1 user: drh tags: trunk)
16:51
Use strspn() to improve the performance of validate16(). ... (check-in: c550d6e021 user: drh tags: trunk)
16:43
Add the --limit N option to the test-parse-all-blobs test command, so that we can easily limit the run-time of that command for cachegrind performance testing. ... (check-in: 52211ccc2f user: drh tags: trunk)
16:31
Performance optimization in the control artifact parser. ... (check-in: 3d802ec514 user: drh tags: trunk)
07:31
Add the lock-timeout setting. ... (check-in: 6d3daf74e3 user: drh tags: trunk)
2019-09-10
11:30
Performance optimization in fossil_strcmp(). ... (check-in: 72a4b61347 user: drh tags: trunk)
2019-09-07
15:03
Adjust test case for TH1 permissions tests. WrUnver (y) is not enabled by default and must be intentionally set. ... (check-in: 582d335737 user: andybradford tags: trunk)
2019-09-06
20:38
Minor editorial changes to rebaseharm.md, in an attempt to improve clarity and readability. ... (check-in: 9b32c180eb user: drh tags: trunk)
14:39
Fix a typo in the rebaseharm.md document. ... (check-in: 82f75864d5 user: drh tags: trunk)
14:01
Include new repolist-skin setting in list of all settings so tests will pass. ... (check-in: 2e3bffaa7d user: andybradford tags: trunk)
13:49
Add the noreadme query parameter to /dir ... (check-in: bf3383b957 user: drh tags: trunk)
10:36
makeheaders.c: suggestions from https://fossil-scm.org/forum/forumpost/00ff64e63e: do not emit main() decl, elide C++ constructor member initialization, and add a missing fclose(). ... (check-in: 9512ed93d3 user: stephan tags: trunk)
2019-09-05
13:33
Remove the "Draft" notation from the rebase document. Link the new document into the documentation index. ... (check-in: 569cc741d6 user: drh tags: trunk)
03:45
Replaced ASCII art diagrams in the new rebase document with yEd SVG diagrams. Same semantic content. ... (check-in: d6222f8945 user: wyoung tags: trunk)
02:33
Upper-case query parameter, POST parameter, and cookie names are converted to lower-case prior to entering them into the parameter set. Before this change, upper-case names were silently rejected. ... (check-in: 19bbd2c5ea user: drh tags: trunk)
02:31
Minor tweaks prior to merging. ... (Closed-Leaf check-in: 4231d4b634 user: drh tags: noJsonCgiFlag)
02:29
Fixed a bug introduced in [bcdc4c55] which breaks capabilities for all Admin and Setup users. ... (check-in: a6ffdaf2c1 user: wyoung tags: trunk)
01:39
Correct a minor grammatical error in a sentence for new rebase document. ... (check-in: 049c42df2a user: andybradford tags: trunk)
01:33
An extension of the now-merged code-in-pre branch to allow it to work on /artifact pages and such when the ln parameter is given. This branch is a proof of concept only, for demonstrating a point and experimentation, not to be merged. See [https://fossil-scm.org/forum/forumpost/0c4b91b48a | the forum discussion] for details. ... (Closed-Leaf check-in: a65834a727 user: wyoung tags: code-in-pre-with-ln)
00:41
Fixed a few spelling and grammar errors in www/rebaseharm.md ... (check-in: 708696d88a user: wyoung tags: trunk)
2019-09-04
23:44
Small tweaks to previous. ... (check-in: 1ff41ddaea user: wyoung tags: trunk)
23:37
Updated caps docs to cover the two "missing" caps on Admin and Setup users better, including this recent decision to deny them cap x. This check-in also fixes a number of links broken within these docs during the stage where we were breaking the docs up and moving things around, which should have been caught before merging this down to trunk. ... (check-in: 8a77f4593e user: wyoung tags: trunk)
22:46
Removed 'x' from the string of caps reported for Admin and Setup users in capability_expand(), which is used within the SQLite extension function fullcaps(), which among other things affects the output of /setup_ucap_list. We were still reporting that Admin and Setup users have Private capability despite [bcdc4c55]. ... (check-in: 63581ec8ba user: wyoung tags: trunk)
21:01
Remove a spurious line from the header comment of the makeheaders.c utility program. ... (check-in: d5a6ea969c user: drh tags: trunk)
20:09
Add section numbers to the Rebase document. ... (check-in: 237bde9638 user: drh tags: trunk)
20:02
More typo fixes in the Rebase document. ... (check-in: aaacce23cd user: drh tags: trunk)
20:01
Merge updates from trunk. ... (check-in: 20c64950a9 user: mistachkin tags: noJsonCgiFlag)
19:56
Setup and Admin users should not automatically have have the Private capability. This reverses the principal change from check-in [b241130222]. ... (check-in: bcdc4c5546 user: mistachkin tags: trunk)
19:34
Fix a typo in the Rebase document. ... (check-in: 18e58e29cc user: drh tags: trunk)
19:23
Minor edits to Rebase Considered Harmful, for clarity. ... (check-in: a2ea815183 user: drh tags: trunk)
19:04
Add initial draft of the "Rebase Considered Harmful" document. ... (check-in: 4f79941f9e user: drh tags: trunk)
15:41
Update the built-in SQLite to the latest 3.30.0 alpha, as an SQLite beta test. ... (check-in: f8823ae809 user: drh tags: trunk)
10:49
Update the 'reconstruct' command to issue an error instead of a warning on failure importing the list of private artifacts, so no new repository with all-public contents is created. ... (check-in: 8c4ef2c016 user: florian tags: private-branches)
10:34
Update the Private Branches document to explain how to publish private branches (i.e. how to make them non-private), and mention why the --integrate option is ignored when merging private branches. ... (check-in: 86ecdeefc8 user: florian tags: private-branches)
10:09
Reflow the help screens for 'deconstruct' and 'reconstruct', and add the new --keep-private option. ... (check-in: dc8fcc7ff2 user: florian tags: private-branches)
09:53
Enhance the 'deconstruct' and 'reconstruct' commands with a new command-line option to save and restore the list of private artifacts. ... (check-in: 66a14e93c7 user: florian tags: private-branches)
09:09
Update the 'commit --private' command to only apply default branch name ("private") and color ("orange") if not specified otherwise on the command-line, and if the parent is not already private, to simplify the management of private branches with distinct names. ... (check-in: 836a85cbae user: florian tags: private-branches)
08:46
Make sure the check-in manifest of a merge child does not include a +close tag referring to the leaf check-in on a private branch, so as not to generate a missing artifact reference on repository clones without that private branch. ... (check-in: 8268c5dafb user: florian tags: private-branches)
08:32
Update the 'branch new' command to track the status of private branches in the PRIVATE table, instead of using +private tags. ... (check-in: 70849e7641 user: florian tags: private-branches)
00:58
Merged caps-doc branch down to trunk, improving documentation of user capabilities in Fossil. ... (check-in: 779ddefa19 user: wyoung tags: trunk)
00:55
Noted lack of WrUnver permission on Setup users by default. ... (Closed-Leaf check-in: ca4085c291 user: wyoung tags: caps-doc)
00:49
Fixed discussion of "x" cap in www/private.wiki to match its current implementation. ... (check-in: c5561039e1 user: wyoung tags: trunk)
2019-09-03
21:22
Back out check-in [3ad81c3c499599b4] which was causing sync to fail. ... (check-in: e1962ef67f user: drh tags: trunk)
20:36
Wiki test fixes. ... (check-in: b40f1ac135 user: drh tags: trunk)
20:22
Make calls to db_begin_write() instead of db_begin_transaction() where appropriate. ... (check-in: 3ad81c3c49 user: drh tags: trunk)
20:20
Include the "js" property in the configuration export for skins. ... (check-in: 498fc87ac1 user: drh tags: trunk)
20:19
When displaying documents, provide class hints about the language of the document to syntax highlighter extensions. ... (check-in: 74b538f614 user: drh tags: trunk)
20:17
Improvements to /vdiff. Provide the branch= query parameter. In the name decoder, all "merge-in:BRANCH" to mean the most recent merge-in to BRANCH from its parent. Provide "Diff" links for branches that show all changes since the most recent merge-in. ... (check-in: e632a092a8 user: drh tags: trunk)
20:08
Fix a possible UNIQUE constraint violation in the new /vdiff logic. ... (Closed-Leaf check-in: 8e175a6708 user: drh tags: vdiff-improvements)
17:17
Adds 'js' to CONFIGSET_SKIN so that skin javascript is included in exports, syncs, etc. Works okay outside of checkouts in my testing. Probably needs some review by drh before being merged. ... (Closed-Leaf check-in: 5d2299d8ee user: ckennedy tags: js-skin-export)
2019-09-02
23:26
Added a new section to www/defcsp.md, "Serving Files Within the Limits". It pulls together a bit of info already in the document on the topic and then expands it considerably. The overall message is, "You probably don't have to override the default CSP." ... (check-in: 58883eccea user: wyoung tags: trunk)
19:54
In /artifact and similar pages, put HTML code tag inside pre with class="language-zExt" where zExt is the extension from the artifact's file name, if any. This allows JS code highlighting plugins to style such pre blocks automatically based on file name extension. ... (Closed-Leaf check-in: f3b9171498 user: wyoung tags: code-in-pre)
2019-08-31
18:22
Minor typo correction in comment---no functional change. ... (check-in: ab2b8de896 user: andybradford tags: trunk)
18:09
Avoid warning about extra call to db_end_transaction() by returning at the end of a complete block. ... (check-in: 7b2350a86b user: andybradford tags: trunk)
17:09
If there is nothing to stash, issue an error. ... (check-in: d959c48ac6 user: andybradford tags: trunk)
16:42
Merge in latest from trunk. ... (check-in: aa37639112 user: andybradford tags: db-begin-txn-updates)
16:23
Merge in trunk latest developments. ... (Closed-Leaf check-in: 08291fec9f user: andybradford tags: test-updates)
13:53
The IIS web server does not define REQUEST_URI, instead is uses PATH_INFO for virtually the same purpose. Define REQUEST_URI the same as PATH_INFO and redefine PATH_INFO with SCRIPT_NAME removed from the beginning. ... (Closed-Leaf check-in: 54fdd1a5d7 user: tsbg tags: iis-cgi)
13:21
IIS and possibly other web servers define environment variables with an empty value. Handle them the same as non-existing environment variables. ... (check-in: 9a2ec393db user: tsbg tags: iis-cgi)
13:04
Ouput an error if the CGI control file is missing on the command line. This prevents IIS to fall in a endless loop. ... (check-in: 6a59d33e3d user: tsbg tags: iis-cgi)
2019-08-29
02:44
Changed internal docs on capability 6 (AdminForum) to remove the claim that it can be used to revoke capabilty 4 (WrTForum) from users. I think that feature was planned, but no UI was ever created to support it. Maybe that feature will come someday, but the forum feature is over a year old now. Doing it on this branch because this is all part of the capability documentation improvements. Without this checkin, the cap ref doesn't match the code's internal docs. ... (check-in: fd9ba57a6a user: wyoung tags: caps-doc)
01:57
Linked to the new caps docs from the existing www/* docs wherever "capability" or "capabilities" was mentioned before. ... (check-in: 0af0e14688 user: wyoung tags: caps-doc)
00:45
Clarified meaning of EmailAlert (7) in cap ref. ... (check-in: 4aceb600dc user: wyoung tags: caps-doc)
00:31
Merged in trunk changes ... (check-in: 493254b2e7 user: wyoung tags: caps-doc)
00:28
Updated comment about "6-character random hex password" at the top level of the new setup docs to track [23a9f9bac2]. ... (check-in: f304ba31fe user: wyoung tags: trunk)
00:21
Linked to the new material showing Fossil's idea of user power hierarchy from the comment in fossil-v-git.wiki about Fossil's support for the organization's social and power hierarchies. It's not that Fossil has *no* support for enforcing this, it's that it's usually a fairly loose match between the two systems. This is an important point, because some people new to Fossil expect 1:1 mapping and get disappointed when we tell them it just doesn't do that. ... (check-in: b72795a339 user: wyoung tags: caps-doc)
00:17
Fixed some URLs still referring to admin-v-setup.md in its old location. ... (check-in: 182c4d7abc user: wyoung tags: caps-doc)
00:07
Investigated the use of HTTP for sync over ssh:// and file:// URLs and added what I found to the "Caps Affect Web Interfaces Only" section of the new caps docs. ... (check-in: 845b459439 user: wyoung tags: caps-doc)
2019-08-28
23:33
Documented Public Pages and the default user capability set in www/caps/index.md. ... (check-in: 4671ddb179 user: wyoung tags: caps-doc)
23:15
Moved the discussion about inadvertent attribution of artifacts and the problems with easy solutions to the problem into the implementation details section of the new caps docs and expanded it to cover recent forum discussions. ... (check-in: 78ad8b7496 user: wyoung tags: caps-doc)
22:42
Assorted small improvements to top-level caps doc ... (check-in: f21bfbeede user: wyoung tags: caps-doc)
22:09
Expanded the "Why Not Bitfields?" discussion in www/caps/impl.md. Also tweaked the "Capability Letter Choices" text a bit while in there. ... (check-in: 3ac560a2d0 user: wyoung tags: caps-doc)
19:52
Changed the hamburger menu link href from "#" to "/sitemap" so clicks on it do something useful in the noscript case. ... (check-in: b2379b31c2 user: wyoung tags: trunk)
16:08
Added 'or' help for checkin/ci alias, per forum request. ... (check-in: f616380dfa user: stephan tags: trunk)
2019-08-27
20:57
For candidate CGI parameter names that start with an uppercase letter, convert them to lowercase and then add. ... (check-in: b47b6b6906 user: mistachkin tags: noJsonCgiFlag)
20:35
Moved www/capabilities.md to www/caps/index.md and www/admin-v-setup.md to www/caps/admin-v-setup.md. Then broke three chunks of the old capabilities.md doc out into new www/caps/* docs: login groups, implementation details of user capabilities, and the user capability reference material. The latter switched from Markdown to HTML format so we could make it a clearer-looking table, rather than its prior hard-to-read bullet list form. ... (check-in: c6cdf9ce8e user: wyoung tags: caps-doc)
18:04
Merged most of the new material on Setup vs Admin in the new capabilities doc into the pre-existing admin-v-setup.md doc, which already covers this topic. ... (check-in: ee901c7be3 user: wyoung tags: caps-doc)
12:51
Change 'NO_JSON' to lowercase. Remove other branch changes that are now superfluous. ... (check-in: 8baac2646c user: mistachkin tags: noJsonCgiFlag)
12:36
Add hyperlinks to the branch diff page from branch timeline and from /info. ... (check-in: 833b220adc user: drh tags: vdiff-improvements)
10:40
Query and post parameters may never begin with an upper-case letter. To allow that is a huge security hole. ... (check-in: 72c721eacf user: drh tags: noJsonCgiFlag)
07:21
Restore legacy title handling behavior for TH1 docs (changed via check-in [8abeb62737c2b527]). ... (check-in: 4219002631 user: mistachkin tags: noJsonCgiFlag)
06:50
Attempt to fix 'CONTENT_TYPE' detection when a suffix, e.g. '; charset=utf-8', is present. ... (check-in: 891bbc6ffe user: mistachkin tags: noJsonCgiFlag)
05:57
Improve comment. ... (check-in: 316dd394b8 user: mistachkin tags: noJsonCgiFlag)
05:55
More refinements. ... (check-in: c1f4a84694 user: mistachkin tags: noJsonCgiFlag)
05:34
If the '--cgiupperparamsok' command line option or 'uppercase_params' CGI control line are present, allow parameter names to start with an uppercase letter. ... (check-in: ab0d81f893 user: mistachkin tags: noJsonCgiFlag)
04:15
Make it possible to disable JSON auto-detection in the CGI subsystem. ... (check-in: a775435357 user: mistachkin tags: noJsonCgiFlag)
03:56
Grepped the Fossil source code for C code that checks for Setup caps exclusively to preotect functions and listed those in the Reference section of capablities.md. Also expanded the coverage of the "caps affect Fossil web interfaces only" section, which plays into this. ... (check-in: 689f7683b6 user: wyoung tags: caps-doc)
02:16
Added cap "n" to "r" in skins that show a /ticket link in their header, since the handler for it allows the page to show for those who can only file new tickets, not just those who can see existing tickets. Also fixed some skins that were using "anoncap" to test this: it needs to work for all logged-in users, not just "anonymous". ... (Closed-Leaf check-in: f4e3abce26 user: wyoung tags: skin-cap-matching)
02:08
Minor wording change in the header of /vdiff. ... (check-in: 69adb45da0 user: drh tags: vdiff-improvements)
02:07
Updates to the /vdiff page with the branch=BRANCH query parameter so that it uses merge-in: instead of root: and thus excludes merge-in check-ins from the diff. ... (check-in: b36dc6f121 user: drh tags: vdiff-improvements)
01:55
Rewrote explanation of "o" cap. ... (check-in: 208ca0d713 user: wyoung tags: caps-doc)
01:47
Add the "merge-in:NAME" name type, similar to "root:NAME" except that it finds the youngest anscestor of NAME that is in the branch from which the branch of NAME derived. ... (check-in: dcd8f1d8f4 user: drh tags: vdiff-improvements)
01:40
Disentangled discussion of "developer" vs "reader" in capabilities.md. ... (check-in: 869494eb8f user: wyoung tags: caps-doc)
01:00
Added (Names) to the "Capability Reference" section of capabilities.md so the reference can be used while reading C source code, which uses these names instead of the capability characters in all code past the login handler. ... (check-in: d48dff8fd7 user: wyoung tags: caps-doc)
00:29
Merge in documentation enhancements from trunk. ... (check-in: c1b62c3260 user: drh tags: vdiff-improvements)
00:29
Remove an unused subroutine. Fix a minor CSS problem. ... (check-in: 2078c746a5 user: drh tags: vdiff-improvements)
00:11
On the /vdiff page, show a timeline with both check-ins using different highlights on each check-in. ... (check-in: 6e40f866ab user: drh tags: vdiff-improvements)
00:07
Changed all of the [anycap jor] TH1 calls in the stock skins wrapping the generation of that skin's /timeline and /timeline.rss links to [anycap ijr2] to match the user caps the timeline HTTP hit handler actually checks for in the C code. This is a branch in part because it needs review, but also it's the start of a broader effort to check the other cap checks in the skins to make sure they a) match what the C code checks for; and b) match each other. ... (check-in: 9cee8cf5c4 user: wyoung tags: skin-cap-matching)
2019-08-25
13:24
Added HTTP proxying info to Debian nginx server setup guide. ... (check-in: c6a033cea6 user: wyoung tags: trunk)
12:39
Replaced the content of "Running Fossil in SCGI Mode" within www/server/debian/nginx.md with references to our other Fossil server docs. This also reduces the prior focus of this section on fslsrv to a single sentence, since we now prefer the systemd option, now that we have it. ... (check-in: a4bb92f791 user: wyoung tags: trunk)
12:29
Swapped the simple foo.net "whole site is Fossil" example in www/server/debian/nginx.md for the more complicated example.com one where only /code is served by Fossil. This is probably going to be more common, and it shows off the important detail of setting SCRIPT_NAME properly. Made a minor adjustment to any/scgi.md to track this change, so there is not a pointless difference between these two nginx configs. ... (check-in: 653e90ca62 user: wyoung tags: trunk)
11:52
Clarified use of scgi_params, SCRIPT_NAME, and service starting in the generic SCGI server setup doc. ... (check-in: 5a58ac3141 user: wyoung tags: trunk)
2019-08-24
18:32
Merge fork ... (check-in: 6c6aae9782 user: andygoth tags: trunk)
2019-08-23
12:42
Add the fossil_random_password() utility function and use it to generate a stronger initial admin-user password in the "fossil new" command. ... (check-in: 23a9f9bac2 user: drh tags: trunk)
12:23
If the test-markdown-render or test-wiki-render commands are invoked without a repository in which to check for Wiki page names and artifact hashes, then substitute a temporary, empty, in-memory repository so that the commands will still work and won't give SQL errors. ... (check-in: 0ac64dad80 user: drh tags: trunk)
11:49
Clarified the placement of "moderator" and "subscriber" in the power hierarchy expression within www/capabilities.md, since each could float up and down somewhat within the fixed hierarchy we give here. Also fixed a broken URL. ... (check-in: ba88f4f2a7 user: wyoung tags: caps-doc)
11:07
Markdown hyperlinks are only converted to links to wiki if the named wikipage actually exists. Otherwise, the link becomes a relative link. This is for backwards compatibility. ... (check-in: 3b10e64468 user: drh tags: trunk)
08:31
Added www/capabilities.md, a complete treatment on user capabilities, user categories, login groups, and administration matters involving all of this. It does not replace the pre-existing admin-v-setup.md doc, but a bit of its content did move into this new doc. The new doc also contains the user capability info previously in the forum.wiki doc. This is on a branch because although it's quite useful already, it could use some work before being merged down. At the barest minimum, there are some unanswered questions in the new doc that need addressing. This new doc does not replace the existing documentation in the UI. It may be that we end up paring that down a bit now that we have a full doc to refer to, but that is a topic for the forum thread that will appear shortly after this checkin. ... (check-in: 832f107ebb user: wyoung tags: caps-doc)
05:32
Fixed a few fatal error messages from the login-group command that referred to an "add" command, which is now called "join". The symptom I saw is that "fossil login-group add" complained that "add" is not a valid command and that you should give '"add" or "leave"' instead! ... (check-in: 09c65d7527 user: wyoung tags: trunk)
05:22
Fixed a few messages from the login-group command that referred to an apparent older name for the "join" sub-command, "add". This lead to a confusing symptom: "fossil login-group add foo" -> {unknown command "add" - should be "add" or "leave"}. ... (check-in: 739cd8720e user: wyoung tags: trunk)
2019-08-22
15:06
Stronger recommendation for changing the default user's random hex password prior to setting up a Fossil server after learning it's 6 hex digits, not 8 as I thoght when I wrote that! ... (check-in: 9fcd6e443c user: wyoung tags: trunk)
14:14
Added bullet list detailing the sources for <script nonce=""> from a Fossil server and the reasons we consider each path safe. ... (check-in: 91377ae432 user: wyoung tags: trunk)
13:31
Reworked the material explaining why in-page <style> is currently allowed by Fossil's default CSP to make it clearer that this is most likely a temporary situation and that local custom CSS should go in the skin instead. ... (check-in: 092eeebf40 user: wyoung tags: trunk)
13:13
Expanded the discussion of in-repo and out-of-repo resource links in defcsp.md. ... (check-in: 23fcd765f6 user: wyoung tags: trunk)
12:39
Reworked the new introductory material in defcsp.md to be less about the CSP as last-resort and more about being a secondary filter to our other measures. Gave examples to clarify the tensions that prevent a purely server-side solution from being a practical solution. ... (check-in: 1c4df5bf0a user: wyoung tags: trunk)
11:54
"RaspberryPI" -> "Raspberry Pi" ... (check-in: 5182be99c9 user: wyoung tags: trunk)
11:53
Assorted refinements to the new pre- and post-activation advice sections in www/server/index.html: nix passive voice, add a few details, add some links to related docs, etc. Also fixed a CSS indenting problem preventing correct use of <p> in <li>, then made use of the new freedom in these sections' numbered lists. ... (check-in: b5c2c9bf31 user: wyoung tags: trunk)
2019-08-21
19:18
Fix the $ROOT mechanism in HTML documents so that it accepts any whitespace character before href= and script=. Add $ROOT in appropriate places in the server documentation. ... (check-in: 3e183bfad8 user: drh tags: trunk)
18:15
Outline how to configure a repository before and after server activation. ... (check-in: 154ea087af user: drh tags: trunk)
17:37
Improvements to the althttpd documentation. ... (check-in: 44f1df9fef user: drh tags: trunk)
17:21
Further improvements to the server document. ... (check-in: c2c4d3039f user: drh tags: trunk)
16:57
Extra defenses against running fossil_atexit() more than once. ... (check-in: bc7683e15a user: drh tags: trunk)
16:55
Fix the "shell" command so that it avoids invoking the atexit() handler more than once. ... (check-in: 07a5a2118e user: drh tags: trunk)
15:56
Server documentation updates. ... (check-in: b2426c2786 user: drh tags: trunk)
14:46
Merge in recent developments on trunk. ... (check-in: 70d091eacc user: andybradford tags: test-updates)
12:32
Disallow versioning of security sensitive settings tcl-setup, th1-setup, and th1-uri-regexp. For effective security, these settings should only be controllable by an administrator. ... (check-in: 2da704c5a1 user: drh tags: trunk)
11:26
Update to the default CSP page. Attempted to resolve merge conflicts, but more editting is likely necessary. ... (check-in: 33a7b8babe user: drh tags: trunk)
11:09
Added a header to the new XSS material in defcsp.md so we can refer directly to it. ... (check-in: 7b843f2d43 user: wyoung tags: trunk)
11:01
More thorough explanation of <script nonce> in www/defcsp.md, and explained the reason why Fossil has no way of providing that nonce in most content types rather than link to the "XSS via check-in rights" forum post. This new presentation of that post's ideas is more detailed and includes discussion of the feature's interaction with the TH1 docs feature. ... (check-in: 8d43bb8786 user: wyoung tags: trunk)
09:40
Major improvements to the new defcsp.md article. Expanded the introductory material to better describe what the CSP does; added named anchors to headers; moved the discussion of $default_csp overrides into this document from customskin.md, which now just says how you use that variable read-only; and added an entirely new section, "Replacing the Default CSP". ... (check-in: 366b23a180 user: wyoung tags: trunk)
08:52
Replaced the redundant copy of the default CSP in skins/bootstrap/header.txt with "$default_csp", allowing the TH1 setup script to override the CSP as in all the other stock skins. (Bootstrap is the last stock skin to define a custom <head> element.) ... (check-in: 14ac2cacdd user: wyoung tags: trunk)
2019-08-20
19:16
Fix memcpy() compiler warnings. ... (check-in: 7ae4b1a719 user: drh tags: trunk)
16:11
Fix possible misaligned pointer to a 16-bit object. ... (check-in: f7c41be825 user: drh tags: trunk)
15:04
Updated and expanded documentation on how to set up a Fossil server. ... (check-in: f146e21af9 user: drh tags: trunk)
14:55
Add the --with-sanitizer option to the ./configure script. ... (check-in: 231d693314 user: drh tags: trunk)
07:01
Fixed a link punctuation bug introduced in [74a6578c]. ... (Closed-Leaf check-in: c57e17931d user: wyoung tags: server-docs)
06:45
The merge from trunk accidentally reverted part of the new text in www/embeddeddoc.wiki. (This part was manually merged, and I missed a diff relative to trunk.) ... (check-in: 8976a9dae3 user: wyoung tags: server-docs)
06:35
Missed a link to server.wiki that should have been checked in with [74a6578c]. ... (check-in: d5def0c8c4 user: wyoung tags: server-docs)
06:34
Merged in trunk improvements ... (check-in: 42d28c0286 user: wyoung tags: server-docs)
06:28
Reverted src/doc.c to the trunk version. The "Plan Z" reversion in [8264fd75] was incomplete, causing bad TH1 variable expansion. I believe this explains the symptom I worked around in [9bdf650f0b8]. This check-in also cherry-picks [3d6a4fd95c] onto the branch. ... (check-in: 3cdf764c2c user: wyoung tags: server-docs)
06:03
Updated all of the internal hyperlinks referencing www/server.wiki to point at either www/server/index.html or one of the docs it now points at. ... (check-in: 74a6578cd4 user: wyoung tags: server-docs)
04:57
Fixed an unwanted "$nonce" variable expansion within the new customskin.md introduced by [9044fd2dbe] which only occurs *sometimes*: not on fossil-scm.org, and apparently not in my earlier ckout testing prior to checking it in, but now in a different ckout test. This has to be a TH1 thing, but I don't understand why we didn't see this earlier. This is just a workaround for the symptom. ... (check-in: 9bdf650f0b user: wyoung tags: trunk)
04:34
Fixed a link from the new material in embeddeddoc.wiki to the new CSP material: that briefly lived in customskin.md before checking it in, but then I moved it to a new document and forgot to update the link. ... (check-in: f4cbfd5acc user: wyoung tags: trunk)
04:24
Fixed a couple of Tcl syntax fixes that caused the new --with-sanitizer code to a) run unconditionally irrespective of the option's setting and b) to check for the existence of libubsan whether it was actually needed or not. ... (Closed-Leaf check-in: 66fdab7605 user: wyoung tags: configure-updates)
04:07
Added www/defcsp.md, which documents the default Content Security Policy applied by Fossil to the HTML pages it serves. Linked that into embeddeddoc.wik and customskin.md, which touched on this topic before but didn't go into much detail. ... (check-in: 4e6d36d7d4 user: wyoung tags: trunk)
02:09
Fix a compiler warning in the security-audit page. ... (check-in: 3243a6c148 user: drh tags: trunk)
01:34
Added --with-sanitizer configure-time option for appending -fsanitize=VALUE to CFLAGS and LDFLAGS, plus automatic detection of -lubsan for GCC, which doesn't automatically link to that with -fsanitize=undefined as Clang does. EDIT: This check-in breaks the built on Ubuntu 18.04. ... (check-in: 7907b6ffae user: wyoung tags: configure-updates)
00:41
Removed "known to work with IIS" bit from www/server/index.html in the CGI section, since that is not actually true. We can put it back once someone figures out [https://fossil-scm.org/forum/forumpost/de18dc32c0 | the IIS + CGI + Fossil CPU pegging problem]. ... (check-in: 8b7c17de3f user: wyoung tags: server-docs)
00:37
Removed documentation of the nonce="$NONCE" feature in www/embeddeddoc.wiki, removed as part of [8264fd75]. ... (check-in: d55f6b1501 user: wyoung tags: server-docs)
2019-08-19
23:32
Fix a broken hyperlink on the new server-docs index page. ... (check-in: 461c8f06fc user: drh tags: server-docs)
19:29
Updating links in www/server/windows/stunnel.md to correct locations. ... (check-in: 65d175aef0 user: ckennedy tags: server-docs)
18:24
[https://www.fossil-scm.org/forum/forumpost/89dba2d978|Plan Z] ... (check-in: 8264fd75bc user: drh tags: server-docs)
17:18
Have the security-audit page analyze and display the content security policy. ... (check-in: 9cf90a4f9d user: drh tags: trunk)
13:04
Increase the default HTTP request timeout to 10 minutes. Provide the FOSSIL_DEFAULT_TIMEOUT compile-time option for setting an alternative default. ... (check-in: 7979989dff user: drh tags: trunk)
12:38
Added missing www/chroot.md file ... (check-in: 80cd49f063 user: wyoung tags: server-docs)
12:09
Updated www/server/index.html to no longer discuss launchd as a "maybe" option now that we have a document for it, and removed mention of Solaris SMF entirely. ... (check-in: 1e6fbcf214 user: wyoung tags: server-docs)
11:59
Added www/server/macos/service.md and then added macOS to the set of server OSes offered in www/server/index.html ... (check-in: e0ad4b48b5 user: wyoung tags: server-docs)
10:22
Assorted small tweaks to www/server/windows/iis.md ... (check-in: b5fefeec23 user: wyoung tags: server-docs)
10:10
Small tweaks to the new "Serving as a Standalone Server on Windows" article. ... (check-in: 3995a3c7ae user: wyoung tags: server-docs)
09:47
Assorted small tweaks to server docs, mainly around new systemd material. ... (check-in: 9d4a478241 user: wyoung tags: server-docs)
09:10
Added www/server/debian/service.md, demonstrating systemd configuration of Fossil for the first time in the official docs, both as a user serivce and in socket activation mode as a system-level service. ... (check-in: 94763aed7c user: wyoung tags: server-docs)
05:00
Clarity tweak ... (check-in: bc678e1321 user: wyoung tags: server-docs)
04:58
Grammar fix on previous ... (check-in: d5c754f97b user: wyoung tags: server-docs)
04:58
Title tweak on previous ... (check-in: afc65312fa user: wyoung tags: server-docs)
04:57
Added www/server/windows/none.md server setup article ... (check-in: 3e55ddf754 user: wyoung tags: server-docs)
03:44
Added explicit instructions on installing IIS within the new IIS server docs. It isn't installed by default, and in the CGI case, CGI isn't part of the default IIS install. ... (check-in: b2f10ad585 user: wyoung tags: server-docs)
01:17
The www/customskin.md document hadn't been updated since we removed the explicit <html><head> stuff from the default skins and moved that into the C code so we could insert the CSP and such automatically. Updated it to show the inner <div> tags that you actually get by default now, and talked about how the HTML document wrapper is added automatically. Also fixed some spelling and grammar errors. ... (check-in: 9044fd2dbe user: wyoung tags: trunk)
00:51
Fix embedded HTML detection for the 'doc' web page when the 'data-title' attribute is not specified. ... (check-in: 3d6a4fd95c user: mistachkin tags: trunk)
00:30
Added links back to the top-level www/server/index.html article from the tail end of www/server/*/*.md. ... (check-in: 0f6f151dd3 user: wyoung tags: server-docs)
00:25
Justified the ordering of sections in www/server/index.html by including info on complexity. CGI remains last because CGI is only a "simple" option when someone else sets up the CGI security for you, as on old-style cheap hosting plans. Also added several inline sub-document references. ... (check-in: 9f4121db3b user: wyoung tags: server-docs)
00:01
Merged the lists of socket listener daemons into the Socket Listener section of www/server/index.html: the list of known-working daemons down from the numbered list at the top of the article, and the list of potentially-working daemons up from the <noscript>-cloaked document matrix below. Also reordered the sections from simplest to most complex. ... (check-in: d9ab9c567c user: wyoung tags: server-docs)
2019-08-18
10:26
Improvements to the nonce='$NONCE' substitution mechanism. ... (check-in: 1c50073d31 user: drh tags: server-docs)
08:52
Implemented the first version of the JavaScript tutorial chooser in www/server/index.html, complete with fallbacks for the noscript case, optional display of the static document matrix, and pretty CSS transitions between the states. ... (check-in: 0cbdbc725c user: wyoung tags: server-docs)
06:20
URL fix in previous ... (check-in: a7610e4273 user: wyoung tags: server-docs)
06:06
Added the nonce="$NONCE" embedded documentation substitution feature and documented that and the other pre-existing text substitution features. ... (check-in: 02db05e600 user: wyoung tags: server-docs)
05:20
Further refinement of the server setup tutorial matrix CSS ... (check-in: a6fee5898f user: wyoung tags: server-docs)
05:12
Reduced the number of columns in the server setup tutorial matrix by collapsing all of those for the OS's default web server down to a single shared column. Also dropped the xinetd column as obsolete. (We still have the explicit xinetd article link above.) ... (check-in: 3f9f1bdf38 user: wyoung tags: server-docs)
04:51
Moved inline CSS within www/server/index.html elements up into a <style> block at the top. Then used that to create a more even matrix layout. Also fixed some incorrect URLs checked in with the prior version, due to the document changing directory level. ... (check-in: 648574cb0e user: wyoung tags: server-docs)
04:41
Renamed www/server.wiki to www/server/index.html and converted it to HTML format. Did a bit of prose polishing and CSS work while in there. ... (check-in: 8193266763 user: wyoung tags: server-docs)
04:12
Small improvements to IIS + CGI doc ... (check-in: f7c839c1c6 user: wyoung tags: server-docs)
03:53
Added docs for IIS + CGI server configuration. ... (check-in: 9098ebba2d user: wyoung tags: server-docs)
02:21
Assorted improvements to www/server/windows/iis.md. Removed the empty CGI and SCGI sections, as those will be separate articles. Added "Why Bother?" section. Added link to ./service.md. Better explanation of the /code rewriting example. Hoist TLS info up into the new "Why Bother?" section. ... (check-in: 1670e5fac6 user: wyoung tags: server-docs)
01:03
Capitalization fix in HTML output from /artifact_stats ... (check-in: d570edc646 user: wyoung tags: trunk)
00:59
Include forum artifact statistics on the /artifact_stats page. ... (check-in: e2f2a05eff user: drh tags: trunk)
2019-08-16
18:58
Corrected the description of nginx + SCGI in www/server.wiki. ... (check-in: 0f217e89f2 user: wyoung tags: server-docs)
18:36
Added starting version of www/server/windows/iis.md, covering only the HTTP reverse proxying case. ... (check-in: fbacfacfe6 user: wyoung tags: server-docs)
14:25
An attempt to make the main server.wiki page simpler and yet self-contained, all at once. ... (check-in: 5bb1e11228 user: drh tags: server-docs)
12:53
Moved the chroot and loadmgmt sections of www/server.wiki into separate documents. This change also adds info on /proc to the chroot doc, which was missing in its prior server.wiki form. Also reduced a few other "details" sections of server.wiki to bullet points in the new "Further Details" list at the end of the document. ... (check-in: 85eaffb6a5 user: wyoung tags: server-docs)
11:59
Changed "socket activation" to "socket listener" in all the new docs ... (check-in: 3c9f811b87 user: wyoung tags: server-docs)
11:42
Markdownism fixes... ... (check-in: 1428f59ec9 user: wyoung tags: server-docs)
11:41
Small improvements to the new Fossil Chroot Jail section of www/server.wiki ... (check-in: 4c837bc343 user: wyoung tags: server-docs)
11:08
Small clarity tweak to the new "Methods" discussion in www/server.wiki. ... (check-in: fc00b7b297 user: wyoung tags: server-docs)
10:27
Converted the backwards-compatibility sections in www/server.wiki into identified hyperlinks to the new docs, which allows existing external ".../server.wiki#cgi" URLs and such to work without needing the near-empty sections containing only a hyperlink just to anchor the link. ... (check-in: 0bb59100f2 user: wyoung tags: server-docs)
10:19
Several small refinements to prior check-ins. ... (check-in: 16e3cff648 user: wyoung tags: server-docs)
10:11
Moved the "Serving via althttpd" material from www/ssl.wiki to a new document, www/server/any/althttpd.md, linked from www/server.wiki. ... (check-in: 2e19fcee33 user: wyoung tags: server-docs)
09:55
Added some named anchors to www/server/any/stunnel.md ... (check-in: ce4b4bae31 user: wyoung tags: server-docs)
09:54
Moved the stunnel proxying docs from www/ssl.wiki to a new document www/server/any/stunnel.md, and pointed www/server.wiki at it. Also replaced some similar material in this branch's new www/server/windows/stunnel.md file at this generic document. Between these two changes, the generic stunnel docs now cover the reverse proxying option for the first time. (The old version used the socket activation method exclusively.) The new document also gives a more realistic configuration, showing Let's Encrypt paths and a sensible ciphersuite configuration. ... (check-in: 53b2e866e1 user: wyoung tags: server-docs)
09:15
Split the HTTP-only parts out of www/tls-nginx.md into a new document discussing only the reverse-proxying of `fossil --scgi` to HTTP using nginx on Debian type OSes. That material is now in www/server/debian/nginx.md, which is referred to from www/server.wiki. While in there, did a bit of prose polishing on this old guide. ... (check-in: 2baa8151d7 user: wyoung tags: server-docs)
07:13
Broke most of the contents of www/server/wiki out into a series of www/server/*.md articles that are now linked from a checkmark table in its place, which also links to the new www/server/windows/*.md files created to start this branch off. This is not purely a matter of moving prose around: there is a fair bit of improvement to the pre-existing prose as well, most notably that we now document the Fossil chroot jail requirements for the first time. (Previously, you had to go dig up mailing list or forum posts (or even RTFS!) to work out those requirements.) There's more to do on all of this; do not merge it to trunk yet. ... (check-in: fad82714aa user: wyoung tags: server-docs)
03:33
Relaxed the "enforcing" language around the planned change of hash policy from "auto" to "sha3" in Fossil 2.10 within section 2.8 of the fossil-v-git.wiki doc, and clarified what will actually happen with that release as compared to the current release. ... (check-in: c5461fb599 user: wyoung tags: trunk)
01:58
Merged recent spell check fixes into this branch so we don't revert any of them. ... (check-in: a9fd086f13 user: wyoung tags: server-docs)
01:57
Another spell check pass on www/* using a different dictionary than in the prior pass. ([79c2cb083152]) ... (check-in: 0996347d4a user: wyoung tags: trunk)
2019-08-15
16:16
Server Documentation Update. This ckeckin contains instructions for using Fossil as a windows service and with stunnel as an https proxy. ... (check-in: 8b7c563d49 user: ckennedy tags: server-docs)
2019-08-13
23:29
Additional documentation on CGI configuration options. Updates to the change log. New hyperlinks interconnecting the various documents. ... (check-in: fbc3b2f72e user: drh tags: trunk)
20:44
Remove the sigalrm_handler() function on windows builds as it is never called there. ... (check-in: 1d7afcdff6 user: drh tags: trunk)
20:31
Improvements to HOME search on windows, and improve the documentation of the same. ... (check-in: 006afac0f0 user: drh tags: trunk)
19:31
Set a default timeout on CGI requests of 300 seconds. ... (check-in: 859d6b1694 user: drh tags: trunk)
14:40
Add "Forum Posts" as an option to "Activity Reports" ... (check-in: 6ada7e3768 user: drh tags: trunk)
12:32
Improvements to the hyperlink description in /md_rules. ... (check-in: b8fac03594 user: drh tags: trunk)
2019-08-10
23:04
Added "Forum Posts" choice to the "Activity Reports" sub section of /stat. ... (Closed-Leaf check-in: f39e47a19e user: wyoung tags: forum-post-activity-report)
18:07
Refine HOME search order on Windows to maintain backward compatibility with the previous search hierarchy. ... (Closed-Leaf check-in: c07cbcd3db user: mistachkin tags: windows-env-usage-v2)
15:34
Merge in from trunk. ... (check-in: 0f9f2e403d user: andybradford tags: test-updates)
03:44
Updated the temp file and dir location documentation in www/env-opts.md to match what the current code does. ... (Closed-Leaf check-in: 1f63724e5b user: wyoung tags: windows-env-usage)
03:23
Inserted %USERPROFILE% between %FOSSIL_HOME% and %LOCALAPPDATA% in the code that chooses where the user's account-wide _fossil file lives on Windows. (This is the Windows analog to the ~/.fossil file on POSIX systems.) Also updated the docs to match. ... (check-in: 15176c8ae5 user: wyoung tags: windows-env-usage)
2019-08-09
21:08
Update the /stat page to show forum statistics. ... (check-in: 29141af7af user: drh tags: trunk)
20:56
Fixes to the new markdown hyperlink logic to handle the case there the target URL is not defined. ... (check-in: 44545eef88 user: drh tags: trunk)
20:15
Contributing PowerShell script Set-ChildProject.ps1. This script wraps the code for converting a project into a child project into an easy to use PowerShell script. The script should be cross platform, but was only tested on Windows 10. ... (Closed-Leaf check-in: 0b70cf6d57 user: ckennedy tags: windows-tools)
18:14
Enhance markdown to use the same hyperlink target resolving logic as Fossil wiki. That means that wiki page names and check-in and ticket hashes can now be used as markdown hyperlink URLs. Also enhance markdown hyperlinks so that if the display text is an empty string, the URL is used as the display text. ... (check-in: 774fb7712f user: drh tags: trunk)
16:40
Two additional places where links to /markup_help are useful. ... (check-in: 5f328d9f90 user: drh tags: trunk)
16:37
Fix up the markdown rules to include recent enhancements to fenced code blocks. On "Markup Style:" entry boxes, provide a hyperlink for easy access to the rule sheets. ... (check-in: 18a84ed81e user: drh tags: trunk)
15:57
Further work on the fenced code blocks of markdown. Allow blank lines in the middle of a fenced code block. And also allow ~ character (three or more) to serve as the delimiter for fenced code blocks. ... (check-in: c7600da489 user: drh tags: trunk)
12:15
Added an aside in fossil-v-git about Git's minority use of high-level scripting languages aside from its dominant one, POSIX shell, with a comparison to Fossil's own use of high-level scripting. ... (check-in: 1296ee46a3 user: wyoung tags: trunk)
11:56
Simplified the table line items for the hash algorithm point in fossil-v-git.wiki as "SHA-3" vs "SHA-2". Details we delegate to the discussion prose below. ... (check-in: 595559f45c user: wyoung tags: trunk)
11:50
Expanded the discussion on user learning time vs arcance feature set size in fossil-v-git.wiki, within section 2.5.3 "Accepting Contributions". ... (check-in: 1b479aff38 user: wyoung tags: trunk)
10:50
Small tweaks to the prose in section 2.5 in fossil-v-git.wiki ... (check-in: 466d74c807 user: wyoung tags: trunk)
2019-08-08
23:04
Fix the www/fossil_prompt.sh Fossilized Bash Prompt script so that it works even if the current check-in comment contains grave accents (backticks). ... (check-in: c49f3ef4cf user: drh tags: trunk)
22:26
Further refine the fenced code block rendering in markdown to try to comply with the CommonMark spec. ... (check-in: 81caad6ce6 user: drh tags: trunk)
20:35
A triple grave accent quoted text (```....```) in markdown is rendered as &lt;pre&gt;...&lt;/pre&gt;. ... (check-in: 2077ffe660 user: drh tags: trunk)
05:55
Moved the comment about learning from Git's design mistakes to a place higher up in the document where it makes more sense. It was almost a non sequitur where it was before. ... (check-in: 0e0d76ee27 user: wyoung tags: trunk)
05:44
Clarity pass on the new "Portable" section of fossil-v-git.wiki article. ... (check-in: 4b574be4e5 user: wyoung tags: trunk)
05:11
Deferred discussion of data modeling from the intro of fossil-v-git to section 2.3 where it's fully covered. This material now talks more clearly about Fossil's hybrid NoSQL/relational data model, rather than handwave it as "relational". ... (check-in: e299892341 user: wyoung tags: trunk)
04:42
Added Digital Ocean pricing footnote to fossil-v-git.wiki to back up the GitLab comparison. Also clarified the "smallest thing you could call a server" comment. ... (check-in: efc873ec68 user: wyoung tags: trunk)
04:34
Typo fix ... (check-in: 431245edce user: wyoung tags: trunk)
04:33
Reworked the intro to fossil-v-git.wiki to flow better and be clearer. ... (check-in: 16cb9c0268 user: wyoung tags: trunk)
04:23
Typo fix pass on www/* ... (check-in: 79c2cb0831 user: wyoung tags: trunk)
2019-08-07
19:10
Have the test-httpmsg command try to open the repository database in case that repository database contains TLS certificate exceptions. ... (check-in: bf25835f6b user: drh tags: trunk)
17:39
Add the FOSSIL_NONCE parameter to extension CGI. ... (check-in: 3f0ade5592 user: drh tags: trunk)
13:22
Adjust the SQL authorizer to ignore SQLITE_READ calls for transient internal-use-only tables. SQLite should not be issuing those, but some legacy versions of SQLite do. It is harmless to ignore them. ... (check-in: b26967cfcb user: drh tags: trunk)
12:55
Remove the SQLITE_ENABLE_DBPAGE_VTAB requirement from external SQLite libraries, as without it only the ".recover" command in "fossil sql" is omitted, and that is an obscure case. ... (check-in: a4d7152517 user: drh tags: trunk)
12:49
Fix an incorrect comment in sqlcompattest.c. ... (check-in: e2426e83e4 user: drh tags: trunk)
12:45
Fix incorrect requirements in sqlcompattest.c. ... (check-in: 156476b20b user: drh tags: trunk)
12:29
Add the LDFLAGS parameter when building the sqlcompttest test program. ... (check-in: 4a15ccdaca user: drh tags: trunk)
11:50
More details on althttpd in the section of www/ssl.wiki that discusses the stunnel + althttpd + fossil serving option used by fossil-scm.org and sqlite.org. ... (check-in: 9c747e1cf3 user: wyoung tags: trunk)
11:34
Add an SQLite compatibility test program and run that program during the "./configure" if the --disable-internal-sqlite option is used in order to verify that the system SQLite library has all of the capabilities that we need. ... (check-in: 350c627a52 user: drh tags: trunk)
11:32
Clarity and accuracy pass on the git-worktree issue in fossil-v-git.wiki. ... (check-in: 92dc102158 user: wyoung tags: trunk)
11:13
Merged two lists of similarities between Fossil and Git into a single instance up at the top of fossil-v-git.wiki. ... (check-in: 3609ff7560 user: wyoung tags: trunk)
10:39
Language moderation in fossil-v-git.wiki ... (check-in: 5e380ec394 user: wyoung tags: trunk)
10:38
Clarified the issue of building and installing Git vs Fossil from source vs as binary packages in fossil-v-git.wiki ... (check-in: 00af3dbf8b user: wyoung tags: trunk)
10:17
Added a named anchor to fossil-v-git.wiki doc ... (check-in: e88ae89c0f user: wyoung tags: trunk)
10:16
Many improvements to section "2.3 Durable" in fossil-v-git.wiki, largely involving the merger of a near-repeat of the same points down in section 3.1, but also adding more information emphasizing the durability of SQLite DBs in general and Fossil repos in specific. ... (check-in: cd989fed40 user: wyoung tags: trunk)
09:45
Added a new section to fossil-v-git.wiki, "2.4 Portable" covering how much more portable Fossil is than Git and its common third-party extensions. ... (check-in: 64a33a643f user: wyoung tags: trunk)
08:41
Added info about althttpd to footnote 2 in fossil-v-git.wiki, which gives details about the web serving configuration of fossil-scm.org. ... (check-in: 5866461ef0 user: wyoung tags: trunk)
04:02
A better hyperlink for althttpd documentation in ssl.wiki. ... (check-in: 977109d308 user: drh tags: trunk)
02:37
Merged two nearly-redundant points about branch names syncing in fossil-v-git doc. ... (check-in: 16ea738a8e user: wyoung tags: trunk)
02:31
Updated summary table at the top of fossil-v-git doc to track the recent organization changes. ... (check-in: 1c9b177182 user: wyoung tags: trunk)
02:29
Prior section 2.5 in fossil-v-git is now section 2.4.4, since it's part of the "2.4 Linux vs SQLite" story. Little change in content; primarily just an organization fix. ... (check-in: e9628d7063 user: wyoung tags: trunk)
02:26
Extracted part of section 2.1 and merged it with the entire prior content of section 2.5 in fossil-v-git as a new section, "2.2 Efficient and Effective". These were two partially-redundant sections covering Git's sprawl of tools, third-party dependencies, and extensions vs Fossil's self-contained single-binary nature. The new section combines all of that. ... (check-in: 5c24bee9fd user: wyoung tags: trunk)
01:53
Minor update to footnote 2 on the fossil-v-git page. ... (check-in: 754a6a0568 user: drh tags: trunk)
01:45
Added footnote 2 to the fossil-v-git doc, which explains that not "everything" on fossil-scm.org is in the main Fossil self-hosting repo, and links to info explaining the details. ... (check-in: d23a8453c5 user: wyoung tags: trunk)
01:00
Tightened up footnote 1 in fossil-v-git to delegate its points more fully to the new mirrorlimitations.md doc. ... (check-in: 0ef227b77c user: wyoung tags: trunk)
00:53
Updated the "A Pure SHA3 Future" section of www/hashpolicy.wiki to track the recent decision to make "sha3" mode the default in Fossil 2.10. ... (check-in: c6e8558f27 user: wyoung tags: trunk)
00:42
Added section 2.8 to the fossil-v-git doc: "Hash Algorithm: SHA-3 vs SHA-2 vs SHA-1". ... (check-in: 42b8890cc2 user: wyoung tags: trunk)
00:19
Updates to the mirrorlimitations.md document. ... (check-in: 31bbb40f13 user: drh tags: trunk)
2019-08-06
23:56
Added paragraph about hosting efficiency of Fossil vs Gitlab (to make it an apples-to-apples comparison) to the fossil-v-git doc. ... (check-in: f631c7c82e user: wyoung tags: trunk)
23:40
Expanded on the point about "next" checkin in fossil-v-git doc ... (check-in: 47e495d26b user: wyoung tags: trunk)
23:20
Removed some points in section 3.1 of fossil-v-git (Features found in Fossil but missing from Git) which are already covered above. ... (check-in: c5a74af45c user: wyoung tags: trunk)
23:15
Added point about installing Fossil on Windows vs installing Git to fossil-v-git doc. ... (check-in: 4c22c70569 user: wyoung tags: trunk)
23:11
Added web UI point to fossil-v-git ... (check-in: 6494d42f2a user: wyoung tags: trunk)
23:08
Added RBAC point to the fossil-v-git article, and tweaked the surrounding text. ... (check-in: bd7c47c3f8 user: wyoung tags: trunk)
10:45
Updated explanatory text at the top of www/image-format-vs-repo-size.ipynb to track the recent update for Python 3. ... (check-in: 25a18bee08 user: wyoung tags: trunk)
10:17
Updated image-format-vs-repo-size.ipynb to run within the Fossil tree checkout, to run under the Python 3 JupyterLab kernel, and to have the output SVG embedded in the notebook so it shows up in the notebook viewer without needing to run it first. This updates the associated separate SVG file as well, so the two SVG instantiations match. ... (check-in: f85d924767 user: wyoung tags: trunk)
01:49
Fix crash. ... (Closed-Leaf check-in: 9d37ebbee6 user: mistachkin tags: winExtCgi)
2019-08-05
16:35
Initial draft changes to support 'extcgi' on Win32. ... (check-in: fbe1eddaa3 user: mistachkin tags: winExtCgi)
16:15
Update custom MinGW makefile. ... (check-in: 759b10021d user: mistachkin tags: trunk)
2019-08-04
22:56
Merge trunk ... (check-in: fc5f88d6d9 user: jan.nijtmans tags: cleanX)
20:26
Fix a harmless compiler warning. ... (check-in: 95a6a658d4 user: drh tags: trunk)
20:23
Improvements to the Security-Audit page - mostly in providing additional information about the files in the CGI extension folder. ... (check-in: a3bc6552ee user: drh tags: trunk)
2019-08-03
19:49
Fix the repolist function for CGI server invocations, apparently broken by check-in [ec56c69fe98d26d9] ... (check-in: 534b060007 user: drh tags: trunk)
01:07
merge to logical conclusion (nop) ... (check-in: f4f9c1090b user: bch tags: trunk)
2019-08-02
18:13
Avoid the clearenv() interface (which seems to be missing on NetBSD according to [2d4c16df5a9e61c2]) and simply set the global "environ" variable directly. ... (check-in: d72aa24ce6 user: drh tags: trunk)
18:01
Added a comment to fslsrv in place of the just-removed parameter to make it clear what's going on here. ... (check-in: df2eb08e2a user: wyoung tags: trunk)
18:00
Made --baseurl parameter optional in tools/fslsrv since Fossil complains if you give only a top-level URL; it's right, it doesn't need --baseurl in that case. ... (check-in: 8b2b232886 user: wyoung tags: trunk)
17:34
Make sure all CGI environment variables are loaded into the CGI cache prior to clearing the environment, when launching extension CGIs. ... (check-in: c6b4d80e9c user: drh tags: trunk)
17:23
The CGI extension mechanism now passes the HTTPS environment variable. ... (check-in: f5fe221026 user: drh tags: trunk)
14:29
Add the mirrorlimitations.md document. Update cross-references. ... (check-in: 41d6540d27 user: drh tags: trunk)
13:34
Update the security audit to report when extension CGI is available. ... (check-in: e2cad541ff user: drh tags: trunk)
05:09
proper env() handler for (at least) NetBSD ... (Closed-Leaf check-in: 2d4c16df5a user: bch tags: env_handler)
00:10
The test-httpmsg command now sends the payload uncompressed unless the new --compress option is used. ... (check-in: c31ff76fe9 user: drh tags: trunk)
2019-08-01
23:31
Implement the fossil_clearenv() function for Win32. ... (check-in: 61fd10ecd1 user: mistachkin tags: trunk)
21:05
When rendering HTML pages using the fossil-doc class and the data-title="..." attribute, reverse the HTML escapes in the argument to data-title since they will be reencoded prior to rendering. ... (check-in: 54e01c60e2 user: drh tags: trunk)
19:30
Clear all environment variables prior to invoking a CGI extension. (Works on posix - need to fix it for windows.) ... (check-in: ed63bdd71e user: drh tags: trunk)
14:17
Add the FOSSIL_URI environment variable to the CGI extension mechanism. ... (check-in: 7b2b9d6995 user: drh tags: trunk)
2019-07-31
12:21
Fixed fossil_strcmp() usage in cgi_init() when in JSON mode. Through some extremely serendipitous fluke, its broken usage just happened to work until a bit was removed from that function in [ec56c69f] which, purely coincidentally, caused the bug (mine, from 2011!) to start triggering when x-www-form-urlencoded forms were submitted (login/logout). Before that, the buggy block never got a chance to trigger for those forms. ... (check-in: 115a70b2df user: stephan tags: trunk)
08:09
Merged in autosetupAndJimTcl branch (autosetup updates). ... (check-in: 51d006f851 user: stephan tags: trunk)
2019-07-30
18:55
Fix the "fossil server" command on windows so that it honors the --https option. ... (check-in: 8ed91bbe44 user: drh tags: trunk)
10:28
Restore the full CGI extension documentation that was somehow truncated by an earlier commit. ... (check-in: 4130a22cee user: drh tags: trunk)
01:17
Merge in updates from trunk. ... (check-in: 7e7258b3ed user: andybradford tags: test-updates)
2019-07-29
20:02
Improved documentation of the repolist-skin setting. ... (check-in: 02bdcf5e9f user: drh tags: trunk)
18:17
When doing a repository list, use the first repository that has a non-zero value for the "repolist-skin" setting as the skin for the list. If the "repolist-skin" setting is 2 and if the repository list is coming from a directory scan, the omit that repository from the list. All repositories are always shown, regardless of the "repolist-skin" setting for a "fossil all ui" or "fossil all server" generated repository list. ... (check-in: 8f5399bc7b user: drh tags: trunk)
18:14
Fix the repolist-skin setting so that it sets up URL on the header menu correctly. Back out the stylesheet hack is that is now covered by the same fix. ... (Closed-Leaf check-in: 6df7a853ec user: drh tags: repolist-skin)
17:25
Merge fixes from trunk. ... (check-in: 8a0753de2d user: drh tags: repolist-skin)
15:12
Enhancements to the copy/paste SVG icon and to the global options help page. ... (check-in: 93b0afc889 user: drh tags: trunk)
14:19
Fix the build for -DFOSSIL_ENABLE_TH1_DOCS. The build was broken by check-in [ed2def5ffb96d74c] and on trunk by [ec56c69fe98d26d9]. ... (check-in: 8abeb62737 user: drh tags: trunk)
14:06
When to a repolist, if any of the repositories have a non-zero repolist-skin setting, use that repository as the skin for the listing. If the repolist-skin setting is 2, then omit that repository from the list for directory-scan lists, but always show all repos for a "fossil all ui" list. This *almost* works, but still has some small issues. This is an incremental check-in. ... (check-in: 958e0bdc4a user: drh tags: repolist-skin)
08:28
Move each command-line option to their own paragraph, for consistency with the document structure in "Environment Variables and Global Options", as this seems easier to browse and search. The explicit line-break between the two options was wiped with automatic cleanup of trailing spaces by [e2751b18af]. ... (Closed-Leaf check-in: 14f2ba0436 user: florian tags: svg-and-md-formatting)
08:14
Trim spaces from the CSS background image SVG data URI for the copy icon, to make it look more compact -- this may not necessarily reduce the overall size of the final gzipped CSS resource delivered by the Fossil web server. The uncompressed source code for the icon is on the [branch/tooltip-copyhash] wiki page, with a comment why the variant with the "inaccurately" calculated outline looks better. ... (check-in: 0be9a2dbb7 user: florian tags: svg-and-md-formatting)
00:12
Enhancements to the CGI extension documentation. ... (check-in: f80f753050 user: drh tags: trunk)
2019-07-27
17:11
Enhancements to the CGI extension documentation. Update the 2.10 change log to mention this enhancement and other changes. ... (check-in: dfa5d50971 user: drh tags: trunk)
15:30
Update the CGI extension documentation. Improved filename security in the CGI extension subsystem. ... (check-in: 12c8cc709d user: drh tags: trunk)
2019-07-26
20:54
Do not allow /ext to return files whose names begin with "." or "-" even if those files occur in the top-level extroot directory. ... (check-in: e91de28b69 user: drh tags: trunk)
18:15
Preliminary documentation for the /ext mechanism. ... (check-in: 893fca3a15 user: drh tags: trunk)
13:35
Fix the fullcap() SQL function so that it correctly expands the capabilities of Admin and Setup users to include everything. ... (check-in: 384fdb6b4f user: drh tags: trunk)
06:14
Removed an old (#if 0)'d-out block - the permissions check it was blocking out is performed further down in the function. ... (check-in: 7bd4bca2f4 user: stephan tags: trunk)
2019-07-25
23:56
Neither Setup nor Admin users get Write-Unversioned permission by default. And only Setup users are able to include Write-Unversioned permission when editing a user. ... (check-in: 9ca4eb2bda user: drh tags: trunk)
21:11
Add the /ext page that will run CGI or deliver static content from a document hierarchy specified by the --extroot command-line option on "fossil server" or the extroot: option in the CGI file. ... (check-in: ec56c69fe9 user: drh tags: trunk)
21:09
Remove an unused variable. ... (Closed-Leaf check-in: c2a98a5d62 user: drh tags: extension-cgi)
20:53
Ensure that the cgi_decode_post_parameters() routine does not delete the raw content used by the /xfer page. ... (check-in: af3a8dbe09 user: drh tags: extension-cgi)
20:20
Enable the extroot: setting in CGI. ... (check-in: c116a9996b user: drh tags: extension-cgi)
19:53
Do not provide failure diagnostics on the /ext page unless the user has Debug privilege. ... (check-in: 08b9b61972 user: drh tags: extension-cgi)
18:34
Defer decoding POST parameters until after the webpage name is located. Do not do the decode if the webpage has the new "raw-content" property. Set that property on /ext so that is can relay the encoded content to sub-cgi. ... (check-in: e4849f58e4 user: drh tags: extension-cgi)
18:08
Add the ability for Debug users to trace sub-CGI responses by adding the fossil-ext-debug query parameter. ... (check-in: cc21a4389e user: drh tags: extension-cgi)
17:40
Disable HTTP_ACCEPT_ENCODING for the extension CGI. But leave that setting unchanged for Fossil as it might be needed for the relay back to the client. ... (check-in: 54aeb1a8ce user: drh tags: extension-cgi)
17:07
Add the ability to extend a Fossil server using CGI. This is a refactor of the prior sub-cgi branch. ... (check-in: ed2def5ffb user: drh tags: extension-cgi)
2019-07-24
10:54
Continuing work on the /aux page. Now working for static content. ... (Closed-Leaf check-in: 77a72fb964 user: drh tags: sub-cgi)
2019-07-23
23:25
Initial but incomplete work on an experimental /aux page that runs secondary CGI that has access to the Fossil user login credentials and similar information. This is an incremental check-in of work-in-progress. ... (check-in: 72f8e77612 user: drh tags: sub-cgi)
19:17
Make sure an HTTP request always has at least a single "/" in the pathname. ... (check-in: 35d609a0ba user: drh tags: trunk)
18:20
Fix over-length lines in the logic.c source file. No logical changes. ... (check-in: cd11f92186 user: drh tags: trunk)
18:14
Fix a typo in an internal function name. "logic" should be "login". ... (check-in: c921545bff user: drh tags: trunk)
16:16
Do not follow a redirect from HTTPS to HTTP. ... (check-in: c19f782e54 user: drh tags: trunk)
16:10
Add the test-httpmsg command. ... (check-in: 1ad56ceeaf user: drh tags: trunk)
13:16
Use HTTP/1.1 for the sync protocol, not HTTP/1.0. ... (check-in: c51b61ff1b user: drh tags: trunk)
04:23
Use new functionality in "fossil whatis" to correct wiki test cases since /info hrefs are no longer included in the wiki pages. ... (check-in: ef40a0be40 user: andybradford tags: test-updates)
03:49
Enable "fossil whatis" to actually find a wiki page when given --type w. ... (check-in: 7627d4a73e user: andybradford tags: test-updates)
2019-07-22
19:06
Bail out of the alert_send() routine if the notification system is misconfigured with a blank email-self value. ... (check-in: 4c73b4afb9 user: drh tags: trunk)
16:12
In the alert sending logic, if no "email-self" is specified, then substitute the bogus email address "nobody@invalid". ... (check-in: 488af3639e user: drh tags: trunk)
2019-07-19
16:34
Update the server.wiki document to try to make it clear that Fossil works fine as a peer-to-peer system and does not require the use of a server. ... (check-in: dc0a342d76 user: drh tags: trunk)
16:33
Tightened up the opening paragraph of "Linux vs SQLite" section of fossil-v-git. ... (check-in: 0297ae7fae user: wyoung tags: trunk)
16:25
Moved numbered digressions in fossil-v-git down to the end of the document as a new "Asides and Digressions" section. These are things we don't want cluttering the main argument, not merely big parentheticals. ... (check-in: 845262742e user: wyoung tags: trunk)
16:14
Expanded the "Sync over push" section of fossil-v-git beyond the technology to cover the "why" behind the decision. Moved the Jim McCarthy quote up to be with it. ... (check-in: 69e64183f1 user: wyoung tags: trunk)
16:01
Rewrote "No rebasing" section in fossil-v-git for clarity ... (check-in: 970e9173d4 user: wyoung tags: trunk)
15:59
Rewrote the "Trust over hierarchy" point in fossil-v-git for clarity. ... (check-in: d178c782d3 user: wyoung tags: trunk)
15:53
Removed a repeated word in fossil-v-git ... (check-in: b798e89a7e user: wyoung tags: trunk)
15:52
Recast the "Anonymous contribution discouraged" point in fossil-v-git as "No easy drive-by contributions". ... (check-in: 73381119d8 user: wyoung tags: trunk)
15:39
Moved the comment about patch files in fossil-v-git down to a footnote and expanded on the point. It isn't a Git vs Fossil difference, but we need to explain why "just use a patch file" isn't a good answer to the common "allow easy drive-by contributions" wish. ... (check-in: 4dcbd09fea user: wyoung tags: trunk)
04:47
Correct minor syntax error that was likely never hit. ... (check-in: d85b2edbb6 user: andybradford tags: test-updates)
03:55
If the setting is long enough to fill in the format specifier---like the email-send-relayhost setting---there will be no whitespace after it unless it has a value set, so make the regex handle this particular state better. ... (check-in: a8656f580f user: andybradford tags: test-updates)
03:52
Update list of known settings which had diverged due to newly added features. ... (check-in: 72e71e904d user: andybradford tags: test-updates)
2019-07-18
22:45
Improved documentation of the --https option on "fossil server". ... (check-in: 3c602dd7f3 user: drh tags: trunk)
17:45
In the hierarchical forum display, make sure that the edited post number is displayed, not the original post number. ... (check-in: 776ce9e645 user: drh tags: trunk)
2019-07-17
22:26
Give sequential numbers to all display posts in the forum, and reference other forum posts in a thread by the sequence number. ... (check-in: 5a7267d9e7 user: drh tags: trunk)
21:23
In the hierarchical display of the forum, go back to strict hierarchical indentation. But, reduce the width of indentation for deeply nested discussions. ... (check-in: 0cec52e08e user: drh tags: trunk)
14:52
Added info about fossil undo, fossil amend, and shunning to the fossil-v-git doc, with comparison to the Git way of changing history. ... (check-in: e878d54dcc user: wyoung tags: trunk)
02:37
Reworked several sections of the fossil-v-git.wiki doc as sub-sections of "Linux vs. SQLite", which now acts as a frame for those sections. Some of these sections are expanded while others disappear entirely, most especially the "BSD vs GPL" argument that we started off on the now-merged branch to try and refine. We replace a discussion of licensing with one of community structure and our approach to patch acceptance, which is more of what the old licensing discussion was trying to get at without getting into the details of software licensing per se. ... (check-in: 69ec89b591 user: wyoung tags: trunk)
2019-07-16
20:02
Code cleanup: Add a lot of "const" qualifiers for static (string) arrays, where appropriate. This allows the C compiler to optimize more ... (check-in: 70a94d0972 user: jan.nijtmans tags: trunk)
15:44
Reduced redundancy in the new feature set size vs ease of use discussion in fossil-v-git. ... (Closed-Leaf check-in: a52e68459f user: wyoung tags: bsd-vs-gpl)
15:42
When committing without parent-id (additional "initial" commits), make sure the branch-name is set to "trunk" when not provided otherwise. ... (check-in: 0fd6cf166c user: jan.nijtmans tags: trunk)
15:05
Rewrote the "Accepting Contributions" section of the fossil-v-git doc to focus on the size of each tool in terms of SLOC and features, rather than on licensing details. ... (check-in: 5fe84e7011 user: wyoung tags: bsd-vs-gpl)
14:58
Missing db_end_transaction(0) ... (check-in: b0db865f20 user: jan.nijtmans tags: trunk)
2019-07-14
21:24
Fix the in-reply-to link for hierarchical forum display to maintain the hierarchical display. Make the link say "previous" if linking to the previous post in the thread. ... (check-in: 1b63ab701b user: drh tags: trunk)
20:32
Try to omit unnecessary indentation on the hierarchical forum display. Include an "in reply to" mark on the hierarchical display. ... (check-in: 97697b7956 user: drh tags: trunk)
12:28
Fixed some grammar errors in fossil-v-git's new "Accepting Contributions" material. ... (check-in: 34d758bf86 user: wyoung tags: bsd-vs-gpl)
12:25
Small tweak to prev ... (check-in: d1c61803fc user: wyoung tags: bsd-vs-gpl)
12:24
Turned a redundancy in the "Scale" section of fossil-v-git into a clearer point. Also added a bit on Fossil's later birthday and our take on its consequences. ... (check-in: 30a74d7e05 user: wyoung tags: bsd-vs-gpl)
12:12
Renamed named anchor for "Accepting Contributions" in fossil-v-git from "license" to "contrib". ... (check-in: 074b896e57 user: wyoung tags: bsd-vs-gpl)
12:11
Re-cast the "BSD vs GPL" section as "Accepting Contributions." In the end, that's what the difference in license amounts to. This makes the section longer, but the change includes a link to skip past the actual licensing discussion for those who don't want to read our attempt at an unbiased discussion of GPL vs BSD, since even if we've succeded, we won't always agree with the user's biases! ... (check-in: 75e93e35b1 user: wyoung tags: bsd-vs-gpl)
11:37
Another bit of prose polishing in fossil-v-git ... (check-in: fcdefd97a7 user: wyoung tags: bsd-vs-gpl)
11:28
Prose polishing in the "License" section of fossil-v-git ... (check-in: eebd713511 user: wyoung tags: bsd-vs-gpl)
11:02
Moved the "BSD vs GPL" section up in the fossil-v-git doc and made it a sub-section of a new "Linux vs SQLite" section which has two other sub-sections: "Development Organization," which contains an expanded version of what used to be called "Cathedral vs. Bazaar" and "Scale," which contains what is left of the prior version's "Linux vs. SQLite" section. These are sub-sections of a common parent because they were mutually repetitive, and they're all aspects of the "Linux vs. SQLite" comparison, not separate things at all. ... (check-in: bab2656d1c user: wyoung tags: bsd-vs-gpl)
04:46
When removing a directory on Windows, make sure it is a real directory (i.e. not a junction, symbolic link, etc). ... (check-in: 9bb25a2862 user: mistachkin tags: trunk)
2019-07-13
19:31
Eliminate all usage of Tcl_GetStringResult(), since that causes loss of Tcl_Obj representation in Tcl 8.x (this is solved in Tcl 9.0) ... (check-in: 743e166cf9 user: jan.nijtmans tags: trunk)
18:03
Import the command-line tool fix from SQLite (without the other changes on SQLite trunk) and then disable double-quoted string literals again. ... (check-in: 282612762e user: drh tags: trunk)
16:56
Disable the SQLITE_DQS=0 compile-time option. It turns out the ".schema" command in the SQLite CLI makes use of double-quoted string literals. ... (check-in: 05ca5d96c1 user: drh tags: trunk)
14:30
Change the default hash policy to "sha3". Bump the version number to 2.10 to start the next development cycle. ... (check-in: b4520f5efc user: drh tags: trunk)
13:05
Version 2.9 ... (check-in: 0fd79a3e09 user: drh tags: trunk, release, version-2.9)
12:35
Fix a typo in a check-in race warning message. ... (check-in: 66f06fe23b user: drh tags: trunk)
2019-07-12
16:59
Do not invoke db_lget() in the sync protocol if the local checkout database is unavailable (such as when running "fossil all sync"). ... (check-in: 0dba0f4b99 user: drh tags: trunk)
16:43
Typo fix ... (check-in: bd0b86e97d user: wyoung tags: bsd-vs-gpl)
16:40
Added "and use" to fossil-v-git: the license has effects that extend beyond design and implementation. ... (check-in: 2cc9036e10 user: wyoung tags: bsd-vs-gpl)
16:39
Prose tightening tweak ... (check-in: d2a77c309e user: wyoung tags: bsd-vs-gpl)
16:38
Reduced repeition of the "deisgn and implementation" bits of "Fossil vs Git" in the new "GPL vs BSD" material. ... (check-in: 4f293ddf58 user: wyoung tags: bsd-vs-gpl)
16:33
Rewrote the opening paragraph to "GPL vs BSD" in "Fossil vs Git" doc to make it clear that we're not trying to persuade you to make our same choice. Also removed two paragraphs making a judgement about the nature of each license for the same reason. ... (check-in: d48fdb41fb user: wyoung tags: bsd-vs-gpl)
15:46
Moved a sentence from the final paragraph up to the first in the "GPL vs BSD" section of the "Fossil vs. Git" doc. It was something of a non-sequitur where it was, and in its new position, it serves to bookend the discussion: we lay out our proposition at the top and come to a conclusion that we believe supports that proposition by the end. ... (check-in: cb1b007cd5 user: wyoung tags: bsd-vs-gpl)
15:41
Removed a final sentence in a paragraph that basically just restated the paragraph in the new Fossil vs Git doc. ... (check-in: f5a39a7e1d user: wyoung tags: bsd-vs-gpl)
15:29
Distilled the points about "GPL + CLA = commrecial interests" to only the bits essential to the "Fossil vs Git" argument. ... (check-in: ba1fa73b87 user: wyoung tags: bsd-vs-gpl)
14:53
Applied rewording suggested in https://fossil-scm.org/forum/forumpost/1af94ddea9 ... (check-in: 840f2b3929 user: wyoung tags: bsd-vs-gpl)
14:51
Toned down the "corporate overlord" stuff in the "Fossil vs Git" doc. ... (check-in: 133927979c user: wyoung tags: bsd-vs-gpl)
14:43
Changed "pneumatic ratchet wrench" to "impact wrench" and added a Wikipedia link to make an analogy clearer in the "Fossil vs Git" doc. ... (check-in: 6e3383467c user: wyoung tags: bsd-vs-gpl)
14:15
Clarified the consequences of a CLA on Fossil and on FOSS projects in general in the "Fossil vs Git" doc. ... (check-in: fffa67693d user: wyoung tags: bsd-vs-gpl)
14:08
Add documentation on the "pragma ci-unlock" message in the sync protocol. ... (check-in: 1eefb8dbec user: drh tags: trunk)
13:58
Clarity tweak to the "why CLA + BSD" justification in the "Fossil vs Git" doc. ... (check-in: 633830fe17 user: wyoung tags: bsd-vs-gpl)
13:58
Improved error messages when a commit fails due to a lock conflict: Show the age of the lock in addition to the user. Suggest using the new --override-lock option instead of --allow-fork. Expire locks after any successful check-in from the same check-out. ... (check-in: 3a5caa86db user: drh tags: trunk)
13:57
Better text justifying the use of a CLA in conjunction with the GPL in the "Fossil vs Git" article. ... (check-in: 838c9efec8 user: wyoung tags: bsd-vs-gpl)
13:25
Merged in Linux vs SQLite stuff from trunk ... (check-in: f5321731f9 user: wyoung tags: bsd-vs-gpl)
13:24
Clarified the scale of the Linux vs SQLite projects in the same-named section of the Git vs Fossil doc, tightened up the discussion a bit, and added hard SLOC stats to ground it all. Most controversially, added the rattle wrench analogy. ... (check-in: 69e7827d26 user: wyoung tags: trunk)
12:37
Fix a typo in the fossil-v-git.wiki document, as reported on the forum. "fossil all status" should be "fossil all changes". ... (check-in: 9b51c42a8b user: drh tags: trunk)
05:03
Grammar fix to previous ... (check-in: 7cfe191bf1 user: wyoung tags: bsd-vs-gpl)
04:57
Rewrote the "GPL vs. BSD" section in www/fossil-v-git.wiki. See forum post here for justification and discussion: https://fossil-scm.org/forum/forumpost/3239c30fff ... (check-in: 68a7563ec7 user: wyoung tags: bsd-vs-gpl)
04:11
Assorted improvements to www/fossil-v-git.wiki: added hyperlinks, fixed some spelling, capitalization, and grammar problems, clarified "Linux" vs "Linux kernel", clarified the description of the git-worktree feature, moved punctuation inside double quotes (typography), and added a few detail paragraphs. ... (check-in: fd990128dd user: wyoung tags: trunk)
2019-07-11
13:58
Add missing semicolon in the anti-robot defense javascript. ... (check-in: 4519945883 user: drh tags: trunk)
13:10
Minor change to the "aboutdownload" document. ... (check-in: fd8d37e2ab user: drh tags: trunk)
12:19
Make sure the backoffice does not try to reuse file descriptors that it has previously closed. ... (check-in: 458ced3535 user: drh tags: trunk)
2019-07-10
22:19
Add a reference to the idea of a "Conflict-Free Replicated Datatypes" to the sync documentation. ... (check-in: 2b3569d19f user: drh tags: trunk)
18:55
Update the built-in SQLite to the 3.29.0 release. ... (check-in: 8c9eeb0151 user: drh tags: trunk)
16:22
Back out check-in [a52c3e1256288c7d]. Perhaps the "test-move-repository" command should be promoted to a supported and documented command, but I don't think "local-repo" is the correct name, and in any event, the command needs additional work before it is given first-class status. For example, typing "fossil local-repo" without the 3rd term should show the current repository, not give an error. ... (check-in: aa3f554cff user: drh tags: trunk)
03:49
Update custom MinGW makefile. ... (check-in: 1c88ed9bec user: mistachkin tags: trunk)
2019-07-08
19:14
Renamed the test-move-repository command to local-repo, since it's useful for more than just testing, and there's no good alternative in the main command set otherwise. It is especially useful with local-only repos, since that means use of the sync and remote-url commands isn't the correct way to change the location of the local repo. ... (check-in: a52c3e1256 user: wyoung tags: trunk)
17:11
Fix an apparent bug in the "fossil grep" command causing it to miss the first character of each line. ... (check-in: 5421caa21a user: drh tags: trunk)
17:05
Update the built-in SQLite to the first 3.29.0 beta for testing. Enable the -DSQLITE_DQS=0 compile-time option for Fossil, thus preventing SQLite from using double-quoted string literals by default. ... (check-in: 0c0f6db7ba user: drh tags: trunk)
2019-07-06
22:27
Update autosetup to 0.6.9-71785c7e and Jim Tcl to 0.78-27-ga5a84b1. ... (Closed-Leaf check-in: 2211bc2a6b user: mistachkin tags: autosetupAndJimTcl)
21:42
Update Jim Tcl to 0.78. ... (check-in: 907f66bfd8 user: mistachkin tags: autosetupAndJimTcl)
20:29
For the tar / zip web pages, avoid dangling references involving zRid. ... (check-in: dbe16d7bb4 user: mistachkin tags: trunk)
2019-07-02
07:31
When activating one of the new "in reply to" links, tag the newly-focused post with CSS class forumSelReplyTo so that it can be visually marked. Added default forumSelReplyTo CSS class which uses the same border as forumTime but with a dotted style. EDIT: do not merge with trunk - there are problems to solve (if feasible) regarding linking to edited posts, as their IDs are of course different, as well as linking responses made to deleted posts. ... (Closed-Leaf check-in: 1bf7985d10 user: stephan tags: forum-reply-links)
06:37
Replaced the forum post DIV ids forum{RID} with post-{short-UUID}, which allowed removal of the new A NAME tag and enables permalinks (RIDs are volatile). Added forumPost class to all post DIVs, to hopefully simplify some upcoming JS code. ... (check-in: 69364ba515 user: stephan tags: forum-reply-links)
05:53
Switched Immediately-Invoked Function Expression parentheses from Crockford-style to the more conventional/portable style. See https://stackoverflow.com/questions/9053842/ for details. ... (check-in: 5d9d62d818 user: stephan tags: trunk)
04:45
Per request in forumpost/9fd5135acc, added intra-document links to each response which link back to the being-replied-to post within the same page (using an #anchor-tag), without reloading from the server. ... (check-in: 78721d4aa0 user: stephan tags: forum-reply-links)
2019-07-01
13:38
Improvements to the help-text for /brlist. ... (check-in: 611fe9b078 user: drh tags: trunk)
13:19
Add a new test-case in the graph test for the /leaves page. ... (check-in: 3bc1a0e80e user: drh tags: trunk)
09:30
Improved layout of graphs with the TIMELINE_DISJOINT property, such as the list of leaves. ... (check-in: 4fc08f94fc user: drh tags: trunk)
2019-06-30
11:36
Rename the --save-password option on "fossil clone" to --save-http-password, since it only works for HTTP. ... (check-in: 22517bab6c user: drh tags: trunk)
04:27
Update the change log and the sync protocol documentation for the new check-in locking mechanism that tries to prevent race-condition forks. ... (check-in: 2d7a8a832f user: drh tags: trunk)
03:38
In the "fossil diff" command, the use of --tclsh implies --tk. ... (check-in: 2655a2d405 user: drh tags: trunk)
2019-06-29
10:21
Add the --tclsh command to "fossil diff" in order to specify an alternative TCL interpreter. ... (check-in: 9fc945c056 user: drh tags: trunk)
03:17
Steps to prevent accidental forks during a commit when two users try to commit to the same parent at the same time. The first user to do the autosync pull takes a lock which causes the second user to get a "would fork" error, unless the --allow-fork or --force options are used. ... (check-in: 03cc332938 user: drh tags: trunk)
03:14
Add the --save-password option to "fossil clone". Put the command-line options for "fossil clone" in alphabetical order. ... (check-in: 421e6bb333 user: drh tags: trunk)
03:13
For "fossil clone help", put options in alphabetical order. ... (Closed-Leaf check-in: d5c6f4784e user: drh tags: save-http-url-password)
03:11
Change the name of the option to just --save-password. ... (check-in: 76e158ad57 user: drh tags: save-http-url-password)
03:08
Enhance the "fossil tag ls" command to allow filtering by tag type. ... (check-in: 971a1a99dd user: drh tags: trunk)
2019-06-28
07:23
Added the --save-http-url-password option to the clone command to make it skip the "remember password (Y/n)?" prompt if the password was given in an HTTP URL. We avoid this for ssh:// URLs since you have pre-shared keys, SSH agents, and such to avoid the need in that case. Without this feature, you can't script around it by piping "echo y" through the command because the "remember password" feature as of trunk only works when isatty(0), which will be false when Fossil is downstream from a pipe like that. ... (check-in: 2600b7719f user: wyoung tags: save-http-url-password)
2019-06-27
23:37
Small fixes to branching.wiki ... (check-in: cdd5e576dd user: wyoung tags: trunk)
23:12
Assorted improvements to the new material in www/branching.wiki, mainly in the way of clarifications and moderation of tone. ... (check-in: 862b77b69a user: wyoung tags: trunk)
14:39
Upgrade to openssl 1.1.1c. Use single-argument "expr" in auto.def. Update custom mingw makefile. ... (check-in: 5050132815 user: jan.nijtmans tags: trunk)
03:54
Because the sync status updates all occur on the same line make this client warning show up on its own line so the output doesn't get cluttered. ... (Closed-Leaf check-in: 82d69e7fae user: andybradford tags: no-race-commit)
2019-06-22
16:57
Enhance the "fossil tag ls" command to allow filtering by tag type. ... (Closed-Leaf check-in: 2d3025adee user: andybradford tags: taglist-tagtype)
14:54
When doing a commit with autosync enabled, the first autosync now takes a temporary (24-hour) lock on the baseline commit in order to prevent any other connected user from simultaneously committing and creating an accidental fork. ... (check-in: 222fc68119 user: drh tags: no-race-commit)
03:46
More clarifications in the "How Can Forks Divide Development Effort?" section of branching.wiki, primarily in explaining how each user in the example arrives at the view shown in the swim lane diagram. There were multiple implicit possilibities before, and some were misinterpreting it. ... (check-in: 70a7db80f5 user: wyoung tags: trunk)
2019-06-21
13:19
Gave Users A thru E human names, and humanized their story a bit in the branching.wiki article. ... (check-in: 2ac5bc3c30 user: wyoung tags: trunk)
12:58
Moved check-ins 3 and later right in the Figure 6 swim lane diagram within branching.wiki so that there is only one event at each time step. As previously drawn, it implied that check-ins 2 and 3 occurred at the same time, but that's neither true nor necessary to our point here. Also evened up the lane widths. ... (check-in: 856c95654b user: wyoung tags: trunk)
12:41
Fixed an alignment problem in Figure 6 of branching.wiki, and clarified the "back online" step in User C's lane. ... (check-in: 8c44fd2baa user: wyoung tags: trunk)
12:26
Typo fix ... (check-in: eed1ff610b user: wyoung tags: trunk)
12:20
Better internal links in www/branching.wiki to the new "How Can Forks Divide Development Effort?" section. Also added a Wikipedia link for "DVCS". ... (check-in: ed44752990 user: wyoung tags: trunk)
12:09
Clarified User C's view of the bad-fork situation in branching.wiki. ... (check-in: 8a794a5dab user: wyoung tags: trunk)
12:04
More clarity improvements and typo fix in branching.wiki ... (check-in: c16f7cb67c user: wyoung tags: trunk)
12:01
Typo fix ... (check-in: d696febb04 user: wyoung tags: trunk)
11:57
Small tweaks to previous ... (check-in: 6c2cf0571a user: wyoung tags: trunk)
11:50
Clarified the "it doesn't matter how or why" in the previous check-in. ... (check-in: 9aec171853 user: wyoung tags: trunk)
11:45
Added "How Can Forks Divide Development Effort?" section to www/branching.wiki. ... (check-in: efb104bbb1 user: wyoung tags: trunk)
2019-06-20
17:02
Replaced a mailing list reference with a forum link (reported by a forum user). ... (check-in: 8ddeb17d86 user: stephan tags: trunk)
16:46
Put --allow-fork back into the fossil ci "would fork" message. Everyone's unhappy now. :) ... (check-in: acb5324c79 user: wyoung tags: trunk)
16:40
Removed "The Author's Voice" from www/branching.wiki due to multiple complaints. ... (check-in: 1926d1d5b3 user: wyoung tags: trunk)
13:32
Added new section, "The Authors' Voice" to www/branching.wiki. Other assorted improvements as well. ... (check-in: 2da109981a user: wyoung tags: trunk)
11:30
Markdownism fix in a Wiki-formatted doc ... (check-in: cbca374c37 user: wyoung tags: trunk)
11:10
Added the section "Fixing Forks" to www/branching.wiki, and added an explanatory paragraph about the intentionality of forking. ... (check-in: 2686bad19a user: wyoung tags: trunk)
2019-06-19
18:45
Added a new section, "Branch Names Need Not Be Unique" to www/branching.wiki. ... (check-in: 42bfe9362a user: wyoung tags: trunk)
18:24
Added a link to https://fossil-scm.org/fossil/doc/trunk/www/branching.wiki#branching from the recent changes to the fossil ci "would fork" error message. *Hopefully* this will end the debate. ... (check-in: b761a72922 user: wyoung tags: trunk)
18:09
Several expansions on the new points in www/branching.wiki ... (check-in: bf048cd576 user: wyoung tags: trunk)
18:01
Typo fix ... (check-in: 184cf2087a user: wyoung tags: trunk)
17:59
Fixed a command in the previoius checkin ... (check-in: d5e1e113ef user: wyoung tags: trunk)
17:58
More expansion on the discussion of creating branches in Fossil, especially in the second-form commands, which were incomplete in the prior version. ... (check-in: 7391166893 user: wyoung tags: trunk)
17:41
Added the key distinction ("A branch is a named, intentional fork") to www/branching.wiki and added info on actually creating branches. ... (check-in: 1e0cf46762 user: wyoung tags: trunk)
17:33
Added a generaliation of the prior edit to www/branching.wiki ... (check-in: 3cc437a50f user: wyoung tags: trunk)
17:13
Expanded on the discussion of forking vs branching in www/branching.wiki. ... (check-in: b882c62386 user: wyoung tags: trunk)
16:58
Removed other Figures' graphs from www/branch0*.graphml left from the breaking up of www/branching.graphml. ... (check-in: e3c55977e2 user: wyoung tags: trunk)
16:57
Removed www/branching.graphml: that was accidentally checked in. (The diagrams started out in a single yEd document, but I later decided to make them separate documents, and forgot to remove this from the local filesystem before saying "fossil add www/bra*".) ... (check-in: 85da145ecb user: wyoung tags: trunk)
16:56
Fixed numbering of node 6 in the new SVG/yEd branching diagrams. ... (check-in: 5011b20264 user: wyoung tags: trunk)
16:22
Replaced the GIFs in www/branching.wiki with yEd diagrams and SVGs exported from them. This allows scalability on various screen sizes, avoids crunchy pixelated edges, allows editing, and saves space on the wire. ... (check-in: 00aded1601 user: wyoung tags: trunk)
2019-06-18
01:48
Partial walk-back of [66d55e9b43]: instead of simply removing the recommendation to pass --allow-fork to fossil checkin to solve the "would fork" problem, recommend instead that the user create a new branch with --branch. That advice causes Fossil to create a named branch rather than a nameless branch -- well, *duplicate-named*, anyway -- which is easier to cope with and doesn't make all the other Fossil instances in an organization start griping about unresolved forks. Only the user who created the named fork is bothered with creating and resolving the fork in this mode of operation. ... (check-in: 8dcf4ffce1 user: wyoung tags: trunk)
2019-06-17
07:09
The touch command no longer treats missing files as a fatal error, instead emitting a warning message. ... (check-in: 56530e9b6d user: stephan tags: trunk)
2019-06-16
20:16
Polishing pass on www/collisions.ipynb: improved docs, simplified the "sd" parameter as "spread", removed an empty cell, and renumbered the cells. ... (check-in: 847423edfa user: wyoung tags: trunk)
19:22
Removed the "or --allow-fork" advice output from "fossil checkin" when forcing the checkin would fork the branch. It's good for Fossil to have this option, especially for automated tooling that needs to just bull forward blindly, but it's bad advice to give to interactive users. Let them discover it via --help, if they learn of it at all. ... (check-in: 66d55e9b43 user: wyoung tags: trunk)
19:03
Expanded on the rules for literal/verbatim/fenced text in the /md_rules document. ... (check-in: 1b2d6c30ba user: wyoung tags: trunk)
17:58
Adding a simulation (www/collisions.ipynb) for checkin collisions over a working day, given parameters like number of checkins per day. This is in support of discussion on the forum centering on this post: https://fossil-scm.org/forum/forumpost/7349f4b6e1 ... (check-in: 950e54ef35 user: wyoung tags: trunk)
2019-06-14
19:16
Per forum discussion: when the calculated timestamp of a to-be-touched file is 0, emit a warning and do not set the timestamp. As-yet-uncommitted merges can cause mtime_of_manifest_file() to calculate a time of zero: https://fossil-scm.org/forum/forumpost/6e49ee3725 ... (check-in: 29f450a532 user: stephan tags: trunk)
00:24
Error message typo fix. ... (check-in: 5b6be64760 user: stephan tags: trunk)
2019-06-13
21:49
It turns out that fossil globally consumes the --quiet flag: touch now accounts for that. ... (check-in: 519af48c8c user: stephan tags: trunk)
21:28
Minor reformatting, doc updates, and corrected duplicate display of touched file count in dry-run mode. ... (check-in: adbbeac151 user: stephan tags: trunk)
20:20
Reworded misleading statements in the "touch" help. ... (check-in: ad275f975c user: stephan tags: trunk)
20:12
Reworked the "touch" command to be able to handle non-glob filenames. ... (check-in: 1b49ab3c6c user: stephan tags: trunk)
14:10
Update the built-in SQLite to the latest 3.29.0 alpha that includes compiler warning fixes. ... (check-in: 7b7f5df891 user: drh tags: trunk)
10:32
Add an entry about the new "touch" command and "--setmtime" option to the change log for version 2.9. ... (check-in: 93a6893d45 user: drh tags: trunk)
10:15
Per forum discussion, the "touch" command now defaults to --now (the current timestamp) unless --checkin is used, which applies the timestamp of the most recent checkin in which each file was modified. ... (check-in: c3b48561ab user: stephan tags: trunk)
09:00
Update the copyTextToClipboard() javascript routine to work better cross-platform. ... (check-in: 0904aa8b10 user: drh tags: trunk)
08:58
Add the --setmtime option to the "checkout" and "open" commands. Add a new "touch" command that does nothing but run --setmtime on all named files. ... (check-in: a7e86f5b18 user: drh tags: trunk)
08:20
Help text improvements. ... (Closed-Leaf check-in: c5521b6429 user: stephan tags: touch-command)
08:13
Help text typo. ... (check-in: 85e3340b37 user: stephan tags: touch-command)
08:04
Added new 'touch' command to set the mtime of files to their SCM-side values. ... (check-in: 4d9ec3e33c user: stephan tags: touch-command)
07:49
Update the copyTextToClipboard() Javascript function to suppress scrolling, and remove the temporary textarea in case of an error (i.e. blocked clipboard access), as suggested here: [https://fossil-scm.org/forum/forumpost/40189d7d2f]. ... (Closed-Leaf check-in: ba3e6fe738 user: florian tags: copybtn.js-tweaks)
06:18
Added a -setmtime flag to the checkout and open commands which works identically to that flag for the update command. The open command should arguably do this by default. ... (Closed-Leaf check-in: e59d8d99b8 user: stephan tags: setmtime-checkout-open)
06:15
Documented the --setmtime flag to the update command. ... (check-in: 34fcaf829a user: stephan tags: trunk)
2019-06-12
12:11
Avoid attaching a database file that already exists. ... (check-in: 052c5f24a9 user: drh tags: trunk)
09:41
Improvements to tooltip handling. ... (check-in: 3a8abf492a user: drh tags: trunk)
2019-06-11
06:59
Fix the test whether the currently hovered element is the owner of the tooltip. ... (Closed-Leaf check-in: 49bee969ee user: florian tags: tooltip-tweaks)
2019-06-10
16:08
Fix a minor coding typo from [2196555351] (property name). ... (check-in: af2ca38890 user: florian tags: tooltip-tweaks)
16:02
This check-in started as a follow-up to [55f56e91ba] to make the tooltip less hasty, and prevent it from being instantly reshown (and slightly moved) when the mouse pointer goes back from the tooltip to the owning node. The final result is a combined and simplified "mousemove" handler for both nodes and rails, with consistent tooltip lifetime: the tooltip is only closed if the mouse pointer is at a fixed point over another element for the (full) duration of the dwell timeout, or away from the owning element (and the tooltip) for the (full) duration of the close timeout. This check-in also improves positioning of the tooltip for longer dwell timeouts. ... (check-in: 1fc6163828 user: florian tags: tooltip-tweaks)
04:48
Disable the mouse-motion anti-robot requirement for devices that self-identify as a tablet or mobile device, and hence might never send mouse-motion events. ... (Closed-Leaf check-in: 60d25189d2 user: drh tags: tablet-antirobot-fix)
01:53
Simplifications to the copybtn.js script. ... (check-in: 5f0479d097 user: drh tags: trunk)
01:37
Longer default hash length for the copy button on ticket view pages. ... (check-in: e055942cf2 user: drh tags: trunk)
01:32
Copy button comes before the hyperlink in tooltips. ... (check-in: 9a5169f585 user: drh tags: trunk)
2019-06-08
18:29
Improved handling of timewarps in the graph layout. ... (check-in: 628fc32dd3 user: drh tags: trunk)
16:11
Fix to the graph layout for complex time-warp cases. Add tooltips to timewarp arrows. ... (check-in: 5399c5dacb user: drh tags: trunk)
14:48
Improvements to tooltip behavior in an effort to make it easier to move the mouse over to the "copy button" or to the hyperlink without the tooltip changing out from under the user. ... (check-in: 55f56e91ba user: drh tags: trunk)
14:19
Minor name refactoring and comment enhancements in graph.js. No logic changes. Improvements to the javascript compressor. Apply compression to "*/js.txt" files in addition to "*.js" files. ... (check-in: 786d6167fa user: drh tags: trunk)
10:29
Fix a minor fault in the graph drawing javascript. ... (check-in: 3a15daaa3f user: drh tags: trunk)
2019-06-07
13:15
Minor improvements to the copy-button logic. ... (check-in: 759fbda4e8 user: drh tags: trunk)
13:10
Minor name changes to new routines. ... (Closed-Leaf check-in: ef848025da user: drh tags: copybtn.js-tweaks)
13:01
Add a configuration option to cause timeline timestamps to link to the /info page instead of to the /timeline page. ... (check-in: 647424d463 user: drh tags: trunk)
12:03
Minor tweak to the copybtn.js interface to fall back to the default element ID "copy-IDTARGET". ... (check-in: 16fcd48aa4 user: florian tags: copybtn.js-tweaks)
11:56
Make sure copy buttons stay on the same line as the linked text. ... (check-in: 678018d3ab user: florian tags: copybtn.js-tweaks)
11:47
Output the copy button patterns for HTML pages and TH1 scripts from a centralized function, to make it easier to apply global modifications. ... (check-in: eb960935fc user: florian tags: copybtn.js-tweaks)
2019-06-06
21:13
Another attempt to fix the login redirect processing. ... (check-in: a8ff3c5092 user: drh tags: trunk)
19:30
Attempt to fix the "login_needed()" function so that it correctly encodes the "g=" query parameter. ... (check-in: 8d3d39fb19 user: drh tags: trunk)
2019-06-05
20:21
Updates to the change log for version 2.9. ... (check-in: 2a25a8ebd9 user: drh tags: trunk)
20:15
Since the /info page is now reachable by double-clicking on the graph node, change the timestamp to be a link to the general /timeline page around that particular time. ... (check-in: 036c854da3 user: drh tags: trunk)
20:08
Tweaks to the "Copy Button". ... (check-in: 8ee5e55e3c user: drh tags: trunk)
19:45
Update the built-in SQLite to the latest 3.29.0 alpha. ... (check-in: 9c128d2e89 user: drh tags: trunk)
08:26
Make sure there's any graph elements, before accessing their properties (applies to timelines for tickets, wiki pages, or forum posts). ... (Closed-Leaf check-in: 6678870734 user: florian tags: copybtn.js-tweaks)
08:06
Enable closing tooltips by pressing ESC. ... (check-in: fc639a0a02 user: florian tags: copybtn.js-tweaks)
07:58
Also add a copy button for the artifact hash on the /artifact page in hex-dump mode. ... (check-in: 1d23109d8c user: florian tags: copybtn.js-tweaks)
07:47
Define the spacing between copy buttons and adjacent elements by CSS rules, so that (0) no additional white space (nbsp) needs to be inserted into the HTML document, (1) the spacing can be modified by CSS rules, and (2) the copy buttons can be hidden by CSS rules. ... (check-in: 63ebcafb19 user: florian tags: copybtn.js-tweaks)
07:23
Automatically set the element ID for dynamically created copy buttons to "copy-IDTARGET" (analogous to the TH1 copybtn function). ... (check-in: 42972005c4 user: florian tags: copybtn.js-tweaks)
07:17
More consistent naming scheme for IDs of copy buttons and their target elements. ... (check-in: b19a982608 user: florian tags: copybtn.js-tweaks)
2019-06-03
13:30
Merge all the recent tool-tip experiments into trunk. ... (check-in: 6908832cf4 user: drh tags: trunk)
09:10
Cherry-pick [787650c36a]: Minimize impact of the SVG icon on line height. ... (Closed-Leaf check-in: 0a9f12ce66 user: florian tags: copybtn.js-demonstration)
09:08
Remove unnecessary white space between the copy button and the branch name. ... (check-in: b5bbad23b4 user: florian tags: copybtn.js-demonstration)
08:51
Cherry-pick [2196555351]: Use the longer hash prefix for the click-to-copy. ... (Closed-Leaf check-in: 21f38e85b3 user: florian tags: tooltip-copyhash)
08:48
Minimize impact of the SVG icon on line height. ... (check-in: 787650c36a user: florian tags: tooltip-copyhash)
2019-06-02
12:36
Cherry-pick [6a54cf2939]: Trim leading and trailing white space from the text to be copied to clipboard (do this in Javascript, so no need to care about the extra white space when generating HTML elements). ... (check-in: 698245db8d user: florian tags: copybtn.js-demonstration)
12:32
Trim leading and trailing white space from the text to be copied to clipboard (do this in Javascript, so no need to care about the extra white space when generating HTML elements). ... (check-in: 6a54cf2939 user: florian tags: tooltip-copyhash)
12:03
Add a copy button for the artifact hash on the /artifact page. ... (check-in: 3aab0bfdc0 user: florian tags: copybtn.js-demonstration)
11:49
Add a copy button near the branch name on the /info page, to have a way to copy the branch name without opening a tooltip. ... (check-in: b538d5eb79 user: florian tags: copybtn.js-demonstration)
11:31
Add a TH1 command to output text with a copy button, and modify the default View Ticket Page template to include a copy button for the ticket hash (UUID). ... (check-in: 68405c3f5b user: florian tags: copybtn.js-demonstration)
2019-06-01
07:12
Avoid line breaks between the copy button and the hash on the /info page. ... (check-in: 8c7e26208b user: florian tags: copybtn.js-demonstration)
07:07
Also use the now global hash_digits() function in src/info.c, and set the copy length limit to FOSSIL_HASH_DIGITS_URL for consistency with the copy buttons on the tooltips. ... (check-in: 710229e713 user: florian tags: copybtn.js-demonstration)
00:52
Use the longer hash prefix for the click-to-copy. ... (check-in: 2196555351 user: drh tags: copybtn.js-demonstration)
2019-05-31
16:36
Demonstration of the copybtn.js module beyond tooltips: add a copy button near the full-length hash of check-ins on the /info page, to copy only the hash prefix when clicked. ... (check-in: 46f91da1a8 user: florian tags: copybtn.js-demonstration)
15:34
Auto-init HTML-defined buttons during the "DOMContentLoaded" event, so no more Javascript code required, apart from loading the copybtn.js module. ... (check-in: 148b01359c user: florian tags: tooltip-copyhash)
15:01
Revamp the comments, and refactor the code in preparation for an auto-init functionality for HTML-defined buttons. ... (check-in: 7fddf96cd6 user: florian tags: tooltip-copyhash)
14:44
Check that the value of the "data-copylength" attribute is a positive number prior to chopping the text. ... (check-in: b9823751c9 user: florian tags: tooltip-copyhash)
2019-05-30
11:33
Add the "data-copylength" attribute to control the length of the copied text. (Rationale: Allow copying just the shortened hash prefixes from elements displaying the full-length hashes, because the short forms are preferred when building command-lines or URLs, and because the full-length hashes are already much easier to copy.) ... (check-in: 2e17a063a2 user: florian tags: tooltip-copyhash)
11:04
Revert the manual edits to the makefiles from [f6fcbf292b], and only keep the changes made by the src/makemake.tcl script. ... (check-in: 2002a50893 user: florian tags: tooltip-copyhash)
2019-05-29
14:14
Apply the "hash-digits" setting to limit the length of hash prefixes displayed on tooltips. ... (check-in: 90e4f5ae9f user: florian tags: tooltip-copyhash)
14:02
Move the "Copy Button" functionality to a separate Javascript module, to be loaded and used independently from the timeline graph module. ... (check-in: f6fcbf292b user: florian tags: tooltip-copyhash)
13:27
Activate the load limiter for the /vdiff page. ... (check-in: 76f4e009f9 user: drh tags: trunk)
12:55
More consistent naming of variables in the newly added Javascript part. ... (check-in: c887a1bb00 user: florian tags: tooltip-copyhash)
12:47
Give a visual feedback when the copy icon is clicked. ... (check-in: 3783706f67 user: florian tags: tooltip-copyhash)
12:39
Introduce the "copy-button" CSS class with the SVG icon as the background image, to simplify the Javascript part. ... (check-in: b0795ff620 user: florian tags: tooltip-copyhash)
00:57
In the "fossil login-group" command, make sure to leave one group before joining another. ... (check-in: 535714e35c user: drh tags: trunk)
2019-05-28
20:53
Make the new "login-group" command a secondary command in the help system so that one needs to include the "--all" option to see it. ... (check-in: fcec3edb03 user: drh tags: trunk)
20:51
Add the login-group command for managing login groups from the command-line. ... (check-in: c3ba504d5c user: drh tags: trunk)
18:43
Pedantic cleanup to how to the SQL compress()/decompress() UDFs report an OOM, which can happen via zlib, outside of fossil's fail-fast allocator. ... (check-in: 20abe25963 user: stephan tags: trunk)
12:32
Cherry-pick [ac199e7a8a]: Explicitly query the client mouse coordinates, to fix the positioning of tooltips for nodes in IE. ... (check-in: 3b5e74c4ca user: florian tags: tooltip-copyhash)
12:16
Explicitly query the client mouse coordinates, to fix the positioning of tooltips for nodes in IE. ... (Closed-Leaf check-in: ac199e7a8a user: florian tags: tooltip-experiments)
08:35
Tune the SVG image data URI for IE: remove the (invalid) encoding tag, and URL-encode the smaller than and greater than signs. ... (check-in: c033389140 user: florian tags: tooltip-copyhash)
08:11
Move the code to setup the "Copy Hash" icon to a separate function, and link the icon to the target element through a "data-copytarget" attribute, so that "Copy Hash" icons could be added in other places than just tooltips. ... (check-in: 54f0ae7813 user: florian tags: tooltip-copyhash)
2019-05-27
11:17
Fix a memory leak in the delta_parse() table-valued function, pointed out by Ralf Junkers. ... (check-in: 9002a80ad6 user: drh tags: trunk)
09:19
Add a "Copy Hash" icon to the tooltip, to copy the hash or branch name of the underlying element to the clipboard. See the wiki page linked to this branch for more information. ... (check-in: 371943c936 user: florian tags: tooltip-copyhash)
06:58
Ensure the close timer is started for tooltips belonging to nodes instead of rails, and prevent an out-of-bounds array access for double-clicks outside of rails. ... (check-in: d57c1a797c user: florian tags: tooltip-experiments)
2019-05-23
19:29
Since libressl abuses OPENSSL_VERSION_NUMBER, don't let fossil being confused by that. ... (Closed-Leaf check-in: 06cb09dde7 user: jan.nijtmans tags: branch-2.8)
17:18
Hide the tooltip when leaving the page. ... (check-in: 356c0d017e user: drh tags: tooltip-experiments)
17:08
Merge enhancements from trunk. ... (check-in: cf07e5827a user: drh tags: tooltip-experiments)
17:07
Update the built-in SQLite to the latest 3.29.0 alpha. ... (check-in: 4f040a180a user: drh tags: trunk)
14:45
Fix the tooltip positioning on the ardoise skin. ... (check-in: 0a7ddaba6b user: drh tags: tooltip-experiments)
06:44
Since libressl abuses OPENSSL_VERSION_NUMBER, don't let fossil being confused by that. ... (check-in: 5c40d6b0d4 user: jan.nijtmans tags: trunk)
02:29
Default dwell and close times for tooltips changes to 100 and 250 milliseconds. ... (check-in: 42c57c971b user: drh tags: tooltip-experiments)
02:25
Avoid changing "r=TAG" into "t=TAG" and "rel" in the URL of a /timeline. ... (check-in: c3b223b71d user: drh tags: tooltip-experiments)
01:55
Add a box-shadow to the default CSS for tooltips. ... (check-in: 22082e3ff2 user: drh tags: tooltip-experiments)
2019-05-22
23:24
Add a non-linked "type" name in front of all tooltips. Style the foreground color and border color based on the default font color. ... (check-in: 2bfa69a301 user: drh tags: tooltip-experiments)
18:09
Show tooltips in the color scheme of the object that the tooltip refers to. ... (check-in: cf1f42435a user: drh tags: tooltip-experiments)
16:47
CSS changes to the look of the tooltip. ... (check-in: b5cfa435f8 user: drh tags: tooltip-experiments)
15:42
The tooltip over a graph node shows a link to the check-in or artifact that the node represents, not a link to the branch. ... (check-in: fa811f95c4 user: drh tags: tooltip-experiments)
14:34
Additional simplification of the tooltip javascript. ... (check-in: c0f8f57835 user: drh tags: tooltip-experiments)
11:37
Simplifications to the javascript for tooltip handling. ... (check-in: 2189edcd57 user: drh tags: tooltip-experiments)
2019-05-21
19:07
Merge graph layout enhancements from trunk. ... (check-in: 980adfa6bd user: drh tags: tooltip-experiments)
19:04
Improved computation of the rail mapper for timelines on a branch. If the branch is across two or more rails, then all rails of that branch are moved to the left as far as practical. ... (check-in: d19df6161f user: drh tags: trunk)
18:35
Improved layout for merge arrows. ... (check-in: e008e051cd user: drh tags: trunk)
17:59
For timelines with the r= query parameter for a particular branch, try to draw that branch on the far left. ... (check-in: 51510bfcea user: drh tags: trunk)
09:40
Fix a bug introduced with [e0198213f3]: using "style.visibility" is essential to calculate the dimensions in the hidden state. ... (check-in: 3850b32cea user: florian tags: tooltip-experiments)
09:12
Also add a configuration option to set the closeTimeout for tooltips. ... (check-in: e45429d7f4 user: florian tags: tooltip-experiments)
08:27
Resolve the fork. ... (check-in: fde231b274 user: florian tags: tooltip-experiments)
08:20
Deduplicate more code. ... (check-in: 7fbad143e6 user: florian tags: tooltip-experiments)
07:26
Deduplicate code, and consistently use "style.display" instead of "style.visibility" to show and hide the tooltip. ... (check-in: e0198213f3 user: florian tags: tooltip-experiments)
07:09
Auto-close the tooltip after a timeout, if the mouse pointer is no longer over the associated element. The auto-close timeout is elapsed (and the tooltip closed instantly) if the mouse pointer is over another element, paused (and reset) as long as the mouse pointer is over the tooltip, and cancelled (and the tooltip kept open) if the mouse pointer is moved back over the same element. ... (check-in: 3d5903ce0c user: florian tags: tooltip-experiments)
02:15
Add a configuration option under the Admin/Timeline setup menu to set the dwellTimeout for tooltips. ... (check-in: 5fc142df07 user: drh tags: tooltip-experiments)
2019-05-20
23:19
Merge in the most recent enhancements from trunk, and the new experimental feature that puts the select branch first in the timeline. ... (check-in: 274e95f547 user: drh tags: tooltip-experiments)
22:47
For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. ... (Closed-Leaf check-in: b39d8d69dd user: drh tags: selected-branch-on-left)
22:05
Fix to the graph layout algorithm so that forks try to stay to the same rail, as they did in prior releases. ... (check-in: 7193681a84 user: drh tags: trunk)
20:33
Add a new test case to the graph-test-1.wiki file that verifies that when a fork occurs, the longest chain of check-ins occurs directly above the fork. That test case is currently failing and needs to be fixed. ... (check-in: cfadf71f9c user: drh tags: trunk)
12:43
Better solution than [344a3331d34d896], which doesn't involve runtime-detection. Works with both Openssl 1.0.2 and 1.1.x. ... (check-in: f23d509b48 user: jan.nijtmans tags: trunk)
09:45
Fix coding typos from the previous commit. ... (check-in: b4f1eb9043 user: florian tags: tooltip-experiments)
08:32
Experimental change to have the tooltip appear automatically after a "dwell timeout", in addition to mouse clicks. See the wiki page linked to this branch for more information. ... (check-in: bba5337010 user: florian tags: tooltip-experiments)
08:21
Classic styling for the tooltip (grey shadow, also works with dark backgrounds) and the hyperlink (blue and underlined, to indicate it can be clicked). ... (check-in: cdb85ba9c9 user: florian tags: tooltip-experiments)
08:19
Hide the tooltip if the mouse is outside the current timeline table, and outside the tooltip itself. ... (check-in: bd803b0626 user: florian tags: tooltip-experiments)
08:14
Make the "click to show tooltip" action more "discoverable" with a changing mouse cursor, similar to the timeline nodes. This example uses the "pointer" cursor, but the "help" cursor may also be an option. ... (check-in: 8b8eaad864 user: florian tags: tooltip-experiments)
2019-05-18
21:08
Merge the windows build fix from trunk into the tooltips branch. ... (Closed-Leaf check-in: b406b41453 user: drh tags: tooltips)
21:05
Back out check-in [344a3331d34d896] because it does not work with openssl-1.0.1. ... (check-in: f08b93daa5 user: drh tags: trunk)
20:55
Merge the windows build fix from trunk. ... (Closed-Leaf check-in: d99debe8ee user: drh tags: bad-merge)
20:50
Check-in [344a3331d34d896776] breaks the build when using openssl-1.0.1 so back it out for now. (Added:) The content is correct, but this check-in shows an unexpected merge. I don't know yet if the extra merge is a bug in fossil or a PBKAC. This check-in was originally to trunk but is now moved to a branch. ... (check-in: 8ac66ef33b user: drh tags: bad-merge)
18:57
Improvements to branch linkage from the tooltip. Branch linkage now works even from a file history graph. And the source check-in is always highlighted in the linked timeline. ... (check-in: a27ca27f1d user: drh tags: tooltips)
14:39
Improvements to the default tooltip CSS so that it is readable on skins with dark backgrounds and light text. ... (check-in: d6b83f54dd user: drh tags: tooltips)
14:00
The tooltip pop-up contains a hyperlink to the branch ... (check-in: 19ba7390e2 user: drh tags: tooltips)
02:07
Single-click to get the tooltip. Double-click to hyperlink to the branch graph. Click is approximate and does not require a direct hit on the graph line. ... (check-in: 9dc7454651 user: drh tags: tooltips)
00:19
Fix harmless compiler warning. ... (check-in: 420244cbd3 user: mistachkin tags: trunk)
00:13
Merge all enhancements from trunk. ... (check-in: 1989a13acb user: drh tags: tooltips)
2019-05-17
23:47
Updates to the change log. ... (check-in: 75867c972e user: drh tags: trunk)
23:34
On Windows, avoid using BIO_ptr_ctrl with OpenSSL 1.1.1b as it does not appear to work as expected. ... (check-in: 344a3331d3 user: mistachkin tags: trunk)
19:49
Improvements to the timeline graph layout: (1) Use a dotted vertical line to indicate a gab of one or more check-ins in a branch. (2) Do not necessarily draw branch lines all the way to the top or bottom of the page. Leave space for the rail to be reused by other branches. ... (check-in: d14590dbff user: drh tags: trunk)
19:30
In the graph layout, make sure that the idxTop value is properly relayed across gaps. ... (Closed-Leaf check-in: e0186fdb5e user: drh tags: graph-improvements)
19:07
When attempting to determine the Fossil user information, do not smash the global URL information which may contain an alternate URL used for sync operations (e.g. when using 'fossil sync --once'). This fixes the ability to work offline and synchronize with a USB thumbdrive ala sneaker-net. ... (check-in: b9e36291f7 user: mistachkin tags: trunk)
18:55
Minor coding style change. ... (Closed-Leaf check-in: e5ac794f28 user: mistachkin tags: offline-sync)
18:54
Merge updates from trunk. ... (check-in: be8b227b24 user: mistachkin tags: offline-sync)
17:48
Add tooltips to more elements. Click to jump to the branch displayed by the tooltip - except clicking no a node toggles the node selection on and off as it always has. ... (check-in: 804dbe0d5b user: drh tags: tooltips)
17:20
Squelch an "unused variable" compiler warning in printf.c. ... (check-in: ff9dbf3698 user: stephan tags: trunk)
17:08
Change redirect handling so that (1) status codes 307 and 308 are recognized as redirects in addition to 301 and 302 and (2) the remote URL is only changed if it encounters a permanent redirect (301 or 308). ... (check-in: f2ca44916c user: drh tags: trunk)
16:45
Proof-of-concept for how to pop up a tooltip when mousing over one of the branch arrows in a timeline graph. ... (check-in: 8e922935fe user: drh tags: tooltips)
14:47
Fix the redundant "udc" query parameter in the timeline. ... (check-in: 0f9b648f2b user: drh tags: trunk)
14:04
Fix a warning (a real one) on win32: Win32 printf doesn't know about "%lld". ... (check-in: f6524ae5cc user: jan.nijtmans tags: trunk)
14:04
(cherry-pick): Fix the openssl-1.1.1b build procedures. ... (check-in: e5616cdac8 user: jan.nijtmans tags: branch-2.8)
13:54
Merge the %j string formatter enhancement from trunk. ... (check-in: 78d812e24d user: drh tags: graph-improvements)
13:53
Add the %j formatting directive to the customized printf() inside of Fossil. The %j format generates a string with appropriate backslash escapes so that the string can be part of a Javascript string literal. ... (check-in: 5e9c1d5e04 user: drh tags: trunk)
12:05
Merge changes from trunk. ... (check-in: 49f8f9e1fb user: drh tags: graph-improvements)
12:04
Fix the openssl-1.1.1b build procedures. ... (check-in: 003281772c user: drh tags: trunk)
11:52
Automatically disapprove pending moderation requests when deleting a user. This makes it easier to deal with spam-robots. ... (check-in: 0211e8c45c user: drh tags: trunk)
09:41
Added missing nonce to script tags in the bootstrap skin, one of which caused the submenus to not be properly displayed. ... (check-in: 6b47b08e87 user: stephan tags: trunk)
08:17
Fix for building with OpenSSL 1.1.1b using MinGW. ... (Closed-Leaf check-in: d2b44d9e81 user: mistachkin tags: mingwFix)
07:27
When deleting a user via /setup_uedit, also disapprove any pending-moderation entries for users which are no longer in the user table. This is programmatically simpler than only removing entries for the removed user but (potential corner case) would also disapprove pending modreq entries if a user account is renamed while moderation of their content is pending. ... (Closed-Leaf check-in: b14cf3bc68 user: stephan tags: moderate-disapprove-on-user-delete)
06:48
Create new branch named "moderate-disapprove-on-user-delete" (ooops - all these years and i never realized that "branch new" automatically creates a new empty commit!) ... (check-in: a0595089e5 user: stephan tags: moderate-disapprove-on-user-delete)
05:58
/setup_uedit now records deletion of a user in the administrative log. ... (check-in: 25eae5150c user: stephan tags: trunk)
01:42
Adjust the graph display flags for various query parameters to /timeline. ... (check-in: 1695ddbdc1 user: drh tags: graph-improvements)
2019-05-16
22:55
Fix a single-character error in the graph JS for the previous check-in. ... (check-in: 377844c16c user: drh tags: graph-improvements)
22:53
Improved merge risers for nodes with risers pointing to the top of screen. ... (check-in: aa854c87ae user: drh tags: graph-improvements)
22:35
Fix the elipsis at the bottom of decenders so that they are the same color as the rest of the line. ... (check-in: 34fd632e16 user: drh tags: graph-improvements)
22:14
Connect the horizontal merge arrow all the way over to vertical rises toward the top for nodes with u==0. ... (check-in: d76bc40569 user: drh tags: graph-improvements)
21:42
Improvements to rail selection in the graph layout. ... (check-in: aa43709aa9 user: drh tags: graph-improvements)
19:00
Do not draw risers and descenders all the way to the top and bottom of the graph if that is not necessary. ... (check-in: 9978f8120d user: drh tags: graph-improvements)
16:19
Attempts at improving timeline graphs to be more intuitive and informational. For this check-in, add the TIMELINE_XMERGE property to disable merge lines to non-graph nodes. Then disable TIMELINE_DISJOINT for branch graphs. ... (check-in: f6d74f1677 user: drh tags: graph-improvements)
14:34
The "fossil all ui" command no longer shows repositories that cannot be opened. ... (check-in: 4c2504dce1 user: drh tags: trunk)
08:49
Update docker build to use fedora 29 (was: 28). changelog update. ... (check-in: d60669c564 user: jan.nijtmans tags: trunk)
08:17
Merge the Makefile changes for OpenSSL-1.1. ... (check-in: c8bd45c1aa user: jan.nijtmans tags: branch-2.8)
2019-05-15
13:37
Merge the Makefile changes for OpenSSL-1.1. ... (check-in: e02ccb70d2 user: drh tags: trunk)
2019-05-14
19:11
Need to keep the TIMELINE_DISJOINT flag on branch timelines. ... (check-in: 5cc74bff9d user: drh tags: trunk)
19:05
Add the TIMELINE_FILLGAPS flags to branch timelines. ... (check-in: bb0faeb889 user: drh tags: trunk)
14:47
Add a new TIMELINE flag to control the dotted vertical lines that indicate omitted nodes. Only enable the dotted verticals where they make sense. ... (check-in: fff033fe6f user: drh tags: trunk)
14:33
The dotted vertical lines in the graph should use the default color, not the foreground color of the node. ... (check-in: 47b080876b user: drh tags: trunk)
13:47
Improvements to the display of the "Context" graph on check-in /info pages. ... (check-in: 01d8bf97e2 user: drh tags: trunk)
13:46
Fix the graph on the /finfo page - apparently broken by check-in [8e2b8b027bc2d62a1]. ... (check-in: aa149371ed user: drh tags: trunk)
11:41
Ensure that the wiki and markdown rule text has been materialized prior to rendering it. ... (check-in: e95c5514fc user: drh tags: trunk)
11:22
Fix the javascript used to activate hyperlinks. ... (check-in: 6b139de03f user: drh tags: trunk)
11:17
Fix the anti-robot logic so that auto-hyperlink-mouseover actually works and so that the "mouseover" setting sent down to javascript is determined only by the setting on the Access page. ... (check-in: 37f23f3764 user: drh tags: trunk)
2019-05-13
21:48
Merge trunk ... (Closed-Leaf check-in: 91a0d5a55f user: jan.nijtmans tags: openssl-1.1)
01:47
Add "Yesterday" and "Tomorrow" submenu links on the /thisdayinhistory page. ... (check-in: d0de24fe86 user: drh tags: trunk)
2019-05-12
23:48
Improved rendering of the graphs on the /thisdayinhistory page. More generally, improved rendering of multiple graphs on the same page that omit the TIMELINE_DISJOINT flag. ... (check-in: 8e2b8b027b user: drh tags: trunk)
2019-05-11
01:42
More documentation updates to highlight recent changes. ... (check-in: bcea5291ce user: drh tags: trunk)
00:17
Updates to the change log, as well as other minor documentation improvements. ... (check-in: 530963e0d1 user: drh tags: trunk)
2019-05-10
18:47
Update the built-in SQLite to the 3.29.0 alpha, for testing of SQLite. ... (check-in: 1bdebbe1eb user: drh tags: trunk)
16:33
Try again to provide better "(more context)" hyperlinks on the /thisdayinhistory page. ... (check-in: 273974a2e6 user: drh tags: trunk)
16:26
Improve the "more context" hyperlink on the /thisdayinhistory page. ... (check-in: 97bc9c3a54 user: drh tags: trunk)
16:19
Add the /thisdayinhistory page. ... (check-in: e7103eeb63 user: drh tags: trunk)
2019-05-02
03:36
tclsh8.7 is out there... ... (check-in: 8b276cf9f1 user: bch tags: trunk)
2019-05-01
14:02
When attempting to determine the Fossil user information, do not smash the global URL information which may contain an alternate URL used for sync operations (e.g. when using "fossil sync --once"). This fixes the ability to work offline and synchronize with a USB thumbdrive ala sneaker-net. ... (check-in: 7063b1a365 user: andybradford tags: offline-sync)
2019-04-26
16:53
Another invocation of the backoffice was found where the option "--nocgi" might be necessary. ... (Closed-Leaf check-in: 5d7c00f7e5 user: tsbg tags: backoffice-win)
16:45
Make sure that the "--nocgi" option gets removed from the command line (hint: short circuit evaluation of the && operator). ... (check-in: 417e2b4149 user: tsbg tags: backoffice-win)
16:39
Merge trunk. ... (check-in: 3a19db886f user: tsbg tags: backoffice-win)
2019-04-25
14:28
Make full use of the new file_tempname() in "fossil diff" with both --from and --to options. Improve file_tempname() to allow for a suggested differentiator tag. ... (check-in: 1dd2527f2a user: drh tags: trunk)
2019-04-24
12:59
Preserve the basis-file suffix when generating temporary file names. ... (check-in: a072be1eaf user: drh tags: trunk)
2019-04-23
13:50
Fix the computation of capabilities in the "Capability Summary" report so that it ignores the special users "nobody", "anonymous", "reader", and "developer". ... (check-in: 63febeb7f4 user: drh tags: trunk)
13:16
Updates to the "fossil git export" documentation. ... (check-in: 1c15ebf8dd user: drh tags: trunk)
12:46
Further improvements to the "fossil git status" command. ... (check-in: 8b18d011a4 user: drh tags: trunk)
01:05
On a "fossil git export", run appropriate "git update-ref" commands to make sure that all refs/heads point to the latest check-ins for the branch, even in cases there the branch has been renamed on the Fossil side by a tag. ... (check-in: ab68afe984 user: drh tags: trunk)
2019-04-22
15:22
New information about the git export shown by "fossil git status". ... (check-in: a0a5be0e97 user: drh tags: trunk)
15:09
Fix a problem in the git-export database schema upgrade logic. ... (check-in: 84949f51c8 user: drh tags: trunk)
14:22
Enhance the "fossil git export" so that it works for repositories that use a single artifact as both an ordinary file and as a check-in manifest. ... (check-in: fdde65e7f1 user: drh tags: trunk)
13:54
Add the "fossil git status" command. ... (check-in: f77ebeeaec user: drh tags: trunk)
2019-04-19
18:55
Enhance the /timeline query parameter parsing so that the ymd=, ym=, and yw= query parameters can optionally omit the date punctuation. ... (check-in: 9bdda2047f user: drh tags: trunk)
2019-04-18
14:06
(cherry-pick): Clean up the detection of BIO_ADDR_hostname_string by removing redundant definitions; apparently autosetup has a feature which automatically creates a define with HAVE_ prepended for whatever function is intended to be detected. ... (check-in: 9ef58dcff2 user: jan.nijtmans tags: branch-2.8)
12:06
On the /artifact page, only show the "Line Numbers" checkbox if the artifact is displayed as text/plain. ... (check-in: 40c40f7fe6 user: drh tags: trunk)
00:00
Only remember a new URL for permanent redirects. ... (Closed-Leaf check-in: b36783e89b user: mistachkin tags: httpRedir)
2019-04-17
22:23
(cherry-pick): Update the built-in SQLite to version 3.28.0. ... (check-in: 96c3562733 user: jan.nijtmans tags: branch-2.8)
19:40
Fix to the new autopush privilege warning logic. ... (check-in: 92406fa445 user: drh tags: trunk)
19:22
Update the built-in SQLite to version 3.28.0. ... (check-in: 14db745dfe user: drh tags: trunk)
19:01
Issue a gentle warning, rather than a scary error message, if the autopush following a commit fails due to insufficient permissions. ... (check-in: 3350be2c07 user: drh tags: trunk)
18:32
If a "fossil sync" gets a 301 or 302 redirect, then change the saved remote URL to the redirected URL. ... (check-in: e0026b6e46 user: drh tags: trunk)
14:50
Applied a fix to fossil-autocomplete.bash posted on the forum, said to avoid adding a space to the end of an autocompleted path: https://fossil-scm.org/forum/forumpost/7ba4a4c495 ... (check-in: 99ad7fc3f6 user: wyoung tags: trunk)
2019-04-11
14:12
Fix private content push bug mentioned on Forum. It's possible that this content has already been recorded as private so ignore unique constraint error. ... (check-in: 82aded4cff user: andybradford tags: trunk)
01:17
Update the built-in SQLite to the first 3.28.0 beta. ... (check-in: cbc21e5290 user: drh tags: trunk)
2019-04-08
15:36
Try to suppress an SQLite scan warning on servers for repositories with a large number of shunned or private artifacts. ... (check-in: 85dd55db66 user: drh tags: trunk)
2019-04-06
19:03
Sync and Clone HTTP requests omit the extra /xfer path element from the end. This should work fine with all versions of Fossil server published since 2010, but might require that the /xfer path element be added manually to the URL for server instances that predate check-in [94bb313444b0165e]. ... (check-in: 19c60b7fc9 user: drh tags: trunk)
2019-04-03
18:33
Update the built-in SQLite to the latest 3.28.0 alpha version. ... (check-in: 41974e0881 user: drh tags: trunk)
2019-04-02
03:26
The abbreviated certbot command didn't work here on my first Let's Encrypt renewal after writing the tls-nginx.md document, so changed that advice to use the full-strength form. ... (check-in: dadd134219 user: wyoung tags: trunk)
2019-04-01
00:43
Clean up the detection of BIO_ADDR_hostname_string by removing redundant definitions; apparently autosetup has a feature which automatically creates a define with HAVE_ prepended for whatever function is intended to be detected. ... (check-in: 3d82794348 user: andybradford tags: trunk)
2019-03-30
15:40
Backout [f517cb7f] because they both come together anyway and this one is a macro. See [https://fossil-scm.org/forum/forumpost/da64c38d6a] for discussion. ... (check-in: 3b23b3289d user: andybradford tags: trunk)
00:46
Support both "1)" and "1." for numbered lists in markdown, as commonmark does. Patch from A. Kupries. ... (check-in: 9d6a0aac42 user: drh tags: trunk)
2019-03-27
19:59
Added Jupyter nbviewer link for www/image-format-vs-repo-size.ipynb, and made a few small edits to the notebook after seeing it in that viewer. ... (check-in: f52d63e37b user: wyoung tags: trunk)
18:45
Several improvements to the image-format-vs-repo-size experiment and the report documenting it: dropped the first 3 columns of data to make the bar chart clearer; drawing the bar chart on a transparent BG in case it's used on a page with a non-white BG, as with a selected Fossil forum post; added axis labels; added a run time calculation to the expensive first step; fixed a few syntax problems that prevent the Python code from compiling on Python 3; documented some problems with running it under Anaconda on macOS; better documented the notebook's dependencies; many clarifications to the experimental report text. ... (check-in: 41e5237acd user: wyoung tags: trunk)
13:22
Expand the dates in the timeline description when using punctuationless dates in the query parameters. ... (check-in: 99abe50b1f user: drh tags: trunk)
13:16
Accept pure numeric ISO8601 date/time strings (without punctuation) if there are not conflicts with other identifiers. ... (check-in: 437f39b87c user: drh tags: trunk)
2019-03-26
01:45
Remove extra output when requirements are found and there is really no need for a warning here either. ... (check-in: 1aab3f3178 user: andybradford tags: trunk)
2019-03-25
18:43
Capture both SSL library requirements before attempting to build the code. ... (check-in: f517cb7f25 user: andybradford tags: trunk)
14:02
Check for the presence of BIO_ADDR_hostname_string before using it. ... (check-in: 0ef9501cfa user: andybradford tags: trunk)
12:13
If the login fails during a clone or sync, fail the command immediately rather than reprompting for a new password, as the sync is going to eventually fail anyhow. ... (check-in: e4ca60cd49 user: drh tags: trunk)
11:31
Use the BIO_ADDR_hostname_string() function from OpenSSL to obtain the IP address of the remote side, if that function is available. ... (check-in: 8a4ad5cb54 user: drh tags: trunk)
06:18
Typo fix, reported in the forum: administator. ... (check-in: 1614c9b5d0 user: stephan tags: trunk)
2019-03-24
18:56
Fixed a few bugs in the Makefile in the www/image-format-vs-repo-size.md doc, and added a caveat about potential further bugs. ... (check-in: 82ad5914f1 user: wyoung tags: trunk)
18:50
Added my two recently-created documents to the permuted doc index ... (check-in: 41579b4c84 user: wyoung tags: trunk)
17:25
Added "Image Format vs Fossil Repo Size" article and supporting files. ... (check-in: 05f95db774 user: wyoung tags: trunk)
2019-03-23
21:47
Fix password change reported on Fossil Forum bug by ending the form tag properly. ... (check-in: 643123d591 user: andybradford tags: trunk)
21:44
Add missing HTML tag for nobr to skin. ... (check-in: 5152d81e4d user: andybradford tags: trunk)
2019-03-22
18:39
Add a new explanatory comment to clarify the operation of the "fossil server" implementation. No code changes. ... (check-in: c546212f10 user: drh tags: trunk)
11:56
Fossil needs SQLite 3.28.0 now, so check for that. ... (check-in: e3258f1b43 user: jan.nijtmans tags: trunk)
2019-03-21
23:51
(cherry-pick): Add the "New Era" or "元号" placeholder to the (regexp) Unicode tables. So fossil is ready for the expected japanese May 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html] ... (check-in: 31aefc3bc6 user: jan.nijtmans tags: branch-2.8)
20:50
Add the "New Era" or "元号" placeholder to the (regexp) Unicode tables. So fossil is ready for the expected japanese May 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html] ... (check-in: 9b679012e0 user: jan.nijtmans tags: trunk)
2019-03-20
12:34
An attempt to get the --autopush option of "fossil git export" to work with ssh. ... (check-in: cd212e8022 user: drh tags: trunk)
2019-03-19
14:09
Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. ... (check-in: 6cc5354821 user: andybradford tags: db-begin-txn-updates)
2019-03-18
19:27
Show what "apt install" commands need to be run on a fresh Ubuntu install in order to build Fossil. ... (check-in: c2cfaa6a72 user: drh tags: trunk)
12:04
Add the /secureraw page that requires the complete HASH before it will deliver an artifact. ... (check-in: 7abfca6752 user: drh tags: trunk)
11:48
Fix a minor typo in a comment used to generate "stash" documentation. ... (check-in: aaa726e191 user: drh tags: trunk)
10:38
Update the built-in SQLite to the latest 3.28.0 alpha version. ... (check-in: 831e1af254 user: drh tags: trunk)
2019-03-17
10:44
Fix for _popen and _pclose with Visual C++ in the new export.c module. ... (check-in: 931da0c3e3 user: wyoung tags: trunk)
07:01
Expanded the "Standalone server" section of www/server.wiki to add more examples. Also fixed a few grammar problems elsewhere in the doc. ... (check-in: f153777f3e user: wyoung tags: trunk)
06:42
Moved the section on stunnel configuration from www/server.wiki to www/ssl.wiki, adding links from one to the other. Also changed all remaining references to "SSL" in server.wiki to "TLS". ... (check-in: 355c16a528 user: wyoung tags: trunk)
06:18
Expanded the discussion of the difference between "fossil ui" and "fossil server" in www/server.wiki. ... (check-in: 67e30333d1 user: wyoung tags: trunk)
06:13
Wiki formatting fix pass on www/server.wiki in preparation for more substantial changes: removed all explicit &lt;p> tags where they don't affect rendering; changed all &lt;a name...>&lt;h2> with &lt;h2 id=...>; added whitespace; moved &lt;blockquote> tags down to their own line since they're key to the page layout. ... (check-in: 3406f0eb2d user: wyoung tags: trunk)
05:05
Added information on 2FA to the new mirroringtogithub.md doc ... (check-in: a2ef43104f user: wyoung tags: trunk)
04:21
Clarity, formatting, and grammar edit pass on the new www/mirrortogithub.md document. ... (check-in: 5cb3e09464 user: wyoung tags: trunk)
03:50
Only showing the file name extension to MIME type map page on the sitemap if the accessing user has an ability to check in named files. I can't see how anyone else would care what that table contains. ... (check-in: 71d66284b4 user: wyoung tags: trunk)
03:47
Removed the Markdown and Wiki help page links from the Help section of the sitemap when the accessing user has no ability to create content in those formats: no wiki, ticket, or forum creation capability, no checkin rights, and no Admin rights. ... (check-in: 7ff6d5b0e9 user: wyoung tags: trunk)
01:42
Add the "fossil git export" command to the 2.9 change log. ... (check-in: 17b517f5ee user: drh tags: trunk)
01:40
Add the "How To Mirror A Fossil Repository On GitHub" document. ... (check-in: 21b57fae40 user: drh tags: trunk)
00:14
Automatically run "git repack -adf" after an initial export to git using the "fossil git export" command. (Recommended by Linus Torvalds himself.) ... (check-in: e4d87cd16b user: drh tags: trunk)
00:02
Do not use the --input-marks option with "git fast-import". Instead, remember older Git-names and insert them directly into the fast-import stream. ... (check-in: 8e6f3ced08 user: drh tags: trunk)
2019-03-16
18:58
Make the configuration database (~/.fossil) optional for the sync command. ... (check-in: d1b88ad570 user: drh tags: trunk)
17:04
Abandon an export to Git if a phantom artifact is encountered on any check-in that is less than one year old. This is a defense against generating an incorrect export from a repository that has an incomplete sync. Shunned artifacts are always ignored, regardless of age. ... (check-in: de0bbcb53c user: drh tags: trunk)
13:58
When the "fossil git export" command displays the "git push" command it is about to run, omit the display of any password that happens to be embedded in the URL. ... (check-in: aaa937a8e1 user: drh tags: trunk)
13:31
Fix a missing newline when printing the git push command on --autopush. ... (check-in: df619db6e4 user: drh tags: trunk)
13:23
Update the "fossil git export" command so that it remembers the last repository name and reuses it if no repository is specified. Add the --force option. ... (check-in: fe98905e9a user: drh tags: trunk)
13:06
Add the --autopush option to the "fossil git export" command. ... (check-in: ac5ae7b733 user: drh tags: trunk)
01:07
Add a README.md file for the sake of the GitHub test mirror. ... (check-in: ced33d1abf user: drh tags: trunk)
00:58
Add the "fossil git export" command, designed to simplify making a Git mirror of a working Fossil repository. ... (check-in: 702959420f user: drh tags: trunk)
00:26
Enhance the "fossil git export" command so that it also exports tags as lightweight Git tags. ... (Closed-Leaf check-in: 4f19d67b02 user: drh tags: mirror-cmd)
2019-03-15
21:36
Do the export within a transaction for performance. Record a complete two-way map of Git and Fossil names in the mirror.mmark table. ... (check-in: c4f9b177f4 user: drh tags: mirror-cmd)
20:01
Add the "FossilOrigin-Name:" footer on all exported comments. ... (check-in: 051cd3825e user: drh tags: mirror-cmd)
16:38
Rename "fossil mirror" to "fossil git export". Deprecate the "fossil export" command. ... (check-in: 2faec6b748 user: drh tags: mirror-cmd)
16:11
Export "manifest", "manifest.uuid", and "manifest.tags" files if that is what the repository needs. ... (check-in: eafe5ce624 user: drh tags: mirror-cmd)
13:12
The branch names should start with "refs/heads" (with an "s" at the end), not just "refs/head". ... (check-in: d74371680d user: drh tags: mirror-cmd)
11:48
Render any phantom or shunned artifacts as an empty file. ... (check-in: 2487f505cd user: drh tags: mirror-cmd)
2019-03-14
20:16
The mirror command is now able to export all of Fossil itself, though tags are still not exported. ... (check-in: a3471a5eef user: drh tags: mirror-cmd)
19:43
Fix the export so that it is able to handle phantom check-ins. ... (check-in: 4a480954e7 user: drh tags: mirror-cmd)
18:55
Sanitize branch names to conform to Git restrictions. ... (check-in: 11bcc4eb10 user: drh tags: mirror-cmd)
18:20
Progress on the "fossil mirror" command. ... (check-in: 5063eb521e user: drh tags: mirror-cmd)
17:16
Begin work on the "fossil mirror" command. ... (check-in: dbc1c62a99 user: drh tags: mirror-cmd)
13:52
When doing a "fossil stash" make sure that the stash has committed before deleting changes from disk, so that the changes can be recovered if something goes wrong. ... (check-in: 60af514d13 user: drh tags: trunk)
2019-03-13
18:46
Continuing work on the VCCP design. ... (Closed-Leaf check-in: c3f118c529 user: drh tags: vccp)
15:34
Continuing work on the VCCP spec. This is an incremental check-in. ... (check-in: 60794e993c user: drh tags: vccp)
2019-03-09
21:57
Initial check-in of the documentation for the proposed VCCP. Very incomplete. This is just to save my work. ... (check-in: b37bb7dc79 user: drh tags: vccp)
2019-03-08
00:42
Update the documentation on the "fossil backoffice" command. ... (check-in: 35c8103e6d user: drh tags: trunk)
2019-03-07
17:57
Add the --poll option to "fossil backoffice" to allow it to act as a backoffice launch daemon. ... (check-in: 1021afc6aa user: drh tags: trunk)
16:43
Enhancements to the "backoffice" command: Added the --nodelay option and added the ability to specify multiple repositories. ... (check-in: 96fc484876 user: drh tags: trunk)
2019-03-04
13:58
Improvements to Append Wiki privilege suggested by jakesfr. ... (check-in: 3790dbbd36 user: drh tags: trunk)
2019-03-02
20:33
Improvements to the document that describes the delta format. ... (check-in: 81e61d78fd user: drh tags: trunk)
18:18
Enable make install without first calling make workflow by adjusting the install target prerequisites. This allows make install to be called on a fresh clone/checkout of Fossil because otherwise OBJDIR is missing and make install fails. ... (check-in: 904eb8a5ec user: andybradford tags: trunk)
2019-03-01
21:46
Merge trunk. Update to Openssl 1.1.1b ... (check-in: b7695eeea2 user: jan.nijtmans tags: openssl-1.1)
21:42
Update to openssl 1.0.2r ... (check-in: a416666563 user: jan.nijtmans tags: trunk)
21:37
Update custom makefile. Remove some unnecessary spacing in documentation ... (check-in: e2751b18af user: jan.nijtmans tags: trunk)
10:30
(cherry-pick): Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: e217b8b988 user: jan.nijtmans tags: branch-2.8)
09:38
Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: b2c424ada8 user: jan.nijtmans tags: trunk)
2019-02-27
19:12
(cherry-pick): Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. ... (check-in: c460f94352 user: jan.nijtmans tags: branch-2.8)
14:34
Update the version number to 2.9 for the next release cycle. Updates to the change log for 2.9. ... (check-in: 6f60cb3881 user: drh tags: trunk)
14:23
For the "fossil update" and "fossil checkout" commands, if a managed file is removed because it is no longer part of the target check-in and the directory containing the file is empty after the file is removed and the directory is not the current working directory and is not on the empty-dirs list, then also remove the directory. ... (check-in: f132f86bbe user: drh tags: trunk)
12:57
Merge the bug fix from trunk. ... (Closed-Leaf check-in: 50995ed1ee user: drh tags: rmdir-on-update)
12:08
Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. ... (check-in: 70f3092207 user: drh tags: trunk)
2019-02-26
20:35
Enhance the "fossil checkout" command to that it too cleans up directories that it makes empty. ... (check-in: 95b700c2ab user: drh tags: rmdir-on-update)
20:03
Fix the rmdir-on-update so that it works even if the update is occurring in a subdirectory of the repository. Do not remove the subdirectory that is the current working directory even if it is empty. ... (check-in: 3275a94436 user: drh tags: rmdir-on-update)
01:22
When doing a "fossil update" if files are removed from a directory, then try to delete that directory (if it is empty) at the end of the update, if the directory is not on the empty-dirs list. ... (check-in: 43111aa939 user: drh tags: rmdir-on-update)
2019-02-25
22:57
SQLite 3.27.2 ... (check-in: 367831eaac user: jan.nijtmans tags: branch-2.8)
17:01
Update the built-in SQLite to the latest trunk version that includes all of the fixes that were in the 3.27.2 release. ... (check-in: 4d6086702e user: drh tags: trunk)
15:10
Add extension functions delta_apply(), delta_create(), delta_output_size(), and delta_parse() to the SQL connection for the "fossil sql" command. ... (check-in: effa89302a user: drh tags: trunk)
2019-02-24
22:55
(cherry-pick): Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED ... (check-in: e869ad9c93 user: jan.nijtmans tags: branch-2.8)
20:32
Update error message in 'loadTcl' to make it more concise. ... (check-in: f2f01669d0 user: mistachkin tags: trunk)
16:46
Make the --nossl and --nocompress server options available for CGI requests. ... (Closed-Leaf check-in: a41ef5e6a2 user: florian tags: cgi-server-options)
14:35
Merge trunk ... (check-in: af9dabcbf0 user: jan.nijtmans tags: openssl-1.1)
14:33
Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED ... (check-in: 08e63e1755 user: jan.nijtmans tags: trunk)
2019-02-20
22:28
Formatting improvement for images shown by /artifact. ... (check-in: 7b0dbe8079 user: drh tags: trunk)
21:50
Always show the "Apply These Changes" button in the Wysiwyg editor. ... (check-in: 5efd69e2ca user: drh tags: trunk)
20:42
Start the version 2.9 change log. ... (check-in: 29d5571898 user: drh tags: trunk)
20:32
Fix the display of wiki and markdown on /artifact pages so that hyperlinks are shown as if relative to /doc/VERSION. ... (check-in: 8af35d30a6 user: drh tags: trunk)
15:01
Version 2.8 ... (check-in: f8d7f76bfd user: drh tags: trunk, release, version-2.8)
2019-02-18
22:37
Fix the handling of manifest files for the "tag" and "amend" commands. ... (check-in: 5e20a4f7a8 user: drh tags: trunk)
21:04
Tweaks to the change log in preparation for 2.8. ... (check-in: dbf342e763 user: drh tags: trunk)
20:44
Allow arguments with non-ASCII characters for constructed shell commands. ... (check-in: 72e4b915fd user: drh tags: trunk)
19:17
Include 'nonce' TH1 variable in the custom skin documentation. ... (check-in: 02367341b6 user: mistachkin tags: trunk)
19:09
When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. Also, add the 'nonce' command to TH1. ... (check-in: 8a65cd1831 user: mistachkin tags: trunk)
2019-02-17
07:47
Make sure the TH1 interp is available before trying to use it. ... (Closed-Leaf check-in: 600accbec3 user: mistachkin tags: dynamicCsp)
07:16
Add the 'nonce' command to TH1. Improve clarity of the 'default_csp' variable handling and add comments. ... (check-in: 68e6b07eba user: mistachkin tags: dynamicCsp)
06:18
Skip setting the 'default_csp' TH1 variable if it already exists (e.g. it was manually overridden via the TH1 setup script). ... (check-in: 0b885bb952 user: mistachkin tags: dynamicCsp)
05:32
Merge updates from trunk. ... (check-in: cb881aab33 user: mistachkin tags: dynamicCsp)
2019-02-15
21:20
Show the SCGI environment variable value on the /test_env page if that variable exists. ... (check-in: f59faedb71 user: drh tags: trunk)
20:51
When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. ... (check-in: 0fe4c7d973 user: mistachkin tags: dynamicCsp)
2019-02-08
13:28
Update the built-in SQLite to version 3.27.1. ... (check-in: cf6682b1e1 user: drh tags: trunk)
2019-02-07
17:42
Allow arguments with non-ASCII characters for constructed shell commands, as reported here: [https://fossil-scm.org/forum/forumpost/81e6854386]. ... (Closed-Leaf check-in: a5ff00506b user: florian tags: non-ascii-cmd-args)
17:39
Backout [6e80af7e52], as this branch enables the 'reparent' command to work without an open check-out. ... (Closed-Leaf check-in: 3580fce8fb user: florian tags: tag-cmd-manifest-updates)
17:37
For the 'amend' command, enable updating the "manifest" files with an open check-out. ... (check-in: 05c1e3b958 user: florian tags: tag-cmd-manifest-updates)
17:34
For the 'tag' command, omit updating the "manifest" files without an open check-out, as reported here: [https://fossil-scm.org/forum/forumpost/dc06c157e5]. ... (check-in: f97700680a user: florian tags: tag-cmd-manifest-updates)
17:18
Update the built-in SQLite to the official 3.27.0 release version. ... (check-in: c56fce69f1 user: drh tags: trunk)
00:01
Several improvements to the discussion of building against OpenSSL in www/ssl.wiki. ... (check-in: 48b74fce3c user: wyoung tags: trunk)
2019-02-05
20:54
Update the built-in SQLite to the latest 3.27.0 beta for testing. ... (check-in: 1dbf923cbe user: drh tags: trunk)
15:49
Fix the unified diff output so that it conforms with established conventions. ... (check-in: 7fd2a3652e user: drh tags: trunk)
15:43
Enhance the "reconstruct" command so that sets the correct hash policy for artifacts read from disk. ... (check-in: 93bb323192 user: drh tags: trunk)
2019-02-01
15:55
Update the built-in SQLite to the latest 3.27.0 alpha. ... (check-in: 6ba52d791f user: drh tags: trunk)
2019-01-29
15:02
Merge trunk ... (check-in: 7843b1c6c5 user: jan.nijtmans tags: openssl-1.1)
14:29
Add a test command to infer the hash policy from the length of path names on reconstruct (disabled by preprocessor directive). ... (Closed-Leaf check-in: 8d1ed47cc6 user: florian tags: reconstruct-sha3)
14:09
Calculate hash lengths with skipped directory slashes. ... (check-in: c47adb9148 user: florian tags: reconstruct-sha3)
14:01
Coding style fixes. ... (check-in: 1d49b5ad91 user: florian tags: reconstruct-sha3)
2019-01-28
20:59
Mention the "worktree" git command in the Fossil-versus-Git document. ... (check-in: af91e0575e user: drh tags: trunk)
19:59
Markdownism fixes in previous ... (check-in: 3982569195 user: wyoung tags: trunk)
19:58
Noted that linking Fossil to an OpenSSL built from source opens the user to the "no root certs" problem previously solved in www/ssl.wiki. ... (check-in: c563be1552 user: wyoung tags: trunk)
19:52
Clarified the "build from source" option for linking Fossil to a non-platform version of OpenSSL. ... (check-in: 1e21abda9a user: wyoung tags: trunk)
19:25
Assorted improvements to www/tls-nginx.md ... (check-in: e629c1b79e user: wyoung tags: trunk)
18:29
Expanded the discussion of OpenSSL options in www/ssl.wiki, mainly adding advice on installing it via package managers. The new OpenSSL discussion in build.wiki now points to this, rather than to the next section level up, as in the prior checkin. ... (check-in: a13820dc04 user: wyoung tags: trunk)
17:54
Expanded the section on --with-openssl=none in www/build.wiki to explain why adding that option is a bad idea, what to do instead, and to point to the newly expanded OpenSSL discussion in www/ssl.wiki for more information. ... (check-in: 4f810279ce user: wyoung tags: trunk)
14:02
Fix an oversight from the previous check-in: add the short form of the command-line option. ... (check-in: a90d0617d7 user: florian tags: reconstruct-sha3)
10:18
Add the new option --keep-rid1 for the 'deconstruct' and 'reconstruct' commands. ... (check-in: 79b5136608 user: florian tags: reconstruct-sha3)
10:12
Enhance the 'reconstruct' command to set the correct hash policy (SHA1 or SHA3-256) for artifacts read from disk, inferred from the length of the path name. Also enhance the 'deconstruct' and 'reconstruct' commands with an option to ensure the artifact with RID=1 is a valid manifest. See the wiki page linked to this branch for more information and tests. ... (check-in: 62a00bc728 user: florian tags: reconstruct-sha3)
2019-01-27
19:32
Update the built-in SQLite to the latest 3.27.0 alpha. Updates to the change log. ... (check-in: 5280c1ab9a user: drh tags: trunk)
19:19
Change the "reparent" command so that it only works within an open checkout. Documentation improvements, especially add documentation to about the FOSSIL_SECURITY_LEVEL environment variable. ... (check-in: d168be0cac user: drh tags: trunk)
19:16
Add the global --comment-format command-line option and the "comment-format" setting for controlling the display of the command-line timeline. ... (check-in: 2476b8121e user: drh tags: trunk)
15:42
List the FOSSIL_SECURITY_LEVEL environment variable in the Environment Variables and Global Options document. ... (Closed-Leaf check-in: 04eb72fd03 user: florian tags: misc-little-things)
15:38
Add the global --comment-format command-line option as an alias for --comfmtflags. ... (Closed-Leaf check-in: a0d10b91f7 user: florian tags: comment-format-setting)
15:35
Add the "comment-format" setting to set the default options for printing timeline comments to the console, as discussed here: [https://fossil-scm.org/forum/forumpost/d9954370c7]. ... (check-in: bc62fa1710 user: florian tags: comment-format-setting)
2019-01-26
02:59
Provide a word-break in the middle of the long SHA3-256 strings shown on the /info page. ... (check-in: 357d5e82ad user: drh tags: trunk)
02:50
Disable the HH:MM timestamps on narrow display using javascript. ... (check-in: 4a1a474f2c user: drh tags: trunk)
02:36
Does not work. Was: Do not display the "HH:MM" timestamps to the left of the graph on very narrow displays (phones in viewed in portrait mode) as the HH:MM takes up precious horizontal space and does not add that much value to the display. ... (Closed-Leaf check-in: 31c64c3b1a user: drh tags: mistake)
02:26
Fix the chref() helper function so that it correctly renders the class attribute on the generated hyperlink with hyperlink display is delayed as an anti-robot defense. ... (check-in: f54b4bf1bd user: drh tags: trunk)
2019-01-23
03:09
Make it easier to build multiple configurations of Fossil with MSVC. ... (check-in: 8db943facc user: mistachkin tags: trunk)
02:43
Make it easier to override the final built executable name when using MSVC. ... (check-in: b2993e5a66 user: mistachkin tags: trunk)
2019-01-22
23:19
Experimental changes to unified diff output to 'ignore' sections that are purely additions. Still needs SBS support and tests. ... (Closed-Leaf check-in: 6e3f354de1 user: mistachkin tags: ignorePureAdds)
03:02
Fixed a Markdown-ism in previous ... (check-in: 485eda7664 user: wyoung tags: trunk)
03:01
Updated www/ssl.wiki to cover the new "Redirect to HTTPS" setting and to add recovery methods for the case where enabling it causes a redirect loop. ... (check-in: 226b14fc72 user: wyoung tags: trunk)
02:52
Updated the Security-Audit page to better handle the change from the old https-login setting to the new redirect-to-https setting. ... (check-in: 37918a1fa4 user: wyoung tags: trunk)
2019-01-21
20:07
Update the built-in SQLite to the latest 3.27.0 alpha code. ... (check-in: 246f249e5a user: drh tags: trunk)
20:04
Improved robustness on the --args option. ... (check-in: 14c14021a0 user: drh tags: trunk)
18:34
Do not attempt to detect redirect loops. The client side will do that for us. ... (check-in: 810842f18f user: drh tags: trunk)
18:28
Enhance the "redirect-to-https" setting so that if it is 2 or more it forces all pages to travel of a secure connection. ... (check-in: 4aba9ea6fe user: drh tags: trunk)
18:27
The --nossl option is on by default for the "fossil ui" command. ... (Closed-Leaf check-in: 9ae6f8660d user: drh tags: https-all-pages-option)
18:05
Fixes to the automatic HTTPS redirector. ... (check-in: 14ff7af42e user: drh tags: https-all-pages-option)
17:33
Provide the option to force all web page requests to go over HTTPS. ... (check-in: f372e18979 user: drh tags: https-all-pages-option)
16:57
Fix a documentation error on the setup_access page. ... (check-in: 742d64d916 user: drh tags: trunk)
16:54
When SQLite detects that the repository associated with a checkout has been replaced by a clone (such that the RID values potentially change) then automatically adjust the content of the checkout database. ... (check-in: fff37e624e user: drh tags: trunk)
10:51
Swapped Let's Encrypt's advice for ssl_ciphers in the nginx TLS config for Qualys SSL Labs' advice. ... (check-in: 8f2ec29248 user: wyoung tags: trunk)
10:03
Typo fix ... (check-in: 83c902be72 user: wyoung tags: trunk)
09:45
Linked the new TLS + nginx guide to an nginx blog on enabling HSTS. ... (check-in: 30d577a795 user: wyoung tags: trunk)
09:38
Assorted improvements to the TLS/SSL docs. ... (check-in: 43166dcda3 user: wyoung tags: trunk)
2019-01-20
23:58
Pick up the cherrypick merge arrow display fix from trunk. ... (Closed-Leaf check-in: 12a022b14a user: drh tags: rid-renumbering)
23:57
Improved rendering of cherrypick merge arrows, especially on the "ardoise" and "eagle" skins. ... (check-in: 9c7fdea89b user: drh tags: trunk)
23:42
Minor comment changes. ... (check-in: e2a73756c5 user: drh tags: rid-renumbering)
21:29
Automatically update the VFILE and VMERGE tables when the fingerprinting detects that a repository has been replaced by clone. ... (check-in: b03652382a user: drh tags: rid-renumbering)
16:51
Merge fixes and enhancements from trunk. ... (check-in: 1a7cc2639c user: drh tags: rid-renumbering)
16:47
Fix a hyperlink error on the graph-test page. (This should have been committed to trunk to begin with.) ... (check-in: 20431a7cfb user: drh tags: trunk)
16:46
Fix a hyperlink error on the graph-test page. ... (check-in: 6c388affb4 user: drh tags: rid-renumbering)
02:03
Pointing to evergreen "TLS/HTTPS/SSL Documentation Maintenance" thread from www/tls-nginx.md. ... (check-in: 872d395712 user: wyoung tags: trunk)
01:52
Largely rewrote www/ssl.wiki, it being 7 years since the last update, during which time much has changed in TLS land. Added the initial version of www/tls-nginx.md as a companion article to it, since the topic is too deep to get into within ssl.wiki. Finally, added a new script, tools/fslsrv, referred to by tls-nginx.md, since it's too big to put inline within the article. ... (check-in: 062d2bf61b user: wyoung tags: trunk)
2019-01-19
23:47
Clean up some old comments on the schema. No code changes. ... (check-in: f51856bed3 user: drh tags: rid-renumbering)
21:31
Change the schema of the vmerge table so that it remembers the hash of merged artifacts, not the RID. Schema updates are automatic, but once the update occurs, you are committed to using the newer version of Fossil moving forward. ... (check-in: 8977dfb032 user: drh tags: rid-renumbering)
21:03
Remove unused variable ... (check-in: 302ce43947 user: andygoth tags: trunk)
18:29
Enhance the stash so that it stores hashes and no long depends on RID value. Do this is a way that is backwards compatible and transparent to the user. After running any "stash" command using this version of Fossil or later, the schema will automatically update and the stash should survive a subsequent RID renumbering event in the repository without damage. ... (check-in: ed06585f41 user: drh tags: trunk)
2019-01-17
22:43
Added a warning about loss of stash and undo when performing the 'interim workaround' for an RID mismatch. ... (check-in: cc44fa8425 user: stephan tags: trunk)
19:58
Extended the repo/checkout fingerprint mismatch warning to offer an interim workaround, per forumpost/5f9d4cef56. ... (check-in: bf7c2e94f1 user: stephan tags: trunk)
00:20
Add the bid= query parameter to the /timeline page. ... (check-in: 8cb1b231dc user: drh tags: trunk)
2019-01-16
01:01
Add an option to preserve newlines as hard line breaks on the www timeline display. ... (check-in: 8af02551c5 user: drh tags: trunk)
00:14
For the "file info NAME" command, if NAME is directory, give a sensible error message. ... (check-in: 0ee8c8cdec user: drh tags: trunk)
00:11
Detect when the repository associated with a check-out has been swapped out for a clone with different RID values, and give the user a warning. Still to do: automatically recover. ... (check-in: 1b114d241f user: drh tags: trunk)
2019-01-15
19:41
Give a fatal error, not a panic, if unable to open the database file. ... (check-in: c0eca1f94c user: drh tags: trunk)
00:02
Fix typo in the TH1 wiki page. ... (check-in: 049813ac20 user: mistachkin tags: trunk)
2019-01-12
21:35
Add the 'cgiHeaderLine' command to TH1. ... (check-in: 32c48809d6 user: mistachkin tags: trunk)
2019-01-11
05:34
Merge trunk. ... (Closed-Leaf check-in: dbaee34d32 user: mistachkin tags: th1CgiHeader)
05:34
Fix the expected result for the TH1 'info commands' test. ... (check-in: 103997d96e user: mistachkin tags: trunk)
05:32
Add the 'cgiHeaderLine' command to TH1. ... (check-in: 58e2f487e5 user: mistachkin tags: th1CgiHeader)
03:31
Verify the repository fingerprint whenever a repository is opened from a checkout database. For now, abort with an error if the fingerprint is incorrect. To do: have Fossil automatically adjust RIDs in the checkout database if the fingerprint is incorrect. ... (Closed-Leaf check-in: 6036bc621e user: drh tags: repo-fingerprint)
2019-01-10
21:07
Store "fingerprint" and "checkout-hash" in the VVAR table whenever the working checkout changes. ... (check-in: e07139a05a user: drh tags: repo-fingerprint)
19:54
Add the db_fingerprint() interface for computing a repository fingerprint. ... (check-in: f5043617c0 user: drh tags: repo-fingerprint)
18:25
Fix the remote_repo_info() function to avoid resource leaks and to suppress unhelpful error and warning messages. ... (check-in: 1e3cfc1e9e user: drh tags: trunk)
17:29
Added a hyperlink from the "upgrade to Fossil 2.1 or later" recommendation at the top of the hash policy document to the "Installing" section of the Quick Start document. ... (check-in: f392fac705 user: wyoung tags: trunk)
06:03
Fixed an errant use of a Markdown hyperlink in a Fossil wiki document. ... (check-in: 15cbb09da3 user: wyoung tags: trunk)
2019-01-09
12:31
Updated the Debian Stretch speculation bit at the end of the hashpolicy document with latest results from the forum thread. ... (check-in: 9d673f04f5 user: wyoung tags: trunk)
2019-01-08
19:08
Restore the ability to delete a wiki page. ... (check-in: e947378e84 user: drh tags: trunk)
2019-01-07
01:32
Fix a typo in the hashpolicy.wiki document. ... (check-in: 3b17294dfe user: drh tags: trunk)
2019-01-06
04:27
Updated the hash policy document, mainly to put it in past tense and to cover the current situation. ... (check-in: df8baf9406 user: wyoung tags: trunk)
04:10
Updated the paragraph on SHA1 hashes in www/concepts.wiki to also talk about SHA3-256. ... (check-in: ac2c2c77ff user: wyoung tags: trunk)
2019-01-05
01:29
Increase the version number to 2.8 and update the change log, in case we decide to do a new release soon. ... (check-in: f143b606a0 user: drh tags: trunk)
2019-01-04
08:22
Omit hard-coded n= query parameters on /timeline hyperlinks for branches and tags. Use the n= cookie. ... (check-in: 19682676aa user: drh tags: trunk)
07:56
Minor typo. ... (check-in: aedfd94d00 user: florian tags: misc-little-things)
07:54
For the 'reparent' command, make sure there's an open check-out (otherwise it will fail). ... (check-in: 6e80af7e52 user: florian tags: misc-little-things)
2019-01-02
15:31
Enhancements to the hamburger menu mechanism. ... (check-in: 724a9b8f3c user: drh tags: trunk)
15:24
Unconditionally include ctype.h in the mkbuiltin.c utility program. ... (check-in: 9c604490b3 user: drh tags: trunk)
14:55
Make the 'n=all' query parameter work as expected for the /timeline?p= and /timeline?d= web pages. ... (check-in: 9eae2e5c1b user: drh tags: trunk)
08:28
Make the 'n=all' query parameter work as expected for the /timeline?p= and /timeline?d= web pages. ... (Closed-Leaf check-in: 76f44784d1 user: florian tags: fix-timeline-limit)
07:24
Oops, fallen for testing built-in versus customized skin, fix the previous check-in. ... (Closed-Leaf check-in: dac9293b52 user: florian tags: js-hamburger-menu)
07:03
Less rigid string-to-number conversion for the custom "data-anim-ms" attribute. ... (check-in: e4a18b6702 user: florian tags: js-hamburger-menu)
03:15
On the /wikiedit screen, do not show the "Apply" button unless the user has first done a preview. ... (check-in: cfe761679c user: drh tags: trunk)
03:08
Put an "Add Wiki" button in the submenu for /timeline displays of branches and tags. Add the "Add Wiki:" line to the overview section of check-in /info pages. ... (check-in: 867fe0ea96 user: drh tags: trunk)
2019-01-01
19:45
On the /timeline page with the r= or t= query parameters, change the header to report that it is showing only check-ins, since that is all it will show regardless. ... (check-in: 31edaabf2b user: drh tags: trunk)
19:39
Tweaks to the documentation on the /ci page. ... (check-in: 1a857fe1ff user: drh tags: trunk)
03:03
FreeBSD wants the same isspace() treatment from [ae62c08cbe] ... (check-in: d3833209db user: bch tags: trunk)
2018-12-31
20:10
Allow wiki pages with names like "branch/BRANCH", "checkin/HASH", and "tag/TAGNAME" to automatically link to displays of the corresponding branch, checkin, or tag. ... (check-in: 5602385493 user: drh tags: trunk)
14:33
Do not allow edits to wiki pages associated with branches, checkins, or tags for users who do not also have checkin privileges. ... (Closed-Leaf check-in: 60e8a08f22 user: drh tags: describe-objects-using-wiki)
02:13
Change the /info page Overview section to have "Wiki:" links for wiki display, instead of "Edit Wiki:" links. Users who want to edit, can do the additional "Edit" click from the wiki page. Also have /info honor the nowiki query parameter. ... (check-in: f17a5198f5 user: drh tags: describe-objects-using-wiki)
00:00
Better titles for the /wiki page for associated wiki. ... (check-in: 57443202ae user: drh tags: describe-objects-using-wiki)
2018-12-30
23:28
Fix the action= on the Admin/Wiki setup page. ... (check-in: 341a31c6a3 user: drh tags: trunk)
23:27
Improved page titles when editing wiki about branches, checkins, and tags. Honor the wiki-about flag. ... (check-in: 32d9be6d71 user: drh tags: describe-objects-using-wiki)
21:37
Add more linkage between the speicially named wiki pages and various objects. ... (check-in: 42327c67cc user: drh tags: describe-objects-using-wiki)
20:30
Begin adding the ability to use specially-named wiki pages to supplemental information about branches, tags, and/or checkins. ... (check-in: dcf93d0341 user: drh tags: describe-objects-using-wiki)
00:29
NetBSD wants a header for isspace() ... (check-in: ae62c08cbe user: bch tags: trunk)
2018-12-29
18:21
Do not show cherrypick merge links in the context for the /ci_tags page. ... (check-in: 758029a812 user: drh tags: trunk)
13:04
Improved default CSS for drawing dashed lines for cherrypick merges. ... (check-in: 3d922b5210 user: drh tags: trunk)
12:34
Fix the hyperlink to the login page on /download page. ... (check-in: ad5999aa6a user: drh tags: trunk)
06:43
Fix the login links for the /download web page, as suggested here: [https://fossil-scm.org/forum/forumpost/a742969590]. ... (Closed-Leaf check-in: 4a30475bdb user: florian tags: fix-login-links)
2018-12-28
23:46
Add support for the "mionly" query parameter in /timeline when using from= and to=. ... (check-in: 9fae215151 user: drh tags: trunk)
18:38
Improved title on /timeline graphs with from, to, and rel query parameters. ... (check-in: 994d7d849d user: drh tags: trunk)
18:15
Enhance the from=/to= query parameters on the /timeline page so that when the "rel" query parameter is present, the graph shows checkins that merge with checkins on the choose path. ... (check-in: 7759a00e3e user: drh tags: trunk)
16:52
Add compression to the built-in javascript. Update comments on graph.js. ... (check-in: 4da95b2543 user: drh tags: trunk)
16:21
Improved graph display when a single checkin is the parent of both a normal and a cherrypick merge. ... (check-in: 30aec47aa0 user: drh tags: trunk)
12:59
This checkin does a cherrypick merge off of another checkin that already has a prior full merge. The purpose of this checkin is to provide a test case for the cherrypick graph drawing logic. The code in this checkin is not intended to actually be used for anything. ... (Leaf check-in: dc81ac706b user: drh tags: graph-test-branch)
02:01
In /timeline, the cherrypicks query parameter puts the graph into "disjoint" mode, which displays much better for the data it is presenting. ... (check-in: 35e892b4f3 user: drh tags: trunk)
01:25
Improvements to /timeline generation of cherrypick merges. Cherrypicks are now shown with the f= query parameter. Add the cherrypicks query parameter to /timeline. Add test cases to the graph-test-1.wiki page. ... (check-in: ee64832f7e user: drh tags: trunk)
2018-12-27
21:56
Much faster rendering of branch timelines. ... (check-in: fe40b652fe user: drh tags: trunk)
20:41
General enhancements to the "amend", "tag", and "reparent" command, including adding flags like --override-date, --override-user, and --dry-run. ... (check-in: 5c9955710f user: drh tags: trunk)
20:37
Updates to the /brtimeline and /tagtimeline pages. ... (check-in: efb903f939 user: drh tags: trunk)
20:35
Fix an issue with the subscriber feature. ... (check-in: 140ed0f25b user: drh tags: trunk)
20:34
Fix non-C89 variable declarations. ... (check-in: 33f1c74122 user: drh tags: trunk)
20:13
Fix a problem in which normal merge arrows were often drawn as normal merge arrows. ... (check-in: 8b3e3e007e user: drh tags: trunk)
19:55
Attempt to draw the entire length of a cherrypick merge line using a dashed line. ... (check-in: 236586d6f2 user: drh tags: trunk)
19:39
Show cherrypick merges on the default timeline. Disable the display of cherrypicks using the "ncp" query parameter. Currently, the only display difference between a normal merge and a cherrypick merges is in the final horizontal segment of the merge line as it moves into the child node. More work is needed on the display logic. ... (check-in: 55ab522cee user: drh tags: trunk)
16:22
Omit unused elements of the "rowinfo" JSON element used to generate a timeline graph. ... (check-in: c0a5083eda user: drh tags: trunk)
15:40
Draw arrows for cherrypick merges on the context graph. There is still no distinction between normal and cherrypick merges, though. Both arrows look alike. ... (check-in: a07f168881 user: drh tags: trunk)
12:36
Remove two unused variables (introduced by [2efcd19f14] through copy-and-paste) ... (Closed-Leaf check-in: cf0f6fc80b user: florian tags: cmd-options-amend)
2018-12-26
23:38
For checkins that are a cherrypick or that are cherrypicked, so the other side of the cherrypick merge in the "Context" section of the /info page. This enhancement requires a "fossil rebuild" in order to function. ... (check-in: 1c74e914e6 user: drh tags: trunk)
14:38
Enhance the options for the 'tag cancel' command: add --date-override and --user-override, and show a summary for the help text ... (check-in: 8f2d519bc0 user: florian tags: cmd-options-amend)
14:25
For the 'tag' command, parse all options after the sub-commands, so that no unsupported options can be used (for example, disallow 'fossil tag cancel --propagate ...'), and to have a consistent command-line format with sub-commands followed by options ... (check-in: 2efcd19f14 user: florian tags: cmd-options-amend)
14:17
For the 'tag find' command, move parsing of the -n|--limit option to the innermost scope, to avoid conflicts with the 'tag add' variant of the -n|--dryrun option ... (check-in: 5d5252b884 user: florian tags: cmd-options-amend)
11:12
Rename the 'hide' query parameter to 'nohidden' for the /leaves, /brtimeline, and /tagtimeline web pages. ... (Closed-Leaf check-in: 5359e3db1f user: florian tags: fix-timeline-view)
10:43
Simplify URL building for the /leaves web page. ... (check-in: 8bf8b37828 user: florian tags: fix-timeline-view)
10:16
Add the 'onlyhidden' query parameter to show only check-ins tagged as "hidden" for the /leaves, /brtimeline, and /tagtimeline web pages. ... (check-in: 82b9140f30 user: florian tags: fix-timeline-view)
08:02
Enhance the options for the 'reparent' command: add --date-override and --user-override ... (check-in: df85c3f9ab user: florian tags: cmd-options-amend)
07:43
For consistency with the 'tag' and 'reparent' commands, have --dry-run always print the generated control artifact and omit the unchanged summary, and drop --verbose ... (check-in: 54928ff4b6 user: florian tags: cmd-options-amend)
2018-12-25
09:49
Enhance the options for the 'amend' command: document --date-override, and add --user-override, --verbose, and --dry-run ... (check-in: 36369faab4 user: florian tags: cmd-options-amend)
2018-12-24
22:06
Treat the new query parameters as boolean flags. ... (check-in: 8e5ea60baa user: florian tags: fix-timeline-view)
21:48
Cosmetic change to insert a space between two hyperlinks. ... (check-in: eb882e277f user: florian tags: fix-timeline-view)
21:33
Add the 'hide' query parameter to remove check-ins tagged as "hidden" (which are shown by default) for the /leaves, /brtimeline, and /tagtimeline web pages. (Rationale: listings of open leaves not tagged as "hidden" can make handy TODO lists.) ... (check-in: 92fa366462 user: florian tags: fix-timeline-view)
20:54
Revise and partially revert [d28f9e99a0] and [f174bfa157]: no need to remove the parents, TIMELINE_DISJOINT already does the magic. Related nodes now again have connecting rails for the /leaves, /brtimeline, and /tagtimeline web pages. ... (check-in: 8f4b7e1f37 user: florian tags: fix-timeline-view)
12:44
Also add background colors, clickable nodes, the option box to select the viewing mode, and timeline query parameters 'ng', 'brbg' and 'ubg' for the /brtimeline and /tagtimeline web pages. ... (check-in: f174bfa157 user: florian tags: fix-timeline-view)
12:11
Add timeline query parameters 'ng', 'brbg' and 'ubg' for the Leaves web page. ... (check-in: 2ac6b50776 user: florian tags: fix-timeline-view)
07:11
Show the option box to select the viewing mode for the Leaves web page. ... (check-in: e03610b1d2 user: florian tags: fix-timeline-view)
06:40
Restore background colors and clickable nodes for the Leaves web page. ... (check-in: d28f9e99a0 user: florian tags: fix-timeline-view)
06:32
Restore the Classic View mode for the File History web page. ... (check-in: 33882ef821 user: florian tags: fix-timeline-view)
2018-12-21
08:01
Fix a problem introduced by [06586ef70f]: on cloning, only create the tables for the email notification system if any configuration data from the 'Email subscribers' group is received. ... (Closed-Leaf check-in: fca6626269 user: florian tags: fix-clone-subscribers)
2018-12-15
08:34
Move a variable declaration introduced by [b695e97d7a] to the beginning of the scope, for strict ANSI C-89 conformance, as specified in the Coding Style document [/doc/trunk/www/style.wiki]. (Required by some old MSVC compilers, to build executables with dynamic linking to msvcrt.dll.) ... (Closed-Leaf check-in: 550b95e5ee user: florian tags: ansi-c89-compatibility)
2018-12-12
20:43
Next and Previous submenu buttons on the /wdiff page in order to step through all versions of a wiki page. ... (check-in: 19eaa3cae4 user: drh tags: trunk)
20:03
The table in the new /whistory page is not sortable. ... (check-in: 869841cb04 user: drh tags: trunk)
20:01
Use an ordinary table to display /whistory rather than a timeline, as the timeline comments are not helpful. ... (check-in: 734e1ea747 user: drh tags: trunk)
19:31
Simplification of wiki menus. ... (check-in: 98f5b40233 user: drh tags: trunk)
18:15
Changing the Timeline submenu between "Basic" and "Advanced" should be a sticky setting. ... (check-in: 2be93e3dad user: drh tags: trunk)
14:28
Fix the "fossil test-all-help -e" command so that it shows help for test commands and settings. ... (check-in: cb3a89058c user: drh tags: trunk)
12:42
Break out the Wiki setup items into a separate submenu of the Admin section. ... (check-in: bf09c3bbd9 user: drh tags: trunk)
01:42
On the /info page for wiki, give a link to the next version of that wiki page in chronological order. ... (check-in: 423c6a938e user: drh tags: trunk)
01:23
Improvements to the /wdiff page. ... (check-in: b695e97d7a user: drh tags: trunk)
2018-12-11
21:31
Change timeline hyperlinks to wiki pages to point to the specific version of the wiki page that the timeline entry refers to, not to the latest version of that page. ... (check-in: 606421edc5 user: drh tags: trunk)
18:55
On the /wiki page, put text to show that the page has been deleted. ... (check-in: c7a7a56117 user: drh tags: trunk)
16:28
Enhance the /wcontent page to show a sortable list of wiki pages together with the number of versions and the time of last change. ... (check-in: 81c22bc6b8 user: drh tags: trunk)
2018-12-10
08:07
Attempt to get the backoffice running on Windows. ... (check-in: c52fb5eddb user: tsbg tags: backoffice-win)
2018-12-07
19:36
Reworded 2 references to 40-character artifact IDs, since those particular IDs may now be longer than 40 characters. ... (check-in: 565c21739c user: stephan tags: trunk)
2018-12-04
23:08
Fixed a use of fclose() on a handle opened with popen(), noticed by Stephan Beal. ... (check-in: 1f4b4fcb62 user: wyoung tags: trunk)
23:00
The new blockquote tinting feature of the default skin now works in the forum post editor screen as well, not just in the forum post display screen. ... (check-in: 19bb3b88fa user: wyoung tags: trunk)
2018-12-03
12:24
Undo changes to fossil.exe.manifest (don't know where they came from) ... (check-in: 8be521a2e7 user: jan.nijtmans tags: openssl-1.1)
12:08
Merge trunk ... (check-in: e88c1ff4cc user: jan.nijtmans tags: openssl-1.1)
02:44
Improved documentation for the "localauth" setting. ... (check-in: 883c2ea218 user: drh tags: trunk)
2018-12-01
13:00
Incorporate the official release of SQLite version 3.26.0 ... (check-in: e0a6ff0adb user: drh tags: trunk)
06:19
Typo fix ... (check-in: 572574d1a7 user: wyoung tags: trunk)
06:17
Assorted small improvements to admin-v-setup.md. ... (check-in: eadf2644e4 user: wyoung tags: trunk)
05:49
The recent change that allows Admin-only users to edit the skin affected the setup.c side of things only: there were also several bits in skins.c that checked for g.perm.Setup, so an Admin-only user couldn't actually do anthing useful. ... (check-in: 7b58c6fdde user: wyoung tags: trunk)
00:27
Added the "Setup-Only Features" section to admin-v-setup.md. ... (check-in: 8ec908d1a0 user: wyoung tags: trunk)
2018-11-30
23:37
Added www/admin-v-setup.md to the permuted index ... (check-in: 969380a562 user: wyoung tags: trunk)
23:34
Added the admin-v-setup.md document explaining the differences between the Setup and Admin user capabilities, and offering a philosophical argument for why these distinctions are drawn as they currently are. ... (check-in: 2056e9f7a8 user: wyoung tags: trunk)
23:18
Granted access to /setup_timeline to Admin users as well as Setup users. ... (check-in: cd8c5df513 user: wyoung tags: trunk)
21:24
Typo fix ... (check-in: 91e8c12136 user: wyoung tags: trunk)
21:08
Fix the labels on email alerts for wiki edits and ticket changes, which were reversed. ... (check-in: a8856c6beb user: drh tags: trunk)
13:07
Allow the Admin user to modify the skin. ... (check-in: 257318c1ca user: drh tags: trunk)
13:00
Fix to the sizing of the iframe for HTML in the /info page so that it works with CSP unsafe-inline. ... (check-in: 4675fc70ba user: drh tags: trunk)
01:11
Add the backoffice-disable setting to completely disable all backoffice processing. ... (check-in: 2467a356fe user: drh tags: trunk)
2018-11-29
22:55
The /setup_adunit, /setup_logo, and /setup_skin pages now give full rights to Admin-only users, not just to Setup users, since it seems sensible for a Setup user to delegate cosmetic matters to "mere" Admins. ... (Closed-Leaf check-in: a4265ae8d9 user: wyoung tags: setup-delegates-cosmetics-to-admin)
21:38
Update custom mingw makefile. Update openssl version ... (check-in: 7139924334 user: jan.nijtmans tags: trunk)
11:09
Improvements to the command-line comment formatter so that it works better with non-ASCII characters. ... (check-in: 1c84a0c14a user: drh tags: trunk)
2018-11-28
23:43
Minor stylistic changes to the comment formatter. ... (Closed-Leaf check-in: cc9c422d83 user: drh tags: comment-formatter-utf8)
18:57
The /setup page can now be seen by both Admin and Setup users, as requested by drh via private email. The set of links shown is culled for Admin-only users. Also changed some comments to match the code with respect to Admin vs Setup capability. The only change to user capability interpretation in this checkin is to the /setup page. ... (check-in: 7d034d34ba user: wyoung tags: trunk)
18:48
The /setup_modreq page was limited to Setup users, but since it controls what users with Moderator capability can do, made it available to Admin users as well. ... (check-in: 6242e24d2f user: wyoung tags: trunk)
18:42
Found several more pages protected with "!g.perm.Setup && !g.perm.Admin" guards: changed them all to "!g.perm.Admin" only for the same reason as [558952c8]. ... (check-in: 42c3364f03 user: wyoung tags: trunk)
18:34
The /secaudit0 page was checking for both Admin and Setup capabilities, which means it was only accessible to users with Setup users, since that is the only class that can have both capabilities. Since it's documented as being available to Admin users, changed the logic to allow access to Admin *OR* Setup users. ... (check-in: 558952c8d3 user: wyoung tags: trunk)
13:19
Update the built-in SQLite to the latest 3.26.0 beta for testing. ... (check-in: c523d0a9b5 user: drh tags: trunk)
2018-11-24
07:49
Minor optimizations: drop a few redundant comparisons and calculations, and take advantage of the logical AND short-circuit by testing the least expensive and most unlikely condition first. Also fold away the iterative comments into cross references. ... (check-in: 490d38ff2e user: florian tags: comment-formatter-utf8)
07:16
Fix two bugs (introduced with this branch) that become manifest with invalid UTF-8 sequences. ... (check-in: b86a2fc7eb user: florian tags: comment-formatter-utf8)
2018-11-16
19:39
Fix a bug (already present on trunk) with the (non-legacy) comment printing algorithm, detected while running the regression tests from test/comment.test with UTF-8 text: the function to print the indent (modified to a calculate-only function on this branch) was handed a pointer to the current line index and the current line index, thus performing checks at (current line index * 2), causing random increments of the current line index. ... (check-in: 70dd8f744f user: florian tags: comment-formatter-utf8)
14:02
More coding style fixes. ... (check-in: 2dca9b82d9 user: florian tags: comment-formatter-utf8)
11:26
Coding style fixes. ... (check-in: aadbbb38d6 user: florian tags: comment-formatter-utf8)
11:14
For better word breaking results with the (non-legacy) comment printing algorithm, make sure the lookahead to the next space character is UTF-8-aware. Also make sure the per-line remaining character count is decremented properly for UTF-8 sequences. The neuralgic points now handle UTF-8 sequences correctly, and they could be enhanced to work with the effective display width, if required (to handle combining characters, and East Asian Wide and Fullwidth characters). ... (check-in: c9ec3d1886 user: florian tags: comment-formatter-utf8)
2018-11-15
15:32
Ensure the line buffer for the legacy comment printing algorithm can hold maximum-length UTF-8 sequences. ... (check-in: 29d3a2ed4e user: florian tags: comment-formatter-utf8)
15:16
Fix a problem with initial indent introduced by the previous check-in, so that all regression tests from test/comment.test now succeed. Also eliminate three more calls to fossil_print(). Regarding performance, the legacy comment printing algorithm is outnumbered by factor 2-3, with these changes. ... (check-in: b029ed2222 user: florian tags: comment-formatter-utf8)
12:43
Add output buffering to the (non-legacy) comment printing algorithm, to reduce calls to fossil_print(). The resulting performance improvement can be up to factor 10, with a perceptible difference even for short comments (measured and tested on Windows with MSVC builds, and on Ubuntu with GCC builds). (For comparison: for the legacy comment printing algorithm, the extra UTF-8 checks added by this branch impair performance by 0.12-1.8%, depending on whether the input contains predominantly multi-byte vs. ASCII-only sequences.) ... (check-in: 16fde3ff66 user: florian tags: comment-formatter-utf8)
2018-11-13
16:20
Update the built-in SQLite to the latest 3.26.0 beta. This is beta-testing for SQLite. ... (check-in: d3f454fa33 user: drh tags: trunk)
16:14
Fix a bug in the skin edit pages that can result in an infinite loop. ... (check-in: 995e184cc1 user: drh tags: trunk)
2018-11-10
14:17
Do not run backoffice if the "--in" option is used on the "fossil http" command. ... (check-in: afb1e5f6cf user: drh tags: trunk)
13:49
Do not attempt to run backoffice if the repository is read-only. ... (check-in: 4f15d34f4b user: drh tags: trunk)
2018-11-09
19:18
Merged login-on-post branch to trunk ... (check-in: c0e384cf60 user: wyoung tags: trunk)
19:16
Another attempt to fix non-constant format complaint. ... (Closed-Leaf check-in: 725630f3f8 user: wyoung tags: login-on-post)
19:11
Fix to previous for the "non-constant format" complaint from some compilers. I can't see what they're yelling about, but this fixes it. ... (check-in: 095333fc60 user: wyoung tags: login-on-post)
18:52
The "New Thread" button in /forum is no longer restricted to those with forum write capability: if you lack it, we now send you to the login page instead. Without this, users without the capability to post are left looking in through the window of a building without obvious doors. This change pairs especially nicely with the self-registration feature, but it doesn't require it, since /login also allows anonymous login, which should be enabled for Fossil forums on sites where non-users are expected to visit. ... (check-in: cdb7f3b988 user: wyoung tags: login-on-post)
2018-11-08
02:38
Improve grep documentation ... (check-in: 4af31f11bb user: andygoth tags: trunk)
2018-11-07
12:04
When running a bisect, show the span between the two extremes and the number of steps remaining after each step. ... (check-in: b45dd1c7b5 user: drh tags: trunk)
2018-11-05
14:35
Fix the /brlist page so that branches are (once again) shown in time order. ... (check-in: c21c77426c user: drh tags: trunk)
2018-11-02
16:10
Enhance the "fossil branch ls" command with two new options. The -t option sorts the branch list with the most recent branch first. The -r option reverses the sort order. ... (check-in: db2682dc1a user: drh tags: trunk)
15:21
Enhance makeheaders so that it is able to deal with static_assert() statements. (These do not come up in Fossil itself. This check-in is in response to use of Makeheaders by external projects.) ... (check-in: 8cecc544ce user: drh tags: trunk)
13:48
Enhance the repository list page so that it shows the name of project for each repository, and so that the "Last Modified" time is based on the most recent event in the repository, not the repository file mtime. ... (check-in: cdea59dc5c user: drh tags: trunk)
13:08
Split out the repo_list_page() routine, used to generate the repository list for "fossil all ui" and similar, into a separate source file "repolist.c" to make it easier to enhance and maintain. ... (check-in: 45a7134956 user: drh tags: trunk)
2018-10-21
18:38
Update custom MinGW makefile. ... (check-in: 1c32c5b832 user: mistachkin tags: trunk)
2018-10-20
15:00
Fixed an off-by-one error in the error log header printer, resulting in the day number being for the next day past the call time. Bug diagnosis and fix from https://fossil-scm.org/forum/forumpost/0d5933da4c ... (check-in: cf9b44a966 user: wyoung tags: trunk)
2018-10-19
22:37
Now that type has changed due to [d0fa9eee56], cast back to match total variable. ... (check-in: 77371043a4 user: andybradford tags: trunk)
22:12
Use a signed type to avoid an infinite loop in socket_send(); socket_receive() is already fine. ... (check-in: d0fa9eee56 user: andybradford tags: trunk)
2018-10-17
23:53
Enhance the security-audit page to detect insecurities resulting from having self-registration enabled. This is a work in progress. More testing and more checks are needed in this area. ... (check-in: 724ccc46f2 user: drh tags: trunk)
14:16
Modify the comment formatter to avoid output of incomplete UTF-8 sequences, and to avoid line breaks inside UTF-8 sequences. See [https://fossil-scm.org/forum/forumpost/1247e4a3c4] for detailed information and tests. ... (check-in: 1bbca2c3f8 user: florian tags: comment-formatter-utf8)
2018-10-14
06:46
Backout [4d384ed875] and [5677271a1c] to simplify the hamburger menu customization template. ... (check-in: bf8946a138 user: florian tags: js-hamburger-menu)
06:44
Remove leftover IE8 compatibility code, as the hamburger menu never worked with this browser. (The hamburger button would be replaced with a non-scripted link to the sitemap, if JS processing got this far.) ... (check-in: b0043203cb user: florian tags: js-hamburger-menu)
2018-10-12
16:18
For consistency, HTMLize another TH1 variable, though not sure if this is required, see [https://fossil-scm.org/forum/forumpost/bc0b6ce4a1]. ... (check-in: 5677271a1c user: florian tags: js-hamburger-menu)
16:16
Switch away from classic (bubbling-only) event handling to simplify management of temporary handlers, and to have the ESC key listener use a priority (capturing) handler, to prevent any other keydown handlers or default actions for the ESC key while the panel is open. This does not change the compatibility test results summarized here: [https://fossil-scm.org/forum/forumpost/f425a1756c]. (IE8 halts JS processing at JSON.parse in antiRobotDefense, anyway.) Also, for non-compatible browsers, there's a new fallback to transform the hamburger button into a simple (non-scripted) link to the sitemap. ... (check-in: e3376829e2 user: florian tags: js-hamburger-menu)
16:14
Fix a comment on the "html" and "puts" TH1 commands. Before this fix, the meanings of the two commands were reversed. ... (check-in: 35563f3db3 user: drh tags: trunk)
16:08
Alternative name for the "customskin" document in the document index. ... (check-in: 2aa4ef940d user: drh tags: trunk)
2018-10-11
16:36
Cancel the timer to remove the border of the hamburger menu panel after the closing animation, if the menu is closed and immediately reopened by double-clicking the hamburger button. ... (check-in: c73deeb69a user: florian tags: js-hamburger-menu)
16:36
Recalculate the dimensions of the hamburger menu if the browser window is resized. ... (check-in: 7c724cf7b2 user: florian tags: js-hamburger-menu)
16:36
Fix the hamburger menu template from the documentation to ensure TH1 variables are properly HTMLized. ... (check-in: 4d384ed875 user: florian tags: js-hamburger-menu)
16:36
Enable customization of the hamburger menu through the default skin header.txt. ... (check-in: 497dbb356f user: florian tags: js-hamburger-menu)
16:36
Extend the CSS fixes to avoid column breaks inside list items, [dc5e06ff71] and [51da396650], as Firefox classifies 'break-inside' as an 'invalid property name'. This affects the sitemap and the hamburger drop-down menu. ... (check-in: 5bd8d6fe86 user: florian tags: js-hamburger-menu)
16:36
Read the CSS transition style to be restored later directly from the (previously initialized) style property, as window.getComputedStyle() seems to return null with Firefox, in this specific case. This fixes a problem introduced with the previous check-in. ... (check-in: c6735b38b4 user: florian tags: js-hamburger-menu)
16:36
Allow the hamburger menu to be closed instantly by pressing ESC or by clicking outside. This is the patch initially submitted to [https://fossil-scm.org/forum/forumpost/2abe305c2d], with the interim changes incorporated. ... (check-in: a44fdd17de user: florian tags: js-hamburger-menu)
09:39
Fix minor inaccuracy in the number of years in the human_readable_age() function. ... (check-in: e93ae526ef user: drh tags: trunk)
2018-10-10
19:49
Applied a patch by forum user vor0nwe to allow the WYSIWYG wiki page editor to work in the face of the new CSP restrictions on inline JavaScript. The patch and explicit license for inclusion in Fossil are here: https://fossil-scm.org/forum/forumpost/6985a4754e ... (check-in: 543cdd4770 user: wyoung tags: trunk)
16:42
Removed a period at the end of a sentence ending in a URL to avoid the need for cleverness in URL handling to get the correct document to open. (Affects "fossil help grep" output.) Problem noticed by jungleboogie on the forum, /forumpost/13332107cc.) ... (check-in: fac3d6b0d4 user: wyoung tags: trunk)
2018-10-09
16:06
Added a nonce attribute to the <script> tag for the inline JavaScript backing the WYSIWYG wiki editor feature. Without this, modern browsers throw a CSP violation. ... (check-in: 12a90ff444 user: wyoung tags: trunk)
15:21
Bolded the card letters in fileformat.wiki and normalized 'X card' vs 'X-card' vs '"X" card' to make it easier to search for a given card type in the document. ... (check-in: a1437b2447 user: wyoung tags: trunk)
13:57
Update to SQLite 3.25.2 final ... (check-in: 04a2142883 user: jan.nijtmans tags: trunk)
12:28
Fix a conflict when syncing forum posts. ... (check-in: 8a980fde21 user: drh tags: trunk)
12:22
Fix a minor hyperlink problem in the bootstrap skin. ... (check-in: 7ca68af0b8 user: drh tags: trunk)
2018-10-06
23:02
Added the mv/rm files change to the 2.7 changelog ... (check-in: be1bc912fe user: wyoung tags: trunk)
17:10
Fixed an HTML typo in the /help page, reported by "Z03": (https://fossil-scm.org/forum/forumpost/13c80e13e2 ... (check-in: 1f4a9eb90c user: wyoung tags: trunk)
14:14
The "fossil help -o" command shows command-line options that are common to all commands. ... (check-in: 50eb6bd569 user: drh tags: trunk)
2018-10-04
18:35
Activate CSP for the bootstrap skin. ... (check-in: a762ba1f7f user: drh tags: trunk)
14:56
On the /setup_ucap_list page, show the number of users having each capability, with a link to a list of users. This only works for administrators. ... (check-in: 594421796a user: drh tags: trunk)
14:08
Update list of common commands in man page ... (check-in: cc6f7a9257 user: andygoth tags: trunk)
13:45
Allow users with Forum Supervisor permission ('6') to add Forum Write Trusted permission ('4') to users as they are approving a post by that user. ... (check-in: d33d446f9c user: drh tags: trunk)
12:52
Remove the [https://www.sqlite.org/compile.html#enable_fts3_parenthesis|SQLITE_ENABLE_FTS3_PARENTHESIS] compile-time option from default builds. This avoids problems that might arise when users type parentheses in search boxes that use FTS. ... (check-in: 9dc49e61cf user: drh tags: trunk)
07:36
Avoided a crash in Fossil > Admin > Notification > Send Announcement triggered when no subscribers are set up, causing it to fail on Submit if you tell it to send the announcement to all subscribers. The check also guards against sending such things before email alerts are set up. In either case, the "Send Announcmeent" page gives an error pointing you to the docs, rather than a form that cannot be successfully submitted. ... (check-in: ea646955f1 user: wyoung tags: trunk)
07:13
Fixed an off-by-one error affecting "fossil grep" when the final argument was left off. ... (check-in: f6502e8cae user: wyoung tags: trunk)
06:20
Commented out the -lm option added to Makefile.classic recently: libm doesn't exist on all platforms. ... (check-in: 729360ecc6 user: wyoung tags: trunk)
2018-10-03
22:23
Checkin [15e1dcd058b5b3e1] had no useful effect: we need to set this flag at the "make" level, not as a C preprocessor flag. Not backing it out because the change is harmless as well as useless. ... (check-in: f08a09ca0d user: wyoung tags: trunk)
21:52
Added -lm to LIB in Makefile.classic to allow src/piechart.c to build on systems where the trig functions are in libm. ... (check-in: ba71b35957 user: wyoung tags: trunk)
21:51
Added -DUSE_LINENOISE to Makefile.classic, since it's built into Fossil, and that build system has no way to find or use libedit or libreadline intead. ... (check-in: 15e1dcd058 user: wyoung tags: trunk)
21:25
Listed the actual differences between fossil grep options and those defined by POSIX in www/grep.md. ... (check-in: d5499091ee user: wyoung tags: trunk)
21:11
Added a spec reference to POSIX grep, and fixed a typo. ... (check-in: 9fc411ab58 user: wyoung tags: trunk)
20:20
Expanded a few of the sections in the new www/grep.md doc ... (check-in: f984d331ae user: wyoung tags: trunk)
20:11
URL fix ... (check-in: 186748fff9 user: wyoung tags: trunk)
20:09
Moved the documentation for Fossil's grep implementation out of src/regexp.c into a new document with greatly-expanded content, www/grep.md, which is now referenced both from the source code and in the output for "fossil help grep". ... (check-in: 2e1775e23a user: wyoung tags: trunk)
20:09
Added an entry for `fossil grep` to the www/changes.wiki file in the 2.7 section. Somehow this addition wasn't noted prior to the release. ... (check-in: 9e1faa0260 user: wyoung tags: trunk)
16:52
Remove uncommonly used commands from the set of "common" commands in the "fossil help" listing. ... (check-in: 2931351893 user: drh tags: trunk)
2018-10-01
06:21
Merged branch libbind-ns-alternative: I haven't found any platform where this won't build. It doesn't enable libbind or use libresolv better on every platform where it might possibly work, but at the very least it avoids build errors everywhere I've tried it. ... (check-in: 71c298f3ea user: wyoung tags: trunk)
2018-09-29
17:51
New document: Fossil as Blockchain. ... (check-in: a937c69e1d user: drh tags: trunk)
02:23
Update man page to sync with www/index.wiki ... (check-in: 50c2a14dbf user: andygoth tags: trunk)
02:18
Run "tools/man_page_command_list.tcl fossil.1" to update Fossil man page to include new "common" commands, according to the output of "fossil help" ... (check-in: 7f890aa458 user: andygoth tags: trunk)
2018-09-28
20:54
Document reference links having no second set of square brackets ... (check-in: 2856830e17 user: andygoth tags: trunk)
14:59
Fix typo in the event.wiki page. ... (check-in: 335d529597 user: drh tags: trunk)
2018-09-27
02:17
Guess that agents with "iPad" in their name do not want the narrow screen versions of the page. ... (check-in: b76eebea87 user: drh tags: trunk)
2018-09-26
19:46
Update to SQLite 3.25.2 ... (check-in: c7db0ee51d user: jan.nijtmans tags: openssl-1.1)
18:45
"New Message" -> "New Thread" in forum. ... (check-in: e11d391711 user: wyoung tags: trunk)
18:39
Setup and Admin users that are in the subscriber table were getting email alerts only if they had explicit moderator capabilities set. Those with bare "s" or "a" weren't getting notified. ... (check-in: 1d3dd1d917 user: wyoung tags: trunk)
14:04
Enable the chronological forum display for all users able to read the forum. Make chronological the default display mode for mobile devices, as determined by the user-agent string. ... (check-in: c720327afe user: drh tags: trunk)
13:33
When clicking on a username in the timeline, link to a timeline that shows *all* events for that user. In other words, override the display-cookie y= query parameter by providing an explicit y=a query term. ... (check-in: 6313d0a828 user: drh tags: trunk)
2018-09-25
17:26
Update the built-in SQLite to the 3.25.2 release candidate, for testing. ... (check-in: 5fdd53120e user: drh tags: trunk)
2018-09-22
19:37
Update to Fossil 2.7 ... (check-in: 9d067b61eb user: jan.nijtmans tags: openssl-1.1)
17:40
Version 2.7 ... (check-in: 9aa9ba8bd2 user: drh tags: trunk, release, version-2.7)
17:09
Typo fix ... (Closed-Leaf check-in: b6c490cedb user: tangent tags: libbind-ns-alternative)
17:02
Added a check for ns_parserr(), which we currently don't know how to find on OpenBSD. This also fixes a logic error in auto.def which would cause the warning that this feature won't be compiled to not be given. ... (check-in: f99e76324c user: wyoung tags: libbind-ns-alternative)
16:55
Removed the "Linux" platform test from the DNS MX stuff in src/smtp.c. You should always test for features, not platforms, and we've now got the feature tests we need to replace this too-broad platform test. ... (check-in: 5358fe9563 user: wyoung tags: libbind-ns-alternative)
16:38
Replaced the call to the undocumented ns_name_uncompress() function with dn_expand(), which is documented, at least on OpenBSD, and it's shorter. Then made ns_name_uncompress() and __ns_name_uncompress() fallbacks for this, with suitable autosetup tests for all of it. ... (check-in: d0fb5ac7ca user: wyoung tags: libbind-ns-alternative)
06:57
Fix to previous for CentOS 7. ... (check-in: c7640b3895 user: tangent tags: libbind-ns-alternative)
06:46
The previous checkin on this branch prevented src/smtp.c from both building and linking because the code previously assumed that it could only build against libresolv for MX lookups and such on Linux, but the checkin gave it enough slack to *attempt* to build on macOS. This checkin prevents that from happening if run on stock macOS, but if you install libbind via Homebrew, it also opens up the possibilty to biuld against it for the first time. It's a complicated sequence of checks due to the way libbind interacts with the stock libresolv. This means we have yet more reason to want to test this widely before merging it to trunk. ... (check-in: 4d9970f618 user: wyoung tags: libbind-ns-alternative)
05:47
Added autosetup checks for alternative libraries and names for the res_query() and ns_*() functions that module smtp.c previously depended on finding in libresolv/glibc. Checking it in on a branch because it needs multiplatform testing. This version solves the problem originally reported on the forum by Andy Goth, being that the current trunk doesn't build on CentOS 5. ... (check-in: ed3b1e4d89 user: wyoung tags: libbind-ns-alternative)
04:21
Add build directories to ignore-glob. ... (Closed-Leaf check-in: bddd4961aa user: ashepilko tags: build-ignore-glob)
00:54
Second attempt at blockquote styling, this time restricting it to forum posts only. (Previous: [2190f86c324d0]) ... (check-in: c285cd0812 user: wyoung tags: trunk)
00:22
Fix the indented paragraph on the homepage. ... (check-in: 0d7ac90d57 user: drh tags: trunk)
2018-09-21
13:57
Avoid unnecessary quoting of ASCII characters 34 and 39 in the markdown formatter. ... (check-in: 7950dc2297 user: drh tags: trunk)
12:34
Back out the block-indentation CSS change from check-in [2190f86c324d0f57fa4f8]. ... (check-in: eae0a9821d user: drh tags: trunk)
01:52
Replaced the "hasOwnProperty" test for CSS transition support in the animated hamburger menu JS code with a better test that not only works on old IE but also on some truly ancient versions of SeaMonkey, Firefox, Chrome, etc. ... (check-in: ee074372e8 user: wyoung tags: trunk)
2018-09-20
15:55
Updates to the change log for the upcoming 2.7 release. ... (check-in: 450e872354 user: drh tags: trunk)
13:38
Update the built-in SQLite to version 3.25.1. ... (check-in: c5abb962aa user: drh tags: trunk)
13:35
Fix the default CSS for the "columns" class to avoid breaking column breaks within a single &lt;li&gt; element. ... (check-in: 51da396650 user: drh tags: trunk)
11:21
Fixed the panel.style.hasOwnProperty() test in the default skin's js.txt so that it will work on IE8 and below. See code comment for rationale. ... (check-in: e54095f9af user: wyoung tags: trunk)
10:31
Allow /sitemap to accept the popup query parameter as GET as long as the incoming request is from the same origin. This is probably sufficient to prevent revealing URLs to robots. And the use of GET seems to be more in keeping with the REST idea. ... (check-in: 2804c71a43 user: drh tags: trunk)
10:27
The POST request by the hamburger menu must set the right content type of application/x-www-form-urlencoded in order to pass the popup=1 query parameter. ... (check-in: ee0f77dffa user: drh tags: trunk)
06:44
Backout of [e0cc10f03e518831]: Bring back default windows builds with OpenSSL 1.3 ... (check-in: 9e03e51361 user: jan.nijtmans tags: openssl-1.1)
2018-09-19
21:00
Add docs on using IDE for Fossil development. ... (check-in: 7d2be6f824 user: ashepilko tags: cmake-ide)
20:19
Merge updates from trunk. ... (check-in: 2269309f92 user: ashepilko tags: cmake-ide)
19:55
Ignore errors in the clean target commands. ... (check-in: 27c7a49191 user: ashepilko tags: trunk)
2018-09-18
19:37
Backout of [115544e97517f447]. Unbreaks the SSL enabled build for MSVC on Windows, due to OpenSSL build system changes that are not accounted for by the check-in. Also, there were crashes with MinGW produced binaries using OpenSSL 1.1.1. ... (check-in: e0cc10f03e user: mistachkin tags: trunk)
17:50
Added a missing db_finalize() call in /json/branch/list which led to a downstream segfault via an invalid/destructed Stmt handle. ... (check-in: e45789ee83 user: stephan tags: trunk)
15:53
Add the "fossil branch current" command to the 2.7 change log. ... (check-in: fc977f14b1 user: drh tags: trunk)
15:50
Add the "fossil branch current" command. Also rearrange the code and the help text for the "fossil branch" command so that the various subcommands are in alphabetical order. ... (check-in: 3b0a1f4e1e user: drh tags: trunk)
2018-09-17
09:47
Wiki markup fixes in the recent edits to the www/forum.wiki doc ... (check-in: 079431525d user: wyoung tags: trunk)
09:40
Removed a paragraph stranded by the email docs reorg several checkins ago. ... (check-in: ba35b5ff31 user: wyoung tags: trunk)
09:33
Fixed a typo ... (check-in: 692aceed4b user: wyoung tags: trunk)
08:20
Added colored shading, more padding, and a thick left border to <blockquote> elements in the default skin. This is based on some custom styling that Florian Balmer has been doing for quoted text on the forum lately, but the styling is rather different. It affects all such elements, not just those in forum posts, since I couldn't see a good reason to restrict it: it should be equally valuable in wiki and embedded doc articles as well. ... (check-in: 2190f86c32 user: wyoung tags: trunk)
02:58
Updated the documentation permuted index to include a grammar fix checked in with the previous checkin. ... (check-in: d8d979fee5 user: wyoung tags: trunk)
02:57
Reworked the documentation for email alerts to put all the information in a single document: a) Moved the "quick email setup" material from the forums.wiki document into `alerts.md`; b) linked to that moved material from its original location; c) greatly expanded the material previously present in the `alerts.md` document; c) merged the `emaildesign.md` document into `alerts.md`, so we don't have to link out to two separate documents which previously partially repeated each other. This pass also fixed a number of grammar errors and broken links. ... (check-in: 2ef70be2f7 user: wyoung tags: trunk)
2018-09-16
21:14
Replaced the WIP and indefinite future paragraphs in www/alerts.md with definite statements now that we're approaching release. ... (check-in: 05b4082915 user: wyoung tags: trunk)
18:45
Docker: upgrade to fedora 28, and use https in stead of http to retrieve fossil source code. Use fedora versions of Tcl in stead of building our own. ... (check-in: edc31f4691 user: jan.nijtmans tags: trunk)
15:43
Make sure that Fossil is always compiled with SQLite >= 3.25.0. Add mention of TLS 1.3 to changelog. ... (check-in: d0dcf908a8 user: jan.nijtmans tags: trunk)
2018-09-15
20:27
add support for TLS 1.3, when compiled with OpenSSL 1.1.1 (LTS). Windows build adapted to use OpenSSL 1.1.1 by default. Still compiles and runs with older OpenSSL as well ... (check-in: 115544e975 user: jan.nijtmans tags: trunk)
18:33
Rerun mkindex.tcl to get an updated permutedindex.html file. ... (check-in: ce1d61acd7 user: drh tags: trunk)
17:37
Added www/forum.wiki to the documentation index. ... (check-in: 7bd7b2c6c7 user: wyoung tags: trunk)
12:42
Increase the version number to 2.7. ... (check-in: 4559373c10 user: drh tags: trunk)
12:39
Update the built-in SQLite to the 3.25.0 release. ... (check-in: 048a6f80d3 user: drh tags: trunk)
2018-09-14
21:23
Fix a typo. ... (check-in: 4b562158f6 user: ashepilko tags: trunk)
21:15
Describe the debugging options. ... (check-in: d364933abc user: ashepilko tags: cmake-ide)
19:13
Merge updates from trunk. ... (check-in: f59c9ecb5e user: ashepilko tags: cmake-ide)
12:53
Update the change log. ... (check-in: d78f1f3c59 user: drh tags: trunk)
2018-09-12
13:39
Removed the anti-robot defense stand-down call from the default skin's new footer JS: that's handled server-side now with /sitemap?popup=1. ... (check-in: 7d5ff435ff user: wyoung tags: trunk)
13:20
Added copyright and license comment to the top of the new skins/default/js.txt file. ... (check-in: 972ae10b30 user: wyoung tags: trunk)
12:33
Avoided a divide by 1000 by changing a value formerly specified in floating point seconds to be specified in milliseconds, so we don't need the arithmetic. ... (check-in: 1d5eea6669 user: wyoung tags: trunk)
12:32
Moved a single-use variable interpolation inline with its use point. Also improved some comments. ... (check-in: 56db6170e8 user: wyoung tags: trunk)
2018-09-11
17:47
Documentation updates for custom TH1 commands. ... (check-in: 874a4dac8c user: mistachkin tags: trunk)
14:54
merge trunk ... (Closed-Leaf check-in: 368c78a855 user: jan.nijtmans tags: openssl-1.1)
14:29
Compile openssl with option no-weak-ssl-ciphers (or -DOPENSSL_NO_WEAK_SSL_CIPHERS) Update custum Makefile.mingw ... (check-in: 58b7b4e51c user: jan.nijtmans tags: trunk)
00:56
The default skin requires 1200px or more before the "wideonly" class is displayed. ... (check-in: 68f4c2b048 user: drh tags: trunk)
00:52
Fixes to the new script element of skins. ... (check-in: c22b71dfc8 user: drh tags: trunk)
00:10
Add a hamburger menu that brings up an overlaid /sitemap to the default skin. ... (check-in: 9c887998ca user: drh tags: trunk)
00:03
Split out the javascript for the default skin into the separate skin-script property. ... (Closed-Leaf check-in: 72cfbf7002 user: drh tags: js-hamburger-menu)
2018-09-10
23:57
Merge in the ability to define a script for a skin. ... (check-in: 666c4f9aa4 user: drh tags: js-hamburger-menu)
23:47
Add the styleScript TH1 command to enabling including the script element of the skin in-line in the header or footer. ... (Closed-Leaf check-in: dc88a533e2 user: drh tags: skin-script)
23:34
Add the new "script" element to skins, accessible as /script.js. The idea is to put the hamburger menu javascript from the js-hamburger-menu branch in this script element, rather than inlining it in the footer. But I am not certain that is the best way to go so this change is parked on a branch for now. ... (check-in: e5dbc6122d user: drh tags: skin-script)
22:21
Update the built-in SQLite to the first 3.25.0 release candidate. ... (check-in: ed84acb6d2 user: drh tags: trunk)
13:41
Added a guard on the use of CSS transitions so it falls back to a non-animated menu pull down if they appear not to be available on the current browser. Also added a check for the existence of the hamburger menu item in case the skin admin diked it out, and did a few other minor tweaks to the footer JS code. ... (check-in: 5d9a345481 user: wyoung tags: js-hamburger-menu)
10:01
Timing tweaks: made "hide borders" hack occur about the same time as the CSS transition finishes, and increased the menu show delay still further to make it work for Firefox. ... (check-in: 7bb68023bd user: wyoung tags: js-hamburger-menu)
09:30
Changed hamburger menu drop-down menu from 33% of the screen width to 90%: it works better on small screens, and it allows the sitemap to go multi-column on wider screens. Also added some right-side padding to balance the padding added for <ul> on the left. ... (check-in: e76a243da9 user: wyoung tags: js-hamburger-menu)
09:27
Removed the <div> wrapping <ul id="sitemap"> and moved the multicolumn styling applied to it down to the <ul>, since it is already a block level element, so we don't need a div wrapper on it. And then there's the real reason, which is that we want the multicolumn styling to work on the drop-down hamburger menu version as well. ... (check-in: 0d391a1ba5 user: wyoung tags: js-hamburger-menu)
09:02
Increased the transition delay to make the initial drop-down animation happen in Firefox 62. ... (check-in: 8918a8a80a user: wyoung tags: js-hamburger-menu)
08:48
Using CSS transitions to mimic jQuery's slideUp/Down() transitions. This probably restricts browser compatibility still further above the XHR issue noted in the earlier checkin on this branch. According to MDN, we're probably restricted to IE 10+ with this, and maybe not even that due to not using vendor-specific extensions for the transitional browser versions. ... (check-in: 90bd66750d user: wyoung tags: js-hamburger-menu)
07:17
Converted JS hamburger button menu code to use standard JS only, no jQuery. Temporarily lost the animation with this change: I'm checking this in separately to make the difference between this and the jQuery version clearer. Not sure how portable it is yet; I wouldn't be surprised if it broke on old IE, since we're using xhr.onload instead of the horrid mess that is xhr.onreadystatechange. ... (check-in: 113ba3d9de user: wyoung tags: js-hamburger-menu)
2018-09-09
17:42
Merged in trunk improvements ... (check-in: 96b1a9ca4d user: wyoung tags: js-hamburger-menu)
17:41
Reverted [59c7ca0509]: drh says we can't use jQuery. Also, there was a syntax error that sent all hyperlinks to the honeypot in some conditions. ... (check-in: 5a62b395ed user: wyoung tags: js-hamburger-menu)
2018-09-06
20:39
Update the built-in SQLite to the latest 3.25.0 alpha version for testing. ... (check-in: 48171b6618 user: drh tags: trunk)
03:56
The hyperlinks in the hamburger menu drop-down still had the anti-robot defense activated. Defeated it. ... (check-in: 571df2e8b4 user: wyoung tags: js-hamburger-menu)
03:56
Converted src/href.js to jQuery as a demonstration: the code's nearly half the size, and it's clearer as a result. ... (check-in: 59c7ca0509 user: wyoung tags: js-hamburger-menu)
03:06
Typo fix; patch by jungleboogie in forum post ID 775e4c0771. ... (check-in: c8ef388b28 user: wyoung tags: trunk)
2018-09-05
23:45
Fixed a bug in the onclick handler for the new hamburger button which allowed the browser to follow our empty 'a href="#"' link. For some reason, Chrome only did this sometimes, not always, which lead to me thinking it was some kind of race condition. ... (check-in: e806e5c4df user: wyoung tags: js-hamburger-menu)
23:08
Ajaxy animated drop-down menu on clicking a new hamburger button in the default skin, as requested by drh on the forum: https://fossil-scm.org/forum/forumpost/40a18bd742 Initial version uses jQuery loaded from Google Hosted APIs for ease of development. ... (check-in: d7c43c5aa7 user: wyoung tags: js-hamburger-menu)
15:16
Avoid column breaks inside a top-level bullet in the /sitemap. ... (check-in: dc5e06ff71 user: drh tags: trunk)
2018-09-04
12:10
Added more info on quoting rules in Tcl/TH1 to the th1.md doc ... (check-in: 30e9ccd59d user: wyoung tags: trunk)
11:59
Fixed some grammar and spelling in the th1.md doc. ... (check-in: 40787f5011 user: wyoung tags: trunk)
2018-09-03
16:12
Do away with compiler warning about uninitialized variable. ... (check-in: af39da6d55 user: andybradford tags: trunk)
07:40
Calling db_end_transaction() from the early-exit code paths of setup_skin_admin() to avoid "Transaction started at ./src/skins.c:466 never commits" complaints with some types of Admin -> Skins edits. ... (check-in: 1c0b78b451 user: wyoung tags: trunk)
07:06
Merged wrap-run_in_checkout branch down to trunk. ... (check-in: 49e86fe0a8 user: wyoung tags: trunk)
06:27
The test harness now skips all tests done in the Fossil source repo checkout directory while there are uncommitted changes because that will affect the behavior of fossil status, fossil diff, etc., which in turn tends to create false positives in test harness code that checks for changes in fossil command output. ... (Closed-Leaf check-in: 78ec683882 user: wyoung tags: wrap-run_in_checkout)
06:22
Partially reverted one of the run_in_checkout replacements in test/th1.test: it was inside a foreach loop, which means the test for whether we're inside the Fossil repo checkout was being done 26 times. This is not only inefficient, it spammed the output with "Skipping test blabla..." lines. Now doing a manual check outside the loop and skipping the in-repo tests silently inside the loop. ... (check-in: 3cb1b4f0a4 user: wyoung tags: wrap-run_in_checkout)
06:19
Fixed a Tcl syntax error checked in with [33efa2fa]. (Yay dynamic languages that run the code even if it's syntactically invalid. P'tui!) ... (check-in: 4315d46462 user: wyoung tags: wrap-run_in_checkout)
06:15
The new test_block_in_checkout proc in tester.tcl was not setting the CODE and RESULT global variables when it skipped a test, so there was a chance that a test would end up checking the prior values and throw a false positive. ... (check-in: 2aaee4841e user: wyoung tags: wrap-run_in_checkout)
06:13
Fixed a Tcl logic error committed with [33efa2fa]. ... (check-in: 024305978f user: wyoung tags: wrap-run_in_checkout)
02:57
Extracted the logic that was in tester.tcl's new outside_fossil_repo proc to the global level which just saves the result to a global variable so the logic doesn't have to be re-run for each test that relies on it. The result doesn't change from one call to the next, as you'd hope for a proc without parameters. ... (check-in: 1a4e87dcc1 user: wyoung tags: wrap-run_in_checkout)
00:40
Replaced most of the direct calls to run_in_checkout from within the test suite with one of two wrapper functions that skip those tests when you run "make test" outside a Fossil repository checkout directory, such as from a directory containing an unpacked source release tarball. (The two remaining direct calls to that proc from test/*.test are preceded by a check that skips the whole file they're in, since that whole file does nothing else.) This is being checked in on a branch because it is not yet thoroughly tested, yet I need the checkpoint. ... (check-in: 33efa2fa05 user: wyoung tags: wrap-run_in_checkout)
00:24
The -quiet flag passed by default to tester.tcl can now be overridden by passing TESTFLAGS to make. Before, there was no way to set -verbose this way because "-quiet -verbose" means the same thing as "-quiet". ... (check-in: 401a4c3d46 user: wyoung tags: trunk)
2018-09-02
23:05
Cached the result of "$tcl_platform(platform) eq "windows"" in test/tester.tcl and replaced all of the repetitions of this expression with a test of the variable. ... (check-in: 2e4143aa4b user: wyoung tags: trunk)
21:51
Removed a debug message accidentally checked in. ... (check-in: 8eadf4c428 user: wyoung tags: trunk)
21:47
Merged tclsh-macos down to trunk. ... (check-in: ee2ffe3599 user: wyoung tags: trunk)
21:46
Fixed an incorrect Tcl string comparison checked in with [e449cb09]. ... (Closed-Leaf check-in: c94617b57d user: wyoung tags: tclsh-macos)
21:00
Explained "Why can't we use Jim Tcl for the test suite?" in the auto.def comment above the check for a suitable tclsh version. Basically, I tried it and then documented a few of the resulting failures. ... (check-in: 91eaef6131 user: wyoung tags: tclsh-macos)
20:33
After autosetup checks for the existence of tclsh in the PATH, it now checks whether it's at least version 8.6, because macOS is still shipping 8.5, despite it being nearly 6 years old. If we find an old tclsh, try to find the Homebrew tcl-tk package, and use that version instead. This is not a macOS or Homebrew specific change in principle: we can extend this logic for other systems to find their best Tcl/Tk version, as needed. On systems where autosetup is used, this only affects "make test". There are other uses of tclsh in this tree which may also benefit from our PATH discoveries, but this checkin doesn't update those. This checkin also doesn't try to address similar problems on other platforms, such as the "TCLSH = tclsh" line in Makefile.mingw. ... (check-in: e449cb09c1 user: wyoung tags: tclsh-macos)
10:07
In the file browser, limit the maximum number of columns to be the number of files, so that a single file is never split across two columns. ... (check-in: e585c3e676 user: drh tags: trunk)
2018-09-01
20:49
Noted the responsive design changes to the default skin in the change log. Expanded on the forum and alerts feature items. Changed all the past-tense verbs to present tense to match the rest of the items and the prevailing style in past change log entries. ... (check-in: 6f87b4af08 user: wyoung tags: trunk)
20:19
Added "overflow-y: hidden;" to the CSS for the default skin to prevent some browsers (Chrome, Firefox, and Safari on macOS, at least) from adding a vertical scroll bar to the navbar. This was only necesasry on this skin because of the recently-added "overflow-x: auto" style, which tells the browser to clip or horizontally-scroll the navbar if the screen width isn't sufficient to show the whole thing; previously in this skin, and currently in all other skins, this condition causes the navbar to wrap to the next line, which looks particularly bad on the default skin. I believe this then made these browsers calculate some extra space for a possible horizontal scroll bar, which then ran the layout engine out of space, so it included the vertical bar just in case. This may be macOS specific, due to the scroll bar hiding behavior introduced several OS release back. ... (check-in: e8783b9aa2 user: wyoung tags: trunk)
14:52
Add 1em of left padding to multi-column unordered lists. This extra padding is necessary to get Chrome and Edge to display the bullets on second and subsequent columns. ... (check-in: c429bb7917 user: drh tags: trunk)
14:19
Make the sitemap show in multiple columns on wide-screen browsers. ... (check-in: 894cff0ace user: drh tags: trunk)
2018-08-31
22:41
Remove the n=200 query parameter from the timeline link on the /sitemap. ... (check-in: f1e6cc1385 user: drh tags: trunk)
22:03
Login and subscription forms work better on mobile. ... (check-in: 27769be9d0 user: drh tags: trunk)
21:07
Render captchas in a smaller font that works better on mobile. ... (check-in: 75c89def6b user: drh tags: trunk)
20:24
Fix an unterminated transaction in the /admin_th1 page. ... (check-in: 447d273214 user: drh tags: trunk)
19:21
Less vertical space on the default menus and title. ... (check-in: 96938c42a6 user: drh tags: trunk)
19:03
In the default skin, adjust the labels in the menu bar depending on screen width. ... (check-in: 306f8ffdef user: drh tags: trunk)
17:15
Changes to the CSS for the default skin so that it works better on mobile. ... (check-in: c565732f78 user: drh tags: trunk)
13:05
Improvements to the skin editor. ... (check-in: bd2bf81c35 user: drh tags: trunk)
11:59
Fix the "Public Pages" setting so that the initial part of the path that identifies a particular repository is ignored. ... (check-in: d6cd1477d4 user: drh tags: trunk)
11:32
Omit the Forum Search at the top of the /forum page if search is disabled. ... (check-in: d4281bbc03 user: drh tags: trunk)
11:05
Fix hyperlinks for extra pages on the /sitemap so that they correctly resolve to the root of the repository. ... (check-in: 96fbcd1311 user: drh tags: trunk)
10:57
Fix to the configuration page for the License link in /sitemap. ... (check-in: ace123b7ad user: drh tags: trunk)
10:47
Enhancements to the /sitemap page. New configuration options to add optional entries to the /sitemap page. ... (check-in: 6898b3e730 user: drh tags: trunk)
2018-08-30
21:20
Merge the email.c-to-alerts.c refactor. ... (check-in: fc5c7d2625 user: drh tags: trunk)
21:19
Change the name of the "email.c" source file into "alerts.c". Make corresponding changes to various interfaces. ... (Closed-Leaf check-in: cfbbc53778 user: drh tags: refactor-alerts)
16:13
Silence warning about unused variable ... (check-in: 2f72c1fbd2 user: andygoth tags: trunk)
16:05
Add the ability to delete users to the /setup_uedit webpage. ... (check-in: 1e5cdd35cd user: drh tags: trunk)
14:43
Attempt to make the /subscribe and /alerts forms less confusing. ... (check-in: 6d04bab418 user: drh tags: trunk)
14:03
Update the built-in SQLite to the latest 3.25.0 alpha version, for testing. ... (check-in: 57e80ad20a user: drh tags: trunk)
2018-08-29
12:57
Improvements to the capability listing page: /setup_ucap_list ... (check-in: 8689cf8b83 user: drh tags: trunk)
11:17
Updates to the "How The Download Page Works" document. ... (check-in: 498cfbf76a user: drh tags: trunk)
11:06
Disallow inline javascript unless protected by a nonce. ... (check-in: ff747b5151 user: drh tags: trunk)
11:04
Try to start a new write transaction before updating the VCACHE table. This will hopefully prevent occasional "database is locked" errors when browsing the documentation. ... (check-in: 03979823d1 user: drh tags: trunk)
03:31
Fixed some Markdown-isms just checked into www/forum.wiki. ... (check-in: 34a3bc12b0 user: wyoung tags: trunk)
03:25
Assorted improvements to the "Skin Setup" section of forum.wiki. ... (check-in: 04d4bde170 user: wyoung tags: trunk)
03:13
Clarity fixes to the Email Alerts capability paragraph of forum.wiki ... (check-in: d6e5754d71 user: wyoung tags: trunk)
2018-08-27
15:00
Remove unnecessary execute bit ... (check-in: cabc447c68 user: andygoth tags: trunk)
15:00
Correct markdown reference documentation on optional outermost | characters ... (check-in: 08e4371bdc user: andygoth tags: trunk)
2018-08-26
03:35
Applied the new CSP nonce to the <script> tags in the header for the Enhanced Original, Eagle, and Xekri skins, else the clock in the upper right breaks and Chrome gives an error about the CSP violation. ... (Closed-Leaf check-in: b9d86ed261 user: wyoung tags: csp-nonce)
02:20
Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. ... (check-in: 3f12d40661 user: mistachkin tags: trunk)
2018-08-25
20:41
Coloring the hyperlinks to the newest forum posts from /forum with a dimmer and less saturated version of the normal hyperlink color in the default skin, to test the new div.forumPosts selector. Other skins to be updated later if this is approved. ... (check-in: 86ff84dac8 user: wyoung tags: trunk)
17:50
Merge enhancements from trunk. ... (check-in: 17b9ecbea6 user: drh tags: csp-nonce)
17:24
Merged forum-skin-links branch to trunk. ... (check-in: 91c2b1b6c5 user: wyoung tags: trunk)
16:06
Added new CSS class forumPosts to the <div> containing the list of posts on the /forum page so that skins can target elements of this list differently than others. One immediate use for this is styling read threads differently via a:visited styling. Currently, only one of the stock skins ships with an unconditional a:visited change, so that all links show in the same color regardless of their state. That's fine in most areas of the UI, but in the forum, a skin developer may want something special, so we need a way to mark them differently. This <div> was already using the broadly-used "fileage" style, but we don't want changes to a:visited and such to affect all other users of fileage, so we need a unique style to this page. ... (check-in: 7778249033 user: wyoung tags: trunk)
2018-08-24
08:29
Merge trunk. Undo unintended changes in previous commit ... (check-in: 5583448c56 user: jan.nijtmans tags: openssl-1.1)
08:25
Add configurations "enable-capieng" (use Windows Certificate Store) and "no-weak-ssl-ciphers" (disable RC4 support) ... (check-in: b5a11142ee user: jan.nijtmans tags: openssl-1.1)
2018-08-23
16:02
Do not try to run backoffice if not connected to a valid repository. ... (check-in: 3f5b254932 user: drh tags: trunk)
15:14
Merge trunk. Update to Beta 7 of OpenSSL 1.1.1 (pre release 9, with TLS 1.3 support !!!) ... (check-in: cbdbc0a0ce user: jan.nijtmans tags: openssl-1.1)
15:07
Add the meta-viewport header to the repository list page. ... (check-in: bb7c2d91df user: drh tags: trunk)
02:57
Put all javascript inline using a nonce. Disallow 'unsafe-inline' CSP for javascript. ... (check-in: 89c40851f0 user: drh tags: csp-nonce)
2018-08-22
19:43
Fix a unfinalized query in the /admin_log page. ... (check-in: 6022ad49c4 user: drh tags: trunk)
2018-08-21
01:33
Dynamic number of columns on the /help page, based on screen width ... (check-in: 1d495e89e2 user: drh tags: trunk)
2018-08-20
23:36
Add 10% more horizontal space in columns of the file browser /dir page. ... (check-in: 0acb670e53 user: drh tags: trunk)
19:30
For timeline graphs on narrow screens, set the rail pitch to its minimum value to conserve horizontal space. ... (check-in: e63da90dee user: drh tags: trunk)
19:15
When displaying a timeline on a narrow screen, move the date to the third column to make the first column narrower. ... (check-in: 8fc7c1b1bb user: drh tags: trunk)
18:29
Fix harmless compiler warnings. ... (check-in: 02bd594146 user: drh tags: trunk)
18:05
Make all webpages more mobile-friendly. There are still many tweaks possible, but it seems to basically work now. ... (check-in: 9131af26f1 user: drh tags: trunk)
18:04
Enable responsive design by default on all skins. ... (Closed-Leaf check-in: 466744aae2 user: drh tags: mobile)
17:51
Add automatic columnation of the capabilities in the /setup_uedit screen. ... (check-in: 4f4956f831 user: drh tags: mobile)
17:31
On the flat /dir webpage, automatically adjust the number of columns based on the screen width. ... (check-in: 50698a3c27 user: drh tags: mobile)
16:06
Simple changes to the default CSS and Header that seem to help Fossil work better on mobile by avoiding menu wraps. ... (check-in: 5fb040810e user: drh tags: mobile)
2018-08-17
15:38
Fix the /setup_smtp page so that it edits the routing table sensibly. ... (check-in: 5416287d18 user: drh tags: trunk)
14:24
Add the /emailoutq page, accessible only by the administrator. ... (check-in: ca732777c4 user: drh tags: trunk)
13:04
Break out the user configuration pages into a separate "setupuser.c" source file. ... (check-in: a49ed35bb7 user: drh tags: trunk)
12:32
Improvements to privilege processing and the "Security Audit" page /secaudit0. ... (check-in: 397d23c161 user: drh tags: trunk)
01:27
Allow + signs in email addresses. Added a comment to link to a source giving the true limit on legal characters in email addresses, which are currently far less restrictive than our newly-expanded limits. ... (check-in: 1bfd790352 user: wyoung tags: trunk)
2018-08-16
20:48
Enhance the backoffice to automatically purge stale entries from the emailblob table, if that table exists. ... (check-in: 4c7edd4cfd user: drh tags: trunk)
19:51
Do not put "Return-Path:" headers in notification emails to be sent. That is a violation of standards as only the receiving SMTP server should add the Return-Path header. Instead, include a custom X-Fossil-From: header that downstream software can use (if desired) to set the envelope header of the message. ... (check-in: 731836b869 user: drh tags: trunk)
18:56
For email notifications abound events from a single user (such as individual forum post notifications) make the From: address be a "noreply" hash based on the users human-readable name or handle. Always include a Return-Path: field in the header that is the email-self setting, to be used by MTUs that need to bounce the message. ... (check-in: 475c9d11e9 user: drh tags: trunk)
16:45
Do not show posts that are awaiting moderation to users without moderator privilege unless they are the same user that generated the post in the first place. ... (check-in: 16c42a0808 user: drh tags: trunk)
16:26
Update the built-in SQLite to the latest trunk version which includes the fix for EXPLAIN QUERY PLAN for the query that runs the /forum page. ... (check-in: f8994f8975 user: drh tags: trunk)
16:13
Adjust the /forum page so that it for users without forum moderator privilege, it pretends that unmoderated posts do not exist, and for user with moderator privilege it paints an "Awaiting Moderator Approval" message on posts that need moderation. ... (check-in: ef7f85eecd user: drh tags: trunk)
12:31
Fix the /forum page so that it links to the most recent post. ... (check-in: b0ae37c039 user: drh tags: trunk)
07:21
Improved locality of a variable. No functional change. ... (check-in: 09103fd2f0 user: wyoung tags: trunk)
07:06
Posts are now hidden on the /forum page if they're marked as private (i.e. needing moderator attention) and they were posted by another user, except when the user is a moderator. (Closed because a different method was implemented on trunk.) ... (Closed-Leaf check-in: 779eaaae81 user: wyoung tags: hide-post-if-needmod)
06:36
Replaced a declare-and-init line pair with a single define-with-value line. No functional change. ... (check-in: 8f47c3f653 user: wyoung tags: trunk)
02:03
Fix the hextoblob() function so that does not report out-of-memory if the size of the input string is zero bytes. This fixes the instances of "out-of-memory" reports when accessing the /alerts page without an argument. ... (check-in: 5519c6b8fc user: drh tags: trunk)
01:46
Fixes to the /webmail screen ... (check-in: a24de3f9fc user: drh tags: trunk)
01:43
Add comments to the /register page implementation. No logic changes. ... (check-in: a4419c6c02 user: drh tags: trunk)
2018-08-15
21:28
Do not issue a warning about duplicate branch names when doing a --private check-in. ... (check-in: d7e45aae70 user: drh tags: trunk)
20:50
Improved title on on the /forum page. ... (check-in: dbd96b2c74 user: drh tags: trunk)
20:41
On the main /forum screen, provide the new n= and x= query parameters to enable access to older threads. ... (check-in: aff20904fa user: drh tags: trunk)
20:17
On the "Recent Threads" page (/forum) show the number of messages and the duration of each thread. ... (check-in: a50dfe6fae user: drh tags: trunk)
18:14
Improvements to self-register (the /register page) so that it works correctly for users how are already subscribers and enter the subscriber email. ... (check-in: 4c43f2cd43 user: drh tags: trunk)
15:53
Remove an db_begin_transaction() that had no matching db_end_transaction(). ... (check-in: b2fca3dd4d user: drh tags: trunk)
12:09
Change the default markup language for Forum to Markdown. ... (check-in: 5f3cb278fd user: drh tags: trunk)
11:05
Update to openssl-1.0.2p ... (check-in: 38638cfcdd user: jan.nijtmans tags: trunk)
2018-08-14
13:05
Don't use "file nativename" in makemake.tcl, because it gives a different win/Makefile.msc when run on UNIX ... (check-in: af80be5cef user: jan.nijtmans tags: trunk)
05:59
Changed all of the "sendmail -t" commands to "sendmail -ti" to make it ignore lines containing only a dot; we use EOF to signal "end of message," so we don't need the second signal. This is separate from the smtp.c fix in [51740ce45f]: that's only used when Fossil speaks directly to an SMTP server, where a leading dot is treated somewhat differently than the lone dot rule for sendmail(1)'s stdin. This problem with leading dots was diagnosed by gumblex, /forumpost/4290f75ba1. ... (check-in: 8c0ec30bc3 user: wyoung tags: trunk)
04:39
URL fix ... (check-in: 6787aac97f user: wyoung tags: trunk)
03:55
The blob-to-SMTP encoding logic was not strictly following RFC 5321 in that it was only dealing with the lone dot on the line case, doubling it to prevent the SMTP server from interpreting that as end-of-message. It missed the case where, if anything follows the dot, SMTP drops the leading dot, so you must also double the leading dot in that case. Basically, you always double a leading dot, regardless of line length. This only affects Fossil's direct-to-SMTP email sending case, not those that send via a piped command or via DB. That is dealt with later in [8c0ec30bc3]. ... (check-in: 51740ce45f user: wyoung tags: trunk)
2018-08-13
03:51
Covered capability 7 in the forum.wiki document, and made several improvements to the "Using the Moderation Feature" section. ... (check-in: 31631b756e user: wyoung tags: trunk)
03:23
Assorted minor improvements to the www/alerts.md document. The major one is re-emphasizing the need to give capability 7 to some user or user category. Ask me how I came to think this necessary. :) ... (check-in: 3e75a683ef user: wyoung tags: trunk)
01:11
Typo fix ... (check-in: c3d9c8e082 user: wyoung tags: trunk)
00:59
More forum.wiki tweaks ... (check-in: 26424763c7 user: wyoung tags: trunk)
00:31
Assorted improvements to the forum.wiki document, mainly to the new moderation material. ... (check-in: c1be550832 user: wyoung tags: trunk)
2018-08-12
23:24
Added the "How Moderation Works" section to www/forum.wiki, and improved the newly-renamed "Using the Moderation Feature" section as a result. ... (check-in: 812dd52c7d user: wyoung tags: trunk)
22:27
Added "id"s to every header tag in the forum.wiki document, so you can create links to sub-sections. ... (check-in: 03c298dcb9 user: wyoung tags: trunk)
21:40
Fixed a few references to MIME type "text/x-fossil" in the fileformat document. It's "text/x-fossil-wiki" everywhere else. ... (check-in: e00cdbe702 user: wyoung tags: trunk)
21:35
Add /forum link to sitemap if user has RdForum capability ... (check-in: 5ad7222f4a user: wyoung tags: trunk)
10:42
Merge the fix to the login-by-email-address patch. ... (check-in: 9b4e157b1e user: drh tags: trunk)
06:11
URL fix in forum.wiki ... (check-in: 542c5576b3 user: wyoung tags: trunk)
03:38
Update wording to match documentation. ... (Closed-Leaf check-in: cbfbfa8c72 user: mistachkin tags: updNewCaps)
03:21
Added the "Moderation" section to www/forum.wiki ... (check-in: e06e7f8434 user: wyoung tags: trunk)
03:00
Assorted tweaks and improvements to the new email alerts material in www/forum.wiki. ... (check-in: 4326f76f7f user: wyoung tags: trunk)
02:47
Added the "Email Notification" section to the forum.wiki document. ... (check-in: 6b2752030d user: wyoung tags: trunk)
2018-08-11
23:51
Coding style tweak. ... (Closed-Leaf check-in: 52b9caa502 user: mistachkin tags: login-with-email)
23:47
Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. ... (check-in: 7ce44fab24 user: mistachkin tags: updNewCaps)
21:04
Added forumSel adjustment advice to forum.wiki. ... (check-in: 0194fb6774 user: wyoung tags: trunk)
20:49
The periodic "updateClock()" call made in the header for several of the built-in skins (Eagle, Enhanced1, and Xekri) violates the new stricter CSP, since it requires a JS eval. We don't need an eval here: we can pass the function's name literally to window.setTimeout instead, which treats it as a Function object, which doesn't need to be eval'd. ... (check-in: eac15b4c63 user: wyoung tags: trunk)
19:43
Added the "Enable Forum Search" section to www/forum.wiki ... (check-in: cc5d2e1f17 user: wyoung tags: trunk)
19:28
Zeroed a pointer in its declaration to squish a warning from GCC 4.8.4 on Ubuntu 14.04 about use of a potentially uninitted pointer. I don't think it's actually possible for the current code to use the pointer in the window between its declaration and first use, but I think we can afford the extra machine instruction this will cost us. (I assume newer GCCs are smart enough to analyze this situation correctly, which is why the warning hasn't been squished earlier.) ... (check-in: 892781cb23 user: wyoung tags: trunk)
16:59
Fix to checkin [8c91be8b], which was intended to allow the user to log in with the email found in the contact info field of the user table. That checkin is fine as far as it goes, but it only works if the caller doesn't subsequently try to use the passed user name for anything else, since it isn't actually a user name. This checkin causes the low-level login checking function to re-point the user name pointer at the actual login name discovered while scanning for matching email addresses. ... (check-in: 33522ff4e6 user: wyoung tags: login-with-email)
2018-08-10
23:28
Try to put the human name of the person who posted on the From: line of email notifications for new forum posts. ... (check-in: ad4193315f user: drh tags: trunk)
20:30
Be sure to send forum event notifications in chronological order. ... (check-in: b460250211 user: drh tags: trunk)
17:08
Also remember the name the user for webmail. ... (check-in: 800cd27da7 user: drh tags: trunk)
16:59
Fix the webmail screen so that it remembers the folder that is being viewed. ... (check-in: e0377d04f5 user: drh tags: trunk)
16:51
Fix the /forum webpage so that it works even if the forumpost table does not exist in the repository. ... (check-in: d73c5fd27e user: drh tags: trunk)
16:44
Allow login using either the username or the first email address found in the USER.INFO column. Note that it might be useful to create an index on user(find_emailaddr(info)) to make this efficient in the case where there are many rows in the user table. ... (check-in: 8c91be8bf0 user: drh tags: trunk)
16:16
Add the find_emailaddr() SQL function. ... (check-in: 8a20d41fce user: drh tags: trunk)
2018-08-09
21:40
Remove an unused function from the backoffice.c. This problem only comes up on Windows as the function call was contained within #ifdef _WIN32. ... (check-in: 2d732f4030 user: drh tags: trunk)
16:00
Fix an unfinalized prepared statement in the "fossil bisect ui" command. ... (check-in: 148d4b6603 user: drh tags: trunk)
15:39
Improvements to formatting in generated emails to make them appear less like spam. Suggestions from "gahr" on the forum. ... (check-in: 27404ad05f user: drh tags: trunk)
14:15
Take care that a bug in the email alert sender results in missed alerts rather than an endless cascade of duplicate alerts. ... (check-in: 164c3d1a6a user: drh tags: trunk)
06:59
Minor improvements to forum.wiki ... (check-in: 635d2f6317 user: wyoung tags: trunk)
06:17
Tightned up the login-groups sub-section of the SSO section in forum.wiki. ... (check-in: 60c586d7d7 user: wyoung tags: trunk)
06:13
Tightened up the MTA point in www/forum.wiki, and added a bit about digest delivery. ... (check-in: b51d621223 user: wyoung tags: trunk)
06:04
More feature rah-rah in www/forum.wiki, plus better formatting. ... (check-in: cce5da1658 user: wyoung tags: trunk)
04:34
Clarity pass on the forum capability names in www/forum.wiki to match nomenclature on the Admin -> Users page. ... (check-in: 2490bfba99 user: wyoung tags: trunk)
03:35
Added point about multiple copies of each matching post in web search results to the forum.wiki doc. ... (check-in: 89ab99e380 user: wyoung tags: trunk)
2018-08-08
23:59
Go ahead and permanently remove the backoffice timeout mechanism, as it seems clear we will not have a use for it moving forward. ... (check-in: 4db3848752 user: drh tags: trunk)
20:56
Disable backoffice timeouts. This is a temporary measure to avoid a horrible bug in which a timeout causes the email notification sending process to exit before recording the fact that notifications have already been sent, and thus causing the same notifications to be sent again on the next backoffice cycle, and so forth over and over and over. ... (check-in: 628d63c4cf user: drh tags: trunk)
20:01
Enhance the /register page so that it also does email subscriptions if that is enabled for self-registered users. ... (check-in: 2e30828044 user: drh tags: trunk)
19:43
More SSO discussion improvements in forum.wiki ... (check-in: bc303c0ec0 user: wyoung tags: trunk)
19:30
More tweaks to the forum.wiki doc ... (check-in: 5d75504af0 user: wyoung tags: trunk)
19:25
Small tweak to the advice for "reader" category capability for forums ... (check-in: ea67aadeee user: wyoung tags: trunk)
19:22
Added the "Skin Setup" section to the new forum.wiki document ... (check-in: 3ec8f0a960 user: wyoung tags: trunk)
19:09
Expanded the SSO discussion in the new forum.wiki document ... (check-in: dd0a2dd3d3 user: wyoung tags: trunk)
18:58
Fixed some incorrect uses of Markdown backticks in a document declared as wiki format. ... (check-in: 76ca1f829f user: wyoung tags: trunk)
18:55
Link fix in previous ... (check-in: be74f25902 user: wyoung tags: trunk)
18:52
Several improvements to the new forum.wiki document ... (check-in: f85bc32619 user: wyoung tags: trunk)
18:32
Typo fix ... (check-in: 15b2034307 user: wyoung tags: trunk)
18:29
Fixed some Markdown formatting problems in www/emaildesign.md. Made a few minor grammar tweaks while in there. ... (check-in: 30716e3c7d user: wyoung tags: trunk)
18:17
Fix the backoffice processes on unix so that they close file descriptors 0, 1, and 2 and reopen them on /dev/null, so as not to interfere with parent processes in any way. Restore the default of backoffice-nodelay back to off. Remove the /test-backoffice-lease webpage, which did not work correctly. ... (check-in: c09b2512b3 user: drh tags: trunk)
18:15
Remove the /test-backoffice-lease webpage, since it doesn't really work correctly. Use only the "fossil test-backoffice-lease" command moving forward. We can wrap that command in a Wapp script if necessary. ... (Closed-Leaf check-in: b6aadace39 user: drh tags: backoffice-full-close)
18:13
Set the default backoffice-nodelay back to off. ... (check-in: 353a4e12d5 user: drh tags: backoffice-full-close)
18:10
A simpler method of ensuring that backoffice does not cling to the standard input and output. ... (check-in: 8c52c67412 user: drh tags: backoffice-full-close)
17:57
In the backoffice process, close the 0, 1, and 2 file descriptiors and reopen them as /dev/null, on unix. ... (check-in: 6865fb72cf user: drh tags: backoffice-full-close)
17:21
Added initial version of www/forum.wiki document and a link to it from the front page. ... (check-in: 4ed14b1f3f user: wyoung tags: trunk)
16:20
If the "fds" query parameter is provided, then the /test-backoffice-lease webpage shows the open file descriptors. ... (check-in: 918e1ddd8e user: drh tags: trunk)
14:40
Turn backoffice-nodelay on by default. ... (check-in: af599d6adc user: drh tags: trunk)
14:23
Add the /test-backoffice-lease web page. ... (check-in: 4a544e5dcb user: drh tags: trunk)
14:08
Make sure the backoffice has all file descriptors closed before it starts. ... (check-in: 15f85cfdaa user: drh tags: trunk)
13:47
Add table sorting to the subscriber list. ... (check-in: 988cf44ded user: drh tags: trunk)
13:19
Added Forum navbar before Tickets in all skins that had such a link, pointing to /forum if the user is anonymous and has capability 2 or 3, or is logged in and has any capabilities in 2-6 inclusive. ... (Closed-Leaf check-in: 4344f806d6 user: wyoung tags: forum-skin-links)
12:27
Adjust the homepage to point to the new forum instead of to the legacy mailing lists. ... (check-in: ec88836dd6 user: drh tags: trunk)
11:35
Add initial documentation about email alerts. Remove obsolete forum features from the "fossil config" command. ... (check-in: 62411f371f user: drh tags: trunk)
09:21
Update internal Unicode character tables, used in regular expression handling, from version 10.0 to 11.0. ... (check-in: 1aff43a74a user: jan.nijtmans tags: trunk)
02:21
Fix the build on unix. ... (check-in: 88240d4d4a user: drh tags: trunk)
02:15
More enhancements to backoffice diagnostics. ... (check-in: 864a6f3922 user: mistachkin tags: trunk)
01:51
Add documentation about the backoffice. ... (check-in: c6522a0fe0 user: drh tags: trunk)
01:27
Fix the MSVC specific link flags. ... (check-in: 27c4e7b02d user: ashepilko tags: cmake-ide)
00:03
Fix some compiler warnings. ... (check-in: 250fc00dd3 user: mistachkin tags: trunk)
00:01
Add the test-backoffice-lease command for testing the backoffice. ... (check-in: f26ef80609 user: drh tags: trunk)
2018-08-07
23:48
Make the backoffice module tracing behave more consistently on Win32. ... (check-in: 0fe9da816f user: mistachkin tags: trunk)
23:22
Merge changes from the previous two check-ins. ... (check-in: 300682604f user: mistachkin tags: trunk)
23:16
Change backoffice-nodelay to default off. ... (check-in: 12c487c46f user: drh tags: trunk)
23:08
Improve Win32 error handling in the backoffice module and fix a compiler warning. ... (check-in: 3c0848797d user: mistachkin tags: trunk)
23:03
Make it possible to debug child processes on Windows. ... (check-in: e285341f0c user: mistachkin tags: trunk)
23:01
Fix harmless compiler warning. ... (check-in: 7014c2ddf1 user: mistachkin tags: trunk)
21:45
In the backoffice module, use GETPID macro consistently, fix compiler warning with MinGW, and add an assert(). ... (check-in: af87fa5bcd user: mistachkin tags: trunk)
21:44
Fix harmless compiler warning. ... (check-in: 014bb2d7de user: mistachkin tags: trunk)
21:43
Fix error when compiling with JSON support enabled (TODO: review semantics to preserve JSON error handling). ... (check-in: f430f6234a user: mistachkin tags: trunk)
21:42
Update the custom MinGW makefile. ... (check-in: 32641d15d8 user: mistachkin tags: trunk)
21:21
Report the time of the last backoffice run in the /stat page for administrators. ... (check-in: ae6e8d9771 user: drh tags: trunk)
20:58
Improved windows code for the backoffice. Properly check to see if processes still exist. Provide a timeout feature. ... (check-in: 43c29877be user: drh tags: trunk)
20:11
Use the Windows _wspawnv() interface with the _P_NOWAIT option to start a separate backoffice process whenever necessary. Add the backoffice-logfile setting for monitoring backoffice operation. ... (check-in: 2583cae18a user: drh tags: trunk)
18:53
Allow manifest artifacts to omit the C and U cards, because otherwise there are some historical manifest artifacts in Fossil itself that will not parse, and there may be similar artifacts in other repositories. ... (check-in: b3ccc4bf34 user: drh tags: trunk)
18:30
Improvements to the way backoffice is launched, especially on unix where it now runs in a separate process using fork(). Also fix some minor bugs in other parts of the system that were found while testing backoffice. ... (check-in: 4180dc6b5a user: drh tags: trunk)
18:28
Improvements to comments. No code changes. ... (Closed-Leaf check-in: 1b54dd79bf user: drh tags: fork-backoffice)
17:55
Adjust include directories list to pick up autoconfig.h ... (check-in: ad12f35c98 user: ashepilko tags: cmake-ide)
17:48
Fix the separate-process backoffice so that it works smoothly on linux. Still work to be done on Windows. ... (check-in: af7d67c6a2 user: drh tags: fork-backoffice)
15:50
Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (check-in: a4b59c3207 user: drh tags: fork-backoffice)
15:12
A new implementation for "Forum" in which each forum post is an artifact. This merge includes lots of enhancements to email notification, backoffice, configuration, and other subsystems, all in support of the new forum artifacts. The forum feature is not complete nor bug-free but at this point it seems good enough to continue development on trunk. ... (check-in: 99fcc43f5d user: drh tags: trunk)
13:52
Disable the backoffice for SSH clients. ... (Closed-Leaf check-in: 4b4e133a8c user: drh tags: forum-v2)
13:28
More conversions of fossil_panic() into fossil_fatal(). ... (check-in: 666b0ce6a7 user: drh tags: forum-v2)
13:20
Change two instances of fossil_panic() into fossil_fatal(). ... (check-in: 342bd06b6a user: drh tags: forum-v2)
00:22
For non-digest subscribers, alerts for new forum posts are now in separate emails with each email having a subject which is the title of the forum thread, and with appropriate Message-Id and In-Reply-To header fields so that email clients can string together the email thread. Digest subscribes still get just the synopsis. ... (check-in: 4d6591736e user: drh tags: forum-v2)
2018-08-06
21:20
Merge the mkbuiltin.c fix from trunk. ... (check-in: 427e257532 user: drh tags: forum-v2)
21:19
Fix the mkbuiltin.c code generator so that it tolerates Windows-style backslash path separators on its arguments. This fixes the windows build that was busted by check-in [774bdc83556442c5]. ... (check-in: 030bf2002f user: drh tags: trunk)
20:47
Boo. All day I have been checking in changes to the failed-fix branch when I should have been putting them on the forum-v2 branch. This is a cherry-pick merge that moves all of the changes from today from failed-fix over to forum-v2 in one go. The "email" command is renamed to "alert" and is revised for a better interface. Events that are waiting on moderator approval are not shown to non-moderator users. ... (check-in: 3c532ec55b user: drh tags: forum-v2)
20:40
Merge enhancements from trunk. ... (check-in: 725bf3ba3b user: drh tags: forum-v2)
20:39
Bug fix: Do not send non-digest subscribers the daily digest email. ... (Closed-Leaf check-in: 174ab076eb user: drh tags: failed-fix)
19:39
Rearrange some of the subcommands on "fossil alerts" for better UX. Fix a problem in the /webmail display for messages with no subject. Improved comments. ... (check-in: 81c254311e user: drh tags: failed-fix)
19:15
Improvements to email notification. Rename the "email" command to "alerts". Try to avoid sending alerts about unapproved events, except it is ok to send such alerts to moderators. This is a work in progress. ... (check-in: efbd6caa7c user: drh tags: failed-fix)
12:51
Merge enhancements from trunk. ... (check-in: ce3d571837 user: drh tags: failed-fix)
2018-08-04
11:08
Pass the build command in verbatim mode. ... (check-in: 2809447506 user: ashepilko tags: cmake-ide)
11:01
Enumerate tests to preserve the order, MSVS2017 does not seem to follow test dependencies. ... (check-in: a5dff3141f user: ashepilko tags: cmake-ide)
10:55
Change the order of extra build flags to allow overrides. ... (check-in: f59ccb03a8 user: ashepilko tags: cmake-ide)
10:47
Fix PDB file handling; should apply only for Debug build. ... (check-in: b7430ba100 user: ashepilko tags: cmake-ide)
2018-08-03
21:06
Merged in ben-json-timeline (adds /json/timeline/event). ... (check-in: 74c908e709 user: stephan tags: trunk)
2018-08-02
11:58
Merge updates from trunk. ... (check-in: b6a0c0015d user: mistachkin tags: cmake-ide)
11:56
Use the native directory separator for the extra files in the MSVC makefile. ... (check-in: 774bdc8355 user: mistachkin tags: trunk)
11:44
Improve comment. ... (check-in: f9ba9d94ac user: mistachkin tags: cmake-ide)
09:55
Allow out-of-source build with MSVC on Windows. ... (check-in: fc8281ee9c user: ashepilko tags: cmake-ide)
09:37
Allow reading the list of input resources from a file with --reslist option. ... (check-in: ba8ba160f9 user: ashepilko tags: cmake-ide)
09:24
Build Fossil via ExternalProject ... (check-in: cddc7bb0e4 user: ashepilko tags: cmake-ide)
08:32
Merge from trunk. ... (check-in: 19997e99c4 user: ashepilko tags: cmake-ide)
08:10
Create new branch named "cmake-ide" ... (check-in: 2150860bed user: ashepilko tags: cmake-ide)
06:54
Refactor to fix an unused var warning in debug build ... (check-in: 811333a501 user: ashepilko tags: trunk)
03:53
Exit with error status when halt is triggered on error ... (check-in: ccc6676374 user: ashepilko tags: trunk)
03:35
Include winsock2.h for WinXP compatibility; was breaking the build ... (check-in: 889bc0f794 user: ashepilko tags: trunk)
03:05
Just in case, modify backofficeTimeout() to handle being called more than once on Win32. ... (Closed-Leaf check-in: 0ef0e10557 user: mistachkin tags: win32Proc)
03:03
Wrap use of getpid() in the trace statements. ... (check-in: 842bf225d2 user: mistachkin tags: win32Proc)
02:27
When sleeping inside the backoffice work loop, permit the sleep to be interrupted on Win32, which stops processing. ... (check-in: 9840313b1c user: mistachkin tags: win32Proc)
01:53
More Win32 support for the backoffice processing. ... (check-in: f13ae35f5e user: mistachkin tags: win32Proc)
2018-08-01
06:49
Extra efforts to close higher-numbered file descriptors prior to starting CGI. ... (check-in: d6053249ec user: drh tags: failed-fix)
06:43
Change the backoffice-nodelay setting back to default off. Work around a bug in althttpd by making sure CGI runs with no file descriptors open other than 0, 1, and 2. (Edit:) These changes proved insufficient to clear the problem. ... (check-in: 1073593e90 user: drh tags: failed-fix)
2018-07-31
23:38
Make backoffice-nodelay consistently default on. ... (check-in: 71260ba25e user: drh tags: forum-v2)
23:37
Make the backoffice-nodelay a setting visible on the settings display, and make it on by default. This is a temporary fix to avoid webserver problems until such time as I can figure out what it is about backserver sleeping that is causing the webserver to latch up. ... (check-in: 2566a37efa user: drh tags: forum-v2)
20:34
Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (Closed-Leaf check-in: e882081f8d user: drh tags: fork-backoffice)
17:38
Make the title of a deleted forum thread "(Deleted)". ... (check-in: 46697ca195 user: drh tags: forum-v2)
17:13
Only show the "Moderation Requests" submenu button if there exist one or more posts in need of moderation. ... (check-in: 397c32b6bb user: drh tags: forum-v2)
17:05
Try to make moderation a little easier, as recent experience suggests that will be a big deal with the forum. ... (check-in: a9e5a1eefd user: drh tags: forum-v2)
15:49
Fix the redirect that occurs after a forum post is rejected by the moderator. ... (check-in: 6a667edb09 user: drh tags: forum-v2)
14:22
Add the backoffice-nodelay setting as a temporary measure to aid in debugging the unseemly delays currently being experienced in the UI. ... (check-in: 0efaa98247 user: drh tags: forum-v2)
13:08
Wrap oversize text/plain wiki and tickets and technotes and forum messages. ... (check-in: fa8ef25777 user: drh tags: forum-v2)
10:30
Fix a minor problem with the user capability summary display. ... (check-in: 2cce85f421 user: drh tags: forum-v2)
04:18
Add the email alerts configuration summary to the security audit page. ... (check-in: a9e67fe615 user: drh tags: forum-v2)
04:08
Add the /forum page with search and a list of recent threads. ... (check-in: 05105248a1 user: drh tags: forum-v2)
03:14
Enable search over the forum. ... (check-in: b3c1ba372e user: drh tags: forum-v2)
01:03
If the user is not logged in, prompt them to do so before continuing to the forum entry pages. ... (check-in: 009ca1f74e user: drh tags: forum-v2)
00:10
Use a thread to implement backoffice work timeouts for Win32. ... (check-in: a9578f7870 user: mistachkin tags: win32Proc)
00:09
Update the custom MinGW makefile. ... (check-in: d5c41263af user: mistachkin tags: trunk)
00:09
Fix harmless compiler warnings. ... (check-in: ea2e515153 user: mistachkin tags: trunk)
2018-07-30
23:29
Improved login screen with a "Create A New Account" button. ... (check-in: 14335899ef user: drh tags: forum-v2)
21:39
Futher improvements to the user capability summary display. ... (check-in: 45591e2111 user: drh tags: forum-v2)
21:17
Improved CSS for the user capability summary. ... (check-in: ba232e261e user: drh tags: forum-v2)
21:08
Add the user capability summary to the security audit. ... (check-in: 39d5e6751f user: drh tags: forum-v2)
19:34
Fix errors in the permission checking for email notification. ... (check-in: c286157cc9 user: drh tags: forum-v2)
19:34
Improved error messages to background processes from the database interface. ... (check-in: 72bb00bcab user: drh tags: forum-v2)
19:14
Break out the processing of capability strings into a separate source file. Add new SQL functions: capunion() and fullcap(). Only send email notifications to users who have appropriate capabilities. ... (check-in: 8a28a37c87 user: drh tags: forum-v2)
16:44
Invoke abort() after a call to fossil_panic(), not exit(1). This will leave a core file if the system is correctly configured. Also show the panic on debugging logs. ... (check-in: 8163228997 user: drh tags: forum-v2)
16:01
Add new security-audit checks for forum and "Announce" privileges. ... (check-in: 5d6fc9678d user: drh tags: forum-v2)
14:14
Improvements to error detection and reporting in the artifact parser. Add the test-parse-all-blobs command for verifying the artifact parser against historical repositories. ... (check-in: d2d1a86fa2 user: drh tags: forum-v2)
13:34
Merge backoffice enhancements from trunk. ... (check-in: bb50f0dce8 user: drh tags: forum-v2)
13:25
Backoffice processing improvements: Set a timer on the backoffice to prevent it from running too long. Report errors on failed attempts to open /dev/null. Use "NUL" instead of "/dev/null" on Windows. ... (check-in: 07356e44c1 user: drh tags: trunk)
2018-07-28
13:36
Fix /timeline so that it works with only RdForum permission. ... (check-in: 327c51b423 user: drh tags: forum-v2)
2018-07-27
13:52
Separate /forumpost and /forumthread pages. ... (check-in: 2dfb887310 user: drh tags: forum-v2)
13:29
Improvements to forum thread display. ... (check-in: fd06544c04 user: drh tags: forum-v2)
2018-07-26
10:50
Add the missing forum.js file. Adjust forum.js so that it does a better job of autoscrolling to the selected forum message. ... (check-in: 9ea4805e5c user: drh tags: forum-v2)
01:33
Automatic scroll to the specific message of the thread when calling /info on a forum message. ... (check-in: 8f0e18f4b0 user: drh tags: forum-v2)
01:02
Fixes to the forum hierarchical display algorithm. ... (check-in: 9757488a5d user: drh tags: forum-v2)
2018-07-25
22:34
Begin adding style to the forum display. ... (check-in: 8eccd9a221 user: drh tags: forum-v2)
21:00
Hierarchical display of forum threads. ... (check-in: 7da1299685 user: drh tags: forum-v2)
19:00
Improved timeline messages for forum events. ... (check-in: e9b13d68a7 user: drh tags: forum-v2)
17:53
Further improvements to webpage_error() and webpage_assert(). Fix forum processing so that moderator approval and disapproval work. Add the "Delete" feature to forum that simply nulls out the page using an edit. ... (check-in: 32bbb9a9fc user: drh tags: forum-v2)
16:10
Add the website_assert() macro. Fixes to forum post editing. ... (check-in: e67efdd784 user: drh tags: forum-v2)
15:02
If the user has the 'D' capability and the "showqp" query parameter exists, then all query parameters are shown at the top of the webpage. Also, fix some issues with forum. ... (check-in: b48068ded3 user: drh tags: forum-v2)
13:48
Make forum posts visible to object_description(). Add new diagnostics visible to users with the new "D" capability. ... (check-in: 2883fb80cf user: drh tags: forum-v2)
13:21
Merge enhancements from trunk. ... (check-in: 94262a8c32 user: drh tags: forum-v2)
13:20
Add the 'D' Debug user capability. This is designed to show additional information and controls on webpages for debugging purposes. Also take steps to avoid trying to generate a webpage error message after the webpage has already gone out. ... (check-in: fd3198322a user: drh tags: trunk)
13:09
Initial implementation of the forum reply screen. ... (check-in: c35fe945d2 user: drh tags: forum-v2)
11:25
Enhance the webpage_error() routine to show the complete calling environment to authorized users. Also, continuing work on forum. ... (check-in: 5fcf49f104 user: drh tags: forum-v2)
2018-07-24
23:37
Forum posts appear in the timeline. The /info command displays posts. ... (check-in: 449f06c296 user: drh tags: forum-v2)
22:21
Fix describe_artifact so that it understands forum posts. ... (check-in: 318b7c5af8 user: drh tags: forum-v2)
22:05
Update the built-in SQLite to the latest trunk version that includes enhancements that allow a CREATE INDEX statement to occur without interrupting a running SELECT statement. This is important for correct operation of "fossil rebuild" since the forumpost table is created on demand in the middle of a query over the blob table. ... (check-in: e2d87cdd76 user: drh tags: forum-v2)
22:01
Always unlink prepared statements from the Stmt list prior to finalizing them. This prevents an error in db_finalize() from triggering a rollback and hence a recursive call to sqlite3_finalize(). ... (check-in: 42d821a714 user: drh tags: forum-v2)
19:44
Work toward pages to enter forum posts. This is an incremental check-in to save state and definitely does not work. ... (check-in: 7b5099ea44 user: drh tags: forum-v2)
13:30
Revamp the /register page for added security. Require entry of a display name and email address. Validate the email address format and check for duplicate email addresses. ... (check-in: d8b20a555f user: drh tags: forum-v2)
02:14
Typo fixes. ... (check-in: 452be61b2d user: drh tags: forum-v2)
2018-07-23
10:39
Merge enhancements from trunk. ... (check-in: fd7a2f4c43 user: drh tags: forum-v2)
2018-07-22
21:10
In debug config, reference the compiled sources; this allows stepping through the actual code in the debugger ... (check-in: 58bf02d127 user: ashepilko tags: trunk)
20:04
Set debug defines in CFLAGS when in debug config, so it applies project wide ... (check-in: eb0f689dcc user: ashepilko tags: trunk)
19:16
Install by copy; covers case when install destination is on a different volume ... (check-in: 449c6fd749 user: ashepilko tags: trunk)
18:59
Untested change to get "fossil server --scgi" working again on Windows. ... (check-in: 861fc11e8a user: drh tags: trunk)
18:58
New options to the "fossil http" command: --in FILE, --out FILE, --ipaddr ADDRESS, and --nodelay. Use the --in, --out, and --inaddr options for subprocesses that handle HTTP requests via file I/O. This replaced the older and undocumented form of the "fossil http" command that accepted extra arguments. Use the --nodelay option to prevent lengthy backoffice processing. The use of --nodelay during "fossil ui" on Windows prevents annoying pauses on that platform. ... (check-in: 52943029e2 user: drh tags: trunk)
18:25
Remove duplicate FOSSIL_ENABLE_LEGACY_MV_RM define ... (check-in: 2230c8116c user: ashepilko tags: trunk)
18:16
Updates to the artifact identifier logic to support Forum. ... (check-in: ffe8db5758 user: drh tags: forum-v2)
18:14
Begin reimplementing the forum webpages. This is a non-functional incremental check-in. ... (check-in: 2b8b189418 user: drh tags: forum-v2)
16:22
Allow CFLAGS override without duplicating compile options by default ... (check-in: 09f41885d6 user: ashepilko tags: trunk)
2018-07-21
16:53
Merge enhancements from trunk. ... (check-in: 5544931c89 user: drh tags: forum-v2)
16:50
Remove unnecessary #ifdefs and improve comments in db.c. No logic changes. ... (check-in: d216ea9a84 user: drh tags: trunk)
15:31
Extra effort to close all prepared statements prior to exiting, in order to avoid dangling journal files. ... (check-in: 7680076966 user: drh tags: trunk)
14:29
Issue a panic if there is an attempt to invoke backoffice_run() more than once. ... (check-in: 9d0bfcb3d8 user: drh tags: trunk)
2018-07-19
22:55
Begin adding forum artifact parsing code. ... (check-in: a2b470f14c user: drh tags: forum-v2)
21:31
Enhance the manifest parser to support parsing of Forum posts artifacts. At the same time, simplify the artifact syntax error detection logic using tables rather than straight code. ... (check-in: e893e9d01b user: drh tags: forum-v2)
19:43
Proposed new design for the forum. Individual posts are stored as ordinary artifacts and thus participate in sync just like any other artifact. There is a new artifact type used to describe forum posts. This check-in defines the format of the new artifact type. Follow-up check-ins on this thread will attempt to flesh-out the idea in code. ... (check-in: 15fa605318 user: drh tags: forum-v2)
18:54
Fix minor comment typo. No code changes. ... (check-in: ac6657e2d3 user: drh tags: trunk)
17:51
Make the file format document and the hacker how-to document easier to find. ... (check-in: 2f535b028a user: drh tags: trunk)
17:22
The email_auto_exec property is removed. The routine that sends alert emails is renamed to email_backoffice() and it is configured to always auto-run. ... (check-in: ada7ecde5b user: drh tags: trunk)
16:27
Improved SQL logging after SIGPIPE. Exponential backoff in the warnings issued when the backoffice process misses its deadline. ... (check-in: f525b6d5e9 user: drh tags: trunk)
15:58
At the end of CGI processing, close the output pipe before starting backoffice processing, in order to let higher levels know that the CGI is finished. ... (check-in: a32a92d227 user: drh tags: trunk)
15:52
Backoffice only runs for successful webpage that have the database open. Add "refresh" and "Show All" buttons on the /errorlog page. ... (check-in: aa17077eaf user: drh tags: trunk)
15:43
Run the backoffice processing after every webpage. Fix a memory error in one of the backoffice error messages. ... (check-in: 0fdca8c78f user: drh tags: trunk)
15:35
The configuration loader automatically creates the subscriber table if necessary. This fixes the "fossil clone" command for privileged users. ... (check-in: 06586ef70f user: drh tags: trunk)
13:29
Improved error logging following a segfault. ... (check-in: a8d220b9ff user: drh tags: trunk)
13:24
Add support for backtrace in the ./configure script ... (Closed-Leaf check-in: 3e03913b6f user: drh tags: segvhandler)
13:13
Add a segfault simulator to the test-warning page. ... (check-in: c4dcb00dcc user: drh tags: segvhandler)
11:40
Add GCC backtraces to the segv handler. ... (check-in: cc8c33ee8a user: drh tags: segvhandler)
02:37
Fix the backoffice delay so that it extends the deadline for the follow-on process if the current process runs overtime. This prevents multiple follow-ons. ... (check-in: 5542cd43b3 user: drh tags: trunk)
2018-07-18
20:32
The pop3d command allows the username to contain an extra @domain suffix. ... (check-in: 86b0a3d3f3 user: drh tags: trunk)
20:22
Merge trunk ... (check-in: 02bc919bc0 user: jan.nijtmans tags: multi-thread)
19:22
Use the new SQLITE_FCNTL_DATA_VERSION interface in SQLite to limit running the backoffice processing to case when the repository file changes. ... (check-in: 752ea432d1 user: drh tags: trunk)
19:11
Update the built-in SQLite to the latest 3.25.0 alpha that includes support for the SQLITE_FCNTL_DATA_VERSION file control. ... (check-in: abacf2e5bf user: drh tags: trunk)
16:58
Add the concept of "backoffice" processing, used to do background cleanup operations after repository changes, such sending alerts and/or syncing to peer repositories. ... (check-in: 947081aa2f user: drh tags: trunk)
16:54
Fix the code for obtaining process ids on windows. ... (Closed-Leaf check-in: 4695f217ce user: drh tags: backoffice)
16:43
Add the backoffice module for doing post-processing actions such as sending alerts and/or syncing repositories. ... (check-in: 86b43a4648 user: drh tags: backoffice)
02:19
Pop3 server sends a final +OK after QUIT. ... (check-in: 065070385a user: drh tags: trunk)
02:14
Enhance the pop3 TOP command so that the second argument can be zero. ... (check-in: 6449316323 user: drh tags: trunk)
02:09
Add support for TOP and CAPA to pop3d. ... (check-in: 2c18ed076e user: drh tags: trunk)
01:41
Fix a harmless compiler warning. ... (check-in: 2332efb74a user: drh tags: trunk)
01:40
Add the --logdir option to the "fossil pop3d" command. Fix some issues with POP3 reply formatting. ... (check-in: 38165f3764 user: drh tags: trunk)
2018-07-17
23:50
Initial implementation of the "fossil pop3d" command. ... (check-in: bf13815cd5 user: drh tags: trunk)
20:59
Store the uncompressed artifact size as an integer field in the emailblob table. ... (check-in: 34b9502698 user: drh tags: trunk)
19:45
The emailblob table holds content a little while before deleting it. Change the /test-emailblob page to /emailblob, though it is still only accessible by the administrator. ... (check-in: 15a5330869 user: drh tags: trunk)
18:32
Improved tracing capabilities for email notifications. Add the SelectAll button to the webmail display. ... (check-in: f880aa82aa user: drh tags: trunk)
17:14
Only show the SMTP transcript button if the transcript actually exists. ... (check-in: 0a6898b030 user: drh tags: trunk)
16:59
Fix a typo in the on-line documentation for the "fossil smtpd" command. ... (check-in: 032e80b55e user: drh tags: trunk)
16:24
In the webmail interface, provide the option to show the SMTP transcript when that transcript is available. ... (check-in: bb8b60378d user: drh tags: trunk)
15:48
Set an timeout on the database connection to the web-cache. Use the sqlite3_table_column_metadata() interface to check to see if the web-cache database file needs to be initialized prior to actually initializing it. ... (check-in: e6e806a91e user: drh tags: trunk)
15:32
Webmail changes compile on linux, mac, and windows now, so merge them to trunk. They are not ready for use, but they should not interfere with the stable parts of the code, and it is easier to test from trunk. ... (check-in: 0f6a5ee117 user: drh tags: trunk)
15:10
Fix a mimetype typo that prevents email notification from running. ... (check-in: adc23c107d user: drh tags: trunk)
15:10
Fix a mimetype typo that prevents email notification from running. ... (Closed-Leaf check-in: e2fd46ddcc user: drh tags: webmail)
15:07
Show the email notification status at the top of the /setup_notification page. ... (check-in: 308f406546 user: drh tags: webmail)
14:47
Add the test-emailblob page. ... (check-in: 8ac5bbbdb0 user: drh tags: webmail)
13:54
Add a reference count field to the emailblob table and triggers to keep the reference count current and to drop entries when the reference count reaches zero. ... (check-in: 94da0fb27c user: drh tags: webmail)
2018-07-16
13:33
Initialize variable to quell compiler warning about potentially unitialized variable. ... (check-in: 0cb83decdd user: andybradford tags: trunk)
11:35
Merge enhancements from trunk. ... (check-in: 03a9b6f897 user: drh tags: webmail)
2018-07-15
19:56
Clarify the difference between fossil_fatal() and fossil_panic(). The fossil_panic() interface puts a message on the error log when generating webpages. Otherwise the two routines are identical. Convert some fossil_fatal() calls into fossil_panic() where appropriate. The goal here is to limit messages on the error log to things that require attention from the system administrator, or represent bugs. ... (check-in: 3f5ab71744 user: drh tags: trunk)
18:31
Improvements to error logging. Only log fossil_panic() calls, not fossil_fatal() calls. ... (check-in: 06d4751a44 user: drh tags: trunk)
2018-07-14
22:16
More cases of incorrect permission checks. ... (check-in: a2e1f9fb40 user: drh tags: trunk)
20:11
The -DFOSSIL_OMIT_DNS compile-time option avoids trying to link -lresolv. ... (check-in: 023ce4edde user: drh tags: trunk)
20:07
Fix display text typo on the skin editor page for non-administrators. ... (check-in: 3a903bfd49 user: drh tags: trunk)
19:57
Fixes to login checking for the skin editor. ... (check-in: 09e6fc3df3 user: drh tags: trunk)
19:40
New "Normal" mode for viewing email messages in webmail. ... (check-in: 3ddc881713 user: drh tags: webmail)
18:36
Webmail navigation updates. Move message between Unread/Read/Trash. Show 50 messages per page with Newer and Older links when appropriate. ... (check-in: 485d01fb17 user: drh tags: webmail)
16:35
Merge changes from trunk. ... (check-in: c1f8668bca user: drh tags: webmail)
16:34
Work on the webmail interface. Still very incomplete. ... (check-in: 0af017583e user: drh tags: webmail)
16:22
Add missing option to diff option summary ... (check-in: 9b7332766f user: andygoth tags: trunk)
16:22
Silence const warning (GCC 8.1.1) ... (check-in: 83288757e5 user: andygoth tags: trunk)
15:12
Update the built-in SQLite to the lastest 3.25.0 alpha version due to improved error message processing in that version. 3.25.0 also includes support for window functions, but we do not (yet) use that feature in Fossil. ... (check-in: d66f322457 user: drh tags: trunk)
14:58
Work toward revamping the webmail page. ... (check-in: d68879f70c user: drh tags: webmail)
14:13
Add the --nocompress option to the "ui", "server", and "http" commands. This option prevents HTTP reply compression, which is useful during debugging. The option is on by default for "test-http". Also, make sure the mimetype for error messages is set to text/html. ... (check-in: cfc7aca2c1 user: drh tags: trunk)
00:54
Do not allow people to subscribe to notifications for which they do not have read permission. ... (check-in: 6e6e3c8b25 user: drh tags: trunk)
2018-07-13
21:36
Improved process debugging for "fossil ui" and "fossil server". Sanely close the open database connection upon receiving SIGPIPE. ... (check-in: 83b171bcd1 user: drh tags: trunk)
20:36
An early attempt at the /setup_smtp page. Partly working. ... (check-in: 1e799919b8 user: drh tags: trunk)
18:40
Attempts to obtain the IPv6 address of the peer do not seem to work. Fallback to getting the IPv4 address until we figure this out. ... (check-in: cf94d5a0ff user: drh tags: trunk)
18:20
Improved code to discover the IP address of the peer. Record the IP address of the peer in a Received: header line of all input emails. ... (check-in: 9979edbdef user: drh tags: trunk)
16:26
When logging transaction errors on the error log, try to include information about where the transaction started. ... (check-in: 43336f67c3 user: drh tags: trunk)
16:06
When rendering SQLite log messages to the error log, include the SQL for all busy SQL statements in the log message. ... (check-in: c6ecf21f37 user: drh tags: trunk)
15:07
Use the email content parser to the prototype webmail page. ... (check-in: 264223fc59 user: drh tags: trunk)
10:04
Append -ldl only when needed on the target platform; OpenBSD resolves it from the standard libc. ... (check-in: 7cdb522b42 user: ashepilko tags: trunk)
05:46
An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (check-in: 9951fd7b40 user: mistachkin tags: trunk)
2018-07-12
23:03
Fully function email message decoder now in place. ... (check-in: d0ae0898de user: drh tags: trunk)
22:16
Another incremental check-in on the email format decoder. ... (check-in: ec3fccd3b2 user: drh tags: trunk)
20:36
Work toward an email format decoder. This is an incremental check-in. ... (check-in: 11c82d8169 user: drh tags: trunk)
17:08
Fix typo in makemake.tcl. ... (check-in: e817f1b08d user: tsbg tags: trunk)
15:19
For new subscribers, default all alert options to "on". ... (check-in: 9c38803597 user: drh tags: trunk)
14:55
Add "Download", "Test", and "Truncate" submenu buttons on the /errorlog page. Show a confirmation page prior to truncating the error log. Improvements to the /test-warning page, including a link back to /errorlog through the submenu. ... (check-in: c931dd7b58 user: drh tags: trunk)
14:29
Update the documentation on the email-send-method setting. ... (check-in: 83b12c3a78 user: drh tags: trunk)
14:21
Put a link to the error log on the /stat page. The link is only visible to administrators. ... (check-in: 488709be44 user: drh tags: trunk)
14:09
Add "Truncate" and "Download" buttons to the /errorlog display. Provide a link to the error log on the /setup page. ... (check-in: 8e3bad04ee user: drh tags: trunk)
13:15
Get the smtp_mx_host() routine working on Windows in addition to Linux. ... (check-in: 9a6c6c2cda user: drh tags: trunk)
13:13
Fix a compiler warning on the mac build. ... (Closed-Leaf check-in: b6b5048a1b user: drh tags: smtp-win)
13:09
Get this branch working with mingw and on Mac ... (check-in: f55c0fdc30 user: drh tags: smtp-win)
09:39
Get DNS lookup for mail hosts working on Windows. ... (check-in: fe29fe7d24 user: tsbg tags: smtp-win)
06:46
Make sure -ldl is appended after -lcrypto; Fixes link errors with static build. ... (check-in: efbc319c32 user: ashepilko tags: trunk)
2018-07-11
20:37
Rename the /msgtoadmin page to /contact_admin. Improvements to the setup pages for notifications. ... (check-in: 9830d7cbed user: drh tags: trunk)
19:55
The email-server enhancements are far from complete, but they at least compile now on non-linux systems, so it seems safe to merge the existing skeleton to trunk and continue development there where it can be more easily tested on live systems. ... (check-in: 0a201f7159 user: drh tags: trunk)
19:46
Fix the socket_receive() function so that it compiles on systems that lack the MSG_DONTWAIT macro (Windows). Such systems lose non-blocking capabilities, but they work otherwise. ... (Closed-Leaf check-in: 31d274d02e user: drh tags: smtp)
19:41
Add a setup menu option for Email-Server. Try to get the build of this branch working (without DNS support) for non-linux systems. ... (check-in: aa80d6941e user: drh tags: smtp)
15:02
Merge changes from trunk. ... (check-in: cde5b96deb user: drh tags: smtp)
2018-07-07
20:14
Fix annotate_file() so that it correctly errors out if the named file does not exist in the revision. ... (check-in: ae73e4ed32 user: ashepilko tags: trunk)
2018-07-05
16:51
Patched cgi_set_cookie() to be a no-op when not running in HTTP(s) mode (e.g. in JSON CLI mode), since g.zTop is not set in that case. Resolves a segfault reported on the ML. ... (check-in: f488a5aa97 user: stephan tags: trunk)
2018-07-03
10:23
Only add the default &lt;body&gt; element to the header if the configured header lacks "&lt;body". Formerly, it searched for "&lt;body&gt;" and that search would fail if the body element contained attributes. ToDo: This default body-element mechanism needs to be better documented. ... (check-in: 24ecb3bbd5 user: drh tags: trunk)
2018-06-30
20:51
Compress content in the emailblob table. ... (check-in: 98400909bc user: drh tags: smtp)
20:38
First code for the /webmail page. Barely functional. ... (check-in: 8dc832e69d user: drh tags: smtp)
18:29
Fixes to the "SMTP relay" alert send method. Add the --smtp-trace option to the "fossil email send" command. Expose and document the "email-send-relayhost" setting. ... (check-in: 006cc81437 user: drh tags: smtp)
17:27
Add "SMTP relay" as a new method for sending alert emails. ... (check-in: b96415f047 user: drh tags: smtp)
16:06
Merge fixes and improvements from trunk. ... (check-in: 4f30802a88 user: drh tags: smtp)
15:40
Fix harmless compiler warnings. ... (check-in: 50daa540f8 user: drh tags: trunk)
15:37
Improve the conformance to rfc2822 for generated email messages. ... (check-in: 429ae9b736 user: drh tags: trunk)
14:00
Merge fixes from trunk. (This was suppose to be a check-in on the smtp branch. I don't know why Fossil didn't warn me about the null check-in.) ... (check-in: a5d80522bd user: drh tags: trunk)
13:42
Adjust the cgi_rfc822_datetime() routine to use the newer rfc2822 date/time format that uses "+0000" for the timezone instead of "GMT". ... (check-in: d2a94aa96c user: drh tags: trunk)
10:39
Fix the fossil_fatal() routine so that it avoids trying to do a webpage display if the repository database has not yet been opened. ... (check-in: 0336ac7715 user: drh tags: trunk)
2018-06-29
22:54
Populate the esubject column of the emailbox table based on the subject in the email header. ... (check-in: dbb1ce5ff7 user: drh tags: smtp)
21:37
Lots of additional error checking on the "fossil smtpd" input. ... (check-in: cf1c84299f user: drh tags: smtp)
19:54
The "fossil smtpd" command stores incoming messages in the database and routes them according to the emailroute table. ... (check-in: e4144ced8d user: drh tags: smtp)
15:30
Merge recent trunk enhancements and fixes into the smtp branch. ... (check-in: 45939f5181 user: drh tags: smtp)
15:29
Less severe warning on the security audit if the server error log is disabled. ... (check-in: fe5e9de1cd user: drh tags: trunk)
13:09
Further enhancements to the on-line help for the "fossil uv add" command in an effort to clear up confusion. ... (check-in: 66815ed390 user: drh tags: trunk)
12:56
Attempt to make an error log entry following a segfault. ... (check-in: c670925e00 user: drh tags: trunk)
11:40
Further wording enhancements to the on-line documentation to the "fossil uv" command. ... (check-in: c4ab883421 user: drh tags: trunk)
03:29
Add features to make it easier to test and debug the "fossil smtp" command from the command-line using stdin and stdout. ... (check-in: 8643602dae user: drh tags: smtp)
03:12
Baseline implementation of the "smtp" command. ... (check-in: be55fc60c0 user: drh tags: smtp)
2018-06-28
21:38
Add the smtp_send_msg() function capable of encoding and sending a complete email message. ... (check-in: 0388860407 user: drh tags: smtp)
17:22
Fix the wording on the documentation of the /announce web page. ... (check-in: dfe0cf7ebf user: drh tags: trunk)
17:15
The test-smtp-probe command is now working. ... (check-in: 9281d52a91 user: drh tags: smtp)
15:23
Incremental check-in of initial code for client-side SMTP. Does not work. ... (check-in: 20006a866c user: drh tags: smtp)
2018-06-27
19:21
Add the missing smtp.c source file. ... (check-in: 8f6f25f12d user: drh tags: smtp)
19:15
Begin the smtp.c module. Start with a routine to locate the hostname on which to contact the SMTP server for a domain. ... (check-in: 735af578e7 user: drh tags: smtp)
17:02
Fix typo in the manpage for the /announce page. ... (check-in: c1bce3f515 user: drh tags: trunk)
13:09
Fix typos in the "fossil help uv" page. ... (check-in: 1bc4b0a580 user: drh tags: trunk)
02:22
Fix a warning about an unclosed transaction when doing a no-op "fossil checkout". ... (check-in: b31aa7d7ea user: drh tags: trunk)
2018-06-26
16:57
An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (Closed-Leaf check-in: efb0f88063 user: mistachkin tags: altLegacyMvRm)
11:54
Fix compiler warnings on windows. Fix the file_directory_size() function so that it works on windows. ... (check-in: 6a7d2ad8f1 user: drh tags: trunk)
11:21
Make the mv-rm-files available without special compile-time options. ... (check-in: 27e5e5ce65 user: drh tags: trunk)
02:26
Fix a critical bug in the new blob_append_char() routine that was added to the previous check-in. This bug causes crashes. Also change the quoted-printable encoding to escape the ':' character so that lines in the body of an email will never be confused with a header line like "From:". ... (check-in: 122905c29b user: drh tags: trunk)
02:01
Change the email transfer encoding to quoted-printable. ... (check-in: b6a13c45bd user: drh tags: trunk)
01:24
Initial implementation of the /announce webpage. ... (check-in: 65f5754611 user: drh tags: trunk)
2018-06-25
22:44
Fix a typo in the processing of Forum record syncs. ... (check-in: b71ab777f0 user: drh tags: trunk)
22:01
Make sure the subscriber table is not synced unless the client has appropriate permissions. ... (check-in: 7f0c7fcfce user: drh tags: trunk)
20:59
On the /stat page, change the name of "Alerts:" to "Pending Alerts:". ... (check-in: 6f34395cc8 user: drh tags: trunk)
20:56
Report on the email notification setup and status in the /stat page for administrators. ... (check-in: 4ef590906d user: drh tags: trunk)
20:26
Add the file_directory_size() utility function for measuring the number of objects in a directory. ... (check-in: 94e846d282 user: drh tags: trunk)
19:26
More random and slightly incoherient notes on the www/emaildesign.md document. ... (check-in: 6f0e0598ce user: drh tags: trunk)
18:43
Fix an extra call to db_end_transaction() in "fossil config pull ticket". ... (check-in: f5eb03f5e5 user: drh tags: trunk)
18:20
Fix another SQL error on the receiver side of "fossil config pull" ... (check-in: 0b6d3eaf6c user: drh tags: trunk)
18:17
Fix a syntax error in the SQL of the "config pull" mechanism. ... (check-in: 4e699c295b user: drh tags: trunk)
18:13
Change the schema of the subscriber table to make it compatible with the "fossil config sync" mechanism. Upgrading through this check-in requires running "fossil email reset" to rebuild the email notification schema, and losing subscriber information. ... (check-in: 9040de46ec user: drh tags: trunk)
16:19
Fix harmless compiler warnings. Also remove the "ago" text from the "Last Change" column in the subscriber list webpage. ... (check-in: 69d332ff96 user: drh tags: trunk)
16:14
Enhance the subscriber since to include the creation time and so that a new random subscriber code is set. ... (check-in: 7e87699dcf user: drh tags: trunk)
15:56
Add the ability to transfer subscriber information using the "fossil config sync alert" command. ... (check-in: 22c3354dcb user: drh tags: trunk)
14:45
Enhancements to administrator access to the subscriber list. ... (check-in: b7b877ef49 user: drh tags: trunk)
14:26
Extend the user capability system to allow the use of upper-case ASCII letters for new capabilities. ... (check-in: e45cfde7aa user: drh tags: trunk)
13:47
Add information about the server error log to the security audit page. Provide the new /errorlog page for viewing the server logfile online. ... (check-in: a9e74eb311 user: drh tags: trunk)
13:32
Make sure emailerShutdown() correctly closes the emailqueue database. ... (check-in: b9121b4797 user: drh tags: trunk)
2018-06-24
23:22
Include the HTTP_REFERER value in the error log file. Also, omit empty environment variables from the error log. ... (check-in: 4c839973e4 user: drh tags: trunk)
23:17
Any call to fossil_fatal() while generating a webpage changes the output to a 400 Bad Request with an appropriately formatted web page. ... (check-in: a0863d2b46 user: drh tags: trunk)
19:27
Do not report errors to the error log on a 304 reply. ... (check-in: 60c8eca305 user: drh tags: trunk)
18:47
Fix the /doc webpage so that it does not call fossil_fatal() when it cannot find the requested document. It simply does a 404 routine. By not calling fossil_fatal(), it avoids unnecessary entries in the error log. ... (check-in: 29cb8260c0 user: drh tags: trunk)
18:22
Only invoke the email alert sender after a successful HTTP request. Mark Not Found requests as 404, unsuccessful. ... (check-in: 4eb3e0f20e user: drh tags: trunk)
17:51
Improvements to the /test-warning webpage. ... (check-in: 8d9ad7501e user: drh tags: trunk)
17:44
Extra defenses against running the digest alert generator in a context where the transaction will rollback, thus failing to record the new digest time. Change the "fossil server" and "fossil ui" commands to always log errors to the console if no other error logging is defined. ... (check-in: f87fb02780 user: drh tags: trunk)
16:38
Enhance the --sqltrace logic. Using those enhancements, locate and fix and unclosed transaction in the email alert sender logic. ... (check-in: f3de8b6632 user: drh tags: trunk)
10:07
Fix an SQL syntax error. ... (check-in: 0398e41aa6 user: drh tags: trunk)
2018-06-23
20:30
Fix documentation typos. ... (check-in: 1ba3eeeb43 user: drh tags: trunk)
20:11
Fix typos and update documentation. ... (check-in: 08165ad45e user: drh tags: trunk)
19:55
Do not require Email-Notify permission to operate the /alerts page with a valid subscriberCode. ... (check-in: 1591058951 user: drh tags: trunk)
19:51
Fix the use of captchas on the /msgadmin page. ... (check-in: 43532cd1d5 user: drh tags: trunk)
19:36
Add the /msgadmin page. ... (check-in: 0c4d3c128a user: drh tags: trunk)
18:44
Automatically send alert emails after each webpage request. ... (check-in: d4e9df1729 user: drh tags: trunk)
17:50
Include the email-sender.tcl script as an example of how to relay from the database drop to /usr/sbin/sendmail. ... (check-in: a677f72f83 user: drh tags: trunk)
17:17
New note on why SMTP might be hard to implement as a sending method. ... (check-in: b3e72035a1 user: drh tags: trunk)
17:07
Webpages function (with an sensible error) if the email notification tables are not in the schema. ... (check-in: 98d2338a43 user: drh tags: trunk)
16:44
Improved documentation. No substantive code changes. ... (check-in: 9cf915d4af user: drh tags: trunk)
15:49
Add the decode-email.c utility program source code. ... (check-in: 17b4d3e49a user: drh tags: trunk)
15:48
Add an initial draft of design notes for the email notification system. ... (check-in: aeb98be80f user: drh tags: trunk)
14:24
Rework the internal email sending logic so that it is connection-oriented. This makes it more efficient and makes it easier to add support for an SMTP sending method at a later date. ... (check-in: b42189878e user: drh tags: trunk)
01:33
Futher corrections to the email alert trigger. ... (check-in: 2c3b903043 user: drh tags: trunk)
01:26
Fix minor problems with email notification. ... (check-in: d7ccfb64a3 user: drh tags: trunk)
01:24
Fix minor problems in email notification. ... (check-in: 1cdf6f2049 user: drh tags: trunk)
00:53
Merge in support for email notifications. Munch more work is needed, but it seems ready to begin functional testing. ... (check-in: b77f1aaed0 user: drh tags: trunk)
00:49
Fix some minor problems with email notification support ... (Closed-Leaf check-in: c256626026 user: drh tags: email-alerts)
2018-06-22
19:48
Improvements to on-line subscription management. ... (check-in: e649820ba1 user: drh tags: email-alerts)
19:03
Add the "fossil email subscribers" and "fossil email unsubscribe" commands. ... (check-in: ba60f8744c user: drh tags: email-alerts)
18:23
Alert sending logic compiles but is so far untested. ... (check-in: 44f9f35597 user: drh tags: email-alerts)
17:36
A new way of computing alert text. ... (check-in: 6c06b1c896 user: drh tags: email-alerts)
15:57
Generate event report in chronological order for an alert text. ... (check-in: e02892522e user: drh tags: email-alerts)
15:34
Add logic to generate the text of email alert messages. ... (check-in: bb30d02efd user: drh tags: email-alerts)
13:50
Add the --sql option to the timeline command. ... (check-in: d51ca5f567 user: drh tags: email-alerts)
12:25
Make sure the content of outbound email messages always ends with a newline. ... (check-in: b700348373 user: drh tags: email-alerts)
03:17
Add the /unsubscribe page. ... (check-in: f911608824 user: drh tags: email-alerts)
01:37
Add the --nocompress option to the "fossil clone" command. ... (check-in: 96d0a4becf user: drh tags: trunk)
01:28
Fix harmless compiler warnings. ... (check-in: 5fde17bbbc user: drh tags: email-alerts)
01:18
Rename the email_pending table to pending_alert. Add triggers to fill in the pending_alert table each time a row is added to the event table. ... (check-in: 8c4b92ad3e user: drh tags: email-alerts)
2018-06-21
23:01
Add the "fossil email inbound" command, though it currently does not analyze the inbound emails - it just stores the emails in a directory for later human viewing. ... (check-in: 775e529b32 user: drh tags: email-alerts)
22:37
Continuing refinement of the web pages for handling email subscriptions. ... (check-in: 84d0d85317 user: drh tags: email-alerts)
21:02
Add the /subscribers page. Fix minor issues. All pages still need improvement. ... (check-in: e015c10306 user: drh tags: email-alerts)
19:51
Further progress toward get email subscription webpages working. ... (check-in: adf068faeb user: drh tags: email-alerts)
19:10
The /subscribe page now creates entries in the subscriber table and sends verification emails. ... (check-in: 31be2e17a4 user: drh tags: email-alerts)
17:07
Merge codecheck1 enhancements from trunk. ... (check-in: 4d13d94893 user: drh tags: email-alerts)
16:40
Strengthen the codecheck1.c utility program to help find cases where query parameters are used in unsafe ways. No unsafe usage of query parameters was detected in the current code. ... (check-in: bb9233a61a user: drh tags: trunk)
15:19
Merge the popen() on windows fix from trunk. ... (check-in: ef2426dc9e user: drh tags: email-alerts)
15:02
Provide an implementation for popen() and pclose() on Windows to fix the build. ... (check-in: 565b5ff0c2 user: drh tags: trunk)
12:34
Non-working code for the /subscribe and /alerts web pages. This is an incremental check-in. ... (check-in: e91143e813 user: drh tags: email-alerts)
12:24
Remove the configuration of the show-version-diffs property from the /setup_timeline page as that property is no longer used. ... (check-in: 8d230be45c user: drh tags: trunk)
2018-06-20
22:53
Do not show the "Change user:" form on the /logout page. It adds little value but much confusion. ... (check-in: 00bed59b69 user: drh tags: trunk)
22:39
First attempt at a /subscribe page. Non-functional display only. ... (check-in: fb3934ec53 user: drh tags: trunk)
19:56
Manage the email.c file. Accidentally omitted from the previous three check-ins. Bummer. ... (check-in: fa83e4b3e1 user: drh tags: trunk)
19:04
Add a new capability that allows signup for email notification. Change the name of the older "EMail" privilege to "View-PII" to avoid confusion. ... (check-in: 25eafed114 user: drh tags: trunk)
18:47
Merge the speculative Forum changes. This is because I need the enhancements to the user capabilities in order to add a new capability for Email Notifiation. The Forum logic itself is not ready, and is subject to change and removal. But it is well isolated and shouldn't hurt anything if it hangs out on trunk for a while. ... (check-in: 9a2e5f4717 user: drh tags: trunk)
18:25
Add the "email" command and basic infrastructure for generating outbound email messages. ... (check-in: 5200323a41 user: drh tags: trunk)
18:15
Fixed a C99-ism, removed a couple ancient #if blocks. Re-added uuid to /json/timeline/event output (because it's useful in ways which the event name is not). ... (Closed-Leaf check-in: 57e75eb7f0 user: stephan tags: ben-json-timeline)
13:40
Rig the "fossil sql" command so that it always comes up in --quote mode. This mode is more useful for Fossil repos dues to the many binary blobs. ... (check-in: 953aa7b4f5 user: drh tags: trunk)
13:16
Add a setup page for email notification. There is no logic behind the setup, yet. ... (check-in: ccf50f0619 user: drh tags: trunk)
12:23
Fix over-length code lines in the setup.c source file. ... (check-in: 7001228a09 user: drh tags: trunk)
10:29
Fix SQL to find name for /json/timeline/event ... (check-in: 2488996f64 user: ben tags: ben-json-timeline)
09:41
Include name (not uuid) in /json/timeline/event, because the uuid is not terribly useful. ... (check-in: 6f0929ce00 user: ben tags: ben-json-timeline)
01:35
Fix the mimetype selector. Improved styling of the forum display. ... (Closed-Leaf check-in: 837b1cb59b user: drh tags: forum-brainstorm-1)
2018-06-19
10:31
Add /json/timeline/event for access to minimal information about events. ... (check-in: c760791644 user: ben tags: ben-json-timeline)
2018-06-16
15:08
Fix minor issues with Forum editing. ... (check-in: c626d1c06c user: drh tags: forum-brainstorm-1)
13:36
Progress toward getting the forum to actually work. This is an incremental check-in. ... (check-in: 4814c41a9a user: drh tags: forum-brainstorm-1)
2018-06-15
20:48
Rough and untested implementation for forum display and reply. Add two new capabilities for posting to the forum not subject to moderation, and for the ability to edit posts from others. ... (check-in: f8927901c2 user: drh tags: forum-brainstorm-1)
2018-06-14
19:33
Fix typos in documentation text. ... (check-in: 862d630ffb user: drh tags: trunk)
19:17
This code demonstrates ideas on how to implement a Forum feature in Fossil. This is just ideas - it is not even a working prototype. This change was originally stashed, but then I thought it better to check it in on a branch for the historical record. ... (check-in: 1e3637392a user: drh tags: forum-brainstorm-1)
13:48
Reinstate the timeline arrow foreground color changes that were removed by check-in [7ac88481a69dd], but with fixes to avoid integer overflow. ... (check-in: 57a0143b52 user: drh tags: trunk)
13:43
Reinstate the foreground color changing for timeline arrors based on the background color of the text. This check-in uses the #00aa00 background color intentially for testing purposes. ... (Closed-Leaf check-in: 4f2b230944 user: drh tags: arrow-color-fix)
2018-06-13
02:18
The "fossil grep" command now agrees with the documentation. But there is still a lot of opportunity to make enhancements. ... (check-in: 6499c93dbf user: drh tags: trunk)
02:02
Incomplete implementation of the "fossil grep" command. ... (check-in: c5a98aa0ba user: drh tags: trunk)
2018-06-12
18:52
Reduce automatic scroll offset when multiple ranges are selected ... (check-in: d46491d6e6 user: andygoth tags: trunk)
2018-06-11
20:36
Disable the time_fudge corrections for check-ins that have mtimes that are modified using a tag. ... (check-in: e08f9c0423 user: drh tags: trunk)
10:36
Fix to the IfModifiedSince cache processing. ... (check-in: 33fb3a9737 user: drh tags: trunk)
2018-06-09
16:37
Update secondary mention of SQLite compression ratio to match table ... (check-in: b46141f458 user: andygoth tags: trunk)
2018-06-08
09:41
Upgrade dirent to latest version (1.23.2, May 8, 2018) ... (check-in: 1eee6c70aa user: jan.nijtmans tags: trunk)
09:40
Take over some latest bug-fixes (one security-related) from SQLite trunk's command-line shell ... (check-in: 592c672519 user: jan.nijtmans tags: trunk)
2018-06-07
13:38
In the timeline graph, avoid drawing risers to the top for timewarp nodes. ... (check-in: e80667191a user: drh tags: trunk)
00:45
Disable the feature that changes the foreground color of the graph based on the background color of the item, as the item background color no longer extends under the graph. ... (check-in: 7ac88481a6 user: drh tags: trunk)
2018-06-06
17:55
Fix an XSS problem in the chng= query parameter to /timeline. ... (check-in: 30f60a58a5 user: drh tags: trunk)
10:39
Merged trunk ... (Closed-Leaf check-in: a253fba0f7 user: mjanssen tags: commonmark-markdown)
2018-06-05
23:06
Fix a bug in the pivot-finder introduced by check-in [917f1c21e52a29904] from 5 days ago. ... (check-in: 83789c6e53 user: drh tags: trunk)
2018-06-04
19:52
Update the built-in SQLite to the 3.24.0 release. ... (check-in: f39d0a7290 user: drh tags: trunk)
16:27
Experimental option --fast on the clone command only clones manifest artifacts and related tags. This is an experiment to see how much bandwidth and time are saved by omitting the download of file content until it is actually needed. ... (Closed-Leaf check-in: 9e8a7d4ca8 user: drh tags: fast-clone)
14:47
Update the sync protocol document. ... (check-in: 55cd6153de user: drh tags: trunk)
14:00
More tweaks to the fossil-v-git.wiki document. ... (check-in: 6ae97be7a7 user: drh tags: trunk)
12:40
Grammar tweak in the Fossil vs. Git document. ... (check-in: ce4fb80e86 user: wyoung tags: trunk)
12:39
Fixed an h2 -> h3 header level in the Fossil vs. Git document. ... (check-in: 3b02193a04 user: wyoung tags: trunk)
02:59
Add the "themeable" link on the homepage. Remove the link to Fuel. ... (check-in: abc13d76c9 user: drh tags: trunk)
02:56
Tweaks to the fossil-v-git document. ... (check-in: a5284fac58 user: drh tags: trunk)
02:49
Add a "Fossil vs. Git" link to the homepage. ... (check-in: 6d0fcccdd0 user: drh tags: trunk)
02:43
Update the stats.wiki page with recent numbers. ... (check-in: 6dc67e871e user: drh tags: trunk)
2018-06-01
20:16
An off-mailing-list patch which fixes the lack of deleted files from /json/timeline/checkin's file list. Thanks to Edgardo Cruz for tracking this down. ... (check-in: cd55efe775 user: stephan tags: trunk)
2018-05-31
15:21
Improvement to the pivot-finder so that it works even if there are time-warps in the graph. ... (check-in: 917f1c21e5 user: drh tags: trunk)
14:40
Fix the merge pivot finder so that it honors time-warp fixes. ... (check-in: cf6fa2f34a user: drh tags: trunk)
14:32
Fix over-length source code lines in merge.c. ... (check-in: 5a88b5f663 user: drh tags: trunk)
2018-05-30
05:34
Added the Makefile.osx-jaguar ... (check-in: 3c5ba9f5e8 user: drh tags: trunk)
01:28
Update the build-in SQLite to the first 3.24.0 beta. ... (check-in: bbdfec3f31 user: drh tags: trunk)
2018-05-29
14:23
Fix the "mv" command so that it will move directories. Patch from Dingyuan Wang. ... (check-in: 0a34967beb user: drh tags: trunk)
2018-05-21
01:01
Fix harmless compiler warning. ... (check-in: a7056e6499 user: mistachkin tags: trunk)
2018-05-19
06:47
Fix 2 (harmless) compiler warnings about unused variables ... (check-in: 961787df06 user: jan.nijtmans tags: trunk)
2018-05-18
18:24
If launched with no command-line arguments, check for a repo appended to the end of the executable and open "ui" on that repo. ... (check-in: 37b2eb9991 user: drh tags: trunk)
2018-05-14
01:06
Handle appendvfs initialization a little differently, in a way that works on windows. ... (Closed-Leaf check-in: 51c1276ee7 user: drh tags: use-appendvfs)
00:55
If the fossil binary is launched with no command-line arguments, check to see if there is an appended repository and if there is, run "ui" against that repository. ... (check-in: 517fe07621 user: drh tags: use-appendvfs)
00:41
Update the built-in SQLite and SQLite shell to the latest 3.24.0 alpha version. ... (check-in: a09b33d51e user: drh tags: trunk)
2018-05-11
15:02
Honor the If-Modified-Since header even if the Fossil executable is more recent. Assume that any changes in the Fossil executable will make minimal difference in the output. ... (check-in: 0419048804 user: drh tags: trunk)
2018-05-05
19:10
If the banner uses "filename" as one word, the title ought to too. ... (check-in: c0ed95060c user: drh tags: trunk)
19:08
Make the banner "filename" (one word) rather than "file name". ... (check-in: c027368b50 user: drh tags: trunk)
19:04
Change the title on the /test-rename-list page to use "file name changes". ... (check-in: f99b88199d user: drh tags: trunk)
19:02
Further enhance the test-rename-list to include a title with the number of renames and the number of associated check-ins. ... (check-in: b6aa2a2370 user: drh tags: trunk)
17:47
Make the table generated by /test-rename-list sortable. ... (check-in: 80ec9d532c user: drh tags: trunk)
17:37
Enhance the /test-rename-list page to show only distinct rename operations by default, with an option to show them all with the all=1 query parameter. ... (check-in: 98fe1d88f3 user: drh tags: trunk)
11:30
Update the built-in SQLite to the latest 3.24.0 alpha. ... (check-in: 58a6410206 user: drh tags: trunk)
2018-05-04
15:39
When doing "fossil export" make sure the output is in strict topological orders, since Git hates timewarps. ... (check-in: c0a3e9ff6f user: drh tags: trunk)
13:52
Fix a harmless compiler warning in timeline.c. ... (check-in: 8d1cb59fe0 user: drh tags: trunk)
12:56
Version 2.6 ... (check-in: 9718f3b078 user: drh tags: trunk, release, version-2.6)
11:50
Update custom mingw makefile ... (check-in: 54067e0fed user: jan.nijtmans tags: trunk)
08:20
When building with --internal-sqlite, require at least SQLite 3.24.0. Let's hope that the new sqlite3_keyword_*() functions don't change signature in SQLite 3.24.0 final. ... (check-in: c2b1bfb2f1 user: jan.nijtmans tags: trunk)
2018-05-03
16:54
Change the version number to 2.6 and update the change log in preparation for a release. ... (check-in: 98b4cb3346 user: drh tags: trunk)
2018-04-30
00:20
Fix a bug in makeheaders.c found by Seth Kingsley. ... (check-in: f90ecf892c user: drh tags: trunk)
2018-04-27
00:52
Fix typo in annotate documentation ... (check-in: 4dcda7d991 user: andygoth tags: trunk)
2018-04-26
20:54
Do not limit the number of rows shown in a timeline using the n= query parameter if any of the yw=, ymd=, or days= query parameters are present. ... (check-in: 58804979ab user: drh tags: trunk)
20:47
On the banner for days=, ymd=, and yw= include a count of the number of timeline items. ... (check-in: d5fd4e2681 user: drh tags: trunk)
19:55
Fix a typo in the banner for the days= query parameter. ... (check-in: 69786b02de user: drh tags: trunk)
19:53
Add the days= query parameter to /timeline ... (check-in: cd11e359d3 user: drh tags: trunk)
19:39
Further improvements to the yw= banner. More flexible handling of ymd=. ... (check-in: adbebbd1e8 user: drh tags: trunk)
19:23
Merge in the latest 3.24.0 alpha version of SQLite including the ORDER BY LIMIT performance enhancement. ... (check-in: 7b1599884c user: drh tags: trunk)
19:20
Further enhancements to the timeline label for the yw= query parameter. ... (check-in: b89e74526b user: drh tags: trunk)
19:02
Improved handling of the the yw= query parameter on /timeline. ... (check-in: 881b464617 user: drh tags: trunk)
2018-04-25
13:34
Update the built-in SQLite to the latest 3.24.0 alpha version. ... (check-in: de76c92a63 user: drh tags: trunk)
2018-04-21
22:58
Fix minor typo in the fossil-v-git document. ... (check-in: 2e8f288711 user: drh tags: trunk)
2018-04-11
20:34
Correct minor typo ... (check-in: 805a58c320 user: andygoth tags: trunk)
08:16
Merge trunk. Update to Beta 2 of OpenSSL 1.1.1 (with TLS 1.3 support !!!) ... (check-in: 87f3c94677 user: jan.nijtmans tags: openssl-1.1)
2018-04-10
17:48
Update the built-in SQLite to version 3.23.1. ... (check-in: 52b3b8ed22 user: drh tags: trunk)
11:55
Enhance the replacement algorithm for the tarball cache so that it gives extra weight to tarballs that have been accessed more than once. ... (check-in: 7ffa5ae027 user: drh tags: trunk)
2018-04-06
12:01
Enhance the /tarball, /zip, and /sqlar pages so that the checkin name to be downloaded can be expressed as part of the URI, and without the need for query parameters. ... (check-in: 3e94c7ed74 user: drh tags: trunk)
2018-04-02
11:40
Fix Makefile typo, SQLITE_USE_ZLIB should be SQLITE_HAVE_ZLIB. ... (check-in: 508c42a639 user: mistachkin tags: trunk)
11:15
Update the built-in SQLite to version 3.23.0 final. ... (check-in: 699cefc88e user: drh tags: trunk)
2018-03-29
17:03
Also allow the '-' character in parameter and cookie names. This is necessary for the login cookie. ... (check-in: 21780aef9a user: drh tags: trunk)
15:42
Update the built-in SQLite to the second 3.23.0 beta. ... (check-in: 032188a698 user: drh tags: trunk)
15:24
Extra comment describing the previous change. ... (check-in: 6c02983d0a user: drh tags: trunk)
15:20
Slight revision to [be5d83f93ac66f65] to allow "_" in parameter names. ... (check-in: e09df6ea47 user: drh tags: trunk)
15:16
New security feature: Reject any query parameter, POST parameter, or cookie whose name contains a non-alphanumeric character. No know vulnerabilities exist because of this. I'm just be paranoid. This enhancement is inspired by Drupalgeddon2. ... (check-in: be5d83f93a user: drh tags: trunk)
2018-03-28
18:38
Update the built-in SQLite to the first 3.23.0 beta. ... (check-in: d470fc70d6 user: drh tags: trunk)
08:06
Merge trunk ... (check-in: d9573d8785 user: jan.nijtmans tags: openssl-1.1)
08:01
Update openssl version ... (check-in: 531a517b8e user: jan.nijtmans tags: trunk)
2018-03-26
13:21
Fix a pledge() problem with the status command. ... (check-in: e765f90ee7 user: drh tags: trunk)
01:05
Harmless comment typo fix. ... (check-in: b948eaeaff user: drh tags: trunk)
2018-03-23
15:37
Disable the SQLite automatic index warning on non-debug builds. ... (check-in: 1336c4af8a user: drh tags: trunk)
14:00
Add the magic comment to the query for /tagtimeline to suppress the sort-w/o-index warning message from FOSSIL_DEBUG. ... (check-in: 55a3316b62 user: drh tags: trunk)
2018-03-22
19:43
Update the built-in SQLite to the latest pre-release snapshot for beta testing. ... (check-in: 1849c6e205 user: drh tags: trunk)
2018-03-20
17:10
Support for using 'sys/mman.h' when compiling for POSIX. ... (check-in: d5ca5384a0 user: mistachkin tags: trunk)
17:08
The markdown processor should use the Fossil memory allocation routines. ... (check-in: e382cae5c1 user: mistachkin tags: trunk)
2018-03-19
20:24
If the dp= and r= query parameters are both supplied to /timeline, use only the r= query parameter and ignore dp=. ... (check-in: 7c690c0896 user: drh tags: trunk)
19:55
This doesn't quite work, so I'll try a different approach. Was: When clicking on the "Move to branch ...." links in the timeline, show only check-ins relevant to that branch. ... (Closed-Leaf check-in: 63b967e0ab user: drh tags: mistake)
2018-03-17
23:11
Do no update the display cookie except when the user specifically changes the selectors on the /timeline submenu. ... (check-in: 802939b18d user: drh tags: trunk)
22:33
Merge updates from trunk. ... (Closed-Leaf check-in: 5447bc9028 user: mistachkin tags: withMman)
22:32
Fix harmless compiler warning. ... (check-in: e2a90ed56e user: mistachkin tags: trunk)
21:24
Report the detected memory page size in the verbose version information. ... (check-in: a6a2d861d1 user: mistachkin tags: withMman)
21:16
POSIX enhancements for fossil_get_page_size(). ... (check-in: fd1bee7279 user: mistachkin tags: withMman)
20:53
Merge updates from trunk. ... (check-in: 2c3b7457df user: mistachkin tags: withMman)
20:52
Update the custom MinGW makefile. ... (check-in: 853b7c7f5c user: mistachkin tags: trunk)
20:51
Minor updates to the build system, et al, for 'mman.h' support. ... (check-in: 142218827c user: mistachkin tags: withMman)
20:31
Experimental support for using 'mman.h' when compiling for POSIX. ... (check-in: 37b69e7d0c user: mistachkin tags: withMman)
16:29
Update the build-in SQLite to the latest 3.23.0 alpha ... (check-in: ea67a5449a user: drh tags: trunk)
15:55
Add a new viewing mode called "Classic". The new "Classic" is the same as "Verbose" in the previous release. The "Verbose View" is now the same as "Compact" except that the check-in details are always expanded. ... (check-in: b900583c96 user: drh tags: trunk)
2018-03-12
12:10
Upstream cson patch to change f() decls to f(void) and rename internal symbols which collide with system/compiler symbols on HPUX and Solaris 11/Illumos. ... (check-in: 0d3425db7b user: stephan tags: trunk)
03:53
Fix documentation typos reported on the mailing list. ... (check-in: 7989d7cdbe user: drh tags: trunk)
2018-03-08
04:03
Merge in latest from trunk. ... (Closed-Leaf check-in: 0d11ea056b user: andybradford tags: pledge-additions)
2018-03-07
19:46
Rid the code of the legacy UUID_SIZE macro. Replace it everywhere with either HNAME_MAX or HNAME_LEN_SHA1 or HNAME_LEN_K256, as appropriate. ... (check-in: 323299cb56 user: drh tags: trunk)
2018-02-28
13:46
Modify an error message to avoid using an unquoted apostrophe. ... (check-in: 61941baf12 user: mistachkin tags: trunk)
13:46
Update the custom MinGW makefile. ... (check-in: 6830dec76c user: mistachkin tags: trunk)
2018-02-25
19:47
Add support for Last-Modified: and If-Modified-Since:. Currently only works for /uv but can be easily expanded to other resources. Also change Set-Cookie to use max-age= rather than expires=. ... (check-in: f89eb80eec user: drh tags: trunk)
19:09
Add support for ETags cache control. ... (check-in: 7383450dd5 user: drh tags: trunk)
19:09
Add ETags cache control to the /tarball, /zip, and /sqlar pages. ... (Closed-Leaf check-in: f2492f3bb6 user: drh tags: etags-cache-control)
2018-02-24
20:14
Redesign the ETags mechanism to be simpler and safer. ... (check-in: ae660cd62f user: drh tags: etags-cache-control)
18:39
Further changes trying to get ETags to work well. But as I type this, I feel like this design is not working out well and I am about ready to start over from scratch. This check-in is just to preserve work in case I want to come back to it later. ... (Closed-Leaf check-in: 02740c2c47 user: drh tags: etags)
17:08
Fix ETags support for when compiling with FOSSIL_ENABLE_TH1_HOOKS. ... (check-in: 43a66b58db user: drh tags: etags)
03:49
Add support for the ETag: and If-None-Match: headers for improved cache control. Currently this only works for /uv but the mechanism is reasonably general and can be extended to other pages. ... (check-in: 787896c5eb user: drh tags: etags)
03:47
Optimizations to the ETag implementation. ... (check-in: 2588d44783 user: drh tags: etags-cache-control)
03:38
ETags now working for the /uv page. ... (check-in: 5b84cab0d6 user: drh tags: etags-cache-control)
00:39
First cut at supporting ETags: and If-None-Match: for cache control. ... (check-in: 94c0b8ecd1 user: drh tags: etags-cache-control)
2018-02-23
21:29
Make default project name "<unnamed>" in the output of the "extras" and "changes" commands. ... (check-in: 203d82d80e user: drh tags: trunk)
21:24
Remove the mkdownload.html file from the documentation folder, since it is no longer used. Remove mention of OpenBSD from installation instructions, since precompiled binaries for that platform are no longer provided. ... (check-in: c44d9e4dba user: drh tags: trunk)
18:45
Fix the mtime computation for "fossil all ui" on windows. ... (check-in: 219f3e6b7e user: drh tags: trunk)
2018-02-16
19:57
Fix a typos and improve the wording on the failure-to-upgrade-to-HTTPS error screen. ... (check-in: 01984ee0d2 user: drh tags: trunk)
16:28
Fix segfault when accessing the initial checkin directory on a fusefs mounted repository. ... (check-in: 55f6c765fb user: drh tags: trunk)
16:16
An HTTPS upgrade redirect loop now is broken and gives a warning. The "-nossl" is no longer the default on "fossil server". Warning messages are provided when trying to log in via an insecure connection. ... (check-in: 61733824bb user: drh tags: trunk)
14:39
Fix segfault when accessing the initial checkin directory on a fusefs mounted repository. This is on a branch because the Fix is on manifest_file_seek_base() function which is not only fuse-related. ... (Closed-Leaf check-in: 6831769d62 user: mgagnon tags: fix_fusefs_on_empty_checkin_crash)
2018-02-13
22:26
On the Fossil repository screen list that comes up with commands like "fossil all ui", show the last modification time of each repo, and allow sorting by mtime. ... (check-in: f2231ba668 user: drh tags: trunk)
12:48
Fix a hyperlink typo in the server.wiki documentation. Caught by Svyatoslav Mishyn. ... (check-in: 209542742a user: drh tags: trunk)
2018-02-12
16:32
Patch from Pietro Cerutti to enable TCL shared library loading in TH1 on FreeBSD. ... (check-in: 29adfac433 user: drh tags: trunk)
13:01
Add the --use-author flag to "fossil import --git". Patch from Dingyuan Wang. ... (check-in: fe87e4cb9d user: drh tags: trunk)
12:55
Fix incorrect setting name in the "fts-config" command. ... (check-in: ceba488122 user: drh tags: trunk)
12:47
New uses for cgi_csrf_safe(). ... (check-in: c9efdfcaf4 user: drh tags: trunk)
08:50
Merged trunk ... (check-in: 270d2fb95c user: mjanssen tags: commonmark-markdown)
2018-02-10
16:24
Add the cgi_csrf_safe() routine as a supplimental defense against cross-site request forgery attacks. ... (check-in: 047802a3c3 user: drh tags: trunk)
15:38
Fix the display of technotes on the main timeline so that their background color shows again. ... (check-in: 694e11a72e user: drh tags: trunk)
2018-02-07
18:48
Version 2.5 ... (check-in: 188a0e2904 user: drh tags: trunk, release, version-2.5)
2018-02-05
20:18
Add (undocumented) from= and to= query parameters on the /reports webpage. If both parameters are a date/time string, then report only covers the span of dates specified. ... (check-in: f390552d0e user: drh tags: trunk)
2018-01-28
21:52
Remove --no-dir-symlinks option from the docs. ... (check-in: 57f178eecc user: mistachkin tags: trunk)
2018-01-25
00:37
Another change log update. ... (check-in: c125af3e47 user: drh tags: trunk)
2018-01-24
19:46
Update the 2.5 change log. ... (check-in: 1cbaf3bdd9 user: drh tags: trunk)
19:17
Update the built-in SQLite to the 3.22.0 final. ... (check-in: 8007cfc0db user: drh tags: trunk)
17:00
Timeline fixes: (1) Show the artifact-id for tickets, wiki, and tags in the detail section for Verbose and Compact Mode. (2) Fix the graph.js script so that it sets ellipsis callbacks even if there are not graph elements. ... (check-in: 0ac1895c7f user: drh tags: trunk)
2018-01-23
22:34
Stop including settings in the 'Available commands' section of the help web page. Fix typo of '--setting' help option. ... (check-in: 4962fa9e33 user: mistachkin tags: trunk)
2018-01-22
03:01
Merge in recent fixes from trunk. ... (check-in: c0f94f6963 user: andybradford tags: pledge-additions)
2018-01-21
23:48
Update the built-in SQLite to the third 3.22.0 beta for testing. Also fix a typo in a comment in the "fossil ui" command. ... (check-in: 861f4b0bde user: drh tags: trunk)
23:45
Fix the /annotate webpage so that it works even if "fossil ui" is not launched from the root of the check-out. ... (check-in: 48798bb119 user: drh tags: trunk)
23:11
Fix annotate_file() so that it correctly errors out if the named file does not exist in the repository. ... (check-in: a7d9598a0d user: drh tags: trunk)
22:59
Correctly show the edited and original comments on the /info page for check-ins. Fixes a bug spotted by Stephan Beal. ... (check-in: f5bcc25ac0 user: drh tags: trunk)
2018-01-20
20:47
Restrict the process further now that these are no longer required in status command. ... (check-in: 36c76a13da user: andybradford tags: pledge-additions)
20:46
It isn't necessary to allow id either for the status command as nobody should be trying to setuid. ... (check-in: 866f92faa9 user: andybradford tags: pledge-additions)
2018-01-19
19:15
Remove call of "getuid()" added on previous commit because it is not available on windows. For the pledge() call, always allow "chown" for now, even if not running as root. ... (check-in: 6b41a7e803 user: mgagnon tags: trunk)
18:06
If running "fossil status" when pledge() is enabled, the "chown" promise needs to be added when running as root, otherwise fossil receive a SIGABRT and crash when attempting to call fchown(...) on creation of the .fossil-journal file. ... (check-in: 396513fa4a user: mgagnon tags: trunk)
2018-01-18
03:52
Now that pledge() is automatically detected, update the comment with the new name of the configuration parameter. ... (check-in: 4f90d591aa user: andybradford tags: trunk)
2018-01-17
19:29
Only make the first argument to pledge() available using the fossil_pledge() interface. The second argument is always NULL. ... (check-in: 91ccde50a0 user: drh tags: trunk)
19:22
Show the HAVE_PLEDGE configuration parameter in the output of "version -v". ... (check-in: 4471e93c75 user: drh tags: trunk)
19:04
Automatically detect the presence of the pledge() system interface and use it if it is available. ... (check-in: 64def88f8b user: drh tags: trunk)
01:11
Merge the latest Ardoise skin updates. ... (check-in: 6e694cd37b user: drh tags: trunk)
2018-01-16
16:32
Fix bug in the db_get_mprintf() function and its siblings introduced by the previous check-in and caused by the parameter reordering. ... (check-in: ad984a2537 user: drh tags: trunk)
16:30
Update the codecheck1.c utility program to find unsafe format strings for recently added varargs functions. Fix unsafe varargs found by this update. This is a continuation of the fix in check-in [3c2ef25d03fb48d5]. ... (check-in: 2fac7df467 user: drh tags: trunk)
15:44
merge previous fork ... (check-in: dddad4f073 user: mgagnon tags: trunk)
15:41
Fix bad url on "Advanced"/"Basic" link of the timeline page. The zLink argument of style_submenu_element() should be a literal "%s", otherwise, encoded url parameter value may contain "%" and get corrupt by the vmprintf() call inside. Problem was happening when clicking on "Basic/Advanced" link on this page: http://www.fossil-scm.org/index.html/timeline?advm=1&chng=src/* ... (check-in: 3c2ef25d03 user: mgagnon tags: trunk)
15:32
Update the built-in SQLite to the second 3.22.0 beta for testing. ... (check-in: 72fba300c8 user: drh tags: trunk)
14:01
Fix typo in the default skin CSS - patch from Johan Kuuse. ... (check-in: e07fdbc51e user: drh tags: trunk)
09:09
missing hyphens ... (check-in: bad4d28297 user: jan.nijtmans tags: trunk)
08:34
Fix recognition of sha3 in marks file. Patch adapted from Dingyuan Wang's report. Thanks! ... (check-in: 90b07ed588 user: jan.nijtmans tags: trunk)
08:32
Fossil now needs at least SQLite 3.22, so check for that ... (check-in: 37cbd97cab user: jan.nijtmans tags: trunk)
2018-01-15
22:07
Update the built-in SQLite to the first 3.22.0 beta. ... (check-in: 1a95af721e user: drh tags: trunk)
21:53
Remove unnecessary whitespace in fossil_pledge comment inadvertenly added by [8993c332]. ... (check-in: 0e877b0c5b user: andybradford tags: trunk)
21:48
Update the comment for fossil_pledge to reflect the new change in [1180676e]. ... (check-in: 8993c3324a user: andybradford tags: trunk)
21:43
Only #define fossil_pledge in config.h if FOSSIL_HAVE_PLEDGE is not defined so that makeheaders can pick up the function prototype for checkin.h when FOSSIL_HAVE_PLEDGE is defined. ... (check-in: 1180676e9b user: andybradford tags: trunk)
17:35
End comment with matching #define for new fossil_pledge_impl() routine---no functional change. ... (check-in: cefcc87e08 user: andybradford tags: trunk)
16:18
Add the fossil_pledge() utility routine, that is a no-op unless compiled with FOSSIL_HAVE_PLEDGE. ... (check-in: 7b81a9993b user: drh tags: trunk)
15:47
Always show the HTTP_IF_NONE_MATCH cgi parameter on the /test_env page. ... (check-in: 39b4368682 user: drh tags: trunk)
2018-01-13
14:48
Fix the search result highlighting, fix timeline layout issues with non-commit events, replace the WYSIWYG editor icons, and slightly improve the file browser icons. ... (Closed-Leaf check-in: 9201207f86 user: achavasse tags: skin-ardoise)
2018-01-12
14:54
Merge the latest ardoise skin updates. ... (check-in: 89977361b2 user: drh tags: trunk)
14:36
Update the built-in SQLite to the latest 3.22.0 beta, with a fix for a compile-time issue reported on the mailing list. ... (check-in: 9d80ad8574 user: drh tags: trunk)
14:30
Do not show the numeric user ids on the /setup_ulist page. The login name is sufficient. On the /setup_uedit page, provide a link to an access log for that particular user. ... (check-in: e85eff2630 user: drh tags: trunk)
02:48
Add missing history of directory link on /dir page when "All" version is selected. ... (check-in: f77a929eda user: mgagnon tags: trunk)
2018-01-11
23:07
Reskinned the ticket view and switched to black text in the ticket reports so that they are readable with the default colors. ... (check-in: 77f23cbef0 user: achavasse tags: skin-ardoise)
23:03
Merge trunk. ... (check-in: 9cd063dc38 user: achavasse tags: skin-ardoise)
02:37
Add all recommended compile-time options for the SQLite shell. ... (check-in: a5c48cdf49 user: drh tags: trunk)
02:33
bad build ... (Closed-Leaf check-in: d4bac2c59a user: drh tags: mistake)
00:48
Update the built-in SQLite to the latest 3.22.0 beta, for testing. ... (check-in: c409f828e3 user: drh tags: trunk)
2018-01-09
20:34
Latest upstream cson - increases a unicode output buffer size after reports of certain MSVC version(s) complaining about it. ... (check-in: e508424e7d user: stephan tags: trunk)
14:47
A new quote for the Fossil-v-Git section of the quotes page. ... (check-in: 754a79c137 user: drh tags: trunk)
14:29
Update SQLite again, with new fixes to shell.c which attempt to get the build working on MinGW64. ... (check-in: 9a33a240a2 user: drh tags: trunk)
02:28
Another SQLite update to deal with a MinGW compiler warning. ... (check-in: 666fc089b8 user: drh tags: trunk)
00:55
Merge the latest Ardoise-skin enhancements. ... (check-in: 218aa6cbdd user: drh tags: trunk)
00:55
Update SQLite to the latest 3.22.0 alpha. This might fix reported build problems on MinGW. ... (check-in: f7f168c36d user: drh tags: trunk)
2018-01-08
23:20
Enlarge the diff view font and tweak the diff highlight colors. The skin was globally widened to accomodate more space for the diff view. ... (check-in: 34ab58c263 user: achavasse tags: skin-ardoise)
2018-01-07
23:45
Remove varargs C-preprocessor macros from linenoise.c, since some older C compilers (ex: gcc on a circa-2000 iBook) are unable to deal with them. ... (check-in: 24c2b99df2 user: drh tags: trunk)
23:29
Avoid the use of utimensat() on older unix platforms. ... (check-in: 2aa7a23b8f user: drh tags: trunk)
21:59
Remove dependencies on test_windirent.h from the SQLite-supplied shell.c source file, so that the build will work on MinGW. ... (check-in: 14e94ad326 user: drh tags: trunk)
21:39
Add the ardoise skin. ... (check-in: 9fdc1aa891 user: drh tags: trunk)
21:38
Update the built-in SQLite to the latest 3.22.0 alpha code. ... (check-in: 5b558bc76b user: drh tags: trunk)
2018-01-06
21:56
Added the ardoise skin. ... (Closed-Leaf check-in: 64e83aa57b user: antoine tags: skin-ardoise)
2018-01-05
15:25
Always try to extract the IP address and PORT number from the --port option to "fossil server" if the option contains a ':' character. ... (check-in: 4d3cb0da65 user: drh tags: trunk)
14:34
Improved support for both IPv4 and IPv6 on "fossil server" on Windows. Patches from Olivier Mascia. ... (check-in: e506ebb764 user: drh tags: trunk)
13:37
Improved parsing of the --port option on the "fossil server" command. ... (check-in: f8f2c8d259 user: drh tags: trunk)
2018-01-03
23:55
In the "fossil ui" and "fossil server" commands on Windows, use IPv6 for loopback. ... (check-in: 696e14811d user: drh tags: trunk)
22:13
Fix harmless compiler warning. ... (check-in: a61922e2be user: mistachkin tags: trunk)
20:07
For "fossil ui" and "fossil server" use the IPV6 loopback on Windows. ... (Closed-Leaf check-in: c038de8d27 user: drh tags: windows-loopback-ipv6)
18:56
Accept both "127.0.0.1" and "::ffff:127.0.0.1" as valid loopback IP addresses. ... (check-in: 96dcb7e709 user: drh tags: trunk)
2018-01-02
11:37
Fix the login mechanism on the new IPv6 code for "fossil server" on Windows. Patch from Olivier Mascia. ... (check-in: 723dedac57 user: drh tags: trunk)
2018-01-01
18:56
The "fossil server" command on windows now listens for both IPv4 and IPv6 connections. ... (check-in: 21d5038fd0 user: drh tags: trunk)
18:52
Disable the the --max-latency option on "fossil server" on windows, as it has always been a no-op there. ... (check-in: 6b5cfc861a user: drh tags: trunk)
18:48
Get "fossil server" working for IPv6 on MinGW, using hints from Olivier Mascia. ... (Closed-Leaf check-in: 1627571be9 user: drh tags: win-server-ipv6)
00:57
Check for explicit error condition from ticket_put() because otherwise Fossil thinks a successful ticket add is an error and outputs an empty line. ... (check-in: d4c6f3c439 user: andybradford tags: trunk)
2017-12-31
20:02
Fix a C89 variable declaration that prevents compiling on older versions of MSVC. ... (check-in: 80b3b12715 user: drh tags: win-server-ipv6)
19:24
Changes from Olivier Mascia to implement IPV6 support for "fossil server" on Windows. Currently does not compile on MinGW due to a missing header file. ... (check-in: 76c7a9a782 user: drh tags: win-server-ipv6)
2017-12-28
21:52
Updated the Xekri skin to work with the recent Timeline changes. ... (check-in: c105c2fd40 user: zakero tags: trunk)
21:06
Initiate the TCP FIN on Windows before closing a socket. ... (check-in: ef44abc6db user: drh tags: trunk)
20:37
Improvements to "fossil server" performance on Windows. ... (check-in: 47ade67e2b user: drh tags: trunk)
17:20
Improvements to the fossil-stress.tcl script to automaticall restart stalled request threads. ... (check-in: 1fae64de38 user: drh tags: trunk)
17:16
In the Win32 server code, prevent fclose() from being called on an already closed FILE. ... (check-in: 8d60cd5719 user: mistachkin tags: trunk)
16:04
In fossil-stress.tcl, retry connection failures after a 1-second delay. ... (check-in: 7ce35a048d user: drh tags: trunk)
15:49
Add the "--threads N" option to the fossil-stress.tcl script. Default value is 10. ... (check-in: 08f5fb6241 user: drh tags: trunk)
13:53
Add the fossil-stress.tcl script for stress-testing server implementations. ... (check-in: 0a6d8ff505 user: drh tags: trunk)
03:37
Fixed some misnamed classes. ... (Closed-Leaf check-in: 313e27ada0 user: zakero tags: skin-xekri-timeline)
01:39
A few more adjustments * Made the detail for Modern and Columnar a bit larger for readablity * For the Columnar View, added "files:" to the file list * For the Columnar View, file list no longer wraps ... (check-in: bf2555f84e user: zakero tags: skin-xekri-timeline)
2017-12-26
17:34
Minor Adjustments * Uncommented ".timelineHistDsp" * Made the main branch commits stand out a bit more based on DRH's fix ... (check-in: 60033b555f user: zakero tags: skin-xekri-timeline)
07:47
Initial updates to get the timeline looking correct. ... (check-in: cec1e06067 user: zakero tags: skin-xekri-timeline)
2017-12-23
04:21
Only show the number of requests on the /test_env page if running on unix from "fossil server" or "fossil ui". ... (check-in: f4a9df4dd0 user: drh tags: trunk)
02:43
The "fossil server" command keeps track of the total number of requests and displays that value on the /test_env page. ... (check-in: 41c7caad8a user: drh tags: trunk)
01:50
merge trunk ... (check-in: b8e4dcc991 user: jan.nijtmans tags: multi-thread)
00:50
Fix the "fossil server" command to allow up to FOSSIL_MAX_CONNECTIONS (default 1000) pending HTTP requests. This is an increase from 2. Add the --max-latency command-line option for "fossil server". Do a better job of harvesting dead child processes. Report the number of sibling HTTP request handler processes on the /test_env page. ... (check-in: 05ec15cad5 user: drh tags: trunk)
2017-12-22
13:01
Remove an unused static variable. Update the style guidelines to mention that imported code does not necessarily follow the guidelines. ... (check-in: 8a53d4016e user: drh tags: trunk)
2017-12-21
23:00
Patch from Peter Spjuth to allow greater concurrency for "fossil clone". ... (check-in: 10f753a3ce user: drh tags: trunk)
15:38
Update referenced OpenSSL version. ... (check-in: c4aec887db user: mistachkin tags: trunk)
03:12
Update the built-in copy of linenoise to the latest from the GitHub repository ([https://github.com/antirez/linenoise]) ... (check-in: 6cf508f6a3 user: drh tags: trunk)
2017-12-20
23:53
Remove the disused "timeline-commit-format" configuration parameter. ... (check-in: 09e5d8d9c0 user: drh tags: trunk)
00:46
Update the custom MinGW makefile. ... (check-in: c7ad42d440 user: mistachkin tags: trunk)
2017-12-18
02:06
Fix the default background color for Modern View timeline in the Xekri skin. ... (check-in: a6c5a4620a user: drh tags: trunk)
2017-12-15
18:27
Remove pointless code that initializes a BSS data structure to zeros, even though it is already all-zero. This avoids a compiler warning in GCC7. ... (check-in: 5419e7fcec user: drh tags: trunk)
01:54
Fixes to the "eagle" built-in CSS so that trunk backgrounds look right in the Modern View. ... (check-in: 2c8bff0b2b user: drh tags: trunk)
2017-12-14
18:03
Fix harmless coding style issues. ... (check-in: dc7d0a2e27 user: drh tags: trunk)
12:04
Fix the parentheses around the "detail" section of each timeline entry in Verbose and Compact views on the /finfo timeline. ... (check-in: 55dd552136 user: drh tags: trunk)
01:00
Remove accidental edit from the previous check-in. ... (check-in: 976cad0829 user: drh tags: trunk)
00:48
Remove the "autofocus" attribute from text inputs, to prevent CSS flashes. ... (check-in: 20e680aac7 user: drh tags: trunk)
00:25
Fix default CSS so that it does not break a date string on the timeline at one of the "-" characters. ... (check-in: 1481ae1f9e user: drh tags: trunk)
2017-12-13
21:37
Grammar fix ... (check-in: ec059849f5 user: wyoung tags: trunk)
20:36
Improved error reporting when trying to write to a repository that is in a read-only directory. ... (check-in: 500b0a2ae8 user: drh tags: trunk)
19:16
Fix an infinite recursion on db_err() that might occur if SQLite is unable to create the WAL file for a database due to lack of write permission on the containing directory. ... (check-in: 421fe24138 user: drh tags: trunk)
17:17
Always generate timeline-data for a timeline even if the table has no check-ins and thus no graph. This causes the timeline-data scanner to continue looking for subsequent timelines. ... (check-in: 3f31676492 user: drh tags: trunk)
2017-12-12
17:16
Remove unused variables from stat.c. ... (check-in: 741f71d82d user: drh tags: trunk)
17:14
Default CSS adjustment: Extra space to the left of .timelineModernDetail to prevent it from colliding with the check-in comment. ... (check-in: a53ce0407a user: drh tags: trunk)
10:43
Fix the download links on the /info page ... (check-in: dbc702cdc1 user: drh tags: trunk)
00:01
Fix the default CSS for the timelineDetailCell column in the Columnar View. ... (check-in: 92bcce3325 user: drh tags: trunk)
2017-12-11
23:51
Timeline styling changes: (1) The td.timelineModernCell and td.timelineColumnarCell elements omit the id attribute when they are the current check-out or the selection. (2) Default CSS is changed to give a light-gray color to modern and columnar cells that are not current or selected and do not have a branch color. (3) The detail string in the verbose and compact views is now surrounded by parentheses. ... (check-in: 99057f278c user: drh tags: trunk)
16:56
Fix documentation typo. ... (check-in: ca1a1a750d user: drh tags: trunk)
16:53
Add the "," qualifier to %d formats in printf() and use the capability for improve display of stats. ... (check-in: 2cdbdbb1c9 user: drh tags: trunk)
16:10
On the /artifact_stats page, relabel "unknown" artifacts as "unused". ... (check-in: 71e777dd73 user: drh tags: trunk)
15:21
Add links to /bigbloblist from the /artifact_stats page. ... (check-in: 9fc5194089 user: drh tags: trunk)
14:52
Merge the /artifact_size_stats page into the /artifact_stats page. Make that page accessible to anybody with check-in privilege. ... (check-in: cefadbd5ce user: drh tags: trunk)
2017-12-10
02:30
Add the experimental /artifact_size_stats webpage. There are no links to this page, yet. ... (check-in: 4439f15d6c user: drh tags: trunk)
00:56
On the Unknown Artifacts section of the /artifact_stats page, provide links to the RCVFROM table entry for each unknown artifact. ... (check-in: 9f9ed245f9 user: drh tags: trunk)
00:51
Fix the sorttable.js module so that it works with more than one sortable table on the same screen. ... (check-in: 230832004a user: drh tags: trunk)
2017-12-09
22:07
Fix a sorting bug on the /artifact_stats page. ... (check-in: 04bcc6ce6e user: drh tags: trunk)
22:01
Add the /artifact_stats page for use by administrators. ... (check-in: d96bee1c76 user: drh tags: trunk)
22:00
Fixes to the /artifact_stats page. Make it Admin-only. ... (Closed-Leaf check-in: 2d916a5e05 user: drh tags: artifact-stats)
17:49
Rough prototype for the /artifact_stats page. Still many issues. ... (check-in: dd1c8fb3ea user: drh tags: artifact-stats)
02:47
The graph arrowhead control was inverted due to a missing "!" character in the graph.js file. ... (check-in: 561fa8a3b7 user: drh tags: trunk)
2017-12-08
03:24
Fix the SQL archive generator so that for a check-in containing no files it generates an empty SQL archive instead of an empty file. ... (check-in: 31b9822d69 user: drh tags: trunk)
00:07
Fix the "fossil sqlar" command so that it works for the empty initial check-in. ... (check-in: 3e2b5c4630 user: drh tags: trunk)
2017-12-07
12:01
Make "fossil sql" an alias for "fossil sqlite3" so that typing "fossil sql" does not generate an ambiguity with the new "fossil sqlar" command. ... (check-in: e02f4bf1b2 user: drh tags: trunk)
11:33
Spelling typos from Debian ... (check-in: 4d1ac686c4 user: drh tags: trunk)
01:57
Fix minor script problems. Actually turn on CSP. ... (check-in: e59a7fd3cf user: drh tags: trunk)
2017-12-06
23:06
Fix the automatic Tags checkbox on the /ci_edit page. ... (check-in: 98fabd648d user: drh tags: trunk)
22:38
Set the color of graph comment boxes using javascript, instead of in-line CSS. ... (check-in: 5a6fe06cd5 user: drh tags: trunk)
21:56
Move more in-line javascript into separate JS files. ... (check-in: f924823986 user: drh tags: trunk)
21:11
Remove in-line JS from the /setup_skin page into the skin.js file. ... (check-in: ca19f8b5d2 user: drh tags: trunk)
20:53
Update the built-in SQLite to the latest 3.22 alpha version. ... (check-in: 63fb653a7e user: drh tags: trunk)
20:39
Remove calls to gebi() in JS modules. ... (check-in: 652267ed30 user: drh tags: trunk)
19:09
Make use of the new m= query parameter on /finfo when clicking on file links. ... (check-in: 3b06d2c24c user: drh tags: trunk)
18:58
Add the "m=" query parameter to the /finfo page. ... (check-in: 7dcf8c7a45 user: drh tags: trunk)
18:48
Do not scroll to the select element of "Context" timelines. ... (check-in: cee4bcf047 user: drh tags: trunk)
18:27
Remove the seldom-used "Tags And Properties" section from the check-in information screen. Move that information off into a new page /ci_tags that includes a timeline showing all relevant timeline items in addition to the basic tag information. ... (check-in: e2d537207e user: drh tags: trunk)
18:02
Fix over-length source code lines in timeline.c. ... (check-in: d7435bc283 user: drh tags: trunk)
17:38
Fix the timeline graph generator so that it works with two or more graphs on a single page. ... (check-in: 68635d60df user: drh tags: trunk)
17:14
Fix harmless typo in comment. ... (check-in: bf82c41d9b user: drh tags: trunk)
16:50
Reorganize the elements of the "Overview" section of a check-in view, to give more prominence to the "Download" links. ... (check-in: 4290984dd3 user: drh tags: trunk)
15:37
Use an HTML5 color chooser dialog in the check-in comment editor. ... (check-in: f8bc3ce8c7 user: drh tags: trunk)
13:48
Remove the last bits of in-line javascript from the timelines. ... (check-in: b799891b82 user: drh tags: trunk)
11:14
Move all inline javascript associated with the login screen into a separate script file. ... (check-in: c6785fabf9 user: drh tags: trunk)
10:28
Move the in-line javascript associated with the user capability editing into a separate script file. ... (check-in: ef63351dba user: drh tags: trunk)
10:01
Perform table sorting using a separate javascript file rather than using in-line javascript. ... (check-in: 6b645d631d user: drh tags: trunk)
02:02
Move all the in-line javascript from the file tree browser into a separate "tree.js" script. ... (check-in: 2f5c2f658c user: drh tags: trunk)
01:44
Enable -Wall on default builds. Fix harmless compiler warnings. ... (check-in: 3f2cde2ce4 user: drh tags: trunk)
01:38
Remove the use of in-line javascript from the submenu controls. ... (check-in: 3969757f37 user: drh tags: trunk)
01:09
Add the --no-opt option to the ./configure script. Fix the menu.js script to avoid the use of eval(). ... (check-in: 189adb9959 user: drh tags: trunk)
2017-12-05
22:39
Make the Basic/Advanced menu controls on timelines a setting that persists in the display preferences cookie. ... (check-in: 259074d364 user: drh tags: trunk)
21:36
Remember the last Unified/Side-by-side diff in the display preferences cookie. ... (check-in: 0a1f4ed6aa user: drh tags: trunk)
20:33
Move the in-line javascript used to initialize side-by-side diffs into a separately loaded script file. ... (check-in: 138dbc98ff user: drh tags: trunk)
20:16
Replace the in-line graph-drawing javascript with a separate graph drawing module, "graph.js". ... (check-in: 32a2fff850 user: drh tags: trunk)
17:17
Remove unused local variable from style_footer(). ... (check-in: 57ffe304c5 user: drh tags: trunk)
16:44
Add default CSS for the label-value table. ... (check-in: d2e9b37694 user: drh tags: trunk)
16:22
If a @-line for a string literal ends with "\" then omit the newline. ... (check-in: 09d882ee81 user: drh tags: trunk)
16:04
Remove the &#91;...&#93; surrounding hashes in the detail information of the timeline. ... (check-in: cc846d4bcd user: drh tags: trunk)
15:48
Tolerate "&#91;...&#93;" delimiters enclosing hash identifiers. ... (check-in: 537b498e6c user: drh tags: trunk)
15:21
Add the "/test-builtin-files" webpage. ... (check-in: cee662d96e user: drh tags: trunk)
15:09
Change the name of "main.js" to "href.js". Rework the javascript code so that there can be multiple javascript files sourced on an as-needed basis. ... (check-in: 09494b0207 user: drh tags: trunk)
13:50
Cache the main.js file. ... (check-in: 1760a15156 user: drh tags: trunk)
01:30
Remove code inside of #if 0...#endif. ... (check-in: 7c408d751c user: drh tags: trunk)
01:29
Add the "main.js" javascript file. Load that script on every page just before the &lt;/body&gt; element, and use it to reduce the need for inline JS and CSS. ... (check-in: 8394d2fee2 user: drh tags: trunk)
01:24
Remove unnecessary "antibot" class names from anchors. ... (Closed-Leaf check-in: 52a47db1a6 user: drh tags: main.js)
01:05
Anti-robot defenses are now CSP-safe. ... (check-in: 4f2c984132 user: drh tags: main.js)
2017-12-04
21:49
Make the default page size on SQL archives 512 bytes. ... (check-in: f5c81a6c4f user: drh tags: trunk)
21:29
Add the /sqlar webpage. Link to this page from the /info page. ... (check-in: 768e19219f user: drh tags: trunk)
21:08
Attempt to add a separate JS file and source it just prior to &lt;/body&gt; ... (check-in: 487aa43f42 user: drh tags: main.js)
20:39
Add the "fossil sqlar" command. Like "fossil zip", except generates sqlar archives. ... (check-in: 7eb5b0a2ae user: dan tags: trunk)
17:00
Remove some stale ".timelineSpacer" CSS selectors. ... (check-in: 5c0238b3a3 user: drh tags: trunk)
16:42
Remove ".timelineSpacer" rows surrounding the select row on a timeline. ... (check-in: 38b223df9c user: drh tags: trunk)
16:23
Add a side-by-side diff option to the skin editor. ... (check-in: 523c548b2e user: drh tags: trunk)
16:13
More initialization and diff options for skin editing. ... (check-in: c6ee75a912 user: drh tags: trunk)
13:55
Fix the auto-backup mechanism that runs when publishing a new skin. ... (check-in: 205a748ed5 user: drh tags: trunk)
13:52
Fix typos in comments. ... (check-in: 6d0d1f7167 user: drh tags: trunk)
2017-12-03
17:09
Improved formatting of the generated CSS. ... (check-in: 52b003f1f9 user: drh tags: trunk)
16:19
Fix the th_tcl.c to include new macros defined in file.c. ... (check-in: e27b18565e user: drh tags: trunk)
11:18
Rework the Setup/Skin page so that all edits are done on a draft, then tested, then the draft is published to become the default skin. ... (check-in: 106fe618f4 user: drh tags: trunk)
11:16
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. ... (check-in: 1772357fc2 user: drh tags: trunk)
02:11
Fix the setting of authorized editors on the new skin page. ... (Closed-Leaf check-in: d8846443b4 user: drh tags: skin-setup-refactor)
01:57
On the Skins admin page, add Step 8 which gives administrators a link to the legacy Skin control page, with updates to deal with drafts. ... (check-in: 49d923bd81 user: drh tags: skin-setup-refactor)
01:29
Improvements and fixes to the new skin editing. ... (check-in: 38762b9f6c user: drh tags: skin-setup-refactor)
2017-12-02
21:48
Improvements to the skin file editing. ... (check-in: 2179ffd47a user: drh tags: skin-setup-refactor)
21:24
The new skin editing is working, minimally. Still needs lots of work, though. ... (check-in: 5840fdd732 user: drh tags: skin-setup-refactor)
16:22
The URL parser now understands the /draftN/ prefix. Draft skins can now be initialized from built-ins. Another incremental check-in. ... (check-in: 0cba37ec1a user: drh tags: skin-setup-refactor)
14:39
Rework the Setup/Skin page so that all edits are done on a draft, then tested, then the draft is published to become the default skin. This specific check-in is just the beginning. Must code needs to be added. This is just an incremental check-in. ... (check-in: 9bafe6cb60 user: drh tags: skin-setup-refactor)
13:00
Update a comment due to changes in the purpose of Fossil 2.x. No changes to code. ... (Closed-Leaf check-in: 244b84b809 user: drh tags: symlink-refactor)
2017-11-30
19:42
Fix an 'auto.def' issue that prevented using --with-tcl of a static Tcl with --static. ... (check-in: 28fd1c1bd4 user: mistachkin tags: trunk)
18:07
Fix a bug in the "fossil add" command that prevented the adding of symbolic links. ... (check-in: b259473846 user: drh tags: symlink-refactor)
17:58
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (check-in: e7767de263 user: drh tags: symlink-refactor)
12:57
Remove unused "#if 0...#endif" code from finfo.c. ... (check-in: 563d481e6a user: drh tags: trunk)
12:55
Add the --allow-symlinks option to the test-file-environment command. ... (check-in: cf1960e913 user: drh tags: trunk)
11:50
eliminate unused variables ... (check-in: c699e9fedf user: jan.nijtmans tags: trunk)
11:34
Fix the default CSS diff coloring, broken by check-in [5c9c51be5f033de2] ... (check-in: 3b988301c7 user: drh tags: trunk)
10:15
Eliminate fossil_utf8_to_console() for non-windows platforms: it isn't used then. Thanks to "bytevolcano" for the suggestion. ... (check-in: 434adc35fc user: jan.nijtmans tags: trunk)
05:09
Still more improvements to the test-file-environment command. ... (check-in: 8434738204 user: drh tags: trunk)
04:48
Improvements to the test-file-environment command. ... (check-in: fdc6af2315 user: drh tags: trunk)
04:22
Improve the text of the meaning of the allow-symlinks setting. No changes to code. ... (check-in: a59c8490dd user: drh tags: trunk)
00:27
Fix an problem with the MSC makefile. ... (check-in: 75fd7afcde user: drh tags: trunk)
00:22
Fix an issue with mkcss.c that gcc was ok with but failed on msvc. ... (check-in: 5c30108909 user: drh tags: trunk)
2017-11-29
19:18
Generate the big cssDefaultList table in the middle of style.c using default_css.txt as the source. The default_css.txt file will be easier to understand, edit, and comment. ... (check-in: 5c9c51be5f user: drh tags: trunk)
16:20
Futher adjustments to the default CSS for timeline selection and "current". ... (check-in: f9fc914eae user: drh tags: trunk)
16:06
Adjustments to the default CSS for timeline tables to better display the selected row. ... (check-in: 5beb361496 user: drh tags: trunk)
14:48
tiny doc typo fix. ... (check-in: 487b39081d user: stephan tags: trunk)
14:05
The /timeline supports 4 sticky viewing modes: Modern, Verbose, Compact, and Columnar. The new cookie.c module supports sticky user viewing preferences. ... (check-in: c94f608548 user: drh tags: trunk)
14:02
All timelines use the "ss" display preferences cookie. ... (Closed-Leaf check-in: 6314b4ed94 user: drh tags: sticky-timeline-style)
13:25
Add the "View" selector to the /finfo page. ... (check-in: e36f693f7a user: drh tags: sticky-timeline-style)
11:46
Change the name of "Normal View" to "Modern View". Add the "View" modifier to all choices in the view mode selector, to help make it clear what the selector is for. ... (check-in: 2a8598f987 user: drh tags: sticky-timeline-style)
03:41
In "Verbose" mode, put the hash up front, as was done with legacy. ... (check-in: 59980b6082 user: drh tags: sticky-timeline-style)
02:59
Remove the "border-collapse: collapse;" default CSS from the /timeline. ... (check-in: 926a5a38df user: drh tags: sticky-timeline-style)
02:48
Fixes to default styling. ... (check-in: e814b1e583 user: drh tags: sticky-timeline-style)
02:29
Change the name of the "Detailed" mode on /timeline to "Verbose". ... (check-in: c0a3a90b28 user: drh tags: sticky-timeline-style)
02:20
Fixes to the cookie handler. Simpler class structure on timelines. ... (check-in: 92af2148fb user: drh tags: sticky-timeline-style)
2017-11-28
22:16
Improvements to handling of the cookie for "sticky" display settings. ... (check-in: 3ec843970d user: drh tags: sticky-timeline-style)
21:43
Change the style selector query parameter on /timeline to "ss". Other code cleanup. The new style selector is working, but needs default CSS. ... (check-in: f64fa4f1ae user: drh tags: sticky-timeline-style)
19:41
Work toward getting the mode selector to work on /timeline. This check-in is incomplete and is intended only to transfer code between machines. ... (check-in: fdf071e181 user: drh tags: sticky-timeline-style)
16:42
Add the /cookies page for debugging. (Maybe that page can be expanded to allow users to edit their preferences?) Use sticky values for the "n=" and "y=" query parameters on timelines. ... (check-in: 0f446ca69d user: drh tags: sticky-timeline-style)
15:42
The intent of this branch is to refactor /timeline comment rendering, giving the user multiple display options, and making the option sticky in the sense that the option selected most recently becomes the new default. This is an incremental check-in containing infrastructure cookie-handling logic. ... (check-in: bc8947d1dc user: drh tags: sticky-timeline-style)
2017-11-27
17:50
Remove an unused function from the timeline logic. ... (check-in: 50376e4b36 user: drh tags: trunk)
16:03
Add a setup parameter under Setup/Timeline for configuring the default number of entries in a timeline that lacks an n= query parameter. ... (check-in: eed877c0a5 user: drh tags: trunk)
11:26
Omit query parameters from the /timeline view of search results. Use the defaults. ... (check-in: cde6cbfc9d user: drh tags: trunk)
00:13
The /timeline page shows check-ins only if there is no y= query parameter and if the user has read ("r") permissions on the repo. ... (check-in: 255adb04fe user: drh tags: trunk)
2017-11-26
23:53
Avoid drawing two consecutive ellpses when the timeline comment has been truncated. ... (check-in: d1aa1e6275 user: drh tags: trunk)
23:29
Remove a leftover "basic" query parameter on an internal /timeline line. Change the default number of entries shown for "c=" timelines to 50, as this works better with the new centering logic. ... (check-in: 6e9748b6a8 user: drh tags: trunk)
23:19
If there is a selection or marked entry, scroll the /timeline so that the marked entry as as close to the middle of the screen as we can get, upon initial display of the timeline. ... (check-in: 66e6c97bd4 user: drh tags: trunk)
17:49
Fix a problem in the /info page for check-ins wherein it was not showing the links to the descendents graph. ... (check-in: 6fe8d46106 user: drh tags: trunk)
15:47
Use three U+002e characters to form the ellipsis in timelines, rather than the U+22ef, since some browsers do not know how to render U+22ef. ... (check-in: 1b78291f08 user: drh tags: trunk)
11:14
Change the default CSS so that the cursor is a pointer over the timeline check-in comment and the following ellipsis, as a hint to that one can click on those elements. ... (check-in: b39ad68f7c user: drh tags: trunk)
02:23
Clicking on the ellipsis expands the (detail) section in a timeline. ... (check-in: a794d858ec user: drh tags: trunk)
02:04
Add a Help submenu item to the /timeline page, so that advanced users can quickly see all of the query parameters, and perhaps start to enter them directly on the URL. ... (check-in: 44a5ac416e user: drh tags: trunk)
01:41
Default the /timeline format to "comment (detail)". ... (check-in: 58cfff2a4a user: drh tags: trunk)
01:37
The javascript Advanced/Basic toggles on the timelines is working well enough now to merge to trunk. ... (check-in: e91d267205 user: drh tags: trunk)
01:34
Replace the three bullets with a midline ellipsis character in the timelines. ... (Closed-Leaf check-in: 7b9cfa99c3 user: drh tags: declutter-via-js)
01:29
Fix a javascript error in toggleEllipsis() in the /timeline. ... (check-in: 4d6fda6de4 user: drh tags: declutter-via-js)
01:25
Clicking anywhere on the comment field of a /timeline toggles the (detail) on/off. The ellipsis is no longer a hyperlink. ... (check-in: 83bb8a8674 user: drh tags: declutter-via-js)
00:41
Default CSS for timeline ellipsis. ... (check-in: 9b739d1d93 user: drh tags: declutter-via-js)
00:37
For the ellipses in timelines from three bullet characters. ... (check-in: cef3d63c54 user: drh tags: declutter-via-js)
2017-11-25
21:21
Add the javascript Advanced/Basic buttons to the /finfo timeline. ... (check-in: 6eaad787a8 user: drh tags: declutter-via-js)
20:43
On the /timeline page, begin with the "basic" view. Provide an "Advanced" button to fill in details using JS. The "basic" query parameter no longer functions. ... (check-in: 3ede2d874f user: drh tags: declutter-via-js)
12:26
Change the names of the "Basic" and "Advanced" buttons to "Declutter" and "Details". (These names are subject to further refinement.) Add a [checkins-using] link to the artifact view for content artifacts. ... (check-in: e72444ea6a user: drh tags: trunk)
02:15
Add a "Basic" button to the submenu for /timeline pages that do not already have the "basic" query parameter. ... (check-in: 227c8e57fa user: drh tags: trunk)
01:55
Suppress the "Related" checkbox on the submenu of /timeline when the basic query parameter is enabled. ... (check-in: a46b9e772c user: drh tags: trunk)
01:41
Fix typos and improve the text description of the "Comment Format" setting. ... (check-in: a339c94fd3 user: drh tags: trunk)
2017-11-24
23:53
Make the "basic" query parameter the default for built-in skins when clicking on the Timeline menu. Add "basic" to /finfo. Other improvements to timeline. ... (check-in: 78f18dbd1c user: drh tags: trunk)
22:35
Add the "basic=1" query parameter to /timeline, to declutter the display. ... (check-in: 5ec5a403ae user: drh tags: trunk)
21:51
On the /timeline and /finfo pages, change the hyperlinks under the timestamp to point to the object referenced. This allows the timeline to be configured for "comment-only" but still provide a link to the object. ... (check-in: 77dfcc91ed user: drh tags: trunk)
20:46
New class "timelineDetailCell" for all &lt;td&gt; elements that hold the separate detail column of a timeline. ... (check-in: b39985508b user: drh tags: trunk)
20:30
Add a new timeline format that puts the details in a separate table column from the check-in comment. ... (check-in: dbb7447372 user: drh tags: trunk)
20:10
Provide a configuration option that can move the hash in a timeline before the comment, after the comment, or into the details, and can omit the details span. ... (check-in: 4102f60846 user: drh tags: trunk)
20:04
Add the "Comment Format" selector for to the /setup_timeline page. This allows the admin to configure the timeline comment display in various ways, so that nearly all preferences are satisfied. ... (Closed-Leaf check-in: 4cb350ecc0 user: drh tags: timeline-improvements)
16:25
New &lt;span&gt; element with the timelineExtraLinks class for the hyperlinks at the end of each entry on the /finfo page. ... (check-in: 1186f65ec5 user: drh tags: timeline-improvements)
16:06
Restore this display of "Leaf" and "Closed-Leaf" but now put it after the check-in comment. ... (check-in: 2df238e5ab user: drh tags: timeline-improvements)
14:19
Give greater emphasis to the check-in comment on timeline displays. Move the check-in hash into the details section at the end of each entry. ... (check-in: 4438e68de3 user: drh tags: timeline-improvements)
2017-11-22
19:01
Improvements to the coding-style guidelines from Johan Kuuse. ... (check-in: 49cde9fcaf user: drh tags: trunk)
2017-11-18
19:58
Improvements to the "Fossil Build Process" documentation, with improved comments in related source files. No changes to real code. ... (check-in: 51cf75088c user: drh tags: trunk)
17:49
Fix a crash that can occur in search when the FTS4 snippet() function returns NULL. ... (check-in: cee4af9e9c user: drh tags: trunk)
2017-11-16
02:43
Fix key bindings on the "fossil diff --tk" command. Control-q now exits. Pressing Enter does the right things at the right times and does not raise errors. Etc. ... (check-in: 4dfa592f27 user: drh tags: trunk)
2017-11-14
21:52
Add section for version 2.5 to the change log. ... (check-in: d02c1042a5 user: drh tags: trunk)
21:48
Increase the version number to 2.5. ... (check-in: 155e52934c user: drh tags: trunk)
21:47
Update the built-in SQLite to a version that supports read-only access to WAL-mode databases. ... (check-in: 6ef13e21d4 user: drh tags: trunk)
2017-11-10
10:55
merge trunk. Upgrade to openssl 1.1.0g ... (check-in: 9d3560b885 user: jan.nijtmans tags: openssl-1.1)
10:30
(cherry-pick): Upgrade to openssl 1.0.2m ... (Closed-Leaf check-in: 3003decb4e user: jan.nijtmans tags: branch-2.4)
10:28
Upgrade to openssl 1.0.2m ... (check-in: 5310f2ba88 user: jan.nijtmans tags: trunk)
2017-11-08
15:24
Fix the --with-tcl=PATH option on the configure script using a one-character patch suggested by Christoph Iserlohn. ... (check-in: 23c8937d70 user: drh tags: trunk)
15:20
(cherrypick): update win/Makefile.mingw.mistachkin ... (check-in: 4a9ce01b5c user: jan.nijtmans tags: branch-2.4)
15:13
update win/Makefile.mingw.mistachkin ... (check-in: 35751600d9 user: jan.nijtmans tags: trunk)
2017-11-04
14:56
Change the "/wiki_rules" page so that it displays a wiki source file, either formatted or plain-text, just like /md_rules does. ... (check-in: bf69c6ebc9 user: drh tags: trunk)
13:16
Fix a minor typo in a comment. No changes to code. ... (check-in: 9b20b8a18c user: drh tags: trunk)
2017-11-03
13:34
Automatically generate the &lt;html&gt;&lt;head&gt;...&lt;/head&gt;&lt;body&gt; section at the beginning of each HTML document if the header template does not contain a &lt;body&gt; tag. Likewise for the &lt;/body&gt;&lt;/html&gt; after the footer. ... (check-in: f1bb72ed26 user: drh tags: trunk)
12:54
Changed the color of the Reader privilege subscript to be more readable in the Xekri skin. ... (check-in: bfbcc126d3 user: zakero tags: trunk)
09:29
Version 2.4 ... (check-in: a0001dcf57 user: drh tags: trunk, release, version-2.4)
06:46
Fix harmless compiler warning. ... (check-in: 5aa37859d0 user: mistachkin tags: trunk)
06:30
Fix segfault in status, et al, when a file in the checkout cannot be opened. ... (check-in: 3c6d23b752 user: mistachkin tags: trunk)
2017-10-30
13:22
Fix a typo that prevented the diff-binary setting from being picked up by the mkindex.c comment scanner. ... (check-in: 2eea7584d5 user: drh tags: trunk)
13:20
Add a blank entry to the end of the Setting array so that loops can be terminated by checking for a null zName pointer. ... (check-in: df654bd993 user: drh tags: trunk)
2017-10-29
23:59
Update the 2.4 change log. ... (check-in: 266a311b62 user: drh tags: trunk)
2017-10-27
15:06
Fix broken hyperlinks on the tech_overview.wiki page. ... (check-in: 3018d519c8 user: drh tags: trunk)
2017-10-24
20:52
Update the built-in SQLite to version 3.21.0 final. ... (check-in: c7e55d9cac user: drh tags: trunk)
2017-10-21
19:37
Update the built-in SQLite to the second 3.21.0 beta. ... (check-in: 7ac19afae3 user: drh tags: trunk)
2017-10-19
20:39
Initial changes for adding attachments to check-ins. ... (Closed-Leaf check-in: cb385ba009 user: drh tags: checkin-attachment)
08:47
typo fix reported on the ML. ... (check-in: 1374d58142 user: stephan tags: trunk)
04:09
Adjust help text wording for /download page ... (check-in: eecb721e04 user: andygoth tags: trunk)
03:49
Minor fixes to wording of the TH1 hooks docs. ... (check-in: 38fabd4950 user: mistachkin tags: trunk)
2017-10-17
23:03
In the "fossil all ui" command, shows the "(hidden)" mark after repos that contain "/." in their pathnames. ... (check-in: b82bdff789 user: drh tags: trunk)
21:06
Add the /download page, with a configuration option to define what tag to be downloaded. ... (check-in: c5fea125d9 user: drh tags: trunk)
2017-10-16
13:54
Improvements to automatic hyperlink enabling and robot exclusion. ... (check-in: f014e15660 user: drh tags: trunk)
2017-10-14
23:20
Update /dir to support readme and readme.* files being a symlink to the actual document. Symlinks to symlinks are not supported in this instance. The document type is determined by the link target name. ... (Closed-Leaf check-in: eb4dda4820 user: andygoth tags: andygoth-doc-symlink)
22:49
Remove unnecessary double NUL-termination from blob ... (Closed-Leaf check-in: 95b6fad941 user: andygoth tags: andygoth-enhanced-symlink)
22:22
Update change log to describe Windows behavior of "l" flag to "manifest" setting ... (check-in: 810370cd43 user: andygoth tags: andygoth-enhanced-symlink)
22:19
Correct sense of _WIN32 conditional compilation ... (check-in: 1226e3ef52 user: andygoth tags: andygoth-enhanced-symlink)
22:03
Use transactions while creating symlink_perm table ... (check-in: f42ee09a09 user: andygoth tags: andygoth-enhanced-symlink)
22:03
Additional corrections to Windows symlink permissions logic ... (check-in: f29c8a44be user: andygoth tags: andygoth-enhanced-symlink)
21:48
Tweak comment style for consistency within functions ... (check-in: 364d04315b user: andygoth tags: andygoth-enhanced-symlink)
21:44
Correct vfile_check_signature() handling of manifest.symlinks not existing or manifest setting not containing the l flag ... (check-in: de50c496d2 user: andygoth tags: andygoth-enhanced-symlink)
21:43
Update Windows version of vfile_check_signature() to get symlink status from manifest.symlinks ... (check-in: 23e67f67d0 user: andygoth tags: andygoth-enhanced-symlink)
21:37
Protect against symlink_perm table already existing, should get_checkout_symlink_table() have already been called ... (check-in: 03ba3d9cb2 user: andygoth tags: andygoth-enhanced-symlink)
21:32
Move manifest.symlinks read functionality into the new get_checkout_symlink_table() function in checkout.c ... (check-in: 7a4bd5cf83 user: andygoth tags: andygoth-enhanced-symlink)
21:13
When committing on Windows with the "l" manifest flag set, update the symlink permission for selected files from the manifest.symlinks file if it exists ... (check-in: 2808e22596 user: andygoth tags: andygoth-enhanced-symlink)
19:32
Correct help text for open command ... (check-in: 109c956ff1 user: andygoth tags: andygoth-enhanced-symlink)
19:28
Merge trunk ... (check-in: 057645a938 user: andygoth tags: andygoth-enhanced-symlink)
2017-10-13
08:43
Update autosetup to 0.6.8 (v0.6.7-11-g3eb780c) ... (Closed-Leaf check-in: 2ed09fb8a3 user: steveb tags: autosetup)
2017-10-12
13:37
Rewrote the autoreconfigure explanation comment. It was confusing and contained errors. ... (check-in: 50844e5c6b user: wyoung tags: trunk)
2017-10-11
19:56
Removed the GNU make conditional around the new autoreconfigure dependency rule in the top-level Makefile.in. Apparently we have users using some other make, perhaps BSD make. Since the conditional only prevents autoreconfigure in the "make clean" case, where it is a minor annoyance, it's not important to work out how to retain this in a non-GNU make world. ... (check-in: 454e119398 user: wyoung tags: trunk)
10:13
Merge the automatic reconfigure changes. ... (check-in: 67a9088237 user: drh tags: trunk)
01:30
Merged in an upstream improvement from Autosetup addressing GH issue in a different output file. That in turn requires an adjustment to our new autoreconfigure feature to avoid a make(1) loop. ... (Closed-Leaf check-in: 1d549aa879 user: wyoung tags: wy-autoreconfig)
01:23
Small path fix to the new autoreconfigure Makefile rule. ... (check-in: b923d8006e user: wyoung tags: wy-autoreconfig)
01:16
Automatically re-configuring (same as "make reconfig") when Makefile.in, src/main.mk, or one of the autosetup files changes. This should avoid the need to recommend to people "re-run configure" whenever they call "fossil update" on this tree. ... (check-in: c649ba2770 user: wyoung tags: wy-autoreconfig)
01:13
Added "reconfig" target to the top-level Makefile, which uses an autosetup feature to re-run configure with the same options you gave manually. ... (check-in: fd33b6a4aa user: wyoung tags: wy-autoreconfig)
2017-10-10
23:08
Fix the on-line help for the pgo-command and gdiff-command settings. ... (check-in: 7aad2af7d3 user: drh tags: trunk)
2017-10-06
16:36
Improved help message for the /mlink page ... (check-in: bf94ffa009 user: drh tags: trunk)
2017-10-05
11:41
Only show hyperlinks to the /mlink page to admin users. ... (check-in: dead084ee5 user: drh tags: trunk)
11:37
Delta checksum verification is disabled by default, for better performance. It can be reenabled using -DFOSSIL_ENABLE_DELTA_CKSUM_TEST. ... (check-in: d3a46b2a45 user: drh tags: trunk)
11:03
Minor formatting changes the the /mlink page. ... (check-in: a73ed0d2f5 user: drh tags: trunk)
10:02
Fix a hyperlink on the /mlink page. Add a link from /info for a check-in to the /mlink page under "Other Links". ... (check-in: 180128f523 user: drh tags: trunk)
2017-10-04
12:07
Don't duplicate title in body ... (check-in: 5ab4db5a16 user: mpcjanssen tags: commonmark-markdown)
11:37
Simplify title determining code ... (check-in: b36643651c user: mjanssen tags: commonmark-markdown)
10:59
Add support for markdown page titles ... (check-in: 4a298e69ec user: mjanssen tags: commonmark-markdown)
05:35
Improvement to TH_RETURN handling needed for TH1 hooks. Update and correct TH1 hook tests. Add draft documentation for TH1 hooks. ... (check-in: 36f0e47b32 user: mistachkin tags: trunk)
2017-10-03
14:42
Tweak indenting for consistency ... (check-in: 5f37eb84ca user: andygoth tags: trunk)
05:12
Follow-up to [f39c33c133]: Only add extra table cell when rcvid column is shown ... (check-in: 1f9718a694 user: andygoth tags: trunk)
2017-10-02
16:25
Avoid large SQL inserts when computing the path between two check-ins for use by reverse annotation. ... (check-in: 5eba557c22 user: drh tags: trunk)
15:23
Add docs and tests for the TH1 'string index' command added by check-in [0c57ba3eb4]. Also, fix issue with handling of the special 'end' index. ... (check-in: e9845e5904 user: mistachkin tags: trunk)
12:22
More fixes to reverse annotation via the /fdiff page. It is closer, but it is still not right. ... (check-in: 08cacbf6e5 user: drh tags: trunk)
11:56
Fix the origin= and checkin= query parameters on the "Annotate" link of the /fdiff page. ... (check-in: a9ef45ed06 user: drh tags: trunk)
03:46
Update the build-in SQLite to the latest 3.21.0 beta that includes the enhance use of co-routines for subqueries. ... (check-in: 75fffb49ce user: drh tags: trunk)
02:30
Fix the computation of the percentage of the repo taken up by unversioned files on the /stat page. ... (check-in: c8b46764b6 user: drh tags: trunk)
2017-09-30
01:09
Add [string index] TH1 command ... (check-in: 0c57ba3eb4 user: andygoth tags: trunk)
2017-09-29
00:53
Add support for the "l" flag to the "manifest" setting to enable creation of a file "manifest.symlinks" which lists the names of all symlinks ... (check-in: 8d6bdd1e00 user: andygoth tags: andygoth-enhanced-symlink)
2017-09-28
18:18
Fix indentation of unanalyzed lines on /annotate and /blame screens. ... (check-in: 00ced6df65 user: drh tags: trunk)
2017-09-27
03:23
Assorted cleanups associated with [f74f7014], most notably making "fossil dif" work again despite the ambiguity with setting "diff-command" ... (check-in: 2b6a34c7e4 user: andygoth tags: trunk)
02:33
Take the "Built-in Documents" section back out, as all of referenced documents are already available in other parts of the same page. ... (check-in: fd9fd4c9e6 user: drh tags: trunk)
02:28
Add the /sitemap page to the list of built-in documents. ... (check-in: 3dc6d73602 user: drh tags: trunk)
02:20
Add the "Built-in Documentation" section to the main documentation page. ... (check-in: 2bacd55938 user: drh tags: trunk)
02:10
Add the orig= query parameter to the /finfo webpage. Use this in the hyperlink from the analysis log of the /annotate page. ... (check-in: 95cc4b90da user: drh tags: trunk)
2017-09-26
20:41
The revision numbers in the annotate output were off by one check-in. This changes should fix the problem. ... (check-in: 0b4c3f5a28 user: drh tags: trunk)
14:47
Update dirent to Version 1.23.1 ... (check-in: 398a90c006 user: jan.nijtmans tags: trunk)
14:46
Fix double "However" in comment. Some more end-of-line spacing. Nothing functional. ... (check-in: ce1bc4fb09 user: jan.nijtmans tags: trunk)
03:56
Provide a link to the reverse annotation for an /fdiff of two versions of the same file. Improvements to the description of a reverse annotation. ... (check-in: f52a544942 user: drh tags: trunk)
2017-09-25
19:46
Update the change log. Improved documentation of reverse annotations. (Note: The check-in time has been moved 5 minutes earlier as a test of the ability to edit check-in times.) ... (check-in: 1f378f9e31 user: drh tags: trunk)
18:32
Add the origin= query parameter to /annotate and the --origin option to the annotation command, to enable reverse annotations. ... (check-in: c91b810620 user: drh tags: trunk)
17:24
Improved limit handling for annotation. The limit can now be expressed in compute-time seconds rather than versions analyzed, and defaults to "1.0s", which is enough to compute a complete annotation on most reasonable files. ... (check-in: 517b9a5652 user: drh tags: trunk)
15:36
Change the "Log" submenu element of the annotation page so that it shows or hides the log using javascript, avoiding a server roundtrip and a recomputation of the annotation. ... (check-in: 037e06b370 user: drh tags: trunk)
15:28
Merge search-technote ... (check-in: a551d503c2 user: andygoth tags: trunk)
15:18
Merge miscellaneous changes that have accumulated on the annotation-enhancements branch. See a log of the whole branch for details. ... (check-in: ab8ed318e7 user: drh tags: trunk)
12:45
Simplified and improved implementation of annotate_file(). ... (Closed-Leaf check-in: d2b1565b7c user: drh tags: andygoth-annotation-enhancements)
2017-09-24
10:58
The annotate_file() function is now closer to being correct, but is still not quote right. ... (check-in: 54c0dab0c6 user: drh tags: andygoth-annotation-enhancements)
09:39
Remove unused local variables that caused breakages with -Werror. To do: This branch still gives a very different answer than trunk for [/annotate?limit=-1&checkin=8e27a5a0&filename=src/login.c&log=1] ... (check-in: 120ff0b8a3 user: drh tags: andygoth-annotation-enhancements)
04:42
Use tables throughout globs.md ... (check-in: 7f2689b1b5 user: andygoth tags: andygoth-annotation-enhancements)
04:41
Correct name of extras command ... (check-in: 4546d93da3 user: andygoth tags: andygoth-annotation-enhancements)
04:33
Correct typo preventing "fossil help clean-glob" from working ... (check-in: 41162e1ac5 user: andygoth tags: andygoth-annotation-enhancements)
04:12
Update change log ... (Closed-Leaf check-in: f914bfd3c7 user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
04:06
Fix some bugs in tech note search indexing ... (check-in: 76f8bfd5f9 user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
03:10
Add missing call to search_update_technote_index() ... (check-in: 467512031f user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
03:02
Correct alignment of fts-config output ... (check-in: a6c7ce9db8 user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
00:10
Begin work on searching technotes. Credit goes to Chris Rydalch for the idea. Sadly, this version doesn't work yet. Technote searches fail at this time. ... (check-in: 94650be8de user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
2017-09-23
21:52
Convert /fdiff and (partially) /vdiff to use checkboxes ... (check-in: 19e896543a user: andygoth tags: andygoth-annotation-enhancements)
21:30
Remove unnecessary variable initializations ... (check-in: c203ba902c user: andygoth tags: andygoth-annotation-enhancements)
21:24
Convert annotate page to use checkboxes ... (check-in: 8017bad639 user: andygoth tags: andygoth-annotation-enhancements)
21:18
Correct operation of filevers query parameter to annotate pages ... (check-in: 4b721600e7 user: andygoth tags: andygoth-annotation-enhancements)
21:07
Consolidated annotation file and manifest lookup code. This changes the error handling for the annotation web page to report an error rather than redirect to home. It also enables omitting the checkin query parameter when used with a server running within a checkout. (Later, by drh:) Move this code onto a branch because of build errors on Ubuntu. ... (check-in: 41f35ca4ec user: andygoth tags: andygoth-annotation-enhancements)
19:10
Fix the value of the ANN_FILE_VERS flag so that it no longer overlaps with DIFF_SLOW_SBS. Omit the ANN_FILE_ANCEST flag which was always true. Update the annotator so that it follows check-ins in generation order according to the ancestor table. ... (check-in: d9ef474a1a user: drh tags: trunk)
18:37
Selectively revert a few changes made by the previous check-in ... (check-in: b83ea94eb2 user: andygoth tags: trunk)
18:32
Add the -r|--revision option to the annotate command. ... (check-in: 5a6b194bc9 user: andygoth tags: trunk)
2017-09-22
18:10
Show all possible heading styles in Markdown reference. Expand table example to more closely resemble typical usage. ... (check-in: 02403f0647 user: andygoth tags: trunk)
2017-09-21
21:49
Improve error message when rejecting unversioned filenames ... (check-in: 493e3bade9 user: andygoth tags: trunk)
20:45
Update the built-in SQLite to the latest 3.21.0 alpha that includes the enhancements to the Windows VFS that help it better deal with read-only repository files. ... (check-in: e97d4443d5 user: drh tags: trunk)
09:56
(cherry-pick): Correct /doc webpage in the case of a read-only database containing a vcache table lacking the desired vid ... (Closed-Leaf check-in: 1fdcb20707 user: jan.nijtmans tags: branch-2.3)
00:56
Correct /doc webpage in the case of a read-only database containing a vcache table lacking the desired vid ... (check-in: b20f6cbaf4 user: andygoth tags: trunk)
2017-09-20
20:15
Correct typo in documentation ... (check-in: aad384d5d1 user: andygoth tags: trunk)
15:47
Update the built-in SQLite to the latest 3.21.0 alpha. ... (check-in: edba9d332b user: drh tags: trunk)
14:56
Update the change log to record recent enhancements. ... (check-in: 54c08082fc user: drh tags: trunk)
13:36
Fix another harmless compiler warning. ... (check-in: 49b6f89b4f user: drh tags: trunk)
13:35
Remove dead code to fix harmless compiler warnings. ... (check-in: 4c666ccf92 user: drh tags: trunk)
13:21
Some simple documentation on the URL Alias setup page. ... (check-in: a3b689b3cd user: drh tags: trunk)
12:58
Fix permission processing on "configuration pull alias". ... (check-in: b2b4af1356 user: drh tags: trunk)
12:42
Remove still more legacy configuration sync logic. ... (check-in: 9a68e6e1b0 user: drh tags: trunk)
12:34
Add support for doing a "configuration sync" of URL aliases. ... (check-in: 3d36a37a73 user: drh tags: trunk)
12:25
More legacy configuration sync code removed. ... (check-in: fe7f0ece30 user: drh tags: trunk)
12:10
Remove support for the legacy configuration sync transfer format, that was replaced in 2011. ... (check-in: 2ed7c1123d user: drh tags: trunk)
04:08
Correct typo in title of web page ... (check-in: a3e50c99f3 user: andygoth tags: trunk)
04:05
Correct comment typos ... (check-in: b1191c1ee0 user: andygoth tags: trunk)
03:27
Add preliminary support for URL aliasing. Create aliases by visiting the "URL Aliases" subscreen under the Setup menu. ... (check-in: 8131f1c5d9 user: drh tags: trunk)
2017-09-19
20:09
Add the ability to temporarily disable all ads. ... (check-in: 48d8af20b7 user: drh tags: trunk)
20:00
On the /stat page, show only the compressed size of unversioned artifacts, and show the percentage of the total repository space taken up by unversioned files. ... (check-in: 69d22d3bb1 user: drh tags: trunk)
19:20
Show the delta-source ID on files as well as check-ins for the "showid" query parameter on the /timeline page. ... (check-in: 4f134e06ce user: drh tags: trunk)
18:28
Add missing table cell in bottom right corner of unversioned file list web page ... (check-in: f39c33c133 user: andygoth tags: trunk)
18:04
Show file sizes in the description of individual file artifacts. ... (check-in: 4c268999d5 user: drh tags: trunk)
17:24
New submenu links to the artifact list and 250-largest artifacts pages. ... (check-in: 0594266c8e user: drh tags: trunk)
04:05
Fix a problem with file delta detection in extra_compression(). ... (check-in: 4fd147f815 user: drh tags: trunk)
03:57
Fix problems in the new content_deltify() routine. ... (check-in: cb29bc646b user: drh tags: trunk)
01:48
When the "showid" query parameter is given on /timeline or /finfo, show the delta-source artifact ID in addition to the artifact ID. ... (check-in: 29935c6e3e user: drh tags: trunk)
01:36
Change the content_deltify() routine so that looks an array of candidate source artifacts and picks the one that gives the best delta. ... (check-in: a4047a91e3 user: drh tags: trunk)
2017-09-11
16:44
Restore the --no-dir-symlinks option. ... (Closed-Leaf check-in: aff4363d1c user: mistachkin tags: no-dir-symlinks)
2017-09-08
09:05
(cherry-pick): Correct handling of mtime updates for UV push. (cherry-pick): Moved the check for iconv(3) in -liconv up within auto.def. If it happens after the checks for OpenSSL on certain macOS configurations, autosetup can be fooled into believing it doesn't need -liconv on that platform. This checkin splits up the group of cc-check-functions calls, so the moved call is now documented as to why its segregated. ... (check-in: 746668d58b user: jan.nijtmans tags: branch-2.3)
04:05
Moved the check for iconv(3) in -liconv up within auto.def. If it happens after the checks for OpenSSL on certain macOS configurations, autosetup can be fooled into believing it doesn't need -liconv on that platform. This checkin splits up the group of cc-check-functions calls, so the moved call is now documented as to why its segregated. ... (check-in: e6f64f5eeb user: wyoung tags: trunk)
00:10
Correct handling of mtime updates for UV push. ... (check-in: 669cd4041b user: drh tags: trunk)
2017-09-07
23:56
Minor formatting changes in the UV sync logic. No logical changes to code. ... (check-in: ac15e6d14a user: drh tags: trunk)
05:04
Improve the debug information available when using Login Groups. ... (check-in: 7f4393dab4 user: andybradford tags: trunk)
2017-08-31
18:32
Improvements to the /fdiff webpage: Add the option of using from= and to= query parameters to get a diff between two files in the same check-in. ... (check-in: 19497648d7 user: drh tags: trunk)
05:51
Correct typo in help's help ... (check-in: 0d8c3c2bef user: andygoth tags: trunk)
03:37
Improved error message when the "help" command cannot find its argument. ... (check-in: 2817800164 user: drh tags: trunk)
02:00
Merge trunk ... (check-in: d15c1ba0f9 user: jan.nijtmans tags: multi-thread)
01:00
Enhance the mkindex utility to extract help text for each setting separately and automatically build the aSetting table. Various other enhancements that take advantage of this new capability. ... (check-in: f74f7014c2 user: drh tags: trunk)
2017-08-30
23:03
Enhancements to the /setup_settings web page. Provide hyperlinks to documentation for all settings. ... (Closed-Leaf check-in: 5068f23d3e user: drh tags: improved-setting-help)
17:08
Enhance the mkindex utility to extract help text for each setting separately and automatically build the aSetting table. ... (check-in: 3d02004f6e user: drh tags: improved-setting-help)
14:15
Removed dead reference to g.fNoDirSymlinks. ... (check-in: 949d777d76 user: stephan tags: trunk)
13:29
Merge cleanX ... (Closed-Leaf check-in: fd47eae7da user: jan.nijtmans tags: cleanX-no-clean-glob)
13:27
Enable the admin-log and access-log by default for new repositories. ... (check-in: 4a80c3c437 user: drh tags: trunk)
13:17
Don't prompt before removing empty directories ... (check-in: 81d72e7257 user: jan.nijtmans tags: cleanX)
13:12
Add click-to-sort on columns of the admin-log display. ... (check-in: 703b57cfd1 user: drh tags: trunk)
13:07
Merge cleanX ... (check-in: 9297610047 user: jan.nijtmans tags: cleanX-no-clean-glob)
13:02
Merge trunk ... (check-in: d4f98e25c1 user: jan.nijtmans tags: cleanX)
12:02
Remove the --no-dir-symlinks option. This is a back-out of check-in [2375d6cbce933267] together with other cleanup changes. ... (check-in: b7272185ca user: drh tags: trunk)
2017-08-29
07:58
(cherry-pick): SQLite version 3.20.1 (cherry-pick): Remove an unused global variable from the path_shortest() logic ... (check-in: ae8709e2fc user: jan.nijtmans tags: branch-2.3)
07:50
SQLite version 3.20.1 ... (check-in: ffc252a663 user: jan.nijtmans tags: trunk)
2017-08-28
14:04
Update dirent to version 1.23. See [https://github.com/tronkko/dirent/releases] ... (check-in: ade4a657dc user: jan.nijtmans tags: trunk)
2017-08-24
19:30
Remove an unused global variable from the path_shortest() logic. ... (check-in: 084690e772 user: drh tags: trunk)
14:20
Typo fixes thanks to rosscanning, ref [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg25775.html] ... (check-in: f98852a0df user: andygoth tags: trunk)
2017-08-23
18:53
(cherry-pick): Remove a redundant directory separator character from the temporary filenames generated on windows. (cherry-pick): Change the file_mkfolder() implementation to assume that the folder already exists and only go about creating it and its path if it does not previously exit. ... (check-in: adacbfbcfb user: jan.nijtmans tags: branch-2.3)
17:53
Change the file_mkfolder() implementation to assume that the folder already exists and only go about creating it and its path if it does not previously exit. ... (check-in: 92ea61837e user: drh tags: trunk)
17:38
Remove a redundant directory separator character from the temporary filenames generated on windows. ... (check-in: b5f0d70362 user: drh tags: trunk)
17:29
Add the test-tempname command for testing the file_tempname() routine. ... (check-in: f1d23f04c0 user: drh tags: trunk)
17:28
Fix build (previous cherry-pick was not complete) (cherry-pick): For temporary filename paths on Windows, changes all backslash characters into forward slashes, so that the new enhanced-security shell escape mechanism from check-in [3b191c98] can use those temporary filenames. ... (check-in: dbda6e2a5d user: jan.nijtmans tags: branch-2.3)
17:18
For temporary filename paths on Windows, changes all backslash characters into forward slashes, so that the new enhanced-security shell escape mechanism from check-in [3b191c98] can use those temporary filenames. ... (check-in: e474c177df user: drh tags: trunk)
11:05
Add the --details option to the test-find-pivot command. ... (check-in: 9e48dad49b user: drh tags: trunk)
2017-08-22
09:46
(cherry-pick): Use SQLite 3.20.0 final ... (check-in: 7eebec15bd user: jan.nijtmans tags: branch-2.3)
09:44
(cherry-pick): Fix the SSH sync protocol to avoid "ssh" command-line option injection attacks such as those fixed in Git 2.14.1, Mercurial 4.2.3, and Subversion 1.9.7. As "ssh://" URLs cannot be buried out of sight in Fossil, the vulnerability does not appear to be as severe as in those other systems. (cherry-pick): Enhance the ssh:// URL to be cautious about the fossil= query parameter. Only commands "fossil" and "echo" (with an optional path) are accepted. ... (check-in: 1f18d23d76 user: jan.nijtmans tags: branch-2.3)
2017-08-21
12:18
Use SQLite 3.20.0 final (source_id change only) ... (check-in: 810dd031ec user: jan.nijtmans tags: trunk)
2017-08-12
18:47
Enhance the ssh:// URL to be cautious about the fossil= query parameter. Only commands "fossil" and "echo" (with an optional path) are accepted. ... (check-in: cb43937d8c user: drh tags: trunk)
18:34
Also disallow wildcard characters in blob_append_escape_arg(). ... (check-in: d5b015946d user: drh tags: trunk)
18:30
Disallow the ';' character in blob_append_escape_arg(). ... (check-in: 3bbac57534 user: drh tags: trunk)
18:24
Fix another problem with the needEscape computation in blob_append_escaped_arg() ... (check-in: 9eea719af6 user: drh tags: trunk)
18:22
The windows test macro is "_WIN32" without a trailing "_". ... (check-in: 49ae1785a6 user: drh tags: trunk)
18:20
Fix the needEscape calculation in blob_append_escaped_arg(). ... (check-in: 9690d370e0 user: drh tags: trunk)
18:15
Change the shell_escape() procedure into blob_append_escaped_arg(). Have that procedure raise a fatal error if the argument to be appended contains dodgy characters that might pose a security risk. Also, prepend "./" in front of arguments that begin with "-" to prevent them from looking like switches. ... (check-in: 3b191c984b user: drh tags: trunk)
16:20
Avoid another attack vector when using SSH sync protocol by not calling a shell interpreter. Fixes only Unix-like environments by using execvp() instead of a string that can be mishandled by /bin/sh. Superseded by [3b191c984b] &co. ... (Closed-Leaf check-in: ce7baa9798 user: andybradford tags: ssh-shell-cleanup)
04:19
Typo correction ... (check-in: 45a3d4b167 user: andygoth tags: trunk)
2017-08-11
16:00
Increase the version number to 2.4 and update the change log. ... (check-in: 3ebbe7bcaa user: drh tags: trunk)
15:29
Fix the SSH sync protocol to avoid "ssh" command-line option injection attacks such as those fixed in Git 2.14.1, Mercurial 4.2.3, and Subversion 1.9.7. As "ssh://" URLs cannot be buried out of sight in Fossil, the vulnerability does not appear to be as severe as in those other systems. ... (check-in: 1f63db591c user: drh tags: trunk)
2017-08-07
20:22
Hyperlinks to the SSL versions of the website. Redirect to the local unversioned source for the "precompiled binaries" link on the homepage. ... (check-in: b130b64cb4 user: drh tags: trunk)
2017-08-06
23:48
Restore end-of-line spaces used to demonstrate mid-paragraph line break in markdown.md. The spaces were removed by [23895c7b99] which appeared to clean house on end-of-line whitespace in addition to its documented purpose. ... (check-in: 1e491f6cc5 user: andygoth tags: trunk)
23:32
Document Markdown tables (never knew this feature existed), and improve consistency of formatting ... (check-in: 6f69ccdc69 user: andygoth tags: trunk)
2017-08-05
04:17
Enable processing of versioned manifest setting when creating zips and tarballs outside of an open checkout directory ... (check-in: da23bec780 user: andygoth tags: trunk)
03:45
Simplify manifest generation logic in zip page ... (check-in: b9de60427a user: andygoth tags: trunk)
03:23
Correct the /doc page to support read-only repositories ... (check-in: 95edba6534 user: andygoth tags: trunk)
2017-07-31
17:42
Update the built-in SQLite to the 4th release candidate for 3.20.0. ... (check-in: 2a615bed11 user: drh tags: trunk)
2017-07-28
19:41
(cherry-pick): Fix a problem with markdown rendering for "code". ... (check-in: dad3706248 user: jan.nijtmans tags: branch-2.3)
18:41
Fix a problem with markdown rendering for "code". ... (check-in: 04de083ec8 user: drh tags: trunk)
00:49
Update the built-in SQLite to the 3rd 3.20.0 release candidate. ... (check-in: 8ffba76b73 user: drh tags: trunk)
2017-07-25
15:38
Better error checking in the mkversion utility program used during the build process. ... (check-in: 8b9ce19e38 user: drh tags: trunk)
14:38
Update the selfhosting information to talk about the new www3.fossil-scm.org. ... (check-in: 5698492fbb user: drh tags: trunk)
2017-07-24
14:26
Update the built-in SQLite to the second 3.20.0 release candidate. ... (check-in: c45b8f4534 user: drh tags: trunk)
2017-07-21
04:22
Improve UI based test documentation with minor corrections to requirements and URLs. ... (check-in: 0a2be0648b user: andybradford tags: trunk)
03:19
Version 2.3 - the 10th anniversary release ... (check-in: f7914bfdfa user: drh tags: trunk, release, version-2.3)
2017-07-20
18:25
Fixed commit-warning.test broken by addition of the bootstrap skin which includes a file with long lines that generated a new warning. ... (check-in: ae83b2137f user: rberteig tags: trunk)
2017-07-15
13:55
Update the built-in SQLite to the first 3.20.0 release candidate. ... (check-in: 4872a58be2 user: drh tags: trunk)
2017-07-14
20:47
Mention support for HTML-style comments in Markdown reference ... (check-in: bfc29fb372 user: andygoth tags: trunk)
2017-07-13
10:24
merge trunk ... (check-in: 548fabe73c user: jan.nijtmans tags: openssl-1.1)
10:22
Update top OpenSSL 1.0.2l. Minor (harmless) compiler warnings in mkversion and codecheck1 (-Wall) ... (check-in: 23895c7b99 user: jan.nijtmans tags: trunk)
2017-07-12
18:55
Remove an unused variable from the security audit webpage. ... (check-in: 7c0b971437 user: drh tags: trunk)
18:34
Reword the header to the /fileage page to avoid disputes of commas. ... (check-in: 74bc515d36 user: drh tags: trunk)
18:08
Update to the latest SQLite from upstream and make other changes, all to silence a few utterly harmless compiler warnings about incompletely initialized structures. ... (check-in: 2f225b821f user: drh tags: trunk)
16:57
Be careful not to return a pointer to a webpage generator as a command-line command method. ... (check-in: 38df2a4544 user: drh tags: trunk)
11:03
merge trunk (without SQLite update to 3.20.0 beta, but WITH support for tab-completion in the SQL shell) ... (Closed-Leaf check-in: 107cfe0204 user: jan.nijtmans tags: fossil-2.3-with-older-SQLite)
03:02
Fix a typo on the security audit webpage. ... (check-in: 35f712d4d8 user: drh tags: trunk)
02:49
More documentation about what the --verbose flag does for "fossil info". ... (check-in: 9167b2d64a user: drh tags: trunk)
2017-07-11
14:35
Update the built-in SQLite to the latest 3.20.0 beta, including support for tab-completion in the SQL shell. ... (check-in: a314178a81 user: drh tags: trunk)
2017-07-10
18:19
A minor fix for the Xekri Skin ... (check-in: b1a7527b73 user: zakero tags: trunk)
18:12
Fixed a mouseover problem in the Xekri skin that was found by Jungle Boogie. ... (Closed-Leaf check-in: 773f9ba75c user: zakero tags: skin-xekri-fileage-fix)
14:37
test-markdown-render and test-wiki-render command don't require to be inside a checkout. ... (check-in: 1ba3c91994 user: mgagnon tags: trunk)
2017-07-09
00:51
Document italic+bold Markdown ... (check-in: 9e67b8ab23 user: andygoth tags: trunk)
2017-07-08
20:42
Improve built-in Markdown reference documentation to describe more features I long wished Markdown had but just now discovered it already does ... (check-in: 3bfdafe4aa user: andygoth tags: trunk)
13:35
An empty username on a U card is translated into "anonymous". ... (check-in: 23d45ff9ce user: drh tags: trunk)
11:01
In the "last change" report, show the user as "anonymous" if the EVENT.USER field is NULL or an empty string. (Later:) Removed from trunk because a better solution is to not store empty strings in the EVENT.USER field in the first place. ... (Closed-Leaf check-in: 970adec0fe user: drh tags: mistake)
2017-07-07
19:18
Avoid appending to g.zPath inside doc_page() loop. Instead, wait until the loop is done to modify g.zPath. When doing a directory lookup, the check-in and directory name were being repeatedly appended to g.zPath each step through the list of possible filename suffixes. This corrupted <base href> should index.html not exist, which in turn broke relative URLs. ... (check-in: 956d4901a9 user: andygoth tags: trunk)
12:59
Merge trunk. Upgrade to OpenSSL 1.1.0f. Note that this branch only adapts the Windows buildfiles, no source-code or anything else, since Openssl 1.1.0 is (almost, not significant for fossil) upwards compatible. ... (check-in: 4a516fb72c user: jan.nijtmans tags: openssl-1.1)
2017-07-06
15:32
Fix typo in auto.def Merge trunk ... (check-in: 10c7e0fcea user: jan.nijtmans tags: fossil-2.3-with-older-SQLite)
2017-07-05
13:00
In the timeline graph rendering code, hard-code the topRow value in the generated javascript. ... (check-in: e76f3bbe45 user: drh tags: trunk)
12:33
Fix timeline rendering so that multiple timelines can be drawn on each page without interferring with one another. Move the "Referenced By" section of the /info page upward and rename it as "References". Added the /test-backlink page for showing all pages that contain references. ... (check-in: ba3444327f user: drh tags: trunk)
11:12
Add the "Referenced By" section to the /info page. ... (check-in: fae745cf0f user: drh tags: trunk)
2017-07-04
16:02
On the /urllist page, stop the display of access URLs after at least 8 have been shown and the last access is more than 30 days ago. Except, show them all if the "all" query parameter is used. ... (check-in: 9d7ef44fb6 user: drh tags: trunk)
13:11
Do not send the message body on an HTTP reply to a HEAD request. ... (check-in: 5826ba37ac user: drh tags: trunk)
04:36
Add the "bootstrap" skin. ... (check-in: f57f5f99b9 user: drh tags: trunk)
2017-07-03
23:18
Do not show checkouts with the "info -v" command or in the /urllist webpage if the checkout does not appear to exist any more. ... (check-in: c666579cf5 user: drh tags: trunk)
20:04
Add a pre-packaged CONFIG table query to the administrator SQL interface. ... (check-in: 6a679311bb user: drh tags: trunk)
19:07
On the text descriptions of the various administrator settings, identify the property in the CONFIG table that is being modified. ... (check-in: 3ca935ef55 user: drh tags: trunk)
13:54
On the server.wiki page, point to the source code comments that describe the various CGI options. ... (check-in: a8910101c3 user: drh tags: trunk)
13:48
On the server.wiki page, point to the source code comments that describe the various CGI options. ... (Closed-Leaf check-in: d407e22fed user: drh tags: security-risk)
11:26
On the /test_env page, show the AUTH_CONTENT and AUTH_TYPE environment variables in "cookie" mode. - On second thought, better to not show these, since they can expose passwords on screen. ... (check-in: d28cb283f3 user: drh tags: security-risk)
10:36
Suggestion for 2.3 release: Eliminate the need for SQLITE_PREPARE_PERSISTENT, which makes fossil work with SQLite 3.19.3. ... (check-in: 1eab060a84 user: jan.nijtmans tags: fossil-2.3-with-older-SQLite)
09:31
Update changes.wiki. Some eol-spacing ... (check-in: 86d4754a7a user: jan.nijtmans tags: trunk)
2017-07-02
18:22
On the /test_env page, report the values of the REMOTE_USER and HTTP_AUTHENTICATION environment variables, if they exist. ... (check-in: 4207a04072 user: drh tags: trunk)
2017-07-01
22:43
Fix a minor problem with Write-Unver reporting on the security audit report. ... (check-in: 5c999558ff user: drh tags: trunk)
22:38
Add the cgi_referer() utility function. Use it to cause the setup_uedit page to always go back to the page it came from. ... (check-in: 59a51b8267 user: drh tags: trunk)
22:17
More checking of user permissions on the Security Audit page. ... (check-in: 564e42dfe5 user: drh tags: trunk)
19:36
Update the change log to mention recent enhancements. ... (check-in: 8fe2f97ea1 user: drh tags: trunk)
18:09
Improvements to the "Last Change" report. ... (check-in: 1dc93b704f user: drh tags: trunk)
17:54
Add the "Last Change" activity report. ... (check-in: b629647e82 user: drh tags: trunk)
17:23
When computing the "Last Login" on the user list page, take the RCVFROM sync log into account. ... (check-in: 46d5d638b1 user: drh tags: trunk)
16:41
Prevent line breaks in the "Last Login" column of the user list. ... (check-in: 2fe385e4c3 user: drh tags: trunk)
16:34
Add the "Last Login" column to the setup_ulist page. ... (check-in: 5832d2fc60 user: drh tags: trunk)
03:08
Typo fix in documentation. ... (check-in: 38f37679d3 user: drh tags: trunk)
00:52
Improved wording on some of the security-audit warnings. ... (check-in: 752365e71f user: drh tags: trunk)
00:51
More security-audit checks. ... (check-in: 4253b1de6b user: drh tags: trunk)
2017-06-30
19:59
Add the --numstat option to the diff command. ... (check-in: 3d6cf6a722 user: drh tags: trunk)
19:00
Report an error if the input file to "fossil import" cannot be opened. ... (check-in: 038dcc00e5 user: drh tags: trunk)
18:56
Fix the zlib Makefile for MSVC to use /MT to avoid a compiler warning. ... (check-in: 0f8bae079e user: drh tags: trunk)
18:42
Fix the unix makefile so that the dependency on page_index.h is against dispatch.c not main.c. ... (check-in: 4c17ab60b9 user: drh tags: trunk)
18:28
New security audit checks. ... (check-in: 6c543c0308 user: drh tags: trunk)
16:18
Add the Security-Audit page. There is more work to be done here, but it is now at least partially functional. ... (check-in: 02683077f4 user: drh tags: trunk)
16:13
Many new permission checks for the security-audit page. ... (Closed-Leaf check-in: c12ffe2ce1 user: drh tags: security-audit)
15:17
Start the security audit by checking to see if the repos it public or private. ... (check-in: 7f29e2640a user: drh tags: security-audit)
14:10
Fossil now needs at least SQLite 3.20.0 (beta) ... (check-in: 1c1d4ed21a user: jan.nijtmans tags: trunk)
13:36
Add a stub for the Security Audit page. ... (check-in: c550402982 user: drh tags: security-audit)
2017-06-29
19:59
Enable the STMT virtual table so that it available in the "fossil sql" command. ... (check-in: 960b9dc0d4 user: drh tags: trunk)
19:05
Make use of the new sqlite3_prepare_v3() interface and the SQLITE_PREPARE_PERSISTENT flag in SQLite. ... (check-in: 11c46fd6aa user: drh tags: trunk)
18:54
Update the built-in SQLite to the latest from upstream. ... (check-in: ee71f347ee user: drh tags: trunk)
06:29
Make the command-line timeline behave more like the timeline page by handling dates before resolving to symbolic rid which might actually not meet the "before" or "after" criteria. Bug reported by Roy Keene: timeline output always included a timeline entry which happened to be before the "after" date indicated. ... (check-in: 048738b282 user: andybradford tags: trunk)
2017-06-24
16:28
Fixed "integer constant is too large for long type" warning on 32-bit Linux ... (check-in: caf2681720 user: andygoth tags: trunk)
13:59
Increase the stack size limit to 8MB. Disable stack and heap size limits prior to invoking subprocesses. ... (check-in: 3f193ba610 user: drh tags: trunk)
13:38
Update the built-in SQLite and SQL command shell to the latest from upstream. ... (check-in: 42d151cc64 user: drh tags: trunk)
2017-06-22
11:41
updated license description from GPL to 2-clause BSD, with a tip of the hat to er38hcma on the mailing list. ... (check-in: 6fb3e2def8 user: stephan tags: trunk)
2017-06-21
11:48
Unicode 10 is officially released now. ... (check-in: 14d8d31b1a user: jan.nijtmans tags: trunk)
2017-06-20
13:35
On unix, use setrlimit() to limit total heap space usage to 1GB on 32-bit systems and 10GB on 64-bit systems, and total stack space to 2MB, as a proactive defense again the "stack clash" vulnerability found on many unix-like OSes. I do not yet know if these limits are reasonable. ... (check-in: 6e6e4b1d26 user: drh tags: trunk)
2017-06-19
01:55
Make sure the /uv webpage returns a sensible error if the unversioned table does not exist. ... (check-in: a49ef37865 user: drh tags: trunk)
2017-06-16
11:38
Add -DSQLITE_OMIT_GET_TABLE to the compilation flags for SQLite ... (check-in: 33a13b80e7 user: jan.nijtmans tags: trunk)
2017-06-15
13:47
Fix fallback definitions of R_OK/W_OK, make them the same as Microsoft's definitions. ... (check-in: e3fe51e1e8 user: jan.nijtmans tags: trunk)
13:44
Update the homepage to include "airliner wifi" in the same performance category "dial-up". ... (check-in: 222e9ea810 user: drh tags: trunk)
13:12
Fix compiler warnings in the shell.c from the previous check-in. Also bring in the latest trunk version of SQLite for testing. ... (check-in: 2ada39bab8 user: drh tags: trunk)
12:52
Bring in the enhanced "shell.c" with the improved ".schema" and ".tables" commands from upstream SQLite. ... (check-in: d9e555194a user: drh tags: trunk)
03:37
Fix TTY comment line break logic for UTF8 multi-byte characters. ... (check-in: e62161976e user: drh tags: trunk)
03:13
Use -O0 instead of -O2 for compiling when the --fossil-debug option of ./configure is used. ... (check-in: 8a6e31f637 user: drh tags: trunk)
2017-06-13
05:12
When dropping surplus tables during "fossil rebuild", make sure to use IF EXISTS so that shadow tables from previously dropped virtual tables do not cause an SQL error. ... (check-in: 3200a7c72e user: drh tags: trunk)
04:45
Fix the blob_read_from_file() function so that it works with files larger than 2GiB. ... (check-in: 837333fc8c user: drh tags: trunk)
2017-06-12
01:23
Remove another set of extraneous backslash from an error message in the ticket editing webpage. ... (check-in: 699fca172d user: mistachkin tags: trunk)
2017-06-11
16:25
Experimental and undocument --yy option to the various diff operations does a slow O(N*N) algorithm which can sometimes compute a better side-by-side diff. But it can also take a lot longer and so is not recommended unless really needed. ... (check-in: 1b3fa2610a user: drh tags: trunk)
04:37
Fix some cases in wikiformat.c where it was assuming that a hash name would be UUID_SIZE or fewer characters, when in fact the size could be as many as HNAME_MAX characters. This is a change that we missed in the SHA3 cut-over. ... (check-in: e0757d270c user: drh tags: trunk)
2017-06-09
13:09
Update the /tarball and /zip pages to return status code 404 if given an unknown checkin to download. ... (check-in: a10fc448ed user: drh tags: trunk)
2017-06-08
19:10
Remove extraneous backslashes in error messages in the ticket editing webpage. ... (check-in: b772b36d95 user: drh tags: trunk)
17:10
Fix a formatting bug in the ad-unit setup page. ... (check-in: bc6355e9cf user: drh tags: trunk)
15:03
Update the built-in SQLite to version 3.19.3. ... (check-in: 5a6f946723 user: drh tags: trunk)
12:50
Make sure fossil_strndup() always adds a zero terminator. ... (check-in: 8707e86949 user: drh tags: trunk)
2017-06-07
15:55
Fix the "fossil sha3sum" command so that it accepts "-" to mean stdin. Clarify the algorithm used. ... (check-in: 86fa03adb1 user: drh tags: trunk)
2017-06-06
17:53
Bug fix in the sha3sum() routine. Also comment-out that routine since it is not used anyplace in the code. ... (check-in: 6419592d65 user: drh tags: trunk)
17:49
Do not double-prompt for HttpAuth passwords. ... (check-in: f423b10f79 user: drh tags: trunk)
2017-06-02
02:23
Restore the ability to amend a comment both with and without an interactive editor. If the edit happens outside a working check-out then use a suitable TMP directory. ... (check-in: 1fff403a68 user: andybradford tags: trunk)
2017-05-30
19:23
Enhancements to SEE integration. ... (check-in: 00dfbdbf7e user: mistachkin tags: trunk)
01:26
Further enhancements to SEE integration. ... (Closed-Leaf check-in: 53048387fb user: mistachkin tags: see)
2017-05-29
23:14
Merge updates from trunk. ... (check-in: 3b3099bdc0 user: mistachkin tags: see)
23:07
Rename new function for clarity and consistency. ... (check-in: d6422ab0f0 user: mistachkin tags: trunk)
17:02
Use a standard .txt extension for temporary files and avoid double dots in file name. ... (Closed-Leaf check-in: 51058ce141 user: andybradford tags: amend-regress)
02:37
Enable the 'sqlite' command to work with SEE. ... (check-in: 564edc69aa user: mistachkin tags: see)
01:37
Move PRAGMA key handling into its own function. ... (check-in: 95f14fae00 user: mistachkin tags: trunk)
2017-05-28
20:36
Some coding style cleanup in order to make fossil_close() static. ... (check-in: 1c6a6fa1a9 user: mistachkin tags: trunk)
20:33
Make sure config database state is consistent when returning from 'sqlite' command. ... (check-in: 97ff702f3d user: mistachkin tags: trunk)
19:44
When building an SEE-enabled build with MSVC, be sure to define SQLITE_HAS_CODEC. ... (check-in: fa6b22c674 user: mistachkin tags: trunk)
19:35
Fix compilation using MSVC 2005 and 2008. ... (check-in: 9766cfd5a3 user: mistachkin tags: trunk)
2017-05-27
20:29
When SEE integration is enabled, pass its flags when compiling 'shell.c' as well. ... (check-in: 6d4aa34457 user: mistachkin tags: trunk)
03:21
Fix support for 'raw' mode for embedded TH1 docs broken by check-in [35698c9c43478f8f]. ... (check-in: 05df5d2ee6 user: mistachkin tags: trunk)
2017-05-26
13:15
Fix the --skin option so that it works on Windows. ... (check-in: 685617773e user: drh tags: trunk)
08:44
Requesting Fossil 2.3 release just after the Unicode 10.0 release (expected around june 20, 2017). If earlier, please revert commit [09bcc322f7bcf52f|09bcc322f7] first. ... (check-in: 6fe0d68914 user: jan.nijtmans tags: trunk)
05:55
Remove the restriction entirely for editing a comment only in the working check-out directory and choose an appropriate temporary file if no working check-out is available instead. ... (check-in: 74df777e34 user: andybradford tags: amend-regress)
03:46
Restore the ability to use amend outside an open check-out disabled by [8c22e1bbcd8ec048]. Only allow interactive edits within an open check-out. Perhaps unixTempFileDir() could be used to locate a suitable TMP location for the edit in the event that there is not an open-checkout. ... (check-in: afef5fb5fc user: andybradford tags: amend-regress)
02:27
Fix minor grammar bug in open check-out required error message. ... (check-in: 55e2487585 user: andybradford tags: trunk)
2017-05-25
17:07
Update the change log to show that SQLite 3.19.2 was installed. ... (check-in: ad44efaff3 user: drh tags: trunk)
16:59
Update the built-in SQLite to version 3.19.2. ... (check-in: 418ac81cae user: drh tags: trunk)
2017-05-24
13:48
Increase the version number to 2.3 in preparation for the next release. Updates to the change log. ... (check-in: 277274c0c7 user: drh tags: trunk)
13:19
Update the built-in SQLite to the 3.19.1 patch release. ... (check-in: 4465be15d2 user: drh tags: trunk)
09:51
Update internal Unicode character tables, used in regular expression handling, from version 9.0 to 10.0. ... (check-in: 09bcc322f7 user: jan.nijtmans tags: trunk)
2017-05-22
15:10
(cherry-pick): Update the built-in SQLite to 3.19.0 ... (Closed-Leaf check-in: 70af6acdaa user: jan.nijtmans tags: branch-2.2)
14:29
Update the built-in SQLite to 3.19.0 ... (check-in: e1da46fed4 user: jan.nijtmans tags: trunk)
2017-05-13
23:08
Restore previous behavior of the --with-tcl option to configure, where the value portion is optional. ... (check-in: 27e65b0730 user: mistachkin tags: trunk)
18:00
Enhance the "fossil 3-way-merge" command to output a warning in the event of merge conflicts. ... (check-in: 9e17c686f5 user: drh tags: trunk)
2017-05-12
18:22
(cherry-pick): Fix an XSS issue with the /help webpage. Change a few %s format letters into %h ... (check-in: f1a7360e62 user: jan.nijtmans tags: branch-2.2)
17:22
Change a few %s format letters into %h. ... (check-in: 8e27a5a084 user: drh tags: trunk)
16:22
Fix an XSS issue with the /help webpage. ... (check-in: db482f1675 user: drh tags: trunk)
15:11
In the "fossil info -v" command, sort the access-url and check-out fields by date, not by name. ... (check-in: 12ab581fda user: drh tags: trunk)
14:11
In the hyperlink on the "Last Sync URL", omit the username to prevent warnings from Firefox. ... (check-in: 172c2235a4 user: drh tags: trunk)
13:57
Add the "Last Sync URL" division to the /urllist page. ... (check-in: d4fc9120e1 user: drh tags: trunk)
13:49
Patch for autosetup to restore previous behavior of the --with options to configure, by Steve Bennett. ... (check-in: 4e1450ae3c user: mistachkin tags: trunk)
2017-05-11
22:49
Fix a typo on the aboutdownload.wiki documentation page. ... (check-in: 82aaedd991 user: drh tags: trunk)
21:09
Update the built-in SQLite to the first 3.19.0 beta. ... (check-in: d6a0debd8c user: drh tags: trunk)
21:00
Add the URL &amp; Checkouts entry to the setup menu. ... (check-in: a53beaabdf user: drh tags: trunk)
09:06
Don't access g.argv[2], when g.argc indicates there's no such element. Reported by Tony Papadimitriou. ... (check-in: 2d69772e49 user: jan.nijtmans tags: trunk)
2017-05-10
16:19
Update the built-in SQLite to the latest 3.19.0 alpha that includes the authorizer callback enhancements. ... (check-in: 094a498d99 user: drh tags: trunk)
09:22
Update autosetup to v0.6.6 ... (check-in: c5e4100705 user: jan.nijtmans tags: trunk)
2017-05-08
23:04
Added new documentation for File Name Glob Patterns, suitable for explaining how the patterns found in the various xxx-glob settings work in detail. ... (check-in: b892f2d547 user: rberteig tags: trunk)
23:00
Final proofreading of file glob patterns document before merging to trunk. Also updated the permuted index to match mkindex.tcl and the current glob article title. ... (Closed-Leaf check-in: ea1fd25378 user: rberteig tags: glob-docs)
2017-05-04
14:52
Tweak format of initial list of special characters to match format of examples given two sections below ... (check-in: 160b9852ba user: andygoth tags: glob-docs)
2017-05-02
20:18
(cherry-pick): Enhancements to the password prompt logic for Windows so that it works better in non-standard shells. ... (check-in: cd24cf19dc user: jan.nijtmans tags: branch-2.2)
19:18
Update the built-in SQLite to the latest 3.19.0 alpha for testing. ... (check-in: b8f3b549aa user: drh tags: trunk)
19:13
Enhancements to the password prompt logic for Windows so that it works better in non-standard shells. ... (check-in: 513dd003a5 user: drh tags: trunk)
2017-05-01
13:57
Assorted tweaks to new Platform Quirks section of www/globs.md after re-reading it. ... (check-in: a53d3b7db1 user: wyoung tags: glob-docs)
13:34
Replaced the Platform Quirks section of the www/globs.md document with a modified version of what I (Warren Young) posted to the mailing list, the differences answering Ross Berteig critiques of the original version. ... (check-in: 0a51f1bf6a user: wyoung tags: glob-docs)
2017-04-26
15:27
No need for the /version page to distinguish between verbose=2 and verbose=1, just presence (or not) of "verbose" is enough. ... (check-in: 0ec7120570 user: jan.nijtmans tags: trunk)
2017-04-23
14:50
Suppress "database locked" warnings on the "PRAGMA optimize" that occurs as the process is shutting down. ... (check-in: c7d85ffb2a user: jan.nijtmans tags: branch-2.2)
13:50
gzip.c:70:13: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] aHdr[9] = 255; ~ ^~~ ... (check-in: fe1332ca2c user: jan.nijtmans tags: trunk)
13:08
merge trunk. Use new Win10 flag: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE. See: [https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/#Y9sMOye6Y8vVYmDx.97] for why this might make this branch work better. ... (Closed-Leaf check-in: 2999c7dc8a user: jan.nijtmans tags: winsymlink)
2017-04-20
18:53
With examples split into their own list, switch back to compacted bullet lists. ... (check-in: 8ce3e9a66d user: rberteig tags: glob-docs)
18:26
Correct display of character list examples to work around lack of multi-level bulleted lists ... (check-in: 2df14399e6 user: andygoth tags: glob-docs)
2017-04-19
22:07
Add some hints about translating from .gitignore to ignore-glob. I only scratched the surface: this could easily become the subject of a book. ... (check-in: ddea92ad41 user: rberteig tags: glob-docs)
07:08
Add image/bmp and image/vnd.microsoft.icon (ico) to the mime-type table ... (check-in: 613fe1b1fb user: jan.nijtmans tags: trunk)
06:58
some end-of-line spacing ... (check-in: 7f4b50b23d user: jan.nijtmans tags: trunk)
2017-04-18
22:25
In globs.md, fixed one more all-caps GLOB and reworded some things. ... (check-in: daf2ada2bf user: rberteig tags: glob-docs)
19:50
More editorial work. ... (check-in: 1adc47e0ef user: rberteig tags: glob-docs)
18:40
Index xmark(trid), otherwise writing the mark file can take hours. ... (check-in: 48d466ab73 user: joerg tags: trunk)
01:29
Substantial and minor changes to the file globs document taking advice from Warren Young's email. ... (check-in: 1239b6c470 user: rberteig tags: glob-docs)
2017-04-16
01:11
Consistently use ` instead of ' to surround individual characters ... (check-in: 565685b5c8 user: andygoth tags: glob-docs)
01:09
Mention difference between Fossil globs and Unix shell globs ... (check-in: 8df6df49fc user: andygoth tags: glob-docs)
00:45
Replace []] example with [][] because a single-character character class is not terribly useful whereas the latter demonstrates the same concept as well as the visibly unusual way to match either bracket. Add example showing how to match a ^ character as well as ], further reinforcing the above. ... (check-in: 541e324989 user: andygoth tags: glob-docs)
2017-04-14
22:40
Added a new document describing the details of the GLOB syntax used with many settings. Updated the permuted index generator (and the index) to include it. ... (check-in: b96f86c607 user: rberteig tags: glob-docs)
2017-04-13
20:42
Correct reparent usage information ... (check-in: 07783301bd user: andygoth tags: trunk)
2017-04-12
18:40
Fix a typo on the aboutdownload.wiki documentation page. ... (check-in: f2e9eeb1c0 user: drh tags: trunk)
11:39
Minor gcc compiler warnings ... (check-in: a9d1d46f65 user: jan.nijtmans tags: trunk)
11:26
Suppress "database locked" warnings on the "PRAGMA optimize" that occurs as the process is shutting down. ... (check-in: 41956e7000 user: drh tags: trunk)
2017-04-11
21:37
Added verbiage to --ignore options of add and addremove to state that they apply to unmanaged files only. ... (check-in: 4d2c34b0d7 user: sdr tags: trunk)
20:54
Version 2.2 ... (check-in: 81d7d3f43e user: drh tags: trunk, release, version-2.2)
15:04
Update change-log ... (check-in: 909f2ef4c6 user: jan.nijtmans tags: trunk)
2017-04-03
11:40
Add support for GIT comment tags, as suggested [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24595.html|here]. Implementation by Roy Marples, but modified to use the (existing) 'T' card in stead of the 'C' card. ... (check-in: 3bba2a6e82 user: jan.nijtmans tags: trunk)
11:33
Use the (existing) 'T' card in stead of an (incompatible) 'C' card, to store GIT's Tag comment. ... (Closed-Leaf check-in: f2e075b9d5 user: jan.nijtmans tags: roy-export)
2017-03-31
00:11
Fixed bug in test files generated in commit-warning tests that caused some UCS-2 (aka UTF-16) files to have an odd byte length and be seen as binary instead of Unicode. ... (check-in: 4bbd5c3e47 user: rberteig tags: trunk)
2017-03-30
18:58
Cherry-pick Solaris build fix from SQLite trunk [http://www.sqlite.org/src/info/c8000e94cca59dab] ... (check-in: 54cf4397f4 user: jan.nijtmans tags: trunk)
18:01
Add a hyperlink to PRAGMA optimize in the change log for 2.2. ... (check-in: 84c2682f4f user: drh tags: trunk)
15:27
Update the built-in SQLite to 3.18.0 ... (Closed-Leaf check-in: 017baa24e1 user: jan.nijtmans tags: branch-2.1)
15:25
Update the built-in SQLite to 3.18.0 ... (check-in: 32b0065c58 user: jan.nijtmans tags: trunk)
07:23
merge-mark (no change, because the removal of unused code from local.tcl was already done in trunk) ... (Closed-Leaf check-in: 327dc56377 user: jan.nijtmans tags: autosetup)
2017-03-29
23:07
Update autosetup to v0.6.6 Includes minor update to local.tcl for new option handling, and also remove some unused code from local.tcl ... (check-in: 2af33c9771 user: steveb tags: autosetup)
2017-03-28
11:10
Remove superflouous part of autosetup/local.tcl, suggested by [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24976.html|Steve Bennett] ... (check-in: 7198a7dc16 user: jan.nijtmans tags: trunk)
2017-03-25
19:15
(cherry-pick): Define the NORETURN macro for MSVC ... (check-in: 1112616e99 user: jan.nijtmans tags: branch-2.1)
02:20
Fix minor typos and add helpful hyperlinks in some of the documentation. ... (check-in: a0ce33c90b user: drh tags: trunk)
01:47
Fix a typo in The Fossil Sync Protocol document. ... (check-in: 39d6fc72a5 user: drh tags: trunk)
01:14
Further changes to the security section of the How The Download Page Works document. ... (check-in: 14ac1127de user: drh tags: trunk)
01:12
Add the "Security" section to the "How The Download Page Works" document. ... (check-in: 914d5328b6 user: drh tags: trunk)
00:44
Add the "How The Download Page Works" documentation file. ... (check-in: fb38d312c8 user: drh tags: trunk)
2017-03-24
20:43
Update the built-in SQLite to the third 3.18.0 beta. ... (check-in: af225fea67 user: drh tags: trunk)
08:55
Not all MSVC versions understand __declspec(noreturn) ... (check-in: 131bef4234 user: jan.nijtmans tags: trunk)
02:54
Update the built-in SQLite to the second 3.18.0 beta. ... (check-in: c8a4300267 user: drh tags: trunk)
2017-03-23
22:09
Define the NORETURN macro for MSVC ... (check-in: a99c9ffec2 user: drh tags: trunk)
2017-03-22
16:42
Since "allow-symlinks" is already ON by default on non-unix platforms (since fossil 1.35 already), no need to do anything special during GIT/SVN import. ... (check-in: f21820f4ab user: jan.nijtmans tags: trunk)
16:26
(cherry-pick): Fixes to SVN import received from Christophe Gouiran (bechris13250 at gmail) ... (check-in: dec3383ed4 user: jan.nijtmans tags: branch-2.1)
16:15
Fix harmless compiler warnings in the shell ... (check-in: cc65959b0f user: jan.nijtmans tags: trunk)
15:56
When compiling with Mingw(-w64), check for (older) MSVC compatibility. ... (check-in: 4080860da5 user: jan.nijtmans tags: trunk)
14:52
Fix (older) MSVC compile ... (check-in: 80c94b7689 user: jan.nijtmans tags: trunk)
12:39
Fixes to SVN import received from Christophe Gouiran (bechris13250 at gmail) ... (check-in: 035bd4f65c user: drh tags: trunk)
2017-03-21
23:45
Added some UTF-16 cases, and a BOM case for UTF-8 to commit-warning.test ... (check-in: 8705a52535 user: rberteig tags: trunk)
13:21
Add the --symlink option to test-file-environment. ... (check-in: e583068713 user: drh tags: trunk)
10:52
Improve commit-warning tests by constructing test files for interesting cases aiming for coverage of all the situations that should produce warnings independent of the other files in the fossil repository. ... (check-in: 02bfb9b629 user: rberteig tags: trunk)
2017-03-20
13:57
Update the built-in SQLite to the first 3.18.0 beta. ... (check-in: affb6b5e76 user: drh tags: trunk)
13:56
Limit the virtual-machine size for SQL statements run for report generators. ... (check-in: 307147510c user: drh tags: trunk)
2017-03-18
14:10
Update to the latest pre-release of SQLite 3.18.0 that includes a fix for the harmless compiler warning on Macs. ... (check-in: 9612d43f93 user: drh tags: trunk)
12:44
The "amend" command only works from within an open check-out. ... (check-in: 8c22e1bbcd user: drh tags: trunk)
2017-03-16
23:20
Clean up JSON tests and tweak use of catch in the test framework. ... (check-in: 9e5f06deae user: rberteig tags: trunk)
17:55
Update the change log for version 2.2. Change the version number to 2.2. ... (check-in: b477fe5799 user: drh tags: trunk)
16:16
Remove the (broken) "Color by Hash" submenu link from the /bloblist page. ... (check-in: dd687c7c90 user: drh tags: trunk)
15:29
On the /rcvfromlist page, show the hash algorithms used for each batch of artifacts received. ... (check-in: 386191d379 user: drh tags: trunk)
15:14
Rename crnl-glob versioned setting to crlf-glob ... (check-in: c5e4f7dff8 user: jan.nijtmans tags: trunk)
15:03
The hclr query parameter to /bloblist color-codes the display to show whether each artifact is SHA1 or SHA3. There are no links or buttons to activate this query parameter. It is designed for expert users only, to be typed in manually into the URL. ... (check-in: 59a8438a85 user: drh tags: trunk)
14:47
Update the built-in SQLite to the latest 3.18.0 pre-release. ... (check-in: 303a2084a3 user: drh tags: trunk)
00:38
In json.test, look for the empty file artifact using its new SHA3 hash explicitly. This allows json-artifact-file and related tests to pass, and eliminates a cascade of false failures that had crashed the test harness. ... (check-in: 5ad7038fa3 user: rberteig tags: trunk)
00:35
Wrap each .test file in a catch command, with output of the error messages to the log for sanity. This should reduce the ways that a failing test case can unexpectedly wedge the entire test suite. ... (check-in: cdf1700ade user: rberteig tags: trunk)
00:04
Skip entire merge5.test until fossil sqlite3 --no-repository works right. ... (check-in: 6167f69a21 user: rberteig tags: trunk)
2017-03-15
23:54
Mark the failing test pre-commit-warnings-1 as a knownBug. TODO: Write a more stable test case. ... (check-in: 876b436cf5 user: rberteig tags: trunk)
23:53
Remove an unused variable from the /dir webpage implementation. ... (check-in: d1f9f4c84d user: drh tags: trunk)
23:31
Create two new README files under test/subdir/ for testing purposes. ... (check-in: 34d9bddf8d user: drh tags: trunk)
19:50
Ignore a trailing "/" on the name= query parameter for /file when showing a directory listing. ... (check-in: a9c4b3c4b4 user: drh tags: trunk)
19:06
Add the "[history]" link on the /dir page for subdirectories. ... (check-in: 6a01228fe1 user: drh tags: trunk)
19:04
(cherry-pick): On the /tarball and /zip pages, use r= as the query parameter to select which check-in to download. The uuid= query parameter is still accepted as an alias for backwards compatibility. ... (check-in: c6a20403c6 user: jan.nijtmans tags: branch-2.1)
18:34
On the /tarball and /zip pages, use r= as the query parameter to select which check-in to download. The uuid= query parameter is still accepted as an alias for backwards compatibility. ... (check-in: ece33ee1b6 user: drh tags: trunk)
18:20
Merge latest trunk ... (Closed-Leaf check-in: ad9d418cbb user: mgagnon tags: dir_history_link)
17:27
If a directory listing (from /file or /dir or /tree) contains a README file, then render the content of that README beneath the directory listing. Example: [/file/skins] ... (check-in: a6993f9bd4 user: drh tags: trunk)
15:43
Enhance the /file/NAME page so that it shows directory listings if the NAME argument is a directory instead of a file. If NAME is omitted, it shows all the files at the top-level. ... (check-in: 9f3bad83de user: drh tags: trunk)
14:30
(cherry-pick): Have Fossil use the new "PRAGMA optimize" feature of SQLite 3.18.0 alpha. Use latest SQLite CLI enhancements. ... (check-in: d123620ee3 user: jan.nijtmans tags: branch-2.1)
10:40
(cherry-pick): Fix by Natacha Porté for delimiter escape bug discovered by Mark Janssen. (fossil-users list) ... (check-in: 1c23cca8c9 user: jan.nijtmans tags: branch-2.1)
06:25
Fixed amend.test to only care about the first 40 chars of uuid values. ... (check-in: 3537c75cc3 user: rberteig tags: trunk)
00:41
Added missing reference to the -json-input flag for the json command. ... (check-in: 2accaaeead user: stephan tags: trunk)
00:31
added missing return type in login_basic_authentication() definition. ... (check-in: fd928b6ef9 user: stephan tags: trunk)
00:19
Simplify the Basic Authentication implementation, removing the need for the strtok_r() library function. ... (check-in: 2e76b99f5c user: drh tags: trunk)
2017-03-14
23:30
Changed remaining regexps in test cases that match hashes to allow hashes to range from 40 to 64 hex digits. Added the same_uuid proc to the test harness to regularize comparing uuids. It is true if one is a prefix of the other. There are still regressions in the test suite, especially in amend.test, but this is progress. ... (check-in: 0541af5f8c user: rberteig tags: trunk)
21:15
Update hash regexp to defend against full length SHA3 hashes. ... (check-in: 38115a0bd9 user: rberteig tags: trunk)
20:21
New test case for the Markdown bug, fixed issues with hash matching, fixed tests for the TH1 unversioned command so they no longer depend on unversioned files from a past release in the real repository. ... (check-in: f92672bda3 user: rberteig tags: trunk)
16:02
Fix by Natacha Porté for delimiter escape bug discovered by Mark Janssen. (fossil-users list) ... (check-in: dd41f85acf user: jan.nijtmans tags: trunk)
14:38
Fix build on mingw-w64 (which DOES have strtok_r) ... (check-in: 6f52316955 user: jan.nijtmans tags: trunk)
12:17
merge trunk ... (check-in: bec0c4f044 user: jan.nijtmans tags: openssl-1.1)
12:15
(cherry-pick): Fix [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847556#10|Debian bug 847556]: Cannot clone/sync over HTTPS ... (check-in: 7be745f306 user: jan.nijtmans tags: branch-2.1)
12:11
Fix [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847556#10|Debian bug 847556]: Cannot clone/sync over HTTPS ... (check-in: 04168f5170 user: jan.nijtmans tags: trunk)
01:55
Merge in small fixes to the test suite and plan to continue improving the suite in the trunk. Also kludge login.c on MinGW which has no strtok_r() available in its libc by supplying a public domain one. There certainly is a better way to deal with this, but this unbreaks the build on Windows broken by [315cf2436]. ... (check-in: 93d52a010f user: rberteig tags: trunk)
2017-03-13
23:47
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. ... (check-in: 315cf24368 user: drh tags: trunk)
23:28
Correct filename title in comment for man_page_command_list.tcl ... (check-in: 260e3c750d user: andygoth tags: trunk)
22:24
Merged from trunk for testing before pushing back to trunk. ... (Closed-Leaf check-in: f955c632c4 user: rberteig tags: rkb-2.0-tests)
21:53
Merged from trunk to verify fix in [62352847]. ... (check-in: 4077357a38 user: rberteig tags: rkb-2.0-tests)
20:47
Fix a obsolete comment related to updating the CHECK constraint on the BLOB table when moving up to version 2.0 or later. ... (check-in: 66807d3029 user: drh tags: trunk)
01:12
Add the capability for Fossil to directly interpret the Authentication: HTTP header for Basic Authentication, if enabled on the /setup_access page. Disabled by default. ... (Closed-Leaf check-in: 4fa4c0218f user: drh tags: basic-authentication-2)
2017-03-12
23:32
More refactoring of "control artifact" to "structural artifact". Also improve the wording. All in the selfcheck document. ... (check-in: 43c3d95a31 user: drh tags: trunk)
18:59
Use the term "structural artifacts" in place of the older "control artifact" notation. ... (check-in: 1dda1b6df5 user: drh tags: trunk)
17:01
More hyperlink fixes on the same page. ... (check-in: f5240a1cb8 user: drh tags: trunk)
16:59
Fix bad hyperlink on the Compiling And Installing Fossil page. ... (check-in: a0f5be9a9d user: drh tags: trunk)
01:03
Fix typos in the Fossil-v-Git document. ... (check-in: 60dbbbefdb user: drh tags: trunk)
2017-03-11
13:59
Add test commonmark test suite ... (check-in: 9893619067 user: mjanssen tags: commonmark-markdown)
13:56
Switch to commonmark renderer ... (check-in: de94fdd1fa user: mjanssen tags: commonmark-markdown)
13:52
Add commonmark amalgamations ... (check-in: 116e744bbe user: mjanssen tags: commonmark-markdown)
13:48
Create new branch named "commonmark-markdown" ... (check-in: 525e3b75ea user: mjanssen tags: commonmark-markdown)
2017-03-10
17:32
Update to the latest SQLite 3.18.0 prerelease code, and especially the newest CLI code. ... (check-in: d93679a1d7 user: drh tags: trunk)
17:30
Have Fossil use the new "PRAGMA optimize" feature of SQLite 3.18.0 alpha. ... (check-in: 7815d015f3 user: drh tags: trunk)
17:19
Fix the release date for 2.1 on the change log. ... (check-in: f89e0d4a91 user: drh tags: trunk)
17:07
Version 2.1 ... (check-in: 83e3445f67 user: drh tags: trunk, release, version-2.1)
01:44
Merge recent enhancements from trunk ... (Closed-Leaf check-in: 41d43ec6b9 user: drh tags: optimize-pragma)
2017-03-09
15:52
For commands where the --sha1sum option has changed to --hash, continue to accept --sha1sum for historical compatibility, though leave this undocumented. ... (check-in: d90e56f469 user: drh tags: trunk)
2017-03-08
22:56
Remove a repeated "are" in hash-policy command help text. ... (check-in: 5776542195 user: mgagnon tags: trunk)
20:35
Fix the "fossil wiki export --technote" command so that it allows hash abbreviations again, as it should. ... (check-in: 623528470d user: drh tags: trunk)
20:05
Fixed isses in the JSON and wiki test cases exposed by regressions in fossil-2.0. ... (check-in: 5ee57d84b0 user: rberteig tags: rkb-2.0-tests)
15:01
Fix an #ifdef error in the sha3 implementation that caused suboptimal code for little-endian machines. ... (check-in: e8b433321b user: drh tags: trunk)
13:01
The default SHA3 hash size is 256, not 224. Fix the comments and the (unused) default initialization in the SHA3Init() routine. ... (check-in: 4a31a093a3 user: drh tags: trunk)
03:22
Enhancements to TH1 related to hashing. Add the 'hash' TH1 command. ... (check-in: 357c3c6836 user: mistachkin tags: th1Hash)
2017-03-07
21:43
Fix the previous fix so that it works even if TH1 hooks are disabled at compile-time. ... (check-in: 691a649234 user: drh tags: trunk)
20:38
Do not run TH1 hooks on the "fossil sql" command. ... (check-in: d493544369 user: drh tags: trunk)
11:11
Remove RFC documentation from zlib redistribution. Motivation: [http://core.tcl.tk/tcl/info/e14d152114efee10394a7e0b4b1c0478efff52c5|bundled zlib documentation is under a potentially non-free license] ... (check-in: eea86cee3a user: jan.nijtmans tags: trunk)
2017-03-06
19:53
Update the built-in SQLite to the latest 3.18.0 prerelease version that supports PRAGMA optimize. ... (check-in: f32c36e58a user: drh tags: optimize-pragma)
19:51
Merge in the Fossil 2.0 and 2.1 enhancements. ... (check-in: 0dc479305f user: drh tags: optimize-pragma)
15:32
Merge trunk ... (Closed-Leaf check-in: 4bf7e4ef56 user: jan.nijtmans tags: sqlite3-compat)
12:52
Use "auto" hash-policy for new Docker repositories ... (check-in: 3c9dc14831 user: jan.nijtmans tags: trunk)
12:48
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. ... (check-in: 9a6256cf08 user: jan.nijtmans tags: trunk)
08:57
(cherry-pick): Fix a bug that prevented clients from pushing SHA3 content up to servers. ... (Closed-Leaf check-in: f41f6f33ad user: jan.nijtmans tags: branch-2.0)
00:08
Add a new hyperlink to the hash policy document. ... (check-in: 907021af51 user: drh tags: trunk)
2017-03-05
22:28
Update the change log for version 2.1. ... (check-in: 13924ff734 user: drh tags: trunk)
19:51
Add support for variable "hash policies". Increase the version number to 2.1. ... (check-in: e92133a548 user: drh tags: trunk)
19:49
More tweaks to the "Hash Policy" document. Add the Hash Policy document to the permuted index. ... (Closed-Leaf check-in: f55db74d97 user: drh tags: fossil-2.1)
19:13
Tweaks to the hash policy document. ... (check-in: b0d3e9cc31 user: drh tags: fossil-2.1)
01:57
Add a first draft of the "Hash Policy" document. ... (check-in: 6429054f8e user: drh tags: fossil-2.1)
00:38
Automatically convert from "auto" to "sha3" if a SHA3-named artifact is received. ... (check-in: c8870643b7 user: drh tags: fossil-2.1)
00:29
Move the display of hash-policy to the Schema Version line of the /stat page, and only show the hash-policy name if it is something other than "auto". ... (check-in: def29c31c2 user: drh tags: fossil-2.1)
00:21
Show the current hash policy on the "Database Stats" line of the /stat screen. ... (check-in: 2ca8bc8baa user: drh tags: fossil-2.1)
00:08
Add the --sha1 option to the "fossil new" command, to simplify the creation of new SHA1-only repositories. ... (check-in: 91f5ad9b94 user: drh tags: fossil-2.1)
2017-03-04
21:03
Preserve the hash policy on a clone. ... (check-in: d9b3a863ef user: drh tags: fossil-2.1)
20:38
New repositories default to hash policy "shun-sha1" with a SHA3 initial check-in. But this can be overridden using the --template option with a template repository that is already set to a different hash policy. ... (check-in: 95543ce45b user: drh tags: fossil-2.1)
20:06
Implement the hash-policy setting and the "fossil hash-policy" command. The default hash policy is "auto" for existing repositories and "shun-sha1" for new repositories. ... (check-in: a616c04b6a user: drh tags: fossil-2.1)
20:04
Merge enhancements from trunk ... (check-in: acd3b31f75 user: drh tags: fossil-2.1)
14:29
Add the /juvlist webpage that returns a list of all unversioned files as JSON. ... (check-in: 7d12ba544f user: drh tags: trunk)
2017-03-03
19:33
Improve stash diff commands when using external diff tool to make it behave a little bit more like the "fossil gdiff" command. ... (check-in: 2a47673a9e user: mgagnon tags: trunk)
19:29
merge trunk ... (Closed-Leaf check-in: 5e19d73176 user: mgagnon tags: stash-gdiff-improvement)
16:26
Fix a bug that prevented clients from pushing SHA3 content up to servers. ... (check-in: 9413c77358 user: drh tags: trunk)
14:31
Add gshow and gcat command to allow to use gdiff-command when diffing the stash against baseline. When using gdiff, call external tool directly with the file from the checkout, it's usefull when merging change manually using the external tool. ... (check-in: 06b167526b user: mgagnon tags: stash-gdiff-improvement)
13:49
Update custom makefile ... (check-in: 6fc3bf94c7 user: jan.nijtmans tags: trunk)
13:15
Updates to the "mkdownload.tcl" script for version 2.0. ... (check-in: a717856f25 user: drh tags: trunk)
12:00
Version 2.0 ... (check-in: 1d407cff32 user: drh tags: trunk, release, version-2.0)
2017-03-02
16:20
Cherry-pick [http://www.sqlite.org/src/info/ac760db0727209db|ac760db072] from SQLite: Fix a use-after-free problem in the shell tool code that could occur if an SQL statement were executed after an ".open" command with invalid options. ... (check-in: 69b9b9563f user: jan.nijtmans tags: trunk)
12:37
Few comment glitches ... (check-in: 8a76861556 user: jan.nijtmans tags: trunk)
12:08
Few (textual) typos. Eliminate unneccary spacing. ... (check-in: b098c9398a user: jan.nijtmans tags: trunk)
01:28
Fix harmless compiler warnings in the new hardened SHA1 implementation. ... (check-in: ed30b3d668 user: drh tags: trunk)
00:10
Documentation updates - remove references to SHA1 as the only available hash algorithm. ... (check-in: 796db898c7 user: drh tags: trunk)
2017-03-01
22:26
Fix a redundant #include in sha1hard.c. ... (check-in: 0f5dc21e33 user: drh tags: trunk)
21:57
Merge recent enhancements from trunk. ... (check-in: 32ba35f3b0 user: drh tags: fossil-2.1)
21:53
Update the change log. ... (check-in: c682faab38 user: drh tags: trunk)
21:42
Use the hardened SHA1 implemenation by Marc Stevens and Dan Shumow. ... (check-in: 7c29bffcad user: drh tags: trunk)
21:39
Indicate the use of hardened-SHA1 in the "fossil version -v" output. ... (Closed-Leaf check-in: e81f4d4ec7 user: drh tags: hardened-sha1)
21:24
Make it possible to turn off SHA1 hardening, falling back to the legacy implementations. ... (check-in: 2f87dcf5df user: drh tags: hardened-sha1)
21:03
Use the hardened SHA1 hash function from [https://github.com/cr-marcstevens/sha1collisiondetection]. ... (check-in: ba9d10807e user: drh tags: hardened-sha1)
19:53
Updates to the change log. ... (check-in: 537ab8868e user: drh tags: trunk)
18:21
Remove unused local variables. ... (check-in: cb92c69c2a user: drh tags: trunk)
17:49
Merge enhancements from trunk. ... (check-in: 1e3779959d user: drh tags: fossil-2.1)
17:48
The server issues an error asking the client to upgrade if the client is less than Fossil 2.0 and SHA3 content is encountered. ... (check-in: a13738764b user: drh tags: trunk)
17:15
Merge updates from trunk. ... (check-in: c3fbab2edb user: drh tags: fossil-2.1)
17:14
Show the correct hash algorithm name in the Overview section of the /info webpage. (Originally committed to the wrong branch.) ... (check-in: 26dac28eec user: drh tags: trunk)
17:11
Show on the the first 40 characters of SHA3 hashes in the "fossil status" command, and similar, to avoid overflowing the 80-character width of a standard TTY window. ... (check-in: 5c87495e42 user: drh tags: trunk)
16:44
Show the correct hash algorithm name in the Overview section of the /info webpage. ... (check-in: 92fb97609a user: drh tags: fossil-2.1)
16:04
This is the branch for Fossil 2.1. The only difference from 2.0 will be that in this branch SHA3 hash names are used by default, instead of SHA1. ... (check-in: fc3995a01b user: drh tags: fossil-2.1)
16:00
Add the ability to read and understand SHA3 name hashes. ... (check-in: fd9b7bd982 user: drh tags: trunk)
15:35
Change references to "SHA1 hash" in comments and UI labels to be "artifact hash" or similar. ... (Closed-Leaf check-in: b9a1a3b9d8 user: drh tags: fossil-2.0)
15:09
Do not create the ALIAS table as it turns out not to be needed. ... (check-in: 3259aa5421 user: drh tags: fossil-2.0)
14:55
Improvements to the way that hash name aliases are detected in the content_put_ex() routine. ... (check-in: 53a2824ec0 user: drh tags: fossil-2.0)
14:10
Check for name aliases when committing. Use SHA3 hashes if the version number is 2.1 or higher. ... (check-in: 104c8d3409 user: drh tags: fossil-2.0)
12:38
Send the "pragma client-version" command from the client and parse it on the server. ... (check-in: a5f4579d4d user: drh tags: fossil-2.0)
11:29
Omit SHA3-224 as an option. The only two artifact naming hash options are SHA1 and SHA3-256. ... (check-in: c88662873f user: drh tags: fossil-2.0)
00:49
Use generic hash validity checking in the purge.c module. ... (check-in: 7bd36bc52d user: drh tags: fossil-2.0)
00:35
Merge updates from trunk. ... (check-in: fcc9116a54 user: drh tags: fossil-2.0)
00:34
Avoid unnecessary SHA1 calls in the bundle.c module. ... (check-in: 527d4eddc7 user: drh tags: fossil-2.0)
00:25
On a check-out the manifest.uuid file is determined by the display name, not the SHA1 hash of the manifest. ... (check-in: 41af304e00 user: drh tags: trunk)
2017-02-28
22:55
Fix a bug in the schema definition that prevented new repositories from being created. On the server side, check the authentication hash using the appropriate hash algorithm. ... (check-in: f7861887d3 user: drh tags: fossil-2.0)
22:34
Fix the FOSSIL_VERSION_NUMBER macro so that it is always of the form XYYZZ X is the major version number (ex: 2) and YY is the minor version number and ZZ is the patch number, or 0. ... (check-in: 2dce6a9211 user: drh tags: fossil-2.0)
22:15
Remove unnecessary references to sha1sum from xfer.c. ... (check-in: 7ec259c3ac user: drh tags: fossil-2.0)
20:43
Remove a reference to sha1sum from the pre-commit verification logic. ... (check-in: fc246fc4d1 user: drh tags: fossil-2.0)
20:28
Remove references to SHA1 hashing from the structural artifact parser. ... (check-in: 9f17d77ada user: drh tags: fossil-2.0)
20:16
The vfile.c modules uses the display hash to verify whether or not files have changed on disk. ... (check-in: ac279fa019 user: drh tags: fossil-2.0)
19:47
Fix the tarball and ZIP archive generators so that the use the display hash to populate the manifest.uuid file. ... (check-in: 9a8986b791 user: drh tags: fossil-2.0)
19:15
Add the hname_verify_hash() routine and use it to fix "fossil test-integrity" such that it verifies the display hash regardless of the algorithm used. ... (check-in: 08badee3a4 user: drh tags: fossil-2.0)
16:36
Change the --sha1sum options on "fossil commit" and "fossil status" to be --hash, since it is no longer restricted to a single hash algorithm. ... (check-in: 1f61b2dc88 user: drh tags: fossil-2.0)
16:25
Refactoring and cleanup of some of the hash name interfaces. ... (check-in: 1c8768b0de user: drh tags: fossil-2.0)
14:14
On-the-fly schema updates. No "fossil rebuild" needed when moving to Fossil 2.0. ... (check-in: 94f4c0aab5 user: drh tags: fossil-2.0)
10:12
Update the change log for version 2.0. ... (check-in: 89077b05bf user: drh tags: fossil-2.0)
10:06
Updates to to the fileformat.wiki document. ... (check-in: d9bef53b1a user: drh tags: fossil-2.0)
09:16
Change the version number to 2.0. ... (check-in: 81a73593d3 user: drh tags: fossil-2.0)
02:10
Update "fossil rebuild" so that it changes the CHECK constraint on the BLOB table to be "length(uuid)>=40" instead of "==40". ... (check-in: 2cce7d19d6 user: drh tags: fossil-2.0)
00:56
Relax size constraints on artifact hash parsing. ... (check-in: 65c597119c user: drh tags: fossil-2.0)
2017-02-27
23:17
Changes to the design of the alias table. ... (check-in: 0a8fad6a5d user: drh tags: fossil-2.0)
22:33
Back out the change to the cluster artifact M-card that added an alias name. The plan is to transmit alias information by new cards in the sync protocol. ... (check-in: a6ee563c70 user: drh tags: fossil-2.0)
22:20
Abandon the HNAME table idea. Instead, continue to use the BLOB.UUID as the primary artifact name and add the ALIAS table for aliased artifact names after a hash algorithm change. Add the optional alias argument to the M-card. ... (check-in: 2e42c9cb89 user: drh tags: fossil-2.0)
18:26
Manifest parser supports various hash sizes. ... (check-in: 80f9b68e6f user: drh tags: fossil-2.0)
14:46
The smallest SHA3 hash size is 224 bits, not 228 bits. ... (check-in: 5ed8477b6c user: drh tags: trunk)
14:44
Create the initial HNAME table on a rebuild. Also fix a hash size error in sha3.c. ... (check-in: 82487bece3 user: drh tags: fossil-2.0)
13:07
Improvement to the way auxiliary tables are initially dropped on a rebuild. ... (check-in: a31944e628 user: drh tags: fossil-2.0)
2017-02-26
16:30
Add the --size argument to the sha3sum command. ... (check-in: ccdafa2a93 user: drh tags: trunk)
2017-02-25
20:33
Optimizations to the SHA3 algorithm. ... (check-in: 493321d44f user: drh tags: trunk)
20:14
Updates to the "sha3sum" help text. ... (check-in: b015ad715d user: drh tags: trunk)
20:07
Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. ... (check-in: dcb1a827d5 user: drh tags: trunk)
19:47
Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. (This was suppose to go on trunk.) ... (Closed-Leaf check-in: 17ea282226 user: drh tags: sha3)
2017-02-24
14:52
Fix MD5 function (actually: byteReverse) for ARM processors. If OpenSSL is available, use their MD5 impl. Exchange SHA1Final() method parameters, being compatible with OpenSSL. ... (check-in: b88ef030a6 user: jan.nijtmans tags: trunk)
2017-02-23
14:55
Add the /repo_stat1 webpage (accessible only to administrators). Enhance the /repo_schema page so that it can optionally show the schema for a single table. Include sqlite_stat1 information on the /repo_schema page. ... (check-in: f9f5702d7a user: drh tags: optimize-pragma)
13:42
Run the "PRAGMA optimize" command as the database is closing. This change is intended as a test of "PRAGMA optimize". ... (check-in: 90555227ea user: drh tags: optimize-pragma)
07:52
Add support for document titles to the TH1 docs feature. ... (check-in: 35698c9c43 user: mistachkin tags: trunk)
07:51
Fix harmless compiler warning seen with MSVC. ... (check-in: afcff4999e user: mistachkin tags: trunk)
2017-02-22
09:49
Merge stripping end-of-line change from "roy-export" branch ... (Closed-Leaf check-in: bd65092f33 user: jan.nijtmans tags: jn-export)
2017-02-21
22:18
Cast strlen to int to avoid a compiler error and to be consitent elsewhere. ... (check-in: 7a93cd883b user: roy.marples tags: roy-export)
21:36
Only strip trailing newline when importing comments. ... (check-in: 0e4bf2ca5f user: roy.marples tags: roy-export)
2017-02-18
18:13
Merge trunk. Openssl 1.1.0d -> 1.1.0e ... (check-in: 28173845f9 user: jan.nijtmans tags: openssl-1.1)
2017-02-17
13:23
Cherrypick [http://www.sqlite.org/src/info/810d29320b853b3a|810d29320b]: Remove the CLANG_VERSION macro, since we have learned that version numbers in clang are "marketing" and are inconsistent and unreliable. Builds using clang will still use the GCC_VERSION macro since clang works hard to be gcc compatible. ... (check-in: c453a91606 user: jan.nijtmans tags: branch-1.37)
13:20
Cherrypick [http://www.sqlite.org/src/info/810d29320b853b3a|810d29320b]: Remove the CLANG_VERSION macro, since we have learned that version numbers in clang are "marketing" and are inconsistent and unreliable. Builds using clang will still use the GCC_VERSION macro since clang works hard to be gcc compatible. ... (check-in: ad2dd95dbf user: jan.nijtmans tags: trunk)
2017-02-15
17:41
Clarification of text in the quickstart.wiki documentation. ... (check-in: 99bbb26072 user: drh tags: trunk)
06:23
Improve the warning message about versioned/non-versioned settings so that it includes the full path to the versioned settings file, for better use with things like 'fossil all'. ... (check-in: 83fd738490 user: mistachkin tags: trunk)
2017-02-14
19:27
Add back some usage of "keep-glob" ... (check-in: 95ab655a06 user: jan.nijtmans tags: cleanX-no-clean-glob)
19:23
Merge cleanX ... (check-in: d73dcdd0a2 user: jan.nijtmans tags: cleanX-no-clean-glob)
19:21
fix execution bit, corresponding with trunk ... (check-in: 5957bf3cda user: jan.nijtmans tags: cleanX)
19:19
Merge trunk ... (check-in: f19e2c0abd user: jan.nijtmans tags: cleanX)
18:19
If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. ... (check-in: 2375d6cbce user: mistachkin tags: trunk)
15:41
(cherry-pick): Update the built-in SQLite to version 3.17.0 ... (check-in: 17a33275f0 user: jan.nijtmans tags: branch-1.37)
15:35
Update the built-in SQLite to version 3.17.0 ... (check-in: 616d2873f0 user: jan.nijtmans tags: trunk)
03:04
For safety, the --verily option to clean should force all symlinks to be treated as normal content files. ... (Closed-Leaf check-in: 8fdf8cbe9c user: mistachkin tags: symlinks)
01:03
When the --reset option is used, reset the cached stat() information before and after dealing with it. ... (check-in: 39ea7a2f61 user: mistachkin tags: symlinks)
00:59
Add '--reset' option to the file test commands. Other minor improvements. ... (check-in: 996ebab71b user: mistachkin tags: symlinks)
00:40
Report the effective file mode bits also. ... (check-in: 7972e19f77 user: mistachkin tags: symlinks)
00:30
Modularize and enhance the file test commands. ... (check-in: 834a5b6189 user: mistachkin tags: symlinks)
00:13
Further enhancements. ... (check-in: a3409470aa user: mistachkin tags: symlinks)
00:03
Enhance verbosity of the new 'test-file-environment' command. ... (check-in: 804bb55f07 user: mistachkin tags: symlinks)
2017-02-13
23:56
Add the 'test-file-environment' test command. ... (check-in: c891d86c6c user: mistachkin tags: symlinks)
21:03
Oops, missed one thing in the previous check-in. ... (check-in: b3fc0a133c user: mistachkin tags: symlinks)
21:01
For the '--no-dir-symlinks' flag to be honored when the 'allow-symlinks' setting is disabled, the file_wd_isdir() function must force lstat() to be used. ... (check-in: 6c90761bcd user: mistachkin tags: symlinks)
20:31
Remove forced setting of the 'allow-symlinks' cached setting from the 'clean' and 'extras' commands. ... (check-in: 957865107d user: mistachkin tags: symlinks)
20:10
If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. ... (check-in: 3e949e1761 user: mistachkin tags: symlinks)
10:59
Cards must appear in a lexical order. Thanks Jan! ... (check-in: 84804f01c5 user: roy.marples tags: roy-export)
10:53
Add a --comment option to the tag add subcommand. ... (check-in: 8b4dfae54b user: roy.marples tags: roy-export)
10:37
Same as "roy-export", but use tag value in stead of comment for storing comment related to tags. (Not actually tested with GIT yet!) ... (check-in: cb1fb96f0d user: jan.nijtmans tags: jn-export)
03:34
Add comment cards to tags, which are accepted by git import and exported to git export. They are visible via the timeline, but currently lack an editable means via the UI. ... (check-in: 752bdd38c7 user: roy.marples tags: roy-export)
00:20
Tags should be imported with a sym- prefix. ... (check-in: d90460dbf4 user: roy.marples tags: roy-export)
2017-02-12
15:17
Match committer / tag name <email> with a user's contact info record. If not found, then use the email address as the user name. ... (check-in: 8f901ff570 user: roy.marples tags: roy-export)
2017-02-10
23:26
Fix timeline limit option with path-specific request. ... (check-in: ffd261abfb user: ashepilko tags: trunk)
22:07
Set the main-branch config option to the trunk name we're using. ... (check-in: 9501d941d5 user: roy.marples tags: roy-export)
22:04
Add --rename-master option to import --git instead of forcing a naming convention. ... (check-in: 50705503d9 user: roy.marples tags: roy-export)
20:28
Add --rename-trunk option to export instead of forcing a naming convention. ... (check-in: bc443729a0 user: roy.marples tags: roy-export)
13:03
Style ... (check-in: 8e7079731e user: roy.marples tags: roy-export)
01:44
When importing a git fast-import, we silently change master branch to trunk to match the default fossil naming conventions. So when we export to the git fast-import format, we should silently change the trunk branch back into master to match the git naming conventions. ... (check-in: 01231dcb5e user: roy.marples tags: roy-export)
01:25
Add function print_ref to sanitize branch and tag names in accordance with https://git-scm.com/docs/git-check-ref-format Use this rather than simply replacing non alpha or numeric chars for branch and tag names when exporting. ... (check-in: abc87ccdd5 user: roy.marples tags: roy-export)
01:08
Export the committer of the tag rather than just <tagger>. ... (check-in: 4a51461e96 user: roy.marples tags: roy-export)
01:03
Create new branch named "roy-export" ... (check-in: 27de3fc8be user: roy.marples tags: roy-export)
2017-02-09
20:04
Make sure "fossil all" headers are flushed before running each subprocess. ... (check-in: 8e428c14c2 user: drh tags: trunk)
19:56
Update the built-in SQLite to the first 3.17.0 release candidate. ... (check-in: e734fdc68d user: drh tags: trunk)
2017-02-08
18:28
On /dir page, add a link named "[history]" that point to the timeline affecting only the files inside the current directory. Use the "chng=dirname/*" query parameter of the /timeline page) TODO: Implement the same in Tree-View mode (could add the link beside each directory) ... (check-in: c458c3f61b user: mgagnon tags: dir_history_link)
2017-02-07
13:54
Update the built-in SQLite to version 3.17.0 beta1 ... (check-in: 8fe0fefb24 user: drh tags: trunk)
06:39
Show commit information after new branch is committed to avoid confusion. ... (Closed-Leaf check-in: cbde195a11 user: andybradford tags: branch-info)
2017-02-06
23:31
merge trunk ... (check-in: 2ada986e1e user: jan.nijtmans tags: cleanX)
22:31
Add '--no-dir-symlinks' command line option, which prevents traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. ... (check-in: 8e659df696 user: mistachkin tags: trunk)
18:30
Fail a "fossil commit" that contains a --branch option for an open branch unless there is also a --force option. ... (check-in: b1026f20cc user: drh tags: trunk)
2017-02-04
19:58
Improve help text for the pull/push/sync commands. ... (check-in: 04c6e7ee82 user: mistachkin tags: trunk)
2017-02-03
15:13
On diff/gdiff command, override "diff-binary" setting when argument "--diff-binary off" command line option is specified, not only with "--diff-binary on". ... (check-in: f62c247083 user: mgagnon tags: trunk)
2017-02-01
04:51
Missed one. ... (Closed-Leaf check-in: 2f19a68768 user: mistachkin tags: noSymlinks)
04:49
Reverse accidental whitespace changes. ... (check-in: e4b78f2003 user: mistachkin tags: noSymlinks)
04:40
Rename and repurpose '--no-symlinks' into '--no-dir-symlinks', to prevent traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. ... (check-in: 66406ae942 user: mistachkin tags: noSymlinks)
02:42
The file_wd_isdir() function must honor the symlinks options. ... (check-in: de053c778c user: mistachkin tags: noSymlinks)
02:32
Attempt to always enforce the --no-symlinks option. ... (check-in: 35e37e9ba8 user: mistachkin tags: noSymlinks)
02:16
Add the --no-symlinks global command line option. ... (check-in: 85277aa3b3 user: mistachkin tags: noSymlinks)
2017-01-29
12:44
(cherry-pick): Changing the password requires a 'real' login. ... (check-in: fb4b87d95d user: jan.nijtmans tags: branch-1.37)
2017-01-28
19:48
Changing the password requires a 'real' login. ... (check-in: 8b562b90c0 user: mistachkin tags: trunk)
2017-01-27
12:30
(cherry-pick): Make "fossil version -v" work again with SQLite 3.15.x, since no-where is documented that "fossil now requires SQLite 3.16" Change VERSION to 1.37.1 (if ever released, this should at least be in it) ... (check-in: e79e454446 user: jan.nijtmans tags: branch-1.37)
12:28
(cherry-pick): The default MIME type for JSON wiki text should be 'text/x-fossil-wiki', not 'text/plain'. ... (check-in: 80d5408de1 user: jan.nijtmans tags: branch-1.37)
12:27
(cherry-pick): Update the "search" command to honor the -R option. ... (check-in: eab6be7b02 user: jan.nijtmans tags: branch-1.37)
12:26
(cherry-pick): Fix the --differ option on "fossil changes" which was broken in the 1.37 release. Openssl 1.0.2j -> 1.0.2k ... (check-in: 86db914551 user: jan.nijtmans tags: branch-1.37)
12:21
Make "fossil version -v" work again with SQLite 3.15.x, since no-where is documented that "fossil now requires SQLite 3.16" ... (check-in: 042d6a7b98 user: jan.nijtmans tags: trunk)
09:02
Merge trunk. Openssl 1.1.0c -> 1.1.0d ... (check-in: 767ae39cf4 user: jan.nijtmans tags: openssl-1.1)
08:57
Openssl 1.0.2j -> 1.0.2k. Whitespace. ... (check-in: 8cb5da6f27 user: jan.nijtmans tags: trunk)
2017-01-25
01:00
The default MIME type for JSON wiki text should be 'text/x-fossil-wiki', not 'text/plain'. ... (check-in: 58dd538355 user: mistachkin tags: trunk)
2017-01-19
13:46
Update the "search" command to honor the -R option. ... (check-in: 377fbf2ca7 user: drh tags: trunk)
2017-01-18
12:40
Fix the --differ option on "fossil changes" which was broken in the 1.37 release. ... (check-in: 3eec799992 user: drh tags: trunk)
11:19
Upgrade to openssl 1.1.0c. Merge trunk (up to fossil 1.37 release) ... (check-in: d0fbbd0115 user: jan.nijtmans tags: openssl-1.1)
2017-01-17
03:10
Updates to the Win32 version resource. ... (check-in: 8dc5d4fcd9 user: mistachkin tags: trunk)
02:22
Improved libfuse version information. ... (check-in: 28c7a35f2e user: drh tags: trunk)
02:16
More revisions to verbose version information reporting, especially for FUSE. ... (Closed-Leaf check-in: 444e3c4375 user: mistachkin tags: versionReform)
2017-01-16
23:34
Provide more information about compile-time options to the "fossil version -v" command. ... (check-in: 3192b13d20 user: drh tags: trunk)
23:16
Update the www/mkdownload.tcl script so that it generates a download page appropriate for version 1.37. ... (check-in: 66a6377ed2 user: drh tags: trunk)
20:58
Version 1.37 ... (check-in: 1669115ab9 user: drh tags: trunk, release, version-1.37)
20:35
The "fossil version -v" command and the /version?verbose webpage show the same output. Update the change log for the 1.37 release. ... (check-in: 9c97d23d36 user: drh tags: trunk)
09:05
Update the built-in Zlib to the 1.2.11 release ... (check-in: df91c2277f user: jan.nijtmans tags: trunk)
2017-01-11
16:36
Fix obsolete references to the legacy download page. Always refer to the new unversioned-content download page. ... (check-in: a1d7539214 user: drh tags: trunk)
2017-01-10
20:38
Schema enhancements necessary to support the Remark artifact. ... (Closed-Leaf check-in: f051f1d3d1 user: drh tags: remarks-on-checkins)
20:32
Improvements to comments and file format docs. ... (check-in: f0c19ea170 user: mistachkin tags: remarks-on-checkins)
19:09
Merge changes from trunk. ... (check-in: 43fa1ecc73 user: drh tags: remarks-on-checkins)
19:08
Expand the scope of the new Remark artifact so that it may be attached to either a check-in or a branch. ... (check-in: b78d1a67b7 user: drh tags: remarks-on-checkins)
13:05
Fix the report logic so that @-bindings in the SQL work the same as $- and :-bindings. ... (check-in: 241f1e2a4f user: drh tags: trunk)
05:30
Add the changes from check-in [3dddf7674b] to the 'makemake.tcl' tool, which is used to generate the Makefiles. ... (check-in: 913058306f user: mistachkin tags: trunk)
04:49
Fix dirent.h related compile errors when building for WINXP platform. ... (check-in: 3dddf7674b user: ashepilko tags: trunk)
2017-01-09
23:37
Since the db_database_slot() function is called during database error processing, it must use db_prepare_ignore_error() and then check the return code. ... (check-in: 02fa325a59 user: mistachkin tags: trunk)
2017-01-08
21:04
A couple more typo fixes in the file format document. ... (check-in: 290404ec37 user: mistachkin tags: remarks-on-checkins)
02:03
Small whitespace fix. ... (check-in: 7353be6873 user: mistachkin tags: remarks-on-checkins)
02:03
Fix a typo in the file format document. ... (check-in: 1c7438d478 user: mistachkin tags: remarks-on-checkins)
2017-01-07
19:29
Update the manifest parser so that it accepts remark artifacts. ... (check-in: e40143aaff user: drh tags: remarks-on-checkins)
19:10
Describe the Remark artifact used to record check-in remarks. ... (check-in: 0e9021f800 user: drh tags: remarks-on-checkins)
18:54
Clarification of the W card in the file-format document. ... (check-in: 5e9e76733a user: drh tags: trunk)
2017-01-06
17:01
Update the built-in SQLite to version 3.16.2. ... (check-in: ddfc7a608b user: drh tags: trunk)
15:28
Upgrade dirent.h to version 1.22. Minor spacing changes. ... (check-in: b66b99cde9 user: jan.nijtmans tags: trunk)
13:09
The "fossil all ui" command still does not work for repos that do not end in ".fossil", but it at least does not hyperlink them any more. ... (check-in: 805122df65 user: drh tags: trunk)
04:09
Fix user's email being swapped with name in git export committer record. ... (check-in: 76d9a4555b user: ashepilko tags: trunk)
2017-01-04
10:42
Restore executable flags, accidently changed in previous commit ... (check-in: 5972c3310f user: jan.nijtmans tags: trunk)
10:40
Add a web-page, where we can see the details on how SQLite was compiled (pragma compile_options), as sub-page for "stat". ... (check-in: eac405d7d6 user: jan.nijtmans tags: trunk)
09:34
Update the built-in SQLite to the 3.16.1 release ... (check-in: a8cd1e5427 user: jan.nijtmans tags: trunk)
2017-01-03
22:39
Simplify and cleanup various Fossil versioned setting files. ... (check-in: 724b1536a8 user: mistachkin tags: trunk)
10:53
Update the built-in Zlib to the 1.2.10 release. ... (check-in: ad8ad49de3 user: jan.nijtmans tags: trunk)
2017-01-02
19:11
Update the built-in SQLite to the 3.16.0 release. ... (check-in: 8b12786a1e user: drh tags: trunk)
2017-01-01
18:50
Upgrade zlib to version 1.2.9 ... (check-in: e38d5e1cbd user: jan.nijtmans tags: trunk)
2016-12-31
17:07
Fix a broken hyperlink on the homepage. ... (check-in: 0dc84fa224 user: drh tags: trunk)
2016-12-30
18:26
Update the built-in SQLite with minor fixes discovered during release testing. ... (check-in: 506dff5f7c user: drh tags: trunk)
00:15
Update the built-in SQLite to the 3.16.0 beta for testing. ... (check-in: 53430370a5 user: drh tags: trunk)
2016-12-28
18:20
Update test case now that merge rename bug has been fixed with checkin [0df5249d51]. ... (check-in: b09be7ba2f user: andybradford tags: trunk)
2016-12-26
14:00
Update the built-in SQLite to fix a potential (unreleased) corruption bug. ... (check-in: 88d581dc5e user: drh tags: trunk)
2016-12-24
21:58
Fix a harmless compiler warning. ... (check-in: 1eb509a807 user: drh tags: trunk)
21:55
Improved documentation of the "fossil sql" command. Add a note to the change log discussing recent enhancements to the "fossil sql" command. ... (check-in: a52f196740 user: drh tags: trunk)
19:38
Update the built-in SQLite to include the change that makes "main" an acceptable alias for the primary database, even if the primary database has been renamed to "repository" or "localdb". ... (check-in: 0d28198d03 user: drh tags: trunk)
18:19
Update the shell.c file from upstream (SQLite) so that the ".databases" command works with arbitrary-length filenames. ... (check-in: 277774b49e user: drh tags: trunk)
18:07
Improve the "fossil sql" command so that it opens all database - repository, localdb, and configdb. Use the latest command-line shell code from the SQLite project so that the ".tables" command correctly shows all tables. ... (check-in: 070815585a user: drh tags: trunk)
00:30
When a file has been deleted on the current branch and edited on a separate branch, bring in the edited version of the file when merging from the separate branch. ... (check-in: 0df5249d51 user: drh tags: trunk)
2016-12-23
23:42
When doing a gdiff between two versions, use the files being diffed as a basis for the temporary filenames that are constructed. ... (check-in: 051d0abaac user: drh tags: trunk)
23:25
Update the built-in SQLite to the latest 3.16.0 alpha for testing. ... (check-in: 20cffa1f89 user: drh tags: trunk)
2016-12-21
17:50
When calling gdiff (or stash gdiff) command between 2 versions, use the filename to prefix the temporary random filename so once inside the external diff program we know what file is being compared. (pending-review) ... (Closed-Leaf check-in: 856ca01b13 user: mgagnon tags: gdiff-tmpfilename-prefix)
2016-12-19
07:04
Enhance TH1 'redirect' command to support for HTTP redirects with a status code of 307. ... (check-in: bee6dbde54 user: mistachkin tags: trunk)
2016-12-15
22:46
First jab at creating a bash script for command completion ... (Closed-Leaf check-in: a4de0004b0 user: baruch tags: bash-completion)
2016-12-14
01:09
Fix the logic that combines merge risers (originally added to trunk by check-in [95d6ddc3]). Add test cases for this fix to graph-test-1.wiki. ... (check-in: 9ed134360b user: drh tags: trunk)
2016-12-08
20:10
Bring the change log up-to-date with the latest enhancements. ... (check-in: d1a6222ecd user: drh tags: trunk)
20:03
Update the built-in SQLite to the latest 3.16.0 alpha for testing. ... (check-in: 814dfd5a9c user: drh tags: trunk)
10:25
Fix warning when compiling with gcc on Windows (Microsoft's fprintf doesn't know %lld) ... (check-in: 68288686e0 user: jan.nijtmans tags: trunk)
06:17
Update to SQLite 3.15.2 ... (Closed-Leaf check-in: 8b03934ead user: jan.nijtmans tags: branch-1.36)
2016-12-03
14:30
Still more documentation tweaks. ... (check-in: 6f3ec1bef6 user: drh tags: trunk)
13:19
Fix a link to the download page on the homepage. Fix a typo in the concepts.wiki documentation page. ... (check-in: 2b087b7dc3 user: drh tags: trunk)
2016-12-02
10:51
Fix executable flags, unintentionally changed in previous commit. ... (check-in: 2d9cba2a46 user: jan.nijtmans tags: trunk)
10:49
Get the "fossil all ui" command working on Cygwin where the global_config table has "repo:" entries containing the windows drive letter ... (check-in: eb9b2317d5 user: jan.nijtmans tags: trunk)
2016-12-01
21:56
Get the "fossil all ui" command working on windows systems where the global_config table has "repo:" entries that omit the drive letter. ... (check-in: 25758c7b1c user: drh tags: trunk)
16:41
Add support for the "fossil all ui" and "fossil all server" commands. ... (check-in: 239b4c1362 user: drh tags: trunk)
16:27
Fix the "fossil all ui" logic so that it still works for directory listings inside of chroot jails. ... (Closed-Leaf check-in: 226a0990d3 user: drh tags: all-ui)
15:40
A cleaner way of dealing with the --baseurl problem. ... (check-in: 8e4b8ba0e4 user: drh tags: all-ui)
14:56
Fix the "fossil all ui" command so that it works on Windows. But also comment out some very confused logic in process_on_web_page() that is associated with "--baseurl" option. This logic needs to be fixed prior to merging with trunk. ... (check-in: da1c769cd2 user: drh tags: all-ui)
04:32
Add the "fossil all ui" and "fossil all server" commands. ... (check-in: 98e9fd7352 user: drh tags: all-ui)
04:09
Add the test-database-names command. ... (check-in: 4636b4b370 user: drh tags: trunk)
2016-11-30
04:08
Minor correction to documentation of new /file webpage regarding multiple highlighted line blocks. ... (check-in: 4896c0b731 user: andybradford tags: trunk)
2016-11-29
16:57
Make the "Line Numbers" submenu element on the /artifact and /file pages a check-box. ... (check-in: 4946efef65 user: drh tags: trunk)
14:32
Further enhancements to the new /file webpage. ... (check-in: 3cca4c254f user: drh tags: trunk)
2016-11-28
16:44
New /file page that works like /artifact except takes a filename as an argument instead of a SHA1 hash of an artifact, and resolves to the most recent version of any file with that name. ... (check-in: d95f712f2c user: drh tags: trunk)
2016-11-26
01:26
Fix the "fossil all add" command so that it works even if repos that are already known are added. ... (check-in: b9da89a44e user: drh tags: trunk)
2016-11-22
22:26
Update the built-in SQLite to 3.16.0 alpha for testing. ... (check-in: 31ae6022aa user: drh tags: trunk)
22:23
Restore the -R option to the "fossil setting" command. ... (check-in: 5347e26326 user: drh tags: trunk)
21:50
Draft fix for 'settings' command issue when using the '-R' option. ... (Closed-Leaf check-in: 9807a05d8a user: mistachkin tags: settingRFix)
2016-11-19
20:11
minor simplification, and don't free zUuid if it was NULL ... (check-in: d6cb724e65 user: jan.nijtmans tags: trunk)
17:50
Avoid comparing a variable to NULL after the memory it is pointing to has been freed. This is harmless, as implemented, but it is technically undefined behavior in C. (This is a bug in the specification of the C language, imho.) ... (check-in: 4e126233ca user: drh tags: trunk)
05:59
Correct issue with open/closed tags by changing the closed column to a quasi-aggregate query, i.e. one which is a function of the argument to GROUP BY and not anything which varies within the group. This gives consistent results with the baseline branch ls command, but it introduces a MAJOR performance regression. Listing closed tags goes from 0.033s in the baseline to 1.882s, i.e. it takes 56 times longer. ... (Closed-Leaf check-in: b302f89352 user: andygoth tags: andygoth-branch-list)
2016-11-18
21:45
Remove min() from closed expression. It doesn't solve the problem, and it confuses analysis of the issue. ... (check-in: 4e7d2ce121 user: andygoth tags: andygoth-branch-list)
08:22
Remove some unnecessary spaces. ... (check-in: 467c4269b0 user: jan.nijtmans tags: trunk)
2016-11-16
21:59
Begin work merging new_brlist_page() into brlist_page(). Annoyance: The new open/closed checkboxes don't quite work the way I want them to work. Deselecting both has the effect of selecting both. This makes sense in that if neither the open nor closed query parameters are given, everything should be displayed, rather than nothing. Yet, the user interface would be nicer if deselecting the only selected checkbox causes the other checkbox to be selected. This can't be done with straight HTML because deselecting the checkbox removes it from the query string, and the server does not know which checkbox was deselected so it cannot force the other one to become selected. As far as I know, JavaScript is required. Bug: Non-aggregate HAVING clause expressions are evaluated on an arbitrarily chosen row within each group. This breaks closed and open filtering for the command-line branch command and the new checkboxes. But shouldn't this also break non-aggregate result expressions? Wish: Filter on normal/hidden branches too. Wish: If a merged-to branch is hidden, don't show it in the resolution column, instead show something else. The latest merged-to? The earliest merged-to? Wish: Branch name filters, just like on the timeline page. ... (check-in: a6a4482056 user: andygoth tags: andygoth-branch-list)
19:29
Enable linenoise multiline editing so long commands and queries may be seen all at once therefore highlighted and copied from xterms ... (check-in: 03b6869856 user: andygoth tags: trunk)
19:25
Only #include "linenoise.h" in fshell.c on non-Windows platforms ... (check-in: 9c90682b02 user: andygoth tags: trunk)
14:47
Change the /test-version webpage into /version. Link it to /stat. ... (check-in: 286effd5e9 user: drh tags: trunk)
14:37
Fix a typo in the date of the 1.34 release on the download page. ... (check-in: 01d1f519cd user: drh tags: trunk)
2016-11-15
23:41
Allow uv delete (or del) as an alias for uv remove or uv rm. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24322.html]. ... (check-in: b59fa7d0e7 user: andygoth tags: trunk)
23:29
Fix revert -r option to mark a reverted file as edited if the reverted-to version does not exactly match the checkout version, even if the file size is equal ... (check-in: f9080683f0 user: andygoth tags: trunk)
23:23
Make changing to a symlink take priority over all other change types. This might also be a solution to the problem fixed by the previous commit, but it also avoids having a file that becomes a symlink (with target string length not equal to former file size) being marked as an ordinary edit. ... (check-in: f10a284abb user: andygoth tags: trunk)
23:11
Don't rely on vfile.islink to tell whether or not a file is currently a symlink for the purpose of avoiding calling file_contains_merge_marker(). It is possible for a file to have become a symlink since the last commit. If the link target's string length is not equal to the former file size, vfile_check_signature() will treat it as a normal change and not mark it as chnged==8 (SYMLINK), so execution can fall through to the undesirable call to file_contains_merge_marker(). ... (check-in: 43140feb1d user: andygoth tags: trunk)
22:49
Avoid listing added files when running "fossil changes -edited" ... (check-in: 0dea016de1 user: andygoth tags: trunk)
21:47
Change the /test-version webpage into a supported /version webpage. Add a link from /stat. ... (Closed-Leaf check-in: 57fea3151e user: drh tags: stat-update)
02:50
Add script to automate updating common command list in man page, and use it to update the man page ... (check-in: 42d6c86fa1 user: andygoth tags: trunk)
00:30
Fix timeline -n 0 to display an unlimited number of lines (rather than zero) to match documentation. Correct timeline -n for negative N documentation to match actual behavior. Limit compute_ancestors() and compute_descendants() on the assumption that there is no more than one entry per line. ... (check-in: def9af43a3 user: andygoth tags: trunk)
2016-11-12
22:58
Move the revert in test case to the correct sequence to avoid a merge conflict. ... (check-in: 3eeab4a589 user: andybradford tags: trunk)
22:19
Add test case to handle file add and rename before merging to trunk. Make test_setup return the repository path so it can be used in the test. ... (check-in: 6a5f0c5b55 user: andybradford tags: trunk)
04:21
Make artifact|whatis page use local time to match the timeline. Otherwise clicking on date/time links finds the wrong check-in in the timeline. May wish to convert other calls to datetime() to use local time. ... (check-in: e7192bb975 user: andygoth tags: trunk)
00:01
Fix uninitialized variable that was causing artifact download issues. ... (check-in: 3af5165a90 user: mistachkin tags: trunk)
2016-11-11
16:47
Add the ci=BRANCH and filename=NAME query parameters to the /raw page. ... (check-in: fc29b08125 user: drh tags: trunk)
2016-11-10
19:44
Fix typo in help text for fossil tag ... (check-in: 405a93e4dc user: andygoth tags: trunk)
2016-11-09
03:02
Minor tweak to changes help text: move some trivia to the end so the more important material is read first ... (check-in: 5c8bdd00c2 user: andygoth tags: trunk)
01:44
Minor tweak to branch help text ... (check-in: 596f29fa1b user: andygoth tags: trunk)
2016-11-08
18:41
The 'ignore-glob' setting should not be used for build output files; otherwise, 'extras' command is unable to see them and 'clean' command is unable to remove then. Also, the 'add' command should already ignore files matching the 'clean-glob', there is no need to duplicate its contents in 'ignore-glob'. Remark (JN): "fossil clean -x" could be your friend here, it makes life a lot easier. ... (check-in: dc9ac1d7cb user: mistachkin tags: trunk)
18:18
Since the 'manifest' setting is no longer a strictly binary option, prevent it from being displayed as such on the settings page. ... (check-in: b73dee981a user: mistachkin tags: trunk)
18:13
Regenerate the MinGW makefile, since it apparently does use XBCC. Also, sync up the custom MinGW makefile with it. ... (check-in: ce6980481e user: mistachkin tags: trunk)
18:12
Prevent the DMC and MSVC makefile from using XBCC, which was not defined there. ... (check-in: f366e52f63 user: mistachkin tags: trunk)
14:22
Add "crnl-glob" (as demonstration for this feature). Also remove some unnecessary spacing. ... (check-in: 7cd98039c4 user: jan.nijtmans tags: trunk)
14:21
Make "fossil extra" work as expected in fossil repository: not mentioning build-artifacts any more. This makes sure that files resulting from a build cannot be accidently "fossil add"-ed any more. ... (check-in: 6ef3a2a42c user: jan.nijtmans tags: trunk)
00:38
Tweak changes's help text ... (check-in: 9686570ab5 user: andygoth tags: trunk)
2016-11-07
11:26
Fix the sync.wiki documentation to account for recent changes to the sync protocol. ... (check-in: df1205bb3a user: drh tags: trunk)
08:24
Add option to test-find-pivot to assist in discovering "name pivots" when diagnosing merge failures. ... (check-in: 3dc006c9de user: andybradford tags: trunk)
05:43
Minor correction to example comment in Fossil coding introduction. ... (check-in: 22a9fba428 user: andybradford tags: trunk)
04:45
Correct recent makeheaders.html documentation update to respect the prohibition of multiple global variables per declaration ... (check-in: ba5ab70e96 user: andygoth tags: trunk)
04:06
Use disjoint timelines when filtering by the chng timeline query parameter ... (check-in: e7bdbbe435 user: andygoth tags: trunk)
02:12
Use rgba(0,0,0,0.5) instead of #888 to implement 50% shadow so that the shadow works even against a colored or dark background ... (check-in: f23ccc89ce user: andygoth tags: trunk)
02:00
CSS corrections for checkboxes ... (check-in: 446d438ee0 user: andygoth tags: trunk)
01:48
Add crlf-glob to tester.tcl ... (check-in: e754cad9bc user: andygoth tags: trunk)
01:32
Partially backout [bf9669f5]. Leave whitespace alone in test files ... (check-in: 6a3e2ed87e user: andygoth tags: trunk)
01:29
Remove some tabs and end-of-line whitespace ... (check-in: bf9669f55e user: andygoth tags: trunk)
01:18
Further updates to the changelog ... (check-in: 63ed4b00f3 user: andygoth tags: trunk)
01:13
Move changes to bottom (were placed at top by prior merge) and change verb tense to match other changes ... (check-in: 1d1b5c732f user: andygoth tags: trunk)
01:12
Add item to changes.wiki describing updated changes|status command ... (check-in: c3c348b789 user: andygoth tags: trunk)
01:10
Integrate andygoth-crlf. This renames CRNL to CRLF throughout Fossil. crnl-glob is renamed to crlf-glob, but crnl-glob is retained as a compatibility alias. ... (check-in: 87320cf482 user: andygoth tags: trunk)
00:53
Update for a new instance of crnl-glob that was added since this branch's baseline ... (Closed-Leaf check-in: 46fd89ea9b user: andygoth tags: andygoth-crlf)
00:50
Merge trunk ... (check-in: 7ea74acf55 user: andygoth tags: andygoth-crlf)
00:48
Ensure deleted/missing files are not processed as other types of files when C_DELETED and C_MISSING are not specified ... (check-in: e9a43ae0ef user: andygoth tags: trunk)
00:35
Integrate andygoth-timeline-ms for broader testing and comment ... (check-in: 5e17369711 user: andygoth tags: trunk)
00:34
Merge trunk ... (check-in: 4bf71abde8 user: jan.nijtmans tags: cleanX)
00:33
Integrate andygoth-changes, try two ... (check-in: e7764947d7 user: andygoth tags: trunk)
00:20
Correct SELECT to not exclude added files, i.e. files not present in the blob table ... (Closed-Leaf check-in: 45e2e3e968 user: andygoth tags: andygoth-changes)
2016-11-06
23:48
Like I said, it has a problem with showing added files. ... (check-in: d57d357d1c user: andygoth tags: trunk)
23:47
Immediately backout [7c8cc2adab]. Turns out it has a problem with showing added files. ... (check-in: d87c85c1c7 user: andygoth tags: trunk)
23:45
Integrate andygoth-changes for broader testing and comment. This change should be fully backward-compatible, unless of course a script depends on the help text never changing or new options never being added. All existing options and defaults should work identically to before. I had planned to update the ls command to use the same backend as changes/status, but that work will have to wait until we decide if the ls options should be redesigned. The SCAN_MTIME, SCAN_SIZE, C_MTIME, and C_SIZE flags are currently unused and can be removed, but their presence harms nothing, and they should be useful for a basis for an updated ls command, though they may need modification to address confusion between commit time, on-disk mtime, checked-in size, and on-disk size. ... (check-in: 7c8cc2adab user: andygoth tags: trunk)
23:40
Correct SQL syntax error on "fossil changes -merge" which is not supposed to display any files yet still tries to run the file query even though it says only "ORDER BY pathname" with no SELECT ... (check-in: 61da77525f user: andygoth tags: andygoth-changes)
23:35
Merge trunk ... (check-in: 74a5873cca user: andygoth tags: andygoth-changes)
23:31
Correct internal contradiction in updated ls documentation to match actual behavior. This is too complicated. ... (check-in: bc5a67d1ab user: andygoth tags: trunk)
23:25
Document actual behavior of ls command. I'm questioning whether it's worth maintaining backward compatibility with this highly non-orthogonal collection of options whose behaviors all affect each other with varying degrees of nuance. ... (check-in: 0a4310b34b user: andygoth tags: trunk)
22:55
Split SCAN_META to SCAN_MTIME and SCAN_SIZE. None of these are in use at the moment. ... (check-in: 2862f1c293 user: andygoth tags: andygoth-changes)
22:53
Remove hard-coded demo of mtime and size from changes and status commands ... (check-in: 8cd81143e7 user: andygoth tags: andygoth-changes)
21:28
Remove some excess comments, minor rearrangement ... (check-in: 8b8e765423 user: andygoth tags: andygoth-changes)
20:19
More reliably work around the problem experienced by the previous commit. Not sure if this is the right long-term solution since we seem to have an architectural problem: at least one of Fossil's custom SQL functions can change the schema (in this case, by creating a temporary table), thereby invalidating a prepared statement while it is running. See the comment in checkin.c for a bit more information. Of course, there are rearrangements that avoid the issue, but it is certainly a trap for the unwary. ... (check-in: 5258a43d78 user: andygoth tags: andygoth-changes)
16:40
Correct commit that had mistake in macro definition in [36e7558a11598]. ... (check-in: 427c34feea user: andybradford tags: trunk)
16:10
Move macro definition to config.h which is included everywhere to fix build failure reported on mailing list with "configure --json --with-tcl --with-th1-docs". ... (check-in: 36e7558a11 user: andybradford tags: trunk)
07:57
Begin expanding status_report() to support being the backend for the ls command. The work is not yet complete. First we must debug a mysterious abort in SQLite. Test case: run "./fossil changes -differ" with at least one changed file. ... (check-in: 9d5de8d702 user: andygoth tags: andygoth-changes)
06:39
Rename sfile x column to pathname to match vfile and to make room for new columns I plan to add ... (check-in: ec9480fcba user: andygoth tags: andygoth-changes)
05:15
Use clearer method of differentiating between the status and changes commands ... (check-in: 4d33d95899 user: andygoth tags: andygoth-changes)
05:09
Add more comments. Replace the changesOnly field with the knowledge that --classify and --no-classify are the only table-driven options specific to the changes command. Correctly ignore --header and -v|verbose when running the status command so their use triggers an error. Add the --differ option which combines the default list of changes (sans --merge) with --extra, i.e. all files that differ from the checked-out baseline version. ... (check-in: d1214f3797 user: andygoth tags: andygoth-changes)
04:23
Remove stale TODO comment. May still want to implement ls in terms of status_report() though. ... (check-in: bfb7dd2aed user: andygoth tags: andygoth-changes)
04:17
Change -unmodified/UNMODIFIED to -unchanged/UNCHANGED in status_report() for consistency with the ls -v command ... (check-in: 5775d3761f user: andygoth tags: andygoth-changes)
04:13
Minor optimization to status_report() to avoid building list of managed files if only unmanaged files are requested. Move unmanaged file reserved name filtering to status_report(). Ensure db_get*() calls happen after db_must_be_within_tree(). Implement extras_cmd() in terms of status_report(). ... (check-in: d52fd18529 user: andygoth tags: andygoth-changes)
03:16
Remove unused final argument to locate_unmanaged_files() ... (check-in: c2b3f6b1c0 user: andygoth tags: andygoth-changes)
03:02
Fix wiki syntax error ... (check-in: 000f2193b0 user: andygoth tags: trunk)
03:01
Clarify linenoise ... (check-in: 8a310633a7 user: andygoth tags: trunk)
02:50
Mention linenoise and miniz in makefile.wiki ... (check-in: f6ab9e2867 user: andygoth tags: trunk)
02:39
Remove flag debug prints from status_cmd() now that it seems to be stable ... (check-in: 31c6140e75 user: andygoth tags: andygoth-changes)
02:35
Fold print_changes() into status_cmd() (formerly changes_cmd()). Remove C_SHA1SUM, C_HEADER, and C_VERBOSE flags which are no longer needed for communicating options to print_changes(). Move locate_unmanaged_files() closer to the top of the file so status_cmd() can call it. Implement C_UNMODIFIED and C_EXTRA in status_report(). Document the fact that the changes and status commands take optional path arguments. Let changes and status commands accept --case-sensitive (was already done), --dotfiles, and --ignore for the benefit of --extras. Incorporate search for extra files into status_cmd(). ... (check-in: f15d20e39b user: andygoth tags: andygoth-changes)
2016-11-05
23:11
Merge the status command into the changes command. ... (check-in: 2c3a108c72 user: andygoth tags: andygoth-changes)
22:41
Add TODO: reimplement ls and extras in terms of status_report() ... (check-in: 442a3cd5e5 user: andygoth tags: andygoth-changes)
22:40
Adjust the way --changed is implemented. Improve documentation. Avoid saying EDITED for files with other types of changes if those change types were not selected for display. ... (check-in: 2408fd1c2c user: andygoth tags: andygoth-changes)
22:22
Implement most of the new changes command, still need to do --all, --unmodified, and --extra ... (check-in: 7595bdfbf0 user: andygoth tags: andygoth-changes)
21:35
Correct copy-and-paste error in comment ... (check-in: 426a5e7e93 user: andygoth tags: trunk)
21:26
Comment tweak ... (check-in: c3f7259326 user: andygoth tags: andygoth-changes)
21:25
Implement changes option parser and default logic, still need to implement filtering ... (check-in: cc3baab8ad user: andygoth tags: andygoth-changes)
19:58
Update makeheaders.html Summary And Conclusion chapter number ... (check-in: 994ac6fb03 user: andygoth tags: trunk)
19:51
Add the "History" section to the makeheaders documentation. ... (check-in: 280981368f user: drh tags: trunk)
19:25
Merge trunk ... (check-in: e6787d1ed8 user: andygoth tags: andygoth-changes)
19:24
Have makeheaders ignore completely anonymous enums so they can be used within a single source file, useful for value autoincrementing. Update documentation accordingly. Write more about makeheaders's limitations discovered while researching this issue. Remove unnecessary explicit links to makeheaders.html in said file so it can be renamed without consequence. Ensure href attributes are surrounded by quotes. Add missing </html> to end of makeheaders.html. ... (check-in: 4dcfbc1c8a user: andygoth tags: trunk)
16:08
Add missing title tags to documents ... (check-in: 26abbe3b04 user: andygoth tags: trunk)
16:07
Correct title of Principles Of Operation page. Perhaps mkindex.tcl should be taught to extract titles from the documents themselves ... (check-in: 57896771f6 user: andygoth tags: trunk)
15:58
Remove cmd_.wiki-template which is a relic (avoiding the pun...) from when the commands were documented as individual /doc/cmd_*.wiki files ... (check-in: dac02c3dcc user: andygoth tags: trunk)
15:53
Merge trunk ... (check-in: a47d79e910 user: andygoth tags: andygoth-changes)
15:49
Expand list of stopwords in permuted index ... (check-in: 95bb5a24e2 user: andygoth tags: trunk)
15:42
Cherrypick [419a3c3e48] and [805b69772e] which were checked in on the wrong branch ... (check-in: 6311ff7604 user: andygoth tags: trunk)
15:40
Update permuted index to show non-permuted items in bold ... (Closed-Leaf check-in: 805b69772e user: andygoth tags: andygoth-timeline-ms)
15:39
Make mkindex.tcl directly executable ... (check-in: 419a3c3e48 user: andygoth tags: andygoth-timeline-ms)
15:28
Merge trunk ... (check-in: 839eca1842 user: andygoth tags: andygoth-timeline-ms)
15:26
Cherrypick one more timeline help text update from [5703ccb2e0] ... (check-in: 40de787d36 user: andygoth tags: trunk)
15:23
Add BCCFLAGS and XBCC to build system so that programs which run on the build platform (e.g. translate) can have the benefit of CFLAGS, e.g. -ggdb3 for easier debugging in gdb or -std=c89 to flush out C99. Do not update win/* because I don't have the ability to test those changes. ... (check-in: ad11034603 user: andygoth tags: trunk)
14:59
Demote the rss command to second-tier because it is infrequently used and falls in the saame general category as the server and cgi commands which are already second-tier ... (check-in: d623a0adbe user: andygoth tags: trunk)
14:55
Fix minor typo in comment ... (check-in: 6a6dae151d user: andygoth tags: trunk)
14:31
Change help index command list from seven columns to six to better match the widths of the other lists presented on the page ... (check-in: 2f61357426 user: andygoth tags: trunk)
14:30
In help index, display first-tier command names in bold ... (check-in: 37e8c173a6 user: andygoth tags: trunk)
14:22
Use symbolic name CMDFLAG_WEBPAGE instead of directly saying 0x08 ... (check-in: dfa23f5bba user: andygoth tags: trunk)
14:17
Ignore empty command name in help page so that /help/ is treated the same as /help ... (check-in: e237cea4c2 user: andygoth tags: trunk)
14:15
Include name of command or page in help title ... (check-in: 9b15ec0d6c user: andygoth tags: trunk)
14:12
Remove "Command-line" from name of help page which documents web pages as well as commands ... (check-in: ccd4ca87b0 user: andygoth tags: trunk)
14:10
Cherrypick timeline help text updates from [5703ccb2e0] ... (check-in: 9807c1da47 user: andygoth tags: trunk)
14:07
Remove "Testpage:" from title of all-in-one help text page ... (check-in: d8506df183 user: andygoth tags: trunk)
14:04
Replace Show/Hide Cookies in test_env page with a checkbox ... (check-in: 7814e9b59b user: andygoth tags: trunk)
13:57
Change Files/Folders selection to a Folders Only checkbox ... (check-in: b6a824eccb user: andygoth tags: trunk)
06:42
Merge trunk ... (check-in: 4630d9ba8b user: andygoth tags: andygoth-timeline-ms)
06:38
Rework style.c to use new line continuation feature of translate.c ... (check-in: 9c21101119 user: andygoth tags: trunk)
06:37
Enhance translate.c to interpret backslash at the end of a cgi_printf() "@" line as a directive to omit the newline ... (check-in: e193e21be3 user: andygoth tags: trunk)
05:51
Check regular expressions for errors. Add error reporting mechanism. Leave bad patterns out of filter. Add showid and showsql to timeline help text. ... (check-in: 5703ccb2e0 user: andygoth tags: andygoth-timeline-ms)
05:46
Merge fork ... (check-in: 3cb9ba4de6 user: andygoth tags: trunk)
05:45
Add fossil_strndup() function to duplicate a string that is not necessarily NUL-terminated ... (check-in: b98776679e user: andygoth tags: andygoth-timeline-ms)
05:18
Add timeline rel query string and change r=TAG to be an alias for t=TAG&rel so that related can be a checkbox and the tag filter text entry can work whether or not related is checked. This addresses issues (2) and (3). ... (check-in: 90057326f4 user: andygoth tags: andygoth-timeline-ms)
05:15
Add functions to modify and delete query parameters ... (check-in: 1c511cd9e6 user: andygoth tags: andygoth-timeline-ms)
04:30
Fix extra empty lines in diff output from non-interactive process on Windows; similar to [f2fc37c0]. ... (check-in: 476fe9e932 user: ashepilko tags: trunk)
04:02
Draw dotted box around entire row of checkout version, not just the check-in comment and descriptive text. In my experience, it's too hard to see the dotted box against a colored background when the checkout version is on a branch. This whole-row behavior matches the version marking option provided by the timeline "m" query string. I considered also increasing the line thickness from 1px to 2px, but I found it to be too distracting. Instead, I added a very faint shadow similar to, but much lighter than, the one used by the "m" version marker. ... (check-in: e5b53f15cb user: andygoth tags: trunk)
03:42
Rework [98cc8782e1] to more thoroughly ignore empty match tags and patterns so that the "Related" submenu item does not appear due to an empty tag filter text entry adding "t=" to the query string ... (check-in: 3bcdc07793 user: andygoth tags: andygoth-timeline-ms)
03:34
Merge trunk. Some issues identified by [d4a6d3c1ec] are now improved. (1) is fixed, though clicking/tabbing outside the entry field also triggers a submit which may prove annoying. (2) and (3) are still broken. (4) is better because "With/Without Files" is now a checkbox simply labeled "Files". (5) is closer to being feasible, perhaps if "Tag Filter:" is changed to "Filter:". ... (check-in: 74fe9587f8 user: andygoth tags: andygoth-timeline-ms)
03:24
Use <label> to connect setup checkboxes with their label text so either the checkbox or the label can be clicked on, also makes the checkbox highlight when the mouse hovers on the label ... (check-in: 9036122dcb user: andygoth tags: trunk)
03:19
Add explicit call to form submit() when changing a text entry so style_submenu_entry() can be used multiple times per page ... (check-in: 2929d5fced user: andygoth tags: trunk)
03:17
Add missing close angle bracket omitted by previous commit ... (check-in: 2dd295344e user: andygoth tags: trunk)
03:14
Cherrypick [2e9ac33a9a] ... (check-in: e32803bbf6 user: andygoth tags: trunk)
03:06
Remove extra class='submenuctrl' from checkbox input because already present in the enclosing <label> ... (check-in: bccaea605c user: andygoth tags: trunk)
03:04
Change branch color option from a binary submenu to a checkbox ... (check-in: 3a98c9b541 user: andygoth tags: trunk)
03:00
Change "v" (files) option from a binary submenu to a checkbox, move to the right of the unhide checkbox so the checkboxes are grouped together ... (check-in: a482549c45 user: andygoth tags: trunk)
02:48
Correct builtin text capability, broken by typo in [e5b62edb28] ... (check-in: 584546fe77 user: andygoth tags: trunk)
02:29
Implement style_submenu_checkbox(). Change "unhide" to a checkbox so it can be cancelled without editing the URL by hand. Update skins to support use of <label> tag. Remove redundant "if" check in style.c. Checkbox styling can certainly be improved, but this is a start. ... (check-in: 8d880f0bb4 user: andygoth tags: trunk)
2016-11-04
23:57
Use linenoise for fossil shell. Do not bother with persistent history. ... (check-in: 6327b026a8 user: andygoth tags: trunk)
23:18
Cherrypick [9b960af129], was supposed to have been checked into trunk in the first place ... (check-in: bbafc013aa user: andygoth tags: trunk)
23:16
Update to SQLite 3.15.1 ... (check-in: a8a67989fc user: jan.nijtmans tags: branch-1.36)
23:13
Fix various typos in makeheaders.html. Use curly quotes instead of classic `` and '' quotes (ref: [http://www.dwheeler.com/essays/quotes-in-html.html]). Format most such quoted text in monospace print. ... (check-in: 9b960af129 user: andygoth tags: andygoth-timeline-ms)
22:37
Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. ... (check-in: e5b62edb28 user: andygoth tags: trunk)
22:12
Fix crash introduced by merge of andygoth-quote-apostrophe ... (check-in: 10b98c1e61 user: andygoth tags: andygoth-timeline-ms)
21:55
Merge trunk ... (check-in: 250c12c2f7 user: andygoth tags: andygoth-timeline-ms)
21:53
Use count(x) instead of sizeof(x)/sizeof(*x) ... (check-in: cda8c14c16 user: andygoth tags: andygoth-timeline-ms)
21:39
Use timeline_submenu() instead of style_submenu_element() ... (check-in: c1a77615ca user: andygoth tags: trunk)
21:32
Remove unused, undocumented zTitle argument to style_submenu_element(). This argument appears to have been unused all the way back to [dbda8d6ce9]. ... (check-in: 187424e891 user: andygoth tags: trunk)
21:12
Improve quoting of match tags and patterns. Ignore empty match tags and patterns. ... (check-in: 98cc8782e1 user: andygoth tags: andygoth-timeline-ms)
20:49
Integrate andygoth-quote-apostrophe. Needed because single quotes can be used in the tag filter entry, and these single quotes would otherwise be passed through unprotected to the output HTML. ... (check-in: 68bd2e7bed user: andygoth tags: andygoth-timeline-ms)
17:35
int/size_t pedantry ... (check-in: 30d96141cd user: andygoth tags: trunk)
17:28
Further magic _WIN32_WINNT changes to fix the build for mingw. ... (check-in: 45b7634436 user: drh tags: trunk)
17:25
Modify linenoise.c so that it can build with -std=c89. Baseline linenoise.c relied on snprintf(), strdup(), and strcasecmp() which are technically not in C89. Since linenoise.c's only purpose (at present) is to implement the SQLite shell, make use of the SQLite compatibility functions. Following this change, "fossil clean -f && CFLAGS='-std=c89 -Wall' ./configure && make" builds without warnings or errors on gcc 4.4.7 20120313 (Red Hat 4.4.7-3) on CentOS release 6.4 (Final). Unrelated note: discovered during testing that "CFLAGS=-Werror ./configure" fails to add -lm to link step due to conflicting types for built-in function "sin" being regarded as an error. ... (check-in: 8133501ecb user: andygoth tags: trunk)
16:21
Add timeline web UI to set tag filter and match style. Still not 100%. (1) Now that more than one text entry is on the page, pressing enter does not trigger a submit [Firefox ESR 10.0.12], (2) electing "Related" causes Tag Filter to blank, (3) entering a tag filter while "Related" is selected causes "Related" to be deselected, (4) possibly too much clutter, and (5) definitely too much clutter if combined with any future expansions. (1) is due to the lack of a submit button. (2) and (3) are a bad interaction between the t=/r= dichotomy and the design of style_submenu_entry(). (4) maybe could be addressed by changing "Related"/"Branch Only" and "Without Files"/"With Files" to checkbuttons, but style_submenu_checkbox() was never actually implemented. (Probably also want "Unhide" to be a checkbox.) For (5) I have in mind letting the admin define a project-specific list of preset filters. ... (check-in: d4a6d3c1ec user: andygoth tags: andygoth-timeline-ms)
15:52
Change style_submenu_entry() to allow zero and negative iSize. Zero iSize means display size and length limit are not specified, and negative iSize means no length limit is specified but the display size is set to the absolute value of iSize. ... (check-in: 2e9ac33a9a user: andygoth tags: andygoth-timeline-ms)
15:48
Move GLOB before LIKE in list of possible match styles ... (check-in: fc25a1270e user: andygoth tags: andygoth-timeline-ms)
15:12
Revert unintended change that snuck in alongside prior merge ... (check-in: f0b91665ab user: andygoth tags: andygoth-timeline-ms)
15:09
Merge trunk ... (check-in: 490daed204 user: andygoth tags: andygoth-timeline-ms)
12:03
typo ... (check-in: e826eadd9c user: jan.nijtmans tags: trunk)
2016-11-03
18:31
Compilation fix for MinGW: consistently use _WIN32_WINNT when including winsock2.h, etc. ... (check-in: 26a88f1bbf user: mistachkin tags: trunk)
09:52
Cherrypick 3 bug-fixes from SQLite trunk, discovered just after the SQLite 3.15 release, among them a fix to VACUUM to prevent it from running out of memory on very large databases See [http://www.sqlite.org/src/info/34a579141b2c5ac|34a579141b2c5ac] and [http://www.sqlite.org/src/info/fef4bb4bd9185ec8f|fef4bb4bd9185ec8f] (most likely, those 3 will be in SQLite 3.15.1, if ever released) ... (check-in: 360694a797 user: jan.nijtmans tags: branch-1.36)
09:33
(cherry-pick): Fix the build on MSVC. ... (check-in: 83a359ff39 user: jan.nijtmans tags: branch-1.36)
2016-11-02
19:26
Minor tweaks to proposed help text for possible enhanced changes command ... (check-in: b18735fc4a user: andygoth tags: andygoth-changes)
19:12
Merge updates from trunk. ... (check-in: 25285f06f2 user: mistachkin tags: openssl-1.1)
17:47
Fix the build on Windows. ... (check-in: 11e105b3c9 user: drh tags: trunk)
15:16
Update the built-in SQLite to the latest trunk version that includes a fix to VACUUM to prevent it from running out of memory on very large databases. ... (check-in: 7fa9701b3d user: drh tags: trunk)
10:22
Collapse two memset's into one. Typo in mkdownload.tcl ... (check-in: 5f88968404 user: jan.nijtmans tags: trunk)
10:16
Eliminate unnecessary end-of-line spacing in wiki. No textual changes. ... (check-in: f47b7052c6 user: jan.nijtmans tags: trunk)
06:41
Fix compilation issue on Unix due to 'mkindex' wrongly attempting to include 'cmd_win32_service' due to its #if processing. ... (check-in: 69f64a8d64 user: mistachkin tags: trunk)
2016-11-01
23:34
Enhancements to SEE integration on Windows. ... (check-in: 7aeeb30286 user: mistachkin tags: trunk)
2016-10-31
18:57
Backout the fusefs change. The correct solution is to run "./configure" followed by "make clean fossil" in order to rebuild when updating from historical sources. ... (check-in: 08f0ac0cb4 user: drh tags: trunk)
16:03
Merge the accidental fork. ... (check-in: d13fc6a6b7 user: drh tags: trunk)
16:02
Fix to the fusefs.c file so that it builds even without FOSSIL_HAVE_FUSEFS. ... (check-in: 9a4a5dec3d user: drh tags: trunk)
13:36
Fix harmless "Local declaration of 'rc' hides declaration of the same name in outer scope", reported by Kevin (arnoldemu) on fossil-users list. ... (check-in: 0c3ae89dcb user: jan.nijtmans tags: trunk)
12:41
Fix harmless memory leaks. ... (check-in: 36babe0ce1 user: drh tags: trunk)
10:55
Omit deleted unversioned files from the /uvlist page unless the showdel=1 query parameter is used. ... (check-in: a3608700ad user: drh tags: trunk)
2016-10-29
16:50
Compiler warning (MSVC) in timeline.c, found by Kevin, reported on fossil-users list ... (check-in: fe3d30fc60 user: jan.nijtmans tags: trunk)
2016-10-28
22:51
merge fork. ... (check-in: cf2adc71e8 user: mgagnon tags: trunk)
22:45
Fix a C99-ism introduced by check-in [27c8985cc1b75cf5]. ... (check-in: 2bb3a8e10d user: mistachkin tags: trunk)
22:45
Fix a C99-ism. ... (check-in: 61ec712492 user: mgagnon tags: trunk)
05:29
Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. ... (check-in: feb202f5dc user: mistachkin tags: trunk)
04:27
Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. ... (Closed-Leaf check-in: 6a80a2f246 user: mistachkin tags: altFuseFsDef)
2016-10-27
15:35
Combine multiple merge lines to the bottomn of the page when they reference the same source check-in. ... (check-in: 95d6ddc3a0 user: drh tags: trunk)
15:34
Add another entry to the graph-test-1.wiki checklist for this case. ... (Closed-Leaf check-in: 58d4f3c076 user: drh tags: baruch-timeline-fix)
14:57
Merge lines descending to the bottom of the timeline that refer to the same commit ... (check-in: 8ae790623c user: baruch tags: baruch-timeline-fix)
05:28
Now that FuseFS support is conditional, permit config.h to be included so FOSSIL_HAVE_FUSEFS can be correctly included from autoconfig.h to avoid linker failure to find fusefs_cmd. ... (check-in: a4bb89ba08 user: andybradford tags: trunk)
2016-10-26
23:33
Make the labels on the color submenu of the /brlist page more succinct. ... (check-in: a1b0ec8e39 user: drh tags: trunk)
21:45
Create a temporary index to speed up incremental Git import. ... (check-in: 0fa60142eb user: mistachkin tags: trunk)
21:32
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: 057e4b0a62 user: mistachkin tags: trunk)
21:31
Minor security enhancements to the optional SEE integration. ... (check-in: a8484dc327 user: mistachkin tags: trunk)
21:28
Fixes for incremental Git import/export. ... (check-in: 27c8985cc1 user: mistachkin tags: trunk)
21:26
Add the 'project_description' variable to TH1. ... (check-in: cd219d31c1 user: mistachkin tags: trunk)
21:24
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: 1b5b69f3cf user: mistachkin tags: trunk)
21:21
Enhance 'brlist' page to make use of branch colors. ... (check-in: 796c9abacd user: mistachkin tags: trunk)
21:14
Update change log. ... (check-in: 94f7de8b2d user: mistachkin tags: trunk)
21:08
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 75ef451128 user: mistachkin tags: trunk)
20:54
Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (check-in: 0b646cea7c user: mistachkin tags: trunk)
19:58
Update fedora version, being used for Docker image. Minor fix in changelog ... (check-in: f014e83bc4 user: jan.nijtmans tags: trunk)
02:07
Merge trunk ... (check-in: b5edfa3b3c user: andygoth tags: andygoth-timeline-ms)
2016-10-25
22:06
Merge updates from trunk. ... (Closed-Leaf check-in: 66c5bc56ae user: mistachkin tags: experimental)
22:05
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 20b67ab3b0 user: mistachkin tags: experimental)
20:25
Add the --command option to "fossil diff". ... (check-in: eb67f09c9a user: drh tags: trunk)
20:12
Fix the download hyperlink on the homepage. ... (check-in: be88817fad user: drh tags: trunk)
01:21
Fix the mkdownload.tcl script so that it generates a correctly-formatted download.html page. ... (check-in: 1d028af6c7 user: drh tags: trunk)
2016-10-24
21:54
Merge updates from trunk. ... (check-in: 1375911c53 user: mistachkin tags: experimental)
21:53
Remove BOM (byte-order-mark) from the change log. ... (check-in: a2f4710221 user: mistachkin tags: trunk)
20:00
Typo in the change log. ... (check-in: 7f2af9d8eb user: drh tags: trunk)
18:37
Correct change description. Intermingling declarations and code was added in C99, not C89. ... (check-in: 291ca60f54 user: andygoth tags: trunk)
18:33
Revert unintended, incomplete change to timeline.c ... (check-in: 5cb36bdd52 user: andygoth tags: andygoth-timeline-ms)
18:32
Merge changes.wiki style update ... (check-in: 780c0150c2 user: andygoth tags: andygoth-timeline-ms)
18:20
Update the version number to 1.37 and start the 1.37 change log. ... (check-in: a212bd1899 user: drh tags: trunk)
18:15
Fix the build on MSVC. ... (check-in: 65e69b8dd8 user: drh tags: trunk)
17:57
Further improvements to the mkdownload.tcl script. ... (check-in: 529941901a user: drh tags: trunk)
17:03
Add fragment anchors in the changes.wiki page. Update the mkdownload.tcl script so that it works with the new unversioned-file download. ... (check-in: d0c77c7ce0 user: drh tags: trunk)
15:52
Add comments describing each local variable in tagMatchExpression() ... (check-in: 1219bffce0 user: andygoth tags: andygoth-timeline-ms)
15:47
Inconsequential whitespace changes ... (check-in: 9ffc501710 user: andygoth tags: andygoth-timeline-ms)
15:44
Push to 1.37 ... (check-in: 4d1bee54ee user: andygoth tags: andygoth-timeline-ms)
14:59
Version 1.36 ... (check-in: c24373934d user: drh tags: trunk, release, version-1.36)
14:58
Set the 1.36 release dates on the change log. ... (check-in: fdebeba5a0 user: drh tags: trunk)
04:51
Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (Closed-Leaf check-in: 0d247d57b4 user: mistachkin tags: tktSetFix)
2016-10-23
21:50
Optimize REGEXP matching by folding all regular expressions into one ... (check-in: b4800dc53d user: andygoth tags: andygoth-timeline-ms)
15:42
Improve comment ... (check-in: c1afe56ffa user: andygoth tags: andygoth-timeline-ms)
15:36
Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. ... (check-in: be58684514 user: andygoth tags: andygoth-timeline-ms)
02:16
Fixes for incremental Git import/export. ... (check-in: 9599705c69 user: mistachkin tags: experimental)
02:14
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: d3cc6d1d09 user: mistachkin tags: experimental)
02:07
Minor security enhancements to the optional SEE integration. ... (check-in: 69352027bb user: mistachkin tags: experimental)
01:46
Add the 'project_description' variable to TH1. ... (check-in: 345c580d0a user: mistachkin tags: experimental)
01:45
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: a5fd16fe88 user: mistachkin tags: experimental)
01:42
Enhance 'brlist' page to make use of branch colors. ... (check-in: 435ca5d2e4 user: mistachkin tags: experimental)
01:28
Minor enhancement to 'mkversion'. ... (check-in: f59f4e1f6e user: mistachkin tags: trunk)
2016-10-22
19:52
Begin the transaction block before inserting any content. Addresses one of the bugs reported by Venkat Iyer on ML. ... (check-in: 1b6635a47f user: andybradford tags: trunk)
08:37
Fix typo on a wiki page. ... (check-in: f65fe580e7 user: mistachkin tags: trunk)
08:26
Add the 'test-prompt-user' command. ... (check-in: 8817b0ed6e user: mistachkin tags: trunk)
2016-10-20
17:04
Add text for the '--ssl-identity' global option to the 'Environment Variables and Global Options' page. ... (check-in: 7c7597220a user: mistachkin tags: trunk)
16:53
Revert unintended change to stash usage summary ... (check-in: 63ac71e571 user: andygoth tags: trunk)
16:48
Remove extra newlines from calls to fossil_fatal() ... (check-in: 2c42b217e5 user: andygoth tags: trunk)
16:13
"stash cat" worked the same as "stash diff", yet "stash cat -tk" worked the same as "stash show -tk". Make "stash cat" behave like "stash show" which matches the -tk case and also the documentation. Also add mention of DIFF-OPTIONS to the stash show|cat|diff|gdiff usage text. Remove unnecessary variable initialization in stash_get_id(), plus show the bad stash ID string rather than "0" if a non-numeric was used. ... (check-in: 48ecfe6645 user: andygoth tags: trunk)
12:51
Enhancements to wiki MIME types supported for the JSON API. ... (check-in: ce8937facc user: drh tags: trunk)
2016-10-18
21:55
Make the new wiki MIME type handling more consistent with the existing code. ... (Closed-Leaf check-in: 0dc1187e79 user: mistachkin tags: jsonWikiMimeTypes)
08:22
Enhancements to wiki MIME types supported for the JSON API. ... (check-in: 7a14176ee0 user: mistachkin tags: jsonWikiMimeTypes)
2016-10-16
01:21
Merge fixes in this branch to trunk prior to release. ... (check-in: b2d51b1b22 user: andybradford tags: trunk)
00:22
Merge updates from trunk. ... (Closed-Leaf check-in: 5634375d0b user: mistachkin tags: stash-fixes)
00:21
Remove a 'knownbug' marker because the underlying issue appears to be fixed on this branch. ... (check-in: 43e122c763 user: mistachkin tags: stash-fixes)
2016-10-15
05:02
Coding style, removing superfluous 'then' clauses from tester.tcl. ... (check-in: 4946b5b186 user: mistachkin tags: trunk)
04:56
Further revise the 'test_start_server' and 'test_stop_server' test suite helper procedures to make it possible to actually delete the temporary output-capture file on Windows. ... (check-in: b0081d9786 user: mistachkin tags: trunk)
2016-10-14
22:49
Add the --localhost argument to the fossil server command invoked by test_start_server in test/tester.tcl. This change causes the server to only bind to localhost:8080, which does not trigger the Windows Firewall to panic about a program attempting to communicate with the world. Tested on a 64-bit binary built from VS2010, and a 32-bit binaray build from MinGW GCC 4.2.7, both under Windows 10 Pro. I expect the flag works and is harmless on other platforms. ... (check-in: 6c8cec7341 user: rberteig tags: trunk)
20:34
Merge fork ... (check-in: 3a35ac58bb user: andygoth tags: trunk)
20:32
Show all files in fusefs directory listings. Previously, if one file's name is a prefix of another file's name in the same directory, the file with the longer name is not included in directory listings. ... (check-in: f8f5a8159e user: andygoth tags: trunk)
19:35
Adjustments to the 'test_start_server' Fossil test suite procedure to make it work better on Windows. ... (check-in: a88ca0d7dd user: mistachkin tags: trunk)
19:04
Update test_start_server procedure to return the port as well because fossil server dynamically allocates a port. ... (check-in: b66d5bca70 user: andybradford tags: trunk)
14:32
Update the built-in SQLite to version 3.15.0 final. ... (check-in: 4a0c94838a user: drh tags: trunk)
06:15
Enhance the functionality of the Login Group feature to allow administrators to enable Login Group self-registration. ... (Closed-Leaf check-in: d70f527884 user: andybradford tags: login-group-enhancements)
2016-10-13
14:52
Change webui.wiki to remove the exception about the download page, which is no longer the case. ... (check-in: 47beb495c4 user: drh tags: trunk)
2016-10-12
22:51
Update the built-in SQLite again for a bug fix. ... (check-in: 78fcfd46ad user: drh tags: trunk)
22:04
Closing because functionality already available in Fossil by clicking on the date in the info page ... (Closed-Leaf check-in: 4f92a66387 user: andygoth tags: andygoth-circa)
18:35
Merge trunk ... (check-in: a7d576ddb2 user: andygoth tags: andygoth-circa)
16:05
Update the built-in SQLite to the next 3.15.0 beta for testing. ... (check-in: 6ef1500850 user: drh tags: trunk)
13:31
Tweak stash help text for internal consistency ... (check-in: de4e4e2a30 user: andygoth tags: trunk)
13:20
Change "-modified" to "-changed" to be consistent with the terminology used by the diff commands ... (check-in: ffee6e812c user: andygoth tags: andygoth-changes)
03:45
Revise proposed changes options and help text to accommodate merges. ... (check-in: 69b4168265 user: andygoth tags: andygoth-changes)
2016-10-11
21:07
Propose an enhanced changes command. At this point, there is no implementation, only help text describing the new options and behaviors. ... (check-in: 2bfdbf97c6 user: andygoth tags: andygoth-changes)
2016-10-10
18:54
Cosmetic TH1 doc tweaks. ... (check-in: 0b50909c5f user: mistachkin tags: trunk)
18:53
Cosmetic TH1 doc tweaks. ... (Closed-Leaf check-in: 2a163d5cb6 user: mistachkin tags: th1Unversioned)
07:10
Improve 'unversioned list' TH1 command comment. ... (check-in: 484f26e3a0 user: mistachkin tags: th1Unversioned)
07:07
Slightly simplify code. Add and modify tests. Merge changes from trunk. ... (check-in: a3f04386fe user: mistachkin tags: th1Unversioned)
06:32
Minor correction to the TH1 docs, fixing ordering. ... (check-in: f36f95b35a user: mistachkin tags: trunk)
06:29
Add the 'unversioned content' and 'unversioned list' commands to TH1. ... (check-in: e81fbfd028 user: mistachkin tags: th1Unversioned)
05:55
Merge updates from trunk. ... (Closed-Leaf check-in: 82d77c23a6 user: mistachkin tags: prjDesc)
2016-10-08
14:06
Fix a regression introduced in [69668f8c57] that broke export of tags. ... (Closed-Leaf check-in: b2e0fda9e1 user: nick.lloyd tags: nick.lloyd-git-interop)
13:42
Add missing arguments to Git->Fossil import example. ... (check-in: 880e3fb51f user: nick.lloyd tags: nick.lloyd-git-interop)
2016-10-06
18:56
Add a couple more unversioned command tests. ... (check-in: e727b3d50b user: mistachkin tags: trunk)
2016-10-05
23:06
Add another test for the unversioned command. ... (check-in: d2a4757500 user: mistachkin tags: trunk)
12:59
Ensure that inputs to delta_create() are always memory aligned as if obtained from malloc(). ... (check-in: c91e487140 user: drh tags: trunk)
08:41
Update delta1 test cases to normalize the result so they pass again. Add additional tests to cover assertion failure caused by empty delta inputs. ... (check-in: 4ede0df9df user: andybradford tags: trunk)
08:21
Modify expected results for one of the TH1 hooks tests to account for the changes in [274e537bb064db9d]. ... (check-in: 6c1359d367 user: mistachkin tags: trunk)
08:10
The changes in [b045d0774ed48936] are too far reaching. Instead, add a -keepNewline option and use it where appropriate. ... (check-in: 561402f2e0 user: mistachkin tags: trunk)
06:54
Given that the buffer may not actually be memory obtained by malloc(), make sure that it is, that checksum() doesn't fail an assertion. ... (Closed-Leaf check-in: 75ddc3687a user: andybradford tags: pending-review)
06:40
The 'manifest' setting still needs to be marked as 'versionable'. ... (check-in: 3604802d55 user: mistachkin tags: trunk)
06:39
Normalize TH1 script evaluation results used internally by the test suite. ... (check-in: 22c62dba30 user: mistachkin tags: trunk)
05:12
Get all unversioned tests passing on Unix as well. ... (check-in: 019725ba55 user: mistachkin tags: trunk)
05:00
Add tests for the 'unversioned revert' and 'unversioned sync' commands. ... (check-in: 1c99c13398 user: mistachkin tags: trunk)
04:40
Make the '--stopper' option for the 'server' command on Windows work as advertised even when the server thread is being blocked by accept(). ... (check-in: a6eb651075 user: mistachkin tags: trunk)
03:03
Merge latest updates from trunk. ... (check-in: 4c1971147e user: andybradford tags: stash-fixes)
00:25
Add initial tests for the 'unversioned' command. ... (check-in: e464dd963c user: mistachkin tags: trunk)
00:13
Give a better error message when unable to open a file that uses one of the Windows reserved names, like "AUX" or "LPT3". ... (check-in: 12c665068d user: drh tags: trunk)
2016-10-04
23:54
Another correction to the unversioned help text. ... (check-in: 800517e177 user: mistachkin tags: trunk)
23:49
Add a Tcl script to act as a (fake) text editor for the test suite. ... (check-in: b6a0111439 user: mistachkin tags: trunk)
23:44
Add 'unversioned remove' as an alias for 'unversioned rm'. Update and improve help text. ... (check-in: 182adc0290 user: mistachkin tags: trunk)
23:32
The final newline must be retained for all test results. ... (check-in: b045d0774e user: mistachkin tags: trunk)
23:29
Coding style and consistency improvements. ... (check-in: 824bfe849b user: mistachkin tags: trunk)
23:27
Do not use the Tcl global variable name 'dir'. ... (check-in: 64b812bd4e user: mistachkin tags: trunk)
21:00
Add entries about diff command enhancements to the change log. ... (check-in: 06127da670 user: drh tags: trunk)
20:54
Fix a typo on the aboutcgi.wiki documentation page. ... (check-in: 3e7c02c097 user: drh tags: trunk)
20:25
Fix typos in the sync document. Make "uv" an alias for "unversioned". Prohibit unversioned filename that contain whitespace since the sync protocol cannot currently handle such files. ... (check-in: 85f957c3e5 user: drh tags: trunk)
19:17
Coding style tweaks. ... (Closed-Leaf check-in: 34d988c244 user: mistachkin tags: seeEnhanced)
19:07
Merge updates from trunk. ... (check-in: 04a8ee6ec2 user: mistachkin tags: seeEnhanced)
19:06
Fix harmless compiler warnings. ... (check-in: 3f06618c96 user: mistachkin tags: trunk)
19:05
Add an assert(). ... (check-in: e6a5634f24 user: mistachkin tags: seeEnhanced)
14:55
Update the built-in SQLite 3.15.0 beta. ... (check-in: 3d8a41f12c user: drh tags: trunk)
04:49
Make sure that symlinks to directories are honored when dealing with checkout files. ... (check-in: 912a0d5008 user: mistachkin tags: trunk)
03:55
Return an error instead of silently ignoring invalid input. ... (check-in: 274e537bb0 user: andybradford tags: trunk)
02:55
Coding style tweak. ... (Closed-Leaf check-in: b47e4cc401 user: mistachkin tags: binDiffFix)
02:44
Whitespace tweak. ... (check-in: 4ed91cdacf user: mistachkin tags: binDiffFix)
02:43
Adopt the diff algorithm changes from trunk. ... (check-in: f9f2d76926 user: mistachkin tags: binDiffFix)
02:16
Detect binary files that look like text but end with a sequence of zeros. ... (check-in: 0e0e29aea0 user: drh tags: trunk)
02:02
The previous check-in was interpreting any file that did not end in \n as binary. This check-in should fix the problem. ... (check-in: 47d1256cd8 user: drh tags: trunk)
01:53
If a file to be diffed contains an 0x00 character, consider it to be binary and do not attempt the diff. ... (check-in: 334ab15270 user: drh tags: trunk)
2016-10-03
23:23
Minor optimization. ... (check-in: 9903ce5a5b user: mistachkin tags: binDiffFix)
23:18
Further improve clarity. ... (check-in: 11e2c6e611 user: mistachkin tags: binDiffFix)
23:10
Another adjustment to handle some corner cases. ... (check-in: 8017c358ba user: mistachkin tags: binDiffFix)
21:59
Initial tests for the diff-binary-detection fixes. ... (check-in: 5db0eb5219 user: mistachkin tags: binDiffFix)
21:30
Merge updates from trunk. ... (Closed-Leaf check-in: be316701b9 user: mistachkin tags: dirSymlinks)
21:27
Further test refinements. ... (check-in: 596bbe3421 user: mistachkin tags: dirSymlinks)
21:12
Test refinement. ... (check-in: 0751dbe2da user: mistachkin tags: dirSymlinks)
20:43
Initial draft of new tests to cover the directory symlink fixes. ... (check-in: 7cefd41a36 user: mistachkin tags: dirSymlinks)
19:22
Fix binary blob detection in the new break_into_lines() algorithm. ... (check-in: dacc2bad82 user: mistachkin tags: binDiffFix)
2016-10-02
01:26
Update custom MinGW makefile. ... (check-in: 903af996f5 user: mistachkin tags: trunk)
00:45
Update the built-in SQLite to the latest 3.15.0 beta for testing. Add new performance-enhancing compile-time options to the SQLite build. ... (check-in: dfe32f53ac user: drh tags: trunk)
00:29
Say "An undo is available" instead of "A undo is available" ... (check-in: 994b319f4b user: andygoth tags: trunk)
2016-10-01
05:07
Return an error if the origin cannot be matched to a check-in or a date. ... (Closed-Leaf check-in: 34d0c57043 user: andybradford tags: pending-review)
04:21
Use #define constants instead of numbers to improve readability of code. ... (check-in: 68b53604bb user: andybradford tags: trunk)
03:39
Merge updates from trunk. ... (check-in: 3e4eba78f0 user: mistachkin tags: dirSymlinks)
03:39
Another coding style (whitespace) fix. ... (check-in: 2ccd046de2 user: mistachkin tags: trunk)
03:38
The 'diff' command operates on files within the repository; therefore, it should use the directory symlinks. ... (check-in: 9a99389680 user: mistachkin tags: dirSymlinks)
03:36
Fix casing of a temporary table name to be consistent. ... (check-in: efeb10c5b3 user: mistachkin tags: trunk)
02:23
Minor correction to text in usage help/comment in new --checkin option. ... (check-in: 5aacaba35f user: andybradford tags: trunk)
2016-09-30
23:47
Start of experimental changes to support directory symlinks. ... (check-in: d6debf638c user: mistachkin tags: dirSymlinks)
23:45
Coding style tweaks. No changes to functionality. ... (check-in: 3bb04c90dc user: mistachkin tags: trunk)
22:01
Trunkify support for generating manifest.tags file. ... (check-in: 189bfc28e7 user: jan tags: trunk)
21:55
Merge from trunk. ... (Closed-Leaf check-in: 9beff66bdc user: jan tags: jan-manifest-tags)
20:43
Merge trunk ... (check-in: de845a6764 user: andygoth tags: andygoth-circa)
15:24
Add the --checkin option to the "fossil diff" command. ... (check-in: e7c2454da9 user: drh tags: trunk)
15:22
Fix a bug in the error message when the --checkin argument of fossil diff has no parent. ... (Closed-Leaf check-in: 38daa9aa75 user: drh tags: diff-show-changes)
15:18
Change the name of the --changes option on "fossil diff" to --checkin. ... (check-in: 65724af1ce user: drh tags: diff-show-changes)
13:21
Fix a doc typo. Minor improvements to documentation linkage. ... (check-in: c468769dbc user: drh tags: trunk)
03:49
Add the "fossil diff --changes" option to show the changes made by a specific checkin UUID. ... (check-in: 4556962ded user: andybradford tags: diff-show-changes)
2016-09-29
17:46
Add information to inout.wiki about bidirectional synchronization with Git repos. ... (check-in: e8775afe1b user: nick.lloyd tags: nick.lloyd-git-interop)
17:35
Remove comment from inout.wiki about having to merge trunk into master after importing from Git repo. This is no longer true. Fossil automatically converts references to master into trunk when importing, and vice versa when exporting. ... (check-in: 2cd0ee6388 user: nick.lloyd tags: nick.lloyd-git-interop)
11:59
Distinguish between a deleted file and a binary file in the side-by-side diff generator. Fix for a bug introduced by check-in [233e9328ee639b]. ... (check-in: 1438be02d0 user: drh tags: trunk)
2016-09-28
23:47
In the random merge test (merge2.test) ignore cases where the parallel random edits overlap, resulting in a merge conflict. ... (check-in: caea288c2d user: drh tags: trunk)
21:24
Simplification and optimization of the break_into_lines() helper routine in the diff logic. Use the strchr() routine from the standard library to help locate \n characters. ... (check-in: 233e9328ee user: drh tags: trunk)
21:11
Add "circa" timeline link to show changes made around the time of a given check-in even if they are neither ancestors nor descendants. ... (check-in: b6862a3700 user: andygoth tags: andygoth-circa)
20:26
Improved hash function for the diff algorithm. ... (check-in: 173cca0d7d user: drh tags: trunk)
19:48
Performance improvement in LCS length computation used for side-by-side diff coloring. ... (check-in: 08d970d68f user: drh tags: trunk)
18:48
Fix test suite regression caused by the addtion of the new uv-sync setting in check-in [b9fd5947ef] without updating the list of all settings in tester.tcl. ... (check-in: 0661d65cbd user: rberteig tags: trunk)
18:19
Performance optimization in the break_into_lines() routine of the diff logic. ... (check-in: 8d48885f81 user: drh tags: trunk)
16:17
Update the built-in SQLite to the latest 3.15.0 beta. ... (check-in: 95768950b4 user: drh tags: trunk)
16:15
Use the DBSTAT virtual table as a table-valued function instead of creating a TEMP instance of the table, while generating the /repo-tabsize page. ... (check-in: 14f83bc049 user: drh tags: trunk)
2016-09-27
17:47
Correct "From" URL in check-in MLINK table ... (check-in: 24a0667e78 user: andygoth tags: trunk)
17:23
One more tweak to fileformat.wiki ... (check-in: 731eb89787 user: andygoth tags: trunk)
17:19
Fix a couple tiny editorial inconsistencies in fileformat.wiki ... (check-in: 9c2116a02b user: andygoth tags: trunk)
07:59
merge trunk. Update references to OpenSSL 1.1.0b ... (check-in: 66c4efe765 user: jan.nijtmans tags: openssl-1.1)
07:14
Fix regression to test case amend-close-1.3 caused by checkin [f4b5881b] which changed the commit message stored when marking a branch closed. The test case has been changed so that it passes. ... (check-in: 06fdea5998 user: rberteig tags: trunk)
06:40
Fix typo in copyright year on the new 'commit-warning.test' file. ... (check-in: edd288b7d0 user: mistachkin tags: trunk)
2016-09-26
21:16
Fix some compilation issues, related to merging. ... (check-in: 2f07c443fb user: mistachkin tags: stash-fixes)
21:12
Merge updates from trunk. ... (check-in: 80aaef528d user: mistachkin tags: stash-fixes)
17:49
Add pre-commit warning tests. ... (check-in: a8b0c5f113 user: mistachkin tags: trunk)
17:31
Correct the open-checkout handling for the 'test-commit-warning' command. ... (check-in: b4a1b2fab9 user: mistachkin tags: trunk)
17:28
Correct issues with option processing semantics of the 'test-commit-warning' command. ... (check-in: f00a55b974 user: mistachkin tags: trunk)
17:22
Minor coding style tweak. ... (check-in: 3852b56a21 user: mistachkin tags: trunk)
17:10
Add the 'test-commit-warning' command. ... (check-in: de78b73a7e user: mistachkin tags: trunk)
15:01
Update referenced OpenSSL version. ... (check-in: 508c67b088 user: mistachkin tags: trunk)
03:49
Consistently use SSL for the applicable skin footer links. ... (check-in: 9f34c57799 user: mistachkin tags: trunk)
2016-09-23
17:10
Add --html option to the 'test-all-help' command. ... (check-in: 1763f2879c user: mistachkin tags: trunk)
13:53
Add the help_to_html() routine which transforms plaintext help into HTML for display on web pages. So far it only surrounds the text with &lt;pre&gt;..&lt;/pre&gt;. But it can (in theory) be enhanced to do more sophisticated formatting. ... (check-in: 7a69e5db64 user: drh tags: trunk)
07:33
merge trunk. Update references to OpenSSL 1.1.0a ... (check-in: 85f8133ce7 user: jan.nijtmans tags: openssl-1.1)
02:46
Coding style tweaks. ... (check-in: 32e418f856 user: mistachkin tags: nick.lloyd-git-interop)
02:40
Merge updates from trunk. ... (check-in: 98f4ee8f71 user: mistachkin tags: nick.lloyd-git-interop)
02:28
Merge updates from trunk. ... (check-in: 4f619c020a user: mistachkin tags: seeEnhanced)
02:27
Merge updates from trunk. ... (check-in: 0934366187 user: mistachkin tags: jan-manifest-tags)
02:10
Clarify the exact type used for cmdFlags. ... (check-in: 3ca2bc105a user: mistachkin tags: trunk)
02:06
Missed a couple places with the old OpenSSL version reference. ... (check-in: a29e05d1ef user: mistachkin tags: trunk)
02:03
Merge updates from trunk. ... (check-in: ff2c20e7fa user: mistachkin tags: openssl-1.1)
01:49
Update autosetup to (roughly) 0.6.6 and Jim Tcl to (roughly) 0.77. ... (check-in: 762ef68dfb user: mistachkin tags: trunk)
2016-09-22
21:14
More use of row-values in the search mechanism. ... (check-in: bc21e0a4c8 user: drh tags: trunk)
20:55
Fix the "fossil fts-config reindex" command so that it really does reindex everything. Fix the markdown HTML formatter so that it can be run from the command-line. Change a query in the search engine to use a row-value update, in order to beta-test the new row-value update mechanism of SQLite. ... (check-in: b1b4eaa564 user: drh tags: trunk)
20:02
Update custom MinGW makefile. ... (check-in: 60426fbcdd user: mistachkin tags: trunk)
19:47
Update to the latest SQLite 3.15.0 beta for testing. Adjust the SQLite compilation to use the "lean" configuration. ... (check-in: 121201eb35 user: drh tags: trunk)
17:58
Update referenced OpenSSL version. ... (check-in: 16b7a0ebc3 user: mistachkin tags: trunk)
2016-09-21
19:05
Fix a problem that can occasionally occur with repeated syncs to/from a git repository, where a fossil-generated mark clashes with a mark previously generated by git, causing the sync to fail. ... (check-in: 69668f8c57 user: nick.lloyd tags: nick.lloyd-git-interop)
17:06
Drop support for the undocumented (and non-working) subrepository feature unless the -DFOSSIL_ENABLE_SUBREPOSITORY compile-time option is used. ... (check-in: d8c917eeba user: drh tags: trunk)
16:59
Re-fix several typos. ... (check-in: 6e1072c5b5 user: mistachkin tags: trunk)
16:06
Merge in latest from trunk ... (check-in: 85a0ada691 user: nick.lloyd tags: nick.lloyd-git-interop)
14:13
More typo fixes in whyusefossil.wiki. ... (check-in: f2ce2e41d5 user: drh tags: trunk)
13:44
Fix typos in the whyusefossil.wiki document. ... (check-in: 1335cf4135 user: drh tags: trunk)
03:03
Fix a couple more typos. ... (check-in: 8ac01fa676 user: mistachkin tags: trunk)
03:00
Fix a couple typos. ... (check-in: 680f3c1d08 user: mistachkin tags: trunk)
00:57
Add the "Why Use Fossil" document. ... (check-in: d8b18eb9af user: drh tags: trunk)
2016-09-20
16:27
The "uv-sync" flag was not working for the "fossil sync" command. Fixed by this check-in. ... (check-in: d9ec49abcf user: drh tags: trunk)
16:17
Add the uv-sync setting, which if enabled causes the server to automatically send all unversioned content as part of a clone, and which causes all syncs to also sync unversioned content. ... (check-in: b9fd5947ef user: drh tags: trunk)
15:48
Add the --verbose and --dryrun options to the "fossil unversioned revert" and "fossil unversioned sync" commands. ... (check-in: b5641c5cff user: drh tags: trunk)
15:10
Fixes to the "fossil unversioned revert" command. ... (check-in: 122ab3fbfd user: drh tags: trunk)
2016-09-19
18:48
Remove the unused uvStatus variable from the client-side sync implementation. ... (check-in: 515229c5cd user: drh tags: trunk)
17:50
Merge updates from trunk. ... (Closed-Leaf check-in: 8fbd5fb661 user: mistachkin tags: autosetupAndJimTcl)
14:50
Fix for the "-u" option on clone - make sure at least three round-trips occur as it takes that many to get the UV transfer started. ... (check-in: 16306153c0 user: drh tags: trunk)
14:09
Fix another typo in the server.wiki documentation. ... (check-in: a1b50dad22 user: drh tags: trunk)
14:06
Update the server.wiki documentation due to the use of unversioned files for the download page. ... (check-in: e1c2bd2680 user: drh tags: trunk)
2016-09-15
19:51
Merge fork ... (check-in: ef5f795176 user: andygoth tags: trunk)
19:50
Remove extraneous periods in timeline on branch move events, also correct verb tense to be more consistent. This change may require a rebuild to take full effect because an event table may be caching the old event text. ... (check-in: f4b5881b33 user: andygoth tags: trunk)
19:42
Fix typo in comment. ... (check-in: adffcf5b60 user: mistachkin tags: trunk)
19:41
Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. ... (check-in: 953cfbd497 user: mistachkin tags: trunk)
04:12
Even more consistency. ... (Closed-Leaf check-in: e5cbf41c04 user: mistachkin tags: tarAndZip)
04:01
Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. ... (check-in: b945876253 user: mistachkin tags: tarAndZip)
2016-09-14
01:42
Fix typo in comment. ... (check-in: a3d8b27b45 user: mistachkin tags: trunk)
2016-09-13
22:14
Add '--no-prompt' option to the 'commit' command. ... (check-in: 29ef4f5d06 user: mistachkin tags: trunk)
22:13
Pass the command flags into the TH1 hooks verbatim, without any masking. ... (check-in: 9595cfcd45 user: mistachkin tags: trunk)
22:12
Update custom MinGW makefile. ... (check-in: b218dbb9f3 user: mistachkin tags: trunk)
19:59
Revise the COMMAND: and WEBSITE: parsing to add the ability to specify flag options after the command or website name. ... (check-in: 555ddfecfa user: drh tags: trunk)
18:03
Fix up some comments on the command and webpage name lookup logic. No changes to code. ... (check-in: 49703de740 user: drh tags: trunk)
17:51
Refactor command and webpage name lookup. Move all associated logic out of main.c and into a new file named "dispatch.c". There is now a single const array of objects named "aCommand" that contains all command and webpage names together with their help text. ... (check-in: e6aab1a437 user: drh tags: trunk)
14:15
(cherry-pick): Update the makefiles so that the build-in SQLite compiles with SQLITE_OMIT_SHARED_CACHE. Update the build-in SQLite sources to 3.14.2. ... (Closed-Leaf check-in: 0417467b72 user: jan.nijtmans tags: branch-1.35)
04:35
Add '--no-prompt' option to the 'commit' command. ... (Closed-Leaf check-in: 4f3f39c4be user: mistachkin tags: commitNoPrompt)
03:42
Fix timeline command bug reported by Roy Keene. If the nearest artifact found is a wiki page, it may not have a child, so instead use the time of whatever name_to_uuid finds. For example: fossil timeline after 2015-03-14T13:46:20 ... (check-in: a85eb7c6dc user: andybradford tags: trunk)
03:11
Fix typo. ... (check-in: 88e1bef9ec user: mistachkin tags: trunk)
01:38
Only include the built-in help text once, it the "help" command implementation, not also in the "setup" command. This reduces the size of the binary by the size of the built-in help table. ... (check-in: b86a58ed17 user: drh tags: trunk)
2016-09-12
19:40
Previous documentation change did not work for repositories that are not at the root of the domain. This should fix it. ... (check-in: 9c4122744e user: drh tags: trunk)
19:35
Add various built-in documentation pages to the documentation permuted index. ... (check-in: 46cebc8750 user: drh tags: trunk)
2016-09-11
07:14
Update custom MinGW makefile. ... (check-in: 8ff4855db4 user: mistachkin tags: trunk)
2016-09-10
20:01
Update the makefiles so that the build-in SQLite compiles with SQLITE_OMIT_SHARED_CACHE. Update the build-in SQLite sources to the latest 3.15 alpha, which compiles without warning with the above option. ... (check-in: 871f978d9b user: drh tags: trunk)
2016-09-08
20:17
Merge updates from trunk. ... (check-in: fc995eb9d0 user: mistachkin tags: openssl-1.1)
20:10
Simplify SSLLIBDIR change from the previous check-in. ... (check-in: bd25cd185d user: mistachkin tags: openssl-1.1)
20:09
First attempt at getting the MSVC makefile working with OpenSSL 1.1.0. ... (check-in: 22049abd47 user: mistachkin tags: openssl-1.1)
16:42
Fix typos in the "zip" command help text. ... (check-in: 76242c28a0 user: drh tags: trunk)
14:51
Update the built-in SQLite to the latest 3.15 alpha that includes the row-value enhancements. ... (check-in: be1ef87613 user: drh tags: trunk)
14:19
Fix typo in the on-line help for the bundle command. ... (check-in: fd4fc1a904 user: drh tags: trunk)
09:22
(cherry-pick) Make fossil compilable with (externally-built) openssl-1.1.0. Still compiles/runs with openssl 1.0.2 equally well (actual switch is not made yet) ... (check-in: e122e8a72d user: jan.nijtmans tags: branch-1.35)
09:08
Make fossil compilable with (externally-built) openssl-1.1.0. Still compiles/runs with openssl 1.0.2 equally well (actual switch is not made yet) ... (check-in: 460d5628a3 user: jan.nijtmans tags: trunk)
02:49
Merge updates from trunk. ... (check-in: 63bcf60e4d user: mistachkin tags: stash-fixes)
02:09
Merge in latest changes from trunk. ... (Closed-Leaf check-in: 1912b2f864 user: andybradford tags: stash-fixes-openssl-1.1.0)
2016-09-07
11:16
minor comment fix ... (check-in: b03f15635d user: jan.nijtmans tags: openssl-1.1)
11:15
Restore default configuration of Makefile.mingw.mistachkin to what it was before ... (check-in: b0fe158c55 user: jan.nijtmans tags: openssl-1.1)
11:12
Complete transition to OpenSSL 1.1.0, which needs additional library on Windows (crypt32.dll) and which has support for ssl2 removed completely. ... (check-in: 7839ff0286 user: jan.nijtmans tags: openssl-1.1)
10:41
Update referenced OpenSSL version ... (check-in: 958f1a89dc user: jan.nijtmans tags: openssl-1.1)
10:16
(cherry-pick) Fix mingw64 build (broken by [8f2dd0106ef3b5aa]) ... (check-in: 8a4fa47ed1 user: jan.nijtmans tags: branch-1.35)
10:12
Fix mingw64 build (broken by [8f2dd0106ef3b5aa]) ... (check-in: db59821f89 user: jan.nijtmans tags: trunk)
08:05
(cherry-pick) Fix for lockup on merge with rename and custom baseline. Change received from drh via mailing list. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html] for details. ... (check-in: 8166001e0a user: jan.nijtmans tags: branch-1.35)
07:50
Fix for lockup on merge with rename and custom baseline. Change received from drh via mailing list. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html] for details. ... (check-in: 496c0fea3b user: jan.nijtmans tags: trunk)
2016-09-06
19:24
Possible fix for lockup on merge with rename and (maybe?) custom baseline (exact reasons for lockup not 100% known), resolves issue with my (private) repository. Change received from drh via mailing list. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html] for details. ... (Closed-Leaf check-in: 0120be34ea user: andygoth tags: merge-rename-lockup)
03:07
Update autosetup to (roughly) 0.6.6 and Jim Tcl to (roughly) 0.77. Needs review and testing. ... (check-in: 3c123f6a27 user: mistachkin tags: autosetupAndJimTcl)
2016-09-01
01:44
Add REMOTE_HOST to the test_env page. ... (check-in: 4d1f2d302b user: mistachkin tags: trunk)
2016-08-31
04:59
Fix typo in comment. ... (check-in: af573d1309 user: mistachkin tags: trunk)
2016-08-30
18:27
Update the unversioned file documentation to show the revised schema. ... (check-in: 26c985ce13 user: drh tags: trunk)
17:06
Fix incorrect encoding of hyperlinks in search results. ... (check-in: 9dba92f4a8 user: drh tags: trunk)
16:34
Change the UNVERSIONED table to use an INTEGER PRIMARY KEY with AUTOINCREMENT. This is a precondition to adding search to unversioned files. To rebuild legacy repos, first DROP the old unversioned table, then run "fossil sync -u". ... (check-in: 08cbc7b2e4 user: drh tags: trunk)
15:49
Fix overlength source lines in diff.c. Raise limits and fix inappropriate use of memcmp() in mkindex.c. ... (check-in: df80ab0ce9 user: drh tags: trunk)
15:15
Fix a typo in a comment. No changes to code. ... (check-in: cd822353fa user: drh tags: trunk)
13:44
Put the "trunk" in the document URL when the ftsdocs table is first constructed, rather than translating the URL upon display. ... (check-in: 58034a489a user: drh tags: trunk)
13:35
Add the /test-ftsdocs page, accessible only by administrators. Improved comments in the search logic. ... (check-in: 375bc71ea6 user: drh tags: trunk)
00:49
In documentation search results, change URLs of the form "/doc/BRANCH/path" so that BRANCH is the branch name specified by the "doc-branch" setting. ... (check-in: fa947eebfd user: drh tags: trunk)
2016-08-29
14:15
Fix the /uv page so that works on Solaris. ... (check-in: 0cd96edc20 user: drh tags: trunk)
2016-08-27
21:16
Fix comment and documentation typos. ... (check-in: 35d43fd98f user: drh tags: trunk)
17:01
Improved header on the /finfo single-file timeline page. ... (check-in: 88c4a53e34 user: drh tags: trunk)
2016-08-25
00:14
Mention the new '-nocomplain' option to the TH1 'query' command in the documentation. ... (check-in: 51fc4a3ec3 user: mistachkin tags: trunk)
2016-08-24
15:22
New test cases on the /test-piechart page. ... (check-in: 2ecdba9fe6 user: drh tags: trunk)
15:14
Simplification to the /test-piechart webpage. Include sample test cases. ... (check-in: 8086dd9612 user: drh tags: trunk)
14:56
Unbreak compilation on Cygwin. Allow notepad to be used as unversioned content editor (notepad cannot handle UNIX line-endings) ... (check-in: 6728970b76 user: jan.nijtmans tags: trunk)
14:08
In the pie-chart generator, if there is a wedge pointing straight down, make sure its text label flows off to the right, not the left. ... (check-in: bb9c6a6f29 user: drh tags: trunk)
2016-08-23
17:34
Minor tweak to the 'get_versionable_settings' test suite helper routine. ... (check-in: f481fd6c9c user: mistachkin tags: trunk)
17:30
Add extensive tests for the 'settings' and 'unset' commands. Also, add --exact option to the 'settings' / 'unset' commands. ... (check-in: 816bc43b80 user: mistachkin tags: trunk)
17:21
Add a comment. ... (Closed-Leaf check-in: ca6c8f9be8 user: mistachkin tags: settingsTest)
14:12
Fix harmless comment and spacing typos. ... (check-in: 3a66ed0bee user: drh tags: trunk)
14:04
Fix a stray single-quote character in the SVG pie-chart generator. ... (check-in: f2980d8995 user: drh tags: trunk)
13:52
Updates to the change log. ... (check-in: 2e58eec68a user: drh tags: trunk)
13:31
When there is no argument to the /uv page, make "index.wiki" the default. Do not allow "index.html" since that probably will not have the correct &lt;base&gt; header. ... (check-in: 4a8378581c user: drh tags: trunk)
13:01
Add the "fossil unversioned edit UVFILE" command. ... (check-in: 1d6b67822a user: drh tags: trunk)
12:14
update change log ... (check-in: 299614d16f user: jan.nijtmans tags: trunk)
12:13
eliminate some end-of-line spaces ... (check-in: d32155d064 user: jan.nijtmans tags: trunk)
11:58
Add a link to the /uvlist screen from the /setup menu. Add the byage=1 query parameter to /uvlist. ... (check-in: ab4c1e2961 user: drh tags: trunk)
10:13
Fix a harmless but redundant space in the admin_log schema definition. ... (check-in: 1852455158 user: drh tags: trunk)
02:19
Add another test to check the value of each versionable setting after it is written. ... (check-in: 46228ffb1f user: mistachkin tags: settingsTest)
02:13
Add extensive tests for the 'settings' and 'unset' commands. Also, add --exact option to the 'settings' / 'unset' commands. ... (check-in: b9414210cd user: mistachkin tags: settingsTest)
01:41
Better default sort orders for columns on the /uvlist ... (check-in: 401d9b2937 user: drh tags: trunk)
01:37
In the /uvlist, do not link to deleted files. ... (check-in: d8b0489b81 user: drh tags: trunk)
01:22
Improved origin tracking for unversioned files. Show Admin/Setup users the rcvid and allow them to see the originating IP address and to delete unversioned files. Update the rcvfrom table viewer to include unversioned file entries. ... (check-in: 8972aae720 user: drh tags: trunk)
2016-08-22
21:10
Create a valid rcvfrom entry when adding unversioned content from the command-line. ... (check-in: 7deeb51511 user: drh tags: trunk)
20:12
Remove the db_name() function. In its place, the SQLITE_DBCONFIG_MAINDBNAME feature of SQLite is used to ensure that the three attached databases are always exactly named "repository", "configdb" and "localdb", regardless of which is opened first or the order in which they are attached. Update to the latest 3.15 alpha of SQLite which is now required for correct operation, since SQLITE_DBCONFIG_MAINDBNAME is required. ... (check-in: 06aec61111 user: drh tags: trunk)
15:20
Fill in SQL parameters in report formats using HTTP query parameter values. ... (check-in: 0ef09dc9cd user: drh tags: trunk)
02:22
Slightly improve clarity of the db_database_slot() function. ... (Closed-Leaf check-in: a12d712203 user: mistachkin tags: omit-db_name)
2016-08-21
17:50
Fix the /uv page so that it correctly handles a missing "name". First it looks for "index.html", "index.wiki", "index.md" and "index.th1", then if none of those documents are found, it does the equivalent of /uvlist. ... (check-in: 253795692b user: drh tags: trunk)
02:17
Fix the code in db_open_config() that checks the current 'attachment mode' for the configuration database against the requested one. ... (check-in: 569f4b0e04 user: mistachkin tags: omit-db_name)
00:42
Merge test updates from trunk. ... (check-in: 5a14b78346 user: mistachkin tags: omit-db_name)
00:13
Account for recent 'hr' markup changes in the th1-tcl tests. ... (check-in: 6a73034e71 user: mistachkin tags: trunk)
2016-08-20
18:16
Fix compilation errors when the JSON feature is enabled. ... (check-in: e2f4f1f8d5 user: mistachkin tags: omit-db_name)
2016-08-19
16:36
Fix the db_database_slot() routine so that it works ever if the g.db database has been closed. ... (check-in: 0c1f876e78 user: drh tags: omit-db_name)
16:26
Handle the "-u" option on "fossil all sync". ... (check-in: ce910a43c5 user: drh tags: trunk)
16:25
Handle the "-u" option on "fossil all sync". ... (check-in: 5031cb0896 user: drh tags: omit-db_name)
15:25
Incorporate the version of SQLite that allows VACUUM on attached databases. ... (check-in: 80d0df0508 user: drh tags: omit-db_name)
09:14
Clarification of comments on the db_set_main_schemaname() routine. ... (check-in: 81184a02a5 user: drh tags: omit-db_name)
00:13
Use the new SQLITE_DBCONFIG_MAINDBNAME feature of SQLite to eliminate the need for the db_name() hack. ... (check-in: d858f3da52 user: drh tags: omit-db_name)
2016-08-18
19:16
Fix typos in the Unversioned Content document. ... (check-in: 1a7656469a user: drh tags: trunk)
14:30
merge trunk ... (Closed-Leaf check-in: e81063b97a user: jan.nijtmans tags: pending-review)
13:30
Mention "full text search" as a feature in the web interface documentation. ... (check-in: 63bff950cc user: drh tags: trunk)
13:20
Add documentation on unversioned content. ... (check-in: f187ada697 user: drh tags: trunk)
12:33
Fix the "fossil rebuild" command so that it no longer trashes the unversioned content. Add the -u option to "fossil clone" to retrieve unversioned content during the clone. ... (check-in: a5d8548f61 user: drh tags: trunk)
11:16
Fix typos in the sync documentation. ... (check-in: d3dabbb08c user: drh tags: trunk)
11:03
Make sure auto-hyperlink works for anonymous. ... (check-in: a2730fea39 user: drh tags: trunk)
03:04
Defer copying the capabilities for the logged in user until after the special 'auto-hyperlink' processing is completed; otherwise, the anonymous permissions may not gain the 'h' permission. ... (Closed-Leaf check-in: ae36cd66ae user: mistachkin tags: anonPermHyperlink)
02:54
When tracing the 'anoncap' or 'hascap' commands, which share an implementation, show which one is being traced. ... (check-in: 9066bf1371 user: mistachkin tags: trunk)
02:51
Correct TH1 tracing related to the 'hascap' and 'anycap' TH1 commands. ... (check-in: 901f18393d user: mistachkin tags: trunk)
02:45
Make the '--th-trace' option work properly on Windows. ... (check-in: 11d3d72125 user: mistachkin tags: trunk)
02:22
Since the intent of the TH1 'hascap' command is that all specified permissions are required (i.e. the first missing permission should stop further checks), correct the loop invariant. ... (check-in: 1c0b1a58c6 user: mistachkin tags: trunk)
02:11
Further enhancements to TH1 permissions testing. ... (check-in: 5915e6f4d4 user: mistachkin tags: trunk)
01:52
Add more environment variables to the 'test_env' page. ... (check-in: 33561a22fa user: mistachkin tags: trunk)
01:50
Some coding style corrections in the TH1 tests. ... (check-in: 46e92c25e0 user: mistachkin tags: trunk)
01:47
Add tests for the 'anycap', 'anoncap', and 'hascap' TH1 commands. Also, add the --set-user-caps and --set-anon-caps options to the 'test-th-eval', 'test-th-render', and 'test-th-source' test commands. ... (check-in: 5ea2a4fb07 user: mistachkin tags: trunk)
01:40
Correct checking for the new 'y' permission (write unversioned files). ... (check-in: 1f8a667f8e user: mistachkin tags: trunk)
01:01
Update custom MinGW makefile. ... (check-in: 638536e94e user: mistachkin tags: trunk)
2016-08-17
22:19
Add the -u/--unversioned flag to the "fossil sync" command. Implement the "fossil unversioned revert" command. ... (check-in: c18f23190a user: drh tags: trunk)
17:25
Send the parent-project-name and parent-project-code configurations when syncing the project configurations. ... (check-in: 08e65c2bb1 user: drh tags: trunk)
16:02
Fix typos in documentation and on the "Setup/Users" screen. ... (check-in: 085bfaeec7 user: drh tags: trunk)
15:56
For the "query -nocomplain" TH1 command, make sure the SQLite log does not add error messages to the output. ... (check-in: 801eca62a8 user: drh tags: trunk)
15:42
Add support for unversioned files stored in the repository. ... (check-in: 27d743e708 user: drh tags: trunk)
15:36
Show the number and total size of unversioned files on the /stat page. Add a link to /uvlist from /sitemap. ... (Closed-Leaf check-in: 83c7571f28 user: drh tags: unversioned-files)
14:40
Update the sync protocol documentation to describe the unversioned file sync. ... (check-in: d780949320 user: drh tags: unversioned-files)
13:37
Limit the amount of unversioned content sent with each HTTP request. Also: fix up source code lines in xfer.c to be less than 80 characters long. ... (check-in: faa73ae0c4 user: drh tags: unversioned-files)
11:53
The admin and setup users automatically get the write-unversioned ('y') permission. ... (check-in: 0480400c39 user: drh tags: unversioned-files)
09:57
Do not show a blank table on the /uvlist page if the server contains no unversioned files. Instead show a message explaining that no unversioned files are present. ... (check-in: 49007ecedf user: drh tags: unversioned-files)
09:28
Add the /uvlist webpage. ... (check-in: 52860aa6ab user: drh tags: unversioned-files)
2016-08-16
20:49
Merge trunk changes. ... (check-in: 78ccf4bcf5 user: drh tags: unversioned-files)
20:48
Add the -nocomplain option to the TH1 "query" command. Add the ability to query the unversioned table, if such a table exists. ... (check-in: c8289bdce4 user: drh tags: trunk)
19:36
Add the new "y" permission letter that gives authority to push unversioned files. ... (check-in: 5d703ba2ad user: drh tags: unversioned-files)
17:26
Merge user-list documentation enhancements from trunk. ... (check-in: 8f773f2caa user: drh tags: unversioned-files)
17:25
Add the /setup_ucap_list built-in documentation page. Improvements to the /setup_ulist_notes built-in documentation page. ... (check-in: 70d898fe3c user: drh tags: trunk)
16:25
Merge recent trunk enhancements. ... (check-in: f6d4a2bfe3 user: drh tags: unversioned-files)
16:17
Add the ability to create a child-project repository that can pull from its parent repository but never push back. ... (check-in: dddc58da65 user: drh tags: trunk)
15:32
Add the ability to create a child-project repository that can pull from its parent repository but never push back. ... (Closed-Leaf check-in: 0ab5ad5f36 user: drh tags: child-projects)
2016-08-15
15:18
update change-log ... (check-in: 4f3054bcb3 user: jan.nijtmans tags: trunk)
11:58
Update the built-in SQLite to version 3.14.1 ... (check-in: 8078930932 user: jan.nijtmans tags: branch-1.35)
2016-08-12
22:45
Improved documentation of the date and time stamps understood by most fossil commands and web pages. No non-documentation changes were made, but comments in eight source files were edited. ... (check-in: cd77e0649a user: rberteig tags: trunk)
13:44
Add experimental 'raw' mode for embedded TH1 docs feature. ... (check-in: ccd8a9cbe4 user: mistachkin tags: trunk)
13:33
Update the built-in SQLite to 3.14.1 release ... (check-in: f80532e92c user: jan.nijtmans tags: trunk)
04:46
Add experimental 'raw' mode for embedded TH1 docs. ... (Closed-Leaf check-in: fbd31d4c2d user: mistachkin tags: th1RawDocs)
02:55
Trim a few trailing whitespaces. ... (check-in: 3c44b079b5 user: jan tags: jan-manifest-tags)
2016-08-10
09:07
Update changes ... (check-in: 9a70aa7c89 user: jan.nijtmans tags: trunk)
09:06
Remove unnecessary spacing ... (check-in: c3b5f1d2f2 user: jan.nijtmans tags: trunk)
2016-08-09
19:41
Do not add extra \n characters to the sync protocol. ... (check-in: 71a50a1dd7 user: drh tags: unversioned-files)
18:59
More fixes to the unversioned file sync protocol. ... (check-in: 48b9bf351f user: drh tags: unversioned-files)
17:31
Another unversioned file sync fix. ... (check-in: a6b66652d1 user: drh tags: unversioned-files)
17:18
Fixes to the unversioned file sync protocol. ... (check-in: 5d913409b7 user: drh tags: unversioned-files)
15:29
More work on unversioned file sync. ... (check-in: a3dcfe7595 user: drh tags: unversioned-files)
14:42
Since fossil now uses sqlite3_trace_v2(), it needs at least the 'pi' release of SQLite. ... (check-in: 0dc21b70c6 user: jan.nijtmans tags: trunk)
12:37
Change the schema for the unversioned table. Add some initial code to do unversioned sync, but the code is incomplete and untested. ... (check-in: 73932a32c5 user: drh tags: unversioned-files)
2016-08-08
21:42
Two manifest.tags changes: 1) Unconditionally add branch. 2) Change the format to explicitly state tag or branch entry. ... (check-in: 0925f75a0c user: jan tags: jan-manifest-tags)
19:37
Added quick checks to verify that the manifest and manifest.uuid files have sensible content, at least for the initial empty checkin. This does require that an SHA1 module be installed for use by the test harness, which I am slightly surprised was not already needed by any other test case. ... (check-in: bf62b1608c user: rberteig tags: jan-manifest-tags)
14:44
Merge updates from trunk. ... (check-in: f63576a796 user: drh tags: jan-manifest-tags)
14:42
Fix an unused variable and add a header comment to get_checkin_taglist(). ... (check-in: 6c62828b7a user: drh tags: jan-manifest-tags)
14:31
Merge changes from trunk. ... (check-in: 3506156a31 user: drh tags: unversioned-files)
14:20
Update the built-in SQLite to 3.14 release. ... (check-in: 60d5fee782 user: drh tags: trunk)
2016-08-06
21:01
Complete the parts of the "fossil unversioned" command used to add and remove content. ... (check-in: fb3c81d8ba user: drh tags: unversioned-files)
17:42
Add a link to the web-cache status screen to the Admin main menu. ... (check-in: 4a4a51a541 user: drh tags: trunk)
17:40
Add a link to the web-cache status screen to the Admin main menu. ... (check-in: 7c176f7aeb user: drh tags: unversioned-files)
16:20
Add more tags manifest test cases. Check the manifest.tags contents updates on tagging, commit and switching branches. Tests pass successfully on OS X. ... (check-in: 2350b0681e user: jan tags: jan-manifest-tags)
2016-08-05
12:30
Add the /uv webpage. ... (check-in: 440defe233 user: drh tags: unversioned-files)
08:30
Incremental check-in. (Saving my place in order to go work on other things.) Changes are untested. ... (check-in: a9463a7157 user: drh tags: unversioned-files)
00:46
Add a basic set of tests for the manifest property, including minimal coverage of the existance of the tags manifest. This can and should be extended to cover interesting content for the tags manifest, and likely should be extended to cover lots more corner cases. These new tests pass on Windows, but should be tried on at least one unix-like platform. ... (check-in: c33f02de13 user: rberteig tags: jan-manifest-tags)
2016-08-04
22:49
Begin work on the ability to store and sync files for which no history is kept. ... (check-in: 4ce1c9b2f2 user: drh tags: unversioned-files)
14:11
Update the built-in SQLite to the second 3.14 beta. ... (check-in: aa63cd405b user: drh tags: trunk)
11:56
Fix another typo in the sync protocol document. ... (check-in: 94381d32ce user: drh tags: trunk)
11:34
Fix a typo in the sync protocol document. ... (check-in: 12cbe2bdda user: drh tags: trunk)
00:42
Bring the sync protocol documentation more up-to-date. Fix typos in the command-line documentation for "push" and "sync". ... (check-in: 3dcf69a741 user: drh tags: trunk)
2016-08-03
15:01
Fix working tree manifest generation/deletion to handle all cases properly. ... (check-in: 81bf21bd63 user: jan tags: jan-manifest-tags)
14:31
Comment typo fix. ... (check-in: af574ca3ad user: jan tags: jan-manifest-tags)
14:30
For opened working trees, store current branch at top of manifest.tags. ... (check-in: 0fb54e5afe user: jan tags: jan-manifest-tags)
14:04
Fix a minor preprocessor directive typo. ... (check-in: a5c08fde0a user: jan tags: trunk)
08:17
Fix typos in the How CGI Works document. ... (check-in: 9c87cb2912 user: drh tags: trunk)
01:24
Improvements to the "How CGI Works" page. ... (check-in: e379665aaf user: drh tags: trunk)
01:18
Merge with trunk; resolved tar and zip generation to handle include/exclude globs. ... (check-in: de9e7651a9 user: jan tags: jan-manifest-tags)
2016-08-02
19:42
New documentation on how CGI works in Fossil. This is a work-in-progress. ... (check-in: c55f54d0fc user: drh tags: trunk)
18:17
Fix a typo in the "fossil purge" command documentation. ... (check-in: c14ecc432a user: drh tags: trunk)
17:59
Add documentation of the repolist mode to the CGI command. ... (check-in: 20e9731ccd user: rberteig tags: trunk)
17:17
Improved documentation for the "fossil cgi" command. ... (check-in: 66d0038051 user: drh tags: trunk)
15:18
Merge the "purge" command onto trunk, even though it is incomplete. ... (check-in: b78a32f43d user: drh tags: trunk)
15:17
Add a further warning on the purge command to indicate that it is dicey. That extra warning makes the purge code permissible to add to trunk. ... (Closed-Leaf check-in: 501f3e1143 user: drh tags: purge)
14:52
Improved help and remove redundant file listings for the "fossil purge" command. ... (check-in: 2c53d022c3 user: drh tags: purge)
14:41
Sync up with the trunk. ... (check-in: 12f8633aa1 user: drh tags: purge)
09:10
Corrections to information about running Fossil in a chroot jail. ... (check-in: f1a480e130 user: drh tags: trunk)
08:46
Compiler warning fixes. This includes disabling the undocumented FOSSIL_PWREADER feature and upgrading the built-in SQLite. ... (check-in: f35b46d4cb user: drh tags: trunk)
2016-08-01
17:09
Update the built-in SQLite to the 3.14 first beta. ... (check-in: f475b943eb user: drh tags: trunk)
13:50
Disable navigation key binds in the --tk diff screen. Otherwise, pressing "q" in the Search entry box causes the whole diff window to die. ... (check-in: f6d9583173 user: drh tags: trunk)
12:45
Fix a C99-style comment. ... (check-in: 9e2f940ec5 user: drh tags: trunk)
12:40
Use C89 comments (not C99 style). Only the comment delimiters have been changed. ... (Closed-Leaf check-in: c665a2f214 user: dave.vines tags: djvfixcommentstyle)
12:35
Create new branch named "djvfixcommentstyle" ... (check-in: aea114d080 user: dave.vines tags: djvfixcommentstyle)
11:01
Minor UI enhancements in the --tk diff display. ... (check-in: 3d7468454b user: drh tags: trunk)
2016-07-29
21:40
Add the ability to search by NoCase, RegExp, or WholeWord. ... (check-in: 2a5de7ea2e user: drh tags: trunk)
21:27
Add a simple "Search" button to the --tk diff widget. ... (check-in: cea6081150 user: drh tags: trunk)
15:12
Update the built-in SQLite to another 3.14 alpha version. ... (check-in: 59bf47b2d5 user: drh tags: trunk)
2016-07-28
14:07
Update the built-in SQLite to the latest 3.14 alpha version, for testing. ... (check-in: 84f55ef7f0 user: drh tags: trunk)
13:58
Enhance the "fossil purge" command to allow it to specify individual artifacts and files to be purged. ... (check-in: 263fd2dab2 user: drh tags: purge)
05:02
Begin enhancing the "fossil purge" command to be much more flexible and powerful. Plans are to provide the ability to purge specific files, or tickets, or wiki pages, with options to limit the timeframe of the purge. ... (check-in: 45fcac621f user: drh tags: purge)
2016-07-25
12:25
Update the built-in SQLite to use the latest sqlite3_trace_v2() interface changes. ... (check-in: f0d8483338 user: drh tags: trunk)
2016-07-23
22:02
Fix harmless compiler warnings. ... (check-in: fd35e3396a user: drh tags: trunk)
20:35
Update the built-in SQLite to the 3.14 alpha. Use sqlite3_trace_v2() instead of sqlite3_trace(), which is not deprecated. ... (check-in: b9573e55c2 user: drh tags: trunk)
2016-07-09
16:43
Fix a typo in the FOSSIL_SECURITY_LEVEL documentation of the previous check-in. ... (check-in: 2dec4bdfcb user: drh tags: trunk)
16:38
Documentation on FOSSIL_SECURITY_LEVEL. ... (check-in: 2b964533da user: drh tags: trunk)
02:12
Fix spelling of "occurrence" ... (check-in: d064213b90 user: andygoth tags: trunk)
2016-07-05
14:54
Updates to the encrypted Fossil documentation. ... (check-in: 7fd600903f user: drh tags: trunk)
14:47
(cherry-pick) Another place where checking for pRow->isLeaf is too simple (which could result in more phantom up-arrows) ... (check-in: 1af1a6628d user: jan.nijtmans tags: branch-1.35)
14:47
Another place where checking for pRow->isLeaf is too simple (which could result in more phantom up-arrows) ... (check-in: 8ce629f916 user: jan.nijtmans tags: trunk)
14:40
Add the "fossil shell" command. ... (check-in: ebcb9dffbf user: drh tags: trunk)
14:30
(cherry-pick) Fix a timeline bug, showing an unintended arrow when closing a fork. ... (check-in: 4cae5c94ea user: jan.nijtmans tags: branch-1.35)
14:23
Fix a timeline bug, showing an unintended arrow when closing a fork. ... (check-in: f16e1a0eab user: jan.nijtmans tags: trunk)
14:17
Partially revert [f73411025e8ebec7]. This fixes a problem that when closing a fork by just doing "fossil merge" and additonal arrow going up is displayed. Probably not the right fix. Remark: reverting more than necessary. Already fixed on trunk. ... (Closed-Leaf check-in: a78e511853 user: jan.nijtmans tags: close-fork-arrow)
2016-07-04
22:08
Detect old stashfile schema and recreate to allow file renames to be stashed in existing checkout databases. ... (check-in: a13217b897 user: andybradford tags: stash-fixes)
20:13
Merge in trunk and resolve conflict. ... (check-in: 003b6581ef user: andybradford tags: stash-fixes)
2016-06-28
09:10
Unnecessary type='text/javascript on &lt;script&gt; tag. ... (check-in: 5cdaeb0d82 user: jan.nijtmans tags: trunk)
2016-06-26
17:05
micro-optimizing invalid_utf8 function, should be as fast as possible now ... (check-in: 7c08a68503 user: jan.nijtmans tags: trunk)
17:04
Improve comments ... (Closed-Leaf check-in: 8bdd0abc7a user: jan.nijtmans tags: invalid_utf8_improvements)
2016-06-25
03:56
Full-text search for check-in diffs. This works, but it creates a huge index (2x the size of the BLOB table) in spite of being a contentless index. The index is slow to build because of all the diffs that must be computed. Because the index is contentless, the snippet generator runs very slowly on queries - a typical query with a couple hundred hits takes several minutes. ... (Closed-Leaf check-in: 68194175fb user: drh tags: diff-search)
2016-06-24
03:36
If the FOSSIL_SECURITY_LEVEL environment variable is 2 or more, then present a simple substitution matrix when entering passwords, as a defense against key loggers. For FOSSIL_SECURITY_LEVEL of 1 or more, do not remember the remote-url password. ... (check-in: e1034c4c35 user: drh tags: trunk)
2016-06-23
07:43
Replace some usage of &lt;center&gt; tags with align="center" attributes. ... (check-in: fcfaae37dc user: jan.nijtmans tags: trunk)
2016-06-22
09:11
merge trunk ... (Closed-Leaf check-in: 414fc1e95c user: jan.nijtmans tags: html-cleanup)
2016-06-21
20:03
Fix typos in comments. ... (check-in: 243fc6c246 user: drh tags: trunk)
15:20
Fix problem reported by Carlo Miron on fossil-dev mailing list: [38a47074] broke empty markdown links ... (check-in: 6bbec5fb21 user: jan.nijtmans tags: trunk)
11:37
Add an example to the webpage-ex.md documentation page showing the use of the chng= query parameter of timeline. ... (check-in: cb6b6c977b user: drh tags: trunk)
2016-06-19
18:49
Add the "chng=" query parameter to the "/timeline" page. ... (check-in: b2b62b8318 user: drh tags: trunk)
2016-06-18
16:50
If the table is encoded as start-value/size, a variable and a comparison can be saved. Should be even faster .... ... (check-in: 758e3d3188 user: jan.nijtmans tags: invalid_utf8_improvements)
14:44
Juggle variables and code arround, making it as efficient and readable as possible. Also add more comments. ... (check-in: 7f067f2940 user: jan.nijtmans tags: invalid_utf8_improvements)
11:29
fixed another strict aliasing warning in cson. ... (check-in: 6bcfe1d22c user: stephan tags: trunk)
2016-06-17
12:38
Fix a typo in the built-in documentation for the "tarball" command. ... (check-in: e0da91e96f user: drh tags: trunk)
09:45
More consistancy in using &lt;br /&gt; and &lt;hr /&gt; HTML tags ... (check-in: 63220d9403 user: jan.nijtmans tags: trunk)
07:39
Merge trunk ... (check-in: 4887295ab8 user: jan.nijtmans tags: pending-review)
07:24
Remove a function which isn't use anywhere ... (check-in: e2a280fc89 user: jan.nijtmans tags: trunk)
00:04
merged from trunk ... (Closed-Leaf check-in: 8a877a7b18 user: sdr tags: invalid_utf8_table)
2016-06-16
22:14
shrunk size of lead byte table for invalid_utf8, and took a shortcut to invalidate lead bytes between 0x80 & 0xBF inclusive ... (check-in: 69328517f5 user: sdr tags: trunk)
17:01
more optimizations (all lead bytes between 0x80 & 0xBF are invalid, so use simple check for those, and also can shrink the invalid_utf8 lead byte table even more) ... (check-in: 6eb9a30c08 user: sdr tags: invalid_utf8_table)
16:28
Add the 'project_description' variable for TH1 style scripts. ... (check-in: 77667ca159 user: mistachkin tags: prjDesc)
12:14
More optimizations, taken over from trunk. ... (check-in: ec7f6b2e71 user: jan.nijtmans tags: invalid_utf8_table)
11:39
Minor further speed-up: Only increment pointer if really needed. ... (check-in: 5be2e9cf7d user: jan.nijtmans tags: trunk)
09:44
merge-mark ... (check-in: c22ec007ea user: jan.nijtmans tags: invalid_utf8_table)
09:44
Further invalid_utf8() improvement: Save one indirection and a check, and make the table size even smaller. ... (check-in: 6a59dbbb99 user: jan.nijtmans tags: trunk)
09:14
Merge trunk ... (check-in: a3328c00b7 user: jan.nijtmans tags: invalid_utf8_table)
09:13
Use faster table-based approach when checking for invalid utf-8, in stead of complex bit-operations. ... (check-in: 60349a6617 user: jan.nijtmans tags: trunk)
08:04
A little bit faster, by only accessing *z once and using bit-operations in stead of comparisions. ... (check-in: f246ea4313 user: jan.nijtmans tags: invalid_utf8_table)
07:46
Unroll loop for even greater speed ... (check-in: cc09e00358 user: jan.nijtmans tags: invalid_utf8_table)
2016-06-15
15:00
added a few comments ... (check-in: 63313a5f16 user: sdr tags: invalid_utf8_table)
08:38
More consistancy in using &lt;br /&gt; and &lt;hr /&gt; HTML tags ... (check-in: bd559ff0d0 user: jan.nijtmans tags: trunk)
08:19
Simplifications and constification ... (check-in: 6051c441ed user: jan.nijtmans tags: invalid_utf8_table)
2016-06-14
18:08
merged from trunk ... (check-in: 12675ab794 user: sdr tags: invalid_utf8_table)
18:06
moved static table data out of invalid_utf8 and pre-initialized the table to avoid run time overhead; also shrunk the table by 50% by removing the ASCII code points ... (check-in: d3fc377276 user: sdr tags: invalid_utf8_table)
14:11
Forgot close tag in previous commit ... (check-in: 3b3310a7b3 user: jan.nijtmans tags: trunk)
14:08
In stead of &lt;font color=xxx, use style=color:xxx in some places. ... (check-in: d1f60caac3 user: jan.nijtmans tags: trunk)
12:35
Increase the version number to 1.36. ... (check-in: fd547b8318 user: drh tags: trunk)
12:27
Update internal Unicode character tables, used in regular expression handling, from version 8.0 to 9.0. ... (check-in: efe6ebb4b1 user: jan.nijtmans tags: trunk)
12:07
Fix two more harmless gcc warning message (one of them as suggested by Stephan Beal) ... (check-in: 6ef54dfaf7 user: jan.nijtmans tags: trunk)
11:10
Version 1.35 ... (check-in: 3aa86af6aa user: drh tags: trunk, release, version-1.35)
07:43
Eliminate (harmless) compiler warning ... (check-in: e449ede35e user: jan.nijtmans tags: trunk)
05:00
merged from trunk ... (check-in: d22c72bc92 user: sdr tags: invalid_utf8_table)
2016-06-13
08:29
Fix handling of byte sequence \xF4\x00 in utf-8 validation. Now all tests pass again. Thanks to Scott Robison for discovering this! ... (check-in: 5684672ab7 user: jan.nijtmans tags: trunk)
2016-06-11
20:13
For the "setenv:" line of CGI scripts, if the VALUE field is omitted, unset the variable. ... (check-in: 72df287cf3 user: drh tags: trunk)
10:58
Fix harmless typo in a comment. ... (check-in: 0e9a144ba7 user: drh tags: trunk)
05:27
Fix harmless compiler warning. ... (check-in: 2d8c3b71c0 user: mistachkin tags: trunk)
05:23
Further coding style improvements for the new invalid_utf8() function. Also fixes several C99-isms. ... (check-in: 2fb7d59bee user: mistachkin tags: invalid_utf8_table)
00:41
reformatted invalid_utf8 to make it conform a bit better to existing style ... (check-in: dd3bb22cd7 user: sdr tags: invalid_utf8_table)
00:13
merged from trunk ... (check-in: 4f906e5357 user: sdr tags: invalid_utf8_table)
00:11
fixed a bad function name; had tested it external to fossil but didn't build/test before committing; mea culpa ... (check-in: 2e7a6cb03d user: sdr tags: invalid_utf8_table)
00:06
added new tests for invalid utf8 sequences ... (check-in: 6da500a156 user: sdr tags: trunk)
2016-06-10
20:45
performance optimizations ... (check-in: 635f3b0300 user: sdr tags: invalid_utf8_table)
14:48
Update the change log to include the reparent command. ... (check-in: 084a409e83 user: drh tags: trunk)
14:43
Enhancements to SVN import ... (check-in: fa9ead30dc user: drh tags: trunk)
14:41
Add the "fossil reparent" command and the --dryrun option on "fossil tag add" and "fossil tag cancel". ... (check-in: 96164bb2b1 user: drh tags: trunk)
14:40
Add the --dryrun option to "reparent" and "tag add" and "tag cancel". Fix a typo in the command-line help for "reparent". ... (Closed-Leaf check-in: 9cf12e655f user: drh tags: reparent)
14:16
Updates to the change log. ... (check-in: ecd3dc53c4 user: drh tags: trunk)
13:46
Fix typos in the fossil-v-git.wiki document. ... (check-in: 5566c8535a user: drh tags: trunk)
13:28
Add the "Special Features" subheading in the Markdown documentation. ... (check-in: a6725ea5c5 user: drh tags: trunk)
13:06
For Markdown hyperlinks, if the URL begins with "/" then prepend the root of repository. This allows repository-relative hyperlinks. ... (check-in: 38a4707413 user: drh tags: trunk)
12:46
Add the --include and --exclude options to the tarball and zip commands and the in= and ex= query parameters to the /tarball and /zip webpages. ... (check-in: ef449a1173 user: drh tags: trunk)
12:03
Slightly more efficient than previous commit ... (check-in: 1ca598325e user: jan.nijtmans tags: trunk)
11:52
Merge additional test-cases from trunk. All pass now. ... (check-in: 8a65d6f05c user: jan.nijtmans tags: invalid_utf8_table)
11:49
Add many test-cases of (possible) invalid UTF-8 sequences ... (check-in: acf7fe47bf user: jan.nijtmans tags: trunk)
10:23
Fix corner-case in invalid utf-8 detection, with modified test-cases. Additional test-cases still to be done. ... (check-in: 87da6f97d7 user: jan.nijtmans tags: trunk)
08:07
proposed new invalid_utf8 function ... (check-in: e58334a007 user: sdr tags: invalid_utf8_table)
2016-06-09
23:59
fixed an edge case in invalid_utf8 where a valid three byte seq could be misidentified ... (check-in: 314cdab0d4 user: sdr tags: invalid_utf8_table)
15:26
Add mimetypes for bz2 and bzip. ... (check-in: c7e9625d42 user: drh tags: trunk)
02:22
Use sqlite3_snprintf instead because it guarantees that the buffer will be zero-terminated and to avoid warnings on OpenBSD. ... (check-in: 460b93b53e user: andybradford tags: trunk)
2016-06-07
15:27
If the FOSSIL_PWREADER environment variable is set to the name of a program, then use that program to prompt and read passwords and passphrases from the user when required, in place of the getpass() library routine. ... (check-in: 55f3f3d42d user: drh tags: trunk)
01:26
Fix typo in test_markdown_render function name. (no functional change since the command name was okay). ... (check-in: c94b49add8 user: mgagnon tags: trunk)
2016-06-06
21:06
Add test-markdown-render. Does the same as test-wiki-render, but for markdown syntax. ... (check-in: 67f5df3b59 user: mgagnon tags: trunk)
10:07
Minor efficiency improvement by defining SQLITE_LIKE_DOESNT_MATCH_BLOBS=1 ... (check-in: 47812bc7b0 user: jan.nijtmans tags: trunk)
2016-06-05
17:02
Fix typo in sqlite3 command documentation ... (check-in: fba7d9e452 user: andygoth tags: trunk)
2016-05-31
08:17
merge from trunk with a few tweaks for merge conflicts ... (check-in: 598b58a5ee user: sdr tags: winsymlink)
01:57
Fix a bug in the spider excluder. ... (check-in: 8583ca38eb user: drh tags: trunk)
01:16
Improved handling of exclude_robots(). Add the "isrobot" query parameter for testing. ... (check-in: abcd5df267 user: drh tags: trunk)
2016-05-30
22:30
On a merge or update, prompt to continue of autosync fails, just like is done for commit. ... (check-in: d685096f99 user: drh tags: trunk)
22:25
On a merge or update, prompt to continue of autosync fails, just like is done for commit. ... (Closed-Leaf check-in: d5575d14de user: drh tags: autosync-failure-prompt)
21:10
Add a new robot detection string. ... (check-in: 1e2d76ecb2 user: drh tags: trunk)
11:23
Enhance the files_of_checkin virtual table so that it can work as a table valued function, allowing queries such as: "SELECT * FROM files_of_checkin('version-1.34');" ... (check-in: 24cfcee7cc user: drh tags: trunk)
10:14
Fix a typo in the wiki documentation. ... (check-in: bce6bec7ef user: drh tags: trunk)
00:42
Improvements to the /timeline documentation. ... (check-in: e448abd0ea user: drh tags: trunk)
2016-05-29
23:57
Minor documentation updates. ... (check-in: ac8aa0c6d9 user: drh tags: trunk)
22:59
Improved Markdown documentation. ... (check-in: 5fcc1d5c59 user: drh tags: trunk)
20:58
Improved linkages between the various status pages. ... (check-in: ba4a9ca84d user: drh tags: trunk)
2016-05-28
22:58
Improve the header comment on from/to timeline to show the number of check-ins on the path. ... (check-in: 6d1ef3c4fb user: drh tags: trunk)
21:23
Enhancements to SEE integration. ... (check-in: 4e34191c3d user: mistachkin tags: seeEnhanced)
02:37
Fix compiler warning seen with MSVC. ... (check-in: 2fc8222f82 user: mistachkin tags: trunk)
02:37
Improve SEE (shell) support in the build process. ... (check-in: cc828822c5 user: mistachkin tags: trunk)
00:16
MinGW makefile integration fixes, mostly for zlib. Also, Clang can define _MSC_VER in some circumstances; therefore, check for Clang first in 'config.h'. ... (check-in: 8f2dd0106e user: mistachkin tags: trunk)
2016-05-27
22:51
Further compiler portability enhancements in the MinGW makefiles. ... (check-in: de609c7cac user: mistachkin tags: trunk)
22:25
Compilation 'portability' enhancements for MinGW. ... (check-in: 1bb6f3d34c user: mistachkin tags: trunk)
21:14
Add Clang to the list of detected compilers in 'config.h'. ... (check-in: 67cdb9b186 user: mistachkin tags: trunk)
21:03
Compiler warning and coding style fixes. ... (check-in: d037468910 user: mistachkin tags: trunk)
2016-05-23
15:46
Merge trunk ... (Closed-Leaf check-in: ca59c662d4 user: andygoth tags: andygoth-quote-apostrophe)
15:45
Merge trunk ... (Closed-Leaf check-in: 83bd4f37b1 user: andygoth tags: andygoth-brackets-outside-link)
15:37
Merge trunk ... (check-in: 1d2e740798 user: andygoth tags: reparent)
15:37
Merge trunk ... (Closed-Leaf check-in: 6164dac54c user: andygoth tags: andygoth-svn-import)
15:34
Rename crnl-glob to crlf-glob, retaining support for crnl-glob as a compatibility alias. Change terminology from NL to LF throughout, excepting cases where NL means newline and not line feed. Also don't change linenoise.c which is third-party code. ... (check-in: 2bc3cfebe6 user: andygoth tags: andygoth-crlf)
01:05
Add brief documentation for compiling and using encrypted repositories. ... (check-in: 893905c83e user: drh tags: trunk)
2016-05-21
23:58
merge cleanX ... (check-in: 70f77a1b69 user: jan.nijtmans tags: cleanX-no-clean-glob)
23:48
Merge trunk ... (check-in: a2c0e3f228 user: jan.nijtmans tags: cleanX)
22:48
Point out that clean -prompt implies -disable-undo ... (check-in: b5601dc3c4 user: andygoth tags: trunk)
21:00
Correct clean-glob example to use commas as delimiters since whitespace (other than newline) is not a valid delimiter ... (check-in: 1640479b7d user: andygoth tags: trunk)
20:57
Update description of clean-glob in accordance with past updates to the clean command ... (check-in: 15aa04ab0c user: andygoth tags: trunk)
20:37
Further improvements to the documentation for clean to better match the implementation ... (check-in: dd77130500 user: andygoth tags: trunk)
19:38
Remove obsolete "cannot be undone" warning from documentation for clean, fix spelling error, and add mention of --disable-undo to description for --verily ... (check-in: d7955bf18c user: andygoth tags: trunk)
16:54
Adjust documentation for extras command to say CSG instead of GLOBPATTERN for more internally consistent terminology ... (check-in: 4843bd5402 user: andygoth tags: trunk)
2016-05-19
14:19
Update SQLite to 3.13.0 ... (Closed-Leaf check-in: 256b950a7b user: jan.nijtmans tags: branch-1.34)
14:12
Update the built-in SQLite to a really clean build of version 3.13.0 final ... (check-in: b817253a51 user: jan.nijtmans tags: trunk)
2016-05-18
15:19
Update the built-in SQLite to version 3.13.0 final. ... (check-in: 3747b4b5ea user: drh tags: trunk)
02:28
Improvements to comments in the introduction to the files_of_checkin virtual table. ... (check-in: 06e2327c90 user: drh tags: trunk)
2016-05-17
11:44
tiny cleanup ... (Closed-Leaf check-in: 9340f2fc81 user: baruch tags: brlist-cleanup)
11:35
Adds option to show branch colors on brlist page ... (check-in: 2fa1a8a935 user: baruch tags: brlist-cleanup)
04:36
Remove extra "+" that was being prefixed to the parent tag in the reparent command. tag_add_artifact() already prefixes one "+" because its fifth argument is 1. ... (check-in: 6b4565002b user: andygoth tags: reparent)
04:16
Remove unused variables ... (check-in: f9decff05e user: andygoth tags: trunk)
00:46
Add logic to process "parent" tags. Add the "reparent" command used to create an appropriate parent tag to cause a check-in to be reparented. ... (check-in: 5c5a364d5e user: drh tags: reparent)
2016-05-16
18:00
Add the --import-marks and --export-marks options to "fossil import" when the --git option is used. ... (check-in: b3acfa2e4a user: drh tags: trunk)
17:58
Remove C99-isms that MSVC has trouble with. ... (check-in: addfe48990 user: drh tags: nick.lloyd-git-interop)
17:46
Improve the merge command's ability to handle various scenarios involving renames. ... (check-in: 41c2220934 user: drh tags: trunk)
2016-05-14
21:41
Add --import-marks and --export-marks options to 'fossil import' subcommand. This allows one to save all git-generated marks following an import. Previously, performing an incremental import from git resulted in new commits being imported as orphans, and trying to perform an export to git at some later time resulted in git complaining of undefined marks. To remedy this, the format of the marks file is amended to include the rid, mark, and UUID of each commit. Now, fossil and git agree on the mapping between commits and marks, so updates in either direction can be performed easily. ... (check-in: c26213be47 user: nick.lloyd tags: nick.lloyd-git-interop)
21:01
Create new branch named "nick.lloyd-git-interop" ... (check-in: 1af797c337 user: nick.lloyd tags: nick.lloyd-git-interop)
13:10
Ignore Subversion property changes when importing. Property changes were previously interpreted as changing a file to be empty. ... (check-in: ed7905b64d user: andygoth tags: andygoth-svn-import)
04:32
Avoid NULL dereference when importing incremental Subversion dumps. This may not be the correct solution, but at least it's not outright crashing anymore. ... (check-in: 2ade560ea0 user: andygoth tags: andygoth-svn-import)
04:29
Add -ignore-tree to import command ... (check-in: 10faea6e0f user: andygoth tags: andygoth-svn-import)
00:48
Collected improvements to the fossil wiki and attach commands to support technotes as well as wiki pages, including attachments to either and new test cases. Passes all tests. ... (check-in: 05cd9fa2bf user: rberteig tags: trunk)
2016-05-12
21:11
Properly update the execute bit if it has changed in the commit being merged, and add info about changed permissions to the merge command's output. ... (Closed-Leaf check-in: 3683508e98 user: joel tags: merge-renames)
20:18
Remove unnecessary code. ... (check-in: c8421e923c user: joel tags: merge-renames)
16:12
Add -rename-trunk, -rename-branch, -rename-tag, -rename-rev, -rev-tags, and -no-rev-tags options to import command ... (check-in: d7b8b3e183 user: andygoth tags: andygoth-svn-import)
2016-05-11
22:23
Remove unnecessary first commit (that isn't actually a commit because I didn't call "fossil add" first...) in test 8. ... (check-in: 1385c8d456 user: joel tags: merge-renames)
02:29
Ensure that N is also a first-parent ancestor of P for cases where P is not on the same branch as either V or M. ... (check-in: 8bf221e534 user: joel tags: merge-renames)
2016-05-09
23:48
Call pivot_set_*() before each pivot_find() call. ... (check-in: ec25471c50 user: joel tags: merge-renames)
22:15
Update the built-in SQLite to the first 3.13.0 beta for testing. ... (check-in: 45daaced43 user: drh tags: trunk)
04:58
Change the help for 'export' to refer to 'tech notes', not 'events'. ... (check-in: 2fd471dc92 user: mistachkin tags: trunk)
2016-05-06
20:27
Handle merges with a specified baseline that comes after a commit with renames. ... (check-in: 8da901bb98 user: joel tags: merge-renames)
20:00
find_filename_changes() should report a rename even if the file ends up reverting back to its original name. ... (check-in: 0e9d50b148 user: joel tags: merge-renames)
19:49
Improve the merge command's ability to handle various scenarios involving renames. ... (check-in: 423029b153 user: joel tags: merge-renames)
14:08
Add tests for the mimetype on wiki command. Update help text to list valid mimetypes ... (check-in: 6fa5570b9a user: dave.vines)
2016-05-05
18:26
Fix bug detected by wiki-15 and wiki-15.1. Left hand thought that the mtime column was the timestamp of the tech note. Right hand thought that the mtime column was the last modification time of the tech note. Left hand was right and the relevant query has been updated to use the objid (assigned as the new tech note manifest is added) as the indication of the most recently modified version of the tech note ... (check-in: e9d7c5aa29 user: dave.vines)
2016-05-04
00:22
Document short options for fossil wiki list command. ... (check-in: 99b1a1eae0 user: rberteig)
2016-05-03
21:30
Update referenced OpenSSL version. ... (check-in: a47ce4d979 user: jan.nijtmans tags: branch-1.34)
20:30
Update referenced OpenSSL version. ... (check-in: 5399251230 user: mistachkin tags: trunk)
08:17
Merged trunk and resolved conflicts. Passes all current tests, except for tests wiki-15 and wiki-15.1 in wiki.test. ... (check-in: 8c8ccac9be user: rberteig)
07:11
Move loop variable declaration out of for loop for C89 happiness. ... (check-in: 5a0dbf97ba user: rberteig)
2016-05-02
16:21
Not all headers know about SQLITE_CONFIG_EXPLAIN_COMMENTS ... (check-in: 4ba01a3758 user: jan.nijtmans tags: sqlite3-compat)
16:19
Do not run "all" commands against encrypted repos if encryption is not supported. ... (check-in: a13ef5e6a6 user: drh tags: trunk)
16:18
merge trunk ... (check-in: 0437cf965c user: jan.nijtmans tags: sqlite3-compat)
16:14
Update the built-in SQLite to an early beta of 3.13.0 for testing. ... (check-in: fc5f1728d5 user: drh tags: trunk)
2016-04-29
10:28
Make options --repolist and --baseurl work together, if the original URL doesn't end with '/'. ... (check-in: 7c4628a568 user: jan.nijtmans tags: trunk)
08:28
Make option --baseurl work on Windows ... (check-in: 6f35075ad7 user: jan.nijtmans tags: trunk)
2016-04-28
14:32
Fix (harmless) mingw compiler warning src/vfile.c: variables ‘currentPerm’ and ‘origPerm’ set but not used [-Wunused-but-set-variable] ... (check-in: c200066855 user: jan.nijtmans tags: trunk)
2016-04-25
04:13
Make the glob pattern for encrypted repositories a bit more strict. ... (check-in: 980fdda64b user: mistachkin tags: trunk)
2016-04-22
20:06
Never prompt for the encryption password, regardless of the repository name, unless the USE_SEE compile-time option was specified. ... (check-in: 60026ba3cb user: drh tags: trunk)
20:02
Minor makefile consistency fix. ... (check-in: 6c4a0a0ae5 user: mistachkin tags: trunk)
20:00
Updates to support building with the SQLite Encryption Extension on Windows. ... (check-in: 9129f6f622 user: mistachkin tags: trunk)
18:33
Add an entry to the ignore-glob setting to help prevent the SEE-enabled SQLite source file from being added to this public repository by mistake. ... (check-in: fa3e672aec user: drh tags: trunk)
18:08
Add the ability to use a repository that is in a database protected by the [http://www.hwaci.com/sw/sqlite/see.html|SQLite Encryption Extension (SEE)]. SEE is proprietary code and is not included in this tree, but if a user has a copy of SEE, with this change she can compile a version of Fossil that uses it. ... (check-in: ed871fb5fa user: drh tags: trunk)
18:03
Avoid reprompting for the encryption key on every HTTP request when running "fossil ui" on an encrypted repository. ... (Closed-Leaf check-in: a7563f08db user: drh tags: see)
17:56
Prompt for and use the encryption key for encrypted repositories. ... (check-in: 3a02d7b631 user: drh tags: see)
15:39
Add the option to build against sqlite3-see.c (not in the source tree) rather than the built-in sqlite3.c. ... (check-in: 1ec6712e8a user: drh tags: see)
2016-04-19
17:44
Use retry logic for SSL read/write as described in the OpenSSL docs. ... (check-in: 4abf607937 user: mistachkin tags: trunk)
03:16
Check the return code form blob_delta_apply() to make sure there are no errors prior to using the result. ... (check-in: 85fc2e0a48 user: drh tags: trunk)
2016-04-18
21:57
Minor edits to unify merge command warning messages, plus tests. ... (check-in: 451f04f6fe user: joel tags: trunk)
19:18
Sanitize the mimetypes on both the CLI and json. Allow more friendly names for the supported mimetypes as well as the formal mimetypes ... (check-in: 7ed9c7e4a9 user: dave.vines)
13:36
add TECHNOTEID to fossil attach command ... (check-in: 70131d08e2 user: dave.vines)
08:17
add TECHNOTEID to fossil wiki commit and allow creation of multiple tech notes with the same timestamp (as already permitted by the GUI). ... (check-in: aeaef8fbb1 user: dave.vines)
2016-04-15
19:46
Missed a place where the SCGI docs needed updating. ... (check-in: 13f6887bc3 user: mistachkin tags: trunk)
2016-04-13
08:19
Update <dirent.h> for Visual Studio to latest version 1.21 (September 2015) ... (check-in: dd498bbac7 user: jan.nijtmans tags: trunk)
2016-04-12
19:14
add TECHNOTEID to fossil wiki export. Rename --show-artifact-ids to --show-technote-ids on fossil wiki list (and ignore option for wiki pages as the page name uniquely identifies wiki page name). Rename done as tech note ids are not artifact ids (e.g. they cannot be used on fossil artifact) ... (check-in: f486d0f069 user: dave.vines)
14:19
Update SCGI docs based on feedback from the mailing list. ... (check-in: 5b5cbfc926 user: mistachkin tags: trunk)
2016-04-11
23:23
Fix typo in docs. ... (check-in: 16ef8ee9f9 user: mistachkin tags: trunk)
2016-04-10
02:14
Merge trunk. ... (check-in: 023601fb14 user: andygoth tags: andygoth-quote-apostrophe)
02:13
Merge trunk. ... (check-in: 12810dbf65 user: andygoth tags: andygoth-brackets-outside-link)
2016-04-09
16:57
Update the custom MinGW makefile. ... (check-in: 96dec24eaf user: mistachkin tags: trunk)
2016-04-08
19:09
Update SQLite to 3.12.1 ... (check-in: f676ace45c user: jan.nijtmans tags: branch-1.34)
14:47
Add the SQLITE_SHELL_IS_UTF8 command-line option on windows in order to fix the build. ... (check-in: a233ed2168 user: drh tags: trunk)
13:09
Update the built-in SQLite to the latest trunk version, which includes fixes added since the 3.12.0 release. ... (check-in: 987861d9ed user: drh tags: trunk)
13:03
Updating from trunk. ... (Closed-Leaf check-in: a1b0955973 user: viriketo tags: viric_flavour)
11:24
Each call to socket_open() automatically closes any previously opened socket. ... (check-in: a0dae8555a user: drh tags: trunk)
2016-04-07
18:41
Make usage of 'Usage:' and 'or:' consistent in all help text. ... (check-in: 8bfd9951ca user: rberteig tags: trunk)
12:21
Make the default start page for the "fossil ui" command on a local check-out be "timeline?c=current". The default page is still whatever default the repository specifies for "fossil server" or if using "fossil ui" on any repository other than the current check-out. ... (check-in: 3602486f25 user: drh tags: trunk)
2016-04-04
17:30
Add a --show-artifact-ids to the 'fossil wiki list' command. Note this commit does not add the ability to select what to update on the 'fossil wiki commit' command, that is to come in a later commit. ... (check-in: cbda43e71b user: dave.vines)
2016-04-02
04:47
Use retry logic for SSL read/write as described in the OpenSSL docs. ... (Closed-Leaf check-in: c13b6ba727 user: mistachkin tags: sslRetry)
04:28
Remove superfluous initialization of $passed. ... (Closed-Leaf check-in: e33ed0c55a user: joel tags: revert)
03:47
Coding style tweaks for the new 'test-all-help' command. ... (check-in: 651f70847b user: mistachkin tags: trunk)
00:56
Add new fossil test-all-help command. Spell checked and proof read all help text. Fixed typos. Reworded for clarity in a few places. Cleaned up a few inconsistencies of formatting. No code changes other than the new command. Passes all tests. ... (check-in: 26eef7f84a user: rberteig tags: trunk)
00:35
Add some options to the test-all-help command. ... (Closed-Leaf check-in: 1b0a3cf3b3 user: rberteig tags: ross-spellcheck)
00:00
Add a plain-text equivalent of the /test-all-help page to the CLI. Complete a first pass for spelling and minor grammar over all command and page help text. ... (check-in: f070ec99ae user: rberteig tags: ross-spellcheck)
2016-04-01
20:21
Work in progress on spell-check and proof-reading sweep over the help text. ... (check-in: 2a4e31bd8d user: rberteig tags: ross-spellcheck)
14:47
Remove non tech notes from the list and error checking performed by fossil wiki --technote. Ambiguity of tech note with the same timestamp resolved in favour of the tech note with the highest modification timestamp. ... (check-in: 3d2341a296 user: dave.vines)
13:37
Fix typos in comments. No changes to code. ... (check-in: b6b50b1244 user: mistachkin tags: trunk)
04:04
The revert command no longer resets the undo state if nothing is actually reverted. Additional tests and bug fixes as well. ... (check-in: 418dd7ac51 user: joel tags: revert)
2016-03-29
11:43
Update SQLite to 3.12.0. Fedora 22 -> 23 ... (check-in: 15471bc70f user: jan.nijtmans tags: branch-1.34)
10:38
Update the built-in SQLite to 3.12.0 final. ... (check-in: 996705f5aa user: drh tags: trunk)
2016-03-28
12:12
Stop using 10h as the format for tech note ids. Note that the comment for any existing attachments to tech notes won't change as the comment is generated when the attachment is made (since this change is new, I'd expect there to be none outside of my own personal fossil repositories) ... (check-in: 4ce3c62b53 user: dave.vines)
2016-03-24
22:27
Fixed some typos and attempted to improve documentation of the fossil wiki command. Added and rearranged test casesd for fossil wiki to explicitly include a knownBug case for the collision between a previous attachment and a new technote that happen to occur in the same second. Note that the reverse order does not fail, as demonstrated by some additional tests. ... (check-in: b81125e250 user: rberteig)
18:28
Fixed inconsistent calls to usage() in the attachment command which result in printing the fossil command name twice in the Usage: message. ... (check-in: 420a5fc0bf user: rberteig)
18:23
Reviewed all Usage: messages for consistency and fixed a few where the fossil command was named in the call to usage(), causing the displayed usage to show the command name twice. Affected commands are bisect options, test-fileage, test-set-mtime, whatis, remote-url, and tag list. ... (check-in: 57f1eaecb8 user: rberteig tags: trunk)
2016-03-23
21:19
Add a 1.2 sec delay before the test wiki-30 because it explicitly uses the current date and time, and other changes made to technotes implicitly use the current time, causing a technote name collision if the test script happens to execute with the relevent bits happening within the same wall clock second, at least on Windows. This is partly a kludge to make this test case pass reliably. It would probably be better for test cases to not have more than one reference to 'now' in a way that would cause a name collision, that is worth further investigation. Also, at first glance it doesn't look like the suite actually created to technotes at the same second, but rather it was one of the edits to an older technote that is causing the collision. ... (check-in: c29c75c938 user: rberteig)
20:51
Added wiki.test as received from David Vines. This is a snapshot, the test file (usually) runs, but has an issue that I am diagnosing related to the test wiki-30. ... (check-in: f7513f8749 user: rberteig)
2016-03-22
16:34
Update the built-in SQLite to the second 3.12.0 beta. ... (check-in: 314f194227 user: drh tags: trunk)
2016-03-21
16:34
Fix the graph of changes for individual files - broken by recent work on the graph generator. ... (check-in: c693d82da2 user: drh tags: trunk)
16:08
Update the built-in SQLite to the first 3.12.0 beta. ... (check-in: fbc2f1c287 user: drh tags: trunk)
2016-03-19
15:17
Merge risers must not go straight up to another node on the same rail. ... (Closed-Leaf check-in: 38b52a5f0c user: drh tags: short-offscreen-risers)
03:05
Update the built-in SQLite to include the "PRAGMA integrity_check" fix. ... (check-in: 567ab1937e user: drh tags: trunk)
00:55
Update the built-in SQLite to include the "PRAGMA integrity_check" fix. ... (check-in: 9245076e5e user: drh tags: short-offscreen-risers)
2016-03-18
14:35
Draw the upward riser arrow just a short ways, not to the top of screen, for nodes whose next child is off-screen. ... (check-in: 70ba2951f2 user: drh tags: short-offscreen-risers)
14:10
Fix a case in the graph renderer where a non-leaf node whose immediate child is not on screen did now show the arrow going straight up to the top of the page. ... (check-in: da4a3b4ffb user: drh tags: trunk)
13:06
Minor simplification to the graph layout logic. ... (check-in: f73411025e user: drh tags: trunk)
12:00
Update the built-in SQLite to the most recent 3.12.0 alpha. ... (check-in: 64d321514d user: drh tags: trunk)
2016-03-17
19:32
Simpler alternative to [7063f8d4cc]. Skips initial directory portion of PATH_INFO when building the g.zBaseURL and g.zTop used with a directory of repositories. ... (check-in: abb19e8864 user: mistachkin tags: trunk)
19:30
Fix directory naming issue with with the --hard option as reported via the mailing list. ... (check-in: 1f694e1704 user: mistachkin tags: trunk)
2016-03-15
14:04
Another doc formatting tweak. ... (check-in: ed36875ff7 user: mistachkin tags: trunk)
14:02
Minor improvements to the new docs. ... (check-in: 2e2e13b9c6 user: mistachkin tags: trunk)
10:20
Fix error when displaying timeline of single branch. Reported on ML ... (check-in: 81b76085e5 user: baruch tags: trunk)
2016-03-13
23:55
Merged trunk for changes since January and test suite improvements. ... (check-in: 8fa24960ac user: rberteig)
21:08
Fix two issues with Older/Newer buttons at timeline edges. ... (check-in: f7c19ec0cc user: rberteig tags: trunk)
2016-03-12
22:02
Remove support for miniz because the upstream project appears to be unmaintained. UPDATE: The miniz project is still being maintained and this branch is a dead-end. ... (Closed-Leaf check-in: b9f31fe1e7 user: mistachkin tags: do-not-merge, removeMiniz)
01:07
Add more environment variables to the docs. ... (check-in: f4f3af4adb user: mistachkin tags: trunk)
00:47
Update the expected results of the tests to account for trunk changes. ... (Closed-Leaf check-in: b511398536 user: mistachkin tags: mvHardDirFix)
00:24
New documentation of enviornment variables, global options to the fossil command, and how they interact, along with a tweak to regularize the two places that guessed the current user name to use the same environment variables in the same order. ... (check-in: 1ad4ae2720 user: rberteig tags: trunk)
2016-03-11
23:45
Merged updates from trunk. Builds on Windows. ... (check-in: 9a41671bb2 user: rberteig tags: jan-manifest-tags)
23:38
Fix compilation issues cause by the trunk merge. ... (check-in: 12453740c7 user: mistachkin tags: mvHardDirFix)
2016-03-08
19:37
Cleanup, modularize, and robustify all test setup and cleanup. ... (check-in: fa59221693 user: mistachkin tags: trunk)
2016-03-07
20:33
Tweak make test to not include the obsolete scary warning, to use the -quiet flag, and to include the empty by default TESTFLAGS macro so that make test can be used as an easy way to invoke the test runner. Changes made in makemake.tcl, which was then run to regenerate main.mk. ... (Closed-Leaf check-in: 9dc8ff235e user: rberteig tags: testerCleanup)
2016-03-06
06:38
Merge updates from trunk. ... (check-in: ccf01b243f user: mistachkin tags: stash-fixes)
06:35
Merge updates from trunk. ... (Closed-Leaf check-in: ff4a4fe6b2 user: mistachkin tags: pending-review)
06:35
Merge updates from trunk. ... (Closed-Leaf check-in: 4bd2b54592 user: mistachkin tags: pending-review)
06:34
Merge updates from trunk. ... (Closed-Leaf check-in: 370c003d15 user: mistachkin tags: baruch_timeline_fixes)
06:28
Merge updates from trunk. ... (Closed-Leaf check-in: 45ed23d946 user: mistachkin tags: altBaseUrlRepoDir)
06:26
Merge updates from trunk. ... (check-in: abd131b83c user: mistachkin tags: mvHardDirFix)
2016-03-05
20:01
Added add_content_sql_commands() to /admin_sql, as per ML discussion. ... (check-in: 93f514ca2c user: stephan tags: trunk)
00:16
Add a '-keep' command line option to the test suite to prevent any test cleanup from taking place. ... (check-in: 95f7fe5a8f user: mistachkin tags: testerCleanup)
2016-03-03
22:12
Treat 'file normalize' with a bit more skepticism. ... (check-in: e264125a2c user: mistachkin tags: testerCleanup)
21:50
Improve handling of setting up the initial temporary directory. ... (check-in: e6e79ac6fb user: mistachkin tags: testerCleanup)
18:49
Centralize early-return handling from the tests, always calling the test cleanup (which is harmless if not needed). ... (check-in: b01a51f43a user: mistachkin tags: testerCleanup)
06:46
When possible, don't call test_setup until after any checks that may cause a test script to exit early. Otherwise, test_cleanup should be called before returning. ... (check-in: 314e9b3566 user: joel tags: testerCleanup)
02:53
Fix a broken test case stash-3-4-mv by renaming it to stash-3-2-mv and fixing the issue with comparing to the fully qulified file name in the result. Marked stash-4-2-diff-CODE and stash-4-3-diff-CODE as known bugs. Now stash.test reports only known bugs, which I believe mostly relate to handling of renamed files in a stash. ... (check-in: 186e6a71b9 user: rberteig tags: testerCleanup)
2016-03-02
20:43
Rename the test suite procedure 'repo_init' to 'test_setup'. ... (check-in: 413921cca0 user: mistachkin tags: testerCleanup)
08:38
Allow override, via the environment, to make 'require_no_open_checkout' into a NOP. All files were cleaned up. No extra files in checkout. NOTE: All failing tests also fail on trunk, with the exception of 'json-1'. Considered failures: amend-comment-5.1 amend-comment-5.2 amend-comment-5.3 amend-comment-5.4 json-1 stash-3-4-mv stash-4-2-diff-CODE stash-4-3-diff-CODE Ignored failures: json-cap-POSTenv-name json-ROrepo-2-2 json-ROrepo-2-3 merge_multi-4 merge_renames-5 stash-WY-1-CODE stash-2-1-CODE stash-3-2 stash-3-2-show-1 stash-3-2-pop-changes ... (check-in: d1438b400b user: mistachkin tags: testerCleanup)
08:35
Make sure 'repo_init' is called before 'pwd'. ... (check-in: b9558349f9 user: mistachkin tags: testerCleanup)
08:25
Adjust the 'merge5' test as well. ... (check-in: b460373e01 user: mistachkin tags: testerCleanup)
08:13
All test files must now call 'repo_init', using an empty string if they do not require a new repository. ... (check-in: 3a578e0495 user: mistachkin tags: testerCleanup)
07:31
Do not rely on 'clock seconds' (alone) being unique between 'repo_init' calls. Make temporary directory deletion more robust. Only save the current directory on the first 'repo_init' call per test. ... (check-in: 004b3ffd93 user: mistachkin tags: testerCleanup)
07:13
Refactoring, fixes to the previous check-in, etc. ... (check-in: cda4cc8b80 user: mistachkin tags: testerCleanup)
07:00
Attempt to make sure that multiple calls to 'repo_init' get properly cleaned up. ... (check-in: c464935bcd user: mistachkin tags: testerCleanup)
06:58
Robustify the cleanup process. ... (check-in: ee5214b7ed user: mistachkin tags: testerCleanup)
06:46
Fix typo. ... (check-in: 5c674ff271 user: mistachkin tags: testerCleanup)
06:45
More work... ... (check-in: 29f0328cd9 user: mistachkin tags: testerCleanup)
06:22
Work in progress on cleaning up home/repo handling in the test suite. ... (check-in: 89f76a21dd user: mistachkin tags: testerCleanup)
02:21
Tweak descriptions of FOSSIL_USER, LOGNAME, USER, and USERNAME environment variables. ... (Closed-Leaf check-in: 809e80a1d9 user: rberteig tags: ross-doc-env)
02:10
Permit the TH1 hooks subsystem to check for the configuration without raising a 'fatal' error. ... (check-in: b06cd631f1 user: mistachkin tags: trunk)
01:57
Rewrite the section on fossil usernames selection, fix typos and improve wording here and there. ... (check-in: 83153a97b7 user: rberteig tags: ross-doc-env)
01:56
Add new test-usernames command to dump all of the various sources of the current user name in the order tested. ... (check-in: 5de13cb19c user: rberteig tags: ross-doc-env)
2016-03-01
21:50
Set the FOSSIL_HOME envvar before each test. Use the root test run directory instead of the directories created for each test file so the config DB file on Windows doesn't mess up tests of commands like addremove and extras. ... (Closed-Leaf check-in: d4907f17fb user: joel tags: testCheckoutReform)
21:38
Change db_create_default_users() to align its use of environment variables to set the user name to match user_select(), and try all variables on both Unix and Windows. ... (check-in: ace9e00f96 user: rberteig tags: ross-doc-env)
17:32
Update referenced OpenSSL version ... (check-in: 60a0deb293 user: jan.nijtmans tags: branch-1.34)
16:32
Update referenced OpenSSL version. ... (check-in: a9e3db1f70 user: mistachkin tags: trunk)
11:54
Update SQLite to version 3.11.0 ... (check-in: dd22f57082 user: jan.nijtmans tags: branch-1.34)
2016-02-29
21:23
Show the number of bytes for image artifacts and attachments as well. ... (check-in: f4c6e49a43 user: mistachkin tags: trunk)
19:03
Improve description of the '--no-th-hook' command line argument. ... (check-in: a56f208949 user: mistachkin tags: ross-doc-env)
08:01
Completed rough draft pass through all the global command line options. ... (check-in: 95bd81f85e user: rberteig tags: ross-doc-env)
01:16
Minor correction for FOSSIL_TCL_PATH. ... (check-in: afe7b5474d user: mistachkin tags: ross-doc-env)
2016-02-28
02:46
Checkpoint after a first pass through every call to ...getenv() in src/*.c to list environment variables mentioned. Every variable has a very rough draft description. Every global command option is listed, but not all have even a rough draft description yet. ... (check-in: 3b5ff98cf0 user: rberteig tags: ross-doc-env)
2016-02-27
16:38
Bring in latest developments on trunk. ... (check-in: eda22812d1 user: andybradford tags: stash-fixes)
07:06
Fix incorrect build instruction at the top of mkindex.tcl. ... (check-in: 4e89aee8f2 user: rberteig tags: ross-doc-env)
02:22
Add a new document covering global options and environment variables used by fossil. This is a work in progress, but snapshotted as it stands so that others can poke at it. ... (check-in: 946ed34da3 user: rberteig tags: ross-doc-env)
02:12
Fix glitch in tester.tcl on Windows which caused repo_init to fail to guard the users's lists of all repositories and checkouts. Setting FOSSIL_HOME as well as HOME to [pwd] resolves this neatly, and likely makes it more robust on other platforms since FOSSIL_HOME is always checked first and if set by a user, would still override the attempt made by repo_init to protect them. ... (check-in: dc72fd9624 user: rberteig tags: trunk)
2016-02-26
18:42
Add -e as a short option for --edit-comment in fossil amend. ... (check-in: 9ea1f14043 user: rberteig tags: trunk)
16:05
Fix "fossil co" so that it honors the --quiet flag. ... (check-in: f3e8e3ead3 user: drh tags: trunk)
02:54
Add -e as a short option for --edit-comment in the amend command. ... (Closed-Leaf check-in: 769bc7b436 user: rberteig tags: pending-review)
2016-02-23
10:47
Since fossil now uses the function sqlite_strlike(), don't allow it to build/run with SQLite versions < 3.10.0 any more. ... (check-in: 8ed01e8021 user: jan.nijtmans tags: trunk)
2016-02-20
20:53
Preserve the trailing slash for checkouts so fossil can remove a checkout that no longer exists but is still a directory. ... (check-in: f7a5e10ce9 user: andybradford tags: trunk)
13:21
Initial go at replacing URLs in the form ?name=xyz with /xyz except in places where doing so is either known to break (style_set_current_page() calls) or would require notable refactoring (/dir hyperlink generation). ... (Closed-Leaf check-in: e8735d6a47 user: stephan tags: slash-name-links)
2016-02-18
10:13
Minor correction to the P-card docs. ... (check-in: 576d64c943 user: stephan tags: trunk)
2016-02-17
22:10
Minor formatting change to the test-delta-analyze command. ... (check-in: 7935571bea user: drh tags: trunk)
04:49
Given that both origname and newname are always provided when stashing a file, allow both a rename and an add by changing the PRIMARY KEY for stashfile. This does mean the schema for stashfile has changed and to take advantage it will be necessary to close and open the repository again (or update manually with SQL). ... (check-in: ca574f818a user: andybradford tags: stash-fixes)
2016-02-15
17:43
Update SQLite to version 3.11.0 final. ... (check-in: 7ad8230273 user: drh tags: trunk)
2016-02-13
06:57
Updated stash.test to reflect the incidental changes in output caused by the changes made in [fea4d80ee7]. ... (check-in: a9afb1f049 user: rberteig tags: stash-fixes)
05:00
If a file has been renamed in a stash, restore this information also in the vfile table so it doesn't show up as MISSING. ... (check-in: fea4d80ee7 user: andybradford tags: stash-fixes)
02:42
More fossil stash cases, this time with snapshot and interesting results of fossil stash diff in when a DELETE was snapshotted. ... (check-in: 94b9530774 user: rberteig tags: trunk)
2016-02-12
19:53
Added new edge case tests to stash.test, related to stashing renamed files. ... (check-in: 34cf38b097 user: rberteig tags: trunk)
15:16
Update the built-in SQLite to the first 3.11.0 release candidate. ... (check-in: b23be81fa6 user: drh tags: trunk)
2016-02-11
20:32
Added the ability to pass the knownBug constraint through test_status_list to test. Added capability for known bug marking of segments of stash-test, and use it to mark problems with stashing renamed files. Also added checking in stash-test for the exit status, and support for -expectError. ... (check-in: 1a34614273 user: rberteig tags: trunk)
18:06
Added test for fossil revert with a file marked for RENAME but not actually renamed on disk to test/revert.test. ... (check-in: 8b727021af user: rberteig tags: trunk)
14:41
Fix column sorting on ticket reports. ... (check-in: 0e555dee63 user: drh tags: trunk)
2016-02-10
23:36
Create basic tests for fossil stash with a new file, an edited file, a renamed file and an untouched file. Use fossil stash subcommands to confirm that the right information got stored, and tests borrowed from revert.test to verify that the file system also has the expected content. Note that this does not currently cover the edge case created by fossil mv --soft, let alone the apparent assertion failure reported on list related to stash and fossil mv --soft. These tests pass on my Windows configuration as of [92877364]. ... (check-in: 3f3eada100 user: rberteig tags: trunk)
21:19
Add /usr/local/opt/openssl to the list of directories for which OpenSSL is searched (as this is the directory into which brew installs OpenSSL on macs.) ... (check-in: 928773647c user: drh tags: trunk)
2016-02-09
20:16
Update the built-in SQLite to include the latest changes, and especially the new auto-explain mode in the command-line shell. ... (check-in: e00968a5a0 user: drh tags: trunk)
15:09
Update the built-in SQLite to 3.11.0 beta 1. ... (check-in: 5628354407 user: drh tags: trunk)
14:12
json: added a few assertions and changed a few chars to ints to avoid potential signedness problems on ARM. ... (check-in: 5c0dc2d352 user: stephan tags: trunk)
2016-02-07
23:35
Robustify '--with-miniz' option handling in 'auto.def'. ... (check-in: 7cadfc9736 user: mistachkin tags: trunk)
23:22
Further enhance the 'sqlite3' command and make use of it in the json test. ... (check-in: f9c14d7d6d user: mistachkin tags: trunk)
23:22
Make the read-only json test work on Windows. ... (check-in: 938122da85 user: mistachkin tags: trunk)
22:55
Use the 'hasfeature' TH1 command to test if JSON was included at compile-time. ... (check-in: 09a46c2873 user: mistachkin tags: trunk)
04:15
Defer requiring json loading until after it is determined that fossil json works. ... (check-in: 5d700c7d85 user: andybradford tags: trunk)
2016-02-06
22:41
Fixed json.test problem with fossil configured without --json. Removed the knownBug marker from the test json-wiki-diff-diff since [08197f96] fixed the bug it identified. ... (check-in: c35152a5d4 user: rberteig tags: trunk)
20:35
Normalize the the directory in which the Fossil being tested is found so relative paths also work. ... (check-in: 25f7d3c103 user: andybradford tags: trunk)
19:17
Swapped incorrect diff argument order for /json/wiki/diff. ... (check-in: 08197f9634 user: stephan tags: trunk)
02:46
Add test cases for fossil json. Improve the test suite to support a way to treat expected non-zero status exits from fossil as success when warrented. Made minor bug fixes to the test framework, and to several test cases unrelated to JSON support. ... (check-in: 62627615e7 user: rberteig tags: trunk)
02:27
Improve the MSVC build tool sub-routine 'fn_UnsetVariable'. ... (check-in: 4c163cd715 user: mistachkin tags: trunk)
02:03
Merged from trunk to pick up work in progress and a bug fix to tester.tcl. Fixed issue introduced by the addition of the insertCsrf and verifyCsrf commands from ci [f8820eff] which broke the test th1-info-commands. Also fixed the dependence on the order of commands output by TH1. ... (Closed-Leaf check-in: 2de15c8e3b user: rberteig tags: rberteig-json-test)
2016-02-05
23:46
On Windows, normalize the Fossil executable file extension used by the test suite. ... (check-in: 74ce4181d9 user: mistachkin tags: trunk)
2016-02-04
16:06
Fix a minor preprocessor directive typo. ... (Closed-Leaf check-in: 4fae98e73f user: jan tags: jan-manifest-tags)
15:22
Merge from trunk. ... (check-in: ea7f329704 user: jan tags: jan-manifest-tags)
2016-02-02
15:58
updated to miniz-1.16 beta r1 ... (Closed-Leaf check-in: 0cd368f1bf user: stephan tags: miniz-1.16br1)
04:18
Simpler alternative to [7063f8d4cc]. Skips initial directory portion of PATH_INFO when building the g.zBaseURL and g.zTop used with a directory of repositories. ... (check-in: 7d5307b44f user: mistachkin tags: altBaseUrlRepoDir)
03:39
Candidate fix for --baseurl option when used with a directory of repositories. May need fine-tuning. ... (Closed-Leaf check-in: 7063f8d4cc user: mistachkin tags: baseUrlRepoDir)
02:32
Minor tweaks in a few test cases, placeholder for cases to exercise documented error codes. ... (check-in: 9f45c8b6e0 user: rberteig tags: rberteig-json-test)
2016-02-01
20:38
Add --https and --nossl options to the 'server' command. ... (check-in: b8c7af5bd9 user: mistachkin tags: trunk)
20:36
The 'g.zHttpsURL' variable should be populated even when the --baseurl option is used. ... (check-in: 4110f52297 user: mistachkin tags: trunk)
20:35
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). ... (check-in: b241130222 user: mistachkin tags: trunk)
20:35
Add the 'insertCsrf' and 'verifyCsrf' commands to TH1. ... (check-in: f8820eff4e user: mistachkin tags: trunk)
20:22
Use strncmp() instead of memcmp(). ... (Closed-Leaf check-in: ffd5e09ec7 user: mistachkin tags: httpsBaseUrl)
04:38
Test of latest feature branches, do not merge. ... (Closed-Leaf check-in: 1a164e5fb7 user: mistachkin tags: do-not-merge, feature-test)
04:34
Add --https and --nossl options to the 'server' command. ... (Closed-Leaf check-in: 2bf596c9d5 user: mistachkin tags: serverHttps)
04:11
Comment fix. ... (check-in: c3a17f81cf user: mistachkin tags: httpsBaseUrl)
04:11
The 'g.zHttpsURL' variable should be populated even when the --baseurl option is used. ... (check-in: c45195f123 user: mistachkin tags: httpsBaseUrl)
03:56
Having the 'setup' or 'admin' permission should imply having the 'delete' and 'private' permissions as well (i.e. since they can change their own permissions anyhow). ... (Closed-Leaf check-in: 62f8ac1f69 user: mistachkin tags: adminPerms)
2016-01-31
21:13
Add the 'insertCsrf' and 'verifyCsrf' commands to TH1. ... (Closed-Leaf check-in: 0357c16930 user: mistachkin tags: th1AntiCsrf)
21:03
Minor corrections to comments for login_verify_csrf_secret(). ... (check-in: 3c47e0c66a user: mistachkin tags: trunk)
00:51
Make sure to add the zlib library to LIBS even when configure is run without any arguments. ... (check-in: eb0cf27ab7 user: mistachkin tags: trunk)
2016-01-30
21:53
Add 'redirect' to the TH1 command summary as well. ... (check-in: d653a1a854 user: mistachkin tags: trunk)
21:40
Add the 'redirect' command to TH1. ... (check-in: 71caba53bd user: mistachkin tags: trunk)
04:29
Improve auto-detection of Tcl on systems where -lpthread is missing from TCL_LIB_SPEC. ... (check-in: 352e2ef9c6 user: mistachkin tags: trunk)
01:45
Cover simple case of /json/user/save to create a new user. Consider covering various other ways that endpoint can be used, as well as CLI vs GET and POST. Current case is CLI based. This case completes coverage of the basic features provided by all documented JSON endpoints. ... (check-in: 1571e4c278 user: rberteig tags: rberteig-json-test)
01:30
Add support for POST in JSON over HTTP. Test /json/cap with various ways of delivering an authToken to cover the rest of the Authentication category basic functionality. NOTE that supplying the authToken in the POSTed JSON request envelope does not appear to work. Passing it in a cookie or in a GET parameter does work as expected. ... (check-in: 479aadb1d2 user: rberteig tags: rberteig-json-test)
01:28
Make configure more robust when using the in-tree zlib and OpenSSL. ... (check-in: b41f42841f user: mistachkin tags: trunk)
00:43
Added test case for /json/diff/UUID_V1/UUID_V2. Note that this case passes and clearly does diff the versions in the expected order. ... (check-in: f28e771369 user: rberteig tags: rberteig-json-test)
2016-01-29
23:46
Add test case for issue with a read-only fossil repository causing confusing results for the JSON API over HTTP. ... (check-in: dc042c6a62 user: rberteig tags: rberteig-json-test)
23:40
Add cookie support to fossil_http_json, as well as extra args passed through to fossil_maybe_answer so -expectError can be used. Tweak some comments. Note doc revision eliminating /json/timeline/ci, which clears a previous knownBug. Cache a usable login cookie for both anonymous and user U1 for later use. ... (check-in: a9edb60a5f user: rberteig tags: rberteig-json-test)
23:26
Included the answer text supplied to a fossil command when provided to fossil_maybe_answer in a call to protOut. This makes debugging tests using fossil http and a GET or POST to /json easier. ... (check-in: f340143080 user: rberteig tags: rberteig-json-test)
22:57
Tweak for 'internal-sqlite=0'. ... (Closed-Leaf check-in: 98881d8970 user: mistachkin tags: configInTree)
22:36
Make configure more robust when using the in-tree zlib and OpenSSL. ... (check-in: 0e34218465 user: mistachkin tags: configInTree)
21:06
Require the 'read' permission to view the 'test-version' web page. ... (check-in: 83b2acb704 user: mistachkin tags: trunk)
21:03
Add test-version web page. Refactor command line 'version' command code into a function to help facilitate that. ... (check-in: f7cd247b95 user: mistachkin tags: trunk)
07:00
fixed type of JsonPageDef::runMode from char to int because it uses negative values and char is unsigned by ARM platforms. ... (check-in: 8f6b78e7b2 user: stephan tags: trunk)
02:37
Added more coverage of /json, leaving /json/login, /json/diff, and /json/user/save uncovered, and finding surprises with /json/wiki/diff, /json/timeline/ci, and /json/tag/cancel. All implemented coverage is of the best documented and easiest tested paths through each feature. Tests for edge cases and failure paths are not yet in place, nor are complete tests for full expected values in most cases. ... (check-in: c2c49b3543 user: rberteig tags: rberteig-json-test)
2016-01-28
22:15
remove submenu items from branch list page that link to old-style list, since all the individual inforation is now available in aggregated and sortable form on the main list ... (Closed-Leaf check-in: 972dc1c632 user: baruch tags: do-not-merge, test-only)
21:32
Add test-version web page. Refactor command line 'version' command into a function to help facilitate that. ... (Closed-Leaf check-in: eb7a7a3321 user: mistachkin tags: testVersionPage)
20:54
Merge updates from trunk. Fix compiler warnings. ... (check-in: cfd3a5b944 user: mistachkin tags: baruch_timeline_fixes)
20:51
Test of feature branches, do not merge. ... (check-in: b0f2a0ac53 user: mistachkin tags: do-not-merge, test-only)
20:39
Improve MinGW build docs. ... (check-in: c1c680eb28 user: mistachkin tags: trunk)
20:21
Added /json/whoami from CLI, changed /json/cap to only care that it worked from CLI since capabilities are sort of meaningless in CLI mode. Added checks for caps provided to each logged in user by /json/login from its own results. Starting on /json/branch/list. All tests pass except known bugs and TODOs. ... (check-in: bab84bd742 user: rberteig tags: rberteig-json-test)
20:18
Correct some TH1 command syntax comments. ... (check-in: 2948c3fe22 user: mistachkin tags: trunk)
19:48
Update referenced OpenSSL version. ... (check-in: 0c860dd9e7 user: mistachkin tags: trunk)
05:37
Minor style and comment cleanup. Add verify_all_options() to several TH1 test commands. Add 'test-th-source' test command, with test. ... (check-in: f141fbeac5 user: mistachkin tags: trunk)
02:53
Also test /json/wiki/preview, /json/g, /json/rebuild, /json/resultCodes, /json/anonymousPassword, /json/login for both anonymous and a normal user. Note that test for /json/cap is a work in progress since the CLI ingores any auth tokens and always acts with all caps. ... (check-in: 9b8b051899 user: rberteig tags: rberteig-json-test)
01:19
Refactoring in the json tests. Add coverage of /json/wiki. Note discrepency between documentation and execution of /json/wiki/diff. ... (check-in: cb611ffc9b user: rberteig tags: rberteig-json-test)
00:08
Make the MSVC batch build tool sub-routine 'fn_UnsetVariable' a bit more robust. ... (check-in: 8e9cdd242c user: mistachkin tags: trunk)
2016-01-27
02:29
Merge the new knownBug constraint support from trunk. ... (check-in: 2ada5ec76e user: rberteig tags: rberteig-json-test)
02:14
Marked invocations of fossil that are expected to return a non-zero status with the -expectError flag in the amend, clean, and merge5 test files. This makes tester.tcl -quiet be truely quiet for those files when all tests are passing. Deliberately did not mark the invocation in merge6.test which foreshadows the failure of the merge_multi-4 test, as it is not clear to me whether the bug is in the test case or in fossil. ... (check-in: 62f59956f5 user: rberteig tags: rberteig-json-test)
01:55
Revise test result summary to include 'ignored' results from tests marked with 'knownBug'. ... (check-in: f77fbed8e3 user: mistachkin tags: trunk)
01:44
Add 'knownBug' constraints to the two failing merge tests along with the necessary test suite changes. ... (check-in: 60285f5876 user: mistachkin tags: trunk)
01:28
Merged from trunk to pick up test case edits made there, along with recent cosmetic fixes. ... (check-in: 4e0e141e0d user: rberteig tags: rberteig-json-test)
01:23
Added copyright and license comment blocks to two existing test case files that were missing them, with years based on looking for when the tests were first added to the repository. ... (check-in: 08a3587814 user: rberteig tags: trunk)
00:44
Update copyright date to this year since the JSON tests are new this year. Fix indentation of Tcl to match established convention. Add test of JSON API version to reflect earliest I expect to pass these tests. Document block of Version and HAI, and add version for consistency. ... (check-in: c4f8d88fd9 user: Ross tags: rberteig-json-test)
2016-01-26
15:42
Improved error message when the "ls" command is used with -R but without -r. ... (check-in: 844a7a786f user: drh tags: trunk)
14:12
Redo TIP #440 alternative - again - now using the "info runtime" command. ... (Closed-Leaf check-in: 9633f6ac94 user: jan.nijtmans tags: tip-440-alt)
13:18
Fix a comment with wrong parameters description ... (check-in: 12cf825f66 user: baruch tags: trunk)
10:22
Alternative TIP #440 implementation, based on TIP #59 ... (check-in: 2ba6587cc5 user: jan.nijtmans tags: tip-440-alt)
09:18
Make fusefs a 2nd-tier command if it is not supported by the build ... (check-in: 50d81f9504 user: baruch tags: pending-review)
02:45
Minor spacing fix. ... (check-in: 2ff6ceb985 user: mistachkin tags: rberteig-json-test)
01:46
Place a cornerstone for scaffolding of the test cases for the fossil json command and related REST API. This begins with an extension to fossil_maybe_answer in tester.tcl that adds a -expectError option to flag invocations of fossil that are expected to exit with error status and not log it when -quiet is in effect. The new file json.test has the first few test cases for fossil json, all of which are currently passing. ... (check-in: 95080f47e2 user: Ross tags: rberteig-json-test)
01:36
Create new branch named "rberteig-json-test" ... (check-in: 5089155821 user: Ross tags: rberteig-json-test)
2016-01-24
14:43
Add option to show real branch colors in branch list ... (check-in: 26fc65f99c user: baruch tags: pending-review)
10:13
Fix Older/Newer buttons if showing exactly up to the first/last event ... (check-in: 0e782b3d7c user: baruch tags: ready-for-review, baruch_timeline_fixes)
2016-01-21
21:40
Fix Older/Newer buttons if showing timeline before beginning or after end of existing timeline ... (check-in: aa867868d8 user: baruch tags: baruch_timeline_fixes)
12:44
fixed condition which caused the "Yearly total" row to not be rendered on the oldest year in the bymonth report in some cases. ... (check-in: ec3dd27f97 user: stephan tags: trunk)
10:32
Fix memory leak from previous commit ... (Closed-Leaf check-in: 9ab7122d6a user: baruch tags: pending-review)
2016-01-20
23:07
Fix "Newer" button in timeline when using "c" parameter ... (check-in: 28dd7c1daa user: baruch tags: pending-review)
22:41
Of course, the value of "::tcl::pkgconfig get engine" should be "TH1" ... (check-in: fd00816d95 user: jan.nijtmans tags: tip-440-alt)
22:33
How about the TIP #59 way of TIP #440? "::tcl::pkgconfig get engine" -> "core" ... (check-in: fbc9e292ec user: jan.nijtmans tags: tip-440-alt)
18:31
Use a VIEW rather than a TABLE for collecting the data for some piecharts. ... (check-in: 2bd670ac3c user: drh tags: trunk)
14:42
Upgrade the build-in SQLite to a new 3.11.0 alpha that fixes the LIKE operator bug found in 3.10.0. ... (check-in: 0d757274d3 user: drh tags: trunk)
13:36
Add submenu to default branch list page ... (Closed-Leaf check-in: 737e8d2394 user: baruch tags: pending-review)
13:04
(experiment) Implement "package require Tcl" according to the alternative TIP #440 implementation. ... (check-in: 6bb2308fcb user: jan.nijtmans tags: tip-440-alt)
12:15
Remove even fusefs command from non fuse-enabled builds ... (check-in: 06fd798bdc user: baruch tags: pending-review)
10:46
Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: cdf0d6a3a3 user: baruch tags: pending-review)
2016-01-19
18:59
Remove superfluous library reference when compiling with MinGW. ... (check-in: 9a09124875 user: mistachkin tags: trunk)
18:48
Get configure and make, via autosetup, working on MinGW. ... (check-in: a0061bb2ed user: mistachkin tags: trunk)
01:37
Update the built-in SQLite to a newer version that fixes C89-isms in FTS5. ... (check-in: 0d120a6102 user: drh tags: trunk)
2016-01-18
23:46
Fix to the test-content-erase command so that it correctly undeltafies. ... (check-in: d0cabcb617 user: drh tags: trunk)
23:25
Run PRAGMA integrity_check on the database at the end of the "test-integrity" command. ... (check-in: 00bfa66e6c user: drh tags: trunk)
23:19
Improved "help" for the "fossil whatis" command. ... (check-in: 0f9d0f0ba1 user: drh tags: trunk)
23:13
Add the test-erase-content command. ... (check-in: e709bf16e7 user: drh tags: trunk)
22:34
Improved error message when a received artifact has an incorrect hash. ... (check-in: 4c8e6d91d2 user: drh tags: trunk)
17:48
Improve some comments. ... (check-in: dda5d11d98 user: mistachkin tags: trunk)
17:41
Add the 'array exists' and 'array names' sub-commands to TH1. Add tcl_platform(engine) and tcl_platform(platform) to TH1. ... (check-in: ea7813da56 user: mistachkin tags: trunk)
03:11
Update change log. ... (Closed-Leaf check-in: 853a228591 user: mistachkin tags: mingwConfigure)
03:07
Fix the test-content-undelta command. ... (check-in: 786017890d user: drh tags: trunk)
03:05
Update change log. ... (Closed-Leaf check-in: 042dac535a user: mistachkin tags: tclPlatform)
02:22
Fix comment. ... (check-in: 1a3f326b3a user: mistachkin tags: tclPlatform)
02:21
Add the 'array exists' and 'array names' sub-commands to TH1. ... (check-in: fd4ada4a11 user: mistachkin tags: tclPlatform)
01:43
Merge trunk. ... (check-in: 58466e7f60 user: mistachkin tags: tclPlatform)
01:42
Update TH1 docs. ... (check-in: 2427250b01 user: mistachkin tags: trunk)
01:42
Update TH1 docs. ... (check-in: d4bdaeab30 user: mistachkin tags: tclPlatform)
2016-01-17
23:00
Minor naming tweak. ... (check-in: 07324777f2 user: mistachkin tags: tclPlatform)
22:17
Add support for the tcl_platform(platform) and tcl_platform(engine) array elements to TH1. ... (check-in: 663b722e27 user: mistachkin tags: tclPlatform)
22:12
Better runtime settings detection by the 'th1' test file. ... (check-in: d8d2222b91 user: mistachkin tags: trunk)
2016-01-16
23:10
More zlib detection before OpenSSL detection. ... (Closed-Leaf check-in: fd2842c08a user: mistachkin tags: zlibBeforeOpenSsl)
22:51
Further refinements to permit OpenSSL in tree to work consistently. ... (check-in: 08918fabc7 user: mistachkin tags: mingwConfigure)
22:25
Fix use of linenoise. Fine-tune check for in-tree OpenSSL. ... (check-in: 54307c4d7d user: mistachkin tags: mingwConfigure)
21:36
Sync up the 'makemake.tcl' tool. ... (check-in: 2c7eee4c9a user: mistachkin tags: mingwConfigure)
21:26
More fine-tuning. ... (check-in: c76ea6b4ec user: mistachkin tags: mingwConfigure)
21:20
Fix cut and paste error in zlib option description. ... (check-in: 2c24954c34 user: mistachkin tags: mingwConfigure)
21:18
Get vanilla configure and make, via autosetup, working on Win32. ... (check-in: 75a0abacac user: mistachkin tags: mingwConfigure)
2016-01-14
22:33
In the 'merge5' test, use the configured Fossil executable instead of relying on the PATH. ... (check-in: acbee54e8b user: mistachkin tags: trunk)
20:40
Fix typo that prevented the --no-repository option from working. Correction: It actually worked before and the issue was due to an incorrect assumption by the 'merge5' test, namely that the Fossil executable was present in the PATH. ... (check-in: 0a2eaa5ac2 user: mistachkin tags: trunk)
20:38
Pick up recent autosetup changes from upstream. ... (check-in: b2e6a234c4 user: mistachkin tags: trunk)
15:35
Use the editor setting in amend test for interactive edits because it has precedence over both VISUAL and EDITOR. ... (check-in: cc265caba7 user: andybradford tags: trunk)
14:20
Update the built-in SQLite to the latest 3.11.0 alpha version. ... (check-in: c9fad621f7 user: drh tags: trunk)
05:34
Add the '--no-repository' option to the 'fossil sqlite3' command and make use of it for the merge5 test. ... (check-in: 2e1ccc6a36 user: mistachkin tags: trunk)
2016-01-13
11:53
Add the ".vfslist" command to "fossil sqlite" ... (check-in: 42c4d8f2d5 user: jan.nijtmans tags: trunk)
06:19
Simplify the previous check-in. ... (Closed-Leaf check-in: 384482a87c user: mistachkin tags: sqlCmdNoRepo)
01:31
Add the '--no-repository' option to the 'fossil sqlite3' command and make use of it for the merge5 test. ... (check-in: 56f74a120d user: mistachkin tags: sqlCmdNoRepo)
00:38
The test file directory saved by the test suite infrastructure should be normalized. ... (check-in: be81a2fd3c user: mistachkin tags: trunk)
2016-01-12
22:44
Fix a typo in a comment in cache.c. ... (check-in: ca1e4ed3d6 user: drh tags: trunk)
18:55
In the MinGW makefile, move included LIBs after the object files. ... (check-in: c7117ab458 user: mistachkin tags: trunk)
03:14
More improvements to the 'th1' test file. ... (check-in: fc14f14312 user: mistachkin tags: trunk)
2016-01-11
22:47
By default, use the automatic zlib detection. When --with-zlib=tree is used, use zlib from the source tree. ... (check-in: 8435adc471 user: mistachkin tags: trunk)
22:27
By default, use the automatic zlib detection. When --with-zlib=tree is used, use zlib from the source tree. ... (Closed-Leaf check-in: 260266c1ec user: mistachkin tags: useTreeZlib)
22:17
By default, force the zlib in the source tree to be used. ... (check-in: 7b4153ff03 user: mistachkin tags: useTreeZlib)
22:16
Remove superfluous use of 'file join' from 'auto.def'. ... (check-in: 3728aa62ab user: mistachkin tags: trunk)
21:09
Allow the 'th1' test file to fully pass with or without the 'tcl' and 'th1-hooks' settings enabled. ... (check-in: a9dc33d415 user: mistachkin tags: trunk)
21:08
Skip test 'th1-tcl2' if the SQLite package for Tcl is not available. ... (check-in: 2fbbd4f61d user: mistachkin tags: trunk)
19:59
Use absolute path for the Tcl private stubs directory in 'configure'. ... (check-in: 39f53e086c user: mistachkin tags: trunk)
19:46
Prevent the 'array set' commands in the 'utf.test' file from causing problems if there are pre-existing scalar variables. ... (check-in: ad6de63833 user: mistachkin tags: trunk)
00:43
Modify 'th1-tcl' test to make it run outside of the Fossil source checkout. ... (check-in: 18d7d26649 user: mistachkin tags: trunk)
00:40
Modify 'th1-hooks' test to decouple it from needing to run within a Fossil source checkout. ... (check-in: 9bfdc5c682 user: mistachkin tags: trunk)
00:39
Modify 'th1-docs' test file to enable it to run when the test suite is running outside of the Fossil source checkout. ... (check-in: 8f199fd8f5 user: mistachkin tags: trunk)
00:29
Correct missing parenthesis typo in timeline query generation logic. ... (check-in: 03fb7bf97b user: mistachkin tags: trunk)
2016-01-10
01:43
More test fixes in the 'th1' test file. ... (check-in: 5d49329fc2 user: mistachkin tags: trunk)
2016-01-09
19:14
Modify 'th1' test file to run most of its tests outside of the Fossil source checkout using a new test suite infrastructure procedure. ... (check-in: 7b9b5807f4 user: mistachkin tags: trunk)
18:58
Follow up to the previous check-in: save and restore the current directory. ... (check-in: d141b84a99 user: mistachkin tags: trunk)
18:56
Fix the 'file1' test so that it can (only) run outside of the Fossil checkout. ... (check-in: 19c216391a user: mistachkin tags: trunk)
2016-01-07
20:42
minor typo fix. ... (Closed-Leaf check-in: 82bb1901cd user: stephan tags: hierarchical-manifests)
18:22
When generating ZIP archives, files with zero bytes are 'Stored', not 'Deflated'. ... (check-in: ecedaf9399 user: mistachkin tags: trunk)
10:02
Merge trunk. ... (check-in: 99f7662b5e user: jan tags: jan-manifest-tags)
2016-01-06
20:49
Merge trunk ... (check-in: 9e1fa626e4 user: jan.nijtmans tags: pending-review)
19:49
Do not set the directory permission bit on empty files when creating a ZIP archive. ... (check-in: 3d5cf48bf2 user: mistachkin tags: trunk)
19:44
Do not set the directory permission bit on empty files when creating a ZIP archive. ... (Closed-Leaf check-in: 18607775fe user: mistachkin tags: pending-review)
17:18
Add '-quiet' command line option to the test suite. ... (check-in: c2e42166ef user: mistachkin tags: trunk)
11:13
Update the built-in SQLite to version 3.10.0 final. ... (check-in: 52ee83c729 user: drh tags: trunk)
04:03
In the 'revert' test, adjust formatting of expected results containing 'DELETE', 'REVERT', and 'UNMANAGE', also to account for recent code changes. ... (check-in: 1338b4198d user: mistachkin tags: trunk)
04:01
In the 'mv-rm' test, adjust formatting of expected results containing 'DELETE' and 'REVERT', also to account for recent code changes. ... (check-in: 11444dbec7 user: mistachkin tags: trunk)
03:53
In the 'clean' test, adjust formatting of expected results containing 'NEW', to account for recent code changes. ... (check-in: 81df0a48f7 user: mistachkin tags: trunk)
03:49
Adjust two markdown tests so they pass again. ... (check-in: a489aecc54 user: mistachkin tags: trunk)
03:38
In the test suite, require the configured temporary directory to be valid prior to attempting to run any tests. ... (check-in: e2bd4bfced user: mistachkin tags: trunk)
2016-01-05
10:12
[c541b6e734] Remove unintended white space change in wiki.c ... (check-in: d4dc7ad8dc user: dave.vines)
08:40
[c541b6e734] Move attachment command from wiki.c to attach.c ... (check-in: 64a5ef28e5 user: dave.vines)
08:34
[c541b6e734] Move attachment from wiki subcommand to top level command ... (check-in: 16f864af8f user: dave.vines)
04:52
Update the built-in SQLite to the next 3.10.0 beta. ... (check-in: cd58f59a47 user: drh tags: trunk)
2016-01-04
03:41
Update manifests on tag change. ... (check-in: 6f8f8667c9 user: jan tags: jan-manifest-tags)
03:10
Filter tags. ... (check-in: 53f2e7c540 user: jan tags: jan-manifest-tags)
02:54
Handle the three manifest files separately so manifest generation reconfigurations can be handled properly. ... (check-in: dacecc79aa user: jan tags: jan-manifest-tags)
02:16
Conditionally save manifests on commit. ... (check-in: 46b9adb70f user: jan tags: jan-manifest-tags)
00:36
Code normalization; tabs->spaces. ... (check-in: de30eec201 user: jan tags: jan-manifest-tags)
00:28
Add manifest.tags to generated zips, and decouple manifest and manifest.uuid. ... (check-in: aed6fe5308 user: jan tags: jan-manifest-tags)
00:22
Fix: Extract filename for manifest.tags. ... (check-in: 185669ce21 user: jan tags: jan-manifest-tags)
00:19
Added a missing finalize. ... (check-in: 6a56db89f6 user: jan tags: jan-manifest-tags)
2016-01-03
23:55
Add manifest.tags to tarballs when appropriate, and decouple manifest and manifest.uuid. ... (check-in: 80ceedbdea user: jan tags: jan-manifest-tags)
22:54
Add manifest.tags to the list of potentially reserved names and decouple manifest and manifest.uuid from each other. ... (check-in: 142cb7aabd user: jan tags: jan-manifest-tags)
22:46
Fix; second argument of db_get_versioned() is not that of db_get(). ... (check-in: 226e7c2842 user: jan tags: jan-manifest-tags)
21:19
manifest is a versionable setting. ... (check-in: e5b250959a user: jan tags: jan-manifest-tags)
21:16
Change manifest setting to a non-boolean. ... (check-in: 87a1547537 user: jan tags: jan-manifest-tags)
20:58
Started work on allowing manifest.tags to automatically be created containing the checkout's tags. Repurposed the manifest setting slightly allowing manifest and manifest.uuid to be toggled individually, but keeping backwards compatibility. ... (check-in: 9a2c75fc1c user: jan tags: jan-manifest-tags)
2016-01-02
10:49
[c541b6e734] Correct merge ... (check-in: 85aa2a6f76 user: dave.vines)
10:46
[c541b6e734] Add cli for attaching to wiki pages and tech notes ... (check-in: b208bf7577 user: dave.vines)
2016-01-01
20:49
Fix a bug in the manifest parser that can cause a read off the end of a buffer when doing a "fossil rebuild" on a repository that contains artifacts that start out looking like a valid special artifact but are not terminated by \n. This fixes a bug introduced by check-in [49b0ff15922674]. ... (check-in: 6013aea0c2 user: drh tags: trunk)
17:30
Update the built-in SQLite to the second beta for 3.10.0. ... (check-in: 987a80ef06 user: drh tags: trunk)
2015-12-31
16:10
Fix a harmless compiler warning in an assert() in delta.c. ... (check-in: d891af8385 user: drh tags: trunk)
16:06
Add the ability to have attachments on technotes. Add command-line support for technotes in the "fossil wiki" command. ... (check-in: 045deb27ce user: drh tags: trunk)
15:46
Add MIME types for C# and VB.NET. ... (check-in: 5e81f4c025 user: drh tags: trunk)
15:45
Use intrinsic byte-swapping functions to boost the performance of delta checksums. ... (check-in: 7338b3a951 user: drh tags: trunk)
15:44
Update the built-in SQLite to 3.10.0 beta for SQLite testing. ... (check-in: ec8394e166 user: drh tags: trunk)
15:18
Use intrinsic functions to boost the performance of the delta checksum. ... (Closed-Leaf check-in: 726ab361a8 user: drh tags: checksum-intrinsics)
11:31
[c541b6e734] Add attachments to technotes ... (Closed-Leaf check-in: 67288e935a user: dave.vines tags: technoteattach)
11:20
[c541b6e734] Add -technote option to wiki command ... (check-in: 467e493e89 user: dave.vines tags: technoteattach)
10:58
Create new branch named "technoteattach" ... (check-in: 5906ebc755 user: dave.vines tags: technoteattach)
00:25
Add primary MIME types for C# (.cs) and VB.NET (.vb) source code. ... (Closed-Leaf check-in: 33dd770461 user: mistachkin tags: dotnet-mime)
2015-12-29
21:52
Fix comment typos in main.c - including some comments that are used as on-line help text. ... (check-in: d76a980fd1 user: drh tags: trunk)
20:18
Add the --no-rebuild and --no-vacuum options to the "fossil import" command. ... (check-in: 219f967cd7 user: drh tags: trunk)
05:43
Several documentation wording improvements on the front page. ... (check-in: ebe25922f5 user: mistachkin tags: trunk)
2015-12-27
21:02
Further performance enhancements on the delta generator. ... (check-in: 09d3e7ebf0 user: drh tags: trunk)
20:05
Performance optimizations for the delta generator. ... (check-in: dbbe320297 user: drh tags: trunk)
18:49
For the "fossil server" command, set the HTTP_SERVER_HAD_REPOSITORY and HTTP_SERVER_HAD_CHECKOUT flags just as they would have been with the "fossil ui" command. ... (check-in: e4e0988477 user: drh tags: trunk)
2015-12-25
15:13
Enhance the test-delta-analyze command to show the size of the delta. ... (check-in: 138313df99 user: drh tags: trunk)
14:46
Performance optimization on the delta generator. ... (check-in: 2dd25909da user: drh tags: trunk)
13:42
Fix the "fossil import --git" command so that it does delta compression on the fly, and hence uses much less temporary disk space. Also show progress information unless --quiet is used. ... (check-in: 063779a14c user: drh tags: trunk)
03:20
Add a configuration option that will truncate the display of check-in comments on timelines at the first blank line. ... (check-in: 96101215ae user: drh tags: trunk)
02:25
Add "Related" and "Branch Only" buttons to the t= and r= query parameters for /timeline. ... (check-in: 953357515c user: drh tags: trunk)
00:20
Improvements to the way mlink is computed. Some unnecessary mlink entries are suppressed. Running "fossil rebuild" is recommended. ... (check-in: e2c53534b5 user: drh tags: trunk)
2015-12-24
20:50
Fix some over-length source code lines. No functional changes. ... (check-in: 9a8d082701 user: drh tags: trunk)
20:25
Enhance the /mlink page to handle the name= query parameter. ... (check-in: a1721621f6 user: drh tags: trunk)
19:18
Improvements to the /mlink webpage. ... (check-in: fba948a391 user: drh tags: trunk)
14:57
Update the built-in SQLite to the latest trunk version to fix a harmless compiler warning that comes up on newer Macs. ... (check-in: 44c147b078 user: drh tags: trunk)
14:36
Add the /mlink page (accessible only by Admin users) that shows MLINK table content for a check-in for debugging purposes. ... (check-in: 3fdc2c0127 user: drh tags: trunk)
13:28
Fix a harmless compiler warning and several over-length source code lines. ... (check-in: d94362b6ae user: drh tags: trunk)
2015-12-23
22:35
Merge trunk ... (check-in: 9a69d84e06 user: jan.nijtmans tags: pending-review)
21:37
Fix some outdated comments for clarity. ... (check-in: 6e3fcebcfc user: mistachkin tags: trunk)
21:35
Restore original definitions of the 'LOOK_*' flags. ... (check-in: 3161968463 user: mistachkin tags: trunk)
11:41
Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: 7c1568e3a0 user: baruch tags: enhance-reports)
11:10
Improvements to handling of localtime. The 'utc' and 'localtime' query parameters now work on all web pages. Timestamps can be expressed with a timezone modifier and that works correctly. ... (check-in: ea63a2d1f4 user: drh tags: trunk)
01:37
Enhancements to the lookslike functions. ... (check-in: 6b292eaa78 user: drh tags: trunk)
01:36
Improvements to activity reports. ... (check-in: c94dc804c4 user: drh tags: trunk)
2015-12-22
14:44
Removed unneeded variable ... (Closed-Leaf check-in: 2c5a5e82be user: baruch tags: pending-review)
13:40
Further design changes to hierarchical manifests. Still no actual code. ... (check-in: 47aa928240 user: drh tags: hierarchical-manifests)
07:18
Describe an enhancement to manifest artifacts that allows for an hierarchical description of the structure of a check-in. It is hoped that this new format will work more efficiently for large repositories, and make clone and pull from Git much easier and faster. This check-in is a documentation change only. the new hierarchical manifest type has not yet been implemented in code. ... (check-in: 7576a0f1b9 user: drh tags: hierarchical-manifests)
2015-12-21
20:17
Fix so that when showing stats for single user, that user's name is selected in the box ... (check-in: f6844f3a0a user: baruch tags: pending-review)
08:49
merge trunk ... (check-in: 255327f053 user: jan.nijtmans tags: pending-review)
2015-12-20
02:02
Make use of the new $ROOT feature in the on-line documentation. ... (check-in: 604862508b user: drh tags: trunk)
2015-12-19
14:39
Update the documentation to take advantage of the new $ROOT capabilities. ... (Closed-Leaf check-in: 8c0eabcb33 user: drh tags: use-ROOT)
14:38
Add support for expanding $ROOT in href= and action= of HTML output into the top-level directory of the repository. ... (check-in: e57ab29584 user: drh tags: trunk)
14:12
Initial support for managing technotes from the command-line. ... (Closed-Leaf check-in: 0a13f4cb5f user: djv tags: technote-cli)
13:08
Fix a minor typo in the git-import logic. ... (check-in: f7afea949d user: drh tags: trunk)
2015-12-17
15:58
Clean rebuild of SQLite (so the source_id of fts5 matches the one from SQLite itself) ... (check-in: 5b30c544d5 user: jan.nijtmans tags: trunk)
03:29
Minor corrections in grammar to Fossil vs Git rewrite. ... (check-in: 0b90da304f user: andybradford tags: trunk)
02:02
Remove stale code accidently left in an earlier commit. ... (check-in: 61c8d41872 user: drh tags: trunk)
2015-12-16
19:01
Enhancements to the "webpage-ex.md" documentation page: "Webpage Examples". ... (check-in: 03a64a6fef user: drh tags: trunk)
18:31
Further edits to the fossil-v-git.wiki page. ... (check-in: 7c32a7847c user: drh tags: trunk)
16:13
Rewrite the "fossil versus git" document. ... (check-in: ca891ab6c1 user: drh tags: trunk)
02:31
Record fewer digits of the SHA1 hashes in the JSON that defines a timeline graph. ... (check-in: eba1995222 user: drh tags: trunk)
01:21
Add the unpub query parameter to the /bloblist webpage. ... (check-in: c8b1e81f11 user: drh tags: trunk)
01:06
Add 'download' parameter to the 'artifact' web page that allows a specific artifact to be downloaded by specifying the file name and check-in. ... (check-in: d10e2cb639 user: drh tags: trunk)
00:59
Add 'download' parameter to the 'artifact' web page that allows a specific artifact to be downloaded by specifying the file name and check-in. ... (Closed-Leaf check-in: 4093347447 user: mistachkin tags: artifactDownload)
2015-12-15
20:53
Fix a missing hyperlink in the change log. ... (check-in: 2684124311 user: drh tags: trunk)
20:51
Update the version number to 1.35. Begin writing the change log for version 1.35. ... (check-in: f998a1bf29 user: drh tags: trunk)
20:18
Minor fix to the previous "fossil diff" enhancement to avoid unnecessary warnings about directories not being found if the directory does not contain any files that were changed. ... (check-in: b789df4bb6 user: drh tags: trunk)
20:07
Enhance the "fossil diff" command so that it accepts directories as arguments and shows diffs on all files contained within those directories. ... (check-in: c46f98055c user: drh tags: trunk)
16:12
Add the "bisect" query parameter the /timeline. Add the "fossil bisect ui" command that runs "fossil ui -page 'timeline?bisect'". ... (check-in: cbde2cf7e4 user: drh tags: trunk)
14:46
Add the --page option to the "fossil ui" command. ... (check-in: f55f64e2d8 user: drh tags: trunk)
2015-12-14
23:13
Fix the "add" command so that it prints "SKIP" instead of "ADDED" for files that are already under management. Code to do this was already in place, but it did not work correctly due to a logic error. ... (check-in: d252cfd66d user: drh tags: trunk)
2015-12-13
03:13
Fix one error and add an additional note to the article on the annotate algorithm. ... (check-in: 9828493c99 user: drh tags: trunk)
02:55
Add the [/doc/trunk/www/blame.wiki] document briefly describing the algorithm used to compute "blame" in Fossil. ... (check-in: 91af24e6c9 user: drh tags: trunk)
02:11
Enhance the /finfo webpage so that when it is showing the ancestors of a particular check-in, it only shows direct ancestors, the same as the /annotate and /blame pages. ... (check-in: f8db2c7489 user: drh tags: trunk)
01:37
Fix typo on the TH1 extension commands page. Also, for now, remove the 'todo' section. ... (check-in: dfa8efc5ac user: mistachkin tags: trunk)
01:26
Bring some comments in the "blame" logic up-to-date. No changes to code. ... (check-in: 05f73ffb87 user: drh tags: trunk)
00:35
Change compute_direct_ancestors() to use a recursive common table expression. ... (check-in: 6599d09729 user: drh tags: trunk)
2015-12-12
20:01
Eliminate unused variable $suffix ... (check-in: 6d84c6325e user: jan.nijtmans tags: trunk)
2015-12-11
20:52
Enhance the "mkdownload.tcl" script so that it recognizes either tarballs or ZIP archives, with a preference for tarballs. ... (check-in: fb94a70da4 user: drh tags: trunk)
16:14
Update the built-in SQLite to the latest trunk version (3.10.0 alpha). ... (check-in: 22681034c1 user: drh tags: trunk)
16:11
Add the nohdr boolean query parameter to the /vdiff page. ... (check-in: 2532f1bccc user: drh tags: trunk)
15:53
Remove incorrect documentation regarding cloning via SSH. Fossil does not touch passwords when SSH is used for cloning. ... (check-in: 230fdcf692 user: andybradford tags: trunk)
12:50
Fix [http://www.sqlite.org/src/info/96d3e99ffe59b528|96d3e99ffe59b528]: Memory allocation bug. I saw crashes on 32-bit Linux (Ubuntu 14.04), so it's not only win32 which was affected by this bug. ... (check-in: b85b159bee user: jan.nijtmans tags: trunk)
2015-12-10
13:11
Improved documentation for cloning, including mentioning the use of %40 for "@" characters in the userid. ... (check-in: b5354f19f2 user: drh tags: trunk)
2015-12-08
12:45
Add the ".changes ON|OFF" command to the "fossil sqlite" command-line shell ... (check-in: 1e723a12d3 user: jan.nijtmans tags: trunk)
2015-12-07
18:19
Update the built-in SQLite to fix a harmless but annoying bug in the directory sync logic. ... (check-in: a4889252f1 user: drh tags: trunk)
2015-12-05
21:28
Get the correct date for clusters when describing artifacts. ... (check-in: 13b68865c1 user: drh tags: trunk)
21:22
On the /artifact page, provide an improved description of cluster artifacts. Also show the rcvfrom information on all artifacts to Admin and Setup users. ... (check-in: 8b2d32cc9d user: drh tags: trunk)
20:04
Improvements to the /bigbloblist page. Fix the output_table_sorting_javascript() routine so that the sort is stable even when selecting a field that defaults to sorting in reverse order. ... (check-in: f982642315 user: drh tags: trunk)
19:21
Add the /bigbloblist information page. ... (check-in: 483317fb0e user: drh tags: trunk)
18:53
Minor tweak to the server.wiki document. ... (check-in: e75f160c2e user: drh tags: trunk)
2015-12-04
14:57
off-by-24 error in handling of long directory names (>MAX_PATH-12) on Windows ... (check-in: 2900c25d1a user: jan.nijtmans tags: trunk)
14:36
Update OpenSSL to version 1.0.2e ... (check-in: 1376aa440b user: jan.nijtmans tags: trunk)
00:40
Update the built-in SQLite to the latest 3.10.0 alpha. ... (check-in: 5032c50d14 user: drh tags: trunk)
2015-12-03
22:53
On Windows, deal with the reserved 12 characters (8.3) always needed for long directory names. ... (check-in: 9571b68a7a user: drh tags: trunk)
15:41
Improved cross-linking of clusters. ... (check-in: 24606598a7 user: drh tags: trunk)
15:19
Do not duplicate markdown titles in the title of the page and in the body of the document. ... (check-in: d407c38421 user: drh tags: trunk)
15:07
When markdown begins with a &lt;h1&gt; HTML element, consider the content of that element to be the title of the document. ... (check-in: cc7f4df417 user: drh tags: trunk)
08:57
Correct code for style, no change in functionality. ... (Closed-Leaf check-in: 654fb1f4af user: andybradford tags: pending-review)
08:36
Crosslink clusters so that fossil test-clusters and test-describe-artifacts will be able to identify them correctly. ... (check-in: 81bdb68764 user: andybradford tags: pending-review)
2015-12-02
20:23
Experimental changes to deal with the reserved 12 characters (e.g. 'FILENAME.EXT') always needed for long directory names on Windows. ... (Closed-Leaf check-in: 6ebef28f2b user: mistachkin tags: pending-review)
20:18
Fix harmless compiler warning. ... (check-in: a3691d7679 user: mistachkin tags: trunk)
09:55
Capitalize "Fossil" in the concepts.wiki document. ... (check-in: b63c430002 user: drh tags: trunk)
09:50
Improved command-line help for push, pull, sync, and clone commands. ... (check-in: 26d0c20a37 user: drh tags: trunk)
2015-11-30
00:23
Remove extra colon and space in section topics in style guidelines. ... (check-in: 069084afc2 user: andybradford tags: trunk)
2015-11-29
17:33
Fix the backslash-octal escapes on the filename quoting while importing from git. ... (check-in: 09cf1ad8ee user: drh tags: trunk)
03:51
Fix incorrect form generation for zip pages from redirected anonymous login. This only happens when the zip permission is only allowed after anonymous login is successful. ... (check-in: 167dec48fb user: andybradford tags: trunk)
2015-11-28
19:59
Include the filename in the form action when redirected from login required to avoid needing to use Content-Disposition header to hint the client what the filename is. ... (Closed-Leaf check-in: 5f32bf719d user: andybradford tags: pending-review)
2015-11-24
23:41
Fix compiler warnings seen with MSVC. Add comments. ... (check-in: 52e3d9d845 user: mistachkin tags: trunk)
23:38
Prevent the test command 'test-th-hook' from segfaulting when TH1 hooks are disabled. Also, add and enhance comments. ... (check-in: ddd4cb5254 user: mistachkin tags: trunk)
2015-11-23
20:53
fixed typo as suggested on ML ... (check-in: 565d1b0a38 user: m.ramakers@gmail.com tags: trunk)
2015-11-22
05:30
Restore historical behavior of allowing both pull-only and pullonly in autosync setting. ... (check-in: acc0200a4a user: andybradford tags: trunk)
2015-11-21
18:37
Revise TH1 proc_command fix from the previous check-in so it more closely matches the original fix from [f2d87242503d7a7d]. ... (check-in: c66083eded user: mistachkin tags: trunk)
17:25
If the proc argument list is an empty list, don't segfault by accessing memory outside the bounds of the array. For example, as used in the footer [/artifact/7f36cbf30a82ef3cec30c1917a96415fa7d76eeb?txt=1&ln=3] ... (check-in: 7c3cb470e6 user: andybradford tags: trunk)
2015-11-19
09:44
Fix uninitialized variable in command-line shell [http://www.sqlite.org/src/info/dc2ac024d31a898b|dc2ac024d3] and other shell improvements, cherry-picked from SQLite trunk. ... (check-in: 63256980ee user: jan.nijtmans tags: trunk)
2015-11-18
13:50
Check for ENABLE_DBSTAT_VTAB feature in stead of SQLite version number before using the dbstat virtual table: It might be that the SQLite version is OK, but it is compiled without ENABLE_DBSTAT_VTAB. ... (check-in: 1a6892aeb7 user: jan.nijtmans tags: trunk)
2015-11-17
23:22
Show how to enable/disable the access-log and admin-log from their display pages. Add the "Stats" button to the Admin main menu. ... (check-in: 3967d043e8 user: drh tags: trunk)
19:58
Add the Access-Log submenu button to the User List page. ... (check-in: e60a021167 user: drh tags: trunk)
19:52
Revamp the user list setup page. Show the last change time and expiration date for each login. Make the user list sortable using javascript. ... (check-in: 01b1319931 user: drh tags: trunk)
19:51
Change the user list to a sortable table. ... (Closed-Leaf check-in: 72de3100c2 user: drh tags: user-config-revamp)
17:12
Improved display of the user list on the setup menu. ... (check-in: d3fbf71738 user: drh tags: user-config-revamp)
14:29
Move the side-bar documentation for the user-list page onto a separate page accessible from the "Help" submen of the user-list page, for improved readability. ... (check-in: 18df719ed5 user: drh tags: user-config-revamp)
2015-11-16
03:43
Restore a comment containing the 'font' tag as it correctly describes the underlying code. ... (check-in: c6afc979ab user: mistachkin tags: html-cleanup)
02:42
Remove deprecated &lt;font&gt; tags. ... (check-in: 46861220d3 user: Isius tags: html-cleanup)
01:45
Remove deprecated &lt;center&gt; tags. ... (check-in: d57f239570 user: Isius tags: html-cleanup)
2015-11-14
19:03
Fix a memcmp() that really should be fossil_strcmp(). ... (check-in: 5853fcf132 user: drh tags: trunk)
16:16
Enhanced description of how to set up the /proc filesystem inside of a chroot jail. ... (check-in: 28a1da05b1 user: drh tags: trunk)
2015-11-13
10:00
pedantic upstream cson -Wall/-Werror fixes (unused static consts) for clang. ... (check-in: f5bed9ce54 user: stephan tags: trunk)
2015-11-12
16:00
Fedora 23 is latest. Build shared tcl8.6 inside fossil docker container (so it can be left out if desired) ... (check-in: ddca9b079e user: jan.nijtmans tags: trunk)
11:37
Micro-optimization in lookslike* functions, proving that LOOK_CR can be expressed as (LOOK_LONE_CR | LOOK_CRLF) and LOOK_LF as (LOOK_LONE_LF | LOOK_CRLF). This saves 6 assembler-instructions in the loops. Ready to be reviewed. ... (check-in: 13c796a496 user: jan.nijtmans tags: pending-review)
11:32
re-shuffle LOOK_XXX flags such that LOOK_CR and LOOK_LF are last ... (check-in: b29b7fd361 user: jan.nijtmans tags: pending-review)
2015-11-10
16:38
Add the "fossil all config pull" command. ... (check-in: d3b14a8e62 user: drh tags: trunk)
12:16
Fix a missing comma in the /test_env page. ... (check-in: 5f962bfaf4 user: drh tags: trunk)
2015-11-09
08:58
Cherry-pick part of [http://www.sqlite.org/src/info/138783b553602a05|138783b5] from SQLite trunk. Harmless compile warning. ... (check-in: 9a11b49e65 user: jan.nijtmans tags: trunk)
2015-11-06
08:45
Cherry-pick part of [http://www.sqlite.org/src/info/138783b553602a05|138783b5] from SQLite trunk. Reported by Don Porter here: [http://cyqlite.sourceforge.net/cgi-bin/sqlite/tktview?name=d4593fcd90] (If SQLite 3.9.3 is ever released, I hope this harmless warning is fixed in it) ... (check-in: ac3771966a user: jan.nijtmans tags: branch-1.34)
08:09
Use the same definition of BINARY in multiple places of fossil. Reported by sky5walk. ... (check-in: b51ba29365 user: jan.nijtmans tags: trunk)
2015-11-05
05:27
Add new environment variables to the set that is displayed on the /test_env page. ... (check-in: ffe4149e18 user: mistachkin tags: branch-1.34)
02:38
Add new environment variables to the set that is displayed on the /test_env page. ... (check-in: 690824e991 user: drh tags: trunk)
2015-11-04
23:42
Include the release version number in the footer of all the built-in skins. ... (check-in: c39315375f user: mistachkin tags: branch-1.34)
23:42
Make the --with-tcl configure option able to cope with systems where using '-lieee' from TCL_LIB_SPEC appears to cause issues. ... (check-in: 7a0d543a78 user: mistachkin tags: branch-1.34)
23:41
Fix over-length source code lines and memory leaks in the 'clean' command. ... (check-in: 98e694422a user: mistachkin tags: branch-1.34)
23:41
Permit compilation without Tcl private stubs using Tcl 8.5. ... (check-in: e0773f3d83 user: mistachkin tags: branch-1.34)
23:41
Indicate that OpenBSD builds are 5.x not 4.x. ... (check-in: de8438cdcd user: mistachkin tags: branch-1.34)
23:40
Document the --quiet option to 'fossil rebuild'. ... (check-in: c685c46daf user: mistachkin tags: branch-1.34)
17:51
Improved highlighting of changes in the color-coded side-by-side diff. ... (check-in: 81cae7feac user: drh tags: trunk)
12:02
Update the built-in SQLite to version 3.9.2 ... (check-in: ac3889f03b user: jan.nijtmans tags: branch-1.34)
00:50
Don't prompt when using -x ... (check-in: e24b5abaf2 user: jan.nijtmans tags: cleanX-no-clean-glob)
00:36
Include the release version number in the footer of all the built-in skins. ... (check-in: 2186f0f0e7 user: drh tags: trunk)
00:18
Fix issue with [9ecbfb3724] that caused the versioned 'allow-symlinks' setting to be ignored. ... (check-in: 81d7ce3018 user: mistachkin tags: trunk)
2015-11-03
23:50
merge cleanX ... (check-in: 607bc737e7 user: jan.nijtmans tags: cleanX-no-clean-glob)
23:50
Don't prompt when using -x ... (check-in: daf352e7a1 user: jan.nijtmans tags: cleanX)
22:50
merge trunk ... (check-in: c7fbeb7aaa user: jan.nijtmans tags: cleanX)
22:09
Update the built-in SQLite to version 3.9.2 ... (check-in: aa92270fe9 user: jan.nijtmans tags: trunk)
21:50
Enable symlinks by default on non-Windows platforms and make sure that the 'open' command honors the global 'allow-symlinks' setting in addition to the versioned and per-repository ones. ... (check-in: 9ecbfb3724 user: mistachkin tags: trunk)
21:46
Make sure that the 'open' command honors the global 'allow-symlinks' setting in addition to the versioned and per-repository ones. ... (Closed-Leaf check-in: 8aed22a231 user: mistachkin tags: unixSymlinks)
19:51
Enable 'allow-symlinks' setting by default on non-Windows platforms. ... (check-in: 6ee986b1d7 user: mistachkin tags: unixSymlinks)
13:49
Updates to the "fossil clean" command: Added the -i/--prompt option. Always report if unable to delete a file. Fixed memory leaks and over-length source code lines. ... (check-in: c985d905c6 user: drh tags: trunk)
05:47
merge cleanX ... (check-in: 346d62a411 user: jan.nijtmans tags: cleanX-no-clean-glob)
04:47
merge trunk ... (check-in: 23024b4a6c user: jan.nijtmans tags: cleanX)
03:47
Simplify and enhance changes from the previous check-in. ... (check-in: 653b6b9240 user: mistachkin tags: trunk)
03:36
Make the --with-tcl configure option able to cope with systems where using '-lieee' from TCL_LIB_SPEC appears to cause issues. ... (check-in: cbe4af9ea8 user: mistachkin tags: trunk)
01:20
Always print a warning if "fossil clean" is unable to remove a file, even if the --verbose option is omitted. ... (Closed-Leaf check-in: 6c2a2087d2 user: drh tags: clean-cmd-cleanup)
01:07
Add the -i or --prompt option to the "fossil clean" command. ... (check-in: 1c9da04a39 user: drh tags: clean-cmd-cleanup)
00:46
Fix over-length source code lines and memory leaks in the “clean” command. ... (check-in: 4c8b1e819c user: drh tags: clean-cmd-cleanup)
2015-11-02
23:05
Permit compilation without Tcl private stubs using Tcl 8.5. ... (check-in: b500f89c38 user: mistachkin tags: trunk)
20:13
Indicate that OpenBSD builds are 5.x not 4.x. ... (check-in: ca3ed9d49c user: drh tags: trunk)
18:51
Document the --quiet option to "fossil rebuild" ... (check-in: a25702b019 user: drh tags: trunk)
17:35
Version 1.34 ... (check-in: 62dcb00e68 user: drh tags: trunk, release, version-1.34)
2015-11-01
18:14
Change all references to the tcl.tk domain into tcl-lang.org. ... (check-in: 808cda318d user: drh tags: trunk)
2015-10-30
23:04
Update the "fossil bisect chart" display so that no check-in is shown more than once. CURRENT is marked on the right if it overlaps with a GOOD or BAD check-in. ... (check-in: 4da2f01266 user: drh tags: trunk)
12:19
Add the missing image file from the previous check-in. ... (check-in: f188505daf user: drh tags: trunk)
12:16
Add the [http://xkcd.com/1597/] cartoon to the set of quotes about Git. ... (check-in: 227b837a6c user: drh tags: trunk)
2015-10-27
23:59
Correct typo in change log. ... (check-in: 37f7b0fb00 user: mistachkin tags: trunk)
18:21
Change the mimetype for .n and .man files to text/plain. ... (check-in: addf43c0dd user: drh tags: trunk)
18:19
Updates to the change log. Trying to get the next release out... ... (check-in: 39982e6bf5 user: drh tags: trunk)
01:21
Add the 'exec-rel-paths' setting and its machinery to permit relative paths to be used when calling external diffing tools. ... (check-in: 825d78b6f7 user: mistachkin tags: trunk)
2015-10-26
18:00
Automatically pull before running the "fossil merge" command, in case there have been new check-ins to the branch being merged. ... (check-in: 16501a04a7 user: drh tags: trunk)
01:18
Skip diff for files that are ADDED_BY_INTEGRATE. ... (check-in: a6b999ce13 user: mistachkin tags: trunk)
2015-10-24
14:10
Fix "json timeline" to don't show duplicate files in some chek-ins with merge. Same way CLI timeline was fix on [3c34db8d]. ... (check-in: 26d903de0c user: mgagnon tags: trunk)
2015-10-22
15:56
Change the mimetype for “man” and “n” to text/plain. ... (Closed-Leaf check-in: b38adc347a user: drh tags: mimetype-changes)
11:36
Cherry-pick unrelated comment fixes from "pending_review" branch. ... (check-in: c1c8d728f9 user: jan.nijtmans tags: trunk)
11:30
Merge trunk. Almost forgot about this one. Please review. ... (Closed-Leaf check-in: af7de966ff user: jan.nijtmans tags: exec-rel-paths)
2015-10-21
21:06
Correct and enhance tests. ... (check-in: 3b691ce90c user: mistachkin tags: trunk)
20:39
Add the 'encode64' command to TH1. ... (check-in: 3f21421a51 user: mistachkin tags: trunk)
12:04
Backout changes from timeline_showfiles_fix branch which was attempting to fix discrepancy between CLI and web when listing modified files in checkins. Make "fossil timeline -v" command behave like the web interface so the CLI timeline command get fixed instead of breaking the web interface. ... (check-in: 3c34db8d0e user: mgagnon tags: trunk)
2015-10-20
17:40
Cherrypick of [2a1d7e0efc]. Docker build 'release' by default. Meant for upcoming Fossil release. ... (check-in: b88e6c7746 user: mistachkin tags: trunk)
08:14
Docker build "release" by default. Meant for upcoming Fossil release. ... (Closed-Leaf check-in: 2a1d7e0efc user: jan.nijtmans tags: pending-review)
07:41
Backout [9431fec1ea098feab24002d4c3bfa0132017ef39]: It causes too many files being displayed in various screens. Reported in fossil-dev and Tcl Core mailing list. ... (check-in: 5903a70bd5 user: jan.nijtmans tags: pending-review)
2015-10-19
18:22
Tweaks to change log. ... (check-in: f324a0a4b2 user: mistachkin tags: trunk)
14:52
On systems with case-insensitive filenames, allow "fossil rename OLD NEW" where OLD and NEW differ only in case. ... (check-in: fd2dbf4368 user: drh tags: trunk)
12:02
Prevent duplicate entries on the file list of a timeline. ... (check-in: 22e0427b10 user: drh tags: trunk)
2015-10-16
20:05
Update the built-in SQLite to version 3.9.1. ... (check-in: 3cff1b8f0a user: drh tags: trunk)
2015-10-15
12:16
Update the built-in SQLite to version 3.9.0 plus a few minor fixes for harmless details. ... (check-in: bc16590e21 user: drh tags: trunk)
2015-10-14
13:58
Update the version number to 1.34. Update the change log with some additional changes. Preparing for a new release. ... (check-in: 47ee063e83 user: drh tags: trunk)
12:35
Update the built-in SQLite to version 3.9.0 final. ... (check-in: 82d84295a8 user: drh tags: trunk)
2015-10-12
12:12
Add the ymd= query parameter to the /timeline page. ... (check-in: 16ce7ef0c5 user: drh tags: trunk)
2015-10-10
17:47
Sync up the custom MinGW makefile. ... (check-in: 9eb222c1a8 user: mistachkin tags: trunk)
15:58
Remove another instance of strcpy() from FTS5 in SQLite 3.9.0, to mollify OpenBSD. ... (check-in: 921d670350 user: drh tags: trunk)
15:13
Update the SQLite 3.9.0 beta with fixing for warnings on various obscure compilers. Omit the use of strcpy() in FTS5 since OpenBSD hates strcpy(). ... (check-in: d4a34293ae user: drh tags: trunk)
14:03
SQLite 3.9.0 beta 2. The first 3.9.0 beta gave compiler errors on some older platforms, which are fixed here. Behold the reason why I check-in SQLite betas into the Fossil trunk. ... (check-in: 0b81254c79 user: drh tags: trunk)
13:36
Fix the show-files option for timelines so that it shows all files affected, even if they are coming in from a merge. ... (check-in: 9431fec1ea user: drh tags: trunk)
13:32
Update the built-in SQLite to the first 3.9.0 beta. Enable JSON1 and FTS5 support (though not currently used). ... (check-in: 7428117cbf user: drh tags: trunk)
2015-10-08
01:37
revert accidental line addition in comment header. ... (Closed-Leaf check-in: f8dbed8e7c user: mgagnon tags: timeline_showfiles_fix)
01:34
Fix /timeline?v=1 and /info page that were not showing all affected files for check-ins with 2 ancestors or more. pending-review ... (check-in: 9f7a681d6d user: mgagnon tags: timeline_showfiles_fix)
2015-10-07
17:31
Update the built-in SQLite to the first 3.8.12 beta. ... (check-in: b4b551aa66 user: drh tags: trunk)
2015-10-05
17:41
Improvements to the way that the CSS URL is generated. ... (check-in: 8298f4e360 user: drh tags: trunk)
13:15
Enhancements to the /timewarps page. ... (check-in: c9b0b7cacb user: drh tags: trunk)
2015-10-03
21:35
New enhancements to the /timewarps page. ... (Closed-Leaf check-in: a766e7501e user: drh tags: timewarp-enhancements)
2015-10-02
20:38
Update the built-in SQLite to the latest 3.8.12 beta. ... (check-in: 1059aae93c user: drh tags: trunk)
10:37
Improve error handling in "fossil sqlite" command ".tables". Cherry-pick from SQLite trunk. ... (check-in: 5c9aecae21 user: jan.nijtmans tags: trunk)
10:35
Let's bring down the number of eol-spaces someswhat more. No functional changes. ... (check-in: e757cd3d23 user: jan.nijtmans tags: trunk)
2015-09-28
21:26
Improved /timewarp webpage. Formerly known as /test_timewarp. ... (check-in: 583e2f8f2c user: drh tags: trunk)
14:53
Update the built-in SQLite to an 3.8.12 alpha version that fixes the ONEPASS optimization bug. ... (check-in: 292659684c user: drh tags: trunk)
2015-09-25
00:02
Update the built-in SQLite to the 3.8.12 alpha that includes the ShmBarrier fix. ... (check-in: 96e698d23c user: drh tags: trunk)
2015-09-24
02:03
Do not allow a login to occur if the USER.INFO field contains the text "expires YYYY-MM-DD" where YYYY-MM-DD is not in the future. ... (check-in: 9271b4bb35 user: drh tags: trunk)
2015-09-20
18:17
merge "stash cat" ... (check-in: ba9d3f08a1 user: bch tags: trunk)
2015-09-16
10:49
eliminate many unnessary type-casts ... (check-in: 5b456cfa6b user: jan.nijtmans tags: trunk)
09:18
Add some "const" keywords in appropriate places. No change in functionality. Eliminates some compiler warnings. ... (check-in: a6fd491d3a user: jan.nijtmans tags: trunk)
08:57
Remove unnecessary end-of-line spacing in various places ... (check-in: 4db19dccd3 user: jan.nijtmans tags: trunk)
2015-09-15
19:11
"cat" synonym for "stash show" ... (Closed-Leaf check-in: 533f8b6aea user: bch tags: stash-cat)
18:58
Make sure memory returned from db_get() has been properly reallocated if it uses the default value. ... (check-in: 868404c0a3 user: drh tags: trunk)
2015-09-12
19:18
Fix the "fossil diff --undo" option so that it works even when called from a subdirectory of the project. ... (check-in: f6c13632bb user: drh tags: trunk)
2015-09-11
13:53
Add support for the --undo option to the "fossil diff" command. ... (check-in: 485aa80625 user: drh tags: trunk)
13:14
Fix some commenting and variable naming convensions in the diff code. No logical changes. ... (check-in: 4140eb3575 user: drh tags: trunk)
11:43
Update the built-in SQLite to the latest SQLite (3.8.12 alpha). ... (check-in: cc0c939202 user: drh tags: trunk)
2015-09-07
00:34
Added documentation to commit for user and date override options. ... (check-in: 65ff0ab281 user: sdr tags: trunk)
2015-09-04
15:51
Merge from trunk. ... (check-in: f571ded368 user: sdr tags: winsymlink)
15:44
Fixed a broken conditional for code which should only be compiled on Windows but was only being compiled for posix. ... (check-in: 5bbf1ab3f5 user: sdr tags: winsymlink)
12:29
update changelog ... (check-in: c5317b3a3a user: jan.nijtmans tags: trunk)
11:45
merge trunk ... (check-in: 45cbbad4dd user: jan.nijtmans tags: cleanX)
11:42
A few general symlink handling fixes, cherrypicked from "winsymlink" branch ... (check-in: 9867a3ec7c user: jan.nijtmans tags: trunk)
2015-09-03
23:15
Merged from trunk with a few tiny edits to make new functionality work on Windows ... (check-in: 8f33e49dd4 user: sdr tags: winsymlink)
2015-08-29
23:04
Fedora 21 -> 22 ... (check-in: 1c708ccc8f user: jan.nijtmans tags: trunk)
15:24
Merge fix from svn-import branch relative to svndump format version 3 handling. ... (check-in: 7febc31883 user: mgagnon tags: trunk)
2015-08-27
14:24
Update change log. ... (check-in: d43847c968 user: mistachkin tags: trunk)
04:39
Update TH1 'dir' command syntax in docs. ... (check-in: 73960e0de5 user: mistachkin tags: trunk)
04:38
Add the TH1 'dir' command, with docs and tests. ... (check-in: f4ceace8f5 user: mistachkin tags: trunk)
2015-08-26
19:49
Regenerate and sync-up MinGW makefiles. ... (check-in: e947fce957 user: mistachkin tags: trunk)
14:09
Disable optimizations when debugging with mingw ... (check-in: e5bbc1bf16 user: baruch tags: trunk)
14:06
fix bug in finding previous version of changed file ... (Closed-Leaf check-in: 24048eadf9 user: baruch tags: svn-import)
09:57
Add comment on usage to mingw makefile ... (check-in: 1b6f257c3d user: baruch tags: trunk)
09:34
Bring svn import up to date in an attempt to finish it ... (check-in: c75ca53eee user: baruch tags: svn-import)
2015-08-24
08:56
put permuted index of docs after non-permuted index ... (Closed-Leaf check-in: 49a77b5184 user: michai tags: doc-bold-canonical)
2015-08-22
12:42
merge trunk ... (check-in: b00e60194e user: michai tags: doc-bold-canonical)
2015-08-21
09:15
merge trunk ... (check-in: 0ab66b742c user: jan.nijtmans tags: cleanX)
04:33
Merge updates from trunk. ... (Closed-Leaf check-in: bf380d4b5b user: mistachkin tags: ckol-th1-dir-cmd)
04:33
Update and improve comments. ... (check-in: 676d97d70c user: mistachkin tags: ckol-th1-dir-cmd)
2015-08-18
13:28
Update the built-in SQLite to version 3.8.11.1 ... (check-in: 7842b8ab31 user: jan.nijtmans tags: trunk)
07:53
Also correct syntax error message. ... (check-in: eb3796a81d user: mistachkin tags: ckol-th1-dir-cmd)
07:52
Merge updates from trunk. ... (check-in: 08b8a4ba2d user: mistachkin tags: ckol-th1-dir-cmd)
07:49
Add support for optional per-file details in the TH1 dir cmd, using a list-of-lists. ... (check-in: 83f50997be user: mistachkin tags: ckol-th1-dir-cmd)
2015-08-15
20:04
Add link to the Tcl docs. ... (check-in: 5c49850e26 user: mistachkin tags: trunk)
18:48
Merge updates from trunk. ... (check-in: e4db8fe84f user: mistachkin tags: ckol-th1-dir-cmd)
18:48
Remove stray debugging output in tests. ... (check-in: 5fdf670fa9 user: mistachkin tags: trunk)
18:47
Restore read-only TH1 tests to their original file. Coding style fixes in tests. Add 'dir' command to the expected command list test. ... (check-in: 25e9c00b8c user: mistachkin tags: ckol-th1-dir-cmd)
18:46
permuted index: removed bold attribute for canonical titles, and instead (also) list them separately ... (check-in: 6692087939 user: michai tags: doc-bold-canonical)
18:37
Coding style and compiler warning fixes. ... (check-in: 4b17cb66e8 user: mistachkin tags: ckol-th1-dir-cmd)
18:11
mention 'ckout' as pseudo-tag for previewing changes to embedded documentation in Check-in Names page ... (check-in: d282fc18d4 user: michai tags: trunk)
13:37
added copyright header to test file ... (check-in: a0d01050a1 user: ckolumbus tags: ckol-th1-dir-cmd)
13:22
* factored out th1 tests from th1.test that need a repository (takes longer to test) * fixed tests that had wrong result expectations * finally: implemented test for new th1-dir-cmd ... (check-in: 484d7d8ea7 user: ckolumbus tags: ckol-th1-dir-cmd)
2015-08-14
23:13
display canonical titles in bold within permuted documentation index ... (check-in: 2a8dd75142 user: michai tags: doc-bold-canonical)
19:40
added documentation for new th1 command 'dir' ... (check-in: 00e634fecb user: ckolumbus tags: ckol-th1-dir-cmd)
19:29
implemented th1 comman 'dir' similar to cli 'ls' ... (check-in: 5d56fb7e2c user: ckolumbus tags: ckol-th1-dir-cmd)
19:17
Create new branch named "ckol-th1-dir-cmd" ... (check-in: 19503f888b user: ckolumbus tags: ckol-th1-dir-cmd)
2015-08-13
18:41
Fix a faulty assert() in the search blob_append(). ... (check-in: 915d61933c user: drh tags: trunk)
2015-08-12
05:39
Remove unused variable after merge of check-in-edit changes. ... (check-in: d17dc8f220 user: andybradford tags: trunk)
04:51
Fix a harmless compiler warning. ... (check-in: c64989d5a0 user: drh tags: trunk)
00:51
Fix the day-of-week activity report to be more accurate. Also fix a crash bug that occurs when trying to run "fossil ui" on a fresh repo. ... (check-in: e747dd8563 user: drh tags: trunk)
2015-08-11
04:03
Integrate new command [/help?cmd=amend|amend] into trunk. ... (check-in: c73c95cc65 user: andybradford tags: trunk)
2015-08-07
05:16
Merge in changes from trunk. ... (Closed-Leaf check-in: 5246eac0c8 user: andybradford tags: check-in-edit)
05:15
Integrate change to disallow passing in a NULL pointer to blob_append. ... (check-in: dd75bc574d user: andybradford tags: trunk)
2015-08-06
05:14
If caller doesn't provide a UUID, leave it out of the message. ... (check-in: fbf3a5dd87 user: andybradford tags: check-in-edit)
04:52
Add additional tests and helper procedures and isolate some tests more. ... (check-in: 892e523f7c user: andybradford tags: check-in-edit)
2015-08-05
06:42
Add test for NULL UUID argument handling. ... (check-in: 5c9a0fa7cf user: andybradford tags: check-in-edit)
2015-08-03
18:35
Integrate andygoth-undo-redo-revert-spacing. ... (check-in: 0a2ebe576d user: andygoth tags: trunk)
2015-08-02
04:17
Additional tests for the rest of the arguments. ... (check-in: ac3ccc4e72 user: andybradford tags: check-in-edit)
04:16
If the UUID is not legitimate or cannot be found, return an error. ... (check-in: e4b5c2c227 user: andybradford tags: check-in-edit)
02:44
Avoid using a null pointer resulting in a segfault if caller sends in null. ... (Closed-Leaf check-in: 2d714a4e48 user: andybradford tags: pending-review)
2015-08-01
06:46
Add some tests for -close and -hide. ... (check-in: b1dd95c7d9 user: andybradford tags: check-in-edit)
06:40
Make -close and -hide no-ops if the checkin already has those tags. ... (check-in: 1c8fdd253e user: andybradford tags: check-in-edit)
01:47
Add test for newly added code that checks the datetime format is correct. ... (check-in: 3740d83f39 user: andybradford tags: check-in-edit)
2015-07-31
07:33
Add test for -date option. ... (check-in: f2748b4535 user: andybradford tags: check-in-edit)
07:22
Check that the date provided will actually come back out of the database before allowing it in. Also, allow altering a date or user that may be wrong. ... (check-in: 44fda3228b user: andybradford tags: check-in-edit)
2015-07-30
06:53
Add comment header to test file. ... (check-in: 161f4348ca user: andybradford tags: check-in-edit)
06:49
Begin adding tests for new amend command. ... (check-in: ae7b579d82 user: andybradford tags: check-in-edit)
2015-07-29
18:44
Candidate fix for directory renaming issue with the --hard option as reported via the mailing list. ... (check-in: b86127e187 user: mistachkin tags: mvHardDirFix)
17:35
minor CGI-in-chroot doc update from the ML. ... (check-in: 1d3a80474b user: stephan tags: trunk)
03:26
Merge in released version of SQLite from trunk. ... (check-in: 4c4a954910 user: andybradford tags: check-in-edit)
03:23
Minor grammar correction in comment, no functional change. ... (check-in: f8b0a3e8cd user: andybradford tags: check-in-edit)
2015-07-27
16:16
Update the built-in SQLite to version 3.8.11. ... (check-in: f8e26879ac user: drh tags: trunk)
2015-07-26
22:58
Fix typo in comment. ... (check-in: 57f19bf5b1 user: mistachkin tags: check-in-edit)
2015-07-25
17:02
Merge in latest changes from trunk. ... (check-in: ee463a39be user: andybradford tags: check-in-edit)
17:01
Add support for comment file via -M so the prompt message is not confusing when it mentions the use of -M. ... (check-in: 37aeb1c43e user: andybradford tags: check-in-edit)
14:53
Adjust the "lndebug()" macro in linenoise so that it works on older compilers that do not support varargs macros. ... (check-in: acab077c4c user: drh tags: trunk)
2015-07-24
12:32
mention required location of ".fossil-settings/*" files in docs and comment, and fix typo ... (check-in: c510b74dd8 user: michai tags: trunk)
05:22
Allow for an arbitrary number of tags to be added or removed when amending a checkin. ... (check-in: cd31ab5a99 user: andybradford tags: check-in-edit)
2015-07-23
22:14
Update the built-in SQLite to the second 3.8.11 beta. ... (check-in: eb423a74b5 user: drh tags: trunk)
2015-07-22
05:30
Allow editing a comment that may be empty. ... (check-in: 5c5d33a9d6 user: andybradford tags: check-in-edit)
2015-07-21
20:04
corrected typo in wiki-docs as suggested on ML ... (check-in: 7377ce650a user: michai tags: trunk)
06:17
Prepend # to color specified if it looks like a hexadecimal color and does not already have #. ... (check-in: 7d2ee2c7bb user: andybradford tags: check-in-edit)
05:43
Fix typo that caused wrong tag to be canceled for bgcolor. ... (check-in: 9a677b7bf6 user: andybradford tags: check-in-edit)
2015-07-20
04:24
Rename option to --author to amend user information per suggestions on ML. ... (check-in: 01cea049ac user: andybradford tags: check-in-edit)
2015-07-19
18:45
Improve markup in the change log. ... (check-in: 28bc974cba user: mistachkin tags: trunk)
18:36
Correct accidental removal of the 'linecount' TH1 command description from the TH1 commands documentation page. ... (check-in: fc19595b98 user: mistachkin tags: trunk)
18:34
Add the 'markdown' command to TH1. ... (check-in: f6d29e9c3d user: mistachkin tags: trunk)
2015-07-18
14:57
Now enable the -m short option. ... (check-in: 3b842cbd1b user: andybradford tags: check-in-edit)
14:54
Add -m short option to the documentation for the new comment as it matches the commit short option. ... (check-in: e04bea6a02 user: andybradford tags: check-in-edit)
02:29
Add --edit-commit to edit commit message in EDITOR. This option has precedence over --commit. ... (check-in: fbf7b54e72 user: andybradford tags: check-in-edit)
2015-07-17
02:44
Provide additional usage feedback when wrong arguments are supplied per suggestion on ML. Also provide minimal output showing amended checkin. ... (check-in: 0cbdf0586d user: andybradford tags: check-in-edit)
2015-07-16
18:24
Update the built-in SQLite to the latest 3.8.11 beta. ... (check-in: 82206af110 user: drh tags: trunk)
05:03
Merge in updates from trunk. ... (check-in: 870c20885b user: andybradford tags: check-in-edit)
2015-07-15
21:47
Fix the "foci" virtual table so that it is able to correctly handle non-existant manifest numbers. ... (check-in: 31c3c599ff user: drh tags: trunk)
21:05
Add the test-delta-analyze command. ... (check-in: fd302a2611 user: drh tags: trunk)
20:15
Further enhancements to the 'undo' subsystem integration. ... (check-in: a50be7b87a user: mistachkin tags: trunk)
19:38
For the update command, skip calls into the 'undo' subsystem when the -n (dry-run) flag is used. ... (check-in: d795eb0b60 user: mistachkin tags: trunk)
18:47
For the merge command, skip calls into the 'undo' subsystem when the -n (dry-run) flag is used. ... (check-in: 91ee04cf27 user: mistachkin tags: trunk)
15:34
Fix "fossil stash" so that it works with the undo enhancements. ... (check-in: 3c0d8c2679 user: drh tags: trunk)
10:38
Do not attempt to attach the local database while processing "ckout" in the /doc page if that database is not already open. ... (check-in: b9b9d7e739 user: drh tags: trunk)
10:33
Fix a typo in a comment. No changes to code. ... (check-in: d1a8238783 user: drh tags: trunk)
10:31
Fix the /doc page so that it correctly handles an empty document name in the same way that it handles a NULL document name. ... (check-in: c99b4e34dd user: drh tags: trunk)
00:54
Add 'double' and 'integer' classes to the 'string is' command in TH1. ... (check-in: 5e9c7a4a78 user: mistachkin tags: trunk)
00:31
Add 'list' class to the 'string is' command in TH1. ... (check-in: c3ffd0e396 user: mistachkin tags: trunk)
00:21
Update the changes file. ... (check-in: a1024ff762 user: mistachkin tags: trunk)
2015-07-14
22:01
Have line numbers option use /artifact/ page, not /info/. This makes it possible to get line numbers for a manifest. ... (check-in: 259b912a93 user: andygoth tags: trunk)
21:53
Change formatting of undo/redo/revert command prints for consistency with other commands. Revert used to print "ACTION: filename", now prints "ACTION filename", where number of spaces between ACTION and filename is chosen to maintain column alignment. Likewise undo and redo, except they did not previously use ":". Also change "REVERTED" to "REVERT" to match verb tense used throughout. ... (Closed-Leaf check-in: a19c1f4286 user: andygoth tags: andygoth-undo-redo-revert-spacing)
19:55
merge trunk ... (check-in: cac5cbae72 user: jan.nijtmans tags: cleanX-no-clean-glob)
09:55
merge trunk ... (check-in: 3ddf95e334 user: jan.nijtmans tags: cleanX)
00:38
Make the "fossil clean" command undoable. ... (check-in: 1bf792eeeb user: drh tags: trunk)
2015-07-11
23:13
Add 'tclIsSafe' and 'tclMakeSafe' commands to the Tcl integration subsystem. ... (check-in: 501f35e50a user: mistachkin tags: trunk)
22:28
Coding style changes to fossil_utf8_to_console(). ... (check-in: 484a39a784 user: mistachkin tags: trunk)
07:39
Merge updates from trunk. ... (Closed-Leaf check-in: 0e4247f92f user: mistachkin tags: enhancedUndo)
2015-07-10
20:57
Check sqlite3_mprintf() return value in the Tcl integration subsystem. ... (check-in: e7f7f79ce8 user: mistachkin tags: trunk)
18:43
Incorporate recent downstream changes for the Tcl integration subsystem. ... (check-in: c5f71552c1 user: mistachkin tags: trunk)
09:47
Merge trunk. Add built objects to "ignore-glob" for testing purposes ... (Closed-Leaf check-in: 2821e284c5 user: jan.nijtmans tags: enhancedUndo-test)
2015-07-09
18:10
Update referenced OpenSSL version. ... (check-in: a591a25305 user: mistachkin tags: trunk)
2015-07-08
17:31
Merge updates from trunk. ... (check-in: a02d847edb user: mistachkin tags: enhancedUndo)
17:16
Port the fix from the previous check-in to the makemake Tcl script as well. ... (check-in: b9447b0ec6 user: mistachkin tags: trunk)
16:48
Build the included zlib library by default when using the Makefile.msc makefile. ... (check-in: 0f62aac027 user: drh tags: trunk)
16:25
Update the built-in SQLite to the 3.8.11 alpha that includes the pcache1 preallocation enhancement. ... (check-in: 8fb4269a31 user: drh tags: trunk)
2015-07-07
03:26
Rename subcommand to amend and clarify the usage in help output. ... (check-in: 7df56d1c14 user: andybradford tags: check-in-edit)
2015-07-06
21:56
Small grammar fix in comment. ... (check-in: 45c7dbb81e user: mistachkin tags: enhancedUndo)
2015-07-04
07:17
Add new command to edit a check-in from the command line similar to editing a check-in from the web UI. ... (check-in: b9e0d72e7e user: andybradford tags: check-in-edit)
06:05
Merge updates from trunk. ... (check-in: 1a4bcadde0 user: mistachkin tags: enhancedUndo)
06:03
Update 'all clean' command with the --disable-undo and --no-prompt options. ... (check-in: 3e22d93b68 user: mistachkin tags: enhancedUndo)
06:01
Update and tweak help text. ... (check-in: 2c741dec46 user: mistachkin tags: trunk)
05:47
added missing "all cache" docs. ... (check-in: 2f0533fe4a user: stephan tags: trunk)
05:35
Added "cache" to the "all" command to simplify cache management on systems with many historical repos. ... (check-in: 744aaa84e4 user: stephan tags: trunk)
2015-07-03
21:38
Fix typo in the help text for the "fossil cache" command. ... (check-in: e5dbe8b331 user: drh tags: trunk)
21:25
Enhance some proc comments in 'tester.tcl'. ... (check-in: ea29d113c7 user: mistachkin tags: enhancedUndo)
20:44
The --verily option should imply --disable-undo. The --force option should not imply --disable-undo. Extend and enhance tests. ... (check-in: a58b4a878e user: mistachkin tags: enhancedUndo)
18:38
Merge updates from trunk. ... (check-in: 54e5711461 user: mistachkin tags: enhancedUndo)
18:36
Add 'no-prompt' option to the clean command (i.e. answers 'No' to every prompt). Add initial tests of enhanced clean command. ... (check-in: bc1504eec7 user: mistachkin tags: enhancedUndo)
17:56
Update to the latest SQLite 3.8.11 alpha, including ifdefery to prevent OpenBSD from trying to use __builtin_bswap32(), which it does not support. ... (check-in: 548f96963c user: drh tags: trunk)
2015-07-02
21:43
upstream cson fix: output chars >0xffff as UTF16 surrogate pairs. ... (check-in: 5280dbc919 user: stephan tags: trunk)
02:39
Merge updates from trunk. ... (check-in: 04b86407b0 user: mistachkin tags: enhancedUndo)
02:35
Add tags to the title and description for RSS feed items. ... (check-in: 66c3bc159d user: mistachkin tags: trunk)
2015-07-01
01:23
Correct spacing of CHERRYPICK, BACKOUT, and INTEGRATE records in the change/status report to match the other record types. The style is to have a token identifying the record type, spaces padding up to TEN columns if necessary, a single space, then the filename or artifact ID. Previously, these three records padded to ELEVEN, which is inappropriate outside of Spın̈al Tap. ... (check-in: 6cd7087a35 user: andygoth tags: trunk)
2015-06-30
15:18
Update the built-in SQLite to the latest 3.8.11 alpha version. ... (check-in: 0fc8b9df0c user: drh tags: trunk)
15:17
Patch to linenoise.c to get it to compile on SunOS. ... (check-in: 52e1f54bba user: drh tags: trunk)
2015-06-27
21:47
Once again attempt to fix "fossil server --repolist" so that it ignores ".fossil" database files. ... (check-in: 63fc62d9ec user: drh tags: trunk)
19:16
Add tags to the title and description for RSS feed items. ... (Closed-Leaf check-in: e65e4f2fa5 user: mistachkin tags: rssTags)
07:58
Improve help text for the undo command. ... (check-in: ad7dd6546b user: mistachkin tags: enhancedUndo)
04:03
Make it possible to undo the deletion of files less than 10MiB by the clean command. This branch is an alternative to the 'undo-clean' branch. Needs tests. ... (check-in: 7794b21695 user: mistachkin tags: enhancedUndo)
02:55
Enhance the 'undo' subsystem to prepare for an alternative implementation of being able to undo the clean command. ... (check-in: 670da77e1a user: mistachkin tags: enhancedUndo)
2015-06-26
21:25
Fix memory leak in prompt handling. Move clean-glob setting to ignore-glob, that makes "fossil extras" and "fossil clean" behave much more sensible. ... (Closed-Leaf check-in: a98c99571f user: jan.nijtmans tags: undo-clean)
21:05
If "fossil clean" is undoable, there is no need to prompt for each file first. ... (check-in: 466ccf96c6 user: jan.nijtmans tags: undo-clean)
20:28
Bring behavior and comments closer toghether, hopefully right this time. ... (check-in: cc34dcb747 user: jan.nijtmans tags: undo-clean)
20:22
Cleaning files matching ignore-glob should never be undoable. Other files being clean are undoable, even when using -x|--verily. That's how it should behave (I think) ... (check-in: b3384326b3 user: jan.nijtmans tags: undo-clean)
20:11
Merge trunk. Make fossil clean undoable only when -x|--verily is not specified. And cleaning files matching ignore-glob will never be undoable. ... (check-in: 134d8e1189 user: jan.nijtmans tags: undo-clean)
19:40
Remove used of --disable-lineedit in Dockerfile, as it no longer exists. Noted by Remco Schoen. Thanks! ... (check-in: 6ec714e519 user: jan.nijtmans tags: trunk)
18:48
Merge trunk. ... (check-in: f3daf39355 user: andygoth tags: undo-clean)
17:48
In the "fossil server --repolist" command, to not accept ".fossil" as a valid fossil repository. Require at least one character before the ".". ... (check-in: ceeb1c331b user: drh tags: trunk)
2015-06-25
01:45
Minor spelling corrections to comment. ... (check-in: c048aac095 user: andybradford tags: trunk)
2015-06-22
04:37
Integrate andygoth-help-option. ... (check-in: 100ac83b64 user: andygoth tags: trunk)
2015-06-20
18:11
Fix typo. ... (check-in: 931cb88d28 user: mistachkin tags: exec-rel-paths)
18:10
Merge updates from trunk. ... (check-in: b3a259d011 user: mistachkin tags: exec-rel-paths)
17:42
Use !if for all NMAKE feature macros, not !ifdef/!ifndef. Add preliminary support for Visual Studio 2015 to the MSVC batch build tool. ... (check-in: 0aa2896d06 user: mistachkin tags: trunk)
17:16
Add preliminary support for Visual Studio 2015 to the MSVC batch build tool. ... (Closed-Leaf check-in: 31706552da user: mistachkin tags: nmakeNoIfDef)
07:50
merge trunk ... (check-in: 19192868c6 user: jan.nijtmans tags: exec-rel-paths)
05:06
Use !if for all NMAKE feature macros, not !ifdef/!ifndef. ... (check-in: eb2326e51a user: mistachkin tags: nmakeNoIfDef)
2015-06-19
22:19
Permit full dynamic linking when compiling with MSVC. Also, enable the building of the in-tree zlib to be skipped.' ... (check-in: 7932cb3f05 user: mistachkin tags: trunk)
21:54
Merge updates from trunk. ... (Closed-Leaf check-in: 7fd7c4ca57 user: mistachkin tags: dynamicMsvc)
20:36
Updated Makefile.msc generation: Add an option for creating a dynamically linked fossil binary. Make it possible to opt-out of building zlib. Edit: Closed branch as dynamicMsvc branch already does what this intends to do, and more. ... (Closed-Leaf check-in: 2a0bc313fb user: jan tags: jan-dynlnk-win)
16:19
Rework -help implementation so -help can be added to any command line even if it already contained an option that the help command would have interpreted. For example, "fossil clean -x -help" now prints help about the clean command, whereas before it was did the same as "fossil help -x", i.e. list auxiliary commands without mentioning clean. Make sure to fall back on the current implementation so "fossil -help -x" and such still work correctly. ... (Closed-Leaf check-in: 3a9017f9d1 user: andygoth tags: andygoth-help-option)
15:47
Revert inadvertent merge error in changes.wiki. ... (check-in: b87a4d049b user: andygoth tags: andygoth-brackets-outside-link)
15:44
Merge trunk. ... (check-in: cc8e56f19e user: andygoth tags: andygoth-quote-apostrophe)
15:44
Merge trunk. ... (check-in: 21220b21b7 user: andygoth tags: andygoth-brackets-outside-link)
14:40
Remove ugly and zero-information comment text from linenoise.c. ... (check-in: 7bc11da241 user: drh tags: trunk)
09:03
Update internal Unicode character tables, used in regular expression handling, from version 7.0 to 8.0. ... (check-in: 192c8266ef user: jan.nijtmans tags: trunk)
2015-06-17
21:53
Update TH1 docs. ... (check-in: 7cef5d5818 user: mistachkin tags: dynamicMsvc)
17:03
Remove FOSSIL_DYNAMIC_BUILD define from MinGW as not _all_ libraries are linked dynamically (i.e. only the MSVCRT, which we have no control over). ... (check-in: f5f81a2a58 user: mistachkin tags: dynamicMsvc)
16:46
Update makemake as well. ... (check-in: 5d48958e57 user: mistachkin tags: dynamicMsvc)
16:46
Build zlib by default with MSVC. ... (check-in: c8816425d8 user: mistachkin tags: dynamicMsvc)
10:10
On non-MSVC-platforms (including MinGW), dynamic builds are already the default, so let "fossil version -v" reflect that. ... (check-in: b2c03de312 user: jan.nijtmans tags: dynamicMsvc)
06:36
Minor improvements to command macros. ... (check-in: b463e46995 user: mistachkin tags: dynamicMsvc)
05:54
Initial work on dynamically linked MSVC build. ... (check-in: 50cb0fe3c7 user: mistachkin tags: dynamicMsvc)
2015-06-16
13:28
remove unnecessary end-of-line spacing ... (check-in: 33c44fab3a user: jan.nijtmans tags: trunk)
2015-06-13
20:11
Update referenced OpenSSL version ... (check-in: 6c4263daac user: jan.nijtmans tags: trunk)
18:49
More consistent capitalization of 'Fossil'. ... (check-in: 91ed0447ad user: mistachkin tags: trunk)
18:47
Fix missing parenthesis on index page, remove trailing spaces. Other minor improvements. ... (check-in: 09fee89348 user: mistachkin tags: trunk)
2015-06-12
17:49
Update TH1 integration as well. ... (check-in: 8eb776c7fc user: mistachkin tags: exec-rel-paths)
17:40
Update the .rc file as well. ... (check-in: d49e678a63 user: mistachkin tags: exec-rel-paths)
08:30
"./configure --with-exec-rel-paths" now enables the use of windiff.exe as external diff utility by default. Recommended for cygwin builds. ... (check-in: 44d0a0993c user: jan.nijtmans tags: exec-rel-paths)
2015-06-11
21:50
merge trunk ... (check-in: 5e9253da21 user: jan.nijtmans tags: exec-rel-paths)
21:25
Further improvements to the Tcl integration subsystem. ... (check-in: 18fc492a95 user: mistachkin tags: trunk)
17:10
Update referenced OpenSSL version. ... (check-in: 0626182eb3 user: mistachkin tags: trunk)
16:33
Prevent calls to find_option() from being skipped when they might be needed (i.e. if both options are specified). ... (check-in: ddfb285cf8 user: mistachkin tags: exec-rel-paths)
15:28
Build-in the linenoise command-line editing library on unix. ... (check-in: 8514856576 user: drh tags: trunk)
15:20
Build-in Antirez's linenoise library for command-line editing on the "fossil sql" command on unix. ... (Closed-Leaf check-in: 2d79355f9c user: drh tags: linenoise)
08:41
Slight optimization: don't bother checking the options, when either --exec-abs-paths or --exec-rel-paths is specified. ... (check-in: e86aafedca user: jan.nijtmans tags: exec-rel-paths)
08:33
Make option --exec-rel-paths actually work, in stead of just giving: "unrecognized command-line option, or missing argument: --exec-rel-paths" ... (check-in: c8a8827309 user: jan.nijtmans tags: exec-rel-paths)
2015-06-10
22:31
Sync up TclContext hLibrary member name with 'main.c'. ... (check-in: d7bcdcbf2e user: mistachkin tags: trunk)
22:18
Coding style adjustments to the Tcl integration subsystem. ... (check-in: fec856f48c user: mistachkin tags: trunk)
21:42
Enhance Tcl integration subsystem to check for the FOSSIL_TCL_PATH environment variable. It present, it will be used as a directory or file name where a Tcl 8.x library might be located. ... (check-in: b523bf0be0 user: mistachkin tags: trunk)
04:04
Add help text for the new setting. ... (check-in: 2369a92fb6 user: mistachkin tags: exec-rel-paths)
03:22
Revise the changes on this branch to favor the current default behavior. Also, make it possible to override the new setting with a command line option. ... (check-in: 2036eef767 user: mistachkin tags: exec-rel-paths)
2015-06-09
10:56
Add "diff-cmd-abs-paths" setting, controlling whether "fossil diff/gdiff" provide absolute paths to the external diff tool or not. ... (check-in: 55b4a751c8 user: jan.nijtmans tags: exec-rel-paths)
2015-06-05
18:07
Add a quote from Linus Torvalds to the "On The Usability of Git" section of the quotes.wiki page. ... (check-in: e2411525c1 user: drh tags: trunk)
11:46
Only use relative paths on win32 and cygwin, not on other platforms: external tools which buggy interpretation of relative paths don't exist on win32/cygwin. This allows a win32 diff tool (like winmerge) to be used in cygwin fossil, or a cygwin diff tool in a win32 fossil, no matter if the current directory is C:\Users\foo or /cygdrive/c/Users/foo. ... (check-in: c9f3266836 user: jan.nijtmans tags: exec-rel-paths)
10:28
Merge trunk ... (check-in: d066ee039f user: jan.nijtmans tags: exec-rel-paths)
10:25
Add warning to the use of fossil -x ... (check-in: 056f41f850 user: jan.nijtmans tags: trunk)
2015-06-04
17:51
Fix memory leak in the 'info commands' and 'info vars' TH1 sub-commands. Reported to the mailing list by Sergei Gavrikov. ... (check-in: 1079c2459b user: mistachkin tags: trunk)
17:32
Fix very minor typo in comment. ... (check-in: 76412c68f1 user: andygoth tags: trunk)
2015-06-03
14:21
Using relative paths with external tools may be problematic and is technically a breaking change. Use relative paths in paths used by fossil gdiff, as suggested by Ron W: [http://lists.fossil-scm.org:8080/pipermail/fossil-users/2015-April/021015.html] ... (check-in: 3ffb6a3e62 user: jan.nijtmans tags: exec-rel-paths)
2015-06-02
09:47
Slight optimization: Make two tables "static" that can be. ... (check-in: 4440dae212 user: jan.nijtmans tags: trunk)
09:17
Cherrypick [8184f39d803f9ad6|8184f39d]: Fix crash in /reports page, when compiling with recent gcc. (this is NOT an -O2 optimization bug!) ... (Closed-Leaf check-in: 08709aa79c user: jan.nijtmans tags: branch-1.33)
08:17
Fix crash in /reports page, when compiling with recent gcc. (this is NOT an -O2 optimization bug!) ... (check-in: 8184f39d80 user: jan.nijtmans tags: trunk)
2015-05-31
11:19
Make azType in statrep.c a const table (which it actually is ...) ... (check-in: b43681dc22 user: jan.nijtmans tags: trunk)
2015-05-30
21:51
Update the changes file. ... (check-in: 53be87d7d7 user: mistachkin tags: trunk)
08:53
merge trunk ... (Closed-Leaf check-in: 7699d14104 user: jan.nijtmans tags: sync-forkwarn)
04:15
Fix one-character typo in changelog. ... (check-in: a3c6971a1b user: andygoth tags: trunk)
2015-05-29
17:52
Update the built-in SQLite to 3.8.11 alpha. ... (check-in: 2b1261a59e user: drh tags: trunk)
17:20
Add 'glob_match' command to TH1. ... (check-in: 62f1f484f6 user: mistachkin tags: trunk)
17:17
Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. ... (check-in: 54b0567cda user: mistachkin tags: trunk)
17:14
Enhance file_tree_name() to be capable of producing absolute paths within the local tree. Fix --hard option to mv/rm to enable them to work properly with certain relative paths. ... (check-in: c56a387d47 user: mistachkin tags: trunk)
07:13
Document the need for compiling sqlite3.c with -DSQLITE_ENABLE_DBSTAT_VTAB=1. ... (check-in: 74836bc8ae user: jan.nijtmans tags: trunk)
2015-05-28
17:05
Fix a logic bug in the RSS page. ... (check-in: 282ae5e4de user: drh tags: trunk)
05:01
Remove stray debugging output. ... (Closed-Leaf check-in: dd6ec72d63 user: mistachkin tags: th1GlobMatch)
04:29
Add tests. ... (check-in: 0739e5b59d user: mistachkin tags: th1GlobMatch)
2015-05-27
19:29
Add the -one option to the 'glob_match' command. ... (check-in: f7d4c544ca user: mistachkin tags: th1GlobMatch)
19:17
Add and refine tests, part 2. ... (Closed-Leaf check-in: 0b5b87ac84 user: mistachkin tags: mvRmHardFix)
18:37
Have all appropriate tests use 'normalize_result' instead of a raw 'string map'. ... (check-in: d2cf0713ef user: mistachkin tags: mvRmHardFix)
18:31
More tests, part 1. ... (check-in: cdd2ede6a2 user: mistachkin tags: mvRmHardFix)
05:39
Avoid superfluous error messages about missing temporary tables when there are no valid files to move or remove with the --hard option. ... (check-in: d272a35d26 user: mistachkin tags: mvRmHardFix)
03:58
Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. ... (Closed-Leaf check-in: eabd7290fb user: mistachkin tags: lsearchCmd)
03:26
Prototype for a TH1 glob_match command. ... (check-in: f3ae479002 user: mistachkin tags: th1GlobMatch)
2015-05-26
23:28
Enhance error handling when there is no open checkout and add comments. ... (check-in: d12fc4b148 user: mistachkin tags: mvRmHardFix)
22:39
Fix typo in comment and add more tests of file name transformation methods. ... (check-in: 9b41960e82 user: mistachkin tags: mvRmHardFix)
21:46
Enhance file_tree_name() to be capable of producing absolute paths within the local tree. Fix --hard option to mv/rm to enable it to work properly with relative paths. ... (check-in: c2df31dae8 user: mistachkin tags: mvRmHardFix)
20:07
Fix SQLITE_ERROR as reported by Taylor Venable: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg20645.html] ... (Closed-Leaf check-in: 89212c5a69 user: jan.nijtmans tags: mvRmHardFix)
2015-05-25
09:52
Close &lt;a&gt; tag, as reported by Svyatoslav Mishyn ... (check-in: d10b1e022a user: jan.nijtmans tags: trunk)
2015-05-24
00:53
Simplify the computation of descendants using a recursive CTE. ... (check-in: 31fcde837d user: drh tags: trunk)
2015-05-23
18:12
Fix harmless compiler warnings. ... (check-in: e3560443a2 user: mistachkin tags: trunk)
12:11
Merge trunk ... (check-in: 533ff3d079 user: jan.nijtmans tags: cleanX)
11:45
Add the release date to version 1.33 in the change log. ... (check-in: bdc2f11d28 user: drh tags: trunk)
11:11
Version 1.33 ... (check-in: 9c65b5432e user: drh tags: trunk, release, version-1.33)
10:12
Update the built-in SQLite to version 3.8.10.2. ... (check-in: 36c457b086 user: drh tags: trunk)
2015-05-20
11:45
Merge trunk ... (check-in: 9f507ffe49 user: jan.nijtmans tags: sync-forkwarn)
2015-05-19
19:22
Revert [48499514cc], changing nUsed to zero is not redundant as blob_append() changes it to one. ... (check-in: 4742716fc1 user: mistachkin tags: trunk)
10:32
Remove unnecessary code from the "fossil clean" command. ... (Closed-Leaf check-in: fc87154337 user: drh tags: noDirPrompt)
10:24
Enhancements to the /reports interface, including improved filtering by user. ... (check-in: 16ab6ee852 user: drh tags: trunk)
10:20
Minor adjustments to drop-down menus on the /reports page. ... (Closed-Leaf check-in: 529492b9de user: drh tags: andygoth-user-reports)
2015-05-18
22:18
Pull in the memory allocation fix from trunk. ... (check-in: 879958277a user: drh tags: andygoth-user-reports)
22:17
The previous check-in [270b80db] is incorrect and causes memory allocation and use-after-free errors. Back it out. ... (check-in: f7ce03e3fb user: drh tags: trunk)
22:05
Use drop-down menus to select the user on the /reports pages. ... (check-in: 675274612d user: drh tags: andygoth-user-reports)
20:00
Fix the display of /reports?view=byweek with an invalid user. ... (check-in: 5fa4d0125c user: drh tags: andygoth-user-reports)
19:19
Move the "Activity Report" controls into drop-down menus. ... (check-in: 4d60469f15 user: drh tags: andygoth-user-reports)
17:53
Catch up with recent changes on trunk. ... (check-in: 991f4b98f6 user: drh tags: andygoth-user-reports)
15:01
Fix (minor) memory leak in login_gen_user_cookie_value(). Consistantly use "x" as unknown project code, not "unknown" somtimes. ... (check-in: 270b80dbf5 user: jan.nijtmans tags: trunk)
14:49
A few more harmless compiler warnings (discovered using -Wall in latest gcc) ... (check-in: ab5b8d369c user: jan.nijtmans tags: trunk)
14:33
Fix harmless compiler warnings. ... (check-in: b51dcc3162 user: drh tags: trunk)
14:09
Inhibit timeline links to wiki pages that have been deleted. ... (check-in: 425df28c02 user: drh tags: trunk)
14:04
If the "r=" or "t=" query parameter on /timeline does not match any tag or branch name, then show an empty timeline rather than just ignoring the query parameter. Ticket [674d5d5556]. ... (check-in: a2f03b8c7f user: drh tags: trunk)
13:56
Fix the empty-dirs property so that creates the complete path of directories, not just leaves, and so that it does not leak memory. ... (check-in: 702331e057 user: drh tags: trunk)
13:07
Have euser supersede user when preparing user report. This is for consistency with the other report updates, plus it makes more sense. ... (check-in: c8a249205e user: andygoth tags: andygoth-user-reports)
05:00
Update changelog. ... (check-in: acbf5ca244 user: andygoth tags: andygoth-brackets-outside-link)
04:50
Ticket [674d5d5556]: If a tag or branch isn't found, don't drop the constraint from the query. Instead, try to match against tagid -1, which will always fail. This gives a display showing that there are zero items that match whichever nonexistent tag or branch. ... (Closed-Leaf check-in: cfedef78dc user: andygoth tags: andygoth-tkt-674d5d5556)
03:04
Update changelog for adding user field. ... (check-in: ed60255709 user: andygoth tags: andygoth-user-reports)
02:42
Add a field to the reports to directly type a user name. Hide this field on the user report. ... (check-in: bcee2d48ed user: andygoth tags: andygoth-user-reports)
02:37
Make the (Remove User Flag) link work even if the "u" query parameter was used instead of "user". ... (check-in: a4655a1dab user: andygoth tags: andygoth-user-reports)
02:36
Deal with the fact that the Fossil repository has a few null users. Instead of having them match everything, including nonexistent users, make them match nothing. ... (check-in: cbbee17312 user: andygoth tags: andygoth-user-reports)
02:22
Permit filtering weekday and file reports by user. Also ensure the user parameter is preserved when changing types. Lots of general cleanup to make this possible. ... (check-in: 60018f9d8a user: andygoth tags: andygoth-user-reports)
2015-05-17
22:24
Remove redundant assignment in blob_str() setting nUsed to zero right after confirming it is zero. ... (check-in: 48499514cc user: andygoth tags: trunk)
21:55
Render apostrophe in HTML as &amp;#39; so it can be used in single-quoted HTML attributes. ... (check-in: 82029a2a39 user: andygoth tags: andygoth-quote-apostrophe)
21:54
Correct spelling of the word "literal." ... (check-in: 73720a34cb user: andygoth tags: trunk)
21:30
Move all square brackets outside the hyperlink text to make it easier to copy-and-paste links sans brackets from typical browsers. ... (check-in: a2020a7ac8 user: andygoth tags: andygoth-brackets-outside-link)
20:45
Rework [b824b3e7f7] to ensure the "[diff]" link or the actual inline diff is inside the paragraph block. ... (check-in: 80e7250a4e user: andygoth tags: trunk)
19:42
Inhibit timeline links to wiki pages that have been deleted. ... (Closed-Leaf check-in: e6dae0228d user: andygoth tags: andygoth-inhibit-deleted-wiki-link)
17:55
Revert inadvertent style change. ... (Closed-Leaf check-in: bdb90f6931 user: andygoth tags: andygoth-empty-dirs-parents)
17:43
Create parents of empty-dirs if they don't already exist. ... (check-in: 1ab80be485 user: andygoth tags: andygoth-empty-dirs-parents)
05:54
Consistently use periods and end-paragraph tags in append_file_change_line(). ... (check-in: b824b3e7f7 user: mistachkin tags: trunk)
02:45
Changelog URL correction. Credit: jungle Boogie. ... (check-in: 6cf8f3648b user: andygoth tags: trunk)
00:59
Integrate andygoth-metadata-info. The /info page now shows symlinks as well as execute changes when a file's contents haven't changed. Previously it showed symlinks as "execute permission cleared" which is confusing. Additionally it shows a link to the file contents when only the type (executable/symlink) changes. ... (check-in: b80c9e3be2 user: andygoth tags: trunk)
00:58
Integrate andygoth-metadata-changes. Now the [fossil changes] command shows execute and symlink (type) changes, and -allow-empty is not needed for [fossil commit] to commit such type changes in absence of content changes. ... (check-in: dca018c447 user: andygoth tags: trunk)
2015-05-16
11:50
Pull in one more commit from the xekri branch. ... (check-in: b1447da8d5 user: drh tags: trunk)
11:48
Add class tags to elements of the piechart so that they can be configured using CSS. Add appropriate CSS markup to the xekri skin. Merge the xekri skin into trunk. ... (check-in: f1dd937c20 user: drh tags: trunk)
11:38
Added "More..." to the main menu. ... (Closed-Leaf check-in: 156b602d77 user: zakero tags: skin-xekri)
02:27
Added support for the SVG pie charts. ... (check-in: dee9e33bf6 user: zakero tags: skin-xekri)
02:18
Merge updates from trunk. ... (check-in: 777db01e1d user: zakero tags: skin-xekri)
2015-05-15
18:48
Update changelog. ... (Closed-Leaf check-in: af05fe23a3 user: andygoth tags: andygoth-metadata-info)
18:29
Link to contents or target when reporting file type changes. ... (check-in: cb420eabd0 user: andygoth tags: andygoth-metadata-info)
18:18
Add periods for consistency between hyperlink and non- versions. May wish to add (or remove) periods everywhere in the report for additional consistency. Update: improvement was later done in [b824b3e7]. ... (check-in: eb9677a9e3 user: andygoth tags: andygoth-metadata-info)
18:16
Show when files become symlinks in /info report. ... (check-in: 5f26745652 user: andygoth tags: andygoth-metadata-info)
17:51
Replace call to checkout_set_all_exe() which only works on the execute bit with inline code that updates both the isexe and islink columns of the vfile table for all files in the checkout. ... (Closed-Leaf check-in: 9e52251e6e user: andygoth tags: andygoth-metadata-changes)
17:10
Update all executable bits in vfile at end of successful commit. ... (check-in: 076c854482 user: andygoth tags: andygoth-metadata-changes)
17:10
Merge trunk. ... (check-in: d186eb56f1 user: andygoth tags: andygoth-metadata-changes)
16:49
Remove redundant use of chnged column/variable. The SELECT statement already ensures each row has chnged==1, so there is no need to check it repeatedly. ... (check-in: be25d412f1 user: andygoth tags: trunk)
14:43
Update change log with detail about fork warning on sync. ... (check-in: 209da9bced user: andybradford tags: trunk)
05:19
Cherrypick [849cf1d1]: Minor comment correction, no functional change. ... (check-in: 2c77d1d643 user: andygoth tags: trunk)
05:02
Minor comment correction, no functional change. ... (check-in: 849cf1d1a0 user: andygoth tags: andygoth-metadata-changes)
05:00
Add EXECUTABLE, SYMLINK, UNEXEC, UNLINK reports to [fossil changes] and [fossil status] when a file becomes or ceases to be executable or a symlink yet is otherwise unmodified. This change does not apply to Windows. Update the changelog accordingly. Update vfile_check_signature() comment to also describe "integrate" changes. BUG: [fossil commit] does not update the "isexe" and "islink" flags. Thus the files continue to show as changed. Fixed by [076c8544]. ... (check-in: 03679b5827 user: andygoth tags: andygoth-metadata-changes)
04:38
Minor correction to the changes file. ... (check-in: 9037c8033f user: mistachkin tags: trunk)
02:29
Update changelog to document [46675ed2]. ... (check-in: 2ec8327aa4 user: andygoth tags: trunk)
02:25
Remove access check from [fossil add] to make it match [fossil addremove] which waits until [fossil commit] to check for readability. This makes it possible to use [fossil add] to add symlinks to nonexistent/unreadable files and (not like this is useful) to add zero-length files for which the user does not have read permission. [fossil addremove] has always had these capabilities, but it has the drawback of adding and removing everything it can, not allowing the user to limit its scope. ... (check-in: 46675ed219 user: andygoth tags: trunk)
02:11
Add missing comment describing how settings are read while opening a checkout. ... (check-in: f7f6ea818a user: andygoth tags: trunk)
01:45
Update changelog to document [010451e7]. ... (check-in: ebbff96276 user: andygoth tags: trunk)
01:41
Integrate andygoth-versioned-open. This makes [fossil open] respect ".fossil-settings/allow-symlinks". ... (check-in: 010451e7a5 user: andygoth tags: trunk)
2015-05-14
21:00
Remove an unused variable. ... (check-in: 99f8337b66 user: drh tags: trunk)
18:31
Fix the error output for command-line option errors on the "fossil http" command. ... (check-in: 648dc3e704 user: drh tags: trunk)
18:25
Expand the /hash-collisions report to show hash prefix collisions on just check-ins in addition to overall hash collisions. ... (check-in: 60af057415 user: drh tags: trunk)
16:20
Increase the version number to 1.33. Update the change log. ... (check-in: af872dedcb user: drh tags: trunk)
15:31
On the generated "repository list" page when running "fossil ui DIR", include a title and make all hyperlinks appear in a new window or tab. ... (check-in: e561cfd47e user: drh tags: trunk)
2015-05-13
22:40
Change search_init() to be a file-scope symbol so that it does not conflict with a function of the same name in libel.so. ... (check-in: e06e65bbf2 user: drh tags: trunk)
21:55
rename search_init() -> fossil_search_init() to avoid name collision w/ libedit (patch sumbmitted by Warren Young) closed -- see simpler fix @ [e06e65bbf2] ... (Closed-Leaf check-in: 947369c124 user: bch tags: trunk)
2015-05-12
17:58
Add documentation for customizing the timeline graph. ... (check-in: 42e77333ba user: joel tags: trunk)
13:19
Permit --notfound and --repolist to be used together on "fossil server". Merge changes to always show a piechart for "By User" reports. Fix an uninitialized variable in "fossil rebuild". ... (check-in: 434f7e17d9 user: drh tags: trunk)
10:42
Make addremove command to fail if unprocessed arguments (other than options) are specified. To avoid mis-use where a user could think he can specify a list of directory like with many other commands. ... (check-in: 975600dd59 user: mgagnon tags: trunk)
04:58
Permit the --notfound and --repolist options to be used together. ... (Closed-Leaf check-in: fd783e2b6a user: mistachkin tags: repoNotFound)
04:42
Fix compiler warnings with MSVC. ... (check-in: 8ab3f62090 user: mistachkin tags: trunk)
04:24
Sync up custom MinGW makefile with the latest changes. ... (check-in: 0c6f8fe57d user: mistachkin tags: trunk)
04:23
Fix compiler warnings. ... (check-in: 57897a4189 user: mistachkin tags: trunk)
2015-05-11
13:50
If SQLite < 3.8.10, don't bother to provide a link to the /repo-tabsize web-page: it wouldn't provide any usefull result anyway. ... (check-in: f3d8588e6f user: jan.nijtmans tags: trunk)
01:35
Fix an uninitialized variable in the "fossil rebuild" command when using the --compress-only option. ... (Closed-Leaf check-in: 1ab29c8299 user: drh tags: piechart)
01:31
Merge in the --compress-only option for "fossil rebuild" ... (check-in: 9fdfaf0f68 user: drh tags: piechart)
01:31
Add the --compress-only option to the "fossil rebuild" command. ... (check-in: 10e3d65707 user: drh tags: trunk)
2015-05-10
17:35
Avoid duplicate entries in the output of "fossil finfo". ... (check-in: 26c283467a user: drh tags: trunk)
16:09
Avoid duplicate entries in the output of "fossil finfo" ... (check-in: d9841bef06 user: drh tags: piechart)
2015-05-09
23:08
Automatically show a piechart in addition to the bar graph on ByUser and ByDayOfWeek activity reports. ... (check-in: f857ea5410 user: drh tags: piechart)
19:08
New algorithm for positioning the labels on a piechart. ... (check-in: 2018ad2cc5 user: drh tags: trunk)
17:57
Fix the build for MSVC. ... (check-in: 732b651afa user: drh tags: trunk)
13:16
Reduce radius of pie charts on the /repo-tabsize page. ... (check-in: df302de88a user: drh tags: trunk)
13:07
On the /repo-tabsize page, show the total repository size. And show the size of the local checkout database and its breakdown if run from "fossil ui". ... (check-in: f3c7b3a6b5 user: drh tags: trunk)
12:49
Change the default skin to use circle nodes and color branch lines. ... (check-in: c72a3b5baa user: drh tags: trunk)
12:47
Fix a harmless compiler warning. ... (check-in: 31c81ac65b user: drh tags: trunk)
12:42
Improvements to graph rendering to make it much more configurable using CSS. ... (check-in: ca869aabe2 user: drh tags: trunk)
12:19
Add code for drawing pie-chart reports. Use this for the /repo-tabsize webpage. ... (check-in: f4aed6661c user: drh tags: trunk)
12:17
Update the built-in SQLite to version 3.8.10.1. ... (check-in: 28188c4dd9 user: drh tags: trunk)
12:12
Add the PIE_PERCENT option to the pie-chart drawer. ... (Closed-Leaf check-in: 25d70429d0 user: drh tags: piechart)
2015-05-08
15:31
Improvements to the build and TH1 scripting docs. ... (check-in: 901427f5cd user: mistachkin tags: trunk)
03:22
Reimplement timeline-circle-nodes and timeline-arrowheads skin options. ... (Closed-Leaf check-in: aaa0e6d149 user: joel tags: graphcss)
2015-05-07
19:50
Merge fixes from trunk ... (check-in: bf0b3098ea user: drh tags: piechart)
19:50
Fix a potential use-after-free problem. ... (check-in: df12c1b053 user: drh tags: trunk)
19:28
merge trunk ... (check-in: c1416fd133 user: jan.nijtmans tags: sync-forkwarn)
15:06
Tweaks to formatting on the /repo-tabsize page. ... (check-in: 6ef4bfae47 user: drh tags: piechart)
14:50
Merge in the /repo_tabsize page. Update to a post-3.8.10 version of SQLite that support the dbstat virtual table on attached databases, necessary to get the /repo_tabsize to work. ... (check-in: 04942b3113 user: drh tags: piechart)
12:31
Change the built-in SQLite to version 3.8.10. ... (check-in: abc38398eb user: drh tags: trunk)
03:12
Demonstrate the use of a pie-chart on the Check-ins By User page. ... (check-in: 04d4965044 user: drh tags: piechart)
02:57
Automatically switch in to chromatic mode when the number of wedges is 10 or less. ... (check-in: 8a12c62f0d user: drh tags: piechart)
02:39
Improvements to the piechart generator. ... (check-in: 17a24be632 user: drh tags: piechart)
01:56
Add the experimental /repo_tabsize page. It does not work because it shows the sizes of tables in the checkout database in some cases. Work is needed on the underlying dbstat virtual table. We will address that in the future and come back to this branch afterwards. ... (Closed-Leaf check-in: ce5af0966e user: drh tags: piechart-table-sizes)
2015-05-06
23:29
Add logic for generating SVG pie-charts based on SQL query results. ... (check-in: 6ebd853cb4 user: drh tags: piechart)
21:28
Use round() instead of ceil() on element dimension calculations. ... (check-in: 05045a476d user: joel tags: graphcss)
20:55
Allow the timeline graph to be customized using CSS. ... (check-in: 1f1e199a20 user: joel tags: graphcss)
12:35
Record files added by merge using mlink.pid=-1. Improve the web interface to better indicate files added by merge. ... (check-in: 8e44cf6f4d user: drh tags: trunk)
2015-05-05
18:59
Update the built-in SQLite to the second beta of 3.8.10. ... (Closed-Leaf check-in: 7d2ac84598 user: drh tags: show-add-by-merge)
16:07
More changes for distinguishing between new files and files added by merge. ... (check-in: 243c77e6e9 user: drh tags: show-add-by-merge)
12:31
Attempt to distinguish between files added from nothing and files added by merge. ... (check-in: 0d73f3f670 user: drh tags: show-add-by-merge)
06:49
Now really update the built-in SQLite to the first 3.8.10 beta, not only the command line shell. ... (check-in: acd670f251 user: jan.nijtmans tags: trunk)
2015-05-04
22:10
Merge cleanX ... (check-in: 72baedfbbb user: jan.nijtmans tags: cleanX-no-clean-glob)
21:10
merge trunk ... (check-in: 857ab8ae1d user: jan.nijtmans tags: cleanX)
20:10
Since fossil now uses sqlite_malloc64, which is introduced in SQLite 3.8.7, don't accept linkage using earlier SQLite versions any more. ... (check-in: a481a8176b user: jan.nijtmans tags: trunk)
19:25
Update the built-in SQLite to the first 3.8.10 beta. ... (check-in: 5a87a0314e user: drh tags: trunk)
2015-05-02
21:11
Correct cat command error message on nonexistent file. ... (check-in: 715f88811a user: andygoth tags: trunk)
20:57
Cherrypick [1b01c1ad]: Correct comment describing behavior of errCode. ... (check-in: 6f2b59270b user: andygoth tags: trunk)
20:54
Avoid panic on opening a repository lacking .fossil-settings/allow-symlinks or .fossil-settings/allow-symlinks.no-warn . Probably want to reconsider the way historical_version_of_file() handles error codes. ... (Closed-Leaf check-in: 90c0344275 user: andygoth tags: andygoth-versioned-open)
20:52
Correct comment describing behavior of errCode. ... (check-in: 1b01c1ad26 user: andygoth tags: andygoth-versioned-open)
20:37
Merge trunk. ... (check-in: 794d4752ae user: andygoth tags: andygoth-versioned-open)
20:21
Cherrypick [ff192614]: Use fossil_strdup() consistent with the rest of the code. ... (check-in: f8315ee900 user: andygoth tags: trunk)
2015-04-30
22:11
Add sitemap link to the 'eagle' skin header. ... (check-in: 6ce777858b user: mistachkin tags: trunk)
22:03
No longer assume -f with -x|--verily, as everything matching --ignore will not be prompted for anyway. ... (check-in: f870407c8c user: jan.nijtmans tags: cleanX)
21:53
Remove no-longer used allow-clean-x setting ... (check-in: 330c88ebb1 user: jan.nijtmans tags: cleanX)
21:24
Merge trunk ... (check-in: 44bed85354 user: jan.nijtmans tags: cleanX)
20:24
Remove unused 0 argument. No functional change. ... (check-in: d56b848373 user: jan.nijtmans tags: trunk)
19:52
Allow the /rptview page to select a report using a GLOB pattern on its name and the title= query parameter. ... (check-in: 6f212b5ffd user: drh tags: trunk)
08:35
Eliminate last argument of vfile_dir_scan(), since it's always 0. Don't need to prompt before removing empty dirs, as "empty-dirs" already specifies which dirs need to be kept. ... (check-in: 0db0fdb27e user: jan.nijtmans tags: noDirPrompt)
08:09
Fix two failing test-cases ... (check-in: 54bd013176 user: jan.nijtmans tags: trunk)
04:47
Minor correction to comment, no functional changes. ... (check-in: 281c67c41d user: andybradford tags: trunk)
04:38
Use fossil_strdup() consistent with the rest of the code. ... (check-in: ff1926143d user: andybradford tags: andygoth-versioned-open)
2015-04-29
17:47
Coding style whitespace fixes. No functional changes. ... (check-in: 7d257deae2 user: mistachkin tags: trunk)
16:54
Merge trunk. ... (check-in: 25a7cd1e0f user: andygoth tags: andygoth-versioned-open)
13:35
Remove .fossil-settings/keep-glob, this should never have been set a versioned setting, as it is specific to my build environment and shouldn't have been imposed on others. ... (check-in: ab849410f5 user: jan.nijtmans tags: trunk)
13:04
Add TAG_NOTE to the schema. This requires a rebuild before TAG_NOTE can be used, but as TAG_NOTE is not yet used for anything, the rebuild can be deferred. ... (check-in: 61a9119815 user: drh tags: trunk)
12:32
Change the "fossil clean --verily" option so that it does honor --keep and --ignore command-line options, but always disregards keep-glob and ignore-glob settings. ... (check-in: ee5a6567ae user: drh tags: trunk)
12:28
Remove versionable setting "keep-glob", as not everyone wants this. ... (Closed-Leaf check-in: 07fb7f64f4 user: jan.nijtmans tags: clean-verily)
09:17
merge trunk ... (check-in: 97ab502fca user: jan.nijtmans tags: sync-forkwarn)
07:57
Let --keep/"keep-glob" survive a --verily (contrary to --ignore/"ignore-glob") ... (check-in: 32ed3663a1 user: jan.nijtmans tags: clean-verily)
07:53
typo ... (check-in: 897acdc89f user: jan.nijtmans tags: trunk)
07:04
Add -x as short option for --verily, for compatibility with GIT ... (check-in: 6262e632ee user: jan.nijtmans tags: trunk)
2015-04-28
17:34
Revise (and hopefully improve) the on-line documentation for "fossil clean". Strengthen the --verily option to "fossil clean" so that it overrides all other options and settings (including --keep and --ignore) and silently deletes *all* unmanaged files (as a proper "clean" ought). ... (check-in: c353ee8f9c user: drh tags: trunk)
16:47
Fix over-long source lines in checkin.c. ... (check-in: 0b3f184a8c user: drh tags: trunk)
08:11
Cherry-pick [http://www.sqlite.org/src/info/03b725a768290e3c|03b725a768]: Fix harmless compiler warnings seen with MSVC 2015. ... (check-in: eda622cefc user: jan.nijtmans tags: trunk)
2015-04-27
23:54
Only check for forks if content was received. ... (check-in: 440ed5da09 user: andybradford tags: trunk)
21:00
Merge trunk. Change back one instance of "multiple leafs" to "fork": Here we are sure that it's really a "fork", not some other form of multiple leafs on the same branch. ... (check-in: 35743de449 user: jan.nijtmans tags: sync-forkwarn)
20:46
Use "multiple leaves on the same branch" in stead of "ambiguous branch". Let's see if people like this better. ... (check-in: cd0d6b4dda user: jan.nijtmans tags: sync-forkwarn)
19:27
Remove unnecessary end-of-line spacing ... (check-in: fc3d9f52ee user: jan.nijtmans tags: trunk)
19:18
warning message fix ... (check-in: b9fbfac5ff user: jan.nijtmans tags: sync-forkwarn)
19:14
merge trunk ... (check-in: 2dc4d98e3b user: jan.nijtmans tags: sync-forkwarn)
14:39
Minor spelling correction. ... (check-in: 76cd08baf6 user: andybradford tags: sync-forkwarn)
13:19
Provide help text for all commands and webpages. ... (check-in: 7ab03289ee user: drh tags: trunk)
10:07
Don't reference removed "fossil forks" command any more. ... (check-in: 3a497793e9 user: jan.nijtmans tags: trunk)
01:37
Remove an unnecessary permissions check on the /hash-color-test web page. ... (check-in: 75e23ea9c2 user: drh tags: trunk)
01:27
Remove unnecessary text at the top of the /sitemap page. ... (check-in: 4cacd894aa user: drh tags: trunk)
01:18
Improvements to the /sitemap page: Add a link to show all forks. Hide links for which the user does not have permission. ... (check-in: 9fa68088b7 user: drh tags: trunk)
00:25
Improved warning message when there alternative leaf check-outs on the current branch. ... (check-in: f78cba5c99 user: drh tags: trunk)
2015-04-26
21:28
An alternative implementation of fork warnings that provides more detail. ... (Closed-Leaf check-in: 4a0deae59d user: drh tags: alternative-fork-warning)
19:43
Remove the "fossil forks" command. Replace it with "fossil leaves --multiple". ... (check-in: 7bef5bf1c3 user: drh tags: trunk)
18:06
Add the "forks" query parameter to the /timeline webpage, causing the timeline to show only check-ins associated with a fork. ... (check-in: ba2ec88b74 user: drh tags: trunk)
17:35
On all timelines, provide a hyperlink on the timestamp to another timeline that shows all activity around that point in time. ... (check-in: d3f9e588f7 user: drh tags: trunk)
17:26
Another "fork" -> "ambigeous branch" change ... (check-in: fe7f6f3cc1 user: jan.nijtmans tags: sync-forkwarn)
17:12
Combine "fossil forks" with "fossil info" command ... (check-in: 4359bd8df2 user: jan.nijtmans tags: sync-forkwarn)
2015-04-25
20:38
Add warning to "fossil sync", when a new fork is created during this sync. ... (check-in: 560483f504 user: jan.nijtmans tags: trunk)
2015-04-23
00:35
Only check leaves for forks on multi-child nodes. This prevents warnings from being extra verbose when a commit is made on any of the forks. ... (Closed-Leaf check-in: 64b221aacf user: andybradford tags: sync-forkwarn)
2015-04-22
19:10
Remove unused variable ... (check-in: 101fdfe89a user: jan.nijtmans tags: sync-forkwarn)
16:32
Style consistency change only. ... (check-in: e1f614f3b8 user: andybradford tags: sync-forkwarn)
05:21
Only check for forks in newly received content after all round-trips of sync have completed. ... (check-in: b9728c4aa2 user: andybradford tags: sync-forkwarn)
2015-04-21
07:12
Fix auto-adjust of CLI timeline to terminal width on Linux. Thanks to Warren Young for analysis and patch! ... (check-in: d32ca59282 user: jan.nijtmans tags: trunk)
2015-04-20
07:20
Fix links in changes.wiki ... (check-in: 92be5246f8 user: jan.nijtmans tags: trunk)
2015-04-19
18:26
Merge trunk. More to-the-point message in case of fork warnings after sync. ... (check-in: cf59ea3165 user: jan.nijtmans tags: sync-forkwarn)
2015-04-17
09:50
Cherry-pick [http://www.sqlite.org/src/info/e018f4bf1f27f7838342940ad89a12d7f1536e8e|e018f4bf1f]: Fix a potential one-byte buffer overread in the command-line shell. Add (undocumented) -backslash option to "fossil sqlite" ... (check-in: af52f2912a user: jan.nijtmans tags: trunk)
00:11
Merge in new feature from trunk. ... (check-in: eab553c77e user: andybradford tags: sync-forkwarn)
2015-04-16
23:46
Allow fossil_find_nearest_fork to be used on repository that is not open. ... (check-in: 97f976785d user: andybradford tags: trunk)
08:53
Remove unnecessary variable determination in src/descendants.c, and some unnecessary end-of-line spacing. ... (check-in: 10f5fc6986 user: jan.nijtmans tags: trunk)
08:18
Add [/help?cmd=forks|fossil forks], for finding all forks. ... (check-in: e1ee31a954 user: jan.nijtmans tags: trunk)
2015-04-14
00:42
Remove unused code from previous fork warning method. ... (check-in: bc1e943fec user: andybradford tags: sync-forkwarn)
2015-04-13
13:35
plug possible memory leak in compress/decompress SQL functions. ... (check-in: abef6cf768 user: jan.nijtmans tags: trunk)
08:30
Merge trunk ... (check-in: 731042d5ea user: jan.nijtmans tags: sync-forkwarn)
08:29
Better fork detection on [/help?cmd=update|fossil update], [/help?cmd=status|fossil status] and related commands. ... (check-in: 5c40f8565e user: jan.nijtmans tags: trunk)
03:38
Use better fork detection mechanism and disable checking during push since it may not have a complete sync and issue warning prematurely. ... (check-in: d0e2f1bd3e user: andybradford tags: sync-forkwarn)
03:31
Bring in needed changes from related branch. ... (check-in: ebce686332 user: andybradford tags: sync-forkwarn)
2015-04-11
02:23
Now don't issue warnings during cloning. ... (check-in: 6e10a4b102 user: andybradford tags: sync-forkwarn)
01:56
Pull in latest from trunk. ... (check-in: 4f734aa219 user: andybradford tags: sync-forkwarn)
01:54
Enable function to know if sync is clone. ... (check-in: a36ec9f9d9 user: andybradford tags: sync-forkwarn)
2015-04-10
17:33
Only check for forks on "open" leaves, otherwise we cannot do anything about it from here anyway. Thanks to Andy Bradford for noticing this. ... (Closed-Leaf check-in: 72794ec975 user: jan.nijtmans tags: update-fork-warn)
16:35
Display "fork" status on "fossil info", "fossil status" and related commands as well. ... (check-in: 11b7fa6914 user: jan.nijtmans tags: update-fork-warn)
07:55
Add a warning to "fossil update" when a fork has occurred. ... (check-in: 32998a20f9 user: jan.nijtmans tags: update-fork-warn)
05:31
Minor correction to comment, no code change. ... (check-in: d397f1cdc4 user: andybradford tags: trunk)
00:46
Merge mark. ... (check-in: 6fec235a9f user: mistachkin tags: andygoth-versioned-open)
00:45
Remove superfluous slash from '.fossil-settings' path construction in print_setting(). ... (check-in: fad1dd0a8e user: mistachkin tags: trunk)
00:42
Merge updates from trunk. ... (check-in: 9cb9df0163 user: mistachkin tags: andygoth-versioned-open)
00:30
Add warnings to clients which receive content that creates a fork. Defer warnings as much as possible. ... (check-in: 9d45319345 user: andybradford tags: sync-forkwarn)
00:27
Restore the --soft/--hard option processing for mv/rm, which was removed by mistake. ... (check-in: 86212ecee3 user: mistachkin tags: trunk)
00:23
Add the ability (configurable) for "fossil rm" and "fossil mv" to actually remove and rename files on disk. ... (check-in: 3c941ddc36 user: drh tags: trunk)
00:18
Use one setting instead of two. Using one default fallback constant instead of two. Remove the '--metadata-only' option entirely. ... (Closed-Leaf check-in: d981fe2c5e user: mistachkin tags: mvAndRmFiles)
00:02
Add comments and simplify use of temporary tables. ... (check-in: 90ee7bcb76 user: mistachkin tags: mvAndRmFiles)
2015-04-09
23:22
Remove extraneous printf() statements from the IPv6 logic in the unix CGI server code. ... (Closed-Leaf check-in: 2d9d276b7f user: drh tags: ipv6-server)
23:21
Style and comment fixes. ... (check-in: 99c57b3eb3 user: mistachkin tags: mvAndRmFiles)
23:16
Fix indentation and remove all strcpy() and strcat() calls (as OpenBSD hates those). ... (check-in: b1cb81ebe7 user: drh tags: ipv6-server)
21:36
Enable the use of IPv6 for "fossil ui" and "fossil server" on unix. ... (check-in: dae37f0e35 user: drh tags: ipv6-server)
02:19
Merge updates from trunk. ... (check-in: 0060d07ddf user: mistachkin tags: mvAndRmFiles)
00:51
Warn the client that pushes content which generates a fork on the server. ... (check-in: 6b410f914e user: andybradford tags: sync-forkwarn)
2015-04-08
17:05
Improve some comments. No changes to code. ... (check-in: 5a12e8c3b6 user: mistachkin tags: trunk)
13:49
Merge trunk ... (check-in: ff571668c4 user: jan.nijtmans tags: sqlite3-compat)
12:49
Update the built-in SQLite to version 3.8.9. ... (check-in: 15e669399f user: drh tags: trunk)
09:29
Delay traversing the disk after the potential "empty check-in comment. continue (y/N)?" question: If the answer is no, we would do it unnecessary. ... (check-in: 03921d444f user: jan.nijtmans tags: trunk)
06:37
During open, only refresh the 'allow-symlinks' setting if there is an open revision. ... (check-in: 65c23c63db user: mistachkin tags: andygoth-versioned-open)
06:08
Simplify branch changes. The historical_version_of_file() function appears to return >0 upon success. Also, remove superfluous slash from '.fossil-settings' path construction in print_setting(). ... (check-in: 20972e8042 user: mistachkin tags: andygoth-versioned-open)
05:06
Check versioned settings (namely, allow-symlinks) during open. ... (check-in: 6a4c3c5ee2 user: andygoth tags: andygoth-versioned-open)
2015-04-06
11:48
Update the built-in SQLite to the third 3.8.9 beta. ... (check-in: 93e943d56a user: drh tags: trunk)
2015-04-05
20:15
Update TH1 docs. ... (check-in: 095eb14c5b user: mistachkin tags: mvAndRmFiles)
20:08
Fix some inaccurate comments. ... (check-in: af50114075 user: mistachkin tags: mvAndRmFiles)
20:02
Merge updates from trunk. ... (check-in: 55f7ec6c5d user: mistachkin tags: mvAndRmFiles)
19:51
Update the change log. ... (check-in: 7e02af8c33 user: mistachkin tags: trunk)
19:37
Change the name of a new TH1 function to help clarify its purpose. ... (check-in: 22b3d0b6ab user: mistachkin tags: trunk)
18:17
Add the 'info commands' and 'info vars' sub-commands to the TH1 core language, with tests. ... (check-in: 810e6c1e68 user: mistachkin tags: trunk)
04:40
Normalize capitalization of Tcl on the TH1 commands page. ... (check-in: 0c63df2422 user: mistachkin tags: trunk)
04:28
Initial work on documenting all the Fossil specific TH1 commands. ... (check-in: 1e5548ae7c user: mistachkin tags: trunk)
00:24
Formally translate TH1 to Tcl return codes and vice-versa, where necessary, in the Tcl integration subsystem. ... (check-in: 4aba7584f7 user: mistachkin tags: trunk)
00:23
Add Tcl integration TH1 commands to the docs. ... (check-in: 7cba307895 user: mistachkin tags: trunk)
2015-04-04
13:42
Update the built-in SQLite to the second 3.8.9 beta. ... (check-in: 47c89f3e78 user: drh tags: trunk)
2015-04-03
13:27
Merge the blitz skin enhancements. ... (check-in: 8e9757296a user: drh tags: trunk)
04:08
Cleanup blobs used by the 'all' sub-command. ... (check-in: 52d746ed1e user: mistachkin tags: trunk)
03:56
Evidently, the changes on this branch are no longer required. The underlying database locking issue has already been resolved. ... (Closed-Leaf check-in: 999de0b746 user: mistachkin tags: tkt-b6eea9446d)
03:55
Update error messages and help text for the 'all' sub-command. ... (check-in: ac56af176b user: mistachkin tags: trunk)
03:13
Merge updates from trunk. ... (check-in: bc31308652 user: mistachkin tags: mvAndRmFiles)
03:07
Further simplifications. ... (check-in: 52641f3032 user: mistachkin tags: tkt-b6eea9446d)
03:06
Remove superfluous conditional operator. ... (check-in: 79b27a675f user: mistachkin tags: tkt-b6eea9446d)
03:04
Manually fix some merge issues and adapt the algorithm to the latest trunk code. ... (check-in: e6b160afe3 user: mistachkin tags: tkt-b6eea9446d)
02:36
Merge updates from trunk. ... (check-in: 06ffd8009f user: mistachkin tags: tkt-b6eea9446d)
02:05
Take extra precaution to not disturb single file server invocations even though they should already be open and not hit this code. ... (check-in: d2f1df363e user: andybradford tags: trunk)
01:44
Fix search result title handling for 'documents' that are not wiki, markdown, or HTML. ... (check-in: 9b8d2dcb9f user: mistachkin tags: trunk)
00:17
Update settings comment about 'dotfiles'. Also, update project URLs in Inno Setup file. ... (check-in: 5358523adb user: mistachkin tags: trunk)
2015-04-02
20:15
More fixes to TH1 integer and expression processing. ... (check-in: fc248d66aa user: mistachkin tags: trunk)
2015-04-01
19:16
Made dotfiles a versionable setting. ... (check-in: 5fb84d01a2 user: sdr tags: trunk)
17:23
Honor the --baseurl command-line option in scgi mode. ... (check-in: 3eb0594c9e user: drh tags: trunk)
08:52
Fix interpretation of '+' or '-' as invalid integers. Noted on ML by Sergei Gavrikov. Thanks! ... (check-in: 4ae42e363c user: jan.nijtmans tags: trunk)
06:26
Honor --baseurl command line option (as observed by fact that global variables are not null) so relative links work. ... (Closed-Leaf check-in: 7c8eb85c24 user: andybradford tags: baseurl-fix)
02:45
When searching documents, always use the file name as the title in the results. In general, always prefer to use the name as the title, when non-NULL. ... (Closed-Leaf check-in: 2d3dc9b00d user: mistachkin tags: titleAdj)
2015-03-31
20:59
Reduce timeline row borders to allow graph to flow without obstruction. Add css class to the last timeline row. ... (Closed-Leaf check-in: 7eb1b666e9 user: jmoger tags: skin-blitz)
17:15
Merge fork on blitz skin updates. ... (check-in: e7d5fcf784 user: drh tags: trunk)
09:39
Update custom makefile ... (check-in: eb090f25fc user: jan.nijtmans tags: trunk)
00:15
Update to the latest SQLite 3.8.9 alpha code. ... (check-in: ec44ff010f user: drh tags: trunk)
2015-03-30
22:00
Rename "event" to "technote" throughout technote/event documentation. Previous renaming did not address every instance of the word "event". ... (check-in: dc359323be user: andygoth tags: trunk)
21:38
Change Blitz defaults to no arrowheads, circular nodes, and colored rails ... (check-in: b2a40fda79 user: jmoger tags: trunk)
20:34
In the timeline graph, color the initial up-arrow of a branch in the branch color, when graph coloring is enable. ... (check-in: d19b52a3cf user: drh tags: trunk)
17:51
Simplify and improve the skin-editing capability. Add the new "details.txt" skin file that contains skin settings used on the server-side. Add detail values for selecting white-background, rounded nodes, color graph lines, and for omitting arrowheads on verticle graph lines. ... (check-in: 106c0909e4 user: drh tags: trunk)
17:43
Convert background colors into foreground colors before using them for drawing graph lines. ... (Closed-Leaf check-in: 70e882b5db user: drh tags: improved-skin-edit)
16:57
Add the ability to draw graph rail lines in node color. ... (check-in: 675f8c7d29 user: drh tags: improved-skin-edit)
15:26
Add the ability to specify circle-nodes and omit arrowheads on the timeline using the "details.txt" skin file. ... (check-in: d4c2e8db08 user: drh tags: improved-skin-edit)
14:08
Add the "skins/details.txt" file to the skins. Change the skin editors so that they can show a diff of the current configuration against any built-in. ... (check-in: 31a337f0c2 user: drh tags: improved-skin-edit)
09:24
Remove another check for "server loop", apart from [469efd6a7ce8ba44]: If the server-code is going to be removed ever in the future, this useless check will stand in the way. Then [14b8475598268f3a] could re-appear, but now with "server-code" in stead of with "project-code". ... (check-in: a0cd8d35ee user: jan.nijtmans tags: trunk)
2015-03-28
19:47
Enhance the hash_color() function so that it can provide foreground colors in addition to background colors. ... (Closed-Leaf check-in: 9cd79bf009 user: drh tags: auto-fg-color)
2015-03-26
13:35
Fix http_socket.c so that it builds on Solaris. ... (check-in: f93184125d user: drh tags: trunk)
13:23
Merge updates from trunk ... (Closed-Leaf check-in: f8832feb39 user: jmoger tags: differentiate-timeline)
2015-03-25
23:02
Merge in the latest Xekri changes. ... (check-in: 196e0fd99a user: drh tags: trunk)
22:13
Updates to the Xekri skin to match the changes in the other skins * [7211414857] Disable font-inflation on all skins. * [72cddddbcc] Change default headers to show menu-bar items that would be available to user "anonymous" even if the current user is not logged in. ... (check-in: 290a1c3363 user: zakero tags: skin-xekri)
21:52
Merge updates from trunk. ... (check-in: df21fa23c7 user: zakero tags: skin-xekri)
21:37
Added instructions for how to change the width of the skin. ... (check-in: 87f06e88fc user: zakero tags: skin-xekri)
2015-03-24
18:22
Update the built-in SQLite to 3.8.9 alpha. ... (check-in: a00cdb182c user: drh tags: trunk)
2015-03-23
08:56
When committing a 'secondary' initial checkin with the same branch-name as the primary initial-checking, warn that this is in fact a fork. ... (check-in: 26119c88da user: jan.nijtmans tags: trunk)
01:50
Update and improve command help for 'mv', 'rm', et al. ... (check-in: 27702f3cc9 user: mistachkin tags: mvAndRmFiles)
01:29
Merge updates from trunk. ... (check-in: 78829b7089 user: mistachkin tags: mvAndRmFiles)
00:44
Add tests for the TH1 docs feature. ... (check-in: 71536a2851 user: mistachkin tags: trunk)
00:41
Eliminate superfluous closing 'a' tag when the wiki formatter skips emitting a link due to lack of privilege. ... (check-in: 8875c01abb user: mistachkin tags: trunk)
2015-03-22
22:59
Factor out common test code into the 'tester.tcl' script. ... (check-in: 666ec2eef2 user: mistachkin tags: trunk)
20:07
Fix TH1 hook return code handling for errors. Cleanup and fix TH1 hook tests. Corrections to the TH1 hooks tests, taking into account 'http' sub-command argument changes. ... (check-in: a313f031a4 user: mistachkin tags: trunk)
18:58
In the custom MinGW Makefile only, include the TH1 docs feature by default. ... (check-in: d07ae0ce4d user: mistachkin tags: trunk)
18:38
Update version of OpenSSL mentioned on the build wiki page. ... (check-in: caeb68d98d user: mistachkin tags: trunk)
01:38
Correct typo. Credit Arseniy Terekhin on the fossil-dev list for the report. ... (check-in: b0592fe329 user: andygoth tags: trunk)
2015-03-21
23:34
Place Newer and Older buttons on circa queries to make browsing easier. ... (check-in: ced021fd57 user: andybradford tags: trunk)
16:42
Fix the "fossil clone" command so that it preserves the project-code. All trunk versions going back to [a6e2ceb454] (2015-03-18) cause the cloned repo to have an incorrect project-code and thus rendered unable to sync. ... (check-in: 14b8475598 user: drh tags: trunk)
16:04
Fixed the font color for the Edit Check-in page so that the text is more readable. ... (check-in: cb98ab9dad user: zakero tags: skin-xekri)
15:54
Fixed the Timeline menu alignment problems reported off-list. Switched to using "display: block" to support some older browsers and provide a more consistent look across browsers. The max-width was also increased from 80% to 90%. ... (check-in: 44cb5bb0c4 user: zakero tags: skin-xekri)
2015-03-20
14:50
Explicitely specify "admin" as username, otherwise Docker cannot find out which user should be created ... (check-in: 5811ecd7cc user: jan.nijtmans tags: trunk)
11:12
In "fossil server --create", don't create "admin" user with "admin" password, but print the random-generated password ... (check-in: 2ec9af63bd user: jan.nijtmans tags: trunk)
05:20
Remove inaccurate statement regarding use of servercode, which is now primarily historical. ... (check-in: e315ec8410 user: andybradford tags: trunk)
04:35
Add a menu entry on /fdiff, /ci and /vdiff page to control the diff context (dc=<n>) query parameter. (pending review) ... (Closed-Leaf check-in: eae6f32f1c user: mgagnon tags: diff-context-menu-entry)
2015-03-19
23:57
Expose timeline circles, arrowheads, and branch rail colors as settings ... (check-in: fb9b3707b8 user: jmoger tags: differentiate-timeline)
21:54
Upgrade to openssl 1.0.2a ... (check-in: dabb08e9b3 user: jan.nijtmans tags: trunk)
19:12
Fix off-by-one with top-of-page descending rails ... (check-in: 550f245af4 user: jmoger tags: differentiate-timeline)
17:53
Display all check-in nodes as circles, color branch rails, use Xekri to demonstrate trunk rail controls ... (check-in: 529c07af98 user: jmoger tags: differentiate-timeline)
09:43
merge trunk ... (check-in: 8eb26689ed user: jan.nijtmans tags: winsymlink)
09:34
Put "dotfiles" in json configuration as well, and update documentation ... (check-in: 1f797521e3 user: jan.nijtmans tags: trunk)
09:25
upgrade SQLite to latest pre-release ... (check-in: d1db1e47a4 user: jan.nijtmans tags: trunk)
03:57
Include the new 'dotfiles' setting in the list of those associated with the project. ... (check-in: 9a67babcdb user: mistachkin tags: trunk)
2015-03-18
17:37
Correct typo in [fossil configuration sync] documentation. ... (check-in: 23515802c9 user: andygoth tags: trunk)
16:45
Differentiate merge check-ins from regular, linear check-ins ... (check-in: 9d39c6dca7 user: jmoger tags: differentiate-timeline)
16:31
Merged several months worth of trunk into the winsymlink branch. ... (check-in: f4c1434493 user: sdr tags: winsymlink)
14:17
Add the --create option to "fossil server", which causes a new repository to be created for the server if one does not already exist. The intended use case is Docker. ... (check-in: a6e2ceb454 user: drh tags: trunk)
2015-03-17
21:10
Adjust submenu input margins in the blitz skin. ... (check-in: a7e1101d71 user: drh tags: trunk)
21:03
Fix for "fossil new --docker" and for [http://www.mail-archive.com/fossil-users%40lists.fossil-scm.org/msg17644.html|Chisallapp: I have two trunks ?], while still guaranteeing the rid=1 initial empty commit. ... (Closed-Leaf check-in: 12c54ad313 user: jan.nijtmans tags: docker)
20:54
Adjust submenu input margins ... (Closed-Leaf check-in: 10779515b9 user: jmoger tags: skin-blitz)
17:10
Improvements to the HTML generated for the /xfersetup page. ... (check-in: f215075a47 user: drh tags: trunk)
17:07
Fix over-length source code lines in src/xfersetup.c ... (Closed-Leaf check-in: ae09eed3aa user: drh tags: xfer-tweaks)
16:40
Html generation adjustments to xfersetup page and friends ... (check-in: 38ddc8fa6f user: jmoger tags: xfer-tweaks)
14:44
Add the "dotfiles" setting. ... (check-in: e1e0ec574b user: drh tags: trunk)
14:41
Fix anti-aliased arrowheads to be the correct color when using a dark background with a light foreground. ... (check-in: b1508e7a8a user: drh tags: trunk)
10:45
Add [/help?cmd=import|fossil import --svn], for importing a subversion repository into fossil which was exported using "svnadmin dump". ... (check-in: 6a2016098a user: jan.nijtmans tags: trunk)
08:23
Added a dotfiles setting to the repository settings. This complements the --dotfiles command line argument used by add, addremove, extras, and clean commands. Useful in a project that always needs to process dotfiles so that the --dotfiles option does not need to be specified each and every time. ... (Closed-Leaf check-in: b088c53fbd user: sdr tags: dotfiles-setting)
00:43
A possible work around for a mailing list reported issue where the "display: flex" for submenus is broken on the Opera web browser. ... (check-in: 4b1671f8fd user: zakero tags: skin-xekri)
00:16
More fixes and improvements. * Fixed the Files "Tree-View" highlighting so the file age is readable * Fixed the Files "File Age" highlighting so the text is readable * Matching search terms stand-out better ... (check-in: 9fc08d9200 user: zakero tags: skin-xekri)
2015-03-16
20:32
merge trunk ... (check-in: cd234b1c46 user: jan.nijtmans tags: svn-import)
19:45
Improved handling of tag names in "import --git". ... (check-in: 3270562fe0 user: drh tags: trunk)
19:45
Fix an extraneous blank line in the previous check-in. ... (Closed-Leaf check-in: bfbf3bfd96 user: drh tags: git-import)
19:01
Reverse ref name traversal because git refs may have forward-slashes ... (check-in: 3d9c875160 user: jmoger tags: git-import)
16:02
Some timeline lines were too short. ... (Closed-Leaf check-in: c4697ad8af user: Isius tags: timelineAntialiasing)
14:36
Fixed timeline antialiasing to maintain color regardless of background color. ... (check-in: c6638b79c7 user: Isius tags: timelineAntialiasing)
14:25
Merge blitz enhancements to trunk. ... (check-in: 127ee1f572 user: drh tags: trunk)
14:02
Update Blitz skin based on forum feedback ... (Closed-Leaf check-in: 108ccef535 user: jmoger tags: skin-blitz)
12:30
Upgrade to Tcl 8.6.4 for Docker. (doesn't work yet, still have to find a solution for missing "fossil new --docker") ... (check-in: ca6c248e71 user: jan.nijtmans tags: trunk)
2015-03-15
03:58
Remove RSS icon from the 'eagle' and 'enhanced1' skins, as it currently does not look right. ... (check-in: e68d2e48fc user: mistachkin tags: trunk)
03:49
Update command help for mv/rm to better reflect the new functionality. ... (check-in: 7b54a4e839 user: mistachkin tags: mvAndRmFiles)
03:45
Merge updates from trunk. ... (check-in: be6af3adca user: mistachkin tags: mvAndRmFiles)
03:45
Update the custom MinGW makefile. ... (check-in: 6ac8871cc1 user: mistachkin tags: trunk)
03:43
Updates to the 'enhanced1' skin. ... (check-in: fee8c19749 user: mistachkin tags: trunk)
03:43
Update the 'eagle' skin to use the 'menulink' procedure. ... (check-in: 6440c7f91d user: mistachkin tags: trunk)
2015-03-14
17:24
Always include the txt option when adding the ln= parameter because lines on rendered content doesn't work. ... (check-in: 1992856655 user: andybradford tags: trunk)
15:21
Improved management of resource names so that it is not necessary to press "Reload" after changing skins either in the admin screens or using the --skin command-line option. ... (check-in: 39f084cf2c user: drh tags: trunk)
14:46
The former "San Francisco Modern" skin is now the default. The old default skin is renamed to "Original". ... (check-in: 756a58531b user: drh tags: trunk)
14:24
Merge the new blitz skin into trunk. ... (check-in: 6550b5551c user: drh tags: trunk)
14:18
Merge the latest xekri updates to trunk. ... (check-in: d4bd438a34 user: drh tags: trunk)
14:15
Update the mkdownload.tcl script to use version numbers instead of dates on the build products. ... (check-in: 3609d0b772 user: drh tags: trunk)
13:20
Version 1.32 ... (check-in: 6c40678e91 user: drh tags: trunk, release, version-1.32)
2015-03-13
20:18
Merged the latest changes from trunk. ... (check-in: bcf2bd23a8 user: zakero tags: skin-xekri)
20:02
Updated the header menu to be consistent with the other skins. ... (check-in: 741ccc956e user: zakero tags: skin-xekri)
16:14
Initial contribution of the Blitz skin (two variants) ... (Closed-Leaf check-in: 5d3eb177dc user: jmoger tags: skin-blitz)
14:01
Remove the --empty and --docker options from "fossil init". The creation of incompatible Fossil repositories is prohibited. ... (check-in: 620783cae2 user: drh tags: trunk)
13:34
Create a change log for the 1.32 release. ... (check-in: 7b074869b3 user: drh tags: trunk)
09:11
Restore "fossil new --empty" and "docker new --docker". Correct help-text for "fossil new" ... (check-in: 68a4c33b2e user: jan.nijtmans tags: trunk)
01:28
Merge the recnet Xekri skin changes into trunk. ... (check-in: 18bfcfcf3b user: drh tags: trunk)
01:23
Update the version number to 1.32. ... (check-in: 73e87caccf user: drh tags: trunk)
01:03
Remove from the homepage the assertion that "no work has ever been lost after having been committed to a Fossil repository" because people have in fact lost work due to the bug fixed by the previous check-in. ... (check-in: 1f411eee4c user: drh tags: trunk)
01:00
When creating a new repository always generate an "initial empty check-in" for compatibility with Fossil 1.27 and earlier. ... (check-in: a56e6bbfc6 user: drh tags: trunk)
2015-03-11
23:20
Merged the latest changes from trunk. ... (check-in: 72518c1239 user: zakero tags: skin-xekri)
23:16
Fix the text color on the "blame" page to make it easier to read. ... (check-in: 836a89c5b2 user: zakero tags: skin-xekri)
22:31
Fix harmless compiler warning. [http://www.sqlite.org/src/info/580dae4615353d73|580dae4615] ... (check-in: 3e77213a73 user: jan.nijtmans tags: trunk)
20:21
Updated the colors to be easier to read. * Section Menu Links are now grey * Section Div's are darker with a higher contrast text * Title Div text has a higher contrast * Default link color has a higher contrast ... (check-in: abacdcc398 user: zakero tags: skin-xekri)
13:32
Enlarged the font-size for Side-By-Side Diffs. ... (check-in: 56f9d72933 user: zakero tags: skin-xekri)
02:06
In the "server.wiki" document, use standard HTTP ports for the examples. ... (check-in: e8722b014c user: drh tags: trunk)
2015-03-10
21:00
Fix file_is_absolute_path(), accounting for "C:" being an absolute path ... (check-in: 573bbd3eb9 user: jan.nijtmans tags: trunk)
18:46
Add anti-aliasing to timewarp arrowheads. Improve the anti-aliasing on merge arrowheads. ... (check-in: f99848e048 user: drh tags: trunk)
15:40
Bug fix from previous check-in: Make sure merge risers are drawn when requested. ... (check-in: 151717fc48 user: drh tags: trunk)
15:22
Automatically omit merge risers from the graph when the graph is scrunched due to many rails. Make sure there is adequate spacing between the graph and text when the graph is scrunched. ... (check-in: dafc3fe42a user: drh tags: trunk)
04:05
Fix an off-by-one error in computing some coordinates in the graph layout. ... (Closed-Leaf check-in: 3229e5e83c user: drh tags: ex-graph)
02:39
Add the experiemental "nomo" query parameter on the timeline graph. ... (check-in: 9ca4f330e1 user: drh tags: ex-graph)
02:21
Allow the rail pitch on graphs to go as low as 11 pixels. Adjust the offset of the merge risers as the rail pitch gets smaller so that merge arrows do not overlap the merge risers. ... (check-in: e81344f3bd user: drh tags: trunk)
00:17
Add the -r option to the "ls" command. ... (check-in: e567a910de user: drh tags: trunk)
2015-03-09
18:14
Improved arrowheads on the timeline graph. ... (check-in: 3c8b24d402 user: drh tags: trunk)
14:45
Merge trunk. Make sure that "fossil forget" and "fossil rename" are unaffected by any setting. (I'm not sure this is the way to go .....) ... (check-in: 0701c1a3f5 user: jan.nijtmans tags: mvAndRmFiles)
14:12
merge trunk ... (check-in: 5d3c6df6ba user: jan.nijtmans tags: svn-import)
11:15
Add extra space between lines of the file-list in a timeline. ... (check-in: c68c68d9d1 user: drh tags: trunk)
09:09
Add "fossil forget" as alias to "fossil rm|delete". This opens up the "fossil rm" command for behavior modification, as suggested on ML. ... (check-in: 8cf976d246 user: jan.nijtmans tags: trunk)
08:58
Eliminate some unnecessary end-of-line spacing ... (check-in: 7fbc1c3a1f user: jan.nijtmans tags: trunk)
04:42
Always report full UUID for checkin and branch commands since they actually alter the repository and should report a complete, unambiguous UUID. ... (check-in: 153e17c5eb user: andybradford tags: trunk)
2015-03-07
12:34
Enhance the "ln=" text highlighter to support multiple blocks of code. ... (check-in: 259e3a0fd6 user: drh tags: trunk)
2015-03-06
22:31
Less verbose -v ... (Closed-Leaf check-in: 4f46e4f910 user: peter tags: peter-ls)
22:14
Extend fossil ls with -r ... (check-in: 87f51a3ded user: peter tags: peter-ls)
16:57
Reference the publish command in the bundle help text. ... (check-in: 8fa54638c2 user: jan tags: trunk)
14:47
Fix the hyperlink to sign-up for the mailing list. ... (check-in: ad6e400459 user: drh tags: trunk)
08:28
Need to account for adjacent ranges to avoid bad data from db_column_text. ... (Closed-Leaf check-in: 17b67a9b82 user: andybradford tags: multi-block-highlight)
07:53
Restore the topln functionality. ... (check-in: 5758e5bace user: andybradford tags: multi-block-highlight)
07:39
Add ability to highlight more than one block of lines when using the ln= query parameter. ... (check-in: 20c63861d8 user: andybradford tags: multi-block-highlight)
04:10
Fix misplaced &lt;/span&gt; so it actually lands on the line that begins the <span> rather than a few lines before it begins. ... (check-in: ee45080dd6 user: andybradford tags: trunk)
2015-03-05
19:51
Swap single-/double-dash convention in [fossil help help] listing to match the other commands. Use single-dash for single-letter option names and double-dash for long option names. (Truth is that either is accepted; this is merely a display issue.) ... (check-in: 03e1850bf1 user: andygoth tags: trunk)
19:18
Correct [fossil finfo -n 0] to have no limit, in accordance with documentation. Update documentation to mention that negative numbers also have no limit and that unlimited is the default. ... (check-in: 81da7b0024 user: andygoth tags: trunk)
17:22
Add 'unicodeCmdLine' option to the TH1 'hasfeature' command. ... (check-in: edb8237f06 user: mistachkin tags: trunk)
2015-03-04
02:17
Properly document all the new options. ... (check-in: 17eb0bdcc4 user: mistachkin tags: mvAndRmFiles)
02:03
Revise the --soft/--hard option processing a bit. ... (check-in: 2d1f5abf71 user: mistachkin tags: mvAndRmFiles)
02:00
Recognize the '--soft' and '--hard' options as well for the mv/rm commands. ... (check-in: 2ed14f79d8 user: mistachkin tags: mvAndRmFiles)
01:27
Add '--metadata-only' option to the 'mv' and 'rm' commands. ... (check-in: 65d5f2756a user: mistachkin tags: mvAndRmFiles)
00:54
Add a note about FOSSIL_HOME to the technical-overview document. ... (check-in: 998af5b2a8 user: drh tags: trunk)
2015-03-03
23:27
Merge trunk. ... (check-in: ae5c35ef41 user: mistachkin tags: mvAndRmFiles)
23:26
Update custom MinGW Makefile. ... (check-in: 8ef8940478 user: mistachkin tags: trunk)
23:25
Only define and use the new 'move-files' and 'remove-files' settings when compiled with the FOSSIL_ENABLE_LEGACY_MV_RM option. ... (check-in: c227e14f80 user: mistachkin tags: mvAndRmFiles)
22:52
Merge updates from trunk. ... (check-in: 0a0be9e1e1 user: mistachkin tags: mvAndRmFiles)
21:54
added note to docs about using FOSSIL_HOME to override config-db location ... (Closed-Leaf check-in: 4984c5ef93 user: michai tags: ml-doc-changes)
17:16
Use timelineDate class for the date div on finfo page, just like on timeline page to ensure the date doesn't wrap. (problem reported on ml) ... (check-in: 3dbe76fca9 user: mgagnon tags: trunk)
14:42
Add the Xekri skin. ... (check-in: f05bfde912 user: drh tags: trunk)
13:04
Merge in new "checkin"-to-"check-in" fixes and other documentation typo fixes. ... (check-in: d5ef91feb8 user: drh tags: trunk)
12:56
Added another quote to quotes.wiki - an endorsement of Fossil that appeared on HackerNews. ... (check-in: 101737b65f user: drh tags: trunk)
09:20
add note to WWW-docs about building using MinGW4.0 resulting in non-working binary, as suggested on ML ... (Closed-Leaf check-in: ede82808ae user: michai tags: ml-jb-doc-typos)
2015-03-02
22:46
Make sure the HTTP_SERVER_REPOLIST flag is set (if necessary) prior to calling the Win32 HTTP server. This allows the changes from check-in [a0b33ab4d4] to work as intended. ... (check-in: 9186bf2a46 user: mistachkin tags: trunk)
22:38
Fix the (obsolete) "fossil search" command. ... (check-in: 83509c149e user: drh tags: trunk)
21:41
Support the --repolist command line option for the 'winsrv' sub-command. ... (check-in: a0b33ab4d4 user: mistachkin tags: trunk)
21:40
When building with MinGW, make sure to build OpenSSL first if the FOSSIL_BUILD_SSL option is enabled. ... (check-in: c8ed137ae7 user: mistachkin tags: trunk)
21:35
cosmetic changes in docs w.r.t. compiling/installing ... (check-in: 7669642b01 user: michai tags: ml-jb-doc-typos)
21:31
updated timeline-related hints to correspond to current behaviour ... (check-in: 2009fd4bfd user: michai tags: ml-jb-doc-typos)
21:16
added note about numeric/symbolic port-specifiers when using Fossil from (x)inetd, and reminder to enable/restart daemon after config changes ... (check-in: fbbf640b4e user: michai tags: ml-jb-doc-typos)
05:54
When cleaning with MSVC, prevent superfluous output regarding 'missing' files. ... (check-in: 14302b6cc7 user: mistachkin tags: trunk)
03:01
Several cosmetic changes to the previous check-in. Add the missing word 'system' on the front page. ... (check-in: 4729593011 user: mistachkin tags: trunk)
2015-03-01
21:03
Let "fossil version -v" show whether the (Windows) commandline supports unicode or not. Add "Fossil" in front of the FileDescription, as requested on ML. ... (check-in: 4f4ef542a4 user: jan.nijtmans tags: trunk)
21:01
Command line output-only changes of 'checkins' to 'check-ins' for the dbstat, info, and purge sub-commands. This may break some pre-existing automation, please review. ... (Closed-Leaf check-in: 739b3aab92 user: mistachkin tags: pending-review)
20:56
More changes to make 'check-in' terminology consistent in source comments, SQL comments, JSON error messages, and web page link text. ... (check-in: 30c107e2c8 user: mistachkin tags: trunk)
20:42
More non-functional changes of 'checkin' to 'check-in' and 'checkins' to 'check-ins' in the source code. ... (check-in: 6ec2c2e3d9 user: mistachkin tags: trunk)
19:27
Fix some background colors and fonts for the 'eagle' skin. ... (check-in: 957de16f69 user: mistachkin tags: trunk)
2015-02-28
21:14
Change "checkin" to "check-in" in the comments and built-in docs. Reference stunnel5 instead of stunnel4. ... (check-in: c49030fa63 user: drh tags: trunk)
21:11
Enhance the --tk diff viewer to respond to vi/less-style key bindings. ... (check-in: 314e8d8a1f user: drh tags: trunk)
18:48
use some less(1)-like keybindings for tkdiff scrolling ... (Closed-Leaf check-in: 15396ab412 user: michai tags: tkdiff-lessish-keybinds)
18:24
changed 'localtime' to 'local time' in WWW-docs, and other typo ... (Closed-Leaf check-in: 83656a4dfd user: michai tags: ml-jb-doc-typos)
14:55
Further updates to the performance stats page: "yrs" becomes "years". Give a specific example of the commit bandwidth. ... (check-in: 2762fecd9e user: drh tags: trunk)
14:46
Update the performance stats webpage. ... (check-in: 04eef95223 user: drh tags: trunk)
14:15
Automatically run extra delta-compression and vacuum a repository after a clone. And change the page size to 8192 if there are more than 1000 pages. ... (check-in: 35c25558cb user: drh tags: trunk)
13:29
Fixed how Selected Timeline rows are rendered. ... (Closed-Leaf check-in: d528f2bb9e user: zakero tags: skin-xekri)
10:11
replaced 'checkin' with 'check-in' in code-comment, inline command help-text, SQL-statement comment, fatal error messages and some non-functional webpage-content ... (check-in: 7c30266a45 user: michai tags: ml-jb-doc-typos)
08:39
fixed some typos suggested in private email ... (check-in: 34f6402847 user: michai tags: ml-jb-doc-typos)
08:32
changed mentioned Stunnel version from 4 to 5, and changed mentioned Stunnel URL to https:// ... (check-in: a633efefaa user: michai tags: ml-jb-doc-typos)
2015-02-27
13:36
Remove wordy side bars from two obscure pages. Change "Checkin" to "Check-in" on generated pages. Fix a typo on the webpage-ex.md documentation page. ... (check-in: 76e77aba29 user: drh tags: trunk)
12:30
Fix many typos in the documentation. Also capitalize words like "Unix", "Unicode", "Windows", and "Boolean". (FWIW: Except in the case of "Windows", I'm dubious about the capitalization, but I appreciate the typo fixes so we'll just go with the whole package.) ... (check-in: fe38a768db user: drh tags: trunk)
2015-02-26
22:38
Merge trunk ... (check-in: 38e1ce66c7 user: jan.nijtmans tags: sqlite3-compat)
21:52
replace 'checkin' by 'check-in' in WWW-docs, except in links, arguments and combined words already containing a hyphen ... (Closed-Leaf check-in: 3312e40f0f user: michai tags: ml-jb-doc-typos)
21:38
capitalise 'Windows' throughout WWW-docs ... (check-in: b2f6c4b7ea user: michai tags: ml-jb-doc-typos)
21:33
fixed more typos and grammatical errors in WWW-docs as specified by ML-posted patches ... (check-in: bf1b99723e user: michai tags: ml-jb-doc-typos)
20:18
fixed a number of typos in WWW-docs, as suggested on ML ... (check-in: 05fc09c5dd user: michai tags: ml-jb-doc-typos)
12:25
Make gebi() work on browsers with javascipt < 5.1 ... (check-in: e7ec49815b user: jan.nijtmans tags: trunk)
03:12
Additional changes associated with check-in [43b30dcfc330b] on 2014-10-20: Change the %!w format to %!W. ... (check-in: 3b92154af8 user: drh tags: trunk)
02:52
Copied the header.txt from the "eagle" skin. ... (check-in: 84e7316761 user: zakero tags: skin-xekri)
02:36
Added the Xekri skin ... (check-in: 388c140d5c user: zakero tags: skin-xekri)
02:22
Create new branch named "skin-xekri" ... (check-in: 5680eebb16 user: zakero tags: skin-xekri)
00:31
Update the built-in SQLite to the latest trunk version, as the 3.8.8.3 version contains an unused local variable and hence will not compile when -Werror is used. Add a missing space to an &lt;input&gt; element on the timeline submenu. ... (check-in: c3d72bd99e user: drh tags: trunk)
2015-02-25
22:39
Merge trunk. Remove --no-svn-rev switch for "fossil import --svn", just use --incremental for that (svn-rev-?? tags are off by default, but switched on by --incremental) ... (check-in: 89a56fe0c7 user: jan.nijtmans tags: svn-import)
21:39
Update SQLite to the 3.8.8.3 release ... (check-in: 4bd1014ef0 user: jan.nijtmans tags: trunk)
17:19
Usage text only modifications: - Mention about --force. - Show that --git is optional (?--git?) - Add short option (-f for --force and -i for --incremental) (No change to the code) ... (check-in: c2cdd0e3e8 user: mgagnon tags: svn-import)
16:09
Make --git the default for "fossil import" if neither --git nor --svn is specified. Make --force work (again) with "fossil import --git". ... (check-in: 3a6c848f68 user: jan.nijtmans tags: svn-import)
14:51
Change import command to use --git and --svn options instead of "svn" and "git" sub-sub-command to stay compatible with before. Make sure verify_all_options() fail with specifiying svn only option with --git. ... (check-in: 4d3bb24b44 user: mgagnon tags: svn-import)
13:54
Merge trunk.. ... (check-in: 7d0ce2b067 user: mgagnon tags: svn-import)
13:52
Integrate svn-import_no-svn-rev branch.. ... (check-in: 16923b5c59 user: mgagnon tags: svn-import)
05:35
Fix a typo on the concepts page. ... (check-in: 4e6fb46a61 user: drh tags: trunk)
03:00
For the 'eagle' skin, make the context selected timeline table row readable. ... (check-in: abffb10f28 user: mistachkin tags: trunk)
01:21
Correct two typos in comments. ... (check-in: b4d1c30ca3 user: mistachkin tags: mvAndRmFiles)
2015-02-24
06:40
Let -x imply --emptydirs and --dotfiles ... (check-in: 8c3e6404b0 user: jan.nijtmans tags: cleanX-no-clean-glob)
06:03
Add missing background-color to San Francisco Modern skin per [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg19009.html]. ... (check-in: b0febccc4e user: andybradford tags: trunk)
05:50
Build fix ... (check-in: 4f4bb9fd02 user: jan.nijtmans tags: cleanX-no-clean-glob)
04:40
Merge cleanX ... (check-in: c4750a1e85 user: jan.nijtmans tags: cleanX-no-clean-glob)
03:40
Merge trunk ... (check-in: 1cbe4fd9e1 user: jan.nijtmans tags: cleanX)
02:42
Remove stray blank line. ... (check-in: 89f8542973 user: mistachkin tags: mvAndRmFiles)
02:41
Merge updates from trunk. ... (check-in: 11578f544c user: mistachkin tags: mvAndRmFiles)
02:40
Minor tweaks to coding style and comments. No functional changes. ... (check-in: a97404ef7f user: mistachkin tags: trunk)
00:51
Merge updates from trunk. ... (Closed-Leaf check-in: ae8f6f2b7a user: mistachkin tags: unifiedStart)
00:46
Merge updates from trunk. ... (check-in: 75a07f8911 user: mistachkin tags: mvAndRmFiles)
00:36
Execute 'optional' SQL statements in their original order. ... (check-in: 9491f1dd54 user: mistachkin tags: trunk)
2015-02-23
23:40
Execute 'optional' SQL statements in their original order. ... (Closed-Leaf check-in: 24d7ebe12a user: mistachkin tags: optSql)
23:27
Make sure the 'cTag' structure field is initialized to zero. ... (check-in: 1a2aa2b37e user: mistachkin tags: trunk)
18:52
New entry on the "quotes.wiki" page. ... (check-in: a56f58299c user: drh tags: trunk)
16:27
Version 1.31 ... (check-in: 2e7c40dbdd user: drh tags: trunk, release, version-1.31)
16:22
Update the 1.31 change log. Set the release date to today. ... (check-in: 513c0f2d8a user: drh tags: trunk)
13:54
Disable font-inflation on all skins. (Additional information <a href='http://dbaron.org/log/20111126-font-inflation'>http://dbaron.org/log/20111126-font-inflation</a>) ... (check-in: 7211414857 user: drh tags: trunk)
12:52
Fix to the timeline display when using all of the r=, c=, and n= query parameters. Also: improvements to the (undocumented and unsupported) "showsql" query parameter used for debugging. ... (check-in: 4005828845 user: drh tags: trunk)
2015-02-22
15:59
merge compiler fix for msvc.. ... (Closed-Leaf check-in: 44686ca1a9 user: mgagnon tags: svn-import_no-svn-rev)
15:35
Compiler warning (cherry-picked from "svn-import_no-svn-rev" branch) ... (check-in: 998ba3ada4 user: jan.nijtmans tags: svn-import)
15:31
Safer version of previous compiler warning fix.. ... (check-in: 936ebe677b user: mgagnon tags: svn-import_no-svn-rev)
15:30
Fix compilation on MSVC ... (check-in: 916d1d463e user: jan.nijtmans tags: svn-import)
15:17
Fix compiler warning... ... (check-in: 44011cd21d user: mgagnon tags: svn-import_no-svn-rev)
12:01
Stay in sync with svn-import ... (check-in: f273714ebf user: jan.nijtmans tags: svn-import_no-svn-rev)
12:00
merge trunk ... (check-in: c3bcab0f05 user: jan.nijtmans tags: svn-import)
11:42
Fix an incorrect hyperlink on the webpage-ex.md documentation page. ... (check-in: 858dcc2c19 user: drh tags: trunk)
11:27
Fix the /info page to take the mimetype into account when rendering the parsed display of wiki artifacts. ... (check-in: bfe726f64c user: drh tags: trunk)
11:14
Do not duplicate the title for markdown-formatted wiki. ... (check-in: 2656695db1 user: drh tags: trunk)
2015-02-21
15:25
Enhancement to the Fossil-to-Git export documentation. Fix for ticket [c34c31ccb27812343]. ... (check-in: a996b69961 user: drh tags: trunk)
14:57
Change the title of the homepage from "Fossil" to "Home". ... (check-in: 806193b090 user: drh tags: trunk)
2015-02-20
16:03
Fix a compiler warning on windows. ... (check-in: c0c3e17498 user: drh tags: trunk)
15:57
Get the repolist mechanism working on windows. Make sure repolist is disabled (except for the "ui" command) without the --repolist option. ... (check-in: d976b474e9 user: drh tags: trunk)
15:40
For commands "ui", "server", and "http", and for CGI, when a directory is supplied instead of a specific repository, add the ability to show a list of available repositories under that directory. Enabled by default with the "ui" command. Use --repolist with "server" and "http" and the "repolist" attribute in the CGI script to enable. ... (check-in: 87508e0bf9 user: drh tags: trunk)
14:12
Add the webpage-ex.md page containing lots of examples of the web interface. Updates to the homepage. ... (check-in: 3216a9cb2a user: drh tags: trunk)
02:55
Pluralize 'Links For Fossil Developers' on the home page. ... (check-in: 479707a46b user: mistachkin tags: trunk)
02:36
Fix typo on the homepage. ... (check-in: 7867a8115c user: drh tags: trunk)
02:27
Website edits, especially to the fossil-v-git document. ... (check-in: ae391ce624 user: drh tags: trunk)
00:29
Add code to the technote editor so that if some future bug causes it to generate an invalid technote artifact, an error will be generated and the artifact will not be applied to the repository. ... (check-in: 3ee0046529 user: drh tags: trunk)
2015-02-19
21:07
Fix a bug in tech-note editing that was generating an invalid artifact. This check-in fixes the bug, but tech-notes still need work. There ought to be a safety mechanism that checks to ensure that the new artifact does parse correctly before it is committed, for example. ... (check-in: c123e3aa07 user: drh tags: trunk)
06:18
Update usage statement to be consistent with changes made in [e05a74f1f471]. ... (check-in: 8006c6ddf2 user: andybradford tags: trunk)
2015-02-18
23:15
Update the custom MinGW Makefile. ... (check-in: 40e2cced16 user: mistachkin tags: trunk)
20:07
Adapt man-page to wording in index.wiki, + fix typo ... (check-in: 054f359acb user: jan.nijtmans tags: trunk)
19:10
Make the front page less prolix. Fix typos in the "fossil ui" help screen. ... (check-in: be7fdc7ab0 user: drh tags: trunk)
18:41
Render the side bar on the homepage using CSS instead of tables. ... (check-in: 9ac9ee605b user: drh tags: trunk)
18:37
Allow &lt;div style='...'&gt; markup in Fossil Wiki pages. ... (check-in: a6e4dcb085 user: drh tags: trunk)
16:23
Previous Makefile check-in tried to pick up on non-versioned skin files. Trying again. ... (check-in: 85a7f55b7e user: drh tags: trunk)
16:21
Add the SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option to SQLite to enable better full-text search pattern parsing. ... (check-in: d4acb48c53 user: drh tags: trunk)
13:09
Updates to the "Fossil Concepts" documentation page. ... (check-in: afbf6740f3 user: drh tags: trunk)
12:02
In the etienne1 skin, set a minimum width but allow the width to grow without bound. ... (check-in: 83c5a8dfcc user: drh tags: trunk)
10:02
Added fossil man-page. Started with the one from debian, but adapted to contain current command list. ... (check-in: 17049409eb user: jan.nijtmans tags: trunk)
02:56
More corrections to the mkdownload.tcl script. ... (check-in: 5bc5c69b31 user: drh tags: trunk)
02:49
Fix the mkdownload.tcl script that generates the download.html page so that is uses the new website skin. ... (check-in: bdc892f9ff user: drh tags: trunk)
2015-02-17
20:45
Remove the "word-break:break-all;" from the default CSS for the fileage page. ... (check-in: 565f4d11b8 user: drh tags: trunk)
2015-02-16
20:15
More documentation on theming and creating custom skins. ... (check-in: c397fe5c44 user: drh tags: trunk)
19:27
Fix a bug in the markdown_to_html() routine in finding the title of the document. *This change requires a search index rebuild*. Begin adding documentation on how the header/footer mechanism works. ... (check-in: e214a576ea user: drh tags: trunk)
13:50
Stay in sync with svn-import... ... (check-in: 04308c2164 user: mgagnon tags: svn-import_no-svn-rev)
13:41
Enhance the --skin option so that it can be a directory holding the three skin files. ... (check-in: bfd413bf1e user: drh tags: trunk)
11:33
Fix for ticket display CSS in the etienne1 skin. ... (check-in: 47bb6432a1 user: drh tags: trunk)
10:18
Merge trunk. Fix compiler warning on VS. ... (check-in: ca336d2a9b user: jan.nijtmans tags: svn-import)
04:30
Adjust the header generator for the etienne1 skin so that it takes into account query parameters on menu URLs when deciding if a menu element is active. ... (check-in: b2852d41ad user: drh tags: trunk)
04:16
Fix the submenu shimmer and alignment problems in the etienne1 skin. ... (check-in: ff10ea6385 user: drh tags: trunk)
03:44
Make the option handling for 'test-th-hook' consistent with the other TH1 test commands. ... (check-in: 0afcc93d3c user: mistachkin tags: trunk)
03:27
Improve the new diagnostic messages. ... (check-in: 7451975d84 user: mistachkin tags: mvAndRmFiles)
03:21
Merge updates from trunk. ... (check-in: df36d6b85b user: mistachkin tags: mvAndRmFiles)
03:11
Fix some TH1 test failures due to recent changes. ... (check-in: d44207ff43 user: mistachkin tags: trunk)
02:25
Fix typo on the Login page. Do not use the pointer cursor on report tables, except in clickable places. ... (check-in: 73ec21e989 user: drh tags: trunk)
02:16
Further simplifications to the header generating script in the etienne1 skin. ... (check-in: 64d3a61efc user: drh tags: trunk)
02:09
Fix harmless compiler warnings. ... (check-in: c9db8c7958 user: mistachkin tags: trunk)
01:36
Improved TH1 script for header generation in the etienne1 skin. ... (check-in: 924315bdfc user: drh tags: trunk)
2015-02-15
23:31
Another tweak to the "San Francisco Modern" skin. ... (check-in: de6f310d9c user: drh tags: trunk)
21:43
Fix a broken hyperlink in the documentation index. ... (check-in: 488fb146e6 user: drh tags: trunk)
20:48
Add the "fossil all add" command for efficiently adding new repositories to the repo list after they have been moved or renamed. ... (check-in: c2f6fef80a user: drh tags: trunk)
19:36
Add the --nojail option to the "server", "ui", and "http" commands. ... (check-in: c5c9f1642b user: drh tags: trunk)
19:34
Add the --no-svn-rev command line option to the "import svn" command that will skip the automatic tagging of every checkins with "svn-rev-nnn" tags. Proposition for the svn-import branch.. ... (check-in: 3c24fede5a user: mgagnon tags: svn-import_no-svn-rev)
03:53
Improvements to the etienne1 skin. Remove excess text from the check-in editor screen. ... (check-in: 5da61d61b1 user: drh tags: trunk)
02:46
Fix a typo in the technote documentation. ... (check-in: ceafbb0f5f user: drh tags: trunk)
2015-02-14
21:20
Change the name of "Events" to "Technotes" in the activity reports pages. ... (check-in: 12a3f81cb2 user: drh tags: trunk)
20:55
Documentation updates: Revise the change list. Continue migrating from the term "Event" over to "Technical Note". Update the wiki documentation to acknowledge the ability to use Markdown for the past two years. ... (check-in: de6a590a0f user: drh tags: trunk)
19:04
Updates to the /sitemap page. ... (check-in: 767c97c603 user: drh tags: trunk)
17:56
Rename the "event artifact" type to "technical note" or "technote". The format of the artifact is unchanged. Add the ability to enter and edit technotes as markdown and plain text in addition to wiki. ... (check-in: bd50848eb5 user: drh tags: trunk)
16:25
Fix a bug in the file browser introduced by check-in [c62e94f8a3da2]. ... (check-in: c662ad90d3 user: drh tags: trunk)
15:17
Enhance /search to distinguish between the title and the body of a document and provide support for the Porter stemmer for indexed search. Improved scoring and snippet presentation. NB: Run "fossil fts-config reindex" when upgrading through this change. ... (check-in: 0f96ffb9c2 user: drh tags: trunk)
15:06
Improvements to login/logout processing: (1) When the user is "nobody", show hyperlinks to pages that require "anonymous" but have those links redirect to the /login page. (2) Clean up the /login page - less verbage. (3) Redirects from /login to /tarball or /zip provide a button to press, rather than immediately starting the download. ... (check-in: 653dd402ea user: drh tags: trunk)
14:55
Added the referred_from_login() function and use it to enhance the /zip and /tarball pages so that they show a download button to click if the referrer page was /login. ... (Closed-Leaf check-in: bcebe55e91 user: drh tags: login-enhancements)
14:05
Change default headers to show menu-bar items that would be available to user "anonymous" even if the current user is not logged in. ... (check-in: 72cddddbcc user: drh tags: login-enhancements)
12:24
When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. ... (check-in: 2f50d427a9 user: drh tags: login-enhancements)
02:12
Improvements to the ranking function. Add the undocumented "debug" query parameter to /search. ... (Closed-Leaf check-in: 9f67861aed user: drh tags: search-enhancements)
00:37
Enabled indexed search with separate title and body and with the option to use the Porter stemmer. ... (check-in: 71295a98b7 user: drh tags: search-enhancements)
2015-02-13
23:43
Show document, ticket, and wiki titles on the result page of unindexed search. ... (check-in: 0e77f1fbc0 user: drh tags: search-enhancements)
22:03
When extracting search text from tickets, use the title column for the title and pay attention to mimetypes when translating. ... (check-in: b552f55b1f user: drh tags: search-enhancements)
21:21
Merge enhancements and fixes from trunk. ... (check-in: 23c86b503f user: drh tags: search-enhancements)
19:39
Obscure the captcha text using a character substitution for three seconds. ... (Closed-Leaf check-in: 618420b1b8 user: drh tags: captcha-enhancement)
09:03
A few more places where displayed UUID length should be configurable. ... (check-in: c62e94f8a3 user: jan.nijtmans tags: trunk)
09:00
Take over latest shell.c, but without SQLITE_TESTCTRL_IMPOSTER support (included SQLite doesn't have that yet). Reason: add '.dbinfo' command to "fossil sqlite" [http://www.sqlite.org/src/info/0f65a7e2e09f801b|0f65a7e2e0] and fix bug in '.import' [http://www.sqlite.org/src/info/9c5bcad1f7d04c16|9c5bcad1] ... (check-in: d96488860f user: jan.nijtmans tags: trunk)
02:36
Add the "hash-digits" setting for controling the number of digits of the SHA1 hash to display in output intended for humans. The minimum is 6 and the default is 10. Compile-time option FOSSIL_HASH_DIGITS can set a different default. URLs use at least 6 more digits than human output. Compile-time option FOSSIL_HASH_DIGITS_URL sets a lower-bound on the number of hash digits in URLs. ... (check-in: cc94bd078e user: drh tags: trunk)
2015-02-12
11:01
Fix typos in the Moderation setup screen, and in debugging logic on tickets. ... (check-in: 8fdb68226f user: drh tags: trunk)
02:32
Improvements to the way that searchable text is parsed out of documents, wiki, and check-in comments. The first line of the text is the title. Subsequent lines are message body. Still need to do this for tickets. ... (check-in: 837d9b5b18 user: drh tags: search-enhancements)
2015-02-11
20:24
Add text/csv to the mimetype table. Add additional code to verify that the mimetype table is well-ordered. ... (check-in: e4c420b437 user: drh tags: trunk)
20:16
Striving to make search work better. These changes will require search indexes to be rebuilt, so they go into a branch for now. ... (check-in: e0df485935 user: drh tags: search-enhancements)
19:02
Update the change log. ... (check-in: ef2db66199 user: drh tags: trunk)
18:13
Change blob_zero() calls to blob_reset() in markdown.c. Fix over-length lines in markdown.c. ... (check-in: 736006d121 user: drh tags: trunk)
15:57
More places where the %S and/or %!S formatter are useful. ... (check-in: d93f5ee3e6 user: jan.nijtmans tags: trunk)
15:45
Set the "Max:" entry box on the /timeline submenu to be size 4 with maxlength of 4. ... (check-in: 245e398384 user: drh tags: trunk)
15:12
Accidentally omitted the --skin option processing from the previous check-in. ... (check-in: 5ce5ff5765 user: drh tags: trunk)
15:05
Add the ability to specify one of the built-in skins as an override of the current configuration, using the --skin option to "server", "ui", and "http" commands, or the "skin:" line in the CGI script. ... (check-in: ed36e2eb51 user: drh tags: trunk)
13:51
Link the /hash-collisions page as a submenu item on /stat. ... (check-in: b0e1196a2f user: drh tags: trunk)
13:34
Fix a problem in /hash-collisions that was causing the links to remain directed to the honeypot. ... (check-in: aa12ac91cf user: drh tags: trunk)
13:18
Fix to the /hash-collisions page: Only consider the SHA1 hashes in the BLOB table, not the random hexadecimal identifiers assigned to tickets and tech-notes. The latter two live in a different namespace. ... (check-in: 327eee1452 user: drh tags: trunk)
12:36
On the /hash-collisions page, list the longer collisions with links to /whatid. ... (check-in: 3234cf1efe user: drh tags: trunk)
12:03
On the /hash-collisions page show the true first instance of each collision, not the second. ... (check-in: 4ce3a2bfac user: drh tags: trunk)
11:51
Add the /hash-collisions webpage. ... (check-in: 43e2aff58a user: drh tags: trunk)
11:09
Use the "%S" formatting option for human-readable SHA1 hashes and "%!S" for SHA1 hashes in URLs. The length of these hashes are compile-time configurable using FOSSIL_SHA1_PREFIX_LEN and FOSSIL_SHA1_URLPREFIX_LEN, respectively. Defaults: 10 and 16. ... (check-in: 1fee0377e4 user: drh tags: trunk)
04:29
On /timeline with files, hyperlink from the file to the corresponding artifact text. ... (check-in: 9472cb5602 user: drh tags: trunk)
01:55
Add the m= query parameter to /timeline. Disable the y= selection box on /timeline for cases where other parameters only allow checkins. Further work needed on the a= and b= query parameters to get them working with all combinations of other parameters. ... (check-in: 45127a7236 user: drh tags: trunk)
00:18
Attempt to simplify/unify the logic for looking up the start of a branch. ... (check-in: 485eb73603 user: mistachkin tags: unifiedStart)
2015-02-10
17:31
Merge updates from trunk. ... (Closed-Leaf check-in: 488dcfada1 user: mistachkin tags: viric_pbranch)
08:24
Speedup handling of checked-out files: When multiple information about a file is requested (size, mtime, permission flags) only call stat() once. ... (check-in: dd94e596f4 user: jan.nijtmans tags: trunk)
03:05
Fix compiler warning. Coding style adjustments. Rename new link to 'branch diff' for now. Still needs tests. ... (check-in: 1982a8ce07 user: mistachkin tags: viric_pbranch)
02:40
Make the new link consistent with the existing coding style. ... (check-in: 48027b23b9 user: mistachkin tags: viric_pbranch)
2015-02-09
20:53
Add a "Show/Hide Files" button under the "Context" section of the check-in page. ... (Closed-Leaf check-in: 4932465ecc user: drh tags: context-show-files)
12:18
Add mime-types for openoffice documents. Cherry-picked from [/timeline?r=viric_flavour|viric_flavour] branch. Thanks! ... (check-in: 04e6a82ed7 user: jan.nijtmans tags: trunk)
11:00
viric's flavour of fossil, which includes the cherry-picked changes out of trunk: [d0b1b1114] [39e165afb] [dad37196f] [f309130a8]. This outdates the branch annotate_links ([f14798e0e3]), which has some extra changes, some hard to port. This lets the browser pick the right program to open them straight. ... (check-in: b31afcc2ca user: viriketo tags: viric_flavour)
10:56
Add a link in the checkin page to show the changes in the branch in respect to the parent branch. It finds the last merge from parent to the current branch for the comparison. ... (check-in: f309130a8b user: viriketo tags: viric_pbranch)
10:39
Fixing parentheses closing in the finfo page. ... (check-in: 042ec2b9c3 user: viriketo tags: trunk)
10:37
Show the branch in the checkin description (artifact and file diff pages). ... (Closed-Leaf check-in: dad37196fb user: viriketo tags: viric_showbranch)
10:30
New way to calculate the automatic branch colours. It's a matter of taste, but I prefer this way; the colours often become more different. ... (Closed-Leaf check-in: 39e165afb3 user: viriketo tags: viric_newcolours)
10:13
Omit unused c= parameters from hyperlinks in the /timeline. ... (check-in: 65b729ac31 user: drh tags: trunk)
04:46
Add the "Context" subsection to the /info page for check-ins that shows a graph of all immediate ancestors and descendents of the check-in. ... (check-in: b709be6517 user: drh tags: trunk)
04:10
On timelines, to show the "selected" entry, give the row some vertical space between the previous and following rows, a yellow background, a gray border, and a shadow-box (all adjustable via CSS). For the c=TIME "circa" query parameter, highlight the nearest entry. ... (check-in: f4e299d0e5 user: drh tags: trunk)
2015-02-08
22:26
Fix the socket_open() routine so that it returns a non-zero error code if it fails to connect. ... (check-in: aee65577cb user: drh tags: trunk)
21:47
Add the --ifneeded option to the "fossil rebuild" command. Changed the --no-index option to --noindex for consistency. Updated the help screen for "fossil rebuild" so that options are in sorted order. ... (check-in: 7a91ee99fc user: drh tags: trunk)
21:30
On unix systems, test to make sure /dev/null and /dev/urandom are available and print warning messages at the top of the /setup screen if they are not. ... (check-in: c6b233229d user: drh tags: trunk)
21:15
Improvements to detection and reporting of file-descriptor 2 not open. ... (check-in: fdfc039bb3 user: drh tags: trunk)
18:02
Fix a typo in artifact descriptions. ... (check-in: 88ed51221d user: drh tags: trunk)
10:20
Fix Fossil's handling of file permission bits on systems which have ACL's. In that case, group permissions can give unexpected values, which results in unnecessary slowdown repeatedly trying to unset the flags which doesn't work. More explanation: [https://cygwin.com/faq/faq.html#faq.using.ssh-pubkey-stops-working]. Noted on latest Cygwin (1.7.34) which added support for ACL handling. ... (check-in: 3d0e8c01fe user: jan.nijtmans tags: trunk)
00:22
Fix formatting issues on the object description in /artifact ... (check-in: ca30907b0e user: drh tags: trunk)
2015-02-07
21:14
Further improvements to the defenses against being invoked without file descriptor 2 being open. ... (check-in: 6dbaa67420 user: drh tags: trunk)
20:40
Put the output into CGI or inetd mode prior to failing with a "file-descriptor 2 not open" error. ... (check-in: 35ab16bc9e user: drh tags: trunk)
19:52
Off-by-one error in the previous commit. ... (check-in: 478ef4ca5a user: drh tags: trunk)
19:48
Improvements to detections and attempted mitigation of the file-descriptor 2 not open problem sometimes seen with stunnel4. ... (check-in: bd60090134 user: drh tags: trunk)
17:55
A couple more link fixes on the download page. ... (check-in: 2a7c0282fe user: mistachkin tags: trunk)
17:06
Fix the &lt;base&gt; tag in the Download page so that it omits the URL scheme. This permits the download page to work with both HTTP: and with HTTPS:. ... (check-in: 1022c0fc64 user: drh tags: trunk)
16:59
If file descriptor 2 is not open, try twice to open it. If it still is not open, just continue on, because presumably it won't open on any subquent open() system call. ... (check-in: a3ade26568 user: drh tags: trunk)
15:59
Faster and more accurate method for computing file-age. Also add the showid query parameter to /fileage and extend showid on /timeline to show the RIDs for individual files when the "v" query parameter is used. ... (check-in: dd51f09a39 user: drh tags: trunk)
15:23
Don't check for more settings names if there's an exact match. (Couldn't set autosync because it also matched autosync-tries). ... (check-in: c94efdf287 user: jan.nijtmans tags: trunk)
13:33
Make the "Order By Time/Filename" option in the tree browser a selection menu. ... (check-in: 7f84d2938e user: drh tags: trunk)
13:18
Update the release-test document with new test cases for file-age. ... (check-in: ca0c5d31f2 user: drh tags: trunk)
13:03
Do not consider changes in execute permission to be a real change for the purpose of compute file-age. ... (check-in: c9df0dcdaa user: drh tags: trunk)
12:56
Another fix to the file-age computation. ... (check-in: 2e12608209 user: drh tags: trunk)
04:18
Add the Tk tests/id.test file graphing test case to the release checklist. ... (check-in: ff7019ec93 user: drh tags: trunk)
04:14
Fix the /finfo page to do a better job of showing later deletions of files that are deleted more than once. ... (check-in: bf8e4377a9 user: drh tags: trunk)
02:49
Improved management of URL parameters in the file browsers. Add file and directory icons to the flat-view. ... (check-in: 7478f9974c user: drh tags: trunk)
02:08
Fix the computation of file-age so that it correctly detects file changes that occur on branches. Also: since file-age computation must now look at all branches instead of just the trunk, it is more expensive, so change the default "/tree" to be the flat-view. ... (check-in: 7198da122d user: drh tags: trunk)
2015-02-06
23:02
Add README for the 'eagle' skin. ... (check-in: 046a5b1202 user: mistachkin tags: trunk)
21:39
Reorder and revise the /timeline submenu controls for a more natural presentation. ... (check-in: f76cfaca7f user: drh tags: trunk)
21:38
Further adjustments to the timeline control format. ... (Closed-Leaf check-in: c8f121c7c8 user: drh tags: timelineMods)
19:56
Better comment why the group executable bit cannot be used on Cygwin, and possibly other IEEE 1003.1 ("POSIX.1") compliant systems, which support ACL's ... (check-in: 9c3b544ec2 user: jan.nijtmans tags: trunk)
19:35
Minor revisions to the timeline controls to permit for easier reading. ... (check-in: 7d20d72af8 user: mistachkin tags: timelineMods)
15:38
Merge trunk ... (check-in: 1be2eb0535 user: jan.nijtmans tags: svn-import)
15:34
Workaround for recently introduced Cygwin bug: group permission is always set! This was the cause of the "execute permission" trouble in my recent commits. :-( ... (check-in: d9dfe11d0c user: jan.nijtmans tags: trunk)
15:07
Merge trunk ... (check-in: 7d41f6a6d8 user: jan.nijtmans tags: svn-import)
15:06
Now really fix execute permissions to what they were before ... (check-in: 596e7a9cef user: jan.nijtmans tags: trunk)
14:19
Merge trunk ... (check-in: b69bf8ca53 user: jan.nijtmans tags: svn-import)
14:18
One more execute permission ... (check-in: 15f53721b9 user: jan.nijtmans tags: trunk)
14:16
Fix execute permissions ... (check-in: 216798706a user: jan.nijtmans tags: trunk)
10:49
merge trunk ... (check-in: 9bc76f6a11 user: jan.nijtmans tags: svn-import)
10:47
Restructure import.c, making it easier to compare with the new svn-import code. No change in functionality. ... (check-in: 3209f07284 user: jan.nijtmans tags: trunk)
09:55
eol-spacing fixes. ... (check-in: b8e3dc16f4 user: jan.nijtmans tags: trunk)
03:30
Add form elements to the /timeline submenu. Many other related changes and enhancements to the web interface. ... (check-in: c0c0bae719 user: drh tags: trunk)
03:28
Do not let the "Lines:" box go below one on the /timeline. If it does, automatically revert to 10 lines. Also, arrange for the default number of lines to be 50 in most cases, but only 11 if the c= (circa) query parameter is used. Use n=all to see the entire history of the graph. ... (Closed-Leaf check-in: 99e081efe5 user: drh tags: form-submenu)
03:00
Add the cgi_query_parameters_to_url() routine and use it to cause all query parameters on timeline to be exported. (Need to make this same changes for all other uses of url_render()). Make "context" timelines 11 entries by default. Other cleanups. ... (check-in: b6e1f61aaa user: drh tags: form-submenu)
01:44
Add the "searchable" TH1 command that tests to see if search is enabled on the repository. Intended use: Conditionally display a "Search" button on the menu bar. ... (check-in: b8f8f69eee user: drh tags: form-submenu)
2015-02-05
22:20
Some clean-up of the "Tech-Note" (formerly "Event") processing. Lots more opportunity for improvement here. ... (check-in: d7eb21e8a6 user: drh tags: form-submenu)
21:10
Rename the "Event" objects as "Tech Notes" on the timeline selection box. ... (check-in: b6b2f8df2c user: drh tags: form-submenu)
20:58
Show some debugging information at the bottom of the Login Group Configuration screen: /setup_login_group. This is only visible by the admin. ... (check-in: f9cfb7c7aa user: drh tags: form-submenu)
19:19
Put an "Older" button at the bottom of /timeline pages that can be extended downward. That button is already at the top of the page, but it is convenient not to have to scroll back to the top to press it. ... (check-in: 9e2e48a4c3 user: drh tags: form-submenu)
16:01
Only display the Search submenu button on the /timeline page if check-in searching is enabled for the user and in the repository. ... (check-in: cf8fa8dd28 user: drh tags: form-submenu)
15:49
Fix the link on the Search submenu element on the /timeline. ... (check-in: 5eed9680d5 user: drh tags: form-submenu)
15:48
Improvements to search dialog boxes. On the /search menu, allow restricting the search to a specific category of document. Add a search submenu item on the timeline page. ... (check-in: 49a990b6fd user: drh tags: form-submenu)
15:06
Avoid unnecessary database interaction in the search_restrict() function. ... (check-in: 76f9036b71 user: drh tags: form-submenu)
14:42
Fix a broken hyperlink on the permutedindex.html page. ... (check-in: 0d1d7f6481 user: drh tags: trunk)
13:50
Fixes to form submenus on the timeline page. ... (check-in: e61dbb17cf user: drh tags: form-submenu)
12:52
Shorten source lines to 80 characters or less in timeline.c. ... (check-in: 0738dcc6b0 user: drh tags: form-submenu)
12:42
Add infrastructure for making some hyperlinks have class='inlinebutton'. But there does not appear to be a good way to style this, so the change is abandoned. ... (Closed-Leaf check-in: 6535398e87 user: drh tags: inline-button)
11:58
Merge trunk fixes into the form-submenu branch. ... (check-in: d539f65cc2 user: drh tags: form-submenu)
09:10
merge trunk ... (check-in: 9e7ea6a20f user: jan.nijtmans tags: svn-import)
09:01
Unfinished comment in search.c, and some more end-of-line spacing removals. No change in functionality. ... (check-in: 5260fbf632 user: jan.nijtmans tags: trunk)
04:50
Add help text for the new settings. ... (check-in: 6048a961a7 user: mistachkin tags: mvAndRmFiles)
04:35
Emit diagnostic messages after the file operations have been done, not before. ... (check-in: 1dad8acaa2 user: mistachkin tags: mvAndRmFiles)
03:55
Minor adjustment to some SQL. ... (check-in: dfc3dfa59c user: mistachkin tags: mvAndRmFiles)
03:53
Merge updates from trunk. ... (check-in: 3766e0e833 user: mistachkin tags: mvAndRmFiles)
03:46
Enhance the comments associated with the common command line options. ... (check-in: 5a2e8453a1 user: mistachkin tags: mvAndRmFiles)
03:39
Add 'move-files' and 'remove-files' settings to enable moving or removing files when the mv or rm commands are used, respectively. ... (check-in: 21e08f0904 user: mistachkin tags: mvAndRmFiles)
02:51
Fix the "Tickets" menu option on "San Francisco Modern" so that it points to /ticket instead of /reportlist. ... (check-in: b2f2f0ce2f user: drh tags: trunk)
02:01
Merge trunk fixes into form-submenu. ... (check-in: d867a83545 user: drh tags: form-submenu)
01:56
Fix search result links when the FTS index is not in use. ... (check-in: 7e56e36080 user: mistachkin tags: trunk)
01:16
Update the Jim Tcl included with autosetup to 0.76. ... (check-in: 31c03de8f4 user: mistachkin tags: trunk)
2015-02-04
23:56
Use a two-entry selection-box instead of a checkbox for boolean properties. ... (check-in: 1d50f47f6c user: drh tags: form-submenu)
19:37
Fix a hyperlink on the "Sandbox" button of wiki pages. ... (check-in: 8f1e34bd73 user: drh tags: trunk)
19:14
Add the ability to include FORM elements on the submenu. ... (check-in: b17970e13b user: drh tags: form-submenu)
15:47
Update json configuration options and wiki with reality ... (check-in: 5098f747a9 user: jan.nijtmans tags: trunk)
13:32
Add autofocus to search entry boxes. ... (check-in: c799881474 user: drh tags: trunk)
07:17
Update the Jim Tcl included with autosetup to 0.76. ... (Closed-Leaf check-in: 523e68e945 user: mistachkin tags: jim076)
03:12
Increase the default number of tokens present in snippets from an indexed search so that a typical snippet is about two lines of text instead of just one. ... (check-in: 188c62c2d5 user: drh tags: trunk)
2015-02-03
20:59
Physically move the 'index-page' setting into the project section. ... (check-in: 8151106b8d user: mistachkin tags: trunk)
20:49
Merge change to change index-page so it's a project setting and not a skin one. ... (check-in: 6fedb84abb user: dg tags: trunk)
20:46
Merge from trunk. ... (Closed-Leaf check-in: fc0b5efb8d user: dg tags: dg-skin-reset)
18:10
Make sure search-related SQL functions are registered before running the SQL statements in search_touch(). ... (check-in: a611ea3671 user: drh tags: trunk)
17:48
merge [fsl_setting_proxy] to fix [5e35dd60cf7410af64d4] ... (check-in: 00b62e0595 user: bch tags: trunk)
16:54
Get "fossil rebuild" to work on an indexed database, and automatically recompute the index. ... (check-in: 18c0ab6bf1 user: drh tags: trunk)
16:40
Take out the "test-fts" command and replace it with "fts-config" which has a more user-friendly format. Add "fts-config" to the "all" command too. ... (check-in: 7b6adfbf92 user: drh tags: trunk)
15:24
Use a CROSS JOIN to fix an inefficient query in the indexed full-text search. ... (check-in: 005ba1e28f user: drh tags: trunk)
15:07
Bug fix in the search-snippet HTML sanitizer. ... (check-in: 23d659de2f user: drh tags: trunk)
13:58
Do a better job of escaping stray HTML markup in snippet text. ... (check-in: bc8075de5f user: drh tags: trunk)
13:27
Add the "Rebuild Full-Text Index" button to the /srchsetup page. Only construct the full-text index for the documents types that are enabled. ... (check-in: 13d93e404a user: drh tags: trunk)
13:26
Adapt "makefile.wiki" to new requirement: availability of FTS4 ... (check-in: 0b3464cf72 user: jan.nijtmans tags: trunk)
13:17
Unify the search screen generator code. Provide class marks to support CSS customization. ... (check-in: bb4a130121 user: drh tags: trunk)
06:05
Fix to hyperlinks on search results. ... (check-in: 1c25812337 user: drh tags: trunk)
05:24
Add the ability to do search using an SQLite FTS4 index. ... (check-in: a00a140bff user: drh tags: trunk)
04:58
Add a control to the /srchsetup page that allows the full-text index to be created and destroyed. ... (Closed-Leaf check-in: ef78fba86a user: drh tags: indexed-fts)
04:45
Put the search snippets inside of &lt;span class='snippet'&gt;. ... (check-in: 1b08cfe215 user: drh tags: indexed-fts)
04:39
Highlight matching works on a search using &lt;mark&gt; rather than &lt;b&gt; and add appropriate CSS to make "mark" look like "b" by default. ... (check-in: c5a2832eeb user: drh tags: indexed-fts)
04:10
Restrict indexed search according to the search flags. Fix the generation of the index for wiki pages. Fix db_multi_exec() so that it aborts with a sensible message following a syntax error. ... (check-in: 780117d223 user: drh tags: indexed-fts)
03:29
Populate the search index with check-ins, tickets, and wiki. ... (check-in: 786a3632a8 user: drh tags: indexed-fts)
01:55
Improved ranking function for the indexed search. ... (check-in: 91da57d911 user: drh tags: indexed-fts)
00:27
Document search now works with an index. Still no configuration screens for indexed search, however. full-scan search continues to work as before. ... (check-in: 1bad221ecb user: drh tags: indexed-fts)
2015-02-02
22:01
proxy setting test adj for new [32f8da0ce785b63] "fossil setting" logic per ticket [5e35dd60cf7410af64d41] ... (Closed-Leaf check-in: f201cb61a0 user: bch tags: fsl_setting_proxy)
20:53
Incremental check-in for work on the indexed full-text search. ... (check-in: ec0e590191 user: drh tags: indexed-fts)
15:01
Incremental check-in: added the "fossil test-fts fill" test command. ... (check-in: 32d904e9cf user: drh tags: indexed-fts)
14:05
Initial infrastructure for indexed full-text search using FTS4. ... (check-in: 64e6a10013 user: drh tags: indexed-fts)
05:49
Fix a potential read past the end of an array in the full-text search. ... (check-in: 41e5da0234 user: drh tags: trunk)
05:33
Disable spider defenses on search result links. ... (check-in: f9fce79402 user: drh tags: trunk)
05:03
Make the /ticket page show as /tktsrch if ticket search is enabled, or as /reportlist if ticket search is disabled. ... (check-in: b9daba58a9 user: drh tags: trunk)
04:32
Fix incorrect URLs on the new submenu elements for ticket and wiki pages. ... (check-in: 5ab34b0c0f user: drh tags: trunk)
04:13
Add a separate /docsrch webpage to handle just document search. ... (check-in: 15f0dbd953 user: drh tags: trunk)
04:05
Change the permuted index from wiki to embedded HTML and add a search form. ... (check-in: 63c2c73246 user: drh tags: trunk)
03:42
Improved interfaces for Ticket and Wiki searching. ... (check-in: 6714c9471b user: drh tags: trunk)
01:32
Add support for searching tickets. This is still a full-scan search. ... (check-in: e2230a446b user: drh tags: trunk)
00:17
Added the /srchsetup page for configuring the /search screen. ... (check-in: ca833ff86f user: drh tags: trunk)
2015-02-01
21:21
Minor refactoring and general cleanup of the "fossil setting" logic. ... (check-in: 32f8da0ce7 user: drh tags: trunk)
18:37
Add the /mimetype_list page for use by documentation. ... (check-in: 51751b00a9 user: drh tags: trunk)
18:22
For embedded documentation, if the content file has mimetype text/html but it begins with a &lt;div&gt; element that has class=fossil-doc, then add the usual header and footer to the content before displaying it. Also, if the &lt;div&gt; element has a data-title=TITLE attribute, then use TITLE as the title of the document. ... (check-in: ace8016f29 user: drh tags: trunk)
07:18
Merge latest trunk. This branch is more a "proof-of-concept" then a final implementation. ... (Closed-Leaf check-in: 8841f6d48f user: baruch tags: file-filter)
00:15
The /search page now covers wiki and check-in comments. And the formatting of snippets is improved. The search is still done by full-scan but the infrastructure is coming into place to handle the search using an index. ... (check-in: 8e02c26ad2 user: drh tags: trunk)
2015-01-31
22:13
Initial work on the search_stext() function used to extract searchable text from formatted files. ... (check-in: 48e1e18304 user: drh tags: trunk)
19:58
Add a routine that attempts to strip all markup off of HTML text. The intended use is in the search logic. ... (check-in: cbd8e67f73 user: drh tags: trunk)
2015-01-30
19:25
Correct user table outline color in the 'eagle' skin. ... (check-in: f156a4adbf user: mistachkin tags: trunk)
15:57
Update SQLite to the 3.8.8.2 release ... (check-in: 703ec175b9 user: jan.nijtmans tags: trunk)
10:37
When ALTER'ing mlink table, create "isaux" column as boolean. ... (check-in: ef3562a116 user: jan.nijtmans tags: trunk)
01:16
merge [clobber_fixer] to keep "clone" and "new|init" from overwriting an existing file when setting up a new repository ... (check-in: 89c17a86e1 user: bch tags: trunk)
01:14
merge [trunk] ... (Closed-Leaf check-in: 8ad906662c user: bch tags: clobber_fixer)
01:07
Add the -D__EXTENSIONS__ compile-time option on Solaris, so that it can find its IPv6 headers. ... (check-in: 5b9168501c user: drh tags: trunk)
2015-01-29
22:51
cleanup ws, unused variable ... (check-in: 7670e65f6c user: bch tags: clobber_fixer)
22:48
get to fossil_stat() via file_size(), and additionally protect 0-byte files in "clone" ... (check-in: 45b060f08e user: bch tags: clobber_fixer)
22:15
move "solution" closer to problem area, rather than too deeply abstracted in the machinery. ... (check-in: 89cf250dda user: bch tags: clobber_fixer)
20:54
less abstract, closer to affected (clone, init/new) subcommands ... (Closed-Leaf check-in: b0a3bfb038 user: bch tags: clobber_fixer)
20:21
proposed fix for clobbering existing files [5ba427be8809342c6fbdcf48c9c8365467048d28] ... (check-in: bb15d408a4 user: bch tags: clobber_fixer)
09:14
Changelog additions, and a single "const" addition ... (check-in: 9586ac14b8 user: jan.nijtmans tags: trunk)
01:48
Fix the /doc page so that it returns status 200 (not 404) after appending "index.html" to the end of a page name. ... (check-in: 8b4b4247dc user: drh tags: trunk)
01:25
Fix harmless compiler warnings. ... (check-in: ef108998c4 user: drh tags: trunk)
01:23
If a /doc filename ends with "/", then try appending "index.html", "index.wiki", and "index.md" in that order. If none are found, then a 404 error will be generated. Try to find a file named 404.md in the root directory for the text of the 404, or generate a default 404 if no 404.md file is found. ... (check-in: bdfbbddc8f user: drh tags: trunk)
00:44
Fix another instance of index.wiki to index.html. ... (check-in: 2c1677aa17 user: drh tags: trunk)
00:38
For embedded documentation that ends in / go back to appending index.html instead of index.wiki. ... (check-in: 2ddb0e5a23 user: drh tags: trunk)
2015-01-28
22:31
Change index-page so it's a project setting and not a skin. ... (check-in: cab404b2f4 user: dg tags: dg-skin-reset)
22:24
Create new branch named "dg-skin-reset" ... (check-in: a1dd3c2103 user: dg tags: dg-skin-reset)
15:11
Add an experimental /search page for embedded documentation. Need to enhance with (1) wiki search, (2) ticket search, (3) configuration options, and (4) CSS, and maybe other things as well. But it is a start. ... (check-in: 046d7430bf user: drh tags: trunk)
12:11
Update referenced openSSL version (1.0.2) ... (check-in: 16a4f60b24 user: jan.nijtmans tags: trunk)
11:17
Merge trunk ... (check-in: 4aa351bba8 user: baruch tags: svn-import)
11:07
Deleting a branch closes it ... (check-in: 86ab1f468b user: baruch tags: svn-import)
09:24
Minor compiler warning in shell.c (already fixed in SQLite). "char const" -> "const char" for consistancy. ... (check-in: 5330d107b2 user: jan.nijtmans tags: trunk)
03:34
Fix for Cygwin ACL bug ... (check-in: 4043d5ea0b user: jan.nijtmans tags: sqlite3-compat)
01:34
Fixes to the default header, footer, and css access in the setup screens. ... (check-in: 6115de1504 user: drh tags: trunk)
01:32
Improvements to the unindexed full-text-search function. Changes not yet visible in the interface. ... (check-in: 128e95e017 user: drh tags: trunk)
2015-01-27
22:14
Fix some calls to builtin_text() on the style setup pages. ... (Closed-Leaf check-in: d7e39ac9f2 user: mistachkin tags: styleSetupFix)
21:39
Update the custom MinGW makefile. ... (check-in: cc3c583f50 user: mistachkin tags: trunk)
17:44
Fix missing end-parenthesis on the stat page. ... (check-in: 5c3734c64a user: mistachkin tags: trunk)
16:46
Add a hyperlink from the /reports page back to the /stat page. ... (check-in: c92239f704 user: drh tags: trunk)
16:34
Add the schema-version to the /stat page and to the dbstat command. ... (check-in: 2f62d30743 user: drh tags: trunk)
16:21
Alternative fix for the SSH remote-host problem for which Andy Bradford supplies a patch at [52f08008e2]: Continue to provide a numeric IP address, but try to get the IPv6 address if it is available, and always include the hostname in g.zIpAddr regardless of whether or not an IP address was found. ... (check-in: 9bc7041ae7 user: drh tags: trunk)
10:47
Cherry-pick [http://www.sqlite.org/src/info/2a9ea9b4a7d6904efb2112e32efe84123dfa75d7|2a9ea9b4a7] : In the command-line shell, make sure stderr is unbuffered so that it automatically flushes. So, this works for "fossil sqlite" as well. (actually, just by copying latest "shell.c" from SQLite) ... (check-in: bcd7b488a2 user: jan.nijtmans tags: trunk)
07:39
For SSH clients we cannot know what IP address SSH will choose when connecting to the remote IP address, so just log the URL hostname instead which is arguably better than recording the misinformation of an IP to which Fossil did not connect. (drh adds:) See alternative implementation at [9bc7041ae74d]. ... (Closed-Leaf check-in: 52f08008e2 user: andybradford tags: pending-review)
03:53
Increase the version number to 1.31, due to the change to the MLINK schema. ... (check-in: 09fe92ad72 user: drh tags: trunk)
03:34
Openssl 1.0.2 ... (check-in: 1afb9f7d9f user: jan.nijtmans tags: sqlite3-compat)
03:29
Don't forget (dummy) isaux table column. ... (check-in: 74ff0e1e41 user: jan.nijtmans tags: sqlite3-compat)
03:25
Not really take over schema change, just don't bark when the repository has a future schema. ... (check-in: aca8b6d32a user: jan.nijtmans tags: sqlite3-compat)
03:10
In the Checkins By File report, use filenames as the secondary sort key. ... (check-in: 840343d4be user: drh tags: trunk)
03:06
Fix a stray "@" character in the filenames of the Checkins By File report. ... (check-in: 811d10ac7a user: drh tags: trunk)
03:00
Add the "Checkins Per File" report to the /reports page. ... (check-in: ec8c7498c0 user: drh tags: trunk)
02:40
Split the /reports webpage out into a separate source-code file for ease of editing and maintenance. No functional changes. ... (check-in: 39cd06c9f7 user: drh tags: trunk)
02:30
Cherrypick 1.31 schema-change. ... (check-in: 73069449f0 user: jan.nijtmans tags: sqlite3-compat)
02:20
The MLINK.ISAUX field was being set incorrectly by all versions since the cutover to the new MLINK schema in check-in [65aa10f97c]. Run "fossil rebuild" again after upgrading to this version. ... (check-in: a27fa3d46b user: drh tags: trunk)
02:08
Improvements to the the /finfo ancestry calculation. ... (check-in: 116921fd86 user: drh tags: trunk)
01:39
Fix a NULL-pointer dereference bug in the graph generator. ... (check-in: 03250bc649 user: drh tags: trunk)
01:25
On the check-in information page, only show diffs for changes from the primary parent. Omit diffs of changes from merged in nodes. ... (check-in: 4997690078 user: drh tags: trunk)
01:20
Fixes to the "ancestry" links of /fdiff. ... (check-in: d4d6a8432b user: drh tags: trunk)
2015-01-26
21:59
A couple fixes to the 'eagle' skin. ... (check-in: a08d175634 user: mistachkin tags: trunk)
21:11
Clarify guidance for the "nobody" user. Ticket [21e39ebe66a21b7a8]. ... (check-in: 59a482023e user: drh tags: trunk)
18:34
Make sure the PLINK.BASEID column exists when opening the repository database. ... (check-in: b00e9ac8bb user: drh tags: trunk)
18:23
Fix the URL parser so that it is able to handle IPv6 addresses. Cherrypick (with updates) from the ipv6 branch circa [2012-07-07]. ... (check-in: 2075361ece user: drh tags: trunk)
16:45
Add two new columns to the MLINK table. ("fossil rebuild" is not required but is highly recommended.) Use these new tables to improve the display of the history of changes to a single file. ... (check-in: 65aa10f97c user: drh tags: trunk)
16:28
Try to keep graph nodes from the same branch on the same rail of the graph. ... (Closed-Leaf check-in: fcc9f6642e user: drh tags: mlink-improvements)
15:19
Use the GR_MAX_RAIL macro to limit the number of parents for a node on a graph. On the /finfo page, ensure that a node is only marked "Added" if it has no parents. ... (check-in: c1c50ced22 user: drh tags: mlink-improvements)
14:44
Improved comment on the automatic MLINK column adding that is done in db_open_repository(). ... (check-in: c33c574e43 user: drh tags: mlink-improvements)
14:25
Remove a needless mlink.isaux test in the fileage computation. ... (check-in: 3bb8873940 user: drh tags: mlink-improvements)
13:52
Remove the option in /finfo to show all changes to a file. Show the first change only. And do not attempt to put that change on the trunk, but really show the first actual change. ... (check-in: 5f6ee7ce04 user: drh tags: mlink-improvements)
13:08
Relax the schema requirements. This branch of Fossil can now work with older database schemas. A "fossil rebuild" is still recommended, and goofy displays, especially of the /finfo page, might result if the rebuild is omitted. But the obsolete schema errors are avoided. This is expected to simplify the upgrade path. ... (check-in: 3f739d4da7 user: drh tags: mlink-improvements)
12:24
Make the javascript function updateClock() work on browsers < IE9, or any other browser which doesn't implement Date.toISOString(). This function only exists in ECMAScript >= 5.1 (JavaScript >= 1.8) ... (check-in: 1c4966b447 user: jan.nijtmans tags: trunk)
11:58
Merge recent trunk enhancements. ... (check-in: 3c3c166c89 user: drh tags: mlink-improvements)
11:52
Omit MLINK entries when a file is added by merge. ... (check-in: bd08b03a72 user: drh tags: mlink-improvements)
09:04
Update custom MinGW makefile, add one "const" and remove some unnecessary eol-spaces ... (check-in: 9e318f6b48 user: jan.nijtmans tags: trunk)
04:11
Fix makefile typos that broke the build for MSVC. ... (check-in: 5406f49271 user: drh tags: trunk)
04:06
Fix the build of builtin_data.h for separate compilation. ... (check-in: ad11262cf8 user: drh tags: trunk)
03:25
Add the /md_rules page that explains the Markdown formatting rules. ... (check-in: 72759f5859 user: drh tags: trunk)
2015-01-25
22:01
Improvements to the CSS in the San Francisco Modern skin. ... (check-in: c88fc81a33 user: drh tags: trunk)
21:21
Improved tracing capability for debugging purposes. ... (check-in: af3d3b6936 user: drh tags: trunk)
09:54
Merge latest trunk ... (check-in: befd44c747 user: baruch tags: svn-import)
02:29
Some minor fixes to the /finfo tree construction. Still having problems with incorrect mlink entries being created for files added by merge. ... (check-in: f603a91432 user: drh tags: mlink-improvements)
01:30
Comment improvements in the schema. Attempt to get the /finfo page to show merge arrows. ... (check-in: 7d5a85bba8 user: drh tags: mlink-improvements)
00:20
Enhance the MLINK table schema to record file changes from all parents. Requires a "fossil rebuild". Other schema cleanups at the same time. ... (check-in: a241444d8f user: drh tags: mlink-improvements)
2015-01-24
22:13
Enhance the "fossil sync" command to retry all of the returned values from getaddrinfo() until it finds one that actually works. That way, it will find the IPv4 version on machines that do not have an IPv6 gateway. ... (check-in: ae3ef4d3d9 user: drh tags: trunk)
21:46
Add the --ipv4 option to force the use of IPv4 on "fossil clone" and "fossil sync" and so forth. ... (check-in: 317bd3cb3d user: drh tags: trunk)
20:42
Fix the "info" command so that it once again accepts the -R option. ... (check-in: 5826f9c4b8 user: drh tags: trunk)
17:05
Add "white-space: nowrap" to the branch table elements. ... (check-in: f55b538c65 user: drh tags: trunk)
00:17
Add the 'white-foreground' setting to the list of those used for skinning. ... (check-in: f88c18fc71 user: mistachkin tags: trunk)
2015-01-23
23:38
Add the 'eagle' skin, based on the one used by the Eagle project (http://eagle.to/). ... (check-in: 8f87308eef user: mistachkin tags: trunk)
23:32
Further enhancements to Skin processing. Provide the ability to save the current Skin using a name. ... (check-in: e5a4206341 user: drh tags: trunk)
22:55
Enhance the /setup_skin page to enable renaming of custom skins. ... (check-in: 2431ddf61b user: drh tags: trunk)
21:03
Correct casing of 'Tcl' where needed. ... (check-in: 967050341d user: mistachkin tags: trunk)
21:00
Improvements to the 'enhanced' skin. ... (check-in: ef006c3147 user: mistachkin tags: trunk)
18:43
Enable ZIP and Tarball downloads for user "nobody" by default, since the other anti-spider defenses seem to work well enough to prevent abuse. ... (check-in: 68ce0bcf62 user: drh tags: trunk)
18:34
Incorporate the latest changes to the "San Francisco Modern" skin. ... (check-in: be5b69862c user: drh tags: trunk)
17:57
Slightly 'improve' summary line for push/pull/sync operations. ... (check-in: 942dd0bb08 user: mistachkin tags: trunk)
17:48
Merge updates from trunk. ... (Closed-Leaf check-in: 8c00f6f032 user: mistachkin tags: xferSumFmt)
17:13
Add new commands: test-var-list, test-var-get, and test-var-set. The original motivation was to make it easier to insert "css", "header", and "footer" values that people send in, but these commands seem useful for other kinds of experimentation. The are "test-*" commands because they are not intended to be accessed by ordinary users. ... (check-in: 1e21daceca user: drh tags: trunk)
14:31
Fix comment and error-message ... (check-in: 9a07b24935 user: jan.nijtmans tags: trunk)
14:03
Make the now() SQL function available in the "fossil sql" command. ... (check-in: 0134654db6 user: drh tags: trunk)
13:50
Make sure the zOrigName variable in the /doc page implementation is always initialized, even for early errors. ... (check-in: f5165dd05b user: drh tags: trunk)
07:03
Fix compiler warning for 'zOrigName' variable. If unable to locate a document, fallback on 'zName' if 'zOrigName' is zero. ... (Closed-Leaf check-in: aed9971ddb user: mistachkin tags: docVarWarn)
05:49
Fix build issue for MinGW due to missing 'ws2tcpip.h' functions. ... (check-in: 4c247512a8 user: mistachkin tags: trunk)
05:41
Slightly 'improve' summary line for push/pull/sync operations. ... (check-in: dbf93c23f7 user: mistachkin tags: xferSumFmt)
04:26
Clean up the /doc webpage. Use newer interfaces that were created since that page was original written. Set the HTTP status to 404 on not found. Try to find a "404.md" page to display and use it if found instead of the default 404 page. ... (check-in: cfcd9b87dc user: drh tags: trunk)
02:05
Use IPv6 for "fossil sync" when available. ... (check-in: 1dbd4d0d0b user: drh tags: trunk)
01:58
Use IPv6 when available for "fossil sync". ... (Closed-Leaf check-in: 3842742871 user: drh tags: ipv6-sync)
2015-01-22
23:45
Enhance the table sorting javascript to support initial reverse-order sorting. Add table sorting to the user log. ... (check-in: 0cdec7d290 user: drh tags: trunk)
22:52
Make table sorting (by clicking on column headers) stable. In other words, identical values in the column being sorted preserve their prior relative order. Patch suggested by Jacek Cała. ... (check-in: fe61f4958d user: drh tags: trunk)
19:49
Allow recursive queries in user input. ... (check-in: beaf897cb1 user: jan.nijtmans tags: trunk)
19:16
Allow "with" as well as "select" to be used in ticket report queries, as suggested by Sean Woods on the ML. ... (check-in: ae72a652a7 user: jan.nijtmans tags: trunk)
15:47
Add Étienne Deparis's GitHub-like skin to the set of built-ins. ... (check-in: 51935f265a user: drh tags: trunk)
15:40
Dockerfile: build "trunk" in stead of "release" by default. No need for installing tcl-devel when building fossil with --with-tcl-private-stubs, just tcl is enough. ... (check-in: 53a295489e user: jan.nijtmans tags: trunk)
15:32
Add missing style to the default skin CSS. Also, correct some comments. ... (check-in: 03a75d7cb5 user: mistachkin tags: trunk)
15:23
Add the ability to bring up a web server that uses a different skin from the default, and have multiple servers going at the same time, each using a different skin. Currently enabled for unix only. (Later:) Upon further reflection, I'm not convinced this is a good idea, so the code is moved into a branch. ... (Closed-Leaf check-in: b36e241100 user: drh tags: multiple-skins)
13:44
Add comments the CGI-script parser. Move the most commonly seen lines to the top of the if-then-else chain. ... (check-in: 236087b98e user: drh tags: trunk)
12:37
Add a few "const" qualifiers in appropriate places, and remove some unnecessary end-of-line spaces. No change in functionality. ... (check-in: f6c285f88c user: jan.nijtmans tags: trunk)
10:27
Cherry-pick [http://www.sqlite.org/src/info/2037442c582e51d85967bc911ea4a412eb4da573|2037442c58]: Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero. ... (check-in: 0eae9d3cbd user: jan.nijtmans tags: trunk)
09:16
Update SQLite to the 3.8.8.1 release ... (check-in: 282f1fc542 user: jan.nijtmans tags: trunk)
02:59
Add support for setting environment variables from within CGI script files. ... (check-in: 0af7024db1 user: mistachkin tags: trunk)
02:47
Merge updates from trunk. ... (Closed-Leaf check-in: 878b5663d5 user: mistachkin tags: cgiSetEnv)
02:44
Update the custom MinGW makefile. ... (check-in: 448c9cfae5 user: mistachkin tags: trunk)
02:19
Split out the text of the CSS, header, and footer into separate files for each of the built-in "skins", in an effort to make skins easier to maintain, enhance, and extend. ... (check-in: 96fdf09fd8 user: drh tags: trunk)
01:58
Merge updates from trunk. ... (check-in: 764c3ef8c5 user: mistachkin tags: cgiSetEnv)
01:57
Add the skins/README.md file describing how to add new skins. ... (Closed-Leaf check-in: 5137cd5e88 user: drh tags: skins-refactor)
01:43
Break out the various built-in skins into separate CSS, header, and footer text files stored under subfolders of the skins/ directory in the source tree. This should make it much easier to edit built-in skins and to add new built-in skins. ... (check-in: 12333d9545 user: drh tags: skins-refactor)
2015-01-21
21:33
Enhance the Ad-Unit processing to allow a choice of two different ad-units. A tall skinny ad-unit can be placed at the right (or left) margin on some pages in place of the banner ad-unit beneath the menu bars. Ad-Units are now configurable using CSS. <b>Note:</b> Legacy ad-unit configurations might need to adjust their CSS. ... (check-in: ff78d6d5ef user: drh tags: trunk)
21:19
Do not attempt to use the Right-Column Ad-Unit if the content contains a &lt;table&gt; element. ... (Closed-Leaf check-in: 7d79460479 user: drh tags: ad-unit-enhancement)
20:45
Add a "Flat-View" button to the /tree page when in tree-view mode. ... (check-in: 2ee1815918 user: drh tags: trunk)
18:55
Enhance the ad-unit processing to allow for tall right-side column ads as an alternative to banner ads. ... (check-in: 4bc5b6cf9b user: drh tags: ad-unit-enhancement)
17:38
Fix internal links on the 'attachlist' page. Reported via the mailing list. Ticket [c899dd567b0dc871d] ... (check-in: 0438d06635 user: mistachkin tags: trunk)
00:18
Merge updates from trunk. ... (check-in: 90d8f7afad user: mistachkin tags: cgiSetEnv)
00:17
Manually merge the blob leak fixes corrected on the 'cgiSetEnv' branch. ... (check-in: 1829fa8845 user: mistachkin tags: trunk)
2015-01-20
17:48
Experimental changes to add 'setenv' support to CGI script files. ... (check-in: fe77afb158 user: mistachkin tags: cgiSetEnv)
16:44
When attempting to open the configuration, permit the 'FOSSIL_HOME' environment variable (if present), to override 'HOME'. ... (check-in: c97a085a0e user: mistachkin tags: trunk)
00:03
During shutdown, check to see if the check-out database (".fslckout") contains a lot of free space, and if it does, VACUUM it. ... (check-in: bf681039e2 user: drh tags: trunk)
2015-01-19
23:27
Make it easier to override the directory for OpenSSL when compiling with MinGW. ... (check-in: af8c8c67af user: mistachkin tags: trunk)
18:38
Fix harmless compiler warning seen with MSVC. ... (check-in: ac36755f31 user: mistachkin tags: trunk)
13:06
Update referenced openSSL version ... (check-in: 151473ae36 user: jan.nijtmans tags: trunk)
12:59
Merge cleanX ... (check-in: ac1fc1c675 user: jan.nijtmans tags: cleanX-no-clean-glob)
12:09
merge trunk ... (check-in: 6a7f73d16d user: jan.nijtmans tags: sqlite3-compat)
11:59
merge trunk ... (check-in: aa5dae22a1 user: jan.nijtmans tags: cleanX)
11:29
Version 1.30 ... (check-in: 1df1b41c86 user: drh tags: trunk, release, version-1.30)
09:09
Add .dockerignore file (which does nothing more than speeding up the docker build process) ... (check-in: 25106f1eac user: jan.nijtmans tags: trunk)
2015-01-18
21:12
Merge trunk ... (check-in: 0746fbe416 user: baruch tags: svn-import)
20:35
Fix handling paths when branching to/from a subdir ... (check-in: 261ff58e23 user: baruch tags: svn-import)
14:10
Much better detection of changes to tags. Prevent commit with no changes. ... (check-in: bb020aed62 user: baruch tags: svn-import)
2015-01-17
20:17
Remove an obsolete query parameter from the documentation of the /timeline page. No changes to code. ... (check-in: b955a6b282 user: drh tags: trunk)
20:05
Backout [b9af13da9d] and instead clarify testing requirements. Also shorten anchor tag and add missing anchor end. ... (check-in: 41ae5d9f35 user: andybradford tags: trunk)
19:51
Updates to the graph-test-1.wiki page. ... (check-in: 7c55ffe1cd user: drh tags: trunk)
19:48
Correct link to tested ci view. ... (check-in: b9af13da9d user: andybradford tags: trunk)
19:42
Use artifact that pertains to the feature in question. ... (check-in: 70cb98ce85 user: andybradford tags: trunk)
19:36
Add test for Unhide button. ... (check-in: 4032173d21 user: andybradford tags: trunk)
18:56
Send browser to testwindow like the rest of the links. ... (check-in: 81fafe36a6 user: andybradford tags: trunk)
16:01
Mention CVE-2014-3566 fix in changelog. ... (check-in: 98e30b7222 user: jan.nijtmans tags: trunk)
15:56
Build "docker" images with --with-th1-docs --with-th1-hooks, but without fusefs support (not needed anyway in this environment). Optimize Dockerfile, using somewhat longer lines, so it needs less intermediate docker images during build. Build "release" version of fossil by default, not "trunk". ... (check-in: 2621f8e530 user: jan.nijtmans tags: trunk)
15:52
Put back code from shell.c < 3.8.7, needed for .explain mode: The SQLITE_TESTCTRL_EXPLAIN_STMT test_control became a nop then, but is still needed when linking with older SQLite (./configure --disable-internal-sqlite). ... (check-in: 21acf839cb user: jan.nijtmans tags: trunk)
14:53
Make the symbolic_name_to_rid() and checkin_mtime() SQL functions available in the "fossil sql" command. Improve the documentation for the files_in_checkin virtual table. ... (check-in: ba1429cef8 user: drh tags: trunk)
2015-01-16
22:10
Further enhancements to the change-log. ... (check-in: 55243b0d87 user: drh tags: trunk)
19:12
Updates to the change log and a typo fix in one of the documentation pages. ... (check-in: 7705070de7 user: drh tags: trunk)
13:28
Update SQLite to the 3.8.8 release. ... (check-in: 3d8bf07d13 user: drh tags: trunk)
10:43
Add entry for Docker in changes.wiki, and minor bug-fix ... (check-in: 7ad592b915 user: jan.nijtmans tags: trunk)
08:34
Remove comment, assuming the "initial commit" change is accepted for 1.30 ... (check-in: 65815de271 user: jan.nijtmans tags: trunk)
05:52
Update change log with some of the obvious bug fixes. ... (check-in: 64d831245a user: andybradford tags: trunk)
2015-01-15
16:17
Fix for new branch detection and handling ... (check-in: 7673518b9b user: baruch tags: svn-import)
10:00
merge trunk ... (check-in: 3cf9f2112d user: jan.nijtmans tags: svn-import)
09:57
Remove strglob() function, which isn't used any more. Various doc fixes, (cherry-picked from the svn-import branch). ... (check-in: 2c79aed2d5 user: jan.nijtmans tags: trunk)
09:29
merge trunk ... (check-in: f332f83b15 user: jan.nijtmans tags: svn-import)
09:28
Remove spacings at end-of-line. No change in any functionality. ... (check-in: 080ab8cb0a user: jan.nijtmans tags: trunk)
2015-01-14
23:26
Enhanced comments on the implementation of the checkin_mtime() SQL function. ... (check-in: 3b2dcd9378 user: drh tags: trunk)
12:55
Merge the latest trunk changes into the search-with-fts4 branch. ... (Closed-Leaf check-in: b429d53031 user: drh tags: search-using-fts4)
11:56
Use "COLLATE nocase" when listing user names. ... (check-in: 439453b5c7 user: drh tags: trunk)
2015-01-13
08:30
typo ... (check-in: bc04f483f9 user: jan.nijtmans tags: trunk)
00:27
Update the built-in SQLite to the first 3.8.8 release candidate. ... (check-in: 51b476a0b9 user: drh tags: trunk)
2015-01-12
11:35
Fix typos in documentation and update the size estimate. ... (check-in: ec1197ca01 user: drh tags: trunk)
2015-01-11
13:32
Don't copy all files on a tag ... (check-in: fb90d6c657 user: baruch tags: svn-import)
12:44
Change "magic numbers" to named constants ... (check-in: c8e00eb1f5 user: baruch tags: svn-import)
11:30
Allow using tags as copy-source Move variables to smaller scope, as per coding style guidelines ... (check-in: 997da4f0e4 user: baruch tags: svn-import)
08:02
Fix issue with branching from a branch ... (check-in: 93134dda26 user: baruch tags: svn-import)
00:06
Update the built-in SQLite to the latest 3.8.8 beta. ... (check-in: 5c8f33d6a8 user: drh tags: trunk)
2015-01-10
18:01
Add the "fossil clean --verily" command to the "hints" documentation. ... (check-in: 70931e58df user: drh tags: trunk)
02:54
Abort clone if we don't get the full payload until we have a better way to handle partial clones. ... (check-in: e1893dc6ab user: andybradford tags: trunk)
2015-01-08
19:46
Restore the diamond symbol as the default 'not sorted' column indicator. ... (check-in: 379ce043c1 user: mistachkin tags: trunk)
17:38
Update referenced OpenSSL version. ... (check-in: 6c484ec392 user: mistachkin tags: trunk)
14:50
merge cleanX ... (check-in: 8e94814d8f user: jan.nijtmans tags: cleanX-no-clean-glob)
14:40
merge trunk ... (check-in: 4105aed80d user: jan.nijtmans tags: cleanX)
14:30
Add the --verily option to "fossil clean". Cause "fossil clean" and "fossil extra" to see symbolic links even if symbolic link handling is turned off, as links might have been created by external processes (read: autoconf). ... (check-in: b5b62b3d57 user: drh tags: trunk)
11:14
Fix memory leaks ... (check-in: fa8f12b627 user: baruch tags: svn-import)
10:47
Reformat long lines ... (check-in: 32e9483585 user: baruch tags: svn-import)
10:17
Fix for copy on same branch causing a merge ... (check-in: 06d3aa22d3 user: baruch tags: svn-import)
2015-01-07
21:48
Make Resolution column of /brlist table sortable. ... (check-in: e90503d617 user: joel tags: trunk)
21:46
Move table column sort indicator into CSS. ... (check-in: d3eb877c06 user: joel tags: trunk)
19:46
Merge latest trunk ... (check-in: aea273f77e user: baruch tags: svn-import)
14:07
Fixes for detecting branch creation ... (check-in: 855f233b69 user: baruch tags: svn-import)
2015-01-06
21:43
Use common HTML entities rather than obscure unicode characters for the arrows on sortable table columns. ... (check-in: 4c803826ad user: drh tags: trunk)
20:17
Fix a typo and tagging issue ... (check-in: 2b6fc1dd2c user: baruch tags: svn-import)
13:14
Add the --verbose option to the clone command. ... (check-in: 5e7d3effa3 user: drh tags: trunk)
11:45
Seems to work again on a simple test case. Not finished or well tested ... (check-in: ea876c3f17 user: baruch tags: svn-import)
06:46
Extend verbose option to clone operations as well. ... (Closed-Leaf check-in: 7421f9263c user: andybradford tags: pending-review)
01:06
Add icons on sortable table headers to show which columns are sortable and which is the current sort column. This code is inspired by the brlist-visual-enhancement branch, but is a completely new implementation. ... (check-in: 8533365e44 user: drh tags: trunk)
2015-01-05
22:39
Fix typo in a new #define. ... (check-in: c761af63c0 user: mistachkin tags: trunk)
20:36
Fix typos in the file-format documentation. ... (check-in: f7d7ce35cd user: drh tags: trunk)
15:25
Add arrows to cue active sorting on /brlist web page ... (Closed-Leaf check-in: 7aa10e3c72 user: baruch tags: brlist-visual-enhancement)
01:57
Change the cursor to "pointer" for sortable columns of a table. ... (check-in: 54d53deb16 user: drh tags: trunk)
2015-01-04
20:54
Enhance the /brlist output to show a count of the number of check-ins on each branch, and to separate the "Status" and "Resolution" into separate columns, with the "Status" column being sortable. Enhance the SortableTable() javascript to always sort ASC on initial click and only go to DESC on a second click of the same column. ... (check-in: 965905c884 user: drh tags: trunk)
00:28
Click on the column labels to sort on the /brlist page. ... (check-in: e35b9cb74c user: drh tags: trunk)
2015-01-03
23:54
New design for the /brlist webpage that shows the branches in age order and shows their current status. ... (check-in: 12fb5d04e3 user: drh tags: trunk)
19:58
Update the built-in SQLite to the Jan 3 beta for 3.8.8. ... (check-in: ab3fed40ec user: drh tags: trunk)
2015-01-01
15:02
Another unfinished revision ... (check-in: 65f9525be5 user: baruch tags: svn-import)
2014-12-31
23:33
More work. Still not usable ... (check-in: 2ea79975b6 user: baruch tags: svn-import)
15:46
Working on fixing/rewriting svn-import function. This is not in a stable state yet. DO NOT TEST ... (check-in: 9604c28207 user: baruch tags: svn-import)
2014-12-30
21:13
Revert makefile change accidentally commited ... (Closed-Leaf check-in: f2035f27f1 user: baruch tags: tk-diff-viewer)
21:04
Bring tk diff viewer branch up to date ... (check-in: 42436cef32 user: baruch tags: tk-diff-viewer)
2014-12-25
08:20
Fix comment explaining JS graph generation ... (check-in: 1860c6d6de user: baruch tags: trunk)
2014-12-24
09:00
merge trunk ... (check-in: 2caad83d8c user: baruch tags: svn-import)
08:44
Fix for older browsers ... (check-in: 59062c3d68 user: baruch tags: file-filter)
2014-12-23
13:00
Merge the latest fixes, changes, and enhancements from trunk. ... (check-in: 39decf0ddf user: drh tags: search-using-fts4)
12:20
Use a "disjoint" timeline for the display of ancestor and descendent graphs. ... (check-in: 4f2f04495c user: drh tags: trunk)
12:09
Add the (undocumented) "showrid" query parameter to the main timeline. Used for debugging only. ... (check-in: 5111a5fea2 user: drh tags: trunk)
09:05
Make search case insensitive ... (check-in: 1621bd8082 user: baruch tags: file-filter)
2014-12-22
21:57
fix for last directory in list ... (check-in: 3638635d0d user: baruch tags: file-filter)
21:36
merge trunk ... (check-in: f744808238 user: baruch tags: file-filter)
2014-12-21
02:44
Adjust file tree CSS so file ages are closer to the filenames. ... (check-in: 797780c3ff user: joel tags: trunk)
2014-12-20
21:06
Improve diagnostic output for HTTP redirects. ... (check-in: a1e256cc83 user: mistachkin tags: trunk)
19:26
Handle 301 redirect the same as 302 redirect. ... (check-in: 2678d87d6a user: andybradford tags: trunk)
2014-12-19
21:56
Fix for MSVC changes from the previous check-in: work around issue in OpenSSL where it will not link when SSLv2 and SSLv3 are disabled (i.e. it ends up not building 'ssleay32.lib' at all). ... (check-in: 479805e1ec user: mistachkin tags: trunk)
21:15
Add comments to the MinGW makefiles. Also disable use of SSLv2 and SSLv3 when building with MSVC. ... (check-in: 1f91d041bf user: mistachkin tags: trunk)
12:51
Fix a compiler warning in markdown.c that occurs only with -Os on gcc. ... (check-in: 623057ea59 user: drh tags: trunk)
2014-12-18
23:34
Change from using Expires: to Cache-Control: to control caching. ... (check-in: c8414504e1 user: drh tags: trunk)
22:27
fixed the mtime field on json timeline output. ... (check-in: df50cb6e4d user: stephan tags: trunk)
19:56
Generate shorter hyperlinks in the /tree page. ... (check-in: 8ff34a4b6c user: drh tags: trunk)
19:34
Fix documentation typos. ... (check-in: b78ca10222 user: drh tags: trunk)
15:40
Disable the use of SSLv2 and SSLv3. Require TLS for HTTPS for security. ... (check-in: 7a44fddd3f user: drh tags: trunk)
15:28
Tweaks to the default CSS for the /fileage page. ... (check-in: 64ae69e172 user: drh tags: trunk)
10:21
Merge trunk. On MinGW, build openssl library without ssl2 and ssl3 support. ... (Closed-Leaf check-in: 06455d1e95 user: jan.nijtmans tags: disable-sslv3)
10:18
Hide empty folders when filtering ... (check-in: 221fac45d0 user: baruch tags: file-filter)
09:38
Update custom Makefile ... (check-in: 87185aa5dd user: jan.nijtmans tags: trunk)
08:17
Merge trunk. Disable SSLv3 without setting to re-enabled it. ... (check-in: d6e8e26d41 user: jan.nijtmans tags: disable-sslv3)
00:29
Change the FTS4 tokenizer so that "_" acts like a normal letter, not a token separator. This seems to work better when doing searches on source code. ... (check-in: 60d4706329 user: drh tags: search-using-fts4)
2014-12-17
23:17
first attempt at client-side file-list filtering ... (check-in: e44de4cc84 user: baruch tags: file-filter)
21:36
Merge recent changes from trunk. ... (check-in: 03309b1b95 user: drh tags: search-using-fts4)
21:22
Disable SSLv3 by default, but provide a new setting "ssl-enable-v3" to enable it. ... (check-in: 9f1f3f3409 user: jan.nijtmans tags: disable-sslv3)
21:13
Report file ages as positive rather than negative values, even though the events occur back in time (in the negative direction). Users find negative values confusing. ... (check-in: 6e29ebbb77 user: drh tags: trunk)
21:11
Tweaks to the /sitemap formatting. ... (check-in: b09011f6b2 user: drh tags: trunk)
18:51
Much faster implementation of the ftsearch_content() function for file content. ... (check-in: bbcce76f26 user: drh tags: search-using-fts4)
18:28
Add the ability to index files. ... (check-in: 83c6781670 user: drh tags: search-using-fts4)
17:21
reorg of sitemap to be more hierarchical. Pedantically added closing LI tags. ... (Closed-Leaf check-in: 269a94128f user: stephan tags: sitemap-tinkering)
16:27
Remove the code that implemented legacy "fossil search" command. FTS4 will be used moving forward. ... (check-in: 389c70a56a user: drh tags: search-using-fts4)
16:19
Begin adding infrastructure to support full-text search using FTS4. ... (check-in: 9f9dfe3a98 user: drh tags: search-using-fts4)
01:39
Remove the "Flat-View" submenu option from the /tree pages. The Flat-View page still exists, and is reachable from the /sitemap page. But it is no longer prominently featured. ... (check-in: 47a9d3899a user: drh tags: trunk)
00:54
Include file modification times on the "All" /tree view of files. ... (check-in: 9240905c97 user: drh tags: trunk)
00:16
Merge the age-in-file-tree changes into trunk. ... (check-in: 0183c9a292 user: drh tags: trunk)
00:16
Tweaks to the header text for /tree and /fileage. ... (Closed-Leaf check-in: b4775276fb user: drh tags: age-in-file-tree)
2014-12-16
23:49
Add "Sort By Filename" and "Sort By Time" buttons to the /tree webpage. ... (check-in: e99255f0a5 user: drh tags: age-in-file-tree)
23:39
Record the new repository name in the configuration database when running the test-move-repository command. ... (check-in: 592ee15dfc user: drh tags: trunk)
23:27
Add the mtime query parameter to the /tree page. ... (check-in: fd4e1b55d7 user: drh tags: age-in-file-tree)
19:01
Merge the undo fix from trunk. ... (check-in: 987af58824 user: drh tags: age-in-file-tree)
19:00
Fix a bug in the "fossil undo" command, introduced when the sqlite3_table_column_metadata() function was used to reimplement the db_table_exists() routine, just a few days ago. ... (check-in: b6ed6241e1 user: drh tags: trunk)
18:43
An attempt to improve the "age" display in the file tree viewer. ... (check-in: 3bd9e9bf7e user: drh tags: age-in-file-tree)
16:32
Show the ages of files in the file tree viewer. ... (check-in: f8d54372e7 user: drh tags: age-in-file-tree)
14:46
Enhance the "fileage" webpage so that it shows ages relative to current time rather than relative to the last checkin, so that it shows associated checkin comments, and so that it is styled using CSS. ... (check-in: 31b5dffa76 user: drh tags: trunk)
02:37
Improvements to HTTP redirect on sync. ... (check-in: 3a00b612d4 user: drh tags: trunk)
2014-12-15
18:24
Fix the "files_of_checkin" virtual table implementation so that it works with delta manifests. Change the implementation of compute_fileage() to use common table expressions and the files_of_checkin virtual table for a pure SQL implementation (which turns out to be faster). ... (check-in: c556f8c61c user: drh tags: trunk)
18:17
Fix the "files_of_checkin" virtual table so that it works correctly with delta manifests. ... (Closed-Leaf check-in: 0fba2272fa user: drh tags: fileage-enhancement)
17:53
A new, faster, implementation of the compute_fileage() utility that is implemented in SQL, using the files_of_checkin virtual tables and a common table expression. ... (check-in: cc1e965504 user: drh tags: fileage-enhancement)
15:47
Simply the "fileage" webpage by converting to use of the "files_of_checkin" virtual table. ... (check-in: a0cc614326 user: drh tags: fileage-enhancement)
2014-12-12
16:04
Reset memory in addr for good measure just to be certain nothing is left over. ... (check-in: 522cf5f66d user: andybradford tags: trunk)
07:13
Minor spelling correction. ... (check-in: f627634ca8 user: andybradford tags: trunk)
06:30
On 302 redirects, cause addr and socket reinitialize so it has the info for the new location and not the old. This may address a bug reported on the ML by Ashwin Hirschi in which a redirect was causing Fossil to segfault, likely due to redirecting to the same site repeatedly because addr was remaining unchanged. ... (check-in: 6e7cb7f27a user: andybradford tags: trunk)
2014-12-11
22:23
"const" the conts (typo) (ref: [738ddb08467b4c9d14b042|ticket]) ... (check-in: 37e234fa88 user: bch tags: trunk)
14:59
Add a link to the [http://fuelscm.org/] project on the Fossil homepage. Oops: Some other unrelated and experimental changes to the "search" command also got folded into this check-in ... (check-in: 85f265625b user: drh tags: trunk)
12:53
Improve the help message for the bloblist web page. ... (check-in: 3e3bb5f71a user: drh tags: trunk)
03:42
Avoid parsing error in browser for missing end of statement. ... (check-in: ffa6b36d08 user: andybradford tags: trunk)
2014-12-10
21:47
Rename the "test-describe-artifacts" webpage to "bloblist". Provide an index to use for repos with more than 5000 artifacts. Improvements to the bulk artifact describer. ... (check-in: f3663f9f69 user: drh tags: trunk)
20:53
Add the experimental test-describe-artifacts webpage. ... (check-in: 59121b9c0d user: drh tags: trunk)
17:34
First cut at a "sitemap" page. ... (check-in: 843244311a user: drh tags: trunk)
14:16
Update the built-in SQLite to the 3.8.8 alpha that includes the enhanced sqlite3_table_column_metadata() interface. Use that new interface to build new utility methods db_table_exists() and db_table_has_column() that work more efficiently than the older technique of querying the sqlite_master table. ... (check-in: 1aa8067704 user: drh tags: trunk)
08:23
Update makemake.tcl. So next time Makefile.mingw is re-generated, latest makefile improvements will not be lost. Remove some unnecessary eol-spacing in other tcl files. ... (check-in: 34820b4345 user: jan.nijtmans tags: trunk)
2014-12-09
22:20
Update the custom MinGW makefile. ... (check-in: 0a037dd7f4 user: mistachkin tags: trunk)
22:19
Simplify the usage message for the 'all' command. ... (check-in: c5d01ccce8 user: mistachkin tags: trunk)
16:25
Improvements to timeline submenu and title generation. Faster ambiguous name detection query. ... (check-in: 421c9eee0a user: drh tags: trunk)
10:34
merge trunk ... (check-in: c9dae7ab66 user: jan.nijtmans tags: svn-import)
09:14
merge trunk ... (check-in: 5589ebbd61 user: jan.nijtmans tags: cleanX)
2014-12-08
17:12
Fix a harmless compiler warning. ... (check-in: 276ae46383 user: drh tags: trunk)
15:36
An experiment in trying to improve the file history timelines. A schema change is necessary for this improvement, which the present check-in captures. However, the file history timelines have not yet been improved, and in fact are slightly broken at this point. ... (Closed-Leaf check-in: e1e9c3a300 user: drh tags: file-history-enhancement)
2014-12-06
19:03
Improved handling of hyperlinks from the timeline to specific branches and users. ... (check-in: 494b2a4c92 user: drh tags: trunk)
16:58
fix a harmless compiler warning. ... (check-in: 0e3f0cadc4 user: drh tags: trunk)
16:57
Fix merge conflict with trunk ... (check-in: acd718448f user: jan.nijtmans tags: multi-thread)
16:04
Fix a couple labels on the "dbstat" output. ... (check-in: 9b21984c4a user: drh tags: trunk)
15:57
merge trunk ... (check-in: e5a1100bcc user: jan.nijtmans tags: multi-thread)
15:47
Merge the new DBP-workflow commands into trunk: bundle, purge, publish, and unpublished. ... (check-in: a81a47f66c user: drh tags: trunk)
15:44
Update the built-in SQLite to the latest 3.8.8 alpha. ... (check-in: 5e598cec44 user: drh tags: trunk)
14:24
In Makefile.mingw: Don't compile some zlib optimized assembler sources when compiled with FOSSIL_ENABLE_MINIZ. ... (check-in: 8a5c394ba4 user: mgagnon tags: trunk)
2014-12-05
12:42
Add new "allow-clean-x" boolean property, which enables a "fossil clean -x" without a warning. ... (check-in: 69491bb45e user: jan.nijtmans tags: cleanX)
2014-12-02
16:20
Fix the "fossil scrub --verily" command so that it removes the purgeevent, purgeitem, and admin_log tables. ... (Closed-Leaf check-in: fa643f4b15 user: drh tags: DBP-workflow)
13:15
Improved validation and checking when opening bundles. ... (check-in: f82dd1556b user: drh tags: DBP-workflow)
05:50
Try to avoid creating files with names of unrecognized --options by checking for explicit argument count where a file is required. Correct minor typo in error output. ... (check-in: 9f63c8a3fe user: andybradford tags: DBP-workflow)
2014-12-01
21:36
Still more fixes for harmless compiler warnings. ... (check-in: 3753b87d94 user: drh tags: DBP-workflow)
21:29
More compiler warning fixes. ... (check-in: 155c8b64ac user: drh tags: DBP-workflow)
21:19
Fix harmless compiler warnings. ... (check-in: c68b59b1b3 user: drh tags: DBP-workflow)
21:16
Further improvements to the artifact receipt log. ... (check-in: ca2f1e4e29 user: drh tags: DBP-workflow)
20:53
Use the describe_artifacts utility on the administrative "received-from" log web pages. ... (check-in: 4bd49a2108 user: drh tags: DBP-workflow)
20:26
Store a short description of artifacts in bundles and in purgeitem entries. Use that short description on listings. ... (check-in: 87a04576f2 user: drh tags: DBP-workflow)
17:26
Merge the latest trunk enhancements into DBP-workflow branch. ... (check-in: ab188badcd user: drh tags: DBP-workflow)
17:25
merge cleanX ... (check-in: 5b40b55b6f user: jan.nijtmans tags: cleanX-no-clean-glob)
17:24
merge trunk ... (check-in: 3b4a5d2768 user: jan.nijtmans tags: cleanX)
17:22
Add the administrative log capability. ... (check-in: f3455a56ee user: drh tags: trunk)
17:17
Change output formatting of describe_artifact_to_stdout() to omit the RID. Make sure the purgeevent and purgeitem tables are not deleted by a rebuild. ... (check-in: 1c7dd7949e user: drh tags: DBP-workflow)
2014-11-30
14:11
Added limit selection to /admin_log. ... (Closed-Leaf check-in: 8355756fb6 user: stephan tags: admin-logging)
13:36
Added more logging, added admin_log() to printf checker. ... (check-in: f63d68d4d3 user: stephan tags: admin-logging)
13:27
merged in trunk. ... (check-in: 1526dd4c7e user: stephan tags: admin-logging)
2014-11-29
14:16
Always show a listing of imported content on "fossil bundle import". Added the "fossil test-phantoms" command. ... (check-in: dd5635561a user: drh tags: DBP-workflow)
09:38
Added symbolic_name_to_rid() DB binding. ... (check-in: 8815b65e6c user: stephan tags: trunk)
04:56
Fix bugs in the bundle generator logic. ... (check-in: 8d94eab98a user: drh tags: DBP-workflow)
00:41
Use the describe_artifacts utility in the implementation of "fossil unpublished" and "fossil publish". ... (check-in: 09f67d5cbd user: drh tags: DBP-workflow)
00:20
Added the test-unsent and test-unclustered commands. Further integration of the describe_artifacts() utility. Fixes to "fossil bundle purge". ... (check-in: 79ce83dc90 user: drh tags: DBP-workflow)
2014-11-28
23:18
Begin making use of the new describe_artifacts() utility, for example in the --explain output of "bundle export" and "purge". ... (check-in: e957dc662b user: drh tags: DBP-workflow)
22:31
Add the describe_artifacts() utility procedure and the test-describe-artifacts command for testing it. ... (check-in: 47115adec5 user: drh tags: DBP-workflow)
17:54
Fix the "fossil publish" command so that it adds newly published artifacts to the unsent and unclustered tables. ... (check-in: 85f239f1f7 user: drh tags: DBP-workflow)
17:38
Added basic /admin_log page, added settings change logging through onoff_attribute(). ... (check-in: 8f1fc45581 user: stephan tags: admin-logging)
17:36
merge trunk ... (check-in: 12667b95be user: jan.nijtmans tags: cleanX)
17:33
merge trunk ... (check-in: 59cde7bb12 user: jan.nijtmans tags: multi-thread)
17:23
Add the "files_of_checkin" virtual table. ... (check-in: 7a588fe662 user: drh tags: trunk)
15:46
Incorporate all recent trunk enhancements. ... (check-in: 368f82a255 user: drh tags: DBP-workflow)
15:36
Rig the aux-schema checking so that it accepts a range of schema values. Add the BASEID field to the PLINK table, but continue to allow older versions of the PLINK table so that "rebuild" is not require. The schema will automatically update on the next "rebuild". ... (check-in: 5dd8b2dabe user: drh tags: trunk)
15:33
Minor tweaks to the aux-schema management logic. ... (Closed-Leaf check-in: a7caaea559 user: drh tags: baseline-in-plink)
15:31
merge trunk ... (check-in: 6f95bf643a user: jan.nijtmans tags: multi-thread)
15:11
Restore the built-in SQLite to version 3.8.8 after fixing the fragmentation size corruption problem. ... (check-in: 21b30fc023 user: drh tags: trunk)
15:05
Change the name of the admin-log table to "admin_log". Only write to it if the "admin-log" setting is enabled (off by default). Make sure the admin_log table is created in the repository and not in the local or config databases. ... (check-in: 5e0514a607 user: drh tags: admin-logging)
14:48
Merge baseline-in-plink enhancements that allow operation with older aux-schema format without having to rebuild. ... (check-in: 4716242649 user: drh tags: DBP-workflow)
14:41
Make sure the g.zAuxSchema value is initialized before trying to use it when doing a rebuild. ... (check-in: 2a715a89a0 user: drh tags: baseline-in-plink)
14:29
Enhance the database aux-schema version checking so that it will accept a range of schema versions. Fix the current implementation to work with or without the PLINK.BASEID enhancement. ... (check-in: 0d4b33d3a4 user: drh tags: baseline-in-plink)
14:07
Enhance the "fossil sql" command so that one or more SQL statements and/or dot-commands can be entered on the command-line. Also automatically ATTACH the local database and the config database, if they are available. ... (check-in: f922f4e3cc user: drh tags: trunk)
2014-11-27
17:37
applied patch from Steve Bennett for ticket [1d6a4c423bc8b116464]. ... (check-in: 40f1b288cf user: stephan tags: trunk)
16:59
Added admin_log(), for (informally) recording changes made by admins. ... (check-in: ee666c46fb user: stephan tags: admin-logging)
14:13
Initial implementation of "fossil bundle purge". Needs further testing and refinement. ... (check-in: 9c0d5cd895 user: drh tags: DBP-workflow)
12:30
Go back to using SQLite 3.8.8 after fixing the corruption bug in the b-tree balancer. ... (check-in: eaefb1809c user: drh tags: DBP-workflow)
2014-11-26
23:27
Add the "fossil unpublished" and the "fossil publish" commands. ... (check-in: b543373feb user: drh tags: DBP-workflow)
19:16
Revert the built-in SQLite to 3.8.7 until a btree bug in 3.8.8 is fixed. ... (check-in: 19d325b759 user: drh tags: DBP-workflow)
19:15
Revert the built-in SQLite to version 3.8.7.2 until a btree problem in 3.8.8 is fixed. ... (check-in: 194c3ff362 user: drh tags: trunk)
17:36
Identify unpublished (private) artifacts on timelines and in artifact descriptions. ... (check-in: 1d7620999a user: drh tags: DBP-workflow)
15:38
Add an implementation for the "fossil bundle cat" command. ... (check-in: 8f0ced6701 user: drh tags: DBP-workflow)
15:11
When undoing a purge, make sure to also unshun all resurrected elements. ... (check-in: 454c727154 user: drh tags: DBP-workflow)
14:58
Fix the "purge cat" command to work as documented. Add the "purge obliterate" command. ... (check-in: 353bfbacb9 user: drh tags: DBP-workflow)
14:53
Fix related to previous one: prevent to convert from UTF-8 to Unicode before writing to the (non-redirected) windows console. Strange effects could happen. ... (check-in: 156ef9ec06 user: jan.nijtmans tags: trunk)
14:26
Improved select of delta basis files for "bundle export". Added the --standalone option to "bundle export". Improved help messages for both the bundle and purge commands. ... (check-in: eb3ae3d619 user: drh tags: DBP-workflow)
10:13
Fix "Corrupt line endings in cat/finfo on Windows with CR+LF files", reported on ML. ... (check-in: f2fc37c063 user: jan.nijtmans tags: trunk)
01:40
Initial implementation of the "bundle import" command. Also added the "db_debug()" function for use in debugging. ... (check-in: 8abe20a137 user: drh tags: DBP-workflow)
2014-11-25
23:15
First cut at the "bundle export" command. Enhancements to "bundle ls". ... (check-in: a2f04d8173 user: drh tags: DBP-workflow)
22:43
Change the bundle on-disk format slightly. Add the "bundle ls" command. ... (check-in: b2a56a76d5 user: drh tags: DBP-workflow)
20:49
Work on the logic for parsing command-line options to the "bundle export". The same routine might well be useful for other routines, like "timeline". ... (check-in: 8a57413e82 user: drh tags: DBP-workflow)
16:07
Implement the "fossil purge undo" command. ... (check-in: eb36d28acd user: drh tags: DBP-workflow)
14:00
Add the "fossil purge cat" command for extracting individual artifacts from the graveyard. ... (check-in: 4b902843fc user: drh tags: DBP-workflow)
12:37
Use delta compression on elements of a single purgeevent in the graveyard. Record whether or not elements were originally private when moving them into the graveyard. ... (check-in: 916cd4b885 user: drh tags: DBP-workflow)
04:19
In the "fossil purge BRANCHNAME" command, purge the entire branch, not just the last checkin of the branch. ... (check-in: cbe1fa5109 user: drh tags: DBP-workflow)
03:30
Formatting fixes on the "purge list" command. ... (check-in: 4130b9a6e3 user: drh tags: DBP-workflow)
01:33
The "purge" and "purge list" commands appear to be working. ... (check-in: 92de66d219 user: drh tags: DBP-workflow)
2014-11-24
21:11
Merge the PLINK table enhancement into the DBP-workflow branch. ... (check-in: cd4fdbed05 user: drh tags: DBP-workflow)
21:04
Keep track of the baseline for delta manifests in the PLINK table. This is a schema change and requires a "fossil rebuild". ... (check-in: f36ac49ddc user: drh tags: baseline-in-plink)
20:33
More code for the purge command. The purge command still does not work. This is just an incremental check-in. ... (check-in: 21113220be user: drh tags: DBP-workflow)
14:43
Begin adding code to remove checkins and branches (purge). This is an incomplete, incremental checkin because I have to stop to work on something else... :-( ... (check-in: 53b35da3e0 user: drh tags: DBP-workflow)
12:05
Infrastructure for the "fossil bundle" command. This is a skeleton only and is not yet functional. ... (check-in: 6dc0b3b6f4 user: drh tags: DBP-workflow)
2014-11-19
13:19
Update the built-in SQLite to the latest 3.8.8 alpha. ... (check-in: fd1a292199 user: drh tags: trunk)
13:18
Add a configuration option that automatically redirects to SSL for HTTP connections to the login page. ... (check-in: a4e7b8629d user: drh tags: trunk)
2014-11-18
13:52
Change the built-in SQLite to the 3.8.7.2 beta for testing. ... (check-in: 27cd09c44d user: drh tags: trunk)
2014-11-16
21:32
Fix compiler warning: ./src/timeline.c: In function ‘www_print_timeline’: ./src/timeline.c:226:12: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] zDateFmt = P("datefmt"); ... (check-in: 45a366a0a0 user: jan.nijtmans tags: trunk)
2014-11-14
19:30
similar to previous commit, but for UNIX: if file with commit message contains invalid utf-8, assume it to be iso8859-1 (actually: cp1252, which is a superset of iso8859-1) ... (check-in: 331204dc93 user: jan.nijtmans tags: trunk)
2014-11-13
16:09
Add a setup option that automatically redirects from HTTP to HTTPS on the login page, to prevent passwords from being sent in the clear over the internet. Off by default, for the sake of installations that do not support HTTPS. Also off for the "fossil ui" and "fossil server" commands. ... (Closed-Leaf check-in: b85eb7db79 user: drh tags: auto-https-redirect)
2014-11-12
14:37
Fix [5a0a33f31a]: Chinese commit message File in code UTF-8 when using commit -M under WINDOWS Garbled. When the file is already detected to be valid UTF-8, don't try to do any conversion. ... (check-in: 5960016a3d user: jan.nijtmans tags: trunk)
14:16
re-apply [963c950cd6ac8cc8b9503f20a90ffac8e383c1de|963c950cd6]: for pre-3.8.7 compatibility (needed with configure --disable-internal-sqlite) ... (check-in: 3f5defebeb user: jan.nijtmans tags: trunk)
2014-11-11
20:25
Update to the 3.8.8 alpha of SQLite for testing (of SQLite). ... (check-in: 6b2f0b209f user: drh tags: trunk)
18:22
Merge the latest changes from trunk. ... (check-in: 73b8c619ee user: drh tags: tk-diff-viewer)
12:15
Merge from trunk ... (Closed-Leaf check-in: 26b7b16a7c user: ashish tags: ashish-ipv6)
2014-11-10
02:41
Update the makefile.wiki documentation page to talk about the mkbuiltin.exe program used for generating the builtin_data.h header file. ... (check-in: 8a8177071f user: drh tags: trunk)
2014-11-09
20:04
Same change a previous commit, but for custom makefile ... (check-in: ee5b864898 user: jan.nijtmans tags: trunk)
13:56
Allow using native x64 mingw toolchain ... (check-in: 3616b7489b user: baruch tags: trunk)
00:36
Add the datefmt query parameter that will override the default timeline date format. ... (check-in: bc3db82dff user: drh tags: trunk)
2014-11-08
19:20
Add a new timeline date format "(off)" which omits all date and time stamps. ... (check-in: e5176d9473 user: drh tags: trunk)
18:58
Add the "notime" query parameter to the www timeline display. ... (Closed-Leaf check-in: ce4d3fce52 user: drh tags: notime-option)
2014-11-07
11:52
Proposed fix for compiler warning: passing argument 4 of ‘sqlite3_result_text’ from incompatible pointer type ... (check-in: c2faa14d85 user: jan.nijtmans tags: svn-import)
2014-11-06
22:43
re-enable SSL in custom MinGW makefile ... (check-in: 346c05fbdd user: jan.nijtmans tags: trunk)
21:43
For 32-bit MinGW compile: speed up zlib performance by using critical parts in optimized assembler (official zlib1.dll is compiled this way) ... (check-in: 270897a301 user: jan.nijtmans tags: trunk)
15:38
fix some memory leaks ... (check-in: 412030b145 user: baruch tags: svn-import)
10:16
Change back Mingw default platform ... (check-in: 67458ab077 user: jan.nijtmans tags: trunk)
10:10
simplify many makefile rules using the $@ construct ... (check-in: b5d21285eb user: jan.nijtmans tags: trunk)
07:50
merge trunk ... (check-in: a4b654ec6c user: baruch tags: svn-import)
2014-11-05
22:43
Simplify usage of db_setup_server_and_project_codes(). ... (check-in: 1b9672ae94 user: mistachkin tags: trunk)
22:42
Fix a makefile warning issue due to build rule duplication. ... (check-in: 9e888499e1 user: mistachkin tags: trunk)
21:54
fixed a mis-escaped formatting token in the byweek report. ... (check-in: 779f3407f5 user: stephan tags: trunk)
15:37
fixes for various edge cases ... (check-in: c9fb495e3d user: baruch tags: svn-import)
09:36
Fix name of trunk when using --trunk option ... (check-in: 5488f7dd82 user: baruch tags: svn-import)
09:12
Merge latest trunk ... (check-in: fef7e1f911 user: baruch tags: svn-import)
09:09
Fix issue with branches having wrong parent. Needs cleanup ... (check-in: 5f4e2db949 user: baruch tags: svn-import)
2014-11-04
19:24
Fix for problem reported on ML: "Fossil CGI mystery: crashing at repositories", by Taras Zakharko. cause of problem: option --empty was re-used for another purpose, renamed to "---docker" ... (check-in: c34003b1a9 user: jan.nijtmans tags: trunk)
16:22
Merge trunk (docker experiment continuing, but not yet in working state!) ... (Closed-Leaf check-in: 96d1add988 user: jan.nijtmans tags: docker)
13:28
Make sure login_cookie_name() always returns a non-NULL answer, even if it does not know the answer. ... (check-in: c96b12dd5e user: drh tags: trunk)
12:29
Fix --filter option ... (check-in: 64c65816da user: baruch tags: svn-import)
10:36
Fix --flat option ... (check-in: 57fa3896f3 user: baruch tags: svn-import)
2014-11-03
16:05
Fix bugs with filter and with add+change in same commit ... (check-in: 65dc40a1ed user: baruch tags: svn-import)
14:50
Fix bug when deleting whole folder ... (check-in: 05537c6fc0 user: baruch tags: svn-import)
2014-11-02
13:59
Options to set trunk/branches/tags folder names and project repository root (filter). Various fixes ... (check-in: f67cb93fa6 user: baruch tags: svn-import)
2014-11-01
21:44
revert mistake from last commit ... (check-in: 59cc1242b3 user: baruch tags: svn-import)
2014-10-31
08:06
merge trunk ... (check-in: 7427b40db6 user: baruch tags: svn-import)
08:05
Significant speed improvment ... (check-in: 31b1e5a826 user: baruch tags: svn-import)
2014-10-30
22:08
Fix an instance of using a NULL database connection pointer when starting the Fossil server in multi-repository mode. ... (check-in: de17e35bf1 user: drh tags: trunk)
15:26
Revert to SQLite trunk's version of shell.c (3.8.7.1 missed a bug-fix already there). Re-add some lines needed for pre-3.8.7 compatibility (needed with configure --disable-internal-sqlite). ... (check-in: 963c950cd6 user: jan.nijtmans tags: trunk)
2014-10-29
02:08
Update the built-in SQLite to the 3.8.7.1 beta. ... (check-in: 37cfe7ad98 user: drh tags: trunk)
2014-10-28
18:50
Update the CGI redirect: property to work with both artifact and ticket IDs. ... (check-in: 41a1b9bcfe user: drh tags: trunk)
12:19
fix bug with multi-window svndiff ... (check-in: ea54a29848 user: baruch tags: svn-import)
10:44
Support version 3 format (diff dumps) ... (check-in: eb0bf08733 user: baruch tags: svn-import)
04:03
For MinGW, avoid using the makefile macro name of 'VERSION'. ... (check-in: 0a4745d3d2 user: mistachkin tags: trunk)
04:02
Fix compiler warning with MSVC. ... (check-in: 5247900ccf user: mistachkin tags: trunk)
00:05
Merge in trunk changes, and especially the change that separates the "diff.tcl" script out into a separate file in the source tree, making it easier to edit and debug. ... (check-in: 917e5cb617 user: drh tags: tk-diff-viewer)
2014-10-27
18:44
Fix the formatting of the "committer" lines on Git export. ... (check-in: 36731ca5bd user: drh tags: trunk)
17:26
Add the "builtin_file()" internal interface for accessing whole files compiled into the executable as byte-arrays. Use this new mechanism to split out the TCL source code for the diff viewer (for the --tk option) into a separate source file. ... (check-in: db6a8e8d3c user: drh tags: trunk)
17:21
Get the revised makefile working with MSVC. ... (Closed-Leaf check-in: fdc96f4997 user: drh tags: separate-resource-files)
15:41
Add a mechanism to allow resource files (such as the TCL script used to implement the --tk option) to be stored separately in the source tree but then automatically compiled into byte-arrays in the executable. ... (check-in: d93d92eb5a user: drh tags: separate-resource-files)
08:19
add support for tags ... (check-in: 2889cdc36d user: baruch tags: svn-import)
08:18
revert changes committed by mistake to makefile ... (check-in: 279f4cf95f user: baruch tags: svn-import)
2014-10-26
14:17
Merge changes from trunk ... (check-in: 980acc8f1f user: baruch tags: svn-import)
14:16
import branches ... (check-in: c95c183e7b user: baruch tags: svn-import)
08:12
Windows 10 compatibility ... (check-in: 476f812e18 user: jan.nijtmans tags: trunk)
2014-10-25
01:01
Add a new "auto-hyperlink" setting option that enables hyperlinks after a delay only if request is from a human (as deduced from the UserAgent string). ... (check-in: b9a1beda9e user: drh tags: trunk)
2014-10-22
20:05
Remove unused local variable. ... (check-in: ab9b49820e user: mistachkin tags: trunk)
20:00
Now use a switch to specify the file/directory to the timeline command. ... (check-in: f24d85aee8 user: mistachkin tags: trunk)
19:52
Try to provide better information on manifest errors. ... (check-in: e9bccd1c12 user: mistachkin tags: trunk)
19:30
Merge updates from trunk. ... (Closed-Leaf check-in: 047235145c user: mistachkin tags: better-error-msgs)
13:54
Proposed enhancements to the --tk diff viewer from Ramon Ribó. ... (check-in: cbd4dca680 user: drh tags: tk-diff-viewer)
12:52
Improved error message handling on the server side of "sync" requests. ... (check-in: bf3db3d16e user: drh tags: trunk)
11:53
Can now import full dump. Still only flat and only format 2. No tracking of file moves yet ... (check-in: 8d2e67512d user: baruch tags: svn-import)
2014-10-21
22:12
Avoid invoking fossil_error() in manifest_crosslink() while processing a push, even though such errors are suppose to be ignored. ... (Closed-Leaf check-in: 1d85796857 user: drh tags: experimental)
15:25
merge trunk ... (check-in: 44a160a341 user: jan.nijtmans tags: winsymlink)
15:00
support copying files (no folders support yet) ... (check-in: 0edbf144f3 user: baruch tags: svn-import)
14:41
support for deleted files ... (check-in: 3327886918 user: baruch tags: svn-import)
12:32
prepare for svn branch importing ... (check-in: bb1d783544 user: baruch tags: svn-import)
12:18
fix manifest creation bugs ... (check-in: ffd61eedf5 user: baruch tags: svn-import)
09:27
merge trunk ... (check-in: 154abe4d47 user: baruch tags: svn-import)
09:22
Very very basic svn-dump import. Can not handle anything realistic yet ... (check-in: 287cd78e27 user: baruch tags: svn-import)
03:58
Fix missing blank line. ... (check-in: 29c2f70bfb user: mistachkin tags: better-error-msgs)
03:57
Improve error message consistency. ... (check-in: 97ea05f8dc user: mistachkin tags: better-error-msgs)
03:53
Style tweaks. ... (check-in: 46d74582d2 user: mistachkin tags: better-error-msgs)
03:40
Merge updates from trunk. ... (check-in: a4e0d959db user: mistachkin tags: better-error-msgs)
03:23
Fix build break when the TH1 docs feature is enabled. ... (check-in: 6d4e5d801e user: mistachkin tags: trunk)
03:19
Restore use of short string identifiers in titles on the check-in info page. ... (check-in: c1d20c33cf user: mistachkin tags: trunk)
03:12
Merge updates from trunk. ... (Closed-Leaf check-in: 22a74690bb user: mistachkin tags: cmdline-timeline-enhancement)
03:05
Fix compiler warning and clarify use of local variables. ... (check-in: e7518b44eb user: mistachkin tags: trunk)
03:00
Merge updates from trunk. ... (Closed-Leaf check-in: d1983dd24c user: mistachkin tags: warningFix)
02:52
Add the codecheck1 program to the build tools. This program validates the format strings on printf-style internal interfaces, verifying that the correct number of arguments follow and that SQL is protected from injection attacks. ... (check-in: 49b0ff1592 user: drh tags: trunk)
02:09
Include main.mk in the makefile integration for the codecheck1 tool. Also fix dependency issue with the MinGW makefiles. ... (Closed-Leaf check-in: 5ea84522ec user: mistachkin tags: compile-time-print-checking)
2014-10-20
21:37
Now use a switch to specify the file/directory to the timeline command. - Use -p|--path PATH since "-f" is already used as a deprecated options. - Restore command line arguments parsing of the timeline command as before the cmdline-timeline-enhancement branch so the previous behavior and argument priority stay compatible as before. (We were not able to specify a checkin prefix or tagname without specifying the ?WHEN? argument anymore.) ... (check-in: 1e870e1e06 user: mgagnon tags: cmdline-timeline-enhancement)
20:47
Improve makefile integration for the codecheck1 tool. ... (check-in: 5edc01934c user: mistachkin tags: compile-time-print-checking)
20:40
Fix harmless compiler warnings in the codecheck1 tool. ... (check-in: 9eb3b6ce80 user: mistachkin tags: compile-time-print-checking)
20:13
Add call to codecheck1 tool during the MinGW build process. ... (check-in: 7c25045618 user: mistachkin tags: compile-time-print-checking)
19:25
Updates to Windows makefiles. ... (check-in: afc22726ef user: mistachkin tags: compile-time-print-checking)
16:45
added json_new_string_f() to codecheck1's list. ... (check-in: 0237021d58 user: stephan tags: compile-time-print-checking)
16:31
Reverse the output order for the "fossil stash list" command so that the most resent stashes are near the bottom, rather than scrolling off the top of the screen. ... (check-in: cf9eac3929 user: drh tags: trunk)
15:14
Fix the build for windows. ... (check-in: 467eae2425 user: drh tags: compile-time-print-checking)
15:01
Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (check-in: 0a7e326fa4 user: drh tags: compile-time-print-checking)
10:07
In the built-in customized printf(), change the wiki conversion format character from "%w" to "%W". Then add "%w" to for SQL identifiers within double-quotes, the same as used for SQLite. UPDATE: See follow-up change at [3b92154af8d] on 2015-02-26. ... (check-in: 43b30dcfc3 user: drh tags: trunk)
2014-10-19
21:15
Cherry-pick [http://www.sqlite.org/src/info/19fe4a0a475bd94f491031aea7a183f7c0515cf3|19fe4a0a47]: Fix a (probably harmless) bug in the CSV output mode of the command-line shell. Put back some code, removed by [http://fossil-scm.org/index.html/fdiff?v1=c00220cdd7f2027780bc25b78376c16dc24e4b7d&v2=38f627b0885191357f55902a3ac199de90d79715&sbs=1|c001fa0edf]: when fossil is linked with SQLite < 3.8.7 it might still be needed to produce the same EXPLAIN output. ... (check-in: f6b69db3c8 user: jan.nijtmans tags: trunk)
10:28
The setup_settings page now only opens a checkout if no explicit repo was provided, to avoid it showing versioned properties from a different repo. Problem reported on the ML. ... (check-in: 0ab0079959 user: stephan tags: trunk)
2014-10-18
22:13
More simplification; now correctly handles branches in newrepo (i.e. only the desired branch is exported). ... (Closed-Leaf check-in: 22048c41dc user: dg tags: dtrg-bundles)
21:40
Optimised and simplified the exporter. Haven't figured out how to make the imported tree match up with its parent commit yet. ... (check-in: df4435bf4d user: dg tags: dtrg-bundles)
19:26
First mostly-working version of the bundle proof-of-concept; trees can be exported and imported, although after import they don't hook up with their ancestors. ... (check-in: f809eb4c1a user: dg tags: dtrg-bundles)
19:18
Enhance the "fossil timeline" command so that one can specify a file or directory as a command-line argument and the timeline only shows check-ins that involve that particular file or any of the files in the named directory. ... (check-in: e05a74f1f4 user: drh tags: trunk)
10:34
Fix the directory matching logic for the command-line timeline so that it works with case insensitive filesystems. Other cleanups and improvements to the new timeline logic are also included. ... (Closed-Leaf check-in: 8af7f6185a user: drh tags: cmdline-timeline-enhancement)
2014-10-17
23:51
Use more aggressive cleanup when coming back from the 'sqlite' command, to permit TH1 hooks to exit cleanly. ... (check-in: b8b037610f user: mistachkin tags: trunk)
21:57
When specifying a path and type (-t) is not specified on the timeline command, force the type to "ci". If someone specify a path, we can assume he want to see only file checkins. ... (check-in: 9cbafad6a9 user: mgagnon tags: cmdline-timeline-enhancement)
21:12
Honor case-sensitive setting when specifying path to the timeline command. ... (check-in: 5eeb870d18 user: mgagnon tags: cmdline-timeline-enhancement)
20:44
Fix the special case when path refer to the root of the repository, in that case, just ignore the path argument. ... (check-in: 3706dcb696 user: mgagnon tags: cmdline-timeline-enhancement)
19:20
Add DISTINCT keyword to the main timeline_cmd query to avoid duplicates when specifying file or directory on the timeline command. (to be checked by someone more experienced in SQL) ... (check-in: dc8a5742a0 user: mgagnon tags: cmdline-timeline-enhancement)
15:31
Enchance the command-line timeline to accept the name of a file or directory as an argument and then only show the entries that have changes to that file or directory. ... (check-in: a50c3cfd61 user: drh tags: cmdline-timeline-enhancement)
11:51
merge trunk ... (check-in: 115efe1692 user: jan.nijtmans tags: winsymlink)
11:38
Incorporate SQLite 3.8.7 final from upstream. ... (check-in: 5a2b7356b4 user: drh tags: trunk)
09:23
Fix compilation for latest MinGW.org (4.0.2, NOT Mingw-W64 which works fine), which lacks some symbols and has some other symbol conflicts. Merge trunk. ... (check-in: 55f1c036f0 user: jan.nijtmans tags: winsymlink)
2014-10-16
11:45
Reduce the number of end-of-line spaces. No functional change. ... (check-in: 20d02ab750 user: jan.nijtmans tags: trunk)
02:16
Merge updates from trunk. ... (check-in: 1b6dfe8178 user: mistachkin tags: warningFix)
2014-10-15
18:31
manifest_parse() now stores the UUID before parsing begins and adds it to syntax error messages. ... (check-in: a87c0d89ae user: stephan tags: better-error-msgs)
18:18
Try to provide better information on manifest errors. ... (check-in: 5ff4e33617 user: drh tags: better-error-msgs)
17:06
Update referenced OpenSSL version. ... (check-in: f60f9cddba user: mistachkin tags: trunk)
15:47
Update the built-in SQLite to 3.8.7 beta 4. ... (check-in: c9a20b6174 user: drh tags: trunk)
07:16
Somewhat simpler SELECT expression which works with older SQLite versions as well (and gives exactly the same output). Typo. ... (check-in: c5588966c0 user: jan.nijtmans tags: trunk)
2014-10-14
21:43
merge trunk ... (check-in: 2932f753cb user: jan.nijtmans tags: winsymlink)
21:04
Update the built-in SQLite to 3.8.7 beta 3. ... (check-in: 3c6f20370a user: drh tags: trunk)
17:57
Add the --db-check option to the "fossil dbstat" command. ... (check-in: d4e3f4c33d user: drh tags: trunk)
17:49
Improvements to the information provided by "fossil dbstat". Better formatting for the "fossil all dbstat" command. ... (check-in: 7cec2de598 user: drh tags: trunk)
17:01
Add the "dbstat" command to "fossil all". ... (check-in: c6d9b0a06c user: drh tags: trunk)
13:10
strglob() -> sqlite3_strglob() ... (check-in: 2271ea42fe user: jan.nijtmans tags: trunk)
12:39
Update the built-in SQLite to the second 3.8.7 beta. ... (check-in: c7c54d29f0 user: drh tags: trunk)
2014-10-13
08:31
On platforms having strchrnul(), use it to speed up sqlite a little bit. ... (check-in: 9a9ef1d042 user: jan.nijtmans tags: trunk)
08:09
revert accidental Makefile.mingw commit ... (check-in: dc3d480e39 user: jan.nijtmans tags: winsymlink)
08:07
Merge trunk. Don't use _DIRENT_HAVE_D_TYPE in a MinGW build (just as MSC), as it cannot be thrusted with symlinks. Disable use of ... (check-in: 8f8301af2c user: jan.nijtmans tags: winsymlink)
02:51
Modify the MSVC makefile and build tool to support building binaries that work on Windows XP using Visual Studio 201x. ... (check-in: f6d7eb4e3c user: mistachkin tags: trunk)
2014-10-09
19:09
Also build zlib and OpenSSL using Windows XP compatibility, if applicable. ... (Closed-Leaf check-in: c0beb5323c user: mistachkin tags: winXpVs201x)
09:56
Merge trunk. WARNING: "fossil sync" doesn't work as expected yet when there is no project-code! ... (check-in: 3934d49a55 user: jan.nijtmans tags: docker)
2014-10-08
23:05
Show another batch variable when diagnostics are enabled. ... (check-in: 67de4fc100 user: mistachkin tags: winXpVs201x)
23:01
Fix typo in previous check-in. ... (check-in: a455e2ef6b user: mistachkin tags: winXpVs201x)
22:21
Modify the MSVC makefile and build tool to support building binaries that work on Windows XP using Visual Studio 201x. ... (check-in: afe765c0b8 user: mistachkin tags: winXpVs201x)
2014-10-06
17:34
Prefer the editted comment and editted user over the originals when doing an export to git. ... (check-in: 83e4f8660c user: drh tags: trunk)
13:37
If the getloadavg() function exists and returns without error, then always report a load average of at least 0.000001 even if the load average comes back as zero. This allows us to distinguish between a non-working load average and a very low load average. ... (check-in: dede23732a user: drh tags: trunk)
03:19
For the "fossil http" command with the --https option, try to get the remove IP address from the REMOTE_HOST environment variable, it it exists. This will mean that the correct remote IP address is obtained when stunnel provides SSL decoding for Fossil. ... (check-in: afc2f5e661 user: drh tags: trunk)
01:58
merge trunk ... (check-in: 569d3ade54 user: jan.nijtmans tags: sqlite3-compat)
00:58
Add an assert() to prove that Fossil server instances are not vulnerable to the ShellShock bug because it never shells-out while processing an HTTP request. ... (check-in: 82e30c0000 user: drh tags: trunk)
2014-10-05
23:11
Only use SQLITE_TESTCTRL_EXPLAIN_STMT/SQLITE_STMTSTATUS_VM_STEP when necessary/supported ... (check-in: 99d52b38fb user: jan.nijtmans tags: sqlite3-compat)
22:41
merge trunk ... (check-in: 4c84ee3bac user: jan.nijtmans tags: sqlite3-compat)
20:11
Update the built-in SQLite to the latest 3.8.7 beta from upstream. ... (check-in: c001fa0edf user: drh tags: trunk)
2014-10-04
19:18
xfer: if the password failed prompt is hit 2 times, treat it as an error. This causes clone to delete its newly-created copy on error, instead of leaving an empty (but apparently otherwise valid) repo db file. ... (check-in: 334d774402 user: stephan tags: trunk)
2014-10-03
11:44
With this (dirty) hack, non-anonymous users can login in a docker-packed fossil image as well. ... (check-in: aaa7aeda86 user: jan.nijtmans tags: docker)
11:20
Merge trunk. Further experimenting. With this I can log in as anonymous but not yet as admin. ... (check-in: dc87b66438 user: jan.nijtmans tags: docker)
2014-10-02
17:01
Merged in inherit-priv-mark-sub with one minor layout tweak. ... (check-in: 54a783e39f user: stephan tags: trunk)
15:26
docker experiment: create project-code at first valid push. ... (check-in: 98e3626c0a user: jan.nijtmans tags: docker)
13:45
After testing in a real docker container, it turns out that "db_optional_sql()" doesn't do anything here. No idea why, but "db_multi_exec()" works fine. ... (check-in: 06987be586 user: jan.nijtmans tags: trunk)
2014-10-01
09:22
merge trunk ... (check-in: bebd408361 user: jan.nijtmans tags: winsymlink)
2014-09-30
15:25
Fix compiler warning and clarify use of local variables. ... (check-in: d2e7d2cf0d user: mistachkin tags: warningFix)
15:24
Code style tweaks. ... (Closed-Leaf check-in: 6a0586f9da user: mistachkin tags: inherit-priv-mark-sub)
15:13
Merge updates from trunk. ... (check-in: eb44ae1f7c user: mistachkin tags: inherit-priv-mark-sub)
2014-09-29
19:59
Correct directory detection in the MSVC makefile to permit the batch building tool to function properly. ... (check-in: a072137b03 user: mistachkin tags: trunk)
15:37
Make sure the MSVC makefile is only used from within the directory where it resides. ... (check-in: 86de8cbeb5 user: mistachkin tags: trunk)
14:41
merge trunk ... (check-in: 2bd0ed05a3 user: baruch tags: svn-import)
11:18
Configure OpenSSL correctly in MinGW-w64 (64-bit) build. ... (check-in: 67356700e0 user: jan.nijtmans tags: trunk)
09:46
Merge trunk. Style changes. Implement fallback in case of Windows XP. ... (check-in: f2ba1d2233 user: jan.nijtmans tags: winsymlink)
2014-09-28
20:54
Add FOSSIL_BUILD_SSL macro to the MSVC makefile to control whether OpenSSL is built during the build process. By default, building OpenSSL during the Fossil build is off. ... (check-in: 80b4adddec user: mistachkin tags: trunk)
20:44
Better modularization of arguments for the OpenSSL configuration used by the MSVC makefile. ... (check-in: 20af0a8e5c user: mistachkin tags: trunk)
20:37
Permit building Fossil with MSVC on x64 with SSL enabled (and built 'automatically' as part of the overall build process). ... (check-in: 89d9baa3e2 user: mistachkin tags: trunk)
2014-09-27
22:03
Some JavaScript coding style updates. ... (check-in: df0e48e0ab user: mistachkin tags: inherit-priv-mark-sub)
21:41
Style tweaks, including some CSS and moving the capability string element 'out' one level. ... (check-in: bdf233a714 user: mistachkin tags: inherit-priv-mark-sub)
20:11
removed an unused JS var. ... (check-in: 2adc039766 user: stephan tags: inherit-priv-mark-sub)
19:29
Added try/catch so that incompatible browsers (if any) do not break the whole page if updating the permissions string fails. ... (check-in: 4c4a69ed99 user: stephan tags: inherit-priv-mark-sub)
19:26
Added JS code to generate/display the current capabilities string based on selected checkboxes (feature request from Joe M.). ... (check-in: d02d620c4d user: stephan tags: inherit-priv-mark-sub)
17:08
Use brackets to further distinguish the mark from the surrounding text not relying too much on CSS. ... (check-in: a6e8e7004d user: andybradford tags: inherit-priv-mark-sub)
05:54
Add some padding around subscripted inherited privilege markers to improve readability. ... (check-in: 957d037407 user: andybradford tags: inherit-priv-mark-sub)
2014-09-26
21:02
Wrap markdown content in an HTML 'div' block of the 'markdown' class. ... (check-in: e061a675e6 user: mistachkin tags: trunk)
16:35
Merged in inherit-priv-mark-sub branch (readability improvements for user administration page). ... (check-in: 4bba5e1ca4 user: stephan tags: trunk)
14:04
merge trunk ... (check-in: 9ba4ebaa66 user: jan.nijtmans tags: multi-thread)
09:23
Make everything compile on MinGW(-w64). WARNING: will not run on Windows XP, that still has to be fixed! Should work on Vista+. ... (check-in: 631dff61e0 user: jan.nijtmans tags: winsymlink)
2014-09-25
19:21
Summary: a number of changes to improve windows symlink handling. Detail: fixed file_contains_merge_marker failure on windows symlinks; fixed inadequate S_ISLNK macro for windows; backed out change made to revert query ("OR islink" removed); added special processing to vfile_check_signature for windows symlink type changes; fixed a few flaws in the windows specific posix-compatibility routines to improve symlink handling. ... (check-in: 9c5bbd6a01 user: sdr tags: winsymlink)
05:13
Merge updates from trunk. ... (check-in: c420715158 user: sdr tags: winsymlink)
2014-09-24
09:01
Move the check for "server-code"/"project-code" into the function db_setup_server_and_project_codes() ... (check-in: 35bf217336 user: jan.nijtmans tags: trunk)
06:06
Added code to detect if the working directory file system is one that supports symlinks so that we won't try to do symlink processing when the platform does not support it. ... (check-in: 5d251b6739 user: sdr tags: winsymlink)
04:08
Modified the win/include/dirent.h file to #undef _DIRENT_HAVE_D_TYPE. With that define fossil tries to use info from opendir/readdir to detect symbolic links unsucessfully. By using undef we force fossil to go through a different route which successfully detects symbolic links. ... (check-in: db2128fa24 user: sdr tags: winsymlink)
2014-09-23
16:02
When generating the "manifest" file in a checkout because "fossil setting manifest" is turned on, add an extra line of text to the end of the file to prevent the file from being interpreted as a valid control artifact in case the complete source tree is imported into another unrelated Fossil project. ... (check-in: 1dd4be80ca user: drh tags: trunk)
15:33
Modularize server/project code handling. Small style fix to the Dockerfile. ... (check-in: 1cf4728585 user: mistachkin tags: trunk)
15:21
Use strncmp() instead of memcmp() when comparing strings since memcmp() is not guaranteed to read bytes in order and hence might read past the zero-terminator of a string. ... (check-in: 52cb240425 user: drh tags: trunk)
12:15
Add support for Docker [http://www.docker.com/] ... (check-in: 7aced53023 user: jan.nijtmans tags: trunk)
11:25
Delay creation of server-id/project-id until the time "fossil server" is actually run. This fixes the docker issue that all docker containers derived from the same image have the same server-id/project-id. ... (Closed-Leaf check-in: 3cdf0112df user: jan.nijtmans tags: docker)
10:05
Integrate working parts of "V2" (style) changes, which allows to build either "docker" or "trunk" or "release". Don't take over latest SQLite because it is not stable yet (people deploying this docker image are not expecting to test SQLite) ... (check-in: a2f5e982fd user: jan.nijtmans tags: docker)
05:29
Use Fossil trunk. Use internal SQLite. Style changes for repository naming. ... (Closed-Leaf check-in: bbab17e20b user: mistachkin tags: dockerV2)
00:56
Merge updates from trunk. ... (check-in: 44ded27f7c user: mistachkin tags: winsymlink)
00:15
Cherrypicked a number of commits from a "bad branch" (I somehow fouled up a merge from trunk). ... (check-in: 2d75e87b76 user: sdr tags: winsymlink)
2014-09-22
19:56
Wrap markdown content in an HTML 'div' block of the 'markdown' class. ... (Closed-Leaf check-in: 8478033670 user: mistachkin tags: markdownDivWrapper)
2014-09-21
20:13
(experimental) Dockerfile. Allows to create a fossil docker image. An already built fossil docker images can be started by: "sudo docker run -d -p 8080:8080 nijtmans/fossil" (assuming you already installed docker). Open "localhost:8080" in your browser, and log in with "admin"/"admin". Change your admin password and configure it at wish. ... (check-in: a7fc0c5f6e user: jan.nijtmans tags: docker)
19:40
typos ... (check-in: b2a4b66f4b user: jan.nijtmans tags: trunk)
19:17
Changed the inherited privilege markers from prefixed bullet characters to suffixed subscripted letters to help better differentiate which privileges are inherited for users with color perception difficulties. The color coding is still present as it doesn't hurt to have color coding, just needed extra indications on the page. ... (Closed-Leaf check-in: 7b00cd77a0 user: sdr tags: inherit-priv-mark-sub)
06:13
Fixed a bug where windows would strip exe or lnk status from files checked in with posix semantics. Note: There is still a known potential issue if a repo is opened on a file system that does not support reparse points (such as FAT derived file systems) or similar such scenarios. ... (Closed-Leaf check-in: 1f45ade696 user: sdr tags: bad-winsymlink)
03:05
Merging latest updates from trunk. ... (check-in: 0ee7e92222 user: sdr tags: bad-winsymlink)
02:05
Cleaning up some source comments & such. Also modified a memory block to be on the heap instead of the stack. ... (check-in: 30ff96e7a5 user: sdr tags: bad-winsymlink)
2014-09-20
18:41
Changed name of checked_symlink_create to create_symlink_or_file as it is more accurate / descriptive. Also changed some parameter names, and fixed a couple spelling errors (accidentally typed blog instead of blob and never compiled; oops). ... (check-in: 31b0a9d737 user: sdr tags: bad-winsymlink)
18:32
Refactored symlink_create repeated block of code into a checked_symlink_create function. ... (check-in: 2d3ff7bd23 user: sdr tags: bad-winsymlink)
18:11
Modified revert to always process symbolic links. Also added link_delete to complement file_delete, as windows needs special delete handling for symbolic links as they might be directory symlinks. ... (check-in: 9e0ba1215d user: sdr tags: bad-winsymlink)
16:50
Fixed a problem with the high level symlink creation code to accommodate windows drive letters. Also modified windows symlink creation logic to better handle dir/file symlinks. ... (check-in: 1f1f75066a user: sdr tags: bad-winsymlink)
15:28
Merged updates from trunk. ... (check-in: e2c5960617 user: sdr tags: bad-winsymlink)
15:07
minor reformulation of the makeheaders.c string.h patch. ... (check-in: 51937b7282 user: stephan tags: trunk)
14:49
Solaris 10 build patch from Freddy Dissaux. ... (check-in: 4fcbd9b09f user: stephan tags: trunk)
00:58
Update to the latest SQLite 3.8.7 alpha from upstream. ... (check-in: bfa13027d0 user: drh tags: trunk)
2014-09-18
23:22
After deleting a newly proposed ticket or wiki page via moderation, redirect to the list of pending moderation requests. Changes to permit easier debugging of the moderation subsystem. Fix some TH1 script errors that could occur when attempting to view non-existent tickets. ... (check-in: 636c3346d0 user: mistachkin tags: trunk)
23:15
After deleting a newly proposed ticket or wiki page via moderation, redirect to the list of pending moderation requests. ... (Closed-Leaf check-in: 9323045f05 user: mistachkin tags: please-review)
23:04
Add comments for FOSSIL_FORCE_*_MODERATION environment variables. ... (check-in: 2eafdad737 user: mistachkin tags: please-review)
22:51
Merge updates from trunk. ... (check-in: bf3f5d7947 user: mistachkin tags: please-review)
22:51
Make sure the 'modreq' table is created, if necessary, in the repository database. ... (check-in: 12b463ca05 user: mistachkin tags: trunk)
22:02
Experimental changes to permit easier debugging of the moderation subsystem. ... (check-in: bcb444360a user: mistachkin tags: please-review)
2014-09-17
17:49
Merge updates from trunk. ... (check-in: 8ff50dd7e2 user: mistachkin tags: please-review)
17:14
Further improvements: if the ticket (or wiki page) was deleted via moderation, do not try to redirect to it. ... (check-in: 13448d3cc3 user: mistachkin tags: please-review)
15:13
Fix an issue with the "uf=" query parameter on the timeline. ... (check-in: d81c42d9ed user: drh tags: trunk)
14:41
fix issue when showing checkins using a file incorrect checkins shown after merge ... (Closed-Leaf check-in: 813b860ce4 user: baruch tags: pending-review)
06:24
Add the same handling for the '$tkt_datetime' variable. Also, TH1 does not short-circuit the '&&' operator. ... (check-in: b84b8865a0 user: mistachkin tags: please-review)
05:47
When deleting a brand new ticket that was pending moderation, eliminate TH1 script errors about the missing '$tkt_uuid' variable. ... (check-in: a21d475e01 user: mistachkin tags: please-review)
2014-09-16
20:50
Fix typo in CSS, see [bed6662935]. ... (check-in: 3d2690a976 user: mistachkin tags: trunk)
13:16
Make readline/editline support actually work (HAVE_READLINE/HAVE_EDITLINE defines were missing) ... (check-in: 23c54c0106 user: jan.nijtmans tags: trunk)
05:28
Simplify the changes in the previous check-in slightly and add some calls to assert(). ... (check-in: 134f7fd1ce user: mistachkin tags: trunk)
02:44
Fix 'fossil sync' with local file URIs (and SCGI URIs on Windows) while retaining the 'fossil ui' enhancements that permit using an open checkout (e.g. to resolve the symbolic names prev, next, and current). ... (check-in: 1f8a4ecdb7 user: mistachkin tags: trunk)
2014-09-15
18:19
Restore special handling of the database name from [17885b90c8] in filenames_are_case_sensitive() as it may be needed in some cases. Consolidate all use of the capture_case_sensitive_option() function. ... (check-in: 0c51600056 user: mistachkin tags: trunk)
18:01
Merge changes for the capture_case_sensitive_option() function. ... (Closed-Leaf check-in: 503362a5e4 user: mistachkin tags: dbRecordRepoFix)
11:52
prepare for input from svn dumps ... (check-in: 6def3251d4 user: baruch tags: svn-import)
02:36
Consolidate all use of the capture_case_sensitive_option() function. ... (Closed-Leaf check-in: 96dc84077f user: mistachkin tags: captureCaseSensitiveOption)
02:32
For the 3-argument version of the 'info' command, open the repository prior to recording it. ... (check-in: b98681739d user: mistachkin tags: dbRecordRepoFix)
01:54
Restore special handling of the database name from [17885b90c8] in filenames_are_case_sensitive() as it may be needed in some cases. ... (check-in: 42b97c2296 user: mistachkin tags: dbRecordRepoFix)
01:49
Work in progress for windows symlink support. ... (check-in: de8035cca6 user: sdr tags: winsymlink)
2014-09-14
21:05
Disallow "fossil set" and "fossil unset" on an ambiguous prefix. ... (check-in: 3b990b5203 user: drh tags: trunk)
11:17
prevent setting/unsetting property based on ambiguous prefix ... (Closed-Leaf check-in: c3fee15bd4 user: baruch tags: pending-review)
2014-09-13
16:10
Automatically remove "all" entries that differ only in case on case-insensitive filesystems. ... (check-in: c6079d148e user: drh tags: trunk)
16:04
Make "fossil ui" on Windows aware of current checkout. Allows using special names prev/next/current in ui ... (check-in: f62bedf1ef user: drh tags: trunk)
15:54
Provide the ability to shun an entire RCVID in a single click. ... (check-in: 9b30c01e8b user: drh tags: trunk)
15:48
When reporting the status of a file, DELETED takes prescedence over MISSING. Ticket [94a1f83f9f07dda21d8e3b]. ... (check-in: f163faf128 user: drh tags: trunk)
02:57
Adjust the include path for OpenSSL when building (only?) with MSVC. ... (check-in: f4ab459430 user: mistachkin tags: trunk)
02:34
More changes to the MSVC makefile to make building with OpenSSL support easier. ... (check-in: 201e87a251 user: mistachkin tags: trunk)
2014-09-12
21:46
Style cleanup: fix case of 'SQLite' in makefile comments. ... (check-in: fe3c9db075 user: mistachkin tags: trunk)
21:43
Rename new setting to 'max-wthreads'. Make sure all new code relies upon USE_SYSTEM_SQLITE. Style cleanup. ... (check-in: c40085c558 user: mistachkin tags: multi-thread)
21:18
Merge trunk. Only enable max-worker-threads setting when fossil is compiled with --disable-internal-sqlite and SQLite is compiled with multi-thread support ... (check-in: c5ec6abdba user: jan.nijtmans tags: multi-thread)
21:15
Minor correction to the previous check-in, use db_optional_sql() where appropriate. ... (Closed-Leaf check-in: e2ff0cc248 user: mistachkin tags: caseInsensitiveAllLists)
21:12
Fix duplicate entries in the 'all' repository and checkout lists on file systems that are not case-sensitive (e.g. Windows). ... (check-in: 6c8c638225 user: mistachkin tags: caseInsensitiveAllLists)
2014-09-11
17:25
char-vs-int fixes in the JSON API: caused underflow (and thus incorrect is-flag-set results) on platforms where char is unsigned (Linux/ARM). ... (check-in: 57f0bb98c6 user: stephan tags: trunk)
2014-09-10
18:37
Add support for using TH1 for embedded documentation files. Disabled by default at compile-time and at runtime. ... (check-in: c91bafccb5 user: mistachkin tags: trunk)
11:22
Remove the unreachable usage() from the "fossil branch" command. ... (check-in: 90e75800c1 user: drh tags: trunk)
08:17
merge trunk ... (check-in: d5a00a1521 user: jan.nijtmans tags: multi-thread)
07:33
Update and extend verbiage for the 'th1-docs' setting. ... (Closed-Leaf check-in: 42c9718f93 user: mistachkin tags: dynamicTh1Docs)
01:39
Fix a typo in help text. ... (check-in: fe46cc6532 user: drh tags: trunk)
2014-09-09
21:25
Merge updates from trunk. ... (check-in: fdfe5e66f1 user: mistachkin tags: dynamicTh1Docs)
21:24
Omit TH1 hooks setting when it is not enabled. ... (check-in: ff8ac8db0a user: mistachkin tags: trunk)
21:22
Add compile-time option to control whether the TH1 embedded documentation support is enabled. Also, omit TH1 hooks setting when it is not enabled. ... (check-in: 516cc0c91f user: mistachkin tags: dynamicTh1Docs)
20:27
Merge updates from trunk. ... (check-in: 90c0f4f7ee user: mistachkin tags: dynamicTh1Docs)
20:24
Some incremental build enhancements for MinGW. ... (check-in: 5fc4366ca6 user: mistachkin tags: trunk)
20:01
When TH1 'transfer hooks' are enabled, provide the list of UUIDs received by the server to the script. ... (check-in: fc32fae7bc user: mistachkin tags: trunk)
19:45
Add 'reinitialize' command to TH1. Add 'flags' to the globalState TH1 command. ... (check-in: 3355835fdc user: mistachkin tags: trunk)
19:43
More proposed fixes to the issues pointed out by Edward Berner. ... (check-in: 7807ec4e13 user: mistachkin tags: trunk)
12:43
Fix incremental builds using mingw on Windows ... (Closed-Leaf check-in: e1fa9e8889 user: baruch tags: better-mingw)
07:44
Make server on Windows aware of current checkout if run interavtivly from open checkout. Allows using special names prev/next/current in ui ... (Closed-Leaf check-in: aead49f36a user: baruch tags: baruch-winserver)
07:04
Option to shun/unshun a whole transaction (by rcvid) ... (Closed-Leaf check-in: 66b5647af7 user: baruch tags: baruch-multishun)
07:00
Merge in the TH1 reinitialize command, from its branch, for testing purposes. ... (check-in: 76ea9ee63d user: mistachkin tags: dynamicTh1Docs)
06:54
Allow shunning/unshunning multiple files at a time ... (check-in: 9f6b1964fb user: baruch tags: baruch-multishun)
2014-09-08
18:46
Another warning fix. ... (Closed-Leaf check-in: 865b8e964f user: mistachkin tags: warningFixes)
18:23
Improve page title handling. ... (check-in: 67d5812c7f user: mistachkin tags: dynamicTh1Docs)
18:13
Add 'th1-docs' setting to control whether or not TH1 scripts are allowed in embedded documentation files. ... (check-in: 4f0b0a6af2 user: mistachkin tags: dynamicTh1Docs)
16:46
Add 'reinitialize' command to TH1. Add 'flags' to the globalState TH1 command. ... (Closed-Leaf check-in: f3a7da44df user: mistachkin tags: th1ReInit)
08:08
Highly experimental changes to enable TH1 usage in embedded docs. Do not merge. ... (check-in: 5ce57f21bd user: mistachkin tags: dynamicTh1Docs)
2014-09-07
19:50
More proposed fixes to the issues pointed out by Edward Berner. ... (check-in: 4429a4c3cc user: mistachkin tags: warningFixes)
09:49
removed a duplicated if() block, moved a free()-after-return, both reported by Edward Berner. ... (check-in: 3fc62dde2c user: stephan tags: trunk)
08:52
When using $EDITOR to enter a commit message, tags provided via the --tag flag are now listed, per ML request. ... (check-in: ae00c63109 user: stephan tags: trunk)
03:41
Fix a c99-ism (non-constant initializer). ... (check-in: 128f606fda user: edward tags: trunk)
00:41
When TH1 'transfer hooks' are enabled, provide the list of UUIDs received by the server to the script. ... (Closed-Leaf check-in: acb61e5ee9 user: mistachkin tags: xferUuidList)
2014-09-05
06:23
Minor enhancements to the Tcl integration subsystem. ... (check-in: 946c3eb640 user: mistachkin tags: trunk)
06:12
Style cleanup for return code to name mappings. ... (check-in: 2212ac40a8 user: mistachkin tags: trunk)
06:06
By default on MinGW, do not include the 'openssl' target when building as this causes OpenSSL to be needlessly rebuilt (can be overridden via FOSSIL_BUILD_SSL=1). ... (check-in: 06e5595a06 user: mistachkin tags: trunk)
2014-09-04
11:43
Make "ls" an alias for every "list" subcommand. ... (check-in: 68c11dbafa user: drh tags: trunk)
09:22
Merge trunk. Implement new "max-worker-threads" setting, which controls the maximum number of auxilary worker threads that a single prepared statement may start. ... (check-in: 3a9f3a73c2 user: jan.nijtmans tags: multi-thread)
2014-09-03
20:25
I have "ls"-ified "list" subcommands for my personal use-case before -- roll through code and convert others for sake of consistency ... (Closed-Leaf check-in: ce6de743c2 user: bch tags: ls)
18:02
Refine the batch file used to build with MSVC to permit use of a pre-existing build environment. ... (check-in: 214b1d0a37 user: mistachkin tags: trunk)
11:37
If we really want to do fast sorting in separate threads, SQLITE_DEFAULT_WORKER_THREADS should be set to >0. ... (check-in: 8b21690899 user: jan.nijtmans tags: multi-thread)
08:10
merge trunk ... (check-in: 62446e2c64 user: jan.nijtmans tags: multi-thread)
08:09
If fossil is configured with --disable-internal-sqlite and the system SQLite is SQLite 3.8.7 (not compiled with SQLITE_THREADSAFE=0), allow fossil to use the faster sorting using multiple threads. ... (check-in: d4044fe220 user: jan.nijtmans tags: trunk)
00:03
Cleanup some spacing and the call to makeheaders in the main.mk and MinGW makefiles. ... (check-in: 9f0686c314 user: mistachkin tags: trunk)
00:00
Cleanup some spacing and the call to makeheaders in the main.mk and MinGW makefiles. ... (Closed-Leaf check-in: 8b0dfbb6a3 user: mistachkin tags: makefileCleanup)
2014-09-01
20:40
Add thread support to fossil, so SQLite can use additional threads for sorting (experimental) ... (check-in: bc8b21d01c user: jan.nijtmans tags: multi-thread)
19:01
Add two new quotes to the "quotes.wiki" page. ... (check-in: c19b3f8846 user: drh tags: trunk)
18:51
Add the --with-miniz configuration option (with the complete miniz source code.) Add the globalState TH1 command and fixes to the TH1 expr command. ... (check-in: 66ae70a54b user: drh tags: trunk)
18:42
Incorporation the latest SQLite 3.8.7 alpha from upstream, for testing. ... (check-in: fc8d8546ff user: drh tags: trunk)
2014-08-31
08:42
Cherry-pick [http://www.sqlite.org/src/info/f61db04be4d7fb21b7f721647c37c45e283ffbea|f61db04be4]: In the command-line shell, added options --lookaside, --pagecache, and --scratch used to configure auxiliary memories (except from the change from SQLITE_CONFIG_SINGLETHREAD -> SQLITE_CONFIG_MULTITHREAD, because fossil doesn't use multiple threads) ... (check-in: 75dcdd0bdb user: jan.nijtmans tags: trunk)
2014-08-30
09:03
Cherry-pick [http://www.sqlite.org/src/info/11a70e1ae7f05d06e4e09c9d20db0444b8881584|11a70e1ae7]: Refactor the names of state objects in the command-line shell implementation ... (check-in: e4bc6f12ea user: jan.nijtmans tags: trunk)
2014-08-29
02:36
Minor correction to the change log entry describing Tcl integration. ... (check-in: bb5fa49274 user: mistachkin tags: trunk)
02:32
Update the change log. ... (Closed-Leaf check-in: 7e955147a1 user: mistachkin tags: optionalMiniz)
02:29
Update the change log. ... (Closed-Leaf check-in: 57b1290be3 user: mistachkin tags: th1ExprFix)
02:28
Add globalState TH1 command to the change log. ... (Closed-Leaf check-in: 3e60428c4c user: mistachkin tags: globalStateCmd)
2014-08-28
15:22
Fix the "fossil bisect chart" so that it always shows CURRENT in between the last BAD and first GOOD. ... (check-in: 36d63c67d2 user: drh tags: trunk)
05:54
Merge updates from trunk. ... (check-in: 629891a775 user: mistachkin tags: optFor130, globalStateCmd)
05:54
Merge updates from trunk. ... (check-in: cdad2dc0c2 user: mistachkin tags: reviewFor130, optionalMiniz)
00:00
Merge updates from trunk. ... (check-in: 937d2f479d user: mistachkin tags: reqdFor130, th1ExprFix)
00:00
Fix TH1 expression parsing when there are unbalanced parenthesis. Add more tests. ... (check-in: 00c01d7a36 user: mistachkin tags: th1ExprFix)
2014-08-27
22:52
Add another merge test case. ... (check-in: df9880287f user: mistachkin tags: trunk)
18:40
Updated changelog for previous commit. ... (check-in: 8b4bcd9d1f user: stephan tags: trunk)
16:20
Added menu entry to toggle ln=0 on /info and /artifact pages. ... (check-in: a5b1bef9cf user: stephan tags: trunk)
15:15
strglob -> sqlite3_strglob in a few places ... (check-in: d4acf5c450 user: jan.nijtmans tags: trunk)
2014-08-26
19:01
"ls" abbrev. for "list": "fossil tag ls" == "fossil tag list" ... (check-in: ce7df88f6d user: bch tags: trunk)
00:43
Spacing fix to the build docs. ... (check-in: cf901e536e user: mistachkin tags: trunk)
00:41
Further enhancements to the build docs. ... (check-in: fe3887b873 user: mistachkin tags: trunk)
2014-08-25
22:29
Merge updates from trunk. ... (check-in: 70ea8c4f48 user: mistachkin tags: optionalMiniz)
22:28
Rename EXTRATARGETS to APPTARGETS in the MSVC makefile. ... (check-in: b575811aff user: mistachkin tags: trunk)
22:25
Cleanup and unify the 'extra targets' handling. ... (check-in: 6c6f83c4fd user: mistachkin tags: optionalMiniz)
21:09
Update the build docs to mention how to enable OpenSSL support with MSVC. ... (check-in: aea5e3d9ca user: mistachkin tags: trunk)
20:52
Merge updates from trunk. ... (check-in: 5735181c4d user: mistachkin tags: optionalMiniz)
20:51
Manually port all 'cosmetic' fixes from the optionalMiniz branch to trunk. ... (check-in: 894e72b298 user: mistachkin tags: trunk)
20:42
Merge updates from trunk. ... (check-in: e38b1ab087 user: mistachkin tags: optionalMiniz)
20:38
When compiling with MSVC, enable building of OpenSSL automatically when SSL is enabled. ... (check-in: bdf9c70807 user: mistachkin tags: trunk)
17:52
Fix assert in the TH1 expression parser reported on the mailing list. ... (check-in: cd64405786 user: mistachkin tags: th1ExprFix)
14:30
The resource compiler workaround in the previous check-in is only needed for MinGW, this check-in makes the MSVC build work again. ... (check-in: 3d84310453 user: mistachkin tags: optionalMiniz)
07:00
Fix including the version of miniz in the Windows resource file (for MinGW). ... (check-in: c8019598d4 user: mistachkin tags: optionalMiniz)
2014-08-23
06:08
Add miniz as a compile-time feature, leaving zlib as the default compression library. All makefiles should build. The DMC and PellesCGMake makefiles are not yet supported with miniz. Also, when using miniz, OpenSSL support for zlib is disabled in the MinGW makefile. ... (check-in: c693a3365c user: mistachkin tags: optionalMiniz)
2014-08-20
14:54
removed double-application of miniz.h patch (doubled the content). ... (Closed-Leaf check-in: 935ccf9d6f user: stephan tags: miniz)
2014-08-19
18:49
addremove two files not handled by the previous patch file. ... (check-in: ca5d6f2b48 user: stephan tags: miniz)
17:26
Got the last bit of Baruch's patch in. ... (check-in: d8902124d4 user: stephan tags: miniz)
16:52
"the zip file patch" from Baruch. ... (check-in: 26ecec6c2c user: stephan tags: miniz)
2014-08-18
17:13
Replaced zlib usage with local copy of miniz. Seems to work. ... (check-in: 579ae389ce user: stephan tags: miniz)
16:30
Create new branch named "miniz" ... (check-in: f88a2b3656 user: stephan tags: miniz)
2014-08-15
13:46
Update the built-in SQLite to version 3.8.6 ... (Closed-Leaf check-in: 1c9faaecbe user: jan.nijtmans tags: branch-1.29)
12:46
Update the built-in SQLite to version 3.8.6 ... (check-in: ee46563cbd user: jan.nijtmans tags: trunk)
09:24
More style fixes, e.g. c/char const/const char/ ... (check-in: 38421a9c99 user: jan.nijtmans tags: trunk)
07:31
Fix gcc warning: pointer targets in initialization differ in signedness ... (check-in: 25d6a5f2b3 user: jan.nijtmans tags: trunk)
2014-08-14
16:36
Use the abbreviated object description by default. But provide a hyperlink to a detailed description (using the new /whatis web page) if details are omitted. ... (check-in: 3c2d418b60 user: drh tags: trunk)
16:01
Add the "brief" query parameter to the "artifact" page, to shorten sometimes lengthy descriptions of the artifact. ... (check-in: 0ac4cead8d user: drh tags: trunk)
10:30
diff: when --to is provided but --from is not, default to --from current, per ML suggestion. ... (Closed-Leaf check-in: d5a8940431 user: stephan tags: pending-review)
07:06
Cherry-pick [http://www.sqlite.org/src/info/f01d42cc8b00d2b7c4f14defcb05fdc493cf1bfd|f01d42cc8b]: Minor change to unixDelete for VxWorks with a DOS filesystem. ... (check-in: 119cc97040 user: jan.nijtmans tags: trunk)
2014-08-13
20:09
Merge updates from trunk. ... (check-in: 0f3084cd16 user: mistachkin tags: globalStateCmd)
19:50
Code styling and comment tweaks. ... (check-in: a3cf0e3390 user: mistachkin tags: trunk)
07:21
Update <dirent.h> for Visual Studio to latest version 1.20.1 (April 2014). See: [http://softagalleria.net/dirent.php]. ... (check-in: a374824d92 user: jan.nijtmans tags: trunk)
07:16
Wiki wysiwyg formatting for IE 7/8/9/10. Patch by Warren Young. ... (check-in: b78b4610aa user: jan.nijtmans tags: branch-1.29)
07:06
Wiki wysiwyg formatting for IE 7/8/9/10. Patch by Warren Young. ... (check-in: 8dfbcb457a user: jan.nijtmans tags: trunk)
2014-08-12
20:18
Update the built-in SQLite to version 3.8.6 beta3. ... (check-in: 75c4808653 user: drh tags: trunk)
19:35
Issue a not-found error in CGI if using the "directory:" configuration and there is not PATH_INFO. Ticket [c481aa2fdbc67b7] ... (check-in: ac8e9e555d user: drh tags: trunk)
15:48
X-UA-Compatible (MSIE) HTTP header patch from Warren Young ... (check-in: 1a9e494483 user: jan.nijtmans tags: branch-1.29)
14:48
X-UA-Compatible (MSIE) HTTP header patch from Warren Young. ... (check-in: b7bebbe44f user: stephan tags: trunk)
2014-08-11
15:13
Another attempt, taking VxWorks patch on trunk into account. ... (Closed-Leaf check-in: c2d4bd7365 user: jan.nijtmans tags: vxworks)
13:57
Update the built-in SQLite to 3.8.6 beta2. ... (check-in: 981e853f6c user: drh tags: trunk)
2014-08-08
19:07
Merge the latest Jim Tcl code to trunk, post-0.75 with the 'glob.tcl' fix included. Approved by Jim Tcl release manager Steve Bennett. ... (check-in: 9d7d677559 user: mistachkin tags: trunk)
03:57
Merge updates from trunk. ... (Closed-Leaf check-in: 1b35c8023a user: mistachkin tags: autosetup)
02:26
Update autosetup to the latest version ... (check-in: 93fb7c774f user: steveb tags: autosetup)
2014-08-07
10:59
In the command-line shell, report if the ".system" command returns a non-zero result ... (check-in: bfacd6df6d user: jan.nijtmans tags: trunk)
10:12
Update referenced OpenSSL version. ... (check-in: 3a93461738 user: jan.nijtmans tags: trunk)
10:02
"char const" -> "const char" and various other coding style improvements. No functional change. ... (check-in: 4e18dba698 user: jan.nijtmans tags: trunk)
07:13
Follow-up to [3ba28b23a4d7626691b56debae4add06cd24d4ca|3ba28b23a4]: Eliminate unnecessary calls to sqlite3_win32_is_nt(), but now for MSC and PellesC as well. ... (check-in: ffa67c1b9b user: jan.nijtmans tags: trunk)
2014-08-06
14:06
Update the built-in SQLite with the InterlockedCompareExchange fix for Win64. ... (check-in: d600c9f854 user: drh tags: trunk)
08:07
Use full UUID's for /vdiff pages accessed by clicking on two different check-ins from the timeline. ... (check-in: 78fdf9f5b2 user: jan.nijtmans tags: trunk)
07:07
Eliminate unnecessary calls to sqlite3_win32_is_nt(), since fossil only runs on (win32) system were the Wide API is available ... (check-in: 3ba28b23a4 user: jan.nijtmans tags: trunk)
01:23
Update the built-in SQLite to the latest 3.8.6 beta from upstream. ... (check-in: f05e002570 user: drh tags: trunk)
2014-08-05
17:27
Updates to the "help" text for the tarball command. Add hyperlinks for accessing content on the /cachestat webpage. ... (check-in: b6a5023fae user: drh tags: trunk)
10:52
Some code formatting. No change in functionality. ... (check-in: b9b3ce3b39 user: jan.nijtmans tags: trunk)
07:06
Remove (newly) incorrect preprocessor check to fix build on WinRT ... (check-in: 855b1a5037 user: jan.nijtmans tags: trunk)
2014-08-04
19:22
Added JS to the /eventedit page to colorize the custom color's element (i.e. color preview). ... (check-in: cd02990692 user: stephan tags: trunk)
18:29
minor verbiage patch from Christopher M. Fuhrman. ... (check-in: d4aee31257 user: stephan tags: trunk)
04:40
Make sure the 'server' command checks for and processes the --files-urlenc option ... (check-in: eed3946bd9 user: jan.nijtmans tags: branch-1.29)
03:40
Make sure the 'server' command checks for and processes the --files-urlenc option. ... (check-in: 608f0b2371 user: mistachkin tags: trunk)
2014-08-03
07:41
merge trunk ... (check-in: b68f65bb69 user: jan.nijtmans tags: vxworks)
2014-08-02
21:04
Make sure the 'server' command checks for and processes the --files-urlenc option. ... (Closed-Leaf check-in: d53a7528b5 user: mistachkin tags: filesUrlEncOpt)
16:20
Missed a few more corrections for error messages. ... (check-in: dd5743a823 user: andybradford tags: trunk)
15:53
Minor error message correction. ... (check-in: 406b2f3201 user: andybradford tags: trunk)
2014-08-01
06:13
Correct repository option handling so that specifying a directory name does not cause errors when TH1 hooks are enabled. ... (check-in: 36c4551e7c user: mistachkin tags: trunk)
06:13
Correct option handling for the 'winsrv create' command so that the default user name is NULL and the default password is an empty string when passed to the Win32 CreateServiceW API. ... (check-in: 9c2a5c097b user: mistachkin tags: trunk)
2014-07-31
21:13
/zip now ignores the .zip extension, analog to how /tar does. Minor doc improvements in /zip and /tar from the ML. ... (check-in: e0199bfc43 user: stephan tags: trunk)
20:54
[/help/update|update] doc improvements from the ML. ... (check-in: 8ab520c589 user: stephan tags: trunk)
20:46
th1 parse error reporting tweaks from Sergei Gavrikov. ... (check-in: 2ba71f5105 user: stephan tags: trunk)
20:44
rss help text tweaks from the ML. ... (check-in: 9a7a82f64e user: stephan tags: trunk)
19:02
Upgrade the built-in SQLite to the latest 3.8.6 alpha from upstream. ... (check-in: 5ce85eb6f8 user: mistachkin tags: trunk)
2014-07-30
20:19
Use -DSQLITE_WIN32_NO_ANSI compiler flag on mingw. 1) This optimizes the win32 VFS so it doesn't call the function sqlite3_win32_is_nt() over and over again for every file operation. 2) It makes sure that the SQLite bug I just filed in on sqlite-dev will be fixed before the SQLite 3.8.6 release. Since fossil doesn't run on Win95/98/ME anyway, this is fully harmless. ... (Closed-Leaf check-in: fb3e64f0f3 user: jan.nijtmans tags: pending-review)
16:43
For most commands, print an error if unknown command-line options are included on the command-line. ... (check-in: 74ac0c925a user: drh tags: trunk)
15:40
Call verify_all_options() on most of fossil CLI commands. - Skip all the test-* commands for now (may be unnecessary) - Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently... - Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..) ... (Closed-Leaf check-in: a426154b3e user: mgagnon tags: verify-all-options)
11:52
Update the clone documentation for protocol 3 and the 'cfile' card format. ... (check-in: d16018c8e1 user: drh tags: trunk)
11:45
Add the "Path" submenu link on the "/vdiff" web page. ... (check-in: ef6f7dee43 user: drh tags: trunk)
06:47
Update clone documentation for clone protocol 3 and cfile cards. ... (Closed-Leaf check-in: 9a69786702 user: andybradford tags: pending-review)
2014-07-27
23:48
Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266] ... (check-in: 4a1188d569 user: jan.nijtmans tags: branch-1.29)
23:18
Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266] ... (check-in: c6c05c82fd user: jan.nijtmans tags: trunk)
20:52
Proposed fix for corner-case: [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266] ... (Closed-Leaf check-in: 0d8cb8e30a user: jan.nijtmans tags: no-initial-commit)
19:15
Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17346] ... (check-in: 14aea4f883 user: jan.nijtmans tags: trunk)
18:33
Fix [http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/17313] ... (check-in: dcb6076572 user: jan.nijtmans tags: trunk)
2014-07-26
20:17
Add Joe Prostko's quote on Fossil to the "quotes.wiki" page. ... (check-in: 016fc1aea4 user: drh tags: trunk)
2014-07-25
13:12
Update the release-test description of the URL containing ++ to explain that it only works for "fossil ui". ... (check-in: ffef4edceb user: drh tags: trunk)
2014-07-24
21:27
Add another flag to the new comment printing algorithm capable of stripping superfluous CR/LFs while preserving other spacing. ... (check-in: d7d265502a user: mistachkin tags: trunk)
20:54
Fix boundary case in the new comment printing algorithm that sometimes results in extra new lines. ... (check-in: 4532733830 user: mistachkin tags: trunk)
15:46
Upgrade the built-in SQLite to the latest 3.8.6 alpha from upstream. ... (check-in: f39d8a3d24 user: drh tags: trunk)
05:56
Improve clarity of the new comment printing algorithm. ... (check-in: 8e7d2a6586 user: mistachkin tags: trunk)
05:05
Factor out the common terminal width detection code for comment printing into a new function. ... (check-in: 351de029f3 user: mistachkin tags: trunk)
03:52
For the new comment printing algorithm, make sure to indent after forcing a line break due to the original comment text being detected. ... (check-in: 856c60611f user: mistachkin tags: trunk)
03:15
Merge from trunk. ... (check-in: 04cc3e2b49 user: mistachkin tags: globalStateCmd)
03:14
Cleanup trailing whitespace in 'th_main.c'. ... (check-in: b000db4752 user: mistachkin tags: trunk)
03:12
Add new globalState command to TH1, with tests. ... (check-in: 995173d051 user: mistachkin tags: globalStateCmd)
2014-07-23
21:52
For the test-comment-format command, also treat the original comment text argument as a file name when the --file option is specified. Fix memory leaks when the --file and --decode options are used together. ... (check-in: 378dad36ba user: mistachkin tags: trunk)
21:37
When available, pass the original comment text as well as the (possibly prefixed) comment into comment_print(). Add COMMENT_PRINT_ORIG_BREAK flag to the new comment printing algorithm. Change the width argument for the test-comment-format command into an option. Add --origbreak option to the test-comment-format command. ... (check-in: 0d0b80fd1c user: mistachkin tags: trunk)
18:26
Add --file option to the test-comment-format test command. ... (check-in: b1b352e1cc user: mistachkin tags: trunk)
04:23
Minor corrections to documentation. ... (check-in: f1b148df7f user: andybradford tags: trunk)
2014-07-22
23:26
Do not delete phantom artifacts from the unclustered table ... (check-in: 49e41bf9b4 user: jan.nijtmans tags: branch-1.29)
22:26
Do not delete phantom artifacts from the unclustered table. ... (check-in: 3fa7965c64 user: drh tags: trunk)
20:33
Add an alternative comment printing algorithm, disabled by default, which permits the pre-existing comment formatting to be preserved. ... (check-in: b6c9d35b1c user: mistachkin tags: trunk)
19:56
Add tests for the legacy comment formatting (from trunk). ... (Closed-Leaf check-in: 86f5c18800 user: mistachkin tags: experimental)
08:03
Receive updates from trunk. ... (Closed-Leaf check-in: 5c6891b2ab user: andybradford tags: cluster-changes)
2014-07-20
13:20
Merge from trunk ... (check-in: c4fca467f7 user: ashish tags: ashish-ipv6)
05:09
Correct usage syntax error message for the 'test-comment-format' command. ... (check-in: 68cd1f5b59 user: mistachkin tags: experimental)
04:24
Enhance comments that describe the new comment printing function. ... (check-in: 4a5352c25d user: mistachkin tags: experimental)
02:35
Add -comfmtflags command line option to set the comment printing flags, defaulting to the legacy comment printing algorithm. ... (check-in: 18a97b3a8f user: mistachkin tags: experimental)
02:10
Merge updates from trunk. ... (check-in: 5ea6a95a7b user: mistachkin tags: experimental)
2014-07-19
19:20
Allow commits against a closed leaf as long as the new commit is on a different branch. ... (check-in: 619fa857c9 user: drh tags: trunk)
19:04
Update config.guess and config.sub from upstream. ... (check-in: 76370b4c97 user: drh tags: trunk)
18:40
Add missing period to sentence. ... (check-in: b6959ec2e6 user: andybradford tags: trunk)
16:29
Only allow a checkin against a closed leaf if it is not the same branch. ... (Closed-Leaf check-in: d1b5fd8738 user: andybradford tags: pending-review)
08:34
Update internal tables (used by e.g. the \w and \W specifiers in regexp expressions) to Unicode 7.0. This is fully upwards compatible, see [http://www.unicode.org/policies/stability_policy.html] ... (check-in: 3088939eb1 user: jan.nijtmans tags: trunk)
2014-07-18
22:03
Improvements to the ".fullschema" command in the command-line shell. ... (check-in: 13f8ba6ca8 user: jan.nijtmans tags: trunk)
21:57
Allow committing as follow-up on a closed leaf, as long as it is done in a new branch. Suggested by Matt Welland on ML. ... (check-in: 2b79c600d5 user: jan.nijtmans tags: trunk)
2014-07-17
15:23
.... but now with the correct default ... (check-in: a0c8a0869d user: jan.nijtmans tags: trunk)
15:20
The "autosync-tries" setting is an integer, not a boolean ... (check-in: 49818fd3ef user: jan.nijtmans tags: trunk)
07:04
Use "%S" format in stead of "%.10s" in more places, where UUID's are referenced. ... (check-in: 275457adf0 user: jan.nijtmans tags: trunk)
2014-07-16
23:01
Add the "fossil all info" command. ... (check-in: 3f9ff2a9fa user: drh tags: trunk)
22:17
Clean up the command-search logic. ... (check-in: bcb7c7a9b1 user: drh tags: trunk)
08:09
Update internal tables to Unicode 7.0. ... (Closed-Leaf check-in: e17f7304dd user: jan.nijtmans tags: unicode-7.0)
07:57
In the UI and CL, output UUID's the same (almost) everywhere: The first 10 characters of UUID's are always displayed, but more are added until the UUID contains at least a single 'a'-'f'. Hyperlinks still usee the full-length UUID. ... (check-in: fe6d393021 user: jan.nijtmans tags: trunk)
07:19
make local aDia[] and aChar[] tables "static const". ... (check-in: 5b26a50e1b user: jan.nijtmans tags: trunk)
04:02
Do not allow webpage names to be used as command-line commands. This prevents deferencing of the null "g.db" pointer for command-line commands. ... (check-in: c2a9c1f7f8 user: drh tags: trunk)
2014-07-14
13:09
Fix "'syntax error in manifest' when checkin would result in empty worktree" problem, reported by Michai Ramakers on the ML ... (check-in: de1a5e234e user: jan.nijtmans tags: branch-1.29)
12:09
Detect invalid wiki manifests containing J and/or K cards (missed those in the previous commit). Report card problems in manifests in alphabetical order. ... (check-in: 313de568dc user: jan.nijtmans tags: trunk)
11:35
Fix "'syntax error in manifest' when checkin would result in empty worktree" problem, reported by Michai Ramakers on the ML. ... (check-in: 268ecf6ae9 user: jan.nijtmans tags: trunk)
08:22
Make the ".system" command (from within "fossil sqlite3") work on win32: On Windows double-quotes are needed around the whole string ... (check-in: e7340ac3d9 user: jan.nijtmans tags: branch-1.29)
07:22
Make the ".system" command (from within "fossil sqlite3") work on win32: On Windows double-quotes are needed around the whole string. ... (check-in: ec2061ce02 user: jan.nijtmans tags: trunk)
2014-07-13
03:37
Add new test that demonstrates an issue (during merging) with renaming a file and then adding a file with the old name in the same commit. ... (check-in: 25fe7658ec user: mistachkin tags: trunk)
2014-07-11
13:08
Add "events" as additional type to be reported by the /reports page. ... (check-in: 0fb4a8d098 user: jan.nijtmans tags: trunk)
07:22
Make [/help?cmd=new|fossil new --empty] the default way to create a new repository. THIS COMMIT WILL BE REVERTED BEFORE FOSSIL 1.30 IS BEING RELEASED, (UNLESS RICHARD DECIDES OTHERWISE AT THAT TIME). The intent of this commit is to expose [/help?cmd=new|fossil new --empty] to more field-testing. It should be 100% upwards/downwards compatible, but if there still turn out to be some corner-cases, now is the right time to find out (I am not aware of any!). ... (check-in: 8364065c45 user: jan.nijtmans tags: trunk)
2014-07-10
10:01
./src/comformat.c: In function ‘comment_print’: ./src/comformat.c:70:5: warning: implicit declaration of function ‘ioctl’ [-Werror=implicit-function-declaration] if( ioctl(0, TIOCGWINSZ, &w)!=-1 ){ ^ ... (check-in: 32205fdc41 user: jan.nijtmans tags: trunk)
09:25
merge trunk ... (check-in: a44b4aa5ac user: jan.nijtmans tags: undo-clean)
08:21
c/--force/--allow-fork/ ... (check-in: 604a355811 user: jan.nijtmans tags: trunk)
08:18
Since fossil 1.29, not every repository has an initial commit and the initial commit no longer needs to be empty. Change the wording to account for that. ... (check-in: aafcf6c57b user: jan.nijtmans tags: trunk)
07:36
When committing a (non-binary) file which contains bytes forming an invalid UTF-8 stream, add the possibility to convert it to a valid UTF-8 stream ('c') if you like. ... (check-in: 45f5184e2a user: jan.nijtmans tags: trunk)
2014-07-09
22:04
If the system knows about utime() and/or usleep(), allow the built-in SQLite to use those functions. e.g. for executing delays which are not a multiple of 1 second. ... (check-in: 1dc9b7cbb0 user: jan.nijtmans tags: branch-1.29)
21:04
If the system knows about utime() and/or usleep(), allow the built-in SQLite to use those functions. e.g. for executing delays which are not a multiple of 1 second. ... (check-in: 16f1076334 user: jan.nijtmans tags: trunk)
20:44
typo (found by s.beal) ... (check-in: 92c2c1e5e1 user: jan.nijtmans tags: trunk)
16:27
merge forked trunks ... (Closed-Leaf check-in: 37e42077c9 user: bch tags: utime_usleep)
12:54
check for S_dosFsLib_FILE_NOT_FOUND on vxworks ... (check-in: acbe8c41b1 user: jan.nijtmans tags: vxworks)
11:17
Merge trunk. Make it work with SQLITE_ENABLE_LOCKING_STYLE=1, both on Linux and VxWorks. Still experimental, as the unlink issue when using dosFs is not handled yet. ... (check-in: 1cef35ba55 user: jan.nijtmans tags: vxworks)
08:56
If the system knows about utime() and/or usleep(), allow the built-in SQLite to use those functions. e.g. for executing delays which are not a multiple of 1 second. ... (check-in: 45feda65e9 user: jan.nijtmans tags: utime_usleep)
2014-07-08
15:35
Add "Hide/Show Files" button to Parents and children/Ascendants and Descendants /timeline pages. Add "20 Entries"/"200 Entries" buttons to Ascendants and Descendants /timeline page. ... (check-in: df3ada575c user: jan.nijtmans tags: trunk)
11:00
Determine value for HAVE_UTIME, necessary for VxWorks. ... (check-in: 9d0bc3a83b user: jan.nijtmans tags: vxworks)
10:48
First attempt in makeing fossil work on VxWorks. Based on feedback by Andy Ling. ... (check-in: 18ae9fddb8 user: jan.nijtmans tags: vxworks)
2014-07-07
20:59
Update 'config.guess' and 'config.sub' from upstream per request on mailing list by Joe Prostko. Please review for trunk. ... (Closed-Leaf check-in: c84d28d795 user: mistachkin tags: pending-review)
20:21
typo (found by s.beal) ... (check-in: b4a53ba45f user: bch tags: trunk)
09:59
Disable "longpath" testcase for non-unix platforms. Make sure temporary directories created by the testcase are cleaned up. ... (Closed-Leaf check-in: 46dc6537f8 user: jan.nijtmans tags: longpath)
04:52
Bring in latest fixes. ... (check-in: 088e961a2b user: andybradford tags: cluster-changes)
2014-07-06
07:08
add test-case ... (check-in: ab047fc478 user: jan.nijtmans tags: longpath)
07:05
Allow repository paths of up to 4096 bytes in stead of just 512 bytes. This change needs a minor change in SQLite, allowing the maximum path length no longer to be hardcoded, but configurable at compile-time. See: [http://www.sqlite.org/src/info/c060923a54] ... (check-in: 7f64b35032 user: jan.nijtmans tags: longpath)
2014-07-04
10:11
Next step in "invalid-utf8" handling: If a source file contains invalid UTF-8 byte sequences, most likely the real encoding is either ISO-8859-1 or CP1252 (note that CP1252 is a superset of ISO-8859-1). Therefore, after providing a warning, we can now offer the option ('c') to convert it to valid UTF-8, just like we provide such option for UTF-16 and eol-handling as well. ... (Closed-Leaf check-in: 81eeb6f553 user: jan.nijtmans tags: invalid-utf8)
2014-07-02
10:50
Use "%S" format in stead of "%.10s" in more places where UUID's are handled. ... (Closed-Leaf check-in: b246fa0cee user: jan.nijtmans tags: 16-digit-event-ids)
2014-07-01
22:27
Fix off-by-one issue in the previous check-in. ... (check-in: c405c1be3c user: mistachkin tags: 16-digit-event-ids)
12:40
Update the built-in SQLite to the latest 3.8.6 alpha version from upstream. ... (check-in: 6728a8bd08 user: drh tags: trunk)
2014-06-30
19:07
Coding style adjustments. Remark (nijtmans): This commit contains more than just a coding style adjustment, changes the output of UUID's different than the proposed algorithm; if longer than 10 characters, the final non-digit char is missing. Demonstration: [/timeline?n=20&y=e]. Look at the last UUID in the timeline , it is [347871278941] but it should have been [347871278941b]! ... (check-in: b6f137a01e user: mistachkin tags: 16-digit-event-ids)
12:41
Make "plink" the default ssh client on Windows, no matter what win32 compiler fossil was compiled with. ... (check-in: e6d7b35a24 user: jan.nijtmans tags: trunk)
09:13
Use the same algorithm for event-id's for UUID's as in other UI locations: Make sure that the UUID contains at least a single lower-case hex digit, with a minimum of length 10. ... (check-in: 734d429940 user: jan.nijtmans tags: 16-digit-event-ids)
2014-06-27
23:19
Fix a possible NULL pointer dereference in the "fusefs" implementation. ... (check-in: 2e51be8ec2 user: drh tags: trunk)
15:32
Add "server-id" printout to "fossil dbstat". Only print project-id if there is one. ... (check-in: 88d503e15b user: jan.nijtmans tags: trunk)
12:35
Print server-id after cloning and in /stat page. Only print Project-ID in /stat page if there is one. ... (check-in: 11ba4bd6cf user: jan.nijtmans tags: trunk)
2014-06-26
07:40
Make format parameter in socket_set_errmsg() and ssl_set_errmsg() functions a const. ... (check-in: cfb8d6604f user: jan.nijtmans tags: trunk)
07:31
Make "fossil fusefs" entry in changelog a hyperlink. Use a "T" in stead of "+" in hyperlinks containing dates, in order to prevent ambiugity. A few typos in wiki. ... (check-in: 68ce1305b1 user: jan.nijtmans tags: trunk)
2014-06-25
08:57
Add the .fullschema command to "fossil sqlite". This command shows the schema and the content of the sqlite_stat tables, all in one go. Useful when reporting problems with the query planner ... (check-in: 4f62b6017b user: jan.nijtmans tags: branch-1.29)
07:57
Add the .fullschema command to "fossil sqlite". This command shows the schema and the content of the sqlite_stat tables, all in one go. Useful when reporting problems with the query planner. ... (check-in: 7ba8311e57 user: jan.nijtmans tags: trunk)
06:51
Use query that is similar to other queries in function. ... (check-in: 2145a12ce9 user: andybradford tags: cluster-changes)
2014-06-24
06:19
Don't delete phantom artifacts from unclustered table. Potential fix for missing sync content as reported on ML. ... (check-in: 41b29f38fd user: andybradford tags: cluster-changes)
00:40
Merge updates from trunk. ... (check-in: 591bc4434b user: mistachkin tags: experimental)
2014-06-23
09:35
Make daysOfWeek a const table. c/char const/const char/ ... (check-in: 1d30672588 user: jan.nijtmans tags: trunk)
04:26
Reorder include statements in 'main.c' to resolve an obscure compilation issue reported via the mailing list. ... (check-in: 76303fb0c0 user: mistachkin tags: trunk)
2014-06-22
02:59
"Usage" info for "fossil help rss", per mailing list request. (thx Michai Ramakers) ... (check-in: bc30d829ab user: bch tags: trunk)
2014-06-21
01:38
Add --trimspace option to the 'test-comment-format' test command. ... (check-in: 4e3f915c00 user: mistachkin tags: experimental)
01:32
Re-add the legacy comment printing algorithm. Currently, it is being retained primarily for testing and comparison purposes. ... (check-in: 0463c7bfb1 user: mistachkin tags: experimental)
2014-06-20
20:56
Merge updates from trunk. ... (check-in: 265a48d3ec user: mistachkin tags: experimental)
20:55
Merge updates from trunk. ... (Closed-Leaf check-in: 1f2eac618c user: mistachkin tags: respectformatting)
20:54
Make sure the --width option is honored by all calls into print_timeline(). ... (check-in: e3df30f45c user: mistachkin tags: trunk)
19:52
Merge parent branch again. ... (check-in: 91741c7ae9 user: mistachkin tags: experimental)
19:48
Update comment tests. ... (check-in: fcbfd8b5a1 user: mistachkin tags: respectformatting)
19:16
Merge parent branch. ... (check-in: 69509558c8 user: mistachkin tags: experimental)
19:15
Merge updates from trunk. ... (check-in: fc84a01a8b user: mistachkin tags: respectformatting)
19:11
Add and adjust comment tests from the experimental branch. ... (check-in: 2920e7df00 user: mistachkin tags: trunk)
18:56
Reorganize the new code, making internal functions private. Add COMMENT_PRINT_TRIM_SPACE flag, on by default. ... (check-in: 856d10ae81 user: mistachkin tags: experimental)
18:31
Further refinements and more tests. ... (check-in: 70ba07c368 user: mistachkin tags: experimental)
03:56
Initial draft of the ability to break a multi-line comment on word boundaries using the new algorithm. ... (check-in: 10b47cc350 user: mistachkin tags: experimental)
2014-06-19
21:30
Merge updates from trunk. ... (check-in: 5d2a7a0fa1 user: mistachkin tags: experimental)
21:28
Merge updates from trunk. Add tests. ... (check-in: 334f518c5f user: mistachkin tags: respectformatting)
21:26
Support a -verbose argument to the test suite. ... (check-in: e02795056d user: mistachkin tags: trunk)
21:25
Add several tests. ... (check-in: bb1a191853 user: mistachkin tags: experimental)
21:25
Complete re-write of the comment printing algorithm, taking the preservation of any pre-existing formatting within the comment into account. No attempt is made to avoid breaking a line in the middle of a word. ... (check-in: 89aa595f88 user: mistachkin tags: experimental)
18:48
Fix the "makefile.wiki" document to state that the "shell.c" is now an exact copy of the same file from SQLite. ... (check-in: 9e1859606f user: drh tags: trunk)
05:43
Merge updates from branch. Gracefully handle the case where the first line contains no spaces. ... (check-in: d547629280 user: mistachkin tags: experimental)
04:21
Merge updates from trunk. Adjust tests to account for comment formatting changes. One key test is still failing. ... (check-in: 59d80134ff user: mistachkin tags: respectformatting)
03:56
Place the test log file in the current directory, not the directory containing the test files. ... (check-in: a675783882 user: mistachkin tags: trunk)
03:55
Improve test suite logging and add initial tests for comment formatting. ... (check-in: 597c738e89 user: mistachkin tags: trunk)
03:04
Merge variable name change. ... (check-in: 05ea665fef user: mistachkin tags: experimental)
03:03
Rename the zBuf variable to zLine, to improve clarity. ... (check-in: b68446e291 user: mistachkin tags: respectformatting)
02:39
Experimental changes for more precise handling of new lines. ... (check-in: 816faa5af9 user: mistachkin tags: experimental)
02:39
Even more style improvements. ... (check-in: c7c3d99a60 user: mistachkin tags: respectformatting)
01:32
Further code style improvements. ... (check-in: 504b0ae080 user: mistachkin tags: respectformatting)
01:20
Merge updates from trunk. ... (check-in: 4b675fb0e6 user: mistachkin tags: respectformatting)
01:19
Add 'decode' option to the 'test-comment-format' test command. ... (check-in: 8da0f34462 user: mistachkin tags: trunk)
00:48
Merge updates from trunk. ... (check-in: 3221e519b6 user: mistachkin tags: respectformatting)
00:47
Enhance the 'test-comment-format' test command. ... (check-in: 6a3b39a06b user: mistachkin tags: trunk)
2014-06-18
23:30
Improve clarity of presentation via several stylistic changes. ... (check-in: 41804ab180 user: mistachkin tags: respectformatting)
15:07
make fossil timeline to respect the log formatting aka multiline logs. Suggested by Baptiste Daroussin. ... (check-in: 10eea3abd4 user: jan.nijtmans tags: respectformatting)
2014-06-17
22:15
On non-Windows systems that appear to lack the TIOCGWINSZ define, fallback to using the legacy behavior of hard-coding a reasonable default maximum line length. ... (check-in: 54cc57e7a3 user: mistachkin tags: trunk)
20:58
Bump version number to 1.30. ... (check-in: 2d8f311cc0 user: mistachkin tags: trunk)
20:54
Automatically adjust the width of printed comments according to the detected terminal width. ... (check-in: 0ff6a9e282 user: mistachkin tags: trunk)
20:16
Remove superfluous include and add a missing blank line. ... (Closed-Leaf check-in: 4c194957c8 user: mistachkin tags: autoadjust)
13:51
Add the ".eqp" and ".fullschema" dot-commands to the ".help" output in the command-line shell. Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. ... (check-in: 1b648ebacf user: jan.nijtmans tags: branch-1.29)
11:51
merge trunk ... (check-in: 7ea5059539 user: jan.nijtmans tags: autoadjust)
11:51
Add the ".eqp" dot-command to the ".help" output in the command-line shell. Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. ... (check-in: 3467da7901 user: jan.nijtmans tags: trunk)
11:41
Add the ".eqp" dot-command to the ".help" output in the command-line shell. Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. ... (check-in: 9afa53edf0 user: jan.nijtmans tags: autoadjust)
2014-06-16
21:02
Adjust width auto-detection on Windows for more reasonable line breaks when the final character is a '-'. Seen with comment for check-in [4514910a5f] and a console width of 233. ... (check-in: f4cab56c64 user: mistachkin tags: autoadjust)
20:28
Improvements to error handling and code formatting. ... (check-in: 9270ae240d user: mistachkin tags: autoadjust)
20:01
Merge updates from trunk. ... (check-in: 3c9cca2bd8 user: mistachkin tags: autoadjust)
18:49
Enhance the new TH1 artifact command with more flexible lookup semantics. ... (check-in: 00e4fedd85 user: mistachkin tags: trunk)
18:34
Fix memory leak in the new TH1 artifact command. ... (check-in: 74099a5c8d user: mistachkin tags: trunk)
18:02
Add an 'artifact' command to TH1. ... (check-in: 109d8f5dd6 user: mistachkin tags: trunk)
16:44
Update the list of changes. ... (check-in: 42dec3fedd user: mistachkin tags: trunk)
16:31
Refactor db_close() so that it can make use of db_close_config(). ... (check-in: b0d61b05d3 user: mistachkin tags: trunk)
12:33
Since this hack only fixes part of fossil's Cygwin-specific problems, just remove it. The recommended way to configure fossil on Cygwin is now using --disable-internal-sqlite, which works much better. See: [https://www.sourceware.org/ml/cygwin/2014-06/msg00171.html] ... (check-in: 9462a0b51f user: jan.nijtmans tags: trunk)
09:05
Merge trunk. Make it work on Windows too. Variable width output on more commands. ... (check-in: 40710b7a05 user: jan.nijtmans tags: autoadjust)
2014-06-15
23:55
Merge updates from trunk. ... (Closed-Leaf check-in: eabb27e8c7 user: mistachkin tags: dbCloseConfig)
23:54
Treat the --repository (-R) option specially, caching its value in the global state. This is only strictly necessary when TH1 hooks are enabled at compile-time. ... (check-in: 912fce2be8 user: mistachkin tags: trunk)
17:53
Fix a problem in the Fuse Filesystem that caused incorrect processing of subdirectories whose names were a prefix of some sibling subdirectory. ... (check-in: 1b4403c771 user: drh tags: trunk)
17:25
Add a pair of "readme.txt" files under the "test" directory. Used for self-testing Fossil using its own repository. ... (check-in: 8d0623b996 user: drh tags: trunk)
04:58
Slight clarification of change log. ... (check-in: 53c53624b9 user: andybradford tags: trunk)
01:56
Merge updates from trunk. ... (check-in: d1c5ae4e7e user: mistachkin tags: dbCloseConfig)
01:54
Further corrections to configuration handling by the TH1 hooks support functions. ... (check-in: e52682ece1 user: mistachkin tags: trunk)
01:23
Merge updates from trunk. ... (check-in: 01fcff84c5 user: mistachkin tags: dbCloseConfig)
01:22
Add the 'th-force-cgi' and 'th-full-http' options to several test commands. ... (check-in: c1915c3347 user: mistachkin tags: trunk)
01:15
Better cleaning in the MSVC makefile. ... (check-in: f83946c669 user: mistachkin tags: trunk)
00:41
Merge updates from trunk. ... (check-in: 9f3dd72d93 user: mistachkin tags: dbCloseConfig)
00:38
Corrections to the new 'styleHeader' and 'styleFooter' TH1 commands. Modify TH1 integration code to keep track of when it opens databases. Modify 'test-th-hook' command to permit TH1 tracing. Corrections to new TH1 command test results. ... (check-in: 142200b90a user: mistachkin tags: trunk)
00:37
Handling missing th1-setup file in the test suite helpers saveTh1SetupFile and restoreTh1SetupFile. ... (check-in: 5f701f195d user: mistachkin tags: trunk)
2014-06-14
22:16
Corrections to the new TH1 'checkout' command and tests. ... (check-in: 589b902edb user: mistachkin tags: trunk)
21:52
Refactor db_close() so that it can make use of db_close_config(). ... (check-in: e275546215 user: mistachkin tags: dbCloseConfig)
21:49
Several minor code style fixes involving spacing. ... (check-in: c7f5541b7d user: mistachkin tags: trunk)
21:06
Add some diagnostic messages to the 'auto.def' file. ... (check-in: 166fa7e732 user: mistachkin tags: trunk)
20:10
Make the 'tcl-setup', 'th1-setup', and 'th1-uri-regexp' settings versionable. Add support for TH1-based hooks for all commands and web pages, disabled by default. ... (check-in: 1c528d3bb9 user: mistachkin tags: trunk)
20:07
Add the 'checkout', 'render', 'styleHeader', 'styleFooter', 'trace', 'getParameter', and 'setParameter' TH1 commands. ... (check-in: 57be4d552e user: mistachkin tags: trunk)
20:06
Add support for an Inno Setup project file for Fossil. ... (check-in: 3887a31812 user: mistachkin tags: trunk)
20:05
Update autosetup to the latest version. ... (check-in: 3a5c9b34f3 user: mistachkin tags: trunk)
16:19
Fix another memory leak in the "fossil fusefs" command. ... (check-in: 6b15019765 user: drh tags: trunk)
14:31
Fix a serious memory leak in the "read" logic of the Fuse Filesystem. ... (check-in: 7a7ef00b35 user: drh tags: trunk)
14:15
Minor performance optimizations on fusefs. ... (check-in: bd4565e9d0 user: drh tags: trunk)
13:59
Enhance the "fossil whatis" command so that it can accept multiple arguments. ... (check-in: a73da231d8 user: drh tags: trunk)
06:19
changelog update ... (check-in: f99ef287dc user: jan.nijtmans tags: trunk)
05:30
Update the custom MinGW makefile. ... (check-in: 7bdb6530ca user: mistachkin tags: trunk)
03:13
Add the "fossil fusefs DIRECTORY" command that mounts a Fuse Filesystem at the given DIRECTORY and populates it with read-only copies of all historical check-ins. This only works on systems that support FuseFS. ... (check-in: 4bf670e612 user: drh tags: trunk)
03:11
Improved documentation on the "fossil fusefs" command. ... (Closed-Leaf check-in: 440eb41e59 user: drh tags: fusefs)
02:57
Update autosetup to automatically detect the availability of FuseFS and add it to the configuration. ... (check-in: be7e239894 user: drh tags: fusefs)
02:48
Fix the FuseFS to correctly report when files that have executable permission. ... (check-in: a2730f7276 user: drh tags: fusefs)
01:28
Initialize implementation of the "fusefs" command. To make it work, manually edit the Makefile to add -DFOSSIL_HAVE_FUSEFS and -lfuse. Then run "fossil fusefs /tmp/fusefs". Afterwards you can "ls /tmp/fusefs/checkins/trunk" and so forth. ... (check-in: ee5cd77d5a user: drh tags: fusefs)
2014-06-13
23:34
Minor code style and spacing cleanup. ... (check-in: 40d5560f22 user: mistachkin tags: trunk)
14:49
Minor code cleanup for autosync attempts to make the code more legible, no change in functionality. ... (check-in: 2f9c2ea5a5 user: andybradford tags: trunk)
14:21
Auto-adjust the width of timeline (and various other output places) according to real terminal width. Suggested by Baptiste Daroussin. ... (check-in: c4891e24af user: jan.nijtmans tags: autoadjust)
08:57
Add a versioned "encoding-glob" setting for some files which contain the copyright sign (as invalid UTF-8 byte-sequence) ... (check-in: c5a0169786 user: jan.nijtmans tags: trunk)
06:11
Only sleep if there are more sync attempts to be made. ... (check-in: e1dccc1772 user: andybradford tags: trunk)
03:56
Add setting to control the number of autosync will be tried before returning an error. Default is historical behavior of one autosync in each direction. ... (check-in: 76bc297e96 user: andybradford tags: trunk)
00:38
Fix minor typos in documentation. ... (check-in: a9819ba267 user: andybradford tags: trunk)
2014-06-12
21:37
Add support for an Inno Setup project file for Fossil. ... (Closed-Leaf check-in: 636025d431 user: mistachkin tags: innosetup)
20:40
Move Fossil NSIS setup file to the 'setup' directory. ... (check-in: 8b4aaef2f5 user: mistachkin tags: trunk)
20:21
Update autosetup to the latest version. ... (Closed-Leaf check-in: 022c5c4faf user: mistachkin tags: autosetup)
18:37
Merge updates from trunk. ... (Closed-Leaf check-in: 3b9a8829f4 user: mistachkin tags: th1Hooks)
18:36
Merge updates from trunk. ... (Closed-Leaf check-in: b3f9ce63ec user: mistachkin tags: th1Cmds)
17:26
merge trunk ... (Closed-Leaf check-in: e751da62cb user: jan.nijtmans tags: win32-longpath)
17:25
Version 1.29 ... (check-in: 3e5ebe2b90 user: drh tags: trunk, release, version-1.29)
17:25
Set the publication date for version 1.29 to 2014-06-12. ... (check-in: 4ec7e53a81 user: drh tags: trunk)
2014-06-11
01:48
When checking the 'th1-hooks' setting value, refer to the repository settings as well. ... (check-in: 3fb8e171b3 user: mistachkin tags: th1Hooks)
01:23
Improvements to handling of the configuration database. ... (check-in: 79533e2b31 user: mistachkin tags: th1Hooks)
00:51
Centralize the handling of opening the configuration database and repository on behalf of TH1. ... (check-in: 9773eba5fe user: mistachkin tags: trunk)
00:40
Merge updates from trunk. ... (check-in: 715dcd52fe user: mistachkin tags: th1Hooks)
00:38
Add 'th1-hooks' setting to control whether or not TH1 hooks are enabled. By default, all TH1 hooks are disabled. ... (check-in: 54e00d7a0a user: mistachkin tags: th1Hooks)
2014-06-10
23:53
Prevent the 'setParameter' TH1 command from creating duplicate query parameters. ... (check-in: 617eeaecf8 user: mistachkin tags: th1Cmds)
23:12
Add the 'getParameter' and 'setParameter' TH1 commands. ... (check-in: 40c1195538 user: mistachkin tags: th1Cmds)
19:59
Add the 'checkout', 'render', 'styleHeader', 'styleFooter', and 'trace' TH1 commands. ... (check-in: c18ff5d005 user: mistachkin tags: th1Cmds)
18:56
Make TH1 command comments consistent. ... (check-in: a17919af85 user: mistachkin tags: trunk)
05:02
Merge updates from trunk. ... (check-in: 0465fecca3 user: mistachkin tags: th1Hooks)
05:01
Modularization and cleanup of several test files. ... (check-in: 2c9d6b5e0f user: mistachkin tags: trunk)
04:32
Pass command line arguments to hooks via a TH1 list variable. Enhance test suite infrastructure and add tests. Update hook TH_ERROR return code handling comments to reflect reality. ... (check-in: b34dbc78b5 user: mistachkin tags: th1Hooks)
2014-06-09
20:07
Enable TH1 hooks for all web pages, known and unknown. ... (check-in: f90f723010 user: mistachkin tags: th1Hooks)
2014-06-08
21:39
Include TH1 hooks feature in the 'hasfeature' TH1 command. ... (check-in: 53f5e1f9ed user: mistachkin tags: th1Hooks)
20:28
Corrections to #ifdef handling and comments. ... (check-in: f605058514 user: mistachkin tags: th1Hooks)
20:19
Add the ability to include -OR- omit support for TH1 hooks at compile-time. ... (check-in: b3c40dd49e user: mistachkin tags: th1Hooks)
00:49
Update comments on the settings that were made versionable in the previous check-in. ... (check-in: 3d28912ca3 user: mistachkin tags: th1Hooks)
00:38
Make the 'tcl-setup', 'th1-setup', and 'th1-uri-regexp' settings versionable. ... (check-in: 9952893360 user: mistachkin tags: th1Hooks)
00:16
Fix several merge conflict issues from the previous check-in. ... (check-in: 1f915a6859 user: mistachkin tags: th1Hooks)
00:03
Merge updates from trunk. ... (check-in: f91d313169 user: mistachkin tags: th1Hooks)
2014-06-06
09:27
When doing "fossil user default <username>", don't try to check the current default user for validity. ... (check-in: 4306f0f3d6 user: jan.nijtmans tags: trunk)
07:19
A few additions of "const" keyword, reducing the number of compiler warnings when compiling with -Wwrite-strings ... (check-in: 0a754750ef user: jan.nijtmans tags: trunk)
07:10
Make "fossil version -v" report the right openssl version, even when it was linked dynamically with openssl and the openssl version was later upgraded. Remove some dead code and comments which are not true any more. ... (check-in: 48f1239eb2 user: jan.nijtmans tags: trunk)
2014-06-05
18:39
Update version of OpenSSL that is referred to in the makefiles. ... (check-in: 94c0eb9724 user: mistachkin tags: trunk)
08:12
Compatibility back to SQLite 3.7.17 (when configuring with --disable-internal-sqlite) ... (check-in: b6670e0545 user: jan.nijtmans tags: sqlite3-compat)
08:05
Remove the Cygwin-specific Makefile, as the option --disable-internal-sqlite has the same effect. Document this. ... (check-in: 5610dc4edf user: jan.nijtmans tags: trunk)
2014-06-04
19:59
Merged in close-cleanup-config after positive tests and feedback. ... (check-in: fc9970678e user: stephan tags: trunk)
19:53
Minor changelog addition. ... (check-in: 1e4f77d7b4 user: stephan tags: trunk)
18:45
Update the built-in SQLite to the 3.8.5 release. ... (check-in: 72328ae75d user: drh tags: trunk)
2014-06-03
19:42
Update the build instructions for Mac OS 10.2. ... (check-in: 481741f3f5 user: drh tags: trunk)
15:17
Merge in recent patches to the SQLite 3.8.5 beta. ... (check-in: 2ddb51c08f user: drh tags: trunk)
2014-06-02
20:10
actually, --date-override overrides --empty, not reverse ... (check-in: a01e2d147f user: jan.nijtmans tags: trunk)
14:52
Updates the built-in SQLite sources to the latest 3.8.5 beta. In particular, this update includes the new ".system" and ".once" commands to the SQLite command-line utility accessed via the "fossil sql" command. ... (check-in: 8bc47c1469 user: drh tags: trunk)
09:39
Fix comment, some formatting. ... (check-in: 74640de96e user: jan.nijtmans tags: trunk)
2014-06-01
04:17
Incorporate recent features/fixes. ... (Closed-Leaf check-in: 715a36c8ec user: andybradford tags: autosync-tries)
2014-05-31
22:22
Documented the new -empty flag. ... (check-in: 2a17ab66b2 user: stephan tags: trunk)
19:37
The 'new' and 'init' commands again create an initial checkin unless the (new) --empty flag is given or (as before) --date-override is used. ... (check-in: 3b66804d3f user: stephan tags: trunk)
16:37
Backout [636982a564], which incorrectly calculates aggregate disk checksums when selectively committing files for the initial checkin. ... (check-in: 1a0179abd7 user: joel tags: trunk)
15:34
Link to the manifest documentation from the core concepts. ... (check-in: 7ff74b20d6 user: andybradford tags: trunk)
2014-05-30
18:12
integrated wiki-keep-mimetype branch. ... (check-in: 52d242a73b user: stephan tags: trunk)
18:04
Renamed --format|-F to --mimetype|-M. Stumbled across a char-is-signed assumption and replaced it with (int). ... (Closed-Leaf check-in: 918d07bfac user: stephan tags: wiki-keep-mimetype)
16:52
Now only remove the ckout:... key if the repo db is writeable. May leave orphans in the config db for read-only repos, but it was doing that before, anyway. ... (Closed-Leaf check-in: 43eeab7c52 user: stephan tags: close-cleanup-config)
16:38
'close' now removes ckout:... entry from global config and repo. Possibly has unwanted side-effects, thus a branch. ... (check-in: 36cb9ec476 user: stephan tags: close-cleanup-config)
14:54
Allow multiple autosync attempts also for the branch and update commands. ... (check-in: 87d323d307 user: andybradford tags: autosync-tries)
03:09
Introduce the autosync-tries setting to control how many attempts autosync will try if there is a failure. Defaults to 1 which is the current behavior. Disabling autosync is still managed with the autosync setting. ... (check-in: 7653ab6342 user: andybradford tags: autosync-tries)
2014-05-28
20:24
Update the build-in SQLite from upstream. The "fossil sql" command now supports the ".shell" meta-command. ... (check-in: f6d3b81513 user: drh tags: trunk)
16:06
Added -R REPO to the timeline docs, per ML request. ... (check-in: dadbf7825a user: stephan tags: trunk)
03:55
Fixed an off-by-one error in print_person(). The original code extracted the leading '<' of the email address as part of the user name, putting an unmatched '<' into the git dump file, and breaking fast_import. This bug was only triggered by the user's contact information actually containing an email address. ... (check-in: de1921bad3 user: aku tags: trunk)
00:17
Fix a typo in the SCGI documentation. ... (check-in: 6a4127f3ed user: drh tags: trunk)
2014-05-27
23:40
Updates to the SCGI documentation. ... (check-in: 30a122a05e user: drh tags: trunk)
20:36
Correctly handle embedded documentation pages that contain characters that require HTTP encoding. ... (check-in: 5d4400400a user: drh tags: trunk)
2014-05-26
20:55
Fix a problem in the shell when importing CSV files. If the leftmost field of the first row in the CSV file was both zero bytes in size and unquoted, no data was imported. ... (check-in: 87130593e4 user: jan.nijtmans tags: trunk)
07:45
Give a warning when a to-be-committed text file has byte sequences which are not valid UTF-8. Can be disabled with "encoding-glob" setting. ... (check-in: 0cb00c0b8f user: jan.nijtmans tags: trunk)
2014-05-24
17:22
Update the built-in SQLite to the lastest 3.8.5 beta from trunk. ... (check-in: 85d2a1120e user: drh tags: trunk)
06:27
In "fossil sqlite", if three or more interrupt signals (control-c) are received in a row without a response from sqlite3_interrupt() then call exit(1) immediately. This allows control-C to interrupt the shell even if it is stuck in a computation or loop that does not involve the VDBE. ... (check-in: a74d100a12 user: jan.nijtmans tags: trunk)
02:23
Clarify the documentation on shunning happening automatically by default on a "pull" operation. ... (check-in: 03f0317c79 user: andybradford tags: trunk)
00:12
Minor correction to embedded document link to include relative path. ... (check-in: c11f57fa48 user: andybradford tags: trunk)
2014-05-23
11:01
pulled in trunk. ... (check-in: 6480287517 user: stephan tags: wiki-keep-mimetype)
05:07
Correct reference to the shun URL. ... (check-in: b2a8924eb2 user: andybradford tags: trunk)
2014-05-22
07:46
merge trunk ... (check-in: c7767cc123 user: jan.nijtmans tags: cleanX)
05:14
Merge in latest features and fixes. ... (check-in: fbc335d39f user: andybradford tags: autosync-tries)
04:47
Make room for extra argument in array. ... (check-in: bae2e57901 user: andybradford tags: trunk)
04:39
Make [/help?cmd=open|fossil open] and [/help?cmd=checkout|fossil checkout] aware of missing content too. ... (check-in: 941ead2f9a user: andybradford tags: trunk)
2014-05-20
06:03
Sync operations now commit each round-trip. ... (check-in: 16da1b6dff user: andybradford tags: trunk)
05:47
Avoid misinterpretation of operator. ... (Closed-Leaf check-in: bfdc38243f user: andybradford tags: per-round-trip-commit)
05:23
Process xfer-ticket-script for each round-trip to avoid lost hook invocations (thanks to Jan Nijtmans for catching this). ... (check-in: 28a24c4ba6 user: andybradford tags: per-round-trip-commit)
2014-05-19
09:56
Fix a compiler warning. ... (check-in: c543079b87 user: drh tags: trunk)
09:16
Prevent error-message for "fossil diff --tk" in combination with -v/--verbose/--interactive/--side-by-side (which are already implied by --tk) ... (check-in: c060947196 user: jan.nijtmans tags: trunk)
07:38
[/help?cmd=new|fossil new] no longer creates an initial empty commit by default (but it still does when using --date-override). The first commit after checking out a new empty repository will become the initial commit. ... (check-in: cac91b6cd1 user: jan.nijtmans tags: trunk)
2014-05-17
15:48
Correct description in comment (no code change). ... (check-in: 9f33dbae40 user: andybradford tags: autosync-tries)
2014-05-14
16:53
doc improvement. ... (check-in: e1a0de7575 user: stephan tags: wiki-keep-mimetype)
16:39
Added --format MIMETYPE flag to (wiki create|commit) and /json/wiki/save. ... (check-in: 8f2d9e6923 user: stephan tags: wiki-keep-mimetype)
16:05
minor doc correction. ... (check-in: ec44f61a83 user: stephan tags: trunk)
2014-05-09
09:34
[/help/stash|stash gdiff] now honors the "g" in gdiff. ... (check-in: cd5a7e1290 user: stephan tags: trunk)
08:55
merge trunk ... (Closed-Leaf check-in: 0aa20efb96 user: jan.nijtmans tags: no-initial-commit)
08:44
A "fossil checkout" when the current check-out is the empty checkout (vid=0) should delete the vfile table. ... (check-in: 0c9b1fb412 user: jan.nijtmans tags: trunk)
08:28
merge trunk ... (check-in: 6f099294a5 user: jan.nijtmans tags: no-initial-commit)
07:34
Bug-fix: Function unsaved_changes() doesn't check for changes when there is an empty checkout. ... (check-in: f7d9413ccf user: jan.nijtmans tags: trunk)
03:03
Correction in comment, no change in functionality. ... (check-in: 4cfe13e962 user: andybradford tags: per-round-trip-commit)
2014-05-08
10:25
rebase ... (check-in: 3ef59c357c user: jan.nijtmans tags: no-initial-commit)
05:52
Abort update or merge operation if there is content missing from files. Add --force-missing option to allow override if desired. ... (check-in: f2adddfe60 user: andybradford tags: per-round-trip-commit)
2014-05-07
04:00
Make error message less redundant. ... (check-in: d02f144d70 user: andybradford tags: per-round-trip-commit)
2014-05-05
07:26
Abort the update if autosync fails. ... (check-in: 8478bfe27e user: andybradford tags: per-round-trip-commit)
04:50
Restore variable definitions at the top of the block. ... (check-in: 21f6dc9571 user: andybradford tags: per-round-trip-commit)
03:54
Don't exit fatally during http_exchange, but return an error so partial sync can also be handled on network errors. ... (check-in: 1317331eed user: andybradford tags: per-round-trip-commit)
2014-05-03
15:01
Use macro instead of number. ... (check-in: ccc2bb7366 user: andybradford tags: per-round-trip-commit)
05:58
Commit more frequently during a sync operation to minimize number of times content must be requested when sync failures occur. ... (check-in: c2a69336fd user: andybradford tags: per-round-trip-commit)
2014-05-02
09:34
merge trunk ... (Closed-Leaf check-in: 39375fa3b6 user: jan.nijtmans tags: invalid-utf8)
08:23
Backout [1aef260f4c0a0fc74f45f624eb0cbe92b98bf6e8|1aef260f4c]: "Honor timezones in imports from git", per ML thread ... (check-in: 77f53423ae user: jan.nijtmans tags: trunk)
2014-05-01
08:06
[/help?cmd=new|fossil new] no longer (by default) creates an initial empty commit. The first commit after initializing a new repository will become the initial commit, and it doesn't need to be empty any more. If you specify --date-override, an initial commit with the specified date still will be created. ... (check-in: f2c8b4f375 user: jan.nijtmans tags: no-initial-commit)
2014-04-30
21:43
Fixed an assertion triggered via test-name-changes when symbolic name resolution fails. ... (check-in: 25b2a809cd user: stephan tags: trunk)
19:16
merge trunk ... (check-in: c1b6fd36a1 user: jan.nijtmans tags: cleanX)
18:02
Typo fix (thanks to Joe P). ... (check-in: 003db810a2 user: stephan tags: trunk)
17:36
changelog update for root-user enhancement. ... (check-in: 3fd9599210 user: stephan tags: trunk)
16:35
Merged in fix from Andy B. which resolves mis-resolution of db file name when fossil is run as root (chroot-related). Haiku OS runs everything as root. ... (check-in: 5e47d555e4 user: stephan tags: trunk)
07:54
On second thought, make this also work for fossil server as well which has the same problem. ... (Closed-Leaf check-in: 644e78cc89 user: andybradford tags: pending-review)
07:43
If Openssl is available, use its sha1 implementation. Suggested by Baruch Burstein. ... (check-in: 379309b6da user: jan.nijtmans tags: trunk)
07:11
Minor cleanup (no change in functionality). ... (check-in: b5e0937518 user: andybradford tags: pending-review)
07:07
Potential fix to allow fossil ui to be run as root---reopen the database after dropping privileges. ... (check-in: d5432cf6c3 user: andybradford tags: pending-review)
2014-04-29
21:29
Make MinGW(-w64) compile work with USE_SYSTEM_SQLITE = 1. Only works if you have a static libsqlite3.a in your compiler environment. ... (check-in: d00f2cfa80 user: jan.nijtmans tags: trunk)
18:02
Rebuild now sets user.mtime if it is NULL, per ML thread. ... (check-in: 6fdf91d793 user: stephan tags: trunk)
17:32
Added the test-rename-list webpage. ... (check-in: 09f82acd13 user: drh tags: trunk)
11:48
Possible fix for [56bafbab54]: unable to use network drive. Theory is that the AccessCheck() call failes because there are more than one Privileges in use. See: [http://msdn.microsoft.com/en-us/library/windows/desktop/aa374815%28v=vs.85%29.aspx] ... (check-in: 969f0a2611 user: jan.nijtmans tags: trunk)
11:03
Use file_access in stead of win32_access in some places, and fix function signature of win32_chdir(). ... (check-in: f6ac1ff032 user: jan.nijtmans tags: trunk)
10:19
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. ... (check-in: 503482a2c6 user: jan.nijtmans tags: trunk)
08:11
merge cleanX ... (check-in: 820b10f776 user: jan.nijtmans tags: cleanX-no-clean-glob)
07:15
merge trunk ... (check-in: 791cebc129 user: jan.nijtmans tags: cleanX)
00:31
Set the mtime column of the USER table on a self-registration. ... (check-in: a9235f4cc4 user: drh tags: trunk)
2014-04-28
12:24
Remove unneeded variable: Since could_be_utf16() calls starts_with_utf16_bom() it can be deduced that for Unicode text, bRevUnicode always has the same value as bRevUtf16. The comments on the variables already suggested that. ... (check-in: 09f2386328 user: jan.nijtmans tags: trunk)
11:00
Fix function same_dline_ignore_allws(), for the case where one side of the diff was an empty line. Example where it went wrong: [/fdiff?v1=d5e0c2dc93&v2=7ee7dd0a42&sbs=1&w] ... (check-in: 1274c97d70 user: jan.nijtmans tags: trunk)
10:26
Use file_access(..., F_OK) in stead of file_access(..., 0) everywhere, in case some platforms exist where F_OK != 0. Remove a few end-of-line spaces. ... (check-in: 9df71fe36c user: jan.nijtmans tags: trunk)
09:25
Simplify some usage of if-statements. No change of functionality. ... (check-in: 7458a18894 user: jan.nijtmans tags: trunk)
07:47
Implement determination of LOOK_INVALID flag for UTF-8 byte sequences. Not used in fossil yet. ... (check-in: 5f24da1360 user: jan.nijtmans tags: trunk)
2014-04-26
01:54
Remove an unused variable. ... (check-in: f1ed720a84 user: drh tags: trunk)
01:20
Move variable declarations for MSVC. ... (check-in: a050cd09e6 user: joel tags: trunk)
2014-04-25
21:56
Add a web-page for viewing the status of the web cache. Accessible as a submenu off of the stat page. ... (check-in: 05477b2e06 user: drh tags: trunk)
21:34
Add a mention of the "fossil cache" command to the server load management discussion on the "server.wiki" page. And mention "fossil cache" in the change log. Documentation changes only. ... (check-in: 34ea8daf90 user: drh tags: trunk)
21:18
Make the "fossil cache" command an accessory that only shows up when doing "fossil help --all". Remove unused variables from the implementation. ... (check-in: c7194b668b user: drh tags: trunk)
21:11
Add a cache that will save /zip and /tarball objects and reissue them from cache when requested a second time. The "fossil cache" command is used to control the cache. Turned off by default and must be enabled using "fossil cache init". ... (check-in: 450b62ff3a user: drh tags: trunk)
15:03
Fix handling of overlong UTF-8 forms: All overlong forms except 0xC0 0x80 (\u0000) are considered invalid. Run same test-cases as on trunk, which now contains various overlong UTF-8 sequences, as proof that everything is correct. ... (check-in: 636da047cc user: jan.nijtmans tags: invalid-utf8)
11:00
More UTF-8-related test-cases ... (check-in: 621f98657d user: jan.nijtmans tags: trunk)
08:38
Add a commit warning when a to-be-committed file contains invalid UTF-8 byte-sequences. See: [http://en.wikipedia.org/wiki/UTF-8#Invalid_byte_sequences]. This warning can be disabled by the "encoding-glob" setting. Implements determination of LOOK_INVALID flag determination when text is otherwise assumed to be UTF-8 and adds test-cases for it. ... (check-in: 79341394e2 user: jan.nijtmans tags: invalid-utf8)
2014-04-24
14:21
Use sqlite3_sleep() instead with a shorter wait. ... (check-in: 714f3ec379 user: andybradford tags: autosync-tries)
09:59
merge cleanX ... (check-in: f7fd7d0ac8 user: jan.nijtmans tags: cleanX-no-clean-glob)
08:12
merge trunk ... (check-in: 9d969db8a4 user: jan.nijtmans tags: cleanX)
07:21
Move glob_match(pKeep) out of the locate_unmanaged_files()/vfile_dir_scan() functions. This allows a note to be printed (with -v/--verbose) which explains why "fossil.exe" is not deleted by 'fossil clean -f --ignore ""'. No change of functionality (except for the addition of the note) ... (check-in: 389d0d7939 user: jan.nijtmans tags: trunk)
2014-04-23
16:47
Improvements to user management: (1) Provide a textarea for entering contact information. (2) Disable superfluous entry boxes for special users. (3) Give an error when creating a duplicate login name. ... (check-in: 1b4b8a95b2 user: drh tags: trunk)
14:14
Add option -W|--width to "[/help?cmd=stash|fossil stash ls]" and "[/help?cmd=leaves|fossil leaves]" commands. ... (check-in: fa6ece72b6 user: jan.nijtmans tags: trunk)
11:03
Avoid the use of strcpy() as this upsets OpenBSD. ... (check-in: 3f487aca8a user: drh tags: trunk)
2014-04-22
17:22
Reword the message printed on the /info page when the UUID is not found and is less than 4 characters. ... (check-in: 36ffa749f0 user: drh tags: trunk)
15:15
Add the test-ambiguous command for finding ambiguous SHA1-hash abbreviations. ... (check-in: 2aaae64a59 user: drh tags: trunk)
13:57
Experimental change to add a "nodesc" query parameter to pages like /artifact that suppresses the sometimes length description of what the artifact is used for. ... (Closed-Leaf check-in: b794218f01 user: drh tags: nodesc-option)
12:51
Handle short UUID collisions for events, tickets and other artifacts in the /info page. ... (check-in: 49467d2a49 user: drh tags: trunk)
12:44
Increase the version number to 1.29 with the idea that we might do a new release soon. Fill out the change-log for version 1.29. ... (check-in: 61c66596e8 user: drh tags: trunk)
12:07
Fix the "SaveAs" button on the "diff --tk" viewer so that the "Cancel" button works. ... (check-in: 7440633e81 user: drh tags: trunk)
10:01
Make sure SQLITE_TESTCTRL_BYTEORDER is defined. ... (Closed-Leaf check-in: 4778b1d07a user: jan.nijtmans tags: branch-1.28)
09:43
[a138dc97fc]: Fix a potential segfault when the SSH_CONNECTION environment variable is defined. [http://www.sqlite.org/src/info/9d2ae6342c|9d2ae6342c]: In the command-line shell, run set writable_schema before running the ".clone" command. ... (check-in: d7889a2e83 user: jan.nijtmans tags: branch-1.28)
06:56
Use SQLITE_UTF8 in stead of SQLITE_ANY everywhere, because SQLITE_ANY is deprecated in later SQLite and fossil uses UTF-8 everywhere anyway. ... (check-in: 2c95802cfc user: jan.nijtmans tags: trunk)
2014-04-21
18:41
Compatibility with SQLite 3.8.2 as external library ... (check-in: 09472e8897 user: jan.nijtmans tags: sqlite3-compat)
13:24
Update the built-in SQLite to 3.8.5 alpha, including all of the latest performance enhancements and bug fixes. ... (check-in: 88aa2e375a user: drh tags: trunk)
13:19
Remove the "TIP:" in the commit message prompt in an effort to reduce "warning fatigue". ... (check-in: 7ca6ce030d user: drh tags: trunk)
07:43
If autosync fails, try again to defined maximum with a 1 second sleep between failures. ... (check-in: fae1eca8f6 user: andybradford tags: autosync-tries)
2014-04-20
19:31
Fix typo and avoid nested double quotes in wiki format guide. ... (check-in: 8a5f192b40 user: andygoth tags: trunk)
19:05
Fix CSS typo to correct alignment of "th" labels (s/tale/label/). ... (check-in: 8b3f1b5b25 user: andygoth tags: trunk)
18:48
Missing "#else" ... (check-in: b418a7ebbe user: jan.nijtmans tags: trunk)
08:40
Cherry-pick a few more bug-fixes from SQLite trunk, the same ones that are also backported to the SQLite 3.7.4.3 Cygwin build. See: [http://osdir.com/ml/sqlite-users/2014-04/msg00366.html]. For me those all are important enough so they should appear in the next SQLite release. ... (check-in: 1b2c7acd69 user: jan.nijtmans tags: trunk)
2014-04-19
22:47
Fix a potential segfault when the SSH_CONNECTION environment variable is defined. ... (check-in: a138dc97fc user: drh tags: trunk)
2014-04-15
09:40
Cherry-pick [http://www.sqlite.org/src/info/1277932b7e8bb36c7070ffafbf110a8e128c267b|1277932b7e]: Fix a harmless compiler warning that crops up with SQLITE_MAX_MMAP_SIZE=0. ... (check-in: 53aea235fa user: jan.nijtmans tags: trunk)
2014-04-14
22:50
In-editor note re: empty commit msg allowing chance to abort commit. Per suggestion by David Given on fossil-users@ mailing list. ... (check-in: 0484ccf2e9 user: bch tags: trunk)
20:30
explain how empty commit msg affects commit process ... (check-in: 724a544591 user: bch tags: trunk)
14:20
Potential resolution of conflict with [64aa75260f] which causes the default-user setting to be ignored. Attempt to set default user from config if defined. ... (Closed-Leaf check-in: 9f2a03bbb8 user: andybradford tags: default-user)
14:19
Enable interface to alter default-user setting. ... (check-in: cd5f3be51e user: andybradford tags: default-user)
13:03
merge trunk. Add support for extended UNC paths as well. ... (check-in: 9d4a73cb40 user: jan.nijtmans tags: win32-longpath)
2014-04-11
21:30
Added new /reports page: byweekday. Most tags and commits happen on Thursdays. Most tickets on Wednesdays. ... (check-in: 2cf6304bc3 user: stephan tags: trunk)
18:12
Merge in latest fixes. ... (Closed-Leaf check-in: 5460b0cfa2 user: andybradford tags: short-uuid)
15:44
Refactored ATTACHMENT crosslinking a bit to remove some duplicate code (tested on libfossil repo). Replaced free() with fossil_free() (consistency). Added fossil_is_uuid(), the c-string counterpart of blob_is_uuid(). ... (check-in: b7ff537dca user: stephan tags: trunk)
2014-04-10
15:16
Cherry-pick [f2ebd7e52d16891bdbf2eb423891ad007e744f61|f2ebd7e52d]: Make use of a recursive query capability (if available) to replace the compute_ancestors() function with a single query. ... (check-in: 52d8026045 user: jan.nijtmans tags: branch-1.28)
08:36
Add test-cases for function file_relative_name(), three of them failing without [565ba734d2] ... (check-in: 1762a72f0e user: jan.nijtmans tags: trunk)
2014-04-09
21:55
Cherry-pick [c5b86115de]: Update version of OpenSSL that is referred to in the makefiles. Cherry-pick [565ba734d2]: Fix "fossil extras" when a "extra" entry matches partly with current directory name (reported by j. van den hoff). ... (check-in: c779b68904 user: jan.nijtmans tags: branch-1.28)
20:35
Fix "fossil extras" when a "extra" entry matches partly with current directory name (reported by j. van den hoff) ... (check-in: 565ba734d2 user: jan.nijtmans tags: trunk)
2014-04-08
14:10
Fix handling of directory link in /dir page, which was broken by [b34fda9692] ... (check-in: 4cb4fd1a8d user: jan.nijtmans tags: trunk)
09:37
Simplify UUID handling in ticket UI. No functional change. ... (check-in: b18f3a5cfb user: jan.nijtmans tags: trunk)
05:52
Make error message more obvious when short UUID length is less than 4. ... (check-in: 4b1b56c99c user: andybradford tags: short-uuid)
05:46
Restore original order in case this was intentional for the reason that tickets are more likely to be found than events. ... (check-in: 53072ae878 user: andybradford tags: short-uuid)
05:23
Output information on ambiguous event match. ... (check-in: aa10e75656 user: andybradford tags: short-uuid)
04:34
This function also is no longer needed at this point. ... (check-in: 8b9b44515e user: andybradford tags: short-uuid)
04:32
Use function more specific to detecting collisions to catch events, tickets and other types in blob. ... (check-in: ae6f27004b user: andybradford tags: short-uuid)
2014-04-07
21:07
Update version of OpenSSL that is referred to in the makefiles. ... (check-in: c5b86115de user: mistachkin tags: trunk)
19:08
Fix fossil test-th-eval 'expr 0+0x0bc': TH_ERROR: expected number, got: "0x0bc" ... (check-in: b153caf67e user: jan.nijtmans tags: trunk)
12:35
Put more long UUID's in hyperlinks, without modifying the visible appearance in the UI. ... (check-in: b34fda9692 user: jan.nijtmans tags: trunk)
2014-04-06
04:51
Show short UUID collisions also for tickets and not just ticket changes. Reported on ML. ... (check-in: 0066d6c6a9 user: andybradford tags: short-uuid)
2014-04-04
12:18
Cherry-pick [ee1aa460a4]: Fix using the unary bitwise NOT operator in TH1. Update to SQLite 3.8.4.3 ... (check-in: 97608a6b57 user: jan.nijtmans tags: branch-1.28)
12:11
Update to SQLite 3.8.4.3 ... (check-in: b37a28228c user: jan.nijtmans tags: trunk)
11:07
Another test-case which gave an expected error-message, with fix: before: $ fossil test-th-eval "expr 0+0b" TH_ERROR: syntax error in expression: "0+0b" after: $ ./fossil test-th-eval "expr 0+0b" TH_ERROR: expected number, got: "0b" ... (check-in: b78ae90a84 user: jan.nijtmans tags: trunk)
11:01
unused variable ... (check-in: 0f3ed70be4 user: jan.nijtmans tags: trunk)
10:57
Code simplification. No change in functionality. ... (check-in: 8d627980aa user: jan.nijtmans tags: trunk)
10:20
Fix error-handling in parsing of binary/octal/hex integers for th1. Add test-cases for it. ... (check-in: 99901fbf79 user: jan.nijtmans tags: trunk)
08:48
Fix one situation in which integers still could fool the number parser. Add test-case for it. ... (check-in: 9fdc7a0413 user: jan.nijtmans tags: trunk)
08:16
Fix error-handling in parsing of binary/octal/hex integers for th1. Add test-cases for it. ... (check-in: a306f771d8 user: jan.nijtmans tags: trunk)
2014-04-03
19:13
Enhance the 'fossil extras' and 'fossil all extras' commands using the new --header option to get them to print the associated repository first. ... (check-in: 69974aaa19 user: mistachkin tags: trunk)
15:14
Add support for hex (0x), octal (0o) and binary (0b) integers, just as Tcl. Adapted from patch provided by Sergei Gavrikov. ... (check-in: 1f6734c30b user: jan.nijtmans tags: trunk)
13:37
Enhance the --tk option on diff so that it works with special characters (like "\" and "}") in the filename. ... (check-in: 544d22139d user: drh tags: trunk)
07:05
Fix highlight algorithm when used in combination with "Ignore Whitespace" ... (check-in: c23190a61d user: jan.nijtmans tags: trunk)
2014-04-02
12:57
Fix --with-tcl build broken by [d77b7ed1a0]. Because FOSSIL_ENABLE_TCL was defined always (either as "1", either as "@FOSSIL_ENABLE_TCL@", selection on it in the Makefile makes no sence anyway. ... (check-in: a8e3ede965 user: jan.nijtmans tags: trunk)
07:05
Change a fatal into a warning, allowing to continue file conversion for other files. Also clean-up internal blobs when this happens. ... (check-in: b763c3c3eb user: jan.nijtmans tags: trunk)
06:58
Fix build with default Makefile for platforms which don't have getloadavg() function (e.g. Haiku/Cygwin). Patch provided by Joseph Prostko. ... (check-in: 7023de9504 user: jan.nijtmans tags: trunk)
06:55
Remove @FOSSIL_ENABLE_TCL@ references in Makefile*.in: It doesn't work when tcl is not enabled, and it has no function anyway because the definition in autoconfig.h is really what matters. ... (check-in: d77b7ed1a0 user: jan.nijtmans tags: trunk)
03:30
Call fossil_fatal() when fossil_fopen fail on commit_warning(). This fix SIGSEGV when converting CR/NL where files are read-only. (reported on ML) ... (check-in: c3d09540dd user: mgagnon tags: trunk)
2014-04-01
22:28
Fix using the unary bitwise NOT operator in TH1. ... (check-in: ee1aa460a4 user: mistachkin tags: trunk)
19:52
Add the "Invert" button to the --tk diff display. ... (check-in: cf52a9ab7b user: drh tags: trunk)
18:43
Get the "fossil cat" command working outside of a check-out using the -R option. This is an alternative implementation to the fix-cat-dash-R branch that avoids adding a new global variable. ... (check-in: ebe97b79f2 user: drh tags: trunk)
2014-03-31
18:57
Merge trunk.. including use of the urlData object the global "g" variable which fix byte alignment problem.. ... (Closed-Leaf check-in: 7cb29889ca user: mgagnon tags: fix-cat-dash-R)
17:31
Fixed json.c for g.url changes which could not have been caught by search/replace b/c they are macro-generated. ... (check-in: bcae843a3f user: stephan tags: trunk)
16:48
Get rid of the GLOBAL_URL() kludge. Change the global "g" variable to contain an instance of the UrlData object instead of individual fields of the UrlData object. ... (check-in: 5fdad9bd8c user: drh tags: trunk)
13:02
Use full-length SHA1 hashes on the "ambiguous" webpage. ... (check-in: 42e66c1a17 user: drh tags: trunk)
12:59
Add missing db_finalize() statements. ... (check-in: 07e93f3854 user: drh tags: trunk)
10:30
Use long UUID's in more hyperlinks, without affecting UI display. ... (check-in: b0d9468bff user: jan.nijtmans tags: trunk)
2014-03-29
09:03
s/free()/fossil_free()/, for consistency. ... (check-in: c94df7244a user: stephan tags: trunk)
2014-03-28
17:45
Re-added a short doc snippet accidentally cut out by [ec03c3149a]. ... (check-in: 045975f6f7 user: stephan tags: trunk)
08:18
Use full UUID's in more hyperlinks, e.g. regarding attachments. Remove unused function. ... (check-in: ec03c3149a user: jan.nijtmans tags: trunk)
07:12
Update to SQLite 3.8.4.2. No need for "win32-longpath" any more for Cygwin. ... (check-in: 2ae080c1a3 user: jan.nijtmans tags: branch-1.28)
02:28
Fix inconsistent naming between the 'fossil extras' and 'fossil all extra' commands. Add the --showfile option to the 'fossil all' command. ... (check-in: 7afbb70310 user: mistachkin tags: trunk)
2014-03-27
10:22
Update to SQLite 3.8.4.2 ... (check-in: cf0b0e5063 user: jan.nijtmans tags: trunk)
10:11
Fix (not so harmless) gcc compiler warning. ... (check-in: 22d7996f8c user: jan.nijtmans tags: trunk)
09:36
With 'fossil clean -x', prompt for any files not matching any of --ignore/--clean/--keep. This is actually what gives 'fossil clean -x' added value above 'fossil clean --ignore ""'. ... (check-in: 7695a718be user: jan.nijtmans tags: cleanX)
09:06
merge trunk ... (check-in: a40d3f90eb user: jan.nijtmans tags: cleanX)
2014-03-26
21:54
Fix problem when using "fossil cat" when specifying repository via command line argument (with -R) (reported on ML) Problem was the use of file_tree_name() which call db_must_be_within_tree(). Add a variable in the Global structure 'g' to remember if -R|--repository argument was specified and don't call file_tree_name() if it's the case (since user expect file relative to repository. (Pending review...) ... (check-in: dc10f8d74c user: mgagnon tags: fix-cat-dash-R)
11:58
3 more "full UUID" cases ... (check-in: f46482a905 user: jan.nijtmans tags: trunk)
11:03
Use full UUID's in hyperlinks ... (check-in: a16236e70d user: jan.nijtmans tags: trunk)
2014-03-24
16:30
Added some docs for the name/uuid params for /zip. ... (check-in: 4adcd4f4f5 user: stephan tags: trunk)
2014-03-23
17:15
merge cleanX ... (check-in: 1d54c02400 user: jan.nijtmans tags: cleanX-no-clean-glob)
17:14
Added some text to the /tar help, per ML suggestion. ... (check-in: 7ba06f150c user: stephan tags: trunk)
16:13
Remove some dead code (matchKeep is always false) and improve efficiency (only do glob_match() when extremeFlags is set, otherwise we already know it will be false) ... (check-in: b0b723fbff user: jan.nijtmans tags: cleanX)
10:11
Make "fossil clean -x" less dangerous by respecting the "keep-glob" setting. Fix a few historical merge errors ... (check-in: a5c85348c6 user: jan.nijtmans tags: cleanX)
09:52
update changes.wiki for the branch-1.28 branch ... (check-in: 0e40f659ab user: jan.nijtmans tags: branch-1.28)
09:46
Cherry-pick [684eb478e7] Fix the SCGI processing so that it works with Nginx ... (check-in: 26eb153988 user: jan.nijtmans tags: branch-1.28)
09:45
cherry-pick [bfdabaecc8]: Fix the EXPLAIN indenter in the command-line shell to correctly handle NextIfOpen and PrevIfOpen opcodes ... (check-in: 67f148537f user: jan.nijtmans tags: branch-1.28)
09:42
merge trunk ... (check-in: d7f04ea46f user: jan.nijtmans tags: cleanX)
2014-03-22
11:33
Fix the SCGI processing so that it works with Nginx. ... (check-in: 684eb478e7 user: drh tags: trunk)
08:04
Add --strip-trailing-cr option to [/help?cmd=diff|fossil (g)diff] and [/help?cmd=stash|fossil stash diff]. Make option -w|--ignore-all-space (for [/help?cmd=annotate|fossil annotate], [/help?cmd=blame|fossil blame], [/help?cmd=diff|fossil (g)diff], [/help?cmd=stash|fossil stash diff]) work the same as its "gnu diff" counterpart. ... (check-in: e753ce8310 user: jan.nijtmans tags: trunk)
2014-03-21
12:12
Remove left-over half-a-sentence ... (check-in: 9b7298b74f user: jan.nijtmans tags: trunk)
10:23
fixed a small lie. ... (check-in: 0829160c5f user: stephan tags: trunk)
10:20
More update/checkout doc additions. ... (check-in: 3f8b6efa2f user: stephan tags: trunk)
10:08
Cherry-pick SQLite [http://www.sqlite.org/src/info/01944c53f5|01944c53f5]: Fix the EXPLAIN indenter in the command-line shell to correctly handle NextIfOpen and PrevIfOpen opcodes. ... (check-in: bfdabaecc8 user: jan.nijtmans tags: trunk)
09:06
On Cygwin, extend the "win32" max path length to 4096 in stead of reducing the "win32-longpath" max path length to 4096. (why didn't I think of that earlier....). One less "#if defined(__CYGWIN__)" in the code, because it eliminates the need for the "win32-longpath" VFS on Cygwin altogether. ... (check-in: 4f4b15aba8 user: jan.nijtmans tags: trunk)
08:49
Added a brief clarification of using update/checkout to switch versions, based on ML thread. ... (check-in: cd4301ce44 user: stephan tags: trunk)
2014-03-19
12:33
Workaround for failing mmap on Cygwin, actually an SQLite problem reported here: [http://osdir.com/ml/sqlite-users/2014-03/msg00341.html]. Not fixed yet on SQLite trunk (3th segment of suggested patch is not applied yet). ... (check-in: d35d075328 user: jan.nijtmans tags: trunk)
2014-03-18
15:59
Since file_simplify_name() already was modified to handle the extended path prefix correctly [95f004b1c535c545], this special Cygwin handling is no longer necessary. ... (check-in: e35dbea1e3 user: jan.nijtmans tags: trunk)
14:52
remove unused variable ... (check-in: dfca123729 user: jan.nijtmans tags: trunk)
08:39
merge trunk ... (Closed-Leaf check-in: 5efa7d2e62 user: jan.nijtmans tags: strip-trailing-cr)
2014-03-17
21:05
Added a pedantic catch for a corner case which never happens (for porting's sake). ... (check-in: 7413229200 user: stephan tags: trunk)
14:15
skip some tests when running inside of an open checkout. ... (check-in: 36a8d91d0c user: jan.nijtmans tags: trunk)
13:12
Eliminate DIFF_INLINE flag (which is 0 anyway, no longer necessary). Strip end-of-line CR's in json_wiki_diff page as well. ... (check-in: e6309e051b user: jan.nijtmans tags: trunk)
12:47
Make stripping of end-of-line CR work correctly now (REALLY!) ... (check-in: 597d1101b4 user: jan.nijtmans tags: trunk)
11:46
Update changes.wiki (-b|--ignore-space-change not implemented, I doubt anyone would need this) ... (check-in: dc981860ee user: jan.nijtmans tags: strip-trailing-cr)
11:34
Make -w|--ignore-all-space option work the same as the GNU diff option with the same name. ... (check-in: a7a61cdd6f user: jan.nijtmans tags: strip-trailing-cr)
2014-03-16
17:06
Removed some report format help text which refers to non-/no-longer existent SQL functions wiki() and tkt(). ... (check-in: 6bbcfec27b user: stephan tags: trunk)
10:33
Fix the display of all web-pages which contain annotation- or diff-like sections for the case windows-style line endings are used: The CR's should be stripped in those cases. ... (check-in: 1472cd811f user: jan.nijtmans tags: trunk)
10:17
Restructured the wiki format parser's ATTR_ and AMSK_ macros to enums to simplify extension. Tried to add data-* attribute support but assumptions about attributes in the parser make it not worth the effort. ... (check-in: 0652717eb0 user: stephan tags: trunk)
09:06
Added missing int return. Reported on ML. ... (check-in: d6bd38fa5c user: stephan tags: trunk)
2014-03-15
21:08
For SSH URLs don't explicitly kill SSH with SIGINT, but let close kill process. Observed as a "Killed by signal 2." error on FreeBSD. ... (check-in: 0e8f0bc317 user: andybradford tags: trunk)
15:03
If a wiki page begins with &lt;title&gt; then render that as &lt;h1 align='center'&gt; when rendering the whole page. For the "doc" URI, continue to extract the title and use it as the overall page title, as we have always done. This only effects wiki rendered in pages like "artifact". ... (check-in: d8586b5670 user: drh tags: trunk)
14:35
Fix the "artifact" URL to render markdown text automatically. ... (check-in: 60019ce7d9 user: drh tags: trunk)
2014-03-14
20:49
Fix the display of unified-diff lines on web pages when the files being compared have windows-style line endings. ... (check-in: e2e8531ba7 user: drh tags: trunk)
16:20
When compiled on Cygwin using --disable-internal-sqlite, this special Cygwin handling is no longer necessary (SQLite 3.8.4.1 Cygwin build already handles that). ... (check-in: 625297ab91 user: jan.nijtmans tags: trunk)
13:57
Enhance the "whatis" command to report on attachments and to include raw tags so that cluster artifacts are identified. Add the "test-whatis-all" command to run "whatis" on every artifact in the repository. ... (check-in: 5cdc39dc2d user: drh tags: trunk)
12:30
Enhance the "whatis" command so that if given an ambiguous SHA1 hash prefix it shows "what is" all possible values for that hash prefix. ... (check-in: 933904fe70 user: drh tags: trunk)
09:42
Minor help text improvement suggested on ML. ... (check-in: a2400a0192 user: stephan tags: trunk)
2014-03-13
21:06
merge trunk ... (check-in: d88d1bc0f6 user: jan.nijtmans tags: win32-longpath)
14:32
Merge trunk. Split same_dline() in 3 different functions. Ongoing. ... (check-in: a915aa03b3 user: jan.nijtmans tags: strip-trailing-cr)
13:17
Backout [e6d3e878a9]: Clicking on timeline nodes for displaying a diff doesn't work any more with this change (Sorry, Stefan!). ... (check-in: afcdc6ce81 user: jan.nijtmans tags: trunk)
12:55
merge trunk (ongoing) ... (check-in: 2e45fb7b39 user: jan.nijtmans tags: strip-trailing-cr)
12:23
Add support for HTTP Basic Authentication to clone and sync. ... (check-in: 5d536c51b6 user: drh tags: trunk)
11:58
Fix the stash so that it remembers added files and readds them when the stash is applied. ... (check-in: db052aa4c6 user: drh tags: trunk)
2014-03-12
04:12
Accidentally removed a newline with vi's shift-j. No change in functionality. ... (Closed-Leaf check-in: ef27b0059a user: andybradford tags: stash_add)
04:08
Make stash_apply handle new files and put them in an ADDED state. ... (check-in: c2d748ae2c user: andybradford tags: stash_add)
2014-03-11
23:34
Always define variables at block start ... (check-in: 1c9e023382 user: jan.nijtmans tags: trunk)
23:23
For initial non-empty check-ins (without parent but with F-cards), add "Changes" section to "ci" page, except for the "patch" button (which is the only thing that doesn't work anyway) ... (check-in: 79c90ac4a4 user: jan.nijtmans tags: trunk)
22:26
update changes.wiki ... (check-in: 927257ea56 user: jan.nijtmans tags: branch-1.28)
22:07
Update to SQLite 3.8.4.1 ... (check-in: 8dcb40d880 user: jan.nijtmans tags: branch-1.28)
22:06
Update to SQLite 3.8.4.1 ... (check-in: b93b3e8f98 user: jan.nijtmans tags: trunk)
21:05
Wrapped the timeline-rendering JS in an anonymous function so that it no longer pollutes the global namespace. Added "type" tag to the script (required by HTML4, optional in HTML5). ... (check-in: e6d3e878a9 user: stephan tags: trunk)
05:05
Merge in latest load average enhancement (very nice), and other cleanup. ... (Closed-Leaf check-in: 75406df207 user: andybradford tags: http-auth)
2014-03-10
21:51
Update internal SQLite to version 3.8.4 ... (check-in: 92f31e01d4 user: jan.nijtmans tags: branch-1.28)
21:42
Update the custom MinGW makefile. ... (check-in: fd223e5ec7 user: mistachkin tags: trunk)
20:49
Update SQLITE_SOURCE_ID to EXACT 3.8.4 version; char() bugfix was still missing ... (check-in: b1aad7a071 user: jan.nijtmans tags: trunk)
08:49
GNU diff doesn't translate \t to whitespace and strip eol-spacing from diff output (when using -w/-Z options), so "fossil diff" shouldn't do that either. ... (check-in: ac3fcebb19 user: jan.nijtmans tags: trunk)
08:32
Cygwin doesn't have getloadavg() ... (check-in: bae235bf1a user: jan.nijtmans tags: trunk)
00:22
Fix a busted hyperlink in the previous change to server.wiki. ... (check-in: 60774eb33f user: drh tags: trunk)
2014-03-09
23:43
Add documentation (at [/doc/trunk/www/server.wiki#loadmgmt]) on how to use the new load-average limiter feature. ... (check-in: 936fdaeef7 user: drh tags: trunk)
23:04
Add the "max-loadavg" setting to the "setting" command. Add "setting" and "unset" to the "all" command so that max-loadavg can be quickly changed on all repos of a large server installation. ... (check-in: 1847552c92 user: drh tags: trunk)
22:33
If getloadavg() fails, return 0.0 as function result in stead of a random number ... (check-in: 1707129a87 user: jan.nijtmans tags: trunk)
16:25
When a request is denied due to excessive load average, send a 503 reply code. Also: Enhance the request denied message to show the current load average and the load average limit. ... (check-in: d0fa157840 user: drh tags: trunk)
00:19
Show the repository name on the test_env webpage. ... (check-in: 117a0f6952 user: drh tags: trunk)
00:15
Add the ability to restrict CPU-intensive web pages when the server load average gets too high. This feature is turned off by default. ... (check-in: 5e26a1b9b2 user: drh tags: trunk)
2014-03-08
16:14
Clean up and standardize the handling of user "nobody" and the g.zLogin global variable. ... (check-in: 840b762206 user: drh tags: trunk)
04:05
Turn mtime-changes off in repo_init test proc. ... (check-in: 68cc26c1ea user: joel tags: trunk)
2014-03-07
20:14
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. ... (check-in: d38f0ce759 user: jan.nijtmans tags: trunk)
19:45
Since Annotation flags and DIFF flags are so closely related, allow then to reside in a single variable ... (check-in: 0bc584fe02 user: jan.nijtmans tags: trunk)
16:48
Convert utf-16 files back to intended encoding. ... (check-in: dd47a123e1 user: jan.nijtmans tags: trunk)
15:49
Rename the options for whitespace handling in annotate/blame/diff following GNU diff, not following GIT. So whether your diff tool is configured being internal or external, the same options can be used. ... (check-in: 28234db8bc user: jan.nijtmans tags: trunk)
14:58
In SQLite, import the fix for the journal_mode=PERSIST delete problem on windows. This has no effect on Fossil since Fossil does not use journal_mode=PERSIST. The update is for completeness only. ... (check-in: 33dc7f31c1 user: drh tags: trunk)
14:38
Implement -b|--ignore-space-change. Doesn't work right yet (needs better hash function)! ... (check-in: c0d1ed927e user: jan.nijtmans tags: strip-trailing-cr)
13:11
Combine ANN flags and DIFF flags into a single 64-bit variable, where appropriate. Make DIFF_STRIP_EOLCR a separate flag, as this flag does more than the other whitespace-related flags. Merge trunk. ... (check-in: da205cf44b user: jan.nijtmans tags: strip-trailing-cr)
11:42
Make annotation work with UTF-16 files. Remove some unnecessary end-of-line spaces in (UTF-8 and UTF-16) text files. ... (check-in: 46459fd922 user: jan.nijtmans tags: trunk)
11:29
Fix some spacing issues (blame output should be exactly the same as Fossil 1.28) Make annotation work with UTF-16 files. Remove some unnecessary end-of-line spaces in text files. ... (check-in: 4514910a5f user: jan.nijtmans tags: strip-trailing-cr)
11:02
Fix -w|--ignore-all-space option such that it does exactly the same as GNU diff's option with the same name. ... (check-in: bb3388345d user: jan.nijtmans tags: strip-trailing-cr)
09:01
Rename --ignore-space-at-eol (from Git) to -Z|--ignore-trailing-space (gnu diff). Add --ignore-all-space as well (doesn't behave exactly like GNU's option yet) ... (check-in: d9e79f685b user: jan.nijtmans tags: strip-trailing-cr)
2014-03-06
15:02
Update the built-in SQLite to include the latest last-minute patches for version 3.8.4. ... (check-in: f00167e4e1 user: drh tags: trunk)
14:54
Bring up-to-date with latest features/fixes from trunk. ... (check-in: d6259b7582 user: andybradford tags: http-auth)
09:42
Cherrypick [http://www.sqlite.org/src/info/170e058520|170e058520]: Better support for MinGW 4.x. Together with minor fossil build adaptations such that a MinGW 4.x build reports the right mingw version. Remark: Building fossil with MinGW 4.x still doesn't produce a working fossil.exe, unless you patch MinGW's <dirent.h> slightly. See: [18cff45a4e] and [https://sourceforge.net/p/mingw/bugs/2106/]. This MinGW 4.x bug is already open for almost 5 months now. ... (check-in: e68f528bfa user: jan.nijtmans tags: trunk)
08:50
Add "fossil praise" which is exactly the same as "fossil blame". As in subversion. ... (check-in: fb573e7203 user: jan.nijtmans tags: trunk)
08:34
Merge in new annotate/blame whitespace buttons with updates to changelog. ... (check-in: 866251e878 user: andybradford tags: trunk)
2014-03-05
22:54
Implement --strip-trailing-cr option ... (check-in: 4e6cfaf8f8 user: jan.nijtmans tags: strip-trailing-cr)
22:13
merge trunk ... (Closed-Leaf check-in: e8f422283a user: jan.nijtmans tags: diff-eolws)
22:06
Flag DIFF_INLINE was 0 and that should stay so ... (check-in: 466f8de3c2 user: jan.nijtmans tags: trunk)
21:48
remember "log" option with "Ignore whitespace" button. ... (check-in: e15c42390b user: jan.nijtmans tags: diff-eolws)
21:43
Merge trunk. Simplify handling of "w" option a little. ... (check-in: f4d98b2b9e user: jan.nijtmans tags: diff-eolws)
21:29
Add new --ignore-space-at-sol, -ignore-space-at-eol and -w options to "fossil diff" and "fossil stash diff" commands. Modify annotation/blame such that any change (eol-whitespace too) is considered a change, after ML request. ... (check-in: e663d5e330 user: jan.nijtmans tags: trunk)
19:07
Update the built-in SQLite to 3.8.4 beta. ... (check-in: f0773f6370 user: drh tags: trunk)
15:11
merge diff-eolws ... (check-in: 91add0e03d user: jan.nijtmans tags: diff-eolws)
11:59
Revert default diffFlags used for annotation as it is on trunk. This way, the annotation behavior is fully configurable with the diffFlags (0, DIFF_IGNORE_SOLWS, DIFF_IGNORE_EOLWS or both flags, or newly-to-be-implemented flags). Merging of the "diff-eolws" branch to trunk can be considered independant of the current discussion on the ML. ... (check-in: c38fbe235e user: jan.nijtmans tags: diff-eolws)
08:43
Merge trunk. Fix indentation in annotation/blame commands/pages, which was broken since [28b39cc516]. Changelog entry. ... (check-in: bcb22ce1b0 user: jan.nijtmans tags: diff-eolws)
06:24
Cherry-pick from [f1e99a5a408c]: minor annotate/blame url rendering bug. ... (check-in: 904ab4bbb8 user: andybradford tags: trunk)
06:14
Add button to annotate/blame pages. Also minor bug fix for annotate/blame pages url rendering. ... (check-in: f1e99a5a40 user: andybradford tags: diff-eolws)
02:39
Add "w" URL parameter and buttons to /fdiff pages. ... (check-in: 0ec153a2a7 user: joel tags: diff-eolws)
00:42
Capitalize button labels for consistency with other pages. Change "Show Whitespace Differences" to "Show Whitespace Changes". ... (check-in: 756c187590 user: joel tags: diff-eolws)
00:20
Fix up and simplify /ci page button generation code. ... (check-in: 0c670599bf user: joel tags: diff-eolws)
2014-03-04
14:36
Bring in the SQLite with the TRIGGER name resolution bug fix. This fix is not important to Fossil - we just want to include the latest SQLite code for testing. ... (check-in: 6215d08303 user: drh tags: trunk)
14:14
Add "ignore whitespace" button to ci page. ... (check-in: eb6935df7f user: jan.nijtmans tags: diff-eolws)
13:26
Add "Ignore Whitespace" button to vdiff page. ... (check-in: 56c7561e2b user: jan.nijtmans tags: diff-eolws)
08:21
Don't ignore whitespace by default, except in annotations/blames. Add new "w" option to some Web UI pages, allowing to ignore whitespace (no buttons yet). ... (check-in: 28b39cc516 user: jan.nijtmans tags: diff-eolws)
04:16
Update to the latest SQLite with new performance enhancements - now tested to ensure that it works on systems like ARM that default to unsigned characters. ... (check-in: 8247784beb user: drh tags: trunk)
00:42
Show "error" messages in Tk diff. ... (check-in: d4fea96ad8 user: joel tags: diff-eolws)
2014-03-03
23:21
Update to the latest SQLite with its new performance enhancements. (Later:) The new SQLite does not work correctly when compiled on the Beaglebone Black. Currently investigating. Moving this check-in into a branch until the problem is understood. ... (Closed-Leaf check-in: 13c1fa7626 user: drh tags: beaglebone-problem)
15:02
merge trunk ... (check-in: b8e61d24f8 user: jan.nijtmans tags: diff-eolws)
15:00
Bug-fix: correct calculation of hash-value for lines with different eol-spacing. Taken from [8f885df209], but without the other enhancements. Eliminate some double semicolons. ... (check-in: 7a0f4af68e user: jan.nijtmans tags: trunk)
12:02
Adapt some comments. ... (check-in: c0b42f23a3 user: jan.nijtmans tags: diff-eolws)
11:55
Make option --ignore-space-at-sol work correctly with side-by-side diff as well. ... (check-in: 7763b2e64c user: jan.nijtmans tags: diff-eolws)
11:37
Oops ... (check-in: 65397b575e user: jan.nijtmans tags: diff-eolws)
11:17
Fix indenting behavior of --ignore-space-at-sol option ... (check-in: 2faa1a272b user: jan.nijtmans tags: diff-eolws)
10:50
Implement new --ignore-space-at-sol option for all diff variants. And "-w" which means (for now) both --ignore-space-at-sol and --ignore-space-at-eol. Problem: diffs using --ignore-space-at-sol don't indent any more. to be solved. ... (check-in: 6392c032ce user: jan.nijtmans tags: diff-eolws)
10:28
Wrong parameter type: should be 64 bits otherwise the diffFlags parameter cannot hold all possible bits. ... (check-in: d3f69bd48e user: jan.nijtmans tags: diff-eolws)
10:15
Rename --ignore-eolws back to --ignore-space-at-eol. Change last parameter of break_into_lines() to hold multiple flags. This opens the way to implement --ignore-all-space" and "--ignore-space-at-sol" as well. ... (check-in: 2dffb0e026 user: jan.nijtmans tags: diff-eolws)
09:31
Rename --ignore-space-at-eol to --ignore-eolws|-w, make it work with "fossil stash diff" as well, and make it the default with "fossil diff --tk". Remark: renaming probably was a bad idea, and "-w" should correspond with git's "--ignore-all-space". This would suggest implementing a "--ignore-space-at-sol" options as well, even though I doubt anyone would use that. ... (check-in: 31d25923bd user: jan.nijtmans tags: diff-eolws)
08:22
Try to fix it more better so it'll work with CLI diffs. Add --ignore-space-at-eol option (name taken from Git) to diff cmd. ... (check-in: 554607d35b user: joel tags: diff-eolws)
06:44
Fix diffs that use the DIFF_IGNORE_EOLWS flag. Add a message for diffs that involve only EOL whitespace changes. ... (check-in: 8f885df209 user: joel tags: diff-eolws)
2014-02-28
20:00
re-generate other makefiles ... (check-in: d3b2dabaa5 user: jan.nijtmans tags: trunk)
19:31
Back out [99dca38314] because it doesn't work on an Ubuntu->windows cross-compile. The only solution is to dirty-up the SQLite shell.c code. ... (check-in: 3d7eaeda86 user: drh tags: trunk)
17:42
Refresh the generated makefiles. ... (check-in: 9b3aa6e940 user: mistachkin tags: trunk)
17:42
Fix harmless compiler warning. ... (check-in: fade0558f3 user: mistachkin tags: trunk)
15:46
Fix to check-in [81162e791f] so that it does not require non-standard modifications to the SQLite "shell.c" source file. Sorry, but this doesn't work! Compiling this with Makefile.mingw.mistachkin gives: wbld/shell.o:shell.c:(.text+0x3463): undefined reference to `__imp_win32_access' wbld/shell.o:shell.c:(.text+0x59ac): undefined reference to `__imp_win32_access' /usr/lib/gcc/x86_64-w64-mingw32/4.8.2/../../../../x86_64-w64-mingw32/bin/ld: wbld/shell.o: bad reloc address 0x0 in section `.data' collect2: error: ld returned 1 exit status win/Makefile.mingw.mistachkin:698: recipe for target 'fossil.exe' failed ... (check-in: 99dca38314 user: drh tags: trunk)
13:46
Handle win32 extended path prefix everywhere: Just strip it in the function file_simplify_name(), and only add it back when needed (just before feeding it to a win32 function when >260 chars). Includes additional test-cases. ... (check-in: 95f004b1c5 user: jan.nijtmans tags: trunk)
10:34
Remove unnecessary spaces at end-of-lines. No change in functionality. ... (check-in: 3df526ca41 user: jan.nijtmans tags: trunk)
08:53
Fix use of UTF-8 repository filename in "fossil sqlite3" command. (Requires minor change in SQLite's shell.c) ... (check-in: 81162e791f user: jan.nijtmans tags: trunk)
08:10
Fix compilation with Makefile.msc. Thanks to Ryan Noll for reporting this. ... (check-in: eccc229270 user: jan.nijtmans tags: branch-1.28)
08:08
Fix compilation with Makefile.msc (and Makefile.mingw.mistachkin). Thanks to Ryan Noll for reporting this. ... (check-in: af995cf7ea user: jan.nijtmans tags: trunk)
2014-02-27
23:27
Add the "test-file-copy" command for testing the file_copy() procedure. ... (check-in: 190353e90d user: drh tags: trunk)
23:20
Fix the file_copy() procedure so that it automatically creates directories leading up to the destination file. ... (check-in: f991688730 user: drh tags: trunk)
19:38
minor pedantic cleanup to my last commit. it was just bugging me. ... (check-in: 59e26ebe94 user: stephan tags: trunk)
18:34
When using "fossil test-diff" with -y or --tk, show the names of both input files above their respective columns. ... (check-in: 1e0e0753f6 user: drh tags: trunk)
17:51
Add a shebang and an introductory comment to the script generated by the SaveAs button in the graphical diff. Update the change log to mention the SaveAs button. ... (check-in: 8f65d49c25 user: drh tags: trunk)
17:24
updated the changelog. ... (check-in: 45fc909a30 user: stephan tags: trunk)
17:09
added glob=pattern option to /fileage, per ML request. ... (check-in: b26e9c8799 user: stephan tags: trunk)
16:40
Make the graphical-diff "SaveAs" output a little more readable by putting each line of the raw diff source on a separate source line. ... (check-in: 9dca00425e user: drh tags: trunk)
16:21
Add "Quit" and "Save As.." buttons to the "diff --tk" command. ... (check-in: 29d80dd2f5 user: drh tags: trunk)
15:40
Merge in latest fixes/development from trunk. ... (check-in: 1fb468edf7 user: andybradford tags: http-auth)
15:12
Improvements to the handling of USE_SYSTEM_SQLITE in shell.c. ... (check-in: a526d71968 user: drh tags: trunk)
15:05
Update the built-in SQLite the latest pre-3.8.4 trunk version. Modify the way the "shell.c" source file is used so that it can be imported directly from the SQLite source tree without having to be edited. ... (check-in: c92a3dda8c user: drh tags: trunk)
14:21
Make the home-page "Documentation Index" link show the Primary Documents and not jump to the Permuted Index. ... (check-in: 735d953fa2 user: drh tags: trunk)
08:19
Cherry-pick [d5d7e640d0]: When on a Fossil web-page without being logged-in, pressing "Login" and doing a successful login will bring you back to the same web-page again. ... (check-in: 63462826b3 user: jan.nijtmans tags: branch-1.28)
2014-02-26
14:06
Cherry-pick [http://www.sqlite.org/src/info/9c2e7612cd|9c2e7612cd]: In the command-line shell for CSV import, if the lines are \r\n terminated and the last field is blank, make sure an empty string and not a "\r" string is imported. ... (check-in: 60fd422275 user: jan.nijtmans tags: trunk)
10:42
Add support for extended UNC paths as well, and add Windows/Cygwin-specific test-cases for it. ... (Closed-Leaf check-in: ebb42b530e user: jan.nijtmans tags: extended-path-prefix)
09:02
merge trunk ... (Closed-Leaf check-in: 645d57613d user: jan.nijtmans tags: mingw4x)
08:58
Cherry-pick [http://www.sqlite.org/src/info/4043d87979|4043d87979], [http://www.sqlite.org/src/info/953cdd6ada|953cdd6ada] and [http://www.sqlite.org/src/info/23001a85cd|23001a85cd]: Ensure that _FILE_OFFSET_BITS and related macros are defined before any #include, for QNX. Meant for testing this change in SQLite in combination with the mingw4x fixes: [http://www.sqlite.org/src/timeline?r=mingw4x] ... (check-in: 782c3bd265 user: jan.nijtmans tags: trunk)
2014-02-25
14:37
Cherry-pick [fc6bb93689]: Add the "httpize" TH1 command, which does the same as Javascript's encodeURIComponent() function. ... (check-in: 8abc941f74 user: jan.nijtmans tags: branch-1.28)
13:31
Follow-up to [8ab08d32c7]: Fossil still doesn't handle the extended path prefix on win32 ('\\?\') right, mainly in checking paths. e.g.: "fossil add //\?/C:/Localdata/workspace/fossil/foo.c". Fossil cannot know that this path is correct. Solution: Strip the extended path prefix in file_simplify_name(), and only add it back when needed. Latest "winhttp.c" changes could be reverted with this change when compiling with MSVC or MinGW-w64 (as the repository path after simplicifation doesn't contain '?' any more), but when using MinGW the command-line handling cannot be thrusted. ... (check-in: ce4afc891c user: jan.nijtmans tags: extended-path-prefix)
11:06
Cherrypick [3fbdaa243d]: Speedup "fossil extras" and other commands which traverse the local filesystem. See: [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14697.html]. Thanks to Samuel Debionne for the suggestion. ... (check-in: 5255b49318 user: jan.nijtmans tags: branch-1.28)
2014-02-24
18:38
Documented the 'l' F-card permission and added a minor clarification regarding F-card UUID values for removed files. ... (check-in: 007c32bdfd user: stephan tags: trunk)
10:56
Speedup "fossil extras" and other commands which traverse the local filesystem. See: [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14697.html]. Thanks to Samuel Debionne for the suggestion. ... (check-in: 3fbdaa243d user: jan.nijtmans tags: trunk)
10:22
Same optimization in "fossil reconstruct" ... (Closed-Leaf check-in: e1bcc99da3 user: jan.nijtmans tags: use-d-type)
10:14
If pEntry->d_type==DT_LNK, then it could be a link to a directory or to a file, so handle that the same as DT_UNKNOWN. ... (check-in: eb2dc8faac user: jan.nijtmans tags: use-d-type)
09:41
[d752140c7a]: The reconstruct op appears to have been importing raw directory entries into the blob table. ... (check-in: 503ae213ca user: jan.nijtmans tags: branch-1.28)
09:26
[202edc2c1c]: Make 'th1-setup' a textarea in settings UI. ... (check-in: cec85224c1 user: jan.nijtmans tags: branch-1.28)
2014-02-23
05:15
Fix reverting the combination of a renamed file and an added file that uses the renamed file's original filename. (This previously failed on a UNIQUE constraint.) ... (check-in: bd0b09e50b user: joel tags: trunk)
04:56
Verify revert output in revert tests. ... (check-in: 3949c9a33e user: joel tags: trunk)
02:14
Refactor revert command SQL slightly. ... (check-in: e66a12ec4b user: joel tags: trunk)
2014-02-22
05:31
Add some utility functions to tester.tcl to reduce boilerplate code in certain tests. ... (check-in: 23d3113bb1 user: joel tags: trunk)
2014-02-21
15:44
If fossil is compiled using "--disable-internal-sqlite" for Cygwin, the additional call to fossil_utf8_to_filename() is not needed any more: SQLite 3.8.3.1 for Cygwin can already handle win32 paths as well as cygwin paths. ... (check-in: c7c510e3b9 user: jan.nijtmans tags: trunk)
15:02
merge cleanX ... (check-in: 8b97e37e26 user: jan.nijtmans tags: cleanX-no-clean-glob)
14:46
merge trunk ... (check-in: f93b4b4db4 user: jan.nijtmans tags: cleanX)
04:59
Keep track of versionable and text-area based settings using discrete fields of the stControlSettings structure. ... (check-in: 9b2d565931 user: mistachkin tags: trunk)
2014-02-20
15:19
(experiment) Use d_type field of dirent structure for speedup. ... (check-in: 0c7834c77b user: jan.nijtmans tags: use-d-type)
10:03
Cherrypick [1c39f113d1], Fix [a56db55924]: Crash on STASH DIFF command ... (check-in: cba5a0b988 user: jan.nijtmans tags: branch-1.28)
10:01
Fix [a56db55924]: Crash on STASH DIFF command ... (check-in: 1c39f113d1 user: jan.nijtmans tags: trunk)
09:42
Unnecessary blob_zero() calls: the following prompt_user() call already does a blob_zero() call internally. ... (check-in: 14768c24e5 user: jan.nijtmans tags: trunk)
08:51
When doing "fossil add foo.*" but the user forgets there is a foo.o besides the foo.c and foo.h, and "ignore-glob" contains the "*.o" pattern, fossil will properly warn for this situation and ask what to do. (for Fossil itself this is no issue, as the *.o files are kept in a separate directory, but not all projects do that). Example: /Localdata/workspace/tcl8.6/unix $ touch foo.c foo.h foo.o /Localdata/workspace/tcl8.6/unix $ fossil add foo.* file "foo.o" matches "ignore-glob". Add it (a=all/y/N)? n ADDED foo.c ADDED foo.h ... (check-in: 6ec21b58a2 user: jan.nijtmans tags: trunk)
2014-02-18
08:36
When openssl is compiled statically with zlib support "-lz" must be after "-lssl" ... (check-in: 328be9da57 user: jan.nijtmans tags: trunk)
08:35
Make "fossil add" work when vid=0 (empty check-out). This makes it possible to create initial non-empty check-ins by doing a "fossil add" before the first "fossil commit" ... (check-in: 636982a564 user: jan.nijtmans tags: trunk)
2014-02-17
19:48
[202edc2c1c]: Make 'th1-setup' a textarea in settings UI. ... (check-in: 5447125d34 user: jan.nijtmans tags: trunk)
15:20
Don't put th1-setup and tcl-setup fields twice on the same setup page. ... (Closed-Leaf check-in: d6aa95d332 user: jan.nijtmans tags: setup-textarea)
14:23
Now make th1-setup and tcl-setup a text-area without making the setting versionable. ... (check-in: da7daf027e user: jan.nijtmans tags: setup-textarea)
12:43
[202edc2c1c]: Make `th1-setup` a textarea in settings UI. Fixed by making it a versionable setting (just as "tcl-setup", for consistancy) and moving it to the second column of the setup page. Remark: Making "th1-setup" versionable is not a good idea: It would mean that any Web-page access must do an additional check for the presence of a versionable setting file. Therefore putting it aside. ... (check-in: 28429acb2b user: jan.nijtmans tags: setup-textarea)
11:07
Make sure that EVERY 'initial' checkin has an R-card, despite the "repo-cksum" setting. It is the only way to be able to distinguish Manifests from Control artifacts by looking at the presence of cards only. Otherwise, Fossil versions < 1.27 cannot handle that. ... (check-in: 60f669e937 user: jan.nijtmans tags: trunk)
09:51
Add option --empty to the "[/help?cmd=open | fossil open]" command. See: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14359.html] ... (check-in: 640626fdbf user: jan.nijtmans tags: trunk)
09:44
Remove end-of-line spaces ... (check-in: e5d4c3ae68 user: jan.nijtmans tags: trunk)
2014-02-16
21:30
Cherrypick [b4dffdac5e]: Avoid unnecessary no-op write transactions on the server during a pull. Adapt changes.wiki with all candidate cherry-picks so far. ... (check-in: ebac09bcf7 user: jan.nijtmans tags: branch-1.28)
20:44
Minor typo fix in /setup_header. ... (check-in: 6ee8ccd6e9 user: stephan tags: trunk)
11:24
Cherrypick [http://www.sqlite.org/src/info/e147230767] with one little change: __MINGW32_MAJOR_VERSION is renamed to __MINGW_MAJOR_VERSION in MinGW 4.0. The old macro name is still available but has the value 3, so that doesn't help at all! This way, it works as expected on MinGW-4.0 ... (check-in: 483ebe5c61 user: jan.nijtmans tags: mingw4x)
2014-02-15
06:46
Make TH1 tests work without relying on the exactly autosync setting value. ... (check-in: 2d90fd073e user: mistachkin tags: trunk)
06:14
Create a repo and explicitly set the autosync setting so TH1 tests will run correctly regardless of the user's global setting. ... (Closed-Leaf check-in: 3baa7e3dc1 user: joel tags: pending-review)
05:57
Fix compiler warning on MSVC. ... (check-in: 783a2a1b73 user: mistachkin tags: trunk)
05:27
Pretend to be drh so merge5 tests run without error. ... (check-in: 052d80dff2 user: joel tags: trunk)
05:23
Cleanup makefile for MSVC and add optional Tcl support to it. ... (check-in: 4321595901 user: mistachkin tags: trunk)
03:49
Expand version reporting support to all compilers with in-tree makefiles. ... (check-in: 43dbc41226 user: mistachkin tags: trunk)
03:03
Further improve reporting of the compiler version information. ... (check-in: b065aff4b9 user: mistachkin tags: trunk)
01:44
Handle more corner cases when locating the title for wiki pages. ... (check-in: afc25dd4bc user: mistachkin tags: trunk)
01:43
Include compiler version in the verbose output. ... (check-in: 916e5a43db user: mistachkin tags: trunk)
2014-02-14
15:56
Backed out a part of the previous HTML5 element tag due to potential misinteractions with the parser. ... (check-in: 016334c45c user: stephan tags: trunk)
15:22
Added several new HTML5 block-level elements to the wiki whitelist, per ML discussion, treating them like DIVs. Alas, data-* attributes prove to be too problematic due to how the attribute propery list is stored/used. ... (check-in: 93dffb9147 user: stephan tags: trunk)
15:20
changed a couple free()s to fossil_free()s. ... (check-in: 8206ac9b9e user: stephan tags: trunk)
13:37
Cherrypick [252aff3e62] and related clean-ups: Use built-in Tcl for "diff --tk" implementation if possible. Fallback is to spawn an external "tclsh" as before. This makes "fossil diff --tk" work with ActiveState Tcl on Win32 out-of-the-box. ... (check-in: f325b2343e user: jan.nijtmans tags: branch-1.28)
12:44
Cherrypick [7b30a7c7ef8977a7]: unbreak win/Makefile.mingw for modified SRCDIR ... (check-in: 7ecb9d25f9 user: jan.nijtmans tags: branch-1.28)
11:01
Cherrypick [d8a588ba765ae5be]: Check for "clearsign" option in "fossil branch" command. Reported by J. van den Hoff. ... (check-in: 21904cec14 user: jan.nijtmans tags: branch-1.28)
10:25
Merge in updates from trunk. Some implementation simplifications and more comments (mainly in the SQLite part). ... (check-in: 9cc1c9d690 user: jan.nijtmans tags: win32-longpath)
07:16
Merge in updates from trunk. ... (check-in: 99744084fb user: andybradford tags: http-auth)
2014-02-13
15:17
Take over "Fixes to the editline support" and "Updates to the command-line shell" from SQLite trunk, keeping the two in sync better. Except for the addition of the ".save" command in "fossil sqlite3", it has no effect. ... (check-in: e327614047 user: jan.nijtmans tags: trunk)
15:07
Mention "timeline-plaintext" and "ticket-change" entries in sync.wiki ... (check-in: dce0566b2a user: jan.nijtmans tags: trunk)
11:40
Remove more legacy javascript: The functions xin() and xout() were already removed in [d89fea6a1c0823aa], so this is no longer necessary. ... (check-in: 438eebcdbc user: jan.nijtmans tags: trunk)
11:05
Remove obsolete XHTML legacy. ... (check-in: bce1128c4a user: jan.nijtmans tags: trunk)
05:36
Replace 'exec mv/rm' with 'file rename/delete' in tests. ... (check-in: c3d36f164c user: joel tags: trunk)
2014-02-12
15:21
un-duplicate 'in the' ... (check-in: 261c132280 user: jan.nijtmans tags: trunk)
11:20
Allow repository to reside on an extended windows path, prefixed with "//?/". There were two problems. 1) The '?' doesn't survive fossil's command line globbing, therefore use a temporary file to hold the repository name when running "fossil ui" or "fossil server" on Windows. 2) In fossil_utf8_to_filename(), '?' was translated to another Unicode character, which shouldn't happen in the extended path prefix. testcase: "fossil test-move-repository //\?/C:/fossil/fossil.fossil" (the backslash is absorbed by cmd.exe, using quotes doesn't work) ... (check-in: 8ab08d32c7 user: jan.nijtmans tags: trunk)
08:41
Update the built-in SQLite to the version 3.8.3.1 release ... (check-in: 5d33c3b887 user: jan.nijtmans tags: branch-1.28)
08:35
Update SQLITE_SOURCE_ID, so it matches exactly the SQLite 3.8.3.1 release ... (check-in: 2da197889a user: jan.nijtmans tags: trunk)
2014-02-11
18:12
The DIV.statistics-report-graph-line elements in /reports now no longer use a fixed height, but instead inject an nbsp so that they will effectively have a height of 1em. It now adjusts nicely across skins with different font heights. ... (check-in: ab8c304a9d user: stephan tags: trunk)
18:07
Removed a duplicated CSS style def. ... (check-in: b63ba2ac94 user: stephan tags: trunk)
17:02
Clarify the meaning of "Plaintext for timeline comments" on the Admin/Timeline configuration page. ... (check-in: 3587e4589e user: drh tags: trunk)
16:03
Set margin and padding to zero on tree-view list items. ... (check-in: f06b592815 user: joel tags: trunk)
04:53
Update the built-in SQLite to the version 3.8.3.1 release candidate. ... (check-in: 34aef781b5 user: drh tags: trunk)
03:58
Only prompt to use Fossil username/password for Basic Authorization if they are available. ... (check-in: 9223f0226c user: andybradford tags: http-auth)
2014-02-09
17:14
merge trunk ... (Closed-Leaf check-in: 78862afd3c user: jan.nijtmans tags: prevent-adding-ignored-files)
16:48
Relax minimum version check to 3.7.17. This make "configure --disable-internal-sqlite" work on latest Ubuntu (13.10) ... (check-in: 393ce7d424 user: jan.nijtmans tags: branch-1.28)
2014-02-08
08:54
Fix harmless compiler warning ... (check-in: 0681b39b82 user: jan.nijtmans tags: trunk)
2014-02-07
15:52
fossil server: Output "Listening...port [p]" message when iPort==mnPort. ... (check-in: 70218670ff user: joel tags: trunk)
08:58
Add the .clone command to "fossil sqlite3". Taken from SQLite trunk. ... (check-in: 90bd20308b user: jan.nijtmans tags: trunk)
06:20
Only skip the login card if the REMOTE_USER authentication setting is enabled. ... (check-in: 3f8ddc28c6 user: andybradford tags: http-auth)
2014-02-06
19:04
Add the "Patch" submenu element on the "/vdiff" page. Improved the documentation for /vdiff. ... (check-in: e707906a8a user: drh tags: trunk)
15:02
Add the "httpize" TH1 command, which does the same as Javascript's encodeURIComponent() function. ... (check-in: fc6bb93689 user: jan.nijtmans tags: trunk)
13:59
Use the same "User-Agent" string everywhere ... (check-in: a7a7df7072 user: jan.nijtmans tags: trunk)
13:42
Add support for tunneling https through a http proxy (Ticket [e854101c4f]) ... (check-in: 3a33435666 user: jan.nijtmans tags: trunk)
13:38
Fix a comment, and remove some unnecessary end-of-line spaces. ... (check-in: c54c2b0d4a user: jan.nijtmans tags: trunk)
08:49
Use sqlite3_prepare_v2 in stead of sqlite3_prepare everywhere. ... (check-in: ca6cb44c74 user: jan.nijtmans tags: trunk)
2014-02-05
15:20
one more ..... ... (Closed-Leaf check-in: 4f1709d71b user: jan.nijtmans tags: jan-httpsproxytunnel)
14:59
Use hostname in stead of proxy name in certificate handling. Attempt to fix the problem described here: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg13898.html] ... (check-in: 6673f163ea user: jan.nijtmans tags: jan-httpsproxytunnel)
08:57
Use the canonical URL as the key for storing the authorization. Reset the authorization information on a redirect. ... (check-in: cf471cbb3f user: andybradford tags: http-auth)
06:35
Simplify code and no longer rely on MAX_REDIRECTS because 20 password prompts are too many. ... (check-in: 9493a9c763 user: andybradford tags: http-auth)
2014-02-04
20:52
Give window a chance to finish handling <Destroy> event. ... (check-in: d7b0617cb5 user: jan.nijtmans tags: trunk)
20:40
Improve some comments and whitespace. ... (check-in: be267722ce user: mistachkin tags: trunk)
20:32
Fix a couple corner cases for the TH1 expr command. ... (check-in: e4e2b2e40e user: mistachkin tags: trunk)
20:30
Cleanup use of Tcl integration for launching the Tk diff viewer internally. ... (check-in: fe9990adc7 user: mistachkin tags: trunk)
20:14
Potential fix for ticket [d752140c7a]. The reconstruct op appears to have been importing raw directory entries into the blob table. ... (check-in: 8e110293ed user: stephan tags: trunk)
09:34
Use built-in Tcl for "diff --tk" implementation if possible. Fallback is to spawn an external "tclsh" as before. ... (check-in: 252aff3e62 user: jan.nijtmans tags: trunk)
01:53
Display the name of the server requesting HTTP Authorization to clarify interaction. ... (check-in: d581ef0057 user: andybradford tags: http-auth)
2014-02-03
12:39
Make sure that the close-button of tk's "diff" window ends the main-loop in all circumstances. Remove unnecessary space. ... (check-in: c275d8ddbb user: jan.nijtmans tags: trunk)
08:27
Use function that will prompt twice for sanity check. ... (check-in: 6289a97e40 user: andybradford tags: http-auth)
07:59
Musn't forget about autosync commands that also need the Basic Authorization. ... (check-in: 06bff8c629 user: andybradford tags: http-auth)
07:12
The stored name of the local option has changed. ... (check-in: bd3830061b user: andybradford tags: http-auth)
07:09
Remove redundant code. ... (check-in: 3afd0289f3 user: andybradford tags: http-auth)
07:07
Correct altered comment. Sneaky vi and J joining lines without my knowledge! ... (check-in: e38bfdae85 user: andybradford tags: http-auth)
07:03
Don't send Basic Authorization except after prompting user. This is done by detecting 401 Authorization Required. It also allows the HTTP Authorization credentials to be different from the Fossil user which means the integrity of the Fossil password can be maintained if so desired. ... (check-in: c61554976d user: andybradford tags: http-auth)
2014-02-02
01:49
Remove the HTTP Authorization setting if the URL is changed with remote-url. ... (check-in: 456a1edd70 user: andybradford tags: http-auth)
2014-02-01
23:39
Handle --once preference and prevent sending HTTP Authorization when the URL is named on the command line. ... (check-in: 2600f59f2d user: andybradford tags: http-auth)
22:06
Only automatically provide Authorization if the URL is HTTPS. User can express preference to use Authorization over unencrypted HTTP via the --httpauth command line option. ... (check-in: 906cfae444 user: andybradford tags: http-auth)
19:24
Remove malplaced period from the middle of a sentence. ... (check-in: 4c8a3fb2b7 user: andybradford tags: trunk)
05:58
Bring in latest from trunk. ... (check-in: da070fafe2 user: andybradford tags: http-auth)
05:40
This does not need to be globally scoped. ... (check-in: 6315fd8a3d user: andybradford tags: http-auth)
05:02
Detect authorization looping and exit fatally when limit exceeded. ... (check-in: 08d487ed73 user: andybradford tags: http-auth)
04:43
Automatically detect HTTP 401 status and resend with Authorization. ... (check-in: fcaa8ea99a user: andybradford tags: http-auth)
2014-01-30
03:37
Honor the command line option also for remote-url. ... (check-in: 72014480dc user: andybradford tags: http-auth)
2014-01-29
22:51
(experimental) Allow not only --utc or --localtime to be specified, but any timezone (minutes from UTC = -999...999) ... (Closed-Leaf check-in: c3e3ceb9b6 user: jan.nijtmans tags: tz-minutes)
20:43
Typo fix. ... (check-in: 167b24c744 user: stephan tags: trunk)
15:16
Added is-a-leaf and leaf status to info [/help/info] and friends, per ML request. ... (check-in: 0b5670dce6 user: stephan tags: trunk)
13:35
When on a Fossil web-page without being logged-in, pressing "Login" and doing a successful login will bring you back to the same web-page again. ... (check-in: d5d7e640d0 user: jan.nijtmans tags: trunk)
10:21
fix comment ... (check-in: ca0a58fac5 user: jan.nijtmans tags: trunk)
09:36
Don't use global data any more in establish_proxy_tunnel() ... (check-in: 12e917a1cd user: jan.nijtmans tags: jan-httpsproxytunnel)
09:22
merge trunk ... (check-in: 1f1848dd07 user: jan.nijtmans tags: jan-httpsproxytunnel)
06:45
Make HTTP authorization a command line option. Choice will be stored in database until another URL change happens. This could potentially break those who currently rely on the special # character in the password. ... (check-in: e747041a72 user: andybradford tags: http-auth)
2014-01-28
14:06
Require "Read" permission (capability "u") in order to access the /reports page. Fix for ticket [a757c4fca19d] ... (check-in: f48c84afd1 user: drh tags: trunk)
13:58
Correction to the description of the "z" capability in the setup pages. ... (check-in: b68a48ff5f user: drh tags: trunk)
13:10
No longer prohibit multiple "merge --integrate"'s without an intermediate commit. "commit --integrate" already allows it, so there is no way to stop people doing that. Fossil versions earlier than [55cacfcace] cannot handle the manifest file produced by such a commit. ... (check-in: f9f7082ef4 user: jan.nijtmans tags: trunk)
12:58
Update change-log ... (check-in: 6b396efa01 user: jan.nijtmans tags: trunk)
09:25
Rename sqlite3_cmd() to cmd_sqlite3() and sqlite3_exec_readonly() to db_exec_readonly(): sqlite3_* symbols are reserved for SQLite, in order to prevent possible future symbol conflicts. Eliminate use of deprecated "sqlite3_callback" typedef (which allows elimination of some type casts). Missing "static" in content.c ... (check-in: 0ed6e68d55 user: jan.nijtmans tags: trunk)
08:20
More removals of unnecessary end-of-line spaces. No change in code. ... (check-in: 45f35169f2 user: jan.nijtmans tags: trunk)
2014-01-27
17:33
Version 1.28 ... (check-in: 3d49f04587 user: drh tags: release, branch-1.28, version-1.28)
16:11
Update to the SQLite 3.8.3 beta in order to better test the SQLite beta. ... (check-in: 22262e7553 user: drh tags: trunk)
09:08
Put various other constant tables in constant memory. ... (check-in: 214899ac26 user: jan.nijtmans tags: trunk)
09:05
Remove unnecessary end-of-line spaces. (My editor does that automatically, but I don't want it to happen together with other functional changes in a single commit). No change in code. ... (check-in: 52b35c8b40 user: jan.nijtmans tags: trunk)
08:23
Put html_tag const table (from markdown implementation) in constant memory. ... (check-in: 7c4414ca10 user: jan.nijtmans tags: trunk)
2014-01-25
16:23
/reports byweek fix: the currently selected year is now propagated across the event-type links. ... (check-in: cba6bbf89c user: stephan tags: trunk)
16:20
Merged vdiff-subdir feature branch into root. ... (check-in: 9b1932f00e user: stephan tags: trunk)
2014-01-24
12:37
Check for "clearsign" option in "fossil branch" command. Reported by J. van den Hoff. ... (check-in: d8a588ba76 user: jan.nijtmans tags: trunk)
10:04
Eliminate two unneeded type-casts and a compiler warning (signed<>unsigned compare) ... (check-in: 17f7b650af user: jan.nijtmans tags: trunk)
09:54
Put Th_SubCommand constant tables in constant memory. ... (check-in: dce90fe35e user: jan.nijtmans tags: trunk)
2014-01-23
21:47
merge trunk ... (check-in: abb2400434 user: jan.nijtmans tags: win32-longpath)
21:18
merge branch-1.28, a few other cherry-picks from trunk ... (check-in: 303e7af7c3 user: jan.nijtmans tags: win32-longpath)
10:29
No longer require that the HOME directory is writable if the fossil configuration file is already there. (With some simplifications) ... (check-in: b4d538f8c6 user: jan.nijtmans tags: trunk)
08:51
Backout [77d37d910b], which puts back the "fossil sqlite3" command when compiled with --disable-internal-sqlite. Take over matching "shell.c" from SQLite, but relax SQLite version check, otherwise "fossil sqlite3" doesn't work (that was the reason for taking out "fossil sqlite3" in the first place, but at least OpenBSD wants to support it). See: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14185.html] ... (check-in: d68cd57a9d user: jan.nijtmans tags: trunk)
00:51
Procedure of checking permission of global config is chenged. Now you can share global config in home directory from cgi. SeeAlso: http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14482.html ... (Closed-Leaf check-in: f47298b25c user: kameda tags: config-permission-check)
00:45
Create new branch named "config-permission-check" ... (check-in: e92e2d4d1f user: kameda tags: config-permission-check)
2014-01-22
18:32
Fix harmless compiler warnings in SQLite. ... (check-in: 64096c7269 user: drh tags: trunk)
18:19
Update the built-in SQLite to a version that supports ORDER BY and LIMIT on WITH RECURSIVE queries (but omits support for the non-standard LEVEL pseudo-column). Rewrite the recursive query that computes ancestors to using ORDER BY and LIMIT and omit the use of LEVEL. ... (check-in: af990795fc user: drh tags: trunk)
2014-01-21
21:42
Make sure that sqlite3_strglob() is available and use it: Less code duplication ... (check-in: 7829abd893 user: jan.nijtmans tags: trunk)
20:40
Doc fix for new vdiff glob param. ... (Closed-Leaf check-in: 39e39f216b user: stephan tags: vdiff-subdir)
19:26
Propagate glob=... via the various vdiff toggle buttons and add a button to clear the current glob if glob is provided. ... (check-in: bf7524b13f user: stephan tags: vdiff-subdir)
18:55
minor style fix (column width) and added notification of the glob which is in effect, analog to the regex notification. ... (check-in: 46adaba1bd user: stephan tags: vdiff-subdir)
18:49
Replaced dir=... with glob=... and fixed (i think) the traversal of pFileTo/From. ... (check-in: fa16c3a72b user: stephan tags: vdiff-subdir)
18:13
Initial prototype of dir=... constraint for vdiff. ... (check-in: 641c74187b user: stephan tags: vdiff-subdir)
17:43
merged in rss-cli. ... (check-in: 4d91004271 user: stephan tags: trunk)
17:43
rss-cli: removed the short-form of -url URL arg because it is not working for reasons beyond my comprehension. ... (Closed-Leaf check-in: 02781897b3 user: stephan tags: rss-cli)
11:05
Remove two SQLite version checks which no longer serve any purpose ... (check-in: 2864db3080 user: jan.nijtmans tags: trunk, sqlite3-compat)
00:38
Update the built-in SQLite to the latest 3.8.3 beta that includes support for the LEVEL pseudo-column on recursive queries. Make use of a recursive query capability and the LEVEL column to replace the compute_ancestors() function with a single query. ... (check-in: f2ebd7e52d user: drh tags: trunk)
2014-01-20
23:17
Fix a typo in HTML text. ... (check-in: 3d5bc3d433 user: drh tags: trunk)
15:10
Don't compile Cygwin using -DSQLITE_OMIT_CTE: Making it work would cause memory leaks. ... (check-in: 5176783c06 user: jan.nijtmans tags: trunk)
13:15
Now really add utf16be.txt. Compile fossil on Cygwin using -DSQLITE_OMIT_CTE (for test purposes only) ... (check-in: 511eecb0e1 user: jan.nijtmans tags: trunk)
13:08
Allow fossil to be used together with SQLite 3.8.2 amalgamation. Add UTF16-be file for test-purposes. Disable (3-way) merge2 tests which use UTF16 files: 3-way merges with UTF16 files is not (yet) implemented. ... (check-in: 7e9633a9b3 user: jan.nijtmans tags: trunk)
2014-01-18
17:01
Update the built-in SQLite to the 3.8.3 beta that includes support for common table expressions and recursive queries. ... (check-in: 27ef534d48 user: drh tags: trunk)
13:49
Skip merge-utf-*.23 and merge-utf-*.32 test-cases, which currently fail. They are not crucial for the 1.28 release (in Fossil 1.26 and 1.27 they failed as well). Probably a problem in the test-case itself (some special character in test/utf.test?) ... (check-in: 4b3b89b51e user: jan.nijtmans tags: branch-1.28)
09:35
Added rss CLI command help text and removed the permissions checks (which are not valid in CLI mode). ... (check-in: e8edc7ca4b user: stephan tags: rss-cli)
09:23
Fixed off-by-one counter in /timeline.rss and rss CLI command. ... (check-in: 90166ffee3 user: stephan tags: rss-cli)
09:17
Added -url URL flag to set the RSS base URL. ... (check-in: 584c682cad user: stephan tags: rss-cli)
08:33
experimental CLI version of rss feed, per ML request. ... (check-in: e28a5765fa user: stephan tags: rss-cli)
2014-01-17
15:22
No need to do a 'ci'-check when permitHooks is false anyway. ... (check-in: bed113ca3f user: jan.nijtmans tags: trunk)
13:35
Tree-view expand/collapse enhancements. Press "Reload" after upgraded in order to reload CSS. ... (check-in: 0647dd38b8 user: drh tags: trunk)
12:47
unbreak win/Makefile.mingw for modified SRCDIR ... (check-in: 7b30a7c7ef user: jan.nijtmans tags: trunk)
09:07
Call toggleAll() if expandMap['*'] exists, even if its false (for when the expand query string parameter is used). ... (Closed-Leaf check-in: 8489e29731 user: joel tags: tree-view-work)
00:07
Recognize old IE event object to make tree-view expand/collapse work in IE8. This breaks expand/collapse on FF. ... (check-in: 21426d01b4 user: joel tags: tree-view-work)
2014-01-16
23:43
Set/unset new "collapsed" class on tree-view lists instead of setting display property. This breaks collapse/expand on Chrome. ... (check-in: 75b96a2912 user: joel tags: tree-view-work)
22:15
Avoid superfluous variable assignment. ... (check-in: cdab54ed78 user: mistachkin tags: trunk)
22:08
Cherrypick MSVC/TH1 related fixes [42316a14e2], [354288db9c], [9dc0877d91], [fb29094a8f], [e0f22dda7b], [1aeb2726b0], [95292a13fa], [5e368e911d], [dd8d317670], and [f61958b183] from trunk. ... (check-in: 93832bd9af user: mistachkin tags: branch-1.28)
22:02
Fix harmless compiler warning. ... (check-in: 79eac9a126 user: mistachkin tags: trunk)
21:59
Further fixes for tree-view in ancient versions of Firefox. ... (check-in: f69dbc361c user: drh tags: trunk)
21:43
Improve tree-view styling on IE8. ... (check-in: bfe7eeb71a user: joel tags: trunk)
20:49
Cleanup and fix for Firefox 3.6. ... (Closed-Leaf check-in: cffecc776b user: joel tags: tree-view-work)
20:10
merge trunk ... (check-in: fb647963ea user: jan.nijtmans tags: tree-view-work)
20:07
Fix use of window.getComputedStyle() function for IE8. Same fix as done in [5885241f52c6182e] for timeline. ... (check-in: de0ae9271f user: jan.nijtmans tags: trunk)
11:18
one more attempt ... (check-in: e2a5198ca9 user: jan.nijtmans tags: tree-view-work)
11:10
Attempted fix for FireFox 3.6.28 ... (check-in: be31487c70 user: jan.nijtmans tags: tree-view-work)
10:54
Better NULL-protection against browsers which don't have "history" API ... (check-in: 02b607a07a user: jan.nijtmans tags: tree-view-work)
10:01
Cherrypick MSVC/TH1 related fixes [42316a14e2], [354288db9c], [9dc0877d91], [fb29094a8f], [e0f22dda7b], [1aeb2726b0], [95292a13fa], [5e368e911d], [dd8d317670], and [f61958b183] from trunk for review. ... (check-in: 76442af7e1 user: mistachkin tags: branch-1.28)
07:05
Fix various corner cases for the TH1 'string first' and 'string last' sub-commands. ... (check-in: f61958b183 user: mistachkin tags: trunk)
06:31
Fix typo in TH1 'string last' error message. ... (check-in: dd8d317670 user: mistachkin tags: trunk)
02:15
Merge from trunk. ... (check-in: eb5a49f835 user: ashish tags: ashish-ipv6)
2014-01-15
21:41
Since [5a66b6e785] conversions from Unicode (actually: UTF-16) to UTF-8 are possible on UNIX too ... (check-in: d0d7ca17a4 user: jan.nijtmans tags: trunk)
11:43
Avoid unnecessary no-op write transactions on the server during a pull. ... (check-in: b4dffdac5e user: drh tags: trunk)
02:54
Make tree-view expansions and contractions persist on a "Back" in Chrome and IE. (Works without the extra javascript on Firefox and Safari.) ... (check-in: ab00f2b007 user: drh tags: trunk)
01:55
Add missing "var". ... (Closed-Leaf check-in: cdd441f851 user: joel tags: tree-view-enhancements)
01:29
Improve a comment. ... (check-in: 5e368e911d user: mistachkin tags: trunk)
01:26
Add ID attribute to subdirectory lists. ... (check-in: 24fa1e6802 user: joel tags: tree-view-enhancements)
01:26
For the TH1 unset command, simplify removal of variable from the call frame. ... (check-in: 95292a13fa user: mistachkin tags: trunk)
00:26
Update SQLite to the latest from the 3.8.2 branch. ... (check-in: 2447b2d7ed user: mistachkin tags: branch-1.28)
00:15
Use history API instead of sessionStorage. ... (check-in: 434e4538bc user: joel tags: tree-view-enhancements)
2014-01-14
19:46
Initialize expandMap variable ... (check-in: 3bdbc0408f user: joel tags: tree-view-enhancements)
16:08
Fix several issues with the TH1 unset command, including a memory leak. Add more tests. Keep the original branch open in case further changes are needed. ... (check-in: 1aeb2726b0 user: drh tags: trunk)
15:33
Persist expand/collapse state of tree-view directories in all modern browsers. ... (check-in: cd554eb63c user: joel tags: tree-view-enhancements)
13:41
Make a change to the test/utf16le.txt file as a test case to verify that the diff logic displays utf16 changes correctly. ... (check-in: 6228efbb7c user: drh tags: trunk)
13:39
Handle utf16 text pages in the /doc webpage. ... (check-in: 1c5b51e6bf user: drh tags: trunk)
13:30
Simplify usage of the new TH1 Find structure. ... (Closed-Leaf check-in: b0eb21b66a user: mistachkin tags: th1UnsetVar)
13:25
Fix another possible memory leak in a corner case. Add more tests. Improve comments on the new Find structure. ... (check-in: 9b3b1d0714 user: mistachkin tags: th1UnsetVar)
12:50
Fix several issues with the TH1 unset command, including a memory leak. Add more tests. ... (check-in: e4047acb76 user: mistachkin tags: th1UnsetVar)
12:44
Add the ability to display content and diffs for UTF16 text files in the web interface. ... (check-in: 5a66b6e785 user: drh tags: trunk)
10:43
Cherrypick SQLite [http://www.sqlite.org/src/info/1e131094b5|1e131094b5]: For the Win32 VFS, defining winShmMutexHeld should be controlled by NDEBUG, not SQLITE_DEBUG ... (check-in: 4699f8d919 user: jan.nijtmans tags: branch-1.28)
09:48
Enable use of the TH1_DELETE_INTERP environment variable to delete the TH1 interp on exit. ... (check-in: e0f22dda7b user: mistachkin tags: trunk)
09:45
For MSVC, disable optimizations when compiling for debugging. ... (check-in: fb29094a8f user: mistachkin tags: trunk)
09:12
Unbreak the MSVC build batch file tool. ... (check-in: 9dc0877d91 user: mistachkin tags: trunk)
09:02
Cherrypick SQLite [http://www.sqlite.org/src/info/c43b59dac1|c43b59dac1]: Correct the VFS name as reported by the file control when explicitly using the 'win32-longpath' VFS ... (check-in: 242e0b81c9 user: jan.nijtmans tags: branch-1.28)
08:36
Cherrypick [354288db9c]: Fix build with older MinGW. See: [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14377.html] ... (check-in: 26362ef002 user: jan.nijtmans tags: branch-1.28)
08:35
Fix build with older MinGW. See: [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14377.html] ... (check-in: 354288db9c user: jan.nijtmans tags: trunk)
08:29
Cherrypick SQLite [http://www.sqlite.org/src/info/ac15455abc|ac15455abc]: In the command-line shell, defend against a NULL-pointer dereference in the case where sqlite3_column_name() returns NULL (as might happen following an OOM error) ... (check-in: a12b9c4533 user: jan.nijtmans tags: branch-1.28)
00:10
Delay activation of ticket hook until after the ticket tables have been rebuilt. ... (check-in: 42316a14e2 user: mistachkin tags: trunk)
00:04
Merge recent fixes from trunk. ... (Closed-Leaf check-in: eff4999d50 user: mistachkin tags: delay-ticket-hook)
2014-01-13
23:41
Honor timezones in imports from git. ... (check-in: 1aef260f4c user: drh tags: trunk)
23:33
Make sure that TH1 variables get removed from the call frame upon being unset. ... (check-in: 7905fb22f0 user: mistachkin tags: branch-1.28)
23:32
Make sure that TH1 variables get removed from the call frame upon being unset. ... (check-in: 1ebe4b02e4 user: mistachkin tags: trunk)
23:27
Make sure that TH1 variables get removed from the call frame upon being unset. ... (Closed-Leaf check-in: fa17f1ce3a user: mistachkin tags: th1Work)
23:06
Trim trailing whitespace in TH1 and align some comments. ... (check-in: 5a9f9ba61d user: mistachkin tags: th1Work)
22:50
Merge updates from trunk. Style fixes. ... (check-in: 81c185f685 user: mistachkin tags: delay-ticket-hook)
13:27
Add discussion of SQLITE_ENABLE_EXPLAIN_COMMENTS to the makefile documentation. ... (check-in: cde4759d5e user: drh tags: trunk)
2014-01-12
10:55
Fix incorrect link. All bug-fixes from trunk are now merged into "branch-1.28" except (on purpose!) the harmless valgrind warning in the tarball generator ... (check-in: 1c6a991711 user: jan.nijtmans tags: branch-1.28)
10:24
Fix tree-view JS error/warnings. ... (check-in: 26c26b6fc3 user: joel tags: trunk)
10:20
Fix tree-view JS error/warnings. ... (check-in: 94fcef1051 user: joel tags: branch-1.28)
2014-01-11
20:41
Prevent buffer overruns when trying to do side-by-side diff alignment of lines that contain non-UTF8 characters and a prefix match. ... (check-in: 4d7f7e96d4 user: drh tags: branch-1.28)
20:39
Merge the accidental fork. ... (check-in: f7563c671f user: drh tags: trunk)
20:39
Prevent buffer overruns when trying to do side-by-side diff alignment of lines that contain non-UTF8 characters and a prefix match. ... (check-in: 37ffaaa911 user: drh tags: trunk)
20:38
Fix incorrect link ... (check-in: 27a843d227 user: jan.nijtmans tags: trunk)
19:11
Fix a harmless valgrind warning in the tarball generator. ... (check-in: 64fc6d15e5 user: drh tags: trunk)
18:56
Fix the test/valgrind-www.tcl script so that it works on Ubuntu 13.10. ... (check-in: fcfe117b5a user: drh tags: trunk)
18:29
Don't replace sqlite3_strglob with sqlglob: It's wrong because the return value is different. Since SQLite 3.8.2 is guaranteed to have sqlite3_strglob anyway, no need to worry. ... (check-in: ddc93368e5 user: jan.nijtmans tags: branch-1.28)
18:26
Don't replace sqlite3_strglob with sqlglob: It's wrong because the return value is different. Since SQLite 3.8.2 is guaranteed to have sqlite3_strglob anyway, no need to worry. ... (check-in: 492cb99567 user: jan.nijtmans tags: trunk)
18:07
Revert [77d37d910b], which restores the "fossil sqlite3" command as it was. On trunk it doesn't work, but in branch 1.28 it works fine, because the source_id's always match (SQLite 3.8.2 is the only stable version supported. Just to be sure, disable the source_id check anyway: Fossil itself already has the necessary check. ... (check-in: 6fce6fc256 user: jan.nijtmans tags: branch-1.28)
2014-01-10
22:13
The common script should be run even when no hook is set. Improvements to consistency and style of hook integration. ... (check-in: 7f39fb61cb user: mistachkin tags: delay-ticket-hook)
21:50
Merge updates from trunk. ... (check-in: bc276e4daf user: mistachkin tags: delay-ticket-hook)
10:44
Only run xfer_ticket_code() when needed, and fix another logic error (found by Mark Janssen) ... (check-in: 80e443bdbd user: jan.nijtmans tags: delay-ticket-hook)
01:00
Slight change to wording on the 'how to compile' page. ... (check-in: 2ab19a1d62 user: mistachkin tags: trunk)
00:34
Comment on the stability of trunk versions of the Fossil source code on the "how to compile" page. ... (check-in: ec12deda19 user: drh tags: trunk)
2014-01-09
21:17
Show unsupported "test" commands on the /help webpage. ... (check-in: 3b10682a8c user: drh tags: trunk)
21:12
Add -width option to the search command. ... (check-in: 1f10199a09 user: mistachkin tags: branch-1.28)
21:10
Add -width option to the search command. ... (check-in: e4a6159ba3 user: mistachkin tags: trunk)
21:00
Fix a possible NULL-pointer dereference in the "fossil search" command. ... (check-in: 6e7e8fbe01 user: drh tags: branch-1.28)
20:59
Fix a possible NULL-pointer dereference in the "fossil search" command. ... (check-in: 5dc60b1faf user: drh tags: trunk)
20:27
Merge updates from trunk. ... (check-in: e4af590ff9 user: mistachkin tags: delay-ticket-hook)
20:25
Avoid initializing TH1 for running hooks when not strictly necessary. ... (check-in: 211ddf891a user: mistachkin tags: branch-1.28)
20:20
Avoid initializing TH1 for running hooks when not strictly necessary. ... (check-in: e252c944e0 user: mistachkin tags: trunk)
20:11
Some corrections to ticket hook logic. ... (check-in: a6faa2aee4 user: mistachkin tags: delay-ticket-hook)
19:37
Enforce minimum version requirement for SQLite of 3.8.2. ... (check-in: aee292257a user: mistachkin tags: trunk)
19:32
Enforce minimum version requirement for SQLite of 3.8.2. ... (check-in: f96162b06b user: mistachkin tags: branch-1.28)
19:20
Merge TH1 'info exists' fix from trunk. ... (check-in: 03504c6262 user: mistachkin tags: branch-1.28)
19:11
Make sure the TH1 'info exists' sub-command preserves the existing interp error stack trace. ... (check-in: 9765b03759 user: mistachkin tags: trunk)
16:11
Replace embedded SQLite version to version 3.8.2 stable. ... (check-in: 1e4b84864a user: jan.nijtmans tags: branch-1.28)
15:39
Delay activation of ticket hook until after the ticket tables have been rebuilt. ... (check-in: dff7d2c1ee user: jan.nijtmans tags: delay-ticket-hook)
15:03
Updates to the change-log. ... (check-in: ad2dd5680b user: drh tags: trunk)
14:27
Add the --integrate option to the "commit" command. ... (check-in: 82f69aa9bf user: drh tags: trunk)
13:18
Make sure it is not possible to add files that are outside of the current checkout. ... (check-in: c6f32a262d user: drh tags: trunk)
13:17
Add comments to better explain what it happening for the out-of-tree check in the "add" command. ... (Closed-Leaf check-in: d83fc58dea user: drh tags: pending-review)
13:14
Missing "unhide" option in link to timeline. ... (check-in: 32bb2a31f4 user: jan.nijtmans tags: trunk)
11:57
Change C++ comments to C commenting style ... (check-in: 25950f8b67 user: jan.nijtmans tags: trunk)
11:24
Merge again checkout_on_root_fix. Fix more cases when working from '/', should not affect when working normally. ... (check-in: af194dbb16 user: mgagnon tags: trunk)
10:41
Upgrade mingw and msc makefiles to use openssl-1.0.1f in stead of openssl-1.0.1e ... (check-in: ef47028a3e user: jan.nijtmans tags: trunk)
05:56
Attempts to add files outside the open checkout tree result in fatal error. ... (check-in: f0de41fd5e user: andybradford tags: pending-review)
2014-01-08
17:40
<strong>Fix some remaining corner cases when having a checkout on '/'..</strong> Update command: * Was asserting when localroot is '/' file_cannonical_name(): * Return '/' instead of '.' when refering to '/'. * Avoid the double '/' on beginning. * Refactoring to avoid some duplicated code. file_relative_name(): * Handle properly relative path when working on '/'. ... (Closed-Leaf check-in: 89ad123f5c user: mgagnon tags: checkout_on_root_fix)
11:38
Merge the checkout_on_root_fix. ... (check-in: cbcd7056b6 user: drh tags: trunk)
04:59
Remove traces. Waiting approval to merge on trunk.. ... (check-in: 84abd45533 user: mgagnon tags: checkout_on_root_fix)
04:42
Fix db_open_local() fonction so it find the local checkout database on "/". It was working inconsistently depending what was the current directory. ** Even if fossil is not the right tool to version files on the root of the system, I found it very usefull to track what file change on my system Tested on Linux and MinGW (Windows 8.1) ... (check-in: be993c47d5 user: mgagnon tags: checkout_on_root_fix)
00:58
Remove no longer necessary cursor='pointer'. ... (check-in: 927cacb353 user: joel tags: trunk)
2014-01-07
20:32
Make "WITHOUT ROWID" unconditional ... (Closed-Leaf check-in: eb87f29637 user: jan.nijtmans tags: sqliteRuntimeCheck)
19:10
If a badly malformed change artifact corrupts the "mtime" field of the event table, the date can end up being NULL for entries in the timeline. Make sure this does not cause a NULL-pointer deference. ... (check-in: 8407bed76d user: drh tags: trunk)
16:05
Use fossil_strnicmp() instead of memcmp() for date comparisons, to avoid NULL-pointer deferences if something is wrong with the database and a NULL date is returned from a query. ... (check-in: 29b2eebaaa user: drh tags: trunk)
12:46
Add the "nofiles" query parameter to the /tree page, causing that page to show only directories. Add a new "folders" link on the check-in information page that jumps to "/tree?nofiles". ... (check-in: ff9e4e5400 user: drh tags: trunk)
11:25
Always supply an href= attribute on hyperlinks within the preview, even if the hyperlink is never used. Make the hyperlinked paths of the finfo page point to the tree-view rather than the flat-view. Provide links between the tree-view and the file-ages page. ... (check-in: 4306ab8143 user: drh tags: trunk)
10:46
Improved header text for the tree-view. Make the tree-view the default for the "Files" menu on all default styles. ... (check-in: 78a5dbea6c user: drh tags: trunk)
10:16
Merge changes from the broken-build branch into trunk (after fixing the build). ... (check-in: de86ef41b2 user: drh tags: trunk)
10:15
Fix the unix makefile that was broken by check-in [1ab2728820]. ... (Closed-Leaf check-in: bdcfdc4642 user: drh tags: broken-build)
09:49
Unflatten top line of directory nodes. Pros of old design (reduced screen space) aren't worth the cons (more confusing, more complicated CSS, and very few people are going to be using subdirectory pages). ... (check-in: a9e9ac461d user: joel tags: broken-build)
09:20
Actually check that the link being clicked is a descendant of .subdir instead of using a style-based check that could change with different CSS. ... (check-in: 21dccee9dc user: joel tags: broken-build)
09:03
Make sure that shell.o and sqlite3.o are rebuilt whenever compilation options change. This should prevent problems like [http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/14805|Problem with compilation under MINGW] once and for all. ... (check-in: 1ab2728820 user: jan.nijtmans tags: broken-build)
08:25
merge trunk ... (Closed-Leaf check-in: f52089d95e user: jan.nijtmans tags: sqlite-min-to-3.7.17)
04:21
Implement runtime check for a minimum required version of SQLite. ... (check-in: d0476bd958 user: mistachkin tags: sqliteRuntimeCheck)
03:58
There's already an nFullName in FileTreeNode, so use that. Remove other pointless redundancy, too. ... (check-in: 6f1b5d6047 user: joel tags: trunk)
03:39
Move nFullName declaration to proper location ... (check-in: 98b297a35b user: joel tags: trunk)
03:24
Fix tree-view subdirectory pages ... (check-in: 464fd0a4af user: joel tags: trunk)
02:38
Do not wait until the entire tree-view page has loaded before collapsing the tree, because that can cause flicker if the page is loaded incrementally over a slow wire. Collapse the tree using style= attributes as the page loads. ... (check-in: 13c71a97fe user: drh tags: trunk)
02:23
Document the "expand" query parameter for "tree" in the on-line help. ... (check-in: 273dd2c007 user: drh tags: trunk)
02:20
On the tree-view display, add some comments to better explain what is happening and simplify the javascript slightly. ... (check-in: cda3140d19 user: drh tags: trunk)
2014-01-06
23:42
Add JS for collapsing/expanding directories in tree-view. ... (check-in: b66100d3ed user: joel tags: trunk)
10:50
If fossil on Cygwin is compiled with --disable-internal-sqlite, those Cygwin specific fossil modifications are no longer necessary. ... (check-in: 4f1b310142 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
10:36
Merge trunk ... (check-in: 99af4d2a12 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
09:16
Cleanup tree-view CSS comments. No changes to code. ... (check-in: 4ee58093dd user: joel tags: trunk)
03:19
Merge in the csstree branch, providing a better look and more control over the tree-view. ... (check-in: 1264375bb1 user: drh tags: trunk)
02:54
Add 'file' class to file browser/tree items even if the file has an extension. ... (check-in: e5606c943b user: joel tags: trunk)
02:36
Lines now go directly from directories to child nodes, do not pass go, do not collect $200. ... (Closed-Leaf check-in: f83e0d2123 user: joel tags: csstree)
2014-01-05
23:05
Make sure the TH1 unset command fails if the variable does not exist. ... (check-in: 99bdfa0b95 user: mistachkin tags: trunk)
22:53
Fix TH1 'info exists' command for variables that have been unset. ... (check-in: 7164f52baa user: mistachkin tags: trunk)
21:43
Add horizontal lines connecting nodes to their parent directory. ... (check-in: 19a8ce3732 user: joel tags: csstree)
11:03
styling ... (check-in: 0c1a116791 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
10:55
fix comment ... (check-in: 1de0faecff user: jan.nijtmans tags: sqlite-min-to-3.7.17)
10:51
Increase minimum SQLite requirement to 3.7.17, and make efficient use of the function sqlite3_strglob. This eliminates unnecessary strglob function in fossil ... (check-in: bde92b38c7 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
10:49
Remove some dead/unneeded code ... (check-in: abf1b425fb user: jan.nijtmans tags: sqlite-min-to-3.7.17)
04:18
Tweak styles. ... (check-in: 272b684d90 user: joel tags: csstree)
00:40
Flatten the subdirectory ancestor links into a single line. ... (check-in: 7dfc5cda7a user: joel tags: csstree)
2014-01-04
23:00
Fix use of sqlite3_strglob: 0 means there is a match ... (check-in: 70a374d9a3 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
21:14
Remove dead/unneeded code ... (check-in: 107b959b22 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
20:51
Increase minimum SQLite requirement to 3.7.17, and make efficient use of the function sqlite3_strglob. This eliminates unnecessand sqlite ... (check-in: c8c5646879 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
20:24
Add filetype-specific classes to LI elements. ... (check-in: 1ec615248e user: joel tags: csstree)
16:17
Use the latest SQLite 3.8.3 alpha from upstream. ... (check-in: da90bbe591 user: drh tags: trunk)
2014-01-03
23:18
Fix memory leaks in the TH1 divide-by-zero handling. Add more tests. ... (check-in: 60acb3183d user: mistachkin tags: trunk)
08:42
Minor CSS changes ... (check-in: 331185fa0d user: joel tags: csstree)
2014-01-02
23:08
Never define USE_SYSTEM_SQLITE as empty string: C preprocessor cannot handle that. ... (check-in: a13c37313d user: jan.nijtmans tags: trunk)
22:53
If fossil is configured with --disable-internal-sqlite, disable the "sqlite3" command: It doesn't work anyway, and there is no reason to support it; Any system which has an sqlite dll/so should have the sqlite3 utility as well, which can do almost the same as "fossil sqlite3" ... (check-in: 77d37d910b user: jan.nijtmans tags: trunk)
18:50
Fix incorrect insertion of closing UL tags. ... (check-in: 417d18082b user: joel tags: csstree)
16:50
Fix /tree page and "timeline-utc" setting in combination with --disable-internal-sqlite configuration ... (check-in: bd1151126a user: jan.nijtmans tags: trunk)
15:30
Fix /tree view in combination with configure --disable-internal-sqlite (Reported by Andy Bradford) ... (Closed-Leaf check-in: c3211392da user: jan.nijtmans tags: timeline-utc)
15:17
merge trunk ... (check-in: d5fd6cc1a5 user: jan.nijtmans tags: timeline-utc)
12:47
Propose tree-view enhancement. ... (check-in: 377a4f2d53 user: joel tags: csstree)
12:36
Add portion of MANIFEST_UUID to TH1 URL variables. ... (check-in: daa43661dd user: joel tags: trunk)
2014-01-01
20:25
Improve the label of tree-view so that it shows the number of files and the number of check-ins, if appropriate. Make tree-view the default for the "files" link of /vinfo. ... (check-in: 9930c46ee5 user: drh tags: trunk)
00:48
Add TH1 variables for style-related URLs (/style.css, /logo, /background) that contain the resources' mtimes. Maintains aggressive caching without requiring users to do a hard refresh or clear their cache when the resource is changed. ... (check-in: daff9d2062 user: joel tags: trunk)
2013-12-31
13:59
Add hyperlinks to the tree-view for file listings. Other improvements to the tree-view mechanism. ... (check-in: 4564790ed7 user: drh tags: trunk)
10:43
Add the /tree URI for showing a hierarchical file listing. The URI works, but there are no hyperlinks to it yet. ... (check-in: 7791b70410 user: drh tags: trunk)
08:23
Set g.isConst on /raw pages if the full UUID is given. ... (check-in: 43a2d0fa70 user: joel tags: trunk)
2013-12-30
20:57
merge trunk ... (check-in: 02a0e8890e user: jan.nijtmans tags: win32-longpath)
19:07
simplify setup code and fix comment ... (check-in: 9e5a9d1c71 user: jan.nijtmans tags: timeline-utc)
2013-12-29
00:53
Fix floating-point divide by zero issue in TH1 reported on the mailing list and add tests. ... (check-in: 479b3de1d2 user: mistachkin tags: trunk)
2013-12-28
22:49
Fix timeline_query_for_tty() function (Oops....) ... (check-in: 108548b28c user: jan.nijtmans tags: timeline-utc)
22:41
Eliminate the need to compile SQLite with -Dlocaltime=fossil_locatime. This makes the timeline-utc setting work when fossil is configured with --disable-internal-sqlite. ... (check-in: d7fd72dc30 user: jan.nijtmans tags: timeline-utc)
2013-12-27
03:42
Fix segfault on certain /annotate pages. (Discovered using many-www.tcl test script.) ... (check-in: 7a988eed37 user: joel tags: trunk)
2013-12-26
17:39
merge trunk ... (Closed-Leaf check-in: 9dcf8859dd user: jan.nijtmans tags: hidden-tag)
17:38
update changes.wiki ... (check-in: 6fd4c41eb9 user: jan.nijtmans tags: trunk)
00:07
Add --sha1sum option to commit command. ... (check-in: a9ad53ba3a user: joel tags: trunk)
2013-12-25
07:16
Merge from trunk ... (check-in: a30d1f58d1 user: ashish tags: ashish-ipv6)
2013-12-24
11:54
Add tkt-change-hook possibilities to changelog ... (check-in: c36d34e5fc user: jan.nijtmans tags: hidden-tag)
11:45
merge trunk ... (check-in: 5e0e767892 user: jan.nijtmans tags: hidden-tag)
11:41
Minor bug in handling of "fco" parameter in finfo page, only noticable with multiple buttons. Add more "Unhide" buttons to various timeline page variants. Add "unhide" options from various info page links, which could point to hidden information. ... (check-in: 71aa33cd92 user: jan.nijtmans tags: trunk)
2013-12-23
21:25
Add "Unhide" button in finfo page. (Doesn't do anything yet) ... (check-in: 73da41c5eb user: jan.nijtmans tags: hidden-tag)
13:01
Revert two incorrect "unhide" additions: zUuid is not a check-in uuid here. ... (check-in: 0a5b052192 user: jan.nijtmans tags: hidden-tag)
11:37
Update the built-in SQLite to the latest 3.8.3 alpha from upstream, including the removal of a stray tab character from the source code. ... (check-in: 5f08392169 user: drh tags: trunk)
10:19
Add "Unhide" button in more timeline variants. ... (check-in: ef2b77207a user: jan.nijtmans tags: hidden-tag)
09:00
Some more link fixes, all of the form "/timeline" having an uuid in it's arguments which is possibly hidden. ... (check-in: 7af8e2ebc3 user: jan.nijtmans tags: hidden-tag)
06:53
Fix genealogy links from the /info page (Thanks to Andy Bradford noticing this) ... (check-in: fd0507e949 user: jan.nijtmans tags: hidden-tag)
2013-12-22
20:38
Fix indentation. ... (Closed-Leaf check-in: 70b82e8cc5 user: dg tags: dg-timestamps)
10:21
According to RFC 1952, MTIME=0 means no time stamp is available ... (check-in: 518896951a user: jan.nijtmans tags: trunk)
01:33
Send gzipped HTTP responses to clients that support it. ... (check-in: 3f4b5d32f1 user: joel tags: trunk)
2013-12-21
19:58
Links from tag changes on timeline should always unhide. Otherwise click on branch changes to "mistake" gives a strange effect. ... (check-in: b78e07491c user: jan.nijtmans tags: trunk)
2013-12-20
22:36
Some missing json config options ... (check-in: b186830fa0 user: jan.nijtmans tags: trunk)
17:05
Honour timezones in git fast-import dump timestamps. ... (check-in: 10f9673a25 user: dg tags: dg-timestamps)
16:52
Create new branch named "dg-timestamps" ... (check-in: 51331e3e04 user: dg tags: dg-timestamps)
12:35
Add a new TH1 "http" command, a new "th1-uri-regexp" setting and two new hook scripts "xfer-commit-script" and "xfer-ticket-script". They can be used together to implement more advanced commit and ticket change notifications. ... (check-in: 1311841a3c user: jan.nijtmans tags: trunk)
12:12
The same, but then with modified SQLite (minimal patch to function winFullPathname this time). This way, applications wanting to use the "win32-longpath" VFS don't have to do tricky extended-path modifications any more. ... (check-in: 8e8e3a11bc user: jan.nijtmans tags: win32-longpath)
12:04
Merge trunk. Some more comments. ... (check-in: 4e3f4d26d8 user: jan.nijtmans tags: win32-longpath)
09:36
Update to SQLite snapshot ... (check-in: 44dec8ff07 user: jan.nijtmans tags: trunk)
06:16
Record recently added features in change log. Minor touch-up to previous logs. ... (check-in: b51ff64e25 user: andybradford tags: trunk)
05:53
Ignore TAG_USER from tagxref if the user has been cancelled so Edited User is not displayed in the Check-in Overview. ... (check-in: 40bea3f546 user: andybradford tags: trunk)
2013-12-19
22:07
Merge from trunk. src/main.mk is now generated automatically. ... (Closed-Leaf check-in: 927264ab5a user: dg tags: dg-codenames)
22:04
Merge from trunk. ... (Closed-Leaf check-in: 22d9cff0c3 user: dg tags: dg-misc)
2013-12-18
23:25
Add another useful diagnostic message to the MSVC batch file. ... (check-in: 59400c7d75 user: mistachkin tags: trunk)
23:19
Further robustness enhancements to the automated MSVC batch file. Also, update build wiki page to refer to it. ... (check-in: c11c870761 user: mistachkin tags: trunk)
16:05
formatting ... (Closed-Leaf check-in: 584986cde8 user: jan.nijtmans tags: hidden-tag)
15:57
Add "timeline-show-hidden" setting. ... (check-in: 4a2435c656 user: jan.nijtmans tags: hidden-tag)
15:38
Merge trunk. Add information on the ""th1-uri-regexp" setting. ... (Closed-Leaf check-in: f671c50f92 user: jan.nijtmans tags: tkt-change-hook)
12:27
Add batch file to build Fossil with the latest installed version of MSVC. ... (check-in: c8b1f75f30 user: mistachkin tags: trunk)
08:49
Add a checkbox to the ci_edit page which allows to hide a (partial) branch from the timeline. ... (check-in: 22a4e0c5a2 user: jan.nijtmans tags: trunk)
08:24
When selecting the "Branching" checkbox, select the "newbranch" field just the other text entry widgets do. Another one of Andy Bradford's brilliant ideas. ... (check-in: e4c9dd0905 user: jan.nijtmans tags: trunk)
08:11
Merge trunk. Valid extended paths must have >6 chars, e.g. "\\?\C:\" (+1 for closing '\0'), this way make sure that wUnicode always points to allocated memory. ... (check-in: 1db9134d6b user: jan.nijtmans tags: win32-longpath)
06:37
Consistency fix for a Fossil link in the enhanced default skin. ... (check-in: 04186fcc12 user: mistachkin tags: trunk)
03:26
If the checkbox is selected, select the input text as well similar to how the custom color works. ... (Closed-Leaf check-in: 3cb6651424 user: andybradford tags: hidden-tag)
03:01
Using javascript to disappear current text in input field might need additional feedback before implementing. ... (check-in: 2bf8f863c6 user: andybradford tags: hidden-tag)
00:18
Remove superfluous comment line in makemake.tcl. ... (check-in: e977f86dfd user: mistachkin tags: win32-longpath)
00:17
Merge updates from trunk. ... (check-in: ef9f707be1 user: mistachkin tags: win32-longpath)
2013-12-17
22:33
Merge updates from trunk. ... (Closed-Leaf check-in: 7d4f06dec0 user: mistachkin tags: buildmsvc)
22:31
Further cleanup in the MSVC build. Resync the makefiles with the list of SQLite options. ... (check-in: 61e70f1fc7 user: mistachkin tags: trunk)
22:10
Improve error handling. Allow Visual Studio version to be manually overridden. Pass extra arguments to NMAKE. Preserve existing environment and current directory. Miscellaneous style fixes. ... (check-in: 8fab3e3f6c user: mistachkin tags: buildmsvc)
21:28
Better align the SQLite compilation options used by the makemake.tcl script with those listed on the makefile wiki page. ... (check-in: 00d6eea822 user: mistachkin tags: trunk)
21:24
If 'newbranch' field only contains spaces, consider it empty. Add missing MSVC linker option to the makemake.tcl script. Cherrypick of [5ceef9bcdd] and [c6f255607b]. ... (check-in: afbc49cd27 user: mistachkin tags: trunk)
14:49
Eliminate use of "goto". Fix UNC -> Extended UNC translation when path>260 chars. ... (check-in: 83087c8df3 user: jan.nijtmans tags: win32-longpath)
12:03
It appears that in [4f0413381d], Makefile.msc was edited without corresponding change in makemake.tcl. Correct that, so this change will not be accidently reverted again (as I did in the previous commit) ... (check-in: c6f255607b user: jan.nijtmans tags: win32-longpath)
11:56
Align recommended SQLite compilation options with actual options used when compiling SQLite. (I don't think SQLITE_ENABLE_EXPLAIN_COMMENTS should be one of them, it never was in earlier releases) ... (check-in: d0814e59e2 user: jan.nijtmans tags: win32-longpath)
11:39
eliminate isempty() javascript function. Use trim() in stead. ... (check-in: 029c7c01e1 user: jan.nijtmans tags: hidden-tag)
10:56
merge trunk ... (check-in: 6a8ddc43fc user: jan.nijtmans tags: hidden-tag)
10:51
If 'newbranch' field only contains spaces, consider it empty. ... (check-in: 5ceef9bcdd user: jan.nijtmans tags: win32-longpath)
10:20
Break the 260 character path barrier on Win32. Add test-case "win32-longpath" for proving that it works. ... (check-in: 4b49bb9cc3 user: jan.nijtmans tags: win32-longpath)
10:14
Move special path handling from SQLite to fossil. ... (check-in: 1dd5a50941 user: jan.nijtmans tags: win32-longpath)
09:32
If "fossil new" or "fossil open"'s argument has an extended path prefix like "\\?\C:\", don't process the '?' and ':' in it as special path characters, only do '/' -> '\' translation. This makes extended paths usable in fossil everywhere (hopefully), for now <260. ... (check-in: 04f4e699d4 user: jan.nijtmans tags: win32-longpath)
09:25
Merge changes from trunk and update msvc_build.bat for entirely automated build using the latest MSVC version. ... (Closed-Leaf check-in: 555c44eb5d user: BM tags: msvc_build)
06:04
Change the minimum length for wiki page names from 3 to 1. ... (check-in: b7ff13a0aa user: joel tags: trunk)
04:48
Merge from trunk for latest fixes. ... (check-in: 2e76393021 user: andybradford tags: hidden-tag)
03:46
When editing a branch name, make the default value disappear when the input is entered. Also, strip whitespace from right-end of value and only update branch names if not all white space. ... (check-in: bb6ba17b37 user: andybradford tags: hidden-tag)
00:55
Refactor the complex Win32-specific file routines into their own subsystem. ... (check-in: d9ff968204 user: mistachkin tags: trunk)
2013-12-16
15:12
Hm. "catch" doesn't appear to work for reporting the win32-longpath error correctly, instead check whether CANTOPEN is part of the output. ... (check-in: 4b4606d8b8 user: jan.nijtmans tags: win32-longpath)
14:25
Better clean-up after win32-longpath test. Revert accidental change in Makefile.mingw. ... (check-in: 698a2d5968 user: jan.nijtmans tags: win32-longpath)
13:37
Fix bug in utf8.c (don't translate first ':' in extended path). Add test-case (win32-longpath.test). Some formatting (don't use tabs). ... (check-in: 7d5c1bbd9c user: jan.nijtmans tags: win32-longpath)
11:00
Merge updates from trunk. ... (Closed-Leaf check-in: fb17052e45 user: mistachkin tags: win32File)
10:57
Merge trunk. Eliminate need for special Makefile.Cygwin. Simplify handling of '\\?\' prefix: Only add it when necessary (calculated path>=260 chars). ... (check-in: 23b849cce5 user: jan.nijtmans tags: win32-longpath)
10:46
If the name of a 'sym-<branchname>' tag sorts before the 'branch' tag, no option in the ci_edit page should be displayed to cancel the tag. Bug-fix discovered and implemented by Andy Bradford. ... (check-in: 3529f2c47b user: jan.nijtmans tags: trunk)
08:52
Recognize IE11's new UA string. ... (check-in: 07a8e5d085 user: joel tags: trunk)
2013-12-14
17:32
Revert to original ordering to retain sorting of special tags. Get the branch name prior to the loop that displays the special and sym- tags. ... (Closed-Leaf check-in: 818c0acd07 user: andybradford tags: cancel-tag-fix)
09:24
merge trunk. Fix behavior of "Branching" checkbox, and simplify javascript functions. ... (check-in: 885d72b2bd user: jan.nijtmans tags: hidden-tag)
09:12
Add "Unhide" button, for people who want to see everything in the "mistake" branch (I don't want to see it, but someone else might) ... (check-in: e08177614b user: jan.nijtmans tags: trunk)
01:54
Improve comments. Style and consistency fixes. ... (check-in: d1b7c87650 user: mistachkin tags: win32File)
00:16
Fix the build for unix. ... (check-in: 4f0c38d81d user: drh tags: win32File)
00:03
Work in progress on refactoring the complex Win32-specific file routines into their own subsystem. ... (check-in: 4f0413381d user: mistachkin tags: win32File)
2013-12-13
21:46
Unify use of the user-agent string. ... (check-in: 55c91af5ad user: mistachkin tags: tkt-change-hook)
21:29
Given that recovering from incorrect hiding is relatively straightforward, don't prevent access to hidden option on trunk and main-branch. ... (check-in: d35b1ca05e user: andybradford tags: hidden-tag)
20:36
Prevent the argument that follows -A from being interpreted as a repository and avoid incorrect file already exists errors. ... (check-in: cc421c006a user: andybradford tags: trunk)
17:50
Prevent sym- tag that matches branch name that sorts prior to branch name from displaying an option to cancel the tag. Also clean up a couple strcmp. ... (check-in: c36ad48a87 user: andybradford tags: cancel-tag-fix)
15:19
Fix Content-Type/Content-Length for GET/POST requests. ... (check-in: a60d2976ff user: jan.nijtmans tags: tkt-change-hook)
14:19
Merge trunk and fix typo (missing backslash) ... (check-in: 847107015b user: jan.nijtmans tags: tkt-change-hook)
13:53
merge trunk ... (check-in: 46e1d4c812 user: jan.nijtmans tags: win32-longpath)
13:48
Better use GetCurrentDirectoryW in stead of _wgetcwd. ... (check-in: 4e463bf7ba user: jan.nijtmans tags: trunk)
13:16
Forgot to commit one more change. ... (check-in: fa71b6ce6d user: jan.nijtmans tags: tkt-change-hook)
13:05
Better implementation of file_access() for win32: The function _waccess cannot handle long paths, and lies too much (e.g. when handling specific smb drives). Implementation borrowed from Tcl 8.6: [http://core.tcl.tk/tcl/artifact/c6b5d4f8d7?ln=1510-1756] ... (check-in: 0b0eb52c07 user: jan.nijtmans tags: trunk)
12:26
If the "Branching" checkbox is unchecked, the "Branch Closure" label should return to its original branchname. Add a javascript handler doing exactly that. ... (check-in: 2cb54f3981 user: jan.nijtmans tags: trunk)
11:31
Merge trunk. Fix uninitialized variable. Less copying of complete structure content. ... (check-in: 85528ef507 user: jan.nijtmans tags: tkt-change-hook)
09:40
Use SetCurrentDirectoryW/GetFileAttributesExW in stead of _wchdir/_wstati64 (which cannot handle long pathnames) ... (check-in: 3714782631 user: jan.nijtmans tags: trunk)
09:24
merge trunk ... (check-in: 1d0517c1fa user: jan.nijtmans tags: hidden-tag)
08:40
When branchname in ci_edit page changes, adapt remaining form to the name-change using some javascript. Thanks to Andy Bradford for the idea (adapted/simplified from the "hidden-tag" branch)! ... (check-in: cf9293ad53 user: jan.nijtmans tags: trunk)
08:31
Cleanup compiler option handling in the MinGW makefiles as well. ... (check-in: d0a9cda560 user: mistachkin tags: trunk)
08:11
Further reduce confusion by making Makefile.Cygwin actually work. ... (check-in: 1395315639 user: jan.nijtmans tags: trunk)
07:58
Rename the makefile macro SQLITE3_CFLAGS to SQLITE_CFLAGS in an attempt to reduce future confusion. ... (check-in: 813d6516aa user: mistachkin tags: trunk)
05:40
Minor comment cleanup. No code change. ... (check-in: 40c5b3b390 user: andybradford tags: hidden-tag)
02:46
Attempt to prevent hiding of either main-branch or trunk. ... (check-in: 7a41dd2b06 user: andybradford tags: hidden-tag)
00:49
Fix the build on unix systems. ... (check-in: 268d495d91 user: drh tags: trunk)
00:11
Fix a C99-style variable declaration. ... (Closed-Leaf check-in: a3641b5441 user: drh tags: makefile-error)
2013-12-12
23:34
Remove use of SQLITE_WIN32_NO_ANSI option everywhere except for Cygwin. Further cleanup. ... (check-in: 1c37a90508 user: mistachkin tags: makefile-error)
22:41
Add makefile for Cygwin and move its options there. Refactor makemake tool to modularize use of the common options. ... (check-in: e474f5f817 user: mistachkin tags: trunk)
16:13
One more: GetFullPathNameW() needs the "\\?\"-prefix as well if the input path is already >MAX_PATH. But we don't want the resulting directory to have this prefix, so strip it off when present. ... (check-in: e5fef7982d user: jan.nijtmans tags: win32-longpath)
15:01
Final bug-fix: Before prefixing a path with "\\?\", check if it is prefixed already. If so, don't do it again. Everything seems to work fine now! ... (check-in: c952c773ac user: jan.nijtmans tags: win32-longpath)
14:27
Implement file_access() function such that it accepts paths>MAX_PATH. Implementation copied (with some simplifications) from Tcl 8.6 ... (check-in: ba4b3ac1d2 user: jan.nijtmans tags: win32-longpath)
13:54
Fix fossil_stat() and fossil_chdir() such that they accept paths>MAX_PATH. For file_access(), implement a workaround that the '\\?\' prefix can be handled. ... (check-in: 29f023fe53 user: jan.nijtmans tags: win32-longpath)
11:16
Bug-fix: didn't compile on win32, and handle extended UNC paths correctly. ... (check-in: da8d516fe1 user: jan.nijtmans tags: win32-longpath)
09:46
merge trunk ... (check-in: 820a599008 user: jan.nijtmans tags: hidden-tag)
09:37
Make "win32-longpath" the default VFS on win32, eliminating all path limitations (up to ~32767 chars). TODO: eliminate use of the the function _wstati64(), that appears to be the only Win32 function left which cannot handle such long paths. Everything else needed is done. ... (check-in: 1b9893bdc8 user: jan.nijtmans tags: win32-longpath)
08:43
Put back 'win32-longpath' VFS as default for Cygwin: Cygwin doesn't suffer from path limitations (at least, not until 4096 chars), so usage of the 'win32' VFS is not reasonable as default. ... (check-in: a76039815d user: jan.nijtmans tags: trunk)
2013-12-11
23:20
Remove usage of the 'win32-longpath' VFS as it is unlikely to work correctly with the various MSVCRT functions currently required by Fossil. ... (check-in: 19de4b5bcd user: mistachkin tags: trunk)
13:00
As it turns out that _wstati64() cannot handled the special "\\?\" prefix, work around that. Otherwise the win32-longpath VFS is quite useless for fossil. Maybe a better solution should be worked out, not using _wstati64() at all. ... (check-in: bb440899d3 user: jan.nijtmans tags: trunk)
12:06
Update the built-in SQLite to the latest version 3.8.3 alpha. ... (check-in: faa2e9d5cf user: drh tags: trunk)
2013-12-10
21:15
Avoid attempting to preserve the default VFS if it has not been set. ... (check-in: fffcf60cbc user: mistachkin tags: trunk)
14:22
Make the default vfs survive after a sqlite3_shutdown (for "fossil sqlite" command). ... (check-in: aa22b1b462 user: jan.nijtmans tags: trunk)
13:23
Add new command line option "-vfs" which overrides the FOSSIL_VFS environment variable, and which works for all future DB connections. Fix .vfsname output when win32-longpath is chosen explicitly (already in SQLite trunk). ... (check-in: eb3899ceb2 user: jan.nijtmans tags: trunk)
08:31
Rename variable 'trunk' to 'zTrunk'. Improve comment. ... (check-in: b75cc0e345 user: jan.nijtmans tags: hidden-tag)
08:23
merge trunk ... (check-in: 51cd44361e user: jan.nijtmans tags: hidden-tag)
08:22
Make timeline and JSON timeline respect the "hidden" tag. Meant for a new feature developed in the "hidden-tag" branch. No added buttons or configuration options yet (still being discussed). ... (check-in: 45d69e82eb user: jan.nijtmans tags: trunk)
2013-12-07
21:47
Add missing CSS for verbatim blocks in tickets to avoid wrapping and set a default white background. ... (check-in: 984735a752 user: andybradford tags: trunk)
2013-12-06
16:06
Added a quote about github to the quotes.wiki document. ... (check-in: 5b86c3d566 user: drh tags: trunk)
2013-12-05
21:27
slightly simpler/more readable ... (check-in: 9a8380d2cd user: jan.nijtmans tags: hidden-tag)
15:20
Avoid Javascript errors when editing a leaf and typing in the branch name. ... (check-in: 328df74bfc user: andybradford tags: hidden-tag)
12:20
merge trunk ... (check-in: 46a88543ca user: jan.nijtmans tags: hidden-tag)
12:09
When trying to rename a branch into itself, make this a NOP. ... (check-in: 95a809500a user: jan.nijtmans tags: trunk)
09:42
Change branch name in "Branch Closure" section in the same way as in "Branch Hiding" ... (check-in: 9395e8d434 user: jan.nijtmans tags: hidden-tag)
09:27
Fix format specifier in previous commit (again) ... (check-in: 4a43e31549 user: jan.nijtmans tags: trunk)
09:19
Merge trunk. Disable new checkbox in stead of hiding it when not in use. ... (check-in: 56836278da user: jan.nijtmans tags: hidden-tag)
08:56
Correct use of plural, remove some spaces/tabs at the end of lines. ... (check-in: 3e18dbefd0 user: jan.nijtmans tags: trunk)
08:44
correct format specifier, in case the branch name contains HTML-conflicting characters ... (check-in: 2eda90a5de user: jan.nijtmans tags: trunk)
08:40
Add a checkbox in the ci_edit page which allows to close multiple leaves (all successors of the current check-in) to be closed in a single action. ... (check-in: 718cc00208 user: jan.nijtmans tags: trunk)
08:36
Use different format specifier for and textContent to avoid unwanted display issues. ... (check-in: 439f18e866 user: andybradford tags: hidden-tag)
08:15
Use Javascript to hide the branch hiding checkbox when necessary. Also update the branch name in the branch hiding text when a branch is specified. ... (check-in: 11e8a48e4d user: andybradford tags: hidden-tag)
05:11
When using the --template option to the 'init' command, the short project name should be skipped as well. ... (check-in: 844436929e user: mistachkin tags: trunk)
2013-12-04
13:10
Add -DSQLITE_WINNT_MAX_PATH_CHARS=4096 for Cygwin, as Cygwin cannot handle paths of length 32767 anyway. Doesn't affect other platforms. Re-generated Makefile.PellesCGMake, somehow not updated when makemake.tcl changed the last time. ... (check-in: 53fd1c9b9c user: jan.nijtmans tags: trunk)
09:58
"this branch" -> <branchname> ... (check-in: b0bf658240 user: jan.nijtmans tags: hidden-tag)
09:38
merge trunk ... (check-in: 8b003a104a user: jan.nijtmans tags: hidden-tag)
09:36
Styling: translate some tabs to spaces ... (check-in: b3e32c8e8b user: jan.nijtmans tags: trunk)
09:24
Merge trunk. Make it possible to make a move to branch "mistake", close the branch, and hide it in one single step. 3 separate check-buttions control the 3 parts of this action separately. ... (check-in: 884b0dc165 user: jan.nijtmans tags: hidden-tag)
08:39
Make it impossible to remove the "branch" and the "sym-<branchname>" tag from a check-in through the ci_edit page. Any check-in must have those two tags, the "Branching" section already contains a check-button suitable to change the branch. ... (check-in: 64c21ef686 user: jan.nijtmans tags: trunk)
2013-12-03
15:42
Merge trunk. Rename "hidden" option (not the tag name) to "hide", just as the "close" option compared to the "closed" tag. Just to prevent confusion. ... (check-in: 1a453093bb user: jan.nijtmans tags: hidden-tag)
15:25
Update the built-in SQLite to the second release candidate for 3.8.2. ... (check-in: d7543d8bbd user: drh tags: trunk)
14:59
Merge trunk. Give "Branch Hiding" it's own section in the ci_edit page. ... (check-in: ec4fe5cb15 user: jan.nijtmans tags: hidden-tag)
14:56
"comment" tag from check-in's cannot be canceled: that would result in a check-in without a comment! Extraneous dot in label text. ... (check-in: 2d2ab56754 user: jan.nijtmans tags: trunk)
13:49
Use "win32-longpath" as default (when available, overridable with FOSSIL_VFS environment variable) when accessing peer repositories. ... (check-in: f8eefabe6a user: jan.nijtmans tags: trunk)
05:21
Be consistent with naming. Also remove unused line of code. ... (check-in: f742be5faa user: andybradford tags: hidden-tag)
05:10
Add Admin Timeline setting to display hidden content by default if enabled. ... (check-in: 39667fd75e user: andybradford tags: hidden-tag)
03:16
Update the built-in SQLite to the 3.8.2 first release candidate. ... (check-in: 81d24c6bfe user: drh tags: trunk)
2013-11-30
09:30
merge trunk ... (check-in: 97fb78b656 user: jan.nijtmans tags: hidden-tag)
09:28
When available, make "win32-longpath" the default VFS on Windows and Cygwin ... (check-in: 6e31396faf user: jan.nijtmans tags: trunk)
2013-11-29
11:26
When configuring fossil using "--disable-internal-sqlite" (having SQLite 3.8.1 installed), "./fossil version -v" gives: "SQLite 3.8.2 2013-11-27 14:50:51 c75f561f33", which was not the SQLite version compiled with, neither the SQLite version actually running (3.8.1). ... (check-in: d780693181 user: jan.nijtmans tags: trunk)
06:10
Rebuild ticket tables when modifications are made using 'fossil config'. ... (check-in: 0047370ce6 user: joel tags: trunk)
2013-11-28
22:36
When hiding a branch, close it as well: Commits on a hidden branch make no sense. ... (check-in: 50b986495d user: jan.nijtmans tags: hidden-tag)
10:34
Implement "unhide" option for json timeline. Protect "trunk" from being hidden, and indicate more clear which branch is being hidden: The "mistake" branch is the only branch that should have hidden nodes. ... (check-in: 6b61145f4f user: jan.nijtmans tags: hidden-tag)
2013-11-27
22:05
correct label ... (check-in: fd2659fbe3 user: jan.nijtmans tags: hidden-tag)
22:00
no double WHERE ... (check-in: cbc1d0d79b user: jan.nijtmans tags: hidden-tag)
21:49
correct switchin in timeline ... (check-in: 9913d1a731 user: jan.nijtmans tags: hidden-tag)
19:54
undo non-timeline related changes: Hidden tag should only affect timeline. ... (check-in: ef98eea9c2 user: jan.nijtmans tags: hidden-tag)
19:41
merge trunk ... (check-in: 942c17b127 user: jan.nijtmans tags: hidden-tag)
15:55
Import the latest SQLite 3.8.2 beta from upstream, including Cygwin fixes and performance enhancements. ... (check-in: 38c02b775d user: drh tags: trunk)
15:12
Implement "Unhide" button in timeline (not on other places yet) and make "hidden" tag propagating. ... (check-in: 50aee5561a user: jan.nijtmans tags: hidden-tag)
14:07
TAG_BRANCH is unused in this query ... (check-in: 170c3c7363 user: jan.nijtmans tags: trunk)
2013-11-25
21:22
Update to the latest SQLite containing storage engine performance enhancements. ... (check-in: 3957e9610f user: drh tags: trunk)
15:57
Implement (already existing but currently non-functional) "hidden" tag, which hides items from timeline. ... (check-in: d9fd922962 user: jan.nijtmans tags: hidden-tag)
10:12
Fix handling of UTF-8 paths on Cygwin (SQLite's "cygUtf8" branch). Meant for testing. This fix is Cygwin-only. ... (check-in: 9f58fc6528 user: jan.nijtmans tags: trunk)
2013-11-22
21:24
Fix C++ style comment in RC file. Reformat the manifest file to be easier to read/maintain. ... (check-in: f103e0bc97 user: mistachkin tags: trunk)
09:45
Add support for Windows 8.1. For details, see [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx]. This switches off all Windows compatibility modes, trying to make Windows 8.1 look like an earlier Windows OS. ... (check-in: 3788d79398 user: jan.nijtmans tags: trunk)
09:25
unused variable ... (check-in: 0deb022ae5 user: jan.nijtmans tags: trunk)
01:14
Merge in hide-diff-on-vdiff_page... Which now give possibility to hide or show full detailed diff on vdiff page. (when clicking on 2 nodes on timeline) Just like the /info page. ... (check-in: 74a4db258a user: mgagnon tags: trunk)
01:09
merge in latest trunk ... (Closed-Leaf check-in: 8af8232fc0 user: mgagnon tags: hide-diff-on-vdiff_page)
2013-11-21
23:39
Update to the lastest SQLite that includes the OP_Column rewrite and the constant expression factoring logic. ... (check-in: 8dc9d00935 user: drh tags: trunk)
01:47
Merge in latest from trunk. ... (check-in: e2929a4ba1 user: andybradford tags: hide-diff-on-vdiff_page)
01:46
Minor style cleanup. ... (check-in: 78a3c01e30 user: andybradford tags: hide-diff-on-vdiff_page)
2013-11-20
13:48
Make "fossil open" and "fossil rm" work on a repository which doesn't have any check-in. (the latter only undoes the effect of a previous "fossil add" then). ... (check-in: aef638b610 user: jan.nijtmans tags: trunk)
08:57
Add "blame" WEBPAGE, just as "annotate" but giving comparable output as "fossil blame". ... (check-in: d7160dc195 user: jan.nijtmans tags: trunk)
2013-11-19
19:44
Remove an unused local variable. ... (check-in: 811c9febd3 user: drh tags: trunk)
18:49
Add a page (admin access only) to show the repository schema. Fix a bug in the "Last Rebuilt" display. ... (check-in: 3ea94847d1 user: drh tags: trunk)
18:25
Update the built-in SQLite to the version that includes the DELETE with ONEPASS optimization and the enhanced EXPLAIN indentation in the shell. ... (check-in: 0830c352ff user: drh tags: trunk)
13:09
Now that checkout_cmd() can handle the situation that vid==0 ([b725c1cf26]), no longer assume that the initial commit has rid=1: If the initial commit is not empty that will not be true any more. ... (check-in: 6791ad1185 user: jan.nijtmans tags: trunk)
2013-11-15
12:58
Update custom makefile as well. If fossil is linked with external SQLite library, make sure it is used single-threaded. ... (check-in: 1928cf526e user: jan.nijtmans tags: trunk)
2013-11-14
19:36
Update the built-in SQLite to the latest from upstream that includes the skip-scan optimization and the improved EXPLAIN display in the shell. ... (check-in: 28c508679e user: drh tags: trunk)
04:34
Set the error message to indicate the HTTP status code returned on CONNECT to avoid segfault. ... (check-in: 87d5fef9ce user: andybradford tags: jan-httpsproxytunnel)
2013-11-13
15:18
Minor correction to text in setup_timeline for description of setting. ... (check-in: 40a2557f00 user: andybradford tags: hide-diff-on-vdiff_page)
11:28
Take over latest change in src/mem1.c (usage of _msize function) from SQLite trunk, and modify MinGW build to use it as well. ... (check-in: bcd979daef user: jan.nijtmans tags: trunk)
08:39
Fix end-marker handling in "fossil timeline", broken by previous commit [465f8ecd4a]. (That's what the "n+1" in [14104fde04?ln=1818] was meant for, but -1 is always better) ... (check-in: f13ae6b673 user: jan.nijtmans tags: trunk)
03:51
Merge latest trunk. ... (check-in: 17f6b65524 user: mgagnon tags: hide-diff-on-vdiff_page)
2013-11-12
19:41
Restore the end-of-timeline marker only when no limit is active; otherwise, use a 'no more data' marker instead. Use -1 to indicate no limit in the SQL clause. ... (check-in: 465f8ecd4a user: mistachkin tags: trunk)
19:26
Fix macro redefinition compiler warnings. ... (check-in: 629d49752c user: mistachkin tags: trunk)
15:57
Update the built-in SQLite to include the latest bug fixes, especially the fix to count(*) on WITHOUT ROWID tables. Fix the "fossil all" command so that it works on a WITHOUT ROWID global_config table. ... (check-in: c0700615ff user: drh tags: trunk)
15:49
Move proxy-related fields after the other url-related fields. ... (check-in: 45107553c0 user: jan.nijtmans tags: jan-httpsproxytunnel)
15:27
merge trunk ... (check-in: 1bd561c3ba user: jan.nijtmans tags: jan-httpsproxytunnel)
15:10
Fix password handling as in trunk. ... (check-in: 384a6b3dba user: jan.nijtmans tags: tkt-change-hook)
12:39
merge trunk ... (check-in: 3d63f56039 user: jan.nijtmans tags: tkt-change-hook)
08:58
Add option --offset to "fossil timeline" ... (check-in: 32a9b55e17 user: jan.nijtmans tags: trunk)
08:32
Backout remaining of [8e01c2257d] and fix corresponding change log entry, as it apparently is not accepted upstream. See: [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg13883.html]. Sorry Joerg. ... (check-in: 0625a42c68 user: jan.nijtmans tags: trunk)
03:43
Merge change to fossil ui which first looks for default user if set before falling back to the Setup user. ... (check-in: 1460b7476f user: andybradford tags: trunk)
02:41
Merge in fixes for the password embedded in the URL, save password prompting, and new clone --once option. ... (check-in: ff159bfdd7 user: andybradford tags: trunk)
2013-11-11
23:22
Further revisions to the semantics of printing the timeline 'bounds' indicators. ... (check-in: 8b03ef2489 user: mistachkin tags: trunk)
22:41
Keep track of when the repository was last rebuilt and display it on the stats page. ... (check-in: c0242ad4d8 user: mistachkin tags: trunk)
21:53
For the --deanalyze option to rebuild, the stat4 table should be dropped as well. ... (check-in: 4c8a5c9860 user: mistachkin tags: trunk)
21:42
Restore the limit-reached markers in the timeline printing routine. ... (check-in: ab4d4dacf7 user: mistachkin tags: trunk)
21:08
Add the test-without-rowid command. ... (check-in: 7ddfd42b60 user: drh tags: trunk)
19:32
Output "+++ end of timeline reached +++" when appropriate at the end of timeline output in stead of marker indicating that a limit is reached. After ML request. If n=0 no marker will be output. ... (check-in: 8e01c2257d user: jan.nijtmans tags: trunk)
19:18
Make use of WITHOUT ROWID in new repositories. ... (Closed-Leaf check-in: ad98226090 user: drh tags: without-rowid)
17:32
Update the built-in SQLite to the latest trunk version that includes the WITHOUT ROWID enhancement. Fossil itself does not (yet) make use of this enhancement. ... (check-in: 611e25d396 user: drh tags: trunk)
2013-11-10
15:35
Remove duplicate user from fossil user capabilities usage statement. ... (check-in: 66ca04d452 user: andybradford tags: trunk)
06:04
Merge in latest from trunk. ... (Closed-Leaf check-in: 69a19a7d75 user: andybradford tags: url-password-fixes)
06:01
On Win32 isatty/fileno have been deprecated in favor of _isatty/_fileno. ... (check-in: 594bbaea70 user: andybradford tags: url-password-fixes)
03:49
Logic correction. Should check if the local db is open before trying to use it, not before checking if the variable is null. ... (Closed-Leaf check-in: 8a7a45e094 user: andybradford tags: pending-review)
00:02
Change fossil ui behavior to look for default-user first if set, otherwise look for user with Setup capability. ... (check-in: 2fe1d8043e user: andybradford tags: pending-review)
2013-11-09
02:38
Prefer use of fossil_strcmp that handles NULL better. ... (check-in: e97665e056 user: andybradford tags: url-password-fixes)
2013-11-08
15:46
Fix temporary directory separator handling for Cygwin. For testing purposes. (Change taken over from SQLite's "cygDirSep" branch) ... (check-in: 7bba46776c user: jan.nijtmans tags: trunk)
07:50
Remove side effect produced when calling with no flags. This permits removal of work around in sync.c. ... (check-in: 912ca19510 user: andybradford tags: url-password-fixes)
06:01
Clean up handling of passwords for SSH. Further separate prompting for password from saving of password. ... (check-in: ad34c07c45 user: andybradford tags: url-password-fixes)
2013-11-07
13:31
Make sure that "fossil clean" never cleans win/fossil.exe either. ... (check-in: 6dd4d75e15 user: jan.nijtmans tags: trunk)
13:29
Use fossil_getenv/fossil_fopen in stead of getenv/fopen in a few places, so on Win32 non-ASCII characters in filenames and environment variable values are handled correctly. For shell.c this must be handled by the makefiles, because this file comes from SQLite. ... (check-in: aab8ce2fcc user: jan.nijtmans tags: trunk)
2013-11-05
09:37
Add --once option to "fossil clone" ... (check-in: c0cdb632ed user: jan.nijtmans tags: url-password-fixes)
02:08
Make it so password prompts during commit are also honored. ... (check-in: 1854e090fd user: andybradford tags: url-password-fixes)
2013-11-04
15:12
Preserve any URL flags that get added when parsing the original URL. ... (check-in: 23e51b9d9b user: andybradford tags: url-password-fixes)
2013-11-02
17:26
Restore URL flags because user_select() causes them to be altered. This allows the save password prompt to appear when required. ... (check-in: 817d795f96 user: andybradford tags: url-password-fixes)
16:06
Continue prompting for as many times as the failed login check will allow. ... (check-in: 87d258107c user: andybradford tags: url-password-fixes)
11:16
Don't crash if last-sync-pw was never set yet. ... (check-in: a282923061 user: jan.nijtmans tags: url-password-fixes)
10:57
Only prompt for password save if the to-be-saved password is different from the already saved password ... (check-in: a5404e30cb user: jan.nijtmans tags: url-password-fixes)
06:19
Only prompt to save the password if there is a tty. ... (check-in: 34b2f0675b user: andybradford tags: url-password-fixes)
06:17
It appears that calls to url_parse(0,x) are used to establish who the user is using user_select(). In this case we should not overwrite a password that has been provided prior to calling user_select() with one from the database. ... (check-in: a01c714c3a user: andybradford tags: url-password-fixes)
2013-11-01
08:11
Avoid clobbering the last-sync-pw when doing sync --once. ... (check-in: 8bdc3ccd2b user: andybradford tags: url-password-fixes)
05:14
Prompt to remember password when password is embedded in URL. Also improve password failure prompting during clone/sync operations. ... (check-in: 1ccbb651c5 user: andybradford tags: url-password-fixes)
2013-10-31
14:41
Merge from trunk. ... (Closed-Leaf check-in: bbebf7090c user: dg tags: dg-misc)
11:00
Suggested implementation for [1ec9e8658e]: Flag some commits for "extra attention" ... (Closed-Leaf check-in: 13ba9a50df user: jan.nijtmans tags: rfe-1ec9e8658e)
06:03
Allow read access to fx_* tables in report_query_authorizer(). ... (check-in: dda5b18b0d user: joel tags: trunk)
2013-10-30
10:53
merge cleanX branch changes (which all come from trunk) ... (check-in: 6934dd3cc0 user: jan.nijtmans tags: cleanX-no-clean-glob)
10:50
merge trunk ... (check-in: a354949a62 user: jan.nijtmans tags: cleanX)
09:39
Added .bat for building with latest MSVC version ... (check-in: 4f32dced74 user: BM tags: msvc_build)
09:38
Create new branch named "msvc_build" ... (check-in: caa9c2c61c user: BM tags: msvc_build)
09:11
Make "fossil add", "fossil addremove", "fossil update" and "fossil co --latest" work when the repository doesn't contain any commit yet. This is not a fatal situation at all. ... (check-in: b725c1cf26 user: jan.nijtmans tags: trunk)
08:42
Make option -n|--limit of "fossil timeline" now specify the number of entries, just like all other commands which have the -n|--limit option. Suggested by Martin Gagnon. ... (check-in: 6e4e16fb8c user: jan.nijtmans tags: trunk)
08:09
More style cleanup. ... (check-in: e4e2f9f7b8 user: mistachkin tags: trunk)
2013-10-29
13:09
merge trunk ... (Closed-Leaf check-in: 055245ad08 user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
13:08
code style cleanup ... (check-in: ea3d77c4aa user: jan.nijtmans tags: trunk)
12:58
Fix existing print_timeline() calls, so they return the same output as trunk by default. ... (check-in: 11634df5ea user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
12:48
Fix a typo in quickstart.wiki. ... (check-in: e3ad71f0e4 user: drh tags: trunk)
11:10
correct merge conflict ... (check-in: 0cb3ab794f user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
11:06
merge trunk ... (check-in: 1d6cccc552 user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
10:55
Add option -W|--width to the "fossil timeline" and "fossil finfo" commands. Defaults to 79. ... (check-in: 2eb492e282 user: jan.nijtmans tags: trunk)
2013-10-28
20:13
Code style cleanup. ... (check-in: 24273fd0c4 user: mistachkin tags: trunk)
14:01
Change the anti-spider error message to be more welcoming to human users who happen to be using a browser without javascript support. ... (check-in: 3ede3702a2 user: drh tags: trunk)
2013-10-27
09:44
Added fx_* to the glob of tables which are _not_ dropped by a rebuild, per ML discussion. The intention is to give 3rd-party extensions a safe place to put their data. ... (check-in: dbec64585a user: stephan tags: trunk)
04:48
Modify TH1/Tcl integration macros to avoid using a generic variable name. ... (check-in: 63a9998ca1 user: mistachkin tags: trunk)
01:18
Prevent incorrect attachment links from appearing on the timeline. Reported via the mailing list. ... (check-in: 359399307e user: mistachkin tags: trunk)
01:17
Fix harmless compiler warning. ... (check-in: 9147aa2c5b user: mistachkin tags: trunk)
2013-10-26
22:51
Accept return codes 2xx when establishing tunnel. ... (check-in: a672018374 user: jan tags: jan-httpsproxytunnel)
19:17
Merge latest change from trunk. ... (check-in: eb1b310fc7 user: mgagnon tags: hide-diff-on-vdiff_page)
09:06
Allow comment_print() to handle lines >400 characters. Add parameter "width" to print_timeline() function. ... (check-in: b2455507cb user: jan.nijtmans tags: trunk)
2013-10-25
12:42
Merge trunk. Add the "-W|--width WIDTH" option to "fossil timeline". Default is 80. ... (check-in: 3710f2ac5b user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
11:57
Restore fossil_fatal panic message in case of possible checkout/repo mismatch. ... (check-in: 8e7edc60fa user: jan.nijtmans tags: trunk)
07:41
Make "fossil commit" work on a repository which doesn't have any commits yet: An initial commit will be created then. ... (check-in: ebe92f5cfb user: jan.nijtmans tags: trunk)
2013-10-24
10:53
Don't set _USE_32BIT_TIME_T when using MSVC++ compiler: On <VS2005 this flag has no effect, and for >=VS2005 the executable links with msvcrt80.dll (or higher), so the fact that localtime64 is missing from msvcrt.dll is no issue there. ... (check-in: 6112b31d8c user: jan.nijtmans tags: trunk)
2013-10-22
08:38
Minor changes to help text. ... (check-in: 4833cda5a7 user: mistachkin tags: tkt-change-hook)
08:34
Merge updates from trunk. ... (check-in: 0943f37246 user: mistachkin tags: tkt-change-hook)
07:46
Adapt other callers of print_timeline(), so they show as well whether the limit was reached. ... (check-in: 25d0049045 user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
07:41
Correctly determine whether the limit was really reached, this time without my mistake in [d54ada1cea] which didn't handle "-n 0" correctly. ... (check-in: feb175065c user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
03:40
Perform timeline limit checks at the end of the loop, after checking if a limit exists. ... (check-in: 521f7a14e0 user: mistachkin tags: timeline_cmd_dash_n_fix)
2013-10-21
18:44
One advantage of modifying print_timeline() in stead of using LIMIT: It's possible to put an indication at the end that output stopped because the limit was reached! ... (check-in: d54ada1cea user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
18:38
merge trunk ... (check-in: 0e4dee009e user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
17:21
Slight modularization when building the request to establish https tunnel over proxy. ... (check-in: 491e6d30fc user: jan tags: jan-httpsproxytunnel)
17:00
Merge from trunk. ... (check-in: f3037e1763 user: jan tags: jan-httpsproxytunnel)
08:45
Simpler: In raw mode, each entry outputs a single line, so LIMIT can do the job as well. ... (Closed-Leaf check-in: 59da968645 user: jan.nijtmans tags: limit-tag)
08:33
The same for raw mode as well. ... (check-in: 4b9be08a4d user: jan.nijtmans tags: limit-tag)
08:23
Let the "-limit" option in "fossil tag find" be handled exactly the same as in "fossil timeline". This allows output of more than 2000 lines if the "-limit" parameter requests so. ... (check-in: 1f77efc321 user: jan.nijtmans tags: limit-tag)
07:41
Fix default "fossil timeline -n" value. Merge trunk, and simplify code makeing use of the trunk improvements. ... (Closed-Leaf check-in: 4fdffd7d3e user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2)
06:29
Simplify handling of the limit in print_timeline. ... (check-in: d7f457b456 user: mistachkin tags: trunk)
05:06
Make "fossil timeline -n" more accurate in counting lines in verbose mode. Allow print_timeline() to be used without limits, assuming that the query already contains a suitable limitation. Improve documentation. ... (check-in: 0c312bee20 user: jan.nijtmans tags: trunk)
2013-10-20
06:40
Possibly simpler alternative to timeline_cmd_dash_n_fix branch ... (check-in: c6a49e29b9 user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2)
2013-10-19
12:52
Fix typo in hyperlink. ... (check-in: 18d9f5af04 user: drh tags: trunk)
06:47
Change /vdiff page (used when clicking on 2 nodes on /timeline), so it honor the show-version-diffs settings. Just like the /ci page. Also add the "Hide diff" button to hide the diffs manually. The /vdiff page can have a lot of files to diff depending on which version are selected, so the capability to show only list of files that change is very convenient to spot interesting files. ... (check-in: d7dc41586f user: mgagnon tags: hide-diff-on-vdiff_page)
2013-10-18
22:37
Merge updates from trunk. ... (check-in: 63bd6754a5 user: mistachkin tags: timeline_cmd_dash_n_fix)
16:05
Added "YYMMDD HH:MM" option to timeline timestamp config, per ML request. ... (check-in: feef2d153c user: stephan tags: trunk)
11:46
Add the ability to control the timeline date and time format from the Admin/Timeline setup menu. ... (check-in: 403d937287 user: drh tags: trunk)
10:30
cosmetic: ensure that /reports graph bars have a width of at least 1, to avoid that a positive event count has an empty graph bar during low-activity time periods (where active is under 1% of activity relative to the rest of the report). ... (check-in: 50c08819fb user: stephan tags: trunk)
09:40
Fix typo in help text. ... (check-in: 6cc54a7962 user: mistachkin tags: trunk)
09:38
Improvements to the 'fossil all' help text. Cherrypick of [8019d49bdb], which was checked-in on the wrong branch. ... (check-in: ed17f3cc2e user: mistachkin tags: trunk)
09:34
Improvements to the 'fossil all' help text. ... (check-in: 8019d49bdb user: mistachkin tags: tkt-change-hook)
09:32
Added a timelineDate CSS class on the "divider" fields, for consistency with the variouts timelineXXX classes. ... (check-in: 720e09841c user: stephan tags: trunk)
07:50
Merge updates from trunk. Add 'th1-uri-regexp' to the common TH1 configuration settings. ... (check-in: 9e4a3bc67b user: mistachkin tags: tkt-change-hook)
07:48
Simplify the declaration of common TH1 related configuration settings. ... (check-in: 52ed68109b user: mistachkin tags: trunk)
07:30
Update error message text. ... (check-in: 037ccb47c5 user: mistachkin tags: trunk)
05:10
Fix blob leaks on one return path. ... (check-in: 2438518e66 user: mistachkin tags: tkt-change-hook)
05:03
Fix blob leaks in the http TH1 command. Also, reorganize it to prepare for future enhancements. ... (check-in: 0db184fc8e user: mistachkin tags: tkt-change-hook)
03:16
Merge updates from trunk. ... (check-in: 2ed75739a5 user: mistachkin tags: timeline_cmd_dash_n_fix)
03:15
Merge timeline entry/line limit improvements from the v2 branch. ... (check-in: 9cc75945be user: mistachkin tags: timeline_cmd_dash_n_fix)
03:13
Simplify the entry/line limit for the timeline output. Make it more accurate in verbose mode. Style fixes. ... (Closed-Leaf check-in: 695a3c13bd user: mistachkin tags: timeline_cmd_dash_n_fix-2)
02:23
Merge updates from trunk. ... (check-in: 20306eef8c user: mistachkin tags: tkt-change-hook)
00:58
More enhancements to the button on the transfer setup page. ... (check-in: dcc8236e97 user: mistachkin tags: tkt-change-hook)
00:33
Make the new button on the transfer setup page use the selected sync flags. Move the button to the bottom of the content and add some explanatory text and a warning message. ... (check-in: bfcdc23b72 user: mistachkin tags: tkt-change-hook)
2013-10-17
22:16
Add the 'fossil all clean' and 'fossil all extra' sub-commands. Add -whatif option to the 'fossil clean' command that has the same effect as -dry-run, primarily for use with 'fossil all clean' since the all command itself uses the -dry-run option. ... (check-in: d30e5a4835 user: mistachkin tags: trunk)
21:44
Merge updates from trunk. ... (Closed-Leaf check-in: 9ee11edbc1 user: mistachkin tags: allExtra)
20:22
merge trunk ... (check-in: bf45c30d1d user: jan.nijtmans tags: tkt-change-hook)
18:36
Enhance the CGI processor to assume that PATH_INFO is an empty string if it is omitted. ... (check-in: 63a84cb66e user: drh tags: trunk)
18:12
Increase the version number to 1.28. ... (check-in: d8eb5cb7a5 user: drh tags: trunk)
18:10
Update the change log. No changes to code. ... (check-in: d694ef089d user: drh tags: trunk)
17:38
Tolerate CGI systems that do not send REQUEST_URI. ... (check-in: a68280c4fc user: drh tags: trunk)
16:10
minor typo fix. ... (check-in: bd209802bf user: stephan tags: trunk)
16:08
Patch from offline drh which sets the default cloned-repo user name to the one provided in the URL. ... (check-in: 64aa75260f user: stephan tags: trunk)
15:40
Update the built-in SQLite to the 3.8.1 release. ... (check-in: 8f4e273b0d user: drh tags: trunk)
15:21
Fixed typo. ... (check-in: 4ca5aa356c user: jan tags: jan-httpsproxytunnel)
12:30
minor oops ... (check-in: 3cf6908e02 user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2)
12:22
Minor suggested update: - If N=0 there should be no limit. - If N<0 (undocumented) restore the old behavior of counting lines in stead of entries. ... (check-in: 6c02f699af user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2)
10:04
Include User-Agent when connecting to proxy for https tunnels. Fixed a misplaced EOL. ... (check-in: 08b02fe828 user: jan tags: jan-httpsproxytunnel)
09:31
Add keep-alive for unauthenticated proxy tunnels. Remove port number from host. ... (check-in: ca61c5e992 user: jan tags: jan-httpsproxytunnel)
09:07
Make proxy connection 'keep-alive' for https tunnel. ... (check-in: ca82d0c1fa user: jan tags: jan-httpsproxytunnel)
2013-10-16
19:02
Update build instructions for Mac 10.2. ... (check-in: bf6a4d3294 user: drh tags: trunk)
13:39
merge trunk. Slightly simpler SELECT ... (check-in: 900bfb377d user: jan.nijtmans tags: tkt-change-hook)
12:43
Changed text which appears in EDITOR/VISUAL-based commit message editor, per ML discussion. ... (check-in: 9801449b68 user: stephan tags: trunk)
09:50
A control artifact which modifies an already existing valid check-in (e.g. moving it to another branch), should fire the (commit) hook for the changed manifest. ... (check-in: 52861df1e9 user: jan.nijtmans tags: tkt-change-hook)
04:09
Fix behavior of "--limit | -n" argument of the timeline command to fit description from usage, which is also the behavior of the "n=" parameter of the /timeline webpage. Now -n <n> define the number of entries while before, it was limiting the number of lines. (pending review...) ... (check-in: 453a060c19 user: mgagnon tags: timeline_cmd_dash_n_fix)
2013-10-15
20:10
Add support for compiling with symbols enabled using MSVC. ... (check-in: 44bd9ae243 user: mistachkin tags: trunk)
18:36
Make the TH1 common script result handling more consistent. Minor style fixes. ... (check-in: 0ffe1b08fa user: mistachkin tags: tkt-change-hook)
15:02
If _USE_32BIT_TIME_T is already set, e.g. because SQLite provides it already, don't set it again. ... (check-in: 043512c578 user: jan.nijtmans tags: trunk)
11:41
Restore running of the common script before starting an xfer. If the commmon script result in a "break" or "continue", skip the following hook script but don't produce an error. ... (check-in: d79eaeb101 user: jan.nijtmans tags: tkt-change-hook)
09:00
Fix accidental change: make sure that the regexp object has been created prior to using it. ... (check-in: 9964af59ce user: mistachkin tags: tkt-change-hook)
08:24
Restore previous implementation of the common script function. Add inline docs to indicate its usage. ... (check-in: 348df8f00f user: mistachkin tags: tkt-change-hook)
07:57
Keep in alphabetical order. ... (check-in: de7681780d user: jan.nijtmans tags: tkt-change-hook)
07:45
The common xfer script should only be run once for each interpreter. ... (check-in: 55fe2bb814 user: jan.nijtmans tags: tkt-change-hook)
06:53
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. In case of "fossil ui" it works fine, but could be improved for usefulness in other situations. ... (check-in: 7c24de9cf1 user: jan.nijtmans tags: tkt-change-hook)
06:51
merge trunk ... (check-in: 837c85bae5 user: jan.nijtmans tags: tkt-change-hook)
06:48
Bug-fix in ticket handling when tracing is on. (discovered in tkt-change-hook branch) ... (check-in: 9e940f2e1e user: jan.nijtmans tags: trunk)
01:21
Centralize and simplify the commit/ticket hook integration. ... (check-in: 6cf28968db user: mistachkin tags: tkt-change-hook)
00:28
Minor changes to SQLite 3.8.1 as it nears release. ... (check-in: 93c258250b user: drh tags: trunk)
2013-10-14
13:57
Clarification to the quickstart.wiki text. ... (check-in: 0b9f725e15 user: drh tags: trunk)
13:30
Bring in the latest SQLite 3.8.1 beta for the purpose of pre-release testing of SQLite. ... (check-in: 089dad49e2 user: drh tags: trunk)
11:37
Bug-fix (not caused by refactoring, was already there): When doing a "fossil commit -n": assertion "blob_is_reset(&manifest)" failed: file "./src/checkin.c", line 1817, function: commit_cmd Aborted (core dumped) ... (check-in: 3db05280ca user: jan.nijtmans tags: tkt-change-hook)
10:54
Restore some styling improvements. ... (check-in: ee598d69be user: jan.nijtmans tags: tkt-change-hook)
10:38
Phase 4 refactoring broke some important requirements: 1) "fossil rebuild" should not run any hook script, nor should it read the hook script code from the database for each manifest it processes. 2) When handling tickets through the UI, the ticket hook should be processed once, just as if it came in through xfer. 3) (less important) Allow "http -asynchronious" to be shortened to "http -async" I apologize for having to revert part of the "Phase 4 refactoring" restoring this. Other than that, it looks good! ... (check-in: b92e111a59 user: jan.nijtmans tags: tkt-change-hook)
08:51
Merge updates from trunk. ... (check-in: 14be8e8a17 user: mistachkin tags: allExtra)
08:48
Help text enhancements. ... (check-in: 345cb070a1 user: mistachkin tags: tkt-change-hook)
08:28
Fix compiler warnings. ... (check-in: c932fa47ef user: mistachkin tags: trunk)
08:20
Rename the HTTP header variable used by httpCmd back to hdr for consistency with other code. ... (check-in: e44932b12c user: mistachkin tags: tkt-change-hook)
08:19
Phase 4, simplify usage of TH1 hooks and make more consistent. Assume that the common transfer TH1 script is idempotent. ... (check-in: 0fe1771a76 user: mistachkin tags: tkt-change-hook)
07:08
Phase 3, the TH1 http command now uses non-global URL data. This also required heavy refactoring of some other callers that use the global URL data. ... (check-in: 8ce9c1af8f user: mistachkin tags: tkt-change-hook)
05:37
Phase 2, style cleanup for httpCmd and fix minor memory leak. ... (check-in: 047b0174b7 user: mistachkin tags: tkt-change-hook)
05:10
Refactoring, phase 1, move httpCmd. ... (check-in: d1b4d1b630 user: mistachkin tags: tkt-change-hook)
04:15
Rename the 'http-allow-regexp' setting to 'th1-uri-regexp'. ... (check-in: aeedba68b6 user: mistachkin tags: tkt-change-hook)
2013-10-13
15:19
don't hardcode default value of "ticket-change" code ... (check-in: 0e1f94732c user: jan.nijtmans tags: tkt-change-hook)
15:13
Put back ticket-change in JSON part as well ... (check-in: 12c53e1cb6 user: jan.nijtmans tags: tkt-change-hook)
15:03
One more place where failing run_common_script() should not prevent running manifest_crosslink(). If run_common_script() fails, let the following run_script() output its error-message. ... (check-in: cc5466b8d4 user: jan.nijtmans tags: tkt-change-hook)
14:46
add back the original "ticket-change" hook, as it was in trunk ... (check-in: abef3f1957 user: jan.nijtmans tags: tkt-change-hook)
10:33
manifest_crosslink() should always be called, whether run_common_script() fails or not. revert experimental change in timeline ... (check-in: b6b656a0ec user: jan.nijtmans tags: tkt-change-hook)
10:06
Fix redirect after ticket submission, as suggested by Justin Forest. Rename "ticket-change" to "xfer-ticket-script" everywhere ... (check-in: 26d6877ff6 user: jan.nijtmans tags: tkt-change-hook)
09:53
merge trunk ... (check-in: a4327ba0b6 user: jan.nijtmans tags: tkt-change-hook)
2013-10-11
20:19
Improved the help text for /reports. Started 1.28 changelog entries. ... (check-in: 5c123de48c user: stephan tags: trunk)
19:58
Added sub-submenu to /reports for selecting type of event to filter on. ... (check-in: 3e915d420a user: stephan tags: trunk)
19:04
Added by-type labels for /reports page headers, but still not sure how to integrate the flags sensibly into the UI. ... (check-in: 0761df83b0 user: stephan tags: trunk)
13:29
Update the built-in SQLite to the latest 3.8.1 beta that includes the "sqlite3.h" file text at the very beginning of the "sqlite3.c" amalgamation file. ... (check-in: 7f5fbf95eb user: drh tags: trunk)
12:40
Fix Win64 build with MinGW. Problem reported by Martin Gagnon. ... (check-in: 0d70a87234 user: jan.nijtmans tags: trunk)
11:44
merge trunk ... (Closed-Leaf check-in: 1a310615b6 user: jan.nijtmans tags: fix-win64-mingw)
11:31
Revert makefile changes in my previous commit: It broke the normal MinGW build! Sorry! ... (check-in: 6e55cfe61c user: jan.nijtmans tags: trunk)
11:24
minor doc typo fix from ML. ... (check-in: 2530ee0372 user: stephan tags: trunk)
11:20
With this additional change, it works. But I don't understand why, and it means patching SQLite. ... (check-in: 57cf68c421 user: jan.nijtmans tags: fix-win64-mingw)
11:13
Attempt to fix Win64 MinGW build. Doesn't work yet. ... (check-in: e25410039d user: jan.nijtmans tags: fix-win64-mingw)
08:36
Make sure that EVERY source file includes "config.h" before any other system includes. This is the first step in making fossil compile for Win64 using MinGW. ... (check-in: c30cd93b91 user: jan.nijtmans tags: trunk)
07:49
Merge updates from trunk. ... (check-in: 33d26b91c4 user: mistachkin tags: allExtra)
2013-10-10
15:19
Update the built-in SQLite to the latest 3.8.1 beta from upstream. ... (check-in: cb29ef2a1e user: drh tags: trunk)
13:18
Make sure that in Win64 builds _USE_32BIT_TIME_T is never defined. ... (check-in: d66cfb164f user: jan.nijtmans tags: trunk)
02:52
Merge from 'trunk' ... (check-in: 9c3021b097 user: ashish tags: ashish-ipv6)
2013-10-09
13:58
help fix typo from ML. ... (check-in: 6981cc6851 user: stephan tags: trunk)
12:06
Change "Abbreviated Name" to "Tarball and ZIP-archive Prefix" on the "Configuration" page of setup. ... (check-in: 49e112c9f0 user: drh tags: trunk)
09:20
Make sure that the UUID of a generated P-card is the UUID of a valid check-in in this repository. If not, bail out early. ... (check-in: d30abe150a user: jan.nijtmans tags: trunk)
08:24
Be carefull comparing a char < ' ': If the platform 'char' type is signed, this will be true for all UTF-8 characters >0x7f as well. ... (check-in: c426475eeb user: jan.nijtmans tags: trunk)
07:56
Fix the abbreviated project name escape mechanism for two less obvious dangers: - spaces at the end of the filename should be stripped. - control charaters are not allowed in filenames either. ... (check-in: e161527c3a user: jan.nijtmans tags: trunk)
03:17
Fix a couple of minor documentation typos. ... (check-in: c334fc9ac7 user: drh tags: trunk)
02:44
Mention the --dontstop option in the "fossil all" on-line help. ... (check-in: f89ba310bb user: drh tags: trunk)
00:09
Merge the enhanced SSH transport changes into trunk. The ssh command now runs a single instance of "fossil" directly on the remote side, obviating the need for a remote shell. ... (check-in: dbb5e2d32a user: drh tags: trunk)
2013-10-08
15:21
double-quote and question mark are a problem as well. ... (check-in: 760f80cd8f user: jan.nijtmans tags: trunk)
15:10
Fix the abbreviated project name escape mechanism to escape all and only the characters that are special to unix and windows filesystems. ... (check-in: 99318f09e6 user: drh tags: trunk)
14:50
Bring in the latest SQLite 3.8.1 beta from upstream. ... (check-in: 4910a37809 user: drh tags: trunk)
14:43
Add the Abbreviated Name configuration option that is used for tarball and ZIP archive name construction. ... (check-in: 1239545663 user: drh tags: trunk)
14:13
minor help text typo. ... (check-in: eb6b14723a user: stephan tags: trunk)
14:01
integrated reports-by-type. Still missing some UI components, but the feature works if the user adds type=XYZ to the URL args. ... (check-in: 358f8e361f user: stephan tags: trunk)
13:51
If the ".fslckout" file gets confused about the RID of the current checkout, still generate a valid manifest, only without the "P" record. ... (check-in: e17e2174a9 user: drh tags: trunk)
13:45
Revise the character escaping logic for generated tarballs and zip archives. Add a "For best results" comment to the configuration page where the project name is set. ... (check-in: fe76ad5567 user: drh tags: trunk)
13:11
Add the undocumented --script FILENAME option to all diff operations that make use of the --tk option. The --script FILENAME option is used for testing and debugging only. ... (check-in: cee30a34d8 user: drh tags: trunk)
13:03
Escape special characters used in the Project Name when generating the URLs for tarball and ZIP archive. ... (check-in: ddc313e8e1 user: drh tags: trunk)
12:54
Add the "fossil blame" command that shows the username without a line number. The "fossil annotate" command continues to show the line number and omit the username. ... (check-in: 6f686403d7 user: drh tags: trunk)
07:23
Even better error message in case of "manifest file (12892) is malformed". Detection of this situation is not 100% failproof yet, but if zParentUuid=0 we know for sure that an illegal manifest will be generated later, so better catch this early. ... (check-in: 27dc7a5671 user: jan.nijtmans tags: trunk)
2013-10-07
23:52
Add the 'fossil all clean' command. Add -whatif option to the 'fossil clean' command, primarily for use with 'fossil all clean'. ... (check-in: 4e7753c8a1 user: mistachkin tags: allExtra)
23:36
Update help to include 'fossil all extra'. ... (check-in: aca6db8f2b user: mistachkin tags: allExtra)
22:37
Add the 'fossil all extra' command. ... (check-in: f4bcc63fab user: mistachkin tags: allExtra)
21:36
Fix array indexing issue in db_all_column_text_and_int64() and refactor all_cmd() in an attempt to avoid bug [b6eea9446d]. ... (check-in: cb8f7eb88a user: mistachkin tags: tkt-b6eea9446d)
20:26
Comment fixes. ... (check-in: 19d2a8db7c user: mistachkin tags: tkt-b6eea9446d)
20:24
Initial groundwork for fixing bug [b6eea9446d]. ... (check-in: d5407ff954 user: mistachkin tags: tkt-b6eea9446d)
13:27
Support for tunneling https through http proxy. ... (check-in: c039efde83 user: jan tags: jan-httpsproxytunnel)
08:35
Hm. the db_finalize() and the newline append should be done within the "if"! ... (Closed-Leaf check-in: 6135c92e4b user: jan.nijtmans tags: pending-review)
08:10
Prevent an invalid manifest to be generated if there is no parent manifest. ... (check-in: aa01de5d16 user: jan.nijtmans tags: pending-review)
07:41
Better error message in case of "manifest file (12892) is malformed". It will now give an additional line: "line ???: wrong size UUID on P-card" (or whatever other parsing error happens), and using the "-n" option it will print out the complete manifest as well. This would have made it much easier to investigate Ron Aaron's commit problem (many thanks for reporting this!), without adding special debugging code to fossil. ... (check-in: ec81aee915 user: jan.nijtmans tags: trunk)
2013-10-05
22:34
Backout check-in [7557c3e03f]. The code in that check-in is not necessary. (It was added only to try to catch errors.) Fix for ticket [9d9d42d9aab]. ... (check-in: 6d1c038c62 user: drh tags: trunk)
2013-10-04
17:06
Fix a busted hyperlink in the server.wiki documentation page. ... (check-in: 92bad3cdb8 user: drh tags: trunk)
16:42
Update the server documentation to show an example stunnel4 configuration. ... (check-in: bd6dac51d1 user: drh tags: trunk)
15:18
Improved the checkout/repo mismatch check based on off-list discussion. Edit: caused bug [9d9d42d9aa]. ... (check-in: 7557c3e03f user: stephan tags: trunk)
10:12
Corrections to comment. ... (check-in: c72c19b8f1 user: mistachkin tags: trunk)
09:59
Cygwin64 has a 64-bit "long" while Win64 has a 32-bit "long". Correct for that. ... (check-in: 4ff370c832 user: jan.nijtmans tags: trunk)
09:30
Better error-message in case of "manifest file is malformed" ... (Closed-Leaf check-in: 1eb438d61a user: jan.nijtmans tags: pending-review)
09:10
Fix compiler warning on Cygwin ... (check-in: c05cc27300 user: jan.nijtmans tags: trunk)
02:50
Consolidate all the Cygwin-specific preprocessor directives into one file and include it where necessary. ... (check-in: 816e893d3b user: mistachkin tags: trunk)
2013-10-03
14:59
Revert [b7625d8d8c], instead make sure the correct header file is included for Cygwin. ... (check-in: 19b2b2403c user: jan.nijtmans tags: trunk)
2013-10-02
21:39
Fixed the table we search for the byweek report. Replaced 'y' param with 'type' because 'y' is already uses for YYYY (year). ... (Closed-Leaf check-in: 68e3e0a5dc user: stephan tags: reports-by-type)
21:32
made the docs match the code. ... (check-in: 4c21f20cf8 user: stephan tags: reports-by-type)
21:28
Initial draft of type event type argument for /reports. Seems to work but is missing labels and link integration (i.e. can only be used by explicitly passing y=TYPE for the time being). ... (check-in: 331a8b7112 user: stephan tags: reports-by-type)
14:45
Take over some improvements/fixes from the CleanX2 branch. Still not very well tested, so please don't look ;-) ... (check-in: b2a2ce5312 user: jan.nijtmans tags: cleanX-no-clean-glob)
11:33
Fix typos in the server.wiki document. ... (check-in: e3a2d8f381 user: drh tags: trunk)
04:22
Merge in latest from trunk to keep up-to-date. ... (Closed-Leaf check-in: c6500ac985 user: andybradford tags: ssh-transport-changes)
03:26
Upgrade the included Jim Tcl to 0.74. ... (check-in: 753f4d9a04 user: mistachkin tags: trunk)
2013-10-01
23:01
Merge updates from trunk. ... (check-in: 8d2f9ab128 user: mistachkin tags: cleanX)
09:58
Upgrade the included Jim Tcl to 0.74. ... (Closed-Leaf check-in: 023e681208 user: mistachkin tags: jimTcl74)
09:35
Make sure the --emptydirs option is processed even when it is already implied to prevent it from being considered as an 'unrecognized option'. ... (check-in: f7c022c141 user: mistachkin tags: trunk)
09:21
merge trunk ... (check-in: 5724c62cf6 user: jan.nijtmans tags: cleanX-no-clean-glob)
2013-09-30
14:45
Merge the new --dirsonly and --emptydirs and --allckouts options for the "fossil clean" command onto trunk. ... (check-in: 238c8dafd0 user: drh tags: trunk)
13:45
Imply the --emptydirs option automatically when the --dirsonly option is used. ... (Closed-Leaf check-in: 0ecb950002 user: mistachkin tags: cleanEmptyDirs)
13:32
Improvements to the header of from/to timelines. ... (check-in: 564d75b0cd user: drh tags: trunk)
13:30
Simplify vfile_dir_scan and make sure nested calls do not alter the path added to the dscan_temp table. ... (check-in: 4f2bad8396 user: mistachkin tags: cleanEmptyDirs)
13:29
Fix to the chroot() fix: Get Fossil working again for xinetd access. ... (check-in: 1050f2e75f user: drh tags: trunk)
12:16
Add the --dirsonly and --allckouts options to the 'clean' command. ... (check-in: 51403ee52e user: mistachkin tags: cleanEmptyDirs)
11:45
Add --emptydirs option to the 'clean' command to remove empty directories. Corrections to style and comments. Remove superfluous local variable zDir in vfile_scan. ... (check-in: 8f1e1ee8fb user: mistachkin tags: cleanEmptyDirs)
11:39
Silence harmless compiler warning. ... (check-in: 16113accff user: mistachkin tags: trunk)
2013-09-29
15:40
added some docs regarding read/write perms for CGI configurations, per ML thread. ... (check-in: 3892fcab71 user: stephan tags: trunk)
12:42
When chroot()'ing for root user, close the repo _before_ the chroot, not after. Problem reported via ML. ... (check-in: e65162b4ad user: stephan tags: trunk)
12:39
help text fix reported in ML. ... (check-in: 5e6fa72016 user: stephan tags: trunk)
2013-09-28
10:34
Merge recent trunk changes into the tkdiff-enhancements branch. ... (Closed-Leaf check-in: fac1093192 user: drh tags: tkdiff-enhancements)
2013-09-27
14:41
The various "diff --tk" commands now take an optional, undocumented option "--script FILENAME" that causes the Tk script to be written into FILENAME rather than to be run. One use for this is to get a copy of the diff script in a form were it can be easily edited and enhanced before being moved back into Fossil. ... (check-in: 326a736493 user: drh tags: tkdiff-enhancements)
08:52
Disable use of the unloadTcl function on 64-bit Windows, since the underlying MinGW issue does not manifest there. ... (check-in: ba779faf48 user: mistachkin tags: trunk)
07:49
unloadTcl is only needed on Win32, not for Win64 or any other platform. ... (Closed-Leaf check-in: 0013d9ccb6 user: jan.nijtmans tags: win64-unloadTcl)
04:08
Make an exception in the spider protection code for Opera Mini. ... (check-in: 1a30da30db user: joel tags: trunk)
2013-09-26
08:09
Rename the makefile variable BROKEN_MINGW_CMDLINE (not the C define) to more accurately reflect its usage. ... (check-in: 4137f4cda9 user: mistachkin tags: trunk)
07:17
Fossil compiled with MinGW version 4.0 didn't work on Windows XP any more, because it uses the 64-bit time API. This can be fixed by specifying -D_USE_32BIT_TIME_T. (It's the same in MSVC, but Microsoft does not support Windows XP in its development tools any more. Adding the same in Makefile.msc doesn't help anything on that, unfortunately) ... (check-in: a8214df372 user: jan.nijtmans tags: trunk)
06:58
Workaround for [http://sourceforge.net/p/mingw/bugs/2062/|MinGW bug #2062] ... (check-in: f2ce2f80f4 user: jan.nijtmans tags: trunk)
2013-09-25
23:56
Add formal unloading support to the Tcl integration subsystem. This is necessary to prevent a deadlock while exiting the process when Tcl is loaded. Add runtime detection of the ability to directly invoke an objProc for a Tcl command. Support USE_TCL_STUBS define in the version information. ... (check-in: 6b58c67ed8 user: mistachkin tags: trunk)
08:36
Remove unnecessary code which does not give any advantage. This fixes dynamical loading of Tcl 8.4 as well. ... (Closed-Leaf check-in: 132c1b4cc2 user: jan.nijtmans tags: pending-review)
08:29
FOSSIL_ENABLE_TCL_PRIVATE_STUBS only makes sense when USE_TCL_STUBS is defined as well. Use that consistantly in the code. Easier testing whether Tcl integration works fine, just by "fossil version -v". ... (check-in: 0038f4c999 user: jan.nijtmans tags: pending-review)
2013-09-24
16:11
merged in trunk ... (Closed-Leaf check-in: 4fb3675a1a user: stephan tags: usage-command)
2013-09-23
12:09
Loading Tcl 8.4 only works when USE_TCL_EVALOBJV=1. Reason: the function Tcl_GetCommandFromObj is introduced in Tcl 8.5 (TIP #139). Actually, the source code history for Tcl indicates that this is not correct. Both Tcl_GetCommandFromObj and Tcl_GetCommandInfoFromToken are present for Tcl 8.4. The Tcl_GetCommandInfoFromToken function was added in TIP #32 and the Tcl_GetCommandFromObj function exists since the initial check-in in the Tcl repository, circa 1998. ... (Closed-Leaf check-in: 2234fabe76 user: jan.nijtmans tags: support-tcl84-stubs)
10:17
Prevent a crash in fossil during exit, when a mingw-compiled (with dw2) Tcl version is still loaded. This is clearly a dw2 bug (see: [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]), but the suggested workaround works and is managable. ... (check-in: da96f916cb user: jan.nijtmans tags: trunk)
2013-09-19
18:36
Per feedback, further improve the Tcl shared library error message. ... (check-in: aad3ef3288 user: mistachkin tags: trunk)
15:10
Some fossil_panic() -> fossil_fatal(). Revert output value of manifest_crosslink() to what it was: 0=error. ... (check-in: b6cb91ca5b user: jan.nijtmans tags: tkt-change-hook)
14:42
merge trunk ... (check-in: 06f08ed02b user: jan.nijtmans tags: tkt-change-hook)
11:48
Fix MSVC build error and warnings: c:\localdata\workspace\fossil\src\util.c(249) : warning C4715: 'fossil_timer_fetch' : not all control paths return a value c:\localdata\workspace\fossil\src\util.c(270) : warning C4715: 'fossil_timer_reset' : not all control paths return a value ... (check-in: 6e1e4bb83d user: jan.nijtmans tags: trunk)
11:29
Notepad and Cygwin interpret absolute paths differently. Solution: make the path relative. This is generally better anyway because relative paths are shorter and less likely to overflow platform path limitations. ... (check-in: 3cadf76c3d user: jan.nijtmans tags: trunk)
11:18
Bug-fix in file_relative_name(): If filename is a super-directory of the current directory then the final slash is missing. Test-case: "fossil test-relative-name /home/ --slash". Result "../../.." should be "../../../". This bugfix is needed for my next commit. ... (check-in: add7524533 user: jan.nijtmans tags: trunk)
08:30
Add --slash option to test-canonical-name and test-relative-name ... (check-in: e6ced76797 user: jan.nijtmans tags: trunk)
08:10
merged in trunk ... (check-in: d3e4ef94b4 user: stephan tags: usage-command)
06:32
Improve the error message when loading a Tcl shared library fails. ... (check-in: 43c5630485 user: mistachkin tags: trunk)
02:41
Merge in recent development from trunk. ... (check-in: 6b90659f83 user: andybradford tags: ssh-transport-changes)
2013-09-18
12:58
Fix typo in on-line help for "settings". Ticket [b41c8b77dd5044] ... (check-in: 78d714e984 user: drh tags: trunk)
12:56
Always allow the administrator to moderate attachments. ... (check-in: 41d9de6e14 user: drh tags: trunk)
12:46
Fix typos in the "Server" documentation. Also remove the "Security Considerations" paragraph at the end, which seems to be mostly common-sense. ... (check-in: dd357f7f06 user: drh tags: trunk)
2013-09-17
16:08
Get a 10x speedup on long annotations by indexing a field in the temporary "ancestor" table. ... (check-in: 1c40de1843 user: drh tags: trunk)
15:05
When using private stubs, really use private stubs ... (check-in: 07c8b73072 user: jan.nijtmans tags: trunk)
13:31
Update the build-in SQLite to the 3.8.1 alpha from upstream, for the purpose of testing SQLite. ... (check-in: 02d3f53305 user: drh tags: trunk)
11:33
Don't set USE_TCL_EVALOBJV=1 for Tcl 8.6b3 and higher by default. ... (check-in: 8c8c6bce21 user: jan.nijtmans tags: trunk)
10:06
Minor cleanup of Tcl integration code. Also, add more comments describing USE_TCL_EVALOBJV. ... (check-in: d7f83e7462 user: mistachkin tags: trunk)
09:31
Support overriding the USE_TCL_EVALOBJV define via a custom Makefile. ... (check-in: 5782fa032e user: mistachkin tags: trunk)
09:16
New clean-zlib, clean-openssl, and clean-tcl targets in the MinGW makefiles. Cherrypick of [9112867c2d]. ... (check-in: 249f6075d9 user: mistachkin tags: trunk)
09:00
Use Tcl_EvalObjv in any Tcl version, not only when compiled with Tcl 8.6 headers. ... (Closed-Leaf check-in: 92fd8ddc13 user: jan.nijtmans tags: pending-review)
08:43
new clean-zlib, clean-openssl and clean-tcl targets in the mingw makefiles. ... (check-in: 9112867c2d user: jan.nijtmans tags: pending-review)
2013-09-16
23:38
Support the ability to determine at runtime if the private stubs mechanism was used for Tcl. ... (check-in: e10d117125 user: mistachkin tags: trunk)
23:17
Fix missing argument check for pxDeleteInterp in the Tcl integration module. ... (check-in: ee9d2bfb31 user: mistachkin tags: trunk)
23:06
Enable use of the private Tcl stubs mechanism by default in the custom MinGW makefile. ... (check-in: fe0bb72716 user: mistachkin tags: trunk)
22:51
Add support for compiling a Tcl-enabled Fossil using the private stubs mechanism. ... (check-in: 955886f18c user: mistachkin tags: trunk)
20:01
Improve readability of the Win32 RC file. ... (check-in: b5141cb799 user: mistachkin tags: trunk)
19:41
If compat/tcl-8.6 contains an already built Tcl environment, allow it to be used by Fossil. ... (check-in: 0ad8af4bf6 user: jan.nijtmans tags: trunk)
19:24
Minor consistency fixes to the Win32 RC file. ... (check-in: 45d93e1575 user: mistachkin tags: trunk)
12:49
For some reason, fossil.rc could not be compiled any more. Anyway with stubs, the patchlevel doesn't say anything. ... (Closed-Leaf check-in: 7c232dc0c3 user: jan.nijtmans tags: tcl-stubs-v2)
12:16
Add "clean" target as well. Remove noncence part. ... (check-in: 4966e15d04 user: jan.nijtmans tags: tcl-stubs-v2)
12:13
Same stuff, but now for non-Windows systems as well. Need to run "make" in compat/tcl-8.6/unix first, before running "./configure" ... (check-in: 648c27e6ee user: jan.nijtmans tags: tcl-stubs-v2)
08:34
Much more simplified stubs implementation. No changes to Fossil code itself. ... (check-in: 10f71bc7fc user: jan.nijtmans tags: tcl-stubs-v2)
07:36
Fix a couple missed changes. ... (Closed-Leaf check-in: 9562a16f6d user: mistachkin tags: tcl-stubs)
07:31
Correct typo in auto.def. Improvements to the Tcl integration. ... (check-in: 6e08e5ae64 user: mistachkin tags: tcl-stubs)
07:26
merge fork ... (check-in: fea040240f user: jan.nijtmans tags: trunk)
07:24
Add new tcl target to Makefile.mingw. Only build what is necessary for building Fossil. ... (check-in: c237195fa4 user: jan.nijtmans tags: trunk)
07:23
Correct typo in auto.def. Improvements to the Tcl integration. ... (check-in: efaea6b641 user: mistachkin tags: trunk)
06:23
Fix inaccurate error message. ... (check-in: 0a94396ddf user: mistachkin tags: tcl-stubs)
06:21
Merge TH1 initialization fix from trunk. ... (check-in: deb196f00a user: mistachkin tags: tcl-stubs)
06:17
Further cleanup and naming consistency. ... (check-in: 48f501ec21 user: mistachkin tags: tcl-stubs)
06:04
Fix built-in TH1 command registration broken by the previous commit. ... (check-in: 5d20065c4b user: mistachkin tags: trunk)
05:54
Enhance the private (i.e. fake) Tcl stubs mechanism support and make it optional at compile-time. ... (check-in: a76a134bfd user: mistachkin tags: tcl-stubs)
03:54
Merge updates from trunk. ... (check-in: fc1442ca60 user: mistachkin tags: tcl-stubs)
2013-09-15
18:51
Revise TH1 initialization function to accept a single flags argument. Cleanup and revise version information reported for zlib and Tcl. ... (check-in: 0e6862046d user: mistachkin tags: trunk)
16:59
Let "fossil version -v" report the zlib version currently running, not the zlib version it was compiled with ... (check-in: e568d9f03f user: jan.nijtmans tags: trunk)
2013-09-14
21:59
When building the new OpenSSL target in the MinGW makefile, build only what is necessary to actually compile and use Fossil. ... (check-in: a5073b3ae9 user: mistachkin tags: trunk)
18:17
Remove unused CGI environment variable for SSH connections. ... (check-in: d03e27d842 user: amb tags: ssh-transport-changes)
2013-09-13
21:17
Add the 3 header files from Tcl. Now win32 fossil.exe can be cross-compiled on any system which has a suitble mingw-w64 compiler. E.g. on Ubuntu: * sudo apt-get install mingw-w64 * cd compat;tar xfz <path-to>/openssl-1.0.1e.tar.gz * make -f win/Makefile.mingw.mistachkin PREFIX=i686-w64-mingw32- openssl fossil.exe * i686-w64-mingw32-strip fossil.exe ... (check-in: d0ef76037b user: jan.nijtmans tags: tcl-stubs)
12:15
CONST -> const ... (check-in: 8897edb7e1 user: jan.nijtmans tags: trunk)
11:55
Eliminate the need for the Tcl stub library to be linked with. Fossil uses public Tcl functions only, so tclStubPtr is the only variable which needs to be present and initialized. The function Tcl_InitStubs reduces to only 15 lines of code, which as well can be put in directly. Advantage: Presence of 3 header files (tcl.h, tclDecls.h and tclPlatDecls.h) from whatever Tcl version is sufficient to compile Fossil with Tcl support through stubs. ... (check-in: 9f77be88a2 user: jan.nijtmans tags: tcl-stubs)
08:32
merge trunk to "hidden" tag implementation. Regarding the "CROSS JOIN", see: [85d960e205288ef8] and [https://www.sqlite.org/queryplanner-ng.html#fossilcasestudy] for more info. ... (Closed-Leaf check-in: 778ce727ec user: jan.nijtmans tags: hidden-tag)
02:41
Bring in fixes and new release code. ... (check-in: a359ef8f20 user: amb tags: ssh-transport-changes)
02:39
Leave original prompt as current SSH behavior does not require a password. ... (check-in: 746a93e1ad user: amb tags: ssh-transport-changes)
2013-09-12
22:47
implement undocumented "mionly" option in JSON timeline, just as in the normal timeline page. ... (check-in: 0bcb7707ce user: jan.nijtmans tags: trunk)
21:05
don't use a CROSS JOIN, but a normal JOIN. Is that correct? Otherwise it's incredible slow......, but I'm not sure. ... (check-in: d7436c4e1c user: jan.nijtmans tags: hidden-tag)
20:06
New target "openssl" in win/Makefile.mingw, for building the openssl static libraries on mingw32 ... (check-in: f469c27d26 user: jan.nijtmans tags: trunk)
13:03
Make it work in JSON timeline as well ... (check-in: 0ee34c90d5 user: jan.nijtmans tags: hidden-tag)
09:22
Implicit function declaration on Cygwin ... (check-in: b7625d8d8c user: jan.nijtmans tags: trunk)
09:06
Let "fossil version -v" report the real Tcl version running, not the version of the Tcl (stub) library it was compiled with. ... (check-in: 86a8e1d923 user: jan.nijtmans tags: trunk)
00:43
Fix a minor error in the mkdownload.tcl script. ... (check-in: 2d9e01e048 user: drh tags: trunk)
00:40
Change the download-page generator script to be more generic about operating system version numbers on prebuild binaries. ... (check-in: b685a01282 user: drh tags: trunk)
2013-09-11
20:11
typo and unnecessary "align=center" ... (check-in: 53e004254a user: jan.nijtmans tags: trunk)
19:53
minor typo fix, no code changes. ... (check-in: bd7daa1f2d user: stephan tags: trunk)
15:16
Don't display anything marked "hidden" in the timeline. ... (check-in: ba7056b242 user: jan.nijtmans tags: hidden-tag)
13:15
Use the new -DSQLITE_WIN32_NO_ANSI C-flag from SQLite 3.8.1. This eliminates all osIsNT() calls on Win32 and Cygwin in SQLite. (Fossil doesn't run on Win95/98/ME anyway) ... (check-in: c2fa007451 user: jan.nijtmans tags: trunk)
11:43
Version 1.27 ... (check-in: 13ad130920 user: drh tags: trunk, release, version-1.27)
2013-09-10
14:35
Make CSS consistent with other hrefs on in side box. ... (check-in: fa9dfa478b user: andybradford tags: trunk)
14:32
Fix minor finfo line wrapping issue reported on mailing list. ... (check-in: 4d846d94d3 user: andybradford tags: trunk)
02:49
Only print SSH command string if --sshtrace is enabled. ... (check-in: 0088ab83f6 user: amb tags: ssh-transport-changes)
2013-09-09
13:31
merge trunk ... (check-in: f62a835a8c user: jan.nijtmans tags: usage-command)
13:13
Tweaks to the change log. ... (check-in: e7202edf0c user: drh tags: trunk)
13:11
Bug fix to "update": identify the local user correctly. Contributed by Andy Bradford. ... (check-in: 8e50e2e7bd user: drh tags: trunk)
13:07
Increase the version number to 1.27 in preparation for the next release. ... (check-in: 6950e08d07 user: drh tags: trunk)
2013-09-08
12:59
Restore support for 64-bit integers in JSON on win32. Lost by [10666aaddd]. ... (check-in: c7409f105e user: jan.nijtmans tags: trunk)
09:00
Added JSON license change to changelog, for the sake of package maintainers (who presumably use the changelog). ... (check-in: df828ca69c user: stephan tags: trunk)
07:14
merged in JSON_parser license change (went to the wrong branch). ... (check-in: 10666aaddd user: stephan tags: trunk)
07:13
Pulled in latest upstream JSON_parser(), which has an MIT license instead of BSD+do-no-evil clause. ... (check-in: e2975b71f1 user: stephan tags: usage-command)
2013-09-07
22:13
Merge from trunk. ... (check-in: b5ccc136ae user: dg tags: dg-codenames)
21:57
Bring in latest fixes and features. ... (check-in: e880c032e9 user: andybradford tags: ssh-transport-changes)
21:50
Move the SSH shared account code back to the branch to keep the development of this new feature separate. ... (Closed-Leaf check-in: 56169d0775 user: andybradford tags: ssh-shared-account)
21:21
Separate SSH transport changes from shared account features to simplify integration. ... (check-in: 915c79cb4f user: andybradford tags: ssh-transport-changes)
16:09
Rework the algorithm to consume a certain number of bits from the string, rather than using modulus arithmetic --- this is much friendlier on partial hashes, at the expense of being a bit less efficient. ... (check-in: 0160d40b5d user: dg tags: dg-codenames)
2013-09-06
22:18
On Cygwin, when editing with Notepad, make sure it starts with the UTF-8 BOM. ... (check-in: 3e90ef61f3 user: jan.nijtmans tags: trunk)
18:23
merged trunk ... (check-in: c79e8c9301 user: stephan tags: usage-command)
18:17
slight change to the assertions in the latin1 workaround. Nothing functional. ... (check-in: c66ee0d667 user: stephan tags: trunk)
18:09
pulled in a minor (doc) cleanup for the latin1 workaround. ... (check-in: 339f9f324f user: stephan tags: trunk)
17:08
Pulled in latest upstream cson, which includes a workaround for an encoding-related problem reported by Matt Welland. The JSON i-tests run with this change, but it is not pretty. ... (check-in: aa6c2b1eb7 user: stephan tags: trunk)
14:19
Fix "fossil stash diff --tk" ... (check-in: 1b0a259301 user: jan.nijtmans tags: trunk)
14:18
Change internal $cmd Tcl variable in $fossilcmd. One of the Tcl packages in my environment (not written by me) defines this variable, which breaks "fossil diff --tk". Still investigating, but this is a harmless workaround. Addendum: Found the cause of this problem: [http://core.tcl.tk/tcl/info/f031beec9a] This change came after Tcl 8.6, and was never in any released version of Tcl, so it should be fixed before 8.6.1 ... (check-in: f92d80d42a user: jan.nijtmans tags: trunk)
07:27
s/strcmp/fossil_strcmp/ to avoid a segfault on a NULL string. ... (check-in: e3a4d954b7 user: stephan tags: trunk)
2013-09-05
20:30
merged in trunk ... (check-in: 8124aa4a2a user: stephan tags: usage-command)
20:03
"fossil ls" improvements were mentioned twice in the changelog. ... (check-in: 9203b4cb1c user: jan.nijtmans tags: trunk)
19:56
Updated changelog based on the 1.27 (pending) diffs. Added a link to the release checklist page. ... (check-in: 08edbd4a3a user: stephan tags: trunk)
12:42
On Cygwin, don't set browser to "echo" if it cannot be found, but revert to ShellExecuteW which can do a much better job. ... (check-in: 0efd9e6a94 user: jan.nijtmans tags: trunk)
02:46
Add $csrf_token TH1 variable. ... (check-in: 2653fb4ebe user: joel tags: trunk)
01:48
Only report server time skew once and at the very end of a sync. ... (check-in: 051cf593b2 user: drh tags: trunk)
2013-09-04
20:44
Merge from trunk. ... (check-in: 15090b9450 user: dg tags: dg-codenames)
20:42
Add initial basic mnemonic encoding support. ... (check-in: 570783f795 user: dg tags: dg-codenames)
19:17
merge trunk ... (check-in: 79bae86356 user: jan.nijtmans tags: cleanX-no-clean-glob)
18:43
New --close option to "fossil [/help?cmd=commit|commit]", which immediately closes the branch being committed. ... (check-in: abf727105d user: jan.nijtmans tags: trunk)
12:50
New --close option to "fossil [/help?cmd=commit|commit]", which immediately closes the branch being committed. ... (Closed-Leaf check-in: c0daf6157a user: jan.nijtmans tags: commit-close)
11:33
merged in trunk for sqlite build fixes. ... (check-in: 11547d9f68 user: stephan tags: usage-command)
11:30
Update the built-in SQLite from upstream, taking over Joe's fix fror MSVC (reported by Ross Berteig) ... (check-in: 9aae838b8b user: jan.nijtmans tags: trunk)
00:08
Add mention of SBS diff change to changelog. ... (check-in: f2ce086b5d user: joel tags: trunk)
2013-09-03
22:01
Added a missing error code check - now properly fails if no checkout is available (e.g. when called using -R repofile). ... (check-in: f550bdc7b9 user: stephan tags: usage-command)
21:51
Added -n|-count ### option to list the most recent (or all) history entries, ordered descending by time. ... (check-in: b613c52bc5 user: stephan tags: usage-command)
20:15
Fixed the is-this-server-mode check to avoid updating cmd_usage stats in server/ui mode even if there is a local checkout. ... (check-in: e11bec70ef user: stephan tags: usage-command)
20:04
Fixed a missing db_finalize() in the -clear case. ... (check-in: 3579d1cb87 user: stephan tags: usage-command)
20:01
Added experimental "usage" command to track command usage stats on a per-checkout basis (not synched). ... (check-in: bd71466446 user: stephan tags: usage-command)
15:24
Update the built-in SQLite from upstream, for the purpose of testing SQLite. ... (check-in: fa0df0c77e user: drh tags: trunk)
2013-09-02
19:20
Fixed a wrong-column use in load_vfile_from_rid(), which caused an is-a-phantom check to always eval to false, even for phantoms. This has 'probably' never been triggered before. ... (check-in: 612e0ecc25 user: stephan tags: trunk)
19:11
Removed some dead SQL code and fixed transaction closing in a "cannot happen" scenario in load_vfile_from_rid(), per ML discussion. ... (check-in: 3e9f9b0609 user: stephan tags: trunk)
17:44
Added recent assertion/stderr fix to changelog. ... (check-in: 429aba33c2 user: stephan tags: trunk)
09:33
On Cygwin, if no browser is set and no Cygwin version of any browser can be found, fall back to win32/win64 version of chrome, firefox or IE (in that order) ... (check-in: 021866fd91 user: jan.nijtmans tags: trunk)
2013-09-01
16:02
Recommend to others the same as we do. ... (check-in: ad0d6aed18 user: jan.nijtmans tags: trunk)
15:56
Eliminate some compiler warnings (taken over last - patched - version from SQLite) ... (check-in: 0a24d431c7 user: jan.nijtmans tags: trunk)
2013-08-31
18:27
Disable the test for file descriptor 3 being invalid since that messes up the "fossil diff" command. ... (check-in: fd7cfac508 user: drh tags: trunk)
17:19
On unix, make sure file descriptor 2 is open and file descriptor 3 is not open at the beginning of main(). The first check helps ensure that a assert() will not accidently overwrite a file. The second check verifies that the is_valid_fd() function used by the first check really works. ... (check-in: 4ef3708d8d user: drh tags: trunk)
15:09
Allow "with note" in timeline for all appropriate tags, not only +close and -close. ... (check-in: 24bff454ab user: jan.nijtmans tags: trunk)
14:47
Even more experimental: just shun all clusters and see what happens. ... (Closed-Leaf check-in: ab422c39e1 user: jan.nijtmans tags: shun-clusters)
14:03
Optimized out an unnecessary string copy in appendDiffLine(), #undef'd a local macro in EncodeHttp(). ... (check-in: a789e85ff6 user: stephan tags: trunk)
08:56
Updated some manifest parsing comments to reflect recent reality adjustments. Comment changes only. ... (check-in: b5f2ebd323 user: stephan tags: trunk)
2013-08-30
14:33
Do not print warnings about SQLITE_SCHEMA errors. ... (check-in: d239479528 user: drh tags: trunk)
14:07
Merge in latest features and fixes from trunk. ... (Closed-Leaf check-in: ef8b9da03f user: andybradford tags: ssh-test-http)
12:32
Be sure to finalize all queries on the /info page. ... (check-in: cca1adad02 user: drh tags: trunk)
12:25
Finalize the query for the various report formats on the reportlist page. ... (check-in: 34ccf66e17 user: drh tags: trunk)
12:18
Add the --errorlog command-line option and the errorlog: parameter to CGI scripts. Log all panics, fatal errors, and warnings to the error log, if defined. Panic if file descriptor 2 is not open on unix. Clean up some routines that deal with close(). ... (check-in: 4727ef4a8e user: drh tags: trunk)
06:41
Further improvements to the fossil_panic() procedure to prevent it from looping and to force an early close of the database file. ... (check-in: 9d73d4c127 user: drh tags: trunk)
06:22
Update SQLite to the version that avoids opening databases on file descriptor 2 and that works inside a chroot jail. Fix a potential uninitialized variable in the CGI processing. ... (check-in: 98b16c72c7 user: drh tags: trunk)
03:06
Change most uses of fossil_panic() to fossil_fatal(). Modify fossil_panic() to avoid allocating heap memory and to close the database connection before doing anything else. ... (check-in: 320f14363e user: drh tags: trunk)
2013-08-29
23:39
Update the built-in SQLite to the version that refuses to open database files using file descriptors 0, 1, or 2. ... (check-in: e454de135a user: drh tags: trunk)
20:12
Create new branch named "dg-codenames" ... (check-in: 42ccbaa446 user: dg tags: dg-codenames)
13:53
Update the built-in SQLite to the version 3.8.0.1 beta. ... (check-in: 5d60e609c2 user: drh tags: trunk)
11:16
On Cygwin, if all else fails, use Internet Explorer as browser for "fossil ui". ... (check-in: 9de7f44005 user: jan.nijtmans tags: trunk)
2013-08-28
21:32
Automatically shun Clusters which contain M-cards pointing to other shunned artifacts ... (check-in: abda198efa user: jan.nijtmans tags: shun-clusters)
2013-08-27
13:50
An unused and an uninitialized variable. ... (check-in: 669f22fb7c user: jan.nijtmans tags: trunk)
13:28
This manifest has a P-card and a Q-card to a non-existing (private) branch. The purpose was show that nothing fails in that situation. Remark: This manifest was the result of an experiment, synced by accident (sorry about that). Strangly enough on localhost:8080 an arrow going all the way down is visible, on fossil-scm.org the arrow is not there. ... (Closed-Leaf check-in: e19cfba537 user: jan.nijtmans tags: pending-review)
12:04
Fix the display of arrows with a private branch as starting point. If UUID's are missing from R-cards (except for the first argument) and Q-cards, this is not fatal: The merge source might be private in some other repository and not (yet) synced. "fossil test-missing" should not report errors for this situation. ... (check-in: 60389c1f41 user: jan.nijtmans tags: pending-review)
08:57
Protect Q-card from having the same UUID as the parent. Example: "fossil merge --cherrypick trunk" followed by "fossil commit --allow-empty" ... (check-in: d5649979ed user: jan.nijtmans tags: trunk)
08:31
Make Notepad the default editor on Cygwin, just as win32, if no other editor is specified. ... (check-in: ad32c20f8e user: jan.nijtmans tags: trunk)
2013-08-26
20:42
If an event/attachment comment ends with spaces, strip them from the C-card ... (check-in: ff87296f85 user: jan.nijtmans tags: trunk)
20:08
prevent duplicate UUID's in P-card ... (check-in: 4f443a3e7f user: jan.nijtmans tags: trunk)
18:23
If a file has been "fossil rm"-ed in the local checkout - which has not been committed, then a "fossil update" is done to another version that has no changes on that file, then silently keep that file unmanaged. ... (check-in: 2918effe0d user: drh tags: trunk)
18:00
Fix typos in the "fossil update" logic. ... (check-in: 5a1d13ee50 user: drh tags: trunk)
11:56
Update json status page for "merge --integrate" ... (check-in: 1dc3881129 user: jan.nijtmans tags: trunk)
08:40
Report syntax errors in T-cards for events when they happen, not when the complete manifest is parsed already. ... (check-in: 512cc1977a user: jan.nijtmans tags: trunk)
08:16
Add a comment why the R-card is necessary in the initial empty check-in manifest. ... (check-in: 4bf2708294 user: jan.nijtmans tags: trunk)
07:56
Document that the C-card in events is optional. Proof: [/event/bfdf42305400f6ca]. Don't output C-card in events when not necessary (code copied from attach.c) ... (check-in: 6a03e9329b user: jan.nijtmans tags: trunk)
2013-08-25
14:53
Added average event count per active time period to the /reports views. ... (check-in: 16f033dda3 user: stephan tags: trunk)
03:25
Move some posix only includes so they are not used on _WIN32. Can compile again on MinGW. ... (check-in: 8278a03f0e user: mgagnon tags: ssh-test-http)
02:11
Spiders and robots are presented with a captcha if they request the annotation page. ... (check-in: f8a2aa0ce7 user: drh tags: trunk)
2013-08-24
22:33
Report all available CGI environment variables on the test_env page. ... (check-in: f9c2dec2ec user: drh tags: trunk)
22:22
For the control summary, make sure that the reported tags are sorted by UUID. This way, [fb5b161492] looks much better (after "fossil rebuild") ... (check-in: 5b1a6850ac user: jan.nijtmans tags: trunk)
21:29
This summary should be sorted on UUID: ... (check-in: fb5b161492 user: jan.nijtmans)
20:44
check-in->manifest and tag->control, that are the names of the artifact types used everywhere else. ... (check-in: a5479f189b user: jan.nijtmans tags: trunk)
19:02
Make a best effort to record the IP of the remote host in rcvfrom. ... (check-in: 5627d795c3 user: andybradford tags: ssh-test-http)
16:11
Add the --parse option to test-integrity which causes artifacts to be run through the manifest parser. ... (check-in: 2e83d0dea3 user: drh tags: trunk)
2013-08-23
21:40
remove incorrect remark. ... (check-in: 45843c8e95 user: jan.nijtmans tags: trunk)
21:00
Print a warning during "fossil rebuild" for each Manifest which has F-cards but no R-card. This violates the documentation! Addendum: Documentation is corrected now: Originally the R-card was required but due to compaints that changed. ... (Closed-Leaf check-in: 2549a3a51b user: jan.nijtmans tags: lack-R)
20:58
Improved rendering of ascii-art hexadecimal for the captcha. ... (check-in: d394010047 user: drh tags: trunk)
16:02
Set id attribute on <select> element generated by TH1 combobox command to NAME so it can be referenced by a <label> element. ... (check-in: 73fdb8a73d user: joel tags: trunk)
14:14
Remove unused sshin_read() function that was missed. ... (check-in: f64c003d13 user: andybradford tags: ssh-test-http)
13:25
Control files containing self-referencial T-cards can be valid Manifests, but some are mis-catogorized as (invalid) Control artifacts if they don't contain F- or R- cards (which is allowed, according to the documentation). Example: [2a4e4cf03e]. A "fossil rebuild" is needed to see the effect of this change. ... (check-in: b2a5320737 user: jan.nijtmans tags: trunk)
13:15
Report "E-card in ???" syntax errors as "?-card in event". Refactoring needed for next commit. No change in functionality. ... (check-in: 6324a3ce6b user: jan.nijtmans tags: trunk)
10:07
typo's ... (check-in: 882f7a5dad user: jan.nijtmans tags: trunk)
09:54
According to the documentation [/artifact/9974dfbc5c?txt=1&ln=178-179], the first manifest in the project has no P-card. Make it so, as a P-card with no arguments is just ignored and serves no purpose. (I tested this in a new repo, and it works just fine) ... (check-in: 989c99351e user: jan.nijtmans tags: trunk)
09:27
When doing a "fossil commit --dry-run", don't store the text "Dry-run mode - no comment provided." as template for the next commit comment. ... (check-in: dfd8962ff2 user: jan.nijtmans tags: trunk)
2013-08-22
20:28
Only change the mouse cursor over node boxes in the timeline. ... (check-in: 52bf905935 user: joel tags: trunk)
18:44
In stead of "A-card on tag" syntax error, report "T-card in attachment". Various other inconsitancies in syntax error messages. This is only refactoring, no change in functionality. ... (check-in: bcaba112cb user: jan.nijtmans tags: trunk)
18:22
Speedup of "fossil rebuild" by not calculating the Z checksum unnecessary. Doing a "fossil rebuild" on the Tcl fossil repository, this saves about 1 second (out of 1m22) on my machine. OK, OK, not THAT impressive, but it's a measurable gain with 0 cost. ... (check-in: 960fb04e35 user: jan.nijtmans tags: trunk)
03:20
Update to the latest SQLite 3.8.0 beta for testing. ... (check-in: 3c5f1f08d8 user: drh tags: trunk)
03:04
Tcl script code style fix. ... (check-in: 41dbd44b12 user: mistachkin tags: trunk)
2013-08-21
14:49
this should be a valid manifest ... (check-in: 2a4e4cf03e user: jan.nijtmans)
14:24
The undocumented feature of resolving RID-looking strings as RIDs has been changed to rid:### instead to avoid surprise, per ML discussion. ... (check-in: 4c80aa2ae1 user: stephan tags: trunk)
12:58
Fix some errors/inconsistancies in SYNTAX error messages ... (check-in: ccc7724a51 user: jan.nijtmans tags: trunk)
07:45
Cluster artifacts with Q-card are invalid. Check for "cluster" artifacts first so all later code-paths can leave out the M-card check. Check for K-cards in the "ticket" section, so all later code-paths can leave out this check. Check for L-cards in the "wiki" section, so all later code-paths can leave out this check. This saves 9 code-lines while keeping equal functionality (except for the additional Q-card check in Clusters) ... (check-in: 13e2c73aec user: jan.nijtmans tags: trunk)
07:09
On Cygwin $tcl_platform(platform) is "unix", but we want the same font as on win32 if the "win32" mode is used. ... (check-in: 09c2cf3e58 user: jan.nijtmans tags: trunk)
02:26
Tk diff: Just stick with default fonts (with an exception for Windows). ... (check-in: 7e9c7c0454 user: joel tags: trunk)
2013-08-20
14:07
Added a link to the pgp-signed note. Not happy with how it turns out, but it is proof-of-concept. Edit: closing after ML comments pointed out the ability of this feature to be abused by adding look-alike code to the commit message. ... (Closed-Leaf check-in: 884a765abd user: stephan tags: timeline-pgp-marker)
12:57
experimentally added "PGP SIGNED" marker to PGP-signed commits in the timeline, per ML request. ... (check-in: d632a50e2a user: stephan tags: timeline-pgp-marker)
11:29
Detect properly that [ff59f202fe] is an invalid Control artifact. ... (check-in: 13161f39aa user: jan.nijtmans tags: trunk)
08:08
Eliminate some unnecessary variables. Eliminate some (harmless) compiler warnings with gcc 4.8.1. Remove some spaces at the end of lines. No functional changes. ... (check-in: 4e092e0f15 user: jan.nijtmans tags: trunk)
04:06
Bring in the latest SQLite with VDBE and Btree performance optimizations. ... (check-in: 187845b574 user: drh tags: trunk)
2013-08-19
18:33
Minor addenda to the R-card calculation notes. ... (check-in: 9d50b77e12 user: stephan tags: trunk)
17:13
Set default CSS for canvas node colors since Chrome has different browser defaults than all others. ... (check-in: 9b19e7e086 user: drh tags: trunk)
14:48
We can detect when to enable compatibility mode, so do this instead of requiring an explicit argument. ... (check-in: 90c4859315 user: andybradford tags: ssh-test-http)
14:30
Don't use a separate Control artifact for "merge --integrate" any more ... (check-in: daa8eb95e4 user: jan.nijtmans tags: trunk)
14:28
Don't use a separate Control artifact for "merge --integrate" any more. ... (Closed-Leaf check-in: eb8787a326 user: jan.nijtmans tags: merge-integrate)
13:21
Merge --integrate into [12c30d33d477c812] ... (check-in: 4d27a34ae9 user: jan.nijtmans)
13:21
Use C-card in stead of T-card to put comment on timeline for "merge --integrate" Control artifact. Demo: [4d27a34ae936f30c] ... (check-in: 12c30d33d4 user: jan.nijtmans tags: trunk)
13:19
Use C-card in stead of T-card to put comment on timeline for "merge --integrate" Control artifact. ... (Closed-Leaf check-in: 908a090c88 user: jan.nijtmans tags: merge-integrate)
11:29
Better enforcement of lexicographical ordering of T cards. ... (check-in: 2979c08271 user: drh tags: trunk)
11:22
Update to the latest SQLite 3.8.0 beta in order to test SQLite. ... (check-in: 48445291c0 user: drh tags: trunk)
2013-08-18
08:11
No longer reject valid Control artifacts like this one: [ce319b7898] ... (check-in: 55cacfcace user: jan.nijtmans tags: trunk)
04:22
Add CSS class to anchor for open leaves for consistency. ... (Closed-Leaf check-in: 8ad0a8796a user: andybradford tags: pending-review)
01:26
Use a little more precaution that the Fossil command has been seen first. ... (check-in: 12dbaebec2 user: andybradford tags: ssh-test-http)
2013-08-17
23:05
Change SSH transport to use a single SSH connection if client/server willing. Add client header so server can detect when to use new mode. Also improve backwards compatibility for older SSH clients by responding to probes. ... (check-in: f0bb3c9b5a user: andybradford tags: ssh-test-http)
19:38
Resolved ticket [05f4bbc266]. ... (check-in: 635598ed93 user: stephan tags: trunk)
12:35
Added AUX_SCHEMA version to (version -verbose), mainly to give the libfossil configure script a way to fetch this value without poking around the db. ... (check-in: 08429eb7b2 user: stephan tags: trunk)
2013-08-16
14:36
update documentation ... (Closed-Leaf check-in: d10eee3a4b user: jan.nijtmans tags: merge-integrate)
13:45
Allow multiple T-cards with the same tags, provided they are for different uuid's which are in strict increasing order. ... (check-in: f2ae58e393 user: jan.nijtmans tags: merge-integrate)
12:44
If the "+closed" value is an UUID, interpret this as an "fossil merge --integrate" where the uuid is the destination branch of the integration. ... (Closed-Leaf check-in: 4377917005 user: jan.nijtmans tags: merge-integrate)
10:07
If a Control artifact contains a C-card, don't ignore it any more but display it in the timeline. Demo: [deb18ab6e3cdde20]. A "fossil rebuild" is needed to make this visible. ... (check-in: 9aca5f7930 user: jan.nijtmans tags: trunk)
09:14
Added a minor clarification regarding fossilization of strings to the R card demo. ... (check-in: 76d901ddb9 user: stephan tags: trunk)
08:17
Generated by "merge --integrate" ... (check-in: deb18ab6e3 user: jan.nijtmans)
08:17
Fix display of timeline graph in IE8, broken by commit [e412f97999] ... (check-in: 5885241f52 user: jan.nijtmans tags: trunk)
07:28
Fix display of timeline graph in IE8, broken by commit [e412f97999] ... (Closed-Leaf check-in: ef5e74961a user: jan.nijtmans tags: fix-ie8)
03:25
Merge in all new development from trunk. ... (check-in: 535cba9158 user: andybradford tags: ssh-test-http)
00:47
Use two arguments to getComputedStyle() for compatibility with very old versions of Firefox. Allow setting graph node background colors using "#canvas{ background-color: COLOR; }". ... (check-in: c06e296b40 user: drh tags: trunk)
2013-08-15
22:45
Update the built-in SQLite to the latest 3.8.0 beta with the ORDER BY and GROUP BY name resolution fixes, in order to test SQLite. ... (check-in: b67b42fea8 user: drh tags: trunk)
20:22
Make formatting of the syntax for the various cards consistent, including in the summary table. ... (check-in: 4e9522abaf user: mistachkin tags: trunk)
15:54
Merged in [499481a72ab], thereby testing that change. No worries, autosync if off. ... (check-in: 6cf83a0101 user: stephan tags: trunk)
15:49
the +closed tag added by merge --integrate now added a value/comment to that effect on the closing tag. ... (Closed-Leaf check-in: 499481a72a user: stephan tags: merge-integrate-tag)
15:46
minor tweaks to the file format summary table. ... (check-in: f9bda0a296 user: stephan tags: trunk)
13:37
merged in [b1dd871c8e] from mgagnon. ... (check-in: 70a3f4ad21 user: stephan tags: trunk)
13:13
Merge from trunk. ... (check-in: 0ff5fe7638 user: dg tags: dg-misc)
12:37
unused variable ... (check-in: dbf71f8289 user: jan.nijtmans tags: trunk)
12:14
Add details about the URL argument on the clone command help text and refer to the clone command usage on other commands that have a URL argument. (sync, push, pull, remote-url) Pending review. ... (Closed-Leaf check-in: b1dd871c8e user: mgagnon tags: clone_help_text_improvement)
05:29
Fix documentation typo. ... (check-in: 14a378fd0b user: mistachkin tags: trunk)
03:43
Fix the CGI so that it works again with Apache. ... (check-in: d01b3c953f user: drh tags: trunk)
02:59
Rig the timeline graph so that CSS of the form: "#canvas{color:#000;}" will set the color of the graph lines and boxes. ... (check-in: e412f97999 user: drh tags: trunk)
00:37
minor typo fix. ... (check-in: 80bf17c0d0 user: stephan tags: trunk)
00:37
Reworked the manifest summary table to indicate how many of each card type are required. ... (check-in: 559047a042 user: stephan tags: trunk)
00:33
minor typo fix. ... (check-in: 88e94ebee7 user: stephan tags: trunk)
2013-08-14
14:32
Add missing anchors in the server.wiki page. ... (check-in: 4b05c2c59f user: drh tags: trunk)
14:30
Added the Hacker How-To page with a link on the home page. Other documentation enhancements and typo fixes. ... (check-in: 04af93e619 user: drh tags: trunk)
2013-08-13
23:05
Further improvements to server documentation. No code changes. ... (check-in: b91754ab85 user: drh tags: trunk)
19:57
Fixed a typo in error text which never triggers. Manifest crosslinking's update of the event table now shows the tag value for a +closed/-closed tag if it is available (the default client does not currently add a value for those but the prototype one can). ... (check-in: 902135f747 user: stephan tags: trunk)
18:53
Updated server documentation to discuss SCGI. ... (check-in: ce0594c22d user: drh tags: trunk)
18:15
Add support for SCGI via the --scgi command-line option to the "server" and "ui" and "http" commands. ... (check-in: a2e7472d0f user: drh tags: trunk)
13:37
c/the the/the/ ... (check-in: 0b75e2e615 user: jan.nijtmans tags: trunk)
12:51
Abandoned changes: Split the various server implementations out of "main.c" and into a new source file "server.c". This is groundwork for adding SCGI and FastCGI. ... (Closed-Leaf check-in: bc20a30f49 user: drh tags: scgi)
12:50
fixed a misspelled closing tag :/. ... (check-in: df60acb691 user: stephan tags: trunk)
12:47
Added missing name anchor and section number. Minor text improvements. ... (check-in: 04764ae2ea user: stephan tags: trunk)
12:39
Added an "Addenda" section as a place for describing the file format algorithms in more detail (hints for implementors). ... (check-in: 1b5513cba3 user: stephan tags: trunk)
09:14
commit not longer requires a comment (it uses a placeholder) when in dry-run mode, per ML request. ... (check-in: 75e042503b user: stephan tags: trunk)
02:23
Move table.sbsdiffcols width attribute to CSS ... (check-in: 4aaf5dc5ec user: joel tags: trunk)
2013-08-12
12:50
Javascript-enabled hyperlinks now initially point to a honeypot, rather than to nothing. ... (check-in: 2d14b6c4dc user: drh tags: trunk)
12:37
New g.isHuman global variable is set if we believe an HTTP request is coming a real human being, rather than a spider or bot. ... (check-in: e065d5b7f1 user: drh tags: trunk)
06:43
Simplify command line interaction: remove settings from global and provide one less command line option. Altering settings in open fossils can be done with sync -l or cleared with remote-url if necessary. ... (check-in: ed20da7499 user: andybradford tags: ssh-test-http)
2013-08-11
16:17
Changed status of J card from (R?) to (R). ... (check-in: b86fb096c6 user: stephan tags: trunk)
13:55
Fixed the required designation on the U card in Manifests. ... (check-in: bc601702c1 user: stephan tags: trunk)
13:53
Expanded the control artifact/card summary table to distinguish between optional and required cards. ... (check-in: e946977e0e user: stephan tags: trunk)
13:52
Removed a duplicated assert(). ... (check-in: 30f44eb2e4 user: stephan tags: trunk)
2013-08-10
23:02
Clean up handling of global variable to avoid accidental setting of database. Only alter database options if URL is SSH. ... (check-in: 0c19424325 user: andybradford tags: ssh-test-http)
21:31
Make it possible to override global setting from command line. Improve sync output when test-http is in use. ... (check-in: 3c479fb95b user: andybradford tags: ssh-test-http)
2013-08-09
18:35
Removed an unused struct member contentCache::skipCnt. ... (check-in: 65f49c99d0 user: stephan tags: trunk)
07:56
Correct typo that resulted in space being on the wrong side of the word. ... (check-in: 738b505362 user: andybradford tags: ssh-test-http)
07:49
Fix logic so ignoring login requirement only affects ssh:// URLs. ... (check-in: 9284bfb157 user: andybradford tags: ssh-test-http)
07:29
Reimplement the default test-http behavior while retaining the ability to use http to take advantage of Fossil capabilities with SSH URLs. ... (check-in: 7c9347f9c7 user: andybradford tags: ssh-test-http)
07:23
Avoid zombies on client side by waiting for children. This can happen when there are a large number of changes to transmit. ... (Closed-Leaf check-in: 308f52a63a user: andybradford tags: ssh-shared-account)
04:38
Get capabilities fix et al. ... (check-in: ebafd0c335 user: andybradford tags: ssh-shared-account)
01:09
Fix incorrect wrapping of brief finfo output by simply reducing the size of the buffer passed to comment_print(). ... (Closed-Leaf check-in: bdbf144ed3 user: andybradford tags: pending-review)
2013-08-08
21:32
merge trunk. Adapt patch to latest SQLite changes (the MAX_PATH fix in os_win.c) ... (Closed-Leaf check-in: 13594a125a user: jan.nijtmans tags: possible-cygwin-fix)
18:57
Merge with trunk. ... (Closed-Leaf check-in: 9a023e0d6c user: isaac.jurado tags: git-better-import)
14:00
Merge the fork in trunk. ... (check-in: 0e822db7f1 user: drh tags: trunk)
08:42
Fixed /reports menu buttons broken by renaming of the link. Removed a target=... from one of the /reports hrefs, for consistency. ... (check-in: 00630581c4 user: stephan tags: trunk)
2013-08-06
14:33
When resetting capabilities, make sure that "anonymous" and "nobody" can be reapplied afterwards. ... (check-in: b1ffbfa4bc user: drh tags: trunk)
08:11
Update the built-in SQLite to the latest 3.8.0 beta from upstream. ... (check-in: 2360b17d73 user: drh tags: trunk)
08:01
Add in a missing line from the Unshun x-site fix of [cc9b04baaf]. (Previously checked into the wrong branch.) ... (check-in: 6ddbe2dfd8 user: drh tags: trunk)
08:00
Add in a missing line from the Unshun x-site fix of [cc9b04baaf]. ... (check-in: 1b5f9ac250 user: drh tags: ssh-shared-account)
04:03
Changed prompt to remove ambiguity between SSH user vs Fossil user. ... (check-in: f592b80a17 user: andybradford tags: ssh-shared-account)
2013-08-05
17:39
Merge recent addtional features (integrate, reports, timeline, et al.) from trunk. ... (check-in: a5df66f3aa user: andybradford tags: ssh-shared-account)
13:04
Install the latest SQLite 3.8.0 beta from upstream. Fossil does not use any of the new features. This commit is for the purpose of testing SQLite. ... (check-in: 605db92957 user: drh tags: trunk)
12:05
Change the "Unshun" links to jump to a prefilled form for duing the unshun, rather than doing the unshun directly. ... (check-in: cc9b04baaf user: drh tags: trunk)
2013-08-04
07:54
Renamed /stats_report to /reports. ... (check-in: 3bb44041f0 user: stephan tags: trunk)
06:06
Change cgi_accept_forwarded_for() to return the accepted IP address from the X-Forwarded-For header, which could contain multiple addresses (e.g. if the client is also behind a proxy). The last one is the only one we can currently trust. ... (check-in: 59f790bc52 user: joel tags: trunk)
2013-08-03
23:33
Previous two check-ins do not work correctly for CGI. Trying once again. ... (check-in: d8f716e1d1 user: drh tags: trunk)
23:27
Fix an initialization error in the HTTP request header gathering logic. ... (check-in: 8c4158e40c user: drh tags: trunk)
23:19
Enhance the test_env webpage so that it shows the original HTTP header text in showall=1 mode. ... (check-in: 03f07b5a66 user: drh tags: trunk)
22:42
Accept the X-Forwarded-For HTTP header argument if input is coming from a socket with a remote address of "127.0.0.1". ... (check-in: 29b558a1c1 user: drh tags: trunk)
17:11
Added missing U card from the initial description of Control Artifact requirements. ... (check-in: cac2d69546 user: stephan tags: trunk)
16:22
Added ?#-n|--limit #? option to (fossil tag find). ... (check-in: 73135ec22a user: stephan tags: trunk)
03:09
Defer output of stats until the transport has been opened. This will also help with HTTPs when using client peer certificates (or unrecognized CAs). ... (check-in: d1771cd138 user: andybradford tags: ssh-shared-account)
2013-08-02
18:57
Change the undocumented --heavy option of sync/push/pull to "--verily". ... (check-in: f25bdf6e84 user: drh tags: trunk)
18:53
Add the undocumented --heavy option to the sync, push, and pull commands. The --heavy option causes all known artifacts to be reported using "igot" cards and can be used to overcome a sync-stall. ... (check-in: 05ba15e448 user: drh tags: trunk)
16:26
Add "timelineCurrent" class to indicate the current checkout version when viewing the timeline page locally. (Feel free to change the default style.) ... (check-in: 81f9791c01 user: joel tags: trunk)
09:42
merge trunk ... (check-in: 863068e0f0 user: jan.nijtmans tags: possible-cygwin-fix)
09:14
Output "manifest" file before content_put(). I don't think it really makes a difference, but the original code did it in this order. ... (check-in: 8c5b5c3820 user: jan.nijtmans tags: trunk)
08:58
Bug-fix, discovered by Stephan Beal and Andy Bradford, in handling the --integrate tag on a fork merge: the "closed" tag should not be added in this case. ... (check-in: 9eb3f5f605 user: jan.nijtmans tags: trunk)
2013-08-01
21:30
Removed an extraneous "utc" from a datetime() call in /json/timeline. ... (check-in: 340da668ae user: stephan tags: trunk)
21:00
minor changelog addition. ... (check-in: 9c4f91d85d user: stephan tags: trunk)
20:56
Merged in Jiri's /wiki page link addition. And trying out merge --integrate. ... (check-in: 366f1ae6da user: stephan tags: trunk)
13:28
merge trunk. Upgrade to latest SQLite, with experimental Cygwin fixes. ... (check-in: 7f6019efcf user: jan.nijtmans tags: possible-cygwin-fix)
10:48
removed URLencoding in reference to wiki home page (EDITED src/wiki.c) ... (check-in: 53ce8d2863 user: navratil tags: trunk)
10:18
Added /reports as alias for /stats_report, will remove /stats_report soon. Updated changes.wiki. ... (check-in: 34fc301f36 user: stephan tags: trunk)
08:25
Make new "merge --integrate" respect the (undocumented) --date-override and --user-override options. Revert accidental commit of win/Makefile.mingw ... (check-in: 55efbcbcf6 user: jan.nijtmans tags: trunk)
07:51
New --integrate option to "fossil [/help?cmd=merge|merge]", which automatically closes the merged branch when committing. ... (check-in: 69dd259eb2 user: jan.nijtmans tags: trunk)
2013-07-30
11:46
typo ... (check-in: 3947457b62 user: jan.nijtmans tags: trunk)
05:11
Remove an obsolete comment. No changes to code. ... (check-in: 0b643946f0 user: amb tags: ssh-shared-account)
2013-07-29
15:46
Do not check for x-site scripting attacks on unshun. ... (check-in: 0b51238612 user: drh tags: trunk)
2013-07-27
21:09
Sync with trunk to get sqlite changes et al. ... (check-in: 021e41014d user: amb tags: ssh-shared-account)
2013-07-26
15:46
Change <td><b></b></td> to <th></th>. ... (check-in: a60b008f1a user: joel tags: trunk)
12:55
trivial doc fix ... (check-in: 249ac41189 user: jan.nijtmans tags: trunk)
12:54
trivial doc fix ... (check-in: 498e4d3bcc user: jan.nijtmans tags: possible-cygwin-fix)
12:27
Rebase. Generate sqlite3.[ch] from latest SQLite trunk. (still experimental) ... (check-in: 3719ad9579 user: jan.nijtmans tags: possible-cygwin-fix)
08:17
rebase ... (Closed-Leaf check-in: 2015bbd55d user: jan.nijtmans tags: merge-integrate)
07:06
Fix hardcoded "/cygdrive" for Cygwin. Thanks to Warren Young! ... (check-in: 5af289e999 user: jan.nijtmans tags: trunk)
06:40
Only setup Fossil user if URL is SSH. This is done to avoid problems when cloning a fossil that has SSH settings using into a file:// URL. ... (check-in: 1ebba56f2a user: amb tags: ssh-shared-account)
02:44
Honor the --once setting for sync, pull, push if set. ... (check-in: 6265b43ba1 user: amb tags: ssh-shared-account)
2013-07-25
10:20
Check for some more environment variable to be used as temporary directory on Cygwin: TMP, TEMP and USERPROFILE ... (check-in: fa608f9eb6 user: jan.nijtmans tags: possible-cygwin-fix)
09:48
Next attempt at a fix for the Cygwin "Backslashes in tempfile" problem. If it works, should move to SQLite. Still being tested. ... (check-in: fec3c7fe3a user: jan.nijtmans tags: possible-cygwin-fix)
07:16
Don't prompt for password if user is not set. ... (check-in: fb0f926ed6 user: amb tags: ssh-shared-account)
01:41
There may be a command-line option that was set, so don't ignore it. ... (check-in: 90ee2ee528 user: amb tags: ssh-shared-account)
2013-07-24
12:27
Fix some test-cases, due to name-change "test-3-way-merge" -> "3-way-merge" ... (check-in: 8b47f2d270 user: jan.nijtmans tags: trunk)
11:26
(NOT a good idea, as it starts using posix locking which cannot cooperate with other Windows programs!) Use os_unix.c, not os_win.c on Cygwin. () ... (Closed-Leaf check-in: b88edfefbb user: jan.nijtmans tags: possible-cygwin-fix)
08:48
Always use lowercase drive-letter in /cygdrive paths ... (check-in: 59c22194bc user: jan.nijtmans tags: trunk)
08:14
Fix operations by Cygwin fossil on a checkout done earlier by Win32 fossil. ... (check-in: 340cee03ee user: jan.nijtmans tags: trunk)
07:00
Fix operation of "./configure --disable-internal-sqlite" ... (check-in: e1eb7aa88d user: jan.nijtmans tags: trunk)
06:25
Much needed cleanup of command-line option handling. Improve sync handling of SSH user. Bring in change for less verbose SSH output. ... (check-in: 955b39ee9f user: amb tags: ssh-shared-account)
05:24
rebase ... (check-in: 072e2b16db user: jan.nijtmans tags: merge-integrate)
04:52
Only print the SSH command once and also the forced newline so the Round-trips information stays on one line. ... (Closed-Leaf check-in: 72877d8e51 user: amb tags: ssh-transport-changes)
2013-07-23
18:57
Restore backward compatible labels for per-file status/changes output lines. ... (check-in: 3ca6979514 user: mistachkin tags: trunk)
10:25
rebase ... (check-in: bdad403f94 user: jan.nijtmans tags: tkt-change-hook)
07:25
Merge in SSH open fossil compatibility changes. ... (check-in: f4e882f5d3 user: amb tags: ssh-shared-account)
07:23
Start to address backwards compatibility for open fossils by prompting for missing password. ... (check-in: 18caf358f0 user: amb tags: ssh-transport-changes)
2013-07-22
09:37
Eliminate some unused variables. "int const" -> "const int" and "char const" -> "const char" ... (check-in: b2640f61d7 user: jan.nijtmans tags: trunk)
09:23
rebase ... (check-in: 7b7a4bd579 user: jan.nijtmans tags: merge-integrate)
08:55
Better outlining of output from "fossil status", "fossil changes" and "fossil ls --verbose". Let "fossil ls --verbose" differentiate between EDITED, CONFLICT, UPD_BY_MERGE and ADD_BY_MERGE, just like "fossil status" and "fossil changes" ... (check-in: c41d70dccd user: jan.nijtmans tags: trunk)
07:52
Fix bug. ... (check-in: c9ee3ff674 user: jan.nijtmans tags: merge-integrate)
07:42
A few more places where the "chnged" field values 4 and 5 have effect ... (check-in: 530ef9557b user: jan.nijtmans tags: merge-integrate)
07:09
Add "fossil status" markers for UPDATED_BY_INTEGRATE and ADDED_BY_INTEGRATE ... (check-in: e9ffc05c0b user: jan.nijtmans tags: merge-integrate)
2013-07-21
17:13
Added reference to real wiki home page and left previous reference as reference to project home page. ... (check-in: a5a3924abf user: navratil tags: trunk)
16:38
Expanded "search" command flags: (-limit|-n #) limits the number of results and (-all|-a) disables the "lopping off" of the bottom fraction of the results. ... (check-in: 1064dfac12 user: stephan tags: trunk)
16:29
rebase ... (check-in: 54aef59916 user: jan.nijtmans tags: cleanX-no-clean-glob)
2013-07-20
17:04
Re-added the 'Total Events' label to /stats_report, but did it outside the table so that the JS sorting does not hose it. Replaced a double calculation with an equivalent int one. ... (check-in: 8adf0db1c8 user: stephan tags: trunk)
16:43
Removed the 500px baseline for /stats_report calculations, refactored the bars to now use percentage widths. ... (check-in: 674a24a360 user: stephan tags: trunk)
16:27
/stats_report now uses relative bar lengths, based on (rather arbitrarily) a 500-pixel 100% value. ... (check-in: 3c78bbb082 user: stephan tags: trunk)
15:59
Added a width to table.sbsdiffcols so that skins with a flexible body width can expand it as necessary. Seems to have no visible effect on fixed-width layouts. ... (check-in: 47ee082a75 user: stephan tags: trunk)
09:41
Clean up code style issues introduced by vi tabstops. ... (check-in: f38f76cf01 user: amb tags: ssh-shared-account)
09:38
Print the Fossil user if different from URL user. ... (check-in: 4d67ad13ca user: amb tags: ssh-shared-account)
08:48
Perhaps avoid confusion with other similarly named short options. ... (check-in: 9dd4a935e8 user: amb tags: ssh-shared-account)
08:40
Alternative approach to allow multiple SSH users to share the same SSH account while maintaining separate Fossil identities. ... (check-in: e3510cef23 user: amb tags: ssh-shared-account)
03:18
Add some documentation to help programmers get started hacking the Fossil sources. ... (check-in: 018a983046 user: drh tags: trunk)
2013-07-19
19:40
More documentation tweaks and refinements. ... (check-in: e94bef2dec user: drh tags: trunk)
18:18
Fix typos in the quick-start guide. ... (check-in: 47dd7f36f7 user: drh tags: trunk)
17:26
Fix broken hyperlinks in fossil-v-git. ... (check-in: b37ee0d953 user: drh tags: trunk)
17:23
Tweaks to the fossil-v-git document. ... (check-in: 56926aabf8 user: drh tags: trunk)
12:49
Promote the "test-3-way-merge" command to a "3-way-merge". Add better help text. ... (check-in: e5c634b1ea user: drh tags: trunk)
2013-07-18
23:01
Assume input is UTF-8. Remove unnecessary font. ... (check-in: 431b4575f8 user: joel tags: trunk)
21:11
Retain tab characters in HTML side-by-side diffs. Display should be unchanged (still mod-8 indentation). ... (check-in: f341072453 user: joel tags: trunk)
20:21
Tk diff: Fix a couple scrollbar issues. ... (check-in: a6c96aea6b user: joel tags: trunk)
14:53
Update SQLite the latest 3.8.0 beta, hopefully fixing an alignment problem on sparc. ... (check-in: 01196ad38c user: drh tags: trunk)
07:28
Needed coding style clean up that was missed. ... (check-in: 087cae847d user: amb tags: ssh-transport-changes)
06:48
Update custom MinGW makefile. ... (check-in: 6593c1560a user: mistachkin tags: trunk)
05:45
Perhaps a bit premature at this point. Need additional feedback. ... (check-in: 059f50864b user: amb tags: ssh-transport-changes)
01:00
Move signal handling into popen.c (wrapped in #ifdef). ... (check-in: 3760ac92ba user: amb tags: ssh-transport-changes)
2013-07-17
14:23
Handle missing port more gracefully. Allows for SCP style URL. ... (check-in: f15adbba0e user: amb tags: ssh-transport-changes)
12:56
Merge the weekly status reporting enhancements into trunk. ... (check-in: 5d74ce03da user: drh tags: trunk)
12:06
Import the latest SQLite 3.8.0 beta code from upstream. ... (check-in: df46aa659c user: drh tags: trunk)
12:04
merge trunk ... (Closed-Leaf check-in: 5d8551bfa1 user: jan.nijtmans tags: ui-no-utf8)
12:02
Merge the updated side-by-side diff logic into trunk. ... (check-in: d70ea7ef9c user: drh tags: trunk)
09:34
Added user flag (if available) to the byyear report's year list links. ... (Closed-Leaf check-in: 38e386a653 user: stephan tags: stats-report-weekly)
09:23
A th1 runtime command which returns the current value of fossil_timer_stop(g.json.timerId). Part of an old ML thread discussion. Probably not needed but maybe interesting. ... (Closed-Leaf check-in: 904a35d93b user: stephan tags: th1-runtime-cmd)
04:09
Detect user@host in defined ssh-command and prefer that instead. ... (Closed-Leaf check-in: 7a10b79a2c user: amb tags: ssh-shared-account)
2013-07-16
21:58
Added n=### to /timeline links from /stats_report byweek view. Added a missing else in /timeline?yw=... which caused too many search clauses and too much header text. ... (check-in: 4f5980385b user: stephan tags: stats-report-weekly)
21:46
Integrated user=drh flag into more of the stats_report links. When user!='', the byweek report now only lists years for which the user produced events. ... (check-in: 7eeaf16e72 user: stephan tags: stats-report-weekly)
21:05
Initial support for user=drh in byweek view, but need to add support for carrying it over in the year links. Bed time. ... (check-in: 52dc6c80ec user: stephan tags: stats-report-weekly)
20:49
in /stats_report?view=byyear, the year labels now link back to view=byweek (for lack of anything better to link to). ... (check-in: c8b024bb1b user: stephan tags: stats-report-weekly)
20:43
Removed the week list from the byyear report (now obsolete?), refactored how it is displayed so it can be turned on later. Minor text touch-ups. ... (check-in: cf71d6777f user: stephan tags: stats-report-weekly)
20:27
Added /stats_report?view=byweek. ... (check-in: 747bca14c0 user: stephan tags: stats-report-weekly)
16:15
Added missing CSS class to the week # row (same as the one above it). ... (check-in: 887150679c user: stephan tags: stats-report-weekly)
16:02
Web SBS diff: Was incorrectly using the scrollWidths of the div containers rather than that of the pre elements themselves. ... (Closed-Leaf check-in: 325ed34e45 user: joel tags: sbsreloaded)
16:00
Removed a copy-paste-induced extra table row. ... (check-in: 607f4439b8 user: stephan tags: stats-report-weekly)
15:49
Added /timeline?yw=YYYY-WW (year/week-of-year). Added links to /stats_report. Disabled year/week links for the year/month view because the current approach is way too slow. ... (check-in: 0019550a03 user: stephan tags: stats-report-weekly)
05:47
Remove old SSH transport code and spawn remote fossil http as remote SSH command instead. Also make it possible to configure SSH command prior to cloning. Change remote fossil command to be configurable (really this should probably be simply a matter of fixing PATH on remote end). ... (check-in: c38ff36ddf user: amb tags: ssh-transport-changes)
04:29
Create new branch named "ssh-transport-changes" ... (check-in: ddc9601bbc user: amb tags: ssh-transport-changes)
2013-07-15
22:45
added some docs, removed an unused var, fixed formatting snafu caused by xemacs' confusion regarding the @ bits. ... (check-in: c43c3a7fd2 user: stephan tags: stats-report-weekly)
22:41
More work on the by-week report, but it is (A) way too slow for the by year/month view (4.5 sec on my machine) and (B) bed time again. ... (check-in: 37c4fb2249 user: stephan tags: stats-report-weekly)
22:23
Started work on adding by-calendar-week info to /stats_report. Incomplete but it's bed time. ... (check-in: cced11153b user: stephan tags: stats-report-weekly)
03:05
Tk diff: New "Files" menu implementation to better handle long file lists. ... (check-in: af9bda81e4 user: joel tags: sbsreloaded)
2013-07-14
22:25
Merge with trunk. ... (check-in: 3c777c4b6a user: isaac.jurado tags: git-better-import)
22:21
Improve the quoted path parsing and support more escape sequences. ... (check-in: 404d1a2554 user: isaac.jurado tags: git-better-import)
15:52
Documentation ... (check-in: d1865e7ca1 user: jan.nijtmans tags: merge-integrate)
14:56
Rebase. Use -4 as INTEGRATE tag, not -3 ... (check-in: 967ef5f7c5 user: jan.nijtmans tags: merge-integrate)
08:46
added missing word "to" ... (check-in: 3a4f9ba652 user: stephan tags: trunk)
2013-07-13
23:10
Tk diff: Fix up scrolling code that previously assumed equal line lengths. ... (check-in: 2e7b57fabd user: joel tags: sbsreloaded)
17:54
Improved header comment provides addition documentation for the "translate.c" compilation tool. No changes to code. ... (check-in: 7e5f306235 user: drh tags: sbsreloaded)
2013-07-12
14:26
typo ... (check-in: 011a4ad1eb user: jan.nijtmans tags: merge-integrate)
13:54
submitTicketCmd() must not return TH_ERROR if ticket_put() fails. ... (check-in: ebfd7020aa user: jan.nijtmans tags: tkt-change-hook)
12:39
Better error reporting using fossil_error mechanism. ... (check-in: 97b47ddadf user: jan.nijtmans tags: tkt-change-hook)
11:38
rebase ... (check-in: ebc22d22d2 user: jan.nijtmans tags: tkt-change-hook)
11:33
rebase ... (check-in: a745092fbc user: jan.nijtmans tags: merge-integrate)
11:31
Any vmerge.id < -2 should be handled as a MERGED_WITH by default, not as BACKOUT (even though trunk fossil cannot produce that yet). ... (check-in: 88e60e8ff3 user: jan.nijtmans tags: trunk)
08:05
In case of a dry-run, output manifest before printing other information about the merge. ... (check-in: 72713b7d66 user: jan.nijtmans tags: merge-integrate)
07:58
Minor tweaks in error/warning messages. Well-tested now. ... (check-in: 5f4b03ebf0 user: jan.nijtmans tags: merge-integrate)
2013-07-11
20:04
Move the "looks_like" functions out of diff.c and into a source file of their own: "lookslike.c". ... (check-in: b4c97d76a7 user: drh tags: sbsreloaded)
15:20
Implementation complete. Should be thorougly tested now. ... (check-in: 491dd37970 user: jan.nijtmans tags: merge-integrate)
11:58
First shot at better error-reporting. ... (check-in: 0dbaf29294 user: jan.nijtmans tags: tkt-change-hook)
11:28
wrong default return value. ... (check-in: 3db66bc98f user: jan.nijtmans tags: tkt-change-hook)
11:03
Code cleanup. Revert manifest_crosslink() to its original signature. ... (check-in: b63458304d user: jan.nijtmans tags: tkt-change-hook)
10:46
Don't allow "tktnew" and "tktedit" pages or the "Common" hook to use the "http" command any more. Don't let "fossil rebuild" run any hooks. ... (check-in: 57d1d2811b user: jan.nijtmans tags: tkt-change-hook)
08:47
Implement "fossil merge --integrate" as suggested by Harald Oehlmann. The only part missing is the actual closing of the branch. ... (check-in: b984ecaf1d user: jan.nijtmans tags: merge-integrate)
02:39
Remove (again) the hack of adding tabs to the end of every line in the --tk display in order to make the horizontal scrollbars prettier. The extra tab is removed when copying the text from the selection into the clipboard, but many applications (ex: xterm and the editor that I use daily) paste out of the PRIMARY selection (when available) rather than the CLIPBOARD and thus retain the tabs, which is unacceptable. Better to have jumpy horizontal scrollbars than extra end-of-line whitespace accidently inserted into files due to a paste that bypassed the tab removal. ... (check-in: 6b59760e23 user: drh tags: sbsreloaded)
00:37
Tk diff: Cycle through diffs based on current location rather than the last one you selected in the menu. Menu button now has generic "Files" label. ... (check-in: 90fa060178 user: joel tags: sbsreloaded)
2013-07-10
21:41
Set text widgets to "-state disabled" after loading data. ... (check-in: 302ab3a4e8 user: joel tags: sbsreloaded)
21:33
another patch version for ssh improvement from Andy Bradford. ... (Closed-Leaf check-in: a8c37c2c48 user: mgagnon tags: andy_bradford_ssh_imporvement_patch_2)
21:31
save first version of patch for ssh from Andy Bradford (from list) ... (Closed-Leaf check-in: 979a75de06 user: mgagnon tags: andy_bradford_ssh_imporvement_patch_1)
18:06
Combine all diffs into a single display in Tk diff. ... (check-in: 0a41e2b3dc user: joel tags: sbsreloaded)
14:05
Final bug-fixes (I hope) ... (check-in: a27df49629 user: jan.nijtmans tags: tkt-change-hook)
13:00
Bug-fixes: - ticket change resulted in ticket hook firing twice. - uuid for commits was determined wrong. ... (check-in: 078c67e0c4 user: jan.nijtmans tags: tkt-change-hook)
10:22
Add new "Tranfer Commit" hook, together with UI pages. Move existing "Ticket" hook there as well. ... (check-in: 266aca1c42 user: jan.nijtmans tags: tkt-change-hook)
10:10
Only set "seen-delta-manifest" once. ... (check-in: 18d762af88 user: jan.nijtmans tags: trunk)
08:07
Some code cleanup. Rename "tkt" variable to "uuid". ... (check-in: 8564e1c6bb user: jan.nijtmans tags: tkt-change-hook)
05:27
Use tab stops instead of spaces to equalize line lengths in Tk diff. ... (check-in: 695156c100 user: joel tags: sbsreloaded)
2013-07-09
20:51
Add better comment explaining why .txtA/.txtB lines are padded with spaces. ... (check-in: 2d8f2b4e24 user: joel tags: sbsreloaded)
13:06
rebase ... (check-in: ec9a14a3c9 user: jan.nijtmans tags: tkt-change-hook)
12:47
First attempt at getting uuid's available in the push hook script. ... (check-in: d747c14330 user: jan.nijtmans tags: tkt-change-hook)
12:06
Properly determine usage of '/', and don't put URL params in "Host:" ... (check-in: 7a63685d73 user: jan.nijtmans tags: tkt-change-hook)
12:05
[Backed out: see next commit in sbsreloaded branch.] Do not pad lines of the Tk diff view with spaces. ... (Closed-Leaf check-in: 0a869bebc2 user: drh tags: backed-out)
11:52
Update to the latest 3.8.0 alpha version of SQLite. ... (check-in: 5ea03d389d user: drh tags: trunk)
11:48
First bug found by testing: URL parameters were not being sent. Maybe url_parse() should be exteded doing that. ... (check-in: 6950cd3666 user: jan.nijtmans tags: tkt-change-hook)
11:46
Merge in the latest trunk changes. ... (check-in: d97fe53685 user: drh tags: sbsreloaded)
11:06
"http-allow-regexp" setting and "http -async" (continuing experiments) ... (check-in: 75a9c981ab user: jan.nijtmans tags: tkt-change-hook)
10:54
Comment enhancements. No changes to code. ... (check-in: f04a3242ec user: drh tags: sbsreloaded)
08:51
Fix "fossil commit" when specifying a directory on the command line which doesn't exist. ... (check-in: 062b82c8b0 user: jan.nijtmans tags: trunk)
2013-07-08
20:07
limit hook http requests to localhost, unless setting "http-outside" is set. ... (check-in: 2b233e0af2 user: jan.nijtmans tags: tkt-change-hook)
18:28
some first security restrictions ... (check-in: 6949032cfe user: jan.nijtmans tags: tkt-change-hook)
14:58
add http command to TH1 (untested) ... (check-in: 4467415eda user: jan.nijtmans tags: tkt-change-hook)
13:51
Populate ticket uuid for use in Th hook. ... (check-in: 2372e7ecf2 user: jan.nijtmans tags: tkt-change-hook)
2013-07-07
19:23
Implement the ability to generate delta manifests on import. ... (check-in: 2844434ef5 user: isaac.jurado tags: git-better-import)
2013-07-06
02:35
Support arbitrary line lengths with synced horizontal scrolling in side-by-side diffs. ... (check-in: 4081a91c84 user: joel tags: sbsreloaded)
2013-07-05
12:06
Fix behavior of "fossil commit" on case-insensitive file systems. ... (check-in: c1611f7dfa user: jan.nijtmans tags: trunk)
06:46
Fix [8ee231223d]: fossil ls --age --verbose ignores --verbose ... (check-in: 40d152478a user: jan.nijtmans tags: trunk)
2013-07-04
19:11
Help text fixes from Andreas Kupries. ... (check-in: f6ad6979d7 user: stephan tags: trunk)
2013-07-01
09:08
rebase ... (Closed-Leaf check-in: d57bddaa37 user: jan.nijtmans tags: pending-review)
2013-06-29
15:41
Fix the build on windows by using "_pclose" instead of "pclose". ... (check-in: 07463fbf02 user: drh tags: trunk)
15:26
Bring in the latest SQLite 3.8.0 alpha version from upstream, for testing. ... (check-in: c3e723e308 user: drh tags: trunk)
2013-06-27
18:34
Added missing ?-global? hint in one instance of the settings command help. ... (check-in: 8dc6873d44 user: stephan tags: trunk)
14:23
fixed a typo: s/favors/flavors/ (which arguably should be "flavours" ;) ... (check-in: 7b011abe84 user: stephan tags: trunk)
01:57
Update to the latest SQLite 3.8.0 alpha from upstream. ... (check-in: f92056c996 user: drh tags: trunk)
2013-06-26
15:10
Additional information displayed for the (undocumented and unsupported) debug=1 query parameter on the /finfo file timeline. ... (check-in: c97f7ab4c7 user: drh tags: trunk)
2013-06-25
22:15
Merge with trunk. ... (check-in: 995ed75f9a user: isaac.jurado tags: git-better-import)
20:21
Remove the isFrom field from the ImportFile structure. ... (check-in: 659825067f user: isaac.jurado tags: git-better-import)
19:45
Document the optional file argument of the import command. ... (check-in: b0268d9856 user: isaac.jurado tags: git-better-import)
17:49
Sort options alphabetically and show short options too. ... (check-in: 61fb03f961 user: isaac.jurado tags: git-better-import)
17:40
Mention the --force option in import's help. ... (check-in: 08ed91a7b2 user: isaac.jurado tags: git-better-import)
2013-06-24
10:35
Fix the --localhost option on the "server" command. Ticket [e704dbd9676] ... (check-in: 760eeb93e0 user: drh tags: trunk)
09:53
rebase ... (check-in: 50d466dcdd user: jan.nijtmans tags: pending-review)
08:27
Use file_tree_name(), not file_canonical_name(), as in Richard's example [c8253f4066] for "fossil ls|changes|status" too. Advantage: 1) a panic when an out-of-tree filename is given on the command line 2) shortcut when any command line argument is "." (or resolves to the top of the tree in any other way) ... (check-in: ae01244396 user: jan.nijtmans tags: trunk)
2013-06-22
21:45
Press "q" to exit the --tk diff window. ... (check-in: 8db6f9877f user: drh tags: trunk)
20:25
Refuse to close a check-out if the stash is non-empty and the -f flag is omitted. ... (check-in: c6aedbd0bd user: drh tags: trunk)
11:25
On the /urllist webpage, show entries most recent first instead of most recent last. ... (check-in: f94f3e3a79 user: drh tags: trunk)
01:44
Work around a networking problem on WinXP when transferring large files. ... (check-in: 74eec78b3b user: drh tags: trunk)
2013-06-21
15:19
Allow the "fossil commit" command to accept directories as command-line arguments and commit all files contained underneath those directories. ... (check-in: c8253f4066 user: drh tags: trunk)
14:46
Oops, forgot to zero the blob. ... (check-in: d09e373878 user: jan.nijtmans tags: trunk)
14:28
Enhance [/help?cmd=changes | fossil changes] and [/help?cmd=status | fossil status] the same way. ... (check-in: eb4d631c63 user: jan.nijtmans tags: trunk)
09:27
rebase ... (check-in: dfb47a2a2e user: jan.nijtmans tags: cleanX-no-clean-glob)
08:31
Fix operation of [/help?cmd=ls | fossil ls] when local files/directories are missing. ... (check-in: c0b98195f9 user: jan.nijtmans tags: trunk)
07:25
Allow i64 type to be used in JSON in more places, mainly for time values and file sizes. ... (check-in: f89a32d782 user: jan.nijtmans tags: trunk)
05:31
Updates to the "bisect" command. Add "bisect chart". Add the "display" option to choose the display to occur after "bisect next". Default the display to "chart". ... (check-in: 0a7af8d3a8 user: drh tags: trunk)
2013-06-20
21:45
Update auto.def to add -D_XOPEN_SOURCE=500 on Solaris. This is necessary for the build to complete there. ... (check-in: c92f0a9afd user: drh tags: trunk)
15:39
Add the ability to specify directories and files on the "fossil ls" command. ... (check-in: 04803ae4ab user: drh tags: trunk)
15:17
Limit the range of rowids to 0..2147483647. ... (check-in: 5aa2aee95f user: drh tags: trunk)
14:18
Update the built-in SQLite to a version that never uses posix_fallocate(). ... (check-in: d637c4d23c user: drh tags: trunk)
13:56
Change return type of db_last_insert_rowid() to size_t. ... (Closed-Leaf check-in: e1cb483a9b user: jan.nijtmans tags: size_t-rcvid)
13:34
Allow 64-bit integers to be used in JSON on win32/win64. ... (check-in: 928b26ab6a user: jan.nijtmans tags: trunk)
13:22
Allow 64-bit integers to be used in JSON on win32/64 ... (Closed-Leaf check-in: 50e8847df7 user: jan.nijtmans tags: 64bit-int-on-win)
13:18
Fixed modulo/divide by 0 in TH1, per ML bug report from Eduardo Morras. ... (check-in: fded1d055f user: stephan tags: trunk)
11:46
Enhance the "fossil extra" and "fossil clean" commands to restrict output to files and directories named on the command-line. Enhancement request ticket [967cedbf200f7]. ... (check-in: 39feb8926e user: drh tags: trunk)
11:44
Factor out common parts of "fossil extra" and "fossil clean" into a subroutine. Combine vfile_scan2() into vfile_scan(). ... (Closed-Leaf check-in: 69327d278a user: drh tags: ticket-967cedbf20)
11:02
Pull in all the latest trunk changes. ... (check-in: 6ec8818ff1 user: drh tags: ticket-967cedbf20)
00:34
Changes to a timeline query to ensure the correct join order even if ANALYZE has not been run on the repository database. ... (check-in: 85d960e205 user: drh tags: trunk)
2013-06-19
23:51
Update the built-in SQLite to a version that compiles on OpenBSD and other systems that lack posix_fallocate(). ... (check-in: db61a377ad user: drh tags: trunk)
23:38
Merge the NGQP SQLite changes into trunk. Also update the SQL shell. ... (check-in: 0c11cb932f user: drh tags: trunk)
22:48
Update the script that generates the download page on the website so that it displays the correct title. Ticket [377c1b29be9e2f35] ... (check-in: 5b62416454 user: drh tags: trunk)
13:44
Somewhat stronger protection of directories compat/openssl* and compat/tcl*, even when the version number changes, and even when using [fossil clean --ignore ""]. ... (check-in: 7b52ab05fe user: jan.nijtmans tags: trunk)
12:38
Pull in the latest trunk changes and the latest NGQP-SQLite from upstream. ... (Closed-Leaf check-in: 03c5ec8615 user: drh tags: sqlite-NGQP)
07:20
rebase ... (check-in: 4279e6465a user: jan.nijtmans tags: ticket-967cedbf20)
07:14
rebase ... (check-in: cbf9660369 user: jan.nijtmans tags: cleanX-no-clean-glob)
07:06
rebase ... (check-in: f836a1cdca user: jan.nijtmans tags: prevent-adding-ignored-files)
02:57
Move the location of the external Tcl 8.6 directory into compat. ... (check-in: c107d50596 user: mistachkin tags: trunk)
02:50
Update ignore-glob setting file to include commonly used external directories. ... (check-in: 5ef811b726 user: mistachkin tags: trunk)
2013-06-18
23:17
Even more refinements to the "fossil version --verbose" output. ... (check-in: 340711f48c user: drh tags: trunk)
23:14
Pull in trunk changes and the latest NGQP updates. ... (check-in: d3d4e11179 user: drh tags: sqlite-NGQP)
23:12
Improved formatting and additional information output for "fossil version --verbose". ... (check-in: 1b0e8cf9c0 user: drh tags: trunk)
22:54
Fix typos in the change log. ... (check-in: 9734d2cd45 user: drh tags: trunk)
21:09
Version 1.26 ... (check-in: c9cb6e7293 user: drh tags: trunk, release, version-1.26)
20:10
Update to the latest NGQP changes in SQLite. Pull in all recent trunk changes. ... (check-in: ea308ab98b user: drh tags: sqlite-NGQP)
19:05
Add the ".mp4" suffix to the mimetype table. ... (check-in: 1294f9b22d user: drh tags: trunk)
14:56
Updates to the change log for 1.26. ... (check-in: 1e0afc74fb user: drh tags: trunk)
14:23
Update the version number to 1.26 in preparation for the next release. ... (check-in: 6d28482a4c user: drh tags: trunk)
14:16
Added some entries to the 1.26 changelog. ... (check-in: 00d516809d user: stephan tags: trunk)
2013-06-17
21:44
Changes from Isaac Jurado that record renames on an import from git. ... (check-in: 97d8a08ac9 user: drh tags: git-better-import)
2013-06-14
12:09
Incorporate the NGQP (Next-Generation Query Planner) branch of SQLite for the purpose of testing SQLite. ... (check-in: 8b109c2288 user: drh tags: sqlite-NGQP)
07:19
Combine comment lines for --verbose and (deprecated) --showfiles. ... (check-in: a6dad6508c user: jan.nijtmans tags: trunk)
2013-06-13
17:35
Added missing help docs for timeline -f|--showfiles. ... (check-in: 6ed9ad246f user: stephan tags: trunk)
2013-06-10
21:07
Disable the database file alias warnings on Mac due to Time-Machine issues. ... (check-in: 14b1e90f21 user: drh tags: trunk)
13:32
Merge all the latest trunk changes into the ipv6 branch. ... (Closed-Leaf check-in: d5f6e08c09 user: drh tags: ipv6)
07:07
A typo in help screen (reported by Sergei Gavrikov) ... (check-in: b894afad3d user: jan.nijtmans tags: trunk)
2013-06-08
02:37
Merge updates from trunk. ... (Closed-Leaf check-in: b8919a557a user: edward tags: berner-nt)
01:34
Merge updates from trunk. ... (Closed-Leaf check-in: 7872db8516 user: edward tags: long-double-bug)
2013-06-06
12:16
merge trunk ... (check-in: cf3d716e2f user: jan.nijtmans tags: cleanX-no-clean-glob)
06:31
Teach config.h to recognize Sun's C compiler. ... (Closed-Leaf check-in: 57b585276b user: edward tags: sun-compiler)
2013-06-05
08:12
make "fossil rm FOO" work as expected on case-insensitive file systems, where committed files "foo/*" exist. ... (check-in: fa6311a507 user: jan.nijtmans tags: trunk)
2013-06-04
14:07
remove unused variable ... (check-in: 3da761fce1 user: jan.nijtmans tags: cleanX-no-clean-glob)
2013-06-03
07:53
Rebase. Remove --clean option and "clean-glob" setting. Implement new "allow-clean-x" setting. ... (check-in: b3201c9111 user: jan.nijtmans tags: cleanX-no-clean-glob)
2013-05-31
17:41
Avoid SQL errors when the "fossil ticket" command is misused to try to append icomment text. Ticket [d4378c258d9fc6b] ... (check-in: 878f7008ab user: drh tags: trunk)
12:50
Make "fossil mv src/FOO.c src/bar.c" work as expected on case-insensitive filesystems. Add --case-sensitive option to "fossil mv". ... (check-in: 93f370a80c user: jan.nijtmans tags: trunk)
07:57
rebase ... (check-in: 203195d742 user: jan.nijtmans tags: prevent-adding-ignored-files)
07:12
Add option --case-sensitive to "fossil delete". On case-insensitive filesystems now you can "fossil delete src/FOO.c", which results in src/foo.c being prepared from removal. This doesn't work yet for directories. ... (check-in: 7ae19e56ba user: jan.nijtmans tags: trunk)
2013-05-30
21:59
For now, silence messages about kept files being skipped during clean. ... (check-in: 45675bdd92 user: mistachkin tags: trunk)
13:25
Implement [967cedbf20] for "fossil clean" and "fossil extra" ... (check-in: 32c69db154 user: jan.nijtmans tags: ticket-967cedbf20)
08:16
In the "fossil clean" messages/prompts, distinguish between "unmanaged" and "ignored" files. ... (check-in: 48fcfa8507 user: jan.nijtmans tags: pending-review)
07:28
Additional protection for fossil executables being removed by "fossil clean", even when using --ignore "". Add a warning when kept files are refused to be removed, don't keep this situation silent any more. Backport various improvements from cleanX branch: Use of capitals in messages, missing blob_reset() calls. ... (check-in: 67c9cd12ad user: jan.nijtmans tags: trunk)
2013-05-29
20:26
Fixed one of the JSON test assertions (broken by API changes). ... (check-in: 5040705dfa user: stephan tags: trunk)
14:01
Fix two cases where a string value might be used after being freed. ... (check-in: 04ab1af3e0 user: drh tags: trunk)
12:52
Only ask confirmation for deletion of "unmanaged" files, not for "IGNORED files". If you want to delete ignored files with confirmation, use [fossil clean --ignore ""], not [fossil clean --extreme] ... (Closed-Leaf check-in: 020bb71f00 user: jan.nijtmans tags: cleanX)
08:48
Update extreme prompt message. With --dry-run, the extreme prompt is not needed. ... (check-in: e2dd2722c1 user: jan.nijtmans tags: cleanX)
07:35
Protect fossil executable better against removal by "fossil clean -x" without getting a dialog for it. ... (check-in: bd86711f84 user: jan.nijtmans tags: cleanX)
2013-05-28
21:31
Merge updates from trunk. ... (check-in: 4452f85156 user: mistachkin tags: cleanX)
21:23
Add a robust warning and prompt for the 'extreme' clean operation. ... (check-in: 4af673cc20 user: mistachkin tags: cleanX)
15:17
Add the Tips and Usage Hints document. ... (check-in: fda5b81880 user: drh tags: trunk)
14:08
Change the cursor to "pointer" when mousing over nodes of the timeline graph, as a hint to users that they can click on the node. ... (check-in: 4175c90f95 user: drh tags: trunk)
11:12
Revise usage of dry run flag. Improvements to warnings. ... (check-in: dcd868290f user: mistachkin tags: cleanX)
10:53
Fix a division by zero that can occur when trying to annotate a file that has never been changed. ... (check-in: f370ab3948 user: drh tags: trunk)
10:39
Fix small merge issue and free pIgnore when no longer used. ... (check-in: aec7aa8484 user: mistachkin tags: cleanX)
10:32
Refactoring of the clean -x option, phase 1. ... (check-in: 0dc31f4bf7 user: mistachkin tags: cleanX)
00:48
Fix an uninitialized variable in the previous check-in. ... (check-in: 9f3fb6cb98 user: drh tags: trunk)
00:45
Add the ability to edit Wiki pages as either Fossil Wiki, or Markdown, or Plain Text. ... (check-in: a5a5524659 user: drh tags: trunk)
2013-05-27
09:56
rebase ... (Closed-Leaf check-in: 7f0507c04d user: jan.nijtmans tags: cleanDashN)
09:53
Implementation simplification: -n implies -f and -v, this way less separate flag-checks have to be done. No change in functionality. ... (Closed-Leaf check-in: 4e573871bc user: jan.nijtmans tags: cleanDashN)
08:53
Better implementation of "fossil clean -x". Previous implementation didn't prompt any more before before removing unknown files when the -x option was used. ... (Closed-Leaf check-in: 6758c2b0d5 user: jan.nijtmans tags: cleanX)
03:10
Minor documentation updates. ... (check-in: 7794d72c5f user: drh tags: trunk)
02:25
Remove an unused variable from the annotation logic in diff.c. ... (check-in: 770fd05fe8 user: drh tags: trunk)
02:18
Further improvements to the web display of annotations and file history. ... (check-in: ef26e7624e user: drh tags: trunk)
02:00
Do not redirect "diff" links on the "Show Files" option of the timeline to a different window. If the user wants to show the diff in a different window, let them click while holding down the Shift key. ... (check-in: 71a916ee95 user: drh tags: trunk)
01:56
Improvements to the web display of file annotations. ... (check-in: 59d70140f6 user: drh tags: trunk)
2013-05-25
20:41
Improvements to file history display in the web interface. ... (check-in: 601c15421a user: drh tags: trunk)
17:48
Fixed corner case in --args handling for 1-byte entry with no newline. ... (check-in: ee990ebb99 user: stephan tags: trunk)
17:22
Add the ci= query parameter to the finfo webpage, to trace the direct ancestors of a file from a particular check-in. ... (check-in: 418ec701a3 user: drh tags: trunk)
14:34
minor typo fix in help text. ... (check-in: 24e259da5a user: stephan tags: trunk)
14:30
Added notes about --args FILENAME to default help message, per ML request. ... (check-in: 0e5bbade2c user: stephan tags: trunk)
01:57
Remove unused variables in the annotation engine. ... (check-in: 305e3951cc user: drh tags: trunk)
01:52
Improvements to annotate. Faster. More correct. Added gradient background colors to the web view. Default to showing line numbers. Do not show the check-in user. Fix for ticket [58ce2f221ae2e64ed]. ... (check-in: 89bf6f13f9 user: drh tags: trunk)
01:49
Improved default background colors for web annotations. Remove the diff hyperlinks from the annotation log. ... (Closed-Leaf check-in: 8987a6bbbf user: drh tags: annotate)
01:27
Improvements to the longest-common-subsequence (LCS) function inside the diff engine. ... (check-in: 477d1150cf user: drh tags: annotate)
2013-05-24
21:54
Fix a minor formatting error in the web annotation page. ... (check-in: 1fcc6bda2f user: drh tags: annotate)
21:39
Add links to diff pages on the annotation log in the web interface. ... (check-in: 7799ff3a00 user: drh tags: annotate)
21:18
Do not display the user on annotation output. Show only the check-in ID, date, and line number. ... (check-in: 8fee580ded user: drh tags: annotate)
21:11
Show gradient background colors on the web annotation screen, with deeper colors the further back in time we go. ... (check-in: 0b0ab858a8 user: drh tags: annotate)
17:16
Web-based annotation shows lines numbers and the log by default. ... (check-in: 434be79b43 user: drh tags: trunk)
17:04
Fix the "Hide Line Numbers" button on the annotate web page. ... (check-in: d3fd72f442 user: drh tags: trunk)
17:02
On the web-based annotate screen, do not show the annotations on lines that are older than the analysis. ... (check-in: e46935e962 user: drh tags: trunk)
11:44
Add the "Integrating Fossil in the Microsoft Express 2010 IDE" document from Gilles Ganault. ... (check-in: 33c651cea5 user: drh tags: trunk)
07:01
"fossil update" operates on the local filesystem, so it should have the --case-sensitive option. ... (check-in: 13c7c61ada user: jan.nijtmans tags: trunk)
2013-05-23
22:36
Fix problems with update and merge when case-sensitive is off and two different checkouts each add files that differ only in case. ... (check-in: a5a8d0477a user: drh tags: trunk)
10:13
After a sync, report "Sync finished" in stead of "Pull finished" ... (check-in: 97040d6436 user: jan.nijtmans tags: trunk)
2013-05-22
07:11
Use-case demonstrating previous change. It restores the behavior of "fossil clean" and the "ignore-glob" documentation to what it was in 1.25 and before: clean everything unknown to fossil except the build artifacts (specified by "ignore-glob" or --ignore). Now the build artifacts can be removed by "fossil clean -X", while "fossil clean -x" cleans everything possible for a clean build. This renders --clean and "ignore-clean" unnecessary, it can be removed now. ... (Closed-Leaf check-in: 003062b7d8 user: jan.nijtmans tags: cleanX)
2013-05-21
14:45
Implement -x|-X|-e|--exclude options for "fossil clean". Compatible with "git clean -x|-X|-e|--exclude". ... (check-in: 44025538c4 user: jan.nijtmans tags: cleanX)
13:56
Add option -v|--verbose to "fossil ls" as replacement for (deprecated) -l. ... (check-in: e91d65afe5 user: jan.nijtmans tags: trunk)
2013-05-20
10:58
doc fix ... (check-in: 122b631c31 user: jan.nijtmans tags: trunk)
2013-05-17
12:04
Remove excess verbage from the output of "fossil clean" unless the --verbose or -v command-line option is used. Issue an error if an unrecognized command-line argument is seen, to prevent mistakes like using --dryrun instead of --dry-run. ... (check-in: 273ec22f25 user: drh tags: trunk)
2013-05-15
18:49
Load the latest SQLite library from upstream, for the purpose of testing the 3.7.17 beta of SQLite in a real-world application. ... (check-in: 997ebf7ff4 user: drh tags: trunk)
09:33
Allow "fossil all ... -U|--user <username>" ... (check-in: b388e7347d user: jan.nijtmans tags: trunk)
08:54
Allow "fossil all ... -v" as alternative to "fossil all ... --verbose" ... (check-in: 6d09745a6f user: jan.nijtmans tags: trunk)
08:16
doc fix. ... (check-in: dd6adf451a user: jan.nijtmans tags: trunk)
08:13
Some more -v|--verbose additions. Old options names are deprecated, but still work. ... (check-in: e3f7ba556b user: jan.nijtmans tags: trunk)
07:15
rebase ... (Closed-Leaf check-in: 5dd6b69799 user: jan.nijtmans tags: clean-with-ignore)
07:02
Doc update: ignore-glob setting should be used to prevent *.log files from being added. ... (check-in: 1162df8e41 user: jan.nijtmans tags: trunk)
2013-05-14
14:58
When trying to "fossil add" files which are expected to be ignored, ask for confirmation first. Add option -f|--force to override that. ... (check-in: 24effbc370 user: jan.nijtmans tags: prevent-adding-ignored-files)
14:15
Function file_tree_name() should respect case-sensitive setting. Add --case-sensitive option to test-tree-name. ... (check-in: 0df0ce8025 user: jan.nijtmans tags: trunk)
11:36
doc fixes. ... (check-in: a38fa0b80b user: jan.nijtmans tags: trunk)
08:08
Make sure that find_option() is called before the argument check for the test-looks-like-utf command. ... (check-in: fd2fbdb965 user: mistachkin tags: trunk)
07:45
Re-apply off-by-one fix. Otherwise blobs like {0x00, 0x0a, 0x00} will result in access of the 4th byte of the BLOB. In test-looks-like-utf, could_be_utf16() should be called always, otherwise the behavior on UTF-16 without BOM will be endian-dependant. ... (check-in: e545d3514e user: jan.nijtmans tags: trunk)
2013-05-13
22:52
Style and clarity revisions to the looks_like_utf*() functions. Correct off-by-one fix for the looks_like_utf16() function. Add -utf8 and -utf16 options to the 'test-looks-like-utf' command. ... (check-in: 4ffaf2ee08 user: mistachkin tags: trunk)
14:22
upgrade to zlib 1.2.8 ... (check-in: bb4776e2e0 user: jan.nijtmans tags: trunk)
10:50
unused variable "fossilTimer" ... (check-in: 55d7e2c14a user: jan.nijtmans tags: trunk)
10:10
Suggestion: Remove "keep-glob" setting, because "ignore-glob" already has the expected "keep-glob" behavior. ... (check-in: d60a75fd08 user: jan.nijtmans tags: clean-with-ignore)
09:36
Setting "ignore-glob" is equivalent to putting patterns in both "clean-glob" and "keep-glob". Rename .fossil-settings/keep-glob to .fossil-settings/ignore-glob, so that "fossil" and "fossil.exe" patterns don't need to be duplicated any more in two different versioned settings. ... (check-in: 967d8a711e user: jan.nijtmans tags: trunk)
09:21
One more off-by-one error. ... (check-in: 1484625d6e user: jan.nijtmans tags: trunk)
09:12
Some optimizations. No change in functionality. - In clean_cmd, use new function vfile_scan2. - When checking for multiple bytes/characters always do that in order of likelihood: '\n' is more likely than '\0', which is more likely than '\r'. - Off-by-one error in looks_like_utf16(). - Allow starts_with_utf16_bom() to be used in detecting UTF-16 without BOM as well: Always determine pbReverse, even if no BOM is present. - Remove unused variable. ... (check-in: fa50694405 user: jan.nijtmans tags: trunk)
2013-05-09
15:30
Add submenu elements to the web-based "annotate" display to turn features on and off. Make the default depth of an annotation 20. ... (check-in: f4bcdb62fb user: drh tags: trunk)
2013-05-08
21:34
/stats_report byuser user hyperlinks now link to bymonth (seems more useful) and links from by-user data to the timeline now filter the timeline on that user name. Minor word case changes. ... (check-in: 78bdddfb80 user: stephan tags: trunk)
20:18
Fixed a logic error in the only-run-once timer init code. ... (check-in: 9fab0f8125 user: stephan tags: trunk)
20:09
Reworked the timer IDs to be positive values to simplify error checking a bit. ... (check-in: 799458977e user: stephan tags: trunk)
19:54
Added fossil_timer_is_active(timerId), removed fossil_has_timer(). ... (check-in: 590406df3c user: stephan tags: trunk)
19:45
Added fossil_timer_xxx() family of functions and g.mainTimerId. ... (check-in: e28433a692 user: stephan tags: trunk)
18:34
Update SQLite to the latest 3.7.17 preview from upstream, for the purpose of testing SQLite. ... (check-in: 21a6a8bc00 user: drh tags: trunk)
17:12
Improved the out-of-bounds error message in Th_CallSubCommand(). ... (check-in: 60e9622313 user: stephan tags: trunk)
16:57
Fixed an array-bounds access violation in Th_SubCommand. Problem reported via the mailing list. ... (check-in: 05ec4ed3c4 user: stephan tags: trunk)
16:54
added a reminder/todo regarding a "not always valid" calculation in /stats_report. ... (check-in: 1d70fb4701 user: stephan tags: trunk)
04:12
Add setting TH1 command, with tests. Improve handling of the TH1 trace log. ... (check-in: 0264475c4a user: mistachkin tags: trunk)
2013-05-07
23:33
Update help text for the ignore-glob setting. ... (check-in: dcb5df51d9 user: mistachkin tags: trunk)
23:00
Modify the add and addremove commands to honor the clean-glob setting with the ability to override it via the --clean option. Adjust versionable setting files accordingly. ... (check-in: 155acff481 user: mistachkin tags: trunk)
21:55
Prevent "fossil" and "fossil.exe" ever being added by "fossil addremove". ... (check-in: 0ea8cc5637 user: jan.nijtmans tags: trunk)
20:52
Add --clean option and clean-glob for use by the clean command. Restore previous meaning of the ignore-glob setting. ... (check-in: b7afa9728b user: mistachkin tags: trunk)
13:03
Only call db_get_do_versionable() after checking that it's a boolean versionable setting. ... (check-in: a60df3be44 user: jan.nijtmans tags: trunk)
08:17
If versionable settings are present, disallow editing of the corresponding fields in the /setup_settings page. ... (check-in: 3cba68a83e user: jan.nijtmans tags: trunk)
07:52
Move check for g.localOpen inside db_get_do_versionable(), because all callers will need this. Add "disabled" parameter to onoff_attribute(), entry_attribute() and textarea_attribute(). ... (check-in: 10d8abcd0c user: jan.nijtmans tags: trunk)
2013-05-06
20:51
removed an unused variable. ... (check-in: cfe346f729 user: stephan tags: trunk)
20:44
/stats_report byuser now uses %h instead of %s to render the user name. ... (check-in: 71d3756977 user: stephan tags: trunk)
20:30
Added a "remove user flag" option to /stats_report for reports which accept (but do not require) the user flag. e.g. switch from by-month-for-user to by-month with 1 click. ... (check-in: f1a66a6c26 user: stephan tags: trunk)
13:24
Wrap over-length lines in the www/settings.wiki documentation page. ... (check-in: abe1030ca8 user: drh tags: trunk)
11:00
Store filename in intermediate variable ... (check-in: d7afa8f153 user: jan.nijtmans tags: trunk)
10:13
Add option --keep to "fossil clean", and matching versionable setting "keep-glob". Now you can specify which files should be kept without confirmation and which files can be removed (--ignore, "ignore-glob") without confirmation. If you want the old behavior, specify "keep-glob" to have the same value as "ignore-glob". Add versioned settings "ignore-glob" and "keep-glob" to the fossil repository. ... (check-in: 982f9ec738 user: jan.nijtmans tags: trunk)
09:40
On the /vdiff web-page, presence of "v" should mean "v=1", just as on the /event and /timeline web-pages. Add "&sbs=1" in various /vdiff and /fdiff url's, so it no longer depends on the default value. Replace some "v=1" parameters with the short form "v". ... (check-in: d24afd17c6 user: jan.nijtmans tags: trunk)
2013-05-05
23:53
On the stats_report?view=byuser page, order by events by default. ... (check-in: bff7f5b95e user: drh tags: trunk)
23:49
Implement sorting by event count on some of the stats_report pages. ... (check-in: 10aaf0c971 user: drh tags: trunk)
20:05
Attempt to make the stats_report?type=byuser tabls sortable by clicking on the column labels. Only works for the "User" column. Further debugging needed. ... (check-in: d0ce29b031 user: drh tags: trunk)
19:42
Make the new CSS for the stats_report appear at the end of legacy CSS that does not define the same elements. ... (check-in: 21454dda94 user: drh tags: trunk)
17:39
Fix a mal-formed printf format in the vdiff page that was causing a segfault. ... (check-in: 0bdc61b4df user: drh tags: trunk)
13:26
/stats_report now shows report list by default. Removed an unused variable. ... (check-in: 6e42254616 user: stephan tags: trunk)
13:19
Added view=byuser param to /stats_report. ... (check-in: 08b9b5b0d9 user: stephan tags: trunk)
12:56
Replaced /activity with /stats_report. Supported by-month and by-year reports. Use user=NAME to limit report to that user (no UI yet for user selection). ... (check-in: 0de6582660 user: stephan tags: trunk)
2013-05-04
21:47
Minor cosmetic tweaks to /activity page. Now counts all events, not just commits. ... (check-in: 2889bfb227 user: stephan tags: trunk)
21:36
Added a missing db_finalize(). Replaced a TODO text with the corresponding code. Changed timeline page header when the ym=YYYY-MM param is set. ... (check-in: d16c09f8c1 user: stephan tags: trunk)
20:45
Fixed a C++-ism. Added a note for a potential improvement. ... (check-in: fd74734bf8 user: stephan tags: trunk)
20:39
Added initial version of /activity page, intended to show "activity reports." Currently shows commit count by month. ... (check-in: 495bf1ea8d user: stephan tags: trunk)
19:40
Added ym=YYYY-MM parameter for the /timeline page to restrict the list to the given year and month. This is in preparation for a 'repo activity summary' view/report which includes links back to specific years/months. ... (check-in: c5ea75133a user: stephan tags: trunk)
01:02
Load HTML files in iframes instead of inlining them directly into /artifact pages. ... (check-in: 63443f920b user: joel tags: trunk)
2013-05-03
16:04
Pull in the latest SQLite from upstream. This enables the Application_ID feature, so make sure application IDs are set appropriately. ... (check-in: 5a936f984c user: drh tags: trunk)
13:50
Prompt before cleaning files > 10M. Those file deletions are not undo-able. ... (check-in: 8e74f0fe40 user: jan.nijtmans tags: undo-clean)
12:06
Make "fossil clean" undo-able. ... (check-in: 5b4cece445 user: jan.nijtmans tags: undo-clean)
11:50
Implement "fossil undo -n|--dry-run" as replacement for the --explain flag which does the same. (--explain is retained but no longer documented) ... (check-in: 57cfcc2621 user: jan.nijtmans tags: trunk)
2013-05-02
19:44
Fix --chdir on Windows/Cygwin when using non-ascii characters or characters invalid for win32 filenames. On Cygwin, allow enter_chroot_jail() using win32 paths as well. ... (check-in: 12bc63aae5 user: jan.nijtmans tags: trunk)
15:04
rebase ... (Closed-Leaf check-in: 9e4a7190af user: jan.nijtmans tags: clean-with-ignore)
13:52
rebase ... (Closed-Leaf check-in: e89269e51b user: jan.nijtmans tags: short-cgi-params)
13:28
Allow boolean parameters sbs= and v= to taken values like "on", "off", "yes", and "no". Assign meaningful defaults even if the argument is omitted. ... (check-in: e09d84f297 user: drh tags: trunk)
07:58
See alternative implementation on trunk. Was: Improve cgi parameter parsing in add_param_list(). Boolean options, like "v" and "sbs" can now take forms like "v=true" or simply "v" (in stead of "v=1") or "v=off" (in stead of "v=0"). /timeline already accepted the shortened form, now /event, /vdiff and other web pages do as well. ... (check-in: 71d48d346c user: jan.nijtmans tags: short-cgi-params)
07:01
Proposed workaround for long double compiler bug on OpenBSD/sparc64. ... (check-in: c11d1444e6 user: edward tags: long-double-bug)
00:15
Keep the entry boxes filled in on the hash-color-test webpage. ... (check-in: 8d3ff5a710 user: drh tags: trunk)
2013-05-01
20:38
Change application ID for the repository database. Add application IDs to the global configuration and check-out databases. None of this works yet because the built-in SQLite does not support the application_id pragma, but it should start working as soon as SQLite is updated. ... (check-in: 2cd8b61f3c user: drh tags: trunk)
19:59
Attempt to set the repository application_id to 1598444364 (which is the same as '_FSL') before any changes to the repository. ... (check-in: 822d6f0dab user: drh tags: trunk)
16:02
Fix an off-by-one error in the binary search for file suffixes when trying to guess the mimetype of a file. Ticket [da461aefee1351] ... (check-in: 96b09d89a1 user: drh tags: trunk)
13:31
If sbs=0 and v=0, then both buttons "Side-by-side Diff" and "Unified Diff" should be shown on the /vdiff page. Note that sbs=1 implies v=1, so it is not necessary to put both parameters on any /vdiff. ... (check-in: 4e4d0fa527 user: jan.nijtmans tags: trunk)
09:42
Add -v|--verbose as alternative to "-l|--detail" everywhere. And "v=" and "verbose=" as alternative to the "detail=" URL parameter. ... (check-in: 5214a2a8b8 user: jan.nijtmans tags: trunk)
2013-04-30
18:37
Cleaned up previous reportfmt commit to separate the schema from the data. ... (check-in: f2b6459ef1 user: stephan tags: trunk)
18:18
Replaced a DELETE with a DROP to avoid having to change the reportfmt default schema. ... (check-in: de119db79f user: stephan tags: trunk)
18:14
(config reset) now re-adds the default ticket report format. Problem reported via mailing list. ... (check-in: 679ba615f4 user: stephan tags: trunk)
00:09
Restore workaround to the MSVC resource compilation that allows it to integrate with external headers properly. ... (check-in: 5f86c0efa4 user: mistachkin tags: trunk)
00:03
Omit CFLAGS when passing compiler options to the MSVC resource compiler. ... (check-in: f151da2135 user: mistachkin tags: trunk)
2013-04-29
23:44
Fix x64 compilation on Windows using the MSVC toolset included with VS 2012. ... (check-in: ed544f3d9c user: mistachkin tags: trunk)
23:29
Show the color names on the hash-color-test webpage. ... (check-in: 3eea7413ac user: drh tags: trunk)
18:21
Add the hash-color-test webpage. ... (check-in: 748f975345 user: drh tags: trunk)
2013-04-28
22:23
Add 'tclReady' TH1 command, with tests. Adjust expected result for test 'th1-tcl-8'. ... (check-in: a87eaae301 user: mistachkin tags: trunk)
20:19
All ui pages (and their JSON equivalent) should handle filenames case-sensitive because they don't access the file system ... (check-in: 4c5c96c9e0 user: jan.nijtmans tags: trunk)
18:36
Updates to the "concepts" document. ... (check-in: 9177ad87ba user: drh tags: trunk)
18:26
Make no attempt to output closing P tags when rendering wiki as this can sometimes result in mis-rendered wiki text. ... (check-in: e6cada8219 user: drh tags: trunk)
16:06
Merge from trunk ... (check-in: a5468261de user: ashish tags: ashish-ipv6)
16:02
Do not attempt to access the check-out database from the server. ... (check-in: 30da8e8b08 user: drh tags: trunk)
2013-04-27
01:28
Added --verbose|-v as alias for --full|-f option to /json/stat, per ML discussion. Removed a stray 's' character, probably a result of a mis-pressed Ctrl-S. ... (check-in: e07e1f662e user: stephan tags: trunk)
01:12
Added $LOGNAME to the list of environment variables checkes for the user name, per report from Will Parsons. ... (check-in: 5741754ed2 user: stephan tags: trunk)
2013-04-26
09:29
One more: --new-file makes the diff command much more verbose. Fix /event?v= ... (Closed-Leaf check-in: 0a5abbee92 user: jan.nijtmans tags: verbose)
08:28
Rename --detail, --showfiles, --files to -v|--verbose (but keep original as deprecated) ... (check-in: 34ed0afc8a user: jan.nijtmans tags: verbose)
07:11
New option -c|--ckout to "fossil all ignore" ... (check-in: 14779a31ec user: jan.nijtmans tags: trunk)
2013-04-25
21:23
Add styling hook and usability improvements to background color picker. ... (check-in: 1159585bdb user: joel tags: trunk)
18:10
Update the built-in SQLite to the latest trunk version from upstream. ... (check-in: 7d1d995317 user: drh tags: trunk)
01:23
update help text to reflect reality ... (check-in: e864b8ee0e user: bch tags: trunk)
2013-04-24
07:56
The default for the "case-sensitive" setting should be "off" on Cygwin/Mac/Windows, as documented. ... (check-in: 95934c2692 user: jan.nijtmans tags: trunk)
07:28
All ui pages (and JSON) should handle filenames case-sensitive because they don't access the file system. ... (Closed-Leaf check-in: c967b6619f user: jan.nijtmans tags: page-case-sensitive)
06:54
Revert [681b17ce0e], because Chiselapp found a new home. ... (check-in: 59e4742a60 user: jan.nijtmans tags: trunk)
02:34
Add submenu links to trunk/tip when browsing files of a non-trunk/tip check-in. ... (check-in: b5b0f1b3fc user: joel tags: trunk)
2013-04-23
08:40
Add --limit as alias to --count in "fossil timeline" for consistancy with other commands. Add many short options, like "-a" for "--all" and "-c" for "--closed" (The JSON part already had those) ... (check-in: 8b17c2360a user: jan.nijtmans tags: trunk)
2013-04-22
12:29
Merge with trunk, and fix a bug crept in the previous commit ... (check-in: 0ae51a20a0 user: ashish tags: ashish-ipv6)
03:50
Fix error on "/dir" page: "SQLITE_ERROR: no such table: main.vfile" ... (check-in: d38f204d3b user: joel tags: trunk)
01:33
Add class hooks to "/dir" pages to allow for filetype-specific styling. ... (check-in: 7ccbf6ee66 user: joel tags: trunk)
2013-04-21
21:59
Add -n|--dry-run options to commands which already have --test or --nochange. ... (check-in: 0b866397a8 user: jan.nijtmans tags: trunk)
08:08
Merge with trunk - Remove reverse-proxying support which is already provided by --baseurl option. ... (check-in: 940b0b33c9 user: ashish tags: ashish-ipv6)
2013-04-19
07:55
Rename "--limit" to "--count" and "--test" to "--nochange" in some fossil commands ... (Closed-Leaf check-in: e72af5058e user: jan.nijtmans tags: count-nochange)
2013-04-18
18:53
Record cherrypicks and backouts in the Q card of the check-in manifest. This is the first step in adding display of cherry-picks, ticket [eaf1c4fdbeeca8eb]. ... (check-in: 91aa222d7f user: drh tags: trunk)
08:46
Use the function filename_collation() everywhere in stead of passing caseSensitive as parameter. ... (check-in: 3c781f4f0b user: jan.nijtmans tags: trunk)
2013-04-17
14:00
Document "fossil tag --type TYPE" and "fossil timeline --count N --type TYPE" ... (check-in: f8e526c212 user: jan.nijtmans tags: trunk)
10:15
Only create index when "case-sensitive" is off. ... (check-in: 87ac9af8c6 user: jan.nijtmans tags: trunk)
09:30
Fix [85017e9273]: Under Windows, renamed file keeps getting "ADDED". ... (check-in: e8e444eceb user: jan.nijtmans tags: trunk)
09:19
Cygwin: the default value of the "case-sensitive" setting now depends on the case-sensitive setting of the windows kernel. See: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive]. Alphabetize some command documentation. ... (check-in: 9359b41fd5 user: jan.nijtmans tags: trunk)
2013-04-16
09:59
Suggested fix for [85017e9273] ... (Closed-Leaf check-in: d0764530d3 user: jan.nijtmans tags: ticket-85017e9273)
09:01
More comments ... (check-in: d3e5f30be8 user: jan.nijtmans tags: ui-no-utf8)
2013-04-15
12:35
merge trunk ... (check-in: 3d82be0e3f user: jan.nijtmans tags: ui-no-utf8)
2013-04-11
14:33
Fix the --tag feature of the commit command that was broken by a recent check-in. ... (check-in: c42aaa259f user: drh tags: trunk)
2013-04-10
15:16
Add the dkf tkchat fossil quote to the quotes.wiki document. ... (check-in: f9e190e7a7 user: drh tags: trunk)
11:08
Document keep-glob. Rebase ... (check-in: 191f4e0f93 user: jan.nijtmans tags: clean-with-ignore)
11:04
Document encoding-glob setting ... (check-in: 375648368c user: jan.nijtmans tags: trunk)
10:53
Chisel is going the way of the dodo ... (check-in: 681b17ce0e user: jan.nijtmans tags: trunk)
07:47
Fix minor typo on index page. ... (check-in: 68ed364281 user: mistachkin tags: trunk)
2013-04-09
14:58
Add the "Defense against Spiders" documentation page. ... (check-in: 1e26962d04 user: drh tags: trunk)
13:30
Change the default auto-hyperlink-delay from 0 to 10 milliseconds. ... (check-in: ddd1659677 user: drh tags: trunk)
13:26
New spider-control logic: Optionally delay enabling hyperlinks or requiring mouse movement before enabling hyperlinks, controlled by the Setup/Access screen and the auto-hyperlink-delay and auto-hyperlink-mouseover settings. ... (check-in: 96f3e83922 user: drh tags: trunk)
2013-04-08
21:05
rebase ... (check-in: 88ece116a4 user: jan.nijtmans tags: clean-with-ignore)
16:37
Add --localhost option to "fossil server" ... (check-in: e501d7d0a6 user: joel tags: trunk)
16:21
Move variable assignment after declarations so as to compile on nmake ... (check-in: 4ee6792d4b user: joel tags: trunk)
10:42
Consistant use of DIFF_CANNOT_COMPUTE_??? messages ... (check-in: b18276cbde user: jan.nijtmans tags: ui-no-utf8)
09:03
Implement LOOK_INVALID for utf-16, and use it to detect UTF-16 without BOM in network byte order ... (check-in: 2d14d82c6b user: jan.nijtmans tags: ui-no-utf8)
02:10
Enhancements to the "bisect" command: Add "bisect log" and "bisect undo". The "bisect status" command is an alias for "bisect vlist". Show the adjacent good and bad versions on the final step of the bisect. ... (check-in: 41c7ac29d7 user: drh tags: trunk)
2013-04-05
07:44
Branches "use-blob_strip_bom" and "improve_commit_warning" go together in a single new (experimental) branch ... (check-in: a7e77a66b0 user: jan.nijtmans tags: ui-no-utf8)
2013-04-04
15:24
eliminate goto ... (Closed-Leaf check-in: c11b373671 user: jan.nijtmans tags: improve_commit_warning)
12:02
don't use tabs ... (check-in: c3a39ffeed user: jan.nijtmans tags: improve_commit_warning)
11:35
merge trunk ... (check-in: d8bc29f346 user: jan.nijtmans tags: improve_commit_warning)
06:53
Simplyfy/speed-up use of LOOK_??? flags. Rename LOOK_CR/LF to LOOK_ANY_CR/LF. ... (Closed-Leaf check-in: 468f134659 user: jan.nijtmans tags: looks-like-utf)
06:43
copy/paste error in comment ... (check-in: eb3c9b34df user: jan.nijtmans tags: trunk)
2013-04-03
12:14
Restore the original UTF test numbering. ... (check-in: 00f9c9e83a user: mistachkin tags: trunk)
12:13
Make the MinGW makefile consistent with the MSVC one in where it attempts to locate the OpenSSL directory. ... (check-in: 94485846c3 user: mistachkin tags: trunk)
10:02
rebase ... (check-in: 2e545d5865 user: jan.nijtmans tags: clean-with-ignore)
09:59
merge trunk ... (Closed-Leaf check-in: ccc9896f1c user: jan.nijtmans tags: looks-like-utf)
09:39
Implement LOOK_SHORT flag Re-order test-cases such that adding to "data" array will not result in more renumberings any more. This should prevent the "More than 10,000 changes" in some (not all) cases. ... (check-in: 1686ff716a user: jan.nijtmans tags: trunk)
07:50
rebase ... (Closed-Leaf check-in: ab4e8638bf user: jan.nijtmans tags: ticket-d17d6e5b17)
07:36
rebase ... (check-in: 6159a7f281 user: jan.nijtmans tags: clean-with-ignore)
2013-04-02
09:31
merge trunk ... (check-in: bdd9790484 user: jan.nijtmans tags: clean-with-ignore)
08:43
too long line ... (check-in: eff988b280 user: jan.nijtmans tags: looks-like-utf)
08:36
More compact, better readable, output for test-looks-like-utf command. ... (check-in: caa50cffb5 user: jan.nijtmans tags: looks-like-utf)
2013-04-01
20:56
Fix typo: SSL and JSON should not be enabled by default in the MSVC makefile. ... (check-in: 9f931a7569 user: mistachkin tags: trunk)
20:54
Allow easier compilation with OpenSSL enabled using MSVC. Fix for [5b2300c692]. ... (check-in: c46e5f933d user: mistachkin tags: trunk)
18:18
Remove a couple superfluous checks for markdown as an optional feature (i.e. now that it's always enabled). ... (check-in: 5acc36b125 user: mistachkin tags: trunk)
16:53
Fix to auto.def related to making markdown on by default. ... (check-in: ce93b460ae user: drh tags: trunk)
16:12
Remove unused variable ... (check-in: 5a920d726b user: jan.nijtmans tags: trunk)
15:54
merge trunk ... (check-in: 109c1ef571 user: jan.nijtmans tags: clean-with-ignore)
14:02
Fix the --allow-older and --force options for permitting out-of-order dating of check-ins. ... (check-in: 086612a5a8 user: drh tags: trunk)
13:59
The markdown formatter is now always turned on and cannot be omitted. Add the ability to store mimetype information in control artifacts. Add the --mimetype option to the "commit" command. As the new N-cards used to store mimetype will not be recognized by older fossils, it is recommended that no use be made of mimetype until all users have upgraded. ... (check-in: 4dcea80236 user: drh tags: trunk)
13:50
Add the --mimetype option to the "commit" command. ... (Closed-Leaf check-in: 6d4339bb09 user: drh tags: markdown)
11:26
Merge in autosetup update. ... (check-in: 63daf1453c user: drh tags: trunk)
2013-03-31
18:56
Fix for [2cfd96b2ba]: Improve ignore-glob. This changes the UI regarding versionable settings with a string value to use a multi-line input field. Already looks quite good, but feedback on layout perfectioning appreciated! ... (check-in: bc047d1e3d user: jan.nijtmans tags: trunk)
2013-03-30
10:13
Added timelineComment and infoComment CSS classes, per suggestion by Baptiste Daroussin. ... (check-in: f9d4e0853b user: stephan tags: trunk)
2013-03-29
16:38
Add the N-card to control artifacts for wiki, checkins, events, and attachments, which opens up the possibility (not yet implemented) of being able to save wiki text, check-in comments, event text, and attachment descriptions in a variety of formats, such as text/plain, text/html, or text/x-markdown. ... (check-in: 2336a2d86e user: drh tags: markdown)
15:43
Enable markdown by default. Render as markdown any document that ends with either "md" or "markdown". ... (check-in: 02f312e698 user: drh tags: markdown)
15:05
Win32: Fossil now understands Cygwin paths containing one or more of the characters <nowiki>"*:<>?|</nowiki>. Those are normally forbidden in win32. This means that the win32 fossil.exe is better usable in a Cygwin environment. See [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. ... (check-in: fc413110eb user: jan.nijtmans tags: trunk)
2013-03-28
22:30
(!Experiment, not meant for trunk, ever!) How would the fossil code look like, if the Tcl_InitSubsystems() function (TIP #414) was available. ... (Closed-Leaf check-in: be1a739694 user: jan.nijtmans tags: initsubsystems2)
05:45
Update autosetup to the latest version (0.6.5) ... (Closed-Leaf check-in: 55a85b2dd1 user: steveb tags: autosetup)
2013-03-27
23:13
Make the intent of the code in commit_warning() clearer. Style cleanup. ... (check-in: 3f78dfe593 user: mistachkin tags: trunk)
20:53
Update the built-in SQLite sources to the latest 3.7.16.1 beta for the purpose of testing SQLite. ... (check-in: 2e9be37f50 user: drh tags: trunk)
09:45
Allow looks_like_utf8/16 to specify when the loop should stop, in stead of leaving it unspecified. Minor comment/doc fixes. ... (check-in: 79f7eb2fc5 user: jan.nijtmans tags: trunk)
2013-03-26
11:12
Enable fossil to distinguish correctly CR/CRNL/mixed line endings. ... (check-in: f89e2eccbb user: jan.nijtmans tags: trunk)
2013-03-22
10:36
typo, mention Cygwin as well. ... (check-in: 68f8aafb3f user: jan.nijtmans tags: trunk)
09:36
Allow win32 forbidden characters to be used in filenames, using the Cygwin workaround: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. The files test/00*.x should NOT be merged to trunk, otherwise trunk cannot be checked out with older win32 fossil versions any more! ... (Closed-Leaf check-in: c68afe0f5b user: jan.nijtmans tags: win32-please-evaluate)
2013-03-21
12:37
merge trunk. Not correct: Test-case 414 doesn't give the right answer! ... (check-in: 4310b0b2ed user: jan.nijtmans tags: improve_commit_warning)
12:06
Add flag LOOK_INVALID, not used yet. Add many more UTF8/16 test-cases. ... (check-in: 3ec3909b17 user: jan.nijtmans tags: trunk)
10:57
merge trunk (testcases not adapted yet!) ... (check-in: 43aa3b2d8b user: jan.nijtmans tags: improve_commit_warning)
2013-03-19
17:40
Merge UTF-16 byte swapping fix and test-looks-like-utf command enhancements. ... (check-in: b4bec3753d user: mistachkin tags: trunk)
17:37
Fix overly eager byte swapping when checking for UTF-16 text. ... (Closed-Leaf check-in: 3f2f1e62fa user: mistachkin tags: bomRefactor)
14:12
take over new testcases from bomRefactor branch. ... (check-in: f58bc2dfc7 user: jan.nijtmans tags: trunk)
10:06
merge trunk (still experimental) ... (Closed-Leaf check-in: af4d780446 user: jan.nijtmans tags: use-blob_strip_bom)
08:59
Merge "cr-warning" branch to trunk: Fossil now warns before committing files with CR line-endings and offers to convert them to LF line-endings; fossil's diff cannot handle those. In checkin.c, use LOOK_BINARY in stead of LOOK_NUL, in case more flags are added to the BINARY detection. Rename LOOK_LENGTH to LOOK_LONG. ... (check-in: ea2598e447 user: jan.nijtmans tags: trunk)
08:34
Fix expected value of test-cases: The value of LOOK_LONE_CR is wrong in 19 cases. I leave it to Joe to fix the code. ... (check-in: 8af1541ac5 user: jan.nijtmans tags: bomRefactor)
2013-03-18
23:47
Make sure that LOOK_CR is set even when a CR/LF pair is detected. Rename the LOOK_LENGTH flag to LOOK_LONG for clarify. Add LOOK_SHORT flag to indicate that the looks_like_utf16() function did not perform a full check. Support tests for UTF-16 in reverse byte order. Enhancements to the test-looks-like-utf command. ... (check-in: b0b3f2a44f user: mistachkin tags: bomRefactor)
12:37
Adapt test-case 112 such that it contains a reversed CR/LF, a case not covered before. Fix detection of reversed CR/LF and lone CR in reversed UTF-16 case, broken by [e3f9a42b58]. ... (check-in: a4cdc7235a user: jan.nijtmans tags: trunk)
11:45
Add test-cases using reverse UTF-16 BOM, and the unicode characters U+0A00 and U+0D00 ... (check-in: d1f0c4b93e user: jan.nijtmans tags: trunk)
10:22
Add test-cases using reverse UTF-16 BOM, and the unicode characters U+0A00 and U+0D00 ... (Closed-Leaf check-in: a9f1cbbd6c user: jan.nijtmans tags: reverse-bom-testcases)
09:30
Remove dead code from checkin.c Fix LOOK_BINARY macro: LOOK_ODD doesn't say anything about being binary or not, it only means it cannot be UTF-16. ... (check-in: 12ce0041f5 user: jan.nijtmans tags: trunk)
07:10
Rename blob_remove_cr() to blob_to_lf_only() since that is what it now does. Also, improvements to style and related comments. ... (check-in: 757585fb28 user: mistachkin tags: trunk)
07:05
Improve consistency of the version information. ... (check-in: e452aa97f1 user: mistachkin tags: trunk)
06:09
Fixes to the verbose mode of the version command. Also, make sure to consistently order optional feature lists. ... (check-in: b85a18ba20 user: mistachkin tags: trunk)
05:38
Correct inverted result of looks_like_binary() macro. Correct off-by-one error in the looks_like_utf16() function. Restore original meaning of the LOOK_CR and LOOK_LF flags. Restore LOOK_ODD flag, abstracting UTF-16 content inspection away from blob length. When performing byte swaps, do so consistently. Fix test cases to work with Tcl versions prior to 8.6. Add could_be_utf16() function to preform the preliminary blob checks. Adjustments to style and comments. ... (check-in: e3f9a42b58 user: mistachkin tags: trunk)
2013-03-17
09:54
remove the LOOK_ODD flag. It doesn't fit in looks_like_utf16() because it doesn't need each character to be scanned. ... (check-in: d4fe8be6a3 user: jan.nijtmans tags: trunk)
2013-03-16
06:46
move starts_with_utf16_bom() call out of looks_like_utf16(), so we do it only once. ... (check-in: b58800e5eb user: jan.nijtmans tags: trunk)
2013-03-15
15:02
Code changes for Android, suggested by Mark Janssen. ... (check-in: d4d66d133a user: jan.nijtmans tags: trunk)
14:53
Fixed a C99ism (decl after code). ... (check-in: 123e4bc589 user: stephan tags: trunk)
14:49
Added basic implementation of RFE ticket [3a2a26513220342]: -verbose option for the "version" command. ... (check-in: 1be15a57f1 user: stephan tags: trunk)
14:35
ssh:// and file:// protocols now ignore proxy. (From Martin Gagnon.) ... (check-in: 0d55a0ad0f user: stephan tags: trunk)
14:07
Fix ticket [38cecac15f]: test-move-repository requires access to original repository ... (check-in: e5905473a8 user: jan.nijtmans tags: trunk)
12:53
(expirimental) First implementation of "CR line endings" warning. ... (Closed-Leaf check-in: 5a886cfd9b user: jan.nijtmans tags: cr-warning)
12:29
merge trunk ... (Closed-Leaf check-in: 59f2644788 user: jan.nijtmans tags: bomRefactor)
12:23
Don't let looks_like_utf8/16 decide any more whether the blob is text or binary. Calling code can do that based on the returned flags. This simplifies looks_like_utf8/16 a lot. ... (check-in: 276b34955b user: jan.nijtmans tags: trunk)
11:32
Allow blob_remove_cr() to be used for both \r\n -> \n as well as \r -> \n conversions. ... (check-in: 4b2c2a519f user: jan.nijtmans tags: trunk)
11:16
minor simplifications ... (check-in: 731e07dd94 user: jan.nijtmans tags: bomRefactor)
10:28
fix comments ... (check-in: d0a36540fd user: jan.nijtmans tags: bomRefactor)
10:17
re-apply [3d6d2e7f35]: Better handling and tests for initial CR/LF chars in the looks_like_utf*() functions. ... (check-in: 3528062ac1 user: jan.nijtmans tags: bomRefactor)
10:05
Add two new utf-16 test-cases, which were handled wrong up to now, and fix the code accordingly. ... (check-in: fab2b8aea5 user: jan.nijtmans tags: trunk)
2013-03-14
22:16
Add a regexp command to TH1. ... (check-in: d772ff7219 user: mistachkin tags: trunk)
22:14
Better handling and tests for initial CR/LF chars in the looks_like_utf*() functions. ... (check-in: 3d6d2e7f35 user: mistachkin tags: trunk)
21:14
Do not accept the SHA1 password hash as a legitimate password on the login screen. ... (check-in: 2bb8a7a8fc user: drh tags: trunk)
20:45
The VSEEN table added in the previous check-in should be a TEMP table. ... (check-in: ec4c9787c9 user: drh tags: trunk)
20:27
Prevent time warps from causing infinite loops in the annotator. ... (check-in: 1605649f3e user: drh tags: trunk)
16:07
In the timeline with the "namechng" query parameter, show the name change even if the file content does not change. ... (check-in: 9e9e4d080f user: drh tags: trunk)
14:56
Enhance the web timeline so that with the "namechng" query parameter it shows only check-ins that involve filename changes. ... (check-in: 1d2f4c2f26 user: drh tags: trunk)
14:48
Merging from trunk to get the annotate fixes. Trivial conflict solved. <strong>Update:</strong> the new branch viric_flavour ([b31afcc2ca]) includes most of these changes in a more recent fossil. ... (Closed-Leaf check-in: f14798e0e3 user: viriketo tags: annotate_links)
14:41
merge trunk. Add fossil and fossil.exe to "ignore-glob". ... (check-in: 4acff0a6d3 user: jan.nijtmans tags: clean-with-ignore)
14:19
merge trunk ... (check-in: 4aa55e5533 user: jan.nijtmans tags: clean-with-ignore)
14:18
Update the "annotate" command and webpage to prefer to take changes from direct ancestors of the version being analyzed, rather than more recent changes on branches. ... (check-in: e320f0cd79 user: drh tags: trunk)
14:09
style ... (check-in: 3ba9a4d5ca user: jan.nijtmans tags: trunk)
13:51
LOOK_LENGTH flags only has meaning when LOOK_NUL is not set. ... (check-in: 8923e06cea user: jan.nijtmans tags: trunk)
12:11
Simplify many if() expressions. Use the fact that if the last char in a file is CR, it cannot be followed by a LF any more. This way we don't need to verify the value of 'n' (number of characters remaining) any more. ... (check-in: bd1dcc1c52 user: jan.nijtmans tags: trunk)
10:33
Fix detection of LOOK_LONE_CR/LOOK_LONE_LF for the first byte/character of the file. Fix off-by-one error in utf8 LOOK_LONE_CR detection, which could access one byte past the blob. Simplify the code, making use of the know relation between some LOOK_XXX flags. ... (check-in: ce9d6abea2 user: jan.nijtmans tags: trunk)
2013-03-13
15:03
merge trunk ... (Closed-Leaf check-in: 9263d4c2c3 user: jan.nijtmans tags: bomRefactor)
14:52
make expected "utf-check" parameters less cryptic ... (check-in: 5a9f855810 user: jan.nijtmans tags: trunk)
13:44
remove debug code ... (check-in: 7ef1890c19 user: jan.nijtmans tags: bomRefactor)
13:37
merge trunk ... (check-in: 3718383e5c user: jan.nijtmans tags: bomRefactor)
12:13
merge trunk ... (check-in: 515feb5697 user: jan.nijtmans tags: clean-with-ignore)
01:22
Update the built-in SQLite to the latest 3.7.16 beta from upstream. ... (check-in: f803d534d0 user: drh tags: trunk)
2013-03-12
22:37
Modify the looks_like_utf*() functions to detect lone CR and LF characters and set new output flags accordingly. ... (check-in: 7dee903839 user: mistachkin tags: trunk)
16:01
add .lib, remove some unneeded entries ... (check-in: 124aad1864 user: jan.nijtmans tags: clean-with-ignore)
15:54
fix "fossil clean --test" ... (check-in: ca5903240d user: jan.nijtmans tags: clean-with-ignore)
15:48
Add --keep option to "fossil clean", and versionable "keep-glob" setting ... (check-in: 6c72cab73c user: jan.nijtmans tags: clean-with-ignore)
15:30
Fix "fossil clean --test" not to remove files. ... (check-in: 1c8efa5cab user: jan.nijtmans tags: trunk)
12:48
merge trunk ... (check-in: b72908bc5b user: jan.nijtmans tags: clean-with-ignore)
12:00
Fix determination of LOOK_CR/LOOK_LF to include the first character in the file, eliminating overlap with LOOK_CRLF. This way, inconsistant line endings can be determined by verifying that at most one of the flags LOOK_CR/LOOK_LF/LOOK_CRLF may be set. Test cases adapted accordingly. ... (check-in: c1d3526741 user: jan.nijtmans tags: trunk)
10:31
merge trunk ... (check-in: 0a93bf105a user: jan.nijtmans tags: improve_commit_warning)
2013-03-11
21:40
Bring in the latest SQLite version 3.7.16 beta from upstream for testing. ... (check-in: d586f2edfc user: drh tags: trunk)
15:37
Combine looks_like_utf8/looks_like_utf16 to a single looks_like_utf function, which can be used in both checkin.c and utf.test. This assures that utf.test really checks the same thing as checkin.c is using. ... (check-in: e42ea98f95 user: jan.nijtmans tags: bomRefactor)
07:51
Prototype for a TH1 regexp command. ... (Closed-Leaf check-in: be4a6630a6 user: mistachkin tags: th1RegExp)
2013-03-10
13:32
Add possible 'a=all' response to "fossil clean" ... (check-in: 5f4881d421 user: jan.nijtmans tags: trunk)
10:09
Add possible 'a=all' response to "fossil clean", and print out which files actually are removed. ... (check-in: 3a2c433aa4 user: jan.nijtmans tags: clean-with-ignore)
09:57
Change behavior of "fossil clean --ignore": The ignore setting now specifies which files can be removed without confirmation Add versionable "ignore-glob" setting for fossil, in order to demonstrate the desired behavior. ... (check-in: 5a3855f68b user: jan.nijtmans tags: clean-with-ignore)
09:23
Skip running the Tcl integration tests if Fossil was not compiled with Tcl integration support. ... (check-in: 6c47a16e5d user: mistachkin tags: trunk)
01:36
Add UTF detection tests for the LOOK_ODD flag. ... (check-in: c58b815f2b user: mistachkin tags: trunk)
00:18
Style and comment fixes. ... (check-in: 4368611ba8 user: mistachkin tags: trunk)
2013-03-08
13:02
merge trunk ... (check-in: 17e972c318 user: jan.nijtmans tags: improve_commit_warning)
11:56
merge trunk ... (Closed-Leaf check-in: 8be674a133 user: jan.nijtmans tags: bomRefactor)
09:15
Fix crnl-warning for file which starts with þÿ or ÿþ (latin-1) and has an odd number of bytes. ... (check-in: 25eec8cfaf user: jan.nijtmans tags: trunk)
02:18
Make it easier to correlate the UTF detection test results with the byte-order-mark and data used to produce them. ... (check-in: 70d15c8104 user: mistachkin tags: trunk)
00:46
In the test for the UTF-8/UTF-16 detection functions, use the right byte-order-mark for the endianness of the machine. ... (check-in: 05ac588496 user: mistachkin tags: trunk)
00:09
Revise the looks_like_utf16() function so that it can handle blobs with an odd number of bytes and still set all the applicable output flags. Add tests for the UTF-8/UTF-16 detection functions. ... (check-in: e3ae41483d user: mistachkin tags: trunk)
2013-03-07
22:26
Detect overlong and nul-bytes for files starting with utf-16 BOM but with odd number of bytes. ... (Closed-Leaf check-in: 14019cb0e2 user: jan.nijtmans tags: bomRefactor)
12:35
Somewhat better layout: Putting text-field title first, above the text-field. ... (Closed-Leaf check-in: 3546a84c1f user: jan.nijtmans tags: ticket-2cfd96b2ba)
11:00
merge trunk ... (check-in: f96894a54a user: jan.nijtmans tags: ticket-2cfd96b2ba)
10:19
merge-mark trunk ... (check-in: 9baee7e90f user: jan.nijtmans tags: bomRefactor)
10:16
Fix gcc warning, and add test-case (which fails in current trunk) ... (check-in: c53b128f15 user: jan.nijtmans tags: bomRefactor)
09:56
Since the blob size is unsigned, looks_like_utf16() cannot easily process the content if the size is not even. ... (check-in: 32b8fc7dcd user: mistachkin tags: trunk)
09:21
Better comment. ... (check-in: 2237e34377 user: jan.nijtmans tags: bomRefactor)
08:54
Forgot to remove the odd bytes check, and fixed comment. ... (check-in: b5a3f0b48a user: jan.nijtmans tags: bomRefactor)
08:21
If the blob has an odd number of bytes, it means that the content of the file cannot be interpreted as UTF-16 characters. So, starts_with_utf16_bom() should return false and looks_like_utf16() shouldn't even be called. The flag LOOK_ODD makes no sense in starts_with_utf16_bom(). ... (check-in: 7b0b7ec87d user: jan.nijtmans tags: bomRefactor)
01:27
Add support for detecting standalone carriage-return characters via the looks_like_utf*() functions. ... (check-in: 6c7185d9ba user: mistachkin tags: trunk)
01:14
Fix typo in comments. ... (check-in: 30e4e3e25d user: mistachkin tags: trunk)
01:12
For the looks_like_utf*() functions, continue to examine blob content in order to fully set the output flags, even if it appears to be binary. Also, increase the strictness of starts_with_utf16_bom() and make it more accurate. ... (check-in: 13fac7f74a user: mistachkin tags: trunk)
2013-03-06
20:53
Enhance the GLOB processing on settings like binary-glob so that any sequence of commas and/or whitespace serves as a delimiter. Delimiters inside of quotes are part the glob pattern and are ignored. Enhance the test-glob command to verify correct operation of the globber. ... (check-in: a93b58cf83 user: drh tags: trunk)
20:50
Enhancements to the test-glob command for better testing of the setting globber. ... (Closed-Leaf check-in: ad44353d90 user: drh tags: globListRefactor)
20:46
Modify the commit_warning() function so the warning for possible binary content is higher priority than the other warnings. ... (check-in: 2d9ae4ee73 user: mistachkin tags: trunk)
20:27
Add the test-looks-like-utf test command to help test the looks_like_utf*() and related functions. ... (check-in: 08b96cedee user: mistachkin tags: trunk)
15:40
merge trunk ... (Closed-Leaf check-in: 820f64320b user: jan.nijtmans tags: fix-test-move-repository)
15:33
fix commit dialog (problem is introduced in [30a63b8b66]) for files containing crlf or long lines followed by nul byte. test-case: $ tclsh8.6 % set f [open abc w];fconfigure $f -translation binary;puts -nonewline $f \r\n\0;close $f;exit $ fossil add abc ADDED abc $ fossil commit --test ./abc contains CR/NL line endings. Use --no-warnings or the "crnl-glob" setting to disable this warning. Commit anyhow (a=all/c=convert/y/N)? n After correction: $ ./fossil commit --test ./abc contains binary data. Use --no-warnings or the "binary-glob" setting to disable this warning. Commit anyhow (a=all/y/N)? n ... (check-in: af0ca3b4eb user: jan.nijtmans tags: trunk)
14:40
merge trunk ... (check-in: 7aa9f66f92 user: jan.nijtmans tags: fix-test-move-repository)
12:58
(experimental) fix for [2cfd96b2ba] ... (check-in: 949976e065 user: jan.nijtmans tags: ticket-2cfd96b2ba)
11:30
Locate the local checkout database even if it is read-only. ... (check-in: f7b355b311 user: drh tags: trunk)
10:16
In db_open_local() check writability of local-db itself in stead of the directory it is in. This should enable fossil checkouts on NFS-mounts, which sometimes lie about writability of directories. ... (check-in: beb91c9163 user: jan.nijtmans tags: trunk)
09:28
Fix gcc-4.7.2 warning: src/md5.c: In functie 'MD5Final': src/md5.c:263:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] src/md5.c:264:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ... (check-in: 98fd649a9a user: jan.nijtmans tags: trunk)
07:50
Refactor the looks_like_utf*() functions to use a single output flags argument to convey the various pieces of blob status information. ... (check-in: 30a63b8b66 user: mistachkin tags: trunk)
06:58
Refactor the glob list handling code and add some tests. ... (check-in: 1b6c39c1aa user: mistachkin tags: globListRefactor)
02:18
Allow newlines to serve as separators for multiple glob strings in the binary-glob setting (and in any other setting that accepts a list of glob patterns). Fix for ticket [ed23ef59cf0fb] ... (check-in: 0e5f0da7eb user: drh tags: trunk)
02:15
Update the built-in SQLite to the latest 3.7.16 beta from upstream. ... (check-in: 6e460c3427 user: drh tags: trunk)
2013-03-05
12:25
style: use g.zConfigDbName in stead of g.configDbName, as all other strings. ... (check-in: a5dc5332d4 user: jan.nijtmans tags: trunk)
12:17
Add check for win32/cygwin whether the config-db is writable in stead of checking that the $HOME directory is writable. Eliminate g.zHome and g.configOpen, in stead use a single g.configDbName. Then people no longer have to guess whether the config db name is ".fossil" or "_fossil". g.zHome was only used for locating the config db, nothing else. ... (check-in: 473e08a6d1 user: jan.nijtmans tags: trunk)
10:04
Proposed fix for [ed23ef59cf]: Fossil ignoring "binary-glob" setting ... (Closed-Leaf check-in: e0e88821bd user: jan.nijtmans tags: ticket-ed23ef59cf)
09:24
Don't trigger the long-lines warning if the long line is followed by a null-byte: it's a normal binary file then. re-write looks_like_utf8/16 to handle crlf the same way as long lines (thanks, Joe, for the long-lines rewrite!) ... (check-in: ab2920c2b9 user: jan.nijtmans tags: trunk)
02:06
Add warning for overly long lines found during the commit process. ... (check-in: 10fbcda270 user: mistachkin tags: trunk)
01:27
Revert check-in [3a74f9fe52], which added a special warning for overly long lines being detected as binary files. ... (check-in: ccdd1abba7 user: mistachkin tags: trunk)
01:26
Fix artifact links for ticket attachments. ... (check-in: 3b09348fd4 user: mistachkin tags: trunk)
2013-03-04
23:13
Revert check-in [3a74f9fe52], which added a special warning for overly long lines being detected as binary files. ... (Closed-Leaf check-in: dd9e030bc9 user: mistachkin tags: noLineLenWarning)
20:06
Check on writability of the home directory appears too restricted. Writability of the $HOME/.fossil file should be sufficient for fossil to operate. ... (Closed-Leaf check-in: 1e90d43d76 user: jan.nijtmans tags: home-check-too-restricted)
19:18
revert [9122ad308a]. It appears that file_access() cannot bries on win32 ... (check-in: 1eb9496c48 user: jan.nijtmans tags: trunk)
16:12
Merge in various complications needed to support CYGWIN. ... (check-in: d95cbba2e6 user: drh tags: trunk)
16:10
Fix coloration of side-by-side diff lines with multibyte UTF8 where the lines are completely inserted or deleted. ... (check-in: 6184037c31 user: drh tags: trunk)
14:25
merge trunk ... (check-in: aa6038265a user: jan.nijtmans tags: ticket-d17d6e5b17)
13:26
Enabled the 'c=convert' commit option for Cygwin, now that it can handle UTF-16. ... (Closed-Leaf check-in: a6f4093e3f user: jan.nijtmans tags: build-breaker)
13:19
Improve fossil_utf8_to_filename() for cygwin: no longer hardcode "/cygdrive/" prefix. Fix Cygwin's handling of absolute win32 paths in a few more places. Teach Cygwin how to handle UTF-16. ... (check-in: 18d8d2a69d user: jan.nijtmans tags: build-breaker)
10:25
Proposed fix for ticket: test-move-repository requires access to original repository ... (check-in: 1b61defd58 user: jan.nijtmans tags: fix-test-move-repository)
2013-03-03
15:39
minor cut/paste error ... (check-in: b163569a8c user: jan.nijtmans tags: trunk)
15:32
New warning when file is considered binary due to long lines only. ... (check-in: 3a74f9fe52 user: jan.nijtmans tags: trunk)
00:30
Fix the usage comment for incorrect parameters on "fossil config sync". Separately, remove an extra newline from the usage output. ... (check-in: 69fe4237ce user: drh tags: trunk)
00:26
Do not prompt for passwords on ssh: or file: syncs. ... (check-in: c06e474f68 user: drh tags: trunk)
2013-03-02
18:30
Additional fixes to side-by-side diff coloration for multibyte UTF8 text. ... (check-in: 85ca387557 user: drh tags: trunk)
17:55
Add the comparison of Greek Lorem Ipsum to the side-by-side diff testing suite. ... (check-in: 82081837b3 user: drh tags: trunk)
17:49
Check in two version of Loren Ipsum in Greek to use as a test of the side-by-side diff with multibyte UTF8 text. ... (check-in: 256815f9c5 user: drh tags: trunk)
2013-03-01
23:44
Pull in the latest SQLite from upstream. ... (check-in: 1fbc742da9 user: drh tags: trunk)
23:33
Fix a harmless compiler warning in regexp.c. ... (check-in: 520703dd55 user: drh tags: trunk)
13:45
Enable access check on HOME directory for win32/cygwin ... (check-in: 9122ad308a user: jan.nijtmans tags: trunk)
13:19
Teach fossil_utf8_to_filename() how to handle win32 paths on Cygwin. Use this function where-ever possible. ... (check-in: caf2eb25fa user: jan.nijtmans tags: trunk)
11:45
In the finfo page, also print the comment parsed with %w, like in the timeline. Links or wiki syntax was not resolved. ... (check-in: 380485de99 user: viriketo tags: trunk)
01:15
Change a memcmp into a strncmp in regexp.c in order to avoid the possibility of a buffer overread with optimized memcmp implementations. ... (check-in: eec7c001f5 user: drh tags: trunk)
2013-02-28
20:44
Make sure side-by-side diff highlighting encloses complete UTF8 characters and does not divide a UTF8 character into two invalid characters. ... (check-in: e2b3490676 user: drh tags: trunk)
20:10
Show check-in comments in block style in all contexts other than timeline regardless of the timeline-block-markup setting. The timeline-block-markup setting only effects the timeline. ... (check-in: cae8b6964d user: drh tags: trunk)
2013-02-27
23:41
Fix artifact links for ticket attachments. ... (Closed-Leaf check-in: b061772ddf user: mistachkin tags: tktAttachmentLinks)
23:39
Update custom MinGW makefile to include the newly added source code files. ... (check-in: 93482cee82 user: mistachkin tags: trunk)
21:28
Fix "fossil remote off" so that it works again. ... (check-in: c031089e15 user: drh tags: trunk)
13:51
plug minor memory leak ... (check-in: 52fb2a71ad user: jan.nijtmans tags: trunk)
11:30
comment fix ... (check-in: f78a487f43 user: jan.nijtmans tags: use-blob_strip_bom)
11:26
merge trunk ... (check-in: d085eb9aca user: jan.nijtmans tags: use-blob_strip_bom)
10:03
merge trunk ... (check-in: dbf96517f2 user: jan.nijtmans tags: improve_commit_warning)
09:54
merge trunk ... (check-in: efe9993f2b user: jan.nijtmans tags: ticket-d17d6e5b17)
09:46
On Cygwin determine home directory the same as on win32, so cygwin can share "_fossil" with win32. ... (check-in: 26ad1bce49 user: jan.nijtmans tags: trunk)
08:49
A few more places where Cygwin should do the same as win32. ... (check-in: 8cc71be05f user: jan.nijtmans tags: trunk)
2013-02-26
20:50
Fix preprocessor check for Win32/Cygwin in file_simplify_name(). ... (check-in: 9e602271f4 user: mistachkin tags: trunk)
20:48
Fix typo in wiki page. ... (check-in: b72ef38d1b user: mistachkin tags: trunk)
09:27
Cygwin has same filesystem as Windows, so should be case-insensitive and do '/' <-> '\' conversion the same as win32. fossil_utf8_to_filename should do '/' -> '\' conversion on win32, as not all win32 API functions handle '/' correctly. ... (check-in: d4b3e1d86d user: jan.nijtmans tags: trunk)
2013-02-25
17:42
Get the "fossil scrub --private" command working again. ... (check-in: 60acc2de34 user: drh tags: trunk)
10:46
Merge trunk. Restore fossil_utf8_to_filename signature by doing character conversions in utf-8 instead of unicode. ... (check-in: ae1b1f4b5d user: jan.nijtmans tags: ticket-d17d6e5b17)
09:33
Split WriteConsoleW call into multiple chunks, when necessary. See [https://connect.microsoft.com/VisualStudio/feedback/details/635230] Thanks to jeffrimko for noticing this. ... (check-in: 8031947e59 user: jan.nijtmans tags: trunk)
01:02
Added fix for issue seen with merge; would fail due to file_copy() issue where files of renamed directories would not have the new directory created beforehand. Also added fix for issue seen after large merge; 'changes' command would fail due to WriteConsoleW() returning with error ERROR_NOT_ENOUGH_MEMORY; fix seems hacky but works. ... (Closed-Leaf check-in: 3f31dc6597 user: jeffrimko tags: jeffrimko-fix-merge-changes)
2013-02-23
21:45
merge trunk ... (check-in: eeb0231b9b user: jan.nijtmans tags: improve_commit_warning)
21:35
merge trunk ... (check-in: f1bb151e6f user: jan.nijtmans tags: ticket-d17d6e5b17)
14:10
Added /json/status to changelog. ... (check-in: 16642f9c18 user: stephan tags: trunk)
10:58
Added /json/status command. ... (check-in: d1e4d100ad user: stephan tags: trunk)
2013-02-22
17:34
merged in [help-www] branch: adds help support for /www/pages. ... (check-in: b38bb4f9bd user: stephan tags: trunk)
2013-02-21
22:21
Provide a compile-time option to open the check-out database file (.fslckout or _FOSSIL_) in WAL mode. Also shorten source code lines to 80 characters in db.c. ... (check-in: 8c35f07d06 user: drh tags: trunk)
19:41
CLI help command now (cosmetically) differentiates between pages and commands. ... (Closed-Leaf check-in: 5be5933348 user: stephan tags: help-www)
19:08
Add code and documentation for the fossil_prompt.sh demo script for setting the prompt of bash according to the status of the current fossil repo. ... (check-in: 43988bc490 user: drh tags: trunk)
15:51
merge fork ... (check-in: 32bb8c2819 user: jan.nijtmans tags: trunk)
15:50
Make win32 build compile again: - missing headers <io.h> and <fcntl.h> - WCHAR -> wchar_t ... (check-in: e3add2c115 user: jan.nijtmans tags: trunk)
15:50
Make sure warning and panic messages appear on a fresh line on the console. ... (check-in: 2091a11dd8 user: drh tags: trunk)
14:54
Do not prompt for the sync password more than once. ... (check-in: 1cd61c96bc user: drh tags: trunk)
14:39
Error message changes: Omit the executable name at the beginning of error messages to the console, and try to make sure new error messages begin on a fresh line and do not overwrite prior status text. ... (check-in: 871a949296 user: drh tags: trunk)
14:24
Code refactoring: Move utility routines (ex: fossil_malloc()) out of main.c and into a new file util.c. Try to gather I/O routines into the printf.c source file. ... (check-in: bb0cedb15a user: drh tags: trunk)
11:45
more unused variables ... (check-in: 1a2e1ea0fe user: jan.nijtmans tags: trunk)
11:29
Rename fossil_utf8_to_unicode to fossil_utf8_to_filename on UNIX, everywhere where filenames are involved. This enables fossil_utf8_to_unicode/fossil_unicode_to_utf8 to be re-implemented on UNIX to do what the name suggests. ... (check-in: 7eb5e2319f user: jan.nijtmans tags: trunk)
09:57
/help now removes the leading slashes from the page list (looks cleaner). /help?cmd=foo now shows a different label for pages and commands (differentiates based on existence of leading /). ... (check-in: aa5def064d user: stephan tags: help-www)
08:15
unused variables ... (check-in: 75e483899e user: jan.nijtmans tags: trunk)
03:51
Improved handling for remote repository passwords: When prompting for the password, also ask the user whether or not to remember the password, as browsers typically do for their password cache. ... (check-in: 6d6740dcca user: drh tags: trunk)
2013-02-20
22:35
Pedantically added a missing /LI closer. Changed /help for pages to 5 cols, so the width more or less aligns with the 7-col command help (page names are longer than command names). ... (check-in: 6ca6624499 user: stephan tags: help-www)
22:30
Modified /help page to show help text for /pages. Only pages with help text get hyperlinks. ... (check-in: affccaa822 user: stephan tags: help-www)
22:18
Avoid intermingling error message with status output during a sync. Error messages should appear on a line by themselves. ... (check-in: 2981ac51ff user: drh tags: trunk)
22:10
Initial 'help' support for WEBPAGE entries. Not yet finished, but seems to work in CLI mode. ... (check-in: e788795bbf user: stephan tags: help-www)
20:57
All the --port option on the "ui" and "server" commands to begin with an IP address, then bind to just that one IP address. ... (check-in: 5dfbf7e5b6 user: drh tags: trunk)
18:54
Added timeline.rss changes to changelog. ... (check-in: d84ec60ddd user: stephan tags: trunk)
18:46
Merged in [timeline-rss-ticket] changes. ... (check-in: dbaf520910 user: stephan tags: trunk)
16:19
Get support for IP address on the --port option working on windows. ... (Closed-Leaf check-in: f4143c5b59 user: drh tags: bind-to-ip)
16:11
Changes that allow the --port option on "fossil ui" and "fossil server" to include an IP address to which to bind. ... (check-in: abf56881b6 user: drh tags: bind-to-ip)
15:08
In main.c: Shorten all source code lines to no more than 80 characters. Add google-chrome to the list of browser to try to launch with the "ui" command. ... (check-in: 12ff5ff85e user: drh tags: trunk)
08:33
Simplify/speedup starts_with_utf16_bom and enhance doc for it. ... (check-in: 957be42625 user: jan.nijtmans tags: trunk)
2013-02-19
12:29
Avoid uniqueness errors when inserting default users. ... (check-in: 646c4a67f9 user: drh tags: trunk)
2013-02-18
22:35
Update version of OpenSSL that is referred to in the makefiles. ... (check-in: ab9b449190 user: mistachkin tags: trunk)
21:45
/info/TICKET_UUID now only shows the ticket title if the ticket db has a title field. ... (Closed-Leaf check-in: 1c46835e4c user: stephan tags: timeline-rss-ticket)
13:46
Fixed ticket [5df2715635b99bd46a] (check-in count mismatch). ... (check-in: b27c0d6d3f user: stephan tags: trunk)
10:03
New function fossil_utf8_to_filename, such that fossil_unicode_to_utf8/fossil_utf8_to_unicode/fossil_unicode_free are not used on UNIX/MAC any more: On UNIX those 3 functions were only no-ops, but this allows to re-implement then for real unicode <-> utf-8 conversions. There is an "#ifdef _WIN32" around those 3 functions and 2 more (fossil_mbcs_to_utf8/fossil_mbcs_free) in order to prove that they are not used any more on UNIX/MAC. ... (Closed-Leaf check-in: cc3976fd30 user: jan.nijtmans tags: fossil_utf8_to_filename)
08:30
merge trunk ... (check-in: fdd51b617c user: jan.nijtmans tags: ticket-d17d6e5b17)
2013-02-17
21:37
merge trunk ... (check-in: fdf9050c4b user: jan.nijtmans tags: improve_commit_warning)
14:47
More simplification in UTF-16 bom detection ... (Closed-Leaf check-in: 1e70f211f9 user: jan.nijtmans tags: utf16Bom)
14:43
Remove two unused variables ... (check-in: a98467b661 user: jan.nijtmans tags: trunk)
2013-02-16
14:12
Limit the complexity of the diff display on check-in information pages. ... (check-in: 4f95ea8c56 user: drh tags: trunk)
00:04
Version 1.25 ... (check-in: d2e07756d9 user: drh tags: trunk, release, version-1.25)
2013-02-15
19:57
Improvements to UTF-16 byte-order-mark detection. ... (check-in: 3d988df670 user: mistachkin tags: trunk)
16:15
Formatting tweaks to the "dbstat" command so that it works better on an 80-column shell window. ... (check-in: 8522e0ab02 user: drh tags: trunk)
15:53
Update the change log for version 1.25. ... (check-in: b9625cfeb4 user: drh tags: trunk)
15:14
On a side-by-side diff, shift small differences as far to the left as possible. ... (check-in: 89a2e88107 user: drh tags: trunk)
14:52
Fix the file: sync protocol so that it works on windows even if the client repository is in a directory that contains non-ASCII characters in its name. ... (check-in: b5aab69514 user: drh tags: trunk)
14:37
Fixing annotate. It was hanging. ... (check-in: 96c3133576 user: viriketo tags: annotate_links)
2013-02-14
21:58
More aggressively compress uparrows in the timeline when the length of the arrow is short. ... (check-in: 6267e24b39 user: drh tags: trunk)
21:51
In the timeline graph, always display the black dot in the middle of leaf nodes even when ascenders and descenders are omitted, such as on an f= graph. ... (check-in: 162538351d user: drh tags: trunk)
21:15
More compact display of the graph for the "family" of a particular checkin. ... (check-in: 27dfe95d17 user: drh tags: trunk)
2013-02-13
21:33
Thinner and visually sharper arrows on the horizontal merge-in lines of the timeline graph. ... (check-in: a4f6e88411 user: drh tags: trunk)
21:12
Removed some orphaned function docs (function was moved to db.c at some point). ... (check-in: 9dab2e0646 user: stephan tags: trunk)
20:16
Correct comment and remove superfluous return statement. ... (Closed-Leaf check-in: a49749ed5d user: mistachkin tags: utf16Bom)
17:43
removed an invalid FIXME. Comment changes only. ... (check-in: 38bf1d0f56 user: stephan tags: trunk)
14:12
Update the built-in SQLite to the latest from the SQLite trunk. ... (check-in: f7f764b760 user: drh tags: trunk)
11:31
Add a draft document describing the ticket tables and how they are generated from ticket change artifacts. ... (check-in: d5be709c20 user: drh tags: trunk)
09:28
"reverse" should mean big-endian on little-endian machines. ... (check-in: cdffec2b63 user: jan.nijtmans tags: utf16Bom)
03:14
Improvements to the UTF-16 BOM detection. ... (check-in: 81c4d78137 user: mistachkin tags: utf16Bom)
2013-02-12
20:17
Picking recent trunk fixes on tickets. ... (check-in: 7a8ed6d7df user: viriketo tags: annotate_links)
19:23
Revised ticket processing to align with coding style guide, and for clarity of presentation. ... (check-in: 67f787dc4e user: drh tags: trunk)
19:09
Fixing the rebuild of the ticket databases, so they get properly the comments included by manifests' "+comment". drh says not to be able to reproduce this issue, but here is a fix that makes all work for me. Feel free to rewrite this patch to match your taste. ... (check-in: 9cca9398ab user: viriketo tags: trunk)
16:57
Update src/rss.c with latest version from dg-misc branch (original at [01e85ec4]). ... (check-in: a10282407c user: dg tags: timeline-rss-ticket)
16:47
Merge from trunk. ... (check-in: e4a698bdd2 user: dg tags: dg-misc)
11:53
Replaced a call to realloc() with cson_realloc() (which, in turn, uses the fossil realloc). ... (check-in: a1d2cd84b8 user: stephan tags: trunk)
10:08
timeline.rss with single-ticket support, based on David Given's patch. ... (check-in: 1bc09124bd user: stephan tags: timeline-rss-ticket)
2013-02-11
20:36
Fixed the auto-width diff display. ... (check-in: 1b07b3d9b2 user: viriketo tags: annotate_links)
19:46
Making it build; diff doesn't work well, about with calculation, yet. ... (check-in: facd98ce8c user: viriketo tags: annotate_links)
19:30
Merging from trunk. I still have merge conflicts since my previous merge. ... (check-in: bdeb633a6c user: viriketo tags: annotate_links)
2013-02-08
09:37
Eliminate use of starts_with_utf16(be|le)_bom functions, starts_with_utf16_bom should be enough. External code will typically call "starts_with_utf16_bom" first, and if it returns true call "blob_to_utf8_no_bom" converting it to utf-8. There is no reason any more then for external code to know wheter the BOM was le or be. ... (check-in: fab09a1710 user: jan.nijtmans tags: trunk)
08:55
Addendum to previous commit: Allow the user to decide whether the "fossil knows nothing about" warning should abort the commit or not. ... (check-in: c31bbd4084 user: jan.nijtmans tags: trunk)
08:21
Change "fossil knows nothing about" fatal into a warning. ... (check-in: 7a8808b220 user: jan.nijtmans tags: trunk)
2013-02-07
15:28
Divide blob length check (even number of bytes) and UTF-32 check in the 3 versions of the UTF-16 BOM functions. ... (check-in: be6756e26b user: jan.nijtmans tags: trunk)
09:39
merge trunk ... (check-in: 8994f3680a user: jan.nijtmans tags: improve_commit_warning)
09:19
If file starts with UTF-32 BOM, always consider it binary without warning. ... (Closed-Leaf check-in: c209105f0f user: jan.nijtmans tags: simplify-starts-with)
08:47
Combine 4 "starts_with_utf??_bom" functions to a single - easier to use - function "starts_with_bom". In addition, it only checks for an UTF-16 BOM if the blob has an even number of bytes. ... (check-in: 6c417d8bf5 user: jan.nijtmans tags: simplify-starts-with)
02:08
Add the test-ssh-far-side command that can be used in place of a shell for the remote side of an ssh: sync. ... (check-in: 43c4522623 user: drh tags: trunk)
00:24
Add the shell= query parameter to the ssh: scheme for cloning and syncing. ... (check-in: 2163cd9666 user: drh tags: trunk)
2013-02-06
17:37
Allow filtering by filename, tag or wiki page as well as by ticket UUID. Better handling of invalid values (they now generate empty RSS feeds rather than appending the HTML footer...). ... (check-in: d244452bda user: dg tags: dg-misc)
12:00
Set the execute permission bit on compat/zlib/configure. ... (check-in: 6e685da390 user: drh tags: trunk)
2013-02-05
23:40
Merge from trunk. ... (check-in: 21da639fee user: dg tags: dg-misc)
23:39
Fix issue where the --baseurl was interacting with directory-full-of- repositories mode badly and producing incorrect URLs. ... (check-in: fb80037e26 user: dg tags: dg-misc)
23:38
Allow restricting the timeline RSS feed to a specific ticket. ... (check-in: 3f43ab397e user: dg tags: dg-misc)
23:10
Don't treat IMG SRC and A HREF links beginning // as if they were paths. ... (check-in: 5634879fbe user: dg tags: dg-misc)
2013-02-01
12:33
Fix out-of-order variable declaration (VC6 cannot handle that). Move MAX_REDIRECTS definition to xfer.c, so it can be converted to a fossil setting later. ... (check-in: fe56e5aa4f user: jan.nijtmans tags: trunk)
07:01
Limit the number of HTTP redirects that any http_exchange() call will follow to 20 (the limit used by most browsers). Previously, a misconfigured server or incorrect URL could cause Fossil to follow an endless trail of redirects without user intervention. ... (check-in: 13ffb9b4d1 user: joel tags: trunk)
2013-01-31
18:12
Added an "extern" to work around a duplicate-definition linking error with the tcc compiler. ... (check-in: ba86c859df user: stephan tags: trunk)
10:53
Fixed list numbering (was missing #5). ... (check-in: 512def0fc8 user: stephan tags: trunk)
2013-01-30
21:39
make sure that -ldl is added to the linker flags, in case the platform needs it (e.g. Ubuntu on AMD64 with --static) ... (check-in: 7dda61ec4a user: jan.nijtmans tags: trunk)
18:14
Back out the previous check-in - no changes needed for strcmp(). ... (check-in: 8027c7e648 user: drh tags: trunk)
13:10
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 Do an #undef in printf.c, preventing that the fossil_strcmp function is optimized for non-null arguments. ... (check-in: afffe48643 user: jan.nijtmans tags: trunk)
12:37
Create new branch named "dg-misc" ... (check-in: 168b42eee1 user: dg tags: dg-misc)
10:03
Make sure that "fossil_strcmp" is used everywhere in stead of "strcmp": The "strcmp" function from the C library is not usable in all situations, e.g. with --static on Linux ... (Closed-Leaf check-in: 7ac0fd9d11 user: jan.nijtmans tags: use-fossil_strcmp-everywhere)
2013-01-29
09:15
Rename "unicode-glob" setting to "encoding-glob". Mention the existance of the *-glob settings in the "fossil commit" warnings. Alphabetize the settings list. ... (check-in: 7d237c49f3 user: jan.nijtmans tags: trunk)
09:06
Patch from Edward Berner for Windows NT 4.0 ... (check-in: e19ee02d39 user: jan.nijtmans tags: berner-nt)
08:52
Patch from Edward Berner for Windows NT 4.0 (derived from wrong branch) ... (Closed-Leaf check-in: 8a84c6e82e user: jan.nijtmans tags: berner-nt4)
2013-01-28
13:09
win32: files with invalid chars were not deleted sometimes with "fossil update" ... (check-in: d9aa512e20 user: jan.nijtmans tags: ticket-d17d6e5b17)
2013-01-27
21:56
Fix file_simplify_name and file_is_absolute_path for cygwin ... (check-in: b293b744db user: jan.nijtmans tags: ticket-d17d6e5b17)
21:31
merge trunk ... (check-in: 8df9d37834 user: jan.nijtmans tags: ticket-d17d6e5b17)
21:06
issue [cd201d69bb]: For completeness, let's add .dot and .dotx too. ... (check-in: c5ed222748 user: jan.nijtmans tags: trunk)
20:51
Fix issue [cd201d69bb] ... (check-in: 2a74733cbc user: jan.nijtmans tags: trunk)
20:29
merge trunk, combine with "allow-backslash-on-unix" branch ... (check-in: 38159dae32 user: jan.nijtmans tags: ticket-d17d6e5b17)
19:54
Patch by Edward Berner: _set_errno and older MSVC Resolves problem on Windows NT 4.0 ... (check-in: b9f0c78aaa user: jan.nijtmans tags: trunk)
19:03
Building with mingw32-make fixes from Edward Berner. Mention "FreeBSD" as well, as possible build platform. ... (check-in: 28c3674785 user: jan.nijtmans tags: trunk)
11:24
Typo fixes from Edward Berner. ... (check-in: 0421c136f2 user: stephan tags: trunk)
2013-01-26
17:56
don't let fossil choke any more (syntax error) when a card contains a backslash in a filename. This doesn't mean that a backslash is now allowed in a filename, only that fossil can handle the card, and show what's wrong. ... (check-in: b178bcb897 user: jan.nijtmans tags: trunk)
16:27
merge trunk ... (Closed-Leaf check-in: 013854ae76 user: jan.nijtmans tags: allow-backslash-in-card-filename)
08:26
Fix revert tests 5 and 6 so they aren't carbon copies. Minor comment cleanup ... (check-in: 1a5ac30583 user: joel tags: trunk)
2013-01-25
23:49
Fix 'fossil revert' to fully revert renames ... (check-in: eef34741a9 user: joel tags: trunk)
08:53
Replaced a ..\ with $B\. ... (check-in: 461a4d11d1 user: stephan tags: trunk)
2013-01-24
15:19
Removed -DCSON_FOSSIL_MODE from cc flags. Integrated JSON-under-MSC-related patches from the list. ... (check-in: bb63588e1b user: stephan tags: trunk)
14:38
Added missing help text for dbstat command. ... (check-in: 7b17a4ddb3 user: stephan tags: trunk)
14:15
Define CSON_FOSSIL_MODE in cson_amalgamation.h via auto-generation process, as opposed to setting it as a compiler flag. ... (check-in: e9f3e41bc5 user: stephan tags: trunk)
12:00
Handle translation between '/' and '\\' on Windows and Cygwin ... (check-in: ba87fb1fec user: jan.nijtmans tags: ticket-d17d6e5b17)
10:53
merge trunk ... (check-in: ba3e82f189 user: jan.nijtmans tags: ticket-d17d6e5b17)
10:48
Rename "unicode-glob" to "encoding-glob", and improve feedback regarding the existance of the *-glob settings. ... (Closed-Leaf check-in: f480173856 user: jan.nijtmans tags: encoding-glob)
10:18
Further simplification of continuation byte checkin in filenames ... (check-in: a5cd2dd64e user: jan.nijtmans tags: trunk)
2013-01-23
13:24
Add the max-download-time server option that limits the amount of real-time that the server will spend preparing an xfer protocol reply. ... (check-in: 769c90a230 user: drh tags: trunk)
13:15
Further fine-tuning of the check for valid UTF8 characters in filenames. ... (check-in: 4d456c9fd1 user: drh tags: trunk)
13:09
Only run ANALYZE if the --analyze flag is provided to "fossil rebuild" or "fossil all rebuild". ... (check-in: 3104348ec5 user: drh tags: trunk)
12:31
Only check time, if it is set. ... (Closed-Leaf check-in: 970cc4f16f user: joerg tags: experimental)
10:38
put settings in right alphabetical order ... (check-in: 4ddd099b57 user: jan.nijtmans tags: trunk)
2013-01-21
13:12
Oops, make it work correct now. ... (Closed-Leaf check-in: 7dabede3b3 user: jan.nijtmans tags: disallow-invalid-utf8-in-filenames)
11:38
Rename "unicode-glob" to "encoding-glob". ... (check-in: e8ecd18db1 user: jan.nijtmans tags: improve_commit_warning)
10:29
merge trunk ... (check-in: a68dffbff3 user: jan.nijtmans tags: improve_commit_warning)
09:39
From the changes.wiki for Fossil 1.25: "Disallow invalid UTF8 characters (such as characters in the surrogate pair range) in filenames." This completes the set of UTF8 characters which are generally considered invalid, so they should be disallowed in filenames: the "overlong form", invalid continuation bytes, and -finally- noncharacters. ... (check-in: 011d5f692d user: jan.nijtmans tags: disallow-invalid-utf8-in-filenames)
2013-01-20
10:57
Fix the SQL for the command-line timeline so that it works for timeline items that are not associated with a particular branch. ... (check-in: 1d462a683f user: drh tags: trunk)
2013-01-18
22:05
Add new option max-download-time to limit the processing time of pull/sync /clone requests. This helps to significantly cut down the number of time outs clients receive on busy server with reverse proxy configuration. It generally provides better response times. ... (check-in: ee6ae580ee user: joerg tags: experimental)
21:34
Run "analyze" after a rebuild. For small repositories, the time doesn't matter and for large repositories, the effect on the query plans are huge. Push/pull for example will otherwise do a sequential scan of the blob table and joining that with the unclustered table afterwards, when the other way around is several order of magnitudes more efficient. ... (check-in: 80bf94e0f7 user: joerg tags: trunk)
12:36
Bring the regexp.c module into alignment with the similar code in the SQLite test suite. ... (check-in: 2f10a050c6 user: drh tags: trunk)
12:13
Changed labels for dbstat command output (per mailing list discussion). Removed server-id field from dbstat output (to match /stat page change). ... (check-in: 44dc567e57 user: stephan tags: trunk)
11:06
Changed days-per-year from 365.24 to 365.2425, which is (per Wikipedia) more correct over longer time periods (patch from J. van den Hoff). Removed serverId from /json/stat output, analog to commit [6bb63a7364]. ... (check-in: 823d3ed6d3 user: stephan tags: trunk)
02:33
Simplify the text on the "Number of Artifacts" row of the /stat page. ... (check-in: e5f9b18d36 user: drh tags: trunk)
02:23
Remove an unused variable from the URL encoder. ... (check-in: 5210b9379a user: drh tags: trunk)
02:19
Uniformity in the display of version numbers on the /stat page. ... (check-in: a89560616f user: drh tags: trunk)
02:11
Avoid unnecessary escaping of : characters in URLs in order to make the links more readable. ... (check-in: afec3f814d user: drh tags: trunk)
00:55
Fix the query on the /stat page that computes the number of check-ins. The old query omitted checkins (such as merges or null-checkins or branch creations) that did not add any new artifacts to the repository. Also remove the "server id" from the /stat report since that information is no longer used for anything. ... (check-in: 6bb63a7364 user: drh tags: trunk)
00:47
Consolidate all sqlite3_open() calls into the db_open() routine and initialize every database connection the same way. Avoid using sqlite3_exec() in order to obtain a more accurate count of perpared statements when --sqltrace is used. ... (check-in: f97e1cf666 user: drh tags: trunk)
2013-01-17
22:23
Fix the sqlite3_open() used by "fossil init" so that it will honor the FOSSIL_VFS environment variable. ... (check-in: 7536c6aea5 user: drh tags: trunk)
18:13
Merge in the latest SQLite from upstream, in order to test SQLite. ... (check-in: d7019134a5 user: drh tags: trunk)
11:02
src/merge.c: In function ‘merge_cmd’: src/merge.c:103:7: warning: ‘mid’ may be used uninitialized in this function ... (check-in: 39fa6911fc user: jan.nijtmans tags: trunk)
03:30
Change 'checkin-count' to simply 'checkins' to keep the output aligned. ... (check-in: d59455e3f2 user: mistachkin tags: trunk)
2013-01-15
19:15
Moved the "dbstat" command into the "--all" list. ... (check-in: 2f04cc5e54 user: stephan tags: trunk)
18:32
Expanded the "dbstat" command output a bit. ... (check-in: 29a9e237d8 user: stephan tags: trunk)
10:25
formatting ... (check-in: 9d657c3be5 user: jan.nijtmans tags: allow-backslash-in-card-filename)
10:22
merge trunk ... (check-in: 5e710f01b5 user: jan.nijtmans tags: allow-backslash-in-card-filename)
10:21
one more: if we already know the character is in the range U+E000 - U+FFFF, it cannot be a surrogate any more. ... (check-in: 4f510b66cb user: jan.nijtmans tags: trunk)
10:17
merge trunk ... (check-in: 15fec2830e user: jan.nijtmans tags: allow-backslash-in-card-filename)
10:15
Eliminate "continue" statement, makes control flow easier to understand. If we already know a character is non-ASCII, don't need to check for '\\' any more. ... (check-in: 886e1bb2a8 user: jan.nijtmans tags: trunk)
10:03
merge trunk ... (check-in: 9a88d1963f user: jan.nijtmans tags: allow-backslash-in-card-filename)
03:02
Ticket enhancements: Add the TICKET.TKT_CTIME field and make it hold the creation time of the ticket. Make sure that a TICKETCHNG entry is created for each change to the ticket if the TICKETCHNG.TKT_RID field exists. ... (check-in: 8554d3e656 user: drh tags: trunk)
02:29
Fix compiler warnings. ... (check-in: b3bac1158b user: drh tags: trunk)
2013-01-14
12:52
Change the output format for the "fossil leaves" command and add the --bybranch command-line option which is useful for looking for forks. ... (check-in: f76d912f1d user: drh tags: trunk)
01:54
When autosync is enabled, do both a PUSH and a PULL following each commit. Adding the PULL here makes detection of a fork work better. ... (check-in: bee86ff39a user: drh tags: trunk)
01:53
Simplifications to the SQL that determines a fork to merge when the "fossil merge" command has no VERSION argument. ... (check-in: 8a470fd4bc user: drh tags: trunk)
00:21
Enhance the "fossil merge" command so that if the VERSION argument is omitted, Fossil tries to merge any forks of the current branch. ... (check-in: 9ee47de254 user: drh tags: trunk)
2013-01-13
18:38
Added new "dbstat" command, mostly analog to the /stat web page, but not called "stat" to avoid breaking any "stat==status" typing habits. ... (check-in: 1dd493231a user: stephan tags: trunk)
02:01
Allow the FOSSIL_USER environment variable to be used as a fallback when creating a new repository. ... (check-in: a0dd51e9af user: mistachkin tags: trunk)
2013-01-11
18:12
Off-by-one error in regexp \u escape sequence parsing. Regexp \x escape sequence should only accept exactly 2 hex digits. ... (check-in: e4ca677a6c user: drh tags: trunk)
18:03
Enhancements to the TICKETCHNG table: (1) Add the tkt_rid column and populate it (if present) with the recordID of the artifact. (2) For columns that appear in both TICKET and TICKETCHNG but are missing from the artifact, fill in the TICKETCHNG value with the value from TICKET at that point in time. (3) Add the test-ticket-rebuild command for testing the above. ... (check-in: a18a49c875 user: drh tags: trunk)
12:28
merge trunk ... (check-in: 6e9e6436a6 user: jan.nijtmans tags: allow-backslash-in-card-filename)
08:10
Off-by-one error in regexp \u escape sequence parsing. Regexp \x escape sequence should only accept exactly 2 hex digits. Typo. ... (Closed-Leaf check-in: bef9a956c0 user: jan.nijtmans tags: regexp-x)
2013-01-10
12:51
Added checkin-count to (fossil info) output (ML request). ... (check-in: acea7010b8 user: stephan tags: trunk)
2013-01-09
15:59
Fix incorrect license statement on the http_ssl.c file. No code changes. ... (check-in: c7133bd79d user: drh tags: trunk)
12:56
Update the built-in SQLite to the version that contains the fix for the ORDER BY optimization bug that was fixed in SQLite version 3.7.15.2. ... (check-in: 6b3e97a328 user: drh tags: trunk)
2013-01-08
17:08
Fix typo in the new 5 minute guide. ... (check-in: 5b7f084fd4 user: mistachkin tags: trunk)
16:55
Added missing commit example to 5-minute quickstart. ... (check-in: 0fb6c829f2 user: stephan tags: trunk)
15:58
Errata for the 5-minute tutorial page. ... (check-in: be93ecb3a5 user: stephan tags: trunk)
15:47
Forgot to do the "fossil add fiveminutes.wiki" in the previous commit. ... (check-in: 66c4f17a6e user: drh tags: trunk)
15:35
Added the "Up and running in 5 minutes" document by Gilles Ganault. ... (check-in: f612e9172c user: drh tags: trunk)
15:19
Fix an obsolete comment. No code changes. ... (check-in: 17fbffa2dd user: drh tags: trunk)
14:03
Update SQLite from upstream to fix a potential crash bug if Fossil were compiled with SQLITE_ENABLE_STAT3. ... (check-in: 1a52914b38 user: drh tags: trunk)
2013-01-07
18:58
Improved error message handling. Fix the "fossil server" command so that it works when run as root on a repository in the root directory. ... (check-in: baa1ebb7d9 user: drh tags: trunk)
17:33
Merge updates from trunk. ... (Closed-Leaf check-in: a6647539f6 user: mistachkin tags: tclRdOnly)
17:21
Merge updates from trunk. ... (check-in: 4f365f7b77 user: mistachkin tags: th1Hooks)
17:18
Re-sync custom MinGW makefile. ... (check-in: 1fdeece215 user: mistachkin tags: trunk)
15:03
Fix "fossil revert" so that it works on files that have been renamed. ... (check-in: 48798b2719 user: drh tags: trunk)
14:45
Pull the latest trunk version of SQLite from upstream. ... (check-in: 9ae863a5eb user: drh tags: trunk)
2013-01-04
19:43
Fix an out-of-order variable declaration in regexp.c. ... (check-in: 8144cf1508 user: drh tags: trunk)
18:43
auto-captcha should default to "off". ... (check-in: ac103f64c3 user: drh tags: trunk)
18:23
Make it easier to hit the graph nodes for click-to-diff when running on phones and tablets. ... (check-in: 781e5bed89 user: drh tags: trunk)
13:04
Add comments explaining the purpose (optimization) of the zInit[] array in the regex matcher. Back out the previous change that inserts non-plane-0 unicode characters into zInit[] as that change might overflow the zInit[] array. ... (check-in: c23e6444f5 user: drh tags: trunk)
2013-01-03
22:33
4-byte utf-8 for re_compile, fix 3-byte utf-8 there, and fix a compiler warning. ... (check-in: f86304fefa user: jan.nijtmans tags: trunk)
20:02
Rename re_execute() to re_match(). Other fixes to regex matcher bugs that were introduced when porting the code from SQLite. ... (check-in: c84051f38d user: drh tags: trunk)
13:38
regexp.c (re_next_char): 3 off-by-one errors, and disallow characters > 0x10ffff unicode.c/diff.c: fix some gcc warnings ... (check-in: a13e0a20a8 user: jan.nijtmans tags: trunk)
10:31
Updating from trunk. I've left some merge conflicts to solve (annotate, diff) ... (check-in: b5b8448ece user: viriketo tags: annotate_links)
09:27
Patched re_space_char() to conform to its docs (now recognizes \r as a space). ... (check-in: c77995e650 user: stephan tags: trunk)
2013-01-02
12:19
Fixed 2 string pointer type warnings reported on the mailing list. ... (check-in: 46af6b8260 user: stephan tags: trunk)
11:39
s/re_exec\b/re_execute/g, for compatibility with BSD. ... (check-in: 6a26eb3497 user: stephan tags: trunk)
10:47
Fixed JSON-side warnings reported by Baptiste Daroussin. ... (check-in: 8fec4c959c user: stephan tags: trunk)
01:36
Enable diff filtering using a regex= query parameter on web pages. ... (check-in: 31dd2c0e3e user: drh tags: trunk)
00:58
Enhance the diff logic so that it can suppress differences that do not match a regular expression. This capability is so far only exposed on the test-diff command. ... (check-in: 97a7b924c0 user: drh tags: trunk)
2013-01-01
22:56
Allow the --context option on diff to have a value of 0. ... (check-in: d74698ec28 user: drh tags: trunk)
21:25
Add support for case folding in the regexp matcher. ... (check-in: 62cd2e2496 user: drh tags: trunk)
21:09
Enhance the regexp matcher to support full unicode on the \b, \w, and \W patterns, using code taken from the FTS3 unicode2 tokenizer. ... (check-in: cb952c420d user: drh tags: trunk)
20:56
Add the regular expression matching library and the "test-grep" command for testing it. ... (check-in: e2552de8c6 user: drh tags: trunk)
2012-12-31
13:46
Updates to the checkin_names embedded documentation page to reflect recent changes. ... (check-in: 808e3d6e75 user: drh tags: trunk)
2012-12-29
02:47
Fix a typo in the constant that defines the number of days in a year. ... (check-in: 514f4fd8f6 user: drh tags: trunk)
2012-12-27
21:16
Add the ability to run TH1 commands from the web interface. ... (check-in: e356f18577 user: drh tags: trunk)
03:06
Do not interpret MSIE version 6 and earlier as "human" for the purposes of automatically enabling hyperlinks. ... (check-in: 747e1e50d5 user: drh tags: trunk)
2012-12-23
07:23
Add support for running raw TH1 commands via the web interface (requires setup permissions). ... (Closed-Leaf check-in: 6358cc3714 user: mistachkin tags: adminTh1)
2012-12-22
14:36
Use NULL rather than 0 for values in the MLINK table that are empty. ... (Closed-Leaf check-in: 19844445d0 user: drh tags: exp-foreign-keys)
13:48
Update SQLite to the latest trunk, with support for the foreign_key_check pragma. ... (check-in: 558a17a686 user: drh tags: trunk)
2012-12-21
13:31
Correct typo in the description of the moderation setup page. ... (check-in: c89a694d54 user: mistachkin tags: trunk)
2012-12-20
22:59
Allow backslash in filenames on UNIX (experiment) ... (Closed-Leaf check-in: c3d74f4f63 user: jan.nijtmans tags: allow-backslash-on-unix)
2012-12-19
08:24
Allow backslash in card filenames without causing a SYNTAX error in card parsing. ... (check-in: 0a24257420 user: jan.nijtmans tags: allow-backslash-in-card-filename)
2012-12-18
21:04
Fix a couple typos in comments. ... (check-in: 55a28e7f5a user: mistachkin tags: trunk)
03:59
Add help text for the 'access-log' setting. ... (check-in: 67985cd668 user: mistachkin tags: trunk)
02:38
Fix the display of file renames so that they show up as just renames and do not also appear as a delete. ... (check-in: ebd36f9b2b user: drh tags: trunk)
02:18
Fix a typo - repeated word "from" ... (Closed-Leaf check-in: 6dba4c6a58 user: drh tags: improved-name-change-display)
01:54
Here is a better fix for the name-change-display issue. This one does not require running "fossil rebuild" assuming you start from trunk. (If you are updating from the previous check-in on this branch a rebuild is necessary to undo the changes that the previous check-in added.) ... (check-in: aa9a2485de user: drh tags: improved-name-change-display)
01:39
When a file is renamed, do not show it has having been deleted in addition to being renamed. After upgrading through this change, you must run "fossil rebuild" for the fix to take effect. ... (check-in: 4ac43fe6e3 user: drh tags: improved-name-change-display)
2012-12-17
14:00
Enhanced comments in the diff.c source code file. No code changes. ... (check-in: a39a992b4e user: drh tags: trunk)
00:38
Change the footer in the 'Enhanced Default' skin to show the approximate time needed to generated the HTML for the page. ... (check-in: 0c6e645175 user: mistachkin tags: trunk)
2012-12-16
17:13
Change the default footer to show the approximate time needed to generated the HTML for the page. ... (check-in: ef6285a6a3 user: drh tags: trunk)
07:16
Remove unused local variable. ... (check-in: 01d6ef7cf8 user: mistachkin tags: trunk)
2012-12-15
21:55
Do not attempt to translate tabs into spaces on a unified diff. ... (check-in: b912619403 user: drh tags: trunk)
15:18
More tests in to the difference-engine test page. ... (check-in: 4f8631eb1d user: drh tags: trunk)
15:03
Update the built-in SQLite to the latest from upstream. The latest SQLite has some changes that stress the difference engine. This upgrade is to pull those changes into the source tree so that they can be added to the diff-test page. ... (check-in: df0d0d04d1 user: drh tags: trunk)
14:25
Add robustness to the handling of command-line options in the "diff" and "test-diff" commands. ... (check-in: 60d5b1f5a2 user: drh tags: trunk)
14:19
Wrap an over-long source code line. No logic changes. ... (check-in: 84dc7b0f3f user: drh tags: trunk)
14:13
Always set "white-space: pre-wrap;" in the CSS. ... (check-in: 1442cc7f4c user: drh tags: trunk)
13:26
Change the (default) font-size for side-by-side diff from "smaller" to "xx-small", as the latter seems to work better on non-Firefox browsers. ... (check-in: 69f75f196b user: drh tags: trunk)
01:37
More test cases for the side-by-side diff. No changes to code. ... (check-in: 47dacaa69b user: drh tags: trunk)
01:17
More compact representation of a left/right rewrite on side-by-side diffs. ... (check-in: 233c4975a8 user: drh tags: trunk)
00:59
If the left/right alignment in side-by-side diff becomes too busy and hard for a human to read, then show it simplified: as inserting one side and then deleting the other. ... (check-in: 52db049b89 user: drh tags: trunk)
2012-12-14
21:24
Improvements to the side-by-side diff display for indentation changes with minor edits. ... (check-in: c4bbc4a9af user: drh tags: trunk)
18:58
Rename the test-udiff command to test-diff and give it the capability to use the --tk option. ... (check-in: 4cf8c16cd8 user: drh tags: trunk)
11:50
include <winsock2.h> before <ws2tcpip.h> whenever needed. Thanks to Konstantin Khomoutov for reporting this. ... (check-in: 0658068a23 user: jan.nijtmans tags: trunk)
2012-12-13
12:31
When determining the interactive user, check the FOSSIL_USER environment variable. Also, add a property to the Windows resource file indicating if markdown support was compiled into the binary. ... (check-in: 743b64ecf2 user: mistachkin tags: trunk)
2012-12-12
22:52
Do not enforce the requirement that filenames in manifests be strict UTF8 because some bug or another in a legacy version of Fossil allowed in some Latin-1 Suppliment characters encoded as a single byte (ex: 0xf3) instead of the correct two-byte encoding (ex: 0xc3 0xb3) and so if we start enforcing strict UTF8, some check-ins from those legacy versions of Fossil will be inaccessible. ... (check-in: d48399bd39 user: drh tags: trunk)
22:03
typo integrate latest version of dirent.h ... (check-in: 8e50ff0c30 user: jan.nijtmans tags: trunk)
15:35
completed cp1252 table and conversion ... (check-in: bab2f28b60 user: jan.nijtmans tags: improve_commit_warning)
13:53
Add optional iso8859-1 to utf-8 conversion. Still to do: special cp1252 characters. ... (check-in: 4f060f6afb user: jan.nijtmans tags: improve_commit_warning)
13:08
merge trunk ... (check-in: b70a320288 user: jan.nijtmans tags: improve_commit_warning)
2012-12-11
20:58
Improve consistency when referring to the 'build.wiki' page in several places. ... (check-in: d5261ae5f0 user: mistachkin tags: trunk)
16:53
Update the "compiling and installing" instructions to describe how to build for MacOS 10.2. ... (check-in: 44610be49d user: drh tags: trunk)
16:29
Missed one spot where WITHOUT_ICONV is required on the previous check-in. ... (check-in: fbe87e0cfb user: drh tags: trunk)
16:23
Add a compile-time option (WITHOUT_ICONV) that omits the use of iconv.h so that Fossil can be compiled on a 10-year-old PPC Macbook. ... (check-in: 722791a6a8 user: drh tags: trunk)
13:13
Clarify the "omitted checkin" message on "fossil bisect vlist". ... (check-in: b41ebf256f user: drh tags: trunk)
01:05
Import the SQLite fix for integer to floating-point overflow from upstream. Fossil does not really need this. The import is for testing SQLite. ... (check-in: d79ddface9 user: drh tags: trunk)
2012-12-10
19:50
some more unused variable gcc warnings ... (check-in: 1caa510170 user: jan.nijtmans tags: trunk)
19:35
A little bit smarter determination of the need for -DBROKEN_MINGW_CMDLINE ... (check-in: 0e5c128047 user: jan.nijtmans tags: trunk)
2012-12-09
19:22
Restrict the TH1 "query" command to be read-only and to only be able to see a specific subset of tables in the repository database file. ... (check-in: 2056f624c0 user: drh tags: trunk)
2012-12-08
23:14
Pull from upstream the SQLite version after the collating-sequence refactor. Fossil does not need this - the purpose is for testing the new SQLite in a real-world application. ... (check-in: 8e31adafad user: drh tags: trunk)
06:58
Merge updates from trunk. ... (check-in: ea529b633d user: mistachkin tags: th1Hooks)
06:46
Merge updates from trunk. ... (check-in: fc7e8d01d4 user: mistachkin tags: tclRdOnly)
02:26
Silence unused variable compiler warning. Modify MinGW makefiles to fix an overly long line. ... (check-in: f51c8a4447 user: mistachkin tags: trunk)
01:01
In the markdown engine, use fossil_strnicmp() to allow easy compilation with MSVC. ... (check-in: 3ad20f4b25 user: mistachkin tags: trunk)
00:41
Merge markdown support for embedded documentation into the trunk. ... (check-in: 61079c3bef user: mistachkin tags: trunk)
2012-12-07
20:58
Merge updates from trunk. ... (Closed-Leaf check-in: de1ef7e99f user: mistachkin tags: markdown)
14:57
Fix for click-to-diff in IE8, tested this time using IE9 in compatibility mode. ... (check-in: 0bb8184e3c user: drh tags: trunk)
14:33
Attempt to get click-to-diff working on IE8. ... (check-in: ce99889c68 user: drh tags: trunk)
12:57
Include "sys/times.h" in file.c if not compiling on windows. This quiets a compiler warning. ... (check-in: bf160cf014 user: drh tags: trunk)
12:50
Get self-registration working again after adding javascript-activated forms. ... (check-in: 54085d52c4 user: drh tags: trunk)
2012-12-06
02:51
Disable the "Diffs" link from the check-in information page. Better to use the click-to-diff feature of the graph. The code was disabled using #if 0 so it is easy to reactivate it if desired. ... (check-in: 89ab1185bf user: drh tags: trunk)
02:44
Increase the maximum graph with to 40 rails. Fix the graph display for individual files, which was broken by the prior change. ... (check-in: 8d4ee62b18 user: drh tags: trunk)
01:47
Make the spacing between vertical rail centerlines in the graph adjustable based on the number of rails. Use less horizontal space. ... (check-in: d57481a707 user: drh tags: trunk)
2012-12-05
15:47
Pull the SQLite 3.7.15 beta from upstream for testing. ... (check-in: 0eb3d8e828 user: drh tags: trunk)
15:45
Security: Do not serve static files using the "http", "server", or "ui" commands unless the --files option appears and specifies a comma-separated list of GLOB expressions that match all files to be served. ... (check-in: 2c8557cc7a user: drh tags: trunk)
2012-12-04
03:09
Make definition and usage of BROKEN_MINGW_CMDLINE consistent with the other compile-time options. ... (check-in: 3c188df5ac user: mistachkin tags: trunk)
02:04
Restore default PREFIX in custom makefile. ... (check-in: e354c795b3 user: mistachkin tags: trunk)
01:10
The "ln" query parameter causes lines numbers to be shown on the "annotate" webpage. ... (check-in: 08f4eda728 user: drh tags: trunk)
00:17
Change the encoding on the ZIP archive generator so that it preserves UTF8 filenames. ... (check-in: 3ff5ca0573 user: drh tags: trunk)
2012-12-03
22:03
Set bit 11 in the "general purpose bit flag" to 1. This indicates (according to the pkware documentation) that all filenames are in utf-8, in stead of IBM-437. This should fix ticket [838bde7990d8e190957cbfe7f15c77322dc54e57] ... (Closed-Leaf check-in: ceb11b0787 user: jan.nijtmans tags: utf8-in-zip)
20:48
missing parameter type ... (check-in: ee1ff73a9e user: jan.nijtmans tags: trunk)
2012-12-01
20:17
Add mimetype mappings for .docx, .pptx, and .xlsx. ... (check-in: 4e23c42f7e user: drh tags: trunk)
09:53
update wrong comment ... (check-in: 39807cdf0c user: jan.nijtmans tags: trunk)
04:49
Update the documentation on the "fossil http" and "fossil server" commands to talk about restrictions on filenames and to describe how static content files can be returned. ... (check-in: 99ab9fb47c user: drh tags: trunk)
04:37
Additional restrictions on the names of files served by "fossil server DIRECTORY": (1) only alphanumerics, "_", "-", "/", and "." characters are allowed in the pathname. (2) A "-" may not occur after a "/". (3) Every "." must be surrounded on both sides alphanumerics. This check-in also updates the changelog for the 1.25 release. ... (check-in: c71e096800 user: drh tags: trunk)
04:10
Additional webserver security: Do not allow the "fossil server" command to return any static content with an unrecognized suffix. ... (check-in: 4a5e972e2c user: drh tags: trunk)
03:55
Update the default new-ticket and edit-ticket scripts so that the Submit button is still shown after a prior submit attempt where the captcha failed. ... (check-in: 28faff0d6a user: drh tags: trunk)
03:50
Revise the default ticket viewer so that it omits blank comments from the User Comments section. ... (check-in: ee40fcb448 user: drh tags: trunk)
03:38
Allow upper or lower case letters for the captcha code. Also, recognize "O" as a "0". Ticket [b142647bfa04a] ... (check-in: 7f56910f0e user: drh tags: trunk)
03:25
Improvements to command-line argument glob expansion on windows. Globbing now works correctly when compiled with mingw-w64 and with msvc. It is mostly correct when compiled with mingw, but fails for some files with non-ascii names. ... (check-in: 8205c01cd4 user: drh tags: trunk)
03:18
Make sure the SQLite memory allocator is initialized before trying to use it to convert MBCS into UTF8. ... (Closed-Leaf check-in: cc09cda247 user: drh tags: cmdline-expansion)
02:57
Do not allow the "fossil server" command to serve any static content file that contains ".fossil" anywhere in its name. This prevents repository files and/or their journals from being downloaded as static content. ... (check-in: e726c8082e user: drh tags: trunk)
2012-11-30
21:03
Bump the version number to 1.25 and add a change log in preparation for the next release. ... (check-in: ed1e34c760 user: drh tags: trunk)
16:59
forgot makemake.tcl and Makefile.mingw.mistachkin changes ... (check-in: 08802c4af4 user: jan.nijtmans tags: cmdline-expansion)
16:43
merge trunk. Add fallback mechanism for MinGW ... (check-in: 2459ee7b71 user: jan.nijtmans tags: cmdline-expansion)
16:09
CSS changes: set the cursor to "pointer" on ticket reports. ... (check-in: d091c609d2 user: drh tags: trunk)
16:09
merge trunk ... (check-in: 380ad5312a user: jan.nijtmans tags: ticket-d17d6e5b17)
15:52
Allow characters *[]? to appear in filenames. Tickets [46bf4baedce] and [d17d6e5b174bd6] and [10aee063c413c107] ... (check-in: 647bb7b79f user: drh tags: trunk)
15:22
Click on the timeline graph once to select a node. Click on a different node to see a diff between the two nodes. Click on the selected node to unselect it. ... (check-in: 5bff5e5cc5 user: drh tags: trunk)
15:16
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. ... (check-in: 20f17aeb05 user: drh tags: trunk)
15:07
Add javascript to ticket reports tables so that clicking on column headers causes the table to be sorted by that header. Clicking again reverses the sort order. ... (Closed-Leaf check-in: c43da4fcd1 user: drh tags: click-to-sort-reports)
14:24
merge trunk g.nameOfExe should have filename_to_utf translation as well on UNIX/OSX ... (check-in: bac4b248f5 user: jan.nijtmans tags: cmdline-expansion)
14:09
fix testcase ... (check-in: e08073d333 user: jan.nijtmans tags: trunk)
13:27
(experimental) command-line expansion for MinGW-w64. Should work on MSVC as well. Doesn't work with MinGW. ... (check-in: b1036fe5bf user: jan.nijtmans tags: cmdline-expansion)
13:05
Changes to allow *[]? in check-in comments were added by check-in [647bb7b79f3c2a], which is sufficient to address ticket [46bf4baedcea6c]. The additional logic in this branch that tries to do special encodings for double-quote characters on windows is complication we can do without. Was: fix merge problem, which cause an OSX broken build ... (check-in: 7885b60187 user: jan.nijtmans tags: ticket-d17d6e5b17)
12:36
merge trunk. appears to work well again. ... (check-in: 0c65916136 user: jan.nijtmans tags: ticket-d17d6e5b17)
03:33
Fix the click coordinates so that they work even when the page has been scrolled. ... (Closed-Leaf check-in: 7b3def02ed user: drh tags: click-graph-to-diff)
03:14
Fix compiler warning. ... (check-in: 95cce92af0 user: drh tags: click-graph-to-diff)
03:10
Click on the timeline graph once to select a node. Click on a different node to see a diff between the two. Click on the selected node to undo the selection. Works with check-in timelines and file timelines. ... (check-in: a7dde41fec user: drh tags: click-graph-to-diff)
00:40
Move the new utf8.c file into alphabetical order in the makemake.tcl tool. ... (check-in: 3e0f48c76d user: mistachkin tags: trunk)
00:38
Update custom MinGW makefile with recent changes. ... (check-in: 2d754ca84b user: mistachkin tags: trunk)
2012-11-29
21:21
merge trunk. Seems to work now. Still to be tested more. ... (check-in: 49bdd78b75 user: jan.nijtmans tags: ticket-d17d6e5b17)
20:23
All the --verbose option on "all sync", "all push", and "all pull". ... (check-in: 4ee99cc8a6 user: drh tags: trunk)
18:46
Modify the test-echo command to also show the name of the executable. ... (check-in: 5ed566f805 user: drh tags: trunk)
18:39
Fix the "all" command on mac, broken by the penultimate check-in. ... (check-in: 2f187c2f22 user: drh tags: trunk)
18:31
Fix harmless compiler warnings on windows. ... (check-in: 9eb2df37ef user: drh tags: trunk)
18:21
Fix the build for mingw: do not translate command-line options from unicode to utf8 because mingw has already done that for us. ... (check-in: f1a82cf34f user: drh tags: trunk)
16:54
Fix a missing </ul> on object descriptions. ... (check-in: 7e609e0e50 user: drh tags: trunk)
15:13
merge trunk. Broken on win32! ... (check-in: 258cedd625 user: jan.nijtmans tags: ticket-d17d6e5b17)
13:15
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (check-in: ca728447a6 user: drh tags: trunk)
13:12
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (Closed-Leaf check-in: 1002e7238c user: drh tags: ticket-e399bc)
09:59
One more thing I spotted (but cannot test!): UTF8-mac encoded values could enter fossil through environment variables as well... ... (check-in: 42951c59ae user: jan.nijtmans tags: ticket-e399bc)
09:53
Tested now on win32 and cygwin (with some fixes, please evaluate!). I cannot test it on OSX, but I think this should function as intended. ... (check-in: a0148eac53 user: jan.nijtmans tags: ticket-e399bc)
08:57
unbreak win32 ... (check-in: 0ff5b5ed0f user: jan.nijtmans tags: ticket-e399bc)
07:57
This change is intended to detect, during commit, whether some file contents cannot be interpreted as either UTF-8 or ASCII. This typically happens when the file is in the iso8859-1 (UNIX) or cp1252 (win32) encoding. Nothing very bad happens, only fossil cannot display the characters. For example, see: [http://core.tcl.tk/tcl/info/7559185e9a] It would be nice if fossil detects this situation, so the user has the choice to change the encoding to utf-8, or answer 'y' if this is intended. Probably missing is a 'latin-glob', 'non-utf8-glob' (any ideas for a better name?) setting. An improvement would be to allow the 'c' response, which aborts the commit but first converts it to utf-8 (assuming iso8859-1 on UNIX and cp1252 on win32) Another thing this change does is warn if the file contains long lines which cannot be handled by fossil. The user is given the chance to break the long lines into shorter ones. This cannot be done automatically. Maybe add a "longlines-glob" setting as well. Feedback welcome! ... (check-in: 609ea54f7b user: mistachkin tags: improve_commit_warning)
07:56
Fix a couple line length issues and modify an error message. ... (check-in: 3527aa4474 user: mistachkin tags: trunk)
03:14
Untested changes designed to fix broken filename encodings on MacOS. Move all character-set converting routines into a new file called utf8.c. Add the fossil_filename_to_utf8() routine, which converts Unicode to utf8 on windows and decomposed utf8 into precomposed utf8 on Mac. Ticket [e399bc1edfe45b] ... (check-in: c24e568fb0 user: drh tags: ticket-e399bc)
01:45
Give the user the option to convert file into UTF8 if they are in some other encoding when committed. The commit aborts regardless, to give the operator an opportunity to retest the changes before committing again. ... (check-in: 22b570f4f3 user: drh tags: trunk)
2012-11-28
23:05
Serious bug fix: Avoid deleting the respository if the repository is in the checkout and you do a "fossil close". ... (check-in: fcdeaa2909 user: drh tags: trunk)
20:37
Add the "fossil cat" command, which is an alias for "fossil finfo -p" ... (check-in: 607ff0855c user: drh tags: trunk)
19:28
Take care that xfer error messages and user prompts always begin at the start of a new line. ... (check-in: f1ef22136f user: drh tags: trunk)
11:13
Add a conditional #include in an attempt to get the build working on Cygwin. ... (check-in: b963446708 user: drh tags: trunk)
08:45
merge trunk ... (check-in: 58a98df4a5 user: jan.nijtmans tags: ticket-d17d6e5b17)
08:44
merge trunk ... (Closed-Leaf check-in: 9d67e2e2d3 user: jan.nijtmans tags: convert_before_commit_v2)
08:43
merge trunk ... (check-in: 569d0e2cec user: jan.nijtmans tags: improve_commit_warning)
2012-11-27
16:26
Enhancements to ticket processing. There are now two tables: TICKET and TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. Fields from ticket artifacts go into either or both of TICKET and TICKETCHNG, whichever contain matching column names. Default ticket edit and viewing scripts are updated to use TICKETCHNG. The TH1 scripting language is enhanced to support this, including the new "query" command for doing SQL queries against the repository database. All changes should be backwards compatible. ... (check-in: 4f8c8975bc user: drh tags: trunk)
15:32
Fix some HTML markup irregularities. Improvements to the default ticket viewer. ... (Closed-Leaf check-in: 7575b52e15 user: drh tags: ticket-enhancements)
14:53
unbreak mingw-w64 build ... (check-in: 14cf3f3c9d user: jan.nijtmans tags: trunk)
13:21
Add zlib sources to the tree in the compat/zlib subdirectory and use them to build Fossil on windows systems that lack a zlib library. ... (check-in: 7ef7284d6b user: drh tags: trunk)
13:15
Make the --admin-user for the "init" command also be the login user. Ticket [1038e224fa3956] ... (check-in: 4eb637fd25 user: drh tags: trunk)
12:10
merge trunk ... (check-in: 2e1f2e69d5 user: jan.nijtmans tags: improve_commit_warning)
11:26
merge trunk ... (check-in: 71cd228b0e user: jan.nijtmans tags: ticket-d17d6e5b17)
11:10
Suggested fix for [1038e224fa] ... (Closed-Leaf check-in: 9f3622b22a user: jan.nijtmans tags: ticket-1038e224fa)
09:46
merge trunk ... (check-in: 35f5c40c72 user: jan.nijtmans tags: convert_before_commit_v2)
09:42
blob_to_utf8_no_bom(): the starts_with_utf16(le|be)_bom calls were swapped. ... (check-in: d27cddf17c user: jan.nijtmans tags: trunk)
09:15
missed a small part when merging ... (check-in: 5d3a492d8a user: jan.nijtmans tags: convert_before_commit_v2)
09:10
merge trunk ... (check-in: 43caa73788 user: jan.nijtmans tags: convert_before_commit_v2)
07:03
Modify the MinGW makefile to support building with zlib in the compat directory. ... (Closed-Leaf check-in: 36734cfcf7 user: mistachkin tags: zlib)
06:31
Support building with zlib in the compat directory, phase 1. ... (check-in: d17f4473cf user: mistachkin tags: zlib)
00:23
Assume that the NetSurf browser is operated by a human. ... (check-in: 77cd6e0dfb user: drh tags: trunk)
2012-11-26
23:54
Changes to support easier debugging on Windows. ... (Closed-Leaf check-in: 642e543c28 user: mistachkin tags: winDebug)
22:51
Merge byte-order-mark handling enhancements to trunk. ... (check-in: 9b800ee41c user: mistachkin tags: trunk)
22:47
merge trunk ... (check-in: f05090e5e8 user: jan.nijtmans tags: ticket-d17d6e5b17)
21:30
Fix a string-quoting error in the previous commit. ... (check-in: 3c8195c876 user: drh tags: ticket-enhancements)
20:47
Modify commit error message about unresolved merge conflicts to include the option used to disable the check. ... (check-in: 2ff70a3130 user: mistachkin tags: trunk)
20:40
Make the --force option to commit undocumented. Add --allow-empty, --allow-fork, and --allow-older options. Rename the --conflict option to --allow-conflict. Remove the --binary-ok option. ... (check-in: 5e83504f78 user: mistachkin tags: trunk)
20:03
merge trunk ... (check-in: 1772f8b895 user: jan.nijtmans tags: ticket-d17d6e5b17)
19:32
Change the default ticketing scripts to take advantage of TICKETCHNG. ... (check-in: fb3b0f66a3 user: drh tags: ticket-enhancements)
19:16
More trouble-shooting and debugging aids for ticket processing: With debug_tktnew and debug_tktedit or with tktview?showfields, a listing of the aField[] data structure in ticket handling code is shown at the top of the screen. ... (check-in: 7de5f6c056 user: drh tags: ticket-enhancements)
18:55
Merge commit warning enhancements (i.e. the 'unicode-glob' setting and the '--no-warnings' option to commit). ... (check-in: cb856ccdb1 user: mistachkin tags: trunk)
16:28
Improvements to TH1 variable setup when processing tickets that use TICKETCHNG. ... (check-in: cc8a325622 user: drh tags: ticket-enhancements)
12:23
- Make --force imply --no-warnings - Add --no-warnings to "fossil scrub" and "fossil clean" - Remove "--conflict" option for "fossil merge", use --force for that. ... (Closed-Leaf check-in: 06e1b67270 user: jan.nijtmans tags: bellon-unicode-v2)
2012-11-25
22:31
During commit, instead of using the '--force' option to bypass file type warnings, add a new option '--no-warnings'. ... (Closed-Leaf check-in: e9954e588b user: mistachkin tags: bellon-unicode)
22:01
Adjust check for bypassing Unicode/CR/NL warning. ... (check-in: be15485aa6 user: mistachkin tags: bellon-unicode)
21:42
Patch provided by Stefan Bellon, >Attached you'll find a patch that adds the "unicode-glob" to the >settings and respects its setting in the check-in. Additionally I >disabled all the check-in warnings (crnl, binary and unicode) in case >--force/-f is set on commit. ... (check-in: 0c2f705c80 user: jan.nijtmans tags: bellon-unicode)
20:44
merge trunk ... (check-in: 22a543bcf5 user: jan.nijtmans tags: ticket-d17d6e5b17)
18:06
Fix formatting of the Login Group screen. Ticket [f687f1eb987148]. ... (check-in: 7a8938ab84 user: drh tags: trunk)
17:05
Fix an out-of-order variable declaration. ... (check-in: 77dc754b98 user: drh tags: trunk)
11:50
Disallow invalid unicode characters in filenames. ... (check-in: 897dfa48b4 user: drh tags: trunk)
11:16
Use binary mode for CGI trace files. Make CGI trace cross-platform. ... (check-in: 6a8084abcb user: drh tags: ticket-enhancements)
02:57
Use binary mode for CGI related trace files. ... (Closed-Leaf check-in: 95f02a572e user: mistachkin tags: cgiTraceBinary)
2012-11-24
23:54
Bug fixes in the TICKETCHNG update mechanism. ... (check-in: 7136ff4c65 user: drh tags: ticket-enhancements)
23:07
When --httptrace is used with "fossil ui" or "fossil server", create log files containing the text of each HTTP request. ... (check-in: 6f3d328fbf user: drh tags: ticket-enhancements)
22:40
Fix a bug in TH1 trace output. ... (check-in: 48cf099427 user: drh tags: ticket-enhancements)
20:53
Add support fo the TICKETCHNG table in the repository database. ... (check-in: 48645c39a4 user: drh tags: ticket-enhancements)
14:44
Add the "query" command to the TH1 language, used to query the repository database. ... (check-in: f6ac3c6f3d user: drh tags: ticket-enhancements)
01:01
Provide extra buttons to get to "Plaintext" views of tickets and ticket artifacts. Invert the order of ticket history so that the oldest changes are on top and more recent changes are appended. Reject [...] style hyperlinks if they do not begin with ./ or ../. ... (check-in: aaa8e45b36 user: drh tags: ticket-enhancements)
00:04
Improvements to hyperlinks showing details of tickets and attachments. ... (check-in: ceda22ac80 user: drh tags: ticket-enhancements)
2012-11-23
23:25
Display ticket titles as plaintext on the timeline. Provide a hyperlink to attachments on the timeline. ... (check-in: c6a5efa12c user: drh tags: ticket-enhancements)
23:00
Make timeline-plaintext the default for new repositories. ... (check-in: ae63f48571 user: drh tags: ticket-enhancements)
22:29
New and improved default ticket setup. ... (check-in: 340040a8a5 user: drh tags: ticket-enhancements)
21:45
Add the [string trimleft] and [string trimright] commands to TH1. ... (check-in: b28ae72e84 user: drh tags: ticket-enhancements)
19:33
some unnecessary spacing ... (check-in: d13143eb3b user: jan.nijtmans tags: trunk)
18:32
No - render non-check-in timeline comments as wiki, since that is needed to resolve hyperlinks. ... (check-in: 5139ad6e36 user: drh tags: ticket-enhancements)
18:24
Render timeline comments for items other than check-ins as HTML. All such comments should be automatically generated (or regenerated via "fossil rebuild") so we can control their formatting. ... (check-in: 73752b328b user: drh tags: ticket-enhancements)
16:37
Add the [string trim ...] command to TH1. Accept query parameters in tktview. ... (check-in: 7ba3f65382 user: drh tags: ticket-enhancements)
15:57
All markup of the form <verbatim-ID>...</verbatim> with an options "links" or "links=BOOLEAN" attribute. Improved TH1 tracing and error reporting capabilities. Improved documentation on how reports work. ... (check-in: 23c75abde4 user: drh tags: ticket-enhancements)
11:29
merge trunk "filename contains illegal characters" is now a warning ... (check-in: d3bee356ba user: jan.nijtmans tags: ticket-d17d6e5b17)
10:35
Disallow invalid unicode characters ... (Closed-Leaf check-in: 9242c09ff9 user: jan.nijtmans tags: invalid-unicode)
01:50
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. ... (check-in: fe453a4893 user: drh tags: trunk)
2012-11-22
23:35
Be consistent about display of check-in comments as either text/plain or text/x-fossil-wiki. When the user configures text/plain, use that format everywhere. ... (check-in: 2c6fa9c3b0 user: drh tags: trunk)
14:03
Use the new WIKI_LINKSONLY rendering option for check-in comments on the timeline when the "plain text comments" option is enabled. ... (check-in: 05a53dc06f user: drh tags: trunk)
12:59
merge trunk ... (check-in: 6e9c044e3b user: jan.nijtmans tags: ticket-d17d6e5b17)
12:58
Minor fix in checking for drive-prefix (!= absolute filename) ... (check-in: 6119cb310d user: jan.nijtmans tags: ticket-d17d6e5b17)
12:16
Improved help message for the unsupported test-content-put command. ... (check-in: a191d8fb76 user: drh tags: trunk)
11:54
Fix the text of one of the error messages generated by the artifact parser. ... (check-in: 7b8e475268 user: drh tags: trunk)
10:46
For the MinGW build, enable compiling with debugging symbols if FOSSIL_ENABLE_SYMBOLS is set. ... (check-in: 0e082b0414 user: mistachkin tags: trunk)
10:26
Merge changes from the dbOpenConfig branch. ... (check-in: 4d73175e29 user: mistachkin tags: th1Hooks)
10:16
Modify db_open_config() and associated routines to make their internal state more consistent and discoverable. ... (Closed-Leaf check-in: 52a6868700 user: mistachkin tags: dbOpenConfig)
09:32
merge trunk <p>Functional complete and well-tested ... (check-in: e6a1910fa8 user: jan.nijtmans tags: ticket-d17d6e5b17)
00:12
Fix usage error message for 'ticket change' and 'ticket history' commands. Also, silence harmless compiler warnings. ... (check-in: fc5a217602 user: mistachkin tags: trunk)
2012-11-21
23:32
Backout check-in [fb04f278294a8ca6f] since it causes "fossil set" to fail. ... (check-in: bb3fe3997b user: drh tags: trunk)
21:02
Enhancements to TH1 scripting in support of new ticket functionality. ... (check-in: 74e3f90596 user: drh tags: trunk)
20:53
Just commit some weird filenames, even one with a newline in it, to test the code. ... (Closed-Leaf check-in: ac1af2306b user: jan.nijtmans tags: test-ticket-d17d6e5b17)
16:28
Add support for &lt;verbatim type="allow-links"&gt; ... (check-in: bf67db062d user: drh tags: trunk)
15:11
Add the WIKI_LINKSONLY formatting option for the wiki formatter. ... (check-in: 4615bc8faf user: drh tags: trunk)
09:20
Somehow, part of previous change got lost ... (check-in: 9272573511 user: jan.nijtmans tags: ticket-d17d6e5b17)
09:12
Split off in separate functions <p>Still experimental, but starts looking better ... (check-in: b59dc07818 user: jan.nijtmans tags: ticket-d17d6e5b17)
01:08
Improvements to comments on recently added CAPTCHA code. ... (check-in: 64231a679d user: drh tags: trunk)
00:51
Optionally require a CAPTCHA (controlled by Admin/Access) when a user who is not logged in tries to edit wiki, or a ticket, or an attachment. ... (check-in: 82b8587a50 user: drh tags: trunk)
2012-11-20
23:00
Support calling the TH1 hooks for unknown commands. ... (check-in: 811252b842 user: mistachkin tags: th1Hooks)
22:28
Centralize escaping of reserved HTML characters in the captcha output. ... (check-in: a460326337 user: mistachkin tags: trunk)
22:19
Improve return code handling from the TH1 hooks. ... (check-in: 3ddba1cff5 user: mistachkin tags: th1Hooks)
22:13
Change the action= attribute of &lt;form&gt; elements using javascript, as an additional defense against spam-bots. ... (check-in: dfa3579455 user: drh tags: trunk)
20:40
Merge updates from trunk. ... (check-in: 63754ea857 user: mistachkin tags: th1Hooks)
20:31
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. ... (check-in: fb04f27829 user: drh tags: trunk)
17:14
Extra buttons on wiki viewing pages that make it easier to find and delete spam. ... (check-in: 66b3d398bb user: drh tags: trunk)
14:28
Prevent blank user names from being displayed for items awaiting moderation. Also, Show much less output on a sync operation, unless the --verbose flag is given. ... (check-in: 15708574fe user: drh tags: trunk)
13:46
Experimental fix for issue [d17d6e5b17]. <p>Should have a LOT more testing before merging it to trunk, because it is dangerous! <p>The method used is as described at: <br> [http://cygwin.com/cygwin-ug-net/using-specialnames.html] The only problematic characters left are ':' and '\', all other problematic characters are handled by translating them to characters in the range U+F000 to U+F0FF <p>Feedback welcome. ... (check-in: 82ce90f91c user: jan.nijtmans tags: ticket-d17d6e5b17)
13:42
Only suppress bad hyperlinks for check-in comments and tickets. Continue to show the broken hyperlinks on wiki pages. ... (check-in: 26ac392308 user: drh tags: trunk)
08:27
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. ... (check-in: 66196aa8b7 user: mistachkin tags: th1Hooks)
08:23
When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. ... (Closed-Leaf check-in: e0152697fb user: mistachkin tags: dbReOpenConfigAttach)
08:21
If applicable, use the OPEN_ANY_SCHEMA flag in Th_FossilInit. ... (check-in: 3c1ad1def9 user: mistachkin tags: trunk)
06:28
Correct format string typos for TH1 trace statements. ... (check-in: c3e841c745 user: mistachkin tags: th1Hooks)
06:26
Proof-of-concept for generalized TH1 command/webpage hooks. ... (check-in: caad77934b user: mistachkin tags: th1Hooks)
06:04
Add 'th1-setup' setting for the optional TH1 script to evaluate after creating and initializing the TH1 interpreter. Revise TH1 integration in preparation for generalized hooks. ... (check-in: b058c8a944 user: mistachkin tags: trunk)
02:05
Show much less output on a sync operation, unless the --verbose flag is given. ... (Closed-Leaf check-in: 407cd4c534 user: drh tags: less-verbose-sync)
2012-11-19
23:58
Prevent blank user names from being displayed for items awaiting moderation. ... (Closed-Leaf check-in: 89ed7dc591 user: mistachkin tags: modDispUser)
23:57
Fix harmless compiler warning in the wiki rendering code. ... (check-in: 60f71ba20a user: mistachkin tags: trunk)
20:39
Allow the get_utf8_bom function to return the size as well. ... (check-in: d857d20bef user: mistachkin tags: convert_before_commit_v2)
16:41
Fix the git-fast-export generator so that it does not make links to files that for some reason or another do not exist in the repository. Also fix some stylistic problems in the export code. ... (check-in: c3bfb0083a user: drh tags: trunk)
13:54
Make no transformation to wiki hyperlinks (text inside &#91;..&#93;) if the content is not a valid hyperlink. Formerly, the faulty hyperlink would be displayed within &lt;span class="brokenlink"&gt;..&lt;span&gt;. ... (check-in: 90676f48f0 user: drh tags: trunk)
04:39
Modularize byte-order-mark and blob UTF-8 conversion handling. ... (check-in: d29dd5449c user: mistachkin tags: convert_before_commit_v2)
2012-11-17
20:19
merge trunk ... (Closed-Leaf check-in: 7e7dcdd2c9 user: jan.nijtmans tags: convert_before_commit)
19:22
Prevent delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. The is a backport/cherrypick of check-in [141b990722ea81e10e5] ... (Closed-Leaf check-in: 285eeba64f user: drh tags: branch-1.19)
19:16
Fix the server-side sync operation so that it will not generate a delta loop when a file changes from its original state through two or more intermediate states and back to its original state and all versions of the file attempt to sync in a single transaction. ... (check-in: e5b8eb1235 user: drh tags: trunk)
19:07
Avoid the &lt;nobr&gt; tag in generated HTML. ... (check-in: 8ea929ca55 user: drh tags: trunk)
15:03
Only show the "pull only - not authorized to push" message once when syncing with a repo for which there is read-only permission. ... (Closed-Leaf check-in: 6cc262207d user: drh tags: fix-sync-delta-loop)
2012-11-16
21:57
Provisional changes aimed at preventing delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. ... (check-in: 141b990722 user: drh tags: fix-sync-delta-loop)
07:50
remove unused variable ... (check-in: 6fb750d77c user: jan.nijtmans tags: trunk)
07:33
The &lt;nobr&gt; tag is not valid xhtml. <p>All div.logo, div.status, div.section and div.divider parts of the html pages are not supposed to be line-wrapped. Some skins do that though the &lt;nobr&gt; tag, other do it by putting "white-space: nowrap;" in css. <p>This commit changes the skins to do the same using css in all skins. <p>With this change, the "timeline" and "finfo" pages become 100% html5 complient: validator.w3.org doesn't show any errors any more (just 3 warnings) ... (Closed-Leaf check-in: 46fba0f1c6 user: jan.nijtmans tags: no-nobr)
2012-11-15
20:43
The annotator follows name changes. ... (check-in: ee33b951a4 user: drh tags: trunk)
20:25
Enhance the finfo page to show renames and/or where the file was added. ... (check-in: dac6424e66 user: drh tags: trunk)
15:57
Enhancements to the timeline labeling with the uf= option. New hyperlinks from the finfo page to timeline with uf=. ... (check-in: a9372c05f5 user: drh tags: trunk)
15:14
Add the uf= query parameter to timeline. The timeline shows only those checkins that contain the file identified. ... (check-in: eb3cc76d50 user: drh tags: trunk)
12:38
Add the debug= query parameter to the finfo file timeline page. Setting the 1 bit on debug causes the fid, pid, and mid of each file change to be displayed in the timeline. ... (check-in: badd78e167 user: drh tags: trunk)
2012-11-14
20:28
Detect infinite loops in the DELTA table and abort out of content_get() when they are found. Fix an off-by-one error in the version-3 clone protocol. This error might cause an incomplete and corrupt clone if a transfer block fills up just before sending the very last blob. Backport of fixes from [2012-08-23 21:15:36] ... (check-in: 99053ab141 user: drh tags: branch-1.19)
18:07
Modify the custom MinGW makefile to support symbols. ... (check-in: 0e812a8edd user: mistachkin tags: trunk)
17:39
Allow the "fossil ui" command to specify a directory as long as the "--notfound" option is also used. Give a better error message if these conditions are not met. ... (check-in: 4e368da19c user: drh tags: trunk)
17:23
Update the "fossil server DIRECTORY" operation so that it will serve static content contained in DIRECTORY in addition to Fossil repositories. ... (check-in: 87d6aa3196 user: drh tags: trunk)
2012-11-13
15:04
this ampersand should not have been escaped ... (check-in: 2017763c31 user: jan.nijtmans tags: trunk)
12:31
bug-fix: If both suppressCnt and pendingEndTr are true, a &lt;/td&gt;&lt;/tr&gt; pair too much is printed out. Discovered by validator.w3.org ... (check-in: 06b00fa511 user: jan.nijtmans tags: trunk)
2012-11-12
15:22
Fix a boundary case in the SSH link startup logic. ... (check-in: 5776dfad81 user: drh tags: trunk)
15:12
Increase the amount of randomness in the probe string used to initialize an SSH synchronization link. ... (check-in: 0e9b58c80c user: drh tags: trunk)
15:01
Fix a link problem with the default skin and skin#5. ... (check-in: 62c565ec96 user: drh tags: trunk)
14:49
Added the --sshtrace command-line option that provides diagnostic output on the connection setup for all SSH sync traffic. Make the SSH connection setup pause waiting for responses, if the desired response is not obtained right away. ... (check-in: 00cf858afe user: drh tags: trunk)
13:19
merge trunk ... (check-in: aaa1cb04dd user: jan.nijtmans tags: improve_commit_warning)
13:17
merge trunk ... (Closed-Leaf check-in: 2b63068b4a user: jan.nijtmans tags: ticket-fb3057f6ed)
13:16
revert unrelated changes ... (check-in: 2c5844b1be user: jan.nijtmans tags: convert_before_commit)
13:12
merge trunk ... (check-in: b1beeb77ee user: jan.nijtmans tags: convert_before_commit)
2012-11-11
22:42
Further attempts to help the "ssh" sync protocol move past noisy motd comments and other extraneous login text, synchronize with the remote end, and start exchanging messages successfully. ... (check-in: 4473a27f3b user: drh tags: trunk)
17:59
Add the --binary-ok flag to the "fossil commit" command. Ticket [63cc656c9dfef126] ... (check-in: 8c7faee6c5 user: drh tags: trunk)
2012-11-10
19:57
merge trunk ... (check-in: df71e9d360 user: jan.nijtmans tags: ticket-fb3057f6ed)
01:12
Reverse the labels on the Add/Delete indentation buttons in the Wysiwyg editor. Ticket [9d4cb9cf117b10a68] ... (check-in: 449947b7d6 user: drh tags: trunk)
00:26
Enhance the fossil_reserved_name() function to include the repository filename and its journals and auxiliary files. Ticket [7d790e7e5e0f701e01]. ... (check-in: 8b06be709f user: drh tags: trunk)
2012-11-09
23:35
Pull the latest SQLite from upstream for testing purposes. ... (check-in: 50c534ee53 user: drh tags: trunk)
15:39
merge trunk ... (check-in: 9627a9051b user: jan.nijtmans tags: convert_before_commit)
11:56
In html5, every table row is expected to have the same number of cells. ... (check-in: cc746fc66c user: jan.nijtmans tags: trunk)
09:01
Attempt to fix [fb3057f6ed]. Seems to work. ... (check-in: b0917b1000 user: jan.nijtmans tags: ticket-fb3057f6ed)
08:52
(committed to the wrong branch) Attempt to fix [fb3057f6ed]. Seems to work. ... (check-in: 153116f2d5 user: jan.nijtmans tags: convert_before_commit)
07:47
merge trunk ... (check-in: 49f73889b3 user: jan.nijtmans tags: convert_before_commit)
2012-11-08
20:51
Correctly escape ZIP and Tarball filenames for URLs. Limit SHA1 hashs on diff URLs using %S instead of %s. Limit the number of links to follow off of each page in the many-www.tcl test script. ... (check-in: 76e8600b94 user: drh tags: trunk)
20:28
Update the many-www.tcl test script to stage the URLs testing and to run more of them. ... (check-in: 691f188402 user: drh tags: trunk)
16:51
Properly escape spaces in URLs in an href attribute. ... (check-in: cd8aad4392 user: drh tags: trunk)
16:25
Short-circuit a rare pathological case in the diff generator to prevent it from taking too much time. ... (check-in: 353438a83b user: drh tags: trunk)
16:09
Add a new test script that runs 10,000 web pages without valgrind looking for performance issues or fatal errors. Fix one incorrect SQL statement found by this script. Update the valgrind test script to run discovered web pages in a random order. ... (check-in: a106404272 user: drh tags: trunk)
15:47
merge trunk ... (check-in: 4b9243f6a0 user: jan.nijtmans tags: convert_before_commit)
15:45
accidently committed two unrelated files... ... (check-in: b1199eb92b user: jan.nijtmans tags: trunk)
15:40
another minor xhtml error. ... (check-in: 44d5ad59b4 user: jan.nijtmans tags: trunk)
14:42
Add a test script that runs one thousand web page queries using valgrind, looking for memory issues. Fix one use-after-free issue found using this script. ... (check-in: 9e0da27437 user: drh tags: trunk)
13:46
Escape all characters in the href attributes of &lt;a&gt; elements that have special meaning to HTML. Ticket [5ff2043c96682049]. ... (check-in: d5c4684508 user: drh tags: trunk)
13:44
Always HTML-encode the href attribute of &lt;a&gt; elements. This check-in simplifies and fixes double-frees in the previous. Ticket [5ff2043c9668] ... (Closed-Leaf check-in: 35bfedef3e user: drh tags: ticket-5ff2043c96)
12:04
one more similar fix, in xhref(). There is only one hyperlink using xhref with ampersands, in the "vinfo" and "ci" pages, but just for completeness… ... (check-in: e47d862a59 user: jan.nijtmans tags: ticket-5ff2043c96)
09:45
suggested fix for [5ff2043c96] ... (check-in: d1f16f718a user: jan.nijtmans tags: ticket-5ff2043c96)
09:20
a few more minor html5 violations ... (check-in: 1858d202ef user: jan.nijtmans tags: trunk)
2012-11-07
12:10
merge trunk <p>Fix continuation-byte check for UTF-8 chars > 2 bytes. ... (check-in: 3920fa67bd user: jan.nijtmans tags: improve_commit_warning)
11:28
Show an error message when trying to rename one file on top of another, rather than throwing a uniqueness constraint. Ticket [1e43138b8b8e90f] ... (check-in: 14fdae7e40 user: drh tags: trunk)
10:14
fix Abandoning warning ... (check-in: 4d6ae5c007 user: jan.nijtmans tags: improve_commit_warning)
09:47
styling ... (check-in: c8eaeb1b8a user: jan.nijtmans tags: improve_commit_warning)
09:43
merge trunk. <p>simplify utf-8 continuation byte checking, using a loop in stead of separater 2/3/4-byte versions. ... (check-in: 2f7ac60f78 user: jan.nijtmans tags: improve_commit_warning)
08:30
merge trunk ... (check-in: 82506434d5 user: jan.nijtmans tags: convert_before_commit)
2012-11-06
19:47
Make sure that pending deletes from "fossil rm" operations are preserved across a "fossil update". ... (check-in: 76c6f8fcb8 user: drh tags: branch-1.19)
19:42
Make sure that pending deletes from "fossil rm" operations are preserved across a "fossil update". ... (check-in: 28272fa125 user: drh tags: trunk)
18:38
Make sure file names in file browser don't wrap by adding white-space property to default CSS. ... (check-in: b83278f6ff user: dmitry tags: trunk)
18:31
When trying to create a directory, if mkdir fails, make sure the directory doesn't already exist before giving up and reporting an error. ... (check-in: bc74a8171d user: drh tags: trunk)
16:35
When one version of a file ends in a newline and the other does not, be sure to show that difference. Ticket [7541963870703f0]. ... (check-in: d764f449d7 user: drh tags: trunk)
12:20
gcc warnings: <pre>src/merge3.c: In function ‘merge_3way’: src/merge3.c:445:9: warning: ‘zPivot’ may be used uninitialized in this function src/merge3.c:446:9: warning: ‘zOrig’ may be used uninitialized in this function src/merge3.c:447:9: warning: ‘zOther’ may be used uninitialized in this function </pre> ... (check-in: 233463c4ec user: jan.nijtmans tags: trunk)
09:39
... but revert win/Makefile.mingw (accidently committed) ... (check-in: 8f6cd5f3a3 user: jan.nijtmans tags: convert_before_commit)
09:36
merge trunk<p>Don't try to convert binary files. ... (check-in: 4fa4972104 user: jan.nijtmans tags: convert_before_commit)
08:44
3 minor violations against html5 ... (check-in: c5e08c3fa8 user: jan.nijtmans tags: trunk)
00:49
Add a configuration option that allows timeline comments to be rendered as plain text rather than as wiki. ... (check-in: 90e928deea user: drh tags: trunk)
2012-11-05
21:10
Do not run the graphical merging tool nor leave merge-droppings after a dry-run merge. Also improve the merge summary message at the end of a merge. ... (check-in: cd2c0e4cb5 user: drh tags: trunk)
13:56
merge trunk ... (check-in: b0e05a90b6 user: jan.nijtmans tags: use-blob_strip_bom)
13:10
If the committed file has CR/NL or UTF-16 (or both), give the user the possibility to convert it to resp NL or UTF-8 (or both) without committing ... (check-in: c6223a8e2a user: jan.nijtmans tags: convert_before_commit)
11:23
Add commit warning message when text files have a long line length ... (check-in: 879012769b user: jan.nijtmans tags: improve_commit_warning)
2012-11-04
18:06
off-by-one ... (check-in: a7fff6fea6 user: jan.nijtmans tags: improve_commit_warning)
18:03
merge trunk ... (check-in: e86aa2a1e8 user: jan.nijtmans tags: improve_commit_warning)
18:00
merge trunk <p>Factor out main part of UTF-8 check to macro ... (check-in: ce7c52223e user: jan.nijtmans tags: improve_commit_warning)
17:41
Merge the "spelling" branch into trunk, fixing a huge number of typos, mostly in comments, but occasionally in error messages or help screens. ... (check-in: db0c512767 user: drh tags: trunk)
12:59
Fix typos. ... (Closed-Leaf check-in: 45065c5c28 user: dmitry tags: spelling)
11:58
Improvements to the fix for [0ff64b0a5fc88e7e]: (1) Better error message and (2) allow the partial commit of the renamed file as long as its destination files is also part of the partial commit. ... (check-in: c0fe455c78 user: drh tags: trunk)
10:50
merge trunk ... (check-in: bd7b8a485f user: jan.nijtmans tags: improve_commit_warning)
10:48
merge trunk, some improvements in messages (not yet ready yet) ... (check-in: 517a6f7a53 user: jan.nijtmans tags: improve_commit_warning)
00:46
Disallow the sequence: "fossil mv A B; fossil add A; fossil commit A;" since doing so requires both the old A and the new A to be in the same check-in. Ticket [0ff64b0a5fc8]. ... (check-in: 27298fffc8 user: drh tags: trunk)
2012-11-03
02:53
Perserve the "ubg", "brbg", and "ng" query parameters on the timeline when moving the display forwards and backwards in time or changing the length, etc, using the submenu buttons. ... (check-in: 19ca7c6c54 user: drh tags: trunk)
2012-11-02
23:52
Make the repeated-ticket suppressor output text ("N similar events omitted") appear at the end of the first line in the timeline, rather than on a separate line. Less obtrusive this way. ... (check-in: dccb97fc34 user: drh tags: trunk)
22:32
Add the undocumented --test option to "fossil clean", so that we can easily see what is being removed without actually removing it. This found a bug in the case-sensitivity logic, which was also fixed. Ticket [03fec0ab6021c776a4b3] ... (check-in: d66057762f user: drh tags: trunk)
21:53
Be aware of the filename case sensitivity of the underlying filesystem in the "fossil clean" command. Ticket [03fec0ab6021c77]. ... (check-in: 640a4f49b1 user: drh tags: trunk)
21:45
Only use the Tcl-derived argv/argc parser when compiling on windows using a compiler other than mingw. The crt0 for mingw works, and it also does wildcard expansion. Need to update the parse_windows_command_line() function to do wildcard expansion in order to fix builds using non-mingw windows compilers. Ticket [8ca2aae39172f9] ... (check-in: fca9c52637 user: drh tags: trunk)
21:38
Add the -g option to builds using the Mingw makefile. ... (check-in: 004a31a6c7 user: drh tags: trunk)
21:33
Fix an out-of-order variable declaration in blob.c. ... (check-in: 9073d8dcc7 user: drh tags: trunk)
21:20
Fix a segfault that occurs with the "fossil md5sum" command when files named on the command-line do not actually exist. Ticket [8ca2aae39172f90c]. ... (check-in: 52199a504a user: drh tags: trunk)
17:49
Make form field widths consistent for settings. Fix comment for the 'binary-glob' setting. ... (check-in: c24b689019 user: mistachkin tags: trunk)
17:37
Allow commit warning for binary data to be disabled via the 'binary-glob' setting. ... (check-in: d25f6ddf35 user: mistachkin tags: trunk)
17:22
Adjustments to looks_like_utf16 to handle wchar_t being missing or not 2 bytes. ... (check-in: 7d881d8280 user: mistachkin tags: trunk)
14:22
don't forget to compensate for the line-length check ... (check-in: 9011fe1226 user: jan.nijtmans tags: improve_commit_warning)
10:55
Generate warning when to-be-committed file contains invalid UTF-8 ... (check-in: 4e86b06a9f user: jan.nijtmans tags: improve_commit_warning)
08:31
speedup mimetype_from_content() by using a 256 byte array. <br>Mark VT and Ctrl-Z as text bytes, not binary. <br>Decrease maximum UTF-16 line length to 2731 <br>Check for FFFF in addition to 0, in UTF-16/binary detection. ... (check-in: d804902f23 user: jan.nijtmans tags: trunk)
03:30
Add the new moderation permissions to the list maintained by the JSON code. ... (check-in: 1cc7e8ce29 user: mistachkin tags: trunk)
03:10
Use local variable when checking for a carriage-return in looks_like_utf8/utf16. Update custom MinGW makefile. ... (check-in: 531b2e2df0 user: mistachkin tags: trunk)
02:41
Clean up some harmless compiler warnings. ... (check-in: 0a4193be58 user: drh tags: trunk)
02:36
Merge the "moderation" branch into trunk. This adds the ability to have an approval process for edits to Wiki and Tickets, including creating new Wiki and Tickets and adding attachments. Probably there are still some problems, but things are working well enough for trunk. ... (check-in: ba418ee1ce user: drh tags: trunk)
02:34
Make sure the MODREQ table exists before using it in the "modreq" webpage. ... (Closed-Leaf check-in: def256a23b user: drh tags: moderation)
02:27
Merge commit warning and file content type detection changes to trunk. ... (check-in: 0c7c61447f user: mistachkin tags: trunk)
02:26
Additional tweaks to the wiki/ticket editing logic with moderation control. ... (check-in: d3d094ff55 user: drh tags: moderation)
2012-11-01
22:54
All aspects of Wiki and Ticket moderation and attachments are working better. But there are still room for improvement before merging this enhancement sprint into trunk. ... (check-in: 628c402414 user: drh tags: moderation)
20:19
Add detection of binary data with no leading UTF-16 byte-order-mark. ... (Closed-Leaf check-in: 7d3a06b89a user: mistachkin tags: commitWarningV2)
20:09
Improve detection of UTF-8, UTF-16, binary data, and carriage returns during commit operations. ... (check-in: c837e44445 user: mistachkin tags: commitWarningV2)
17:56
Add moderator approval for attachments. ... (check-in: 9ac467310f user: drh tags: moderation)
15:38
Correct wrong manual merge. ... (Closed-Leaf check-in: 5963c2dde8 user: jan.nijtmans tags: improve_looks_like_binary)
15:08
Tickets are now held for moderator approval. ... (check-in: aa4dd79835 user: drh tags: moderation)
14:49
Add back checks for FFFE and FFFF in looks_like_text: <br>- FFFE is a reversed BOM. It could arise when an UTF-16LE and an UTF-16BE file are concatenated. This is always a fatal error, so diff should bail out early. <br>- FFFF is a permanently unassigned character as well, which doesn't exist in any font. Sometimes uninitialized variables are either initialized with 0000 or FFFF, so this makes it much more likely that binary files are detected early. <p>The earlier check for FEFF was not sensible: A BOM in the middle of an UTF-16 file could easily arise when two UTF-16LE or twe UTF-16BE files are concatenated. Nothing goes wrong in that case, the BOM should just be displayed a zero-width-space. Therefore, diff should not bail out. ... (check-in: 64868f2b98 user: jan.nijtmans tags: improve_looks_like_binary)
14:34
Wiki moderation now appears to be working. ... (check-in: b7ccf110f3 user: drh tags: moderation)
14:02
bug-fix: Before preparing a diff, BOM's should not be removed. It might result in a BOM in the middle of UTF-8, which is invalid, but that's how diff works. ... (check-in: cd06b7d8af user: jan.nijtmans tags: use-blob_strip_bom)
13:11
More infrastructure for wiki and ticket moderation. ... (check-in: f7938ebd00 user: drh tags: moderation)
12:32
merge trunk ... (check-in: 9e97de3410 user: jan.nijtmans tags: use-blob_strip_bom)
11:52
style fix ... (check-in: 0ccbb44f14 user: jan.nijtmans tags: improve_looks_like_binary)
11:48
merge trunk <p>let looks_like_text() give different values for UTF-16 BE/LE. Not used yet. ... (check-in: 348637dedf user: jan.nijtmans tags: improve_looks_like_binary)
10:20
Restore Style fix, which got lost by [618258421767778c] ... (check-in: ef6c243ed9 user: jan.nijtmans tags: trunk)
07:40
dont check for same BOM twice ... (check-in: 8c32e6f0dd user: jan.nijtmans tags: trunk)
03:44
Merge commit warning and looks_like_text() enhancements to trunk. Further changes based on these will occur on a branch. ... (check-in: 6182584217 user: mistachkin tags: trunk)
2012-10-31
23:07
Improvements to the display of Wiki and Ticket changes. ... (check-in: ba0ae3b24a user: drh tags: moderation)
20:56
adapt comments accordingly ... (check-in: b5123d5154 user: jan.nijtmans tags: improve_looks_like_binary)
20:49
Don't make it too complicated, too much risk to break other things. ... (check-in: de5a2ef661 user: jan.nijtmans tags: improve_looks_like_binary)
20:40
Initial infrastructure for adding the ability to moderate Wiki and Ticket changes. ... (check-in: ef112586a0 user: drh tags: moderation)
19:48
Add the wiki-moderator and ticket-moderator permissions. Not yet used. ... (check-in: fc0bffd995 user: drh tags: trunk)
14:56
Some more style en comment fixes, backported from [d57f0a9361], that I missed before. ... (check-in: 1e2fdf98bc user: jan.nijtmans tags: trunk)
14:15
Add the "fossil test-missing" command. Make test-missing and test-orphans available to "fossil all". ... (check-in: eb94999143 user: drh tags: trunk)
13:58
fix comment ... (check-in: e1aed25eee user: jan.nijtmans tags: improve_looks_like_binary)
12:58
Two more enhancements. <br>- DOS text files sometimes use Control-Z (0x1a) as eof-marker, so this byte should be considered text. <br>- FEFF, FFFE and FFFF are invalid UTF-16 code points (when not used as BOM), so files containing those should be considered binary. ... (check-in: e3f3c390f1 user: jan.nijtmans tags: improve_looks_like_binary)
12:12
Enhance the control-artifact parser to optionally return an error when the parse fails. Fix a bug in the artifact parser which caused it to ignore Z-card checksum failures. ... (check-in: aab9e66b8b user: drh tags: trunk)
09:56
strip BOM from artifacts embedded in HTML or text ... (check-in: 01050d689d user: jan.nijtmans tags: trunk)
09:15
Fix UTF-16 line length determination: j is counted in characters, not bytes. ... (check-in: 44c6be2ab6 user: jan.nijtmans tags: improve_looks_like_binary)
08:43
Enhance looks_like_text(): <br>- Detect line-length overflow earlier, not at the next NL <br>- Implement the same binary and line-length check for UTF-16 as well <p>For UTF-16, the line-length limit is set to 2/3th of the line length limit for other text, because UTF-16 -> UTF-8 conversion can increase the line length (in bytes) by max 50%. This guarantees that a UTF-16 diff can be made by converting the two UTF-16 files to UTF-8 and then do a normal diff. ... (check-in: 58702daa55 user: jan.nijtmans tags: improve_looks_like_binary)
00:11
Avoid the use of stdarg.h in the "all" command, since it was causing problems for reasons I do not understand. ... (check-in: ec4c935223 user: drh tags: trunk)
2012-10-30
20:10
Faster determination of binary files, by not only checking for NUL <p>re-use looks_like_blob ... (check-in: 0ba08f9d26 user: jan.nijtmans tags: improve_looks_like_binary)
18:14
Update to the version of SQLite that adds support for coroutines used to generate subqueries. ... (check-in: bdbe6c74b8 user: drh tags: trunk)
16:16
merge trunk ... (check-in: 27d8f1b6d0 user: jan.nijtmans tags: use-blob_strip_bom)
16:14
Style en comment fixes, backported from [d57f0a9361] ... (check-in: c7b2b2ed3c user: jan.nijtmans tags: trunk)
15:18
working utf-16 diff, still being tested ... (check-in: 879d1e2405 user: jan.nijtmans tags: use-blob_strip_bom)
10:23
Fix a typo in a comment. ... (check-in: 1167d7b145 user: drh tags: trunk)
08:06
take over various stylistic adjustments ... (check-in: ab5a6b436e user: jan.nijtmans tags: use-blob_strip_bom)
02:17
Refactor commit warning functionality. Break out UTF-16 BOM detection into a new function. Style and comment fixes. ... (Closed-Leaf check-in: d57f0a9361 user: mistachkin tags: commitWarning)
2012-10-29
22:09
Working "c=convert" option for <nowiki>[fossil commit]</nowiki>. Just to be tested a little bit more. ... (check-in: a97aa34920 user: jan.nijtmans tags: use-blob_strip_bom)
16:01
fix bit handling ... (check-in: 1badca9491 user: jan.nijtmans tags: use-blob_strip_bom)
15:57
(experiment) Allow 'c' for converting unicode/crlf files at user request, not complete yet. ... (check-in: 121394b04f user: jan.nijtmans tags: use-blob_strip_bom)
14:45
Allow unicode files for Wiki-rendering on Windows. <p>Trying to commit a file with an UTF-16 BOM will now give a warning, just as a file containing crlf <p>The --args command line option now accept UTF-16 files as well ... (check-in: 70b4f105eb user: jan.nijtmans tags: trunk)
14:35
fix "possible unresolved merge conflict" warning message to show the pathname relative to the wd in stead of the root ... (check-in: 2a15d87edb user: jan.nijtmans tags: trunk)
14:04
fix handling of "crlf-glob" option: UTF-16 BOM's always give a warning now ... (Closed-Leaf check-in: 9267dba498 user: jan.nijtmans tags: use-blob_strip_bom)
08:27
merge trunk ... (check-in: f61d0a1c50 user: jan.nijtmans tags: use-blob_strip_bom)
2012-10-28
23:01
Simplify the looks_like_binary() macro. Remove literal tab character, adjust styling and comments in looks_like_text(). ... (check-in: c8e72df08e user: mistachkin tags: trunk)
22:37
missing &lt;tr&gt; tag ... (check-in: b2204034ec user: jan.nijtmans tags: trunk)
22:08
merge trunk ... (check-in: 6c41027335 user: jan.nijtmans tags: use-blob_strip_bom)
21:52
now tested with ssl enabled as well ... (check-in: 101a53cfc9 user: jan.nijtmans tags: trunk)
21:38
- finally, do the ++j update in looks_like_text() right - More consistancy in prompt handling: accept Capitals everywhere, use '(' not '[', and abbreviate yes/no to y/N everywhere ... (check-in: 7c527165a6 user: jan.nijtmans tags: trunk)
20:47
.. but don't forget to update j ... (check-in: 6542935c9d user: jan.nijtmans tags: trunk)
20:40
speed-up looks_like_text(), by eliminating variable "i" and handle first character separately. ... (check-in: 204680eedc user: jan.nijtmans tags: trunk)
17:28
Performance enhancement for branch name look-ups. ... (check-in: 186405ce3a user: drh tags: trunk)
10:05
fix abandoning message ... (check-in: f57f74b2af user: jan.nijtmans tags: use-blob_strip_bom)
10:03
merge trunk ... (check-in: 0b6b0dfd0b user: jan.nijtmans tags: use-blob_strip_bom)
09:34
modify looks_like_binary() to looks_like_text() such that it is usable in cr_warning() as well ... (check-in: 1bffce5230 user: jan.nijtmans tags: trunk)
09:05
glad that I double-checked.... ... (check-in: 6feba0dba5 user: jan.nijtmans tags: trunk)
09:00
a little consistancy: Allow lower and uppercase for all commit responds, so if Caps-Lock hangs that doesn't matter any more. ... (check-in: d503cfd430 user: jan.nijtmans tags: trunk)
08:32
Handle eventual utf-8 correctly everywhere in download page ... (check-in: 63565631d7 user: jan.nijtmans tags: trunk)
2012-10-27
04:10
Add <nowiki>[utime] and [stime]</nowiki> commands to TH1. ... (check-in: 3d50bdcb9a user: drh tags: trunk)
03:19
Update the diff-test-1 document with a pointer to a difficult indentation change. ... (check-in: 80b6020692 user: drh tags: trunk)
2012-10-26
21:34
Add the --deanalyze option to "fossil rebuild" for removing ANALYZE results. We really don't want ANALYZE run on a repository because all the queries are tuned to work without it. Add the ability to pass rebuild arguments to "fossil all rebuild". ... (check-in: 85233c40c9 user: drh tags: trunk)
20:46
Force the correct join order on timeline generation using a CROSS JOIN. ... (check-in: 60b409322a user: drh tags: trunk)
20:33
Merge the optimizations into trunk. ... (check-in: 09681e17bb user: drh tags: trunk)
20:18
Bring in the latest SQLite from upstream. ... (Closed-Leaf check-in: bda00cbada user: drh tags: optimization)
16:45
Minor performance optimization on wiki rendering. ... (check-in: 25d99f2698 user: drh tags: optimization)
13:01
merge trunk ... (check-in: bc027af59b user: jan.nijtmans tags: use-blob_strip_bom)
12:38
Oops, not too fast..... ... (check-in: 884dd2331c user: jan.nijtmans tags: use-blob_strip_bom)
12:28
<pre>src/stash.c: In function ‘stash_cmd’: src/stash.c:377:16: warning: ‘stashid’ may be used uninitialized in this function src/stash.c:472:7: note: ‘stashid’ was declared here</pre> ... (check-in: 10e0d0b256 user: jan.nijtmans tags: trunk)
12:14
a little consistancy: Allow lower and uppercase for all commit responds, so if Caps-Lock hangs that doesn't matter any more. ... (check-in: 110d68f2a1 user: jan.nijtmans tags: use-blob_strip_bom)
09:44
Even though wiki pages can now be in UNICODE on Windows, this is still not recommended: A diff doesn't work, and it is Windows-only. <br>So give out a warning when a UNICODE file is attempted to be checked in on Windows, just as for CrLf files as well <p>Implement looks_like_text(), similar to looks_like_binary() but it can distinguish more types of text/binary files. ... (check-in: 748071a25d user: jan.nijtmans tags: use-blob_strip_bom)
09:07
use blob_strip_bom() in wikiformat.c <p>This has the effect that on Windows wiki pages can now be in unicode as well. ... (check-in: 05033666fd user: jan.nijtmans tags: use-blob_strip_bom)
08:19
use blob_strip_bom in main.c <p>This has the effect that on Windows the --args file accepts a unicode file, starting with a UTF-16 BOM as well ... (check-in: cbb24cf854 user: jan.nijtmans tags: use-blob_strip_bom)
02:35
Improvements to side-by-side diff alignment. ... (check-in: 511405f426 user: drh tags: trunk)
01:38
Improvements to the way binary files are detected. ... (check-in: 8a1c80fb34 user: drh tags: trunk)
2012-10-25
14:50
diff.c:looks_like_binary(): No need to make the blob null-terminated. <p>checkin.c: Make limits the same as in looks_like_binary(), preparation to move the function to diff.c ... (Closed-Leaf check-in: c3ec6309fd user: jan.nijtmans tags: improve_looks_like_binary)
13:59
Allow the deletion of multiple stash entries using "fossil stash rm" with multiple arguments. Multi-stash deletion is undoable. ... (check-in: f41308d780 user: drh tags: trunk)
10:27
use utf8 in stash comment editor on Windows, just like the commit comment editor ... (check-in: fb565614db user: jan.nijtmans tags: trunk)
2012-10-24
19:08
Fix the --setmtime flag on fossil-commit so that it works when changing version, and not just when updating the current version. ... (check-in: d4bdac3c51 user: drh tags: branch-1.19)
19:04
Fix the --setmtime flag on fossil-commit so that it works when changing version, and not just when updating the current version. ... (check-in: 1d3256cbca user: drh tags: trunk)
13:43
Removing superfluous parenthesis in html output. ... (check-in: ad9cf1cad6 user: viriketo tags: trunk)
07:42
relax Wiki name restriction ... (Closed-Leaf check-in: d5453ca06a user: jan.nijtmans tags: ticket-897c39d284)
2012-10-23
18:20
Simplifications to the checkout-db schema auto-update mechanism. ... (check-in: 21f8161e8e user: drh tags: trunk)
13:54
Fix source code formatting in winhttp.c. ... (check-in: 9d8bdc90f9 user: drh tags: trunk)
2012-10-22
21:16
Update to Toni Rönkkö's latest version (1.12.1) of dirent.h [http://www.softagalleria.net/dirent.php] ... (check-in: f460839cff user: jan.nijtmans tags: trunk)
17:29
Merge the changes to use various UTF encodings for win32 check-in comment editor into trunk. ... (check-in: cc01ec5094 user: drh tags: trunk)
14:56
merge trunk ... (Closed-Leaf check-in: c7703868b3 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
13:38
Merge in the ability to add submenu buttons on embedded documentation using hyperlinks with the "button" class. ... (check-in: 18c310afd8 user: drh tags: trunk)
13:23
Merge the changes to show unresolved conflicts in "fossil status" and to prevent committing unresolved conflicts. ... (check-in: 7d34d1748a user: drh tags: trunk)
12:48
Version 1.24 ... (check-in: 8d758d3715 user: drh tags: trunk, release, version-1.24)
2012-10-21
19:07
Make sure that Tcl integration related script errors have consistent casing. ... (check-in: d769ee702b user: mistachkin tags: trunk)
00:54
Fix a crash bug that comes up when trying to view the history of files whose names contain charaters that require URL escapes. This is a cherry-pick of [65f495bc06767] which was committed to the wrong branch. ... (check-in: 9c6f9e7a8c user: drh tags: trunk)
00:52
Fix a crash bug that comes up when trying to view the history of files whose names contain charaters that require URL escapes. ... (Closed-Leaf check-in: 65f495bc06 user: drh tags: conflict-tracking)
2012-10-20
00:29
Report unresolved conflicts on "fossil status". Refuse to commit with unresolved conflicts if the --conflict flag is omitted from "fossil commit". ... (check-in: 1fb2ca625b user: drh tags: conflict-tracking)
2012-10-19
18:36
Add a mention of the ability to do dynamic loading of Tcl to the change log. (This change originally checked into the wrong branch.) ... (check-in: e40e4faabb user: drh tags: trunk)
18:35
Add a mention of the ability to do dynamic loading of Tcl to the change log. ... (Closed-Leaf check-in: 5678565bec user: drh tags: embedded-doc-buttons)
18:33
All submenu buttons on embedded documentation pages using markup of the form: &lt;a class="button" href="..."&gt;LABEL&lt;/a&gt;. ... (check-in: 563b3ccb7b user: drh tags: embedded-doc-buttons)
17:34
Simple changes that allows embedded documentation *.wiki files to contain unrestricted HTML. This is on a branch because I don't believe we want to go this way, but I might change my mind later. ... (Closed-Leaf check-in: 463df97c06 user: drh tags: full-html-for-embedded-docs)
17:04
Fix a typo in the Style document. ... (check-in: 2116906fb1 user: drh tags: trunk)
15:29
Further edits to the change log for 1.24. ... (check-in: 5ea7a3ec56 user: drh tags: trunk)
14:36
Add a proposed change log for the next release. ... (check-in: a8a0985318 user: drh tags: trunk)
13:30
Increase the version number to 1.24. ... (check-in: caa4d5786f user: drh tags: trunk)
2012-10-18
05:11
dequote_git_filename: missing return type ... (check-in: ee424936da user: jan.nijtmans tags: trunk)
2012-10-17
17:50
It turns out that filenames in git-fast-export format can be quoted, if they contain special characters. Update the importer to dequote those names before trying to use them. ... (check-in: 77cbe38af0 user: drh tags: trunk)
14:05
Picking the latest fix in trunk ... (check-in: 39a59de8cb user: viriketo tags: annotate_links)
14:04
I think I fix the previous commit, that should avoid committing a ticket manifest if it has no changes. It was ignoring the ticket appends. In the case of only appending, the user was not notified not properly redirected, and the ticket chagnes were not committed. Still, there should be some kind of warning to the user, if it ends up in such situation, I think. ... (check-in: f02946aa8b user: viriketo tags: trunk)
2012-10-16
23:14
Merge updates from trunk. ... (check-in: ce3b312a15 user: mistachkin tags: tclRdOnly)
12:19
Updating from trunk. ... (check-in: 3cdf9480dd user: viriketo tags: annotate_links)
12:18
Fixing buffer overflows in the width calculation of sbsDiff. ... (check-in: 314a294321 user: viriketo tags: annotate_links)
01:22
merge trunk ... (check-in: 7f939bd8d7 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
01:11
unused variable includeDotFiles <p>struct utimbuf -> struct _utimbuf (compiler warning with mingw-w64) <p>a few "const" additions (lower memory footprint, allows C-compiler to optimize better) ... (check-in: 6032dd51f2 user: jan.nijtmans tags: trunk)
2012-10-15
15:10
Avoid entering a ticket-change artifact that does not specify any changes. ... (check-in: 7097562813 user: drh tags: trunk)
15:01
Fix the windows build for the 1.19 branch. ... (check-in: d3e7557a54 user: drh tags: branch-1.19)
14:41
The name_to_rid() routine returns record-IDs even if they do not appear in the EVENT table. ... (check-in: a758144e26 user: drh tags: trunk)
14:31
Add a prototype "test-orphans" command. Does not yet work exactly right. ... (check-in: 1ec715ae34 user: drh tags: trunk)
05:28
unused variable includeDotFiles <p>struct utimbuf -> struct _utimbuf (compiler warning with mingw-w64) <p>a few "const" additions ... (check-in: d2e1469d12 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
05:11
merge trunk ... (check-in: 69a0db2dd0 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
05:09
bug-fix: is_temporary_file expects utf8, not unicode on Windows ... (check-in: 0e6b7bc363 user: jan.nijtmans tags: trunk)
2012-10-14
20:09
Bug-fix: missing blob_zero. This commit is done with a big-endian unicode comment file ... (check-in: 8a0c2c366c user: jan.nijtmans tags: use-utf8-in-win-external-editor)
19:55
implement big-endian unicode decoding for commit message files ... (check-in: 514f71a1cf user: jan.nijtmans tags: use-utf8-in-win-external-editor)
2012-10-13
18:38
merge trunk ... (check-in: 0111420601 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
17:31
Omit the "private" tag from private check-ins. This opens up the possibility of publishing check-ins that were originally private. Fix the "deconstruct" command so that it omits private artifacts unless the --private option is used. ... (check-in: 6545e6cf74 user: drh tags: trunk)
14:19
Add the --temp option to the "fossil extra" and "fossil clean" commands. ... (check-in: 3206b6485a user: drh tags: trunk)
2012-10-12
13:21
Show the complete text of added and removed files on the "vdiff" webpage. ... (check-in: c32a97e1b2 user: drh tags: trunk)
2012-10-11
20:58
Tweaks to the "fileages" user interface. ... (check-in: da2fe1be82 user: drh tags: trunk)
19:45
Cherrypick changes [0c37874941c8972], [9ba8a393fcc569b], and [ae092ec605eed11] in order to backport the --setmtime option of "fossil update" and the --age and -t options of "fossil ls" to version 1.19. ... (check-in: 773c6c5f2c user: drh tags: branch-1.19)
19:22
Add the --setmtime command-line option to "fossil update". When this option is used, the mtime of all unmodified managed files is set to the time when that file was originally checked in. ... (check-in: ae092ec605 user: drh tags: trunk)
18:33
Back out the undo/redo logic changes of [0c37874941c89] that caused the mtime to be restored on files. Playing games with mtimes is bad policy. Consider a scenario: "fossil merge; make; fossil undo; make". If the mtimes are reset by undo, then the second "make" above will not work correctly. This is not a complete backout of [0c37874941c89] as the underlying infrastructure used to compute the age of files is retained. ... (check-in: 5c0843a8f1 user: drh tags: trunk)
14:21
Add the "fileage" webpage. ... (check-in: 368347d660 user: drh tags: trunk)
2012-10-10
20:03
Add the internal checkin_mtime() function. Use it to implement the --age and -t options to the "fossil ls" command. ... (check-in: 9ba8a393fc user: drh tags: trunk)
16:06
The "fossil undo" and "fossil redo" commands remember file mtimes and restore them appropriately. When upgrading through this version, you may need to run "fossil undo --reset" to clear your old undo stack. ... (check-in: 0c37874941 user: drh tags: trunk)
2012-10-09
14:32
An alternative way to get mime-types from attachments for the "raw" page. ... (Closed-Leaf check-in: b21df7ecaf user: drh tags: experimental)
14:19
Adding mime types for some openoffice documents ... (check-in: 770cf7fc35 user: viriketo tags: annotate_links)
14:01
Fixing the vdiff submenus, so they behave as usual (for this branch) ... (check-in: 4cf8c3d348 user: viriketo tags: annotate_links)
13:53
Adding back the branch telling at checkin info for vdiff. ... (check-in: e29d3822e9 user: viriketo tags: annotate_links)
13:48
Updating from trunk. I solved some merge conflicts: 1) the checkin info in the vdiff page, taking that from trunk, and 2) the vdiff menu options, which I tried to get similar to what I had in the branch. ... (check-in: f4b082d464 user: viriketo tags: annotate_links)
13:30
Making the raw page download guess the mime type based on filename also for attachments, not only repository files. ... (check-in: 5f3916ac5b user: viriketo tags: trunk)
01:41
Update SQLite from upstream in order to test SQLite. ... (check-in: 51858373cb user: drh tags: trunk)
2012-10-08
13:50
Fix references to uninitialized memory when existing the SQL shell. ... (check-in: 1955e6a69d user: drh tags: trunk)
2012-10-07
17:18
merge trunk make Notepad the default comment editor on Windows ... (check-in: 10cf72bd3b user: jan.nijtmans tags: use-utf8-in-win-external-editor)
14:49
Add the new 'tcl-rdonly' setting to the list of those that should be transferred. ... (check-in: 2335ae4f22 user: mistachkin tags: tclRdOnly)
14:28
Update the 'makemake' script with the MinGW makefile changes for the markdown feature as well. ... (check-in: 0db09a2061 user: mistachkin tags: markdown)
14:22
Experimental proof-of-concept for the 'tcl-rdonly' setting and related functionality. ... (check-in: 851e0755e5 user: mistachkin tags: tclRdOnly)
13:55
Enhance Tcl integration with support for notifications before and after Tcl scripts are evaluated. ... (check-in: 49c63f8c78 user: mistachkin tags: trunk)
10:29
Add 'markdown' setting to enable runtime control over whether or not it is used. ... (check-in: 1c5085d963 user: mistachkin tags: markdown)
10:15
Merge updates from trunk. ... (check-in: a8add9c1bd user: mistachkin tags: markdown)
10:12
Add 'tcl-setup' setting for the optional Tcl script to evaluate after creating and initializing the Tcl interpreter. Make sure Tcl gets a copy of all the original expanded arguments. ... (check-in: fa4e828653 user: mistachkin tags: trunk)
2012-10-05
20:39
Add the "stash show" command. Simplifications to the diff code, and especially the looks_like_binary() function. ... (check-in: 4e0e69f691 user: drh tags: trunk)
16:36
Fix a couple of C99-isms in the recent stash changes. ... (check-in: f378800aed user: drh tags: trunk)
13:55
On the timeline webpage, remove the (undocumented) "nomerge" query parameter and make no-merge behavior the default when using the "from" and "to" query parameters. A new "shortest" query parameter can be used to find the shortest path, if desired. ... (check-in: 37d107501c user: drh tags: trunk)
13:48
Update SQLite from upstream so that Fossil will compile on pre-C99 compilers. This SQLite still has issues with ORDER BY optimization, but those issues do not seem to effect Fossil. ... (check-in: 5a428febd4 user: drh tags: trunk)
13:44
Enhancements to the "bisect" command: (1) Create alias "ls" for the "vlist" subcommand. (2) Show an abbreviated listing unless the --all option is used. (3) Automatically show the abbreviated listing after each "next". ... (check-in: eec11147cf user: drh tags: trunk)
13:10
Update the "fossil stash" command so that it always prompts for a comment if the -m option is omitted. ... (check-in: 16371dcb1b user: drh tags: trunk)
12:38
Get the --tk option working for "fossil stash diff". ... (check-in: 2ed8cdc518 user: drh tags: trunk)
12:10
Merge the controlInfoLink branch into trunk. ... (check-in: 71c3b67a79 user: drh tags: trunk)
08:28
Simplify internal link generation for control artifacts to avoid using escaped HTML entities. ... (Closed-Leaf check-in: bcf41d31ca user: mistachkin tags: controlInfoLink)
2012-10-03
19:54
Integration work for the markdown engine provided by Natacha Porté. ... (check-in: d38c6eef06 user: mistachkin tags: markdown)
14:58
Import the latest SQLite core from upstream. ... (check-in: 7f3379f3a9 user: drh tags: trunk)
2012-10-02
23:01
Enable building with the TCL stubs library and then loading the main TCL library at run-time, and only if needed. ... (check-in: 25f7fa1157 user: drh tags: trunk)
22:59
Merge the enhancements that adds the "diff-binary" setting for passing binary files to the external diff program. ... (check-in: f8339c2743 user: drh tags: trunk)
2012-09-30
09:29
The 'binary-glob' setting is a versionable project setting and should be listed with the others. ... (check-in: 6ef41eeffe user: mistachkin tags: trunk)
07:39
Make sure the new command line options are always processed; however, wait until after the settings are available. ... (Closed-Leaf check-in: 064afb225a user: mistachkin tags: diffBinExternal)
06:25
Add support for skipping binary files when using an external diff program. The existing 'binary-glob' setting and new 'diff-binary' boolean setting control this feature. ... (check-in: c50eb50718 user: mistachkin tags: diffBinExternal)
01:43
Fix typo in comment. ... (check-in: 97f68e61da user: mistachkin tags: trunk)
2012-09-29
14:08
Make the "--tk" option to the "diff" command also imply the "-i" option to force the use of the internal diff engine. ... (check-in: 5a4fbb0a28 user: drh tags: trunk)
07:40
For custom makefile, build with Tcl stubs support by default. ... (Closed-Leaf check-in: 2d63ffdd4f user: mistachkin tags: tclStubsV2)
07:29
Skip calling Tcl_InitStubs when not compiled to use the Tcl stubs mechanism. ... (check-in: 1f4cfd5776 user: mistachkin tags: tclStubsV2)
07:20
Merge updates from trunk. ... (check-in: fbd3c2a597 user: mistachkin tags: tclStubsV2)
07:16
Some fine-tuning for autosetup to support the Tcl stubs mechanism. ... (check-in: 01de4c53b1 user: mistachkin tags: tclStubsV2)
06:56
Build system changes to support the Tcl stubs mechanism. ... (check-in: 9d0a4a89d7 user: mistachkin tags: tclStubsV2)
2012-09-28
20:15
Refinements to the Tcl stubs integration. ... (check-in: a0b3507d6c user: mistachkin tags: tclStubsV2)
13:45
merge trunk ... (check-in: 1aed9aabaa user: jan.nijtmans tags: use-utf8-in-win-external-editor)
10:18
Update to the latest SQLite amalgamation, for the purpose of testing recent changes in SQLite. ... (check-in: c0f245de25 user: drh tags: trunk)
07:26
load Tcl dynamically using the Stubs mechanism in stead of linking in the library statically. ... (Closed-Leaf check-in: ba91fe5f9e user: jan.nijtmans tags: stubbed-tcl)
2012-09-27
21:16
Merge the partialCommitPerms branch which fixes an issue with permission bit changes of non-specified files being picked up by a partial commit. ... (check-in: a0da8b3873 user: drh tags: trunk)
17:29
Update the pre-checkin checklist to talk about the new --tk option to the diff command. ... (check-in: 394177917c user: drh tags: trunk)
13:02
Merge the fix for [711d04b6d8577] into trunk. Only bail out of a commit if none of the selected files have changed, rather than if any selected file is unchanged. ... (check-in: 3a5e81cedb user: drh tags: trunk)
11:51
Alternative fix for ticket [711d04b6d8577]. ... (Closed-Leaf check-in: 94e2deef6d user: drh tags: ticket-711d04b6d8)
08:43
Candidate fix for ticket [711d04b6d8] ... (check-in: eab9f88e7f user: jan.nijtmans tags: ticket-711d04b6d8)
01:38
Fixes to the --tk diff option to support unified diff on Windows. ... (check-in: 1048bccf14 user: mistachkin tags: trunk)
00:37
Allow unified diff for the --tk diff option. ... (check-in: 5be507df71 user: mistachkin tags: trunk)
2012-09-26
14:11
merge ... (check-in: 84f1b5b37f user: jan.nijtmans tags: trunk)
14:10
Make "fossil diff --tk" work on Windows as well. ... (check-in: b836ec8a35 user: jan.nijtmans tags: trunk)
13:52
For the --tk option to the diff command, invoke "tclsh" instead of "wish" and invoke "package require Tk" at the beginning of the script. ... (check-in: aba451e9d5 user: drh tags: trunk)
12:55
Add the --tk option to "fossil diff" in order to launch a Tcl/Tk GUI display of colorized side-by-side diffs. ... (check-in: 22e5d711e5 user: drh tags: trunk)
11:59
Add the --baseurl open to the "fossil server" and "fossil http" commands, for use with reverse proxies such as nginx. ... (check-in: ecb85f61a9 user: drh tags: trunk)
09:48
Correct last merge: mbcs->utf-8 conversion is done later ... (check-in: b9640f05a2 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
09:32
merge trunk ... (check-in: 71ef64bb75 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
09:27
Bug-fix: inline editor on Windows should expect mbcs, not utf-8 ... (check-in: 9c9ad8e572 user: jan.nijtmans tags: trunk)
07:35
Now it works €† ... (check-in: 433cb71479 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
00:11
Escape "&lt;" and "&gt;" characters denoting removed and inserted line in the HTML version of side-by-side diff. ... (check-in: 28cfb2fb10 user: drh tags: trunk)
2012-09-25
21:15
another attempt €† ... (check-in: 4358a23778 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
20:40
C ... (check-in: fa8e0fed9c user: jan.nijtmans tags: use-utf8-in-win-external-editor)
16:19
Isolate the logic used to figure out the text encoding of the check-in comment coming back from the users editor into windows-only code. ... (check-in: 397c990400 user: drh tags: use-utf8-in-win-external-editor)
14:55
zFile cannot be NULL, that wouldn't work on UNIX ... (check-in: 7724ea6501 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
14:10
Use mbcs on Windows' external file editor in stead of utf-8 ... (check-in: 3a20d89d95 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
11:48
Candidate fix for maintaining existing permission bits for partial check-ins. ... (Closed-Leaf check-in: 33ffb32cb8 user: mistachkin tags: partialCommitPerms)
06:40
allow Eclipse to be used as fossil development IDE, merged from "fossil-eclipse" branch, which is now closed. ... (check-in: ae356a7b2e user: jan.nijtmans tags: trunk)
2012-09-24
23:26
Updates to the "branching.wiki" document. ... (check-in: d06396d31d user: drh tags: trunk)
11:48
Fix typo in win32_fatal_error(). ... (check-in: 9301375f3e user: mistachkin tags: trunk)
10:12
fix -pedantic gcc warning: overflow in implicit constant conversion ... (check-in: 03424a031b user: jan.nijtmans tags: trunk)
09:03
modified fix for [c8c0b78c84], which no longer causes "Usage" printouts to use the full fossil path, even though the command line didn't use the full path ... (check-in: dacc694615 user: jan.nijtmans tags: trunk)
07:00
previous commit fixed the MSVC build, but broke the mingw build. Now fix both of them. ... (check-in: 1ef58e5246 user: jan.nijtmans tags: trunk)
2012-09-23
23:52
Always use wide-character Win32 APIs for dirent.h. ... (check-in: ea621d75ef user: mistachkin tags: trunk)
05:00
Fixes for compilation with MSVC. ... (check-in: bb85c12e10 user: mistachkin tags: trunk)
04:41
Merge the remaining Win32 TCHAR cleanup to trunk. ... (check-in: 33fb889137 user: mistachkin tags: trunk)
2012-09-21
23:32
Add an apple-touch-icon.png ... (check-in: fd05645df5 user: drh tags: trunk)
11:24
eliminate the need for <tchar.h> ... (check-in: 1bfa3a0bbf user: jan.nijtmans tags: trunk)
09:27
Eliminate usage of TCHAR and the associated Win32 API macros. ... (Closed-Leaf check-in: 4abd4c5d38 user: mistachkin tags: noTCHAR)
2012-09-20
20:33
eliminate all #ifdef UNICODE, assuming everthing is compiled with -DUNICODE -D_UNICODE ... (check-in: ad91647ea7 user: jan.nijtmans tags: trunk)
2012-09-19
14:48
Updates to the script that generates the "download.html" page. ... (check-in: 9d2216a1f8 user: drh tags: trunk)
12:23
Updates to the permuted documentation index. ... (check-in: 1006126146 user: drh tags: trunk)
11:52
A couple of minor documentation updates. ... (check-in: a55fd04538 user: drh tags: trunk)
11:32
Updates to the quick-start page. ... (check-in: 2e9691055e user: drh tags: trunk)
10:28
Merge the selectRemoteUser branch into trunk, so that now the username in the remote_url is a potential source of the user name. ... (check-in: 24b2c6688a user: drh tags: trunk)
04:01
As a fallback, attempt to extract the user from the remote URL configured for the repository. ... (Closed-Leaf check-in: 817b3fea10 user: mistachkin tags: selectRemoteUser)
2012-09-18
23:48
Fix comment. ... (check-in: 5f13a2a6c6 user: mistachkin tags: trunk)
23:31
Fix warning message typos. ... (check-in: f9d053a931 user: mistachkin tags: trunk)
22:58
If unable to determine the user by the normal techniques, don't guess. Print a helpful error message and quit. Otherwise strange user names end up in the log. ... (check-in: 1e7262b724 user: drh tags: trunk)
21:21
Merge support for the --template option of the 'new' command to trunk. ... (check-in: 75bcb48089 user: mistachkin tags: trunk)
21:16
Merge the new theme to trunk. ... (check-in: d5272ee958 user: mistachkin tags: trunk)
20:59
Copy the control settings into the new repository as well. Also, correct the query used to copy the system user column values. ... (Closed-Leaf check-in: 4bab4459b6 user: mistachkin tags: newTemplate)
20:14
Use the list of configuration properties when transfering content from the template repo to the new repo. Also transfer the ticket formats. ... (check-in: 78cf4138d9 user: drh tags: newTemplate)
15:37
Add the name= query parameter to the &lt;base&gt; for wiki pages, so that hyperlinks to fragments work correctly. ... (check-in: a116d974b4 user: drh tags: trunk)
12:52
Update the built-in SQLite to the latest version on the fullscan-covering-index branch. This is for the purpose of testing SQLite changes. ... (check-in: ac2d29326b user: drh tags: trunk)
05:14
Sync up base tag in the header with those contained in the skins file. ... (check-in: f4022040f8 user: mistachkin tags: trunk)
05:11
Enhance comments from the previous commit. ... (Closed-Leaf check-in: 6282cdf0c3 user: mistachkin tags: skin5)
05:08
Add a skin with enhanced handling of hyperlinks in the header and footer. ... (check-in: 59fb15865c user: mistachkin tags: skin5)
03:21
Add experimental support for copying the initial settings of a repository from another repository. ... (check-in: e771171c68 user: mistachkin tags: newTemplate)
00:15
Strip out TH1 comments from the header. ... (Closed-Leaf check-in: 354bfe206e user: mistachkin tags: dynamicStyle)
00:06
Make the default header and footer a bit more dynamic. ... (check-in: 6cea1e4920 user: mistachkin tags: dynamicStyle)
00:03
Fix the &lt;base&gt; tag in the default header. ... (check-in: eb1513b7a9 user: drh tags: trunk)
2012-09-17
07:34
fix [ce73fc2173] <p>Restore Win9x, using unicows eliminate all #ifdef UNICODE ... (Closed-Leaf check-in: 9cf5056af9 user: jan.nijtmans tags: win95-unicows)
2012-09-14
10:31
Experimental version for Win9x, using unicows ... (Closed-Leaf check-in: bf0fede2ee user: jan.nijtmans tags: restore-win95)
2012-09-13
07:17
merge trunk ... (check-in: 0930ed2085 user: jan.nijtmans tags: restore-win95)
07:12
re-enable unicode commandline for MSVC build (previous commit accidently removed that) <p>New version of dirent.h, which supports both MBCS and UNICODE ... (check-in: 71d46aba2e user: jan.nijtmans tags: trunk)
2012-09-12
22:01
simplify switching between widechar and unicode variant of dirent ... (check-in: a8f7a8ac24 user: jan.nijtmans tags: restore-win95)
20:55
allow MSVC build without -DUNICODE as well ... (check-in: eede5db7c3 user: jan.nijtmans tags: restore-win95)
20:36
unbreak MSVC build. <p>Always use platform detection in fossil_system: fossil might be linked with unicows, then still quotes should not be used on Win95 <p>Why did I remove the -DUNICODE from Makefile.msc?.... ... (check-in: ebe241b4df user: jan.nijtmans tags: restore-win95)
16:24
Need this "-e none" options to ssh.. if not, ssh can process the escape caracter to process command from data that's goes to fossil proces.. ... (Closed-Leaf check-in: 297cb3e525 user: mgagnon tags: mg_sshfix)
15:27
Now, just call /bin/sh as command argument.. I don't have problem with mail checking and motd and modification is very simple.. - Have to check if it work in all conditions and all systems. - Might not work for settups where server use a restricted shell.. ... (check-in: 531a58fd21 user: mgagnon tags: mg_sshfix)
14:42
fix [ce73fc2173] as well ... (check-in: ed5695fe7f user: jan.nijtmans tags: restore-win95)
12:59
Seems to fix it.. will try on the real conditions.. ... (check-in: e8fac25a20 user: mgagnon tags: mg_sshfix)
11:32
better fix ... (check-in: 3c33959096 user: jan.nijtmans tags: restore-win95)
11:04
fix crash in Win95 build when running on WinNT+ ... (check-in: d339a7b2e3 user: jan.nijtmans tags: restore-win95)
08:10
Restore fossil to be compilable for Win95 <p>Replace "-DUNICODE -D_UNICODE" with "-DSQLITE_OS_WINNT=0" in win/Makefile.mingw if you want this. ... (check-in: b402bec882 user: jan.nijtmans tags: restore-win95)
02:19
work time to time.. *** rely on a delay, which is not good don't work all the time... need to build more solid logic.. ... (check-in: 5d00d241f7 user: mgagnon tags: mg_sshfix)
00:35
attemp to fix ssh problem on debian linux host when non interactive shell still print some message (motd and mail checking stuff). *** not really working yet.. ... (check-in: 66a45382eb user: mgagnon tags: mg_sshfix)
2012-09-11
18:49
enable unicode commandline for MinGW/MinGW-w64 as well <p> remove unused MINGW_BROKEN_MAINARGS ... (check-in: 274d8a1dcd user: jan.nijtmans tags: trunk)
12:16
Merge the unicode-cmdline branch into trunk. ... (check-in: f668ff44c0 user: drh tags: trunk)
11:57
Merge the latest trunk changes and the mingw-broken-cmdline branch into unicode-cmdline. ... (Closed-Leaf check-in: b19ef490fd user: drh tags: unicode-cmdline)
2012-09-10
18:15
add .PHONY target to makefile, this makes "make test" work even though there already is a directory named "test" ... (check-in: ffcdfadbda user: jan.nijtmans tags: trunk)
08:21
Add some test cases ... (Closed-Leaf check-in: d43165418c user: jan.nijtmans tags: mingw-broken-cmdline)
2012-09-09
22:06
Reformat the windows command-line parser to following the Fossil style. Use the alternative command-line parser on all windows builds, not just for MinGW builds, to simplify the logic and so that the alternative parser code is testing more heavily. ... (check-in: f575af97b2 user: drh tags: mingw-broken-cmdline)
20:53
Fix ticket [906c533302]. If you want to replace the mingw command-line pa a better one (conforming to ms rules), compile with -DMINGW_BROKEN_MAINARGS. MinGW doesn't support unicode command line parsing (linker option -municode), so the option -DMINGW_BROKEN_MAINARGS can be used to fix that too. ... (check-in: 047dd62604 user: jan.nijtmans tags: mingw-broken-cmdline)
2012-09-08
13:13
Fix a harmless compiler warning. ... (check-in: c42408e15b user: drh tags: trunk)
2012-09-07
21:12
On windows, make "gdiff" default to using WinDiff.exe. ... (check-in: cad57bf65d user: drh tags: trunk)
19:16
Add an authorizer to the raw-SQL entry box. This authorizer is not strictly necessary for security. It is just another layer of defense. ... (check-in: 98f29f24cd user: drh tags: trunk)
07:55
merge trunk ... (check-in: af4287ac3a user: jan.nijtmans tags: unicode-cmdline)
07:53
Enable unicode commandline and unicode console output for msvc builds. ... (check-in: 286950208c user: jan.nijtmans tags: unicode-cmdline)
2012-09-06
20:31
Improved descriptions of the two check-ins being compared on the vdiff page. ... (check-in: 6b22a464d7 user: drh tags: trunk)
19:52
On the check-in info page, offer a selection of nearby leaves to diff against. ... (check-in: 238db72dc9 user: drh tags: trunk)
18:26
Fix a bug in name resolution when the name begins with "tag:" ... (check-in: ac65f5bd54 user: drh tags: trunk)
14:00
Add the "Invert" button to the "vdiff" web page. ... (check-in: b0036a3c97 user: drh tags: trunk)
13:52
Improvements to the "root:TAG" naming option so that TAG can also be a UUID. ... (check-in: 0e9277267f user: drh tags: trunk)
10:23
Show the number of changes following a "fossil update". ... (check-in: 3db1cf69e5 user: drh tags: trunk)
09:10
merge trunk <p>enable UNICODE mode (experimental) ... (Closed-Leaf check-in: 2017d2f832 user: jan.nijtmans tags: eclipse-project)
2012-09-05
20:54
Do not count divider lines as "items" on the timeline. ... (check-in: 4913964321 user: drh tags: trunk)
20:45
Enhancements to localtime processing and to the label resolution on the a=, b=, and c= query parameters to the timeline page. ... (check-in: 41c3c1900b user: drh tags: trunk)
20:21
Eliminate some gcc (4.6) warnings on windows. ... (check-in: 1854d99041 user: jan.nijtmans tags: trunk)
19:07
Make the 'localtime' modifier for SQLite date/time functions work inside the "fossil sql" command. ... (check-in: 16ab9f25ff user: drh tags: trunk)
14:10
Make the new "simplified" finfo page the default. The original finfo is available using the "Full" submenu option. ... (check-in: 1574b63b14 user: drh tags: trunk)
13:45
merge trunk, fix compilation on Cygwin/Linux ... (check-in: c05ba6b0d7 user: jan.nijtmans tags: eclipse-project)
12:55
const-qualification ... (check-in: 645f34834d user: jan.nijtmans tags: eclipse-project)
11:33
Add "fco" query parameter and the "Simplified"/"Full" submenu items to control it on the "finfo" web page. ... (check-in: f1fae7f9ea user: drh tags: trunk)
09:26
be smarter about istty static initialization ... (check-in: 5d9f57a721 user: jan.nijtmans tags: eclipse-project)
09:05
superflueous semicolon. ... (check-in: 6f3b0f3445 user: jan.nijtmans tags: eclipse-project)
09:00
fix writing to stderr console, last commit broke that. ... (check-in: b4bab791fc user: jan.nijtmans tags: eclipse-project)
08:15
write unicode to console, when possible. ... (check-in: 7fd74e72f8 user: jan.nijtmans tags: eclipse-project)
07:31
make output to the Windows console binary-safe ... (check-in: a830168d3f user: jan.nijtmans tags: eclipse-project)
06:32
merge trunk ... (check-in: 1393a9107b user: jan.nijtmans tags: eclipse-project)
2012-09-04
23:13
Be smarter about distinguishing between hyperlinks and array subscripts in code when rendering wiki. ... (check-in: b7abba6707 user: drh tags: trunk)
17:28
Add the "URLs and Checkouts" page. ... (check-in: 8b1f5e0eab user: drh tags: trunk)
15:48
Improvements to the CSS on default skins. ... (check-in: b87d3b8804 user: drh tags: trunk)
13:43
Add a home-page link to Jim Schimpf's book about Fossil. ... (check-in: 29ad078b42 user: drh tags: trunk)
12:36
merge trunk ... (check-in: 2050646c9f user: jan.nijtmans tags: eclipse-project)
08:14
memory allocated with mprintf should be freed with fossil_free(), not free() <p>use _wsystem() in stead of system() on Windows. <p>Use g.argv[0] in stead of fossil_nameofexec() when the full path is not necessary, e.g for "Usage" prints. ... (check-in: 06ba3ace24 user: jan.nijtmans tags: trunk)
07:00
merge trunk ... (check-in: 56f6e9f3b9 user: jan.nijtmans tags: eclipse-project)
06:52
merge trunk ... (check-in: 26aa3eeab8 user: jan.nijtmans tags: eclipse-project)
2012-09-03
18:36
Update the built-in SQLite to the 3.7.14 release. ... (check-in: 2b56641fb9 user: drh tags: trunk)
13:50
Extend zRequestFName and zReplyFName to allow MAX_PATH characters. missing fossil_mbcs_to_utf8() call in line 199 ... (check-in: 6e7c94b31d user: jan.nijtmans tags: trunk)
10:16
In the MinGW makefile, ignore failures of the mkdir command in case the directory already exists. ... (check-in: 80c4b3a23f user: mistachkin tags: trunk)
03:51
Remove obsolete comments. ... (check-in: d43e163a27 user: mistachkin tags: trunk)
03:47
Fix some confusing spacing in the MinGW makefile. ... (check-in: e498d82d1a user: mistachkin tags: trunk)
03:30
Fixes to the install target in the MinGW makefile when building from the Windows shell. ... (check-in: 13eed7c653 user: mistachkin tags: trunk)
03:00
In the MinGW makefile, instead of attempting to auto-detect if the Windows command prompt is being used, rely on the manually set USE_WINDOWS variable instead. ... (check-in: 7bf4c290a5 user: mistachkin tags: trunk)
00:51
Make the shell commands used by the MinGW more configurable and attempt to support building inside the Windows command prompt. ... (check-in: ce55bc43bd user: mistachkin tags: trunk)
00:24
Fix dependencies on generated headers in the MinGW makefile. Also, remove superfluous EXE extension on executables used during the build process. ... (check-in: 4e8d2f2991 user: mistachkin tags: trunk)
2012-09-02
19:39
<pre>Minor additional fixes related to [c8c0b78c84]: - Use _wsystem() in stead of system() on Windows - Use g.argv[0] in stead of fossil_nameofexe() where only printing is involved - Use fossil_nameofexe() where fossil_system() is involved - Move the determination of the full windows path to fossil_nameofexec, so g.argv[0] can always be the unmodified argv[0] - g.argv[0] and fossil_nameofexec() are in utf-8, so we cannot use fprintf directly. Exception: when printing malloc errors.</pre> ... (Closed-Leaf check-in: be06861f3c user: jan.nijtmans tags: ticket-c8c0b78c84)
12:50
fix cross-compilation of mingw target on Linux/Darwin ... (check-in: 9c0e1caec5 user: jan.nijtmans tags: trunk)
2012-09-01
04:45
Remove leftover instances of non-ASCII characters from several files. ... (check-in: f15ce59b00 user: mistachkin tags: trunk)
2012-08-31
20:46
Revert change [208d67675c]. The policy is to keep the Fossil source code ASCII even if Fossil itself is able to handle non-ASCII source files. Furthermore, the [208d67675c] change broken things. Also backout change [34fcb9634e] since it complicates the C code with unnecessary backslash characters in order to changes single-quotes to double-quotes in the generated HTML and Javascript, which is pointless. ... (check-in: c19f34cb69 user: drh tags: trunk)
19:57
Avoid prompting for the password for SSH syncs, since the password is never used. Omit debugging output on SSH syncs. ... (check-in: d1eb341f80 user: drh tags: trunk)
19:47
Improved handling of command-line arguments under windows. Possible fix for ticket [c8c0b78c84]. ... (check-in: 0c7ae64ab5 user: drh tags: trunk)
18:40
Remove obsolete documentation from the www/ folder. ... (check-in: d80f2dc058 user: drh tags: trunk)
12:44
Merge the fork of trunk. ... (check-in: 231113eac2 user: mistachkin tags: trunk)
12:43
Revise shell checking in the MinGW makefile to be a bit more general purpose. ... (check-in: 4e62bffa63 user: mistachkin tags: trunk)
12:26
Make it declarative that building the Win32 resources require the VERSION.h file. ... (check-in: cf639e4fe2 user: mistachkin tags: trunk)
09:03
use more utf-8 characters in the wiki, in stead of html entities ... (check-in: 927d07c727 user: jan.nijtmans tags: trunk)
08:58
Removed some very old TODO comments (from me) which just clutter up the wiki help text. ... (check-in: f1c56bd31d user: stephan tags: trunk)
08:08
More consistancy in html generation: Use '"' where possible. ... (check-in: 34fcb9634e user: jan.nijtmans tags: trunk)
2012-08-30
22:02
PATH_MAX -> MAX_PATH ... (Closed-Leaf check-in: b41c57d5c8 user: jan.nijtmans tags: ticket-c8c0b78c84)
19:41
Attempt to support compiling with MinGW without MSYS. ... (check-in: 773fa5e63c user: mistachkin tags: trunk)
19:29
upgrade dirent.h to latest available version (1.11) ... (check-in: fb07d8693e user: jan.nijtmans tags: trunk)
14:30
typos ... (check-in: 7c0f4ecadf user: jan.nijtmans tags: trunk)
12:34
make winhttp.c compilable without -DUNICODE ... (check-in: d0256a17be user: jan.nijtmans tags: eclipse-project)
12:05
Fix overzealous identification of no-op merges that are not really no-ops. ... (check-in: efba2bc17b user: drh tags: trunk)
11:47
merge ticket-c8c0b78c84 convert winhttp.c to unicode ... (check-in: f342247c50 user: jan.nijtmans tags: eclipse-project)
09:21
... and teach popen how to handle non-mbcs characters ... (check-in: 7d842b654b user: jan.nijtmans tags: ticket-c8c0b78c84)
08:55
proposed fix for [c8c0b78c84]. And - bonus - allow a BOM in the --args file ... (check-in: 95f212433d user: jan.nijtmans tags: ticket-c8c0b78c84)
07:03
merge trunk ... (check-in: 0387251bd3 user: jan.nijtmans tags: eclipse-project)
02:04
Simplify the mkversion changes from the previous commit. ... (check-in: ae85ba156c user: mistachkin tags: trunk)
01:56
Support setting the binary file/product versions in the Win32 resources. ... (check-in: 6b8ef6a4fd user: mistachkin tags: trunk)
2012-08-29
23:34
The --force flag change should have been on trunk. DRH should follow his own checklists! ... (check-in: 5c420b1690 user: drh tags: trunk)
23:33
Allow no-op merges with the --force flag. ... (Closed-Leaf check-in: d787bcd44a user: drh tags: msvc-broken)
23:17
Update file header comments for the TH1/Tcl integration source code. ... (check-in: 5f22bc09e1 user: mistachkin tags: trunk)
22:43
remaining part of [01a2f3a346] factor out the opendir() family of routines and provide portable alternatives, fossil_opendir() ... (check-in: 4f9f0570db user: jan.nijtmans tags: trunk)
22:37
found the cause of the crash!!!! ... (check-in: 27905725de user: jan.nijtmans tags: msvc-broken)
22:34
working part of [01a2f3a346] ... (check-in: 14733d1519 user: jan.nijtmans tags: trunk)
21:32
upgrade to dirent-1.11 ... (Closed-Leaf check-in: 10fec4b7dd user: jan.nijtmans tags: broken-msvc-2, dirent-1.11)
20:57
undo [bf079432fb]: It's crucial for the Tcl fossil repository to be able to do a no-op merge-mark. This change would make that impossible. ... (Closed-Leaf check-in: 41577fd3ef user: jan.nijtmans tags: broken-msvc-2)
20:51
merge-mark (in order to make merging back msvc-broken to trunk easier) ... (check-in: 2b5d693495 user: jan.nijtmans tags: msvc-broken)
20:48
working part of [ticket-01a2f3a346] (still don't understand, but somehow it doesn't work with msvc) ... (check-in: 517309406a user: jan.nijtmans tags: broken-msvc-2)
20:27
make it link on msvc. Doesn't run yet. ... (check-in: bd43f1c249 user: jan.nijtmans tags: msvc-broken)
19:41
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (check-in: 208d67675c user: jan.nijtmans tags: trunk)
16:51
An attempt to factor out the opendir() family of routines and provide portable alternatives, fossil_opendir(). This simplistic first attempt works on non-windows platforms, but the build fails on windows. ... (check-in: 8d8e529aa9 user: drh tags: msvc-broken)
14:12
merge trunk ... (check-in: c037808477 user: jan.nijtmans tags: eclipse-project)
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (check-in: 9f6abc5968 user: jan.nijtmans tags: msvc-broken)
13:03
merge trunk ... (Closed-Leaf check-in: e9f38ae8ab user: jan.nijtmans tags: utf8-in-sources)
11:27
fix for [01a2f3a346] ... (check-in: 0357ed556e user: jan.nijtmans tags: msvc-broken)
10:44
Fix a typo on the Ticket Change Details page. ... (check-in: eb82a23827 user: drh tags: trunk)
08:02
merge trunk ... (Closed-Leaf check-in: 3e3f34ebcf user: jan.nijtmans tags: ticket-01a2f3a346)
2012-08-28
17:39
Fixes to hyperlink generation for embedded documentation. ... (check-in: ed6adcaf3b user: drh tags: trunk)
09:13
merge ticket-01a2f3a346 into eclipse-project ... (check-in: 51253a79f2 user: jan.nijtmans tags: eclipse-project)
09:05
merge trunk into ticket-01a2f3a346 branch ... (check-in: f89bd067c2 user: jan.nijtmans tags: ticket-01a2f3a346)
06:24
This change allows html entities (like &amp;rarr; and &amp;bull;) in all c-sources to be replaced by its utf-8 equivalent (→,•). The translate utility will translate this to the right escape-sequence, so the C-compiler can handle it.<br> As long as the C-source doesn't contain any utf-8 characters, this generates exactly the same *_.c files as before. ... (check-in: b5e2e50040 user: jan.nijtmans tags: utf8-in-sources)
2012-08-27
22:56
Make merges a no-op if the pivot is the same as the version being merged. ... (check-in: bf079432fb user: drh tags: trunk)
21:09
Include branch information in the output of the finfo command. Patches from Peter Spjuth. ... (check-in: 724bf68a2f user: drh tags: trunk)
19:05
Re-do part of [d89b99e383], which was lost by [d7736649cd] ... (check-in: 22806c5f59 user: jan.nijtmans tags: trunk)
18:36
All the a=, b=, and c= query parameters of the timeline webpage to be tags and labels in addition to timestamps. ... (check-in: 66f4fa9bd5 user: drh tags: trunk)
2012-08-26
18:20
merge trunk into eclipse-project branch, and fix build on UNIX ... (check-in: 64d8e09e20 user: jan.nijtmans tags: eclipse-project)
18:17
merge trunk into unicode branch, and fix build on UNIX ... (check-in: 8596323b5b user: jan.nijtmans tags: ticket-01a2f3a346)
2012-08-25
01:48
Update the built-in SQLite to the latest version from the SQLite trunk. ... (check-in: d7736649cd user: drh tags: trunk)
2012-08-24
14:50
merge unicode branch ... (check-in: b4ea94b488 user: jan.nijtmans tags: eclipse-project)
13:42
add mkdir to the unicode-supported functions add chinese-named file and directory in test directory, demonstrating the fix [01a2f3a346] ... (check-in: c780793749 user: jan.nijtmans tags: ticket-01a2f3a346)
13:15
Better support for unicode filenames on Win32 (Not tested on other platforms yet, will not work!) [01a2f3a346] ... (check-in: d8e1431fc0 user: jan.nijtmans tags: ticket-01a2f3a346)
08:16
Merge in the mingw build enhancements ... (check-in: abbc00fc5b user: jan.nijtmans tags: eclipse-project)
08:13
wiki tweaks regarding MinGW build enhancements ... (check-in: 4e93e84e55 user: jan.nijtmans tags: trunk)
05:56
One more minor Win32 resource tweak. ... (check-in: 02bff595e1 user: mistachkin tags: trunk)
2012-08-23
21:18
Merge in the mingw build enhancements. ... (check-in: 5253e0a791 user: drh tags: trunk)
21:15
Fix an off-by-one error in the version-3 clone protocol. This error might cause an incomplete and corrupt clone if a transfer block fills up just before sending the very last blob. ... (check-in: 0db6f981bf user: drh tags: trunk)
20:56
Detect infinite loops in the DELTA table and abort out of content_get() when they are found. ... (check-in: 791fd2fd68 user: drh tags: trunk)
14:29
... and the makemake.tcl corresponding changes as well ... (Closed-Leaf check-in: e55c7139b4 user: jan.nijtmans tags: better-mingw-v2)
14:20
if openssl is compiled with zlib support enabled, then -lz should be after -lssl -lcrypto ... (check-in: 69608104d2 user: jan.nijtmans tags: better-mingw-v2)
13:46
Include the SQLite version in the resource file as well. ... (check-in: 57603caf36 user: mistachkin tags: better-mingw-v2)
12:47
Include versions of libraries used in the resource file. ... (check-in: e7c77b5571 user: mistachkin tags: better-mingw-v2)
12:11
A couple more resource tweaks. ... (check-in: e1d83c3a79 user: mistachkin tags: better-mingw-v2)
11:59
Various build and resource fixes. ... (check-in: f008c97ae1 user: mistachkin tags: better-mingw-v2)
10:13
Better mingw/mingw64 support for (cross-)compile on Linux, Darwin, Cygwin or Msys. ... (Closed-Leaf check-in: cc2aa92ef8 user: jan.nijtmans tags: better-mingw)
09:23
Added a maintenance reminder/potential fixme note. ... (check-in: 4e66a96946 user: stephan tags: trunk)
08:53
unicode support for file_getcwd, file_access and fossil_stat as well ... (check-in: d95039cc5a user: jan.nijtmans tags: eclipse-project)
07:25
merge SQL injection prevention patches into the eclipse-project branch ... (check-in: 0fdb1f4f8f user: jan.nijtmans tags: eclipse-project)
2012-08-22
21:30
two minor typos ... (check-in: 544c163551 user: jan.nijtmans tags: trunk)
20:19
Make use of %q instead of %s to avoid SQL injections. ... (check-in: e766df0a69 user: drh tags: trunk)
14:57
... and without -DUNICODE as well ... (check-in: 7ba6a72443 user: jan.nijtmans tags: eclipse-project)
14:53
Allow popen.c and winhttp.c to be compiled with -DUNICODE -D_UNICODE (the latter just by undefining those) ... (check-in: 8bde948434 user: jan.nijtmans tags: eclipse-project)
13:47
new functions fossil_unicode_to_utf8 and fossil_utf8_to_unicode. Modify file_delete, file_tempname, fossil_getenv and fossil_fopen to use it, so now they can handle all unicode characters not only the ones from the mbcs This should allow all filenames and environment variables to contain unicode characters, without problems on WIN32. If main.c is compiled with -DUNICODE -D_UNICODE, then command line arguments allow unicode characters on win32 as well. Build system not adapted for that yet. ... (check-in: 65c8ca0571 user: jan.nijtmans tags: eclipse-project)
11:52
Merge the TCL argument handling patches into the Eclipse branch. ... (check-in: 1bafc7e677 user: drh tags: eclipse-project)
11:51
Merge the TCL argument handling patches into trunk. ... (check-in: b6a7e52c93 user: drh tags: trunk)
11:42
Always call Tcl_FindExecutable, even when the command line arguments are invalid. ... (Closed-Leaf check-in: a7392129c0 user: mistachkin tags: tcl-argv-handling-v2)
11:33
When there are no command line arguments, set the argv script variable to an empty list. ... (check-in: b04d5ab4af user: mistachkin tags: tcl-argv-handling-v2)
11:15
Modify the Tcl argument handling to deal with object reference counts and errors. ... (check-in: 46864ac9cc user: mistachkin tags: tcl-argv-handling-v2)
07:45
Pass argv arguments to Tcl ... (Closed-Leaf check-in: 3709b1eaa2 user: jan.nijtmans tags: tcl-argv-handling)
2012-08-21
23:45
Restore the previous Tcl argc/argv handling as all the arguments will be used for the Tcl argv script variable. ... (check-in: c9bb320065 user: mistachkin tags: trunk)
14:27
Merge all recent trunk changes into the eclipse-project branch. ... (check-in: e2d0fa884a user: drh tags: eclipse-project)
14:25
Tcl only uses argv0 so it is enough to transfer only that one argument. ... (check-in: 7f96a71599 user: drh tags: trunk)
14:15
Merge the mingw-w64 compiler warning fixes into trunk. ... (check-in: d89b99e383 user: drh tags: trunk)
13:29
Tcl only uses argv0, so it's enough to transfer this argument only ... (Closed-Leaf check-in: b82eacd569 user: jan.nijtmans tags: tcl-argv0-only)
13:26
Those two files tell eclipse that it can be checked out as a project, and that the LF eol-convention should be used. ... (check-in: 6c945311bc user: jan.nijtmans tags: eclipse-project)
11:18
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:11:0, from src/cgi.c:29: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h src/file.c:47:0: warning: "stat" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:258:0: note: this is the location of the previous definition In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:11:0, from src/http_socket.c:35: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h src/shell.c:67:0: warning: "popen" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:503:0: note: this is the location of the previous definition src/shell.c:68:0: warning: "pclose" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:504:0: note: this is the location of the previous definition ... (Closed-Leaf check-in: b5d69afed7 user: jan.nijtmans tags: jn-mingw-w64-compiler-warnings)
11:05
Fix error messages associated with the "scrub" command. ... (check-in: e25f55dd4d user: drh tags: trunk)
2012-08-20
19:01
Expand the "diffFlags" variable to 64-bits in order to accommodate new options to the various "diff" commands. ... (check-in: 2b1767500e user: drh tags: trunk)
13:20
Fixing the automatic calculation of sbs line length, for the case of TABs and UTF8 sequences. I also set the tab size to 4 spaces. ... (check-in: 36cdc17cc8 user: viriketo tags: annotate_links)
2012-08-19
09:45
Added bash auto-completion script from Stuart Rackham. ... (check-in: 85f1856c95 user: stephan tags: trunk)
2012-08-18
14:43
Add the "uitest.html" document. ... (check-in: 6139cf7a29 user: drh tags: trunk)
2012-08-17
18:14
Fixed a number of "the the" duplications in comments, documentation, and HTML (templates). Left the 17 occurences of same in sqlite.c alone. ... (check-in: b00e462ffc user: andreask tags: trunk)
2012-08-14
17:46
Remove an unused function from the wiki formatter. ... (check-in: b1cc5a4c12 user: drh tags: trunk)
17:42
Update the built-in SQLite to the latest 3.7.14 beta. Fossil does not need this upgrade - the purpose is to test SQLite. ... (check-in: 1f4af61f41 user: drh tags: trunk)
17:30
Merge in the WYSIWYG editor branch, making WYSIWYG an option for trunk users. WYSIWYG is still off by default. ... (check-in: 65870e8736 user: drh tags: trunk)
2012-08-13
16:18
Have the "raw" webpage try to guess the filename and the mimetype of the artifact being downloaded, if the m= query parameter is omitted. ... (check-in: af16836c23 user: drh tags: trunk)
12:54
Disable the cut/copy/paste buttons on the WYSIWYG editor, since doing cut/copy/paste under javascript control is normally disallowed for security reasons. ... (Closed-Leaf check-in: e5ad103777 user: drh tags: wysiwyg)
12:39
Adjust the $current_page for the doc webpage so that it includes the embedded document being rendered. ... (check-in: 22e2051111 user: drh tags: trunk)
12:30
Fixes to the &lt;base&gt; addition to the HTML header so that it works correctly with the "doc" webpage. Href is now $baseurl/$current_page. ... (check-in: fd10cdbaf8 user: drh tags: wysiwyg)
2012-08-11
22:25
Add confirmation dialog boxes when changing between markup and wysisyg editor mode, and before cancelling an edit. ... (check-in: cb6804a2e3 user: drh tags: wysiwyg)
15:37
Add a configuration option that enables WYSIWYG wiki editing. The traditional markup editor is still used unless this option is enabled. ... (check-in: ebc48bf180 user: drh tags: wysiwyg)
15:06
Improvements to the setup page, including a button to automatically add the &lt;base&gt; element to the header if it is missing. ... (check-in: bf27074c82 user: drh tags: wysiwyg)
13:58
Add &lt;base href="$baseurl/"&gt; to the html header in the default configuration and in all built-in skins. Add a warning if &lt;base&gt; is not configured. Generate hyperlinks from wiki relative to the &lt;base&gt; ... (check-in: 31732d77ff user: drh tags: wysiwyg)
02:33
Improvements to the HTML beautifier. ... (check-in: 0e57bafcfa user: drh tags: wysiwyg)
2012-08-10
23:18
Reduce the maximum height of a wiki edit frame to 30 rows. ... (check-in: e000f7f0fd user: drh tags: wysiwyg)
23:12
Automatically clean up the HTML that is generated by webbrowsers and by the Fossil wiki-to-html translator so that the HTML is easier to read in the wysiwyg editor. ... (check-in: fb6f1b7b71 user: drh tags: wysiwyg)
19:59
Add experimental support for WYSIWYG editing of wiki pages. ... (check-in: 6cd9847f54 user: drh tags: wysiwyg)
12:59
Allow the style= attribute in wiki markup. ... (check-in: 717cd2782c user: drh tags: trunk)
2012-08-09
19:16
Fix the "Delete Ad-Unit" button so that it really does delete the ad-unit. ... (check-in: 869e27e739 user: drh tags: trunk)
2012-08-08
13:46
Updating from trunk. I solved three merge conflicts about hyperlinks. ... (check-in: 08db320464 user: viriketo tags: annotate_links)
13:22
When using /zip or /tarball without a UUID, use "trunk" instead of "tip" as the default. Ticket [300fc543b24250e256] ... (check-in: eb0933ca55 user: drh tags: trunk)
13:13
Add the --uuid-override option to the "fossil ticket add" command. Ticket [c2efdd64bff166c3] ... (check-in: 294cddf3ba user: drh tags: trunk)
13:04
Changes "make install" so that it makes sure that the installation directory actually exists. Ticket [6e23fe11013961]. ... (check-in: 426e8edc30 user: drh tags: trunk)
12:41
If no uuid= query parameter is used for the /tarball or /zip URIs, then use the latest checkin (aka "tip"). Ticket [300fc543b24250e256867]. ... (check-in: 8f00221682 user: drh tags: trunk)
12:36
Avoid freeing memory that might not have been malloced in the "ticket" command with the --quote option. Ticket [6dba56543b89dc4]. ... (check-in: 0bc2a94104 user: drh tags: trunk)
11:25
Version 1.23 ... (check-in: 957b17af58 user: drh tags: trunk, release, version-1.23)
11:24
Additional documentation updates prior to the 1.23 release. ... (check-in: 411e88cbaf user: drh tags: trunk)
03:28
Bump version of OpenSSL in the MinGW makefiles. Also, remove superfluous subst operations from the MinGW makefiles. ... (check-in: 0324ed61fb user: mistachkin tags: trunk)
2012-08-07
14:58
The SQL parameter $login in the SQL for a report returns the name of the login name of the current user. ... (check-in: a4249d2180 user: drh tags: trunk)
11:42
Add the "Klingon Code Warriors" quote to the quotes.wiki page. ... (check-in: e00e6205b6 user: drh tags: trunk)
2012-08-06
15:28
Update the change log. ... (check-in: d982f8944c user: drh tags: trunk)
15:04
Increase the version number to 1.23. ... (check-in: 399e868d72 user: drh tags: trunk)
14:41
Add --user-override and --date-override options to the "fossil ticket add" command. ... (check-in: ea4acb5c5d user: drh tags: trunk)
11:15
Fix minor documentation typo. ... (check-in: 372879b388 user: drh tags: trunk)
2012-08-03
18:41
merged in [336e1355b927f]. ... (Closed-Leaf check-in: 82e78034da user: stephan tags: th1-query-api)
2012-07-27
00:26
Fix another faulty though harmless memset() initialization. ... (check-in: 336e1355b9 user: drh tags: trunk)
00:00
Fix a faulty (but harmless) initialization in the MD5 code. ... (check-in: ed005e302d user: drh tags: trunk)
2012-07-26
17:27
Removed legacy comparison of uint<0 (the type used to be 'long', IIRC). Thanks to Doug C. for the report. ... (check-in: bff50b17eb user: stephan tags: trunk)
2012-07-25
12:05
Allow the setup user to add the chngtime query parameter to ci_edit. This can be used to override incorrect tags that have a date way in the future. ... (check-in: ca72f02c9b user: drh tags: trunk)
11:18
In the user edit screen, display capabilities in three columns. ... (check-in: 60cf260b6e user: drh tags: trunk)
10:58
Add &lt;label&gt; markup around all checkbox form entries. ... (check-in: e78c49d30a user: drh tags: trunk)
2012-07-22
17:59
merged in trunk [11abffbb497d67a], added a test script to check a th1 memleak case. ... (check-in: 13b0e0b4d4 user: stephan tags: th1-query-api)
17:40
Pulled in minor memleak fix [bee0036681]. ... (check-in: 11abffbb49 user: stephan tags: trunk)
16:54
Fixed a memleak in the th1 variadic proc args support. ... (check-in: bee0036681 user: stephan tags: th1-query-api)
13:11
Minor usage simplifications in the th1 argv API. ... (check-in: 24b9fbca0f user: stephan tags: th1-query-api)
11:55
Reduced the set of th1-exported SQLITE_xxx constants to those which are actually used in script APIs. Minor doc updates. ... (check-in: 8e04055133 user: stephan tags: th1-query-api)
11:39
minor th1 doc and script code cleanups. ... (check-in: 2b4b2a5091 user: stephan tags: th1-query-api)
2012-07-20
18:54
Fixed a c99ism and a missing return statement. ... (check-in: c01764b0d1 user: stephan tags: th1-query-api)
15:19
/json/dir now requires Read ("o"), instead of Hyperlink ("h") permission, analog to checkin [ded8615f95]. ... (check-in: 625ed00498 user: stephan tags: trunk)
15:06
Replaced $(x) with gebi(x), as per ML discussion. ... (check-in: dfce20e487 user: stephan tags: trunk)
14:54
Change the "dir" webpage to require read permission. ... (check-in: ded8615f95 user: drh tags: trunk)
11:56
Removed unneeded th.c/blob.h dep (having it does not fix parallel builds). ... (check-in: dff26b750e user: stephan tags: th1-query-api)
2012-07-19
22:03
Fix a formatting problem on the setup_settings page. ... (check-in: 6f594af627 user: drh tags: trunk)
21:44
Create a javascript function $(id) which is an alias for document.getElementById(id). Use the $(id) function everywhere that document.getElementById(id) was used. ... (check-in: 97d651b85a user: drh tags: trunk)
18:53
Automatically check both "Tags:" and "Branching:" boxes when text is entered into the name fields on the "ci_edit" page. ... (check-in: b2164fb70c user: drh tags: trunk)
18:41
/ci_edit now auto-checks the Add Tag checkbox if the user types in the tag name field. Thanks to Nolan D. for the suggestion and Steve H. for the graceful solution. ... (check-in: 542f989a27 user: stephan tags: trunk)
18:03
Merged in [0c0f268ff3], minor th1-internal doc addition. ... (check-in: 56db35330d user: stephan tags: th1-query-api)
15:41
Fix the db_is_writable() routine to return FALSE if the database is not even open. ... (check-in: 0c0f268ff3 user: drh tags: trunk)
2012-07-17
16:55
Separate the download links on the "info" and "ci" pages onto a separate line with a separate label. ... (check-in: 7ee938f40e user: drh tags: trunk)
2012-07-16
19:35
Removed 2x extraneous #include "th.h". ... (check-in: 27dc9b0b38 user: stephan tags: th1-query-api)
19:21
More minor internal consistency cleanups. ... (check-in: 495f26a00e user: stephan tags: th1-query-api)
18:56
Cleanups requested by DRH, plus some incidental consistency/maintenance-related cleanups found along the way. ... (check-in: c25a5d199b user: stephan tags: th1-query-api)
14:37
cherry-picked [4295728159451e0d]. ... (check-in: a7eb714758 user: stephan tags: trunk)
14:36
Minor doc correction. ... (check-in: 4295728159 user: stephan tags: th1-query-api)
2012-07-15
17:33
Started adding infrastructure to allow us to expand the ob handler support to include more types. Added another th1 test script. ... (check-in: 726f998b5f user: stephan tags: th1-query-api)
15:28
Added query reset, refactored bind commands to accept their indexes in the same way as the col commands do (and expanded the remaining col commands which did not do so). ... (check-in: f2ee33d460 user: stephan tags: th1-query-api)
14:54
Made the query col argument ordering more flexible/forgiving. ... (check-in: a561c43919 user: stephan tags: th1-query-api)
14:31
th1 query API now accepts the statement ID as the first arg after the query command or later on after the subcommand, for all subcommands where this makes sense. ... (check-in: 09d7df1597 user: stephan tags: th1-query-api)
13:14
Minor cleanups. Made Th_Ob_Man opaque. Renamed TH_USE_xxx to TH_ENABLE_xxx. ... (check-in: 3d243a5681 user: stephan tags: th1-query-api)
12:52
Made a few more functions static. th1 ob doc additions. ... (check-in: 8027581c5e user: stephan tags: th1-query-api)
12:27
Refactored th1/sqlite bits to use Th_Data_Get/Set(), removed sqlite data from Th_Interp class. Other minor cleanups. ... (check-in: 3167ff33f8 user: stephan tags: th1-query-api)
11:16
Refactord ob api to only swap out the Vtab output state, as opposed to the whole Vtab state (which includes the allocator). ... (check-in: d9e0ee2f1e user: stephan tags: th1-query-api)
11:04
minor doc additions. ... (check-in: 236cf13594 user: stephan tags: th1-query-api)
10:59
Added ability to tie client data/finalizer to th1, allowing a refactoring of OB manager to use per-interpreter-instance state instead of global state. ... (check-in: 147c602d93 user: stephan tags: th1-query-api)
09:23
Added push/pop as aliases for start/end in the ob API. Fixed a horrible size calculation bug which triggered an assert() for ob nesting levels deeper than 2. ... (check-in: 9b3a11e160 user: stephan tags: th1-query-api)
09:20
Added incr as built-in function. ... (check-in: dc3c8ac3de user: stephan tags: th1-query-api)
00:57
Fixed a missing NUL terminator. ... (check-in: 66da00e969 user: stephan tags: th1-query-api)
00:39
Added flags arg to Th_Render to allow us to eventually customize its output a bit. ... (check-in: 3ab06e8962 user: stephan tags: th1-query-api)
2012-07-14
22:38
Added strftime support to the th1 query API. ... (check-in: 6e2f9edc29 user: stephan tags: th1-query-api)
21:36
Fixed short-form flag handling for th1 argv command in CLI mode. It now handles GET/POST params. ... (check-in: 413a33f20f user: stephan tags: th1-query-api)
21:13
Refactored th1 argv_xxx to (argv xxx). Added th1_argv.wiki doc. ... (check-in: 615ee71798 user: stephan tags: th1-query-api)
20:59
Refactored th1 query API col_xxx and bind_xxx to (col xxx) and (bind xxx). ... (check-in: 8260fdc99a user: stephan tags: th1-query-api)
20:45
Refactored th1 query API to use (query foo) instead of query_foo. Added th1_query.wiki doc page. ... (check-in: bd98f0f430 user: stephan tags: th1-query-api)
20:11
Added th1_ob.wiki embedded doc. ... (check-in: 905f67d0d3 user: stephan tags: th1-query-api)
19:48
Fixed a segfault in proc_command() caused by invalid inspection of an empty array. ... (check-in: f2d8724250 user: stephan tags: th1-query-api)
19:19
Documented the "ob" API, added "ob level". ... (check-in: 66104f8b5d user: stephan tags: th1-query-api)
18:55
Fixed a crash case off-by-1 in th1 (ob get). ... (check-in: ef68eb0106 user: stephan tags: th1-query-api)
18:44
i think i fixed the th.c-needs-blob.h build problem (again). Merged in 9f83e033a2304a9. ... (check-in: 960576b961 user: stephan tags: th1-query-api)
18:32
Added PHP-like "ob" (output buffering) API to th1. Refactred Th_Vtab allocator to use a single realloc()-like interface. ... (check-in: b793063954 user: stephan tags: th1-query-api)
16:51
Merge the root-tag branch into trunk. ... (check-in: 9f83e033a2 user: drh tags: trunk)
14:02
Refactored Th_ToXXX() to live on top of Th_TryXXX() to simplify some downstream code. ... (check-in: 7554072246 user: stephan tags: th1-query-api)
13:51
moved th1 argv funcs into their own registration unit. Renamed argv_getat to argv_at. ... (check-in: 3b25f80edd user: stephan tags: th1-query-api)
13:43
Refactored th1 function registration code to be reusable across modules. ... (check-in: e923b4a64d user: stephan tags: th1-query-api)
13:20
minor generic cleanups in th1 before continuing on to real work... ... (check-in: 1767603f23 user: stephan tags: th1-query-api)
12:02
Refactored sendText() to use the new output abstraction layer. ... (check-in: d3a6234974 user: stephan tags: th1-query-api)
11:54
Refactored th1's output mechanism: moved output API to Th_Vtab to support arbitrary output destinations, the intention being to be able to support an output buffer stack analog to PHP's ob_start(), ob_get_clean() and friends. ... (check-in: 3c0209f5dc user: stephan tags: th1-query-api)
11:40
Changes to the root-tag processing to provide better error messages. ... (Closed-Leaf check-in: 36134ce275 user: drh tags: root-tag)
11:15
Cleanups in the th1 query statement finalization. ... (check-in: 4fdf0ac279 user: stephan tags: th1-query-api)
11:14
Added g.interp cleanup to db_close() to allow th1 to clean up any statement handles it creates. ... (check-in: 008a16c0e5 user: stephan tags: th1-query-api)
10:26
Fixed a memleak in the cleanup of th1 query_prepare statement. ... (check-in: eb4a373ee8 user: stephan tags: th1-query-api)
10:22
Added docs for the th1 query API. Added basic th1 argv-handling API. ... (check-in: a8eace9a2a user: stephan tags: th1-query-api)
10:17
Minor improvements to the previous find_option() commit. ... (check-in: 232008406f user: stephan tags: th1-query-api)
09:14
find_option() now accepts --long=VAL and --short=VAL forms, in addition to the conventional --long VAL and -short VAL. Long-form has had this feature a while (apparently) but it has not been documented AFAIK. ... (check-in: aa3ea63c58 user: stephan tags: th1-query-api)
05:03
Add the branch= query parameter to the vdiff page. ... (check-in: 1879758718 user: drh tags: root-tag)
04:59
Add the --branch option to the "diff" command, for showing all changes in a particular branch. ... (check-in: f06e492ad8 user: drh tags: root-tag)
04:43
Allow check-in specifications of the form "root:BRANCH" where BRANCH is a branch name. Such a spec refers to the point on the parent branch from which the branch is derived. Useful for doing a diff of an entire branch, for example, using "fossil diff --from root:xyz --to xyz". ... (check-in: a4e01221c8 user: drh tags: root-tag)
02:13
Added th1 query_bind functions. ... (check-in: e30002440a user: stephan tags: th1-query-api)
00:56
Added query_col_int and query_col_double. Renamed query_column_xxx to query_col_xxx. ... (check-in: b01eb58bca user: stephan tags: th1-query-api)
00:20
added th1 query API. ... (check-in: c3b10e12a1 user: stephan tags: th1-query-api)
2012-07-13
20:52
minor formatting fix. ... (check-in: 31545360ab user: stephan tags: trunk)
18:55
minor doc correction. ... (check-in: 5df13a0b38 user: stephan tags: trunk)
18:49
Reworked the /json/artifact/FILE|CHECKIN response payloads to streamline the structures, remove duplicate data, and add file parent information. ... (check-in: 824ede2af6 user: stephan tags: trunk)
18:40
Added (hasfeature json|ssl|tcl) function to TH1 to determine whether the given compile-time option is enabled. ... (check-in: 2be3a876fd user: stephan tags: trunk)
18:37
Fixed setting of FOSSIL_ENABLE_JSON vis-a-vis autosetup. ... (check-in: 00b86a85be user: stephan tags: trunk)
18:01
Replaced free() with fossil_free() for pedantic correctness. Minor related doc fix. ... (check-in: 9f98585e89 user: stephan tags: trunk)
16:56
help text updates. ... (check-in: 91a740e82a user: stephan tags: trunk)
16:56
Added blob_swap() to simplify some json code. ... (check-in: 2e2cd82bac user: stephan tags: trunk)
16:56
Fixed a segfault which could/did happen when running content through wikification in CLI mode (which g.zTop is not set). ... (check-in: a3dd2cfeb0 user: stephan tags: trunk)
15:06
Several minor internal cleanups to the json code which i thought i had committed last week :/. ... (check-in: 055dfb1223 user: stephan tags: trunk)
2012-07-07
14:07
Update the inetd handler so that it works with IPv6. ... (check-in: 89fb414274 user: drh tags: ipv6)
13:32
Fix the URL parser so that it is able to handle IPv6 addresses. Fixes to the IPv6 client-side code. ... (check-in: beea59873a user: drh tags: ipv6)
2012-07-06
16:18
/json/query now fails without executing the query if the provided query has no result _columns_ (to explicitly disallow INSERT/DELETE/DROP, etc.). ... (check-in: 3e1dd97f77 user: stephan tags: trunk)
2012-07-05
21:25
Work toward getting Fossil to be able to sync over IPV6. This check-in compiles, but we do not yet have a server to test it on. ... (check-in: 0268e771ef user: drh tags: ipv6)
19:24
Minor interal json refactoring made possible by recent cson changes. ... (check-in: e40e79b7ab user: stephan tags: trunk)
19:03
Pulled in latest cson amalgamation for the cson_type_id addition and started refactoring some O(N) lookups to O(1) based on that addition. ... (check-in: cde55bd7a3 user: stephan tags: trunk)
2012-07-03
21:30
minor cleanups made possible by newer cson APIs. ... (check-in: 9be377fef1 user: stephan tags: trunk)
21:28
Minor improvement to the "are we in JSON mode so we can disable the name parameter hack?" pre-check. ... (check-in: 5ea759f9fe user: stephan tags: trunk)
21:10
Minor optimization in stash_create to bypass an unneeded blob_compare() when (isLink!=isNewLink). ... (check-in: 75461b993e user: stephan tags: trunk)
21:07
Replaced a malloc()/free() with fossil_malloc()/free() and removed the corresponding NULL check (fossil_malloc() dies on error). ... (check-in: 6ad70288d9 user: stephan tags: trunk)
2012-06-29
23:45
Fix a bug in the manifest generator that was introduced by check-in [01e4de6b8ae936b]. ... (check-in: 5f3a0681a0 user: drh tags: trunk)
21:30
Added check of rc for setgid/setuid() calls. ... (check-in: 4d107b597a user: stephan tags: trunk)
19:35
Remove redundant include argument from the compilation steps of several source files. ... (check-in: 8a18e7fb7f user: mistachkin tags: trunk)
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (Closed-Leaf check-in: 0328d68181 user: drh tags: sqlite4)
15:47
Merge in the trunk changes. ... (check-in: 0315f3f03b user: drh tags: sqlite4)
12:48
Fix the manifest generator for check-ins so that when a partial commit is done and some of the uncommitted files have been renamed, the rows of the check-in manifest are ordered by the original, unchanged names of the uncommitted renamed files. ... (check-in: 01e4de6b8a user: drh tags: trunk)
11:05
Update the test-parse-manifest test command so that it reports parse failures on standard output. ... (check-in: 4113f5881b user: drh tags: trunk)
2012-06-27
13:59
Use ~/.fossil4 as the configuration database to avoid conflicts with the original fossil. Adjust SQL because INTEGER PRIMARY KEY does not auto-fill as with SQLite3. ... (check-in: 3f624d490b user: drh tags: sqlite4)
12:30
Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. ... (check-in: 6823912746 user: drh tags: sqlite4)
2012-06-25
15:43
Improved detection of changes to a file after a merge that do not change the size of the file. ... (check-in: 23022a8546 user: drh tags: trunk)
15:15
Whan a commit fails because the repository checksum does match the working directory, in addition to printing the names of the files that disagree, also output the repository version of the files to separate temporary files to facilitate error analysis. ... (check-in: edc0c9464d user: drh tags: trunk)
2012-06-24
03:47
Re-added the jsonApiVersion field to /json/version output. Not sure why i had removed it. /json/report/create now fails with an NYI error instead of succeeding but doing nothing. ... (check-in: bbcc8fe351 user: stephan tags: trunk)
2012-06-22
23:42
Updates to test procedures. Add a test case for the hard-to-diff sqlite3.c change. ... (check-in: f9b89f61a3 user: drh tags: trunk)
23:32
Update the built-in SQLite to the latest version from the trunk of the SQLite tree. The diff of this SQLite change will be very slow without the previous check-in that enhances the diff performance. ... (check-in: c5b835ddc0 user: drh tags: trunk)
22:39
Huge performance improvement for certain pathological cases for diffing of very large files. ... (check-in: 9e15437e97 user: drh tags: trunk)
13:03
Minor Makefile hack to allow "make clean" to work from ./src/. ... (check-in: 4e4b6cc35f user: stephan tags: trunk)
12:58
MSC makefile fix for missing cson_amalgamation. ... (Closed-Leaf check-in: 0918d1f04a user: stephan tags: stephan)
2012-06-20
17:26
Remove an unused variable. ... (check-in: 2955cece33 user: drh tags: trunk)
17:24
Add the ability for an administrator to run raw SQL commands via the web interface. ... (check-in: ca0faa88a4 user: drh tags: trunk)
16:47
comment-after-#ifdef patch from Alexander Orefkov. ... (check-in: c5d56e4974 user: stephan tags: trunk)
14:40
Change the names of config parameters for adunits to use "-" instead of "_". Allow configuration sync of adunits as part of the skin. ... (check-in: 4bf5cdc873 user: drh tags: trunk)
14:14
Allow ad units to be added after the menu bar. Optionally disable ads for logged in users and/or administrators. ... (check-in: e33fc88630 user: drh tags: trunk)
11:31
Update the diff-test-1.wiki tests to include a case for side-by-side diffs of multibyte characters. ... (check-in: c2b681e635 user: drh tags: trunk)
11:02
Account for multibyte unicode characters when computing column widths for side-by-side diffs. ... (check-in: 484f8d29af user: drh tags: trunk)
10:57
Add a comment that contains multi-byte unicode characters. This will be used for testing diff logic. ... (check-in: d1fc2f4a16 user: drh tags: trunk)
2012-06-19
13:04
Fix several MSVC compiler warnings, including a couple C99-isms. ... (check-in: 80bfcee892 user: mistachkin tags: trunk)
2012-06-14
13:00
Remove temporary pqueue_insert renaming hack from the various Makefiles. ... (check-in: 4006ee4f23 user: mistachkin tags: trunk)
2012-06-12
11:20
Change the "pqueue_" prefix on methods of the priority queue object to be "pqueuex_" to avoid conflicts with OpenSSL. ... (check-in: 81162c716c user: drh tags: trunk)
2012-06-11
17:33
merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (Closed-Leaf check-in: 7a57ab6465 user: mgagnon tags: mgagnon_fix)
17:23
Merge in Trunk... ... (check-in: c109e66db5 user: mgagnon tags: mgagnon_fix)
11:39
Minor pedantic wording change to accommodate a recent code change in how _FOSSIL_ stores the path to the repo file. ... (check-in: 480367cecf user: stephan tags: trunk)
2012-06-10
22:31
Merge the autosetup and winsrv branches into trunk. ... (check-in: 1ac9cece64 user: drh tags: trunk)
22:29
If files named on the "fossil add" command are not present, make that a warning rather than a fatal error. ... (check-in: 810976a750 user: drh tags: trunk)
2012-06-08
03:12
On unix, use the ".fslckout" name instead of "_FOSSIL_" for the local checkout database. Both names have been and continue to recognized. But now ".fslckout" is created by "fossil open" instead of "_FOSSIL_". the "_FOSSIL_" name is still used on windows. ... (check-in: 432306beca user: drh tags: trunk)
2012-06-07
13:30
Update the built-in SQLite to the first 3.7.13 beta. ... (check-in: 990c4d4437 user: drh tags: trunk)
2012-06-06
20:27
Fixed command line processing for the "winsrv" command. Corrected a typo in the documentation of the "winsrv create" command. Report error messages in the native language if english is not available. ... (Closed-Leaf check-in: cff9cc34f0 user: tsbg tags: winsrv)
2012-05-26
20:59
Minor error text rewording (for clarity). Suggestion from the mailing list. ... (check-in: e130c2e781 user: stephan tags: trunk)
2012-05-14
19:44
added fossilwiki -- a perl script to dump information about the wiki pages in a repo ... (check-in: 733e9af854 user: ron tags: trunk)
2012-05-12
19:03
Update the built-in SQLite to the first 3.7.12 release candidate. ... (check-in: 3613fe5666 user: drh tags: trunk)
2012-05-11
21:17
Filter out inline shell variables from tclConfig.sh because they break the build on CentOS 5 with TCL 8.4. (Edit: Fixed username.) ... (Closed-Leaf check-in: cc008ebab7 user: bcsmith tags: autosetup)
2012-05-10
12:22
Update the built-in SQLite to the 3.7.12 beta as of 2012-05-10. ... (check-in: 0141e20ff0 user: drh tags: trunk)
2012-05-07
20:59
Avoid database locking errors caused by db_optional_sql() writes. ... (check-in: b22cc4eb73 user: drh tags: trunk)
2012-05-05
13:53
Improvements to the javascript that enables hyperlinks for anonymous users. ... (check-in: 7fb59a67dc user: drh tags: trunk)
10:55
Fix a typo in the "info" page. ... (check-in: e2f5be6df1 user: drh tags: trunk)
2012-05-04
23:14
Update to the latest SQLite trunk version. (This is for testing SQLite, not for Fossil's benefit.) ... (check-in: 59169e4d16 user: drh tags: trunk)
21:31
Bump version of zlib in the Windows makefiles. ... (check-in: a30da54fee user: mistachkin tags: trunk)
2012-04-30
09:33
When sided by side make the text area small so it will always fit in the column. After page loaded enlarge the text area with Javascript. But leave a little room (40px) as a margin between the two columns. This insurers that side by side always succeeds. ... (Closed-Leaf check-in: 396eceb9e4 user: renez tags: side-by-side-edit)
2012-04-29
17:08
Merge in recent trunk changes so that the branches can be more easily compared. ... (Closed-Leaf check-in: 82332148a2 user: drh tags: side-by-side-edit)
16:54
Remove appropriate "ckout:" records from the config table when closing a checkout. Do not attempt to modify the repository with "ckout:" records if the repository is read-only. ... (check-in: 02051489a0 user: drh tags: trunk)
13:07
Put wrap="virtual" back in textarea Increase the height of the textarea to the height of the preview div. ... (check-in: ead316f3f7 user: renez tags: side-by-side-edit)
11:05
Use in cgi strncmp to circumvent Firefox adding ; charset: UTF-8; changed cols to 60 especially under windows it is to big and the result is not side-by-side ... (check-in: a7a331fa16 user: renez tags: side-by-side-edit)
05:12
Put back the rows='%d(n)". Although an other option is, after the page has loaded, to change the offsetHeight of the text area to the height of the previewdiv. ... (check-in: 55e7e24595 user: renez tags: side-by-side-edit)
05:05
Enable side by side editing and preview. While automatic updating of the preview 'pane'. Tested with Chrome and Firefox under Linux. Only Chrome works. ... (check-in: 20362c85a8 user: renez tags: side-by-side-edit)
04:54
Create new branch named "side-by-side-edit" ... (check-in: 68a8a7e925 user: renez tags: side-by-side-edit)
2012-04-28
22:42
Add the "fossil all changes" command to show all check-outs with uncommitted changes. Also add the "fossil all list --ckout" option to show all current checkouts rather than all repositories. ... (check-in: 42f4d14771 user: drh tags: trunk)
18:55
Change the name of the auto-enable-hyperlinks setting to auto-hyperlink and make it available via the "fossil setting" command. <b>Note:</b> when upgrading through this change, if you formerly had auto-hyperlink turned off, you will have to turn it off again since the name has changed. It defaults to on. ... (check-in: cb5db7598f user: drh tags: trunk)
18:24
Remove a surplus space character following the user name in the description of check-ins. ... (check-in: 0ea8ed34a1 user: drh tags: trunk)
18:02
Fix a stray ")" character in the diff buttons of the "check-in" information page. ... (check-in: 82476370d0 user: drh tags: trunk)
17:28
For the "fossil info" command from without an open check-out, only show the alt-root and access-url information if the --detail or -l options are given. ... (check-in: f1487280a8 user: drh tags: trunk)
15:00
On the "setup_ulist" (list of users) webpage, group the special category users ("anonoymous", "nobody", "reader", "developer") together at the top of the screen, rather than interspersing them among the regular users. ... (check-in: 2079981fd6 user: drh tags: trunk)
14:13
Take advantage of the recently enhancement to the "translate" utility to simplify the logic for the "stat" webpage. ... (check-in: 2008cecf1c user: drh tags: trunk)
12:07
s/History/Hyperlink/ to accommodate API change. ... (check-in: 89f37c0458 user: stephan tags: trunk)
08:05
Move the enhanced spider-defense mechanism into the trunk. ... (check-in: 433cde1ce8 user: drh tags: trunk)
08:03
Refinements to the new hyperlink logic and spider defense. ... (Closed-Leaf check-in: d9c8a7dd73 user: drh tags: spider-defense)
07:15
Changes anchor tags (&lt;a&gt;) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. ... (check-in: 8ae52fc418 user: drh tags: spider-defense)
03:32
Enhance the "translate" utility so that formatting characters can occur in between the "%" and "C" of a printf-style conversion on @-lines. ... (check-in: f9711803e2 user: drh tags: trunk)
2012-04-27
15:56
Always update the baseurl: entry in the config table if using a repository from a URL that has not previously been recorded. ... (check-in: c7d6e334f8 user: drh tags: trunk)
15:43
Record the names of checkouts and access URLs in the config table and display that information using the "info" command. ... (check-in: e604d483ee user: drh tags: trunk)
13:41
Provide the "public-pages" glob pattern that can allow anonymous users to access embedded documentation on sites where the source code should not be accessible to anonymous users. ... (check-in: 79ef9618e6 user: drh tags: trunk)
12:31
Fix an over-length line in glob.c. ... (check-in: 9232fd6946 user: drh tags: trunk)
2012-04-24
13:36
Update to the latest SQLite version 3.7.12 beta. ... (check-in: 6cfd8ecc05 user: drh tags: trunk)
2012-04-22
10:09
Merging from trunk. I solved some conflicts on the report for merges (cherrypick/...), adding some comments, and adopted the trunk solution to unchanged checkin messages. ... (check-in: 40debe4782 user: viriketo tags: annotate_links)
09:56
Fix a comment in my previous commit. ... (check-in: 515e7fa0c8 user: viriketo tags: annotate_links)
09:50
I change the branch colour algorithm, for another one I can understand better. No HSV magic; simply few combinations of RGB values based on hash. This algorithm should give either different or equal colours, and not similar colours. This way I think the hash differences are more likely to give different colours. I had the feeling that we were getting too often too similar colours for our branches, but I can't prove that mathematically. ... (check-in: 243d99d128 user: viriketo tags: annotate_links)
2012-04-21
18:06
Enhance to #ifdef lines to enable Fossil to build and run on haiku. ... (check-in: b2cc871031 user: drh tags: trunk)
2012-04-20
01:33
Bump version of OpenSSL in the Windows makefiles. ... (check-in: fb48371c74 user: mistachkin tags: trunk)
2012-04-19
15:18
Merge documentation updates from msw-docco into trunk. ... (check-in: 5f6b495230 user: drh tags: trunk)
14:34
Catch up w/ trunk & document --case-sensitive option in the add and addremove commands. ... (Closed-Leaf check-in: 626a317e5c user: martin.weber tags: msw-docco)
2012-04-17
22:31
Merge the msw-docco changes into trunk. ... (check-in: 3c637382b4 user: drh tags: trunk)
21:56
Pull in the latest pre-release version of SQLite, including the new shell. ... (check-in: 4faefe630e user: drh tags: trunk)
20:37
If a user tries to add an attachment which is a valid control artifact, compress the attachment and append ".gz" to its names, to prevent it from being interpreted as a real control artifact. Also fix an unrelated comment typo. ... (check-in: cd4e08803f user: drh tags: trunk)
2012-04-16
15:53
Document some more options of fossil branch new: --nosign, --user-override and --date-override. Fix a typo in fossil branch ls docco. ... (check-in: 7727eb12b0 user: martin.weber tags: msw-docco)
2012-04-13
22:42
Fix the /dir webpages to that it treats folders whos names differ only in case as the same folder when case-sensitive is off. ... (check-in: 4290a801a0 user: drh tags: trunk)
2012-04-11
16:37
Sorry - failed to tap ctrl-x s before that last commit :/. ... (check-in: ad1628626a user: stephan tags: trunk)
16:33
Second half of the tarball fix (CLI mode, i missed that one). ... (check-in: b79d2b77fe user: stephan tags: trunk)
16:28
Fixed: /tarball accepted non-checkin rids (but of course could not generate a tarfile from them). Bug report from Justin Gedge on the mailing list. ... (check-in: f982e3764b user: stephan tags: trunk)
2012-04-06
17:24
(1) Show cherrypick and backout merges in the status command (2) Allow partial commits of cherrypick and backout merges (3) Prompt user to continue if a check-in comment is unedited (4) Fixing a jump on uninitialized data on web sbs diff - cherrypick of [92b2a5c390467a] (5) Updates against an uncommitted merge are now a warning, not a fatal error. ... (check-in: 195517a9c9 user: drh tags: trunk)
13:05
Cleanup: Move all occurrences of setmode() into fossil_binary_mode. ... (check-in: fa4371f3b5 user: drh tags: trunk)
2012-04-05
14:31
Made 'fossil commit' detect if the editor changed the file. If the editor did not change the file, ask confirmation, as if it was an empty comment. I think svn behaves this way. ... (check-in: d2a733beda user: viriketo tags: annotate_links)
14:19
Allowing partial commit for merges not adding a parent to the checkin. ... (check-in: a610b2567f user: viriketo tags: annotate_links)
14:05
I make 'merge --baseline' not introduce a new parent in the merge checkin. I think it should behave like --cherrypick. ... (check-in: ba402f33b2 user: viriketo tags: annotate_links)
2012-04-04
16:20
Updating from trunk to get the latest trunk fixes. ... (check-in: b7f3a32d4e user: viriketo tags: annotate_links)
16:19
Fixing a jump on uninitialized data on web sbs diff. Noticed after having seen text file corruption in the web SBS, and traced by valgrind. ... (check-in: 92b2a5c390 user: viriketo tags: annotate_links)
2012-04-02
01:19
Fix a bug in the previous check-in. ... (check-in: b65ed0b106 user: drh tags: trunk)
01:14
Improve the readability of large sizes on the "stat" webpage. ... (check-in: 701c8e68c6 user: drh tags: trunk)
00:11
Try to make the "stat" page more readable by inserting commas in larger integers. This experiment did not work out. ... (Closed-Leaf check-in: ef9ec5d74a user: drh tags: comma-in-stat)
2012-03-31
19:15
Update to the latest SQLite code. Fix a compiler warning in style.c. ... (check-in: 82f5663270 user: drh tags: trunk)
17:13
fix for cookie mismatch for self-registered users (reported via mailing list). ... (check-in: dc97099ac3 user: stephan tags: trunk)
16:24
Update the download page generator script to always include the &lt;!DOCTYPE html&gt; at the beginning. Otherwise, IE9 doesn't work. ... (check-in: 1bf77fa2da user: drh tags: trunk)
15:18
Add the ability to set a background image as part of the server configuration. Process the CSS using TH1 so that $baseurl can be inserted into the CSS. ... (check-in: 62398459fb user: drh tags: trunk)
14:35
Pulled in latest cson_amalgamation for cson_sqlite3_bind_value(). ... (check-in: 1eec62808d user: stephan tags: trunk)
14:02
Add a background image to the www/ directory. ... (check-in: 351dabfb95 user: drh tags: trunk)
13:22
Remove ambiguity in LOGIN_IGNORE_U and LOGIN_IGNORE_V flags by combining them into a single flag. ... (check-in: 49546c5a87 user: drh tags: trunk)
2012-03-30
13:22
Further improvements to the help text for the "fossil ci" command. ... (check-in: 6d4f9a3b69 user: drh tags: trunk)
2012-03-29
18:31
minor checkin doc improvement (suggestion from Marek). ... (check-in: b6d219b920 user: stephan tags: trunk)
18:24
Added -i/--invert option to /json/wiki/list --glob/--like flags. ... (check-in: 757cf364a9 user: stephan tags: trunk)
14:54
Add vim modline everywhere ... (check-in: a496d8e88d user: mgagnon tags: mgagnon_fix)
14:48
merge in trunk ... (check-in: 150074d1d6 user: mgagnon tags: mgagnon_fix)
2012-03-28
21:25
added advapi32 to libs of dmc. Needed for windows service ... (check-in: c0ad5f6bc4 user: renez tags: trunk)
2012-03-25
03:23
Added --html|-h option to /json/diff to retrieve HTML-marked-up diffs. ... (check-in: a15214e83c user: stephan tags: trunk)
03:10
Added --glob and --like options to /json/wiki/list, to filter the list server-side. ... (check-in: 06cd311c17 user: stephan tags: trunk)
01:35
reverted that switch to sqlite3_mprintf() - i did not realize that vmprintf() is implemented locally. Changed some %s to %t/%T. ... (check-in: bb05bf6d36 user: stephan tags: trunk)
01:29
Added downloadPath link to /json/dir output when --checkin is specified. Optimized no-checkin cases to use a temp view instead of temp table. ... (check-in: 517d0ef8a5 user: stephan tags: trunk)
01:27
fixed a horrible varargs misuse. ... (check-in: a596198ced user: stephan tags: trunk)
00:52
switched from vmprintf() to sqlite3_mprintf() to get the extra percent format modifiers. ... (check-in: 3acdc5e448 user: stephan tags: trunk)
2012-03-24
21:05
Avoid adding HTML into the "patch" output. ... (check-in: dce6af96eb user: drh tags: trunk)
16:35
Added timestamp output to /json/dir when -checkin option is provided. ... (check-in: a81b34b8f5 user: stephan tags: trunk)
12:32
/json/wiki: s/contentLength/size/ and s/lastSavedBy/user/, for consistency. Interface-incompatible change. ... (check-in: c78773b2fd user: stephan tags: trunk)
2012-03-23
01:11
s/status/state/, for consistency. ... (check-in: 8f496ed159 user: stephan tags: trunk)
2012-03-22
23:26
Added size to the "changed files" list for the /json routines which output that. ... (check-in: 9575eb5d2a user: stephan tags: trunk)
22:09
Changes to how /json/(artifact|finfo|timeline) handle file content and modification-state flag. Some API-incompatible changes. ... (check-in: 8c6dc243c9 user: stephan tags: trunk)
2012-03-21
21:11
removed rid property from /json/timeline/wiki response payload. ... (check-in: 47817fefdf user: stephan tags: trunk)
21:06
Changes /json/timeline/branch's payload structure to match that used by the other /json/timeline/xyz APIs. Removed rid property from timeline output. ... (check-in: bdc29eb897 user: stephan tags: trunk)
20:55
fixed /json/timeline/branch timestamp flag, which was in string format rather than unix epoch. ... (check-in: 9b42f2e976 user: stephan tags: trunk)
20:23
Throughout the /json API, renamed the "mtime" property with "timestamp", to consolidate the inconsistent usage. ... (check-in: 070b75542c user: stephan tags: trunk)
2012-03-20
14:44
Allow multiple --tag options on the "commit" commandline. Change the meaning of the --bgcolor option to only change the background color for the single commit. The new --branchcolor option changes the background color persistently, as --bgcolor used to do. <b>Command-line compatibility break</b>. ... (check-in: c4dc635e6b user: drh tags: trunk)
14:03
Merge the winFiles branch into trunk. ... (check-in: 135ed93375 user: drh tags: trunk)
2012-03-19
20:33
removed "rid" property from /json/artifact/FILEUUID output. ... (check-in: 98ae107a97 user: stephan tags: trunk)
20:33
minor type-cast addition in json timeline SQL. ... (check-in: 70e41ccd48 user: stephan tags: trunk)
12:45
Avoid a valgrind warning in the side-by-side diff logic. ... (Closed-Leaf check-in: 5dd5d39e7c user: drh tags: branch-1.22)
11:58
Avoid a valgrind warning in the side-by-side diff logic. ... (check-in: 9262546e43 user: drh tags: trunk)
05:24
Modify file_simplify_name to accept a parameter used to determine if the trailing slash, if any, should be retained. Make use of this when converting the local root to its canonical form. ... (Closed-Leaf check-in: e94c7cc4de user: mistachkin tags: winFiles)
04:48
In file_tree_name, since the file name argument is converted to its canonical form prior to the memcmp, the local root must be as well. On Windows, normalize drive letters to uppercase when converting a file name to its canonical form and fix construction of temporary file names used with the gdiff command when the --from and --to options are present. ... (check-in: 6be0898b2c user: mistachkin tags: winFiles)
2012-03-18
23:44
Fix compiler warnings and update custom makefile. ... (check-in: 43631b087b user: mistachkin tags: trunk)
19:46
Fixing an unnecessary heap accumulation. ... (check-in: 801a759589 user: viriketo tags: annotate_links)
16:37
Minor cleanups and tinkering in /json/dir. ... (check-in: c1963c49b0 user: stephan tags: trunk)
16:36
/json/finfo now sorts ASC when --after is specified. ... (check-in: 5dcaeca7c1 user: stephan tags: trunk)
16:35
Removed mperm property from /json/artifact results. Added a TODO. ... (check-in: afe12e1077 user: stephan tags: trunk)
14:53
Making the side-by-side diffs autocalculate the width, by default. ... (check-in: 16397d8625 user: viriketo tags: annotate_links)
14:03
Adding a link to vpatch in vdiff. ... (check-in: e926e0b467 user: viriketo tags: annotate_links)
13:54
Add a link for a non-detail view in vdiff. ... (check-in: dc313b1547 user: viriketo tags: annotate_links)
11:54
Added file size info to /json/dir (but only when checkin=... is specified) and /json/finfo. Changed /json/dir to not show uuid for dir entries because the associated UUID actually refers to a file in that dir. ... (check-in: 7b89c7b5b3 user: stephan tags: trunk)
11:43
Improved error message when parsing JSON input request fail. ... (check-in: 4dae79503f user: stephan tags: trunk)
04:00
Removed more name-related special-case handling code. ... (check-in: 1a4ca414e9 user: stephan tags: trunk)
03:47
Removed some special-case handling of "name" param (no longer needed). ... (check-in: 34fc6f098f user: stephan tags: trunk)
03:37
removed jsonApiVersion property for the time being. ... (check-in: bf903a4b99 user: stephan tags: trunk)
03:37
A follow-up patch to the previous "name" change, to work around the problem of HTTP GET requests not yet knowing that they are in JSON mode (POST requests know this). ... (check-in: 3bf1ad0162 user: stephan tags: trunk)
02:46
Added uuid=... option to the as-yet-undocumented /json/finfo. ... (check-in: 6472199167 user: stephan tags: trunk)
02:45
Added name_to_uuid2() ... (check-in: c685a35eb0 user: stephan tags: trunk)
02:15
Removed the special-cased addition of g.zExtra==parameter named "name" when running in JSON mode because it causes no end of grief in several JSON handlers and none of the handlers rely on that handling. ... (check-in: ccd6c879b4 user: stephan tags: trunk)
2012-03-17
17:53
Version 1.22 ... (check-in: f7e215bcac user: drh tags: trunk, release, version-1.22)
14:59
clean up error handling and permissions for various /json/user/save cases. ... (check-in: d2bb7aeaa6 user: stephan tags: trunk)
02:03
minor cleanup to that last commit. ... (check-in: 0d6b73f07d user: stephan tags: trunk)
01:49
Fixed a bug in /json/user/save which could cause the fossil-internally-defined version of the 'name' param to be used, overwriting a user's name with 'user/save'. The name now _must_ come from the request payload, to avoid this ambiguity. ... (check-in: 7e25293c5e user: stephan tags: trunk)
00:17
Fixed /json/user perms discrepancies - Setup users could save but not load other users. ... (check-in: 21b57d8c5d user: stephan tags: trunk)
2012-03-16
19:17
More tinkering with the /json/dir?name=xxx handling, so that CLI/HTML modes behave consistently vis-a-vis each other. ... (check-in: b804326940 user: stephan tags: trunk)
19:01
Removed a duplicated function (different name, same code). ... (check-in: 116a098610 user: stephan tags: trunk)
17:44
Fixed /json/dir to work over HTTP mode, too. ... (check-in: 857a6d9142 user: stephan tags: trunk)
17:37
minor text fix. ... (check-in: 3f6c1f7033 user: stephan tags: trunk)
15:59
Added "missing" changes for 1.22 release. ... (check-in: b82563d7f7 user: stephan tags: trunk)
15:51
minor cleanups to /json/dir. ... (check-in: 726a6f7942 user: stephan tags: trunk)
15:21
Added initial /json/dir implementation. ... (check-in: 318a0ac132 user: stephan tags: trunk)
12:41
Fixed /json/timeline/ticket to work around (what appear to be) attachment(?) artifacts which end up in its query results. ... (check-in: ac63662180 user: stephan tags: trunk)
12:22
Fixed a C99ism. ... (check-in: 8170846117 user: stephan tags: trunk)
12:13
s/prevUuid/parent/ for json payload properties, for consistency. ... (check-in: 23aba0e4a3 user: stephan tags: trunk)
00:49
Pull in the latest version 3.7.11-alpha of SQLite. ... (check-in: 77e36ef611 user: drh tags: trunk)
2012-03-15
17:54
Allow simultaneous logins to the same user account as long as the IP address is compatible. ... (check-in: 73038baaa3 user: drh tags: trunk)
17:34
Fix a typo on the Setup/Access page. ... (check-in: e67a77dfec user: drh tags: trunk)
2012-03-11
18:26
Further refinements to the help message that appears when Fossil is invoked with no arguments. ... (check-in: 93f48ce0cb user: drh tags: trunk)
10:56
minor help text fix. ... (check-in: 65a8db6ae3 user: stephan tags: trunk)
2012-03-10
17:48
Added /json/wiki/preview. ... (check-in: 0165fa184e user: stephan tags: trunk)
16:47
minor internal refactoring of /json/wiki/get in prep for /json/wiki/preview. ... (check-in: 73816973fb user: stephan tags: trunk)
13:17
Merge latest changes from trunk. ... (check-in: 7124f09f07 user: ashish tags: ashish-ipv6)
03:59
Removed some dead code in /json/timeline/wiki. ... (check-in: fe5cf37e66 user: stephan tags: trunk)
2012-03-09
20:16
Fixed a logic bug which caused /json/wiki/create to not be able to create a new page. ... (check-in: 64c2ec012c user: stephan tags: trunk)
18:43
Added jsonApiVersion to /json/version output. ... (check-in: 24d830ca8a user: stephan tags: trunk)
18:39
latest cson amalgamation - malloc() reduction optimization for integer values on 64-bit platforms. ... (check-in: 81971c12c9 user: stephan tags: trunk)
10:17
/json/diff now handles the no-diff case more gracefully. ... (check-in: efbecda470 user: stephan tags: trunk)
02:07
Tweak to the side-by-side diff alignment algorithm. Add diff test cases to the release checklist. ... (check-in: 3be264b57f user: drh tags: trunk)
2012-03-08
19:02
/json/artifact/CHECKIN now accepts only "o" permissions, to match the HTML interface. ... (check-in: 6b08628c78 user: stephan tags: trunk)
18:50
/json/artifact/CHECKIN now accepts "o" in addition to "h" privileges. ... (check-in: 3628652dba user: stephan tags: trunk)
2012-03-05
20:35
Consolidated some duplicated /json code, removed some dead code. Minor doc additions and cleanups. ... (check-in: 6ca400a315 user: stephan tags: trunk)
19:47
removed the 'w', 't', and 'ci' aliases from /json/timeline/ALIAS. They provide no real benefit (except arguably 'ci') and may hinder future expansion. ... (check-in: 48255fa981 user: stephan tags: trunk)
19:24
Make sure set_base_url() is called prior to redirecting when a page is not found. ... (check-in: 78a48858ef user: drh tags: trunk)
2012-03-04
19:03
Fixed 2 swapped error messages. Added /json/wiki/diff button to demo page. ... (check-in: 1578ba3441 user: stephan tags: trunk)
18:41
Added first go at /json/wiki/diff. Not yet configurable but proves the concept. ... (check-in: c6c38a522f user: stephan tags: trunk)
17:29
/json/wiki/get now supports uuid=string option to specify a specific version of the page. Response now includes the parent version's uuid. ... (check-in: 6f2a51602e user: stephan tags: trunk)
14:45
latest cson_amalgamation. Fixes an obscure ref-counting discrepancy and cuts memory cost of cloning. ... (check-in: 7830e2cc0f user: stephan tags: trunk)
2012-03-02
18:40
started adding login group support to /json/user/save, but it is incomplete and #if'd out. ... (check-in: 69d0dbf2f2 user: stephan tags: trunk)
17:52
/json/artifact/WIKI_UUID now supports the --format options from /json/wiki/get. ... (check-in: 2cbe686c30 user: stephan tags: trunk)
17:23
/json/artifact/WIKI_UUID now returns the requested wiki page version instead of the most recent one. ... (check-in: accd6f3df6 user: stephan tags: trunk)
16:44
Added initial /json/finfo support, but the output structure is up for debate. ... (check-in: f825f8c85d user: stephan tags: trunk)
15:01
/json/timeline/ci and /json/artifact/CHECKIN now require h access instead of o (this is debatable). ... (check-in: 4d027477fa user: stephan tags: trunk)
14:25
Renamed /json/artifact/?uuid=xxx to name=xxx (it now matches the docs), minor internal cleanups in /json/artifact. ... (check-in: d2c5b943f3 user: stephan tags: trunk)
14:23
removed some dead code, minor internal cleanups in /json/timeline. ... (check-in: 6420654c80 user: stephan tags: trunk)
13:36
fixed a minor documentation typo. ... (check-in: 648e74d857 user: stephan tags: trunk)
11:25
removed some dead code in /json/timeline/branch. ... (check-in: e65422ea5f user: stephan tags: trunk)
2012-03-01
22:30
Merging from trunk. I manually solved the conflict widening the user name on annotate. ... (check-in: f201fbaea3 user: viriketo tags: annotate_links)
22:28
Fixing 'patch' on the fdiff page. ... (check-in: 675b49efa3 user: viriketo tags: annotate_links)
13:40
Leave the -original, -baseline, and -merge files around when an update or merge conflicts due to binary files. ... (check-in: 471044f664 user: drh tags: trunk)
2012-02-29
22:13
removed unneeded dependency on cson_amalgamation.h ... (check-in: 1166948173 user: stephan tags: trunk)
21:39
/json/timeline/checkin: changed response payload to include "parents" array property with UUIDs of all parents, removing the parentUuid property which just referenced the primary parent. The first parent in the array is the primary parent. Thanks go to Brian Smith for catching this oversight. ... (check-in: 0c9c99b83f user: stephan tags: trunk)
2012-02-26
15:20
fixed mis-matched ifdef for MSVC push/pop macros in cson code. ... (check-in: ef561ed0a5 user: stephan tags: trunk)
2012-02-25
15:31
Update to the [/doc/trunk/www/stats.wiki | Stats] document. ... (check-in: affb0019c9 user: drh tags: trunk)
2012-02-24
13:40
Merge wideAnnotateUser and jsonWarnings into trunk. ... (check-in: 18dd383e5e user: drh tags: trunk)
11:36
For annotate, make the fixed user name field wider (e.g. 'Administrator'). ... (Closed-Leaf check-in: dbf4ecf414 user: mistachkin tags: wideAnnotateUser)
2012-02-23
11:32
Fix warnings in json support code (unused variables, unused label, etc). ... (Closed-Leaf check-in: 86f6e675eb user: mistachkin tags: jsonWarnings)
2012-02-21
02:01
Make sure the "fossil rebuild" command always ends up showing "100.0% complete", not "99.9%" or "100.1%". ... (check-in: 3a44f95f40 user: drh tags: trunk)
01:53
Enhance the "fossil rebuild" command so that it looks at "private" --raw tags and rebuilds the PRIVATE table to contain (at least) the content that is tagged "private". ... (check-in: 2f98f66031 user: drh tags: trunk)
2012-02-19
16:42
Added -verbose flag to /json/wiki/list, which returns the metadata for all pages but not their content. ... (check-in: fe99188e60 user: stephan tags: trunk)
03:04
Added mistachkin's openssl name collision workaround to the autoconfigurator. Fixed a typo. ... (Closed-Leaf check-in: d03aca4a77 user: jan tags: jan-buildfixes)
02:31
Merge latest changes from trunk. ... (check-in: 0c3af1ecf8 user: jan tags: jan-buildfixes)
2012-02-18
22:56
latest cson code - minor gcc 4.6 portability fixes only. ... (check-in: f32b042eed user: stephan tags: trunk)
19:06
Merge into trunk the fix for --with-openssl with a manual path. ... (check-in: 06143581fe user: drh tags: trunk)
10:37
Show the branch of the checkin in the vdiff page. ... (check-in: a50a28bb3f user: viriketo tags: annotate_links)
2012-02-17
23:51
Slight tweaks to MinGW makefile support for FOSSIL_ENABLE_JSON. ... (check-in: f355727b34 user: mistachkin tags: trunk)
23:16
Fix on the get_parent_branch_rid - wrong variable. ... (check-in: 75b4676c51 user: viriketo tags: annotate_links)
22:57
Adding a vdiff link to the info page, "vdiff to the parent branch". ... (check-in: 9f208c6830 user: viriketo tags: annotate_links)
22:52
Adding a kind of symbolic name that returns the last checkin of the parent branch merged into the requested branch. For example, if annotate_links forked from trunk, "pbranch:annotate_links" returns the rid of the last time trunk was merged into annotate_links. ... (check-in: d560953c98 user: viriketo tags: annotate_links)
21:47
Removing the 'd' link on the annotate page for lines introduced in a checkin with the parent don't having that file. ... (check-in: 4036b5df51 user: viriketo tags: annotate_links)
21:36
Merging what I had at [61523cbe67] over trunk related to href targets. ... (check-in: d5129ae101 user: viriketo tags: annotate_links)
21:29
Merging from trunk, to get the branch up to date. ... (check-in: 6b7ddfefbf user: viriketo tags: annotate_links)
21:14
Fix openssl library path when specifying --with-openssl with a manual path. ... (check-in: 2ce353f5b0 user: jan tags: jan-buildfixes)
21:06
copy/paste doc correction. ... (check-in: 365fe4afd8 user: stephan tags: trunk)
19:43
Added FOSSIL_ENABLE_JSON option to Makefile.mingw. ... (check-in: aae3f5b629 user: stephan tags: trunk)
18:32
fixed a c99ism. ... (check-in: 21e7cea48e user: stephan tags: trunk)
18:23
Added initial /json/config/get support. ... (check-in: e5a86795da user: stephan tags: trunk)
18:13
removed an old TODO comment. ... (check-in: caddb9b42e user: stephan tags: trunk)
17:57
Update to the latest autosetup(0.6.4) ... (check-in: dd13b0e64d user: drh tags: trunk)
12:59
/json/user/save now requires 's' privilege in order to set/remove the 's' privilege or edit another user who currently has the 's' privilege, to somewhat more closely mimic the HTML interface's behaviour. ... (check-in: 029870831a user: stephan tags: trunk)
12:43
fixed a potential crash in /json/wiki/get when page contents are NULL. ... (check-in: fca6c46cd9 user: stephan tags: trunk)
01:55
Update to the latest autosetup (0.6.4) ... (Closed-Leaf check-in: 20a7225747 user: steveb tags: autosetup)
2012-02-16
22:40
Cleaned up the recently consolidated top-most json command dispatching a bit. ... (check-in: 5daadddfdb user: stephan tags: trunk)
21:37
Refactored some duplicate json-mode command/path dispatching code into a function. ... (check-in: f81e3e7f45 user: stephan tags: trunk)
21:09
Removed some unused code. minor doc touch-up. ... (check-in: cff9ecad0b user: stephan tags: trunk)
20:57
minor doc touch-ups and one s/cson_value_new_string/json_new_string/. ... (check-in: 9cfe61e0bf user: stephan tags: trunk)
20:12
fixed /json/wiki/get to fail with a resource-not-found error if given the name of an unknown page. ... (check-in: ac8c1ad4bb user: stephan tags: trunk)
03:15
Fix typo in the new fossil_getenv() function for windows. ... (check-in: 6c835ea8c7 user: drh tags: trunk)
01:03
Always convert the result of getenv() into UTF8. ... (check-in: 57152086b8 user: drh tags: trunk)
2012-02-14
01:48
Improved description of tag changes in the EVENT table, and hence on the timeline. ... (check-in: 7367cec4c8 user: drh tags: trunk)
2012-02-13
22:50
Collect the various file-scope variables used by the "db.c" module into a single structure. This is code cleanup. There are no functional changes. ... (check-in: a537c99531 user: drh tags: trunk)
20:19
Update to the latest version of SQLite, which among other things, includes the fix for unix whereby the umask is ignored when creating journal files. That means that any process that has write permission on a repository should be able to recover hot journals. ... (check-in: 0a72346109 user: drh tags: trunk)
09:48
minor cleanups in some of the ajax test code. ... (check-in: 7716c98520 user: stephan tags: trunk)
2012-02-12
12:41
moved an incorrectly placed assertion in (json wiki save). ... (check-in: 4272d03e32 user: stephan tags: trunk)
11:30
Usage text correction (wrong parameter name) in (json report get). ... (check-in: 53ba1f2950 user: stephan tags: trunk)
11:04
minor doc clarification for the previous commit. ... (check-in: f42096f7ca user: stephan tags: trunk)
10:58
(json wiki save) now returns the results of (json wiki get) but without the page content. ... (check-in: 70ea765873 user: stephan tags: trunk)
10:42
(json wiki get) now supports returning the page metadata without the content. Fixed an arg-forwarding bug in json_find_option_cstr() which caused long-form args to be ignored. ... (check-in: 913e0b6628 user: stephan tags: trunk)
2012-02-11
21:28
Fix to the unix makefile so that it looks in the OBJDIR directory for header files synthesized by makeheaders. ... (check-in: 8718b3c6ab user: drh tags: trunk)
21:23
Update the built-in SQLite version to the latest from trunk, including the patch that sets -wal and -shm files to have the same owner as the database when running as root. That patch help to avoid configuration problems on Fossil servers. ... (check-in: 5ac8c0d713 user: drh tags: trunk)
18:25
Further diff enhancements: Allow up to two diff-marks per line on a side-by-side diff. ... (check-in: 937514b968 user: drh tags: trunk)
2012-02-10
23:37
Record --backout and --cherrypick merges in the VMERGE table with IDs -2 and -1, respectively. On a --cherrypick merge, make the default check-in comment be the same as the check-in comment for the cherrypicked change. ... (check-in: 9c28bca430 user: drh tags: trunk)
23:16
Do not record a full-merge when the --backout option is used. ... (check-in: b6710a0143 user: drh tags: trunk)
23:05
Merge in the code that optionally runs a TH1 script after each ticket edit. ... (check-in: a9055964f3 user: drh tags: trunk)
23:04
Pull over the changes to the 'building and installing' wiki page from msw-docco. There's some more docco changes pending in that branch which should be pulled by sanctioned developers. ... (Closed-Leaf check-in: e98d793db2 user: martin.weber tags: msw-docco)
23:03
Merge in the Mistachkin SSL linking fix. ... (check-in: f0635d4e03 user: drh tags: trunk)
23:03
Merge in documentation updates. ... (check-in: 75ea5ac672 user: drh tags: trunk)
23:01
Revise workaround for OpenSSL symbol name collision problem. ... (Closed-Leaf check-in: ff19cc215f user: mistachkin tags: sslLinkingFix)
22:53
Bump versions of zlib and OpenSSL in the Windows makefiles. Also, rename the pqueue_insert function to avoid a symbol name collision with OpenSSL. ... (check-in: 674bc27891 user: mistachkin tags: sslLinkingFix)
18:02
climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. ... (Closed-Leaf check-in: 587dd57fe1 user: martin.weber tags: msw-docco)
15:26
Attempting to do a better job of merging renames. ... (check-in: f0359882c9 user: drh tags: trunk)
14:31
Detect subsequent edits to a file that was updated by merge. This fixes a problem introduced by check-in [b9227b85cbd78] and reported by ticket [67a47646ea38c7ed]. ... (check-in: a932b74433 user: drh tags: trunk)
13:50
A better fix for reporting invalid names in the artifact command. ... (check-in: da94a3b1c5 user: drh tags: trunk)
13:13
Report an error if the "artifact" command does not find an artifact. ... (check-in: 4e47bdc4a3 user: drh tags: trunk)
02:08
Minor fix to autosetup so that it works on Solaris when using jimsh0. ... (check-in: ced22eb209 user: drh tags: trunk)
2012-02-09
13:55
Experimental changes to the "update" command to have it report when it makes no changes to the repository. ... (Closed-Leaf check-in: be10939bff user: drh tags: experimental)
04:48
Add experimental support for running a TH1 script after a ticket is edited or created. ... (Closed-Leaf check-in: 9555560966 user: mistachkin tags: tktChangeScript)
2012-02-08
03:04
Update the version number to 1.22 and begin entering change log information for the next release. ... (check-in: 9b1d394a71 user: drh tags: trunk)
00:34
Fix issues with the --brief option to the diff command. ... (check-in: fbaa7ca99f user: drh tags: trunk)
2012-02-07
20:04
Another minor performance enhancement on sbs diff. ... (check-in: 3e3feb2dda user: drh tags: trunk)
18:58
Performance optimization for the alignment calculation on side-by-side diffs. Noticably faster. ... (check-in: 87f867018b user: drh tags: trunk)
18:13
Optimize the inner loop of the LCS algorithm for the main diff generator. ... (check-in: 4ab6071145 user: drh tags: trunk)
16:20
Update the built-in SQLite and SQL command-line shell to the latest code from the SQLite trunk. ... (check-in: 030035345c user: drh tags: trunk)
16:13
Minor tweak to the side-by-side alignment algorithm so that it handles pure white-space lines better. ... (check-in: 312590a9ee user: drh tags: trunk)
15:38
Add the --brief option to the "diff" command. ... (check-in: e0565d4351 user: drh tags: trunk)
04:15
Add chunk number fragment marks to HTML diff output. ... (check-in: b1530c29ab user: drh tags: trunk)
03:57
Convert the similarity measure for side-by-side diff alignment to use LCS instead of edit distance. LCS is faster and gives comparable results. ... (check-in: 469462b69a user: drh tags: trunk)
00:23
Allow file: clones that transfer private branches. ... (check-in: 8f85286cff user: drh tags: trunk)
00:01
Change back to using minimum edit distance for computing similarity of lines for alignment in side-by-side diff change blocks. ... (check-in: 51bda5e441 user: drh tags: trunk)
2012-02-06
18:18
Fix the SSH transport method so that it allows everything, without regard to user permissions. ... (check-in: a928c89cb1 user: drh tags: trunk)
17:47
The "smhdr" query parameter on the finfo pages gives a more compact header without the detailed object descriptions. ... (check-in: af30a9ab46 user: drh tags: trunk)
16:03
Make the diff colors darker by default. ... (check-in: ea4b7cd68c user: drh tags: trunk)
15:21
Merge the diff enhancements from the diff-experimental branch into trunk. ... (check-in: bba7aea8ca user: drh tags: trunk)
15:02
Tweak to side-by-side alignment: Be more aggressive about marking lines as changed if they are naturally aligned to begin with. ... (Closed-Leaf check-in: 5d836cbda7 user: drh tags: diff-experimental)
14:28
Adjust the alignment similarity cutoff score. ... (check-in: 9713e42356 user: drh tags: diff-experimental)
14:22
Improvements to the alignment algorithm for block changes in side-by-side diff. ... (check-in: a484cfc2f2 user: drh tags: diff-experimental)
03:38
When a line changes in a side-by-side diff, only highlight the part of line that actually changed. ... (check-in: 357d26bc36 user: drh tags: diff-experimental)
01:55
Trying out a greedy algorithm for aligning the two sides of a change with side-by-side diff. This helps in some cases, but we could probably benefit from a better algorithm. ... (check-in: 881b65141b user: drh tags: diff-experimental)
2012-02-05
20:22
Add the "diff optimizer" which tries to shift inserts and deletes to align with natural boundaries in the text. The resulting diff is no more or less correct than the original; it just seems more natural to human readers. ... (check-in: 98cf5c33bc user: drh tags: trunk)
17:19
Rearrange code and edit comments in diff logic, for clarity of presentation. No functional changes. ... (check-in: 032da543f0 user: drh tags: trunk)
11:41
set maintainer email addr to fossil-dev list. ... (check-in: d3e83cdb64 user: stephan tags: trunk)
02:49
Fix yet another issue with tables in side-by-side diffs - an off-by-one error this time. ... (check-in: de719b4396 user: drh tags: trunk)
02:43
Fix another bug in table handling for side-by-side diffs. ... (check-in: db1365bc3b user: drh tags: trunk)
00:22
Bug fix in the handling of tabs on a side-by-side diff. ... (check-in: 07a0ade926 user: drh tags: trunk)
2012-02-04
21:40
Fix a harmless compiler warning. ... (check-in: 5bbe190a8c user: drh tags: trunk)
21:38
Add the new colorized diff logic to file and wiki diffs in addition to version diffs. ... (check-in: 96f1975ce2 user: drh tags: trunk)
21:09
Merge the retro-sbsdiff changes into trunk. ... (check-in: 72c0183ac8 user: drh tags: trunk)
20:36
Make the default font size is smaller for side-by-side diff. Fix the context-diff so that it understands the dc=N query parameter. ... (Closed-Leaf check-in: eae55eeafc user: drh tags: retro-sbsdiff)
20:16
Suppress the top divider on a context-diff with line numbers. ... (check-in: 43cbe9dd5a user: drh tags: retro-sbsdiff)
20:13
Fix off-by-one line numbers in the context-diff display. Improvements to the formatting of context-diff displays. ... (check-in: 56ad4ac7ae user: drh tags: retro-sbsdiff)
20:00
Bug fix in the context-diff colorization. ... (check-in: ecf30837d4 user: drh tags: retro-sbsdiff)
19:55
Colorize the context diff. Add color to the line numbers so that they can be deemphasized. ... (check-in: b57b035654 user: drh tags: retro-sbsdiff)
19:34
Revised default color scheme. Add line-numbers to context diff. ... (check-in: 6a6697694c user: drh tags: retro-sbsdiff)
18:54
Add color to the retro sbs diff. ... (check-in: 7372c0a5c4 user: drh tags: retro-sbsdiff)
15:02
Merge recent trunk changes into the retro-sbsdiff branch. ... (check-in: 066adeedfe user: drh tags: retro-sbsdiff)
14:58
Make sure diff output is flushed to screen in a timely manner. ... (check-in: dc96d73dd0 user: drh tags: trunk)
14:48
User-contributed patch to the debian/makedeb.sh script for generating a debian package for Fossil. ... (check-in: 7b1fd597b4 user: drh tags: trunk)
14:44
Change the alternative name of the _FOSSIL_ checkout database to ".fslckout" since the prior alternative name is offensive in some locales. The prior name is still supported for backwards compatibility, but is now deprecated and undocumented and will eventually disappear completely. ... (check-in: f9a200f01b user: drh tags: trunk)
13:55
Updates to the technical overview document. ... (check-in: e255caa2c7 user: drh tags: trunk)
00:30
Make sure the "branch new --private" command does not create a public BLOB that is a delta of a private BLOB. Also, when doing a file clone or when doing "scrub --private", double-check that no public BLOBs are deltas of private BLOBs before deleting the private BLOBs. ... (check-in: 034e887c35 user: drh tags: trunk)
2012-02-03
17:00
Fix oversize lines in the update.c source file. ... (check-in: b18a178d8e user: drh tags: trunk)
16:42
Avoid overflow problems if users enter negative numbers for the "dw" and "dc" URI query parameters. ... (check-in: 30478e4e7e user: drh tags: retro-sbsdiff)
16:15
Add URI query parameters "dw=" and "dc=" to control the width of columns and the lines of context on side-by-side diffs in the web interface. ... (check-in: 6474a92a87 user: drh tags: retro-sbsdiff)
15:15
Merge recent trunk changes into the retro-sbsdiff branch. ... (check-in: c7cf0cbee6 user: drh tags: retro-sbsdiff)
15:05
Enhance the --detail option on the "merge" command to show the specific check-in that is being merged in and the baseline of the merge. ... (check-in: 68d84047c0 user: drh tags: trunk)
14:40
Show check-in tags as part of the output of the "whatis" command. ... (check-in: b4a1c60ef6 user: drh tags: trunk)
2012-02-01
12:33
Added a kludge to ajax URL param handling to ignore anything after "#". Thought i checked this in in November. ... (check-in: 356c12641c user: stephan tags: trunk)
12:09
Doc change only: documented -R/--repository for zip/tar commands. ... (check-in: a84aadad5a user: stephan tags: trunk)
2012-01-28
22:04
Merge the latest trunk changes into the retro-sbsdiff branch. ... (check-in: c7edbc9fb7 user: drh tags: retro-sbsdiff)
21:51
Store the repository filename in the _FOSSIL_ database exactly as it is typed on the "open" command-line. That means that the repository filename will be stored relative to the root of the check-out if a relative pathname is given on open. ... (check-in: a7248d8fb9 user: drh tags: trunk)
2012-01-24
13:28
Fix several blob leaks that can lead to out of memory conditions for very large push operations. Revise the order of error messages so that simple HTTP timeout produces a better diagnostic. The HTTP trace files need to be opened in binary mode. ... (check-in: 1e39808853 user: mistachkin tags: trunk)
2012-01-23
03:51
Merge latest trunk changes into jimtcl branch. Lightly tested. Should allow xfer scripts to be written in Jim Tcl. ... (Closed-Leaf check-in: de9c2f08d7 user: steveb tags: jimtcl)
2012-01-22
22:02
merge with trunk ... (check-in: e1c424cb69 user: mgagnon tags: mgagnon_fix)
06:59
Revise previous commit: since the FOSSIL_ENABLE_TCL macro is used in source files as well as the Makefile itself, it cannot be initially set to an empty string in auto.def. ... (check-in: 238b761afa user: mistachkin tags: trunk)
06:52
Make sure that autosetup ends up defining FOSSIL_ENABLE_TCL in the Makefile when necessary. ... (check-in: 21555be397 user: mistachkin tags: trunk)
2012-01-20
17:32
The HTTP trace files need to be opened in binary mode. ... (Closed-Leaf check-in: 7611406fd7 user: mistachkin tags: clientSyncLeakFix)
17:16
Revise the order of error messages so that simple HTTP timeout produces a better diagnostic. ... (check-in: dd71069bfe user: mistachkin tags: clientSyncLeakFix)
15:22
Fix several blob leaks that can lead to out of memory conditions for very large push operations. ... (check-in: 81c685e097 user: mistachkin tags: clientSyncLeakFix)
2012-01-18
13:22
Merge trunk changes into the retro-sbsdiff branch. ... (check-in: 6daee94fac user: drh tags: retro-sbsdiff)
13:21
Add the ability to run TH1 scripts before and after each xfer request. ... (check-in: 0b61e3c019 user: drh tags: trunk)
12:56
Add xfersetup to the makemake.tcl script. ... (Closed-Leaf check-in: 9441f6fbcf user: mistachkin tags: pushScript)
12:55
Merge updates from trunk and regenerate makefiles. ... (check-in: 04ab3f0c76 user: mistachkin tags: pushScript)
12:47
Correct casing typos. ... (check-in: 0c042ce7d1 user: mistachkin tags: trunk)
12:41
Modify the makemake.tcl script to generate cleaned up makefiles and then regenerate them. ... (check-in: 3d258e5152 user: mistachkin tags: trunk)
11:12
Merge updates from trunk. ... (check-in: a49e7cb636 user: mistachkin tags: pushScript)
11:09
More cleanup of MinGW makefiles. ... (check-in: 533caec0a6 user: mistachkin tags: trunk)
07:35
Add CSS style for transfer setup page errors. ... (check-in: 0861811e79 user: mistachkin tags: pushScript)
07:30
Correct transfer common setup page description. ... (check-in: b5bf979976 user: mistachkin tags: pushScript)
07:21
Merge updates from trunk. ... (check-in: df8c5e2ea0 user: mistachkin tags: pushScript)
07:10
Cleanup and unify the MinGW makefiles. ... (check-in: a88a241d72 user: mistachkin tags: trunk)
06:22
Update the other Win32 specific makefiles. ... (check-in: 73566db5c2 user: mistachkin tags: pushScript)
06:06
Start of experimental support for post-push TH1 scripting. ... (check-in: a11b7f1535 user: mistachkin tags: pushScript)
2012-01-15
18:06
Merge latest changes from trunk ... (check-in: b3130baa06 user: ashish tags: ashish-ipv6)
2012-01-14
02:48
Yet another fix to the manifest_file_find() function. ... (check-in: 5b38dbb20e user: drh tags: retro-sbsdiff)
2012-01-13
22:22
Fix a bug in manifest_file_find(). ... (check-in: 34dc2a4956 user: drh tags: retro-sbsdiff)
2012-01-12
00:44
Merge trunk changes into the retro-sbsdiff branch. ... (check-in: f07f7753ee user: drh tags: retro-sbsdiff)
00:44
Limit the number of query parameters that the CGI processor will handle before giving up, to make DOS attacks harder. ... (check-in: 2827d449a9 user: drh tags: trunk)
2012-01-11
21:50
merge drh fix (additionally, sqlite3 updates) ... (Closed-Leaf check-in: 6a39f43dc0 user: bch tags: status_redo)
18:01
Merge in the change detection fix from trunk. ... (check-in: 8eb1e56712 user: drh tags: retro-sbsdiff)
17:48
Fix the file change detection logic so that it does not destroy merge history. Ticket [5a855f1bc6351f5]. ... (check-in: bcd718e924 user: drh tags: trunk)
17:03
Update to the latest SQLite 3.7.10 beta. ... (check-in: c936521a15 user: drh tags: retro-sbsdiff)
16:58
Update to the latest SQLite 3.7.10 beta. ... (check-in: ecbc370132 user: drh tags: trunk)
2012-01-06
05:28
corrections for erroneous merge of [4b432961ac|retro-sbsdiff] (see ticket [5a855f1bc6]) ... (check-in: d7ff893259 user: bch tags: status_redo)
05:20
undo [b9227b85cb|status improvements] ... (check-in: a5e9410f47 user: bch tags: status_redo)
2012-01-05
13:09
Merge the trunk changes into the retro-sbsdiff branch. ... (check-in: 4b432961ac user: drh tags: retro-sbsdiff)
13:08
Update the built-in SQLite to the latest 3.7.10 beta. ... (check-in: 8a8685d103 user: drh tags: trunk)
2012-01-04
18:29
Process the style sheet using TH1 prior to returning it. This branch is experimental. ... (Closed-Leaf check-in: d1b68cc0f3 user: drh tags: th1-css)
2012-01-03
06:40
The return value from sqlite3_win32_mbcs_to_utf8 and sqlite3_win32_utf8_to_mbcs must now be freed via sqlite3_free. ... (check-in: 058e287edb user: mistachkin tags: trunk)
2012-01-01
15:57
Simplified display of side-by-side diff in the web browser. ... (check-in: a1e667e6b5 user: drh tags: retro-sbsdiff)
2011-12-31
12:51
Escape the contact information for users when displaying. ... (check-in: a3e625e954 user: drh tags: trunk)
2011-12-29
19:42
Make the "fossil extra" command insensitive to case on case-insensitive filesystems. Ticket [101ab6946f1c7] ... (check-in: 42de745932 user: drh tags: trunk)
2011-12-28
13:40
Improvements to "fossil status" processing. Automatically detect when a file has undergone a null-edit - when the mtime has changed but the content of the file is unchanged - and mark such files as unchanged. ... (check-in: b9227b85cb user: drh tags: trunk)
2011-12-25
04:59
Remove unused local variable. ... (check-in: aa55cf3aa6 user: mistachkin tags: trunk)
2011-12-23
14:00
Use the SSL_set_tlsext_host_name() function only if it is available. ... (check-in: cb52442608 user: drh tags: trunk)
13:51
Update the built-in SQLite to the latest version from trunk as a beta test of the next SQLite release. ... (check-in: e8f15c0dce user: drh tags: trunk)
2011-12-22
13:57
Fix the "add" command so that it will undo a prior "rm". Ticket [34707fabfd8a5d] ... (check-in: feed6232af user: drh tags: trunk)
2011-12-17
15:20
Make allow-symlinks a versionable setting. This is a merge from the versionable-settings branch. ... (check-in: c4ade43651 user: drh tags: trunk)
15:18
Merge the SSL SNI fix from the dmitry-fixes branch. ... (check-in: 074767b730 user: drh tags: trunk)
13:19
Add the "test-date-format" command and the date_override option to tickets. ... (check-in: 44f028c9f8 user: drh tags: trunk)
2011-12-16
22:00
Add SSL SNI support (suggested by BohwaZ on mailing list). Simplify setting of port for SSL connection. ... (Closed-Leaf check-in: 132dbcedbc user: dmitry tags: dmitry-fixes)
15:10
Reorder some #includes for OpenBSD. ... (check-in: 339a0f49d2 user: drh tags: trunk)
2011-12-13
14:05
Update the release date on the change log. ... (check-in: 489c67ae46 user: drh tags: trunk)
13:53
Version 1.21 ... (check-in: 002580c50d user: drh tags: trunk, release, version-1.21)
2011-12-08
02:05
merge with latest trunk ... (check-in: 4d39236638 user: mgagnon tags: mgagnon_fix)
2011-12-06
00:09
The finfo command and the file browsing pages of the web UI now honor the case-sensitive option and merge filenames that differ only in case as requested. ... (check-in: 9c90b0f052 user: drh tags: trunk)
2011-12-01
16:16
Make allow-symlinks a versionable setting. ... (Closed-Leaf check-in: ec5c690e0e user: ben tags: versionable-settings)
2011-11-30
17:26
Bug fix: If a repository contains public artifacts that are deltas from private artifacts, expand the artifact content prior to cloning. ... (check-in: 8d155c5f1f user: drh tags: trunk)
16:33
Improvements to the test-integrity command so that it detects the kinds of repository problems injected when cloning a repo that contains private check-ins. ... (check-in: 697d6bfd8e user: drh tags: trunk)
2011-11-29
11:51
Transfer the "tcl" parameter on clone and configuration sync when Tcl integration is enabled at compile-time. ... (check-in: a57d6ee139 user: drh tags: trunk)
2011-11-28
05:31
Allow the --with-tcl option to the configure script to work on more systems. Based on patch by Steve Bennett. ... (check-in: 46c27e29e3 user: mistachkin tags: trunk)
2011-11-26
15:09
Further refinement of the robot/human discriminator. ... (check-in: 4fdb63d690 user: drh tags: trunk)
13:35
Include allow-symlinks in the list of settings that are transferred with a clone. ... (check-in: 82979bc210 user: drh tags: trunk)
2011-11-25
21:44
Still more refinements to the human/robot discriminator. ... (check-in: 9e680d6375 user: drh tags: trunk)
18:54
Change the version number to 1.21 in preparation for the next release. Begin constructing a change log. ... (check-in: 53db205302 user: drh tags: trunk)
16:11
Enhancements to the UserAgent bot recognizer. We discovered earlier today on the Fossil server itself that it is very important not to misclassify bots as human since a spider that downloads every possible historical annotation and tarball and zip archive and diff can really load up a server and soak up a lot of bandwidth. ... (check-in: 83284480a3 user: drh tags: trunk)
09:36
Disallow the word "rawl" (as in crawler) in the user agent. ... (check-in: fe075f5d89 user: drh tags: trunk)
2011-11-23
00:36
Added todo notes for adding loginExpiryTime in /json/login. (And checked in the latest cson_amalgamation - no functional changes there.) ... (check-in: 5fdf14ba1c user: stephan tags: trunk)
00:14
Added loginCookieName to /json/login response payload, mainly as a crutch for certain scripting cases (e.g. RSS feeds). Still TODO: add future expiry time of cookie/token to response. ... (check-in: daa564c4df user: stephan tags: trunk)
2011-11-22
11:44
corrected invalid comparison of "typeof" result. ... (check-in: 036923b66d user: stephan tags: trunk)
2011-11-16
10:48
Clean getaddrinfo() code in src/http_socket.c incorporating suggestions from Gé Weijers Add getaddrinfo() code to src/cgi.c ... (check-in: c24e1c2785 user: ashish tags: ashish-ipv6)
2011-11-14
03:02
Update the built-in SQLite to version 3.7.9 plus the 8-byte alignment fix in branch-3.7.9. ... (check-in: 0c8d1ca9cd user: drh tags: trunk)
00:13
fossil import --incremental should set the appropriate ancestor for the first commit in each branch being added ... (Closed-Leaf check-in: c95d7a9c3d user: steveb tags: steveb-fixes)
2011-11-13
09:11
Merge with trunk ... (check-in: c30eaa8862 user: ashish tags: ashish-ipv6)
2011-11-11
12:13
Start a branch with fix to make work consistently a local checkout directly on root ("/"). ... (check-in: 518e1f8d7f user: mgagnon tags: mgagnon_fix)
2011-11-07
07:07
fossil already provides compatibility wrappers for dirent and struct timeval ... (check-in: 5905232d45 user: steveb tags: jimtcl)
05:51
Update Jim Tcl to build with MSVC ... (check-in: b6270d665b user: steveb tags: jimtcl)
03:39
Remove HAVE_MKDIR_ONE_ARG define when compiling Jim as it will now be defined in the C file itself. ... (check-in: 7ee228fe6a user: mistachkin tags: jimtcl)
00:34
Fix some more compiler warnings seen with MSVC. Cherrypick from [24e298edd0]. ... (check-in: dfdda77dfc user: mistachkin tags: jimtcl)
00:29
More compilation fixes for Jim when compiling with MSVC. ... (check-in: 38d1b52283 user: mistachkin tags: jimtcl)
2011-11-05
23:12
Slight syntax tweak for 'ifeq' statement, this may work on more make variants. ... (Closed-Leaf check-in: f382b9a559 user: mistachkin tags: auto-mingw-makefile)
23:04
Add comments about leading './' in front of source and build directory names. ... (check-in: f3096fe00e user: mistachkin tags: auto-mingw-makefile)
22:50
Add fixes to classic makefile to support MinGW mostly automatically. ... (check-in: 590cee0ec9 user: mistachkin tags: auto-mingw-makefile)
03:45
Fix some more compiler warnings seen with MSVC. ... (check-in: 24e298edd0 user: mistachkin tags: trunk)
03:22
Be sure to escape any backslashes when emitting #line preprocessor directives in the translate.c tool, cherrypick from [e36ad719cf]. ... (check-in: c2bed5b3db user: mistachkin tags: trunk)
03:12
Fix compiler warning about redefining min() when compiling with MinGW, cherrypick from [536fb1d6e0]. ... (check-in: c738a1a6a7 user: mistachkin tags: trunk)
03:05
Always skip adding script commands that have a NULL name or function pointer. ... (check-in: 1b1fd23590 user: mistachkin tags: trunk)
02:54
Cherrypick the changes [389f9fca5d] and [d0233e1792] to skip adding script commands that have a NULL name or function pointer. ... (check-in: d6c6a433e7 user: mistachkin tags: trunk)
02:49
/json/user/save now returns the same as user/get, returning the new/updated state. ... (check-in: bf5de622e8 user: stephan tags: trunk)
02:40
/json/user/save now accepts uid=-1 to mean create-user. Fixed a bug where when renaming a user _and_ setting his password, the password was incorrectly hashed against the old name. ... (check-in: fa3f629060 user: stephan tags: trunk)
02:06
Change to makeheaders to work around a name collision with MSVC 2008. You will likely need to run "make clean" after updating to this check-in. ... (check-in: 3c69a6fd59 user: drh tags: trunk)
01:59
Fix more compilation issues with MSVC. ... (check-in: 0039d32b88 user: mistachkin tags: jimtcl)
01:42
/json/user/save now implies/forces forceLogout=true when renaming, since renaming invalidates any active auth token. Renamed a confusing variable. ... (check-in: 42c2a327e2 user: stephan tags: trunk)
01:30
Attempt to build with MSVC. ... (check-in: e36ad719cf user: mistachkin tags: jimtcl)
01:28
json doc updates and removal of some dead code. ... (check-in: 0c234bdd0a user: stephan tags: trunk)
00:30
Add an default case to the event type switch in the whatis command. ... (check-in: 4d36938359 user: drh tags: trunk)
00:23
Police various compiler warnings. ... (check-in: 536fb1d6e0 user: mistachkin tags: jimtcl)
00:13
s/json_tags_for_rid()/json_tags_for_checkin_rid()/g, since that's really what it does. ... (check-in: 4ff2e31cef user: stephan tags: trunk)
00:10
updated from jquery 1.4.x to 1.6.x. ... (check-in: 2128ecdd3c user: stephan tags: trunk)
00:05
Fix non-C89 compliant variable declaration. ... (check-in: d0233e1792 user: mistachkin tags: jimtcl)
00:03
Add missing Jim Tcl headers ... (check-in: dc45d71bfe user: steveb tags: jimtcl)
00:01
Skip over Jim commands to create if they have a NULL name or function pointer. ... (check-in: 389f9fca5d user: mistachkin tags: jimtcl)
2011-11-04
23:34
Cleanup style and use Jim_Obj APIs when bridging commands from Tcl to Jim. ... (check-in: d87454917c user: mistachkin tags: jimtcl)
21:57
Replace the TH1 interpreter with Jim Tcl. ... (check-in: 863e789e83 user: steveb tags: jimtcl)
20:57
Merge the json branch into trunk. Json is disabled by default for now. Use the --enable-json option to configure, or set FOSSIL_ENABLE_JSON in the makefile to turn json processing on. ... (check-in: 796dcfe072 user: drh tags: trunk)
20:48
Added missing #ifdefs for json mode. ... (Closed-Leaf check-in: 8a4e81cf93 user: json-demo tags: json-multitag-test, json)
20:46
Added missing #ifdefs for json mode. ... (check-in: d92aad2919 user: json-demo tags: json-multitag-test, json)
20:44
removed old rptshowJson(). ... (check-in: 5b13185100 user: json-demo tags: json-multitag-test, json)
20:37
Added configure option --enable-json to enable json features. They are disabled by default. ... (check-in: 525816e6d7 user: json-demo tags: json-multitag-test, json)
20:05
Add the BSD copyright notice to the top of the th_tcl.c source file. ... (check-in: bf1ebbe1f6 user: drh tags: trunk)
19:46
Merge the tcl-integration branch into trunk. To make use of big-tcl, recompile using the --with-tcl option to ./configure and either set the global "tcl" setting or set the TH1_ENABLE_TCL environment variable. Big-tcl is turned off by default. ... (check-in: d8ed5a0d05 user: drh tags: trunk)
19:39
merged in trunk [1e3cae806885d] and set up the json command/page to be elided when FOSSIL_DISABLE_JSON is defined at build time. ... (check-in: 44bba06ce6 user: json-demo tags: json-multitag-test, json)
19:39
Patch the auto.def file so that the TCL library is found even if it is named tcl8.6 or tcl8.5 instead of just tcl. ... (Closed-Leaf check-in: dd275844a5 user: drh tags: tcl-integration)
19:10
Merge the steveb-fixes branch into trunk. ... (check-in: aeec10b900 user: drh tags: trunk)
18:57
Fix html escaping of TH1 variables. Escaping should be determined by $<a> or $a form, but instead it was based on the relationship between the length of the variable name and the length of the value. ... (Closed-Leaf check-in: d81e217651 user: steveb tags: steveb-fixes)
18:55
Enhance the mkindex.c utility so that it honors #if statements in the source code. ... (check-in: 1e3cae8068 user: drh tags: trunk)
18:49
Ensure correct file name on compile errors in translated sources. This helps avoid editing the generated file with vim "quickfix". ... (check-in: ae965ddf5d user: steveb tags: steveb-fixes)
18:48
/json/user/save now allows mixing GET/CLI and POST.payload data sources. ... (check-in: 92b163a069 user: json-demo tags: json-multitag-test, json)
17:59
Remove the "commands" command and replace it with --all, --aux, and --test options to the "help" command. ... (check-in: d6a93abf2c user: drh tags: trunk)
17:24
merged in trunk [272e304d3f]. ... (check-in: 34359c3ad1 user: stephan tags: json-multitag-test, json)
17:13
minor cleanup to the last commit, added a TODO note. ... (check-in: 14ed707067 user: stephan tags: json-multitag-test, json)
16:43
/json/user/save now accepts its params from _either_ POST.payload _or_ GET/CLI, but does not allow a mixture of inputs. ... (check-in: bd9c3b3aca user: stephan tags: json-multitag-test, json)
15:40
No longer display the server-code in info outputs as the server-code is no longer used for anything. Begin recording the location of local checkouts in the ~/.fossil database. ... (check-in: 272e304d3f user: drh tags: trunk)
2011-11-03
18:59
Add the "whatis" command. ... (check-in: 9c3ce9f6e2 user: drh tags: trunk)
18:04
Move "sha1sum" to an auxiliary command. Promote "test-md5sum" to an auxiliary command. ... (check-in: dde919a463 user: drh tags: trunk)
17:31
Break up the command-line commands into commonly-use and auxiliary commands and only show the commonly-used ones with "fossil help". Add a new command "fossil commands" to show auxiliary and test commands. ... (check-in: 841772c858 user: drh tags: trunk)
14:22
Fix a bug in mlink table building during "rebuild". If a check-in and its parent are both deltas of the same baseline and the child reverts to baseline after a change in the parent, be sure to capture this change in the mlink table. This is the correct fix for the errant fix_mlink branch. ... (check-in: d084043f79 user: drh tags: trunk)
13:16
Improvements to the "stash" command: (1) Stash all files, not just those below the working directory. (2) Add the --detail option to "list". (3) Confirm before "drop --all". (4) Add the "help" subcommand. ... (check-in: 966ae9a942 user: drh tags: trunk)
08:06
Correct fix in [d084043f79827]. This attempt at fixing the problem is closed. ... (Closed-Leaf check-in: a7caf19823 user: viriketo tags: fix_mlink)
01:40
Update the check-in name documentation. ... (check-in: b2581e1553 user: drh tags: trunk)
01:22
Refactor the name resolution logic in name.c. ... (check-in: 7858a39b36 user: drh tags: trunk)
2011-11-02
21:53
Trying to fix some cases where the mlink table is bad build due to delta manifests. In this checkin, I fix the case when the child delta manifest changed back the file from some contents to those of its baseline manifest. The 'info' page was not showing these kind of changes. Should close the ticket [2ce64a315f]. ... (check-in: cf5f2c4ea6 user: viriketo tags: fix_mlink)
15:23
Update the blob_write_to_file() routine so that it correctly handles binary files being send to standard output. ... (check-in: 83a574b019 user: drh tags: trunk)
2011-11-01
02:45
/json/logout now returns the same as /json/whoami, but with the info for the nobody user, as suggested by Caleb Gray. ... (check-in: 013e8ee723 user: stephan tags: json-multitag-test, json)
02:41
s/guest/nobody/g in login_clear_login_data() query. ... (check-in: a72a8a80d8 user: stephan tags: json-multitag-test, json)
02:39
fixed a bug in the AJAX code which caused an invalidated auth token to stick around for too long. ... (check-in: f6debb5c95 user: stephan tags: json-multitag-test, json)
01:50
removed erroneous HTTP-only restriction on /json/user/(create, save). ... (check-in: 953e309dce user: stephan tags: json-multitag-test, json)
2011-10-31
17:54
Fix a potential division-by-zero in the file browser. ... (check-in: 4d408219bd user: drh tags: trunk)
11:46
Improve the performance of rebuild by using max(rid) instead of count(*) as a good approximation for the amount of work to be done. ... (check-in: 78e10da0e6 user: drh tags: trunk)
2011-10-29
20:06
Ensure correct file name on compile errors in translated sources. This helps avoid editing the generated file with vim "quickfix". ... (Closed-Leaf check-in: 331b57b53f user: steveb tags: steveb-fixes)
19:29
Update the built-in SQLite to the 3.7.9 release candidate. ... (check-in: 326979358d user: drh tags: trunk)
17:22
For the /doc web method, append "index.html" if the path ends with "/". ... (check-in: 49a015ef79 user: drh tags: trunk)
2011-10-28
20:40
Remove an unnecessary SQL operation that sometimes causes errors. ... (check-in: 5da9a8c824 user: drh tags: trunk)
14:42
Update autosetup to 0.6.3 Some mingw32 improvements. Bootstrap jimsh0.c can now be built for embedding in addition to as jimsh. ... (Closed-Leaf check-in: cdd4c6a580 user: steveb tags: autosetup)
2011-10-27
16:12
merged in trunk [06e0cb70054d3c3], resolved conflict in login.c. ... (check-in: 81d71d7b9e user: stephan tags: json-multitag-test, json)
15:00
Prevent shell argument manipulation performed automatically by the MinGW shell from interfering with the makeheaders tool used by the Makefile. ... (check-in: 827a54fe6c user: mistachkin tags: tcl-integration)
13:45
Enable building with Tcl integration enabled using autosetup and/or makemake.tcl. Patch provided by Steve Bennett. ... (check-in: 5ffb7d71d3 user: mistachkin tags: tcl-integration)
2011-10-26
15:41
Improvements to the User-Agent bot recognizer. Add the test-ishuman command for testing the bot recognizer. ... (check-in: 06e0cb7005 user: drh tags: trunk)
15:17
Merge updates from trunk. ... (check-in: 7017c87b40 user: mistachkin tags: tcl-integration)
15:07
Update test cases to work with or without the USE_TCL_EVALOBJV compile-time option enabled. ... (check-in: 7d43a362d0 user: mistachkin tags: tcl-integration)
14:58
Add configuration options under /Admin/Access to enable the automatic hyperlink enabling for nobody based on User-Agent. ... (check-in: 98cc520652 user: drh tags: trunk)
14:57
Perform lazy setup of the Tcl integration subsystem when it is actually enabled. ... (check-in: e49581506a user: mistachkin tags: tcl-integration)
14:00
Automatically enable hyperlinks for user agents that appear to be human. ... (check-in: e059e5a24d user: drh tags: trunk)
03:29
Add an Admin/Access setting to govern the number of octets of the IP address to include in the login cookie. ... (check-in: 313ba5c64f user: drh tags: trunk)
2011-10-22
16:36
Removed an old warning comment. Removed an incorrect perms check in /json/user/save. Added a TODO. ... (check-in: 11373d5bb8 user: stephan tags: json-multitag-test, json)
16:05
undid a stash snafu and added sbs option to json/diff. ... (check-in: adfd3db765 user: stephan tags: json-multitag-test, json)
16:00
Merged/resolved trunk [4092208afca3ff]. Accommodated changes in text_diff() signature. ... (check-in: acc253f44c user: stephan tags: json-multitag-test, json)
15:42
Added forceLogout option to json/user/save. ... (check-in: 98debcacc8 user: stephan tags: json-multitag-test, json)
13:29
Tweak the command-line side-by-side diff output so that it deals sanely with \r and \f characters. ... (check-in: 4092208afc user: drh tags: trunk)
11:55
Do not assume the CSS background color is "white". ... (check-in: a9fd1c7951 user: drh tags: trunk)
03:37
Rework the side-by-side diff so that it handles tab characters. Fix an off-by-one error in the line numbers of side-by-side diffs. ... (check-in: 8670373321 user: drh tags: trunk)
2011-10-21
23:44
Improved formatting for command-line side-by-side diff. Extend command-line side-by-side diff to all diff operations, including stash diffs. ... (check-in: ab47cc73d7 user: drh tags: trunk)
21:55
Merge the side-by-side diff spacing bug fix into trunk. ... (check-in: 54e730c339 user: drh tags: trunk)
21:50
Fix a spacing bug in the display of side-by-side diffs. ... (Closed-Leaf check-in: a505abccc6 user: drh tags: diff-enhancements)
21:34
Merge the diff enhancements into trunk. ... (check-in: c244605862 user: drh tags: trunk)
21:31
Add support for side-by-side diff from the command-line "diff" command. ... (check-in: ac81759f65 user: drh tags: diff-enhancements)
20:24
Begin improvement efforts on the "diff" functions by adding the --context option to the "diff" command. ... (check-in: 3bbbbdfd7d user: drh tags: diff-enhancements)
15:25
Fixed a minor mem leak. Got /json/user/save mostly working. ... (check-in: 080acb91be user: stephan tags: json-multitag-test, json)
12:52
Version 1.20. ... (check-in: a75e2d2504 user: drh tags: trunk, release, version-1.20)
2011-10-20
18:48
minor code simplifications. ... (check-in: 400fe340c2 user: stephan tags: json-multitag-test, json)
18:28
fixed a type conversion error caused by last round of refactoring. ... (check-in: f566811477 user: stephan tags: json-multitag-test, json)
17:10
minor 1.20 changelog tweak. ... (check-in: 1d12fcc416 user: stephan tags: trunk)
16:54
Cherrypick the [21af96623e6b337] change onto trunk. ... (check-in: 5abc243042 user: drh tags: trunk)
16:31
s/'%s'/%Q/ in rptshow(). ... (Closed-Leaf check-in: 21af96623e user: stephan tags: stephan-hack)
16:28
merged in trunk for clean base in code review tweaks. ... (check-in: 5a1ec00745 user: stephan tags: stephan-hack)
15:39
added version numbers to the changes where i could find a specific commit. ... (check-in: f93a082391 user: stephan tags: trunk)
15:07
pulled in changelog 1.20. ... (check-in: 2e43ff6f7f user: stephan tags: trunk)
14:50
Change strcpy() to memcpy() inside diff.c to avoid compiler warnings on OpenBSD. ... (check-in: 06e9863cb0 user: drh tags: trunk)
14:40
initial 1.20 changelog. ... (check-in: e080560378 user: stephan tags: stephan-hack)
14:39
pulled in trunk for clean slate on subsequent changes. ... (check-in: a37d80e8af user: stephan tags: stephan-hack)
14:01
Bug fix: Make sure the constant_time_cmp() SQL function is registered when rendering the login page. ... (check-in: 2f4a101ca5 user: drh tags: trunk)
07:00
Moved the user-related JSON handlers into their own file. ... (check-in: 6e18fc2ecc user: stephan tags: json-multitag-test, json)
02:08
1.20 initial changelog, this time to the proper branch. ... (check-in: 8b3c6ebb37 user: stephan tags: trunk)
02:03
Sorry, wrong branch! started changelog for 1.20 release. ... (Closed-Leaf check-in: a942086390 user: stephan tags: declined)
01:20
Refactored json_stmt_to_array_of_xxx() to actually take a cson_array argument (not generic cson_value arg), now that the cson API allows that simplification. ... (check-in: 23a35ba1cc user: stephan tags: json-multitag-test, json)
01:14
Merge the maketest_fixes branch into trunk. ... (check-in: 9ee570846b user: drh tags: trunk)
01:12
Additional makefile changes so the "../$CHECKOUT/configure; make test" works. ... (Closed-Leaf check-in: 6f285b5fa9 user: drh tags: maketest_fixes)
01:04
added a TODO. ... (check-in: 23d69df6a8 user: stephan tags: json-multitag-test, json)
01:04
Fix the makefile so that "make test" works from a sibling build directory. ... (check-in: 16d7e4a5c0 user: drh tags: maketest_fixes)
00:57
Update the built-in SQLite to the latest 3.7.9 beta. ... (check-in: ccf43e1882 user: drh tags: trunk)
2011-10-19
23:56
Enhanced /json/artifact/FILE_UUID a bit. Now only includes full content if explicitly told to, but returns more metadata even for binary files. ... (check-in: 2165e77c85 user: stephan tags: json-multitag-test, json)
22:31
merged in trunk [e161670939b93ec]. ... (check-in: 1d0a7103a3 user: stephan tags: json-multitag-test, json)
22:12
Added permissions checks to artifact/file and artifact/wiki. Renamed a mysterious mlink property. ... (check-in: 83ba8852a7 user: stephan tags: json-multitag-test, json)
21:53
refactored json_artifact_file() a bit to re-use other code. ... (check-in: a4f4c62a1a user: stephan tags: json-multitag-test, json)
21:53
removed a no-longer-true "untested" marker. ... (check-in: 4f196f15fb user: stephan tags: json-multitag-test, json)
21:26
Re-implemented json_artifact_wiki() to use pre-existing functionality. ... (check-in: f996e6636c user: stephan tags: json-multitag-test, json)
21:13
s/fossil_is_json/fossil_has_json/g. Moved fossil_has_json() (nee fossil_is_json()) decl/docs to json_detail.h. ... (check-in: d2c1ae23a9 user: stephan tags: json-multitag-test, json)
20:54
Fixed a C99/C++ism. Added json_new_string_f() (printf-style). ... (check-in: f5cc421dc2 user: stephan tags: json-multitag-test, json)
20:36
A number of small doc improvements. ... (check-in: fa17e0980c user: stephan tags: json-multitag-test, json)
20:28
Bringing back the fixes for the 'make test' from [bf480a29a6], [e46be99ff4], [129605856a], for an eventual merge to trunk. ... (check-in: 5692702d50 user: viriketo tags: maketest_fixes)
19:54
Merge in the annotatecmd_fix branch. ... (check-in: e161670939 user: drh tags: trunk)
18:59
Fix for ticket [e5999e25eedeb]. Code style fix. ... (check-in: 4a296c0b1c user: jan tags: trunk)
15:47
fixed json_page_top() and json_cmd_top() to behave as documented when a callback returns non-NULL but does set the error state. ... (check-in: 2f48be58a7 user: stephan tags: json-multitag-test, json)
14:56
removed a superfluous call to json_set_err() which "overwrote" the previously set error. ... (check-in: 1615544773 user: stephan tags: json-multitag-test, json)
01:49
Fix a missed class="button" on the info page. ... (check-in: 5f0899bba6 user: drh tags: trunk)
01:44
Increase the version number to 1.20. Improvements to style sheets. ... (check-in: 91db2ccfa2 user: drh tags: trunk)
01:29
Merge updates from trunk. ... (check-in: 62d928cb41 user: mistachkin tags: tcl-integration)
2011-10-18
23:37
When editing the properties of a check-in and comparing the old and new comment text, ignore leading and trailing whitespace and the differences between \r\n and \n. Hopefully this will reduce the number of unwanted comment edits. ... (check-in: 48928829e2 user: drh tags: trunk)
21:20
Adding a space I forgot in in the html output. ... (Closed-Leaf check-in: 61523cbe67 user: viriketo tags: targets_setting)
20:55
Adding a boolean setting to choose the use of 'targets' in the anchors href. Default enabled. Related to the thread starting at [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06588.html] ... (check-in: d29df2f0a2 user: viriketo tags: targets_setting)
19:49
Bringing the changes I had in [4bae75a08e] to a trunk-derived branch. ... (check-in: ef5d2176f9 user: viriketo tags: annotate_links)
19:45
Should fix ticket [f0f9aff371f2]. Until now, the annotate_cmd was taking the last (or any?) checkin that had the artifact to be annotated, totally unrelated to what version is checked out. I made annotate_cmd respect the checkout, and annotate only from the past until the checked out version. This makes the command slower, but at least does what I'd like it to do. Maybe someone else can come up with a faster or simpler implementation. I changed the compute_direct_ancestors code so I could call it twice in a single run. ... (Closed-Leaf check-in: c7c4279f13 user: viriketo tags: annotatecmd_fix)
13:06
add support for fetching text file content and checkin history via /artifact json request ... (check-in: 3d1d139a7a user: zach tags: json-multitag-test, json)
2011-10-17
23:12
Fix typo in warning message. ... (check-in: c80ee413ab user: drh tags: trunk)
18:03
Removed some dead code. Experimentally enabled jQuery ajax back-end to test a problem on my 3DS. ... (check-in: ebb0c04749 user: stephan tags: json-multitag-test, json)
16:08
merged in trunk [fda7c2c63d] for side-by-side diffs. ... (check-in: 571f3aca5b user: stephan tags: json-multitag-test, json)
16:01
Fixed an incorrect const qualifier (caught by clang). ... (check-in: fda7c2c63d user: stephan tags: trunk)
13:09
Font size adjustments for side-by-side diff. Use the dp= query parameter of timeline on the info page. ... (check-in: eefb31683b user: drh tags: trunk)
11:37
Fix the labeling of timelines with the dp=UUID query parameter. ... (check-in: a47fde8eed user: drh tags: trunk)
01:19
Merge the side-by-side diff code into trunk. ... (check-in: 0bde74ea1e user: drh tags: trunk)
01:18
Remove unused variables and surplus blank lines from the side-by-side diff code. ... (Closed-Leaf check-in: a92908a6b5 user: drh tags: jan-sbsdiff)
01:12
Add new warnings for when Fossil overwrites an unmanged file on "update" or "merge". Undo has been and continues to be available to recover the overwritten files. ... (check-in: 39f979b08c user: drh tags: trunk)
00:26
Rephrasing and fixed a typo. ... (check-in: 8e358aa8c6 user: jan tags: jan-sbsdiff)
2011-10-16
23:24
Merge the latest trunk changes into the side-by-side diff branch. ... (check-in: 23c3affad4 user: drh tags: jan-sbsdiff)
23:10
Fix a typo in the timeline EVENT table entries generated by "fossil rebuild" in the previous check-in. ... (check-in: fd486df492 user: drh tags: trunk)
23:00
Show tag changes on the timeline. A "fossil rebuild" is required to take advantage of this new feature. Also put a &amp;bull; character in front of non-checkin timeline entries to make them stand out more. ... (check-in: 87540ed6e6 user: drh tags: trunk)
21:04
Renamed 1/2-pane diffs to unified and side-by-side in the ui. ... (check-in: ff9de303e3 user: jan tags: jan-sbsdiff)
17:32
Fix new and harmless compiler warnings that appeared with the upgrade to GCC 4.6.1. ... (check-in: d8bbe4add6 user: drh tags: trunk)
16:19
Add sbsdiff options when using show-version-diffs. ... (check-in: adace7586e user: jan tags: jan-sbsdiff)
14:33
Removed a GNU-make-only construct which broke Jan's build. ... (check-in: 8da8432630 user: stephan tags: json-multitag-test, json)
13:35
Set explicit background color for sbsdiff table in skins. ... (check-in: f4f5e05571 user: jan tags: jan-sbsdiff)
13:29
pulled in latest cson for cson_object_merge(). ... (check-in: d3ad893c5b user: stephan tags: json-multitag-test, json)
13:29
fixed a memleak of parent artifact uuid. long live valgrind. ... (check-in: 3db8bfc5bf user: stephan tags: json-multitag-test, json)
12:56
Merge latest changes from trunk ... (check-in: 1349e5ed20 user: ashish tags: ashish-ipv6)
12:53
Add initial IPv6 support code ... (check-in: 92c59f1202 user: ashish tags: ashish-ipv6)
10:04
merged/resolved trunk [ee723ed98ddb0a]. ... (check-in: a40ac8fdc4 user: stephan tags: json-multitag-test, json)
09:49
minor doc clarification. ... (check-in: 398b53e059 user: stephan tags: json-multitag-test, json)
02:07
Separate sbsdiff block separator meta-rows a little more from regular rows in built-in skin 4. ... (check-in: 7a47abe17f user: jan tags: jan-sbsdiff)
00:14
Updated styles/skins. Built-in skin 4 can now wrap lines. ... (check-in: 1c40493cb5 user: jan tags: jan-sbsdiff)
2011-10-15
21:25
Add sbsdiff link to the /info page. ... (check-in: 286f09508c user: jan tags: jan-sbsdiff)
18:45
Add button to toggle sbsdiff for /vdiff views. Renamed the button in /fdiff. ... (check-in: d1f63cd823 user: jan tags: jan-sbsdiff)
18:05
Add button to toggle sbsdiff for /fdiff views. ... (check-in: d0988fb5bb user: jan tags: jan-sbsdiff)
17:36
Vary the number of columns of displayed files in the File List depending on the length of the longest filename in the list. ... (check-in: ee723ed98d user: drh tags: trunk)
17:18
Update to the Fossil-v-Git matrix. ... (check-in: a52287876c user: drh tags: trunk)
15:42
Merge the latest trunk changes into the side-by-side diff branch. ... (check-in: 15de70c21f user: drh tags: jan-sbsdiff)
14:33
Updated comments. Slightly more centralization of sbsdiff table generation. ... (check-in: c5ac4f800e user: jan tags: jan-sbsdiff)
12:49
Fix bug which disabled patch file generation. ... (check-in: dc27e13460 user: jan tags: jan-sbsdiff)
12:30
Fix clang static analyzer warnings about deref null pointers and undefined values. There are still lots of dead code warnings, but those are harmless. ... (check-in: 630691456b user: drh tags: trunk)
12:22
Make sure sbsdiff lines are escaped properly. Started adding side-by-side diff support to fdiff. ... (check-in: ff41d4be8a user: jan tags: jan-sbsdiff)
12:16
Mark functions that never return (ex: fossil_panic()) as such so that static analyzers can do a better job of pruning paths. ... (check-in: 86d2b4efc8 user: drh tags: trunk)
10:40
Update the built-in SQLite and the SQL command-line shell to the latest code from the SQLite trunk: version 3.7.9 alpha. This fixes some warnings that started appearing after upgrading to gcc 4.6.1. ... (check-in: 3dd0c15583 user: drh tags: trunk)
10:17
A very simple fix to the annotate memory leak problem. ... (check-in: 9929bab702 user: drh tags: trunk)
00:26
Code documentation. ... (check-in: 9b7955b5a4 user: jan tags: jan-sbsdiff)
00:10
The link <strong>p</strong> in the annotate page was totally bad implemented. As I don't see an easy way to implement it, I take it out. There is only <strong>d</strong> left. ... (check-in: 4bae75a08e user: viriketo tags: annotate_links)
00:06
The plink is not needed at all in the annotate query ... (check-in: 40cbb69c4f user: viriketo tags: annotate_links)
2011-10-14
23:38
Starting a branch to add more information into the annotate web page. I added a link <strong>p</strong> to the annotation of the version previous to that line change, and a link <strong>d</strong> to the checkin file diff that introduced the given line. I'd want also the links to bring the users to the concerning line of annotate; we should have something like line numbering and line anchors, like the artifact page. ... (check-in: 9e3b6ad052 user: viriketo tags: annotate_links)
22:21
Added two (local) options to sbsdiff (allow expansion and max columns limit), though they can't be changed in runtime yet. Added some missing error handling. ... (check-in: 47cdbbf2fb user: jan tags: jan-sbsdiff)
22:20
Making 'fossil merge' also report a conflict for extra files overwritten. Like [60c6197c8a], but for the merge operation. Related to ticket [953031915f]. ... (check-in: bb49278a8a user: viriketo tags: declined)
22:17
Minor diff view change for the black'n'white skin. ... (check-in: 07714601de user: jan tags: jan-sbsdiff)
22:16
Reporting the number of merge conflicts at the end of merge, as with update. I think the information is of value to the user. I think that had to be introduced in [070ce24d838a6], from its comment, but that change made the opposite of commented. ... (check-in: e1a7a1d9e2 user: viriketo tags: declined)
20:25
Making fossil warn about a conflict, if an update operation overwrites an extra file. This should close ticket [953031915f]. ... (check-in: 60c6197c8a user: viriketo tags: declined)
19:53
Same trouble as [bf480a29a6] but for the merge5 test. ... (check-in: 129605856a user: viriketo tags: declined)
19:46
Fixing the merge5 test, for it to run when out of a checkout. The same kind of fix as [0a7ab3ccb0]. ... (check-in: e46be99ff4 user: viriketo tags: declined)
19:01
Fixing the merge_renames test; fossil was using $HOME somehow. I noticed it running the test in an environment without a valid $HOME path (the nix package building). fossil refused to run the 'fossil new' inside the merge_renames test. ... (check-in: bf480a29a6 user: viriketo tags: declined)
16:12
Merging the extended_ci_names branch, that introduces more ways of naming checkins in diff and update operations. ... (check-in: 107e605f41 user: viriketo tags: declined)
16:11
Merging the annotate_noleak changes, about removing an important memory leak in the annotate operation. It also fixes some blob behaviour in blob.c and content.c. <b>Update:</b> Removed from trunk. Replaced by the must simpler fix at [9929bab702f99839ee] ... (check-in: 409f370a6d user: viriketo tags: declined)
15:52
working on json wiki command ... (Closed-Leaf check-in: 4f9f0e9f03 user: zach tags: json-multitag-test, json)
15:41
Updated the built-in skins for sbsdiff. ... (check-in: bb76b57aa2 user: jan tags: jan-sbsdiff)
00:06
Add /*sort*/ marks to some SQL queries to disable warnings about sorting without an index. ... (check-in: fff43ebb5b user: drh tags: trunk)
2011-10-13
23:48
Started adding support for showing side-by-side diffs in the web ui. ... (check-in: a6a8e89413 user: jan tags: jan-sbsdiff)
23:47
Provide an option to enable the /test_env URL for all users. Optionally display cookie values in the /test_env URL. ... (check-in: 4d32db8ef8 user: drh tags: trunk)
17:10
Added downloadPath property to files in timeline view, leading to /raw/FILENAME?name=uuid. ... (check-in: ea5e58155d user: stephan tags: json-multitag-test, json)
16:45
merged in trunk [862d7dbf59f55e2d]. ... (check-in: 3025ecb2ae user: stephan tags: json-multitag-test, json)
16:39
Update the SQLite command-line shell to the latest from the SQLite source tree. ... (check-in: 862d7dbf59 user: drh tags: trunk)
12:56
Fixing the usage() calls in stash.c, as it duplicated the word stash; it was giving messags like "Usage: fossil stash stash pop". ... (check-in: 399c0ddae4 user: viriketo tags: trunk)
02:47
Create new branch named "ashish-ipv6" ... (check-in: 10e1071461 user: ashish tags: ashish-ipv6)
2011-10-12
17:41
Adding a more options at naming commits for diff and update commands. I wrote a new function that allows more kind of specifications for a checkin uuid: checkout, parent and pivot:id1:id2. If there was a way to discover the 'parent branch' of the current checkout, there could be a 'parentbranch' naming too. I think this makes the life easier, specially for the pivot:id1:id2 case, about seeing the difference between a branch and its parent branch. I find myself using often the test-find-pivot command just to get that diff or update to the pivot, to check changes between the current branch and the parent branch. ... (Closed-Leaf check-in: 9fe787ec03 user: viriketo tags: extended_ci_names)
16:20
Fixing the merge_renames test, so it accepts being called out of a repository. The message given by fossil when trying 'info' out of a repository had changed. ... (check-in: 0a7ab3ccb0 user: viriketo tags: trunk)
15:21
Making the http ssl code output the verification error, in case of verification failure. I also make the user question state the host the certificate is related to. ... (check-in: 79c31f9b73 user: viriketo tags: trunk)
2011-10-11
21:04
Added another AJAX impl which uses a local fossil binary for the back-end while using the FossilAjaj front-end interface. ... (check-in: 155516632c user: stephan tags: json-multitag-test, json)
20:46
Update the build-in SQLite and the SQLite-shell to the latest code from the trunk of the SQLite source tree - version 3.7.9 alpha. ... (check-in: 55fb082ae5 user: drh tags: trunk)
19:57
JS code test cleanups to account for the fact that the ajax-thrown assertions/exceptions get swallowed by the ajax layer. ... (check-in: 9e98a9bd9e user: stephan tags: json-multitag-test, json)
14:28
merged in trunk [496edc2176]. ... (check-in: ec76ee16fd user: stephan tags: json-multitag-test, json)
2011-10-10
20:02
Fix some compiler warnings. ... (check-in: 496edc2176 user: drh tags: trunk)
19:33
Fix a C++ comment in sha1.c. Fix a help text typo. ... (check-in: a6f3dd1ce7 user: drh tags: trunk)
13:19
Update the "scrub" command to drop the accesslog table when the --verily option is used. ... (check-in: 16a6dfefd1 user: drh tags: trunk)
13:05
Additional formatting fixes: shorten lines to 80 characters or less. ... (check-in: c1d78e0556 user: drh tags: trunk)
12:59
Adjust SSL trust fix to skip prompting for certificates that already have an explicitly negative trust setting. ... (check-in: 636804745b user: mistachkin tags: trunk)
12:55
Fix indentation and formatting in http_ssl.c. Limit line length to 80 characters per the coding style spec. ... (check-in: 5eb8f0157a user: drh tags: trunk)
11:38
Merge the ssl-trust-fix branch into trunk. ... (check-in: 0554dbd04a user: drh tags: trunk)
08:56
Fix constant prompting on already saved SSL certificates that are not trusted for some reason (e.g. host mismatch, etc). ... (Closed-Leaf check-in: 25169506b7 user: mistachkin tags: ssl-trust-fix)
2011-10-09
12:58
factored out an extraneous parameter to json_gc_add(). ... (check-in: 7a83a5cbd0 user: stephan tags: json-multitag-test, json)
11:57
fixed: json_cap_value() now returns NULL (instead of prematurely/fataly querying the db) if g.userUid has not been set (i.e. CLI mode). ... (check-in: 96920e7c04 user: stephan tags: json-multitag-test, json)
11:45
Added global debugFossilG/--json-debug-g boolean to add the "g" output to any response (including (especially) error responses) to simplify debuggering. Requires a|s privileges. ... (check-in: f047bbddb4 user: stephan tags: json-multitag-test, json)
11:23
Added /json/g, which dumps the "g" object to JSON (debuggering tool). ... (check-in: 65e0c94c8a user: stephan tags: json-multitag-test, json)
11:09
minor cleanups to how FossilAjaj stores its auth info. ... (check-in: fb55f2534d user: stephan tags: json-multitag-test, json)
11:04
minor pedantic mtime "as int" casts. ... (check-in: 770f9da54a user: stephan tags: json-multitag-test, json)
2011-10-08
15:13
s/rn/report/, for API consistency. ... (check-in: a52296e034 user: stephan tags: json-multitag-test, json)
15:13
accommodated API change. ... (check-in: 69ef388f02 user: stephan tags: json-multitag-test, json)
14:36
Fixed Ctrl-D handling in rhino-based shell. ... (check-in: 15c6caf29e user: stephan tags: json-multitag-test, json)
14:16
added /json/report/get. ... (check-in: e21b391dcd user: stephan tags: json-multitag-test, json)
14:15
getenv() as the fallback strategy for json_getenv() now only enabled in CLI mode. ... (check-in: 8c4a23aee4 user: stephan tags: json-multitag-test, json)
12:57
"Dispatching" json subcommands now produce more useful error messages when no subcommand is specified. ... (check-in: a8af09fc16 user: stephan tags: json-multitag-test, json)
12:13
Permissions fixes in json/report. Added json/timeline/branch, analog to /brtimeline. ... (check-in: 6841b11647 user: stephan tags: json-multitag-test, json)
11:55
fixed a cson mis-use which could cause a crash in some cases due to client-side misachtung of the reference count. ... (check-in: d8fd611fab user: stephan tags: json-multitag-test, json-add-tag-test, json)
10:18
Added /json/report/run. Fixed an SQL syntax bug in report/list (only affected non-priveleged accounts). ... (check-in: 8907163ea4 user: stephan tags: json-multitag-test, json)
08:46
Added /json/report/list and /json/query. ... (check-in: 20978b27a2 user: stephan tags: json-multitag-test, json)
05:57
added diff demo to ajax page. ... (check-in: 42f569238e user: stephan tags: json-multitag-test, json)
05:16
minor hack to allow libcson to use fossil_malloc/free/realloc() so that we will hook into its die-on-OOM behaviour (=reduced error checking). ... (check-in: 56ecc0c677 user: stephan tags: json-multitag-test, json)
05:16
doc additions for /json/diff. ... (check-in: a37df1d939 user: stephan tags: json-multitag-test, json)
2011-10-07
19:55
Documentation update. ... (check-in: c0b6c28d29 user: drh tags: trunk)
18:38
Update the built-in SQLite to the latest 3.7.9 alpha. ... (check-in: f678a7b948 user: drh tags: trunk)
14:19
fixed a missing db_finalize() in an error-handling case. ... (check-in: 7906bab836 user: stephan tags: json-multitag-test, json)
13:51
First draft, no-frills /json/diff added. ... (check-in: 54e1f1a53d user: stephan tags: json-multitag-test, json-add-tag-test, json)
13:32
minor tweaks to the prototype shell. ... (check-in: d30b20a56c user: stephan tags: json-multitag-test, json)
12:02
Added a very, very prototypic/pre-alphalpha demo fossil shell. Requires rhino JS. ... (check-in: 7ab5d85487 user: stephan tags: json-multitag-test, json)
10:59
Pulled in another round of memory optimizations in cson/sqlite3. Added a few minor error reporting cleanups in JSON mode. ... (check-in: 09e5fcd795 user: stephan tags: json-multitag-test, json)
10:20
Another round of cson memory optimizations. Object keys can now be cson_strings, which can be refcounted/shared. ... (check-in: 3d252e8754 user: stephan tags: json-multitag-test, json)
06:54
Minor internal tweaks. Pulled in lastest cson_amalgamation for the new convenience functions. ... (check-in: c75759d8d0 user: stephan tags: json-multitag-test, json)
03:52
/json/wiki/get: renamed request.payload.page to "name" for consistency. Added a TODO to /json/tag/list. ... (check-in: 34056ea238 user: stephan tags: json-multitag-test, json)
03:51
fixed how many path parts are generated for the "command" response property. ... (check-in: 3d6cc1df78 user: stephan tags: json-multitag-test, json)
03:24
Removed an unnecessary strcmp(). Removed some debuggering code which corrupted the output of /json/tag/find in raw mode. ... (check-in: faaf7387d9 user: stephan tags: json-multitag-test, json-add-tag-test, json)
03:09
fixed whoami requests in demo apps to notice when the user has been logged out (and logs him in with the new auth token). ... (check-in: ccc90734e0 user: stephan tags: json-multitag-test, json)
02:58
Fixed a minor denkfehler in the "bump <1ms runtime to 1ms" logic. Changed g.json.gc to an array (lower memory and better performance for what we use it for). ... (check-in: 19276984bd user: stephan tags: json-multitag-test, json)
02:16
merged in trunk [4b0f813b8c]. ... (check-in: 39d9f83781 user: stephan tags: json-multitag-test, json)
02:14
pulled in tonight's libcson changes, which halve the number of allocations needed for creating new JSON values. ... (check-in: 130cc65cb5 user: stephan tags: json-multitag-test, json)
2011-10-06
23:29
fixed a bug in the handling of /json/tag/find --raw format (caused by moving code w/o paying attention). Added a warning when the given tag is not found. ... (check-in: be41009046 user: stephan tags: json-multitag-test, json)
23:12
Added /json/tag/find. ... (check-in: 9d27ade314 user: stephan tags: json-multitag-test, json)
21:25
Added /json/tag/cancel. ... (check-in: 0b685fcc0f user: stephan tags: json-multitag-test, json)
21:14
Added /json/tag/add. ... (check-in: bd9d7ce2f6 user: stephan tags: json-multitag-test, json)
20:10
Added /json/tag/list and infrastructure for pending (add, cancel, find) ops. ... (check-in: 1088cf2107 user: stephan tags: json-multitag-test, json-add-tag-test, json)
17:12
Added /json/resultCodes. ... (check-in: 71a1d4483f user: stephan tags: json-multitag-test, json)
15:51
minor doc fix before switching PCs for the weekend. ... (check-in: a403544f2a user: stephan tags: json-multitag-test, json)
15:47
fixed comparison logic which broken dumbing-down of error codes (caused them to never be dumbed-down). ... (check-in: f93e059f6c user: stephan tags: json-multitag-test, json)
2011-10-05
16:58
fixed [fc825dcf52] ... (check-in: 4b0f813b8c user: ron tags: trunk)
12:04
experimentally added "command" property to all responses to simplify response handler dispatching in some experimental Java client code. ... (check-in: 8f12ac9896 user: stephan tags: json-multitag-test, json)
12:03
minor cosmetic cleanups. ... (check-in: 2dac80dd9f user: stephan tags: json-multitag-test, json)
08:00
Added (--args -) to read from stdin. Theoretically now also strips windows newlines, but i do not have a broken editor to test that with ;). ... (check-in: 080d27a6b2 user: stephan tags: trunk)
07:01
fixed a url-updating problem caused by recent refactoring. ... (check-in: 4b70853483 user: stephan tags: json-multitag-test, json)
06:42
A few internal cosmetic cleanups, added json_get_wiki_page_by_rid(). ... (check-in: afb3c89fe6 user: stephan tags: json-multitag-test, json)
05:41
Tweaks to the JS API, mainly to simplify a common 2-callbacks-per-event use case. Added missing json2.js. ... (check-in: cf10d9d9b9 user: stephan tags: json-multitag-test, json)
03:32
const-correctness tweak in db_text(). ... (check-in: 30431ff903 user: stephan tags: json-multitag-test, json)
02:41
Doh... accidentally changed resultCodes from strings to ints during refactoring. ... (check-in: 36384da861 user: stephan tags: json-multitag-test, json)
02:31
fixed a mis-sorting in the json timeline, caused by refactoring in a recent commit. ... (check-in: 824ed5fb65 user: stephan tags: json-multitag-test, json)
02:26
Consolidated more of the CLI/HTTP/CLI-with-POST arg handling disparities into the json_find_option() family of functions. ... (check-in: 5b4a3f12dc user: stephan tags: json-multitag-test, json)
02:03
Change a #ifdef so that builds on MSVC will work on repos larger than 2GB. ... (check-in: 6092935ff2 user: drh tags: trunk)
00:53
lots of minor cleanups in JSON error handling (mostly cosmetic). Added some new FOSSIL-xxxx codes. ... (check-in: 2e41514fb7 user: stephan tags: json-multitag-test, json)
2011-10-04
23:40
merged and conflict-resolved trunk [c0274f996266aef]. ... (check-in: 4fbf77d4f3 user: stephan tags: json-multitag-test, json)
23:07
Merge the --args FILENAME patch into trunk. ... (check-in: c0274f9962 user: drh tags: trunk)
23:03
Simplify the implementation of the --args FILENAME patch, as requested by the FIXME comment. ... (check-in: eb8d989dae user: drh tags: stephan-hack)
21:41
Initial --args FILENAME patch. Impl seems over-complex to me, but works as described in the list thread. ... (check-in: 8a6568c3a3 user: stephan tags: stephan-hack)
21:28
merging with trunk [d4a341b49dd1b701] before applying --args FILENAME patch, to simplify downstream merge. ... (check-in: 312d522fe4 user: stephan tags: stephan-hack)
20:02
Started adding /json/artifact tickets support, but grokking tkt.c is more than i am up for tonight. Changed how permissions checks are done under /json/artifact (previous approach is just plain silly without C++ templates) ... (check-in: cee8bc6727 user: stephan tags: json-multitag-test, json)
19:17
fixed a c99ism. ... (check-in: cd67b945d7 user: stephan tags: json-multitag-test, json)
15:20
Add HMAC-SHA1 implementation. ... (Closed-Leaf check-in: dcee34b25f user: dmitry tags: multisession)
15:15
Merge protection against timing attacks into trunk. ... (check-in: d4a341b49d user: dmitry tags: trunk)
14:38
Merge trunk into dmitry-security branch. ... (Closed-Leaf check-in: f4eb0f5afc user: dmitry tags: dmitry-security)
14:34
Rename constant_time_eq to constant_time_cmp to better indicate that these functions return 0 when values are equal, like memcmp, strcmp, etc., not truth, to avoid possible mistakes. ... (check-in: d244c484e7 user: dmitry tags: dmitry-security)
14:28
Revert the previous change after thinking more about it. Login cards in the sync protocol have the following format: login userid nonce signature Nonce is SHA-1 of the message that follows this line, signature is SHA-1 of the concatenation of the nonce and user's shared secret. The successful timing attack can reveal only signature for this particular packet due to nonce. However, as nonce is known to the attacker, it's theoretically possible for them to bruteforce the shared secret_offline_. The whole scenario sounds highly improbable, but using constant-time comparison function for such things by default is a good practice. ... (check-in: 13a9a1244c user: dmitry tags: dmitry-security)
09:06
/json/wiki/get argument handling cleanup so that it works with the newer command=... approach. ... (check-in: 96fe10ab54 user: stephan tags: json-multitag-test, json)
2011-10-03
16:34
Disabling Cache-control: no-store, as it made firefox forget about form field contents on back/forward in history. Resolution achieved by a minimal consensus at [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06314.html|this thread on the mailing list]. ... (check-in: 3fac77d7b0 user: viriketo tags: trunk)
2011-10-02
23:59
Minor error handling cleanups (nicer resultText strings). Removed a call to sqlite3_config() from the JSON bootstrap code which _seems_ to be the cause of an SQLITE_MISUSE warning. ... (check-in: af72cc7599 user: stephan tags: json-multitag-test, json)
23:43
Accommodated recent API changes. ... (check-in: 901a0133e3 user: stephan tags: json-multitag-test, json)
23:21
Fixed an incorrect setting of the content type in one error-handling case. ... (check-in: 35e4e9188b user: stephan tags: json-multitag-test, json)
22:58
Added /json/branch/create. Finally found g.zErrMsg, and started using it in conjunction with json error reporting. ... (check-in: 8eaf58ee51 user: stephan tags: json-multitag-test, json)
21:01
moved /json/branch code into its own file. ... (check-in: 1a4c874e43 user: stephan tags: json-multitag-test, json)
20:15
renamed json timeline "showFiles" option to "files" because we do not really "show" anything." ... (check-in: bc7af5192a user: stephan tags: json-multitag-test, json)
19:57
Added tag/branch option to /json/timeline/ci, analog to HTML mode t/r options. ... (check-in: 762128512a user: stephan tags: json-multitag-test, json)
19:56
Added empty_Stmt, analog to empty_Blob, to work around an assertion triggered during some error handling code. ... (check-in: 4db6d7c5ce user: stephan tags: json-multitag-test, json)
18:28
Merged in trunk [ae64088627df]. Added /json/timeline/checkin as alias for /json/timeline/commit (checkin is historically more correct/consistent). ... (check-in: a9070a4944 user: stephan tags: json-multitag-test, json)
18:18
s/userName/name/, for consistency. ... (check-in: 94689bbf29 user: stephan tags: json-multitag-test, json)
13:30
minor hack to name_search() to make it stop searching after it determines there is an ambiguity. ... (check-in: ae64088627 user: stephan tags: trunk)
12:41
json mode now accepts command=string request parameter if path length is 1 (no subcommand was specified). ... (check-in: 225fd3dad3 user: stephan tags: json-multitag-test, json)
12:31
initial code for reading POST data from a file/stdin in CLI mode. ... (check-in: 8145cdbf3b user: stephan tags: json-multitag-test, json)
11:43
minor cleanups and doc additions to the json/artifact handling. ... (check-in: 6d0667831a user: stephan tags: json-multitag-test, json)
11:16
Reorganized json_page_artifact(), fixed a C99ism, fixed permissions check. ... (check-in: c926170034 user: stephan tags: json-multitag-test, json)
11:15
removed an implemented TODO reminder. ... (check-in: f270f0b5c1 user: stephan tags: json-multitag-test, json)
10:51
Added missing license header to new files. Updated (c) date to 2011. ... (check-in: 8a665715c2 user: stephan tags: json-multitag-test, json)
2011-10-01
20:50
Variable used for return value of send(2) must be signed, otherwise error conditions just result in infinite loops. ... (check-in: 5e3519873f user: joerg tags: trunk)
07:58
s/commit/checkin/, for consistency. s/artifactType/type/. ... (check-in: 44e032aa8a user: stephan tags: json-multitag-test, json)
07:47
more consolidation of timeline/artifact code. ... (check-in: cc444a02cd user: stephan tags: json-multitag-test, json)
07:04
more timeline/artifact refactoring. ... (check-in: 22fc0ab81b user: stephan tags: json-multitag-test, json)
06:45
Started refactoring some of the timeline/artifact components into reusable parts. Comment edited only to test json responses which differentiate between pristine and edited commits. ... (check-in: b1f9257213 user: stephan tags: json-multitag-test, json)
05:58
Started adding artifact-type-dependent result data to /json/artifact output. ... (check-in: a893fff3ca user: stephan tags: json-multitag-test, json)
05:58
minor cleanups. ... (check-in: 6ee6486e02 user: stephan tags: json)
05:57
Added json_new_int() convenience function. ... (check-in: ccd66b9b3c user: stephan tags: json)
05:09
Added initial /json/artifact code, but it currently can only report the type of a given artifact. ... (check-in: 6372d95165 user: stephan tags: json)
05:05
minor db_column usage cleanup. ... (check-in: cf8b20ea1f user: stephan tags: json)
05:05
added test for /json/wiki/get. ... (check-in: 2b7edce38d user: stephan tags: json)
05:04
Changed some of the exception-throwing code to propagate instead of ingore. ... (check-in: e8fe84bc2c user: stephan tags: json)
04:03
Cleaned up wiki formatting code a bit. Added wiki uuid to /json/wiki/get response payload. ... (check-in: 3f512ca41b user: stephan tags: json)
03:37
Added format=raw|html to /json/wiki/get. ... (check-in: c990e7ec25 user: stephan tags: json)
02:19
minor cleanups in the /json/login payload code. ... (check-in: 3bdae54cae user: stephan tags: json)
02:12
Changed /json/login output payload structure. ... (check-in: 88ddf2cbce user: stephan tags: json)
2011-09-30
17:00
minor ajax test code cleanups. ... (check-in: 7eb52b23ae user: stephan tags: json)
16:36
Added more integration tests. ... (check-in: 10e677c968 user: stephan tags: json)
16:35
added preliminary support for cookies in the rhino ajax client, but it does not seem to be doing anything. ... (check-in: ef9d839311 user: stephan tags: json)
15:50
Fixed POST sending for rhino-based ajax impl (was sending Content-Type form-urlencoded). Login over rhino works :). ... (check-in: a36d5c0ed8 user: stephan tags: json)
15:48
minor fix for fossil's internal handling of name=xyz parameter. ... (check-in: 9f2535f1e0 user: stephan tags: json)
14:11
Some touch-ups in the JS code. Started adding Rhino-based tests for integration/unit-testing CGI/server modes. ... (check-in: 42a07be4c5 user: stephan tags: json)
10:51
It seems like blob_constant_time_eq() is unnecessary for sync protocol signatures; removed. ... (check-in: 48bcfbd47b user: dmitry tags: dmitry-security)
09:41
Catch zero length early in blob_constant_time_eq(). ... (check-in: e3d022dffa user: dmitry tags: dmitry-security)
09:01
Merged in trunk [9bfa186be09f]. Fixed an inexplicable duplicate call to db_find_and_open_repository() which has since disappeared from the trunk. ... (check-in: 8185bddf2e user: stephan tags: json)
2011-09-29
22:27
json ajax: fixed POST/GET message sending determination (broken by a previous change this evening). ... (check-in: 37963253b9 user: stephan tags: json)
21:57
Removed the json warnings bitset crap. Still not sure i like the warnings mechanism at all. ... (check-in: 9fe06e2fda user: stephan tags: json)
21:55
Corrected a JSON-mode result code when db rebuild is required. ... (check-in: 44644d43dc user: stephan tags: json)
21:06
Fix to the previous fix: install function to the correct database. ... (check-in: 3782276da6 user: dmitry tags: dmitry-security)
21:04
Fix login groups. ... (check-in: 6f29649ef3 user: dmitry tags: dmitry-security)
17:26
Fix comment. ... (check-in: a0fa120b74 user: dmitry tags: dmitry-security)
17:21
Protect against timing attacks by using constant-time comparison function to compare passwords and cookies. ... (check-in: 7f110475ec user: dmitry tags: dmitry-security)
17:03
minor jsonp tweaks. Added some test code for it in the demo app, but there is still some jsonp disconnect between the two AJAJ layers, and i may need to consolidate them to work around it. ... (check-in: f48b687a9a user: stephan tags: json)
15:23
Added /json/rebuild. Is likely to fail w/ an AJAX timeout for large repos, which will probably cause the rebuild to roll back on the next open :/. Takes 21sec on my 32-bit netbook to rebuild the fossil repo. ... (check-in: 071de8f1bd user: stephan tags: json)
14:07
When creating a manifest, get isExe and isLink bits from filesystem at once instead of doing two stat(2) calls. ... (check-in: 9bfa186be0 user: dmitry tags: trunk)
13:08
Removed a test/debug #if block which i accidentally left enabled in [73e28dd718]. ... (check-in: 5ddfe3d663 user: stephan tags: json)
11:45
Change file_size() to file_wd_size() in file_is_the_same(). ... (check-in: 13a771ce18 user: dmitry tags: trunk)
11:05
Cache "manifest" setting in fossil_reserved_name() instead of reading it from the database on every call. This speeds up adding many files. ... (check-in: a369dc7721 user: dmitry tags: trunk)
2011-09-28
22:41
moved some db_finalize() calls so that they would also be called in error cases. ... (check-in: 997274e9be user: stephan tags: json)
22:04
Added createIfNotExists bool option to /json/wiki/save. ... (check-in: 73e28dd718 user: stephan tags: json)
21:36
JSON CLI mode now accepts --indent|-I N to set JSON indention level (uses cson_output_opt::indentation semantics). Default for CLI mode is 1 (0 for HTTP mode). ... (check-in: 30e4ebaa19 user: stephan tags: json)
12:09
merged in trunk [3e141b792c]. ... (check-in: 033e2eb1df user: stephan tags: json)
11:35
Use the check-in time as the timestamp for zlib compression on tarballs, os that every tarball for the same check-in is identical. ... (check-in: 3e141b792c user: drh tags: trunk)
2011-09-27
19:28
Call file_wd_isdir() in file_mkdir(). ... (check-in: 13120e9620 user: dmitry tags: trunk)
19:15
Change a few instances of file_isdir() to file_wd_isdir(). ... (check-in: f1329470c0 user: dmitry tags: trunk)
16:34
Add the --stats option to the rebuild command. ... (check-in: f25e5e53c4 user: drh tags: trunk)
13:22
Added basic timing info to json ops, but "should probably" move the timer start to the app/server init. ... (check-in: b9ef0fe59b user: stephan tags: json)
06:44
Allow the Tcl source directory to be used instead of the Tcl install directory if FOSSIL_TCL_SOURCE defined. Also, add and/or modify explanatory comments. ... (check-in: 5df59eba03 user: mistachkin tags: tcl-integration)
05:31
Makefile fixes to enable Tcl to be statically linked to Fossil. ... (check-in: 6e6e55a12d user: mistachkin tags: tcl-integration)
04:12
/json/timeline/ticket prevUuid is now only explicitly set for non-new files. Previously it was set to NULL, which was a waste-of-time no-op. ... (check-in: 0ddf92042d user: stephan tags: json)
04:08
Added ticketUuid to /json/timeline/ticket output. Removed some superfluous Blob uses (where db_prepare() works just as well). ... (check-in: f94ad19472 user: stephan tags: json)
03:55
Merge latest trunk changes. ... (check-in: 2d2b45bb17 user: mistachkin tags: tcl-integration)
03:28
Added /json/timeline/ci showFiles to ajax test page. ... (check-in: be700e8433 user: stephan tags: json)
03:25
Added showFiles=bool/--show-files option to /json/timeline/ci. ... (check-in: 98e24465c2 user: stephan tags: json)
02:09
Changed /json/stat to use brief mode by default due to relatively high runtime cost, replaced 'brief' param with 'full'. Added json_getenv_bool(). ... (check-in: c1914eaa79 user: stephan tags: json)
01:51
Added "brief" option to /json/stat, mirroring the change in [d01ca14d08]. ... (check-in: 17f11a0884 user: stephan tags: json)
01:32
Added /json/user/xyz to ajax demo. /json/user/get/USERNAME now works as an alias for ?name=USERNAME. ... (check-in: 585be130f3 user: stephan tags: json)
01:18
moved /json/timeline|wiki commands/pages into their own files. ... (check-in: 821830d2fb user: stephan tags: json)
01:01
Started refactoring specific json command groups into their own files (80kb is getting too big to manage in one file). ... (check-in: 5d2a516f8a user: stephan tags: json)
00:34
merged in trunk [12272b7ff0]. ... (check-in: a5fd64d344 user: stephan tags: json)
00:34
added /json/user/get. ... (check-in: 0c7be1fe6c user: stephan tags: json)
00:14
added /json/user/list. ... (check-in: 59ef1667ac user: stephan tags: json)
2011-09-26
19:30
made /json/timeline/wiki and /json/wiki/timeline aliases. ... (check-in: 0475e63d44 user: stephan tags: json)
14:43
Add the test-list-webpage command. ... (check-in: 6a97d77501 user: drh tags: trunk)
2011-09-25
11:14
Fix double LI tags when listing wiki attachments for users without permissions. ... (check-in: 12272b7ff0 user: dmitry tags: trunk)
2011-09-24
01:39
Disable SSLv2 in HTTPS client. This version of the protocol is considered insecure and has been deprecated; all modern browsers disable it. ... (check-in: ea1d369d23 user: dmitry tags: trunk)
2011-09-23
13:10
s/briefText/briefComment/. Fixed a couple memleaks of blob sql. ... (check-in: ecdbce1651 user: stephan tags: json)
12:46
Added comment to timeline/ticket. Minor additions to AJAX test pages. ... (check-in: de0b860f77 user: stephan tags: json)
12:29
Implemented /json/timeline/ticket, cleaned up timeline/ci|wiki. ... (check-in: 42900f3029 user: stephan tags: json)
10:52
Changed fossil_json_f() callback interface. Refactored json command dispatching a bit. Fixed an ordering problem in the json timelines. Pulled in latest cson_amalgamation. ... (check-in: c24b445012 user: stephan tags: json)
01:00
Corrected /json/wiki/save|create to honor the proper g.perm.WrWiki/NewWiki perm, instead of just WrWiki. ... (check-in: d3759cd40f user: stephan tags: json)
00:39
Added initial JSONP support, but lacks significant testing. ... (check-in: e72ae99dc2 user: stephan tags: json)
2011-09-22
23:40
Added --after/--before support to /json/timeline/ci and wiki. ... (check-in: e01d49b252 user: stephan tags: json)
20:07
Implemented /json/timeline/wiki. Fixed --limit/-n handling of timeline/ci. ... (check-in: 12545465e9 user: stephan tags: json)
19:14
Implemented /json/wiki/create. ... (check-in: 1df648abfe user: stephan tags: json)
17:56
Implemented /json/wiki/save. ... (check-in: 2162c86d9e user: stephan tags: json)
17:18
added src/Makefile so that (ctrl-x m) will DTRT. ... (check-in: ce4f310361 user: stephan tags: json)
17:02
Added initial prototype of JSON wiki editor (cannot save yet). Minor cleanup in ajax/index.html. ... (check-in: 475c61fd59 user: stephan tags: json)
16:27
minor cleanups in the /json/wiki/get and AJAJ code. ... (check-in: a9c8a31df5 user: stephan tags: json)
16:21
Added rudimentary timer to AJAX test page. ... (check-in: 07a2c43c8c user: stephan tags: json)
15:59
Added /json/wiki/get?page=... ... (check-in: 7dc8e9ac94 user: stephan tags: json)
14:58
Added /json/whoami. ... (check-in: 7a65dd0e00 user: stephan tags: json)
2011-09-21
21:23
added a FIXME, removed another. Now it's really bed time. ... (check-in: 8b814778c9 user: stephan tags: json)
21:17
Added my AJAX test code after accidentally deleting my local copy (thank goodness the test server still had a copy). See the README if you want to set it up locally under apache. ... (check-in: c6c5ad1364 user: stephan tags: json)
20:43
/json/branch/list now requires g.perm.Read, like /brlist does. Time for bed... ... (check-in: a37c6a87c6 user: stephan tags: json)
20:03
added current branch name to /json/branch/list payload when in an opened checkout. ... (check-in: 7592fe934b user: stephan tags: json)
19:31
added POST.payload to json_getenv() list. Re-organized /json/branch/list CLI/HTTP arg handling to behave sanely in CLI mode. Minor typo fix in main.c. ... (check-in: 4a9b51649d user: stephan tags: json)
18:55
s/branch_prepare_query/branch_prepare_list_query/g ... (check-in: 267739dd20 user: stephan tags: json)
18:53
changed how /json/branch/list selects whether to look at open/all/closed branches. ... (check-in: 14423f3284 user: stephan tags: json)
18:20
Refactored prepareBranchStatement() to simplify its usage, get rid of ambiguous arg handling, and allow the caller to specify the priority of the all-vs-closed-vs-opened decision. Made it non-static and renamed to branch_prepare_statement() for re-use in /json/branch/list. ... (check-in: 5a81a5ead6 user: stephan tags: json)
18:10
Minor timeline output cleanups. Added /json/branch/list. ... (check-in: f266ebdd3f user: stephan tags: json)
17:38
More work on the warnings infrastructure. json_warn() now (experimentally) disallows (elides) duplicate warning codes to simplify downstream loops. Still undecided on that behaviour, though. ... (check-in: 576425e862 user: stephan tags: json)
16:31
started adding infrastructure to report non-fatal warnings. ... (check-in: ad50fe9584 user: stephan tags: json)
15:22
timeline json refactoring, fixed ordering, split tags into an Array. ... (check-in: d6cbe37b6b user: stephan tags: json)
14:42
refactored the prototype timeline code, split off completely from www version (different requirements). ... (check-in: 1ecf337404 user: stephan tags: json)
2011-09-20
22:55
added a couple FIXME notes before bed. ... (check-in: e785784538 user: stephan tags: json)
22:42
Started adding /json/timeline support, but this is gonna be a doozie. Breaking it down into separate calls for ci/wiki/ticket, e.g. /json/timeline/ci because the structures will be different for each. ... (check-in: eff3f7d929 user: stephan tags: json)
16:58
fossil_warning() is now a no-op in JSON mode, to avoid corrupting the output. ... (check-in: 6ce6b5e63f user: stephan tags: json)
16:48
merged trunk [1f498a6ef2]. ... (check-in: c2b1bc686d user: stephan tags: json)
16:45
more minor internal cleanups. s/g.isCGI/g.isHTTP/ to avoid confusion later on. ... (check-in: 9adc95c476 user: stephan tags: json)
16:27
minor internal cleanups and doc additions. ... (check-in: 2f3e438507 user: stephan tags: json)
16:00
CLI mode now works properly when called using an abbreviated form of "json", e.g. fossil js wiki list. Fixed an incorrect error code in /json/wiki. ... (check-in: 76d0fa2bb0 user: stephan tags: json)
15:48
Refactored page/command callback to take on argument to simplify certain dispatching ops. json_getenv() now falls back to getenv() if neither the POST data nor cgi_parameter() contains the requested value, but this is basically a workaround for my current inability to add --opt support in CLI mode (due to how HTTP/CLI command handling is consolidated). ... (check-in: 206908faee user: stephan tags: json)
2011-09-19
20:16
Remove obsolete files ... (check-in: 1f498a6ef2 user: drh tags: trunk)
19:13
Update the built-in SQLite to the 3.7.8 release. ... (check-in: 8d4c564277 user: drh tags: trunk)
19:03
Moved a db_finalize() which would not have been called in a couple of error cases. ... (check-in: afc1cec6a3 user: stephan tags: json)
18:49
fixed a double-free() which could happen in one error case. ... (check-in: 65e946c714 user: stephan tags: json)
18:48
Implemented /json/wiki/list (first draft, may change). Pulled in latest cson_sqlite3 additions to simplify the impl. ... (check-in: 5cc88946a7 user: stephan tags: json)
17:11
minor cleanups in prep for the "larger" JSON APIs. ... (check-in: 87e20659c6 user: stephan tags: json)
2011-09-18
19:16
terribly minor internal cleanups. ... (check-in: 507a458277 user: stephan tags: json)
19:11
One compile fix and MSVC build fix, from Jeff Slutter. ... (check-in: 5f3a98ae83 user: stephan tags: json)
10:40
Removed some no-longer valid comments after confirming that JSON mode works without cookies. Dumbed-down the various login errors by default (again). ... (check-in: 52229655df user: stephan tags: json)
10:25
Added userName to /json/stat output for the nobody user (it was previously not set in that case). Renamed captcha to password in /json/anonymousPassword. Added NYI (not yet implemented) placeholders for several planned request types. ... (check-in: 13cc3b823f user: stephan tags: json)
08:11
Implemented anonymous user login over JSON. Requires 2 requests (captcha-fetch and then login). ... (check-in: cebf9919f8 user: stephan tags: json)
05:51
merged trunk [b54b8e751a]. ... (check-in: 76c4ae5e5e user: stephan tags: json)
05:45
More cleanups to the cson_cgi removal refactoring. Added common "indent" parameter to control indentation of JSON (uses cson_output_opt.indentation semantics). ... (check-in: b3653265d1 user: stephan tags: json)
04:31
Factored out cson_cgi bits - now using fossil's CGI bits. Removed cson_cgi from cson_amalgamation (cuts its size considerably). Seems to still work, and this removes some discrepancies in how CGI/server modes are handled. ... (check-in: 4cf9681440 user: stephan tags: json)
2011-09-17
23:14
Doc changes only ... (check-in: 5a9e567966 user: stephan tags: json)
20:25
added a missing assert() (Thanks, Joe M.) ... (check-in: a67c6744e5 user: stephan tags: json)
17:35
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. ... (check-in: b54b8e751a user: drh tags: trunk)
16:01
More cleaning up of error lower-level handling to output JSON instead of HTML in a few more cases. ... (check-in: 9b842564f7 user: stephan tags: json)
14:24
logout now fails if the auth token is not available to it (as a sanity check and potentially stop someone from logging out someone else). ... (check-in: affdf56c3f user: stephan tags: json)
01:25
dropped back to a simpler timestamp generation mechanism. Thanks to Ge Weijers for the input. ... (check-in: 147f4bfb62 user: stephan tags: json)
2011-09-16
23:29
Added some code for dumbing-down only the different login errors (missing name, missing pw, or no match found). Defaults to dumbed-down mode. ... (check-in: 388c9888af user: stephan tags: json)
23:06
worked around a weird cgi_parameter() bug. We are now not processing the name/password params with the precedence i would like, but it works now in server/cgi modes with GET and POST. ... (check-in: b0885e864c user: stephan tags: json)
21:39
restructured /json/cap output. ... (check-in: 7e3902d14f user: stephan tags: json)
19:48
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. ... (check-in: 4db5bd1111 user: drh tags: trunk)
19:27
implemented /json/logout. ... (check-in: e94605b54f user: stephan tags: json)
18:57
Merged trunk [693ab93b7d] to quiet down -Wall. Removed a trailing comma from an enum (-Wall mode). ... (check-in: 98cdd410df user: stephan tags: json)
18:55
style conformance touch-ups. ... (check-in: 45cd04f8c1 user: stephan tags: json)
18:53
replaced two C++-style comments. ... (check-in: 693ab93b7d user: stephan tags: trunk)
18:39
Refactored the special-case CLI-mode arg/path handling in the CGI/server-mode mechanism. Fixed: server-mode response timestamp was always the time the server process started. ... (check-in: 0bb823032f user: stephan tags: json)
18:29
more cleanups in the json arg/path handling. ... (check-in: 35b9edba83 user: stephan tags: json)
17:53
minor cleanups to the json "command path" handling. ... (check-in: 2dcc2397b5 user: stephan tags: json)
17:26
Consolidated server/cgi/cli path/arg handling (will break when add --options to CLI mode). ... (check-in: c5fbcced80 user: stephan tags: json)
16:38
fixed an inconsistency in the CLI/CGI args/path handling. Non-CGI server mode is still broken b/c we do not yet have the PATH_INFO (or equivalent) data. ... (check-in: 73591cc746 user: stephan tags: json)
13:39
more cson portability fixes, thanks to Robert Engelhardt and Joe Mistachkin. ... (check-in: afd36e987c user: stephan tags: json)
13:34
s/unlink/remove/ for Windows build (thanks again to Robert Engelhardt). ... (check-in: ea8d28acf3 user: stephan tags: json)
11:48
compile fix for mingw (thanks to Robert Engelhardt). ... (check-in: 58d4156446 user: stephan tags: json)
11:19
minor typo and wiki formatting fix. Added another external link. ... (check-in: 9f5c40cbe7 user: stephan tags: trunk)
2011-09-15
21:39
test_env command now requires g.perm.Admin or g.perm.Setup. Resolves ticket [2316d926e376aa]. ... (check-in: 2d71977e98 user: stephan tags: trunk)
12:03
initial mass-change merge of main repo with my fork. ... (check-in: 5b44a419cd user: stephan tags: json)
11:55
merged in with trunk for clean state before i pull in my fork. ... (check-in: 716bb29257 user: stephan tags: json)
11:54
Create new branch named "json" ... (check-in: 7f108075ad user: stephan tags: json)
00:54
Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n ... (check-in: 17f21f2482 user: martin.weber tags: msw-docco)
2011-09-14
18:08
Merge the refactored permission flags into trunk. ... (check-in: b344d3c0cd user: drh tags: trunk)
17:49
Removed local-only file from makemake.tcl. Doh. ... (check-in: 00fe260682 user: stephan tags: stephan-hack)
17:45
Refactored g.okXXX perms flags to g.perm.XXX. ... (check-in: 34b4dec0bc user: stephan tags: stephan-hack)
13:45
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. ... (check-in: a0cf985a42 user: drh tags: trunk)
11:14
Merge documentation updates from the msw-docco branch into trunk. ... (check-in: 2210be19cc user: drh tags: trunk)
11:06
Distinguish between direct family and merge relationships in the common status information such as seen with the "fossil info" command. ... (check-in: 9caa3506c5 user: drh tags: trunk)
00:39
A bullet point I forgot two checkins ago: * Document ALL supported options for the given commands. Checkin #2/n. ... (check-in: 25d023f3a4 user: martin.weber tags: msw-docco)
00:33
Of course THAT was the trunk version I wanted to merge with... ... (check-in: b42d1a9dcf user: martin.weber tags: msw-docco)
00:32
Begin streamline the online documentation to: * always include a short overview of the options supported by a given command, alphabetically sorted * reference similar/related commands with a final See also: section * Use ?x? for optional arguments * collapse supported options into ?OPTIONS? This is commit #1/n. ... (check-in: 3fbf8caa87 user: martin.weber tags: msw-docco)
2011-09-13
18:45
Add the "brief" query parameter to the "stat" page. ... (check-in: d01ca14d08 user: drh tags: trunk)
18:36
Merge documentation updates into trunk. ... (check-in: 6cf00533b2 user: drh tags: trunk)
17:18
The Label list was not properly freed in some cases; looking at the annotate of 'win/Makefile.msc' was triggering the case. ... (Closed-Leaf check-in: 4860d9f234 user: viriketo tags: annotate_noleak)
16:43
Getting in the changes reducing the leak on annotate. In the fossil mailing list, I received only opinions in favour of getting mallocs and frees properly paired, so I think noone will refuse the change. ... (check-in: 7870a89b10 user: viriketo tags: annotate_noleak)
12:42
online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) ... (check-in: a336ff53d2 user: martin.weber tags: msw-docco)
00:40
Add support for the -R option on several command-line subcommands. ... (check-in: 4fe2214116 user: drh tags: trunk)
2011-09-12
18:19
Merge the minor fixes on the dmitry-fixes branch into trunk. ... (check-in: ce354d0a9f user: drh tags: trunk)
18:13
Reset the reply content at the beginning of the /xfer method in case any sqlite3_log() warning messages had previously been inserted. ... (check-in: 2d1620830e user: drh tags: trunk)
13:06
Fix typo in comment ... (check-in: b582ff9879 user: joerg tags: trunk)
2011-09-11
13:57
Fix three remaining instances of printing rebuild progress in CGI mode. Ticket [19be0265ff]. ... (Closed-Leaf check-in: 2cd21f8dc2 user: dmitry tags: dmitry-fixes)
12:27
Disallow creating users with empty login. Ticket [66ce1088]. ... (check-in: e1ea6c26d0 user: dmitry tags: dmitry-fixes)
12:26
Fix typos in documentation. Tickets [09310d1a] and [806c4358]. ... (check-in: 9150a8a234 user: dmitry tags: dmitry-fixes)
12:22
Make RSS feed valid by using 'dc:creator' element instead of 'author'. Ticket [109ae2e904]. ... (check-in: 71b862af7d user: dchest tags: dmitry-fixes)
12:19
Show overridden user in commit comment. Ticket [4af785ba]. ... (check-in: 7c82dbf546 user: dmitry tags: dmitry-fixes)
2011-09-10
21:21
Add a new quote to the documentation. ... (check-in: 136519f4be user: drh tags: trunk)
2011-09-08
14:30
Add comment describing file_wd_isfile() function. ... (check-in: f23334cbda user: dmitry tags: trunk)
13:07
Remove unused variable from ticket_cmd(). ... (check-in: a0b3769b01 user: dmitry tags: trunk)
13:02
Merge fixes and refactoring from symlinks branch. ... (check-in: c05f6afaf2 user: dmitry tags: trunk)
12:59
Fix Windows build. ... (Closed-Leaf check-in: 4e586a2d8e user: dmitry tags: symlinks)
11:59
Introduce new file_wd_* functions that use stat() or lstat() depending on 'allow-symlinks' setting, and use them when dealing with files inside the working directory. Make file_* functions always use stat() as before merging symlink support. Fix renaming of symlinks when merging (via new function symlink_copy()). Rename create_symlink() to symlink_create(). ... (check-in: 8a0c546990 user: dmitry tags: symlinks)
11:52
Merge latest trunk into symlinks branch. ... (check-in: 981e5c62e3 user: dmitry tags: symlinks)
2011-09-07
08:12
Make it easier to use Events as quick notes: Display the title just above the text on Event pages. If there's no title in the wiki text, use the comment as a title. ... (Closed-Leaf check-in: 27a4518e13 user: ben tags: ben-minorchanges)
03:51
begin work on ticket [bc0d0f5642eaf]: track success of (network) write operations and start bubbling that status up. To make it up to ultimately exit(EXIT_FAILURE) on errors, mkindex will need to be updated, too, as well as the signature from command implementing functions need to return int instead of void at some point. More to come. ... (Closed-Leaf check-in: a67e2683ed user: martin.weber tags: msw-hack)
2011-09-06
20:30
Documenting the Label structure I introduced. ... (Closed-Leaf check-in: 58a02a2e4a user: viriketo tags: label_linkedlist)
20:12
catch up with trunk. Remove C++ style comments from http_ssl.c. ... (check-in: 0f1c41bc20 user: martin.weber tags: msw-hack)
13:23
Close A and LI tags when displaying new and deleted files in timeline. ... (check-in: 8d703ff956 user: dmitry tags: trunk)
07:33
Two fixes about localtime: * The ci_edit page tells the user that it asks UTC time * The object_description gives links to localtime (if it's set in the config). Otherwise the links were not pointing at the concerning checkin. ... (Closed-Leaf check-in: 1765c18d94 user: viriketo tags: localtime_fixes)
2011-09-04
22:14
Implementation of a linked list to solve the memory leak described in a TODO in [e2ebb1f5cae8]. This code is slower than having the memory leak, and at the end, it was not a big memory leak. Let's say, 10 byte per revision involved in a file annotate. If a file has 30000 revisions, it may go around 300KB then. For this leak to be noticeable (as we have a content cache until 50MB), it would mean having above a milion revisions for the file annotated. So, I keep this in a branch apart, as maybe the leak is worth the faster code. I have not measured the speed difference though. ... (check-in: ef8266b710 user: viriketo tags: label_linkedlist)
21:39
Reducing the leak of annotate even more. I wrote a TODO in the file, for a leak still present and relevant for files modified by many versions, but that requires harder work to get right. ... (check-in: e2ebb1f5ca user: viriketo tags: annotate_noleak)
21:02
Making annotate not segfault for the complex test case I have. There is still a little leak... but muuuch smaller than it was. ... (check-in: fa760a24cd user: viriketo tags: annotate_noleak)
20:43
Updating from trunk to get the latest code. ... (check-in: 73b6ff4966 user: viriketo tags: annotate_noleak)
20:41
What I did to get the 'annotate' command not leak. Notice that I disabled again the check for blob_is_reset, as in trunk. ... (check-in: 7ad4dfbe8b user: viriketo tags: annotate_noleak)
01:28
Update the built-in SQLite to the latest 3.7.8-alpha version that contains the improved merge-sort logic. ... (check-in: 0cf5416002 user: drh tags: trunk)
2011-09-02
16:19
Do a better job of merging branches that contain lots of file renames. ... (check-in: 0b93b0f958 user: drh tags: trunk)
13:54
Fix a missing \n on the trace output of the previous check-in. Also fix a redundancy in the computation of symbolic links. ... (check-in: 597176786b user: drh tags: trunk)
13:51
Add additional trace output with the --debug option on "fossil merge" and especially on filename change tracking. ... (check-in: 21acce3c35 user: drh tags: trunk)
12:39
Merge symlink fixes into trunk. ... (check-in: c97535c5d8 user: dmitry tags: trunk)
12:33
Fix a bug in undo associated with symlinks. ... (check-in: 56d624f6e2 user: drh tags: trunk)
12:27
Merge latest trunk into symlinks branch. ... (check-in: fee3c6767d user: dmitry tags: symlinks)
12:18
Merge the latest autosetup changes into trunk. ... (check-in: 172580e0a4 user: drh tags: trunk)
10:34
Print description of conflict when 'stash apply' cannot merge a symlink and a regular file. ... (check-in: bca6924e5f user: dmitry tags: symlinks)
10:31
Fix an autosetup bug which prevented libreadline from being detected when running autosetup under tclsh ... (Closed-Leaf check-in: 7eeb5c64cc user: steveb tags: autosetup)
10:30
Add -Wdeprecated-declarations on Mac OS X to prevent warnings from openssl ... (check-in: 0fd14820f7 user: steveb tags: autosetup)
10:19
Uncomment contents of Makefile.in. Silence OpenSSL deprecation warnings on Mac OS X 10.7. ... (check-in: 73443aa7f8 user: dmitry tags: symlinks)
10:10
Add Makefile.in back into the checkout. Was deleted accidently by the merge at [e4f1c1fe950425b]. ... (check-in: 90b692ba5f user: drh tags: trunk)
09:34
Bring Makefile.in back. ... (check-in: 6729562675 user: dmitry tags: symlinks)
2011-09-01
23:55
Change a couple of unlink()'s to file_delete(). ... (check-in: 61d49d92bb user: dmitry tags: symlinks)
23:44
Fix indentation in update.c. ... (check-in: 1d54dce41e user: dmitry tags: symlinks)
23:18
Merge latest changes from trunk. ... (check-in: 2b1a4797dd user: dmitry tags: symlinks)
22:56
Refactor file_perm(), file_islink(), and file_isexe(). Now file_perm() calls stat only once. ... (check-in: eac23495a9 user: dmitry tags: symlinks)
22:55
Fix merge when merging UPDATEs a symlink to a regular file and vice versa. ... (check-in: 82a95b4692 user: dmitry tags: symlinks)
22:52
Fix undo when having a regular file on disk and symlink in undo. ... (check-in: 324763b932 user: dmitry tags: symlinks)
22:22
Fix typos and other cleanup on the "build.wiki" doc page. ... (check-in: 0f9fb20370 user: drh tags: trunk)
22:15
Fix saving undo for symlinks. ... (check-in: 0762b1d9c6 user: dmitry tags: symlinks)
22:06
Merge all the latest trunk changes into the tcl-integration branch. ... (check-in: 26c515f6ff user: drh tags: tcl-integration)
22:05
Add in the merge_renames test script from the similarly named branch. ... (check-in: fcd68266e0 user: drh tags: trunk)
22:00
Merge in support for the "fossil ticket history" command from the venks-emacs branch. ... (check-in: 98a855c508 user: drh tags: trunk)
21:56
Merge the symlinks branch into trunk. ... (check-in: e4f1c1fe95 user: drh tags: trunk)
21:51
Merge the ssl_peer_ip branch into trunk. ... (check-in: 8b9c933c28 user: drh tags: trunk)
20:56
Merge latest trunk. ... (check-in: 02ee688a4d user: dmitry tags: symlinks)
20:38
I think I fix a possible bug on platforms where 'char' has signed meaning, on the code about noting the 'rcvfrom' ipv4 address. ... (Closed-Leaf check-in: 9ce6771c78 user: viriketo tags: ssl_peer_ip)
20:33
Adding some ipv4-only code to get the ip where we took the content from for the https connections. The "rcvfrom" information was lost in the case of https connections. I don't know how to make it work well for ipv6 too. ... (check-in: daa6a0eb9b user: viriketo tags: ssl_peer_ip)
20:23
Stop publishing x64 binaries for linux. x86 binaries are sufficient. ... (check-in: bd04a48925 user: drh tags: trunk)
18:25
Version 1.19. ... (check-in: 6517b5c857 user: drh tags: trunk, release, version-1.19)
17:45
Merging the unwanted two trunk leaves. ... (check-in: a22c381757 user: viriketo tags: trunk)
17:44
Fixing typo in the 'fossil configuration' command line help. ... (check-in: cd8041b159 user: viriketo tags: trunk)
17:04
Disable the use of &lt;canvas&gt; for rendering the graph. The canvas is busted in recent versions of Firefox. And canvas is mostly busted by design anyhow, since apparently it can not be taller than 32768 pixels, and Fossil graphs frequently need to be taller than that. ... (check-in: 9eb4575295 user: drh tags: trunk)
14:31
substantive improvement to sha1 speed (especially on x86) ... (check-in: f2ede7da6d user: ron tags: trunk)
12:49
Clean up a harmless compiler warning introduced by the previous check-in. ... (check-in: f7f4a80ea0 user: drh tags: trunk)
11:33
Make sure the perferred timezone format has been queried prior to running user SQL, since while running user SQL access to the CONFIG table is restricted. ... (check-in: 7922e56655 user: drh tags: trunk)
2011-08-31
20:34
Adding a new test I wanted to write. I just saw this in my local copy, but I really forgot if I finished it or not. ... (Closed-Leaf check-in: 62f4a8a61c user: viriketo tags: merge_renames)
16:28
Merge improvements to artifact descriptions into symlinks branch. Also modify displaying of permissions: now web UI shows "File", "Executable file", or "Symbolic link" in file artifact description. ... (check-in: 3115774ffe user: dmitry tags: symlinks)
14:34
Improvements to artifact descriptions merged into trunk. ... (check-in: 49402fc722 user: drh tags: trunk)
14:28
Show the branch name in artifact descriptions. ... (Closed-Leaf check-in: 2e38bed49e user: drh tags: artifact_description)
09:55
Merge latest trunk. ... (check-in: 40ed431ca5 user: dmitry tags: symlinks)
09:00
I fix the html related to the artifact description, about pairs of ul. I also disable the [view] link in the 'fdiff' ui page, because we already provide a link to the artifact in the h2 titles stating the artifacts compared. ... (check-in: e55105e58f user: viriketo tags: artifact_description)
08:34
Fixing the display of the artifact description when the artifact appears as different filenames. ... (check-in: f8eff242fe user: viriketo tags: artifact_description)
08:24
Trying to improve the ui artifact description to something easier to parse by the human eye. I'd still like to have the branch name of every checkin, but I still don't know how to get it. ... (check-in: d34a1b9f3d user: viriketo tags: artifact_description)
07:50
Improve formatting for fossil ticket history. Make small fields print on same line, and make longer ones look better. ... (Closed-Leaf check-in: 374920b209 user: venkat tags: venks-emacs)
2011-08-30
21:50
Add ability to show ticket history from command line. fossil ticket now takes a new history option, which prints the history of a ticket - somewhat like what the history button does on the ticket web GUI. ... (check-in: 73e363ea96 user: venkat tags: venks-emacs)
21:46
merge trunk before changes ... (check-in: ffa3b1eaf6 user: venkat tags: venks-emacs)
18:04
Print an error message and quite if the --user option appears on a "fossil commit" command but specifies a username not found in the database. Ticket [3ed2e994e1750b] ... (check-in: b120bc8b26 user: drh tags: trunk)
17:39
Display the last modification time of tickets using either localtime or UTC according to user preferences. ... (check-in: 839f105098 user: drh tags: trunk)
08:01
Updating from trunk to keep up working in the branch with the most recent fossil code. ... (check-in: 75aaf30aad user: viriketo tags: merge_renames)
08:00
More comments about tests I'd like to write. ... (check-in: 281e5121e7 user: viriketo tags: merge_renames)
2011-08-29
13:35
Remove unused variables from timeline.c. Like [b76ce3d5f1c329] but omits the change to th_tcl.c. ... (check-in: 0b9371365d user: drh tags: trunk)
13:24
Update the built-in SQLite to the latest 3.7.8 alpha version. ... (check-in: 35474aff2f user: drh tags: trunk)
10:31
Silence compiler warnings about unused variables in print_timeline. ... (check-in: b76ce3d5f1 user: mistachkin tags: tcl-integration)
09:27
Add workaround for bug in Tcl_EvalObjCmd when compiled against Tcl 8.6. ... (check-in: 3a6265696a user: mistachkin tags: tcl-integration)
01:19
Add test to verify behavior for missing objProcs. Also, make sure Tcl integration is enabled for the tests. ... (check-in: cba0f25bf2 user: mistachkin tags: tcl-integration)
00:54
Protect against Tcl commands with no objProc. ... (check-in: 8f6a03f7d1 user: mistachkin tags: tcl-integration)
00:28
Fix comment regarding the value of TCLDIR. ... (check-in: 10f13bc5ab user: mistachkin tags: tcl-integration)
2011-08-28
23:45
Use macros to tidy up TH1 to Tcl argument marshalling. Use the Tcl interp result when Tcl_ExprObj does not return ok. Check for Tcl interp deletion. The TH1 'puts' command should flush when writing to stdout. Add 'repository' TH1 command. Use obj API to get Tcl cmdInfo. Add tests for Tcl integration. ... (check-in: 53b9445b2c user: mistachkin tags: tcl-integration)
11:22
Make blob_read_link() C89-compatible on Unix again. ... (check-in: 034819087d user: dmitry tags: symlinks)
11:01
Use file_delete() instead of unlink() in vfile_to_disk(). ... (check-in: 08311ffc6a user: dmitry tags: symlinks)
10:43
Handle errors in blob_read_link(). ... (check-in: d43029f6f4 user: dmitry tags: symlinks)
06:54
Reset result prior to direct Tcl invocation. Cast all ckalloc return values. Make sure the global config database is open for the 'test_th_render' command. Allow the 'tcl' setting to be enabled via the environment. ... (check-in: 5cc15d0890 user: mistachkin tags: tcl-integration)
03:00
Do not free the Tcl result (or interp) prior to setting the TH1 result. ... (check-in: 0299d484fc user: mistachkin tags: tcl-integration)
2011-08-27
20:37
Indicate whether a file artifact is a symlink or an executable in the web interface. ... (check-in: a7bf0e9ba4 user: dmitry tags: symlinks)
18:25
Changes to fossil_stat() so that the build works for mingw. ... (check-in: a7e747e58f user: drh tags: symlinks)
18:12
Fix a C89 error specific to the symlinks branch and also pull in the C89 fix and the versionable settings fix from trunk. ... (check-in: 4778edd3f2 user: drh tags: symlinks)
18:08
Merge fixes from trunk. ... (check-in: 9773d5966f user: mistachkin tags: tcl-integration)
18:05
Versionable settings are only checked if the local _FOSSIL_ database is already opened. Versionable settings no longer attempts to open that database itself. This fixes an issue with the Admin/Settings page. ... (check-in: a2cc6bc6dc user: drh tags: trunk)
17:53
Fix the timeline.c module to be C89-compliant. MSVC needs this. ... (check-in: 8a5f2a7a3a user: drh tags: trunk)
17:35
Document Tcl integration setting, build fixes. ... (check-in: 326688e58b user: mistachkin tags: tcl-integration)
16:48
Add per-repo setting to enable/disable Tcl support. ... (check-in: 9613828c7e user: mistachkin tags: tcl-integration)
16:26
Add ability to evaluate Tcl expressions from TH1. Add ability to invoke Tcl commands from TH1. Add the ability to evaluate TH1 scripts and expressions from Tcl. ... (check-in: c5a6e9ea69 user: mistachkin tags: tcl-integration)
14:42
Initial code to support TH1/Tcl integration. ... (check-in: f723647710 user: mistachkin tags: tcl-integration)
09:44
Fix reading delta from wrong column in stash. ... (check-in: 0317a929cb user: dmitry tags: symlinks)
01:21
Reverse the order of column/table existence checking to make validation of already updated local database faster. ... (check-in: 8c0f4bc718 user: dmitry tags: symlinks)
01:07
Add islink column to stashfile, undo, undo_vfile tables if needed. ... (check-in: 44e673f5e9 user: dmitry tags: symlinks)
00:52
Fix SQL syntax error in undo. ... (check-in: be956c3c88 user: dmitry tags: symlinks)
2011-08-26
14:59
Merge the latest trunk changes into the symlinks branch. ... (check-in: 24c16584cc user: drh tags: symlinks)
14:49
Add the colortest query parameter to the brlist webpage. ... (check-in: d0daac20da user: drh tags: trunk)
14:11
Add the test-hash-color command for testing the hash_color() function. ... (check-in: 130b8f77ff user: drh tags: trunk)
14:10
Merge the "stash rm" command into trunk. ... (check-in: 0b4f83067a user: drh tags: trunk)
14:09
Merge the autosetup updates into trunk. ... (check-in: 64a2b0d51f user: drh tags: trunk)
2011-08-25
13:48
Fix one more use of number instead of constant for permissions. ... (check-in: 35de2bdd07 user: dmitry tags: symlinks)
11:42
Introduce constants for internal permissions (executable/symlink). ... (check-in: f6daee3e7b user: dmitry tags: symlinks)
2011-08-24
22:13
Update to the latest autosetup, mainly for better temp file handling on mingw/msys, and fixes for the sun studio compiler. ... (Closed-Leaf check-in: 4e5dd3536e user: steveb tags: autosetup)
21:45
Fix code stylistic issues with the "stash rm" patch. Also document the new stash verb. ... (Closed-Leaf check-in: d2c4a24275 user: drh tags: stash_rm)
20:05
"rm" subcmd to stash, "drop"-alike functionality ... (check-in: 1f4e6cf1ae user: bch tags: stash_rm)
20:01
Support symlinks in tarballs. ... (check-in: 72e3bbd071 user: dmitry tags: symlinks)
19:12
Support symlinks in ZIP files. ... (check-in: 16da26c585 user: dmitry tags: symlinks)
2011-08-23
18:00
go back to the old numbering on the pre-checkin checklist (ok'd drh). ... (check-in: a87717ad86 user: martin.weber tags: trunk)
17:57
Change numbering back so that the preliminary step is 0, the most important one is #1. ... (check-in: 90e310ebbd user: martin.weber tags: msw-hack)
17:44
Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. ... (check-in: 4619361d58 user: dmitry tags: symlinks)
17:23
catch up with trunk & fix commentary portion of checkin.wiki. ... (check-in: 35e3328734 user: martin.weber tags: msw-hack)
16:55
Merge the msw-hack branch into trunk. ... (check-in: d41074f862 user: drh tags: trunk)
16:50
Avoid using invalid SQL when checking to see if the vfile table needs to have the islink column added. ... (check-in: 2de9e87600 user: drh tags: symlinks)
15:45
Fix several harmless compiler warnings. ... (check-in: 553159aa0d user: drh tags: trunk)
15:27
Merge in the latest changes from trunk. ... (check-in: 6c880a4f5e user: drh tags: symlinks)
15:14
Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] ... (check-in: 649efeb43d user: drh tags: trunk)
15:10
The u= query parameter on a timeline looks for both original and edited user names. Ticket [d94b0934861d9] and [fca5ce18c07c29]. ... (check-in: 0f7f81303c user: drh tags: trunk)
14:47
Merge the versionable-settings cache into trunk. ... (check-in: ea51d1272c user: drh tags: trunk)
13:54
Fix comments. ... (check-in: 4a32e8ade7 user: dmitry tags: symlinks)
08:37
Cache values of versionable settings read from files. ... (Closed-Leaf check-in: 0f0a94730c user: ben tags: ben-minorchanges)
01:44
catch up with trunk; update the pre-checkin list to include checking for your username. ... (check-in: a1f3987760 user: martin.weber tags: msw-hack)
2011-08-22
22:20
Merge trunk. ... (check-in: c57830bec2 user: dmitry tags: symlinks)
19:02
Allow browsing of directories whose names contain characters that must be escaped for HTML. ... (check-in: 1ec0739c4b user: drh tags: trunk)
18:45
Add the Makefile.in file back into the checkout. ... (check-in: 5feb1d6015 user: drh tags: trunk)
18:25
Merge the --showfiles enhancement from the venks-emacs branch into trunk. ... (check-in: 2b8cbf3c41 user: drh tags: trunk)
18:23
Merge the msw-hack branch into trunk. ... (check-in: af50b29c98 user: drh tags: trunk)
15:55
Continue with the update routine even if the targetted version equals the current checkout version instead of depending on the value of the verbose flag to continue or not. This fixes tkt [e8a10100e2]. Fossil update will now recover lost files with or without the -v flag. ... (check-in: c6b371c46c user: martin.weber tags: msw-hack)
2011-08-19
23:27
Add a -showfiles flag to timeline. fossil ... -showfiles will now print a list of files after the checkin comment, like the "Show Files" button in the Web GUI. The format of the printed lines is the same as update. ... (check-in: b14ab41ff8 user: venkat tags: venks-emacs)
2011-08-16
18:35
update branch before making changes ... (check-in: 84e6f172af user: venkat tags: venks-emacs)
02:43
Update the built-in SQLite to the latest pre-3.7.8 version from the stat3-enhancement branch. And turn on SQLITE_ENABLE_STAT3. This will serve as a test of the stat3 enhancements to SQLite. ... (check-in: ce62a2b11d user: drh tags: trunk)
2011-08-14
23:14
Merge the ben-testing branch into trunk. ... (check-in: 9a0c995826 user: drh tags: trunk)
23:12
Fix the file_relative_name() function so that it works on windows. ... (Closed-Leaf check-in: 47b5bf7d16 user: drh tags: ben-testing)
17:54
Remove the seperate versionable version of db_get(), which now uses ctrlSettings to determine whether a setting is versionable or not. ... (check-in: 3113f7b18f user: ben tags: ben-testing)
07:21
Merge trunk into ben-testing, adjusting for versionable settings. ... (check-in: 246ac307bb user: ben tags: ben-testing)
07:13
Change the relative-paths default to 'on', after feedback from the community. ... (check-in: 42a830e76d user: ben tags: ben-testing)
2011-08-12
12:13
Fix harmless compiler warnings in tar.c. ... (check-in: 073725ae0c user: drh tags: trunk)
11:54
When forcing a rollback following an error, reset all SQL statement first so that the rollback can be successful. ... (check-in: 9515143de5 user: drh tags: trunk)
09:29
Add link to SSL page from setting up server documentation ... (check-in: 64ae65791a user: ben tags: ben-testing)
09:26
Update documentation index. ... (check-in: e764e8f3d6 user: ben tags: ben-testing)
09:21
Add documentation for settings, SSL usage, and change log. ... (check-in: 0769acd2e0 user: ben tags: ben-testing)
2011-08-10
18:53
Display of pathnames relative to working directory for status, changes and extras commands now controlled by 'relative-paths' setting (default: off) and --abs-paths and --rel-paths options. ... (check-in: cdd298f526 user: ben tags: ben-testing)
15:54
Change X-Frame-Options to SAMEORIGIN to give reasonable click-jacking protection without blocking some client side scripting currently in use by some fossil users. ... (check-in: b968f023a8 user: ben tags: trunk)
2011-08-07
22:52
Fix a (harmless) javascript error that occurs when the graph is empty. ... (check-in: 303dd442fe user: drh tags: trunk)
10:56
Updates to the makefile documentation. ... (check-in: ef0b48de0d user: drh tags: trunk)
2011-08-05
19:14
Remove redundant assignment of the xCmp local variable in the add_files_in_sfile function. ... (check-in: cad1b4a434 user: mistachkin tags: trunk)
12:43
Taking a note about a new test I should write about merges with renames.. ... (check-in: b78d999988 user: viriketo tags: merge_renames)
2011-08-04
22:17
Merge the --case-sensitive feature into trunk. ... (check-in: 874d0ca303 user: drh tags: trunk)
17:13
Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". ... (Closed-Leaf check-in: 4fee0ce2d6 user: drh tags: filename-case)
15:54
Merge trunk into ben-testing ... (check-in: 3eb07708b1 user: ben tags: ben-testing)
14:32
Merge the ben-minorchanges branch into trunk. ... (check-in: 83c032de7f user: drh tags: trunk)
2011-08-02
18:42
Use the automatic background color algorithm for individual file timelines in addition to the global timeline. ... (check-in: abe7b8335f user: drh tags: trunk)
2011-07-30
10:14
Correct the winsrv documentation to use the renamed command name. ... (Closed-Leaf check-in: f6b8397e4b user: ben tags: ben-minorchanges)
10:10
Allow more than one file to be specified to the diff command. ... (check-in: 3cdcb51573 user: ben tags: ben-minorchanges)
2011-07-28
19:57
Merge Joerg's export command improvements into trunk. ... (check-in: dd74352d2c user: drh tags: trunk)
2011-07-25
12:24
Make sure deleted files are recorded in the MLINK table. ... (check-in: ccc2c8f65e user: drh tags: trunk)
11:21
Merge the ge-tarfix changes into trunk. This fixes tarball generation for repos that have very long filenames. ... (check-in: a26940c22e user: drh tags: trunk)
2011-07-24
19:47
Use a Blob object rather than a custom printf function in order to construct the PAX header for tarballs. ... (Closed-Leaf check-in: 02ce8b4a46 user: drh tags: ge-tarfix)
00:36
Improvements to tar generation. Uses the format documented in Posix.1-2008 to handle long file names and UTF-8. ... (check-in: 2ef37b3b2a user: ge tags: ge-tarfix)
2011-07-23
23:01
Fix logic error: look up mlink entries of the commit, not the parent. ... (Closed-Leaf check-in: 9a67937056 user: joerg tags: experimental)
22:13
Fix a harmless compiler warning. ... (check-in: ba15af450d user: drh tags: trunk)
22:05
Improvements to the automatic background color chooser. Provide a setting which alters the algorithm to work with a light-color foreground. ... (check-in: ce4a44d931 user: drh tags: trunk)
21:32
Add MinGW makefile to allow building an SSL-enabled Fossil with the sources for zlib and OpenSSL simply extracted into the Fossil source directory. ... (Closed-Leaf check-in: 6652dd1c17 user: mistachkin tags: mistachkin-Makefile)
16:01
Merge the autosetup update into trunk. ... (check-in: 3c512b3748 user: drh tags: trunk)
00:24
During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. ... (check-in: 2cfb415b23 user: joerg tags: experimental)
2011-07-22
23:46
If a branch does not have a color set for it, choose a background color for the timeline background based on a hash of the branch name. ... (check-in: c946b573c7 user: drh tags: trunk)
23:15
Experimental query parameters brbg and ubg for the timeline. ... (check-in: b6b419c32d user: drh tags: trunk)
22:07
Update autosetup to the latest version. This fixes bootstrap on systems with older compilers. Now './configure; make' works on Haiku R1/Alpha 3. ... (Closed-Leaf check-in: c32b23d626 user: steveb tags: autosetup)
19:38
Since the mlink table contains entries with pid=0 for non-empty manifests without parents, drop the original non-incremental commit logic by folding the few special cases into the mlink/plink based output. ... (check-in: fca3073621 user: joerg tags: trunk)
03:12
Merge the recent autosetup changes into trunk. The Makefile has been renamed to Makefile.classic. The standard procedure to build is now ./configure; make. ... (check-in: 75f02948fa user: drh tags: trunk)
03:10
Very minor edits to the BUILD.txt document. ... (Closed-Leaf check-in: 38d5859713 user: drh tags: autosetup)
01:43
Switch to using configure (autosetup) by default. The original Makefile is now available as Makefile.classic ... (check-in: eff52c1ccb user: steveb tags: autosetup)
2011-07-21
19:20
Add support for incremental exports ... (check-in: c2ccd82522 user: joerg tags: trunk)
17:37
Use stable marks derived from the rid in preparation for optional incremental exports. ... (check-in: 22d414e517 user: joerg tags: trunk)
17:35
Skip missing merge parents. Git doesn't like missing marks and there isn't anything to be done about them. ... (check-in: b71b32d131 user: joerg tags: trunk)
15:50
Avoid parsing manifests if a parent exists. Now the only case left using deleteall is when no parent exists. ... (check-in: bc8d368b66 user: joerg tags: trunk)
13:53
Write incremental file lists for fast-export. ... (check-in: 433a3c9a78 user: joerg tags: trunk)
2011-07-20
20:05
Fix the realclean target on windows makefiles to delete mkversion.exe not version.exe. Ticket [5947ace466c571d] ... (check-in: 3ade77897f user: drh tags: trunk)
09:09
Only allow the default Makefile to build fossil on platforms where it's known to work. Update the build documentation to tell the user to use the GNUmakefile explicitly, to avoid accidently building using the default makefile on non-GNU platforms. ... (Closed-Leaf check-in: 14d1e44957 user: ben tags: ben-safe-make)
08:37
Merge working directory relative file listings for changes and extras commands into ben-testing. ... (check-in: 8320393b2f user: ben tags: ben-testing)
08:34
Add help text to status command about --non-relative option. ... (Closed-Leaf check-in: 5de11ac6be user: ben tags: ben-changes-report)
08:29
Merge trunk with ben-testing ... (check-in: 74d65bab28 user: ben tags: ben-testing)
2011-07-19
23:44
Update the built-in SQLite to the latest 3.7.8 alpha, for the purpose of testing SQLite. ... (check-in: 4adc11edb7 user: drh tags: trunk)
23:29
Allow the root of a check-out to be in the root of the filesystem. Ticket [675f36eac4902cf] ... (check-in: b317471d8c user: drh tags: trunk)
23:18
Do not delete initial whitespace from a wiki page prior to formatting as this can mess up the bullet and enumeration markup. Ticket [207829a5c5ab7af] ... (check-in: 4ac6328f76 user: drh tags: trunk)
23:10
Enhance the branch command and the branch www page so that they can show all branches. The branch command can now also show closed branches. Ticket [2adfb697fda1b2]. ... (check-in: ebeaf3ae26 user: drh tags: trunk)
22:57
Take extra care to always honor the -A option on clone, especially when cloning from a file: URI. Ticket [bcd3cdebf2879874] ... (check-in: d86201dce9 user: drh tags: trunk)
22:41
Increment the version number. Update the change log. ... (check-in: a3717e1378 user: drh tags: trunk)
22:39
Change the name of the "service" command to "winsrv" to avoid confusion with the "server" command. ... (check-in: c46c70897c user: drh tags: trunk)
2011-07-18
20:04
Merge the windows-service command into trunk. ... (check-in: 06e9ca23e7 user: drh tags: trunk)
20:00
Update the MSVC makefile so that it works with the new "service" command. ... (Closed-Leaf check-in: 4bf9048e25 user: drh tags: tsbg-win-service)
2011-07-15
18:06
Enable Fossil to run as a Windows service and add a "fossil service" command. ... (check-in: 91c2f65a6e user: tsbg tags: tsbg-win-service)
04:50
Add file local.tcl to the autosetup directory. Containing a configuration option to prevent autosetup from using a pager. ... (check-in: e14f0fe2f3 user: dan tags: trunk)
2011-07-14
15:28
Add a commentary section to the check-in checklist. Also add the "verify makefiles" item. [/doc/trunk/www/checkin.wiki] ... (check-in: 39624620ac user: drh tags: trunk)
14:34
Update autosetup to the latest version - https://github.com/msteveb/autosetup/commit/e2a8949b420 . ... (check-in: a4efad7e61 user: dan tags: trunk)
13:29
Update the pre-commit checklist: [/doc/trunk/www/checkin.wiki] ... (check-in: 831306e11b user: drh tags: trunk)
13:02
Added the Checklist for Successful Open-Source Projects document. [/doc/trunk/www/foss-cklist.wiki] ... (check-in: 34177b0068 user: drh tags: trunk)
11:24
Fix the "fossil setting" command so that it can change the manifest setting even when not within a local check-out. ... (check-in: fd13b1a16f user: drh tags: trunk)
11:09
Modify auto.def to detect the case where the system SQLite is too old for WAL support (used by fossil). ... (check-in: 5fe55cb103 user: dan tags: trunk)
10:24
Small changes to autosetup build system so that the --disable-internal-sqlite switch works and is compatible with BSD make. ... (check-in: 734af429e3 user: dan tags: trunk)
00:28
Fix a bug in the auto.def file. ... (check-in: 35f80429f2 user: drh tags: trunk)
2011-07-13
23:03
Version 1.18 ... (check-in: df9da91ba8 user: drh tags: trunk, release, version-1.18)
21:29
Merge the new autosetup mechanism into the trunk. ... (check-in: f476744d60 user: drh tags: trunk)
21:24
Update the "fossil wiki export" command to use standard file output utilities so that line endings will be handled correctly. Ticket [d9040c134bf41] ... (check-in: 11f2f71f4c user: drh tags: trunk)
21:15
Fix an assert() that fires if the "stash" command is used after having done an "rm". Ticket [3ce0ea97522581] ... (check-in: 336e194c4d user: drh tags: trunk)
2011-07-12
20:27
Be sure to flush g.httpOut at the end of cgi_reply(). ... (check-in: 2cd0c7657f user: drh tags: trunk)
17:26
Apply a fix to auto.def supplied by Steve Bennett via the mailing list. ... (Closed-Leaf check-in: 8c482e2a99 user: dan tags: autosetup)
2011-07-11
10:00
By default, the extras command lists all the uncontrolled files relative to the current working directory, unless the --non-relative option is used. ... (check-in: b9a38cf367 user: ben tags: ben-changes-report)
2011-07-10
15:01
By default, the changes and status commands list all changed files relative to the current working directory, unless the --non-relative option is used. ... (check-in: a05bbff46a user: ben tags: ben-changes-report)
13:01
When running the changes or status command from inside a sub-directory of the check out, only show the changes in or below the current directory unless the --show-all option is used. ... (check-in: e0d2e1f9b8 user: ben tags: ben-changes-report)
12:05
Don't show the cookie values on the test_env page, unless the fossil executable was built with FOSSIL_DEBUG. ... (check-in: 35ecc92b69 user: ben tags: trunk)
2011-07-09
21:06
Disable the piping of output through $env(PAGER). ... (check-in: cd2cb3b347 user: drh tags: autosetup)
20:19
Initial check-in of Steve Bennett's autosetup configurator. ... (check-in: ded86a4e53 user: drh tags: autosetup)
16:12
Added ability to access repositories via CGI that are located in a path containing whitespaces. ... (check-in: fc15fe0418 user: rimkojr tags: trunk)
2011-06-30
17:40
typo fix per ticket [fc0838fc72f079d2033ae] ... (check-in: e50813e19b user: bch tags: trunk)
2011-06-29
17:10
Simplify some the "name" parameter to the "artifact" URIs. ... (check-in: 5acc3e4cc4 user: drh tags: trunk)
11:23
Fix broken hyperlink on ticket history. Ticket [53ed528478dbc42]. ... (check-in: 082c02a80c user: drh tags: trunk)
11:20
Fix the fossil_strcmp() routine so that it compares strings in the correct order even if some of the characters have their high-order bits set. Ticket [5982aa506467d]. ... (check-in: f23e90da8a user: drh tags: trunk)
2011-06-28
00:17
Fix a missing dependency in the makefiles. Ticket [e5b941cb0c90ba] ... (check-in: 5392b5c28b user: drh tags: trunk)
2011-06-24
11:31
Update the built-in SQLite to the 3.7.7 final with patches to fix compiler warnings associated with Fossil's use of SQLITE_THREADSAFE=0. ... (check-in: 745db63526 user: drh tags: trunk)
2011-06-23
17:48
Update the build-in SQLite to the lastest 3.7.7 release candidate. ... (check-in: 4722e1ab77 user: drh tags: trunk)
11:24
added version diff from info page ... (Closed-Leaf check-in: 6a84934b44 user: ron tags: rons diff mods)
08:56
added "diff from other version" to fdiff page ... (check-in: b785f08608 user: ron tags: rons diff mods)
2011-06-21
11:38
fix [ffa87168ce1] ... (check-in: b72eb4d4b2 user: ron tags: trunk)
00:51
Update the built-in SQLite to the latest 3.7.7 release candidate. ... (check-in: 74cbfc69ad user: drh tags: trunk)
2011-06-19
16:52
Require version 2.61 of autoconf, the version installed by default on Mac OS X. Changes to get autoconf working under Solaris 10: Prefer system version of OpenSSL found in /usr/sfw directory. Check for getpassphrase using autoconf rather than making assumptions in config.h. ... (Closed-Leaf check-in: c5f994d4c5 user: ben tags: autoconf)
16:48
Fix syntax in Makefile.in so it works with Solaris make. ... (check-in: 4787336f2f user: ben tags: autoconf)
2011-06-18
19:29
Updates to the "Quick Start" documentation. ... (check-in: a8f271e81e user: drh tags: trunk)
18:30
Update the release-test document. Add a Change Log. ... (check-in: a992b276e1 user: drh tags: trunk)
18:06
Add a "Contributing" link to the homepage. Update the build documentation. ... (check-in: 2d50893dd8 user: drh tags: trunk)
17:02
Fixes to the windows makefiles to support sequential version numbers. ... (check-in: 30b0986d93 user: drh tags: trunk)
17:00
Merge latest changes from trunk ... (check-in: 7bbeb88205 user: ben tags: ben-testing)
16:50
Add a version number that is increased by one on each release. Make the initial version number 1.18 since there have been 17 prior releases. ... (check-in: e0303181a5 user: drh tags: trunk)
15:51
Improved error messages when getcwd() fails. Ticket [f628d183c958c5b12]. ... (check-in: 89e6eb9674 user: drh tags: trunk)
2011-06-17
20:13
Adding a new test (this failed by current trunk) based on ticket [74413366fe]. ... (check-in: b2e7370e32 user: viric tags: merge_renames)
19:09
Adding a first test for merging branches with renames. Related to ticket [554f44ee74]. ... (check-in: 8526b151fc user: viriketo tags: merge_renames)
15:13
Fixes to "export --git". Changes spaces in tag names to "_" since Git cannot deal with spaces in tag names. Make sure the name of the committer is well-formed according to git's definition of well-formedness. ... (check-in: b707622f29 user: drh tags: trunk)
13:37
Fix the temporary filename generator so that it does not get stuck in a loop. Ticket [006e1df642d6246a03]. ... (check-in: d3a1663a09 user: drh tags: trunk)
2011-06-16
23:14
A CMake file from Thomas Schnurrenberger. Saved for reference. After some experimentation with cmake, the thinking is we will probably go in a different direction. ... (Closed-Leaf check-in: d167b79e66 user: drh tags: cmake)
23:12
Fix an issue with makeheaders that causes problems for windows when full pathnames are use with a colon in the device name. ... (check-in: 1128509646 user: drh tags: trunk)
19:51
Updates to the VC++ makefile. ... (check-in: 82d741db3e user: drh tags: trunk)
2011-06-15
15:33
Add the configure script and merge in the latest trunk changes. ... (check-in: 57ca24966f user: drh tags: autoconf)
15:22
Update the built-in SQLite to the latest 3.7.7 beta. ... (check-in: dbe1e68e43 user: drh tags: trunk)
2011-06-14
23:59
When doing a merge, only follow direct ancestor links when computing the set of filename changes. Do not follow merge links as this can result in non-intuitive changes. Ticket [554f44ee74e3d3b]. ... (check-in: 1c4d1272a6 user: drh tags: trunk)
22:31
Disable several warnings about sorting w/o an index. ... (check-in: b893eb0dad user: drh tags: trunk)
22:16
A very simple commit fix. ... (check-in: 3a610a3980 user: drh tags: trunk)
17:24
Change the minimum required autoconf from 2.67 to 2.62. ... (check-in: 0241d75a90 user: drh tags: autoconf)
17:21
Add Makefile.in forgotten in [8559c781c2]. ... (check-in: dcda2dbcb0 user: joerg tags: autoconf)
17:10
Remove NetBSD RCS ID ... (check-in: 8079974223 user: joerg tags: autoconf)
17:09
Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. ... (check-in: 8559c781c2 user: joerg tags: autoconf)
2011-06-10
15:14
When creating manifest files as part of a "fossil import" command, ensure that "T" cards are added in sorted order, and that there are no duplicates. ... (check-in: 6ed7ceb1de user: dan tags: trunk)
2011-06-09
19:20
Make sure the content of a manifest has been materialized and is not a copy-or-write segment of another blob prior to parsing it. Ticket [9c3e2a224b6b0055] ... (check-in: 0538980488 user: drh tags: trunk)
2011-06-07
15:51
Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. ... (check-in: 621be70494 user: drh tags: trunk)
02:09
Merge the venks-emacs changes into trunk. ... (check-in: fbf417b681 user: drh tags: trunk)
00:48
Pull the latest trunk changes into the venks-emacs branch. ... (check-in: 690ba8cbdb user: drh tags: venks-emacs)
2011-06-06
17:59
Fix indentation and tabs to style guide ... (check-in: 081a29c0b7 user: venkat tags: venks-emacs)
17:17
When setting execute permission only set it for those users that also have read permission. ... (check-in: fd6f1c5e61 user: drh tags: trunk)
17:15
Bug fix: make sure "fossil update" sets the execute permission bit correctly. ... (check-in: 37c231b11d user: drh tags: trunk)
16:50
Remove an unnecessary level of function nesting. ... (check-in: 12989181a6 user: drh tags: trunk)
12:01
Update the "scrub" command to remove traces of login-groups and subrepositories. ... (check-in: 5ea9cf4002 user: drh tags: trunk)
2011-06-05
08:54
Merge latest SQLite from trunk ... (check-in: be264779de user: ben tags: ben-testing)
08:49
Minor code cleanup: reformat code to 80 char line length ... (check-in: 6aa5b85f0e user: ben tags: ben-testing)
08:46
Add ssl-ca-location setting to specify file/directory to pass to OpenSSL as the server CA location. This allows specification of CAs properly on platforms without usable centralised CA certificate lists, or management by external programs. Add note to certificate warning about this setting, and stronger instructions about what to do if the server certificate could not be verified. ... (check-in: 636cc595e1 user: ben tags: ben-testing)
00:09
Fix minor typo in comment ... (check-in: ac7be7fd6c user: venkat tags: venks-emacs)
00:04
Add ability to append to ticket fields from the fossil ticket command ... (check-in: 35d6029a13 user: venkat tags: venks-emacs)
2011-06-03
14:24
Update the built-in SQLite to the latest 3.7.7 alpha. ... (check-in: 9f9047d686 user: drh tags: trunk)
2011-06-02
23:45
Minor code clean-ups: (1) shorten lines to less than 80 characters (2) remove C99-isms, especially intermixed code and declarations. Also merge in the moved file display fix from the trunk. ... (check-in: a164b63a67 user: drh tags: ben-testing)
20:49
Improved handling of check-in diff display when files have changed names but are otherwise unmodified. Requires a rebuild to get the display exactly right since the MLINK table needs to be recomputed. ... (check-in: 067cda2645 user: drh tags: trunk)
19:38
Merge versionable settings and empty-dirs setting from versionable-settings branch ... (check-in: 30ebed1903 user: ben tags: ben-testing)
19:31
Merge SSL client certificate support from ben-security branch ... (check-in: 397f434a4d user: ben tags: ben-testing)
19:28
Create new branch named "ben-testing" ... (check-in: 25c77401f0 user: ben tags: ben-testing)
14:56
Make sure the built-in "now()" function is available to peer-repository connections for single-signon operations. Ticket [3233c3dad99d57ad]. ... (check-in: 74ecc4d646 user: drh tags: trunk)
2011-06-01
22:39
Add the --type option to the "fossil tag find" command. Ticket [9bed1f604e0773] ... (check-in: d5b9674ec5 user: drh tags: trunk)
22:32
In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. ... (check-in: 2a013f0228 user: drh tags: trunk)
2011-05-31
12:52
Always use the alternate-form flag "#" to control the number of input bytes to printf conversions like %t, %h, and %q. Do not use precision in those cases since precision limits the number of output characters, not the number of input characters. Ticket [8967ea1df4f51af]. ... (check-in: e5e6ca4659 user: drh tags: trunk)
2011-05-30
16:46
Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. ... (check-in: 3abab7e177 user: ben tags: trunk)
07:14
Add configure script, which must be run before running make, as it appears there's no cross-platform way to set a make variable to the output of a shell command. ... (Closed-Leaf check-in: 5abe6347c2 user: ben tags: configure-make)
07:04
Create new branch named "configure-make" ... (check-in: 62284df93a user: ben tags: configure-make)
06:55
Online help for several more commands adapted ... (Closed-Leaf check-in: d23f98877d user: Arjen Markus tags: arjen-doc-updates)
2011-05-29
12:53
Remove accidentally included line of code. ... (Closed-Leaf check-in: 0bed863b69 user: ben tags: ben-security)
12:49
Support for client side SSL certificates for extra authentication to https servers. Adds --ssl-identity command line option and ssl-identity setting to specify the filename of a identity file containing a PEM encoded certificate and private key. ... (check-in: e06ea26e97 user: ben tags: ben-security)
2011-05-28
18:51
Release ... (check-in: 0448438c56 user: drh tags: trunk, release)
17:56
Merge the latest changes from the ben-security branch into trunk. ... (check-in: 6d35cde78d user: drh tags: trunk, test-%-&-tag)
17:52
Do not attempt to use fossil_fopen() in place of fopen() in the SQLite shell as doing so causes problems on (some) Macs and does not really help the windows i18n situation. Ticket [034fa7bb2907e96] ... (check-in: e94c1e9068 user: drh tags: trunk)
16:23
Add the X-Frame-Options: DENY header to HTTP responses, and a comment lamenting that two other helpful security headers can't really be used without breaking things. ... (check-in: 95f04bbfbf user: ben tags: ben-security)
15:40
Tidy up and fix implementation of empty-dirs setting. ... (Closed-Leaf check-in: 529237a3c1 user: ben tags: versionable-settings)
15:39
Add documentation for empty-dirs setting ... (check-in: eb93d6ae0e user: ben tags: versionable-settings)
14:55
Docs and visibility for versionable settings: Add versionable marker in the web UI. Output of the settings command notes if the value is overridden. Update help text for settings command noting versionable status and that glob settings can be newline separated. ... (check-in: b5d4526211 user: ben tags: versionable-settings)
09:15
Warn when there's a versioned and non-versioned value for a setting, and allow this warning to be silenced. Trim whitespace from settings loaded from files. ... (check-in: 761a98a1ee user: ben tags: versionable-settings)
2011-05-27
14:37
Issue a warning if the "push" or "sync" command is issued when "dont-push" is enable. ... (check-in: 21ceccddd8 user: drh tags: trunk)
12:56
Internationalize the opendir() function calls. Ticket [49db5c3993bef2]. ... (check-in: e05fea3852 user: drh tags: trunk)
12:16
Add the test-mimetype command and use it to verify the correct order of entries in the mimetype table. Fix the errors found. ... (check-in: ea2698e9c7 user: drh tags: trunk)
12:03
Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. ... (check-in: 32ad9a1584 user: drh tags: trunk)
06:48
Add makefile to ensure no DLLs are used for the MinGW build (zlib was installed as both a static and a dynamic library) Extensions and minor textual revisions to the online help for several commands ... (check-in: 6469b814ab user: Arjen Markus tags: arjen-doc-updates)
2011-05-26
11:57
Add the --systemtrace option for debugging calls to fossil_system. ... (check-in: 5a4dc2239b user: drh tags: trunk)
11:29
Make arrangements for the output of "fossil status" to go through the UTF8 to MBCS translation. Ticket [3f0216560679fd] ... (check-in: 02a6aa2d5e user: drh tags: trunk)
2011-05-25
13:54
Update the Mac icon for the download page. ... (check-in: a2e1c48373 user: drh tags: trunk)
2011-05-24
12:02
Merge the latest trunk changes into the versionable-settings branch. ... (check-in: 9c915adb0a user: drh tags: versionable-settings)
12:00
Merge the latest trunk changes into the arjen-doc-updates branch. ... (check-in: 5d4ef37a9d user: drh tags: arjen-doc-updates)
07:27
Extended the online help for the commit, close, configure, clone and checkout commands ... (check-in: 7df226540d user: Arjen Markus tags: arjen-doc-updates)
2011-05-23
15:11
Merge the ben-security branch into the trunk. ... (check-in: 474850cff5 user: drh tags: trunk, release)
15:06
Merge the solaris10 branch into the trunk. ... (check-in: 3e0efc3827 user: drh tags: trunk)
2011-05-22
15:08
Follow web app best practise by marking cookies as HttpOnly and, if it's over an https connection, as 'secure' so they will only be transmitted over https. Options supported by major browsers, and harmless where not supported. ... (check-in: e4b57a3230 user: ben tags: ben-security)
14:53
When displaying an unknown certificate, also display the certificate fingerprint so the user can verify they're seeing the certificate they expect. Just displaying the textual names in the certificate does not give enough information to be certain someone isn't doing a man in the middle attack. ... (check-in: fc93bfb0f7 user: ben tags: ben-security)
14:23
Create new branch named "ben-security" ... (check-in: 2b4a6a66e1 user: ben tags: ben-security)
09:52
Add versionable empty-dirs setting which specifies a newline separated list of empty directories to be created after checkout and update commands. ... (check-in: 3fa5cfaec8 user: ben tags: versionable-settings)
09:50
Turn ignore-glob, crnl-glob, binary-glob and manifest settings into versionable settings. ... (check-in: 43b0d795e5 user: ben tags: versionable-settings)
09:44
When parsing glob settings, allow splits on newlines as well as commas. Allows versionable glob settings to be written one glob per line for readability. ... (check-in: 7d04803392 user: ben tags: versionable-settings)
09:38
Add db_get_versionable_setting() for implementing 'versionable settings', which is like db_get() except will prefer to read the value from .fossil-settings/NAME in the checked out source, rather than the database. ... (check-in: 09e52f0df7 user: ben tags: versionable-settings)
09:11
Create new branch named "versionable-settings" ... (check-in: 3db75c4803 user: ben tags: versionable-settings)
07:53
Fix for passwords > 8 chars long on Solaris. getpass() silently truncates to 8 chars, use getpassphrase() instead. ... (Closed-Leaf check-in: 3e61ada775 user: ben tags: solaris10)
07:49
In the Makefile, use a more standard syntax for setting a variable to the output of a shell command. Fixes building on Solaris, seems OK on other platforms. ... (check-in: 9ef38b6b6d user: ben tags: solaris10)
07:33
Create new branch named "solaris10" ... (check-in: eb4b5e3beb user: ben tags: solaris10)
2011-05-21
16:57
If at the tip of the current branch but there are children in other branches, the "fossil up" command should do nothing. ... (check-in: 1343cfad7b user: drh tags: trunk)
16:52
Add (verisionable) empty-dirs setting ... (Closed-Leaf check-in: b21f47e967 user: ben tags: bens-expr)
16:45
Print an "Internal Error" if the update command is unable to find a version to update to. ... (check-in: 88e9f24aff user: drh tags: trunk)
16:18
Slightly hacky way of putting versioned properties in .fossil-settings dir. Version ignore-glob, binary-glob, crnl-glob and manifest. Glob splitting allows line breaks as well as spaces and commas. ... (check-in: 56b75c768a user: ben tags: bens-expr)
15:39
Experimental support for Solaris 10 ... (check-in: fd39ef8261 user: ben tags: bens-expr)
15:38
Create new branch named "bens-expr" ... (check-in: d73b1b5042 user: ben tags: bens-expr)
2011-05-20
15:31
Abstract the getcwd() system library routine into file_getcwd() with appropriate translations on windows. ... (check-in: 4b3425401f user: drh tags: trunk)
14:17
Convert the return value of getcwd() from MBCS into UTF8 before using it. ... (check-in: ef04076777 user: drh tags: trunk)
12:29
Do not short-circuit the update command if the --verbose option is used. ... (check-in: 3b5db9a10e user: drh tags: trunk)
11:39
Update the built-in SQLite to the latest 3.7.7 alpha that includes the fix for disappearing WAL transactions. ... (check-in: c60e143f28 user: drh tags: trunk)
11:32
Merge the windows-i18n branch into the trunk. ... (check-in: d8ec765fac user: drh tags: trunk)
11:24
Merge all the latest trunk changes into the windows-i18n branch. ... (Closed-Leaf check-in: a742d12e8f user: drh tags: windows-i18n)
11:22
Convert some fopen() calls to fossil_fopen(). Missed them previously. ... (check-in: f626fcaab6 user: drh tags: windows-i18n)
2011-05-19
11:48
Change the small logo to 72x72 pixels. ... (check-in: 5267731a85 user: drh tags: trunk)
00:03
Make update -verbose print even when there's no update required ... (check-in: acfbfe0dd3 user: venkat tags: venks-emacs)
2011-05-18
15:01
Update the built-in SQLite to the latest 3.7.7 alpha version. This adds no new capabilities - it is merely a beta-test of the SQLite version 3.7.7. ... (check-in: dcfa88bd46 user: drh tags: trunk)
14:28
Add built-in compress() and decompress() functions to the SQLite shell command. ... (check-in: 91d648426a user: drh tags: trunk)
2011-05-16
16:33
Move www2.fossil-scm.org from Atlanta to Newark. ... (check-in: b75bb1dc16 user: drh tags: trunk)
2011-05-15
11:19
Tweaks to the "divider" display in the www timeline. ... (check-in: ec093ff275 user: drh tags: trunk)
2011-05-13
20:30
Fix memory leaks in "fossil rebuild". ... (check-in: 625226d577 user: drh tags: windows-i18n)
17:13
Ignore short writes when writing to the console. ... (check-in: e7babf5222 user: drh tags: windows-i18n)
15:46
When translating UTF8 text for display on the console, use the codepage obtained from GetConsoleCP(), not the CP_ACP code page that is used for system calls. ... (check-in: 55b32701a5 user: drh tags: windows-i18n)
15:25
This is the correct fix for the blog-timeline problem. ... (check-in: 9b26d1e9a2 user: drh tags: trunk)
15:14
Yet another fix for the blob-timeline problem. The previous two did not quite finish the job. ... (check-in: bc37d1c5a4 user: drh tags: trunk)
15:03
A better fix for the missing blog-entry on timeline problem. ... (check-in: 57b676f1f1 user: drh tags: trunk)
14:55
Fix a floating-point comparison error that can cause blob entries to be omitted from the timeline. ... (check-in: 25ae319b84 user: drh tags: trunk)
14:20
Pull the latest changes in trunk over into the windows-i18n branch. ... (check-in: 70743ebae5 user: drh tags: windows-i18n)
14:01
Use \r\n after Proxy-Authorization in HTTP headers. Ticket [da3fef0b21c37d] ... (check-in: 1b823e1276 user: drh tags: trunk)
13:42
A better way to keep the size of the content cache under control. ... (check-in: 6a714fc036 user: drh tags: trunk)
09:57
Be more aggressive about keeping the size of the content cache under control. ... (check-in: cf24da6941 user: drh tags: trunk)
2011-05-12
14:56
Release ... (check-in: d8221b9863 user: drh tags: trunk, release)
14:17
Back out the previous change, which was bogus. Remove traces of the FOSSIL_I18N compile-time option which is not actually used anywhere in the code anymore. ... (check-in: 0613db18be user: drh tags: trunk)
14:04
Initialize the output buffer for blob_compress prior to invoking zlib in order to avoid valgrind warnings about reading uninitialized memory. ... (check-in: c9bb729d5d user: drh tags: trunk)
12:14
Pull the latest changes from trunk into windows-i18n. ... (check-in: f25b6c00c8 user: drh tags: windows-i18n)
12:13
Back out the [ab934c6b09fd1d5] change. Do not change the console output mode using SetConsoleOutputCP(). Go back to converting UTF8 into MBCS upon output. ... (check-in: b33032ae40 user: drh tags: windows-i18n)
12:02
Change fossil_malloc() so that it does not report "out of memory" when allocating zero bytes. ... (check-in: 6b382b0818 user: drh tags: trunk)
01:08
Performance improvement by caching prepared statements when computing ancestors and descendents of a check-in. ... (check-in: dcc68b46b2 user: drh tags: trunk)
00:40
Futher improments to the display of individual file timeline graphs. ... (check-in: 64aa186ae4 user: drh tags: trunk)
00:02
Add the a=, b=, and n= query parameters to the finfo web method. Show all duplicate entries in a timeline in the right-most rail. ... (check-in: cbc84ad65c user: drh tags: trunk)
2011-05-11
21:43
Add the --filevers option to the "annotate" command and the "filevers" query parameter to the "annotate" web method. This was used to help analyze the problem described by ticket [f91862eed367] ... (check-in: c8f10e551e user: drh tags: trunk)
2011-05-10
13:38
Translate check-in comments received from console input from MBCS into UTF8. ... (check-in: 2278ef0ffa user: drh tags: windows-i18n)
13:29
Always write UTF8 to the console. Change the console output mode on windows to UTF8 at startup. ... (check-in: ab934c6b09 user: drh tags: windows-i18n)
2011-05-09
15:50
Pull the latest trunk changes over into the windows-i18n branch. ... (check-in: bbba160840 user: drh tags: windows-i18n)
12:57
Accept either "on" or "ON" as the value of the HTTPS environment variable. Ticket [e95f7c93370be8c86] ... (check-in: 2d92db7ebf user: drh tags: trunk)
12:55
Use a combination of $HOMEDRIVE$HOMEPATH instead of just $HOMEPATH when searching for the home directory on windows. Ticket [44002a7760cf5406] ... (check-in: 3715b5d245 user: drh tags: trunk)
12:44
Fix an issue with inherited capabilities in the subrepo mechanism. ... (check-in: 3bd2de4c92 user: drh tags: trunk)
12:26
Add lines describing the login to the /test_env page. ... (check-in: c53fbe5d41 user: drh tags: trunk)
2011-05-07
11:42
Convert the fopen() in blob_write_to_file() into fossil_fopen(). ... (check-in: 4373976553 user: drh tags: windows-i18n)
2011-05-06
16:55
Merge the latest trunk changes into windows-i18n branch. ... (check-in: 59ddd3c8ae user: drh tags: windows-i18n)
16:44
Show the artifact numbers on the From and To of a file diff. ... (check-in: 9a63d1f048 user: drh tags: trunk)
16:32
Improvements to the annotation algorithm so that if a line changes from X to Y then back to X, the annotation shows the second X not the first. Ticket [f0f9aff371f26] ... (check-in: 73c38a3add user: drh tags: trunk)
14:36
Add --limit and --log options to the "annotate" command and corresponding query parameters to the web annotation interface. Part of the investigation of ticket [f0f9aff371f26b4] ... (check-in: bd36723c3d user: drh tags: trunk)
13:13
Fix a bug in the sub-repository detection logic. Ticket [b733bba0b7319ef2]. ... (check-in: e56a4ec3ad user: drh tags: trunk)
2011-05-04
13:56
When listing closed branches, only show a branch if every leaf of that branch is closed. ... (check-in: 74c86dd1da user: drh tags: trunk)
11:16
Merge the latest changes from trunk. ... (check-in: 503a0ef555 user: drh tags: windows-i18n)
11:13
Add a wrapper around all calls to access() that translates UTF8 to MBCS. ... (check-in: 850d3df44e user: drh tags: windows-i18n)
2011-05-03
20:25
Convert the results of getenv() from MBCS into UTF8. ... (check-in: b7df0b9ce6 user: drh tags: windows-i18n)
18:32
Convert filenames from UTF8 to MBCS on windows when checking if a file exists or checking its size, etc. Ticket [336924579dd95e7cceaeeae5]. ... (check-in: 48f5dadafd user: drh tags: windows-i18n)
13:37
Enable Basic Authorization during sync operations by prepending a single "#" to the password. ... (check-in: c1506adbf7 user: drh tags: trunk)
01:12
Update the fossil_system() function so that it converts the system command form UTF8 into MBCS before calling system(). Speculative fix for ticket [8d916f5fc30be3]. ... (check-in: a65c97afd6 user: drh tags: windows-i18n)
2011-05-02
14:37
Corrections to the multi-repository server documentation. Ticket [72c7d223d5258]. ... (check-in: b951baa5c9 user: drh tags: trunk)
14:29
Automatically delete the _FOSSIL_ file after a failed open. Ticket [d299fb9842d6bc] ... (check-in: 0aee050f32 user: drh tags: trunk)
13:31
Change calls to unlink() into file_delete(). The file_delete() routine converts filenames to MBCS from UTF if necessary. ... (check-in: eea6449098 user: drh tags: windows-i18n)
13:10
Merge in changes from trunk. ... (check-in: f8f1c4e9a3 user: drh tags: windows-i18n)
13:09
Avoid using the %lld printf conversion since windows does not support it. ... (check-in: be467e9328 user: drh tags: trunk)
2011-04-28
13:53
Make sure the argument to fopen() is MBCS instead of UTF8. ... (check-in: a3c252f237 user: drh tags: windows-i18n)
2011-04-27
20:01
Merge in the SQLite fix from trunk. ... (check-in: a9425fe17f user: drh tags: windows-i18n)
19:58
Update the built-in SQLite to the lastest snapshot from the trunk. This fixes an over-aggressive error report on windows which should fix ticket [4108dfd6b717f1] here in Fossil. ... (check-in: 2a8ff5bff4 user: drh tags: trunk)
18:21
Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. ... (check-in: e805fa8db9 user: drh tags: windows-i18n)
16:07
Update to the latest SQLite snapshot that exposes the UTF8 to MBCS conversion routine in the windows driver to applications. ... (check-in: 989fc1f2b6 user: drh tags: trunk)
14:36
Change the warning prompt for CR/NL in check-in from (y/n/a) to (yes/no/all). Ticket [7eab65a85880a10cc] ... (check-in: e3efeb6f29 user: drh tags: trunk)
14:23
Commands that recursively descend through directory hierarchies (such as "fossil extra", "fossil clean", or "fossil addremove") will now ignore nested checkouts. Ticket [b49849a350d040bc]. ... (check-in: 53aef2dee1 user: drh tags: trunk)
02:10
Merge in the config-sync changes. This is a major schema change and definitely requires a "fossil rebuild". Note that the schema upgrade is irreversible and so you should be certain you want to continue with the new schema before you upgrade. ... (check-in: 1654456ef5 user: drh tags: trunk)
02:05
Fix an issue with the --legacy option to configuration pull. ... (Closed-Leaf check-in: 940faaa37e user: drh tags: config-sync)
01:40
Fix an out-of-order local variable declaration. Ticket [a659e233cd79a0d]. ... (check-in: 7b45d101dd user: drh tags: config-sync)
01:35
Further minor tweaks to configuration sync. ... (check-in: b5aa3bfe88 user: drh tags: config-sync)
00:49
Simple test cases for configuration sync are now working. ... (check-in: bef34a6940 user: drh tags: config-sync)
2011-04-26
23:11
Hook up the new configuration transfer logic to "push" and "pull". Compiles cleanly but otherwise untested. ... (check-in: 9d35e1dbf0 user: drh tags: config-sync)
18:36
Update the "configure" command so that the "import", "export", and "merge" subcommands use the new config format. ... (check-in: 4291183882 user: drh tags: config-sync)
15:39
Add code to generate "config" card for transmitting configuration information using the new format. ... (check-in: 9522964b24 user: drh tags: config-sync)
06:37
Online help for several commands edited - as found in allrepo.c, bisect.c, branch.c and checkin.c. Note: "commit" still to be edited ... (check-in: e66fe70c7f user: Arjen Markus tags: arjen-doc-updates)
01:33
Schema changes that an mtime field to all configuration tables and make "title" a unique field on the reportfmt table. Only lightly tested. ... (check-in: 2b4b3303b6 user: drh tags: config-sync)
00:45
Begin implementing the protocol changes for configuration sync. ... (check-in: f99e3fa9e6 user: drh tags: config-sync)
2011-04-25
22:23
Change the definition of a "Leaf" to be any node that has no children of any kind (merge or non-merge) in the same branch. A "rebuild" or a "fossil leaves --recompute" is required to recompute the LEAF table after upgrading to this version. ... (check-in: e17fc71319 user: drh tags: trunk)
20:26
Add hyperlink to the annotation of a file in the object description header. ... (check-in: 030a048697 user: drh tags: trunk)
20:10
Further work toward two-way configuration sync. Need to check in these changes before they are complete in order to deal with another issue. ... (check-in: 71fc181fee user: drh tags: trunk)
16:57
Refactoring some of the configuration sync logic in preparation for bigger changes. ... (check-in: b44d4a89d0 user: drh tags: trunk)
2011-04-22
13:49
Fix the is_a_leaf() function so that it correctly identifies nodes as leaves if they have no non-merge children in the same branch. ... (check-in: 0a89d03cf6 user: drh tags: trunk)
2011-04-19
20:30
Fix a copy of minor display problems out the output of "fossil push". ... (check-in: 085b6a1bbb user: drh tags: trunk)
2011-04-18
23:46
Enhance the merge-conflict notation to show both the two recent versions and also the common ancestor version. ... (check-in: 792a3bc94a user: drh tags: trunk)
19:32
Fix another issue with directory search for CGI. ... (check-in: 0fc9b5e1f2 user: drh tags: trunk)
19:17
Fix to the multi-repository name parser for CGI. ... (check-in: 71a1c7b22b user: drh tags: trunk)
18:25
Make sure the "update" command always works the same with or without the -v option. Ticket [40a7d777a465]. ... (check-in: e11513631f user: drh tags: trunk)
12:45
Update the download page generator script to also generate a page showing the SHA1 checksums of all build products. ... (check-in: cea065c7f2 user: drh tags: trunk)
12:29
Add the PT() and PDT() macros for extracting query parameters with leading and trailing whitespace removed. Use those macros to in the check-in edit page. Do not create branches or tags with empty names. Ticket [e613f452fada00]. ... (check-in: 655e78209b user: drh tags: trunk)
12:01
Fix an invalid call to free() that occurs when "fossil add ." is run. Ticket [157ef3e5a7a06b]. ... (check-in: ed5c19cd43 user: drh tags: trunk)
10:04
Added some information on how to build on Windows ... (check-in: 963a38d5a7 user: Arjen Markus tags: arjen-doc-updates)
2011-04-15
20:42
Make an entry in the access log when a login transfers from one member of a login group to another. ... (check-in: 7b700dfacd user: drh tags: trunk)
15:36
Use a target= field on the hyperlink of the annotation web page. ... (check-in: 0e477a48e5 user: drh tags: trunk)
12:22
The "fossil open" and "fossil co" commands always prompt before overwriting unless the --force option appears. Ticket [b519c1a375c106]. ... (check-in: 824083c36a user: drh tags: trunk)
11:57
Merge the refactored "add", "del", and "addremove" commands into trunk. ... (check-in: 8ae917362c user: drh tags: trunk)
00:59
Completely forget about files that were added then removed without ever been committed. ... (Closed-Leaf check-in: 97e5ff20d7 user: drh tags: experimental)
2011-04-14
22:41
Refactoring the "add", "del", and "addremove" commands. ... (check-in: 2b95102592 user: drh tags: experimental)
18:09
Refactoring the directory scanning code used by recursive add, extra, and clean. Seems to work but needs more testing prior to folding into trunk. ... (check-in: f60f56025c user: drh tags: experimental)
14:23
Factor the glob-pattern matching logic into a separate module. ... (check-in: 289ea2a9b6 user: drh tags: trunk)
11:50
The --localauth option should look at the original IP address, not the abbreviated IP address. Ticket [b99a342a31039df19]. ... (check-in: e720f1115e user: drh tags: trunk)
02:08
Add a "diff" hyperlink after each file in the "Show Files" view of the timeline. ... (check-in: 6d9bba56dc user: drh tags: trunk)
01:20
Use the auto-shun setting, not auto-sync, to automatically transfer shuns. Ticket [dd5bb1fc73ec6ee8] ... (check-in: 602d5f9cde user: drh tags: trunk)
01:05
Merge Arjen's documentation updates into trunk. ... (check-in: b0d1510578 user: drh tags: trunk)
01:01
Change graph-test-1 hyperlinks to relative links so that they work anywhere. ... (check-in: 87fb21875a user: drh tags: trunk)
00:51
Update the test graph page to use the target= attribute. Add several new test graphs to give better coverage the the timeline webpage. ... (check-in: 8d5dafc1dc user: drh tags: trunk)
2011-04-13
12:05
Release ... (check-in: 047e06193b user: drh tags: trunk, release)
11:47
Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options ... (check-in: a3ecba52f0 user: Arjen Markus tags: arjen-doc-updates)
11:35
Update test cases for file_simplify_name(). ... (check-in: 553f0a973a user: drh tags: trunk)
10:23
Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options ... (check-in: 1f851f8467 user: Arjen Markus tags: arjen-doc-updates)
2011-04-12
23:41
Merge support for login-groups and single sign-on into the trunk. ... (check-in: a257fde3ba user: drh tags: trunk)
23:37
Fix a bug in single sign-on. Add comments to the login source code. ... (Closed-Leaf check-in: 9df4dcb5e1 user: drh tags: login-groups)
22:44
Update web logins so that they span all members of a login group. ... (check-in: e9754eaeff user: drh tags: login-groups)
02:25
Update the built-in SQLite version to the 3.7.6 release. ... (check-in: 4dde79b9e6 user: drh tags: trunk)
2011-04-10
00:27
Cache passphrase for protected PEM files to avoid having to re-type passphrase for each new https connection. ... (Closed-Leaf check-in: 0c0392af3d user: jan tags: jan-clientcert)
2011-04-08
18:45
User edits can be applied to a single repository or across the entire login group. ... (check-in: a3fbd4fa9d user: drh tags: login-groups)
17:09
Fix copy-paste issues with the header comment for the tarball generator. ... (check-in: e5609b76cb user: drh tags: trunk)
17:08
Begin adding code to implement "login groups" which will (we hope) ultimately lead to a single sign-on capability. ... (check-in: eec32b99dd user: drh tags: login-groups)
2011-04-07
22:41
Add the test-echo command - useful for investigation the wildcard expansion behavior of shells. ... (check-in: cbf8782d56 user: drh tags: trunk)
17:36
Update the built-in SQLite to the latest 3.7.6 beta. ... (check-in: 8caf7e1691 user: drh tags: trunk)
15:58
Add a missing &lt;/p&gt; tag on the check-in info page. ... (check-in: 19cf613123 user: drh tags: trunk)
2011-04-06
14:31
Add the mionly parameter to timeline that works with r=TAG to show only merges into the TAG. ... (check-in: bc427ad727 user: drh tags: trunk)
02:56
Another update to the built-in SQLite code. The last one is working fine, but SQLite is nearing release and so we want to give it a good shake-out. ... (check-in: 5d699b625e user: drh tags: trunk)
2011-04-04
03:29
Update the built-in SQLite to the latest beta for 3.7.6. ... (check-in: a74cfe0a14 user: drh tags: trunk)
01:56
ws change to capture chmod +x change ... (Closed-Leaf check-in: 5a587ba570 user: bharder tags: betterExeHandling)
01:48
Repair completely bogus sql that was erroneously copy/pasted ... (check-in: fe7ac3931a user: bharder tags: betterExeHandling)
01:14
"fossil chan" will recognize addition of exe-bit ... (check-in: d55e797ac0 user: bharder tags: betterExeHandling)
01:10
Create new branch named "betterExeHandling" ... (check-in: 85c6c1d7eb user: bharder tags: betterExeHandling)
2011-04-02
14:42
Merge from trunk. ... (check-in: e4ebc85e66 user: jan tags: jan-clientcert)
13:40
Use the dedicated certs table for server certificate cache. Only attempt to use client certificate if one was actually specified for a cert bundle. Assume client key is in same file as certificate if one wasn't explicitly specified. ... (check-in: c44bb083e9 user: jan tags: jan-clientcert)
2011-04-01
01:22
Add the "fossil bisect options" command. Make the auto-next and direct-only options default to on since that seems to generate a more useful bisect in a heavily branched tree. ... (check-in: fa81575c8d user: drh tags: trunk)
2011-03-31
15:30
Some rephrasing and code cleanup. ... (check-in: cff102fe85 user: jan tags: jan-clientcert)
11:41
Change the "filechng" query parameter for timeline to "fc". Add "Show Files" and "Hide Files" submenus. ... (check-in: 0208b7fc43 user: drh tags: trunk)
2011-03-30
23:55
Change the timeline parameter for file details from "detail" to "filechng". Add default CSS elements. ... (check-in: 53e8ad527d user: drh tags: trunk)
21:45
Added the "detail" query parameter to the timeline web page. ... (check-in: bde16926b0 user: drh tags: trunk)
21:00
Code cleanup. Fix the "cert" command so that it compiles even if FOSSIL_ENABLE_SSL is not used. ... (check-in: ebe1faabbc user: drh tags: jan-clientcert)
20:58
Fix two potential SQL injection attacks. ... (check-in: 71384ce668 user: drh tags: jan-clientcert)
18:58
Print a help message instead of segfaulting if "fossil bisect" is invoked with too few arguments. Ticket [82cd90df7b2f2a1] ... (check-in: a8b0c6ffdb user: drh tags: trunk)
18:49
Use the new certificate bundle management for https connections, and deactivate the old environment variable code. Added support for specifying certificate/key bundle to clone/push/pull/sync commands. ... (check-in: 1a1aa98a40 user: jan tags: jan-clientcert)
15:40
Added a 'cert' subcommand to manage certificate groups, and added a certificate table to the global db. Minor code formatting change. ... (check-in: 1156ad25db user: jan tags: jan-clientcert)
10:53
Minor code formatting changes in http_ssl.c. ... (check-in: 662c83513f user: drh tags: jan-clientcert)
2011-03-29
19:28
Merge from trunk. ... (check-in: 2ac7b3e140 user: jan tags: jan-clientcert)
15:06
Cosmetic: Removed some tabbed indentation. ... (check-in: b261c4a33b user: jan tags: jan-clientcert)
14:12
Add support for feeding OpenSSL a CA certificate file/path for proper chain verification. This is one of several possible solutions to ticket [727af73f46]. Also cache the CA certificate file/path, client certificate/key file/path references in the global config (similar to how the server certificates are cached), and attempt to use them if the corresponding environment variables have not been set. Prefixed a function with ssl_ to conform to existing naming conventions. ... (check-in: b28995ccbd user: jan tags: jan-clientcert)
13:54
Add more colors to the background color palette. ... (check-in: 51759d5248 user: drh tags: trunk)
2011-03-28
22:47
Merge the sub-repo capability into trunk. ... (check-in: ab4882588e user: drh tags: trunk)
22:29
A new approach to sub-repos in which a specific user for the subrepo is specified in the CONFIG table entry. ... (Closed-Leaf check-in: e8b15ad642 user: drh tags: sub-repos)
21:46
Fixes to the capability reduction on subrepositories. ... (check-in: 4b545a8a02 user: drh tags: sub-repos)
21:27
Update the sub-repository capability so that it is able to restrict permissions on the sub-repository to a subset of the login permissions. ... (check-in: c477b2470f user: drh tags: sub-repos)
18:08
Allow for the creation of "sub-repositories" that can be accessed through the web interface using the same login credentials as the parent repository. ... (check-in: 97d0118794 user: drh tags: sub-repos)
07:40
Use "password" instead of "passwd" because it's complete and proper, and plays nicely w/ Emacs "send-invisible" capabilities that keep typed text from echoing on screen. ... (check-in: 13ceb46e49 user: bharder tags: trunk)
2011-03-27
21:55
Changes to makeheaders so that it does not move static inline procedures into header files. Changed suggested by Yoran Heling. This has zero impact on Fossil which does not use "inline" anywhere. ... (check-in: 99532f33af user: drh tags: trunk)
21:53
Fix typos in the FAQ. ... (check-in: 4fe9a37e90 user: drh tags: trunk)
2011-03-26
12:53
Add the --private option to the "fossil branch new" command. Give a default orange color to private branches created by "fossil branch new". If the new branch created by "fossil branch new" is off of a private branch, make the new branch private too. Ticket [e24ec32b1da5f8f5e4abe] ... (check-in: 2b33781694 user: drh tags: trunk)
2011-03-25
18:20
Added very basic client certificate support for https. ... (check-in: 513ea81005 user: jan tags: jan-clientcert)
02:55
Move vfile_check_signature into "finfo --status" branch. The other options don't use it and it involves a lot of IO. ... (check-in: ae84e6c7d1 user: joerg tags: trunk)
02:53
Use the somewhat simpler join in place of a subselect ... (check-in: 7563c241ce user: joerg tags: trunk)
2011-03-24
18:34
fix typo in error msg ... (check-in: dc87a9075b user: bharder tags: trunk)
17:14
If the child manifest is a baseline and the parent a delta manifest, files that are marked as removed in the parent have to be skipped. This fixes "Added XXX version []" entries in the UI. ... (check-in: 91472616bf user: joerg tags: trunk)
13:36
Fix a bug in the compression logic of the tarball generator. ... (check-in: 518ec9dd9f user: drh tags: trunk)
03:22
Make the error message on schema version mismatch less confusing. ... (check-in: 4a2019ddd0 user: joerg tags: trunk)
02:08
Remove redundancy from the "fossil rm" command, as pointed out by Carles Pag&egrave;s. ... (check-in: 7fca007538 user: drh tags: trunk)
01:51
Update the built-in SQLite to the latest version from the SQLite trunk. ... (check-in: 3d2e8b2ddf user: drh tags: trunk)
2011-03-23
19:08
Enhancements to the redirector so that it accepts the redirect value as the $PATH_INFO and so that it can redirect to a relative URL. ... (check-in: 122a31ddfc user: drh tags: trunk)
17:24
Fix to the prior check-in ([a99e9c9164]) so that ticket hyperlinks are displayed correctly. ... (check-in: 733361a55e user: drh tags: trunk)
16:16
Always put &#91;..&#93; marks around SHA1 hyperlinks. For unknown SHA1 numbers, enclose in &lt;span class="brokenlink"&gt;. ... (check-in: a99e9c9164 user: drh tags: trunk)
15:13
Do a better response in the redirector if no matching artifact is found. ... (check-in: dbc2098a6a user: drh tags: trunk)
13:30
Add the "redirect:" option to CGI, to scan multiple repositories and redirect to the one that contains the requested artifact ID. ... (check-in: ef6e364866 user: drh tags: trunk)
12:32
If the "info" webpage references an ambiguous artifact ID, show all of the possible results. ... (check-in: 2c8ea5ff2c user: drh tags: trunk)
11:25
fix [1ee813d6] -- do not autocommit on wiki commit from cmdline ... (check-in: e1d91b9477 user: ron tags: trunk)
2011-03-22
18:47
Always redirect to a fully qualified URL. Give the setup user an opportunity to redirecct from test_env for testing purposes. ... (check-in: 63958fc5a7 user: drh tags: trunk)
17:00
Add the https-login setting which forces a switch to HTTPS for any non-anonymous login. ... (check-in: be0e804130 user: drh tags: trunk)
2011-03-19
18:14
Enhancements to "fossil add" and "fossil rm" so that they work recursively on directories and ignore trailing / characters. Patches from Carles Pag&egrave;s. ... (check-in: 04ddad7ab8 user: drh tags: trunk)
2011-03-18
02:51
When a server is pointing to a directory, allow *.fossil files to be served out of any subdirectory of that directory. For security, pathnames may not contain any characters except alphanumerics, "/", "-", and "_". ... (check-in: d04fa1e143 user: drh tags: trunk)
02:13
Allow up to two // characters at the beginning of a pathname since this is important on windows. ... (check-in: f1173da7d5 user: drh tags: trunk)
2011-03-17
17:20
Add a link to the OpenSuSE RPMs on the download page. ... (check-in: 7e995f54ff user: drh tags: trunk)
15:33
When generating a tarball, remove the complete ".tar.gz" suffix from the filename to create the top-level directory name, not just the ".gz" part. ... (check-in: 9ca5bbf8a6 user: drh tags: trunk)
2011-03-16
11:19
Only record the first 16 bits of the IP address as part of the login cookie. This allows users with shifting IP addresses to stay logged in. Hopefully, this will address ticket [305143bd876f6]. ... (check-in: 84e755e213 user: drh tags: trunk, release)
04:12
"ls" alias to "list" subcommand of "fossil branch" command. ... (check-in: 302213ed12 user: bharder tags: trunk)
02:38
Make sure the accesslog table exists before attempting to use it. Ticket [7b55fd2958d8d] ... (check-in: c7de5f7b6e user: drh tags: trunk)
02:31
Fix the "branch new" command so that it works if the parent omits the R-card. Ticket [3bfff6e03bcc5f14] ... (check-in: 448dc5adf7 user: drh tags: trunk)
02:28
Make "fossil stash" and "fossil stash save" work the same. Ticket [58290cd2975f5f2] ... (check-in: 18575b14ac user: drh tags: trunk)
02:20
Change to a better, cleaner way to fail the graph generation. ... (check-in: cae94fe2c7 user: drh tags: trunk)
01:53
Take care to avoid a buffer overrun if the number of rails in the graph exceeds the limit of 32. ... (check-in: cbafc702a9 user: drh tags: trunk)
2011-03-15
01:44
A merge riser is allowed to ride along side a riser to an off-screen node. ... (check-in: 52ea66df56 user: drh tags: trunk)
01:34
Change the graph layout to include ascenders for nodes that have off-screen children. Fix a bug in the leaf-tracker that became evident by this enhancement. (A rebuild is required to rebuild the leaf table after updating, or else some timeline graphs will not display correctly.) ... (check-in: d7a0240f39 user: drh tags: trunk)
2011-03-14
21:36
Fix an issue with the leaf-tracker that comes up if a check-in specifies a shunned check-in as its parent or merge parent. Ticket [398afa58def78f5]. ... (check-in: aa6abc5ed3 user: drh tags: trunk)
20:14
Further improvements to the layout of merge arrows. ... (check-in: a6934b4437 user: drh tags: trunk)
18:26
Improvements to the layout of merge arrows in the graph. ... (check-in: 313cd3c832 user: drh tags: trunk)
13:22
Fix a bug in the merge file-rename detection logic, a bug introduced by the path refactoring changes. ... (check-in: 66951fa6bd user: drh tags: trunk)
12:42
Merge the path-refactor changes into trunk. Refactoring is not complete, but it appears to be stable. ... (check-in: e5121b4762 user: drh tags: trunk)
12:18
Fix typos in comments and error messages. Ticket [d38c2c8795181] ... (check-in: c5f7ab040a user: drh tags: trunk)
12:16
Put two blank pages at the end of a generated TAR file. Ticket [b767f47cdefef12]. ... (check-in: a5ebf2f5df user: drh tags: trunk)
2011-03-10
17:42
Show the name of the user that is doing the commit in the prompt section commit comment template. ... (check-in: cdc4249268 user: drh tags: trunk)
17:39
Add the ability to compute common ancestors to the path object. Still using the pivot object for merges, however. ... (Closed-Leaf check-in: cfec72248e user: drh tags: path-refactor)
02:39
Refactoring the DAG path search code into a separate object. ... (check-in: 34c23c6fd4 user: drh tags: path-refactor)
2011-03-09
23:16
Add a graph-generation test case for time-warp. ... (check-in: c7f07fe67d user: drh tags: trunk)
22:56
Show a path timeline without extraneous decoration. ... (check-in: d37c6a4bc1 user: drh tags: trunk)
17:33
Add a path-tracing option to the timeline display. ... (check-in: 63ac111d5b user: drh tags: trunk)
15:45
Change the tarball generator to use the USTAR tar format. ... (check-in: 1b7777b9ee user: drh tags: trunk)
02:23
Add the ability to deliver compressed tarballs in addition to ZIP archives. ... (check-in: d5d676f0c7 user: drh tags: trunk)
00:15
Add a utility for generating gzip-compressed files. This is one step on the road toward the ability to generated compressed tarballs. ... (check-in: 34d9a5e5c5 user: drh tags: trunk)
00:09
Inline uuid_to_rid and content_size. Saves one SQL statement per file in the checkout. ... (check-in: e0f5d4734a user: joerg tags: trunk)
2011-03-08
22:13
Fix diffs from or to an empty file to use the special position marker 0,0. Makes "fossil diff -N" create patches that are accepted by patch. ... (check-in: 4e77507e70 user: joerg tags: trunk)
19:30
Add an example of how to include "meld" as the "gmerge-command". ... (check-in: 85b235982e user: drh tags: trunk)
18:28
The "open" command now automatically opens to the "trunk", or to some other branch designated by the new "main-branch" setting. ... (check-in: e3e43bbec5 user: drh tags: trunk)
17:32
Do not offer to undo a null-merge. ... (check-in: ad39c28195 user: drh tags: trunk)
17:13
Do not verify any of the checksums after a checkout if the repo-cksum setting is turned off. ... (check-in: 46ef289392 user: drh tags: trunk)
17:00
Provide better error messages to the client when the server database schema is out-of-date. ... (check-in: 0ca3644367 user: drh tags: trunk)
12:27
The client-side on a sync silently ignores unknown pragmas. ... (check-in: eb82de6637 user: drh tags: trunk)
2011-03-07
18:49
Fix invalid directory listings when some siblings directory names are prefixes of others. Ticket [32cfbf0aa4abf964] ... (check-in: af66e2cf3a user: drh tags: trunk)
18:32
Disallow the use of "i", "l", and "o" characters in hexadecimal constants. ... (check-in: c320b850b9 user: drh tags: trunk)
03:02
Update the built-in SQLite to the latest 3.7.6 alpha. ... (check-in: c38a726932 user: drh tags: trunk)
03:00
Add a button to delete failed login attempts from the access log history. ... (check-in: ba0852c9df user: drh tags: trunk)
02:55
Remove an obsolete RCS ident string from makeheaders.c. ... (check-in: 3531091646 user: drh tags: trunk)
2011-03-04
13:19
Fix the "scrub" command so that it works from within a checkout without having to specify the repository. Ticket [77c58e1415e06fd]. Also fix help text for the "deconstruct" command. ... (check-in: c92ec16f81 user: drh tags: trunk)
13:11
Make all files mentioned by a public manifest public as well. Ticket [5f194e2c8f475c]. ... (check-in: 2985120d93 user: drh tags: trunk)
13:03
Clarify the license status for makeheaders. ... (check-in: f2359f22c2 user: drh tags: trunk)
2011-03-03
17:20
Adjustments to the sidebox on the homepage. This is still using a nested table. CSS-purists will disapprove, no doubt. ... (check-in: ae89a7ce79 user: drh tags: trunk)
16:48
Update the homepage to make it clearer that the Fossil website is just a running instance of Fossil. ... (check-in: 9415b3fe8e user: drh tags: trunk)
15:48
More tweaks to the gradient skin. ... (check-in: ad4cc21b7f user: drh tags: trunk)
15:22
Adjust the text and font-size of the header on the homepage and on the download page. ... (check-in: e6a29e0057 user: drh tags: trunk)
14:12
Add an executive summary sidebar to the Check-in Names documentation page. ... (check-in: a022a51a60 user: drh tags: trunk)
13:56
Additional tweaks to the download page generator. ... (check-in: 9ad77bd96b user: drh tags: trunk)
13:46
Fixes to the "gradient" skin - now used by Fossil itself. ... (check-in: c2c7af5302 user: drh tags: trunk)
13:39
Updates to the homepage (move the "Download" link first) and improvements to the download page generator. ... (check-in: 7834ca9133 user: drh tags: trunk)
13:12
Change the title on the homepage. ... (check-in: e29e5e4bc8 user: drh tags: trunk)
01:10
When doing a clone with a username, ask for the password early. Do not wait for the first round-trip since that round-trip might take a long time on a slow connection. ... (check-in: cc31b46349 user: drh tags: trunk)
2011-03-02
22:49
Be more forgiving of time skew when transferring large packets over slow networks. Ticket [25d3f8d5641deed] ... (check-in: 139c7e52e2 user: drh tags: trunk)
19:38
Fix typo in the contribute.wiki page. ... (check-in: 6e18150e49 user: drh tags: trunk)
2011-03-01
22:23
Update the built-in version of SQLite to the lastest in the stable trunk version. ... (check-in: 4cd9309c50 user: drh tags: trunk)
22:14
Do not build clusters following an incremental import. ... (check-in: 769e3d8e56 user: drh tags: trunk)
22:07
Fix merge so that it does not segfault when merging text files that do not end in \n and yet have changes at the very end. Ticket [c43d2d9477c2d59a]. ... (check-in: e2122bd620 user: drh tags: trunk)
19:04
Treat whitespace at the end of lines as significant during a merge. ... (check-in: 1d93222627 user: drh tags: trunk, release)
17:45
Fix the content_deltify() routine to always return an integer value. This fixes an error in the previous check-in (the --compress checkin). Also fix a help comment on the test-3-way-merge command. ... (check-in: 60c2feea08 user: drh tags: trunk)
13:20
New --compress option to "rebuild" causes more agressive delta compression which can result in a 30% or better size reduction in the database file, with corresponding speedup of cloning. ... (check-in: 301700a224 user: drh tags: trunk)
02:11
Remove a stray NIL character from the makemake.tcl file and add a "+" that was omitted from the previous edit. ... (check-in: a668e2ad73 user: drh tags: trunk)
01:00
New download.html generator script that allows for release notes to be inserted with each build. ... (check-in: 3c657e8e0c user: drh tags: trunk)
00:26
Speculative changes to the Makefile.dmc and Makefile.msc. I have no way of testing these changes. ... (check-in: a22a666349 user: drh tags: trunk)
2011-02-28
23:50
Use "sqlite3_int64" instead of "long long int" for compatibility with compilers that do not support long long. ... (check-in: e0073f431c user: drh tags: trunk)
23:35
Mingw makefile changes from Mark Janssen. ... (check-in: 36e3ab4c42 user: drh tags: trunk)
19:30
Cause a merge with --baseline to record the mergepoint rather than ignore it. ... (check-in: e1ff6c0e35 user: drh tags: trunk)
15:10
Fix a typo in the new "Private Branches" document. ... (check-in: 9e5c37ed46 user: drh tags: trunk)
15:01
Add documentation on the private branch sync feature. ... (check-in: c97c6aa45f user: drh tags: trunk)
14:18
All of the execute permission bit handling appears to be working now, though beta testing would be good. Ticket [baf9b6b11e08c1]. ... (check-in: 3ad119b703 user: drh tags: trunk)
13:26
Fix the "revert" command so that it distinguishes between files that were added versus files imported by merge. Added files are not unlinked. Ticket [baf9b6b11e08c1]. ... (Closed-Leaf check-in: 157eed29f4 user: drh tags: exe-permission-fix)
03:26
Try to get the "stash" command using execute permission bits correctly. Continuing work on the "revert" command - but it is still not working quite right. Ticket [baf9b6b11e08c1d0b]. ... (check-in: ae3409bf49 user: drh tags: exe-permission-fix)
02:54
Changes to get the "merge" command to process execute permission correctly. Ticket [baf9b6b11e08c1d0]. ... (check-in: 7a4d75fc8c user: drh tags: exe-permission-fix)
02:44
Further changes trying to get execute permissions right for the "update" command. Ticket [baf9b6b11e08]. ... (check-in: 55bf7a0ff2 user: drh tags: exe-permission-fix)
2011-02-27
23:31
Change the ZIP file generator so that it sets the execute bit approprately. Ticket [baf9b6b11e08c1d]. ... (check-in: b57bc473b0 user: drh tags: trunk)
22:22
Untested changes trying to get execute permission to be set correctly following "update", "merge", "stash", etc. Ticket [baf9b6b11e08c1d]. This is a big mess and is going to take some time to get right. ... (check-in: 081aefde56 user: drh tags: exe-permission-fix)
21:45
Fix the "revert" command so that it restores the correct execute permission to the file. Ticket [baf9b6b11e08c1] ... (check-in: 3c39caac39 user: drh tags: trunk)
21:08
Merge the --private sync enhancement into the trunk. ... (check-in: 8b8cc4f1b7 user: drh tags: trunk)
21:03
Fix issues with file-to-file sync. Allow --localauth to enable --private syncing. ... (Closed-Leaf check-in: bbf257dc9e user: drh tags: private-sync)
17:48
Bug fix: Pull public artifacts when --private is not used. ... (check-in: e3e368c329 user: drh tags: private-sync)
17:27
Add the --private option to the "scrub" command. Add any manifest that includes the "private" tag to the list of private artifacts if it is not there already. ... (check-in: ef1c65a428 user: drh tags: private-sync)
11:51
Private sync now appears to be working in all modes. More testing and fail-safe mechanisms are desired before merging with the trunk. ... (check-in: 1aae2b582e user: drh tags: private-sync)
03:12
Progress on getting private sync to work. Cloning with --private works. Sync also works, but it currently loses the private marker. ... (check-in: 6da5d4ad5f user: drh tags: private-sync)
2011-02-26
21:49
First cut at code to enable syncing private branches. Code compiles but is otherwise untested. The "x" privilege is required on the server in order to sync privately. ... (check-in: 4a17f85182 user: drh tags: private-sync)
16:57
Adding a new skin option with gradients, shadows, and rounded corners. ... (check-in: babe3fb52a user: drh tags: trunk)
15:32
Extend the file format for manifests to include the Q-card for recording cherry-picks. Parse and ignore these cards for now. ... (check-in: 7fcbbb1da0 user: drh tags: trunk)
2011-02-25
17:59
Update the file format documentation to make it clear that a Z-card is required on all artifacts. ... (check-in: 51c3f3b670 user: drh tags: trunk)
17:49
Remove a superfluous ';' from the end of artifact listings. ... (check-in: a48c661d9a user: drh tags: trunk)
17:40
Add the new crnl-glob setting which defines files for which it is OK to have CRNL line endings. Windows projects on which this is preferred can set the crnl-glob pattern to '*'. ... (check-in: 046658848c user: drh tags: trunk)
16:20
Track file permission changes in the mlink table. Updating through this check-in requires a rebuild. ... (check-in: 7f11789bf1 user: drh tags: trunk)
14:49
Add --vacuum, --wal, and --pagesize options to the "rebuild" command. ... (check-in: e166ea6aeb user: drh tags: trunk)
14:20
Comment and documentation updates on the tagging mechanism. No substantive code changes. ... (check-in: 80f89e3feb user: drh tags: trunk)
01:27
Another schema tweak to go with the previous check-in. This one will require a rebuild in order to use the new "parent" tag. But that functionality has not been installed, so there is no need to rebuild yet. ... (check-in: e6740e9bad user: drh tags: trunk)
01:19
Modify the schema to allow additional space for hard-coded tag-ids. Updating to this version requires a "rebuild". ... (check-in: f8b3d24759 user: drh tags: trunk)
01:13
Clarify the documentation for the operation of the "info" command. Ticket [74cfdb438a246e46] ... (check-in: 828bf98aff user: drh tags: trunk)
2011-02-24
23:41
Immediately stop processing the "all" command if any individual operation fails, unless the --dontstop command-line option is used. ... (check-in: f5a9e8e61e user: drh tags: trunk)
23:26
Add the --sqlstats command-line option for use in optimization work. Use a persistent prepared statement for a single query to reduce the number of calls to sqlite3_prepare() for the "update" command. ... (check-in: b81112371c user: drh tags: trunk)
20:00
Reuse prepared statements to make clone run must faster on the server side. ... (check-in: 1f41b0421d user: drh tags: trunk)
17:11
Infrastructure changes: Simplify content_put() to a single parameter. Add content_put_ex() with lots of extra parameters. Add isPrivate parameters to content_put_ex() and content_new(). ... (check-in: 1b4516168d user: drh tags: trunk)
2011-02-22
21:14
Do not print extraneous text about project-id and admin-user at the end of an incremental import. ... (check-in: 691fccbaf7 user: drh tags: trunk)
21:09
Add an --incremental option to the "import" command. ... (check-in: 59ef7cb40c user: drh tags: trunk)
20:59
Tweaks to the "quick start" documentation page. ... (check-in: 6f1cc96ff0 user: drh tags: trunk)
20:30
Do not do automatic login for "fossil server" and "fossil http" and "fossil cgi" unless the --localauth option is used. Continue to do automatic login for 127.0.0.1 connections for "fossil ui", though. Ticket [573727d6d93badc] ... (check-in: f7a3c6deef user: drh tags: trunk)
12:18
Fix issues in the graphical merge conflict resolution reported on the mailing list. ... (check-in: 60f0986332 user: drh tags: trunk)
2011-02-21
22:26
Added a few more external links to the "Reviews" page. ... (check-in: 184500e46a user: drh tags: trunk)
18:20
Factor the code that outputs line-numbered text into a separate subroutine, for clarity of presentation. ... (check-in: a4d57c6b26 user: drh tags: trunk)
16:33
Add the ability to use a graphical merging tool to resolve merge conflicts. Even without a configured graphical tool, leave files behind (VCS droppings) that contain the baseline, original, and merged files. ... (check-in: 9b7a6f80b2 user: drh tags: trunk)
14:21
Infrastructure changes toward adding graphical merging options. ... (check-in: b9abb86798 user: drh tags: trunk)
13:17
Do not assume that the PATH_INFO environment variable is set by CGI. Give it a default value to avoid segfaults (on Solaris). ... (check-in: 88383d8d4a user: drh tags: trunk)
2011-02-20
21:24
Suppress unnecessary "CHANGED" lines in diff output. ... (check-in: 1d49c2f65c user: drh tags: trunk)
20:57
Update the built-in SQLite to the lastest 3.7.6 alpha out of the head of the SQLite trunk. ... (check-in: d1790d6954 user: drh tags: trunk)
20:44
Allow the target attribute on &lt;a&gt; markup. Ticket [577663c2727505a] ... (check-in: fde81c6109 user: drh tags: trunk)
05:56
Merge custom Makefile to trunk. ... (Closed-Leaf check-in: 9503a9152e user: mistachkin tags: trunk)
00:12
Augment the fdiff web method to accept a "patch" query parameter and output text/plain if the parameter is present. ... (check-in: c190bcc3ce user: drh tags: trunk)
2011-02-19
16:14
Add the "vpatch" web method that returns the difference between two checkins as text/plain and a a "patch" hyperlink on the checkin information page that jumps to the appropriate vpatch page. ... (check-in: 4bdf71b1ce user: drh tags: trunk)
2011-02-18
22:25
Fix a panic message in the historical_version_of_file() routine. ... (check-in: 3b82ee5483 user: drh tags: trunk)
21:47
Improved display of selected band in a text artifact. ... (check-in: b9d4631421 user: drh tags: trunk)
19:31
Enhance the /artifact method so that the ln=M,N argument shows linenumbers and highlights lines between M and N. ... (check-in: 6e0dd3bab7 user: drh tags: trunk)
17:26
Only show the "Original Date" if its display time is different from the "Date". Ignore differences in milliseconds. ... (check-in: 022a74a93f user: drh tags: trunk)
01:03
Fix typo and make enhancements to the build-process document. Add file omitted from the previous commit. (I should follow my own checklist more closely!) ... (check-in: 2a02aa49e1 user: drh tags: trunk)
00:52
Additional documentation, especially notes on how to contribute code or documentation to Fossil. ... (check-in: 98f1131c0d user: drh tags: trunk)
2011-02-17
22:43
Add a new contributor agreement that is based loosely on the Oracle CLA. ... (check-in: 252e83d952 user: drh tags: trunk)
20:44
Make sure manifest_crosslink() resets its input blob and that callers know this and do not attempt to reuse that blob. ... (check-in: d22519e500 user: drh tags: trunk)
17:43
Further clarification of the limitations on the copyright release. ... (check-in: 74aabf965f user: drh tags: trunk)
17:23
Update the copyright agreement such that private extensions to Fossil are excluded and are not transferred to Hwaci. ... (check-in: 55c8eec4d0 user: drh tags: trunk)
13:43
Print the SSH command that is issued for ssh: access, scrubbed of any password content. Remove redundant -e and -T options from the ssh command. ... (check-in: f63ff9fc68 user: drh tags: trunk)
08:15
Enable a “stash make” subcommand as an alias for “stash snapshot” ... (Closed-Leaf check-in: 4e0274bbc3 user: BM tags: stash_mk)
00:05
Merge in Brad Harder's "stash ls" command. ... (check-in: ae73c07be0 user: drh tags: trunk)
2011-02-16
23:47
Update to the latest pre-release SQLite version (as part of the SQLite testing process). Update the makefiles to use SQLITE_ENABLE_STAT2. ... (check-in: c616cef3f7 user: drh tags: trunk)
22:55
merge trunk ... (Closed-Leaf check-in: 0eaf7528b1 user: bharder tags: bch)
19:19
Always close opendir() objects if and only if successfully opened. Ticket [d7169e51ebb3400f6] ... (check-in: f73ed21d3b user: drh tags: trunk)
19:13
For the ssh: transport method, use the -T option to disable pseudottys. Increase the size of the buffer for holding the MOTD. ... (check-in: 7c8519003d user: drh tags: trunk)
15:15
Additional comments on the changes to deal with git-fast-export tagging, to try to better explain what Git is doing and how we are working around it. ... (check-in: 352066b267 user: drh tags: trunk)
15:04
Fix a typo on the user_setup screen. ... (check-in: 4dcd9c9923 user: drh tags: trunk)
15:00
Work around the seemingly buggy behavior of git-fast-export with regard to tags when doing an import. ... (check-in: 496aacd10e user: drh tags: trunk)
2011-02-15
07:47
add custom Makefile with changes to support OpenSSL build on Windows ... (check-in: 5567c81285 user: mistachkin tags: trunk)
05:19
"stash ls", in addition to "stash list" ... (check-in: 9abf05437b user: bharder tags: bch)
05:18
Create new branch named "bch" ... (check-in: 8b5556c9fe user: bharder tags: bch)
2011-02-12
13:38
This branch contains experimental changes attempting to address complaints that Fossil sometimes overwrites unmanaged files. In this checkin: Use file_delete() instead of unlink() everywhere. Add interfaces file_move() and file_dont_overwrite() but do not use those interfaces yet. ... (Closed-Leaf check-in: a1814d5015 user: drh tags: file-safety)
2011-02-11
20:53
Add the --detail option to the test-timewarp-list command. ... (check-in: e7b6434112 user: drh tags: trunk)
20:09
Make sure the EVENT.OMTIME value is recorded correctly when parsing a check-in manifest. ... (check-in: 1d83ecc5d5 user: drh tags: trunk)
17:37
Revise the timewarp commands to show the child that is out of order, not the parent. ... (check-in: 2fc80c21b9 user: drh tags: trunk)
17:31
Further refinement of the time-warp graph rendering. ... (check-in: 9b9d52bbb9 user: drh tags: trunk)
16:52
Improved graph rendering in the case of a time-warp. ... (check-in: 79b81a31c0 user: drh tags: trunk)
15:33
Add the test-timewarp-list command and the test_timewarp web page. ... (check-in: a327bd29bc user: drh tags: trunk)
15:11
Fix the check-in time fudger so that it will not move the date/time of a check-in by more than a few seconds. If the sequence of check-ins is further off than that chronologically, then they just show up out of order in the timeline. ... (check-in: feaab7baf1 user: drh tags: trunk)
2011-02-10
21:28
Fix the creation of orphan table entries when delta-manifests are received before their baselines. Ticket [fbea61caf0acfd0a]. ... (check-in: 195073fb78 user: drh tags: trunk)
2011-02-09
23:08
Try to make it clear that a ticket-id must be a 40-character lower-case hexadecimal number. ... (check-in: 81ad6e2e20 user: drh tags: trunk)
03:33
Always go at least two rounds on a clone since configuration data is not sent until the second round. Ticket [8473eeb9ffb012e1d] ... (check-in: addf670981 user: drh tags: trunk)
2011-02-08
14:28
Add the --nested option to the "open" command to allow checkouts from one repository to be created inside the checkout of another respository. ... (check-in: f15943f339 user: drh tags: trunk)
12:52
Exclude directories from file tests in the test suite. Fix an error in the release checklist. ... (check-in: 6502627a3e user: drh tags: trunk, release)
2011-02-07
20:59
Transfer the content of the ignore-glob setting as part of the "proj" configuration. Ticket [1b5773eed1758a03a]. ... (check-in: 7bb3db9b64 user: drh tags: trunk)
20:53
Provide an interface to the max-upload setting. ... (check-in: c0c3b0810d user: drh tags: trunk)
18:21
Fix a potential infinite loop in the graph generator for overly-complex change graphs. ... (check-in: 838283273a user: drh tags: trunk)
18:02
Ignore duplicate tags when interpreting git-fast-export text for import. ... (check-in: 355bd99669 user: drh tags: trunk)
17:57
Fix issue introduced by previous fix. ... (check-in: 9fbc052c88 user: dmitry tags: symlinks)
17:51
Merge latest trunk. ... (check-in: d7d335a692 user: dmitry tags: symlinks)
17:50
Fix segmentation fault in historical_version_of_file() when file has no permissions in manifest. ... (check-in: 8e4e30fb03 user: dmitry tags: symlinks)
14:35
Fix documentation typos. ... (check-in: 49cbf5e519 user: drh tags: trunk)
14:34
Enhance the graph generator so that it uses less memory and so that it is not limited to a fixed number of parents (10) for each node. ... (check-in: 5ee80c545d user: drh tags: trunk)
2011-02-04
03:21
Do not show blank changes when doing a diff. ... (check-in: d5729c31b5 user: drh tags: trunk)
2011-02-02
01:09
After a few days of internal use for testing, merge the changes for the new LEAF meta-data table into the trunk. NB: "<b>fossil all rebuild</b>" is required when updating through this change. ... (check-in: 5ac4e15182 user: drh tags: trunk)
2011-01-29
03:56
Documentation updates. ... (check-in: 20b2767f46 user: drh tags: trunk)
2011-01-28
21:52
Remove extraneous hyperlinks from the Tags and Branches timelines since the "tag:" hyperlinks now cover that functionality. ... (Closed-Leaf check-in: b6e66cdd08 user: drh tags: experimental)
20:56
Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. ... (check-in: 69f43fc077 user: drh tags: experimental)
19:09
Add end-tags to the anchors in the [/doc/trunk/src/makeheaders.html] document. ... (check-in: b6a4e8592d user: drh tags: trunk)
19:04
Add symlink support for Unix. New settings flag "allow-symlinks" controls this (off by default). ... (check-in: ed2ef7e9a3 user: dmitry tags: symlinks)
18:57
Create new branch named "symlinks". [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg03402.html|Mailing list thread] ... (check-in: a7b7ff3ac2 user: dmitry tags: symlinks)
14:09
Add hyperlinks to the "user:" and "tags:" marks in timelines. ... (check-in: 13165785e1 user: drh tags: trunk)
2011-01-26
20:46
Ignore trailing / characters on the "name=" parameter to the dir URL. ... (check-in: 8854d6b615 user: drh tags: trunk)
20:38
Add the fossil_strdup() utility function and use it instead of strdup(). ... (check-in: 42f6e8bed7 user: drh tags: trunk)
20:24
Experimental after_dephantomize() enhancement checks out, so pull it into the trunk. ... (check-in: 62d114ee12 user: drh tags: trunk)
16:23
Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. ... (Closed-Leaf check-in: 2739272921 user: drh tags: experimental)
15:37
Make the definition of "leaf" on the "leaves" page more precise. ... (check-in: 752895d916 user: drh tags: trunk)
12:02
Fixed a typo in documentation (closes ticket [1f82e0e1e]) ... (check-in: 6a5d3bb089 user: BM tags: trunk)
08:58
fixed a typo in webui.wiki ... (check-in: ef80fd87f3 user: BM tags: trunk)
2011-01-25
23:17
For the "stash save" command, take care to avoid reverting everything if no files were stashed. Ticket [fbfe43e153ee0e1d]. ... (check-in: 2dd7b4b500 user: drh tags: trunk)
21:59
Fix the display of file and directory listings so that it works correctly even when one file in a directory is a prefix of another. Ticket [8e13d170f2d6d6e3]. ... (check-in: 6e59eb117f user: drh tags: trunk)
19:03
Update the built-in SQLite to the latest 3.7.5 beta. ... (check-in: 07556099ab user: drh tags: trunk)
2011-01-20
19:02
Do not make a permanent notation of a merge using --baseline. The --baseline option is really a multi-checkin variation of --cherrypick. ... (check-in: 94c60f3c7e user: drh tags: trunk)
18:54
Add the --baseline option to the "merge" command to facilitate merging of subsections of a branch. ... (check-in: f7b4517ca7 user: drh tags: trunk)
17:49
Change the DOCTYPE to html5. Ticket [9cb4a4d74b2eca66b5f]. Tested on FF, Chrome, Safari, Opera, and IE and seems to work fine. ... (check-in: a2a5e2948b user: drh tags: trunk)
2011-01-19
16:28
Do not drop the accesslog table on a rebuild. If the accesslog table does not exist, do not generate and error on the User-Log report. ... (check-in: f1efc90595 user: drh tags: trunk)
16:16
Add some primitive clean-up buttons on the access log. ... (check-in: a37abeca65 user: drh tags: trunk)
15:43
Improvements to the access log. The display is still primitive. ... (check-in: e3b3c5cfbb user: drh tags: trunk)
02:57
Add a primitive display of the access-log history. ... (check-in: f274222ea7 user: drh tags: trunk)
02:35
Optionally record successful and failed login attempts in the ACCESSLOG table. This defaults to off. ... (check-in: 6fdf529803 user: drh tags: trunk)
2011-01-18
20:47
Preserve timestamps across an "update" to reduce I/O on the next "status". Ticket [809a9612055340d06]. ... (check-in: ffe1b60a36 user: drh tags: trunk)
19:09
Give user "nobody" clone permission by default. This change requested on the mailing list. ... (check-in: 479a2fe0f7 user: drh tags: trunk)
18:58
Add --host and --https options to the http command. Ticket [0ffa37e70e885cfc]. ... (check-in: ff0e506e42 user: drh tags: trunk)
18:36
Call vfile_check_signature before creating a stash, to make sure that all changed files have been stashed. Ticket [bfef8e4f89cd4b161a584] ... (check-in: a435ae67a9 user: drh tags: trunk)
18:36
Remote the number of merge conflicts on an update. Ticket [769b4ed7b23e4cb7] ... (check-in: 0b8aed945e user: drh tags: trunk)
14:43
Improved hyperlinking in the RSS feed. ... (check-in: 66d93f33d5 user: drh tags: trunk)
2011-01-17
23:49
Fix an off-by-one error in stash_add_file_or_dir. Windows only. Ticket [d6132e4d66a7c994f9]. ... (check-in: abdedb21da user: drh tags: trunk)
23:47
Extra resilience on the automatic chroot mechanism. ... (check-in: 13d3cad50c user: drh tags: trunk)
16:14
Do not build clusters on a "rebuild" command unless the --cluster command-line option is used. But do build clusters on an "import" or a "reconstruct". ... (check-in: afc4bf41fa user: drh tags: trunk)
02:39
Update to the latest prerelease version fo SQLite 3.7.5. ... (check-in: 464775a520 user: drh tags: trunk)
02:39
Fix an incorrect comment in finfo.c. No code changes. ... (check-in: 35aed07621 user: drh tags: trunk)
02:38
A better fix for the intptr_t casting problem - this one works on older compilers. Ticket [6585b6c5d9058212ceb] ... (check-in: c1f6df703a user: drh tags: trunk)
2011-01-15
01:09
Add the release-checklist.wiki document. ... (check-in: e2e5667057 user: drh tags: trunk)
2011-01-14
21:07
Fix the /info URL so that it works for events. Ticket [b5efc3a47bd10f0510]. ... (check-in: 1e801c5f64 user: drh tags: trunk)
20:54
Remove some dead code from the web timeline. ... (check-in: cbc41ff4c9 user: drh tags: trunk)
17:16
Enhancements to "divider" processing in web timelines. Only show a single divider if two or more occur beside each other. Add the "nd" query parameter to suppress all dividers. ... (check-in: c892008311 user: drh tags: trunk)
17:00
Fix a cast on 64-bit windows. Ticket [6585b6c5d9058212ceb]. ... (check-in: 3c62ea139a user: drh tags: trunk)
16:57
Fix the unix makefile so that the fractional seconds of the date/time stamp are omitted from MANIFEST_DATE. Fix a missing #include in win/version.c. Ticket [a312a28952056ed5ee]. ... (check-in: d00dbfb403 user: drh tags: trunk)
2011-01-13
20:23
Updates to the self-hosting page. ... (check-in: 4ab7251fcd user: drh tags: trunk)
19:55
Fix the "addremove" command so that it honors the "ignore-glob" setting. Ticket [9bd235c69af99b3a6a] ... (check-in: 356e877cea user: drh tags: trunk)
19:45
Declare all variables before any code, in the register_page() function. Ticket [59a156204ae6419d] ... (check-in: 372c7257da user: drh tags: trunk)
00:54
Update the script used to build the "download.html" page so that it can accommodate longer timestamps. ... (check-in: 4b2ab22c2a user: drh tags: trunk)
00:01
Add tests for the file_simplify_name utility function. ... (check-in: 6f42e76d80 user: drh tags: trunk)
2011-01-12
16:04
Fix the file_simplify_name() utility function so that it works with relative pathnames. Ticket [99caf06e17bed849146] ... (check-in: c637a8ac2d user: drh tags: trunk)
15:53
Fix for an apparent minor error in allowed markup types for inline text. ... (check-in: dddaebf605 user: lrem tags: trunk)
02:24
Improvements to "help": List commands if the command for which help is requested is unknown. If the command prefix is ambiguous, show all alternatives. ... (check-in: 1b159db282 user: drh tags: trunk)
02:08
Allow --help anywhere on the command-line as an alternative way to get "help" for a command. ... (check-in: a00888f666 user: drh tags: trunk)
01:57
On the "import" command, when the "from" commit is implied, be sure to load all of the files of the implied "from" commit prior to processing the changes. ... (check-in: b1cbae5de4 user: drh tags: trunk)
2011-01-11
23:47
For the "import --git" command, if a new commit omits the "from" field, then make it a child of the previous commit if the two are on the same branch. ... (check-in: 25201dd86f user: drh tags: trunk)
2011-01-07
17:17
Make phantom records a warning, not a fatal error, when trying to checkout or examine a check-in. ... (check-in: f7cff4ad13 user: drh tags: trunk)
17:08
Do not complain about unfinalized SQL statements when exiting on a fatal error. Fix comments and indentation on the vfile_verify_not_phantom() function. ... (check-in: c2f5dbe655 user: drh tags: trunk)
16:20
Merge the experimental export speed enhancement into trunk. ... (check-in: 7aaa2aa417 user: drh tags: trunk)
16:20
Record fractional seconds for artifact times. ... (check-in: 722d7cac97 user: drh tags: trunk)
2011-01-05
18:55
Experimental change to try to make "export" run faster for massive repositories. ... (Closed-Leaf check-in: c9a903c2bc user: drh tags: experimental)
18:41
Add the --ignore option to the "add" command and have "add" honor the "ignore-glob" setting. Ticket [f270321c0f74b354f05] ... (check-in: be3d2154da user: drh tags: trunk)
13:36
Provide a much larger palette of predefind background colors on the Checkin-Edit screen. ... (check-in: ddf5f36765 user: drh tags: trunk)
00:03
Purge all instances of strcasecmp() and stricmp() from the code. Use fossil_stricmp() instead. ... (check-in: 3789c44bb5 user: drh tags: trunk)
2011-01-04
23:15
corrected dmc makefile generate and added define strcasecmp=stricmp for dmc ... (check-in: f22ed9bfb1 user: wolfgang tags: trunk)
18:05
Merge the self-registration changes into the trunk. ... (check-in: 9039a6abed user: drh tags: trunk)
17:50
Fix the setting of the "x" property for files in a delta-manifest on unix. Ticket [a4295406dde4682facd619]. ... (check-in: 9e6f20bdf9 user: drh tags: trunk)
17:13
Implemented all suggested changes to the self-register related code. ... (Closed-Leaf check-in: 13deb4321b user: lrem tags: self-register)
14:12
Fix the merge command so that file renames are only considered if they are on the shortest path between the pivot and the checkins being merged. Ticket [74413366fe5067b3d]. ... (check-in: ff2a87103b user: drh tags: trunk)
13:59
Fix the file name change detection logic so that it works the same in either direction on the DAG. Ticket [c9d454153eea969] ... (check-in: 4476697523 user: drh tags: trunk)
2011-01-03
22:23
Fix the fossil_print() interface to use the internal printf() implementation (which we control) rather than the system printf() since might vary from one platform to the next. Ticket [6883bdd1eff926009c] ... (check-in: d394120c42 user: drh tags: trunk)
19:47
fix dmc makefile: resource dependency missing ... (check-in: 4b99513092 user: wolfgang tags: trunk)
16:17
fix the cross compile makefile ... (check-in: 91dce8b124 user: ron tags: trunk)
15:46
Fix the makefile on unix so that it works with "make -j2". ... (check-in: 7ad1f18b46 user: drh tags: trunk)
12:17
Fix another NULL pointer deref associated with delta manifests. ... (check-in: 315048eef6 user: drh tags: trunk)
12:15
Avoid a NULL pointer deref in vfile_build() when a delta manifest contains a deleted file. ... (check-in: a35e8c0db1 user: drh tags: trunk)
2011-01-02
07:37
added Makefile.mingw32cross for Linux cross-compile to Windows ... (check-in: c67c61b694 user: ron tags: trunk)
2011-01-01
03:06
Updates to header-comment documentation for the mkindex utility program. Fix a compiler warning on windows builds. ... (check-in: 79b7902cdd user: drh tags: trunk, release)
00:15
Add the [/test-all-help] webpage used for testing. ... (check-in: 26e269fef3 user: drh tags: trunk)
2010-12-31
21:12
Documentation updates. ... (check-in: 5fb963ab61 user: drh tags: trunk)
03:23
Do not show merge links to phantoms in the graph. ... (check-in: 8a1e384b33 user: drh tags: trunk)
2010-12-30
21:26
Improvements to the merge-out arrows on the graph. It is now more likely to draw the merge arrow up out of a leaf node. ... (check-in: 4614dadbcb user: drh tags: trunk)
21:03
Further minor tweaks to the graph drawing javascript. New graph test cases added. ... (check-in: ddc3d3d19c user: drh tags: trunk)
20:37
Clean up to the graph generator. Add comments describing variables in the javascript. Omit merge descenders if parent descenders are omitted. Add a test page of URL links. ... (check-in: 94979bc7e3 user: drh tags: trunk)
17:18
Fix the "200 Entries" submenu hyperlink for branch-view timelines. Ticket [e436a483c5b08a1aec] ... (check-in: 6b9a593294 user: drh tags: trunk)
16:48
Fix an out-of-order local variable declaration in vfile.c. ... (check-in: 1a6a154a4e user: drh tags: trunk)
16:46
Add a new #include to report.c that is needed by DMC/PellesC compilers. ... (check-in: f5acf22b24 user: drh tags: trunk)
14:41
Add a -local option to the "date" TH1 command. This allows a custom ticket-edit script to use localtime instead of UTC for the date stamp for when a comment is added. Also modify the default ticket-edit script to show UTC after the date stamp, to avoid ambiguity. Ticket [5c1490e26b8b2f8]. ... (check-in: e07625279c user: drh tags: trunk)
14:03
Add documentation on how the build process works. ... (check-in: c429b52465 user: drh tags: trunk)
02:15
make correction on image/png magic for mimetype detection ... (check-in: ff53d5ab3e user: bch tags: trunk)
01:29
follow-up to [e22fca9640|Hex adjustment checkin]; an image -is- a binary file already - no need to display a "Hex" link for it explicitly (already done). ... (check-in: fab89453c5 user: bch tags: trunk)
2010-12-29
20:20
Allow the "localtime" modifier on date/time functions within ticket report SQL statements. Ticket [bf4f5725f6c90fc2] ... (check-in: 8c3bba8e97 user: drh tags: trunk)
2010-12-27
21:40
Add the test-clusters command to verify that all artifacts are reachable through cluster chains. Fix the cluster creator so that it does not create gaps if the number of unclustered entries exceeds 800. ... (check-in: 64a9c81a22 user: drh tags: trunk)
06:15
Spelling fixes, minor editorial ... (check-in: 6b5c797cc3 user: bharder tags: trunk)
2010-12-26
15:42
Continuing work on the tech_overview document. Still far from complete. This is merely an incremental check-in. ... (check-in: dabc1105ba user: drh tags: trunk)
14:49
Add an fconfigure to disable the automatic NL to CR/NL translation that occurs in makemake.tcl on windows systems. ... (check-in: af6810c589 user: drh tags: trunk)
14:15
corrected dmc makefile generate, resource compile failed ... (check-in: 518978f13a user: wolfgang tags: trunk)
13:22
Change the "setting" command so that it works for global settings even if it is run outside of a check-out and with no repository specified using -R. ... (check-in: 3d59229789 user: drh tags: trunk)
00:43
Update the quick-start guide documentation to provide hyperlinks to the command-line help in the web interface. Add the beginning of a technical overview article, but as that article is still incomplete, do not hyperlink to it. ... (check-in: 0e1447a6ea user: drh tags: trunk)
00:40
Fix the mkindex program so that it ignores lines beginning with COMMAND: when assembling help text. ... (check-in: de4c07ca52 user: drh tags: trunk)
2010-12-25
23:58
All the help URL to have its command specified as a path extension in addition to the "cmd" query parameter. ... (check-in: ae76c7879b user: drh tags: trunk)
23:55
Improvements to the "help" webpage. ... (check-in: 01b3c9c1a8 user: drh tags: trunk)
11:45
Add the "quotes" document to the permuted index. ... (check-in: 8bdd09e409 user: drh tags: trunk)
2010-12-24
00:50
Tweaks to the mingw makefile as suggested by Ross on the mailing list. ... (check-in: a300bee164 user: drh tags: trunk)
00:27
When adding a new artifact from a delta, read the delta header in order to insert the correct size into the blob table. ... (check-in: 25e80d2e6e user: drh tags: trunk)
2010-12-23
22:12
Documentation update: Back out the claim that Git uses multiple DAGs because I now believe that claim is incorrect. ... (check-in: 24c33b00f2 user: drh tags: trunk)
21:54
On the test-integrity command, make a blob size mismatch a warning, not a fatal error. ... (check-in: 88f2715f36 user: drh tags: trunk)
18:26
Add a progress indicator for test-integrity. ... (check-in: 4ba6a2c96f user: drh tags: trunk)
18:18
Add the test-integrity command for verifying repository integrity. Also add an "all" version of this command. ... (check-in: d56734549a user: drh tags: trunk)
18:00
Fix a possible buffer overrun in the delta_apply() routine if handed an invalid delta. ... (check-in: 174d61b90a user: drh tags: trunk)
17:53
Fix a (harmless) buffer size miscalculation in the decompression logic. ... (check-in: 52aa366c18 user: drh tags: trunk)
17:14
Rework the makemake.tcl makefile generator script so that it generates makefiles for all windows compilers all in one go. Add an output for mingw. Ticket [fa403b6a123659d885e3] ... (check-in: 723f8c200f user: drh tags: trunk)
15:04
Modify makeheaders so that it ignores the ":" character if it is the second character in a command-line argument, thus allowing drive-specifiers on windows filenames. This is related to, but is not a fix for ticket [fa403b6a123659d885e3]. ... (check-in: bb7a5a1c4e user: drh tags: trunk)
14:17
Another favorable quote about fossil for the collection. ... (check-in: b43740b1f1 user: drh tags: trunk)
14:05
Add new "quotes" to the documentation collection. ... (check-in: 6a9fe32e4a user: drh tags: trunk)
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. ... (check-in: 31c52c7b3e user: drh tags: trunk)
2010-12-22
23:57
First cut at code to allow anonymous users to self-register. ... (check-in: fedf27e483 user: drh tags: self-register)
23:43
Fix to the previous check-in so that it does not prompt the user to confirm overwrite if the file does not exist in the first place. ... (check-in: 5f23fbad37 user: drh tags: trunk)
22:33
Do not overwrite files on disk, and especially do not prompt the user for permission to overwrite, if there would ultimately be no change in the file content. ... (check-in: aa9ea7961a user: drh tags: trunk)
18:10
A change in the size of a file shows definitively that the file has been modified. So if the file size has changed, there is no need to do a full SHA1 hash of the file to verify that it has changed. ... (check-in: e9ffc4cdfb user: drh tags: trunk)
16:06
Documentation updates. ... (check-in: c1c18b7224 user: drh tags: trunk)
14:25
Draw inbound merge arrows on the graph even if the merge parent is off-screen. ... (check-in: e685fc0b85 user: drh tags: trunk)
01:32
Fix up all of the test scripts so that the test results match the latest fossil output. Ticket [4f43f7ff92ae02ae3] ... (check-in: 1092a1df55 user: drh tags: trunk)
2010-12-21
21:32
Merge into trunk from experimental the lookaside hit and miss stats associated with the --sqltrace option. ... (check-in: b41d0f6120 user: drh tags: trunk)
20:35
Back out check-in [34341a10b45c9ff1] which was incorrect. That check-in was causing incorrect results to display on the diff of an uncommitted merge. Ticket [47d4e76139fd63f2a] is still open. ... (check-in: 1bea7f6959 user: drh tags: trunk)
16:30
Corrected help message for the <tt>stash</tt> command ... (check-in: fbddb08908 user: BM tags: trunk)
16:26
Bug fix for large syncs involving delta-manifests. ... (check-in: 8837795f53 user: drh tags: trunk)
15:28
Change the --httptrace option to store both the request and the reply in separate text files. Nothing is sent to stderr any more. ... (check-in: abe892304a user: drh tags: trunk)
14:13
Fix a typo in the "setup_access" screen. Ticket [6a70408ccb230a20856117] ... (check-in: 13920cd0f4 user: drh tags: trunk)
13:56
Updates to the download page generator script. ... (check-in: 09fc7be1f0 user: drh tags: trunk)
12:24
Fix the "make clean" to recursively remove subdirectories in the OBJDIR directory. Ticket [950d0186f84f38d2] ... (check-in: 1710ccf931 user: drh tags: trunk)
2010-12-20
22:00
Reduce the default maximum download limit from 20M to 5M since the smaller size seems to work much better with the latest clone refinements. ... (check-in: d16ccde510 user: drh tags: trunk)
17:29
Fix an off-by-one error in the delta generator. ... (check-in: d7dfb5ae42 user: drh tags: trunk)
16:57
Additional lookaside buffer measurements associated with an experimental version of SQLite, enabled only when --sqltrace is used. ... (Closed-Leaf check-in: 9688ec1d00 user: drh tags: experimental)
14:52
Update the --sqltrace debugging option so that it outputs memory usage statistics within SQL comments. ... (check-in: cb745cc789 user: drh tags: trunk)
13:15
Update the unix Makefile to shift all build products other than the file executable into the OBJDIR folder. ... (check-in: e084092a07 user: drh tags: trunk)
12:49
Get the --ignore option and ignore-glob setting working for the "clean" command. Ticket [0bc90d7235404d16]. ... (check-in: f12a6962a7 user: drh tags: trunk)
02:14
For clone and sync, report the correct network traffic totals even if those totals exceed 2 GiB. ... (check-in: a9e05e23e9 user: drh tags: trunk)
02:02
Abort a clone and delete the new repository if the server for the clone returns an error during the sync. ... (check-in: f6263ed6ce user: drh tags: trunk)
01:06
Improvements to the graph layout algorithm yielding a more compact graph in many cases. ... (check-in: ea61f4aa55 user: drh tags: trunk)
2010-12-19
21:08
When an ambiguous command prefix is entered, report all possible matches as part of the error message. ... (check-in: 5ae54b39fd user: drh tags: trunk)
20:59
Added a permuted documentation index. ... (check-in: 169a10dd5e user: drh tags: trunk)
02:09
Clear compiler warnings on OpenBSD. No functional code changes. ... (check-in: bbbb35a3c6 user: drh tags: trunk)
2010-12-18
23:59
For the git-fast-export interchange format, make sure labels for blobs and labels for check-ins do not collide since git cannot deal with that. Ticket [536c3399075d06] ... (check-in: d45502b066 user: drh tags: trunk)
22:25
Get the "stash save" command working for the case when a directory is specified as an argument. ... (check-in: fc6aea52ba user: drh tags: trunk)
21:26
Bring the "stash" enhancement into the trunk. ... (check-in: 12a2a5eaf2 user: drh tags: trunk)
21:22
Add the "stash diff" and "stash gdiff" commands. ... (Closed-Leaf check-in: 987e0ff78d user: drh tags: experimental)
20:54
Fix a couple of out-of-order variable declarations. ... (check-in: 4a8b4210f7 user: drh tags: experimental)
20:39
Many bug fixes while testing stash: Fix "revert" so that it updates the file status correctly. Fix several cases of "//" being used as a file separator instead of just "/". Fix undo on stash apply. Make "stash drop" undoable. Update documentation for undo and stash. ... (check-in: 8a6aa0a13f user: drh tags: experimental)
18:56
The "stash" functionality is now in place. Need to test more prior to merging into trunk. ... (check-in: 22aa74dcdf user: drh tags: experimental)
17:24
Begin adding code to implement the "stash" command. The code compiles and runs but is currently incomplete. This is an incremental check-in to preserve state. (Ironically, if "stash" were working, I'd have probably just done a "stash snapshot" to capture this state, rather than an experimental branch.) ... (check-in: b3dadcc4a6 user: drh tags: experimental)
14:18
Simplifications to the implementation of undo/redo. Add the --explain option to undo/redo that shows what would be undone or redone without actually doing anything. ... (check-in: 30981b64a4 user: drh tags: trunk)
01:46
Fix the tag propagator so that when a non-propagating tag overrides a propagating tag, the propagation is undo. Ticket [fcadf658ed282b3a2] ... (check-in: 6007b2075c user: drh tags: trunk)
01:38
Fix the check-in editor so that it does not try to change the date on every edit of the check-in, but only on edits that actually change the date. ... (check-in: b230721eb8 user: drh tags: trunk)
2010-12-17
21:06
In the check-in property editor, change the bgcolor tag even if the only change is to toggle color propagation on or off. Ticket [fcadf658ed282b3a2]. ... (check-in: 2080d52168 user: drh tags: trunk)
12:41
When "fossil set editor" is unset and when there is no EDITOR or VISUAL environment variable set, then gather the check-in comment from standard input (with appropriate prompting) rather than trying to run "ed" or "notepad". ... (check-in: aa929c4d1e user: drh tags: trunk)
12:13
Issue a warning to the user before using "ed" or "notepad" if no default text editor is set. ... (check-in: 115d90d8b0 user: drh tags: trunk)
12:03
Remember which database was opened first (as the "main" database) in the g.zMainDbType global variable. ... (check-in: 99f52f3806 user: drh tags: trunk)
2010-12-16
15:03
Tweaks to the merge conflict notation. ... (check-in: bf919337bb user: drh tags: trunk)
14:46
Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. ... (check-in: daeb10f65f user: drh tags: trunk)
2010-12-15
02:42
Fix an uninitialized variable in update. ... (check-in: e3313965d3 user: drh tags: trunk)
02:19
Make three new TH1 variables available the footer on /doc pages: $doc_name, $doc_version, and $doc_date. ... (check-in: 1b0e6c0fbb user: drh tags: trunk)
01:49
Report the number of conflicts at the end of a merge or update and offer a hint to the user about the "fossil undo" command. ... (check-in: 070ce24d83 user: drh tags: trunk)
01:36
Change the merge conflict marks to identify which part is original content and which part is the content merged in. ... (check-in: 76ae862ec9 user: drh tags: trunk)
2010-12-14
15:44
Simplifications to the merge and update logic. Fix update so that it correctly carries file edits across name changes. ... (check-in: fd8698c8e0 user: drh tags: trunk)
00:36
Merge in the experimental clone speed enhancement. ... (check-in: 3543ed62bb user: drh tags: trunk)
00:30
When doing a "fossil update" if there are multiple descendents but only one descendent in the same branch as current, then go to that one descendent without complaining. Ticket [33d2bf39889352f2f] ... (check-in: 4beacb6dc4 user: drh tags: trunk)
00:15
Do not show a hex dump by default when viewing a binary artifact. Instead, just say that the artifact contains binary data and give a "Hex" submenu to view the hex if that is what the user wants. Ticket [a470443b64412d2856]. ... (check-in: dbb02ff1f9 user: drh tags: trunk)
00:06
Another bug fix associating with merges of branches which contain file name changes. ... (check-in: 4c95b7b950 user: drh tags: trunk)
2010-12-13
23:50
Fix to the fix to the mtime race condition that was supposed to be fixed by the prior check-in. ... (check-in: fa5302c28d user: drh tags: trunk)
23:04
Fix a long-standing mtime race condition that can cause problems if a "merge" takes places within the same second as an "update". ... (check-in: af365579e7 user: drh tags: trunk)
20:17
Get "fossil undo" working on merges that involve name changes. ... (check-in: 5d42fe9fee user: drh tags: trunk)
20:12
Futher enhancements to merge: Correct merging happens even on files whose names have changed since the pivot. ... (check-in: c52927c76d user: drh tags: trunk)
15:45
Add logic for computing the closure of file name changes across a sequence of checkins. ... (check-in: 28aa0e3670 user: drh tags: trunk)
14:31
Add the (unsupported) test-shortest-path command for finding the shortest path between two checkins in the DAG. ... (check-in: c49ee72b09 user: drh tags: trunk)
13:21
Take into account local (uncommitted) changes when doing a merge. ... (check-in: 7ec43ccb7a user: drh tags: trunk)
00:00
A few more merge test cases added. ... (check-in: 3f490bcbcf user: drh tags: trunk)
2010-12-11
20:08
When merging in a change where a file was deleted in the change, actually remove the file from the working checkout. Update the test cases to verify this is what happens. ... (check-in: 70744b76e6 user: drh tags: trunk)
16:36
Add the --tag option to the "commit" command. Add new test cases that make use of the --tag option. Improvements to the testing infrastructure. ... (check-in: 9d723c57ea user: drh tags: trunk)
00:28
Update the git fast-export importer so that it is able to handle filenames with spaces - or at least to the extent that the fast-export format is able to deal with such filename. Ticket [4ee4aa5a30733a] ... (check-in: 35aa6f8188 user: drh tags: trunk)
2010-12-10
22:02
Create a single subroutine that determines whether a file is a "reserved" file used by Fossil itself, or is potentially a valid repository file. This processing used to be duplicated at each place where it was needed. ... (check-in: 56d69dbd85 user: drh tags: trunk)
19:28
Do not show the "manifest" and "manifest.uuid" files as "extra" files if they are generated by Fossil. ... (check-in: 26590b8841 user: drh tags: trunk)
18:57
Take care not to show null-diffs with the "diff" command when the checkout contains the results of a merge. Ticket [47d4e76139fd63] ... (check-in: 34341a10b4 user: drh tags: trunk)
15:25
Fix typo in an error message. ... (check-in: 20b04536d0 user: drh tags: trunk)
2010-12-09
20:48
Fix a typo in the help text for "fossil import". Ticket [e8a6bfa54e0c3] ... (check-in: 973a6b1ee8 user: drh tags: trunk)
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. ... (Closed-Leaf check-in: 8bb8be26ca user: drh tags: experimental)
13:56
Use the built-in SQLite caseless string comparison functions instead of the C-library strcasecmp(). Accept mime-type application/x-fossil-uncompressed and avoid decompression when seen. ... (check-in: 0b6c414c6f user: drh tags: trunk)
2010-12-08
21:00
Add the --sha1sum option to the "status" and "changes" commands to force a detailed (but slow) SHA1 checksum verification that files have not changed. ... (check-in: e154a4386b user: drh tags: trunk)
20:44
Add the --nochange and -n options to the "merge" command. ... (check-in: 000af3234f user: drh tags: trunk)
03:31
Ignore unfinalized statements when shutting down the SQLite command-line shell. Ticket [891cd78969e03ec3009]. ... (check-in: 31f5b295fa user: drh tags: trunk)
2010-12-07
14:20
Update the precompiled download page to include an OpenBSD binary. ... (check-in: 57f374a7f4 user: drh tags: trunk)
13:31
Update the internal SQLite to the latest 3.7.4 pre-release snapshot. ... (check-in: 0018d724b3 user: drh tags: trunk, release)
2010-12-04
19:25
Basic functionality for the "bisect" command is now working. Ticket [33ffff3b4d961cf6e2a0] ... (check-in: bd75ea06b8 user: drh tags: trunk)
13:15
Simple bug-fix to get the bisect-good and bisect-bad commands working. ... (check-in: f2dbf9017d user: drh tags: trunk)
13:07
Begin adding a "bisect" command. The command is installed, but it does not yet work. This check-in is to facilitate transfer to a different machine. ... (check-in: 2ce65f2863 user: drh tags: trunk)
2010-12-03
23:49
Fix a bug in the new content() function added to the "sql" command. Ticket [195e50e93489c4997d]. ... (check-in: 63e6cb4e58 user: drh tags: trunk)
21:06
Fix typo in import/export documentation (ticket [a66760daeecca231d84]). Add flexibility to the command-line options to import/export to accommodate future enhancements. ... (check-in: 1b53667d28 user: drh tags: trunk)
2010-12-02
14:46
Remove some instances of strcpy() and sprintf() due to warnings on OpenBSD. Update the internal SQLite to the latest 3.7.4 release candidate. ... (check-in: 3ad5891c72 user: drh tags: trunk)
2010-11-26
18:43
Fix and out-of-order variable definition in the "sqlite3" command. ... (check-in: f105bc17a0 user: drh tags: trunk)
18:37
Report an error if the repository schema version does not match what the fossil executable expects. ... (check-in: c0c3d92340 user: drh tags: trunk)
17:41
Update the built-in SQLite to the latest 3.7.4 beta. ... (check-in: 6c73321418 user: drh tags: trunk)
2010-11-25
20:31
merged in makemake.tcl updates ... (check-in: ac5e8fb4c0 user: wolfgang tags: trunk)
20:24
added pellesc make to makemake.tcl ... (check-in: 65dd90fb95 user: wolfgang tags: trunk)
02:51
On the timeline, the t=TAG query parameter can refer to tags on events in addition to check-ins. ... (check-in: 4438e96abc user: drh tags: trunk)
02:42
Remove the "Leaves" menu-bar item from the default setup. ... (check-in: f5efd3f359 user: drh tags: trunk)
01:52
When attempting to "fossil update" on a closed branch, move to the end of the branch. Ticket [375e5703329a743339] ... (check-in: 1719815a47 user: drh tags: trunk)
00:17
Add a new link to the check-in "info" page that goes to a timeline showing just the immediate parents and children of a check-in. Ticket [746949c9318554c137f5]. ... (check-in: 8c04a873c8 user: drh tags: trunk)
2010-11-24
23:45
If the date of a check-in has been changed by a tag, then show that fact on the "info" page for the check-in. <i>Requires a rebuild</i>. ... (check-in: 576f6db2a8 user: drh tags: trunk)
22:43
updated makemkae.tcl to generate proper Makefile.dmc ... (check-in: d19fd0bf8c user: wolfgang tags: trunk)
21:32
Tag the manifest of every "private" checkin with the "private" tag. After the "reconstruct" command, add all private checkins to the private table. Ticket [e29ea5912afe1e97]. ... (check-in: 3b2d67d604 user: drh tags: trunk)
20:54
add sqlcmd to Makefile.dmc ... (check-in: 1ee56c4201 user: wolfgang tags: trunk)
17:30
Fix a redirect loop problem for the /home URL. Ticket [77dc5de6397fb18c0fbad] ... (check-in: 135fcbbb05 user: drh tags: trunk)
17:13
Correctly handle partial commits even when files have been deleted and/or renamed and are not part of the partial commit. Tickets [ad15a8e2af8c3162d6] and [5cc33a6aa0621be8936f]. ... (check-in: 2ceeeca19d user: drh tags: trunk)
12:03
Factor the sql-command shell out into a separate source file. Add the new content(X) SQL function for accessing uncompressed and undeltaed artifact content. ... (check-in: b4687be448 user: drh tags: trunk)
2010-11-23
22:18
Fix the ticket-change artifact generator so that it puts all fields with the "+" prefix on their name first, where they ought to be. ... (check-in: e1dac0e4f6 user: drh tags: trunk)
2010-11-19
22:29
Further work on getting a "commit" or "update" to continue operating after an autosync failure. The "commit" command prompts to verify that you want to continue. ... (check-in: 0cc4875fde user: drh tags: trunk)
19:48
Work toward getting and "update" or "commit" to continue even after an auto-sync failure. ... (check-in: 9286aaf778 user: drh tags: trunk)
2010-11-17
20:11
integrate import/export to Makefile.dmc ... (check-in: e5d99df4bc user: wolfgang tags: trunk)
13:38
Tweaks to the graph layout. Add a graph to ticket timelines. ... (check-in: cf178577ec user: drh tags: trunk, release)
13:15
Set binary translation mode on windows for import and export. Ticket [feeb8a91eb838f743ae9] ... (check-in: b408ece7f6 user: drh tags: trunk)
2010-11-16
23:16
Update to the latest version of SQLite with the sqlite3_stmt_readonly() capability and use that interface for additional security of the user-entered SQL in the ticket report logic. ... (check-in: 115f3ea60e user: drh tags: trunk)
18:02
Additional fixes to the "fossil import" command. Correct handling of zero-length content files. Correct handling of merges with no new or modified files. ... (check-in: 3873aa7ecb user: drh tags: trunk)
04:18
Fix a bug in the Git import routine. ... (check-in: 9c31866404 user: drh tags: trunk)
2010-11-15
20:10
Do not use the "time_fudge" temp-table if it has not been created by a prior call to manifest_crosslink_begin(). Ticket [289844a2cb535a465] ... (check-in: 80c42a3312 user: drh tags: trunk)
20:07
Update the built-in SQLite to an alpha of version 3.7.4. ... (check-in: ea442f3704 user: drh tags: trunk)
19:50
Fix graph display for file history. Tickets [5c7565d157b13fe0c30b7] and [a734fe24da8f75758cf4]. ... (check-in: bb045dbdbd user: drh tags: trunk)
2010-11-13
23:45
Change the "branch list" command to provide output more like Git. ... (check-in: 761a6a9dcf user: drh tags: trunk)
23:29
Disable automatic pull of shun records for the time being. ... (check-in: 3c2500c765 user: drh tags: trunk)
23:23
Move the "updated-to:" text to the end of the display for the "update" command, and separately from the changed files by "---------". This at the request of the emacs integration effort. ... (check-in: 3af6cf0993 user: drh tags: trunk)
12:48
On a "tree checksum does not match repository" error on a commit, go back and do a file-by-file comparison of the repository and the working checkout to try to discover what the problem is. Ticket [a483f0ab3f0d4da0]. ... (check-in: 64459dd091 user: drh tags: trunk)
02:17
Fixed typo in the help message for the deconstruct command ... (check-in: f7cf6dd7ba user: aku tags: trunk)
02:16
Fixed typos in commit [aa2fdc286c]. ... (check-in: 8cf380a48e user: aku tags: trunk)
01:56
Refinements to the "sync protocol" document. ... (check-in: aa2fdc286c user: drh tags: trunk)
2010-11-12
23:27
More typos in the fossil-v-git document. ... (check-in: a17ed85c08 user: drh tags: trunk)
22:12
Wait to record the sync password until after the user has actually entered the sync password. Ticket [8b46db87f1bfa942b] ... (check-in: 328fc92ceb user: drh tags: trunk)
21:51
Add the fossil_nameofexe() function to use in place of g.argv[0]. ... (check-in: a04a650870 user: drh tags: trunk)
20:57
Fixed typos reported by ticket [a3336458f6864db0404b6d45b144be0b17526fb0]. ... (check-in: 03b53ca4ca user: aku tags: trunk)
16:37
Incorporate the "addremove" command (with edits) from the StvPrivateHook2 branch. ... (check-in: ceab53718f user: drh tags: trunk)
15:17
A simple tweak to the graph javascript gets it working on IE6. Ticket [a734fe24da8f75758cf] ... (check-in: e0eceb7892 user: drh tags: trunk)
00:24
Added documentation on ways to identify a check-in. ... (check-in: aaf8cfa296 user: drh tags: trunk)
2010-11-11
23:08
Change the name of the special "ckout" tag to "current". Also allow "previous" in addition to "prev" for the parent of the current checkout. ... (check-in: badb9ff231 user: drh tags: trunk)
22:04
Add support for "magic" tags "ckout", "prev" and "next". Show the version updating to when performing an "update". ... (check-in: 5ea9ad379d user: drh tags: trunk)
21:36
Fix a minor memory leak. ... (check-in: 3541444d9d user: drh tags: trunk)
20:33
Further refinements to the Fossil-versus-Git document. ... (check-in: 8f4d5314ae user: drh tags: trunk)
20:01
typo ... (check-in: 71f7103494 user: bch tags: trunk)
18:21
Add information on the Git-to-Fossil converter and a comparison article on Fossil and Git. ... (check-in: ae0628aa99 user: drh tags: trunk)
13:36
a stab at fast-import/export support building on the 'import' branch from drh. ... (Closed-Leaf check-in: 7043db15b8 user: gcw tags: gcw-fast)
13:36
Fix the "fossil import" command so that it correctly handles cases where a file is deleted then replaced by a directory with the same name. ... (check-in: e5a734a19a user: drh tags: trunk)
01:16
Cast strlen() to int when used as a printf() argument. ... (check-in: 5fa4dfc286 user: drh tags: trunk)
2010-11-10
21:00
Fix a bug in processing of "merge" records for "fossil import". ... (check-in: 6b76effa92 user: drh tags: trunk)
20:56
Improved handling of branches and tags in the "fossil import" command. ... (check-in: b2f637510a user: drh tags: trunk)
19:11
Allow a manifest to have no F-cards. ... (check-in: 6f8cd72b08 user: drh tags: trunk)
18:44
Drop the temporary time_fudge table once we are done with it. ... (check-in: 172e16aeec user: drh tags: trunk)
18:42
Fix the code for adding "mlink" entries so that it records file deletions on a baseline manifest. ... (check-in: 0ba2c86d2b user: drh tags: trunk)
13:36
Fix the "divider" lines in the timeline display. Add the --force option to the "import" command. ... (check-in: ef68b04449 user: drh tags: trunk)
01:43
Tweak check-in times slightly so that parents always come before their children. ... (check-in: 0e87f42762 user: drh tags: trunk)
00:43
The "fossil import" command works well enough to import the Git self-hosting repository. There are still issues and no doubt many bugs yet to be found. But this is a good start. ... (check-in: 6c827ff02e user: drh tags: trunk)
2010-11-09
18:15
Partial implementation of the "fossil import" command. It is incomplete and does not work. ... (check-in: ba837f5e88 user: drh tags: trunk)
17:51
Merge in the latest changes from venks-emacs. ... (check-in: 7d2d1d3228 user: drh tags: trunk)
17:37
Merge with trunk ... (check-in: 96c0c68a86 user: venkat tags: venks-emacs)
13:52
Make "init" an alias for "new". ... (check-in: 21880ca1b6 user: drh tags: trunk)
11:59
The "export" command now exports tags. ... (check-in: 06bc2fb7cc user: drh tags: trunk)
11:05
Merge the import/export changes into trunk. Even though they are incomplete, they do not threaten the correctness of other commands and can be developed in trunk. ... (check-in: 0f024d3e30 user: drh tags: trunk)
10:48
Do not use a subdirectory named "obj" for building. Ticket [6e51013097c17ead]. ... (check-in: e663bac6f7 user: drh tags: trunk)
10:44
For cloning and syncing, give all users the privileges of both "nobody" and "anonymous" without requiring a login message. Ticket [1318677c15af04480b]. ... (check-in: 134f5b374e user: drh tags: trunk)
08:59
fix [e49f245975f89a8a9c006ec224eed48c8ad77593] by adding -nocgi option ... (check-in: 1b883d49cf user: ron tags: trunk)
01:17
Cleanup of help_page() in preparation for merging with trunk. ... (Closed-Leaf check-in: a298a0e2f9 user: drh tags: StvPrivateHook2)
01:06
Merge from trunk + minor changes to update.c to work with new . return from file_tree_name for fossil root. ... (check-in: a9407bc82f user: venkat tags: venks-emacs)
2010-11-08
23:26
Export works for Fossil and SQLite repositories. Does not yet export tags. Also need to add incremental export. ... (Closed-Leaf check-in: e25884d44f user: drh tags: experimental)
23:01
remove hook command to be compatible with other hook designs ... (check-in: a06121740a user: wolfgang tags: StvPrivateHook2)
20:07
Merge in the [696668aa4ec88213c] fix, which is necessary to successfully export the Fossil self-hosting repository. ... (check-in: 95f709cd4f user: drh tags: experimental)
20:04
merge from trunk ... (check-in: 1e801695d3 user: wolfgang tags: StvPrivateHook2)
20:01
Fix a bug in the manifest parser which caused it to ignore manifests that were signed by a windows-build of PGP. ... (check-in: 696668aa4e user: drh tags: trunk)
19:31
Fix an inintiialized variable in the previous check-in. ... (check-in: d8935a89b5 user: drh tags: trunk)
19:23
Fix a corner-case in file_tree_name() - specifically when the input is the name of the root of the local tree, return ".". ... (check-in: f98114c9e4 user: drh tags: trunk)
19:02
When the "update" command has a FILES argument which is the top-level directory, that is the same as having no FILES argument at all. In other words, all files are updated. ... (check-in: 2d1a03736a user: drh tags: trunk)
19:00
Begin adding "import" and "export" commands for converting repositories from and to the Git format. The "export" command currently generates output but is not quite correct. The "import" command is still a stub. ... (check-in: b3fd32f925 user: drh tags: experimental)
15:33
Fix a typo in an error message in the merge logic. ... (check-in: 370a89c832 user: drh tags: trunk)
15:13
Allow merges against an empty branch. Ticket [144180bf7db83724a9]. ... (check-in: 4e3cd6ce4e user: drh tags: trunk)
06:15
Remove stray debug fprintf. ... (check-in: 69e81b0260 user: venkat tags: venks-emacs)
06:13
Fossil update -n -v current on root dir now prints all files (printed none before). ... (check-in: cbce3e2f7c user: venkat tags: venks-emacs)
05:23
Allow fossil update -n -v current to be used on the root directory (aborted with "outside of checkout tree" error before). ... (check-in: b6bb1ee725 user: venkat tags: venks-emacs)
04:52
merge with trunk ... (check-in: c18bbf69eb user: venkat tags: venks-emacs)
00:40
Merge in changes from the venks-emacs branch. ... (check-in: c01e3c1794 user: drh tags: trunk)
2010-11-07
23:56
Fix a typo in the &lt;DOCTYPE&gt; marking at the top of each webpage. Ticket [c18a77e837a66122ed19]. ... (check-in: eea8810b21 user: drh tags: trunk)
23:54
Use the correct mimetype for the logo, even if the mimetype is not image/gif. Ticket [11209555c90f3b61e4]. ... (check-in: 5478f444c5 user: drh tags: trunk)
23:51
Avoid the use of %lld to work around limitations of some windows compilers. Ticket [9d186979fc4fe8d9c] ... (check-in: c76bb6d270 user: drh tags: trunk)
21:11
Patches to file.c (for mingw is_dir), finfo.c (various utilities), and update.c (for verbose/nochange), to allow integration into Emacs and IDEs. ... (check-in: 2a86bb65aa user: venkat tags: venks-emacs)
18:48
Fix alphabetical missort. ... (check-in: d156b68672 user: venkat tags: venks-emacs)
18:42
Send the right mime-type for svg files [2e088c5815] ... (check-in: 151a2104ae user: venkat tags: venks-emacs)
10:23
Merge from trunk. ... (Closed-Leaf check-in: 1a6876db8d user: michael tags: ttmrichter-skins)
10:13
merge from trunk ... (check-in: 8050311dd5 user: wolfgang tags: StvPrivateHook2)
08:16
Create new branch named "venks-emacs" ... (check-in: e8d231aaf3 user: venkat tags: venks-emacs)
2010-11-06
23:59
Add an undocumented --noverify option to the rebuild command to skip the verify_before_commit() sanity check. ... (check-in: 6a11af1782 user: drh tags: trunk)
21:04
Rename the "portable_system()" function to "fossil_system()" and move it from diffcmd.c into main.c. ... (check-in: d9880a8003 user: drh tags: trunk)
19:08
merge from trunk ... (check-in: e5fe4164f7 user: wolfgang tags: StvPrivateHook2)
19:04
Add the -R option to the ticket command. ... (check-in: 6dd81a542a user: wolfgang tags: trunk)
16:57
merge from trunk ... (check-in: 3ea66260b5 user: wolfgang tags: StvPrivateHook2)
14:04
Fix the sync logic so that it is able to clone against the canonical fossil repository with its implied redirect. ... (check-in: a921be7b51 user: drh tags: trunk)
13:52
Change the anonymous login cookie name to include a hash of the base URL. Ticket [3edef69bf3e995ed2] ... (check-in: 9dd6c43185 user: drh tags: trunk)
2010-11-04
19:58
Do not assume that the method is CGI just because the GATEWAY_INTERFACE environment variable is set. Only do CGI if GATEWAY_INTERFACE is set and there either is no argument specified, or the specified argument is not a valid command. Ticket [e49f245975f89a8a9] ... (check-in: dcf839e4a6 user: drh tags: trunk)
19:24
Fix a couple of minor issues with settings, as pointed out on the mailing list. ... (check-in: cb2ff51c4b user: drh tags: trunk)
2010-11-03
12:14
Updates to the help text for the "commit" command. ... (check-in: 098e363301 user: drh tags: trunk)
2010-11-02
18:23
merge from trunk ... (check-in: cb75de51b5 user: wolfgang tags: StvPrivateHook2)
00:07
Add the "ignore" subcommand to the "all" command. Useful for causing testing and debugging repositories from being bypassed for "fossil all rebuild" or "fossil all sync". ... (check-in: 24636f7057 user: drh tags: trunk)
2010-11-01
23:45
Mention the -N and --new-file command-line options on the "diff" command. Ticket [926a1b1639a1ee3739]. ... (check-in: bd68e4172d user: drh tags: trunk)
23:38
Fix a possible redirect loop. ... (check-in: f4033ec09e user: drh tags: trunk)
18:52
merge from trunk ... (check-in: 4a094f46ad user: wolfgang tags: StvPrivateHook2)
14:23
Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. ... (check-in: d0753799e4 user: drh tags: trunk, release)
2010-10-31
21:51
Add a warning to the "fossil sqlite3" command to remind users that careless use of the command can easily corrupt the repository. Ticket [b18338c226f6fb4899]. ... (check-in: 4e1241f323 user: drh tags: trunk)
11:10
makemake.tcl updated to generate valid Makefile.dmc ... (check-in: 4146190600 user: wolfgang tags: StvPrivateHook2)
2010-10-30
20:02
merge from trunk ... (check-in: 943dbc556d user: wolfgang tags: StvPrivateHook2)
19:05
applied patch from ticket [aa01499923] and added option -prot to test tcl script which optionally writes a protocol file ... (check-in: f89d953a06 user: wolfgang tags: trunk)
2010-10-29
21:11
merge from trunk and add sqlite shell to windows make ... (check-in: 6d334ac9ed user: wolfgang tags: StvPrivateHook2)
19:06
Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] ... (check-in: 8c723318d2 user: drh tags: trunk)
18:06
Avoid division by zero on degenerate repositories when displaying percent done. Ticket [5be04d980c92f73fbc7] ... (check-in: 067a90a903 user: drh tags: trunk)
2010-10-28
17:41
merge from trunk ... (Closed-Leaf check-in: e6dce6a16a user: wolfgang tags: StvPrivateHook2 )
14:41
Fix a few harmless compiler warnings. ... (check-in: d03718ad5f user: drh tags: trunk)
14:03
New higher-performance clone algorithm merged in from the experimental branch. ... (check-in: fda9b15cfc user: drh tags: trunk)
13:25
Less frequent status messages while processing using the sync protocol. ... (Closed-Leaf check-in: 0ca42eb3cc user: drh tags: experimental)
13:07
Reduce the amount of processing in between when a server timestamp is generated and when it is evaluated for time skew by the client - to reduce the risk of detecting time skew simply due to a slow disk. ... (check-in: a4cdf8d25b user: drh tags: experimental)
03:41
Fix the termination condition for the clone client so that it does not stop transferring before all the artifacts have been sent. ... (check-in: 0bb7d7b8ef user: drh tags: experimental)
01:58
Do not attempt to process a delta-manifest if its baseline-manifest is a phantom. Defer processing until the phantom is resolved. ... (check-in: b073039b8c user: drh tags: experimental)
2010-10-27
20:39
added missing dependency in dmc windows make for resource file ... (check-in: 304c71a09c user: wolfgang tags: StvPrivateHook2 )
20:27
corrections on merge conflict handling for settings help ... (check-in: 309168a936 user: wolfgang tags: StvPrivateHook2 )
19:56
Fix a NULL-pointer dereference in "branch new". Ticket [a4a9f45b67cbbcf26]. ... (check-in: ff79f97a07 user: drh tags: trunk)
19:17
Do not allow clusters larger than about 900 entries. ... (check-in: 06475b2e61 user: drh tags: experimental)
18:04
merge from trunk ... (check-in: f5740d09c3 user: wolfgang tags: StvPrivateHook2 )
16:06
New higher-performance and backwards-compatible clone logic. ... (check-in: 5ba4439b31 user: drh tags: experimental)
11:54
Use delta encoding between baseline manifests separated by delta manifests. ... (check-in: e21ca81e1a user: drh tags: trunk)
2010-10-26
21:37
Add better usage and help to the "artifact" command. ... (check-in: 57347e6ee8 user: drh tags: trunk)
21:31
Update the makefile to enable USE_PREAD on the BSDs. ... (check-in: b84b954fe0 user: drh tags: trunk)
19:01
merge from trunk ... (check-in: 4260bc6a22 user: wolfgang tags: StvPrivateHook2 )
18:37
Change the test-parse-manifest command so that it does not require a repository. ... (check-in: 5277d53da7 user: drh tags: trunk)
18:29
Change the "artifact" command to accept the -R or --repository command-line options. Ticket [d3ab7965c636275e51]. ... (check-in: d6e21fddd3 user: drh tags: trunk)
12:51
Merge the delta-manifest enhancement into the trunk. ... (check-in: d13054ce84 user: drh tags: trunk)
2010-10-25
21:47
Improvements and minor bug fixes in "browse" processing. ... (Closed-Leaf check-in: b27d50b421 user: drh tags: experimental)
21:16
The "fossil revert" command now clears merge history. Less frequent status output on rebuild. The FOSSIL_OMIT_DELTA_CKSUM_TEST compile-time option is available. ... (check-in: 6c8ed4e147 user: drh tags: experimental)
20:10
Remove an processing-order dependency from the rebuild command. ... (check-in: 3770d89f32 user: drh tags: experimental)
17:21
Fix bugs in the handling of deleted and added files on delta manifests. ... (check-in: 05b152aedf user: drh tags: experimental)
13:52
Redesign the control-artifact and manifest parser to run faster. ... (check-in: fa0ea2c3fa user: drh tags: experimental)
11:12
Bug fix in the manifest parser. ... (check-in: d10f5e9fee user: drh tags: experimental)
00:55
Further performance enchancements for browsing. We could still do better, but the current seems fast enough. ... (check-in: ee1cc2bfe4 user: drh tags: experimental)
00:33
Performance improvement when browsing repositories with many files. This is an temporary fix - we can do much better. ... (check-in: 4389b36f4f user: drh tags: experimental)
2010-10-24
06:53
add missing; ... (check-in: e9fcc9afae user: Ratte tags: StvPrivateHook2 )
2010-10-23
20:24
Create or delete the manifest and manifest.uuid files when turning the manifest setting on and off. ... (check-in: 8175b57923 user: drh tags: experimental)
19:43
Transmit the "manifest" setting as part of project configuration. ... (check-in: d57f3c7775 user: drh tags: experimental)
17:02
add privilege check to hook execution ... (check-in: abd05f296e user: wolfgang tags: StvPrivateHook2 )
14:19
MD5 optimization for x86_64. ... (check-in: df5a8bf0d4 user: drh tags: experimental)
12:58
Additional performance enhancements. ... (check-in: 6caba36de5 user: drh tags: experimental)
07:23
added hook info to sync/push help ... (check-in: ba5e03444b user: Ratte tags: StvPrivateHook2 )
02:51
Simplification to the delta checksum algorithm. Trying to make it run faster. ... (check-in: 4c1bcf6f6a user: drh tags: experimental)
02:17
Rework the manifest cache so that it is more effective on repositories with large numbers of delta-manifests. ... (check-in: bcf601a649 user: drh tags: experimental)
2010-10-22
14:48
Use a faster tokenizer on manifests to reduce rebuild times by about 5%. ... (check-in: 121ed7c882 user: drh tags: experimental)
13:05
Change the "commit" command so that it will not create the first delta-manifest in a repository unless the --delta option is used. ... (check-in: a69356ae1f user: drh tags: experimental)
01:06
Merge in some ui enhancements from the ssl_platform_fixes branch. ... (Closed-Leaf check-in: 3c19422b6e user: bcsmith tags: ui-improvements)
01:04
Add some explanatory text to the update command to make it easier for new users to learn fossil. ... (check-in: 858940c68e user: bcsmith tags: ui-improvements)
2010-10-21
23:26
TH1 fossiltag command for accessing tag values. Has two subcommands: get and list, which do what they sound like. ... (Closed-Leaf check-in: 413ebeb12e user: bcsmith tags: th1_fossiltag_cmd)
20:54
Fix the new SHA1 checksum module so that it does not overwrite its input. ... (check-in: fa9dfc34e5 user: drh tags: experimental)
20:08
Replace the RFC-3174 reference implementation of SHA1 with the much faster implementation from NetBSD. ... (check-in: f8f175cf22 user: drh tags: experimental)
15:42
Clarification of the comment that describes the algorithm used to choose between a baseline manifest and a delta manifest upon checkin. No changes to code. ... (check-in: b08fce49e1 user: drh tags: experimental)
14:00
Better algorithm for deciding when to use a delta-manifest on a check-in. ... (check-in: 7c244251b0 user: drh tags: experimental)
2010-10-20
12:31
Fix a bug in the Files browsing logic. ... (check-in: 85e1e3d4a1 user: drh tags: experimental)
2010-10-19
23:50
Bug fix in the new delta-manifest generator logic. ... (check-in: 068b182358 user: drh tags: experimental)
20:27
Automatically generate delta-manifests on check-in if the delta-manifest is smaller than 1/125th of the baseline-manifest. ... (check-in: 9ea47d4953 user: drh tags: experimental)
17:57
Fix a typo in the file format documentation. ... (check-in: 0f3086bee7 user: drh tags: experimental)
17:54
Two new settings: "manifest" and "repo-cksum". The first enables the output of the manifest and manifest.uuid files on each checkout. This is now off by default. The second enables repository checksums. It defaults on. ... (check-in: 2f3b9bd3c5 user: drh tags: experimental)
17:01
Improvements to the file format documentation to better describe the new B-card on manifests. ... (check-in: f56c622b7a user: drh tags: experimental)
16:26
Fix the check-out mechanism so that it works with delta-manifests. ... (check-in: 0e326631fe user: drh tags: experimental)
14:55
adding flush to system-command, windows needs all buffers flushed before system execution ... (check-in: a64b48cb29 user: wolfgang tags: StvPrivateHook2 )
2010-10-18
22:34
Rework manifest parsing in order to process delta-manifests correctly. ... (check-in: aa61a65c18 user: drh tags: experimental)
19:40
some error corrections for force hook ... (check-in: a94ef5c00d user: wolfgang tags: StvPrivateHook2 )
15:46
added output redirect and client force for hook ... (check-in: ccef28b54b user: wolfgang tags: StvPrivateHook2 )
2010-10-17
17:25
Add the ability to parse and use manifests with the B-card. Add documentation for the B-card. ... (check-in: ec56d8ff58 user: drh tags: experimental)
16:37
merge from old hook branch ... (check-in: 9cf288de27 user: wolfgang tags: StvPrivateHook2 )
2010-10-16
19:07
PellesC doesn't have pgmptr, update Makefile ... (Closed-Leaf check-in: f88368742d user: wolfgang tags: wolfgangHelpCmd)
17:33
merge from trunk ... (check-in: 586b0eb144 user: wolfgang tags: wolfgangHelpCmd)
16:32
Bring over the latest bug fixes from trunk. ... (check-in: b2175857cc user: drh tags: experimental)
16:24
Do not attempt to parse control artifacts that do not end with a '\n' character. Ticket [be56c89def7f86bcbd] ... (check-in: 7954ccba68 user: drh tags: trunk)
12:13
Do not free memory not obtained from malloc in the "fossil diff" command. Ticket [38d7bb8cf044219c2eff8]. ... (check-in: ddb975e2be user: drh tags: trunk)
2010-10-15
22:41
On windows, use the global variable _pgmptr instead of <nowiki>argv[0]</nowiki> in order to find the name of the current executable. Ticket [c8c0b78c840e4df9] ... (check-in: 23a3adac39 user: drh tags: trunk)
20:37
Refactor the control-artifact parser. ... (check-in: da9fcdc95a user: drh tags: experimental)
17:13
Replace all malloc() calls with fossil_malloc(). The fossil_malloc() routine panics rather than return a NULL pointer. ... (check-in: 8f41b2fa75 user: drh tags: trunk)
16:11
merge from trunk ... (check-in: c127179362 user: wolfgang tags: wolfgangHelpCmd)
13:55
On commit, check the repository for changes before starting the write transaction, so that a diff can be run during the check-in comment editing. Ticket [014ac374123d9a6ab6894]. ... (check-in: 59f685856b user: drh tags: trunk)
2010-10-14
20:28
Always show diffs for added and deleted files in the web UI. Show added and deleted files in diffs with -N and the --from and --to options to the command-line diff command. Ticket [e90d38c2054e9b44792] ... (check-in: 703653489e user: drh tags: trunk)
19:48
Reverse the direction of conflict markers. Ticket [e3a1beef67c97eb2e4d5a] ... (check-in: 93984e2d86 user: drh tags: trunk)
19:23
Additional compiler warning fixes. ... (check-in: c345445cad user: drh tags: trunk)
19:14
Remove all use of ctypes.h in order to avoid compiler warnings and other problems associated with changing locales. ... (check-in: 2fac809165 user: drh tags: trunk)
18:48
Remove a bunch of unused code. ... (check-in: 62f8acbe73 user: drh tags: trunk)
18:41
rename import to addremove ... (check-in: 7e65c703c0 user: wolfgang tags: wolfgangHelpCmd)
18:38
Work towards including full text of deleted and added files in a diff when the -N or --new-file option is used. Ticket [e90d38c2054e9b44792eb] ... (check-in: 585360b47d user: drh tags: trunk)
2010-10-13
19:40
added experimental IMPORT command (ticket [e0352240ad]) ... (check-in: b37d5f256e user: wolfgang tags: wolfgangHelpCmd)
2010-10-12
21:42
Fix the default Makefile so that it works out-of-the-box on Linux, MacOSX, NetBSD, and Solaris. ... (check-in: c845b28714 user: drh tags: trunk)
2010-10-11
15:49
merge from trunk ... (check-in: c9df947761 user: wolfgang tags: wolfgangHelpCmd)
14:20
Fix the /debug_tktnew and /debug_tktedit methods so that the do not really create a new ticket artifact. Ticket [474b0bd4f991dd60d7d9bb]. ... (check-in: 06c5b3eb6d user: drh tags: trunk)
13:43
Allow events to be referenced using a prefix of their full event-id. ... (check-in: f2025072b4 user: drh tags: trunk)
2010-10-10
19:07
New TH1 command: wikicontent Placed in its own branch for posterity. ... (Closed-Leaf check-in: 6916054dc8 user: bcsmith tags: th1_wikicontent_cmd)
16:46
adding help cross references ... (check-in: c880f0920f user: wolfgang tags: wolfgangHelpCmd)
13:38
added cross references for help ... (check-in: c3bf3c0c63 user: wolfgang tags: wolfgangHelpCmd)
08:59
added more cross reference ... (check-in: c2ef371590 user: Ratte tags: wolfgangHelpCmd)
2010-10-09
20:13
show references to commandline on webpages; add httptrace to windows http server ... (check-in: d1d1cd122b user: wolfgang tags: wolfgangHelpCmd)
17:18
Fix a potential segfault on "fossil pull". Ticket [71439c64b8d6af66f5e34]. ... (check-in: 26c262cd03 user: drh tags: trunk)
15:39
merge from trunk ... (check-in: e1d15514fb user: wolfgang tags: wolfgangHelpCmd)
15:34
link the command line help to the gui pages, where appropriate ... (check-in: a5cd79272f user: wolfgang tags: wolfgangHelpCmd)
13:33
added a gui diff form to enter the UUIDs, branches, .. and add a link to info page ... (check-in: cee3e0812c user: wolfgang tags: wolfgangHelpCmd)
13:04
Add a compile-time option to ignore the control file checksum (for a modest performance increase while parsing control files.) Enhance the test-parse-manifest command to facilitate performance studies. ... (check-in: 712988286e user: drh tags: trunk)
06:53
added missing help cross references ... (check-in: 81da2ee39f user: Ratte tags: wolfgangHelpCmd)
2010-10-08
19:55
Rebuild faster by caching the last few manifest parses. ... (check-in: 0a55d16227 user: drh tags: trunk)
19:03
integrated test commands into the reference ... (check-in: f3f7d9e53f user: wolfgang tags: wolfgangHelpCmd)
17:08
EDITED www/server.wiki fixed formating and created ticket (I don't see the ticket in commit) ... (check-in: 3f49a84995 user: navratil tags: ttmrichter-skins)
15:51
link the new help page to the reference.wiki document ... (check-in: 47fd0df0b0 user: wolfgang tags: wolfgangHelpCmd)
15:05
fine tuning the layout of the command line help strings ... (check-in: c6d1879069 user: wolfgang tags: wolfgangHelpCmd)
13:06
merge from trunk ... (check-in: ff6760ba09 user: wolfgang tags: wolfgangHelpCmd)
12:56
corrected layout for wrong calls to help web page ... (check-in: d6e69d6a18 user: wolfgang tags: wolfgangHelpCmd)
12:42
help page uses detected command, not the given input parameter as header ... (check-in: 9017bde28f user: wolfgang tags: wolfgangHelpCmd)
12:39
help page linkt to doc files references fossil-scm.org, not the local repository to be usefull in all repositories, not only in clones of fossil ... (check-in: 47f4866bbc user: wolfgang tags: wolfgangHelpCmd)
12:32
help overview page uses table layout ... (check-in: 94741fb68f user: wolfgang tags: wolfgangHelpCmd)
12:18
removed quotes from command cross references and add them in help command ... (check-in: b3bf08cc84 user: wolfgang tags: wolfgangHelpCmd)
12:10
shorten command lines to 80 char ... (check-in: ad29dc1132 user: wolfgang tags: wolfgangHelpCmd)
12:02
added cross reference links to command line help in the gui ... (check-in: b76a547f1a user: wolfgang tags: wolfgangHelpCmd)
10:59
Obscure the text of the remote-url password so that it is not easily visible using the sqlite3 CLI. ... (check-in: cfbbad3d48 user: drh tags: trunk)
2010-10-07
19:17
Merge the "ticket" command into the trunk. ... (check-in: 2f5d45eca3 user: drh tags: trunk)
18:46
Merge in recent trunk changes. ... (Closed-Leaf check-in: 568ead7b41 user: drh tags: wolfgangTicketCmd)
18:40
Merge in changes from wolfgangFormat2CSS_2, with a few minor corrections. ... (check-in: b525add4e0 user: drh tags: trunk)
16:12
merged from trunk ... (check-in: 09397a629a user: wolfgang tags: wolfgangTicketCmd)
16:09
corrected missaranged lines in tag help (ticket [0cb89f4c72]) ... (check-in: 8041eab372 user: wolfgang tags: wolfgangTicketCmd)
16:04
merged from trunk ... (Closed-Leaf check-in: 2502567f70 user: wolfgang tags: wolfgangFormat2CSS_2)
15:57
add success message to fossil ticket add/set ... (check-in: e00f13dc6e user: wolfgang tags: wolfgangTicketCmd)
13:37
Update the built-in SQLite to the latest 3.7.3 beta. ... (check-in: daf28132a9 user: drh tags: trunk)
13:34
Add the optional "showsql" query parameter to the timeline. ... (check-in: 3efdd65756 user: drh tags: trunk)
09:11
changed fossil ticket fieldlist to fossil ticket list fields and added fossil ticket list reports ... (check-in: 3f06f272cd user: wolfgang tags: wolfgangTicketCmd)
2010-10-06
19:10
typo in fossil ticket help fixed, solving [a888fc2aa7] ... (check-in: 3c6f67fc81 user: wolfgang tags: wolfgangTicketCmd)
14:42
removed unused include -------------------------------- moved false branch commit to closed leaf ... (Closed-Leaf check-in: afca329121 user: wolfgang)
13:10
added command line help page to the gui ... (check-in: ffbfb4d57c user: wolfgang tags: wolfgangFormat2CSS_2)
12:15
SLL uses system-wide default CAs. Ticket [f696bc85f8b91d263f5bf4c5bbd2]. ... (check-in: 8995df3aee user: drh tags: trunk)
09:54
moved attribute bgcolor to css ... (check-in: 720fa53d1f user: wolfgang tags: wolfgangFormat2CSS_2)
09:54
merge from trunk ... (check-in: 454658c0b0 user: wolfgang tags: wolfgangFormat2CSS_2)
09:24
completed work on ticket command, optimized the help text ... (check-in: d6be2068d3 user: wolfgang tags: wolfgangTicketCmd)
09:10
added -q to ticket set|add, corrected set/add command line parser ... (check-in: 08726b95be user: wolfgang tags: wolfgangTicketCmd)
00:12
Change ancestor age check error message to be more precise. Ticket [5e9020fe4ccfc11e94]. ... (check-in: 89d4d0b85b user: drh tags: trunk)
2010-10-05
19:23
added ticket list and new quoting option to ticket show ... (check-in: 82559a701f user: wolfgang tags: wolfgangTicketCmd)
16:37
fossil ticket show may use report name instead of report number ... (check-in: 63d91f0b87 user: wolfgang tags: wolfgangTicketCmd)
15:44
check for valid UUID on ticket set command ... (check-in: 1e1512f510 user: wolfgang tags: wolfgangTicketCmd)
14:40
Merge from trunk. ... (check-in: 029448a394 user: michael tags: ttmrichter-skins)
13:46
implemented add/set ticket commands ... (check-in: 9d3b9d653a user: wolfgang tags: wolfgangTicketCmd)
10:43
filter on ticket show working, report code moved to report.c ... (check-in: 092d763028 user: wolfgang tags: wolfgangTicketCmd)
09:56
merge from trunk and extending Makefile.dmc with event ... (check-in: a6dd0bf3e1 user: wolfgang tags: wolfgangTicketCmd)
09:43
merged from trunk ... (check-in: def52067be user: wolfgang tags: wolfgangFormat2CSS_2)
03:55
Update to the latest SQLite 3.7.3 beta. ... (check-in: 12a79e5b93 user: drh tags: trunk, release)
03:32
Merge the experimental "Event" changes into the trunk. ... (check-in: d96c4a42f0 user: drh tags: trunk)
03:29
Merge the small-stack changes into the trunk. This completes the fix for ticket [2a1e8e3c4b0b39e08fdde] ... (check-in: b8f134bbbb user: drh tags: trunk)
03:24
Fix issues with the prior commit on this branch. The small-stack non-recursive implementation appears to be working. Ticket [2a1e8e3c4b0b39e08fdde]. ... (Closed-Leaf check-in: f93a54d0ba user: drh tags: small_stack)
02:46
An attempt to reduce the depth of recursion in order to run better on systems with limited stack spack. Ticket [2a1e8e3c4b0b39e08fdde0]. This check-in compiles and runs but has issues. ... (check-in: 9664989c0f user: drh tags: small_stack)
00:40
Fix HTML typo in qandc.wiki. Ticket [cee1b58990e81] ... (check-in: e6c8df3bb7 user: drh tags: trunk)
2010-10-04
20:18
ticket show working(without UUID-filter) ... (check-in: f3f7f13815 user: wolfgang tags: wolfgangTicketCmd)
11:48
merged from trunk ... (check-in: fafcb6c780 user: Ratte tags: wolfgangFormat2CSS_2)
01:21
Updates and corrections to the [/doc/tip/www/fileformat.wiki | file format documentation]. ... (Closed-Leaf check-in: 3e48b683de user: drh tags: experimental)
2010-10-03
23:31
Make the R card of manifests truely optional. It is always generated on manifests created by Fossil itself, but 3rd party import tools might choose to omit the R card as a simplification. Ticket [a32ff1eddb6ac1f499]. ... (check-in: aab38ef02f user: drh tags: trunk)
20:34
merge from trunk ... (check-in: 287dd50e7b user: wolfgang tags: wolfgangFormat2CSS_2)
20:00
Dramatic performance improvement for "fossil deconstruct" and "fossil reconstruct" on large repositories. Add progress information for "fossil reconstruct". Possibly related to ticket [2a1e8e3c4b0b39e08fdde0]. Fix for ticket [76d3ecfdab577bdf843]. ... (check-in: 5f0201030c user: drh tags: trunk)
19:24
More descriptive SSL error messages. ... (Closed-Leaf check-in: 6b8b6d2e23 user: bcsmith tags: ssl_platform_fixes)
19:01
For "fossil rebuild" increment the progress counter after each artifact is processed, rather than waiting for its delta children to be processed, in order to give a more uniform progress indication. Possibly related to ticket [2a1e8e3c4b0b39e08fdde]. ... (check-in: ae000c23fa user: drh tags: trunk)
17:32
corrected HTML-Validator problems ... (check-in: 443dbc676a user: wolfgang tags: experimental)
17:25
corrected HTML-validator problems ... (check-in: 32e85b6638 user: wolfgang tags: wolfgangFormat2CSS_2)
12:18
added event.c to PellesC Makefile ... (check-in: 65a12d56ca user: wolfgang tags: experimental)
11:52
corrected some HTML-validation problems ... (check-in: 04b33f77a1 user: wolfgang tags: experimental)
00:21
Add support for tags on events, including the ability to display a timeline of all events with a particular tag. ... (check-in: a1fcb97dfa user: drh tags: experimental)
2010-10-02
18:31
User interface refinements and some documentation added for events. ... (check-in: e5bcc0c924 user: drh tags: experimental)
16:35
Add hyperlinks for creating new events and the ability to browse through this history of changes for an event. Add the ability to show "details" of an event. ... (check-in: ba06d3449b user: drh tags: experimental)
15:44
make PellesC-Makefile dynamic, only special files (util, zlib th, sqlite are mentioned explicitly, other sources are read by wildcard expansion ... (check-in: 3bb1f957a9 user: wolfgang tags: wolfgangFormat2CSS_2)
12:55
merge from trunk ... (check-in: f52c6f6886 user: wolfgang tags: wolfgangFormat2CSS_2)
12:51
show new allowed tags(checkin [172dccb66f]) in wiki help page ... (check-in: c492eab395 user: wolfgang tags: trunk)
12:37
Event background colors are now working. ... (check-in: 6f93ca9418 user: drh tags: experimental)
11:42
use compiler_name in windows-resource file ... (check-in: f09603e66d user: wolfgang tags: wolfgangFormat2CSS_2)
06:39
merged from trunk ... (check-in: b906b7b8c9 user: Ratte tags: wolfgangFormat2CSS_2)
03:28
Add the ability to assign background colors to the timeline entries for events. ... (check-in: a5110365a3 user: drh tags: experimental)
00:25
First working code for displaying and editing events. ... (check-in: 419903ebd7 user: drh tags: experimental)
2010-10-01
22:17
Add the new "Event" artifact type to be used for project milestones, blog posts, news articles, and so forth. The Event artifact format is still subject to incompatible changes. ... (check-in: ed8738b60a user: drh tags: experimental)
18:02
Allow fossil branch new --date-override 'YYYY-MM-DD HH:MM:SS' --user-override user thebranch checkin To aid in importing historic data from other scm's ... (check-in: 2cc6fd9107 user: renez tags: trunk)
17:44
Allow fossil tag add --date-override 'YYYY-MM-DD HH:MM:SS' --user-override user thetag checkin To aid in importing historic data from other scm's ... (check-in: 5c59d7e9c6 user: renez tags: trunk)
15:50
Change COMPILE_VARIANT to COMPILER_NAME. Populate the macro with complete version information when using GCC. ... (check-in: 33b4f335e0 user: drh tags: wolfgangFormat2CSS_2)
15:39
added thead, tfoot, tbody, col, colgroup and span to allowed html. So that pages generated by docbook and elyxer are accepted ... (check-in: 172dccb66f user: renez tags: trunk)
2010-09-30
15:12
resource generate running on XP/dmc&pellesc5 ... (check-in: 9d896dcadb user: wolfgang tags: wolfgangFormat2CSS_2)
14:30
added comment to compile variant definition, added missing pellesC ifdef ... (check-in: 12eb50d134 user: wolfgang tags: wolfgangFormat2CSS_2)
14:01
copyright resource uses only year ... (check-in: dd3bf669e8 user: wolfgang tags: wolfgangFormat2CSS_2)
06:44
extended resource info for windows compile ... (check-in: dd830ff82a user: Ratte tags: wolfgangFormat2CSS_2)
2010-09-29
22:17
merged from trunk ... (check-in: a5f0579454 user: wolfgang tags: wolfgangFormat2CSS_2)
22:12
made rc-file Digital mars conform digital mars resource compiler(rcc) must be downloaded separately. The changes in the makefile are: <pre> +RC=$(DMDIR)\bin\rcc +RCFLAGS=-32 -w1 APPNAME = $(OBJDIR)\fossil$(E) all: $(APPNAME) -$(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link +$(APPNAME) : translate$E mkindex$E headers fossil.res $(OBJ) $(OBJDIR)\link cd $(OBJDIR) $(DMDIR)\bin\link @link +fossil.res: $B\win\fossil.rc + $(RC) $(RCFLAGS) -o$@ $** + $(OBJDIR)\link: $B\win\Makefile.dmc +echo add allrepo attach bag blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode file finfo graph http http_socket http_ssl http_transport info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 sh un skins stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfe r zip sqlite3 th th_lang > $@ +echo fossil >> $@ +echo fossil >> $@ +echo $(LIBS) >> $@ + +echo. >> $@ + +echo fossil >> $@ </pre> ... (check-in: d4749d60e4 user: wolfgang tags: wolfgangFormat2CSS_2)
21:12
versioninfo/icon added to PellesC compile ... (check-in: 12e5178e9d user: wolfgang tags: wolfgangFormat2CSS_2)
16:58
Avoid duplicate "/" in the redirect from the /home webpage. ... (check-in: cabf810b0b user: drh tags: trunk)
16:01
merged trunk ... (check-in: e2db682fa0 user: wolfgang tags: wolfgangFormat2CSS_2)
15:49
Print a warning and require confirmation prior to continuing with a commit after detection of time skew. ... (check-in: c6a65cbd81 user: drh tags: trunk)
15:45
added a compiler variant TH1 variable, to be able to see the compiler version on the web page during testing/developing different compiler variants ... (check-in: 4d7c443c10 user: wolfgang tags: wolfgangFormat2CSS_2)
15:20
Sync opertions warn about clock skew between client and server. ... (check-in: 71c40d3bdb user: drh tags: trunk)
14:11
merge trunk ... (check-in: e410d40b1b user: wolfgang tags: wolfgangFormat2CSS_2)
13:32
Update SQLite to the latest version 3.7.3 release candidate. ... (check-in: fa29769a3d user: drh tags: trunk)
13:30
Merge all changes from the wolfgangFormat2CSS_2 branch into the trunk. ... (check-in: 5a48a9b27b user: drh tags: trunk)
13:29
Code formatting tweaks. ... (check-in: 8fce80ea99 user: drh tags: wolfgangFormat2CSS_2)
13:18
Back out changes in [9978d2aba603d94]. Instead, simply modify checkout so that it never overwrites "manifest" and "manifest.uuid" if those files are explicitly checked in. Ticket [22a59e9a3455d8e]. ... (check-in: 4208b3b479 user: drh tags: wolfgangFormat2CSS_2)
12:48
Better handling of /dir pages with unknown checkins. Rework of check-in [872f6a45e3338b77ed10ec49598343ff2ae7741d] for ticket [cc4cd990165317f38618f5b784befd3e9ff3fe61]. ... (check-in: e01f7e6db2 user: drh tags: wolfgangFormat2CSS_2)
2010-09-28
18:40
added 64 bit windows compile for PellesC/6.00.4 ... (check-in: 528c581154 user: Ratte tags: wolfgangFormat2CSS_2)
16:16
corrected error CSS usages ... (check-in: 94abf61c52 user: wolfgang tags: wolfgangFormat2CSS_2)
15:45
more formats to css ... (check-in: e05f750a45 user: wolfgang tags: wolfgangFormat2CSS_2)
14:48
reconstruct handles subdirectories ... (check-in: 6759e00eb8 user: wolfgang tags: wolfgangFormat2CSS_2)
09:02
solved ticket [1b41304d8b]: moved style clear: both from code for content to css, adding the corresponding div only, if a sidebox wass used ... (check-in: 26fc585ecf user: Ratte tags: wolfgangFormat2CSS_2)
08:29
solved ticket [1b41304d8b]: moved style clear: both from code for content div to footer css, needs redefinition of div.footer in the css configuration! ... (check-in: 15b3ad2509 user: Ratte tags: wolfgangFormat2CSS_2)
05:52
leave notes in help for re/deconstruct about flat import( ticket [3f748ac12c] ) ... (check-in: 92f8cefcc8 user: Ratte tags: wolfgangFormat2CSS_2)
2010-09-27
18:31
HTML validated setup_settings page ... (check-in: 4a01787609 user: wolfgang tags: wolfgangFormat2CSS_2)
18:12
added setting to change name of the manifest files in the checkout Ticket [22a59e9a3455d8ecb] ... (check-in: 9978d2aba6 user: wolfgang tags: wolfgangFormat2CSS_2)
15:56
length of short checkin uuid for dir page restored to 10 ... (check-in: b72065df2f user: wolfgang tags: wolfgangFormat2CSS_2)
15:44
fixed error on dir page with unknown checkins. Ticket [cc4cd99016531]. ... (check-in: 872f6a45e3 user: wolfgang tags: wolfgangFormat2CSS_2)
12:35
corrected dependency for page_index.h in PellesC-Make ... (check-in: f8b8e530f3 user: wolfgang tags: wolfgangFormat2CSS_2)
12:29
corrected -L 0 for deconstruct ... (check-in: f7fd676575 user: wolfgang tags: wolfgangFormat2CSS_2)
12:10
recreated deconstruct command ... (check-in: ab12d0f4d2 user: wolfgang tags: wolfgangFormat2CSS_2)
2010-09-26
16:33
added build environment for PellesC ... (check-in: c343cd9873 user: wolfgang tags: wolfgangFormat2CSS_2)
14:43
update from trunk ... (check-in: 616a423b15 user: wolfgang tags: wolfgangFormat2CSS_2)
12:25
some more htm validation ... (check-in: e5bf291e1c user: wolfgang tags: wolfgangFormat2CSS_2)
11:34
merge from trunk ... (check-in: 5b2c837336 user: wolfgang tags: wolfgangFormat2CSS_2)
11:33
Steps to try to avoid redirect loops on a misconfigured repository. Ticket [99d0791365daaec739c53c8b94059e280efc9628] ... (check-in: 1a0086249b user: drh tags: trunk)
11:32
code layout optimoied for user color input and standard style comment for use of jscolor.com.. ... (check-in: 87e27419fd user: wolfgang tags: wolfgangFormat2CSS_2)
11:11
Increased robustness of the XML markup parser. Ticket [675aaa3458199c8832c6879b43325ffb2fd62e75] ... (check-in: ee78a38128 user: drh tags: trunk)
10:35
edit checkin page html validated and added custom color edit ... (check-in: 41385f75da user: wolfgang tags: wolfgangFormat2CSS_2)
09:29
Merging from trunk. ... (check-in: f8f63dfad9 user: wolfgang tags: wolfgangFormat2CSS_2)
2010-09-24
17:07
Merging from trunk. ... (check-in: e3292ef8c3 user: michael tags: ttmrichter-skins)
2010-09-22
14:32
Updates to the submenu links for ticket views. ... (check-in: f29a826666 user: drh tags: trunk)
05:42
schema change to support "nop". Repos will need to be rebuilt to use this functionality. ... (Closed-Leaf check-in: efc9e1c3b4 user: bharder tags: nop)
03:03
typo ... (check-in: cb14ab1809 user: bharder tags: nop)
02:58
start of "nop" no-operation command ... (check-in: 46ea03734f user: bharder tags: nop)
2010-09-19
06:15
merged trunk ... (check-in: 5e7d7144ec user: Ratte tags: wolfgangFormat2CSS_2)
01:14
merge trunk ... (Closed-Leaf check-in: 1dfb33e879 user: bharder tags: lang)
00:56
Corrections to the built-in help text for the "all" command. ... (check-in: 0183e1917f user: drh tags: trunk)
2010-09-18
22:22
Enable large-file support for stat() on linux. Fix the "stat" webpage to handle repositories larger than 2GB. Ticket [b1934313bcfb3a90d4027b] ... (check-in: 31fdc347ac user: drh tags: trunk)
21:48
Use _stati64() rather than stat() on windows, in order to support repositories larger than 2GB. ... (check-in: 293238031f user: drh tags: trunk)
20:08
Enhance the test-canonical-name command to provide additional file measurement diagnostics. ... (check-in: 7fbaee790a user: drh tags: trunk)
16:24
merged back to trunk ... (check-in: 5a5e722fc4 user: wolfgang tags: wolfgangFormat2CSS_2)
16:04
more pedantic language adj ... (check-in: ee96785db6 user: bharder tags: lang)
15:59
merge trunk ... (check-in: 2a53f5109e user: bharder tags: lang)
15:51
Merge in changes from the wolfgangFormat2CSS_2 branch, but with edits. ... (check-in: b48f78964e user: drh tags: trunk, release)
15:16
Clearify the operation of the "fossil annotate" command in the built-in help. Ticket [a182bd01a9c8dde66b1f] ... (check-in: bb1b3fa928 user: drh tags: trunk)
2010-09-17
21:57
remove debug type in autoparagraphs/wikiformat ... (check-in: 06bd8ebc6a user: Ratte tags: wolfgangFormat2CSS_2)
19:52
reintegrate javascript directly in timeline page but do a proper encoding of the script to prevent validator errors ... (check-in: 24d1d17b46 user: wolfgang tags: wolfgangFormat2CSS_2)
18:07
ws alignment for printed table of status ... (check-in: 81e9a2d0ac user: bch tags: lang)
14:33
separated timeline javascript code in separate file, to enable caching and preventing errors with HTML validator and mising <,>,.. ... (Closed-Leaf check-in: e8f200b6d3 user: wolfgang)
13:46
merged 63dc0641ac ... (check-in: ce06c5e086 user: wolfgang tags: wolfgangFormat2CSS_2)
06:13
Add "dismiss" cmd to pair w/ new "DISMISSED" reporting ... (check-in: a50ea974ff user: bharder tags: lang)
06:04
removed dupe block in if() statement ... (check-in: 63dc0641ac user: bharder tags: trunk)
06:02
less threatening desc. for removing an artifact from repo ... (check-in: 6938d5fe80 user: bharder tags: lang)
05:35
Create new branch named "lang" ... (check-in: 6e258c4ae3 user: bharder tags: lang)
2010-09-16
14:13
Another merge from trunk. ... (check-in: 1516a26dc8 user: michael tags: ttmrichter-skins)
14:00
Committing a merge. ... (check-in: be5fd10aaf user: michael tags: ttmrichter-skins)
2010-09-15
18:46
added dynamic behavior page, no special layout. Reusing the commandline help and simply listing all options ... (check-in: 757a5e5b4e user: wolfgang tags: wolfgangFormat2CSS_2)
2010-09-14
20:08
switched captcha border from outline to border, because of problems with IE ... (check-in: d50fe26c48 user: wolfgang tags: wolfgangFormat2CSS_2)
19:04
added missing nowrap for div/divider style, has to be added in local css definition! ... (check-in: 8e6dbfb28f user: wolfgang tags: wolfgangFormat2CSS_2)
18:30
remove wrong comment about closing paragraphs after drh's merge ... (check-in: 3eaebda5bb user: wolfgang tags: wolfgangFormat2CSS_2)
17:20
Create new branch named "wolfgangFormat2CSS_2" ... (check-in: c5a27b6c67 user: Ratte tags: wolfgangFormat2CSS_2)
2010-09-13
23:40
Merge the CSS and XHTML fixes from the wolfgangFormat2CSS branch into the trunk. ... (check-in: 3243e63bba user: drh tags: trunk)
23:37
Fix some rendering issues with the new wiki formatter. ... (Closed-Leaf check-in: 7d2fe13c82 user: drh tags: wolfgangFormat2CSS)
22:15
Fix a compiler warning of an unused variable. ... (check-in: d35608836e user: drh tags: wolfgangFormat2CSS)
22:14
Avoid the use of tabs. Make sure lines do not exceed 80 characters. ... (check-in: 4cc0ebef9a user: drh tags: wolfgangFormat2CSS)
20:41
Detect when an "update" is a no-op and exit early, without doing any work. This edit was suppose to go on trunk - it landed on wolfgangFormat2CSS by mistake. But we'll leave it here and let it go to trunk when we merge the wolfgangFormat2CSS changes... ... (check-in: db313c32ce user: drh tags: wolfgangFormat2CSS)
19:05
prevent generation of <p><p> ... (check-in: 44e6ae4f9a user: wolfgang tags: wolfgangFormat2CSS)
16:44
ended some paragraphs for elements, not allowed in p for xhtml ... (check-in: 2353aa9a2f user: wolfgang tags: wolfgangFormat2CSS)
09:53
added closing / to MUTYPE_SINGLE attributes ... (check-in: 32f3ad23b1 user: wolfgang tags: wolfgangFormat2CSS)
2010-09-12
18:43
detail ticket views validated ... (check-in: 2557ca45dd user: wolfgang tags: wolfgangFormat2CSS)
17:12
some ticket pages html validated ... (check-in: b9f38e16d0 user: wolfgang tags: wolfgangFormat2CSS)
15:39
merged win dmc make build changes from [08aa440a3d],.. ... (check-in: 642f4dcfa2 user: wolfgang tags: wolfgangFormat2CSS)
15:29
added end p elements if switching to lists,.. ... (check-in: 3bca39288d user: wolfgang tags: wolfgangFormat2CSS)
15:23
(more type's) solves ticket [5e9f1b1cd8] ... (check-in: 08aa440a3d user: renez tags: trunk)
15:18
(delete 1 character{*} to much in dmc) solves ticket [5e9f1b1cd8] ... (check-in: 2862ed5979 user: renez tags: trunk)
15:12
solves ticket [5e9f1b1cd8] ... (check-in: 56fedab318 user: renez tags: trunk)
14:17
_WIN32 also disables write directory check for _fossil user db(like _MINGW32_) ... (check-in: 5bf2ede641 user: wolfgang tags: wolfgangFormat2CSS)
12:49
corrected some & chars in hyperlinks and added missing quotes in attribute values ... (check-in: 214d2faf6d user: wolfgang tags: wolfgangFormat2CSS)
10:42
file timeline/attach pages HTML-validated ... (check-in: cd2f91d31a user: wolfgang tags: wolfgangFormat2CSS)
09:20
wikiformat list end p tags ... (check-in: 173bfe1726 user: wolfgang tags: wolfgangFormat2CSS)
08:47
correct all unclosed br and hr tags, skipped sqlite.c ... (check-in: 692b67bdcc user: wolfgang tags: wolfgangFormat2CSS)
2010-09-11
21:20
HTML validator error free ticket configuration ... (check-in: cf8d628d1d user: wolfgang tags: wolfgangFormat2CSS)
20:49
admin pages without errors in HTML validator ... (check-in: a62bfaf55d user: wolfgang tags: wolfgangFormat2CSS)
16:14
'edit css' styled and made it pass HTML-Validator, optimized handling of additional styles in style.c ... (check-in: 286d4bcaa0 user: wolfgang tags: wolfgangFormat2CSS)
13:11
merged improved stat page from trunk and slightly optimized style.c ... (check-in: 7d08c20fa5 user: wolfgang tags: wolfgangFormat2CSS)
11:37
Improvements to the "stat" page formatting. ... (Closed-Leaf check-in: b41feab774 user: drh tags: trunk)
06:38
corrected % values in default styles(missing second %) ... (check-in: 7d88fac509 user: Ratte tags: wolfgangFormat2CSS)
2010-09-10
20:19
fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE ... (check-in: d1305d0a7a user: wolfgang tags: wolfgangFormat2CSS)
16:11
fixed ticket [5207b03861]: use correct type for index variable ... (check-in: 4887a1da84 user: wolfgang tags: wolfgangFormat2CSS)
2010-09-09
21:41
section css extended with 'white-space: nowrap;' to avoid validator errors. PLEASE update your local styles for the section class ... (check-in: 6436092e87 user: wolfgang tags: wolfgangFormat2CSS)
21:32
reduce html-validator errors on leaves page ... (check-in: 4dbfba2bd8 user: wolfgang tags: wolfgangFormat2CSS)
20:27
tag.c css skinned ... (check-in: 6cf335ab0d user: wolfgang tags: wolfgangFormat2CSS)
20:12
timeline css skinned ... (check-in: dc8a247e74 user: wolfgang tags: wolfgangFormat2CSS)
20:04
merged trunk to branch ... (check-in: ef6979eac9 user: wolfgang tags: wolfgangFormat2CSS)
13:57
Allow checkout of versions that have neither ancestors nor children. ... (check-in: 4980b9a796 user: drh tags: trunk)
10:31
Merge in changes from the wolfgangFormat2CSS branch. ... (check-in: 34f9b9de58 user: drh tags: trunk)
10:02
Fix a large memory leak in the "fossil reconstruct" command. Ticket [fc1a61329403f605c494] ... (check-in: 9ef4a184f4 user: drh tags: trunk)
09:59
Allow ~ and % characters in the URL. Ticket [74ccf51c7d24414b1]. ... (check-in: a203674aa5 user: drh tags: trunk)
2010-09-08
21:15
made default css handled by loop instead of explizit calls, .. ... (check-in: a5576e2d51 user: wolfgang tags: wolfgangFormat2CSS)
20:25
css for hyperlinks disabled ... (check-in: 0e394b8fa2 user: wolfgang tags: wolfgangFormat2CSS)
19:26
reduced html validator errors on branch page ... (check-in: 156358e296 user: wolfgang tags: wolfgangFormat2CSS)
18:16
layout sideboxes using css, css is only added to the user defined css, if the corresponding class is missing ... (check-in: b34a583f32 user: wolfgang tags: wolfgangFormat2CSS)
17:30
merged trunk changes ... (check-in: e621ef4367 user: wolfgang tags: wolfgangFormat2CSS)
17:23
merged trunk changes ... (check-in: a2d5230d24 user: wolfgang tags: wolfgangFormat2CSS)
12:38
Merge in the latest changes from the windowscompilers branch. ... (check-in: 8d864a7f65 user: drh tags: trunk)
12:36
Documentation updates. ... (check-in: 546d48ff45 user: drh tags: trunk)
00:00
first step to extract formats in separat css definitions ... (check-in: bdd92802d0 user: wolfgang tags: wolfgangFormat2CSS)
2010-09-07
23:57
Create new branch named "wolfgangFormat2CSS" ... (check-in: e2ab51b011 user: wolfgang tags: wolfgangFormat2CSS)
17:29
merged-make-corrections ... (Closed-Leaf check-in: 036d76815b user: Ratte tags: stv-skinning)
2010-09-06
20:31
Solves ticket [64d9461fa4b399b15827876bcf6b8ccc95720d16] ... (check-in: 370d5be389 user: renez tags: trunk)
19:10
hyperlinks disabled skinned ... (check-in: 8f6e98aa3d user: Ratte tags: stv-skinning)
2010-09-05
13:07
merged main trunk ... (check-in: 7766e68992 user: Ratte tags: stv-skinning)
11:44
Do not put hyperlinks to attachments in tickets and wiki if attachment download is prohibited. Ticket [a7eff56a933249258f0d902]. ... (check-in: f7e2d74a85 user: drh tags: trunk)
11:23
Fix compiler warnings in makeheaders.c. ... (check-in: 04b976b151 user: drh tags: trunk)
10:59
sidebox via css ... (check-in: ff3b6b323b user: Ratte tags: stv-skinning)
09:58
3 layouts in timeline moved to css ... (check-in: 5bba36b2bc user: Ratte tags: stv-skinning)
07:16
comment in default style ... (check-in: b96d3e5c9f user: Ratte tags: stv-skinning)
2010-09-04
19:45
remove unused first idea of second style sheet ... (check-in: b15da2f40d user: Ratte tags: stv-skinning)
19:41
format timeline page via css ... (check-in: 2ade2d4e36 user: Ratte tags: stv-skinning)
19:20
format timeline page via css ... (check-in: 8dfed953f7 user: Ratte tags: stv-skinning)
15:24
Honor the "Index Page" setting from the "Admin/Configuration" setup page. ... (check-in: baa6df0650 user: drh tags: trunk)
15:19
Create new branch named "stv-skinning" ... (check-in: ba1c75ad39 user: Ratte tags: stv-skinning)
2010-09-03
01:57
Yet another fix to the URL parser. Ticket [21447822de6be06]. ... (check-in: 7aae4ef068 user: drh tags: trunk)
2010-09-02
10:28
Fix a bug fix in the URL parser that was introduced by the recent ssh:// change. The bug prevented port numbers after the hostname from parsing correctly. ... (check-in: ac8c21b986 user: drh tags: trunk)
2010-08-31
18:21
Minor changes to win/Makefile.msc after testing with MSVC. ... (check-in: 3a5b4ad4e2 user: shaneh tags: trunk)
17:23
Remove duplicate section in MinGW makefile. ... (check-in: b0bbcd5da6 user: shaneh tags: trunk)
15:51
make compilation depend on _WIN32 being defined by including allways config.h ... (Closed-Leaf check-in: c0a530f482 user: renez tags: windowscompilers)
05:12
compile warning fixes (uninitialized vars) ... (check-in: 3c326ea4de user: ron tags: trunk)
03:58
fix cross-compile breakage ... (check-in: d2ba02e16f user: ron tags: trunk)
01:53
Merge the changes from the windowscompilers branch into the trunk. ... (check-in: 3564af0f7a user: drh tags: trunk)
2010-08-29
05:32
Changed mscv flags to -MT because that is what openssl is using. Removed the -Oy- for the same reason ... (check-in: 30b8a41dc7 user: renez tags: windowscompilers)
00:21
Allow the -f option on "fossil commit" to override the clock skew alarm. Ticket [a0756511991399b41255256] ... (check-in: f1d309ccd7 user: drh tags: trunk)
2010-08-28
20:22
Added ssl support to msc msc doesn't like declaring vars in the middle of a block! added the extra needed libs in a commented LIBS line ... (check-in: 29c728f4b3 user: renez tags: windowscompilers)
19:04
Use -P to change ssh port numbers on windows, but -p on unix. ... (check-in: 1212f0b0c6 user: drh tags: trunk)
10:54
The generated makefiles expect dat you do mkdir build cd build nmake -f ..\win\Makefile.msc This will put all the files in build. So no polution of the root of the source tree and you can build for the different compilers ... (check-in: 99e0a29efe user: renez tags: windowscompilers)
09:20
Added the msvc sdk compiler ... (check-in: c00f79d054 user: renez tags: windowscompilers)
06:59
This is the first check-in on the windowscompilers branch and it adds the <a href="http://www.digitalmars.com/">Digital Mars C compiler</a> The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include. typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj The following files were edited or added: <p>Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by<br>#include &lt;windows.h&gt;<br> However most of the time we don't use windows.h. </p> <p>Adding an other windows compiler is done by adding<br> "|| defined(__COMPILER_IDENTIFIER__)"<br> and maybe some special things in the files below. Like <pre> </pre> </p> <p>These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC <p>In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.</p> <p>DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it! </p> <p>added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dm... (check-in: f66f414fd3 user: renez tags: windowscompilers)
2010-08-27
20:40
The ssh:// method on windows is now working well with plink. It will even prompt for passwords if the URL contains a "*" password. ... (check-in: 0cdb6403cb user: drh tags: trunk)
17:19
Fix a typo in the popen2() implementation for windows. Ticket [cf50ea4d6914fb6d856988da7]. Also refinements on the ssh:// toward getting it working on windows. ... (check-in: d5c934e5df user: drh tags: trunk)
01:24
Create new branch named "windowscompilers" ... (check-in: 3e3304ac44 user: renez tags: windowscompilers)
2010-08-26
14:13
Show diffs on info pages even if the user lacks history privilege. ... (check-in: 72147afc9d user: drh tags: trunk)
13:29
Close pipes before killing off the child process. ... (check-in: 360b047759 user: drh tags: trunk)
13:18
Merge the experimental ssh:// changes into the trunk. ... (check-in: 0a51263a23 user: drh tags: trunk)
13:17
Untested implementation of popen2() for windows. ... (Closed-Leaf check-in: 34ea1e4abb user: drh tags: experimental)
12:10
Remove dead code from cgi.c. Attempt better error handling. ... (check-in: 79294bb81b user: drh tags: experimental)
11:31
Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. ... (check-in: 1a9fe88b66 user: drh tags: trunk)
11:27
Fix buffering issues with ssh://. The ssh:// sync method now works with older, unmodified servers. Added the "?fossil=exe" option to URL processing. ... (check-in: af97726337 user: drh tags: experimental)
02:32
A rework of the SSH sync method that does not use TCP port forwarding. It works in some cases but not other. The failure is probably do to I/O buffering issues. Need further work. ... (check-in: 192ceef3ca user: drh tags: experimental)
2010-08-25
20:00
Merge the ssh:// sync enhancement into the trunk. ... (check-in: 0e42cc1b77 user: drh tags: trunk)
19:55
Change the "ui" and "sshd" commands so that they bind to INADDR_LOOPBACK rather than INADDR_ANY. Disable the "quit" monitoring on "ui" and "server". Add better error messages explaining that ssh:// is not yet supported on windows. ... (check-in: 2f8e4c4b38 user: drh tags: experimental)
17:00
The ssh:// sync method appears to work now, for linux-to-linux... ... (check-in: 66cdaee68e user: drh tags: experimental)
16:03
Continuing work on the ssh:// sync protocol. ... (check-in: 958f596637 user: drh tags: experimental)
14:03
Initial code to implement synchronization via ssh. ... (check-in: b19f25fe87 user: drh tags: experimental)
2010-08-24
01:24
Fix a potential sigfault that can occur in the graph generator if the child is older than its parent. ... (check-in: 7503f98779 user: drh tags: trunk)
2010-08-23
22:24
Omit the link to the "ZIP archive" if the user does not have permissions to download the ZIP archive. Ticket [f18142409088bfc707e26]. ... (check-in: 8474ca6747 user: drh tags: trunk, release)
22:19
Print a warning if there are unfinalized SQL statements when fossil shuts down. Take care to finalize all statements in the "commit" command. ... (check-in: 94d8e9cd4b user: drh tags: trunk)
19:33
Update SQLite to the 3.7.2 release candidate. ... (check-in: 6fd2ff1b09 user: drh tags: trunk)
2010-08-21
17:32
Use a more precise (though slower) diff algorithm when working with small strings whose differences are hard to detect. ... (check-in: 1e08452c65 user: drh tags: trunk)
04:06
The command-line "diff" does not ignore whitespace at the end of lines and it generates a well-formed patch file that can be fed directly into "patch -p 0". Ticket [a9f7b23c2e376af]. GUI diffs and the merge commands do ignore end-of-line whitespace. ... (check-in: 5ef7435ac0 user: drh tags: trunk)
03:33
Change the built-in "diff" so that it no longer ignores whitespace at the end of lines, as doing so confuses the "patch" command. Ticket [a9f7b23c2e376af5b0] ... (check-in: 7f788bdb04 user: drh tags: trunk)
03:27
Fix a potential segfault in the graph generator when check-ins occur with time skew. ... (check-in: 32c9c47c93 user: drh tags: trunk)
2010-08-20
19:56
Update SQLite to the latest version 3.7.1 beta. ... (check-in: 79c9de763a user: drh tags: trunk)
19:42
Improvements to the graph layout algorithm. ... (check-in: 98870a8510 user: drh tags: trunk)
2010-08-19
11:46
Output appropriate error messages and abort if the date argument to the --date-override option is malformed. Ticket [dba59ec54423f19] ... (check-in: e0248776d3 user: drh tags: trunk)
2010-08-18
17:27
Allow a checkout of the very first (empty) version of a project. ... (check-in: 61ca4141cc user: drh tags: trunk)
16:51
Take care to close the separate dbConfig database connection when shutting down. ... (check-in: c6187a83a5 user: drh tags: trunk)
15:27
Always run a checkpoint on all database files before exiting. ... (check-in: 8b85b21a0a user: drh tags: trunk)
02:22
Update the internal SQLite to a 3.7.1 release candidate. ... (check-in: 07afdea6e2 user: drh tags: trunk)
2010-08-16
19:06
extend new "comment" feature of "info" subcommand to include username ... (check-in: 391ef2853b user: bch tags: trunk)
12:11
Add the "comment:" field to the output of "fossil info". ... (check-in: da52ff9363 user: drh tags: trunk)
10:52
Fix a comment typo in the captcha generator. Extend the graph lines to the bottom of the timeline even if the last few entries on timeline are tickets or wiki edits instead of checkins. ... (check-in: 76201a088b user: drh tags: trunk)
2010-08-15
19:57
The "Branches" menu option shows only open branches. Closed branches are accessible from a hyperlink. ... (check-in: 518439507a user: drh tags: trunk)
19:36
Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] ... (check-in: c1bec02aae user: drh tags: trunk)
19:34
Recognize the HTTPS line in the HTTP header. Ticket [d83227cdda3d786d3743b2] ... (check-in: 3dc62d54d0 user: drh tags: trunk)
2010-08-13
07:07
Trying to figure out how to get merge conflicts to actually show up. ... (check-in: d8f8932ff2 user: michael tags: ttmrichter-skins)
03:49
Merged with trunk. ... (Closed-Leaf check-in: 861a885c74 user: michael tags: ttmrichter)
03:30
Added build for FreeBSD using clang. ... (check-in: b775af5045 user: michael tags: ttmrichter)
03:26
Merged with trunk. ... (check-in: 7f61175d27 user: michael tags: ttmrichter)
2010-08-12
19:39
Reimplement the reconstruct command that was removed in the GPL to BSD license change. This resolves ticket [dfe1fc608a]. ... (check-in: 3332895df8 user: bcsmith tags: trunk)
2010-08-11
07:00
Allow a checkin to be checked out again even if one of the files in that checkin has been shunned. ... (check-in: 7e23178ba3 user: drh tags: trunk)
2010-08-07
18:09
Enhance the "vdiff" web method so that it shows the differences between to arbitrary check-ins identified by the "from" and "to" query parameters. ... (check-in: 1d713f3f4d user: drh tags: trunk)
16:10
The "fossil diff" command now accepts options --from and --to in order to do a diff between two arbitrary check-ins. ... (check-in: 296b90a25b user: drh tags: trunk)
2010-08-05
10:09
Update SQLite to the latest 3.7.1 development snapshot. ... (check-in: d090292800 user: drh tags: trunk, release)
2010-07-31
16:20
Merge with trunk. ... (check-in: d084f952fe user: michael tags: ttmrichter-skins)
13:18
corrected formatting of example cgi scripts in server documentation ... (check-in: ea66780016 user: joshua tags: trunk)
2010-07-30
00:16
Merge change by Benoit Mortgat into the trunk. ... (check-in: e3fb8dc36c user: drh tags: trunk)
2010-07-29
19:01
“delete” command, still can use “del” which is shorter and non ambiguous – ignore -wal and -shm files in repository root for adding, computing extras and closing repository, just in case ... (Closed-Leaf check-in: 2a4ab3b151 user: benoit tags: benoit)
2010-07-28
02:38
Add a link to [http://chiselapp.com/] on the homepage. ... (check-in: 0e1ca296db user: drh tags: trunk)
2010-07-26
07:43
Started outline of makeskins utility. ... (check-in: 58e641306b user: michael tags: ttmrichter-skins)
06:54
Extracted built-in skins from skins.c and put into skins subdirectory. ... (check-in: 3530b29f15 user: michael tags: ttmrichter-skins)
06:21
Create new branch named "ttmrichter-skins" ... (check-in: df8808416a user: michael tags: ttmrichter-skins)
06:18
Reverted to original version of wiki.c. ... (check-in: 6078359f2a user: michael tags: ttmrichter)
2010-07-25
08:33
Another trunk merge. ... (check-in: 6d828a8630 user: michael tags: ttmrichter)
08:27
Merge trunk into branch. ... (check-in: 1bfe076a5c user: michael tags: ttmrichter)
2010-07-23
14:38
Fixed a link error in wiki ... (check-in: 6c73d1b2cd user: BMorgat tags: trunk)
09:37
Fixed various typos and omissions in help sections ... (check-in: 44b02c3de9 user: BMorgat tags: trunk)
2010-07-21
16:33
Update the built-in SQLite to version 3.7.0rc2. ... (check-in: 93d7f371cc user: drh tags: trunk)
2010-07-20
05:44
simple doc typo ... (check-in: e3653248ae user: bharder tags: trunk)
2010-07-14
13:27
Integrated last commit in benoit branch into trunk. ... (check-in: 711675774b user: benoit tags: trunk)
13:25
Run without arguments, fossil proposes to run fossil help to list available commands. ... (Closed-Leaf check-in: e0a9b6e044 user: benoit tags: benoit)
05:21
Create new branch named "ticket-92d3a03459" ... (Closed-Leaf check-in: 0fadfd26ba user: michael tags: ticket-92d3a03459)
2010-07-13
15:53
Modified into a saner scheme than using fragments and oddball defaults. ... (check-in: fad57367c9 user: michael tags: ttmrichter)
2010-07-11
03:29
Since there's no difference between Solaris and OpenSolaris in builds (they both require libnsl it turns out), the files are now merged as PLATFORM=solaris. ... (check-in: 0ec2c22dfe user: michael tags: newbuild, ttmrichter)
03:21
Corrected OpenSolaris fragments after testing. ... (check-in: b209bb963c user: michael tags: newbuild, ttmrichter)
2010-07-10
13:29
Tested the FreeBSD fragments on FreeBSD 8.0. ... (check-in: f69de3cfd0 user: michael tags: newbuild, ttmrichter)
10:43
Added some (as yet untested) fragments for FreeBSD, Solaris and OpenSolaris. FreeBSD and OpenSolaris testing are due soon. ... (check-in: ffcd314afc user: michael tags: newbuild, ttmrichter)
2010-07-09
17:41
Fixed up a naming problem for MinGW32 and made a more flexible mechanism for site-specific enhancements. ... (check-in: 6b83b517df user: michael tags: newbuild, ttmrichter)
17:23
Cleaned up the platform fragments. Corrected two compiler settings. ... (check-in: 81e4477e90 user: michael tags: newbuild, ttmrichter)
16:57
Named the mingw32 fragment properly. Forced mingw32 to use GCC. ... (check-in: cd98f05dbe user: michael tags: newbuild, ttmrichter)
16:25
Merged main trunk into private branch. ... (check-in: 1c28a41cf1 user: michael tags: newbuild, ttmrichter)
16:23
Started the process of modifying the build system to permit more flexible and reliable cross-platform support. Currently the build system is set up for Linux (GCC or CLANG as the compiler) and for MinGW32 (GCC as the compiler). Of these, only the Linux builds have been tested so far and confirmed to work as expected. The way to use this new system is as follows: make Builds the default platform and compiler (linux and gcc). PLATFORM=mingw32 make Builds the mingw32 build (untested!) using the default compiler (gcc). COMPILER=clang make Builds the default platform (linux) using the clang compiler. Other platform and compiler fragment files can be added in the ./make directory based on the models already there. ... (check-in: d3252d7488 user: michael tags: newbuild, ttmrichter)
2010-07-08
17:57
Update the built-in sqlite3 to the latest development version. ... (check-in: 1e6ded9856 user: drh tags: trunk)
17:53
Take care to close the connection to the database file before existing. This gives the database a chance to clean up (and, for example, delete WAL and shared-memory files). ... (check-in: 932825bc6a user: drh tags: trunk)
2010-07-07
14:57
Update the built-in SQLite to the latest 3.7.0 beta snapshot that includes fixes for large databases in WAL mode. ... (check-in: f0cd78c1a3 user: drh tags: trunk)
07:44
Update private branch to latest trunk. ... (check-in: a87fbd3312 user: michael tags: ttmrichter)
2010-07-06
21:22
Add software version information and database stats to the /stat page. ... (check-in: 5acf617104 user: drh tags: trunk)
20:51
Update the built-in SQLite to the latest beta of version 3.7.0. ... (check-in: 8733f07f0a user: drh tags: trunk)
2010-07-04
21:11
Small performance tweaks for clone and rebuild. ... (check-in: 710a8ba993 user: drh tags: trunk)
2010-07-03
15:33
Update SQLite to the latest beta of 3.7.0. This provides much better server concurrency when the repository database file is set to WAL mode. ... (check-in: fb5f0c2580 user: drh tags: trunk, release)
15:26
Automatically pull the shunning list when pulling from the "remote-url" server, which we assume is a trusted server. Add the new "auto-shun" setting to disable this feature, if desired. ... (check-in: 515814f8e7 user: drh tags: trunk)
2010-06-28
14:35
Modified Makefile to support clang in private branch. ... (check-in: 9c06026377 user: michael tags: ttmrichter)
14:30
Updated ttmrichter branch to latest from trunk. ... (check-in: 4c41c80e04 user: michael tags: ttmrichter)
2010-06-26
20:37
Update the built-in SQLite to the latest from the SQLite development tree. ... (check-in: ba14c7549c user: drh tags: trunk)
2010-06-24
11:10
Update to the latest SQLite with the new WAL file format containing version numbers. ... (check-in: e0bdd5afce user: drh tags: trunk)
2010-06-23
15:23
Update to the latest SQLite which contains a bug fix in the current-time function on windows. ... (check-in: 34178e2771 user: drh tags: trunk)
13:30
Prompt the user for permission to overwrite files on "fossil open". Ticket [17389900b2e5bd816] ... (check-in: d778ffea81 user: drh tags: trunk)
11:58
Fix to a "help" message. No code changes. ... (check-in: b892572644 user: drh tags: trunk)
11:54
Do not try to drop system tables when rebuilding a repository. Ticket [7c700d2f28838490]. ... (check-in: b063e40725 user: drh tags: trunk)
11:48
Merge quickstart.wiki changes into the trunk. ... (check-in: c6cfa4ebc4 user: drh tags: trunk)
11:46
Back out the benoit branch changes added by the previous check-in. ... (check-in: 17075ffb37 user: drh tags: ttmrichter)
05:27
Fix makemake.tcl to generate main.mk as committed previously. <i>Moved onto the "benoit" branch because it fails to build.</i> ... (check-in: 953d293c32 user: benoit tags: benoit)
04:33
Merge from the "benoit" branch. ... (check-in: 84e497e440 user: michael tags: ttmrichter)
02:21
Merging trunk into private branch. ... (check-in: 54d0648f1d user: michael tags: ttmrichter)
2010-06-22
11:35
Improve Make system for easier compilation with MinGW awk must still be in PATH and zlib compiled for mingw. ... (check-in: 7b7fe27678 user: BM tags: benoit)
2010-06-21
19:28
Fix a segfault that can occur if a corrupt delta gets into the archive. ... (check-in: b9a744e1c4 user: drh tags: trunk)
15:08
Update to the latest version of SQLite with WAL support. ... (check-in: ed1037e225 user: drh tags: trunk)
15:08
Fix a typo in the "branching.wiki" document. ... (check-in: 83d6065c99 user: drh tags: trunk)
2010-06-18
03:21
Fixed up the quickstart to present information in a more logical order. ... (check-in: 43472d55f3 user: michael tags: ttmrichter)
2010-06-17
02:01
Fix an uninitialized variable in the graph generator - error inserted by the previous checkin. ... (check-in: 4d1ef64ee8 user: drh tags: trunk)
01:37
Update to the latest version of SQLite - one that includes the fix for the corruption bug associated with the file-size in byte 28 of the database header. Also fix a bug in the graph generator, and change an index to help timeline run faster for branch queries. ... (check-in: 5129d32a37 user: drh tags: trunk)
2010-06-16
20:33
On a branch timeline, in addition to showing the checkins of the branch, also show check-ins of other branches that merge into or from the branch being displayed. This helps to show what has happened to an infrequently changing branch which is part of a much more active project. ... (check-in: 6752934026 user: drh tags: trunk)
2010-06-13
15:58
Add the ability to escape Wiki page names in hyperlinks using a wiki: prefix. Ticket [f58a05747498d3aaa9ea1e4f8f4015c209dfc54a]. ... (check-in: d6b2c387a0 user: drh tags: trunk)
2010-06-11
12:27
Fix documentation typos. ... (check-in: b16b4337b9 user: drh tags: trunk)
12:02
Change the default style to center the title with the project name above and with 200 pixel wide logo and status boxes to the left and right. ... (check-in: 15b293259d user: drh tags: trunk)
2010-06-10
19:21
The previous two check-ins to the exp-search branch should have been on the trunk. This check-in pulls them over. ... (check-in: d90467ed85 user: drh tags: trunk)
19:19
Change the title of the home page from "Fossil Home Page" to simply "Home Page". ... (Closed-Leaf check-in: 0fd61810c4 user: drh tags: exp-search)
18:50
Use the qoute() function to encode setting value for the "configure export" command. This allows the binary logo image to be exported. ... (check-in: 59fcfb777d user: drh tags: exp-search)
2010-06-09
12:29
Updates to the homepage. Fix a minor bug in the check-in edit screen of the web-UI. ... (check-in: 404aaecff8 user: drh tags: trunk)
2010-06-05
20:04
reintroduce "co" alias for "checkout"; Originally introduced with [a89b436bc9] ... (check-in: 91eded7a09 user: bharder tags: trunk)
2010-05-25
12:30
Fix typo in the [/doc/tip/www/selfhost.wiki | Self-Hostiry Repositories] page. Ticket [e39122fcc434125c6]. ... (check-in: f19de0b02d user: drh tags: trunk)
2010-05-24
18:43
Fix a bug in HTML attribute parsing. ... (check-in: cb44f7dea4 user: drh tags: trunk)
18:19
Rewrite the SRC= attribute of &lt;IMG&gt; markup to insert the zBaseURL where appropriate. ... (check-in: dc82d5709c user: drh tags: trunk)
15:37
added a check for null document pointers in search_score that corrected search form crash ... (check-in: cad393d597 user: Zeugmal tags: exp-search)
2010-05-22
13:24
Add the auto-captcha setting back to the command-line setting command. Default auto-captcha to on. ... (check-in: 5fbd593aa7 user: drh tags: trunk)
11:46
Add the test-move-repository command. ... (check-in: 4a19864419 user: drh tags: trunk)
11:28
Fix memory leaks associated with the cgi_rfc822_datestamp() function. ... (check-in: 99dcff4d28 user: drh tags: trunk)
2010-05-21
21:05
adding code, wiki, tickets, checkins search functionality ... (check-in: 73d274360c user: Zach tags: exp-search)
16:21
Fix issues with attachments on tickets. In the artifact viewer, do a better job of detecting JPEG images from the content prefix. ... (check-in: 3343450e64 user: drh tags: trunk, release)
15:16
Fix an unterminated string in the information viewer for attachments. ... (check-in: 65d2067247 user: drh tags: trunk)
2010-05-17
18:24
re-introduce "co" "checkout" command to BSD branch ... (Closed-Leaf check-in: 0072bfefd2 user: bch tags: trunk)
14:29
Fix typo in copyright assignment form. ... (check-in: 4cb397a7cb user: drh tags: trunk)
2010-05-16
19:38
Update the "License" link on the homepage to go to the BSD license text rather than GPL license text. ... (check-in: 1a987869e0 user: drh tags: trunk)
19:36
Merge support for HTTPS back into trunk. (It got lost during the conversion from GPL to BSD.) ... (check-in: 68fa646f49 user: drh tags: trunk)
19:16
Rename the "clear-title" branch as the new trunk. The trunk is now relicensed using the Simplified BSD License. ... (check-in: bf1c21ba16 user: drh tags: trunk)
19:14
Move what used to be the called the trunk into a separate branch named "gpl". The trunk will be modified to contain only code to which we hold clear title and which is licensed using the 2-clause BSD License. ... (Closed-Leaf check-in: ccc7701cc6 user: drh tags: gpl)
19:08
Change from GPL to the Simplified BSD License. ... (Closed-Leaf check-in: c06edd231f user: drh tags: clear-title)
11:18
Pull the latest trunk changes into clear-title. ... (check-in: 96722b6d01 user: drh tags: clear-title)
2010-05-14
17:02
On the timeline graph, strive to put the "trunk" to the far left. ... (Closed-Leaf check-in: 4c931047ef user: drh tags: trunk)
2010-05-12
14:08
fix ticket [fc428d2107d6b810fff67892896137c66abd3484] ... (check-in: b24b2e1bba user: rwilson tags: trunk)
2010-05-09
16:51
Fix a documentation typo. Ticket [64386b2221309d]. ... (check-in: 11b3f31de9 user: drh tags: trunk)
16:49
Prevent adding special files _FOSSIL_-journal, .fos, and .fos-journal to the repository. Ticket [97d8f830b7e5e2] ... (check-in: c193d2c2e0 user: drh tags: trunk)
2010-05-02
19:21
Add support for URLs of the form: artifact?ci=CHECKIN&filename=FILENAME. ... (check-in: 6f9901dd42 user: drh tags: trunk)
2010-04-27
23:55
Ignore byte-order-marks at the beginning of wiki pages. Ticket [466e4bbdc7c90d5] ... (check-in: 9d6507d25d user: drh tags: trunk)
17:17
Simplify timeline processing. No longer show branch and merge points since those are now obvious from the graph. ... (check-in: 5568603e57 user: drh tags: trunk)
17:02
Allow the branch name to be changes in the check-in edit screen for a check-in that is the first check-in of a new branch. ... (check-in: af8a8979c6 user: drh tags: trunk)
2010-04-26
15:36
allow "class" attributes in wiki html markup, so CSS is more useful ... (check-in: 99c26fccba user: ron tags: trunk)
2010-04-22
15:48
Infrastructure changes that will allow the client-side sync to be run from a web interface - the status messages now go to CGI output if the sync is run from a web page. This is a partial implementation of the "SyncNow" button. The button itself has not yet been added. ... (check-in: c56af61e5e user: drh tags: trunk)
15:18
Back out check-in [fc23960258211b5bc]. This will close ticket [a534227710d3e5] but re-open ticket [3b1533a090eebd09d]. ... (check-in: f7ec914037 user: drh tags: trunk)
12:44
Improved detection of invalid home directories and better error messages when invalid home directories are detected. Ticket [c3971eac71a1bd0] ... (check-in: 822133a763 user: drh tags: trunk)
01:02
When the "name" parameter for the /artifact webpage (and similar pages) is ambiguous, bring up a page that allows the user to choose between the various options. Ticket [901936cf06df1b9b9a]. ... (check-in: d02115bbf0 user: drh tags: trunk)
00:12
Remove dead code and fix a comment - issues found while looking for an unrelated problem. ... (check-in: d4125d551e user: drh tags: trunk)
00:00
Fix incorrect redirects to "/home" when there is an ambiguous name on the artifact webpage. Ticket [901936cf06df1b9b]. Still need to add code that will list all possible answers and let the user choose. ... (check-in: f44a3f70be user: drh tags: trunk)
2010-04-15
23:53
Update to the latest stable check-in of SQLite, as a beta-test for SQLite. ... (check-in: 7c37b46b12 user: drh tags: trunk)
23:50
Fill the boxes on the graph with the same background color as the text in the timeline description. ... (check-in: 0e7b85bb92 user: drh tags: trunk)
2010-04-07
20:35
SQLite bug fix. Change a LIKE to a GLOB so that it can use an index. ... (check-in: 5721bce885 user: drh tags: trunk)
20:02
Update SQLite to a version that includes automatic index support. When compiled with FOSSIL_DEBUG, issue warnings if any automatic index is ever used. ... (check-in: b84917dbf8 user: drh tags: trunk)
11:53
Accept single-quotes in addition to double-quotes for HTML attribute quoting. ... (check-in: 852e631f08 user: drh tags: trunk)
2010-04-04
23:20
Pull in recent graph layout changes. ... (check-in: 0551ff8178 user: drh tags: clear-title)
22:40
Further refinements to the graph layout for file histories. ... (check-in: 1f607de1db user: drh tags: trunk)
21:47
For file history graphs, use merge arrows to show when the same file appears in multiple check-ins. ... (check-in: 6ea10c5e99 user: drh tags: trunk)
18:38
Tweaks to the graph layout algorithm to try to get better graphs for individual file histories. ... (check-in: 1d2608b7f4 user: drh tags: trunk)
2010-04-02
20:09
Merge all recent trunk changes into the clear-title branch (since we hold clear title on all recent changes.) ... (check-in: 64541535d9 user: drh tags: clear-title)
19:28
Add additional markups to show inefficient queries when running in TH3_DEBUG mode. ... (check-in: 251fd001a8 user: drh tags: trunk)
19:27
In file changes histories, show when the file is deleted. ... (check-in: 4bbb437f06 user: drh tags: trunk)
2010-03-31
18:42
Get chroot jails working correctly when a particular fossil repository is specified on the "http" command. This fixes a problem introduced by the multi-repository feature added by check-in [9cd2c42e79] on [2010-01-31]. ... (check-in: 42ba7b97aa user: drh tags: trunk)
17:14
Patch SQLite to provide a better error message to sqlite3_log() when it is unable to open a file. ... (check-in: a158c4e75d user: drh tags: trunk)
15:27
Update the mechanism for reporting SQL that does not use indices. The warnings can be suppressed by comments in the SQL text. ... (check-in: 9f1d490dd6 user: drh tags: trunk)
15:17
Improvements to the SQLite error logging output format. ... (check-in: b30e35fcd2 user: drh tags: trunk)
14:52
Cause all SQLite errors to be logged as warnings. ... (check-in: 99fea6cde4 user: drh tags: trunk)
14:35
When compiled with FOSSIL_DEBUG, print warnings if any SQLite queries fail to use indices. ... (check-in: e95e87c1ed user: drh tags: trunk)
2010-03-30
14:29
Use artifact IDs, not record IDs, on the "diff" link of check-in change listings. ... (check-in: 61c52dd6aa user: drh tags: trunk)
01:22
The sync, clone, push, and pull commands process 302 redirects. ... (check-in: 84439e9dc7 user: drh tags: trunk)
2010-03-29
00:07
Add the capability (disabled by default) to accept REMOTE_USER as an authenticated user. Ticket [49929a3557a] ... (check-in: a5a1ff1b4b user: drh tags: trunk)
2010-03-28
23:20
In the graph algorithm, try to put branches on rails as close as possible to their parent. ... (check-in: 42bbfe9d64 user: drh tags: trunk)
2010-03-27
12:56
Update the built-in SQLite to 3.6.23.1 release candidate 1. ... (check-in: 340d3398e6 user: drh tags: trunk)
2010-03-25
13:52
Added the 'New Ticket' link to the ticket report view ... (check-in: f3df06b09f user: jeremy tags: trunk)
2010-03-24
07:10
update custom ticket wiki page ... (check-in: 0c305be6c1 user: ron tags: trunk)
2010-03-22
14:17
If the graph height is greater than 32767, omit the &lt;canvas&gt; object. Also, do not appendChild() the graphics &lt;div&gt; objects until after they have been set to "abolute" positioning, to work around a FF performance issue. Ticket [13536c292b60] ... (check-in: 504dc92ceb user: drh tags: trunk)
13:41
Do not use &lt;canvas&gt; when the height of the graph is greater than 32767. Ticket [13536c292b60]. ... (check-in: 81751fa51b user: drh tags: trunk)
12:52
Truncate the graph at 32767 pixels. This allows the top part of the graph to be seen when the graph is large, at least. Ticket [13536c292b]. ... (check-in: 076ecdcc56 user: drh tags: trunk)
2010-03-21
22:42
Comparison typo. ... (Closed-Leaf check-in: 624bc1c662 user: linuxfood tags: ssl_platform_fixes)
22:38
Fix case when trying to free a non-malloced pointer. ... (check-in: ee59ca74b8 user: linuxfood tags: ssl_platform_fixes)
22:14
Merge in trunk and local fixes. ... (check-in: 3b06c951cf user: linuxfood tags: ssl_platform_fixes)
22:10
Create new branch named "ssl_platform_fixes" ... (check-in: 6a21088a78 user: linuxfood tags: ssl_platform_fixes)
21:51
Avoid the use of rowids in URLs, since they can change on a rebuild. Use SHA1-derived artifact IDs instead. ... (check-in: a4b10f43e2 user: drh tags: trunk)
17:03
Fix for ticket [45f89e504b4] ... (check-in: 3640618d71 user: drh tags: trunk)
2010-03-18
16:27
Make sure that "Setup" and "Admin" privileges imply 'Append-Tkt' privilege. ... (check-in: a1b7f8e1a9 user: drh tags: trunk)
14:40
Merge in all of the latest clear-title changes from the trunk. ... (check-in: 7c2577bd63 user: drh tags: clear-title)
14:28
Update the script that builds the download page. ... (check-in: d5f6a272e9 user: drh tags: trunk)
14:20
Fix some compiler warnings on windows. ... (check-in: 73c24ae363 user: drh tags: trunk, release)
14:11
Fix some permissions problems on wiki pages. Always show "Empty Page" text for wiki pages that contain no text. ... (check-in: f442eb2ae2 user: drh tags: trunk)
13:47
Some minor performance improvements on timeline. ... (check-in: edea06eec7 user: drh tags: trunk)
13:26
Merge recent experimental changes (the attachment enhancement and the ability to delete wiki) into the trunk. ... (check-in: f4a25366a7 user: drh tags: trunk)
12:55
Change the timeline comment when a wiki page is deleted. Remove some "#if 0" sections from the code. ... (Closed-Leaf check-in: 49e6670386 user: drh tags: experimental)
10:39
Show only non-empty wiki pages in the list of all wiki pages. A rebuild is required after updating in order for this feature to work. ... (check-in: 012d5e4f23 user: drh tags: experimental)
02:11
Add the ability to delete attachments and fix issues with timelines. ... (check-in: 01c0180b3f user: drh tags: experimental)
01:09
Show attachment in timelines. ... (check-in: 2978e43005 user: drh tags: experimental)
2010-03-17
23:49
Show artifact changes in ticket history. ... (check-in: 931f8895c6 user: drh tags: experimental)
23:15
Basic functionality of attachments is now in place. ... (check-in: dd2d3177b1 user: drh tags: experimental)
19:57
Added screens for adding and listing attachments. ... (check-in: 1fcfa000b4 user: drh tags: experimental)
01:03
Fix a bug in timeline introduced by the previous check-in. Improvements to the file timeline. ... (check-in: 6953184210 user: drh tags: trunk)
00:40
Get the derivation graph working for individual file histories. ... (check-in: c19467d68e user: drh tags: trunk)
2010-03-16
21:33
Work toward adding support for attachments. Keep this on an experimental branch until it is actually working. ... (check-in: c3d7df650b user: drh tags: experimental)
16:52
Change the format of the A-card for attachments again. Add the ATTACHMENT table to the repository. Insert attachment information into the ATTACHMENT table when processing attachment artifacts. ... (check-in: 615a52f0ba user: drh tags: trunk)
15:38
Improved file format documentation. Added information on the attachment artifact. Redefine the A-card (which has not previously been used). Update the Manifest object to store attachment artifacts. ... (check-in: d5a4e41c81 user: drh tags: trunk)
14:27
Provide more space on the ignore-glob entry in the UI. ... (check-in: ef80cbf52f user: jeremy_c tags: trunk)
14:25
Added the new ignore-glob setting to the Behavior area of the Admin UI ... (check-in: 557e8389db user: jeremy_c tags: trunk)
2010-03-15
20:54
Add a new form of ticket timeline that shows only the check-ins associated with the ticket. ... (check-in: dec1364848 user: drh tags: trunk)
18:09
Add the --binary option to the "merge" command and a new "binary-glob" setting. These identify files that should be treated as binary files and which should not be subjected to a 3-way merge. ... (check-in: d327f12522 user: drh tags: trunk)
17:41
Add a --ignore option to the "extra" command, and an "ignore-glob" setting which causes files with given patterns to be ignored. Tickets [705181a992c] and [5125de2e624]. See also ticket [4e8410bfd69]. ... (check-in: 3555c0fc6f user: drh tags: trunk)
16:16
Show check-ins that mention a ticket in the ticket timeline. ... (check-in: 611b3b206b user: drh tags: trunk)
14:46
Add the BACKLINK table and code to populate it. NB: Run "rebuild" when updating to this or later versions. ... (check-in: f2181f5e45 user: drh tags: trunk)
2010-03-14
20:56
Add an exception to the GPLv2 license to allow Fossil to be linked against the OpenSSL library. Ticket [930a168303]. ... (check-in: 01c2f049b4 user: drh tags: trunk)
2010-03-12
14:29
Fix the formatting on the non-propagating tag timeline. Ticket [274b530475ce]. ... (check-in: 19d6b1cfe8 user: drh tags: trunk)
2010-03-11
03:29
Add a "zip" command for generating a ZIP archive of a check-in from the command-line. ... (check-in: 2582ecf2ed user: drh tags: trunk)
2010-03-10
17:18
Make sure the return value of db_text() is always something obtained from malloc() or else NULL. Strdup() the default value if the default value is used. ... (check-in: 0cbc5d295c user: drh tags: trunk)
2010-03-08
14:18
Make the File menu option default to showing only the files in tip. ... (check-in: 599e6abfb1 user: drh tags: trunk, release)
14:12
Changes to file browser to be more direct and describing what is seen in the union of all files from all versions. Add hyperlinks to tip and trunk. ... (check-in: 4db129c925 user: drh tags: trunk)
13:18
Get skins working again. They were busted by check-in [5476e50d659] (which was backed out using the new --backout option to merge.) Also add an unused query parameter to the style.css to force a reload of the CSS when the skin changes. ... (check-in: b22e5a9e52 user: drh tags: trunk)
2010-03-07
17:43
Clean up formatting and comments asociated with the "new" command. No changes to functionality. ... (check-in: 69dcef960f user: drh tags: trunk)
17:34
Link the SSL and CRYPTO libraries in a different order for FreeBSD. Ticket [c68457bff8b1]. ... (check-in: 42a964c585 user: drh tags: trunk)
12:44
Disable the timeline graph when using search mode. Ticket [6166fbed08]. ... (check-in: 4276853ef8 user: drh tags: trunk)
2010-03-06
19:35
Refinements to the formatting of the download page. ... (check-in: 9405e691ad user: drh tags: trunk)
19:21
Updates to the website download page generator script. ... (check-in: 10989b5c42 user: drh tags: trunk)
16:41
Allow specifying tags using TAG:DATE. The result is the newest check-in with TAG that occurs or before DATE. ... (check-in: 337a1aca06 user: drh tags: trunk)
15:49
Add the --backout option to the "merge" command. ... (check-in: 3f0393f555 user: drh tags: trunk)
15:21
Fix a compiler warning in the SSL module. ... (check-in: 5825707088 user: drh tags: trunk)
14:56
Remove a BOM from the beginning of the branching.wiki document. ... (check-in: 672d5c6fd0 user: drh tags: trunk)
14:44
Windows clients now preserve the execute permission bits when doing a commit. ... (check-in: 356fc21d40 user: drh tags: trunk)
13:39
Minor documentation updates. ... (check-in: 46d98dd555 user: drh tags: trunk)
02:27
Make sure the server does not send an 'igot' card for a phantom since this can cause a push to end prematurely. ... (check-in: d6e09ac934 user: drh tags: trunk)
2010-03-05
23:14
Pull in all clear-title changes from trunk. ... (check-in: dfb5fd64cd user: drh tags: clear-title)
23:12
On the "update" command, do not report a conflict if a new file has been added that does not exist in the version we are updating to. Also some cleanup to the "update" command implementation. ... (check-in: c9e9fd7572 user: drh tags: trunk)
21:20
Another attempt to get the quoting right for RSS feeds. ... (check-in: 18449fa6e6 user: drh tags: trunk)
21:05
Use wiki-formatting on fields of the RSS feed so that hyperlinks come out right but other markup characters (ex: <stdio.h>) get escaped properly. ... (check-in: ee7dbb86fb user: drh tags: trunk)
20:27
Set the TIMELINE_DISJOINT option for the graph drawing logic when only checkins for a particular user are shown. Fix for ticket [a2de4526a0] ... (check-in: 97336c56ab user: drh tags: trunk)
13:56
Update to a version of SQLite that builds on Mac with SQLITE_ENABLE_LOCKING_STYLE disabled. ... (check-in: e1f21628f2 user: drh tags: trunk)
13:55
Use double-quotes instead of single-quotes in skin template to avoid having to escape the single quotes for SQL. ... (check-in: 5476e50d65 user: drh tags: trunk)
01:00
Prompt for the password whenever a URL is supplied that contains a username but no password. ... (check-in: 99a98377ec user: drh tags: trunk)
00:45
If no password is supplied, give the user a single opportunity to enter the password (if they are on a tty) then fail the clone. ... (check-in: 03ed08364b user: drh tags: trunk)
00:10
Pull over from the trunk all recent changes for which we have clear title. ... (check-in: b9d3b4288f user: drh tags: clear-title)
00:08
Disable prompts for a password if fossil is not running on an interactive terminal. ... (check-in: 554d4caa5a user: drh tags: trunk)
2010-03-04
23:51
Add the FOSSIL_ALLOW_OUT_OF_ORDER_DATES compile-time option to disable the check that forces new check-ins to be younger than their parents. ... (check-in: 62b4df4ea4 user: drh tags: trunk)
23:41
Here is an altenative fix to [8b3c5d30f7e] that explicitly disables the LOCKING_STYLE option of SQLite. ... (check-in: 879a030e1c user: drh tags: trunk)
22:39
Update SQLite to pre-3.6.23 that leaves SQLITE_ENABLE_LOCKING_STYLE turned off by default. This should help it to build correctly on Tiger. Ticket [8b3c5d30f7e6] ... (check-in: 73223b8bd6 user: drh tags: trunk)
2010-03-03
13:52
Allow the type= attribute on the verbatim wiki tag. This attribute does not pass right through. If found, it is treated as the 'Language Type' and alters the output of the verbatim tag slightly. verbatim type='cpp' would render as pre name='code' class='cpp'. This allows JavaScript tools such as SyntaxHighlighter to function properly for any language. ... (check-in: 63d31b0448 user: jeremy_c tags: trunk)
04:08
Improvements to the graph layout algorithm to render a more compact graph when there is lots of branching and merging. ... (check-in: 71edacd95f user: drh tags: trunk)
03:34
Add a hyperlink on branch tags of the info display that carries the user to a timeline of the branch. ... (check-in: 732e3db329 user: drh tags: trunk)
2010-03-02
18:20
On windows, use COLLATE NOCASE instead of LIKE to do case insensitive comparisons - to avoid issues with wildcards. Ticket [80d3ba8b0ff]. ... (check-in: d97a4cdf8d user: drh tags: trunk)
2010-03-01
00:54
Update the how-to-build documentation in the BUILD.txt file at the root of the source tree. ... (check-in: 355d37ca8c user: drh tags: trunk)
2010-02-28
08:18
fix small issue in postbuild ... (Closed-Leaf check-in: 7f2ccea7ff user: ron tags: ron-make)
07:01
added make wrapper script ... (check-in: 0ddd305acb user: ron tags: ron-make)
2010-02-27
12:26
A wiki-style hyperlink to a well-formed ISO8601 date-time will link to the timeline at that date and time. ... (check-in: 7ca773bc31 user: drh tags: trunk)
2010-02-26
13:09
Update SQLite to pre-3.6.23. ... (check-in: 1efd09ed4f user: drh tags: trunk)
03:02
Merge in latest changes from trunk. ... (Closed-Leaf check-in: df90572760 user: linuxfood tags: creole)
2010-02-25
14:06
Pull over the latest clear-title changes from trunk. ... (check-in: 16e703be11 user: drh tags: clear-title)
12:58
If a file has been deleted from the filesystem, but not deleted by fossil, then make the "update" command restore that file. Ticket [7c3ca0eae8287] ... (check-in: 63d5a4fe25 user: drh tags: trunk)
2010-02-24
22:39
Back out the changes of [0e2281fc8a757] since they were causing a segfault while trying to enter a new ticket. The ticket [6b498a792c0] should still be fixed. ... (check-in: 5a6634c453 user: drh tags: trunk)
04:11
Updates to the file format documentation. ... (check-in: f01ec9db8b user: drh tags: trunk)
2010-02-23
21:30
Improved graph layout algorithm attempts to keep merge arrows in between their source and destination. ... (check-in: 0f27a59808 user: drh tags: trunk)
16:14
Fix the Makefile so that all parameters are commented and so that it works with non-GNU makes. ... (check-in: 8fe33aa575 user: drh tags: trunk)
15:33
Make the "clearsign" PGP signing default to off. ... (check-in: 28987096ac user: drh tags: trunk)
15:28
Fix the width of the graph canvas so that it does not overlap and disable hyperlinks in the check-in comment text. Ticket [ddd45723b9a2]. ... (check-in: 847ae1fe0f user: drh tags: trunk)
2010-02-21
10:45
make it possible to do both Linux and Win builds without doing clean first ... (check-in: aff93fb6b8 user: ron tags: trunk)
2010-02-19
17:57
timeline.rss now supports n=### param, like the /timeline page does. This feature is arguable (could lead to DoS), but i want it for harvesting an activity timeline which includes older commits. ... (check-in: 65a46db339 user: stephan tags: trunk)
2010-02-18
15:48
Remove the byte-order mark from the beginning of index.wiki. ... (check-in: e964b55dd6 user: drh tags: trunk)
13:47
Fixed layout of the custom_tickets.wiki page. ... (check-in: 5edfe089ca user: ron tags: trunk)
12:46
customize tickets (visible from main) ... (check-in: c98e4a47bd user: ron tags: trunk)
12:44
customize tickets ... (check-in: c2aab086d8 user: ron tags: trunk)
11:23
Finalize (for now) the server docs ... (check-in: 0893a67a9c user: ron tags: trunk)
11:22
Add a link from the homepage to the new server documentation. ... (check-in: ae2adb543b user: ron tags: trunk)
11:20
server docs ... (check-in: 0c83e192c7 user: ron tags: trunk)
2010-02-17
20:27
more detail for server.wiki ... (check-in: c516e0d2a0 user: ron tags: trunk)
20:17
add server.wiki document ... (check-in: f546625903 user: ron tags: trunk)
16:34
fix typo in isspace() ... (check-in: ef43b99573 user: rwilson tags: trunk)
2010-02-16
20:02
fixed [6b498a792c] ... (check-in: 0e2281fc8a user: ron tags: trunk)
17:49
Remove surplus ":" from the user-home: line in windows builds. Ticket [eff2cbe5ae11c] ... (check-in: 0ee44737e8 user: drh tags: trunk)
2010-02-15
21:06
Improve punctuation. Related to [6b8dcc1d67171f3e3]. ... (check-in: d5dd493b00 user: bch tags: trunk)
21:01
Remove superfluous word, as per [6b8dcc1d67171f3e30]. ... (check-in: 05b44d58a0 user: bch tags: trunk)
2010-02-13
12:30
Fixed bug [2245a1e3d0]. rm command now properly checks return value. ... (check-in: 02f638a16f user: jeremy_c tags: trunk, release)
2010-02-10
13:13
Bug fix in the graph layout algorithm. ... (check-in: 95ae79d504 user: drh tags: trunk)
2010-02-09
22:13
Not all tickets are "problems". Adjust label for "one-line summary" entry when creating new ticket. ... (check-in: 2b79f36e5a user: bch tags: trunk)
17:54
JavaScript graph drawing enhancements using an HTML5 canvas (if available) suggested by Joshua Paine. ... (check-in: 6fd9141368 user: drh tags: trunk)
13:36
Enable the graph for tag timelines, but omit descenders. ... (check-in: 22b6887e40 user: drh tags: trunk)
12:31
Disable the built-in robots.txt file. Ticket [03c9f4deef] ... (check-in: f2626a53c3 user: drh tags: trunk)
12:28
Get the --latest option on the "co" command working when the current checkout is on a dead branch. Ticket [e42448edec1]. ... (check-in: c98948242e user: drh tags: trunk)
11:57
Modify the check-in command to detect clock skew and abort if found. ... (check-in: 8fdac87b68 user: drh tags: trunk)
11:37
Prevent a segfault in the graph computation due to time skew. The graph is still not drawn right, but at least it displays something now. ... (check-in: ff9efe3026 user: drh tags: trunk)
11:13
Add the "ng" query parameter to the "timeline" to disable the graph. ... (check-in: 2f22c476c1 user: drh tags: trunk)
2010-02-08
22:12
Additional refinements to the Makefile stemming from the cut-over of SSL. ... (check-in: 5c30ad4ce1 user: drh tags: trunk)
22:00
Remove GNU-isms from the Makefile. Ticket [1927cbd979]. ... (check-in: fcd7ecb7f1 user: drh tags: trunk)
21:42
Fix another graph layout bug. ... (check-in: f312587a65 user: drh tags: trunk)
21:18
Merge the SSL branch into the trunk. ... (check-in: b05cb4a0e1 user: drh tags: trunk)
19:59
Add a DOCTYPE to the beginning of every page. IE8 appears to work better with the DOCTYPE in place. ... (check-in: 0faa676fab user: drh tags: trunk)
19:17
Change the way the graph elements are removed when the graph is being redrawn. ... (check-in: 63d46e6d33 user: drh tags: trunk)
18:48
Use the innerHTML method rather than setAttribute to add DIV elements for graphics, in an effort to get graphs to work with IE. ... (check-in: 4e8c30c354 user: drh tags: trunk)
18:47
fossil rm can now remove entire directories. ... (check-in: 6dbd362de9 user: jeremy_c tags: trunk)
18:16
Merge recent changes into the dual-license branch. ... (check-in: 14c19fbc1c user: drh tags: clear-title)
18:12
Merge all the latest trunk changes into the SSL branch. ... (Closed-Leaf check-in: 8c23a947eb user: drh tags: ssl)
18:08
Check the graph for resize events every second and rerender the graph if a resize has occurred. This fixes display problems on Safari and also keeps the graph consistent with resized browser windows. ... (check-in: f51bd59613 user: drh tags: trunk)
16:58
Fix a bug in timeline graph generation. ... (check-in: 399d1ca000 user: drh tags: trunk)
16:40
Fix a bug in the graph display that causes an assertion fault if the timeline contains a node that has no parents. ... (check-in: c5f3e87bb0 user: drh tags: trunk)
16:12
Implement a graph of changes in the timeline to replace the older flashing asterisk mechanism. Does not work on IE6. Probably still contains bugs. ... (check-in: d89fea6a1c user: drh tags: trunk)
16:10
Alternative implementation to the improved "remove directory" error message. ... (check-in: 8c9f949a3f user: drh tags: trunk)
16:08
Alternative fix for ticket [9ff56ae8a6]. ... (check-in: 3cc4cd55d8 user: drh tags: trunk)
14:20
Added better error message when trying to remove a directory. ... (Closed-Leaf check-in: 1761fee055 user: jeremy_c tags: dead-end)
2010-02-06
20:20
fixed [9ff56ae8a6] - "fossil sha" crash ... (check-in: 4027ad4b7e user: ron tags: dead-end)
17:25
Windows only: remove duplicate code from sqlite3.c in db.c ... (check-in: 2f58d48cab user: ron tags: trunk)
12:14
Fix double-free of zCopy in date_to_uuid(). Ticket [dc2b2503031] ... (check-in: 01a769a9fa user: drh tags: trunk)
2010-02-05
21:09
Accept date/time strings as a valid tag. They resolve to the most recent check-in prior to the given date/time. ... (check-in: 93827b8450 user: drh tags: trunk)
16:57
Force the method to be /xfer if the content type is application/x-fossil. ... (check-in: 94bb313444 user: drh tags: trunk)
16:22
The RSS feed is restricted to the permissions granted to user 'nobody'. Ticket [09ba8cea6f] ... (check-in: 78a6270fdc user: drh tags: trunk)
2010-02-03
14:36
Add the --notfound option to the "http" and "server" command. For CGI, add configuration lines "directory:" and "notfound:". ... (check-in: 49cffc0187 user: drh tags: trunk)
2010-02-01
15:07
Make the new multi-repository fossil server feature work with the "clone" command. ... (check-in: a918bdf56b user: drh tags: trunk)
06:45
fix typo ... (check-in: a61fe7b878 user: ron tags: trunk)
2010-01-31
20:29
If the REPOSITORY argument to the "server" or "http" commands is a directory, then use the first element of PATH_INFO as the basename of a repository in that directory. ... (check-in: 9cd2c42e79 user: drh tags: trunk)
17:44
Run autosync before resolving the version name in the "update" command. In that way, if a branch is specified which has been extended by the sync, the latest version of that branch is extracted rather than the version that was latest prior to the sync. ... (check-in: da48c10d66 user: drh tags: trunk)
2010-01-30
15:32
In addition to ticket [9195b1e5f3] and commit [b8d812efb9], this adds the -A|--admin-user options to the clone command. ... (check-in: d3e38231f2 user: jeremy_c tags: trunk)
2010-01-27
07:52
fix [3b1533a090eebd09da7121ab3fc9e3f6a7fbd6f5] - add "Sync now" to Admin page ... (check-in: fc23960258 user: ron tags: trunk)
2010-01-26
14:38
Added --admin-user|-A USERNAME to the new command which will set the default admin user name. If not supplied, the existing mechanism is used to determine the default user name. This implements [9195b1e5f3]. ... (check-in: b8d812efb9 user: jeremy_c tags: trunk)
2010-01-25
19:27
Form input label for new wiki search ([07bd8796dc]) reflects it's current function of only searching page _titles_. ... (check-in: 80bcc3a18e user: bch tags: trunk)
10:03
add search to wiki ... (check-in: 07bd8796dc user: ron tags: trunk)
2010-01-24
22:35
Pull in the latest changes from trunk. ... (check-in: 97311bd9d5 user: drh tags: ssl)
22:34
Pull in the latest changes from trunk. ... (check-in: 1942d581bb user: drh tags: clear-title)
17:55
Fixes to the login processing for "clone". ... (check-in: c4c231069e user: drh tags: trunk, release)
07:53
fix [7df27f5236] ... (check-in: 6bbb22d4fa user: ron tags: trunk)
07:07
fix [a395f43b33e8e48d4c72d158530bdd88c2eebb5d] ... (check-in: afe70a4646 user: ron tags: trunk)
01:41
Fix a bug in "fossil rm". Ticket [15f8f4a4252] ... (check-in: fbcefb6e4e user: drh tags: trunk)
2010-01-23
21:48
Cause browsers to cache the logo and style sheet. ... (check-in: 08c0a9ff0c user: drh tags: trunk)
2010-01-22
16:36
HTML-escape text content in the RSS feed. Ticket [83e9e0016b6]. ... (check-in: 825a2c7c64 user: drh tags: trunk)
03:09
Make sure Admin users have ZIP permission. Ticket [2741e01c0b]. ... (check-in: 9eb7f4fb1e user: drh tags: trunk)
2010-01-21
22:06
Updated to include all the latest changes (for which we hold clear title) from the trunk. ... (check-in: 390b414605 user: drh tags: clear-title)
22:03
Update the SSL branch to include all the latest changes. ... (check-in: 652f20ef9c user: drh tags: ssl)
20:53
Merge experimental remote-url password handling changes into the trunk. ... (check-in: a3c97c9063 user: drh tags: trunk, release)
20:52
Use the saved sync-url password for autosync. ... (Closed-Leaf check-in: f703a2fca2 user: drh tags: experimental)
20:28
Cleanup the last-sync-url password handling. Automatically prompt for a new password if a sync login card fails. ... (check-in: 05380c5f60 user: drh tags: experimental)
20:18
fix compile error ... (check-in: 5fc80efdf9 user: ron tags: ssl)
20:14
If a sync login fails, prompt for a new password and repeat the attempt. ... (check-in: 0110b93e0c user: drh tags: experimental)
19:51
Better reporting of failed logins by the server back to the client. ... (check-in: b030521c42 user: drh tags: experimental)
18:13
Factor the sync password out of the last-sync-url configuration setting. Store the password separately. Prompt the user for the password if it is missing. ... (check-in: 59002d5e35 user: drh tags: experimental)
2010-01-20
21:51
Fix a bug in file change detection introduced by check-in [d7a583e697]. Don't use that check-in, nor [30f23e3f5c]. ... (check-in: 1abc8a940e user: drh tags: trunk)
21:40
Require only ZIP permission (not ZIP permission plus check-out and history permission as formerely) in order to download a ZIP archive. Ticket [164e519962]. ... (check-in: 30f23e3f5c user: drh tags: trunk)
20:35
Make the mtime-changes setting the default. Avoid redundant calls to stat(). ... (check-in: d7a583e697 user: drh tags: trunk)
18:35
On windows, do not allow the "add" command to add files that differ from existing files only in case. Only works for ASCII. Ticket [36cb6b45fd9d]. ... (check-in: 4b9455bf03 user: drh tags: trunk)
16:25
Add the --cherrypick option to the trunk. I had intended to put the previous check-in on the truck but mistakenly left the local repository on the ssl branch. Fortunately, I was able to use to new --cherrypick option to pull the changes over into trunk without pulling all ssl changes. ... (check-in: d2204a00fb user: drh tags: trunk)
16:23
Add the --cherrypick option to the "merge" command. ... (check-in: 3005080796 user: drh tags: ssl)
15:56
Pull in the latest fixes from the trunk. ... (check-in: ac8902beec user: drh tags: ssl)
15:55
Pull in the latest fixes from the trunk. ... (check-in: a3161f5f1f user: drh tags: clear-title)
15:48
Fix the object ID decoding on the /info page. Ticket [a5403e6eee]. ... (check-in: 5eea3db6c1 user: drh tags: trunk)
15:43
Fix a memory leak in the check-out logic that prevents opening of massive repositories. Ticket [708eab9d48] ... (check-in: 726a13d296 user: drh tags: trunk)
2010-01-19
18:28
Add the "pullonly" option to the "autosync" setting. ... (check-in: ea27129c88 user: drh tags: trunk)
18:16
Pull in all the latest changes from the trunk as of 2010-01-19. ... (check-in: b8df912e2d user: drh tags: ssl)
18:11
Start a new branch that strives to contain only code for which we hold clear title. ... (check-in: ab0a0d7640 user: drh tags: clear-title)
17:34
Cleanup of the code used to resolve tag names in contexts where an artifact ID can be entered. ... (check-in: bf56b2ddf4 user: drh tags: trunk)
14:15
Show the edited user id in annotations. ... (check-in: e7efca9ee9 user: drh tags: trunk)
2010-01-18
22:23
Add the --stopper option to the "ui" and "server" commands on windows. The argument is the name of a file, which if it exists, causes the server to abort upon receiving the next inbound TCP connection. Use this to shut down fossil servers running as a windows service. ... (check-in: 23c0d16718 user: drh tags: trunk)
21:46
Remove some weird control character that somehow snuck into the [/doc/tip/www/theory1.wiki] document. ... (check-in: d8aa59fc17 user: drh tags: trunk)
2010-01-14
16:17
Enchance the "revert" command so that it reverts all changes when no arguments are given. It also prints a message saying that "undo" is available to undo the revert. ... (check-in: eaef1a77cc user: drh tags: trunk)
15:37
Fix a typo in the [/doc/tip/www/theory1.wiki] documentation page. Ticket [e77e876caf316cc5]. ... (check-in: 81b0597fcd user: drh tags: trunk)
15:34
If a "merge" or "update" or "revert" fails, then automatically rollback any partial changes to the filesystem. Ticket [a9722a15d2]. ... (check-in: 7c3cb28d0f user: drh tags: trunk)
2010-01-13
10:10
Fixed bug where /doc could only be read if the user had checkout security - <i>drh adds</i>: This is not a bug. Checkout permission prevents /doc from being used to "checkout" any version of any file. ... (Closed-Leaf check-in: acba194c0d user: jeremy_c tags: dead-end)
09:58
Fixed bug where the ticket report view page was checking the wrong security attribute (too secure) which was causing people who should be able to view ticket reports to not be able to view ticket reports. ... (check-in: 5fc36e2faa user: jeremy_c tags: trunk)
09:35
New option of 'wiki-use-html' which causes the wiki system to use HTML as it's markup language. i.e. do not interfeer with what was entered. ... (check-in: cf3809cc71 user: jeremy_c tags: trunk)
2010-01-12
14:33
Fix typo on the [/doc/tip/www/password.wiki] page. Add a link to that page from the home page. ... (check-in: c16017374e user: drh tags: trunk)
14:10
Transfer SHA1-encoded passwords on a "configure push|pull user" when the client has Admin privilege. ... (check-in: 9c5322463b user: drh tags: trunk)
13:55
Merge the experimental password changes into the trunk. ... (check-in: 596f3c10fe user: drh tags: trunk)
13:47
Reverted previous commit [1bf6cf832d] as it contains a major flaw of wiki links not being rendered. I tested on simple cases only, will reimplement in a way that allows wiki links to be rendered properly. ... (check-in: b9897bb934 user: jeremy_c tags: trunk)
13:38
Added an option to enable ALL HTML, CSS and JavaScript tags/attributes for wiki pages. This comes with a strong warning against doing so on any public project. ... (check-in: db344436c2 user: jeremy_c tags: trunk)
2010-01-11
17:11
Added a 'New Ticket' link to the 'View Ticket' sub menu ... (check-in: 1bf6cf832d user: jeremy_c tags: trunk)
16:21
Additional clarification in the Password Management document. ... (Closed-Leaf check-in: 261e55346d user: drh tags: experimental)
16:09
Updates to the Password Management document. ... (check-in: 1cba86eabb user: drh tags: experimental)
15:07
Add the [/doc/tip/www/password.wiki] document. ... (check-in: cac5675e6c user: drh tags: experimental)
2010-01-10
20:56
Change the hash algorithm for passwords so that USER.PW field stores a SHA1 hash of the project-code, user login, and user password, rather than just a hash of the user password. That way, the if two users select the same password, or if the one user selects the same password for multiple projects, the password hashes are still different. ... (check-in: 4b58a7b838 user: drh tags: experimental)
18:41
Fix ticket [135d8acbae] - parent/child indicators on timeline fail if there are suppressed lines because they still generate an entry in the JavaScript for the id that was skipped. ... (check-in: 2975179442 user: eric tags: trunk)
14:27
Merged ticket report list fixes from [cd93f5965b] into trunk ... (check-in: 023c9fed38 user: jeremy_c tags: trunk)
00:07
Fixes to the configurable "report list". Load the correct default TH script when no report list script is specified. Send and receive the report list TH script together with other ticket configuration scripts. ... (check-in: cd93f5965b user: drh tags: experimental)
2010-01-09
22:34
Remove some debug/test printfs that were mistakenly left in the previous commit. ... (check-in: e8b76a69ae user: drh tags: experimental)
22:03
Store passwords in USER.PW as either cleartext (as is done in legacy) or as the SHA1 hash of the password. When changing a password or adding a new user, always use the SHA1 hash password. ... (check-in: cfe33dcf92 user: drh tags: experimental)
18:43
Call ticket_init() from the report view so users can have access to all the common ticket code ... (check-in: 6d0b76d01f user: jeremy_c tags: trunk)
18:32
Added a user configurable TH1 template for the ticket report list. ... (check-in: 14253e9b33 user: jeremy_c tags: trunk)
13:11
If a ticket query begins with an underscore then: # Do not include a link to execute the query directly # Do not show to those users that do not have ticket report access This allows you to create ticket report queries that are for form submissions only, not direct access. ... (check-in: 6069602aba user: jeremy_c tags: trunk)
12:35
Added the cgi() SQL function implemented by Brain Theado. ... (check-in: 19f552795b user: jeremy_c tags: trunk)
12:16
Harmonized Admin/Log with other "Pagination" wording. Earlier has become Older, Later has become Newer. ... (check-in: 2239226012 user: jeremy_c tags: trunk)
2010-01-08
18:49
Fix minor typo in www/theory1.wiki . ... (check-in: 8748d75b5f user: eric tags: trunk)
2010-01-06
14:23
Fix typos in the copyright release template. Ticket [ffec860709] ... (check-in: cd26978357 user: drh tags: trunk)
14:19
Fix typos in the "Thoughs On The Design Of Fossil" document. Ticket [e77e876caf3] ... (check-in: ce6b68ca64 user: drh tags: trunk)
13:48
Only show propagating tags (not single-checkin tags) in the check-in comment entry template. ... (check-in: 4943c0e504 user: drh tags: trunk)
2010-01-05
21:28
Added the "Thoughts On The Design Of Fossil" document in answer to recent criticisms and critiques. ... (check-in: a6303982b0 user: drh tags: trunk)
15:01
Fix a potential segfault in the URL shortener of the WWW timeline logic. ... (check-in: d66718f2e8 user: drh tags: trunk)
2010-01-04
13:53
Add a copyright release form template. ... (check-in: d2bec5a1d4 user: drh tags: trunk)
13:16
Update the built-in SQLite to version 3.6.22 RC 1. ... (check-in: 57225017b0 user: drh tags: trunk)
2010-01-01
21:33
[5483de2ea6] Fixed. Also fixed Black and White theme (timeline not using li tags). ... (check-in: 5efb82a71a user: jeremy_c tags: trunk)
19:49
[5483de2ea6] Added two single quotes around baseurl fixing the bug ... (check-in: af25881866 user: jeremy_c tags: trunk)
01:30
Fixed bug that did not display the "X similar events" message for the last item on the timeline. ... (check-in: def89b9393 user: jeremy_c tags: trunk)
2009-12-31
22:30
Added SQL function user() implemented by Brian ... (check-in: a2c2e3b115 user: jeremy_c tags: trunk)
19:10
Alternative implementation of timeline security changes - this implementation always shows the timeline link if it is applicable, even if the history capability is disabled. ... (check-in: 9b70675778 user: drh tags: trunk)
14:59
* Changed security for timeline. To view the timeline, you must now have History access. The timeline will then display only items which you have access to. "o" (Check-out) is required for source history, "j" (Read-Wiki) is required for Wiki history and "r" (Read-Tkt) is required for Ticket history. ... (Closed-Leaf check-in: 71ad9b62a7 user: jeremy_c tags: jeremy_c-timeline)
14:49
Fixed minor spelling error ... (check-in: efdad08182 user: jeremy_c tags: jeremy_c-timeline)
14:49
* Fixed security bug in ticket reports, you previously had to have Check-out security to view a ticket report, you now have to have "r" (Read-tkt) to view ticket reports. ... (check-in: 6ee7316567 user: jeremy_c tags: jeremy_c-timeline)
04:42
[886c302b3f] Added documentation for <nowiki>[#anchor]</nowiki> style links ... (check-in: dddc514053 user: jeremy_c tags: trunk)
2009-12-30
01:57
Added a 's' parameter to the web timeline view. This will search the comment and brief fields for the given text via LIKE '%value%'. ... (check-in: 1e2ec3ff87 user: jeremy_c tags: trunk)
2009-12-29
22:10
clean up a few compiler warnings ... (check-in: 97789f0a92 user: rwilson tags: trunk)
20:52
Fix a bug in the IP address truncator. Ticket [a09798ba9e]. ... (check-in: 5d16ca43f1 user: drh tags: trunk)
00:11
Only record the first 16 bits of the 32-bit IP address as part of the anonymous login cookie. ... (check-in: 86cbb69af2 user: drh tags: trunk)
2009-12-27
18:19
Fix an invalid free() call that could occur when the "info" command was used with an invalid artifact ID. Ticket [aa8ba0fffa]. ... (check-in: 9d3fe01ae3 user: drh tags: trunk)
2009-12-26
15:30
removed an extraneous pair of row/cell closing tags. Fixed TH tags which were closed with TD instead of TH. ... (check-in: 06b964a0cf user: stephan tags: trunk)
13:43
timeline descendants view now properly behaves when there are no descendents, and it also sigularizes the word 'descendents' when there is only one. ... (check-in: a388e9da2e user: stephan tags: trunk)
2009-12-20
21:34
Fix a comment formatting error in the recent skins.c changes. ... (check-in: 4f24addea9 user: drh tags: trunk)
17:53
Add a black &amp; white skin with the main menu down the left margin. ... (check-in: 5a5d7e1f90 user: drh tags: trunk)
02:58
Fix an assertion fault that occurs when attempting to revert a file that is not in the repository. Ticket [3713cea2fc]. ... (check-in: 2255e4e3ba user: drh tags: trunk)
02:53
Add a khaki color skin. ... (check-in: 91b9081425 user: drh tags: trunk)
2009-12-19
21:04
Add a new "Skins" configuration page that allows the look and feel of the web interface to be changed to one of several prototypes at the click of a button. Currently, there are only two built-in prototypes. ... (check-in: 007d0a9b3f user: drh tags: trunk)
03:16
Fix a segfault that occurs on an attempt to merge binary files. Ticket [3f2cb270b2f6]. ... (check-in: 8e147fdbac user: drh tags: trunk)
2009-12-18
23:54
For the "version information" web pages, change the default behavior to only show the list of files that changed, not the diffs. But there is a link to get diffs of all files or of individual files. The default behavior can be changed using a Setup/Timeline configuration option to show diffs by default. ... (check-in: 0f4f6c0325 user: drh tags: trunk)
23:09
Remove dead code from timeline.c. Make sure all shortened UUIDs have at least one hexadecimal digit greater than '9' to avoid confusing them with decimal numbers. ... (check-in: 74534cc91e user: drh tags: trunk)
22:16
Minor cleanup to the implementation of command-line "timeline". ... (check-in: 02920e92b5 user: drh tags: trunk)
22:08
The previous "anon-captcha" check-in missed one spot. This check-in attempts to correct the problem. ... (check-in: bb8193cfd0 user: drh tags: trunk)
22:01
Change the name of the "anon-login-enable-captcha-filler" setting to "auto-captcha". Move the GUI setting of this setting over to the "Setup/Behavior" page. ... (check-in: fe019f946b user: drh tags: trunk)
21:38
Change the name of the strnlen_() function in printf.c to StrNLen32(). ... (check-in: 9a8fdf7294 user: drh tags: trunk)
20:15
Add an "annotate" command to the command-line to suppliment the "annotate" web page. ... (check-in: 73b7faa58b user: drh tags: trunk)
00:29
Detect when the check-out contains missing files and filesystem objects that ought to be files but are not. Issue reasonable warnings. ... (check-in: 76f169fca6 user: drh tags: trunk)
2009-12-17
22:55
Enhancements to the "update" command. Missing files are reverted. One or more files can be specified on the "update" command line after the VERSION and only the files named will be updated. ... (check-in: 2d996b080e user: drh tags: trunk)
21:22
Remove the --yes option from the "revert" command. In its place, make the "revert" opration undoable. ... (check-in: 7b82a73bd3 user: drh tags: trunk)
18:47
If a file in the check-out is changed to something other than a file (like a directory) then raise an error when checking file signatures. Also fix a problem with the new multi-file "revert" command and add some comments to "update". ... (check-in: d861fe77fb user: drh tags: trunk)
16:17
Add --nochanges and --verbose options to the "update" command. Tickets [4d6b7d4e1] and [7a27e10f1fe]. ... (check-in: 1d9ebd9e4a user: drh tags: trunk)
15:23
Remove from the "New Report Format" text obsolete instructions that had been copied out of CVSTrac. Ticket [66de5264986]. ... (check-in: 4b0d2fbefb user: drh tags: trunk)
14:51
Update the "checkin" command so that the template check-in message contains a comment that shows the branch tags that will be associated with the new check-in. ... (check-in: 6df39e37f2 user: drh tags: trunk)
14:27
Change the "ls" command so that it only shows the filenames by default. To see the extra information about the status of each file, add the -l option. Ex: "fossil ls -l" ... (check-in: 9c06ea3120 user: drh tags: trunk)
14:21
Change the "revert" command so that it will take multiple file arguments and revert each one. ... (check-in: 353297a149 user: drh tags: trunk)
2009-12-16
02:02
Improvements to some comments in vfile.c. ... (check-in: 2f15cd805e user: drh tags: trunk)
2009-12-14
23:26
Found two more places that fQuiet should have been checked. ... (check-in: 137d653a06 user: jeremy_c tags: trunk)
23:18
Added a global command line argument named -quiet. This will suppress some output (currently during sync) for those interfacing fossil with various development tools. It does not make eliminate all output, only the output that is meant for fancy display to the user on a console. You can now use this new flag anywhere by referencing if (!g.fQuiet) {...} ... (check-in: dccd27c6da user: jeremy_c tags: trunk)
2009-12-11
16:29
Minor clean up to the "ci" command. ... (check-in: 70656d00f6 user: drh tags: trunk)
16:27
accommodated brackets/parens conventions change introduced in #6ae51190cc ... (check-in: 18a66ab32b user: stephan tags: trunk)
16:14
corrected some mis-placed code from commit #9517cc7486 ... (check-in: 93efce820b user: stephan tags: trunk)
15:49
added -M/--message-file FILENAME argument for commit. ... (check-in: 9517cc7486 user: stephan tags: trunk)
2009-12-10
02:25
reserve the use of brackets in stdout for artifacts ... (check-in: 5bccc5a526 user: rwilson tags: trunk)
02:19
reserve the use of brackets in stdout for artifacts ... (check-in: 6ae51190cc user: rwilson tags: trunk)
2009-12-09
23:35
When a commit aborts, the check-in comment is saved and used to reinitialize the check-in comment template on the next commit attempt. ... (check-in: 68bfc1d5cc user: drh tags: trunk)
22:05
Make it easier to do out of source builds by optionally including config.mak or config.w32. ... (check-in: fb1fa7f1a6 user: jeremy_c tags: trunk)
15:34
Added a DELETED abc.xyz message when using fossil rm. This is the same as fossil add's ADDED abc.xyz message. Also, the word DELETED was choosen over REMOVED because fossil status reports the file as DELETED. ... (check-in: 49ed1961b1 user: jeremy_c tags: trunk)
14:39
* Added enumeration list support via the # character (identical to *). * Updated the wiki rules web page to reflect new enumeration list rules and terminated begining <li> tags with </li>. ... (check-in: 2bb1d6469f user: jeremy_c tags: trunk)
2009-12-08
18:43
Clean up the RSS code slightly. ... (check-in: 484c8f9f86 user: drh tags: trunk)
10:10
rolled back my last commit for stripping P tags around UL/OL, which had broken logic. ... (check-in: 083cad82ff user: stephan tags: trunk)
2009-12-07
22:42
Added new config option with the rather unwieldy name 'anon-login-enable-captcha-filler' ... (check-in: 00b778bd58 user: stephan tags: trunk)
22:29
added second half of fix in #6f0df6c741 ... (check-in: 239139a907 user: stephan tags: trunk)
21:53
fixed a couple missing closing quotes (they screw up emacs' highlighting) ... (check-in: 50a372c1e5 user: stephan tags: trunk)
20:23
Update SQLite to version 3.6.21 final. ... (check-in: 9f654b9984 user: drh tags: trunk)
20:20
Fixed the insertion of invalid P tags inside of UL and OL elements when autoparagraph is on. Bug was reported on the fossil mailing list by Stephan Beal. ... (check-in: 6f0df6c741 user: jeremy_c tags: trunk)
18:34
changed a two-part/closed BR tag to avoid a warning from HTML syntax verifiers. ... (check-in: 6009ff325f user: stephan tags: trunk)
2009-12-04
15:23
Update SQLite to the first release candidate for 3.6.21. ... (check-in: 017d281f45 user: drh tags: trunk)
2009-11-25
22:14
Update to the latest version of SQLite with improved sqlite3_trace() support. This makes the output of --sqltrace much more helpful. ... (check-in: 732d7c406e user: drh tags: trunk)
2009-11-23
13:21
Update the SQLite used internally to the first 3.6.21 release candidate. ... (check-in: f3d4a2db53 user: drh tags: trunk)
2009-11-14
14:38
In the file_isdir() routine, make sure the filename is simplified (has no "/../" or "/./" components and does not end with "/") in order to work around bugs in mingw. ... (check-in: a7822bcc00 user: drh tags: trunk)
2009-11-11
16:21
Deal with windows filename aliasing in the "all" command. Ticket [974618fe5a8]. Also display the home directory for windows users with the "info" command since the home directory is non-obvious in windows. ... (check-in: d5695157d0 user: drh tags: trunk)
14:59
Better error messages when "sync" fails due to server problems. Ticket [bfb8427cdd5] ... (check-in: 0690aa18a4 user: drh tags: trunk)
2009-11-09
21:32
Fix an issue with the command-line timeline. Fix typos in documentation. ... (check-in: e2431b17df user: drh tags: trunk)
21:22
Reformat some code in http_ssl.c ... (check-in: d92945e5da user: dmitry tags: ssl)
15:32
Add SSL support. ... (check-in: 16f6fd904a user: dmitry tags: ssl)
15:24
Create new branch named "ssl" ... (check-in: bd2fa6aa2b user: dmitry tags: ssl)
00:58
On the "timeline" command, if a YYYY-MM-DD date string is entered without the "before" keyword, then show all changes on the date given. ... (check-in: 0239325f58 user: drh tags: trunk)
2009-11-08
21:41
Add the "search" command to the command-line interface. This command is still experimental. Currently it only search the timeline. ... (check-in: 20600107f1 user: drh tags: trunk)
2009-11-06
14:15
Add the --once command-line option to push, pull, and sync. Ticket [2aaa8042caec] ... (check-in: 5153d61893 user: drh tags: trunk)
14:00
Add the ability to diff to arbitrary versions of a single file. ... (check-in: fe8bb01d38 user: drh tags: trunk)
04:05
Because the "vfile" signatures are now used by "diff", be sure to recompute them before running the diff. ... (check-in: 149945beea user: drh tags: trunk)
03:10
After any kind of database error, include in the error message a warning to the user that it might be wise to run "fossil all rebuild". ... (check-in: 397fa9bf78 user: drh tags: trunk)
02:47
Continuing work on the "diff" command. ... (check-in: db608ee72f user: drh tags: trunk)
01:59
Work toward improving the "diff" command. Get the "-r" or "--from" option working. ... (check-in: a51808c0a5 user: drh tags: trunk)
2009-11-05
00:07
Check-in the fix for the i16/i64 mixup with the ynVar type in SQLite. ... (check-in: e200c8d65f user: drh tags: trunk)
2009-11-04
13:32
Update to the latest SQLite ... (check-in: 355e34ba9d user: drh tags: trunk)
2009-11-03
19:43
Alway run autosync prior to an "update" even when specifying a specific check-in to update to. ... (check-in: f57990b65a user: drh tags: trunk)
2009-11-02
13:19
Disable the external link marking as it does not work on windows. ... (check-in: 980b160bd0 user: drh tags: trunk)
2009-11-01
19:49
Add the &#x27FE; mark after external hyperlinks in wiki. ... (check-in: 0039b7813e user: drh tags: trunk)
19:25
Update to the latest version of SQLite (3.6.20rc1) and fix some compiler warnings. ... (check-in: dffe11c29c user: drh tags: trunk)
2009-10-31
17:01
Add the "artifact" command for extracting the content of individual artifacts. The new "artifact" command is really just a renaming of "test-content-get". ... (check-in: 8480dd38d2 user: drh tags: trunk)
15:07
Add an "finfo" command to give file history. ... (check-in: 8c8f8616a6 user: drh tags: trunk)
14:03
Fix the "remote-url" command so that it preserves the userid and password. Ticket [68c7f7bee951302]. ... (check-in: 11ecd5c0b5 user: drh tags: trunk)
13:50
Fix the "Behavior" setup page so that it has the correct default values for unspecified attributes. Ticket [0101a97fefd5ca91d] ... (check-in: 671e7c34e9 user: drh tags: trunk)
13:23
Remove the extra space character before filenames in web directory listings. Ticket [28d861eb5799a60] ... (check-in: 4165033b40 user: drh tags: trunk)
13:11
Make use of the is_a_version() function to check for valid version IDs in the checkout command. Ticket [2de4ae605844fe3f]. ... (check-in: 999b1779e7 user: drh tags: trunk)
2009-10-27
20:15
Make "revert" complain about excess arguments. Ticket [36d5fbf9a4]. ... (check-in: 107f38dd01 user: eric tags: trunk)
2009-10-21
15:43
update makefile for win32 ... (check-in: 3275d9c63c user: rwilson tags: trunk)
2009-10-18
18:30
Fix the ZIP archive generator so that it works correctly with the OS X Archive Tool. Ticket [923a912309]. ... (check-in: d78835d2ff user: drh tags: trunk)
18:21
Begin adding a search capability; the code is not yet connected up. Also update to the latest version of SQLite. ... (check-in: 232d10b736 user: drh tags: trunk)
2009-10-17
11:17
Styles don't work in wiki, so mark it with italics ... (Closed-Leaf check-in: c01667b00d user: dmitry tags: trunk)
11:16
Update note style in index.wiki ... (check-in: dda6a5346a user: dmitry tags: trunk)
11:14
Add note to index.wiki ... (check-in: e4c8ef43ea user: dmitry tags: trunk)
2009-10-15
17:20
Add "Generate RSS feed for timeline" option to Timeline preferences. Don't output RSS when it's turned off. ... (check-in: 9812c6c5ab user: dmitry tags: trunk)
17:19
Fix not using wiki markup when displaying new ticket title in timeline. (Related to [d6bfe8d9a8], which fixes ticket [218153bb7c3]). ... (check-in: 2f92617b0f user: dmitry tags: trunk)
08:01
Merge with 076f7adff. ... (check-in: 856e23a19b user: dmitry tags: trunk)
2009-10-13
16:25
Update to the latest version of SQLite. ... (check-in: 076f7adff2 user: drh tags: trunk)
2009-10-11
21:31
Panic on bad server responses. Ticket [bfb8427cdd]. ... (check-in: 21a2a18145 user: dmitry tags: trunk)
21:30
Update documentation for "clean" command. Ticket [c3d668ad52]. ... (check-in: 25ede6e369 user: dmitry tags: trunk)
21:29
Remove extra whitespace before file names in file browser. Ticket [28d861eb57]. ... (check-in: f871a3b578 user: dmitry tags: trunk)
19:52
Fix the "clean" command to use --force instead of --all. Ticket [c3d668ad52] ... (check-in: 5308e46815 user: drh tags: trunk)
19:47
Fix to the "font-family" CSS line in the default CSS. Ticket [aba72eaa589]. ... (check-in: adb155b6d4 user: drh tags: trunk)
2009-10-05
20:05
add wiki-contents macro to creole parser, plus minor bug fix ... (check-in: b99aa66d1f user: robert tags: creole)
14:29
Sync client uses only HTTP/1.0 in order to avoid having to support chunked encoding. ... (check-in: 6842999f82 user: drh tags: trunk)
10:08
merge trunk into creole ... (check-in: 651c75c5b7 user: robert tags: creole)
2009-10-04
18:29
Remember the userid and password used to clone so that subsequent syncs work correctly. ... (check-in: 4dbc8a6dcb user: drh tags: trunk)
2009-10-01
17:22
Fix the "gdiff" command so that it accepts commands with arguments. This will require users to put double-quotes around program pathnames that contain spaces. ... (check-in: b2fdf4fe14 user: drh tags: trunk)
14:54
Add a missing $baseurl to the default header. ... (check-in: 631c52bc96 user: drh tags: trunk)
14:47
Disable the check of the "server-code" on a sync. This means that two repositories with the same "server-code" can sync with each other, which allows a repository to be copied using an ordinary file copy, and without having to run clone. ... (check-in: 469efd6a7c user: drh tags: trunk)
2009-09-30
23:24
Promote the "sha1sum" command to a first-class fully documented command. ... (check-in: c83c1110f6 user: drh tags: trunk)
2009-09-26
14:33
Minor fixes to creole ... (check-in: cacb8db398 user: robert tags: creole)
08:17
Clean up and merge updates from trunk ... (check-in: 7a39dde24b user: robert tags: creole)
2009-09-23
16:54
place the cursor in the username text box on the login screen. ... (check-in: ca08c1d1b3 user: rwilson tags: trunk)
13:08
Change default ticket viewer format to display ticket title as wiki. Show event summaries as wiki on the timeline. Allow &lt;nowiki&gt; markup in "NOBLOCK" wiki renderings. Ticket [218153bb7c3]. ... (check-in: d6bfe8d9a8 user: drh tags: trunk)
2009-09-22
11:15
Add the optional mimetype= query parameter to the /doc URI. ... (check-in: f969b6cdde user: drh tags: trunk)
07:49
merge trunk into creole branch ... (check-in: 7a2c37063a user: bob tags: creole)
2009-09-21
20:40
Add a &lt;br clear="both"&gt; before the footer on every page. ... (check-in: 249f1beaec user: drh tags: trunk)
19:19
Fix a URL on the logo setup page. ... (check-in: 37f295c310 user: drh tags: trunk)
19:10
Add a "logo" image to the local server state. Return this image on all requests to the "/logo" URL. All the administrator to setup that image. Include the image in the default header. ... (check-in: 43481115ed user: drh tags: trunk)
16:14
Improved handling of spaces in usernames and passwords. ... (check-in: 7100babda6 user: drh tags: trunk)
15:08
Update documentation to include links to the mailing list and mailing list archives and to Paul Ruizendaal's TH1 documentation. ... (check-in: 109114baf4 user: drh tags: trunk)
2009-09-19
17:58
Make sure foreign key constraints are disabled when a new database connection is created. ... (check-in: fe57da72ab user: drh tags: trunk)
15:32
Add the --dotfiles option to the "extra" and "clean" commands. Ticket [4de876322f066]. ... (check-in: a2749215b7 user: drh tags: trunk)
15:20
Fix a (harmless) compiler warning in wikiformat.c. ... (check-in: e0131b1a66 user: drh tags: trunk)
15:14
Accept wiki hyperlinks of the form: <nowiki><b>[#label]</b></nowiki> Ticket [ab82a0bd213b] ... (check-in: 3a4c7f60a2 user: drh tags: trunk)
14:42
Fix the name of the "fossil branch" command in the [/doc/tip/www/quickstart.wiki | Quick Start] document. Ticket [6445480b9bd2] ... (check-in: 849972ea0b user: drh tags: trunk)
14:33
Treat NULL ticket fields as empty strings when appending new text. Ticket [f6747f854ba62b3] ... (check-in: 0b76ce7b6b user: drh tags: trunk)
2009-09-18
20:58
On the "checkout" command, make sure the argument specifies a check-in and not some other object. Ticket [867f23ff79]. ... (check-in: c774e298c3 user: drh tags: trunk)
2009-09-16
21:29
Change more system() calls into portable_system() in an effort to fix path quoting problems on windows. ... (check-in: 0eb08b860c user: drh tags: trunk)
14:50
Make sure that bringing up the "/xfer" URL in a web-browser does something sensible (it redirects to the homepage.) Ticket [1d7bbe30aad51]. ... (check-in: 39a144eb5c user: drh tags: trunk)
2009-09-15
18:44
Make it harder to misconfigure the user accounts in a way that might give people greater access than intended. ... (check-in: bbb8ae7ebf user: drh tags: trunk)
12:04
Add a screen to prompt the user for the name of a new wiki page. ... (check-in: aa57354736 user: drh tags: trunk)
00:58
Fix over-quoting of wiki names. Ticket [e4a31ae35cd521b] ... (check-in: dec4685720 user: drh tags: trunk)
2009-09-14
19:16
Add the "scrub" command to remove passwords and other sensitive information from a repository. Ticket [e5232878345]. ... (check-in: 6c6a978a53 user: drh tags: trunk)
16:56
Fix a C++-ism in timeline.c. ... (check-in: eb1db585a5 user: drh tags: trunk)
16:09
Formatting changes to the similar event suppression in the timeline. ... (check-in: 8cf8ed785e user: drh tags: trunk)
15:33
Fix an ambiguous column reference in a join - problem introduced by the recent additions to the event table. ... (check-in: d31e054f0d user: drh tags: trunk)
15:14
Changes to the event mechanism to abbreviate a sequence of edits to the same ticket. Updates through this check-in require a "rebuild". ... (check-in: df3e34c2e8 user: drh tags: trunk)
14:10
Make sure the manifest_crosslink_begin/end pair can be called multiple times. ... (check-in: 2a069086e9 user: drh tags: trunk)
14:08
Construct event records for tickets correctly even when the ticket change artifacts arrive out of order. ... (check-in: 95f5520a09 user: drh tags: trunk)
2009-09-13
16:19
On windows, if the first character of a pathname is '\' then assume that is a full pathname, not a relative pathname. Ticket [cdd360438de]. ... (check-in: 42bf80978d user: drh tags: trunk)
2009-09-12
21:53
Update the proxy handler so that it supports basic authorization. ... (check-in: 9e274a2e7b user: drh tags: trunk)
21:03
Update the base-64 encoder/decoder to conform to RFC 1421. Add test commands to verify both the endoder and the decoder. ... (check-in: c198613ae1 user: drh tags: trunk)
20:42
More documentation clarifications. ... (check-in: 7879c250fb user: drh tags: trunk)
17:45
More documentation updates. ... (check-in: 3c1234c0f2 user: drh tags: trunk)
17:21
Documentation updates. Add a nice header to the "Download" page. ... (check-in: db70c415ab user: drh tags: trunk)
03:45
fixed documentation for the 'fossil branch list' command ... (check-in: da4363308c user: rwilson tags: trunk)
2009-09-11
23:04
Make sure that "nobody" and "anonymous" privileges by users who attempt to sync with higher privileges. ... (check-in: 6021279637 user: drh tags: trunk)
21:05
Fix the "ui"/"server" command for win32 so that it works even if run from cygwin in a directory that contains a space in its name. ... (check-in: 7343126617 user: drh tags: trunk)
18:27
Always print the "project-name" using the command-line "info" command. Avoid an extra "/" character when constructing files for check-in. ... (check-in: bbd758ecc3 user: drh tags: trunk)
15:06
Update to the latest SQLite. Fix a bug in the "diff" and "gdiff" commands. Fix a bug that prevented "fossil config pull" from working. ... (check-in: 129edda98e user: drh tags: trunk)
2009-09-10
23:00
Add extra quoted to system() calls on windows. Ticket [8d073be8808b]. Also update to the latest SQLite. ... (check-in: aeaee1f385 user: drh tags: trunk)
14:07
Support usernames containing spaces for the xfer protocol. Ticket [71c9b46198c04]. ... (check-in: ee47021f51 user: drh tags: trunk)
2009-09-09
16:14
Update to the latest version of SQLite. Make use of the new sqlite3_strnicmp() interface. ... (check-in: fac950a173 user: drh tags: trunk)
2009-09-04
20:19
Update "help" comments for clone, push, pull, sync, and remote-url commands. ... (check-in: 6a40733531 user: drh tags: trunk)
19:28
Add the dont-push setting to help facilitate private branches. ... (check-in: d1b948b0c7 user: drh tags: trunk)
18:39
Updates to the "sync protocol" document. ... (check-in: 4b565c4644 user: drh tags: trunk)
16:20
typos in documentation ... (check-in: 1216eb434a user: bharder tags: trunk)
12:20
Fix typos in documentation. ... (check-in: 5150b9de83 user: drh tags: trunk)
2009-09-02
03:14
Make headings look prettier when using text-based www clients like "elinks". ... (check-in: 449094a8ff user: bch tags: trunk)
2009-08-31
00:48
When the "http" command is run as root, automatically set up a chroot jail and drop root privileges prior to reading any input. ... (check-in: 7ba10f1a6a user: drh tags: trunk)
00:09
When listing the history of a file, show the check-in associated with each new version of that file. ... (check-in: 96c1043c61 user: drh tags: trunk)
2009-08-30
01:22
Disable additional hyperlinks when "history" privilege is disabled (by default when the user has not signed in as "anonymous" or other known user.) Help prevent spiders for soaking up bandwidth. ... (check-in: 5fe3aee839 user: drh tags: trunk)
2009-08-29
22:54
Put the divider marks around the base check-in on ancestor and descendent timelines. ... (check-in: d42adc11c8 user: drh tags: trunk)
22:39
Add more hyperlinks on dates and userids. ... (check-in: 58903a0fec user: drh tags: trunk)
20:12
Merge together the fork created by [a0247159ea] ... (check-in: 579cba4a1a user: drh tags: trunk)
19:02
Correct SRCDIR in Makefile.w32 for successful build ... (check-in: a0247159ea user: altufaltu tags: trunk)
18:47
Better descriptions of raw artifacts on the "artifact" URL. ... (check-in: ee544f4843 user: drh tags: trunk)
17:01
Patches to get Fossil working on OS/2. Ticket [89bec0d9aa9f30] ... (check-in: df97fae2bd user: drh tags: trunk)
16:45
Add additional hyperlinking of dates and userids. For a "circa" timeline, show the "circa" point in the timeline listing. ... (check-in: b5f4f910b7 user: drh tags: trunk)
2009-08-28
22:59
Deleted some obsolete "todo" files. Updated the FAQ. Modified the the "vinfo" page to show check-in differences and made "vinfo" the default display for check-ins instead of "vdiff". ... (check-in: 713b8be852 user: drh tags: trunk)
21:36
Update the FAQ to describe how to make a clone of the self-hosting fossil repository. ... (check-in: 68b73eb9b9 user: drh tags: trunk)
17:58
Show the date and time on checkouts in the "info" command. ... (check-in: 76630dd9f3 user: drh tags: trunk)
17:27
Tweaks to the homepage. ... (check-in: 9aa91e549e user: drh tags: trunk)
17:19
Add three new variations on the logo GIF. ... (check-in: 1cbae4e7f2 user: drh tags: trunk)
16:05
Documentation updates, including a big rework of the homepage. ... (check-in: 522824b26a user: drh tags: trunk)
2009-08-27
20:14
Add the ability to view diffs of wiki changes. ... (check-in: 8e3b7fab9f user: drh tags: trunk)
18:56
Still more speed improvements to the "rebuild" command. ... (check-in: a9a27f8aaa user: drh tags: trunk)
18:33
Various small performance enhancements. ... (check-in: 4c37130fde user: drh tags: trunk)
15:00
Performance improvements on the compute_leavs() routine. There is opportunity for further improvement in this area. ... (check-in: 6953ca813c user: drh tags: trunk)
14:04
Performance improvements to the "bag" object. ... (check-in: 1409fbe38c user: drh tags: trunk)
2009-08-26
20:24
Layout changes to the "shun" control page. ... (check-in: 50ab5c33e7 user: drh tags: trunk)
19:50
More FAQ updates. Add the document on "shunning". ... (check-in: d6b8b5ba73 user: drh tags: trunk)
18:40
Update the FAQ to describe the new --private option on the commit command. ... (check-in: 85c6542a16 user: drh tags: trunk)
18:25
Add the --private option to the "fossil commit" command. This option creates a private branch which is never pushed. ... (check-in: 02a584f7f5 user: drh tags: trunk)
2009-08-24
18:02
Typos in the new selfhost.wiki document. ... (check-in: 93d0646830 user: drh tags: trunk)
17:54
Add &lt;title&gt; markup to several of the embedded documentation pages. ... (check-in: 5523218023 user: drh tags: trunk)
17:45
Trying to improve the look of the homepage. It is not at all clear that this check-in is any improvement, but it is at least an attempt.... ... (check-in: b79994adcb user: drh tags: trunk)
16:00
Added the "selfhost.wiki" page that talks about the three self-hosting fossil repositories and how they are automatically synchronized. ... (check-in: 67b5f41963 user: drh tags: trunk)
2009-08-23
21:23
typo ... (check-in: 5556630a9c user: bch tags: trunk)
2009-08-22
20:48
Fix typo in the new stats.wiki document. ... (check-in: 45dbaa0c94 user: drh tags: trunk)
19:27
Fix the "rebuild" command so that it works in an open check-out without having to specify the repository and so that it accepts the -R option. ... (check-in: d0fc1ad062 user: drh tags: trunk)
19:15
Get the -R option working on the remote-url command. ... (check-in: 614519b46c user: drh tags: trunk)
17:40
Added the "Performance Statistics" page to the embedded documentation. ... (check-in: 2cc95180a0 user: drh tags: trunk)
2009-08-21
16:25
Add the ability to edit check-in dates using control artifacts. Useful if a user does a check-in when their system clock is set incorrectly thus causing an incorrect timestamp to appear on the check-in artifact. <b>You must run "<i>fossil all rebuild</i>"</b> after upgrading to this or any later version of fossil from a prior version. ... (check-in: ac03d43348 user: drh tags: trunk)
2009-08-16
22:04
Add a small colored rendering of the logo image. ... (check-in: 93992def02 user: drh tags: trunk)
21:34
Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. ... (check-in: 07f6780c98 user: drh tags: trunk)
21:22
Cleanup of the "admin_sql" web page (formerly "admin/sql"). ... (check-in: ef432c2014 user: drh tags: trunk)
2009-08-15
21:38
Be sure to call mbcsToUtf8() when opening the global configuration database. Ticket [c7c36ef52edab] ... (check-in: a25092b14c user: drh tags: trunk)
17:45
Remove obsolete "todo" files. Remove the obsolete src/VERSION file and references to that file in the makefiles. ... (check-in: 137bff8294 user: drh tags: trunk)
16:50
Fix faulty SQL in the "db_unset()" routine. Ticket [31bd22c31fcc] ... (check-in: 74f7f6e6ad user: drh tags: trunk)
16:47
Add the "circa" capability to the timeline. Check-in hyperlinks go to the "diff" page by default, rather than the "detail" page. ... (check-in: 5a539f82dc user: drh tags: trunk)
13:21
Fix a memory allocation bug in the ZIP archive generator. Ticket [8d6efe4f927] ... (check-in: 5b91887495 user: drh tags: trunk)
12:18
If the special "ckout" of the "/doc" webpage is used and the server is not within a local check-out, then automatically convert "ckout" to "tip". ... (check-in: 292e585661 user: drh tags: trunk)
08:17
Update documentation of 'proxy' configuration ... (check-in: f0e98310c1 user: altufaltu tags: trunk)
02:17
Add an "extended timestamp" field to generated ZIP archives. The extended timestamp is in UTC so it does not mangle the time when the server and client are in different timezones. Ticket [28044ab5a42b75] ... (check-in: 90048e0b30 user: drh tags: trunk)
2009-08-14
16:19
Add the --dotfiles option to the "add" command to cause fossil to include files whose name begins with "." which recursively adding files. Ticket [2e924cf9b74e]. ... (check-in: 5bc5e88c86 user: drh tags: trunk)
14:03
Fix the header comment (and hence the "help" message) for the "fossil all" command. ... (check-in: 0b49e4afba user: drh tags: trunk)
14:00
Improvements to the way the update target is computed when saying "fossil update" without specifying what to update to. Avoid the "bad object id: 0" error. ... (check-in: 7847b418bb user: drh tags: trunk)
2009-08-13
14:36
In the "remote-url" command, omit the userid and password from the URL unless the "--show-pw" command-line option is used. ... (check-in: 9cbef7a104 user: drh tags: trunk)
14:27
Disconnect the global configuration database in ~/.fossil from the respository database in most cases. This allows multiple "sync" or "commit" operations to be running on different repositories at the same time. ... (check-in: 00ac7945a9 user: drh tags: trunk)
2009-08-12
17:35
Rephrasing the text of the Login page. ... (check-in: c15ec20d5a user: drh tags: trunk)
14:41
Keep track of total network traffic for a sync and report the totals at the end of the sync. ... (check-in: 79be9028eb user: drh tags: trunk)
14:27
Fix an issue with "clone" on the client side: the client was requesting multiple copies of artifacts for which it held a delta with a phantom source. ... (check-in: 7646ee13e3 user: drh tags: trunk)
2009-08-11
15:14
Change the date markers in file info pages to use the same CSS tags as the timeline. ... (check-in: 53f04b180c user: drh tags: trunk)
2009-08-10
11:12
Update to the latest version of SQLite. Turn off FTS3 in the SQLite build since it is not currently being used. ... (check-in: 1b0c251575 user: drh tags: trunk)
02:52
Add a new more legible ascii-art font to the anonymous login captcha. ... (check-in: b189acfd7b user: drh tags: trunk)
02:29
Add an ascii-art captcha for anonymous login. ... (check-in: b4a29fac93 user: drh tags: trunk)
2009-08-09
22:13
correct error message for "fossil all " (as per addition of "ls" subcommand alias) ... (check-in: f438092f88 user: bch tags: trunk)
21:39
make "ls" an alias for "list" in "fossil all [x]" command. i.e.: fossil all ls == fossil all list. ... (check-in: e85b538fa8 user: bch tags: trunk)
21:32
adjust "extra" command to "extras" (i.e. "Show me the extras"). Still works with "extra" as before, due to unambiguous command-completion. ... (check-in: 554d896209 user: bch tags: trunk)
17:29
The FOSSIL_VFS environment variable, if it exists, determines which SQLite VFS is used. Use "export FOSSIL_VFS=unix-none" or "export FOSSIL_VFS=unix-dotfile" to work-around non-posix filesystems such as AFS on unix systems. ... (check-in: 6b0196aeb8 user: drh tags: trunk)
2009-08-08
22:40
Provide --user-override option on the ci command and the --date-override option on the new command. Make a correction to the file format document. ... (check-in: 8b630bb57a user: drh tags: trunk)
2009-08-01
14:34
Improvement to the error message issued when the HOME environment variable is missing. Ticket [e3c34af10dd28] ... (check-in: e00a5de0f1 user: drh tags: trunk)
14:23
Add the new remote-url command for managing the default server URL. Ticket [c24e486b05]. ... (check-in: a2cbedcb1f user: drh tags: trunk)
13:42
When the sync protocol receives an HTML error message, print the entire text of the message verbatim. Fix for ticket [8a7a49c47d7f200126402c10803e40dbad595c52]. ... (check-in: 80457ec79b user: drh tags: trunk)
12:59
Always store g.urlCanonical as the last-sync-url value. Fix for ticket [045f23be750d93c0bd91f179f39c5c829ed01bc6]. ... (check-in: 47d8fc4944 user: drh tags: trunk)
2009-07-29
13:09
On unix with the "fossil ui" command, try to open the webbrowser with "xdg-open" and "gnome-open" prior to resorting to "firefox". Ticket [8bc2549cedcd599556bbaf131f03b96588701f20] ... (check-in: 3a7e3e427d user: drh tags: trunk)
2009-07-24
03:57
correct typo in error msg ... (check-in: ce5eb40702 user: bch tags: trunk)
2009-07-07
14:53
Fix the "update" command so that is does not report conflicts on files that have been added to the current check-out but not yet committed. The added files are simply carried forward into the updated version. ... (check-in: e124881a70 user: drh tags: trunk)
2009-07-06
23:53
Update to the latest SQLite. On the "Ticket" page, if "nobody" is not allowed to create new tickets but "anonymous" is, then offer a hyperlink to log in as anonymous. Change the default settings to be more secure. ... (check-in: 623a9129c8 user: drh tags: trunk)
2009-06-25
13:00
Update the SQLite implementation to the latest from CVS. ... (check-in: 0e82ba024c user: drh tags: trunk)
12:58
Add the new logo images showing the lizzard skeleton with the "FOSSIL" text at the bottom. Both EPS and GIF formats added. ... (check-in: 3c62437034 user: drh tags: trunk)
12:26
Potential fix for [40df1ced7e]. ... (check-in: 2554ba460d user: drh tags: trunk)
2009-06-20
23:05
Change the disk number start from 1 to 0 in generated ZIP archives. Ticket [04cba6a00145ab597dabc48ad5ee688496a57650] ... (check-in: deb6f2af4f user: drh tags: trunk)
13:06
Fix a bug that prevented the IP address of website users from being recorded in the administator logs. ... (check-in: 266b6127f6 user: drh tags: trunk)
2009-06-14
15:09
Fix typo in "finding home dir" error error message. ... (check-in: 16eae22891 user: bch tags: trunk)
2009-06-10
22:05
Added 'achtung' CSS class to the Preview label, to make it more obvious (but i still think the preview should arguably be below the editor (but could be convinced otherwise)). ... (Closed-Leaf check-in: 4ba7b9c288 user: stephan tags: trunk)
2009-06-07
17:45
Add the logo to the repository. Make the logo appear on the homepage. ... (check-in: 5882d97495 user: drh tags: trunk)
17:27
If embedded wiki documentation begins with &lt;title&gt;...&lt;/title&gt; then use the text within the markup as the title of the document. ... (check-in: f88e2e7a13 user: drh tags: trunk)
17:05
Update the SQLite implementation to the latest as of the time of this comment (SQLite CVS version 6726). This fixes an alignment problem. Ticket [95ab8f02c3]. ... (check-in: e1917f2cee user: drh tags: trunk)
2009-06-01
16:13
minor help text correction for 'wiki' command ... (check-in: 5e8fb35db1 user: stephan tags: trunk)
2009-05-28
02:44
Add the --keep option to the "open" and "checkout" commands. Added the --latest option to "checkout". These changes allow one to shift the baseline version and repository of a checkout without changing any files in the checkout. ... (check-in: 915bfd99fe user: drh tags: trunk)
2009-05-27
02:45
changed title of admin/behavior page to be consistent with the other pages ... (check-in: 7b32e45bd7 user: erik tags: trunk)
02:38
added the behavior section to the admin page. It allows the user to enter fossil settings via the web ui ... (check-in: 92e85dc68e user: erik tags: trunk)
2009-05-25
14:25
Update the built-in SQLite version to 3.6.14.2. ... (check-in: d21b90e365 user: drh tags: trunk)
2009-05-18
18:54
Upgrade SQLite to version 3.6.14.1. ... (check-in: 3b76c0474e user: drh tags: trunk)
2009-05-09
06:19
mods to creole parser and add some default style for creole tables. ... (check-in: 26af399a5c user: robert tags: creole)
2009-05-08
10:04
Whoops - forgot to add the parser! ... (check-in: b877d2cfcd user: robert tags: creole)
09:52
Initial commit of Creole Wiki Parser extension. ... (check-in: ecd1f09632 user: robert tags: creole)
2009-05-07
00:47
Update the built-in SQLite to version 3.6.14. ... (check-in: b4ec5750c6 user: drh tags: trunk)
2009-04-29
03:59
checkpoints for the is_ticket() function ... (Closed-Leaf check-in: 5d49162a31 user: bch tags: fix artifact checkout)
03:51
test recycling "is_ticket()" from wikiformat.c as a way to avoid trying to checkout a ticket ... (check-in: 695b1c7563 user: bch tags: fix artifact checkout)
2009-04-27
08:43
Experimental - Pass < !-- --> comments through the wiki unchanged unless inside a < verbatim > block in which case it is htmlized. Also pass < span > tags, treating them as font markup. These changes make it easier to convert existing html pages and specifically allow the inclusion of license text in pages derived from copyright material. ... (Closed-Leaf check-in: 47cc9dfec8 user: robert tags: pass-comments, robert-exp)
2009-04-24
18:40
There is some bug in the new HTTP transport layer. The easiest solution is to close the TCP connection after each round trip, which is what this check-in does. ... (check-in: 767ae79c3d user: drh tags: trunk)
2009-04-19
06:14
fix for ticket [8832434e32], wrong args for checkoutable() ... (check-in: ab6a293182 user: bch tags: fix artifact checkout)
05:48
branch, start committing hacking that will hopefully yield fix to this problem: one is allowed to checkout "artifacts" that should not be checkout-able (ie: changes to tickets); trying to check this out is permitted, but results in a segfault ... (check-in: 4fff366109 user: bch tags: fix artifact checkout)
2009-04-13
09:50
Update to version SQLite 3.6.13 ... (check-in: 879e8c5f32 user: drh tags: trunk)
2009-04-11
13:07
Actually get the "file:" transport working this time. ... (check-in: a742cfa292 user: drh tags: trunk)
12:53
Merge in wiki typo fixes. ... (check-in: ece2c766a2 user: drh tags: trunk)
12:51
Add support for "file:" URLs on push, pull, and sync. ... (check-in: 945ecd1a8b user: drh tags: trunk)
2009-04-07
04:12
typo ... (check-in: 6fe981ec56 user: bch tags: trunk)
04:04
typo ... (check-in: 434c350a45 user: bch tags: trunk)
2009-03-31
17:33
Add cache-control: no-cache to the server reply header. Ticket [b465b3bc2ceef4446b2ae770242ed0968e4dbc68] ... (check-in: c3a30a6b80 user: drh tags: trunk)
16:47
Add the new "reader" role, analogous to "developer". ... (check-in: 355ee47555 user: drh tags: trunk)
12:42
Update the built-in SQLite sources to version 3.6.12. ... (check-in: 0baf4be679 user: drh tags: trunk)
2009-03-30
01:12
Add new "transport_flip()" and "transport_rewind()" methods. These are no-ops for HTTP, but might be useful for FILE and maybe even HTTPS. ... (check-in: 63ef585508 user: drh tags: trunk)
00:58
Continuing work on the new HTTP transport mechanism. Make it more obvious where in the code extensions to support file: and https: belong. ... (check-in: 327823e39b user: drh tags: trunk)
00:31
Refactor the HTTP client logic to make it much easier to add support for "file:" and "https:" URLs on push, pull, sync, and clone. ... (check-in: 737e76a69f user: drh tags: trunk)
2009-03-29
22:24
Use "no-store" in place of "private" as the cache-control mode. Ticket [b465b3bc2ceef4446b2ae770242ed0968e4dbc68]. ... (check-in: 5ffc720194 user: drh tags: trunk)
11:41
If no userid is specified in the URL then the client omits the login card from its request. ... (Closed-Leaf check-in: 09d6a6eb16 user: drh tags: experimental)
2009-03-27
14:32
Infrastructure in place on the client side to encrypt sync traffic. This is mostly untested so far because we do not yet have a server that understands encrypted traffic. ... (check-in: 9a23c348b1 user: drh tags: experimental)
2009-03-26
23:26
Completed implementation of utility functions to encrypt and decrypt blobs. ... (check-in: bf16ab9b7b user: drh tags: experimental)
15:32
Incremental changes toward encrypting sync traffic. The changes are incomplete, but all legacy functionality appears to still works. ... (check-in: 5468ec7c5e user: drh tags: experimental)
2009-03-24
22:03
Improvements to the delta generator algorthm so that it runs much faster on large files with very few similarities. There is no change to the delta format generated, so this is fully backwards and forwards compatible. ... (check-in: 522104c2cd user: drh tags: trunk)
2009-03-22
13:44
Fix a C89 violation in main.c. ... (check-in: d63f87c003 user: drh tags: trunk)
13:18
Add many new test cases for 3-way merge. No new problems found. ... (check-in: 92638367d8 user: drh tags: trunk)
12:25
Fix a bug in error recovery logic in the 3-way merge. Added new comments to the 3-way merge code to hopefully make it easier to understand. ... (check-in: 3e89b0c526 user: drh tags: trunk)
2009-03-21
19:44
Additional 3-way-merge test cases. ... (check-in: 26ab4f7012 user: drh tags: trunk)
19:18
More improvements to the 3-way merge. Additional test cases added. ... (check-in: 81122988ba user: drh tags: trunk)
16:21
Fix a typo in a hard-coded web page. Ticket [fe5b460867a187cd32a12e04db62392871c4c38b] ... (check-in: 5ab6f985b9 user: drh tags: trunk)
14:12
More improvements to the 3-way merge algorithm. ... (check-in: 83566f2424 user: drh tags: trunk)
2009-03-20
01:26
Turn off the debugging prints that were left on by mistake in the previous check-in. ... (check-in: 434830cc00 user: drh tags: trunk)
01:23
Improve merge conflict markings. ... (check-in: e45d478f0c user: drh tags: trunk)
2009-02-26
01:21
Fix a memory leak that was preventing massive check-ins. ... (check-in: f6790b7c3c user: drh tags: trunk)
2009-02-21
18:59
Undo inadvertant hacking changes in previous ci (should have been documentation only) ... (check-in: c5f4ec0ed5 user: bharder tags: trunk)
18:52
typo fix ... (check-in: 5b29f6f65f user: bharder tags: trunk)
13:09
Documentation tweaks. No changes to code. ... (check-in: 6ba52ae761 user: drh tags: trunk)
2009-02-13
20:30
Doc update for branch and co. ... (check-in: bc857ecd92 user: kejoki tags: trunk)
2009-02-11
05:00
Make command-alias for 'checkout': co. This command could -not- have been used previously as a shortcut, as it would be ambiguous becuase of 'commit' and 'configuration'. A natural mate for 'ci'. ... (check-in: a89b436bc9 user: bharder tags: trunk)
2009-02-09
18:09
fix option/argument parsing for the case where an option is missing a required argument. ... (check-in: f80303ac73 user: bharder tags: trunk)
04:41
'fossil' encode tagnames for manifest (for ticket 15f49be6b2b1e) (allows for tags with spaces in name) ... (check-in: 8be6204607 user: bharder tags: trunk)
2009-02-01
12:23
Always report the content-type charset as utf-8. Ticket [cc6557cfc5763fa80bb04eecea7f713b0751efc4] ... (check-in: daacc139a5 user: drh tags: trunk)
2009-01-30
21:18
Changed update docs, ** ADDED A _SPECIAL_ (but MUTYPE_BLOCK) wikitag &lt;annotation&gt; to put html comments in wikimarkup ... (Closed-Leaf check-in: 51868cb12f user: kkennell tags: kkinnell-exp)
02:26
Fix errors in the mimetype-generator table for documentation files. ... (check-in: 23e96cf795 user: drh tags: trunk)
2009-01-29
23:04
Merge in kkinnell's documentation updates. ... (check-in: 24c045f373 user: drh tags: trunk)
19:11
Add link to branching page. ... (check-in: f8f8baf945 user: kejoki tags: trunk)
03:36
Print the current status (including the current branch) after moving to the end branch in the "open" command. ... (check-in: 29900f98f6 user: drh tags: trunk)
03:28
Mention that fossil is GPL on the homepage. ... (check-in: 0c72d85fbe user: drh tags: trunk)
03:04
Add the "hyperlinks are disabled" warning to the taglist page. Disable hyperlinks on the leaves page when hyperlinks are suppose to be disabled. ... (check-in: 472f9411ee user: drh tags: trunk)
02:57
Add missing 'rebuild' subcommand suggestion for command 'fossil all' subcommands. ... (check-in: 4f0f992245 user: bharder tags: trunk)
02:48
On the taglist and tagtimeline pages, only show non-propagating tags. Omit the branch tags. ... (check-in: 8636eef6e2 user: drh tags: trunk)
02:42
The "artifact" webpage renders wiki as wiki and html as html but gives submenu items to convert the rendering back to plain text (and hexdump). ... (check-in: c7fe01fe8e user: drh tags: trunk)
2009-01-28
22:56
Add a "View" submenu item on the artifact viewer for files with wiki mimetype. ... (check-in: 0a2a1b4dde user: drh tags: trunk)
22:23
A a "View" submenu option for the content viewer when the file is HTML. ... (check-in: d4fedbb4ad user: drh tags: trunk)
21:41
Add the ci=LABEL parameter to the "dir" webpage in order to look at just files within a single check-in. Add a Download link on the artifact and hexdump viewers. ... (check-in: 923d644b89 user: drh tags: trunk)
2009-01-26
19:41
Fix incorrect check-in numbers (referring to Figure 5) in the branching tutorial ... (check-in: 5e4b1632bc user: eric tags: trunk)
2009-01-25
23:30
Add documentation (advocacy-type documentation) on the fossil web interface. Created links from the homepage. ... (check-in: 5c65487c5f user: drh tags: trunk)
21:16
Documentation updates: Added FAQ and testimonials. ... (check-in: 627de3bf16 user: drh tags: trunk)
20:13
Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit". ... (check-in: 9be1b00392 user: drh tags: trunk)
20:10
Revised formatting of the "Tags and Properties" division of the check-in information screen. ... (check-in: eb8223e164 user: drh tags: trunk)
19:47
Add explanatory text to the top of the rcvfromlist webpage. The info page for the root check-in now knows how to redirect to vinfo. ... (check-in: 9c89b0e0f1 user: drh tags: trunk)
19:18
Documentation tweaks. Change the "Setup" menu title to "Admin". Added pages under Admin to view the RCVFROM table of the database. ... (check-in: 766bec08ce user: drh tags: trunk)
16:00
Update the file format documentation. ... (check-in: c664695186 user: drh tags: trunk)
2009-01-24
23:40
correct 'branch' subcommand usage string ... (check-in: 8b6cf431fb user: bch tags: trunk)
15:47
Prevent check-ins against a closed leaf. Add the --branch and --bgcolor options to the "ci" and "commit" commands. ... (check-in: 4ac75b9107 user: drh tags: trunk)
10:44
Fix some compiler warnings. ... (check-in: cd965de682 user: drh tags: trunk)
00:11
Add a "nomenclature" sidebox for the Branches page, explaining the difference between an open and a closed branch. ... (check-in: 83ac468aae user: drh tags: trunk)
2009-01-23
23:57
Make the distinction between open and closed branches. An open branch is a branch with one or more open leaves. Show open and closed branches separately on the "Branches" webpage. ... (check-in: 9659ed66f8 user: drh tags: trunk)
22:20
Update the timeline so that it's use of "Leaf" conforms to the definition given in the documentation. ... (check-in: cb31e90868 user: drh tags: trunk)
22:05
Updates to the branching document. ... (check-in: dc1a5cf739 user: drh tags: trunk)
21:24
First draft of the "branching" document. ... (check-in: 2e275c1420 user: drh tags: trunk)
01:01
Nomenclature chanage: "bug report" becomes "ticket" ... (check-in: cf9ee7d67e user: drh tags: trunk)
00:16
Change "baseline" to "check-in" in the on-line documentation. ... (check-in: 904ee40b93 user: drh tags: trunk)
2009-01-22
14:04
Changes some "Baseline" labels to "Check-in". ... (check-in: e8d3e327f1 user: drh tags: trunk)
13:52
Add the ability to cancel existing tags from the web interface, on the "vedit" page. Disable the display of "Leaf" on the timeline for closed leaves. ... (check-in: 73c23a4279 user: drh tags: trunk)
13:08
Reenable the "Tags" menu item, but make it go to the new "taglist" page. Also add separate "tagtimeline" page and separate "brlist" into "brlist" and "brtimeline". ... (check-in: a12cb216b7 user: drh tags: trunk)
12:03
Change the way branches are tagged: The value of the "branch" property is used to identify the branch name. Repository rebuild required. Also, branches must be retagged. ... (check-in: 42c2a18e73 user: drh tags: trunk)
01:53
Define a "leaf" as a check-in with no children in the same branch. The is_a_leaf() function does some complicated SQL to figure this out. ... (check-in: faf09dc7ae user: drh tags: trunk)
01:10
Improved messages in the "tags and properties" section of the vinfo page. Distinguish between a merge between forks and a merge between branches. A merge from forks, closes the fork, but not a merge from a branch. ... (check-in: 042a08b564 user: drh tags: trunk)
2009-01-21
23:40
Track the origin of tags and display that origin in the tag and properities information field of the "vinfo" page. Must "fossil rebuild" after this change. ... (check-in: 08db9e11cb user: drh tags: trunk)
18:59
Add timeline links on the leaves page. Also on the leaves page, do not show Merge labels on check-ins. The second part is the fix for ticket [d6bb26f436d8299f95d63f45fa51c92acdc91c5a]. ... (check-in: 2fa4df1e47 user: drh tags: trunk)
18:42
Improvements to the timeline when displaying check-ins with a given tag. ... (check-in: e631d8af6d user: drh tags: trunk)
18:12
Make sure the initial empty check-in shows up in the timeline and branch lists of newly created repositories. ... (check-in: 54e7410c2a user: drh tags: trunk)
17:52
New color choices on the background color editor. ... (check-in: 9c256a46b7 user: drh tags: trunk)
13:50
Fix a bug in the "leaves" page when the repository is empty. Begin adding support for the ability to erase tags. ... (check-in: 432d4391b9 user: drh tags: trunk)
03:34
After each item of the branch list, give a hyperlink to the timeline that shows all check-ins with the branch tag. ... (check-in: bdcac62937 user: drh tags: trunk)
03:21
Throw an error when the "fossil tag add" command specifies a CHECK-IN that does not exist. ... (check-in: 8b2dd05734 user: drh tags: trunk)
03:12
Do not print a warning about "a fork has occurred" when checking in to a leaf that is also the basis of a branch. ... (check-in: 8d5ab7913e user: drh tags: trunk)
03:04
In the timeline, continue to show the of a branch as a "Leaf" even after the branch has been merged into some other line. ... (check-in: ba6687f242 user: drh tags: trunk)
02:54
The "fossil info" command now shows tags associated with the current check-out. ... (check-in: 2521a0a9a7 user: drh tags: trunk)
02:47
Add the sym-trunk and newbranch tags to the root check-in when rebuilding. Also add the newbranch tag to the root check-in when creating a new repository. ... (check-in: 7c7edde116 user: drh tags: trunk)
02:22
When creating new repositories ("fossil new") label the initial empty check-in with a propagating symbolic tag "trunk". ... (check-in: 0139767b9a user: drh tags: trunk)
01:23
Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. ... (check-in: 580d6ad8c7 user: drh tags: trunk)
01:06
The timeline correctly shows as a leaf a check-in whose only children are separate branches. ... (check-in: d820722fe5 user: drh tags: trunk)
00:05
Fix an SQL syntax error in the commit logic introduced by check-in [b6e22e62cf26115617822c7940cec5d0dc687184]. ... (check-in: f6d507179e user: drh tags: trunk)
2009-01-20
23:47
Change the page header from Baseline to Check-in on the "vinfo" page. Fix a bug introduced into tagview (ticket [309c57b3d27219fa6ad601c0021dc067a7cb992d]). ... (check-in: bf7ca1a4d8 user: drh tags: trunk)
23:39
On the "vinfo" page, add a link to a timeline of all other check-ins with the same tag. ... (check-in: fecb3e5cc9 user: drh tags: trunk)
22:53
Add a gray color option on the color changer. Help the "info" webpage to figure out that an artifact is a check-ins when the check-in changes no files relative to its parent (when the check-in only creates a new branch.) ... (check-in: 3b3116e490 user: drh tags: trunk)
22:38
Require that the "branch new" command specify a basis. Do not let it use the current check-out. Otherwise it gets confusing to users. ... (check-in: 4d39bbac10 user: drh tags: trunk)
22:21
Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. ... (check-in: b7f32a71ab user: drh tags: trunk)
16:51
Attempting to rationalize the tagging and branching logic. The "branch" command has been resurrected and appears to work now. The "tag branch" command has been removed. Special tags "newbranch" and "closed" used to manage branches. New changes are not well-tested - use with caution. You must "rebuild" when upgrading through this version. ... (check-in: b6e22e62cf user: drh tags: trunk)
00:27
Display a list of symbolic tags associated with each check-in on the timeline. ... (check-in: fbbd0318bd user: drh tags: trunk)
2009-01-15
16:03
Update SQLite to version 3.6.10. ... (check-in: c002a008e6 user: drh tags: trunk)
2009-01-14
01:09
Update SQLite to fix the OR-clause query optimizer bug. That bug is probably harmless to SQLite, but it doesn't hurt to check in the fix. ... (check-in: 037cae8ff6 user: drh tags: trunk)
2009-01-13
18:43
Add code to understand the "https://" prefix on server URLs. Any attempt to use https gives an error at this point, however. This is a work in progress. ... (check-in: 797d680ef5 user: drh tags: trunk)
18:06
Do not do the login-bypass if the HTTPS env var is ON. This might indicate that a remote HTTPS connection is being converted to HTTP locally using stunnel (or the equivalent). ... (check-in: 3da8a12f48 user: drh tags: trunk)
2009-01-10
13:16
Update SQLite to the latest code (just prior to 3.6.8). ... (check-in: ed28f6e76d user: drh tags: trunk)
2009-01-08
14:05
Disable SQL restrictions as soon as the user-supplied report-generator SQL has been parsed, so that other queries that run during report rendering and run unimpeded. Ticket [c666e737cb028bcec2d55659d79ce8521355d2bf] ... (check-in: 58f15e92ae user: drh tags: trunk)
2009-01-07
22:45
adjust reference.wiki &c. ... (check-in: c8b86eae78 user: kejoki tags: trunk)
2008-12-26
17:41
Omit the hyperlinks to the wiki edit for the Sandbox if editing is not allowed. ... (check-in: b12a031557 user: drh tags: trunk)
17:36
Require wiki edit privilege in order to edit the Sandbox wiki page, just like any other wiki page. ... (check-in: 2a3e85f2d5 user: drh tags: trunk)
2008-12-21
16:36
cli docs ... (check-in: aef81bf344 user: kejoki tags: trunk)
2008-12-20
11:36
Prevent tag cancellations from showing in "fossil tag list" and "fossil tag find", and also on the tagview web page, but make them visible with "--raw" or on the RawTags webpage (admin only). Fixes ticket [f273b440c38eb8478822812e0730f0fc2c8b4c36]. ... (check-in: 7c281b629a user: eric tags: trunk)
02:23
Fix an SQL syntax error. Ticket [62c84f3e604a06f9b8f3f4ca39f774d6909115aa]. ... (check-in: 491b2c69ec user: drh tags: trunk)
2008-12-19
23:09
update ref page ... (check-in: 10db583adc user: kejoki tags: trunk)
2008-12-16
18:39
Add randomness in the form of a comment to each sync protocol request. This will break older servers which do not understand comments. But comments have been understood by servers for months now, so hopefully everybody has upgraded. ... (check-in: ba837fd294 user: drh tags: trunk)
18:37
Upgrade SQLite to version 3.6.7. ... (check-in: 458331b99e user: drh tags: trunk)
05:16
docs ... (check-in: a9dcbf3ede user: kejoki tags: trunk)
2008-12-15
08:44
added quite a few docs to replace the mistakenly added silly templates. ... (check-in: fb185f0a65 user: kejoki tags: trunk)
2008-12-14
23:07
minor bug fix. ... (check-in: 24db9cd12b user: kejoki tags: trunk)
22:54
Moved new tcksetup.c into checkout dir before commit, added rstats command to get stat page info from command line. ... (check-in: cdbc3ab248 user: kejoki tags: newcmd_rstatus, trunk)
2008-12-13
13:40
added specification, subsystems to ticket choices, zorro-ed a spelling error ... (check-in: 9d704470c3 user: kejoki tags: trunk)
2008-12-12
23:17
timeline command now supports a ?-t|--type TYPE? option to filter on specific event types. Fixed a memleak in the timeline command. ... (check-in: bab8363876 user: stephan tags: trunk)
22:19
/timeline.rss now accepts the same filter parameters as /timeline (e.g. y=ci for commits and y=w for wiki) ... (check-in: 90adbd8443 user: stephan tags: trunk)
21:55
Adjust some wikilinks, clean up main ref page, add "new" command. ... (check-in: 1eb067d456 user: kejoki tags: trunk)
2008-12-09
20:25
Change the add command CLI doc to reflect recursive add of directories. ... (check-in: 83447b7bf1 user: kejoki tags: trunk)
2008-12-07
18:48
The server now issues error messages in the synchronization protocol when a database error occurs during sync. Ticket [39f3294e213111a51e93d02fef6faa0062979619] ... (check-in: 2be82dcc2a user: drh tags: trunk)
18:11
Enhance the "fossil add" command so that when a directory is named, all contents of that directory are added recursively. Ticket [e02ffabcdaaaf606099ac09227833ba282fdaace] ... (check-in: 8c4e72e223 user: drh tags: trunk)
2008-12-06
18:02
Add the ability to detect file changes using only the mtime. This is turned on using the "fossil setting mtime-changes ON" command. It is off by default, but it does make many operations go much faster, especially on large repositories, so we might want to start turning it on by default. ... (check-in: 2dffce041d user: drh tags: trunk)
2008-12-03
14:22
Add a 5 second busy timeout on the database connection. ... (check-in: 892c460b8e user: drh tags: trunk)
14:10
Fix a bug in windows that causes the menu on the wiki display pages to be omitted. Ticket [d6d9ee682eac7708b0a7aa31febc8ad47e4923b1]. ... (check-in: 426a3ba49e user: drh tags: trunk)
2008-11-27
22:58
Fix the Setup->Shunned->Rebuild button so that it works when the "fossil ui" command is run from within a check-out and without specifying the repository filename. ... (check-in: 8040619968 user: drh tags: trunk)
13:50
On windows, a recv() call fails if the return value is less than or equal to zero. Ticket [66cbcd56a229f33af6b9a6329a7] ... (check-in: c12e5b102e user: drh tags: trunk)
13:33
Change &amp;#149; into &amp;bull; per ticket [2ed0655983b51af6]. ... (check-in: 72e9eb6a0d user: drh tags: trunk)
13:25
Fix two problems in the ZIP downloader, as reported by ticket [e28adcd72503a]. ... (check-in: 39bbc6010e user: drh tags: trunk)
02:30
Update the version of SQLite used to 3.6.6.2. ... (check-in: f84bfc31bf user: drh tags: trunk)
2008-11-26
22:24
Provide a "Revert to Default" button for editing CSS. Grammar fix on login page. ... (check-in: adefb6c8db user: eric tags: trunk)
21:59
Tidy up the raw tags web page, and provide a way to get there, for admins only ... (check-in: 8d529a7ae9 user: eric tags: trunk)
03:26
Mention that check-in comments follow wiki formatting rules. If the check-in comment is blank, prompt the user to abort the check-in. ... (check-in: 6f0a9f730b user: drh tags: trunk)
02:36
Add a "Preview" button to the default Edit Ticket screen configuration. ... (check-in: 6bcff72d23 user: drh tags: trunk)
02:03
Provide a default ticket report format: "All Tickets". Ticket [86eb5f92f5] ... (check-in: 024859fff2 user: drh tags: trunk)
2008-11-25
21:56
Reinstate "Tags" on the default main menu. Allow the new tagview page to hand over to the old (but no user interface for this yet). ... (check-in: 10df4ff603 user: eric tags: trunk)
2008-11-24
16:20
"forward out" the "log in to see links" message in index.wiki ... (check-in: f0720ef5f1 user: kejoki tags: trunk)
2008-11-22
19:32
Make explicit links in wiki visible regardless of whether or not the "h" permission is turned on. ... (check-in: a8c3a7ea92 user: drh tags: trunk)
19:09
Fix the user edit screen to work correctly even if one or more of the "anonymous", "login", or "developer" users is omitted from the user list. ... (check-in: 21cecd209f user: drh tags: trunk)
18:16
Use colored bullets to indicate the privileges of "nobody", "anonymous", and "developer" on the user edit page. ... (check-in: 77bdac3b19 user: drh tags: trunk)
17:09
Update the "Notes" to the right of the user setup screen. ... (check-in: 3eac8bc0f9 user: drh tags: trunk)
15:40
Update the version of SQLite used internally to 3.6.6.1. ... (check-in: dec2c22d9d user: drh tags: trunk)
15:09
Modified index.wiki a little less. ... (check-in: 5ebaac3dd4 user: kejoki tags: trunk)
10:12
Added some text to index.wiki pointing new users at anonymous login to see links. ... (check-in: 927da3300f user: kejoki tags: trunk)
2008-11-21
22:16
Fix to the pathname simplifer logic. ... (check-in: d31c0f9c29 user: drh tags: trunk)
2008-11-20
23:19
Another attempt to get the /home to /login redirection correct. ... (check-in: 0a523be389 user: drh tags: trunk)
23:17
Try again to get the redirection correct when redirecting from /home to /login. ... (check-in: 3420e47b24 user: drh tags: trunk)
23:15
Require wiki read permission in order to visit the /home URL. ... (check-in: 19f5d0b15f user: drh tags: trunk)
17:24
added documentation plan, just so I can ask myself "What was I thinking?" later. ... (check-in: f8835f7365 user: kejoki tags: trunk)
03:14
Change the markup in the index.wiki page from HTML to wiki. Extend the wikitheory.wiki page. Other documentation tweaks. ... (check-in: 7083eb1a1c user: drh tags: trunk)
01:07
When creating a new repository or cloning a repository, print the initial administrator password on standard output. This is intended to help new users figure out how to log in. Ticket [ca08d51f19] ... (check-in: 0c6ea0d93f user: drh tags: trunk)
00:35
Here is a better fix for ticket [c62fac40af] suggested by Kees Nuyt. ... (check-in: 22cb1e1be2 user: drh tags: trunk)
2008-11-19
23:33
Make sure the socket of the "ui" and "server" commands is bound to the specified port when the -P or --port option is used. Ticket [7ef970e4a2] ... (check-in: 53db94cd41 user: drh tags: trunk)
22:44
Fix a bug in the cluster creater. The bug prevents clusters from being created correctly when there are phantom artifacts. ... (check-in: 72959c415e user: drh tags: trunk)
16:55
Merge src & doc leaves back. ... (check-in: d14adf1032 user: kejoki tags: trunk)
2008-11-18
15:33
In wiki, hyperlinks or the form &#91;./filename&#93; (hyperlinks that begin with character ".") work correctly. Need to add more docs on how the &#91;...&#93; wiki markup really works. ... (check-in: 63886daad8 user: drh tags: trunk)
12:19
Show the "Files" menu option on the "home" page when the "h" privilege is enabled. ... (check-in: bdde7ddcc8 user: drh tags: trunk)
02:21
Omit the Content-Length header line from the CGI response under windows because subsequent \n to \r\n translations by Apache will change the content length. But keep the Content-Length header line for the built-in servers and under unix. Ticket [c62fac40af0]. ... (check-in: f6a071cef1 user: drh tags: trunk)
2008-11-17
19:21
Setting the "pgp-clearsign" command to "off" disables clearsigning. ... (check-in: 86cee3d082 user: drh tags: trunk)
19:17
Improvements to object description on an artifact display. ... (check-in: 5452b32a9f user: drh tags: trunk)
19:11
Modify the artifact viewer to base the mimetype off of artifact content, not the artifact name. ... (check-in: 7303bfeb12 user: drh tags: trunk)
17:14
The "artifact" webpage shows images as images, rather than trying to render their binary content as text. ... (check-in: 389bf5c4da user: drh tags: trunk)
17:11
Initial doc for update. ... (check-in: 6d6959b47d user: kejoki tags: trunk)
02:07
reference docs -- added 'all', minor edits to others. ... (check-in: 44b3fc6b5b user: kejoki tags: trunk)
2008-11-15
21:17
Enable the "Edit" submenu link on the Ticket View page when the user has ticket append privilege. Fix for part of ticket [7b9be0b127]. ... (check-in: ed5179db1f user: drh tags: trunk)
14:18
Miscellaneous cosmetic changes ... (check-in: 9de6abab2a user: eric tags: trunk)
04:08
Updated the main page, added add... ... (check-in: 9436bb75c3 user: kejoki tags: trunk)
2008-11-12
04:09
Changed URLs for embedded docs, changed comment in add.c:mv_cmd to read "does not rename" instead of "does rename" ... (check-in: 67f44bb301 user: kejoki tags: trunk)
03:46
Change the reference docs to embedded (still need to remove wiki versions); add the mv|rename command. ... (check-in: f15298fd4e user: kejoki tags: trunk)
2008-11-11
03:50
doc changes -- spelling corrections and embedded ref pages. ... (check-in: 9eb6ea75c1 user: kejoki tags: trunk)
2008-11-10
19:54
Add missing comma in CREATE TABLE vfile ... ... (check-in: c66ffba6da user: eric tags: trunk)
01:13
The "ui" and "server" commands no longer quit if they cannot open TCP port 8080. They keep trying with consecutive ports until they find one that works - up to 100 ports. ... (check-in: d8ceb4ad47 user: drh tags: trunk)
00:40
Update to the latest SQLite. Add a Rebuild button on the Shun webpage. Add the test-detach CLI method. ... (check-in: 3f6edbc779 user: drh tags: trunk)
2008-11-09
22:59
Tweaks to the formatting of the "stat" webpage. ... (check-in: caa9544f93 user: drh tags: trunk)
22:50
On the index page, links to the "two separate servers" go to the index pages on those servers, not to the timeline. ... (check-in: ec53d7a738 user: drh tags: trunk)
22:43
Bug fix in the "mv" command. Add filename change tracking to the check-in information screens. <b>You must run <i>rebuild</i> on existing respositories when upgrading to this version of fossil.</b> ... (check-in: 9fd8009007 user: drh tags: trunk)
19:30
Optional extra arguments to the "user" command allow one to specify the new password or contact information on the command-line without waiting for a prompt. This makes the "user" command usable from shell-scripts. ... (check-in: f6c0201af7 user: drh tags: trunk)
19:22
Add the "mv" and "rename" commands (aliases for the same thing). ... (check-in: e146d800ac user: drh tags: trunk)
16:23
Add the http-port setting used to specify the default TCP/IP port for the built-in webserver. Ticket [7168128e09]. ... (check-in: 02f09cdd6c user: drh tags: trunk)
16:15
Fix the "help" text for the "all" command. ... (check-in: bcb9c072c5 user: drh tags: trunk)
13:41
Allow the U card of a ticket change artifact to have no argument. When that happens, the user is assumed to be "anonymous". Ticket [1b4f9f30c1] ... (check-in: 6eddf50cfe user: drh tags: trunk)
13:22
Make sure the tkt_uuid and tkt_datetime TH1 variables are initialized on a ticket display, even if no matching ticket is found. ... (check-in: 2664476fbc user: drh tags: trunk)
13:21
Add a test command to invoke the manifest parser from the command-line on an arbitrary text file. For testing only. ... (check-in: 55fc643eda user: drh tags: trunk)
2008-11-04
12:13
Convert the changes that support microsoft character sets so that they work (so that they are #ifdef-ed out) on other platforms. ... (check-in: c6a9e4ed41 user: drh tags: trunk)
2008-11-03
22:52
Undo all changes associated with [b54de50ac5] and merge that branch into the trunk. We do not want to have an open branch in the official repository that yield a fundamentally incompatible version of the program. ... (check-in: 8b16c47cbc user: drh tags: trunk)
22:50
Fix for ticket [30f7206b2b]: Added routines to convert filenames from microsoft character sets into UTF-8. ... (check-in: dad7731f0e user: petr tags: trunk)
21:56
Use our own isspace() function since the standard-library isspace() sometimes gives incorrect results for non-ASCII characters. ... (check-in: 054dd31b71 user: drh tags: trunk)
13:40
No changes from [c9cd128c2c]. This checkin merely establishes the "official" branch as distinct from the incompatible MYCFG branch. <b>Use this branch.</b> ... (check-in: db31a1a51a user: drh tags: trunk)
09:55
Update for making mycfg.exe. <b>WARNING:</b> This is an <u>incompatible change</u>. Do not use this branch of development to build a copy of fossil that needs to interoperate with official releases. ... (check-in: b54de50ac5 user: urmil tags: trunk)
2008-11-02
18:22
Add submenu entries on timeline pages for selecting options such as "tickets only" and "200 entries per page" and so forth. ... (check-in: c9cd128c2c user: drh tags: trunk)
2008-11-01
20:56
Make UTC time display the default. You can still set up a server to show localtime but that requires changing a setting under setup/timeline. ... (check-in: 0b36f02f15 user: drh tags: trunk)
20:48
Update SQLite to the latest in CVS (version 3.6.4+). Add a configuration option to show all times in UTC instead of localtime. ... (check-in: d23b8ba62b user: drh tags: trunk)
2008-10-31
14:01
Make the "ls" command report MISSING instead of EDITED for files that do not exist in the tree. Ticket [ce458c35ca]. ... (check-in: 89d100b845 user: drh tags: trunk)
13:36
Change a couple of instances of "file" to the more correct "artifact". Make it clear that the build time is expressed in UTC. ... (check-in: d5cd3251fa user: drh tags: trunk)
13:33
Take care that the root directory name does not have extra "/" characters. Ticket [9c378ed139]. ... (check-in: 1d280a85aa user: drh tags: trunk)
2008-10-27
15:34
Fix the web-browser user setting so that it actually works. ... (check-in: 3f5ef308fe user: drh tags: trunk)
2008-10-26
21:30
Remove the unused inherit-anon configuration attribute. Fix the automatic redirect that follows a login operation. Fix "config push user" on the server side. ... (check-in: 0600b278c0 user: drh tags: trunk)
15:59
Correctly detect when an artifact prefix does not match any artifact. Provide better error messages for non-matching and ambiguous artifact prefixes. Fix for ticket [d0a7fc67e9]. ... (check-in: 9acf0bcdbe user: drh tags: trunk)
02:35
Fix the "number of tickets" counter on the "stats" webpage. ... (check-in: 1e82c4aa85 user: drh tags: trunk)
02:29
Prevent buffer overrun when adding \r characters to the check-in descriptions for win32. Ticket [41bb23e650]. ... (check-in: e44d7a4b5a user: drh tags: trunk)
02:16
Change the default subsystem list for tickets to an empty set. Update documentation to begin making a clearer distinction between local state and global state. ... (check-in: efb759a07d user: drh tags: trunk)
2008-10-25
20:43
Get "configuration push" working. Fix bugs in concealed-field processing of tickets. ... (check-in: 31e94c0a04 user: drh tags: trunk)
17:51
Add logic to do a configuration push. Add logic to synchronize the CONCEALED table containing hidden email addresses (assuming appropriate permissions). Additional testng is needed; this check-in is to transfer the work to another machine. ... (check-in: 6b0b57a924 user: drh tags: trunk)
17:19
Update conditions when to look for proxy URL in environment. ... (check-in: d65d619d94 user: altufaltu tags: trunk)
14:29
Fix an issue that sets proxy = getenv(http_proxy) even when global proxy option is disabled ... (check-in: d8bf311336 user: altufaltu tags: trunk)
2008-10-24
18:23
Begin adding a TH1 script trace mechanism actived by the --th_trace option on the "server" and "ui" commands. The implementation is incomplete, but the plane is landing.... ... (check-in: f55c6a1b62 user: drh tags: trunk)
16:36
Modify the TH1 script interperter to use native characters rather than unsigned characters. Fix a bug in the combobox extension command of TH1. ... (check-in: 0c99a1554a user: drh tags: trunk)
14:05
Make the "settings" command work with the -R option. Fix for ticket [5162d999af]. ... (check-in: 2c3b20efff user: drh tags: trunk)
14:03
Remove control characters from rse-notes.txt. ... (check-in: 9a482dd701 user: drh tags: trunk)
13:45
Create named fork test-tag-1 ... (Closed-Leaf check-in: 32b480faa3 user: drh tags: trunk, test-tag-1)
13:27
Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. ... (check-in: e8c4f69c50 user: drh tags: trunk)
11:14
Allow the "_FOSSIL_" file at the root of each check-out to be renamed ".fos". At some point we might make .fos the default, but for now _FOSSIL_ is the default. The file can be freely changed between these two names. ... (check-in: 8bdea95c58 user: drh tags: trunk)
10:56
Improvements to the output of the "diff" command so that it is closer to standards. ... (check-in: 85670cfcc8 user: drh tags: trunk)
2008-10-23
03:21
Fix a spelling in help text of 'tag branch'. ... (check-in: 56177cfe12 user: cle tags: trunk)
2008-10-22
19:35
Add a --nofork option to "tag branch" so that --raw is not being used for two different purposes. Modify and tidy up the corresponding help text. ... (check-in: c887b2b66e user: eric tags: trunk)
2008-10-21
06:52
The "diff" command with no arguments now does a diff on all files in the checkout which have been edited. ... (check-in: c863ec1a98 user: drh tags: trunk)
06:10
Add "ci" as an alias for "commit". Make provisions for a future "fossil mv" command. ... (check-in: 2bde9f9b3d user: drh tags: trunk)
2008-10-20
16:05
Improvements in the display of ticket history. ... (check-in: c8a78004ce user: drh tags: trunk)
06:41
More improvements to the timeline display of ticket changes. ... (check-in: f0c8693845 user: drh tags: trunk)
2008-10-18
20:29
Add the "version" command to print out the source-code version number for the fossil executable. ... (check-in: a1f727be9d user: drh tags: trunk)
19:42
Add notes from Ralf Engelshall as a text file: rse-notes.txt. ... (check-in: f7a410eca9 user: drh tags: trunk)
13:03
Use sqlite3_snprintf() instead of snprintf() since the latter is not available on all platforms. ... (check-in: 9e80dc66cf user: drh tags: trunk)
12:55
Add defenses against [http://en.wikipedia.org/wiki/Cross-site_request_forgery | cross-site request forgery] attacks. ... (check-in: 0be54823ba user: drh tags: trunk)
02:27
Improvements to how ticket changes are displayed in the UI. The hyperlink is show with strick-through if the ticket is closed. The title is shown after the ticket hyperlink. SQL to determine the closed condition and the title can be set in the ticket setup screens. ... (check-in: ac3f1f2ba7 user: drh tags: trunk)
2008-10-17
13:30
Update the "info" command so that it can take the name of a repository as its argument and then report information about that repository. ... (check-in: 974f025c6e user: drh tags: trunk)
12:31
Add the "all rebuild" subcommand. Be more aggressive about adding repositories to the repository list. ... (check-in: 2bd0690fe8 user: drh tags: trunk)
00:21
Fix a minor problem in the previous check-in. ... (check-in: 02eabf94e5 user: drh tags: trunk)
00:20
Added the "all" command for things like "fossil all sync". I am not sure "all" is quite the right name for this command, so I may yet change it. ... (check-in: 9346f2290c user: drh tags: trunk)
2008-10-11
15:11
Fix a few typos in documentation. ... (check-in: 4ef19b554a user: drh tags: trunk)
2008-10-09
18:09
Fixed a number of small typos. ... (check-in: d0e8e88d54 user: aku tags: trunk)
2008-10-06
11:33
Fix a few C99-isms in the code so that the code will build on older C compilers. ... (check-in: 3d62a9fb39 user: drh tags: trunk)
11:28
Minor edits to the Questions and Criticisms document. ... (check-in: 5cbfe0cde2 user: drh tags: trunk)
00:31
Documentation update: Add the "Questions and Criticisms" document in response to recent comments on reddit.com. ... (check-in: cbc8983685 user: drh tags: trunk)
2008-10-05
13:13
The UNIQUE constraint on the default TICKET table was wrong. The tkt_uuid column should be unique unto itself, not in combination with tkt_time. Existing servers will need to fix their TICKET implementations using the setup menu. This check-in changes the default. ... (check-in: fb8dc7d07f user: drh tags: trunk)
12:34
Get cloning working for local files without the use of network I/O. Ticket [b3482d580e]. ... (check-in: 9236f0c086 user: drh tags: trunk)
01:03
Documentation updates. ... (check-in: c8893c69ac user: drh tags: trunk)
2008-10-04
20:40
The "configuration" command will now sync ticket report formats, shunned UUIDs, and user information (but not user passwords). Added the "config merge" method. Fix an initialization bug that was given Admin privilege to anonymous by default. ... (check-in: bf75ea9852 user: drh tags: trunk)
2008-10-03
19:45
Fix a typo: "tested" becomes "nested". Ticket [74814a6682]. ... (check-in: 20a0fbdf64 user: drh tags: trunk)
2008-09-27
18:52
corrected 'Duration of Project' to round up, so a 2-day-old project doesn't show up as 1 day old ... (check-in: dab84c22ee user: stephan tags: trunk)
2008-09-23
20:53
Fix a bug in the mime-type decoder for the /doc method. ... (check-in: fa1c7d598f user: drh tags: trunk)
2008-09-21
19:00
fixed deps problem created by my last checkin. Now builds properly in non-parallel mode ... (check-in: d2ae873e9e user: stephan tags: trunk)
2008-09-19
15:36
fixed Makefile dependency orderings so parallel compilation (e.g. make -j2) can work (cuts my build times in half) ... (check-in: c699c491df user: stephan tags: trunk)
11:11
fixed an 'integer overflow' warning from the Sun compiler. Thank to Kevin for the tip. ... (check-in: 7ae01ee47b user: stephan tags: trunk)
2008-09-18
11:21
added comments about necessary link flags for Solaris 10 + OpenSolaris ... (check-in: 7dddab2fbe user: stephan tags: trunk)
2008-09-11
17:12
Fix a memory double-free'd problem. In function <tt>cgi_set_cookie</tt> the <tt>zDate</tt> was allocated via usage of <tt>cgi_rfc822_datestamp</tt>. But as it was appended to the blob <tt>extraHeader</tt> via the format specifier <tt>%z</tt> the memory was free'd by <tt>blob_appendf</tt>. As <tt>cgi_rfc822_datestamp</tt> might return both a dynamic allocated empty string as well as a dynamic allocated string containing the time stamp, <tt>blob_appendf</tt> should not try to free the <tt>zDate</tt>. So now the format specifier is changed to <tt>%s</tt> to let us decide, if we want to free the memory or not. ... (check-in: aeeba751c4 user: cle tags: trunk)
2008-09-07
08:32
Remove small glitch that prevent fossil to be built with BSD make. ... (check-in: f3fb059eb6 user: cle tags: trunk)
2008-09-06
13:29
Merge tagview branch into mainline ... (check-in: 8745d0d579 user: eric tags: trunk)
13:16
Merge mainline into tagview branch ... (check-in: a55a0a49a3 user: eric tags: eric-tagview-rework, trunk)
13:09
Disable tag URLs without sufficient permission, display a message when there are no tags, provide dummy Javascript functions for the tag timeline. ... (check-in: 5b87749575 user: eric tags: eric-tagview-rework, trunk)
2008-09-03
18:52
Clarify some comments in name.c ... (check-in: 5113ab5981 user: eric tags: eric-tagview-rework, trunk)
2008-08-30
13:20
Add a much larger and more complete file-suffix to mimetype translation table to the "doc" method. ... (check-in: 8e66784522 user: drh tags: trunk)
2008-08-24
20:16
Tidy up tagview code. ... (check-in: 0e924820bf user: eric tags: eric-tagview-rework, trunk)
06:40
Spelling error. ... (check-in: f3ce1c9fed user: bharder tags: trunk)
2008-08-21
20:59
Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. ... (check-in: 5fb14b9a0f user: eric tags: eric-tagview-rework, trunk)
19:57
Include 'z' in login_has_capability() ... (check-in: 018b6050af user: eric tags: trunk)
2008-08-17
20:53
Merge old tagview branch into this branch ... (check-in: 070e63db33 user: eric tags: eric-tagview-rework, trunk)
11:37
Change CGI parameter name <tt>rid</tt> to <tt>uuid</tt> for the <tt>/zip</tt> URL. ... (check-in: 81a96aadf3 user: cle tags: trunk)
2008-08-15
18:48
Thanks for the fix, eric. Due to that, I detected another HTML quirk I made ands corrected it now. ... (check-in: f85bc24e4d user: cle tags: trunk)
18:28
Fix an HTML nesting error. ... (check-in: 35b2d16450 user: eric tags: trunk)
10:19
Beautify the permission explanation table on the /setup page. ... (check-in: 091fa4d4b2 user: hintze tags: trunk)
2008-08-14
16:15
Fix bug [c858c4178b] - at three places, the original checkin comment was taken from the repository. Only if there was no original checkin comment, the edited comment (<tt>ecomment</tt>) was fetched. That logic seem wrong. As at all other cases, first the <tt>ecommend</tt> was fetched and only when that failed, the original comment was taken, I corrected the three places in code accordingly. ... (check-in: 589687d783 user: cle tags: trunk)
05:27
Third time lucky? Commit changes, with merge applied only once. (so not filled with MERGE CONFLICT messages) ... (check-in: 16e308106f user: bharder tags: trunk)
05:05
Oops... merge typos fix w/ [bdac9f7238], commited at nearly same time. ... (check-in: 48c00d0bd3 user: bharder tags: trunk)
04:53
fixed typos ... (check-in: 4c78a18ad2 user: bch tags: trunk)
04:52
Fix a stupid bug of mine introduced in [3c9e5699ce]. If the ZIP archive's name is composed, the actual project's name should be chosen instead of a fix <tt>fossil</tt>. ... (check-in: bdac9f7238 user: hintze tags: trunk)
2008-08-13
19:22
Use new alternative <tt>/zip</tt> URL syntax for the <tt>Zip archive</tt> link at the <tt>/vinfo</tt> page. Where the old filename of the ZIP archive was <verbatim> 417dd898ab0640f2472ebd248ac80e80f0ec6972.zip </verbatim> the new name would be: <verbatim> fossil-417dd898ab.zip </verbatim> The archive's content is placed into a directory named after the Zip archive file's basename. ... (check-in: 3c9e5699ce user: cle tags: trunk)
11:57
Allow an alternative URL syntax for downloading artifacts via the <tt>/zip</tt> page. The original way is: <verbatim> http://localhost:8080/zip/fa6e9930177e84ce089b30ad768c454a012364f7.zip </verbatim> which will store the artifact in the file <tt>a6e9930177e84ce089b30ad768c454a012364f7.zip</tt>. Alternatively it is now possible to download the artifact in e.g. the file <tt>fossil.zip</tt> via the URL: <verbatim> http://localhost:8080/zip/fossil.zip?rid=fa6e9930177e84ce089b30ad768c454a012364f7 </verbatim> ... (check-in: 417dd898ab user: hintze tags: trunk)
2008-08-12
03:27
New <b>Zip</b> permission. This permission allow someone to download a zipped artifact via the wiki's <tt>/zip</tt> URL. It can given the user <tt>nobody</tt> to allow automatic package builder to download the sources they know from <tt>fossil-scm.org</tt> or other servers without any intervening login necessary. As the <tt>/zip</tt> page do not expose anything, a spider should have a hard time to crawl thru the project using this URL. So IMO it does not open a break-in hole for spiders. ... (check-in: fa6e993017 user: cle tags: trunk)
2008-08-11
17:52
Make "notepad" the default text editor for windows. ... (check-in: baf68cc18f user: drh tags: trunk)
05:30
Fix a spelling: replace 'delete' -> 'cancel' in usage for 'tag'. ... (check-in: 91ec6982e9 user: hintze tags: trunk)
04:03
* Rename subcommand <tt>tag delete</tt> to <tt>tag cancel</tt>. * New branching behavior. Now if subcommand <tt>tag branch</tt> is used, a new copy of manifest <tt>UUID</tt> with the same parent will be created, thereby creating a fork. A propagating symbolic tag with <tt>TAGNAME</tt> is assigned to the UUID of the new copy. Furthermore all other propagating symbolic tags that the fork did inherited by the original manifest, are cancelled.<br><br>However, if the option <tt>--raw</tt> was given, the old <tt>tag branch</tt> behavior is used. That means, no creation of a fork by copying the manifest <tt>UUID</tt>, no cancelling of inherited propagating symbolic tags. The tag will be applied to the given UUID directly.<br><br>For instance <verbatim> fossil tag branch fix-12345 cfcfcfee fossil tag branch --raw bgcolor fix-12345 yellow </verbatim> will create a fork by copiying manifest <tt>cfcfcfee</tt>, apply a tag <tt>fix-12345</tt> that will propagate to its children and set the propagating property <tt>bgcolor</tt> to <tt>yellow</tt>. ... (check-in: ac392fbba6 user: cle tags: trunk)
2008-08-04
20:46
Make the info web page handle symbolic tags as well as UUIDs. Start trying to make the currently-disabled tagview page more useful. ... (check-in: 3984b1b2c1 user: eric tags: eric-tagview-rework, trunk)
2008-08-03
16:47
Users unconditionally inherit capabilities of "anonymous". New capability "v" means to inherit capabilities of user "developer". Login is prohibited if the password is empty. ... (check-in: 1f1d96529c user: drh tags: trunk)
2008-08-02
18:32
Fix bug from eb24a021d6 which left nobody with too many permissions ... (check-in: b46d6092dc user: eric tags: trunk)
2008-07-30
13:00
Allow for generating a Makefile that will also work for BSD Make (tested under NetBSD 3.1). ... (check-in: e243a8dfa4 user: cle tags: trunk)
2008-07-29
13:07
Documentation updates. ... (check-in: 9d10726d48 user: drh tags: trunk)
2008-07-27
21:02
Reverse the check on inline formatting for indented paragraphs in wikiformat.c ... (check-in: 3bc6d0b0c9 user: eric tags: trunk)
18:35
Change behavior of Fossil's tag handling. 1. All subcommands of command <tt>tag</tt> prepends a prefix <tt>sym-</tt> infront of every tag name passed to them. Tags beginning with <tt>sym-</tt> are special in Fossil as they might serve as replacement of a UUID they are attached to.<br><br> Further, <tt>tag list</tt> will only list all tags beginning with <tt>sym-</tt> but with that prefix removed during display as default.<br><br> All subcommands can get passed an option <tt>--raw</tt>, that prevent the prepending of the prefix <tt>sym-</tt> in front of the tag name. <tt>tag list</tt> will report all tags without removing any prefix if called with option <tt>--raw</tt>. 2. If a command takes a tag name that may be confused with a UUID, the command did interpret that parameter as a UUID instead as a tag name. Such tags might now be prefixed with a <tt>tag:</tt> to enforce the command to take them as tag name instead of a UUID. For example: <verbatim> fossil tag add abcde $uuid : fossil update tag:abcde </verbatim> without the prefix <tt>tag:</tt> fossil would try to update to a UUID beginning with <tt>abcde</tt>. If no such UUID was found, fossil will complain and exit. ... (check-in: d1c9938025 user: cle tags: trunk)
2008-07-26
17:08
Make all users inherit the capabilities of "nobody" as well as (optionally) of "anonymous". ... (check-in: eb24a021d6 user: eric tags: trunk)
16:51
Add a "User-Agent" header to the HTTP traffic generated by fossil. The user-agent string is "Fossil/$UUID". ... (check-in: 31824fbf91 user: dan tags: trunk)
14:02
Code to randomize messages from client to the server. ... (check-in: 3cb547be2c user: drh tags: trunk)
2008-07-25
12:30
Disable the "branch" command pending further discussion and clarification of its purpose and intent. ... (check-in: f6d3d89e76 user: drh tags: trunk)
2008-07-24
15:08
Remove redundant "Description &amp; Comments:" label from the ticket viewer. ... (check-in: 4b56350ecb user: drh tags: trunk)
15:02
Fix a bug in the check-in comment editor. Ticket [4b40f57449]. ... (check-in: 89de100a2d user: drh tags: trunk)
14:48
Clean up handling of concealed email addresses. This might be related to ticket [4b40f574494]. ... (check-in: 3c851ca760 user: drh tags: trunk)
13:31
Fix a missing end-transaction in the content_new() procedure. ... (check-in: dc09f09432 user: drh tags: trunk)
12:29
Clarify the formatting rules for &lt;verbatim&gt;. Ticket [aee2a1a927f] ... (check-in: 2c3ccaa048 user: drh tags: trunk)
02:04
Store private ticket fields (ex: the originators email address) as their SHA1 hash so that malefactors cannot read them. Add the new "concealed" table to the repository database and store mappings from SHA1 hashes back to email addresses in that table. Ticket [a24ec6005f]. Note: run "rebuild" on repositories after updating to this version of fossil in order to create the "concealed" table. Need to add the ability to manage the concealed table from the web interface and the ability to sync concealed content between trusted repositories. ... (check-in: f46fe42d6d user: drh tags: trunk)
2008-07-23
20:57
Make sure new artifacts are entered into the unclustered table. Ticket [4b72e10dca]. ... (check-in: 1f8d2501b0 user: drh tags: trunk)
17:36
Do not allow the current repository to be added to the set of files for a repository. Ticket [8e9136e8]. ... (check-in: 141c31792b user: drh tags: trunk)
13:01
The "extra" and "clean" commands ignore the repository file if the repository happens to be within the check-out. Ticket [c7b35be88]. ... (check-in: 2ecc407d9b user: drh tags: trunk)
2008-07-21
01:37
Fix a typo in the "concepts.wiki" documentation. ... (check-in: bad9999d7d user: drh tags: trunk)
2008-07-20
17:37
Updated documentation to indicate that bug-tracking is now available. Preliminary documentation on bug-tracking. (Much more documentation is needed - also need documentation on how the wiki works.) ... (check-in: 6ecc392f1c user: drh tags: trunk)
15:30
Fix a bug that prevents the /tktnew page from working with no login. ... (check-in: 449559394a user: drh tags: trunk)
2008-07-19
18:18
Add the ability to edit check-in comments and users from the web interface. ... (check-in: f0474b87b0 user: drh tags: trunk)
16:03
Allow Admin user to changes user information. Add a "User" link on the main menu for Admin users. ... (check-in: f8831f447a user: drh tags: trunk)
15:40
Improved explanation of privileges on the User Edit screen. ... (check-in: 92f6d3d786 user: drh tags: trunk)
15:12
Fix enforcement of access restrictions on reports. Do not allow reports to show the content of fields whose names begin with "private_" unless the "e" permission is enabled. ... (check-in: 21326fb6f7 user: drh tags: trunk)
14:15
Fix the "Key Template" setup box under ticket configuration. ... (check-in: b7588eb2f7 user: drh tags: trunk)
2008-07-18
21:44
CSS fixes - make &lt;div class="content"> ... &lt;/div> actually enclose the content. Also add a couple of missing footers. ... (check-in: 23ed5e2cd6 user: eric tags: trunk)
12:14
Fix typos in the quick-start document. ... (check-in: 924554d78b user: drh tags: trunk)
2008-07-17
20:34
Give /wiki a link to the Wiki page with the same name as the Project Name. ... (check-in: 82136b0a5f user: eric tags: trunk)
15:49
Enhance the wiki rendering to support &lt;div&gt; markup. The closing &lt;/div&gt; tag with and id= attribute can close off &lt;verbatim&gt; and &lt;nowiki&gt;. The wiki append page uses this to prevent unclosed tags from messing up the rendering of subsequent comments. ... (check-in: e01aa8cb4b user: drh tags: trunk)
01:49
Avoid the use of chdir() since this seems to cause problems on windows. ... (check-in: 849b94c631 user: drh tags: trunk)
2008-07-15
19:03
Implement history display for tickets. ... (check-in: b3ee50c946 user: drh tags: trunk)
16:42
Work toward getting bug-tracking working well. ... (check-in: d3e711fd2f user: drh tags: trunk)
15:34
Update the SQLite implementation to the 3.6.0 prerelease. ... (check-in: d19a05f2a2 user: drh tags: trunk)
14:33
Additional documentation updates. ... (check-in: adc0b3bfb0 user: drh tags: trunk)
13:46
Documentation updates. ... (check-in: 8d8a41d195 user: drh tags: trunk)
02:01
Use the %/ substitution instead of %s when constructing windows pathnames. ... (check-in: 9d23230322 user: drh tags: trunk)
2008-07-13
12:08
Fix the timeline command so that it work with --repository and -R. ... (check-in: c1e85e4da5 user: drh tags: trunk)
2008-06-08
19:31
Use cr/nl instead of just nl at the end of every line on the check-in comment template for windows. Strip out the cr characters before completing the commit. ... (check-in: e976aa6fcb user: drh tags: trunk)
16:19
Bug fix in wiki rendering. Avoid terminating the output when an an unrecognized markup attribute appears inside &lt;verbatim&gt;. ... (check-in: 71104b898d user: drh tags: trunk)
15:45
Better error messages when trying to run "fossil ui" with an invalid or unaccessible repository. ... (check-in: dcc48662f8 user: drh tags: trunk)
15:10
Fix a C++-ism in report.c. ... (check-in: 9e2d2676a4 user: drh tags: trunk)
2008-06-06
20:11
Change the "omitsign" setting into "clearsign" and invert its sense. ... (check-in: 3f706b92a5 user: drh tags: trunk)
20:05
Fix to the omitsign setting. ... (check-in: 417e7662e5 user: drh tags: trunk)
2008-06-02
15:18
Documentation tweaks. ... (check-in: 42ed55e82f user: drh tags: trunk)
15:01
Clicking the "Shun" submenu does not shun immediately, but only takes you to the page where you can click the "shun" button. ... (check-in: 94a93469c8 user: drh tags: trunk)
09:54
Fix an assert in the rebuild command. ... (check-in: cfb1341ae3 user: drh tags: trunk)
2008-05-29
14:38
Add a missing semicolon to the previous checkin. ... (check-in: 5b61ad3a4c user: drh tags: trunk)
14:37
When redirecting to /xfer, make sure the PATH_INFO actually exists. Update the cgi_replace_parameter() routine to make sure the parameter being replaced already exists. ... (check-in: e5b7292620 user: drh tags: trunk)
14:00
Always redirect incoming HTTP requests to the /xfer method when the content-type is application/x-fossil. ... (check-in: 16ec6e558b user: drh tags: trunk)
13:05
Updates to the "concepts" document. ... (check-in: 26a2b61dbd user: drh tags: trunk)
12:10
On-line documentation tweaks. ... (check-in: 1db8656f68 user: drh tags: trunk)
01:58
Improvements to the shunning algorithm. Add the shun page and an opportunity to shun or unshun artifacts in the artifact viewer. ... (check-in: a48474bc75 user: drh tags: trunk)
2008-05-28
19:24
More ticket processing refinements. ... (check-in: 27d2e6e458 user: drh tags: trunk)
18:48
Continuing work on the ticketing system. ... (check-in: 49380d500a user: drh tags: trunk)
15:29
Split of the ticket configuratio into separately editable pieces. ... (check-in: 86db6fa150 user: drh tags: trunk)
2008-05-25
19:36
Incremental work on tickets and especially ticket configuration. ... (check-in: ce277cadda user: drh tags: trunk)
11:50
Allow command-line options of the form "--name=value". ... (check-in: be758137b0 user: drh tags: trunk)
2008-05-24
23:54
Tweaks to the embedded documentation. ... (check-in: e65e669148 user: drh tags: trunk)
22:40
added autosync check to wiki commit ... (check-in: d58ed02bed user: stephan tags: trunk)
16:02
Clarification of wiki formatting rules. ... (check-in: 3beb385964 user: drh tags: trunk)
13:30
When reporting database errors in CGI mode, make sure the CGI header comes out first. ... (check-in: 3dce979214 user: drh tags: trunk)
02:34
Fix the "card count" on sync to include the configuration cards sent and received. ... (check-in: d53af79c81 user: drh tags: trunk)
2008-05-23
21:41
corrected wiki command short help ... (check-in: 92df4748bd user: stephan tags: trunk)
19:21
Finish implementing the configuration command by adding method implementations for "import", "reset", and "pull". ... (check-in: 28e56282c9 user: drh tags: trunk)
12:24
removed USER stuff. Reorganized. i would have SWORN that i checked this in yesterday. ... (check-in: ab5ab46206 user: stephan tags: trunk)
2008-05-22
15:31
Better error message when a CGI configuration specifies a non-existant or unreadable repository. ... (check-in: 69650f2963 user: drh tags: trunk)
13:58
Begin adding the new "configure" command. ... (check-in: e06ae9f6d2 user: drh tags: trunk)
12:49
Make sure fossil_panic() text is given a proper header in CGI mode. ... (check-in: dbfe682b92 user: drh tags: trunk)
12:38
Fix a segfault on the "fossil cgi" command. ... (check-in: b4f9d90ca3 user: drh tags: trunk)
2008-05-20
20:57
fixed a typo in tktconfig.c ... (check-in: 9d4f1b6514 user: stephan tags: trunk)
15:45
new HOWTO: setting up a repo ... (check-in: a5f1c79f28 user: stephan tags: trunk)
14:45
added tip about being able to pass login info to clone URL ... (check-in: d1477108b0 user: stephan tags: trunk)
2008-05-19
15:10
Add a page describing how to do embedded documentation. ... (check-in: 4b826eed14 user: drh tags: trunk)
15:08
Clarifications of the "quickstart.wiki" documentation. ... (check-in: 70dcb9fc8b user: drh tags: trunk)
13:08
explained the clone command in a bit more detail (what it does and where to go from there) ... (check-in: 44a4c365a7 user: stephan tags: trunk)
2008-05-18
17:33
Remove the "Dangling" column from the sync status display. ... (check-in: 64c58fd64f user: drh tags: trunk)
17:29
Sync server responds to reqconfig cards. Allow cloning of repositories that contain tickets. ... (check-in: ba8af8731f user: drh tags: trunk)
17:18
Improvements to clone performance. Skip cross-linking during the clone the automatically rebuild after the clone. Fixes to rebuild to make sure all artifacts are crosslinked. ... (check-in: 791a513c28 user: drh tags: trunk)
15:51
Improvements to cloning performance. ... (check-in: 243e02bfbd user: drh tags: trunk)
2008-05-17
22:18
Begin adding code to the sync logic to transfer configuration options upon request. ... (check-in: a241c8111c user: drh tags: trunk)
21:15
Add the "Bugs" menu element on the default header. Progress on implementing bug tracking. ... (check-in: 86ed68ba34 user: drh tags: trunk)
20:32
Documentation tweaks. ... (check-in: 06689854ae user: drh tags: trunk)
19:24
Fix a bug in the new win32 server implementation. ... (check-in: b9eec2d277 user: drh tags: trunk)
18:19
Add the "ui" command to automatically launch a web browser after starting the HTTP server. The web browser choice can be configured using the "setting" command. ... (check-in: dfb68976be user: drh tags: trunk)
17:52
Make sure temporary files are well-named and are deleted after use in the win32 fossil server command. ... (check-in: 24f336c9ae user: drh tags: trunk)
17:43
Get the "server" command running under windows. ... (check-in: e2e016c31f user: drh tags: trunk)
14:49
The bug report generator compiles but still does not work right. ... (check-in: 55342eb9fb user: drh tags: trunk)
13:40
Make Th1 variable $current_page available to the header and footer. ... (check-in: a0f1864499 user: drh tags: trunk)
08:53
Allow the check-in of files show names begin with ".". Add the "private" table to repository schema but do not yet do anything with it. ... (check-in: 525cc35bf3 user: drh tags: trunk)
2008-05-16
18:57
Get rudimentary ticket editing working. ... (check-in: 46e6a03232 user: drh tags: trunk)
18:11
Progress toward getting ticket handling to work. ... (check-in: 68c24b1857 user: drh tags: trunk)
17:05
The rebuild command corrects any errors seen in the blob.size field. ... (check-in: 5b74febbcc user: drh tags: trunk)
16:01
Merge in stephan's fork. ... (check-in: 81eb00def7 user: drh tags: trunk)
15:58
Fix a typo on the concepts.wiki page. ... (check-in: e5aac82dd5 user: drh tags: trunk)
15:54
renamed fossil-verbatim to verbatim for consistency with other CSS elements. Added a reasonable default .verbatim entry. ... (check-in: bb542b80c7 user: stephan tags: trunk)
15:44
Tweaks to the home-page text. ... (check-in: 22005927ad user: drh tags: trunk)
15:44
The verbatim PRE tags now have class=fossil-verbatim to allow customization of the verbatim look/feel. ... (check-in: 454515642c user: stephan tags: trunk)
15:31
Resolve broken hyperlinks and other minor cleanup in the documentation. ... (check-in: 16094f7ebc user: drh tags: trunk)
13:55
Preserve the case of unknown HTML markup on wiki pages. ... (check-in: a4d7e9162d user: drh tags: trunk)
13:31
Add the "Index Page" setup option to allow each site to configure a page to appear when no URL is specified or when the "Home" menu option is selected. ... (check-in: c7c81df138 user: drh tags: trunk)
03:18
added optional FILE arg to wiki export ... (check-in: 7adbf773c2 user: stephan tags: trunk)
01:43
Added new "wiki create" command. Cleaned up the "wiki commit" code and added an option filename argument to both "wiki commit" and "wiki create". ... (check-in: e03d1be55b user: drh tags: trunk)
01:09
Back out the "Home Page" configuration option added by [29374daa0d] ... (check-in: c51dd3058c user: drh tags: trunk)
00:56
Fix bugs in the rendering of HTML markup with multiple attributes. This clears up a problem in displaying the "concepts.wiki" documentation file. ... (check-in: 1bbc5b7e6c user: drh tags: trunk)
00:27
Merge the fork back together. ... (check-in: f94f7e5f49 user: drh tags: trunk)
2008-05-15
22:11
fixed a used-the-wrong-var bug from that last commit ... (check-in: 32c06fd65b user: stephan tags: trunk)
22:05
/home link content can now be pulled from a Wiki entry or an arbitrary link relative to the fossil root url. See the WWW Configuration dialog for details. ... (check-in: 29374daa0d user: stephan tags: trunk)
22:03
corrected link to index.wiki ... (check-in: 24df39d736 user: stephan tags: trunk)
21:01
corrected a broken link ... (check-in: bfab49ede1 user: stephan tags: trunk)
20:28
removed as part of the /doc port ... (check-in: fda26ca344 user: stephan tags: trunk)
20:26
minor refactorings to the wiki commands ... (check-in: bfb4d414dd user: stephan tags: trunk)
20:25
initial ports of static .html to static /doc .wiki ... (check-in: d87ca60c58 user: stephan tags: trunk)
20:18
Separate the new /doc method out into its own source file. ... (check-in: 5cf1206dfa user: drh tags: trunk)
16:58
Add the "/doc" method on the server. ... (check-in: 7351b6346d user: drh tags: trunk)
15:23
Added 'wiki commit'. Minor stylistic cleanups. ... (check-in: cde6e7a303 user: stephan tags: trunk)
13:37
Update SQLite to version 3.5.9. ... (check-in: a85cc7ce8d user: drh tags: trunk)
13:35
Fix compiler warnings in wiki.c. ... (check-in: a51699a7ad user: drh tags: trunk)
2008-05-14
23:25
reorg'd/expanded the TODOs ... (check-in: d13b3ff094 user: stephan tags: trunk)
23:13
fixed to C++isms which Annotate accuses me of adding on 2008.2.2 ;) ... (check-in: cedf518c96 user: stephan tags: trunk)
23:08
corrected package description ... (check-in: 3c6067dd07 user: stephan tags: trunk)
23:02
corrected my *buntu release name ... (check-in: 7c4eee9c9c user: stephan tags: trunk)
23:01
added some help docs + TODO ... (check-in: cf5bbd92a2 user: stephan tags: trunk)
20:59
Cleanup and simplify the code for the recently added "wiki" command. ... (check-in: decac09b7d user: drh tags: trunk)
20:26
cleaned up error handling a bit, minor code style changes, s/import/commit/ ... (check-in: feee32d3af user: stephan tags: trunk)
20:02
removed 2 remaining debug lines. Cleaned up help text. ... (check-in: 87a1a31d1d user: stephan tags: trunk)
19:51
added command: wiki [export WikiName|list] ... (check-in: 5fb1152dab user: stephan tags: trunk)
12:21
Return a proper error message if the first line of an HTTP requested handed to the "http" command is blank. ... (check-in: 0a14f18111 user: drh tags: trunk)
02:03
Change the spelling of "descendant" to use the -ant suffix everywhere, including in the filename "descendant.c". The adjective form can be spelled either -ant or -ent, but the noun form requires -ant, or so says American Heritage. ... (check-in: 6458f020fc user: drh tags: trunk)
2008-05-13
13:20
Make attempts to add _FOSSIL_, manifest, and manifest.uuid warnings, not fatal errors. This allows users to say things like "fossil add *" when initially populating a new project repository. ... (check-in: 844718abbf user: drh tags: trunk)
00:19
Use the SCRIPT_NAME environment variable rather than REQUEST_URI to find the base name of the CGI script. ... (check-in: c23469468b user: drh tags: trunk)
2008-05-10
18:19
Add the -nosync option to the "open" command. We might consider making -nosync the default for "open". ... (check-in: ec82a32b80 user: drh tags: trunk)
18:09
Comment changes to the pre-commit verification logic. No changes to code. ... (check-in: 2d581c03e5 user: drh tags: trunk)
18:01
Help message cleanup. Automatically delete cloned database files if the clone fails. ... (check-in: 6b85fd173e user: drh tags: trunk)
17:22
Add the "unset" command for clearing settings. ... (check-in: 418207989a user: drh tags: trunk)
17:09
Add the --nosync option to temporarily disable autosync. Useful when off network. ... (check-in: 9ba6e4287b user: drh tags: trunk)
2008-05-07
23:56
Fix a typo on the "stat" page. ... (check-in: cf84ce2d8c user: drh tags: trunk)
17:38
Fix a couple of C++-isms in my_page.c and tagview.c. Remove the return value from autosync(). ... (check-in: 908009fdc4 user: drh tags: trunk)
12:15
Add the --proxy option to the commit and update commands. ... (check-in: b714ab1ea7 user: drh tags: trunk)
2008-05-06
12:24
Add the --proxy command-line option that can be used to enable or disable an http proxy on a case by case basis. ... (check-in: f652599003 user: drh tags: trunk)
2008-05-05
23:15
The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. ... (check-in: d57de28756 user: drh tags: trunk)
20:18
Work toward making the "h" permission mean "hyperlink". Without "h", many pages will display, but there are few hyperlinks. A message invites users to login as anonymous. ... (check-in: 2b0d4519dc user: drh tags: trunk)
19:33
Updates to quickstart document to talk about setting up a proxy. ... (check-in: c507cfa76b user: drh tags: trunk)
19:08
Fix the HOST: header to use the original URL, not the proxy URL. ... (check-in: 1dbf332352 user: drh tags: trunk)
18:39
Fix the fossil repository URL in the quickstart.html document. ... (check-in: c7438f6dc9 user: drh tags: trunk)
17:30
Honor the http_proxy environment variable as another source for the URL of the HTTP proxy if the "proxy" setting is undefined or is "off". ... (check-in: 387cbeda3f user: drh tags: trunk)
17:24
Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. ... (check-in: 4e683ef07b user: drh tags: trunk)
2008-05-01
22:49
Enable proxy support using the "fossil setting proxy" command. This check-in is made using a proxy. ... (check-in: 676fdd088a user: drh tags: trunk)
18:42
On windows builds, understand both "C:/" and "C:\" as the beginning of an absolute pathname. ... (check-in: becc24e4e9 user: drh tags: trunk)
2008-04-25
22:31
initial checkin: quick hack to generate a .deb package of fossil. ... (check-in: adaa8411d9 user: stephan tags: trunk)
21:49
LIB is now += LDFLAGS so that i can link on OpenSolaris (need -lsocket) ... (check-in: 1bceafc4d0 user: stephan tags: trunk)
21:45
s/strnlen/strnlen_/g for the local strnlen impementation because the name fataly collides with a func from standard headers in some gcc versions (e.g. GnuSolaris/Nexenta w/ gcc 4.0.x). ... (check-in: 0c78ba2eb4 user: stephan tags: trunk)
2008-04-10
12:24
Fix the "tag add" command to report an error if given an invalid UUID argument. ... (check-in: 0d9abccbb6 user: drh tags: trunk)
2008-03-17
23:48
Fix a typo in the mkdownload.tcl script used to generate the download.html page. ... (check-in: 8dae3bc320 user: drh tags: trunk)
21:21
Update the website to include links to the download page. ... (check-in: bbbee5fc37 user: drh tags: trunk)
21:14
Added the mkdownload.tcl script for generating the download.html page. ... (check-in: 50e953a810 user: drh tags: trunk)
2008-03-14
12:43
Fix an assertion fault: detect when content_get() is called with an invalid artifact id and return 0. ... (check-in: 4e2bd38577 user: drh tags: trunk)
2008-03-12
00:30
Initial NSIS script for creating installer on Win32 ... (check-in: 76bd88c262 user: mjanssen tags: trunk)
2008-03-11
20:00
make test should find test script relative to the SRCDIR so it will work when run from a separate build directory. This also allows 'make test' to run with Makefile.w32 ... (check-in: 7c0bd3ee08 user: mjanssen tags: trunk)
19:21
Fixed Win32 build breakage ... (check-in: dbb2cee113 user: mjanssen tags: trunk)
2008-03-10
16:46
Fix a bug introduced by recent optimization efforts. ... (check-in: f763b84198 user: drh tags: trunk)
2008-03-08
19:42
Additional speed improvements for clone and rebuild. ... (check-in: 043d63d4aa user: drh tags: trunk)
18:59
Speed enhancement in the findSrcid() routine of content.c. Allow 5 digit numbers on counts while syncing. ... (check-in: 8010bb41e1 user: drh tags: trunk)
14:52
This version is able to clone the entire TCL repository in 12.5 minutes and to rebuild the cloned TCL repository in 2.5 minutes. There is still a lot of performance work to be done, but this is good enough for the time being. ... (check-in: 0afb5e8e39 user: drh tags: trunk)
13:49
Add the "Compression Radio" line to the "stat" page. ... (check-in: 9aaad3e799 user: drh tags: trunk)
2008-03-06
22:58
Work toward making fossil work better on large repositories. This version implements a cache in the content manager. It is not clear yet if this is necessarily a good idea - this check-in might end up on an abandoned branch at some point. ... (check-in: 61ddd63b72 user: drh tags: trunk)
00:26
Fix problems on the stat page that appear for larger repositories. ... (check-in: 80dc46d635 user: drh tags: trunk)
2008-03-05
05:28
cvs2fossil, fixed off-by-one errors in the application of RCS patches. ... (check-in: 68cf3ecdb7 user: aku tags: trunk)
03:44
Merge to [f08599e87b]. ... (check-in: f4aa6d09d3 user: aku tags: cvs2fossil-complete, trunk)
03:42
Split the current import pass into three, for files, changesets, and finalization (fossil rebuild). ... (check-in: 31b15fcf30 user: aku tags: trunk)
03:42
Extended main import method (pushto) to handle all types of changesets, not only revisions. Tag changesets lead to tagging of imported revisions, branch changesets reflect the proper location where branches start, and make it possible to handle tagging of branches without revisions as well. Modified code returning changesets for a projects to return all, not only revision, in sync with the previous. Changed the code determining tag/branch lod's to use table 'preferedparent'. ... (check-in: 983090a343 user: aku tags: trunk)
03:35
Extended test-import-manifest to return not only the record-id, but the hash uuid as well. Extended the fossil accessor class with methods for regular and branch tagging. Split the initialization from construction (needed for when we split the import pass into three), and a method to set/retrieve the accessor's configuration (persistence across passes). ... (check-in: b7fc4d9d04 user: aku tags: trunk)
03:30
Remember #commits to a workspace (= lod), and also their parental relationship. This will be used to control branch tagging (add/cancel), and provides us with the proper names for the tags as well. ... (check-in: 011fb38dda user: aku tags: trunk)
03:24
Reverting the change of [a5840849d0]. Use of 'preferedparent' is ok. The problem I attempted to fix is properly fixed by looking at the branch changesets as well during import, and by acknowledging that there can be branches which have no changesets committed to them. ... (check-in: 99004d57a3 user: aku tags: trunk)
2008-03-03
16:50
Fix a privilege problem in the default page header. ... (check-in: f08599e87b user: drh tags: trunk)
2008-03-02
01:09
Changed the printing of the symbol tree to be based on table 'preferedparent', and introduced two procs to shorten the fomratting code. ... (check-in: ae53becda4 user: aku tags: trunk)
01:07
Fixed typo in a comment, and extended the description of the pass to be more clear. ... (check-in: e3e3d301fc user: aku tags: trunk)
01:06
Fixed typo in a comment. ... (check-in: 479c96c0fc user: aku tags: trunk)
2008-02-27
08:00
Fix comment typo, and add comment about possible simplification. ... (check-in: 83ecb5b945 user: aku tags: trunk)
04:15
Merged with [82fc5abb60]. ... (check-in: 2e84fb3e54 user: aku tags: trunk)
04:14
Added options --tempdir, -t to redirect the importer to a user-specified directory for temp files and directories. ... (check-in: c5e9fa8d70 user: aku tags: trunk)
2008-02-26
17:57
Cut over to the new timeline code. Remove the older timeline. ... (check-in: 82fc5abb60 user: drh tags: trunk)
17:32
Improvements to the text description on the "ntimeline" page. ... (check-in: 7915bd0665 user: drh tags: trunk)
16:48
Work on a new timeline implementation. Currently implemented as "ntimeline" since it is not yet ready to replace the existing timeline. ... (check-in: e6aa161204 user: drh tags: trunk)
15:07
Added trailing newline to file b/c gcc complains about it ... (check-in: 1cde715739 user: stephan tags: trunk)
04:55
Merged with [aa519dbd99]. ... (check-in: 91fd4205ea user: aku tags: trunk)
04:53
Updated method 'drop' of changesets, the in-memory parts have migrated to 'destroy' as part of the work on pass InitCSets. ... (check-in: 8dd5afbc80 user: aku tags: trunk)
2008-02-25
14:05
The Login/Logout text was reversed. Fix it. ... (check-in: aa519dbd99 user: drh tags: trunk)
02:26
Add the "stat" webpage showing repository statistics. ... (check-in: e71e4d3193 user: drh tags: trunk)
00:18
Fix a bug in the "info" webpage. ... (check-in: 16e765bac5 user: drh tags: trunk)
2008-02-24
21:51
Add a human-readable description on each timeline. Add the "ancestors" and "decendents" links on the baseline information pages, making it easier to understand the context of a baseline. ... (check-in: e38c89130f user: drh tags: trunk)
18:50
Merged to [ed26056bb5]. ... (check-in: 588bb7cd73 user: aku tags: trunk)
18:01
Updated my notes regarding memory usage. Converted more locations to incremental query processing via 'state foreachrow', now throughout the importer. ... (check-in: f637d42206 user: aku tags: trunk)
04:43
New command 'state foreachrow' for incremental result processing, using less memory. Converted a number of places in pass InitCSet to this command, and marked a number of othre places for possible future use. ... (check-in: 6559f3231e user: aku tags: trunk)
02:16
Plugged memory leak in changeset destructor. Updated commentary. Reformatting of a few integrity checks for readability. ... (check-in: 4b0f43fb2f user: aku tags: trunk)
00:14
Changed the encoding of the values stored in DEPC. Keep only start/end of the range, not the list of all positions in it. That caused the memory-blowup. ... (check-in: 59b54efab5 user: aku tags: trunk)
2008-02-23
20:18
Split internals of breakinternaldependencies into more manageable pieces in prep for upcoming work on the handling of pseudo-dependencies. ... (check-in: 530168ec30 user: aku tags: trunk)
20:17
Fix code handling --memory-track, missed import of its supporting command. ... (check-in: 0246783012 user: aku tags: trunk)
07:12
Tweaked integrity output lightly. ... (check-in: 7c6df76554 user: aku tags: trunk)
07:10
Fix extraction of memory data from the log, pipe symbol is special. ... (check-in: cff0185200 user: aku tags: trunk)
06:40
Merged bugfix [b3d61d7829] into the main branch for optimization of memory usage. ... (check-in: efec424a19 user: aku tags: trunk)
06:37
Merged bugfix [b3d61d7829] into this semi-abandoned branch just in case we will work on it again. Do it now instead of forgetting it later. ... (Closed-Leaf check-in: 383c10f004 user: aku tags: trunk)
06:33
Fixed bug made in [f46458d5bd] which prevented the saving of the changesets generated by the breaking of the internal dependencies. ... (check-in: b3d61d7829 user: aku tags: trunk)
2008-02-21
16:16
fixed a small copy/paste error in /setup_ticket ... (check-in: ed26056bb5 user: wanderi1 tags: trunk)
14:27
Record whether or not files have their execute permission bit set. Set or clear the execute permission bit upon checkout. ... (check-in: 33c31f73cd user: drh tags: trunk)
05:13
Added high-level logging for memory tracing to the code breaking the preliminary changesets. First runs indicate that the DEPC array becomes so very large, caused by a high amount of indirect dependencies (several hundred). ... (check-in: c2ad73ed92 user: aku tags: trunk)
2008-02-20
17:13
made hyperlinks in the footer div less ugly. ... (check-in: 89a2d5e899 user: stephan tags: trunk)
06:03
Modified the changeset class to move handling of the changeset lists to fully after their creation and storage. This is item (3) in cvsfossil.txt. The results do not satisfy however. During the creation of each changeset memory usage is (fractonally) lower, however at the end, after all changesets haven been loaded memory usage is consistently higher. The reason for that is not known. I am saving this for possible future evolution and usage, but will not pursue this further right now. The gains seem to be too small compared to the overall loss. InitializeBreakstate is likely a better target, despite its complexity. ... (check-in: faf57d7462 user: aku tags: trunk)
2008-02-19
21:58
tclfossil: added schema command ... (Closed-Leaf check-in: 8c4b530084 user: mjanssen tags: tclfossil-1)
18:05
tclfossil: initial directory structure and package split up ... (check-in: 2b9c6df430 user: mjanssen tags: tclfossil-1)
2008-02-17
02:06
Reworked the basic structure of pass InitCSets to keep memory consumption down. Now incremental creates, breaks, saves, and releases changesets, instead of piling them on before saving all at the end. Memory tracking confirms that this changes the accumulating mountain into a near-constant usage, with the expected spikes from the breaking. ... (check-in: f46458d5bd user: aku tags: trunk)
00:31
tclfossil: initial version of clone that can get first igots ... (check-in: 60b40f293a user: mjanssen tags: tclfossil-1)
2008-02-16
18:49
Fixed memleaks of date-related header strings. ... (check-in: 88948d582a user: stephan tags: trunk)
06:46
Extended pass InitCsets and underlying code with more log output geared towards memory introspection, and added markers for special locations. Extended my notes with general observations from the first test runs over my example CVS repositories. ... (check-in: 27ed4f7dc3 user: aku tags: trunk)
06:45
Integrated memory tracking into the option processor for activation and configuration, and into the log system for use. The latter means that each actual output to the log is an introspection point. ... (check-in: 7b71f64766 user: aku tags: trunk)
06:43
Created a memory tracking subsystem to investigate memory consumption of the system in general, and pass InitCsets in particular. getmemory series is a postprocessor pulling the data out of the log and into a tables gnuplot is able to handle. ... (check-in: 8287044ecd user: aku tags: trunk)
2008-02-14
04:27
Bugfix. Allow for removal of a path from a workspace which was not added to the workspace yet. Issue a warning when encontering this. ... (check-in: a25bafb76a user: aku tags: trunk)
04:26
Tune log output tracking the creation workspace objects, make them less stilted. ... (check-in: 300f31260b user: aku tags: trunk)
02:49
Continuing work on tickets (still not working right.) Improvements to the web pages. ... (check-in: 3122fc4c7e user: drh tags: trunk)
2008-02-13
22:31
Cut over all code to use TH1 instead of subscript. Completely remove the subscript interpreter from the source tree. ... (check-in: fde1d82372 user: drh tags: trunk)
21:33
Corrected tagxref.srcid/rid confusion in the queries. Links now go where i want them to. ... (check-in: 0ff4e918f4 user: stephan tags: trunk)
19:50
The entire header, including the menu bar, is now generated by TH script. This allows the menu bar to be customized by editing the header script. ... (check-in: ffe92f1a2f user: drh tags: trunk)
18:18
TH1 script now used to render the header and footer of each page. ... (check-in: 3ad9a5e210 user: drh tags: trunk)
16:21
Create the interface between TH1 and the rest of fossil. Subscript is still being used, though. This is a preparatory step toward cutting over to TH1. ... (check-in: 13e16c824a user: drh tags: trunk)
15:04
Add the TH1 code to the source tree and makefile. But do not yet make any calls to TH1. ... (check-in: 4ee9e31a2d user: drh tags: trunk)
14:44
Merge with aku's branch. ... (check-in: be2f99e6a4 user: drh tags: trunk)
12:39
Update homepage with links to competing projects. ... (check-in: 852dbbb65d user: drh tags: trunk)
04:57
Tuned the handling of the vendor branch in case we have multiple different symbols representing it. The import pass now effectively merges these symbols into a single line of development. ... (check-in: 6d5de5f1c1 user: aku tags: trunk)
2008-02-12
06:23
Extended my notes. ... (check-in: de03c8b1ea user: aku tags: trunk)
05:39
Time information extended to include a total summed over all passes. Output extended to include formatted time data (hours, minutes, seconds). ... (check-in: 7817ff2212 user: aku tags: trunk)
04:25
Report destination file for repository, and fix bug with the naming of the destination triggered when importing a repository in toto. ... (check-in: 0d02fe6c7a user: aku tags: trunk)
04:24
Added code to skip of administrative .cvsignore files. Added code to detect and warn about dot files (.FOO). Allow the user to import dot files by converting their names to non-dot form (.FOO -> dot-FOO). ... (check-in: c1dc8701ef user: aku tags: trunk)
00:31
fixed a string memleak in baseline_zip_page() ... (check-in: 1ce0ac53ef user: stephan tags: trunk)
2008-02-09
09:21
Fix grammar ... (check-in: c1d9e0f4f8 user: bch tags: trunk)
00:11
Issue a warning after a commit if the commit causes a fork. ... (check-in: 49b59bc559 user: drh tags: trunk)
2008-02-08
22:36
Truncate the name of the toplevel directory added to ZIP archives to be the first 10 characters of the UUID. ... (check-in: 73a9b3d5d1 user: drh tags: trunk)
22:31
Change zip archiver to make use of blob.c mechanisms for adding prefixes to file names. Remove C constructs that are not commonly supported. ... (check-in: 4bbb00a8c8 user: drh tags: trunk)
22:02
minor buffer length fix for the previous change ... (check-in: 091499ec1a user: stephan tags: trunk)
21:52
Merge in changes from Andreas's branch. ... (check-in: 6b78df3861 user: drh tags: trunk)
21:51
Merge in changes from Stephan's branch. ... (check-in: 8672e243f8 user: drh tags: trunk)
21:50
Fix the branch subcommand so that the branch name tags it creates begin with "sym-". ... (check-in: ce08928aaa user: drh tags: trunk)
21:42
Rename the 'clearsign' setting to 'pgp-command'. Remove the 'safemerge' setting - safemerge is on by default and cannot be disabled. ... (check-in: 5cc845cfeb user: drh tags: trunk)
21:33
zip.c: Refactored zip_of_baseline() to accept an (optional) "synthetic" directory name. All zipped files are added to that subdir. The default name is currently the UUID of the zipped baseline. ... (check-in: 974fd92330 user: stephan tags: trunk)
21:23
Improvements to annotated diffs - now takes into account contributions from other branches. ... (check-in: 840699ecd9 user: drh tags: trunk)
19:57
refactored to add a shared submenu. ... (check-in: da106eb09c user: stephan tags: trunk)
19:54
added a link (for admin users only) to the admin page ... (check-in: c4d6b89e97 user: stephan tags: trunk)
17:27
Merge two branches that were created within one second of one another. There is a race condition in the anti-forking logic that allowed this fork to occur. ... (check-in: 373e42de1d user: drh tags: trunk)
17:22
Avoid showing a short block of unchanged code at the end of a unified diff. ... (check-in: ba433cc4fc user: drh tags: trunk)
16:27
correction to the 'warning' text in admin_sql_page() ... (check-in: 138177c30e user: stephan tags: trunk)
16:24
minor efficiency hack in tagview_page_list_tags() ... (check-in: 6d67f3c7c7 user: stephan tags: trunk)
16:24
Fail with an error if a file is outside the checkout tree. ... (check-in: b3ec774ab7 user: drh tags: trunk)
04:49
Properly initialize the array containing the changesets split by type. ... (check-in: 21d9664fb5 user: aku tags: trunk)
2008-02-07
18:01
fixed a 2-string memleak in tagview_page_list_tags() ... (check-in: 2ae7890060 user: stephan tags: trunk)
15:08
Rename admin_sql_page.c to admin.c. Refactor the strxform functions into SQL functions. Refactor the db_generic_query_view() routine. Fix multiple security vulnerabilities. Bring the code closer into compliance with style guidelines. ... (check-in: 007d1ce44f user: drh tags: trunk)
13:33
Remove tokenize_path.c. Is not used for anything and does not follow the coding style of the rest of fossil. The 16-line hyperlinked_path() function in browse.c seems to accomplish the same thing. ... (check-in: 76e637a945 user: drh tags: trunk)
10:33
typo fix ... (check-in: 66b13f1015 user: bch tags: trunk)
05:31
added missing #include ... (check-in: 58ee4e6e16 user: stephan tags: trunk)
2008-02-06
19:37
refactored db_generic_query_view() to use sqlite3 API directly so that it can treat SQL errors as non-fatal. ... (check-in: 0dc3e7a0d5 user: stephan tags: trunk)
19:02
added tokenize_path.c, containing a convenient path-like-string tokenizer and render_linked_path() to HTML-ize a path. ... (check-in: 7f9226a858 user: stephan tags: trunk)
05:06
Remembered a problem I have to deal with, added to my notes. ... (check-in: d2b1d3be25 user: aku tags: trunk)
05:04
Updated the copyright information of all files touched in the new year. ... (check-in: 66235f2430 user: aku tags: trunk)
04:58
Updated my notes tracking the known problems. ... (check-in: 9f297fed37 user: aku tags: trunk)
04:57
Fixed bug computing a symbol's parent. preferedparent is the voting table, not the home of the definite information. The bug caused the use of the wrong parent lod during the import of changesets. Luckily the chosen parent was not known yet, causing an abort. ... (check-in: a5840849d0 user: aku tags: trunk)
04:55
Get the line of development for changesets directly from the items and their lod references. The in-memory data from the meta table is out-of-date since the adjustment of parents in pass 'FilterSymbols'. Print the LOD information when sorting the changesets. ... (check-in: 0d13da3018 user: aku tags: trunk)
04:51
Print the tree of symbols (i.e. definite parents) at high verbosity levels. ... (check-in: 70acbf63ec user: aku tags: trunk)
03:05
Remove string_xform.c from the makefile. Require a "sym-" prefix on tags used to name baselines or branches. The prefix is omitted when the tag is used for this purpose; it is only there to avoid ambiguity with other built-in tag names. ... (check-in: 41cf3e7c1d user: drh tags: trunk)
2008-02-05
20:49
Removed annoying yellow/red placeholders. Added links to your wiki changes and your *file* commits. ... (check-in: 4280e0d1f6 user: stephan tags: trunk)
20:48
Moved string_xform.c code into encode.c, since that code serves a similar purpose. ... (check-in: 91f151d57a user: stephan tags: trunk)
20:47
Moved string_xform.c code into encode.c, since that code serves a similar purpose. ... (check-in: 97db3c0433 user: stephan tags: trunk)
15:52
Added tracking of file removal in changesets. ... (check-in: c9270189c2 user: aku tags: trunk)
15:51
Moved log output for changeset log message to higher verbosity level. ... (check-in: 8ec5d8c87c user: aku tags: trunk)
06:09
Accept a last trunk-changeset on a vendor branch with the :trunk: already defined, and warn. Force changeset to be vendor-only, out of trunk. ... (check-in: a1bbf19d51 user: aku tags: trunk)
06:08
Removed bogus (early) unset. ... (check-in: 7caaf7afd5 user: aku tags: trunk)
00:01
Added /admin/sql page. Added a 'const' to db_generic_query_view() ... (check-in: 6f05b4292a user: stephan tags: trunk)
2008-02-04
23:14
Added style info to db_generic_query_view(), so it can be styled via css ... (check-in: 0095e24ba9 user: stephan tags: trunk)
19:08
Hyperlinks to directory browser pages on the pathname in the title of the file history viewer, finfo. ... (check-in: a20dcb5c26 user: drh tags: trunk)
19:07
On the printf extension converters (ex: %T, %w) the "alternate form flag" (ex: %#T, %#w) means first read an integer from the argument list and then only process that number of characters from the string or blob that is read next from the argument list. ... (check-in: 8c3ec00311 user: drh tags: trunk)
18:28
Add support for annotation in the web interface. ... (check-in: eae7ddfa4e user: drh tags: trunk)
17:34
Allow manifests with zero files. This fixes a problem in which some files do not appear in the filename table. ... (check-in: c8da83ca36 user: drh tags: trunk)
17:27
Added link to /timeline?u=... Added several TODO markers. ... (check-in: d27a905b1f user: stephan tags: trunk)
17:26
Added 'achtung' class. See the code comments. ... (check-in: b5b04dcf85 user: stephan tags: trunk)
16:39
Begin inserting code to implement an "annotate" command. ... (check-in: 9b68bc33bd user: drh tags: trunk)
14:24
Additional cleanup in the differencing engine. The new "dir" webpage now uses name= instead of the d= for the query parameter. ... (check-in: e81cc91aa4 user: drh tags: trunk)
14:05
Improvements to comments on the diff algorithm code. Completely remove the older Wagner/Myers algorithm which had been commented out. ... (check-in: eeea77f340 user: drh tags: trunk)
13:53
Tweaks to the diff algorithm give a 4x performance increase. Now comparable to command-line diff. ... (check-in: e8cf0061cc user: drh tags: trunk)
13:14
Better error message when attempting to create a new repository in a directory that does not exist. ... (check-in: 97ff24dec7 user: drh tags: trunk)
06:26
Added some musings to one of the situations to deal with. ... (check-in: 812c91bb8d user: aku tags: trunk)
06:05
Reworked the revision import to use the new state tracking system instead of the simple array. Moved some log outputs. Added a file listing the known problems to prevent me from forgetting stuff as it piles up :/ ... (check-in: e1dbf3186d user: aku tags: trunk)
06:02
Moved the really large log output during revision import (log message, and command) to very high log levels. ... (check-in: e7138d7f9c user: aku tags: trunk)
06:01
Added classes to track the state of a workspace, and of the whole revision import. ... (check-in: d011e0b008 user: aku tags: trunk)
06:00
Added note of an idea taken over by Mark Janssen. ... (check-in: 4e02d677c2 user: aku tags: trunk)
05:59
Fixed a typo. ... (check-in: 2f70125d48 user: aku tags: trunk)
02:45
Add file and directory browsing capabilities to the web interface. ... (check-in: e487b77b1a user: drh tags: trunk)
00:25
Honor the -f flag on commit. (It was using -r in place of -f due to a typo, apparently.) ... (check-in: e0580dfeee user: drh tags: trunk)
2008-02-03
22:12
login_page() now honors the 'g' (goto) parameter after a successful password update ... (check-in: 44811a65f8 user: stephan tags: trunk)
22:07
Added rudimentary /my page. ... (check-in: 334f8e6e2f user: stephan tags: trunk)
21:56
refactored some /tagview code into more generic bits. Added string_xform.c. ... (check-in: 9c01af2d22 user: stephan tags: trunk)
21:50
added db_generic_query_view() to simplify /tabview and /my implementations ... (check-in: 74ba41a510 user: stephan tags: trunk)
18:18
tclfossil: added revlist command ... (check-in: 1c92462c04 user: mjanssen tags: tclfossil-1)
18:00
Fixed a memory leak in tagview_page_list_tags(). Minor other refactorings. ... (check-in: 2cb3290e67 user: stephan tags: trunk)
17:22
Corrected incorrect access rights check (did require Setup rights). Documentation corrections/additions. A few style conformance formatting changes. ... (check-in: b81e93f576 user: stephan tags: trunk)
16:35
got rid of '... might be used initialized' warnings ... (check-in: 649dd8a6af user: stephan tags: trunk)
16:32
Refactored to use a shared query-rendering routine. ... (check-in: 02a7c850b4 user: stephan tags: trunk)
16:23
tclfossil, starting with db_ commands ... (check-in: 7f9c5ee722 user: mjanssen tags: tclfossil-1)
02:41
Merge in some changes to the CGI reply generator that we made back in early December but got lost on an abandoned branch. Distributed version control is nice, but it also leaves open the real danger of losing changes this way. We need to work on interface features to minimize the risk of losing changes like this, and to identify lost changes quickly. ... (check-in: b312f5ff5b user: drh tags: trunk)
02:38
Documentation updates. ... (check-in: c403f9dc40 user: drh tags: trunk)
01:36
Merged importer to mainline. ... (check-in: 0523983440 user: aku tags: trunk)
01:33
Removed the now obsolete textrange information from the revision table and updated the file revision code to not store its textrange any longer. ... (check-in: 3e76f2a5f0 user: aku tags: trunk)
01:25
Added a few search features (name/id/name-like). Changed default view to only show the 10 [arbitrarily chosen #] most recent tags. Still need to sort out tags for different types of entries (wiki/ticket/baseline) ... (check-in: 2ab3a2f603 user: stephan tags: trunk)
00:45
Modified filtering pass to drop the blobs of excluded revisions, for them we can be sure that we will not need them later, as whole branches are dropped. Modified the file import to use the new blob information to setup the expansion graph. This fixes the trouble we had with archive files in bwidget. They are now properly expanded. ... (check-in: 83d75a6c23 user: aku tags: trunk)
00:04
Extended the collection of revisions for a file with a separate blob store to manage the text ranges of revisions and their dependencies separate from the revisions. This will be used later (upcoming) to properly expand a file even if revisions were removed as irrelevant during the collection and filter passes. ... (check-in: aa04ac9d10 user: aku tags: trunk)
2008-02-02
23:48
Stylistic changes to the C code that implements the tagview page. ... (check-in: 10437374a7 user: drh tags: trunk)
23:39
A completely new diff algorithm. It is not guaranteed to find the minimum difference between files, but it seems to do a good job and runs much faster on larger files. But command-line diff is still faster for really large files. More work needed. ... (check-in: 95c07a5033 user: drh tags: trunk)
22:59
Reworked the storage of the text range a bit, split immediately (settext) and store the pieces, instead of splitting everytime a piece is needed. ... (check-in: f94f7e17d1 user: aku tags: trunk)
21:10
added /tagview page - a simple browse-by-tag interface ... (check-in: 02d1ed6ad2 user: stephan tags: trunk)
18:51
corrected two 'var may be used uninitialized' warnings ... (check-in: 01d3c33874 user: stephan tags: trunk)
18:44
fixed a minor memleak in update.c:revert_cmd() ... (check-in: 22cc813f8e user: stephan tags: trunk)
07:33
Merged with mainline. ... (check-in: dbdc160161 user: aku tags: trunk)
07:03
Changeset handling, extended logging of how parent is determined. Fossil access, fixed importrev call to use correct workspace/repository. Fixed handling of output, stripping unwanted text, checking of output syntax. Extended logging. Added final 'rebuild'. NOTE: formation of the changesets/manifests is buggy, is not tracking unchanged files across changesets. Further not yet tracking when files have been removed. ... (check-in: 9214c11831 user: aku tags: trunk)
06:49
Dropped primary key of temp table __im, record ids are not unique. Scenario: Several empty files. All have the same id, different paths. ... (check-in: dfb6ee3bac user: aku tags: trunk)
05:07
Fix use (scoping) of revision items when looking for vendor branch data. ... (check-in: b405f4fc04 user: aku tags: trunk)
05:05
Fix bad setup of comment for manifest. ... (check-in: bd9703dee6 user: aku tags: trunk)
2008-02-01
19:58
Fix the makefile so that you can build twice in a row from the source directory and it still works. ... (check-in: 1b52d1306e user: drh tags: trunk)
15:35
Update sqlite to version 3.5.5 plus patches. ... (check-in: 6cdf470948 user: drh tags: trunk)
12:39
Fix a typo on the user setup page. Reported via email by Brad Harder. ... (check-in: 5d3783bd61 user: drh tags: trunk)
05:33
Activated invokation of the fossil command importing a revision. ... (check-in: 41c9b79928 user: aku tags: trunk)
05:32
Fixed description of file checkin.c. Implemented new command test-import-manifest. Updated fossil accessor code in the importer to the changed command line API of test-import-manifest. ... (check-in: b7a93530ef user: aku tags: trunk)
05:29
Made remove_from_argv public for use by the upcoming test-import-manifest command. Fixed description of verify_all_options. Initialized variable to silence gcc warning. ... (check-in: da4f0c2638 user: aku tags: trunk)
05:25
Reworked the code determining the parent of the currently committed changeset. It should now handle the transition from vendor branch to trunk correctly. ... (check-in: e8efbc317a user: aku tags: trunk)
2008-01-31
22:04
Add a configuration option to the Setup/Access page that allows the user to set the xfer download limit. Increase the default xfer download limit to 5 million bytes. Increase the minimum phantom request limit from 100 to 200. ... (check-in: bb3a25e2f0 user: drh tags: trunk)
21:54
The client-side of a sync uses an adaptive approach to limit the number of "gimme" requests on each HTTP round-trip. This reduces traffic on a large clone. The number of "gimmes" on each round-trip is the larger of 100 or twice the number of files received on the previous cycle. ... (check-in: 95fab8c60b user: drh tags: trunk)
21:31
Fix a bug in the db_get_int() routine that was causing the default value to be ignored - resulting in very slow clones for systems without a configuration database. ... (check-in: bf1a30c9c0 user: drh tags: trunk)
07:14
Added high-verbosity (level 11) logging to trace the application of rcs patches. ... (check-in: e5ae612c8d user: aku tags: trunk)
06:25
Tinkered with the revision information transfered from a changeset to push, to the fossil accessor code, modified the logging as well. ... (check-in: 7c43583de1 user: aku tags: trunk)
05:39
Moved the most complex parts of pushto into their own commands. ... (check-in: 3cd599cacd user: aku tags: trunk)
2008-01-30
21:58
Created fossil in Tcl branch ... (check-in: 2f165897f6 user: mjanssen tags: tclfossil-1)
21:53
Branch created tclfossil ... (check-in: abbdb0e8c9 user: mjanssen tags: tclfossil-1)
08:28
Added basic import of changesets. Note that this code is incomplete with regard to handling the various possible interactions between a vendor-branh and trunk. ... (check-in: 348e45b0d6 user: aku tags: trunk)
08:25
Added placeholder code to the fossil accessor class for the import of a revision. currently only logging the call. ... (check-in: f9e0d23d97 user: aku tags: trunk)
08:23
Broke package dependency cycle introduced when moving the cset load code from the InitCsets pass to the cset class. ... (check-in: 9e1b461b2f user: aku tags: trunk)
08:20
Extended log writing to handle multi-line log messages. ... (check-in: 81a297a66a user: aku tags: trunk)
03:23
Moved the code loading changesets from state to its proper class. ... (check-in: 49dd66f64f user: aku tags: trunk)
03:10
Fixed the names for the case-sensitive file operations. ... (check-in: ed13b28b13 user: aku tags: trunk)
2008-01-29
04:05
Moved the new case-sensitive file checking code into the misc package with descriptive command names, to recapture clarity of code at the calling places. ... (check-in: edc46651c7 user: aku tags: trunk)
01:11
Error message on "commit" or "user default" if the user does not exist. ... (check-in: e2a42f7a68 user: drh tags: trunk)
00:38
Fix a bug in the "user default" command. ... (check-in: 0921b68f66 user: drh tags: trunk)
00:12
cvs2fossil: add -nocomplain flag to glob to prevent an error if no files/dirs match ... (check-in: 6625739eda user: mjanssen tags: trunk)
2008-01-28
23:57
Changes to cvs2fossil to import tcllib CVS into fossil on Win32 * using [::file] instead of [file] in snit methods to get the core file command * taking care of files that only differ in case in the Attic and the repo on case insensitive FS * passing platform specific ... (check-in: 7208c7ac4d user: mjanssen tags: trunk)
18:29
REPLACE into the event table rather than INSERT. ... (check-in: 7aa9a2e206 user: drh tags: trunk)
2008-01-27
20:43
Added log output to make the log during file import more complete. ... (check-in: e60ba15821 user: aku tags: trunk)
20:43
Added debug helper methods. Fixed description of symbol reference in instances. ... (check-in: 970be48fce user: aku tags: trunk)
20:42
Allow for detached branches when checking lod consistency. Fixed formatting nit. Added debug helper method. ... (check-in: d3aa33884b user: aku tags: trunk)
20:40
Fixed bug in the code detaching a vendor branch. Left link to removed parent dangling, and killed connection to first on branch. No more. ... (check-in: 0adaabf112 user: aku tags: trunk)
20:38
Added comments to the sql commands in the integrity checks. ... (check-in: 727f370c29 user: aku tags: trunk)
2008-01-19
06:07
More comments on sql statements. ... (check-in: 6809145eb1 user: aku tags: trunk)
2007-12-08
03:39
More comments on sql statements, slight reordering of some tables and conditions. ... (check-in: f7fe15cd0c user: aku tags: trunk)
02:59
Added comments explaining the select statement checking revision/file/project/metadata integrity ... (check-in: 808fbc4745 user: aku tags: trunk)
2007-12-07
08:55
Removed two unused classes. ... (check-in: 97e0e9dda9 user: aku tags: trunk)
2007-12-06
04:05
Reworked time keeping in the pass manager, the microseconds kept by by the 'time' command flow over after roughly 72 minutes (2^32 microseconds). We now use 'clock seconds' to explicitly keep time. This should flow over only after abuut 136 years. The loss of resolution is ok, the converter does not need it. Seconds are good enough. ... (check-in: 9a763fe596 user: aku tags: trunk)
03:58
Extended traversal core to allow custom labeling of the log output immediately before the traversal starts. ... (check-in: b81901adcb user: aku tags: trunk)
03:56
Removed the automatic destruction of the traversed graph from the traversal core and put it into the caller (import only, currently). ... (check-in: b59cdc7f8a user: aku tags: trunk)
03:54
Added progress feedback to the file import, and moved the log output to level 8. ... (check-in: 08f8085700 user: aku tags: trunk)
03:48
Fixed handling of empty revisions. ... (check-in: bf0b70d5e0 user: aku tags: trunk)
2007-12-05
08:07
Merged mainline into my branch to get the newest application. ... (check-in: d0305b305a user: aku tags: trunk)
07:58
Bugfix. Translation implies encoding, not the reverse. This caused problems when parsing files with mixed-mode line-endings. The generated char offsets and lengths were off. Found during expansion. ... (check-in: 6f1c4424b4 user: aku tags: trunk)
07:57
Created new pass for the import of files and changesets. Uses the new file method and fossil accessor class to handle the file import. Changeset -> manifest conversion is _not_ covered yet. ... (check-in: d9fc75e587 user: aku tags: trunk)
07:55
Extended file handling with main logic to import an archive into fossil. Main parts are determining the various orders for expansion and import, and expanding all revisions in an archive into full texts, iteratively applying the stored deltas. ... (check-in: e100314ec2 user: aku tags: trunk)
07:53
Integrated the new fossil management class with the option processor. New option --fossil to specify the fossil executable if it was not found in the PATH, or to overide the PATH. ... (check-in: 1a20a81f33 user: aku tags: trunk)
07:52
Added helper class managing access to fossil repositories. Already has a basic method to import and delta-compress a series of files. Used 'test' commands of fossil to get the necessary low-level access. ... (check-in: b6bf21e2a8 user: aku tags: trunk)
07:50
Put the graph traversal core of the cycle breaker core into a separate class, for use in other parts of the system. TODO: Rewrite the cycle breaker core in terms of this class. ... (check-in: e701313733 user: aku tags: trunk)
07:47
Extended project class with method return full path of the project, i.e. inclusive its repository base path. ... (check-in: 82e35d3304 user: aku tags: trunk)
02:29
Went to explicit var-substitution for the dynamic sql queries, makes formatting easier. ... (check-in: 0ee9711e2e user: aku tags: trunk)
02:25
Fixed typo, although it did not break anything. ... (check-in: 5b2d15f183 user: aku tags: trunk)
02:24
Fixed log progress use in last breaker pass. Disabled the check regarding revision order. It still triggers and I can't see anything wrong. Pressing forward for now, i.e. get the remaining passes done, then revisit this issue. ... (check-in: 229050721f user: aku tags: trunk)
02:22
The handling of detached lines of development (floating branches) still had some bugs regarding the linkage to their revisions, especially the first revision on such branches. Fixed the relevant places, added early integrity checks and updated the main checks to handle the situation. ... (check-in: c4003e7b93 user: aku tags: trunk)
02:21
Removed lots of now dead code. Added a note to the last remaining user of the changeset method 'nextmap'. ... (check-in: 3c0ef2c379 user: aku tags: trunk)
2007-12-04
13:05
Generate CGI replies as separate header and body so that the header can be extended during the construction of the body. ... (check-in: 6af8fdc230 user: drh tags: trunk)
04:54
Reworked ComputeLimits in the last breaker pass. Moved the heavy computation of the max predecessor / min successor data down to the sql in the changeset class. ... (check-in: 711e000206 user: aku tags: trunk)
02:47
Add the timeline display preferences page with the ability to turn on and off block markup in timeline comments and to limit the length of timeline comments. ... (check-in: ebb2765954 user: drh tags: trunk)
01:55
Fix typos in the "concepts.html" document. ... (check-in: ec1fbd7f68 user: drh tags: trunk)
01:26
Fix the revert command so that it works from subdirectories. Other minor comment and help-text changes. ... (check-in: 371dd6574c user: drh tags: trunk)
2007-12-03
19:17
Send native deltas when cloning. The reduces bandwidth and reduces server load. ... (check-in: 18fbb9c52d user: drh tags: trunk)
19:08
Fix the delta computation on download so that it never tries to delta a file that has the same file as both its parent and its child. ... (check-in: 16fbb59b96 user: drh tags: trunk)
14:42
Detect delta loops and make at least one member of the loop a phantom. ... (check-in: fb90abe5bd user: drh tags: trunk)
00:27
Patch problems with timeline. Need to rethink the whole implementation. ... (check-in: 20553a420c user: drh tags: trunk)
2007-12-02
23:47
Fluff: Renamed state methods use/reading/writing to usedb/use/extend for clarity. Updated all callers. Extended state module with code to dump the SQL statements it receives to a file for analysis. Extended the 'use' declarations of several passes. ... (check-in: e288af3995 user: aku tags: trunk)
23:45
Actually put the code for the new pass into the repository. ... (check-in: 060513f2a9 user: aku tags: trunk)
22:30
Addition to the default style sheet to cover the name/value pairs at the top of the vinfo page. Also a bugfix in the report.c code. ... (check-in: dff17229ff user: drh tags: trunk)
20:06
Importer Status... Speed. This is now mostly acceptable. The one exception is pass 'BreakAllCsetCycles'. The reason is that the limit computation it does for backward branches still uses the inefficient file-level dependency computation. This will be tackled in short order. For the other passes the file spent is 'CsetsDeps' is recouped by the much faster graph setup. Memory. This seems to be mostly acceptable as well, with the exceptions of 'BreakAllCsetCycles' (again, for reasons see above), and 'InitCsets'. It seems to happen while the pass breaks internal dependencies, but there is no hard data. I have to measure using a memory-debug enabled tclsh. I suspect either the actual internal dependencies, or the pseudo-dependencies. Maybe combined with a bad choice of data structures. Well, measuring first. ... (check-in: e8c374f670 user: aku tags: trunk)
20:04
The performance was still not satisfying, even with faster recomputing of successors. Doing it multiple times (Building the graph in each breaker and sort passes) eats time. Caching in memory blows the memory. Chosen solution: Cache this information in the database. Created a new pass 'CsetDeps' which is run between 'InitCsets' and 'BreakRevCsetCycles' (i.e. changeset creation and first breaker pass). It computes the changeset dependencies from the file-level dependencies once and saves the result in the state, in the new table 'cssuccessor'. Now the breaker and sort passes can get the information quickly, with virtually no effort. The dependencies are recomputed incrementally when a changeset is split by one of the breaker passes, for its fragments and its predecessors. The loop check is now trivial, and integrated into the successor computation, with the heavy lifting for the detailed analysis and reporting moved down into the type-dependent SQL queries. The relevant new method is 'loops'. Now that the loop check is incremental the pass based checks have been removed from the integrity module, and the option '--loopcheck' has been eliminated. For paranoia the graph setup and modification code got its loop check reinstated as an assert, redusing the changeset report code. Renumbered the breaker and sort passes. A number of p... (check-in: 00bf8c198e user: aku tags: trunk)
06:58
Added progress output to the breaking of backward branches. ... (check-in: a437da486d user: aku tags: trunk)
06:57
Finally committing another disabled integrity constraint for changesets, explanations in the comments. ... (check-in: fd93aa26a6 user: aku tags: trunk)
06:49
Bugfix. Typo. ... (check-in: c784751485 user: aku tags: trunk)
06:18
Modified loop check in cycle breaker to abort immediately on first looped changeset. ... (check-in: 487bb1c619 user: aku tags: trunk)
06:17
Fix table linkage in query, and duplicated conditions :( ... (check-in: f7cca3f082 user: aku tags: trunk)
05:49
Performance bugfix. nextmap/premap can still be performance killers and memory hogs. Moved the computation of sucessor changesets down to the type-dependent code (new methods) and the SQL database, i.e. the C level. In the current setup it was possible that the DB would deliver us millions of file-level dependency pairs which the Tcl level would then reduce to tens of actual changeset dependencies. Tcl did not cope well with that amount of data. Now the reduction happens in the query itself. A concrete example was a branch in the Tcl CVS generating nearly 9 million pairs, which reduced to roughly 200 changeset dependencies. This blew the memory out of the water and the converter ground to a halt, busily swapping. Ok, causes behind us, also added another index on 'csitem(iid)' to speed the search for changesets from the revisions, tags, and branches. ... (check-in: 9c57055025 user: aku tags: trunk)
04:55
Bugfix. Have the symbol dependency retrieval commands actually return something. ... (check-in: 712010580a user: aku tags: trunk)
03:49
Deactivated caching of the nextmap/premap data, with the indices the retrieval seems to be fast enough to allow us to reduce mem consumption. Tweaked log output, and sql formatting. ... (check-in: ac02614803 user: aku tags: trunk)
03:46
Bugfix in ValidateFragments, tweaked comment a bit, bugfix in SQL, reordered tables in the successor/predecessor queries a bit to show the actual progression of their use. ... (check-in: fbfb531868 user: aku tags: trunk)
03:42
Fixed typo. Grr. ... (check-in: 0a97ad385a user: aku tags: trunk)
03:41
Added progress output to the code loading up the graph to traverse, nodes, and arcs. ... (check-in: 41d41c7b57 user: aku tags: trunk)
03:40
Added ability to declare indices on tables in the persistent state. Used this to declare indices on critical columns. Slows down the transactions saving changesets, this however is made up when it comes to successor/predecessor retrieval of changesets. ... (check-in: 74854a30b8 user: aku tags: trunk)
2007-12-01
18:36
Bugfix. Handle free-floating branches (their root revision was removed as unnecessary). ... (check-in: 79c227a9c0 user: aku tags: trunk)
18:35
Helper updated to changes in state definition. ... (check-in: 5bbc7d4c57 user: aku tags: trunk)
2007-11-30
15:21
Updated helper app to changed state definition (csrevision -> csitem). ... (check-in: fc635d5977 user: aku tags: trunk)
15:20
Fixed typo of keyword. ... (check-in: 3db03be62f user: aku tags: trunk)
06:57
Easier name for self-referential changesets, loopcheck. Made conditional on option --loopcheck, default off, and avoided if the general checks on changesets report trouble. Reinstated the loop check in the cycle breaker core in simpler form, reusing the new command in the changeset class. ... (check-in: 0af7a3c8ac user: aku tags: trunk)
06:50
Moved the integrity checks for split fragments into separate command. Reworked breaking of internal dependencies to contrain the length of the pending list. That part of the system is still a memory hog, especially for large changesets. Added notes about this and the successor retrieval being a bottleneck. ... (check-in: c14e8f84cd user: aku tags: trunk)
04:27
Fixed bug in new changeset code, tagged and untagged item lists went out of sync. ... (check-in: facb4a8721 user: aku tags: trunk)
03:57
Replaced the checks for self-referential changesets in the cycle breaker with a scheme in the changeset class doing checks when splitting a changeset, which is also called by the general changeset integrity code, after each pass. Extended log output at high verbosity levels. Thorough checking of the fragments a changeset is to be split into. ... (check-in: b42cff97e3 user: aku tags: trunk)
2007-11-29
09:16
Renamed state table 'csrevision' to 'csitem' to reflect the new internals of changesets. Updated all places where it is used. ... (check-in: 80b1e8936f user: aku tags: trunk)
09:15
Fix bad variable name. ... (check-in: 4859304926 user: aku tags: trunk)
09:14
Updated commentary regarding cycles at this point, items instead of comments, etc. ... (check-in: af5904e6b7 user: aku tags: trunk)
09:13
Extended checks for looped changesets. ... (check-in: 960645443b user: aku tags: trunk)
07:58
Renamed changeset method to describe modified results, and updated the one invoker ... (check-in: 61829b076b user: aku tags: trunk)
07:55
Renamed changeset method to describe modified results, and updated the one invoker. Modified the sorting of time ranges. Now by max, min as tiebreaker, and object name as last tiebreaker. ... (check-in: 04d76a9e79 user: aku tags: trunk)
07:50
Added missing state declarations. ... (check-in: 2c9c26815f user: aku tags: trunk)
07:49
Added mising state declarations. ... (check-in: 31d0fe7dd7 user: aku tags: trunk)
07:47
More realignment of variable names with their content, in pass 5. ... (check-in: 27f093d23c user: aku tags: trunk)
07:41
Simplified some code dealing with the item -> changeset map, using the changed semantics (1:n -> 1:1). ... (check-in: 39e19c0cf3 user: aku tags: trunk)
07:36
Brought the variable names into alignment with the semantics, now again naming what is stored in them. ... (check-in: deab4d035b user: aku tags: trunk)
07:24
Reworked the in-memory databases of changesets. Objects now hold items, not only revisions. Tags, and branches are new possibilities. Lists of ids go to the type-dependent retrieval command. List of tagged items (type/id pairs) come back, and are in the API. The 1:n map revisions to changesets is now an 1:1-map tagged items to changeset. ... (check-in: 0fcfbf7828 user: aku tags: trunk)
07:02
Implemented time ranges and dependency retrieval for the tag and branch based changesets. ... (check-in: b1666f8ff4 user: aku tags: trunk)
06:58
Moved the existing successor/predecessor code from main class to the proper singleton. Fixed config of main class, isn't simple dispatch any longer. Simplified calculation of the readable representation of changesets and removed code which has become superfluous. ... (check-in: 70d2283564 user: aku tags: trunk)
06:47
Added equivalent checks for the tag and branch based changesets. ... (check-in: 4b15fa348d user: aku tags: trunk)
06:40
Shuffled and updated the existing checks of revision changesets. ... (check-in: de10b2301e user: aku tags: trunk)
06:31
Started to adapt the integrity module. Renamed Check to CheckRev, and added analoguous commands for Tags and Branches. Added placeholders for the new integrity commands, updated main changeset integrity command. ... (check-in: 7c28fe1312 user: aku tags: trunk)
06:23
Updated the code printing the changeset statistics to know about change to the changeset types. ... (check-in: 8e3012423b user: aku tags: trunk)
06:21
Brought knowledge of the new types to the state definition, changed the creation of the initial changesets to use tags and branches. ... (check-in: 215d2f1ad9 user: aku tags: trunk)
06:10
Integrate the new singletons with the main class, route the relevant places to them. ... (check-in: c74fe3de3f user: aku tags: trunk)
05:58
This commit starts a series of incremental changes not quite completely overhauling the handling of changesets, i.e. of project-level revisions. Actually this series of changes already started with [8ce7ffff21] as the bug it fixes was found when the first parts of the overhaul tripped the new integrity conditions for the modified changesets. Background: In the last few days I repeatedly ran against the wall of an assertion in pass 9, last of the cycle breakers, with the revision changesets coming in out of order when the symbols were added to the dependency graph. While walking to the office, and later re-reading the relevant parts of cvs2svn again I had several insights. Trigger was the realization that giving the tag changesets successor dependencies was wrong. Tags describe a state, they have no successors. This caused the re-read, and I recognized that my handling of the symbol changesets was completely wrong, that with using revisions as their data. It should have been the tags and branches. From there their actual dependencies (versus my reuse of revision dependencies) fell out naturally. I have decided to commit my rewrite of the internals incrementally to make it easier to follow them, despite leaving the sourcebase in an unusable state during the series. One big commit would be much more difficult to understand. The... (check-in: 27b15b7095 user: aku tags: trunk)
00:37
Fix the merge conflict detection. ... (check-in: ba9af9aced user: drh tags: trunk)
2007-11-28
14:31
Remove a stray character that snuck unto the rebuild.c source file. ... (check-in: f088412c49 user: drh tags: trunk)
08:35
Bugfix in FilterSym pass. Grafting branches operated on the tags table :( ... (check-in: 8ce7ffff21 user: aku tags: trunk)
05:39
Added convenience method for assertions and used it in place of the existing if/trouble internal constructions. Changed API of 'log write' so that we can defer substituation of the message to when the write actually happen, and converted all places which would be hit by double-substitution. The remaining 'log write' calls will be converted incrementally. ... (check-in: 47d52d1efd user: aku tags: trunk)
2007-11-27
09:07
Modified to break all backward symbols, not only branches, removed the other custom circle breaking code, should not be needed any longer (See comments for proof). ... (check-in: 6b520e7d97 user: aku tags: trunk)
09:05
Bugfix: Sort pending nodes fully deterministic, and moved to separate helper command. Tweaked log output. ... (check-in: 3e18606b5c user: aku tags: trunk)
09:04
Updated to extended changeset string, and added tabular formatting. Further tweaked output, putting timestamp adjust messages on the same line as the changeset itself. ... (check-in: 1c39e57637 user: aku tags: trunk)
09:03
Changesets, extended human readable representation, and tweaking of log output. ... (check-in: 911d56a8c8 user: aku tags: trunk)
08:59
Bugfix in the generation of the initial symbol changesets. Keep entries apart per line-of-development. ... (check-in: 2e07cd7164 user: aku tags: trunk)
05:08
Bugfixes when generating revision changesets. (1) The dependencies for a revision are a list, not single. (2) Use pseudo-dependencies to separate revisions of the same file from each other if they have no direct dependencies in the state. ... (check-in: 678765068d user: aku tags: trunk)
04:26
Continued work on the integrity checks for changesets. Moved callers out of transactions. Two checks are already tripping on bad changesets made by InitCSets (pass 5). ... (check-in: 8c6488ded2 user: aku tags: trunk)
03:30
Fix a bug in the unified diff generator. ... (check-in: 7e9e5fea77 user: drh tags: trunk)
02:37
Outline for more integrity checks, focusing on the changesets. ... (check-in: bf83201c7f user: aku tags: trunk)
2007-11-26
01:33
Begin porting the CVSTrac ticket reporting code over to fossil. The new code is not yet connected into the system. The port is incomplete. ... (check-in: 62f37c9722 user: drh tags: trunk)
2007-11-25
21:11
Add ticket configuration editing capability. ... (check-in: 5f3ddcc1b8 user: drh tags: trunk)
17:13
Changes to the diff algorithm to put bounds on run-time for very large files with many differences. (This came up on the previous check-in when you try to diff the two versions of sqlite3.c.) ... (check-in: 4c22ae52fd user: drh tags: trunk)
16:13
Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. ... (check-in: f394d84560 user: drh tags: trunk)
07:54
Code cleanup. Removed trailing whitespace across the board. ... (check-in: b679ca3356 user: aku tags: trunk)
07:44
Another helper, textual, write changeset data to stdout. ... (check-in: 1ea319fb67 user: aku tags: trunk)
07:41
Tweaked log output of the topological sorter (revisions) to be tabular (aligned columns), added information (time ranges). ... (check-in: bcc630d3f5 user: aku tags: trunk)
07:39
Changesets: Added accessor for to retrieve number of changesets known, and dropped the "trunk root -> NTDB root" dependency, is problematic. ... (check-in: 96167b2a48 user: aku tags: trunk)
07:37
Fixed log output for pass 10, and added missing command. ... (check-in: 63052cb60a user: aku tags: trunk)
07:35
Extended cycle breaker with debug facility allowing the user to watch the neighbourhood of specific changesets during the traversal. Extended label information, highlighting of the nodes of interest. Tweaked log output a bit. ... (check-in: 97b4405ecf user: aku tags: trunk)
07:32
State log output, moved to slightly higher verbosity level to allow them to be suppressed. ... (check-in: 00e041dd22 user: aku tags: trunk)
07:31
Dot export extended, allow graph to define label color for highlighting. ... (check-in: eb43120ac1 user: aku tags: trunk)
07:30
Filerevtree helper. Added missing requirements, and dialed the verbosity down. ... (check-in: 124fef5b1c user: aku tags: trunk)
03:05
Moved more parts taken over by the top. sort passes out the breaker passes, and renumbered them. ... (check-in: d743f04bd2 user: aku tags: trunk)
03:00
Moved the parts taken over by the top. sort passes out the breaker passes, and renumbered them (comments). ... (check-in: b6b7ff79cc user: aku tags: trunk)
02:59
Investigation of changeset order differences between running passes 1 to 6 and pass 6 alone show why the topological sort passes are separate in cvs2svn. The breaking of cycles can change the order of things due to different timeranges and dependencies of the broken changesets. Created two new passes for the sorting. The break passes 7 and 8 are now passes 8 and 9, and the new sort passes are 7 and 10. ... (check-in: 66c85b4db4 user: aku tags: trunk)
02:54
Tweaked log output of filtering pass a bit. ... (check-in: b41127b9d8 user: aku tags: trunk)
02:53
Tweaked human readable representation of changesets to include their type. ... (check-in: 0868adf92a user: aku tags: trunk)
02:52
Bugfix in pass manager, handling of open-ended pass specifications. ... (check-in: 9668b16455 user: aku tags: trunk)
02:51
Tweaks of the log output, and reworked internals to expose not only breaking of cycles, but of paths as well. ... (check-in: 54e9b0a143 user: aku tags: trunk)
2007-11-24
23:59
More work on ticketing. This is a non-working incremental check-in. ... (check-in: a5e4e1ba96 user: drh tags: trunk)
21:28
Progress toward ticket editing. This is an incremental check-in. ... (check-in: d913179b82 user: drh tags: trunk)
19:33
Progress toward getting ticketing working. We can enter a new ticket and display it. Cannot yet edit a ticket. ... (check-in: fb358ca492 user: drh tags: trunk)
14:06
Documentation updates. ... (check-in: 6680679c2e user: drh tags: trunk)
05:31
Created convenience methods to create the human readable repesentation of a changeset and lists of such, and made liberal use of them. ... (check-in: 87cf609021 user: aku tags: trunk)
04:40
Bugfix in changeset class. Documented and fixed the SQL statements pulling the successor and predecessor information out of the state. It mishandled the Trunk <-> NTDB transitions. ... (check-in: 184c56327e user: aku tags: trunk)
04:34
Bugfix in changeset class. Forgot to update the map from revisions to containing changesets when breaking the internal dependencies of the initial changesets. This affected only the first fragment as all the revisions put into separate fragments where still pointing to the original changeset. This lead to bogus links at the level of changesets, the changeset was seemingly still referencing itself. ... (check-in: 17ec2d682c user: aku tags: trunk)
04:29
Bugfix in the changeset class. The index from revisions to containing changesets is not 1:1, but 1:n. While only one revision changeset is possible there can also be zero or more symbol changesets. ... (check-in: 8c9030e3e8 user: aku tags: trunk)
04:19
Tweaked log output a bit. Bugfixes: Forgot to propagate the border information into SplitRevisions, and a varname typo. ... (check-in: 6d63634309 user: aku tags: trunk)
04:15
Added a number of assertions and must-not-happens with associated log output. Plus some small tweaks, and notes. ... (check-in: eabaea870a user: aku tags: trunk)
03:59
Added missing node attributes in the Replace command. ... (check-in: a99d5798f6 user: aku tags: trunk)
03:56
Updated passes 6 and 8 for to the changtes in the cycle breaker API (changed signature of save callback). ... (check-in: 7ed2f29d7a user: aku tags: trunk)
02:45
The autosync setting understands values like "on", "off", "true", and "false" in addition to 0 and 1. Updates to the documentation. ... (check-in: f9f7cf5684 user: drh tags: trunk)
2007-11-23
23:06
Fix a bug in the default header. ... (check-in: 13732d495d user: drh tags: trunk)
22:09
New default header and footer and CSS. Add the ability to edit the footer. ... (check-in: 34af72801d user: drh tags: trunk)
12:55
Fix a redundancy in the text output of the usage comment on the tag command. ... (check-in: b346a7cf7d user: drh tags: trunk)
12:49
Remove obsolete file containing sample ticket configuration script. ... (check-in: 6311ce2ec1 user: drh tags: trunk)
05:43
Modified cycle breaker API. Hook for processed nodes now takes the graph as new first argument. Extended API, exposed method for dumping the current state of the graph, including ability to dump a sub graph. ... (check-in: 5f5620fbd2 user: aku tags: trunk)
05:41
Extended the dot graph exporter to allow the export of a subgraph specified through a set of nodes. Default is the export of the whole graph, as before. ... (check-in: 86f3319041 user: aku tags: trunk)
05:38
Added two more debugging helper applications. One to extract and show a file revision tree, the other to display a dot file generated by the importer during cycle breaking passes. ... (check-in: 64d0019e0f user: aku tags: trunk)
2007-11-22
22:55
Add the %w and %W formatting options for internal printf usage. Use these formatting characters to render wiki. Fix additional problems of unterminated wiki on webpage rendering by using %w. (There are probably more problems yet to be discovered and fixed.) ... (check-in: 2859293737 user: drh tags: trunk)
22:14
Make sure HTML tags in wiki are terminated in the diff screen too. ... (check-in: d6ad7aa034 user: drh tags: trunk)
22:02
Fix the rendering of comments with unclosed block HTML markup in the vinfo page. ... (check-in: 3afcc4388c user: drh tags: trunk)
07:24
Added two helper applications which peek into a conversion state and generate graphs from it. Both helpers look at the tree of symbols and show it in toto (symbol tree), or restrict themselves to the branches, aka lines of development (lodtree). ... (check-in: b8c3542172 user: aku tags: trunk)
07:22
Reworked the dot export internals a bit to be more general regarding labeling and attribute writing. Updated the cycle breaker to define proper labels. ... (check-in: f284847134 user: aku tags: trunk)
07:21
Tweaked the log output for the statistics a bit. ... (check-in: 2630e50610 user: aku tags: trunk)
06:03
Fixed the calculation of possible parents for a detached NTDB. Has to be trunk. The symbols were skipped before, causing them to have no parents at all later on, forcing an abort after CollateSymbols. Added some high verbosity log commands for debugging of this area. ... (check-in: 930ec162ce user: aku tags: trunk)
04:56
Fixed bug in the initialization of mybranchcode for changesets. ... (check-in: 47e271a448 user: aku tags: trunk)
04:21
Continued work on pass 8. Completed the handling of backward branches, file level analysis and splitting them. Extended changesets with the necessary methods to the predecessor data and proper per-revision maps. ... (check-in: e50f9ed55e user: aku tags: trunk)
03:47
Continued work on pass 8. Renamed 'retrograde' to 'Backward Branch', should be easier to understand, and completed the predicate testing if a branch changeset is backward or not. ... (check-in: 4f1b60dd16 user: aku tags: trunk)
03:33
Continued work on pass 8, added outline for handling of retrograde branches, extended changesets with predicate allowing us to find the branch changesets. ... (check-in: 4866889e88 user: aku tags: trunk)
03:21
Extended changeset class with in-memory database mapping from changeset ids to the proper object, and extended the objects with position information and associated accessors. Extended pass 8 to load the commit order computed in pass 6, this is stored in the new position slot of changesets, and an inverted index mapping from position to changeset at that position. ... (check-in: de4cff4142 user: aku tags: trunk)
03:11
Modified the API for the construction of changesets a bit, now allowing their construction with the correct id, instead of correcting it later. Updated pass 5 to use this, and fixed bug where the id counter for changesets was left uninitialized, allowing the improper generation of duplicate ids. ... (check-in: 65be27aa69 user: aku tags: trunk)
03:03
Reworked the cycle breaker internals, moving the code handling the replacement of a changset (= node) with its fragments into a separate command. Extended the API, exposing the replacement operation, for use by passes. Added debugging code showing the set of consumable nodes for each iteration. ... (check-in: ad7d5c2d10 user: aku tags: trunk)
02:58
Moved the functionality for splitting a changeset based on the sets of revisions for the fragments to be into a separate command, and into the changeset class, for use outside of changeset links. ... (check-in: 59207428e2 user: aku tags: trunk)
01:53
Fix some compiler warnings. Comment changes on non-functioning code in tkt.c. ... (check-in: 2a707334c9 user: drh tags: trunk)
2007-11-21
16:03
Fix a bug in the unified diff generator. ... (check-in: 4db464a748 user: drh tags: trunk)
13:52
Append the pathname to the login cookie name so that separate cookies are used for each server. ... (check-in: d2b4469934 user: drh tags: trunk)
12:21
Attach login cookies to the root path of the server, so that multiple servers can coexist on the same site. ... (check-in: 68a202e101 user: drh tags: trunk)
04:44
Fixed typo in cycle breaker logging. Extended pass 8, wrote the outline with all the relevant custom callbacks. ... (check-in: 1f60018119 user: aku tags: trunk)
04:36
Cycle breaker, API change. The changesets are now communicated via a retrieval callback instead of directly. Updated passes 6 and 7. This allowed us to move the start/done graph exports into the cyclebreaker as well. Changeset selection in pass 8 now in separate command too for this. ... (check-in: 2a0ec504c5 user: aku tags: trunk)
04:11
Cycle breaker, API extension. Added a hook to process the graph between setup and regular consummation. This will be used by pass 8. ... (check-in: 1e177a4c91 user: aku tags: trunk)
04:05
Cycle breaker, API change. Routing the core cycle breaking through a callback so that users can choose their own algorithms. Updated passes 6 and 7. Moven changesets selection in pass 7 to separate command. ... (check-in: 2cf0462b82 user: aku tags: trunk)
03:46
API change cycle breaker. The save callback command is now specified through a separate configuration command. Moved callback invokation to helper command. Updated pass 6. Moved changeset selection to helper command. ... (check-in: d58423cdc4 user: aku tags: trunk)
03:19
Try again to get the Login/Logout menu name correct. ... (check-in: f0a9e3b523 user: drh tags: trunk)
03:17
Get the name of the Login/Logout menu option right. ... (check-in: bd667b1940 user: drh tags: trunk)
03:01
Render the header of every page using subscript. Add a setup page that for editing that subscript. ... (check-in: 555911dff5 user: drh tags: trunk)
2007-11-20
23:54
Add the SbS_Render() interface for rendering HTML with embedded subscript. ... (check-in: e29abeff80 user: drh tags: trunk)
06:59
Added the ability to export the changeset graphs processed by the passes 6 to 8 using GraphViz's dot-format. This is activated by using the switch '--dots'. Bugfixes in the cycle breaker. First corrected variable names, I forgot to use the standard 'myXXX' format for the typevariables. Second, fixed a bug uncovered by looking at the exported graphs, which caused the system to loose arcs, possibly breaking cycles without actually breaking them, leaving them in the dependencies. ... (check-in: 7f15be9078 user: aku tags: trunk)
2007-11-18
20:48
Add a more advanced commit-hook mechanism that allows us to specify multiple procedures in a particular order prior to commit. Continuing work toward getting tickets going. ... (check-in: d5e7891b07 user: drh tags: trunk)
2007-11-17
17:48
Continuing work on the infrastructure for tickets. ... (check-in: 8c96ed62f5 user: drh tags: trunk)
04:39
Added an option "--batch" with which the user can disable the feedback display standard to interactive use. ... (check-in: 4e7dd05fc6 user: aku tags: trunk)
00:29
Merge aku's CVS import changes into the main line. Fix a small bug in diff.c. ... (check-in: 38b967dcf5 user: drh tags: trunk)
2007-11-16
20:42
Rework the merge algorithm. It now only works for text files. But, it no longer gets confused by line endings (\r\n versus \n) and it reports conflicts. ... (check-in: 36b96b8616 user: drh tags: trunk)
08:32
Added convenience command to the state package when the sql returns a single row. Added more statistics about revisions, tags, branches, symbols, changesets to various passes. ... (check-in: 96b7bfb834 user: aku tags: trunk)
06:55
Moved out-of-place state declarations to the proper phase (setup, not run). ... (check-in: ce7fb48e8c user: aku tags: trunk)
06:53
Added skeleton of pass 8, the final pass for the breaking of dependency cycles. This pass will handle the remaining cycles crossing revision and symbol changesets. ... (check-in: e7c805f137 user: aku tags: trunk)
06:51
Bugfix. Destroy graph object after use. ... (check-in: 7b3928681e user: aku tags: trunk)
04:17
Completed pass 7, breaking dependency cycles over symbol changesets. Moved the bulk of the cycle breaker code into its own class as it was common to the passes 6 and 7, and updated the two passes accordingly. Added code to load the changeset counter from the state to start properly. ... (check-in: 770a9b576a user: aku tags: trunk)
03:59
Bugfix. When setting up or extended the changeset graph a changeset's successor may lay outside of the set of changesets under consideration, i.e. without a node in the graph. Ignore these. This did not (or only rarely) happen before the bugfix to the successor computation of changesets in project::rev (list instead of single). ... (check-in: de64c94f54 user: aku tags: trunk)
03:54
Bugfix. When I introduced the 'revisionbranchchildren' table to pass 2 I forgot to update pass 4 as well. Added code to drop the excluded revisons from this table as well, as either parent of branches, or branch child of some other revision. ... (check-in: 2516f4a56d user: aku tags: trunk)
03:52
Bugfix. In pass 5, loading the changesets used the type codes instead of the type names. Modified the SQL selecting the data to return the proper names. ... (check-in: 341d96be21 user: aku tags: trunk)
03:17
Bug fixes in the Myers diff algorithm. ... (check-in: f1b55da0ac user: drh tags: trunk)
2007-11-15
21:49
Enhanced text diff subroutine uses Myers enhancements to Wagners minimum edit distance algorithm. White space at the end of lines is ignored. ... (check-in: 57b2735ebd user: drh tags: trunk)
07:17
Added skeleton files for pass 7, the breaking of dependency cycles over symbol-based changesets. ... (check-in: 258366a37a user: aku tags: trunk)
2007-11-14
05:26
Added note regarding 'RevisionTopologicalSortPass', which is not a separate pass for us, but part of pass 6, breaking cycles over revision changesets. ... (check-in: f631d438b4 user: aku tags: trunk)
05:11
Completed pass 6, wrote the code performing the breaking of cycles. Done by analysing each triple of changesets in the cycle at the file dependency level to see which revisions can be sorted apart. Added some additional utility routines. Extended the changeset class with the accessors required by the cycle breaker. ... (check-in: 94c39d6375 user: aku tags: trunk)
05:08
Fixed handling of project objects when persisting them. Fill the project map. This is needed if the pass is not skipped. For the skip case we already initialize the project map when 'load'ing from the state. ... (check-in: 67600f777b user: aku tags: trunk)
2007-11-13
07:22
Continued work on pass 6. Completed creation of changeset graph (nodes, dependencies), started on topological iteration and breaking cycles. Basic iteration is complete, fiding a cycle ditto. Not yet done is to actually break a found cycle. Extended the changeset class with the necessary accessor methods (getting cset type, successors, time range). Note: Looking at my code it may be that my decision to save the cset order caused this pass to subsume the RevisionTopologicalSortPass of cvs2svn. Check again when I am done. Note 2: The test case (tcl repository, tcl project) had no cycles. ... (check-in: 85bd219d0b user: aku tags: trunk)
05:09
Reworked the in-memory storage of changesets in pass 5 and supporting classes, and added loading of changesets from the persistent state for when the pass is skipped. ... (check-in: 24c0b662de user: aku tags: trunk)
2007-11-11
00:08
Started on pass 6, breaking cycles between revision based changesets. Added skeleton files. ... (check-in: 2a01d50430 user: aku tags: trunk)
2007-11-10
23:44
Rewrote the algorithm for breaking internal dependencies to my liking. The complex part handling multiple splits has moved from the pass code to the changeset class itself, reusing the state computed for the first split. The state is a bit more complex to allow for its incremental update after a break has been done. Factored major pieces into separate procedures to keep the highlevel code readable. Added lots of official log output to help debugging in case of trouble. ... (check-in: 08ebab80cd user: aku tags: trunk)
20:40
Oops. pass 5 is not complete. Missed the breaking of internal dependencies, this is done in this pass already. Extended pass _2_ and file revisions with code to save the branchchildren (possible dependencies), and pass 5 and changesets with the proper algorithm. From cvs2svn, works, do not truly like it, as it throws away and recomputes a lot of state after each split of a cset. Could update and reuse the state to perform all splits in one go. Will try that next, for now we have a working form in the code base. ... (check-in: 95af789e1f user: aku tags: trunk)
07:46
Completed pass 5, computing the initial set of changesets. Defined persistent structure and filled out the long-existing placeholder class (project::rev). ... (check-in: 5f7acef887 user: aku tags: trunk)
05:34
Started on pass 5, computing the initial approximate set of project level revisions, aka 'ChangeSets'. Skeleton of the pass added. ... (check-in: 54d1e3537e user: aku tags: trunk)
2007-11-09
06:42
Added note about why we omit cvs2svn's sorting passes. ... (check-in: 959192d4b7 user: aku tags: trunk)
06:28
Moved the paranoid integrity checks of pass 2 into a separate package for use by other passes, and changed pass 4 to also run these checks, albeit in a (slightly) relaxed form. See the comments at the point of call for the reason. This completes pass 4. ... (check-in: 131f051880 user: aku tags: trunk)
2007-11-08
16:14
Add the --detail flag to the merge command. ... (check-in: 50ff86afd0 user: drh tags: trunk)
2007-11-07
22:22
Improvements to the merge algorithm so that it works better for common changes. Still more work needed. ... (check-in: ac6bb3ce06 user: drh tags: trunk)
07:46
Opcode synchronization reworked, optype table is master from which the in-memory array is loaded. ... (check-in: e45f47ec4a user: aku tags: trunk)
06:22
Pass 4 nearly completed. Rewrite symbol mutation, completed adjustment of symbol parents, added symbol refinement (noop or not flags). Now only missing piece is replication of the pass 2 paranoia checks. Note: Checks in the adjustment of parents are a bottleneck. May need indices, or something we can do in memory. ... (check-in: 37734390ca user: aku tags: trunk)
06:19
Extended pass 2, save branch positions, needed for pass 4, and added optype table to have the revision opcodes available in the state as well. ... (check-in: 7ab490df24 user: aku tags: trunk)
2007-11-06
08:05
Continued work on pass 4. Now propagating the project level information about prefered parents down to the file level tags. Same for the file level branches is not yet done. ... (check-in: 3a530ef947 user: aku tags: trunk)
07:14
Continued work on pass 4. Added code bringing the file level symbol data into compliance with the project level symbol types, converting tags to branches and vice versa. ... (check-in: ffafc0bd65 user: aku tags: trunk)
06:47
Continued work on pass 4. Implemented the deletion of excluded symbols and all parts referencing them. The complex part is the regrafting of NTDB revisions should a NTDB branch be excluded. This is like 'GraftNTDB2Trunk' in 'file' when excluding everything but the trunk. ... (check-in: 69bf6ab99b user: aku tags: trunk)
04:57
Started on pass 4, 'FilterSymbols'. Skeleton. ... (check-in: 11e5d7ce42 user: aku tags: trunk)
04:55
Extended comment. ... (check-in: d314894b9a user: aku tags: trunk)
04:53
Fix in pass 3, do not compute prefered parents for the excluded symbols. Exclude them from the final check as well due to this. ... (check-in: 4c8a5a44af user: aku tags: trunk)
04:39
Completed pass 3, CollateSymbols. Added code determining for each symbol the prefered parent from all possible parents. This is the symbol with the lowest id among the set with the maximum number of occurences as a parent. ... (check-in: efc78b7a42 user: aku tags: trunk)
2007-11-05
09:04
Extended options processing to handle --exclude, --force-tag, and --force-branch options. Extended project::sym class with in-memkory databases to hold the option information and replaced the 'UserConfig' placeholder with the actual code using the new databases to determine symbol types based on user-requests. Extended the pass itself with code performing various checks on the results of type determination, partially paranoia, partially to find genuine bad requests (excluding symbols with unexcluded blockers, making a symbol with commits on it a tag, ...). NYI: Computation of the prefered parent for all symbols. ... (check-in: 7eaa420a23 user: aku tags: trunk)
02:42
Added the "e" capability for viewing ticket submitter email addresses. Additional tinkering toward the design of tickets. This check-in is only thinly tested. ... (check-in: 929d28e358 user: drh tags: trunk)
2007-11-03
04:39
Add support for built-in variables in subscript. ... (check-in: a67fbd784d user: drh tags: trunk)
04:23
Add basic math operators to subscript. ... (check-in: 92f6081d11 user: drh tags: trunk)
04:01
Subscript interpreter is now running. ... (check-in: 8ef26c5e72 user: drh tags: trunk)
2007-11-02
06:06
Continued work on pass 3, added code to determine the type of symbols based on the tag-, branch-, and commit-counts. Hook for handling data coming from the option processoris present (UserConfig), but only as a placeholder. ... (check-in: f888f06fe3 user: aku tags: trunk)
04:29
Skeleton for pass 3 added, collating the symbols. ... (check-in: 6d4eb24738 user: aku tags: trunk)
04:26
Added code for the loading of pass II data (currently only the smybols) from the state when pass II is skipped. ... (check-in: c3d5104084 user: aku tags: trunk)
04:24
Fixed typos. ... (check-in: 77904c1f51 user: aku tags: trunk)
2007-10-31
03:45
Milestone I reached (To save the fundamental repository structure into a sqlite database). ... (check-in: cb4d44d60e user: aku tags: trunk)
03:44
Added code creating aggregate symbol statistics. This completes pass 2 (CollRev). ... (check-in: 6f8667b03e user: aku tags: trunk)
2007-10-28
23:27
Added a "wiki" link to the main menu. Added built-in description of wiki formatting rules. Added a wiki "homepage" that displays when the "wiki" URI is used without a pagename. Added support for a wiki sandbox that does not save to the repository. ... (check-in: f08adf3d58 user: drh tags: trunk)
21:26
The "wiki" URI without a page name argument now gives you a list of existing wiki pages. This works fine as long as there are a reasonable number (no more than a few hundred) wiki pages. We need to think of something better for large wikis. We also need to think of ways to give users better guidance for creating new wiki pages. ... (check-in: f40230a7e8 user: drh tags: trunk)
21:09
Fixes to the rendering of &lt;verbatim&gt; and &lt;nowiki&gt; ... (check-in: e75f9a2ab4 user: drh tags: trunk)
20:52
Add the ability to edit the CSS for all pages in the Setup menu. Other miscellaneous changes toward getting ticketing to work. ... (check-in: 8ffd32c2b7 user: drh tags: trunk)
2007-10-27
13:52
Fix the hyperlink to wiki so that it uses a query parameter for the wiki page name. ... (check-in: 421a1e1fa4 user: drh tags: trunk)
04:59
Replaced the ASCII art showing entity links with dia'grams and gif images derived from them. Especially useful when trying to understand the paranoia checks. ... (check-in: 831e8f360d user: aku tags: trunk)
2007-10-26
18:18
Prevent duplicate logins on the "user add" command. Also, allow the login to be specified on the command line. ... (check-in: 783df88ba8 user: drh tags: trunk)
06:53
Added another consistency check, and revised the comments to use the more exact terms for the various relationships. ... (check-in: 70d4a81162 user: aku tags: trunk)
06:11
Fixed one of the cross-reference checks. ... (check-in: 2e7cbb2829 user: aku tags: trunk)
05:29
Added lots of checks looking for inconsistent references between the various objects, mainly revisions. ... (check-in: 2434ad3bfe user: aku tags: trunk)
05:28
Added saving of the fundamental symbol information (project level). ... (check-in: 1deb3786aa user: aku tags: trunk)
2007-10-25
05:16
Fixed saving of authors, log messages, meta data. This was wrong since revision [99e165d5c4], when the id databases were introduced. Simplified meta saving due to changed trunk coding (no NULL). ... (check-in: 89e9b357ed user: aku tags: trunk)
05:14
Formatting change, code alignment. ... (check-in: 7375ebb988 user: aku tags: trunk)
05:13
Changed the coding of trunk symbols. Using NULL makes for difficult comparisons later when doing integrity checks. Each trunk now has a regular unique id as a symbol. Added documentation to the table definitions, about references, constraints, etc. ... (check-in: 2c08006d9d user: aku tags: trunk)
2007-10-24
14:44
Extended pass manager to keep timing data for the executed passes and show them after completion of all passes. ... (check-in: 05f9c95573 user: aku tags: trunk)
08:01
Extended handling of id's for files so that we have them for backreferences from symbols and revisions. Completed persistence of revisions and symbols at file-level and fixed small problem with left-over links to branches. ... (check-in: adf168e23e user: aku tags: trunk)
07:54
Disabled check for control characters in the log message. Allowing this for the moment, lets see if we run into trouble later on. Further reworked the check of symbol names, disallow forward slashs only at end. Found legal tags containing forward slashs in the middle. ... (check-in: fa643aa91d user: aku tags: trunk)
2007-10-23
19:43
No changes from the previous check-in. This just confirms that the previous check-in has now been tested and appears to work correctly. ... (check-in: f4c30de75a user: drh tags: trunk)
18:04
Untested, experimental patch for correct redirect to the /index page when only the CGI script name is specified. ... (check-in: f66089ec43 user: drh tags: trunk)
16:35
Get rid of the (silly?) int_least16_t type in sha1.c and just use good old "int" instead. Makes things easier to compile on older systems. ... (check-in: 8fb641e071 user: drh tags: trunk)
16:30
Add a #include of <sys/types.h> to sha1.c. I am told this help it to compile on BSD systems. ... (check-in: 17486c353f user: drh tags: trunk)
04:36
Restructured the code handling NTBD in ExcludeBranch a bit to prevent the asserts in GraftNTDB2Trunk to bail out. ... (check-in: e94b52b6f2 user: aku tags: trunk)
04:34
Added a bit of path normalization, stripping of a trailing slash from the path to the cvs repository. Before such a slash could break a later coming fileutil::stripPath. ... (check-in: 9f3fd3ec4b user: aku tags: trunk)
04:32
Added more checks to the RCS parser to detect bogus symbol names and problematic log messages. Added ability to rewind back to the beginning of the last recognized token for a nicer positioned error message. ... (check-in: 1527954d87 user: aku tags: trunk)
03:29
Reworked object deletion to happen centrally after the file has been processed (drop). Simplified the code restructuring the revision tree as it now doesn't have to think about when and where to remove objects. ... (check-in: a766b08198 user: aku tags: trunk)
02:29
Due to quickly building memory pressure for large cvs repositories (thousands of revisions and symbol object) we have to save the pertinent information of a file immediately after it has been processed and then clear the memory. Inserted the basic skeleton for this into pass and file objects. ... (check-in: 3a00ac5aa2 user: aku tags: trunk)
2007-10-21
11:11
Fix a bug in wiki rendering that caused an extra paragraph end tag following a hyperlink. ... (check-in: 8f423ad438 user: drh tags: trunk)
07:08
Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction. ... (check-in: 436f17a5f0 user: aku tags: trunk)
06:10
Added code able to exclude all non-trunk revisions upon user request. ... (check-in: 886b6f257b user: aku tags: trunk)
04:42
Created a separate common class for the id databases used by the repository, and updated the repository code to use it. ... (check-in: 99e165d5c4 user: aku tags: trunk)
2007-10-19
07:23
Continued the work on pass II, wrangling a file into shape. Completed handling of unnecessary initial deletions on branches. ... (check-in: 510cd02303 user: aku tags: trunk)
07:22
Extended the RCS parser to handle extended (aka new) phrases coming after the regular data of a revision, in the revision tree. ... (check-in: 294156a36f user: aku tags: trunk)
2007-10-17
04:37
Added detection of irrelevant trunk revisions for files added to a branch but not the trunk. Repository extended to keep inverted indices for the meta data and commit messages for retrieval of commit messages per meta data, required for the previous. fixed problem with file objects, we kept only the rcs path, and need the user visible path too. ... (check-in: cfe4b269ac user: aku tags: trunk)
04:33
Extended file-level symbols and project-level trunk with methods to allow users to distinguish them (trunk vs. not trunk, for use as lines of development). ... (check-in: 09af24fc7c user: aku tags: trunk)
03:24
Switched procs to methods, got rid of unwieldy and error-prone explicit import of instance variables. ... (check-in: b5b2d61527 user: aku tags: trunk)
03:15
Fix setting of myimported, wrong condition. Fix item assignment when sorting branches. Fix parent/child linkage when setting up branch dependencies. Completed processes on non-trunk default branch revisions. Added skeleton code for the deletion of superfluous revisions. ... (check-in: 177a0cc55c user: aku tags: trunk)
03:10
More handling for option --trunk-only. ... (check-in: a3cd0c3099 user: aku tags: trunk)
03:09
Added new option --trunk-only, state and processing. ... (check-in: 3bde1a2e2f user: aku tags: trunk)
03:08
New helper command to delete item from list by name instead of position. ... (check-in: 4e49cbf03b user: aku tags: trunk)
2007-10-15
20:45
Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. ... (check-in: da9d38e2c3 user: drh tags: trunk)
00:03
Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... ... (check-in: e5441b908d user: aku tags: trunk)
2007-10-14
01:58
Reworked the whole handling of meta data (author, commit message, plus project/branch information), so that revisions now store only the meta id, everything else is stored centrally. All the relevant pieces (author, cmessage, symbols, projects) now also get numeric ids assigned early instead of when being saved to the state. Project ids are loaded from the state now too. ... (check-in: 67c24820c7 user: aku tags: trunk)
00:30
Add a sample ticket configuration script. This is just working notes. It will eventually be removed. ... (check-in: d29dd11f2e user: drh tags: trunk)
00:29
Work toward a new mechanism for configuring the ticket subsystem and rendering ticket entry, editing, and viewing screens. Nothing works, but it is all commented out so the code code compile. ... (check-in: 39aa870f8f user: drh tags: trunk)
2007-10-13
23:57
Completed loading of pass I from persistent state when skipped. ... (check-in: 54ac684df7 user: aku tags: trunk)
23:42
For the record an alternative design for the main method of the pass manager where the four principal loops (skip, setup, run, and defer) are merged into two (skip/setup) and (run/defer). Not really less code, also more complex to understand and maintain. The fact that 'setup' and 'run' is performed for the same passes is more difficult to see. This code will not be used. ... (Closed-Leaf check-in: 4df56a9e7e user: aku tags: trunk)
23:29
Extended pass manager to handle the skipped and defered passes coming before and after the actually executed passes. Extended passes I and II to have the required methods. Implemented loading (for skipped passes) as skeletons, implemented discarding (for defered passes) completely. Extended state manager with ability to discard state. ... (check-in: ae19c0fcb4 user: aku tags: trunk)
21:15
Extended pass I to capture the 'file executable' info of rcs archives. Currently the only way to store this info in the destination will be the use of fossil tags. ... (check-in: 27470a9304 user: aku tags: trunk)
05:39
The basic work of setting up and linking revisions, tags, and branches is complete. ... (check-in: cb70cf4ad6 user: aku tags: trunk)
01:18
Much improved wiki rendering. Automatic paragraph tags now match correctly. All tags should balance. ... (check-in: c963a7763d user: drh tags: trunk)
2007-10-12
23:18
Fix some (certainly not all) problems with wiki editing. ... (check-in: df646a7f4c user: drh tags: trunk)
22:56
The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. ... (check-in: 677aa71bca user: drh tags: trunk)
07:20
Extended rcs parser with another callback run after the processing of the revision tree completed, before starting on description and delta texts. Updated file class to intercept the callback. ... (check-in: 40eaf58ec7 user: aku tags: trunk)
07:18
Continued to flesh out revision and symbol processing. Started on the project level classses. ... (check-in: da9295c6f6 user: aku tags: trunk)
05:57
Extended rcs parser to tag errors which are syntax errors in the RCS archive. Extended pass handling to capture trouble and distinguish between internal problems and syntax errors. ... (check-in: be891232a2 user: aku tags: trunk)
05:56
Started to flesh out the handling symbols and revisions coming in from the rcs parser. First fragments of revision object. Type methods for classification of revision numb ers. ... (check-in: bd131addb9 user: aku tags: trunk)
2007-10-11
02:11
Add the g.zExtra output to the test_env page. Fix a bug in the computation of g.zTop. ... (check-in: 1ce716b2ec user: drh tags: trunk)
01:56
Add the g.zBaseURL and g.zTop printouts to the test_env test page. ... (check-in: 218577e3af user: drh tags: trunk)
01:20
Fix a C++-ism. ... (check-in: a84089319c user: drh tags: trunk)
01:17
Remove unused hard-coded tags from the schema. Output a row count as a status indicator when doing a rebuild. ... (check-in: e38fc922a5 user: drh tags: trunk)
2007-10-10
23:10
Get rid of the "locking" capability on wiki pages. Assume that anybody who can write or append to a wiki page can do so to any wiki page. Add the /wikiappend page for appending comments to the end of wiki. ... (check-in: 61ce5e3685 user: drh tags: trunk)
21:15
Many changes and bug fixes in the wiki processing. Moving toward a workable wiki system. The "Home" menu option now takes you to the wiki page whose name is the same as the Project Name. There is a "wcontent" page, but no link to it yet. Many other changes. ... (check-in: 50a58adb76 user: drh tags: trunk)
15:21
Fix the wiki editor so that it can handle wiki page names that include spaces. ... (check-in: 9f89a8e68e user: drh tags: trunk)
05:36
Added more checks to pass I looking for possible file/directory conflicts in the repository, and modified traverser to report on and ignore sub directories of Attic's. ... (check-in: a10f654ac7 user: aku tags: trunk)
04:23
API tweak rcs parser, definition of symbols, call through the callback once per symbol instead of once for the whole set. ... (check-in: 338854a61a user: aku tags: trunk)
03:39
Added diff-command and gdiff-command to the valid settings ... (check-in: 29bc8da1d9 user: jnc tags: trunk)
03:28
Added a lot of skeleton files for the revision and symbol data structures, for both project and file level. ... (check-in: 84de38d73f user: aku tags: trunk)
02:49
Removed unnecessary items from WWW Configuration, also made RSS Title and Description into generic Project Name and Project Description settings, which will be used elsewhere in the web site. ... (check-in: f3807dbd88 user: jnc tags: trunk)
2007-10-09
02:35
Refinements to the timeline for giving better information about wiki pages. ... (check-in: dfea940da8 user: drh tags: trunk)
2007-10-07
14:38
Fixed omitsign discrepancies. Windows version now looks for USERNAME instead of USER when creating new database. ... (check-in: a21806dcf3 user: jnc tags: trunk)
2007-10-06
22:13
Found easier way to access the typevariables of singletons when writing the rcs parser. Now moved the other singletons to the same construction. ... (check-in: 70b0aa899a user: aku tags: trunk)
22:06
Broke static dependency cycle repository <- project <- file <- repository, now using dynamic/runtime object references instead. This allows us to keep the nice and readable format for our files, code is readable too. ... (check-in: 8487172254 user: aku tags: trunk)
21:59
Started capture of revision information in file objects. Capturing authors and commit messages and repository level. Completed persistence for these latter too. Rearranged the requirements, imports, and exports a bit to handle the new dependency cycle repository <- project <- file <- repository ... (check-in: 3d88cfd05d user: aku tags: trunk)
21:19
Continued work on pass II, skeleton of it completed by adding outline of code for persistence. ... (check-in: 6d1811d61e user: aku tags: trunk)
21:01
Added skeleton and dump methods to make file objects proper sinks for the rcs parser. ... (check-in: 2e3815c3b4 user: aku tags: trunk)
21:00
rcs parser rewritten to snit type, singleton, using callbacks to convey information. Got a grip on regexp -start -indices (^ -> \A, indices are absolute). This means that I now don't have to shift the unprocessed string down in memory, it is all index processing now. This makes for a much faster parser, especially for large files with many revisions (example: ChangeLogs). ... (check-in: e7bb3d073d user: aku tags: trunk)
20:58
Nicer parser integration into pass II, and sort files for easier filesystem traversal during parsing. ... (check-in: ec053168a8 user: aku tags: trunk)
18:43
Fleshed out pass II, added skeleton of rcs archive class, started integration of rcs parser. ... (check-in: 8a93ffa9c1 user: aku tags: trunk)
18:28
Bringing back in the old parser for rcs archives. ... (check-in: 860f533e98 user: aku tags: trunk)
17:10
Enforce well-formedness constraints on wiki pagenames. ... (check-in: 488afb9746 user: drh tags: trunk)
16:40
Do not attempt to access the global_config table if the ~/.fossil database has not been opened. ... (check-in: 3cdb768fca user: drh tags: trunk)
16:37
Timeline comments are now rendered as wiki. Wiki changes appear on the timeline. ... (check-in: 6d58613757 user: drh tags: trunk)
13:13
Now able to enter and edit and display wiki pages. Still many problems to be resolved. ... (check-in: bf428e6854 user: drh tags: trunk)
03:56
Added pass II (collection of revision and symbols), basic skeleton and state definitions, and integrated into the pass manager. ... (check-in: fdbc01df95 user: aku tags: trunk)
03:55
Added documentation to state definition, and debugging output to the state system itself. ... (check-in: 10f9d51bb2 user: aku tags: trunk)
03:53
Better formatting for --help-passes, align codes. ... (check-in: 43d72c6246 user: aku tags: trunk)
2007-10-05
13:47
Add the shun table. Do not process artifacts named in the shun table. ... (check-in: 70d5cc86b7 user: drh tags: trunk)
13:03
The control file parser now reads ticket changes and wiki pages. ... (check-in: 2ab2db0bd3 user: drh tags: trunk)
07:27
Completed integration of state with pass I, now saving projects and files into it. ... (check-in: 042d54bae5 user: aku tags: trunk)
07:08
Collapse multiple uses of a project path into one project. ... (check-in: d174affb48 user: aku tags: trunk)
07:07
Added documentation for the persistent state of pass I. ... (check-in: 78da61db0e user: aku tags: trunk)
06:50
Extended state handling with methods to declare usage and structure of state, started integration of state with pass I, collection of projects and files. ... (check-in: fb1e36d290 user: aku tags: trunk)
05:33
Added the basic parts of the state manager and integrated it with option processor and pass manager. ... (check-in: eb656de7d9 user: aku tags: trunk)
2007-10-04
17:37
Changes to cgi.c in check-in [e63a9fd9d0] broke the windows build because of undefined socklen_t. Added the appropriate include file ... (check-in: e7cf189265 user: mjanssen tags: trunk)
04:34
Continued work on pass I. Filled in the repository management, and basic implementation of project objects. Missing are persistence and the foundation for that (cache database). ... (check-in: 52f2254007 user: aku tags: trunk)
04:32
Extended option processing, added handling of verbosity/quietness. ... (check-in: 2929a438ef user: aku tags: trunk)
2007-10-03
12:28
Add the tkt.c source file as an empty template. ... (check-in: a3e4a5d27d user: drh tags: trunk)
12:20
Test commands for importing and exporting ticket configurations. ... (check-in: 1e9c0e287e user: drh tags: trunk)
04:18
Added stub for repository management, added most of pass I, collecting archives in the repository. ... (check-in: 47740cc1f6 user: aku tags: trunk)
02:33
Begin adding setup screens for ticket configuration. ... (check-in: 0edee97370 user: drh tags: trunk)
2007-10-02
18:58
Begin adding the ticket configuration processing logic. ... (check-in: 2e9d52f27f user: drh tags: trunk)
15:22
Notes on how to proceed with ticket integration added to ideas.txt. ... (check-in: d8f27c5afd user: drh tags: trunk)
10:34
Added rudimentary proxy support to fossil chat client ... (check-in: 307233d828 user: mjanssen tags: trunk)
06:48
Added the pass management, integrated with application and option processor. ... (check-in: 5911515322 user: aku tags: trunk)
05:33
Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options. ... (check-in: d57b7b4a05 user: aku tags: trunk)
03:05
Third attempt at getting a cvs importer which can handle branches. Using cvs2svn code and design notes as a guide. ... (check-in: 2a98ac44bd user: aku tags: trunk)
2007-09-28
20:08
Combine the "config" and "setting" commands into a single "settings" command. ... (check-in: 134e2aeccc user: drh tags: trunk)
15:44
Add enumeration lists and indented paragraphs in the wiki. ... (check-in: ab637af752 user: drh tags: trunk)
2007-09-27
04:44
CVS import. First, fixed sig::next regarding two things. One, we have to take the root version of a file into account as a possible predecessor. Two, a missing changed file may be misclassified and actually be added instead. Second, modified the search for a root changeset of a branch. We now try the existing regular intersection first for exactness, and in case of failure we fall back to a voting scheme to locate the most acceptable aka non-conflicting changeset. ... (check-in: 7a64b9e738 user: aku tags: trunk)
03:24
Updates to the ideas.txt file with notes on ideas for doing tickets. ... (check-in: bd35e98274 user: drh tags: trunk)
2007-09-26
19:46
If you "sync" against a server for which you do not have push permission, you get an error message but it still does the pull. ... (check-in: 2b51dbe02b user: drh tags: trunk)
16:20
Cleanup of the safemerge flag on update. Override available using the --force option. ... (check-in: 7eecb079ed user: drh tags: trunk)
13:49
Fix a bug in autosync commit - cleanup the onremote temp table after use. ... (check-in: a15122ff2d user: drh tags: trunk)
12:24
Minor changes to the quickstart.html document. ... (check-in: d8d6dc85e1 user: drh tags: trunk)
12:21
Fix a bug in clone - have it open the global settings database file so that it can access the default-user setting. ... (check-in: cbe0ace8f3 user: drh tags: trunk)
07:06
Bugfix for 3852590ce6. Make the use of cache files in the rcs parser actually dependent on the user option. ... (check-in: f6f5c902e6 user: aku tags: trunk)
05:06
Continued work on the import of branches. Main principle now is to handle the branches vertically. First the trunk, then the branch starting with the first unprocessed changeset, and so forth. Looks more promising than the previous approach. Currently handles just a bit over half of the test projects (11 of 21 in 6 repositories). ... (check-in: 72dac950c3 user: aku tags: trunk)
05:02
New feature for importer. rcs parser extended so that it can store parse results for quick loading in future runs. This feature has no real use in regular use of the importer, i.e. one-shot conversion of a CVS repository to fossil. It is however useful for debugging when the source repository is scanned many times during test runs. Especially for large files, with lots of changes (like ChangeLogs), the direct loading of a Tcl dictionary is much faster than actually parsing the archive files. ... (check-in: 3852590ce6 user: aku tags: trunk)
04:17
Added safemerge option to commit, update and settings ... (check-in: 41561125cd user: jnc tags: trunk)
03:38
Merged in new revision support for diff and revert commands into mainstream ... (check-in: 8d55aa3597 user: jnc tags: trunk)
03:37
Added revision support to diff and revert ... (check-in: 574763bab9 user: jnc tags: trunk)
02:00
Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. ... (check-in: 097479f99a user: drh tags: trunk)
2007-09-25
21:28
Merged the compiler warning fixes into mainstream ... (check-in: 92291035fe user: jnc tags: trunk)
21:21
Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc. ... (check-in: e63a9fd9d0 user: jnc tags: trunk)
20:39
Merge the vinfo CSS patches. ... (check-in: 16551da2e3 user: drh tags: trunk)
20:35
Fix a C++-ism in style.c ... (check-in: 64569b3a7a user: drh tags: trunk)
20:23
Updates to the autosync logic. Add the "setting" command. ... (check-in: fff234b77c user: drh tags: trunk)
20:21
Styled the vinfo page ... (check-in: cfc7984ede user: jnc tags: trunk)
19:32
Merger w/fossil chat update (5e3f) ... (check-in: e6d1cd9679 user: jnc tags: trunk)
19:31
Updated the default style.css a bit to make more visually appealing, however, we should finish styling the existing html output, then find someone more artistically talented to come up with a final default css theme. ... (check-in: 99eabf9b0c user: jnc tags: trunk)
15:12
Updates to the fossil_chat.tcl script. ... (check-in: 5e3f5322e2 user: drh tags: trunk)
08:38
Correct tag propagationl. Now works even when rebuilding in a randomized order. ... (check-in: ce7900a0b6 user: drh tags: trunk)
07:19
Autosync is now working. Added autosync to tag add, tag branch and branch create. ... (check-in: e4517465f3 user: jnc tags: trunk)
07:15
Ran an old fossil, did not auto-push... Updated ideas.txt to reflect that work has begun on this task and what has already been done. Hopefully this one will auto-push... ... (check-in: 6847e9b22a user: jnc tags: trunk)
07:11
Once a successful commit is made, if autosync is on, a push is now done. This commit will be the first test of that new functionality :-) ... (check-in: 0431f14edf user: jnc tags: trunk)
06:56
Autosync config parameter added (autosync). Setting this to 1, y or Y (or yes, Yes, yes, YES, etc...) will cause autosync's to happen during certian operations. Right now, the only operation paying attention to this is update. If autosync and you do fossil update, a pull takes place first, then an update. Others will follow (commit for one). ... (check-in: b773dda29b user: jnc tags: trunk)
03:14
Fix some problems with tag propagation. More problems remain. ... (check-in: 913608a5a6 user: drh tags: trunk)
01:25
After looking at it a bit, mjanssen and I decided <...> looks better than *...* for marking the current checkout ... (check-in: 6f9c0e4a1e user: jnc tags: trunk)
01:02
Timeline and Leaves on TTY now marks with *...* (vs [...]) you current working revision ... (check-in: 2db88ec639 user: jnc tags: trunk)
00:17
When checking for win32 absolute paths, I added a check to make sure we don't overstep the bounds of a string ... (check-in: af3a751841 user: jnc tags: trunk)
2007-09-24
23:58
Merged mjanssen's timeline updates ... (check-in: 798a48ee46 user: jnc tags: trunk)
23:56
Merged dhr's todo and ideas update ... (check-in: b8cc22ebdf user: jnc tags: trunk)
23:19
Accidently changed time format in timeline_query_for_tty output in checkin [aad573b31c] reverted so that timeline shows local timestamps again. ... (check-in: d54731dac9 user: mjanssen tags: trunk)
22:23
Fix the menu of fossil_chat.tcl for mac. ... (check-in: aeb2ac781d user: drh tags: trunk)
22:13
Fossil chat client entry widget will not lose focus on Win32 when receiving a message. ... (check-in: 45f9af3240 user: mjanssen tags: trunk)
21:05
Use tcl_platform to determine username, this is platform independent ... (check-in: e0232ce1a0 user: mjanssen tags: trunk)
21:03
Fossil chat client (Initial commit) ... (check-in: e202319ebb user: mjanssen tags: trunk)
20:50
Timeline calculated localtime incorrectly so it didn't display latest changes if user is in TZ UTC+X ... (check-in: aad573b31c user: mjanssen tags: trunk)
20:21
Corrected "fossil user password" error message. It had an extra user ... (check-in: df3d6cbff5 user: mjanssen tags: trunk)
19:42
Fixed error with absolute pathnames when opening a repo on Win32 ... (check-in: c841af0d50 user: mjanssen tags: trunk)
19:32
Build from build directory ... (check-in: 5a30fa45df user: anonymous tags: trunk)
17:11
Added revert command, currently only offering revert to current version. Organized todo.txt a bit, added new bug report ... (check-in: 255bacf907 user: jnc tags: trunk)
14:02
Added a gdiff command. diff command now runs config diff-command, gdiff command (graphical diff) now runs config gdiff-command. With both, if -i is supplied, internal diff is used. With both, if they are not configured, internal diff is used. Fixed bug with internal diff giving files in reverse order. Also put div id="sub-menu" inside of submenu if, as to not display the sub menu if no sub menu items exist ... (check-in: 01ce2cf3dc user: jnc tags: trunk)
12:55
Minor updates to the todo.txt and ideas.txt files. ... (check-in: 43b33702b4 user: drh tags: trunk)
06:53
Added support for a user defined diff command, which if set (fossil config diff-command), is run by default. The user can give a -i flag to run the internal diff command regardless of user defined diff command setting. Removed command tkdiff, no longer needed. Made the config remove message a bit more clear, when removing a config setting, it states it has been removed instead of telling you it's undefined. ... (check-in: c82fb61775 user: jnc tags: trunk)
04:37
Added style.css page that get's from the repo or uses a built in style.css. Removed static formatting in header/footer, replaced with divs, spans and ids which the style.css can totally control. The default style.css is simple, uses blue colors from timeline date area. Fixed minor bug on setup_ulist where it would display footer at top. ... (check-in: 5cd9597428 user: jnc tags: trunk)
01:38
Some elements moved to correct order in wiki AllowedMarkup array. Removed hardcoded link in resolveHyperlink and also made it handle outside links, such as http, ftp, mailto, etc... When looking for valid HTML codes, I changed isalpha to isalnum so that H1, H2, etc... would be recognized. Better code for setting inital checkout db entry. ... (check-in: 55dc2abc60 user: jnc tags: trunk)
2007-09-23
23:05
One more minor change to the fix of ff4c, set the current checkout to 1 if this is a brand new file. ... (check-in: 746a0b8588 user: jnc tags: trunk)
22:27
Fixed bug in open_cmd. As of ff4c, open now runs update --latest as well, which would err on a brand new, blank, database. open_cmd now only runs update --latest if the current pid != 0 ... (check-in: 4dc622f36c user: jnc tags: trunk)
20:18
Merge the RSS changes. ... (check-in: dad40ffac0 user: drh tags: trunk)
18:55
Fix a C++-ism. ... (check-in: 820a1a1a53 user: drh tags: trunk)
18:49
Fixes to the timeline webpage and the "open" and "update" commands. ... (check-in: ff4cc5fae2 user: drh tags: trunk)
18:24
Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss ... (check-in: 07eaead5dc user: jnc tags: trunk)
15:02
Branching now working correctly, including adding of bgcolor tag and correct R line ... (check-in: 2ad378d065 user: jnc tags: trunk)
11:43
Relax the lexigraphical ordering requirement on manifests. Now the lines of a manifest (or cluster or control file) must occur in lexigraphical order after the arguments have been defossilized. ... (check-in: dea1ae50d3 user: drh tags: trunk)
03:21
Forgot a line of debug code, writting manifest.new... now removed ... (check-in: 17596784d0 user: jnc tags: trunk)
03:17
Merged win32 info update and branch addition ... (check-in: 96f0d64a70 user: jnc tags: trunk)
03:13
fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now. ... (check-in: b8a8959ec5 user: jnc tags: trunk)
2007-09-22
23:41
Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. ... (check-in: 09c4adeb6f user: drh tags: trunk)
21:40
More descriptive build process in win32.txt, also removed win32 port from the todo.txt ... (check-in: 34accdd0cd user: jnc tags: trunk)
19:43
Merge in the w32 changes. ... (check-in: 3c5482959c user: drh tags: trunk)
19:32
Fix a bug in the manifest parser so that it is able to parse the PGP headers even if the header contains \r characters. ... (check-in: 3ed9214338 user: drh tags: trunk)
19:03
Bug fix in the update command. ... (check-in: b5d82ebd7e user: drh tags: trunk)
18:38
Merged win32.txt which caused the branch initially ... (check-in: b57d456718 user: jnc tags: trunk)
18:34
Socket operations now functional in Win32 port. Added quotes around the filename portion of the command to edit thus working of windows in paths where the temp directory contains spaces. Added -all flag to clean command. If not specified each file is prompted for before removing. ... (check-in: 8372cc0b81 user: jnc tags: trunk)
18:13
Incremental web interface enhancments. ... (check-in: 72b3b1ad47 user: drh tags: trunk)
17:38
Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. ... (check-in: c2d1e3c70a user: drh tags: trunk)
15:50
The "tag" command allows tag artifacts to be inserted for creating and cancelling tags and properties. Timeline responds to bgcolor, br-bgcolor, comment, and user properties. ... (check-in: 3b5514ed82 user: drh tags: trunk)
12:38
Timeline now responses to comment and user properties. ... (check-in: 9395aba4f4 user: drh tags: trunk)
06:49
Forgot to remove path problems from 'Outstading Issues' ... (check-in: 46f96301f1 user: jnc tags: trunk)
06:47
Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. ... (check-in: c7278fd013 user: jnc tags: trunk)
02:22
More work on tags and properties. Getting late. Need to check-in changes before stopping for the day... ... (check-in: f73c0e792b user: drh tags: trunk)
01:40
Turn tags into properties. Allow properties to control background color on timelines. Still experimental. ... (check-in: 5e2392307d user: drh tags: trunk)
2007-09-21
22:07
Added win32 build notes ... (check-in: 5890c67d86 user: jnc tags: trunk)
21:53
Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next ... (check-in: 83c876b447 user: jnc tags: trunk)
19:18
Improvements to the control-file parser. Not recognizes the T-line for tags. ... (check-in: 3dc92fdb7f user: drh tags: trunk)
18:33
Add the --randomize parameter to the rebuild command. Used for testing. ... (check-in: ce1c1a2907 user: drh tags: trunk)
02:41
Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. ... (check-in: 2bc0e2c565 user: drh tags: trunk)
2007-09-20
07:37
Entered the general structure planned for processing of branches. Incomplete. This code right now exits when it finds branch csets. Some debug output to see detailed internals from which to pull the pieces together. ... (check-in: 25bc721076 user: aku tags: trunk)
07:33
Trim the commit messages to remove irrelevant leading and trailing line-endings. ... (check-in: a9dcf09124 user: aku tags: trunk)
07:14
Got rid of the explicit revision tree and rephrased the trunk processing to use a loop which is more self-explanatory. Started to add in code needed when we process the branches as well, currently they will have now effect. ... (check-in: cbbf9a7575 user: aku tags: trunk)
07:08
Moved the counting of imported changesets to the beginning for a more accurate percent calculation and proper ending at 100%. ... (check-in: 330f2da791 user: aku tags: trunk)
03:51
Modified sorting of timeline entries for the same second to properly split files and file versions from each other, and to have newer revisions later. Further added a storage for error messages to be repeated when the importer exist. First user is the code reporting corrupted archive files detected during a checkout. ... (check-in: a5476aed27 user: aku tags: trunk)
2007-09-17
07:05
Further work on the CVS frontend. The main parts for doing the extraction and management of changesets are now in a separate package. ... (check-in: ae54e928c2 user: aku tags: trunk)
04:14
Fixed bug in the new code setting up the timeline, forgot to clean up loop state, causing data from previous iterations to bleed into the current one, causing the use of bogus data and ultimatively a bogus timeline. Note! Incidentially a bug in the old code was fixed by the new one, the use of mismatching revisions and commit messages. That caused the generation of extra changesets in the old code. ... (check-in: 10e3b3ed76 user: aku tags: trunk)
03:13
Cleaned up the creation of the workspace directory. ... (check-in: 2740b48b63 user: aku tags: trunk)
03:03
More structuring of the CVS backend, encapsulated the management of the global timeline of events in the project in a separate package. ... (check-in: 1593006ef3 user: aku tags: trunk)
01:43
Added structure to the CVS frontend code, putting the repository traversal into its own package. ... (check-in: 6f121db1e2 user: aku tags: trunk)
01:41
Semantics of the progress display extended to allow an empty maximum to signal use of an infinite (open-ended) display. ... (check-in: ebb94f75cb user: aku tags: trunk)
01:00
Pulled the latest CLI, website, and sqlite changes into the importer branch. ... (check-in: f76192b245 user: aku tags: trunk)
00:58
Pulled in the navbar and timeline changes. ... (check-in: bbcb6326c9 user: aku tags: trunk)
00:56
Reworked the CVS handling code to have a simpler API, more like the reworked Fossil API. The API now has a form where adding the handling of branches should not require complex changes in the import controller any longer. Extended the system to allow the user to restrict the importing to a sub-directory of the chosen repository, via the new switch --project. This is required to pull a SF CVS repository apart into the various projects it may have. Example: Under Tcl we have 3 projects, namely Tcl itself, sampleextension, and Thread. ... (check-in: d8c18fc148 user: aku tags: trunk)
2007-09-15
03:18
Fixed problems with the untested statistics module. Moved cset <-> uuid map out of cvs to control layer, separate package. Currently not really useful, will be needed when handling cvs branches. Moved some user feedback around, and the import control too. ... (check-in: b504674c5f user: aku tags: trunk)
2007-09-14
23:23
Moved the handling of the import statistics into its own package. Untested. ... (check-in: 18251642f3 user: aku tags: trunk)
21:24
Rename CLI commands: leaves->descendents and branches->leaves. ... (check-in: bc68e61bb2 user: drh tags: trunk)
21:10
Fix the "leaves" webpage. ... (check-in: d773eee943 user: drh tags: trunk)
14:59
Update the SQLite amalgamation file to version 3.5.0. ... (check-in: c287665ba8 user: drh tags: trunk)
2007-09-13
08:02
Unhacked the fossil backend. IOW reworked the API and made it nicer, more structured, better command and option names. Gave the internals more structure, and simplified the handling of -breakat (old -stopat breakpoint). Updated users, and updated the user visible switches as well. Added a -h switch for help. ... (check-in: 7b2619b7ef user: aku tags: trunk)
06:59
Encapsulated access to the fossil and cvs applications in their own packages. ... (check-in: cdf5e6d8b7 user: aku tags: trunk)
06:24
Continuing namespace changes, rcs parser. Basic structure is now ok IMHO. ... (check-in: d4aa7da67d user: aku tags: trunk)
06:22
Continuing namespace changes, cvs frontend. ... (check-in: 00228d1547 user: aku tags: trunk)
06:03
Continuing namespace changes, fossil backend. ... (check-in: 45cd12f05a user: aku tags: trunk)
05:43
Continued restructuring of the code (namespace hierarchy, import control). ... (check-in: 9671b65174 user: aku tags: trunk)
03:52
Improvements to the CLI timeline display. When an update fails due to multiple descendents, show all of the descendents in timeline format. ... (check-in: fcabd4774c user: drh tags: trunk)
2007-09-12
04:19
Added navbar to all pages, linking back to the index. Fixed typo in the index page. ... (check-in: 469002ccdf user: aku tags: trunk)
02:25
The nonce of a login card in the sync protocol is now the SHA1 hash of the remainder of the sync message. The signature is the SHA1 hash of the concatenation of the nonce and the users password. ... (check-in: 776753118f user: drh tags: trunk)
01:46
Fix bugs in undo/redo. Appears to work now but not heavily tested. ... (check-in: 6f5654c7ab user: drh tags: trunk)
2007-09-11
02:25
Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet. ... (check-in: a36177bcce user: drh tags: trunk)
2007-09-10
02:21
Slight editorial changes to sync documentation, fixing spelling errors. ... (check-in: 4038525bc5 user: aku tags: trunk)
00:48
Fix a C++-ism in the timeline module. ... (check-in: 9a76119307 user: drh tags: trunk)
00:43
Merge in the delta encoder changes. ... (check-in: 01e3e3f51e user: drh tags: trunk)
00:39
Add a first draft of the synchronization protocol document. Unproofed. ... (check-in: 26131cfcc5 user: drh tags: trunk)
2007-09-09
17:51
Cluster-based synchronization appears to be working. ... (check-in: 48c4e69d2b user: drh tags: trunk)
00:58
Started to restructure the namespace hierarchy, beginning at the bottom, with the log module. ... (check-in: 86a7f249c1 user: aku tags: trunk)
2007-09-08
16:01
Sync using clusters appears to work. More testing is needed before we go live. ... (check-in: e1c1877c99 user: drh tags: trunk)
06:33
Moved the import control code into its own package. The application has been reduced to command line processing and handing over to the new package. ... (check-in: c172959c32 user: aku tags: trunk)
05:35
Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system. ... (check-in: be32ebcb41 user: aku tags: trunk)
03:50
Updated documentation of the delta encoder to mention the new limits on searching the hash chain. ... (check-in: 3e899ae0e5 user: aku tags: trunk)
03:48
Extended import app with switch to stop execution just before a specific changeset, to aid in debugging problems. ... (check-in: 8469631cc9 user: aku tags: trunk)
2007-09-06
00:47
Raise the hash chain limit in the delta module from 50 to 250. ... (check-in: f6b4c6458b user: drh tags: trunk)
2007-09-05
18:46
Fix pathological N*2 behavior in the delta generator. ... (check-in: b816fadfc7 user: drh tags: trunk)
02:03
Fix calculating percentage of committed changesets. ... (check-in: 734febe649 user: aku tags: trunk)
2007-09-04
22:00
Importer extended to allow capture of exact fossil commit command ... (check-in: 492531e3a8 user: aku tags: trunk)
05:38
(no comment) ... (check-in: 7003caa982 user: aku tags: trunk)
05:36
First semi-complete app for import from CVS. Trunk only, wholesale only. ... (check-in: df91d389d5 user: aku tags: trunk)
2007-09-03
01:28
Add the unclustered table and the M lines to manifests. Process clusters in manifest_parse and manifest_crossref. The xfer process still does not yet use clusters though so it is still compatible. But that is about to change. ... (check-in: ba486fec5a user: drh tags: trunk)
2007-09-02
20:33
Added text notes on ideas for dealing with tickets and wiki. ... (check-in: 251545cd43 user: drh tags: trunk)
02:01
Add the "index.wiki" wiki page. Fix a bug in the wiki rendering engine. The page displays now, but not correctly - there are clearly additional bugs to be found and fixed. ... (check-in: 11976cfdc2 user: drh tags: trunk)
01:23
The /index webpage pulls up the wiki page specified in Setup/Configuration.s ... (check-in: 4f641e7e4e user: drh tags: trunk)
2007-09-01
21:11
Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. ... (check-in: b2e55c0d4d user: drh tags: trunk)
01:55
Updates to the timeline routines. Added the pqueue module. ... (check-in: abce5105e2 user: drh tags: trunk)
2007-08-31
20:14
A new decendent finding algorithm is (hopefully) faster. Changes to the timeline are in process and might not yet work. ... (check-in: e15fe43153 user: drh tags: trunk)
04:57
Added first code regarding import from cvs, processing a CVSROOT/history file. Looks good, except that the history I have is incomplete, truncated at the beginning. Extended my notes with results from this experiment, thinking about a possible different method. ... (check-in: f166b0a63c user: aku tags: trunk)
01:31
Removed two entries from the work list which are done. ... (check-in: 81ccb7e684 user: aku tags: trunk)
2007-08-30
21:37
Put a colored asterisk beside entries of interest in the timeline, rather than doing lots of annoying text color and background changes. ... (check-in: 4d03017923 user: drh tags: trunk)
20:27
Fix some annoyances with "merge". This involves a schema change to the _FOSSIL_ file. Older versions will continue to work, but it would make since to "close" and "open" local source tree after updating to this version of fossil, in order to update the schema. ... (check-in: 4c82c7773f user: drh tags: trunk)
19:46
Fix multiple bugs in the comment parser of the commit command. Allow blank lines in comments. ... (check-in: f030c0aea7 user: drh tags: trunk)
18:05
Fix bugs that can cause a segfault if a blank check-in comment is entered. ... (check-in: 1871a93dd4 user: drh tags: trunk)
2007-08-29
11:51
Merge aku's makefile changes. ... (check-in: fad606934c user: drh tags: trunk)
11:48
New timeline formatting experiment. Foreground font color changes when mousing over the vinfo hyperline show all immediate parents in red and immediate children in green and hide all entries that are not part of the current line. ... (check-in: 4d051c1eda user: drh tags: trunk)
04:00
Re-added the 'test' target, this time in the correct file, then regenerated the main.mk file. ... (check-in: 5f83d2720e user: aku tags: trunk)
03:22
Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file. ... (check-in: b616c3d8c3 user: drh tags: trunk)
02:55
Merged drh's fixes new features (xfer, timeline handling, javascript based timeline highlighting) into my branch. ... (check-in: 15652ff081 user: aku tags: trunk)
02:49
Moved common large lists of header files into Make variables. ... (check-in: 4594b4e628 user: aku tags: trunk)
02:46
Added implementations for the methods "deconstruct", and "construct". ... (check-in: fc95255785 user: aku tags: trunk)
02:42
Moved the core logic of both "rebuild_database" and "create_repository_cmd" into their own functions, for sharing with "reconstruct_cmd". ... (check-in: e00384d26d user: aku tags: trunk)
2007-08-28
07:12
Fixed bug in blob_write_to_file, added missing argument to fossil_panic. ... (check-in: 033ad72c71 user: aku tags: trunk)
05:01
Reworked my notes regarding 'reconstruct' based on my reading of content.c, checkin.c, and manifest.c ... (check-in: 10062df2fa user: aku tags: trunk)
05:00
Fixed typos, and extended the documentation of content_deltify. ... (check-in: 8857e1eabb user: aku tags: trunk)
03:34
Updated my work list, added first notes about 'cvs import' functionality. ... (check-in: 103c397e4b user: aku tags: trunk)
03:18
Fixed typos. ... (check-in: 63564202fd user: aku tags: trunk)
03:04
Make sure the same manifest never gets inserted into the metadata tables twice - resulting in duplicate timeline entries. ... (check-in: 18b1f6788d user: drh tags: trunk)
2007-08-27
13:21
Tweaked the highlighting ... (check-in: e12f2f1839 user: aku tags: trunk)
05:02
Fix a bug in the javascript. Only versions that are independent of the mouse-over version are grayed out now. ... (check-in: 5341655085 user: drh tags: trunk)
04:35
Completed the description of the delta encoder ... (check-in: 59ad045fef user: aku tags: trunk)
04:09
Fix a bug in the javascript generator of the previous check-in. ... (check-in: a028affcf2 user: drh tags: trunk)
04:03
Add some javascript to the timeline to gray out versions that are not part of the line that is moused over. Also include leaf, fork, and merge markers on the timeline. Experimental. ... (check-in: bbdd4f9915 user: drh tags: trunk)
00:04
Give an error if an attempt is made to merge, update, or checkout against an incomplete baseline - one that contains phantoms. Update the xfer protocol to converge on a stable synchronization faster and (hopeful) not quit until the sync is complete. ... (check-in: 8c828207a2 user: drh tags: trunk)
2007-08-26
22:22
Added section numbers to delta format, labels for linking, navigation bar. Added delta encoder description (incomplete, right now only all the trivial parts). Using TeX for formulas, and mimetex for conversion. ... (check-in: 6f1af23ebe user: aku tags: trunk)
19:51
New text in "ideas.txt" ... (check-in: fd8b28ad87 user: drh tags: trunk)
19:49
Extended my list of things to do. ... (check-in: 4bf5cf121e user: aku tags: trunk)
06:45
Added a make target to invoke the testsuite, and a make variable for tclsh. Danger. Testsuite modifies the repository the checkout belongs to, and not a copy. Use with caution, clone your development repository and workspace before use. Updated my work list. ... (check-in: 464a46dad2 user: aku tags: trunk)
06:12
Reference to obsolete field vfile.parent removed. Fixed table reference in definition of table vfile. ... (check-in: 32c639d086 user: aku tags: trunk)
03:03
Merge in aku's documentation updates. ... (check-in: 452a71f40b user: drh tags: trunk)
02:01
Fixed a number of simple typos. ... (check-in: a938517964 user: aku tags: trunk)
01:32
Added documentation of the delta format ... (check-in: 5fcb36c81b user: aku tags: trunk)
2007-08-25
23:58
Added my own todo file ... (check-in: 90f8319a32 user: aku tags: trunk)
21:01
Jot down some notes for how to move forward. ... (check-in: 634fd117b1 user: drh tags: trunk)
19:52
Regenerate the manifest.uuid file on a "commit". ... (check-in: 741aac4d4e user: drh tags: trunk)
19:45
Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. ... (check-in: b4571bb75e user: drh tags: trunk)
19:39
Add the "baseline" command that shows the UUID of the fossil baseline from which the fossil executable was built. ... (check-in: def4449a87 user: drh tags: trunk)
19:31
Generate the "manifest.uuid" file containing the SHA1 hash of the "manifest" file whenever the manifest is generated. Makefiles can used the "manifest.uuid" to insert the version number into the executable. ... (check-in: 95e17f4e3f user: drh tags: trunk)
19:00
Merging aku's changes into the head. ... (check-in: b0ad3f90bc user: drh tags: trunk)
18:58
Attempting the same merge that aku tried and got empty files with. ... (check-in: 424d47e453 user: drh tags: trunk)
18:51
Changes to the CLI version of the timeline command to show places where forks occur in the tree and where content is merged. Lots more work is needed to show the structure of a tree well. This is definitely a work in progress. ... (check-in: b846db063c user: drh tags: trunk)
12:31
Fix an off-by-one bug in the network protocol handler so that it can accept a zero-length file. ... (check-in: 507ee45f25 user: drh tags: trunk)
04:02
Merging formatting changes to timeline and concepts documentation ... (Closed-Leaf check-in: 9b30224db7 user: aku tags: trunk)
03:30
Improvements to timeline formatting. Added the "concepts.html" document. ... (check-in: e319e8e870 user: drh tags: trunk)
03:23
Fixed typos in comments ... (check-in: 609e4caf29 user: aku tags: trunk)
2007-08-24
21:32
Improved formatting of the user list webpage. ... (check-in: 39fa010b7f user: drh tags: trunk)
2007-08-23
23:10
Website updates. Change the message for unrecognized commands to refer the user to "help". ... (check-in: 0cd202a86e user: drh tags: trunk)
19:52
Add separate "clone" permissions. Previously, one needed "History" premission in order to clone. But sometimes we want to grant clone without granting history. ... (check-in: 22c1ac41d4 user: drh tags: trunk)
2007-08-19
11:06
Fix the "Leaves" computation on the vinfo web page. Improvements to the vinfo web page. ... (check-in: 4ac16995e8 user: drh tags: trunk)
2007-08-18
11:42
Added options to the "timeline" CLI command. Additional help comments. ... (check-in: 6607844a01 user: drh tags: trunk)
02:45
Add the "help" command and the "clean" command. More work is needed on the text for various help messages. ... (check-in: c9fdb846fb user: drh tags: trunk)
2007-08-17
19:53
Omit the -static option from the default Makefile. ... (check-in: e5b74951d9 user: drh tags: trunk)
2007-08-11
01:16
Add the "close" command. ... (check-in: 4452576730 user: drh tags: trunk)
2007-08-10
03:52
Fix a C++-ism in the previous check-in. ... (check-in: f5588c800b user: drh tags: trunk)
03:50
More sync fixes: The previous version was not pulling new branches off of the server. This should fix that. ... (check-in: 50150adeec user: drh tags: trunk)
02:59
The xfer mechanism has been completely reworked to better support delta compression and to require fewer round-trips. The wire protocol is roughly the same but is different enough that you will need to recompile before sync will work. ... (check-in: edbb332d54 user: drh tags: trunk)
00:08
Complete rework of the xfer mechanism. Compiles but not yet working. ... (check-in: 573a464cb7 user: drh tags: trunk)
2007-08-09
19:07
Additional work on the xfer mechanism, trying to increase the use of delta compression. ... (check-in: bd3c1d0023 user: drh tags: trunk)
17:42
The delta compress on xfer is working better now, but still needs work. ... (check-in: 73bddaebb9 user: drh tags: trunk)
11:55
Fix an off-by-one error that can cause a segfault during sync. ... (check-in: 6eca3132fe user: drh tags: trunk)
10:48
Add the -m/--comment and the --nosign options to the commit command. ... (check-in: 9a9cd81738 user: drh tags: trunk)
10:43
Require history permission in order to clone. ... (check-in: 13b7ac16e4 user: drh tags: trunk)
03:47
Add a quick hack that disables delta compression on xfer. This gives people a chance to synchronize the previous fix. We will eventually remove the hack. ... (check-in: 4c072728b4 user: drh tags: trunk)
03:44
Fix a bug in the xfer server that prevents it from receiving deltas. ... (check-in: 869534e182 user: drh tags: trunk)
03:19
Progress toward delta compression on the xfer protocol. The compression works well. But the client is not telling the server what files it has so the server does not have anything to delta against. ... (check-in: eea381f416 user: drh tags: trunk)
01:08
Website updates. ... (check-in: b110d77c36 user: drh tags: trunk)
2007-08-08
15:30
Do not remove files that have been edited when doing an "update". Instead, mark the files as CONFLICT. ... (check-in: fe6ee8a431 user: drh tags: trunk)
15:22
Make sure a user does not attempt to "fossil add" the manifest or the _FOSSIL_ files. ... (check-in: 20bcbcf2f2 user: drh tags: trunk)
15:18
Write the new manifest file to the root of the check-out tree when doing an update. ... (check-in: a040ae6e17 user: drh tags: trunk)
14:45
Omit the files "manifest" and "_FOSSIL_" from the "extra" list. ... (check-in: 77327ae14e user: drh tags: trunk)
2007-08-04
00:38
Changes to the checksum verification steps to allow a partial commit of changes after new files are added to the tree. ... (check-in: 5c74c300b1 user: drh tags: trunk)
00:26
Prohibit partial check-ins of a merge. To allow such a thing would confuse the branch tracking logic. There are still problems in the partial check-in logic for cases were new files have been added to the repository. ... (check-in: aafd536a5c user: drh tags: trunk)
00:08
Merge in and correct the changes to the new repository initialization. Also fix other misc bugs seen while testing. ... (check-in: f5e8b1d736 user: drh tags: trunk)
2007-08-03
23:30
Show an error if unrecognized command-line options appear on the commit command. Also add the (undocumented) "omit-ci-sig" configuration option on the database. Setting omit-ci-sig omits the PGP signature on check-in. ... (check-in: 6aff11f03f user: drh tags: trunk)
23:04
Changes to the way new repositories are created. Also make the CGI output blob available to all modules through a function call. ... (check-in: a48936e834 user: drh tags: trunk)
15:31
Extend the commit command so that specific files can be committed. There are still some problems with doing this after a merge. ... (check-in: 22552fb803 user: dan tags: trunk)
2007-08-01
21:59
Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests. ... (check-in: e37451d9c2 user: drh tags: trunk)
21:03
Add primitive start-time and duration controols to the timeline. Additional checksums on check-in and check-out. ... (check-in: 3945057916 user: drh tags: trunk)
20:05
Documentation updates. Added Makefile. ... (check-in: 0e265b0184 user: drh tags: trunk)
16:42
Update the todo list. ... (check-in: 36df57aa39 user: drh tags: trunk)
16:13
File differences and file viewer added to the www interface. ... (check-in: 1a9c6dbfb7 user: drh tags: trunk)
15:13
Fix the test-verify command so that it ignores phantoms. ... (check-in: 1245b42ba3 user: drh tags: trunk)
13:50
Client must ignore SIGPIPE when writting to the HTTP socket. ... (check-in: 0238e54ff3 user: drh tags: trunk)
13:32
From the vinfo webpage, provide a hyperlink to download a ZIP archive the version. ... (check-in: 6dab6149b1 user: drh tags: trunk)
13:08
Avoid an unnecessary HTTP round-trip on syncs. ... (check-in: ae40356c57 user: drh tags: trunk)
12:49
Add the "leaves" webpage and the "branches" CLI command. We need to work on the nomenclature. ... (check-in: afcdc7ec97 user: drh tags: trunk)
12:20
The merge at [dd9633a03d] did not work because of the bug just fixed. This change moves the changes that should have been in that merge into the main line of the tree. ... (check-in: 04f7535ee3 user: drh tags: trunk)
12:17
Fix a problem in the commit logic that caused it to ignore merge changes. Add another test to the commit to detect future problems of a similar nature. ... (check-in: 5c3e87171a user: drh tags: trunk)
10:31
Merging in the ipaddr update changes. ... (check-in: dd9633a03d user: drh tags: trunk)
10:29
Always do at least two cycles with no file transfers before quiting. ... (check-in: 35d7ba08ac user: drh tags: trunk)
10:27
Fixes to the sync algorithm. ... (check-in: 0c102d06c3 user: drh tags: trunk)
09:04
Populate the ipaddr column of the rcvfrom table when a file is received from a remote source (push/pull/sync). ... (check-in: 36edf3fd5c user: dan tags: trunk)
02:27
Add a bug observation to the todo list. ... (check-in: 8df950d14a user: drh tags: trunk)
02:07
Updates to the todo list. ... (check-in: 933875bbd1 user: drh tags: trunk)
02:03
Do not attempt to verify phantoms. Set the default max message size at 500K instead of 1MB. Updates to the todo list. ... (check-in: 71ed18cc4b user: drh tags: trunk)
01:24
Added the vdiff webpage with links from vinfo. ... (check-in: 9df32e2808 user: drh tags: trunk)
00:55
Add the finfo web page. ... (check-in: 86c8768475 user: drh tags: trunk)
00:40
Improvements to the vinfo webpage. Show descendents, ancestors, and files changed. ... (check-in: 30d7afe328 user: drh tags: trunk)
2007-07-31
23:33
Add the new "history" permission. Merge in changes that require permissions to view the timeline. ... (check-in: fd36718ad9 user: drh tags: trunk)
22:59
Separate "nobody" and "anonymous" logins. ... (check-in: 9c952d247e user: drh tags: trunk)
20:53
Bug fix in the mlink table builder. Use the "rebuild" method to correct the problem in preexisting repositories. ... (check-in: 5b58559c0c user: drh tags: trunk)
20:36
When syncing without a URL, print the name of the server, taking care to omit any userid and password. ... (check-in: ce825ac954 user: drh tags: trunk)
20:20
Update the ZIP archiver to include date information. Provide a function that constructs a ZIP archive from manifest. ... (check-in: dead090c0b user: drh tags: trunk)
19:18
Add a ZIP archive generator. ... (check-in: 9b780d220b user: drh tags: trunk)
16:34
Require read permission (permission to read tickets and configuration histories) to view the global timeline. ... (check-in: 5ebcedc33e user: dan tags: trunk)
10:10
Remove one to-do item. Add another. ... (check-in: 7fe1e734e9 user: drh tags: trunk)
01:34
The push, pull, and sync commands remember the last server and reuse it if the URL argument is omitted. Sync via network only now. ... (check-in: 8dbee6731d user: drh tags: trunk)
00:06
More additions to the todo.txt list. ... (check-in: 9c28ba4956 user: drh tags: trunk)
2007-07-30
23:18
To more items added to the todo.txt list. ... (check-in: f767ae0568 user: drh tags: trunk)
23:01
Added the todo.txt list. ... (check-in: 08c4cc6d16 user: drh tags: trunk)
21:23
Fix another bug in the pivot finder. Null-merge with the dan-branch so that we now only have a single leaf on the tree. ... (check-in: fa0ba20a51 user: drh tags: trunk)
18:57
Send the HOST header parameter with /xfer requests. ... (check-in: 211c476d23 user: drh tags: trunk)
18:38
Fix a bug in the /xfer login logic. ... (check-in: bfe6e64f94 user: drh tags: trunk)
17:43
Fix a bug in login. ... (check-in: 947842fb0b user: drh tags: trunk)
17:24
Show the user who make the change on the timeline, both on the www interface and in the cli. ... (check-in: 1a4dd313a8 user: drh tags: trunk)
17:05
Fix a bug in the logic for finding a pivot during a merge. ... (check-in: 5602bbbaff user: drh tags: trunk)
16:35
Only request the password one time on a push or pull. ... (check-in: 3a25b68390 user: drh tags: trunk)
16:31
Merge in clone and sync changes. Fix a bug in undelta. ... (check-in: e3c529c2f0 user: dan tags: trunk)
14:28
Use POST instead of GET for the /xfer method. Other bug fixes in the URL parser. ... (check-in: e621b6dbe3 user: drh tags: trunk)
13:34
When errors occur during CGI, make sure the error is returned in a correct CGI reply. ... (check-in: 396cc2a4eb user: drh tags: trunk)
13:01
Bug fix in the local database finder. ... (check-in: 5eac33a6bd user: drh tags: trunk)
05:17
Delete records from the temporary table "pending" after sending them. ... (check-in: 23c8dad306 user: dan tags: trunk)
2007-07-28
08:15
Fix to the db_open_local() function in the case where the root directory is writable by the current user. ... (check-in: d0d4c5f575 user: dan tags: trunk)
08:04
Remove a c++ism from deltacmd.c. ... (check-in: 0c227fa406 user: dan tags: trunk)
07:09
When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. ... (check-in: 3dcaed8d86 user: dan tags: trunk)
2007-07-24
18:15
File format document change: UUIDs use lowercase not uppercase hex. ... (check-in: 01e7596a98 user: drh tags: trunk)
13:00
Fix a bug in the "rm" command. Delete an obsolete documentation file. ... (check-in: ac1dea8eac user: drh tags: trunk)
12:54
Merge in the latest SQLite updates. ... (check-in: d8590e093f user: drh tags: trunk)
12:52
Documentation updates ... (check-in: b807acf62e user: drh tags: trunk)
2007-07-23
20:42
Always do another sync round if any file is received. ... (check-in: 0feed85090 user: drh tags: trunk)
20:40
More improvements to network sync. ... (check-in: 4ee118a6b4 user: drh tags: trunk)
20:33
Work on network synchronization ... (check-in: 75c476ccd1 user: drh tags: trunk)
19:52
Improvements to the WWW interface. ... (check-in: 66f4caa379 user: drh tags: trunk)
2007-07-22
12:00
Setup webpag updates. ... (check-in: c4ec179bbc user: drh tags: trunk)
2007-07-21
19:32
Improvements to web-based user management. ... (check-in: 916b6e4b3b user: drh tags: trunk)
14:10
Initial check-in of m1 sources. ... (check-in: dbda8d6ce9 user: drh tags: trunk)
14:09
initial empty baseline ... (check-in: a28c83647d user: drh tags: trunk)