Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "043512c578d18cbc" occurring around 043512c578d18cbc.
2013-10-18
| ||
09:40 | Fix typo in help text. ... (check-in: 6cc54a7962 user: mistachkin tags: trunk) | |
09:38 | Improvements to the 'fossil all' help text. Cherrypick of [8019d49bdb], which was checked-in on the wrong branch. ... (check-in: ed17f3cc2e user: mistachkin tags: trunk) | |
09:34 | Improvements to the 'fossil all' help text. ... (check-in: 8019d49bdb user: mistachkin tags: tkt-change-hook) | |
09:32 | Added a timelineDate CSS class on the "divider" fields, for consistency with the variouts timelineXXX classes. ... (check-in: 720e09841c user: stephan tags: trunk) | |
07:50 | Merge updates from trunk. Add 'th1-uri-regexp' to the common TH1 configuration settings. ... (check-in: 9e4a3bc67b user: mistachkin tags: tkt-change-hook) | |
07:48 | Simplify the declaration of common TH1 related configuration settings. ... (check-in: 52ed68109b user: mistachkin tags: trunk) | |
07:30 | Update error message text. ... (check-in: 037ccb47c5 user: mistachkin tags: trunk) | |
03:16 | Merge updates from trunk. ... (check-in: 2ed75739a5 user: mistachkin tags: timeline_cmd_dash_n_fix) | |
02:23 | Merge updates from trunk. ... (check-in: 20306eef8c user: mistachkin tags: tkt-change-hook) | |
2013-10-17
| ||
22:16 | Add the 'fossil all clean' and 'fossil all extra' sub-commands. Add -whatif option to the 'fossil clean' command that has the same effect as -dry-run, primarily for use with 'fossil all clean' since the all command itself uses the -dry-run option. ... (check-in: d30e5a4835 user: mistachkin tags: trunk) | |
21:44 | Merge updates from trunk. ... (Closed-Leaf check-in: 9ee11edbc1 user: mistachkin tags: allExtra) | |
20:22 | merge trunk ... (check-in: bf45c30d1d user: jan.nijtmans tags: tkt-change-hook) | |
18:36 | Enhance the CGI processor to assume that PATH_INFO is an empty string if it is omitted. ... (check-in: 63a84cb66e user: drh tags: trunk) | |
18:12 | Increase the version number to 1.28. ... (check-in: d8eb5cb7a5 user: drh tags: trunk) | |
18:10 | Update the change log. No changes to code. ... (check-in: d694ef089d user: drh tags: trunk) | |
17:38 | Tolerate CGI systems that do not send REQUEST_URI. ... (check-in: a68280c4fc user: drh tags: trunk) | |
16:10 | minor typo fix. ... (check-in: bd209802bf user: stephan tags: trunk) | |
16:08 | Patch from offline drh which sets the default cloned-repo user name to the one provided in the URL. ... (check-in: 64aa75260f user: stephan tags: trunk) | |
15:40 | Update the built-in SQLite to the 3.8.1 release. ... (check-in: 8f4e273b0d user: drh tags: trunk) | |
2013-10-16
| ||
19:02 | Update build instructions for Mac 10.2. ... (check-in: bf6a4d3294 user: drh tags: trunk) | |
13:39 | merge trunk. Slightly simpler SELECT ... (check-in: 900bfb377d user: jan.nijtmans tags: tkt-change-hook) | |
12:43 | Changed text which appears in EDITOR/VISUAL-based commit message editor, per ML discussion. ... (check-in: 9801449b68 user: stephan tags: trunk) | |
04:09 | Fix behavior of "--limit | -n" argument of the timeline command to fit description from usage, which is also the behavior of the "n=" parameter of the /timeline webpage. Now -n <n> define the number of entries while before, it was limiting the number of lines. (pending review...) ... (check-in: 453a060c19 user: mgagnon tags: timeline_cmd_dash_n_fix) | |
2013-10-15
| ||
20:10 | Add support for compiling with symbols enabled using MSVC. ... (check-in: 44bd9ae243 user: mistachkin tags: trunk) | |
15:02 | If _USE_32BIT_TIME_T is already set, e.g. because SQLite provides it already, don't set it again. ... (check-in: 043512c578 user: jan.nijtmans tags: trunk) | |
06:51 | merge trunk ... (check-in: 837c85bae5 user: jan.nijtmans tags: tkt-change-hook) | |
06:48 | Bug-fix in ticket handling when tracing is on. (discovered in tkt-change-hook branch) ... (check-in: 9e940f2e1e user: jan.nijtmans tags: trunk) | |
00:28 | Minor changes to SQLite 3.8.1 as it nears release. ... (check-in: 93c258250b user: drh tags: trunk) | |
2013-10-14
| ||
13:57 | Clarification to the quickstart.wiki text. ... (check-in: 0b9f725e15 user: drh tags: trunk) | |
13:30 | Bring in the latest SQLite 3.8.1 beta for the purpose of pre-release testing of SQLite. ... (check-in: 089dad49e2 user: drh tags: trunk) | |
08:51 | Merge updates from trunk. ... (check-in: 14be8e8a17 user: mistachkin tags: allExtra) | |
08:28 | Fix compiler warnings. ... (check-in: c932fa47ef user: mistachkin tags: trunk) | |
2013-10-13
| ||
09:53 | merge trunk ... (check-in: a4327ba0b6 user: jan.nijtmans tags: tkt-change-hook) | |
2013-10-11
| ||
20:19 | Improved the help text for /reports. Started 1.28 changelog entries. ... (check-in: 5c123de48c user: stephan tags: trunk) | |
19:58 | Added sub-submenu to /reports for selecting type of event to filter on. ... (check-in: 3e915d420a user: stephan tags: trunk) | |
19:04 | Added by-type labels for /reports page headers, but still not sure how to integrate the flags sensibly into the UI. ... (check-in: 0761df83b0 user: stephan tags: trunk) | |
13:29 | Update the built-in SQLite to the latest 3.8.1 beta that includes the "sqlite3.h" file text at the very beginning of the "sqlite3.c" amalgamation file. ... (check-in: 7f5fbf95eb user: drh tags: trunk) | |
12:40 | Fix Win64 build with MinGW. Problem reported by Martin Gagnon. ... (check-in: 0d70a87234 user: jan.nijtmans tags: trunk) | |
11:44 | merge trunk ... (Closed-Leaf check-in: 1a310615b6 user: jan.nijtmans tags: fix-win64-mingw) | |
11:31 | Revert makefile changes in my previous commit: It broke the normal MinGW build! Sorry! ... (check-in: 6e55cfe61c user: jan.nijtmans tags: trunk) | |
11:24 | minor doc typo fix from ML. ... (check-in: 2530ee0372 user: stephan tags: trunk) | |
11:13 | Attempt to fix Win64 MinGW build. Doesn't work yet. ... (check-in: e25410039d user: jan.nijtmans tags: fix-win64-mingw) | |
08:36 | Make sure that EVERY source file includes "config.h" before any other system includes. This is the first step in making fossil compile for Win64 using MinGW. ... (check-in: c30cd93b91 user: jan.nijtmans tags: trunk) | |
07:49 | Merge updates from trunk. ... (check-in: 33d26b91c4 user: mistachkin tags: allExtra) | |
2013-10-10
| ||
15:19 | Update the built-in SQLite to the latest 3.8.1 beta from upstream. ... (check-in: cb29ef2a1e user: drh tags: trunk) | |
13:18 | Make sure that in Win64 builds _USE_32BIT_TIME_T is never defined. ... (check-in: d66cfb164f user: jan.nijtmans tags: trunk) | |
02:52 | Merge from 'trunk' ... (check-in: 9c3021b097 user: ashish tags: ashish-ipv6) | |
2013-10-09
| ||
13:58 | help fix typo from ML. ... (check-in: 6981cc6851 user: stephan tags: trunk) | |
12:06 | Change "Abbreviated Name" to "Tarball and ZIP-archive Prefix" on the "Configuration" page of setup. ... (check-in: 49e112c9f0 user: drh tags: trunk) | |
09:20 | Make sure that the UUID of a generated P-card is the UUID of a valid check-in in this repository. If not, bail out early. ... (check-in: d30abe150a user: jan.nijtmans tags: trunk) | |