Fossil

Timeline
Login

Timeline

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

42 check-ins using file test/tester.tcl version 0ad7359d4f

2019-09-06
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: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)
2019-08-31
16:23
Merge in trunk latest developments. ... (Closed-Leaf check-in: 08291fec9f user: andybradford tags: test-updates)
2019-08-21
14:46
Merge in recent developments on trunk. ... (check-in: 70d091eacc user: andybradford tags: test-updates)
2019-08-10
15:34
Merge in from trunk. ... (check-in: 0f9f2e403d user: andybradford tags: test-updates)
2019-07-30
01:17
Merge in updates from trunk. ... (check-in: 7e7258b3ed user: andybradford tags: test-updates)
2019-07-23
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-19
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)