Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
43 check-ins using file src/report.c version edb0630f05
|
2016-08-22
| ||
| 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) | |