Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2013-08-30 06:41:05.
2013-09-18
| ||
12:58 | Fix typo in on-line help for "settings". Ticket [b41c8b77dd5044] ... (check-in: 78d714e984 user: drh tags: trunk) | |
12:56 | Always allow the administrator to moderate attachments. ... (check-in: 41d9de6e14 user: drh tags: trunk) | |
12:46 | Fix typos in the "Server" documentation. Also remove the "Security Considerations" paragraph at the end, which seems to be mostly common-sense. ... (check-in: dd357f7f06 user: drh tags: trunk) | |
2013-09-17
| ||
16:08 | Get a 10x speedup on long annotations by indexing a field in the temporary "ancestor" table. ... (check-in: 1c40de1843 user: drh tags: trunk) | |
13:31 | Update the build-in SQLite to the 3.8.1 alpha from upstream, for the purpose of testing SQLite. ... (check-in: 02d3f53305 user: drh tags: trunk) | |
2013-09-12
| ||
12:31 | • Changes to wiki page "Release Build How-To" ... (artifact: 29e902ac49 user: drh) | |
00:43 | Fix a minor error in the mkdownload.tcl script. ... (check-in: 2d9e01e048 user: drh tags: trunk) | |
00:40 | Change the download-page generator script to be more generic about operating system version numbers on prebuild binaries. ... (check-in: b685a01282 user: drh tags: trunk) | |
2013-09-11
| ||
19:15 | • Changes to wiki page "Release Build How-To" ... (artifact: ec714bc3da user: drh) | |
16:05 | • Changes to wiki page "Release Build How-To" ... (artifact: 7ea9290331 user: drh) | |
13:57 | • Changes to wiki page "Release Build How-To" ... (artifact: 33421aec4f user: drh) | |
13:48 | • Added wiki page "Release Build How-To" ... (artifact: 1ada86bb64 user: drh) | |
11:43 | Version 1.27 ... (check-in: 13ad130920 user: drh tags: trunk, release, version-1.27) | |
2013-09-09
| ||
13:13 | Tweaks to the change log. ... (check-in: e7202edf0c user: drh tags: trunk) | |
13:11 | Bug fix to "update": identify the local user correctly. Contributed by Andy Bradford. ... (check-in: 8e50e2e7bd user: drh tags: trunk) | |
13:07 | Increase the version number to 1.27 in preparation for the next release. ... (check-in: 6950e08d07 user: drh tags: trunk) | |
2013-09-05
| ||
01:48 | Only report server time skew once and at the very end of a sync. ... (check-in: 051cf593b2 user: drh tags: trunk) | |
2013-09-03
| ||
15:24 | Update the built-in SQLite from upstream, for the purpose of testing SQLite. ... (check-in: fa0df0c77e user: drh tags: trunk) | |
2013-08-31
| ||
18:27 | Disable the test for file descriptor 3 being invalid since that messes up the "fossil diff" command. ... (check-in: fd7cfac508 user: drh tags: trunk) | |
17:19 | On unix, make sure file descriptor 2 is open and file descriptor 3 is not open at the beginning of main(). The first check helps ensure that a assert() will not accidently overwrite a file. The second check verifies that the is_valid_fd() function used by the first check really works. ... (check-in: 4ef3708d8d user: drh tags: trunk) | |
2013-08-30
| ||
14:33 | Do not print warnings about SQLITE_SCHEMA errors. ... (check-in: d239479528 user: drh tags: trunk) | |
12:32 | Be sure to finalize all queries on the /info page. ... (check-in: cca1adad02 user: drh tags: trunk) | |
12:25 | Finalize the query for the various report formats on the reportlist page. ... (check-in: 34ccf66e17 user: drh tags: trunk) | |
12:18 | Add the --errorlog command-line option and the errorlog: parameter to CGI scripts. Log all panics, fatal errors, and warnings to the error log, if defined. Panic if file descriptor 2 is not open on unix. Clean up some routines that deal with close(). ... (check-in: 4727ef4a8e user: drh tags: trunk) | |
06:41 | Further improvements to the fossil_panic() procedure to prevent it from looping and to force an early close of the database file. ... (check-in: 9d73d4c127 user: drh tags: trunk) | |
06:22 | Update SQLite to the version that avoids opening databases on file descriptor 2 and that works inside a chroot jail. Fix a potential uninitialized variable in the CGI processing. ... (check-in: 98b16c72c7 user: drh tags: trunk) | |
03:06 | Change most uses of fossil_panic() to fossil_fatal(). Modify fossil_panic() to avoid allocating heap memory and to close the database connection before doing anything else. ... (check-in: 320f14363e user: drh tags: trunk) | |
2013-08-29
| ||
23:39 | Update the built-in SQLite to the version that refuses to open database files using file descriptors 0, 1, or 2. ... (check-in: e454de135a user: drh tags: trunk) | |
13:53 | Update the built-in SQLite to the version 3.8.0.1 beta. ... (check-in: 5d60e609c2 user: drh tags: trunk) | |
2013-08-26
| ||
18:23 | If a file has been "fossil rm"-ed in the local checkout - which has not been committed, then a "fossil update" is done to another version that has no changes on that file, then silently keep that file unmanaged. ... (check-in: 2918effe0d user: drh tags: trunk) | |
18:00 | Fix typos in the "fossil update" logic. ... (check-in: 5a1d13ee50 user: drh tags: trunk) | |
07:35 | Note: Test tech-note ... (technote: [bfdf423054] user: drh) | |
2013-08-25
| ||
02:11 | Spiders and robots are presented with a captcha if they request the annotation page. ... (check-in: f8a2aa0ce7 user: drh tags: trunk) | |
2013-08-24
| ||
22:33 | Report all available CGI environment variables on the test_env page. ... (check-in: f9c2dec2ec user: drh tags: trunk) | |
16:11 | Add the --parse option to test-integrity which causes artifacts to be run through the manifest parser. ... (check-in: 2e83d0dea3 user: drh tags: trunk) | |
2013-08-23
| ||
20:58 | Improved rendering of ascii-art hexadecimal for the captcha. ... (check-in: d394010047 user: drh tags: trunk) | |
2013-08-22
| ||
03:20 | Update to the latest SQLite 3.8.0 beta for testing. ... (check-in: 3c5f1f08d8 user: drh tags: trunk) | |
2013-08-20
| ||
04:06 | Bring in the latest SQLite with VDBE and Btree performance optimizations. ... (check-in: 187845b574 user: drh tags: trunk) | |
2013-08-19
| ||
17:13 | Set default CSS for canvas node colors since Chrome has different browser defaults than all others. ... (check-in: 9b19e7e086 user: drh tags: trunk) | |
11:29 | Better enforcement of lexicographical ordering of T cards. ... (check-in: 2979c08271 user: drh tags: trunk) | |
11:22 | Update to the latest SQLite 3.8.0 beta in order to test SQLite. ... (check-in: 48445291c0 user: drh tags: trunk) | |
2013-08-16
| ||
00:47 | Use two arguments to getComputedStyle() for compatibility with very old versions of Firefox. Allow setting graph node background colors using "#canvas{ background-color: COLOR; }". ... (check-in: c06e296b40 user: drh tags: trunk) | |
2013-08-15
| ||
22:45 | Update the built-in SQLite to the latest 3.8.0 beta with the ORDER BY and GROUP BY name resolution fixes, in order to test SQLite. ... (check-in: b67b42fea8 user: drh tags: trunk) | |
03:43 | Fix the CGI so that it works again with Apache. ... (check-in: d01b3c953f user: drh tags: trunk) | |
02:59 | Rig the timeline graph so that CSS of the form: "#canvas{color:#000;}" will set the color of the graph lines and boxes. ... (check-in: e412f97999 user: drh tags: trunk) | |
2013-08-14
| ||
14:32 | Add missing anchors in the server.wiki page. ... (check-in: 4b05c2c59f user: drh tags: trunk) | |
14:30 | Added the Hacker How-To page with a link on the home page. Other documentation enhancements and typo fixes. ... (check-in: 04af93e619 user: drh tags: trunk) | |
2013-08-13
| ||
23:05 | Further improvements to server documentation. No code changes. ... (check-in: b91754ab85 user: drh tags: trunk) | |
18:53 | Updated server documentation to discuss SCGI. ... (check-in: ce0594c22d user: drh tags: trunk) | |
18:16 | • Edit [bc20a30f4982d827|bc20a30f49]: Mark "Closed". Edit check-in comment. ... (artifact: e2f7736b21 user: drh) | |