Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

10 descendants and 10 ancestors of 626a317e5cea1ff0

2012-04-28
03:32
Enhance the "translate" utility so that formatting characters can occur in between the "%" and "C" of a printf-style conversion on @-lines. ... (check-in: f9711803e2 user: drh tags: trunk)
2012-04-27
15:56
Always update the baseurl: entry in the config table if using a repository from a URL that has not previously been recorded. ... (check-in: c7d6e334f8 user: drh tags: trunk)
15:43
Record the names of checkouts and access URLs in the config table and display that information using the "info" command. ... (check-in: e604d483ee user: drh tags: trunk)
13:41
Provide the "public-pages" glob pattern that can allow anonymous users to access embedded documentation on sites where the source code should not be accessible to anonymous users. ... (check-in: 79ef9618e6 user: drh tags: trunk)
12:31
Fix an over-length line in glob.c. ... (check-in: 9232fd6946 user: drh tags: trunk)
2012-04-24
13:36
Update to the latest SQLite version 3.7.12 beta. ... (check-in: 6cfd8ecc05 user: drh tags: trunk)
2012-04-22
10:09
Merging from trunk. I solved some conflicts on the report for merges (cherrypick/...), adding some comments, and adopted the trunk solution to unchanged checkin messages. ... (check-in: 40debe4782 user: viriketo tags: annotate_links)
2012-04-21
18:06
Enhance to #ifdef lines to enable Fossil to build and run on haiku. ... (check-in: b2cc871031 user: drh tags: trunk)
2012-04-20
01:33
Bump version of OpenSSL in the Windows makefiles. ... (check-in: fb48371c74 user: mistachkin tags: trunk)
2012-04-19
15:18
Merge documentation updates from msw-docco into trunk. ... (check-in: 5f6b495230 user: drh tags: trunk)
14:34
Catch up w/ trunk & document --case-sensitive option in the add and addremove commands. ... (Closed-Leaf check-in: 626a317e5c user: martin.weber tags: msw-docco)
2012-04-17
22:31
Merge the msw-docco changes into trunk. ... (check-in: 3c637382b4 user: drh tags: trunk)
21:56
Pull in the latest pre-release version of SQLite, including the new shell. ... (check-in: 4faefe630e user: drh tags: trunk)
20:37
If a user tries to add an attachment which is a valid control artifact, compress the attachment and append ".gz" to its names, to prevent it from being interpreted as a real control artifact. Also fix an unrelated comment typo. ... (check-in: cd4e08803f user: drh tags: trunk)
2012-04-16
15:53
Document some more options of fossil branch new: --nosign, --user-override and --date-override. Fix a typo in fossil branch ls docco. ... (check-in: 7727eb12b0 user: martin.weber tags: msw-docco)
2012-04-13
22:42
Fix the /dir webpages to that it treats folders whos names differ only in case as the same folder when case-sensitive is off. ... (check-in: 4290a801a0 user: drh tags: trunk)
2012-04-11
16:37
Sorry - failed to tap ctrl-x s before that last commit :/. ... (check-in: ad1628626a user: stephan tags: trunk)
16:33
Second half of the tarball fix (CLI mode, i missed that one). ... (check-in: b79d2b77fe user: stephan tags: trunk)
16:28
Fixed: /tarball accepted non-checkin rids (but of course could not generate a tarfile from them). Bug report from Justin Gedge on the mailing list. ... (check-in: f982e3764b user: stephan tags: trunk)
2012-04-06
17:24
(1) Show cherrypick and backout merges in the status command (2) Allow partial commits of cherrypick and backout merges (3) Prompt user to continue if a check-in comment is unedited (4) Fixing a jump on uninitialized data on web sbs diff - cherrypick of [92b2a5c390467a] (5) Updates against an uncommitted merge are now a warning, not a fatal error. ... (check-in: 195517a9c9 user: drh tags: trunk)
13:05
Cleanup: Move all occurrences of setmode() into fossil_binary_mode. ... (check-in: fa4371f3b5 user: drh tags: trunk)