Fossil

Timeline
Login

Timeline

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

50 check-ins related to "trunk" plus check-in "2018-09-20 10:31:43" occurring around 2018-09-20 10:31:43.

2018-09-29
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
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)
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 <li> 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
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)
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)