Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2010-11-07 23:51:35.

2010-11-09
10:48 Fixed ticket [6e51013097]: Avoid "obj" directory for builds plus 1 other change ... (artifact: 80737faf6d user: drh)
10:48
Do not use a subdirectory named "obj" for building. Ticket [6e51013097c17ead]. ... (check-in: e663bac6f7 user: drh tags: trunk)
10:44 Fixed ticket [1318677c15]: Configuration pull does not work plus 1 other change ... (artifact: 587ee4b02e user: drh)
10:44
For cloning and syncing, give all users the privileges of both "nobody" and "anonymous" without requiring a login message. Ticket [1318677c15af04480b]. ... (check-in: 134f5b374e user: drh tags: trunk)
01:17
Cleanup of help_page() in preparation for merging with trunk. ... (Closed-Leaf check-in: a298a0e2f9 user: drh tags: StvPrivateHook2)
2010-11-08
23:39 Edit [6d334ac9ed2f7d98|6d334ac9ed]: Move to branch StvPrivateHook2. Timestamp 2010-10-29 21:11:39. ... (artifact: 0ef6d27d9d user: drh)
23:26
Export works for Fossil and SQLite repositories. Does not yet export tags. Also need to add incremental export. ... (Closed-Leaf check-in: e25884d44f user: drh tags: experimental)
20:07
Merge in the [696668aa4ec88213c] fix, which is necessary to successfully export the Fossil self-hosting repository. ... (check-in: 95f709cd4f user: drh tags: experimental)
20:01
Fix a bug in the manifest parser which caused it to ignore manifests that were signed by a windows-build of PGP. ... (check-in: 696668aa4e user: drh tags: trunk)
19:31
Fix an inintiialized variable in the previous check-in. ... (check-in: d8935a89b5 user: drh tags: trunk)
19:23
Fix a corner-case in file_tree_name() - specifically when the input is the name of the root of the local tree, return ".". ... (check-in: f98114c9e4 user: drh tags: trunk)
19:02
When the "update" command has a FILES argument which is the top-level directory, that is the same as having no FILES argument at all. In other words, all files are updated. ... (check-in: 2d1a03736a user: drh tags: trunk)
19:00
Begin adding "import" and "export" commands for converting repositories from and to the Git format. The "export" command currently generates output but is not quite correct. The "import" command is still a stub. ... (check-in: b3fd32f925 user: drh tags: experimental)
15:33
Fix a typo in an error message in the merge logic. ... (check-in: 370a89c832 user: drh tags: trunk)
15:13 Fixed ticket [144180bf7d]: Merge onto empty branch fails plus 1 other change ... (artifact: 7076299dc8 user: drh)
15:13
Allow merges against an empty branch. Ticket [144180bf7db83724a9]. ... (check-in: 4e3cd6ce4e user: drh tags: trunk)
12:19 Closed ticket [66ad1acf2b]: No way to change commit message plus 2 other changes ... (artifact: 374b71faa8 user: drh)
00:45 Fixed ticket [2e088c5815]: Allow svg for in-line diagrams in embedded documentation plus 1 other change ... (artifact: 330816d729 user: drh)
00:40
Merge in changes from the venks-emacs branch. ... (check-in: c01e3c1794 user: drh tags: trunk)
2010-11-07
23:56 Fixed ticket [c18a77e837]: Typo in the Doctype declaration. plus 1 other change ... (artifact: ef043a6f42 user: drh)
23:56
Fix a typo in the <DOCTYPE> marking at the top of each webpage. Ticket [c18a77e837a66122ed19]. ... (check-in: eea8810b21 user: drh tags: trunk)
23:54 Fixed ticket [11209555c9]: Wrong MIME-type on "Edit Project Logo" page showed plus 1 other change ... (artifact: a00f1ee286 user: drh)
23:54
Use the correct mimetype for the logo, even if the mimetype is not image/gif. Ticket [11209555c90f3b61e4]. ... (check-in: 5478f444c5 user: drh tags: trunk)
23:51 Fixed ticket [9d186979fc]: printf() does not understand %lld on windows plus 1 other change ... (artifact: 5013d36cbb user: drh)
23:51
Avoid the use of %lld to work around limitations of some windows compilers. Ticket [9d186979fc4fe8d9c] ... (check-in: c76bb6d270 user: drh tags: trunk)
2010-11-06
23:59
Add an undocumented --noverify option to the rebuild command to skip the verify_before_commit() sanity check. ... (check-in: 6a11af1782 user: drh tags: trunk)
21:04
Rename the "portable_system()" function to "fossil_system()" and move it from diffcmd.c into main.c. ... (check-in: d9880a8003 user: drh tags: trunk)
20:36 Edit [6dd81a542a0f06f3|6dd81a542a]: Edit check-in comment. Timestamp 2010-11-06 19:04:03. ... (artifact: 7926b18ef9 user: drh)
14:04
Fix the sync logic so that it is able to clone against the canonical fossil repository with its implied redirect. ... (check-in: a921be7b51 user: drh tags: trunk)
13:52 Fixed ticket [3edef69bf3]: Cookies don't include port plus 1 other change ... (artifact: e9c6e80640 user: drh)
13:52
Change the anonymous login cookie name to include a hash of the base URL. Ticket [3edef69bf3e995ed2] ... (check-in: 9dd6c43185 user: drh tags: trunk)
2010-11-05
09:55 Ticket [2d1109c640] fossil should delete repository & journal files if 'fossil clone' is cancelled status still Open with 2 other changes ... (artifact: c36b449b5d user: drh)
09:53 Ticket [e49f245975] Add '-nocgi' option status still Fixed with 1 other change ... (artifact: 64c39b43eb user: drh) ... 1 similar event omitted.
2010-11-04
19:58
Do not assume that the method is CGI just because the GATEWAY_INTERFACE environment variable is set. Only do CGI if GATEWAY_INTERFACE is set and there either is no argument specified, or the specified argument is not a valid command. Ticket [e49f245975f89a8a9] ... (check-in: dcf839e4a6 user: drh tags: trunk)
19:24
Fix a couple of minor issues with settings, as pointed out on the mailing list. ... (check-in: cb2ff51c4b user: drh tags: trunk)
2010-11-03
12:14
Updates to the help text for the "commit" command. ... (check-in: 098e363301 user: drh tags: trunk)
2010-11-02
00:07
Add the "ignore" subcommand to the "all" command. Useful for causing testing and debugging repositories from being bypassed for "fossil all rebuild" or "fossil all sync". ... (check-in: 24636f7057 user: drh tags: trunk)
2010-11-01
23:45 Fixed ticket [926a1b1639]: new diff options -N or --new-file not defined in fossil help diff plus 1 other change ... (artifact: e7f9cc21ec user: drh)
23:45
Mention the -N and --new-file command-line options on the "diff" command. Ticket [926a1b1639a1ee3739]. ... (check-in: bd68e4172d user: drh tags: trunk)
23:38
Fix a possible redirect loop. ... (check-in: f4033ec09e user: drh tags: trunk)
23:08 Ticket [35b02baad5] Support in timeline for jumping to specific point in time status still Open with 1 other change ... (artifact: e8fedc2494 user: drh)
17:43 Edit [d0753799e447b795|d0753799e4]: Change background color to "#d0c0ff". Timestamp 2010-11-01 14:23:35. Add tag "release". ... (artifact: 88609ead3f user: drh)
17:24
Note: Release Notes ... (technote: [d6ba73e22b] user: drh tags: release)
14:23
Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. ... (check-in: d0753799e4 user: drh tags: trunk, release)
2010-10-31
23:14 Fixed ticket [ef48c60cee]: checkout/build failure plus 2 other changes ... (artifact: 72027a4f63 user: drh)
23:04 Fixed ticket [5be04d980c]: Floating point exception, core dump. plus 1 other change ... (artifact: 3fbc074dd1 user: drh)
23:03 Fixed ticket [b18338c226]: include sqlite shell with fossil plus 1 other change ... (artifact: e4002b1c47 user: drh)
21:51
Add a warning to the "fossil sqlite3" command to remind users that careless use of the command can easily corrupt the repository. Ticket [b18338c226f6fb4899]. ... (check-in: 4e1241f323 user: drh tags: trunk)
2010-10-29
19:06
Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] ... (check-in: 8c723318d2 user: drh tags: trunk)