Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins by user drh occurring around b78ca10222c8b049.
2015-01-16
| ||
13:28 | Update SQLite to the 3.8.8 release. ... (check-in: 3d8bf07d13 user: drh tags: trunk) | |
2015-01-14
| ||
23:26 | Enhanced comments on the implementation of the checkin_mtime() SQL function. ... (check-in: 3b2dcd9378 user: drh tags: trunk) | |
12:55 | Merge the latest trunk changes into the search-with-fts4 branch. ... (Closed-Leaf check-in: b429d53031 user: drh tags: search-using-fts4) | |
11:56 | Use "COLLATE nocase" when listing user names. ... (check-in: 439453b5c7 user: drh tags: trunk) | |
2015-01-13
| ||
00:27 | Update the built-in SQLite to the first 3.8.8 release candidate. ... (check-in: 51b476a0b9 user: drh tags: trunk) | |
2015-01-12
| ||
11:35 | Fix typos in documentation and update the size estimate. ... (check-in: ec1197ca01 user: drh tags: trunk) | |
2015-01-11
| ||
00:06 | Update the built-in SQLite to the latest 3.8.8 beta. ... (check-in: 5c8f33d6a8 user: drh tags: trunk) | |
2015-01-10
| ||
18:01 | Add the "fossil clean --verily" command to the "hints" documentation. ... (check-in: 70931e58df user: drh tags: trunk) | |
2015-01-08
| ||
14:30 | Add the --verily option to "fossil clean". Cause "fossil clean" and "fossil extra" to see symbolic links even if symbolic link handling is turned off, as links might have been created by external processes (read: autoconf). ... (check-in: b5b62b3d57 user: drh tags: trunk) | |
2015-01-06
| ||
21:43 | Use common HTML entities rather than obscure unicode characters for the arrows on sortable table columns. ... (check-in: 4c803826ad user: drh tags: trunk) | |
13:14 | Add the --verbose option to the clone command. ... (check-in: 5e7d3effa3 user: drh tags: trunk) | |
01:06 | Add icons on sortable table headers to show which columns are sortable and which is the current sort column. This code is inspired by the brlist-visual-enhancement branch, but is a completely new implementation. ... (check-in: 8533365e44 user: drh tags: trunk) | |
2015-01-05
| ||
20:36 | Fix typos in the file-format documentation. ... (check-in: f7d7ce35cd user: drh tags: trunk) | |
01:57 | Change the cursor to "pointer" for sortable columns of a table. ... (check-in: 54d53deb16 user: drh tags: trunk) | |
2015-01-04
| ||
20:54 | Enhance the /brlist output to show a count of the number of check-ins on each branch, and to separate the "Status" and "Resolution" into separate columns, with the "Status" column being sortable. Enhance the SortableTable() javascript to always sort ASC on initial click and only go to DESC on a second click of the same column. ... (check-in: 965905c884 user: drh tags: trunk) | |
00:28 | Click on the column labels to sort on the /brlist page. ... (check-in: e35b9cb74c user: drh tags: trunk) | |
2015-01-03
| ||
23:54 | New design for the /brlist webpage that shows the branches in age order and shows their current status. ... (check-in: 12fb5d04e3 user: drh tags: trunk) | |
19:58 | Update the built-in SQLite to the Jan 3 beta for 3.8.8. ... (check-in: ab3fed40ec user: drh tags: trunk) | |
2014-12-23
| ||
13:00 | Merge the latest fixes, changes, and enhancements from trunk. ... (check-in: 39decf0ddf user: drh tags: search-using-fts4) | |
12:20 | Use a "disjoint" timeline for the display of ancestor and descendent graphs. ... (check-in: 4f2f04495c user: drh tags: trunk) | |
12:09 | Add the (undocumented) "showrid" query parameter to the main timeline. Used for debugging only. ... (check-in: 5111a5fea2 user: drh tags: trunk) | |
2014-12-19
| ||
12:51 | Fix a compiler warning in markdown.c that occurs only with -Os on gcc. ... (check-in: 623057ea59 user: drh tags: trunk) | |
2014-12-18
| ||
23:34 | Change from using Expires: to Cache-Control: to control caching. ... (check-in: c8414504e1 user: drh tags: trunk) | |
19:56 | Generate shorter hyperlinks in the /tree page. ... (check-in: 8ff34a4b6c user: drh tags: trunk) | |
19:34 | Fix documentation typos. ... (check-in: b78ca10222 user: drh tags: trunk) | |
15:40 | Disable the use of SSLv2 and SSLv3. Require TLS for HTTPS for security. ... (check-in: 7a44fddd3f user: drh tags: trunk) | |
15:28 | Tweaks to the default CSS for the /fileage page. ... (check-in: 64ae69e172 user: drh tags: trunk) | |
00:29 | Change the FTS4 tokenizer so that "_" acts like a normal letter, not a token separator. This seems to work better when doing searches on source code. ... (check-in: 60d4706329 user: drh tags: search-using-fts4) | |
2014-12-17
| ||
21:36 | Merge recent changes from trunk. ... (check-in: 03309b1b95 user: drh tags: search-using-fts4) | |
21:13 | Report file ages as positive rather than negative values, even though the events occur back in time (in the negative direction). Users find negative values confusing. ... (check-in: 6e29ebbb77 user: drh tags: trunk) | |
21:11 | Tweaks to the /sitemap formatting. ... (check-in: b09011f6b2 user: drh tags: trunk) | |
18:51 | Much faster implementation of the ftsearch_content() function for file content. ... (check-in: bbcce76f26 user: drh tags: search-using-fts4) | |
18:28 | Add the ability to index files. ... (check-in: 83c6781670 user: drh tags: search-using-fts4) | |
16:27 | Remove the code that implemented legacy "fossil search" command. FTS4 will be used moving forward. ... (check-in: 389c70a56a user: drh tags: search-using-fts4) | |
16:19 | Begin adding infrastructure to support full-text search using FTS4. ... (check-in: 9f9dfe3a98 user: drh tags: search-using-fts4) | |
01:39 | Remove the "Flat-View" submenu option from the /tree pages. The Flat-View page still exists, and is reachable from the /sitemap page. But it is no longer prominently featured. ... (check-in: 47a9d3899a user: drh tags: trunk) | |
00:54 | Include file modification times on the "All" /tree view of files. ... (check-in: 9240905c97 user: drh tags: trunk) | |
00:16 | Merge the age-in-file-tree changes into trunk. ... (check-in: 0183c9a292 user: drh tags: trunk) | |
00:16 | Tweaks to the header text for /tree and /fileage. ... (Closed-Leaf check-in: b4775276fb user: drh tags: age-in-file-tree) | |
2014-12-16
| ||
23:49 | Add "Sort By Filename" and "Sort By Time" buttons to the /tree webpage. ... (check-in: e99255f0a5 user: drh tags: age-in-file-tree) | |
23:39 | Record the new repository name in the configuration database when running the test-move-repository command. ... (check-in: 592ee15dfc user: drh tags: trunk) | |
23:27 | Add the mtime query parameter to the /tree page. ... (check-in: fd4e1b55d7 user: drh tags: age-in-file-tree) | |
19:01 | Merge the undo fix from trunk. ... (check-in: 987af58824 user: drh tags: age-in-file-tree) | |
19:00 | Fix a bug in the "fossil undo" command, introduced when the sqlite3_table_column_metadata() function was used to reimplement the db_table_exists() routine, just a few days ago. ... (check-in: b6ed6241e1 user: drh tags: trunk) | |
18:43 | An attempt to improve the "age" display in the file tree viewer. ... (check-in: 3bd9e9bf7e user: drh tags: age-in-file-tree) | |
16:32 | Show the ages of files in the file tree viewer. ... (check-in: f8d54372e7 user: drh tags: age-in-file-tree) | |
14:46 | Enhance the "fileage" webpage so that it shows ages relative to current time rather than relative to the last checkin, so that it shows associated checkin comments, and so that it is styled using CSS. ... (check-in: 31b5dffa76 user: drh tags: trunk) | |
02:37 | Improvements to HTTP redirect on sync. ... (check-in: 3a00b612d4 user: drh tags: trunk) | |
2014-12-15
| ||
18:24 | Fix the "files_of_checkin" virtual table implementation so that it works with delta manifests. Change the implementation of compute_fileage() to use common table expressions and the files_of_checkin virtual table for a pure SQL implementation (which turns out to be faster). ... (check-in: c556f8c61c user: drh tags: trunk) | |
18:17 | Fix the "files_of_checkin" virtual table so that it works correctly with delta manifests. ... (Closed-Leaf check-in: 0fba2272fa user: drh tags: fileage-enhancement) | |