Timeline
Not logged in

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

50 check-ins occurring around 2019-08-29 01:57:01.

2019-09-04
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... 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, becaus... 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 cou... 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