Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2015-01-06 21:43:53.
2015-01-22
| ||
02:19 | • Edit [7d794604794c025a|7d79460479]: Mark "Closed". ... (artifact: 63208a144a user: drh) | |
02:19 | Split out the text of the CSS, header, and footer into separate files for each of the built-in "skins", in an effort to make skins easier to maintain, enhance, and extend. ... (check-in: 96fdf09fd8 user: drh tags: trunk) | |
01:57 | Add the skins/README.md file describing how to add new skins. ... (Closed-Leaf check-in: 5137cd5e88 user: drh tags: skins-refactor) | |
01:43 | Break out the various built-in skins into separate CSS, header, and footer text files stored under subfolders of the skins/ directory in the source tree. This should make it much easier to edit built-in skins and to add new built-in skins. ... (check-in: 12333d9545 user: drh tags: skins-refactor) | |
2015-01-21
| ||
21:33 | Enhance the Ad-Unit processing to allow a choice of two different ad-units. A tall skinny ad-unit can be placed at the right (or left) margin on some pages in place of the banner ad-unit beneath the menu bars. Ad-Units are now configurable using CSS. <b>Note:</b> Legacy ad-unit configurations might need to adjust their CSS. ... (check-in: ff78d6d5ef user: drh tags: trunk) | |
21:19 | Do not attempt to use the Right-Column Ad-Unit if the content contains a <table> element. ... (Closed-Leaf check-in: 7d79460479 user: drh tags: ad-unit-enhancement) | |
20:45 | Add a "Flat-View" button to the /tree page when in tree-view mode. ... (check-in: 2ee1815918 user: drh tags: trunk) | |
18:55 | Enhance the ad-unit processing to allow for tall right-side column ads as an alternative to banner ads. ... (check-in: 4bc5b6cf9b user: drh tags: ad-unit-enhancement) | |
2015-01-20
| ||
00:03 | During shutdown, check to see if the check-out database (".fslckout") contains a lot of free space, and if it does, VACUUM it. ... (check-in: bf681039e2 user: drh tags: trunk) | |
2015-01-19
| ||
11:29 | Version 1.30 ... (check-in: 1df1b41c86 user: drh tags: trunk, release, version-1.30) | |
2015-01-17
| ||
20:17 | Remove an obsolete query parameter from the documentation of the /timeline page. No changes to code. ... (check-in: b955a6b282 user: drh tags: trunk) | |
19:51 | Updates to the graph-test-1.wiki page. ... (check-in: 7c55ffe1cd user: drh tags: trunk) | |
14:53 | Make the symbolic_name_to_rid() and checkin_mtime() SQL functions available in the "fossil sql" command. Improve the documentation for the files_in_checkin virtual table. ... (check-in: ba1429cef8 user: drh tags: trunk) | |
2015-01-16
| ||
22:10 | Further enhancements to the change-log. ... (check-in: 55243b0d87 user: drh tags: trunk) | |
19:12 | Updates to the change log and a typo fix in one of the documentation pages. ... (check-in: 7705070de7 user: drh tags: trunk) | |
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) | |
01:06 | • Edit [7aa10e3c72c738ee|7aa10e3c72]: Mark "Closed". ... (artifact: 3ce968111e user: drh) | |
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) | |