Fossil

Timeline
Login

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

33 check-ins using file www/permutedindex.html version 1ec23b0249

2016-08-18
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