Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2014-06-06 07:10:37.
2014-06-12
| ||
17:25 | Version 1.29 ... (check-in: 3e5ebe2b90 user: drh tags: trunk, release, version-1.29) | |
17:25 | Set the publication date for version 1.29 to 2014-06-12. ... (check-in: 4ec7e53a81 user: drh tags: trunk) | |
2014-06-11
| ||
01:48 | When checking the 'th1-hooks' setting value, refer to the repository settings as well. ... (check-in: 3fb8e171b3 user: mistachkin tags: th1Hooks) | |
01:23 | Improvements to handling of the configuration database. ... (check-in: 79533e2b31 user: mistachkin tags: th1Hooks) | |
00:51 | Centralize the handling of opening the configuration database and repository on behalf of TH1. ... (check-in: 9773eba5fe user: mistachkin tags: trunk) | |
00:40 | Merge updates from trunk. ... (check-in: 715dcd52fe user: mistachkin tags: th1Hooks) | |
00:38 | Add 'th1-hooks' setting to control whether or not TH1 hooks are enabled. By default, all TH1 hooks are disabled. ... (check-in: 54e00d7a0a user: mistachkin tags: th1Hooks) | |
2014-06-10
| ||
23:53 | Prevent the 'setParameter' TH1 command from creating duplicate query parameters. ... (check-in: 617eeaecf8 user: mistachkin tags: th1Cmds) | |
23:12 | Add the 'getParameter' and 'setParameter' TH1 commands. ... (check-in: 40c1195538 user: mistachkin tags: th1Cmds) | |
19:59 | Add the 'checkout', 'render', 'styleHeader', 'styleFooter', and 'trace' TH1 commands. ... (check-in: c18ff5d005 user: mistachkin tags: th1Cmds) | |
18:56 | Make TH1 command comments consistent. ... (check-in: a17919af85 user: mistachkin tags: trunk) | |
05:02 | Merge updates from trunk. ... (check-in: 0465fecca3 user: mistachkin tags: th1Hooks) | |
05:01 | Modularization and cleanup of several test files. ... (check-in: 2c9d6b5e0f user: mistachkin tags: trunk) | |
04:32 | Pass command line arguments to hooks via a TH1 list variable. Enhance test suite infrastructure and add tests. Update hook TH_ERROR return code handling comments to reflect reality. ... (check-in: b34dbc78b5 user: mistachkin tags: th1Hooks) | |
2014-06-09
| ||
20:07 | Enable TH1 hooks for all web pages, known and unknown. ... (check-in: f90f723010 user: mistachkin tags: th1Hooks) | |
2014-06-08
| ||
21:39 | Include TH1 hooks feature in the 'hasfeature' TH1 command. ... (check-in: 53f5e1f9ed user: mistachkin tags: th1Hooks) | |
20:28 | Corrections to #ifdef handling and comments. ... (check-in: f605058514 user: mistachkin tags: th1Hooks) | |
20:19 | Add the ability to include -OR- omit support for TH1 hooks at compile-time. ... (check-in: b3c40dd49e user: mistachkin tags: th1Hooks) | |
00:49 | Update comments on the settings that were made versionable in the previous check-in. ... (check-in: 3d28912ca3 user: mistachkin tags: th1Hooks) | |
00:38 | Make the 'tcl-setup', 'th1-setup', and 'th1-uri-regexp' settings versionable. ... (check-in: 9952893360 user: mistachkin tags: th1Hooks) | |
00:16 | Fix several merge conflict issues from the previous check-in. ... (check-in: 1f915a6859 user: mistachkin tags: th1Hooks) | |
00:03 | Merge updates from trunk. ... (check-in: f91d313169 user: mistachkin tags: th1Hooks) | |
2014-06-06
| ||
09:27 | When doing "fossil user default <username>", don't try to check the current default user for validity. ... (check-in: 4306f0f3d6 user: jan.nijtmans tags: trunk) | |
07:19 | A few additions of "const" keyword, reducing the number of compiler warnings when compiling with -Wwrite-strings ... (check-in: 0a754750ef user: jan.nijtmans tags: trunk) | |
07:10 | Make "fossil version -v" report the right openssl version, even when it was linked dynamically with openssl and the openssl version was later upgraded. Remove some dead code and comments which are not true any more. ... (check-in: 48f1239eb2 user: jan.nijtmans tags: trunk) | |
2014-06-05
| ||
18:39 | Update version of OpenSSL that is referred to in the makefiles. ... (check-in: 94c0eb9724 user: mistachkin tags: trunk) | |
08:12 | Compatibility back to SQLite 3.7.17 (when configuring with --disable-internal-sqlite) ... (check-in: b6670e0545 user: jan.nijtmans tags: sqlite3-compat) | |
08:05 | Remove the Cygwin-specific Makefile, as the option --disable-internal-sqlite has the same effect. Document this. ... (check-in: 5610dc4edf user: jan.nijtmans tags: trunk) | |
2014-06-04
| ||
19:59 | Merged in close-cleanup-config after positive tests and feedback. ... (check-in: fc9970678e user: stephan tags: trunk) | |
19:53 | Minor changelog addition. ... (check-in: 1e4f77d7b4 user: stephan tags: trunk) | |
18:45 | Update the built-in SQLite to the 3.8.5 release. ... (check-in: 72328ae75d user: drh tags: trunk) | |
2014-06-03
| ||
19:42 | Update the build instructions for Mac OS 10.2. ... (check-in: 481741f3f5 user: drh tags: trunk) | |
15:17 | Merge in recent patches to the SQLite 3.8.5 beta. ... (check-in: 2ddb51c08f user: drh tags: trunk) | |
2014-06-02
| ||
20:10 | actually, --date-override overrides --empty, not reverse ... (check-in: a01e2d147f user: jan.nijtmans tags: trunk) | |
14:52 | Updates the built-in SQLite sources to the latest 3.8.5 beta. In particular, this update includes the new ".system" and ".once" commands to the SQLite command-line utility accessed via the "fossil sql" command. ... (check-in: 8bc47c1469 user: drh tags: trunk) | |
09:39 | Fix comment, some formatting. ... (check-in: 74640de96e user: jan.nijtmans tags: trunk) | |
2014-06-01
| ||
04:17 | Incorporate recent features/fixes. ... (Closed-Leaf check-in: 715a36c8ec user: andybradford tags: autosync-tries) | |
2014-05-31
| ||
22:22 | Documented the new -empty flag. ... (check-in: 2a17ab66b2 user: stephan tags: trunk) | |
19:37 | The 'new' and 'init' commands again create an initial checkin unless the (new) --empty flag is given or (as before) --date-override is used. ... (check-in: 3b66804d3f user: stephan tags: trunk) | |
16:37 | Backout [636982a564], which incorrectly calculates aggregate disk checksums when selectively committing files for the initial checkin. ... (check-in: 1a0179abd7 user: joel tags: trunk) | |
15:34 | Link to the manifest documentation from the core concepts. ... (check-in: 7ff74b20d6 user: andybradford tags: trunk) | |
2014-05-30
| ||
18:12 | integrated wiki-keep-mimetype branch. ... (check-in: 52d242a73b user: stephan tags: trunk) | |
18:04 | Renamed --format|-F to --mimetype|-M. Stumbled across a char-is-signed assumption and replaced it with (int). ... (Closed-Leaf check-in: 918d07bfac user: stephan tags: wiki-keep-mimetype) | |
16:52 | Now only remove the ckout:... key if the repo db is writeable. May leave orphans in the config db for read-only repos, but it was doing that before, anyway. ... (Closed-Leaf check-in: 43eeab7c52 user: stephan tags: close-cleanup-config) | |
16:38 | 'close' now removes ckout:... entry from global config and repo. Possibly has unwanted side-effects, thus a branch. ... (check-in: 36cb9ec476 user: stephan tags: close-cleanup-config) | |
14:54 | Allow multiple autosync attempts also for the branch and update commands. ... (check-in: 87d323d307 user: andybradford tags: autosync-tries) | |
03:09 | Introduce the autosync-tries setting to control how many attempts autosync will try if there is a failure. Defaults to 1 which is the current behavior. Disabling autosync is still managed with the autosync setting. ... (check-in: 7653ab6342 user: andybradford tags: autosync-tries) | |
2014-05-28
| ||
20:24 | Update the build-in SQLite from upstream. The "fossil sql" command now supports the ".shell" meta-command. ... (check-in: f6d3b81513 user: drh tags: trunk) | |
16:06 | Added -R REPO to the timeline docs, per ML request. ... (check-in: dadbf7825a user: stephan tags: trunk) | |
03:55 | Fixed an off-by-one error in print_person(). The original code extracted the leading '<' of the email address as part of the user name, putting an unmatched '<' into the git dump file, and breaking fast_import. This bug was only triggered by the user's contact information actually containing an email address. ... (check-in: de1921bad3 user: aku tags: trunk) | |