Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2016-08-16 20:48:42.
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) | |
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) | |
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) | |
2016-08-09
| ||
19:41 | Do not add extra \n characters to the sync protocol. ... (check-in: 71a50a1dd7 user: drh tags: unversioned-files) | |
18:59 | More fixes to the unversioned file sync protocol. ... (check-in: 48b9bf351f user: drh tags: unversioned-files) | |
17:31 | Another unversioned file sync fix. ... (check-in: a6b66652d1 user: drh tags: unversioned-files) | |
17:18 | Fixes to the unversioned file sync protocol. ... (check-in: 5d913409b7 user: drh tags: unversioned-files) | |
15:29 | More work on unversioned file sync. ... (check-in: a3dcfe7595 user: drh tags: unversioned-files) | |
12:37 | Change the schema for the unversioned table. Add some initial code to do unversioned sync, but the code is incomplete and untested. ... (check-in: 73932a32c5 user: drh tags: unversioned-files) | |
2016-08-08
| ||
14:44 | Merge updates from trunk. ... (check-in: f63576a796 user: drh tags: jan-manifest-tags) | |
14:42 | Fix an unused variable and add a header comment to get_checkin_taglist(). ... (check-in: 6c62828b7a user: drh tags: jan-manifest-tags) | |
14:31 | Merge changes from trunk. ... (check-in: 3506156a31 user: drh tags: unversioned-files) | |
14:20 | Update the built-in SQLite to 3.14 release. ... (check-in: 60d5fee782 user: drh tags: trunk) | |
2016-08-06
| ||
21:01 | Complete the parts of the "fossil unversioned" command used to add and remove content. ... (check-in: fb3c81d8ba user: drh tags: unversioned-files) | |
17:42 | Add a link to the web-cache status screen to the Admin main menu. ... (check-in: 4a4a51a541 user: drh tags: trunk) | |
17:40 | Add a link to the web-cache status screen to the Admin main menu. ... (check-in: 7c176f7aeb user: drh tags: unversioned-files) | |
2016-08-05
| ||
12:30 | Add the /uv webpage. ... (check-in: 440defe233 user: drh tags: unversioned-files) | |
08:30 | Incremental check-in. (Saving my place in order to go work on other things.) Changes are untested. ... (check-in: a9463a7157 user: drh tags: unversioned-files) | |
2016-08-04
| ||
22:49 | Begin work on the ability to store and sync files for which no history is kept. ... (check-in: 4ce1c9b2f2 user: drh tags: unversioned-files) | |
14:11 | Update the built-in SQLite to the second 3.14 beta. ... (check-in: aa63cd405b user: drh tags: trunk) | |
11:56 | Fix another typo in the sync protocol document. ... (check-in: 94381d32ce user: drh tags: trunk) | |
11:34 | Fix a typo in the sync protocol document. ... (check-in: 12cbe2bdda user: drh tags: trunk) | |