Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 4a094f46ade70bd9.
2010-11-05
| ||
14:09 | • Ticket [5199df97bc] Alternative to reconstruct for large imports status still Open with 1 other change artifact: a3bfae65a1 user: anonymous | |
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 | |
07:19 | • New ticket [9a34fbad7a] Creating new tickets does not let you specify/override user name. artifact: ec65486d48 user: anonymous | |
07:16 | • New ticket [2d1109c640] fossil should delete repository & journal files if 'fossil clone' is cancelled. artifact: 2d0dc49d13 user: anonymous | |
05:46 | • Ticket [e49f245975] Add '-nocgi' option status still Fixed with 2 other changes artifact: 78849ffa3a user: ron ... 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 | |
13:24 | • New ticket [e49f245975] Add '-nocgi' option. artifact: bfaf8f998b user: ron | |
2010-11-03
| ||
20:26 | • New ticket [6b6c379afe] progress display goes over 100%. artifact: 677db7eaad user: anonymous | |
12:14 | Updates to the help text for the "commit" command. check-in: 098e363301 user: drh tags: trunk | |
11:21 | • New ticket [87f7cebc27] Wiki page names starting with '.' don't work. artifact: b762d4a328 user: anonymous | |
2010-11-02
| ||
18:23 | merge from trunk check-in: cb75de51b5 user: wolfgang tags: StvPrivateHook2 | |
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:32 | • Ticket [35b02baad5] Support in timeline for jumping to specific point in time status still Open with 1 other change artifact: 3d6a1995fe user: anonymous | |
23:26 | • New ticket [926a1b1639] new diff options -N or --new-file not defined in fossil help diff. artifact: 74585350d8 user: anonymous | |
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 ... 2 similar events omitted. | |
20:59 | • Ticket [c66936089e] timeline pagination status still Open with 2 other changes artifact: fe2f00745a user: anonymous | |
18:52 | merge from trunk check-in: 4a094f46ad user: wolfgang tags: StvPrivateHook2 | |
17:43 | • Edit [d0753799e447b795]: Change background color to "#d0c0ff". Timestamp 2010-11-01 14:23:35. Add tag "release". artifact: 88609ead3f user: drh | |
17:24 | • 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 | |
11:10 | makemake.tcl updated to generate valid Makefile.dmc check-in: 4146190600 user: wolfgang tags: StvPrivateHook2 | |
2010-10-30
| ||
20:02 | merge from trunk check-in: 943dbc556d user: wolfgang tags: StvPrivateHook2 | |
19:05 | applied patch from ticket [aa01499923] and added option -prot to test tcl script which optionally writes a protocol file check-in: f89d953a06 user: wolfgang tags: trunk | |
18:45 | • Ticket [ef48c60cee] checkout/build failure status still Open with 1 other change artifact: b93539f680 user: anonymous | |
06:19 | • Fixed ticket [aa01499923]: Merge tests fail on NetBSD and Mac OS/X 10.6.4 plus 1 other change artifact: e576014f15 user: chi | |
06:08 | • Add attachment "fix-aa01499923.patch" to ticket [aa01499923] artifact: 263887d5ac user: chi | |
2010-10-29
| ||
23:51 | • Ticket [b18338c226] include sqlite shell with fossil status still Open with 2 other changes artifact: de9f1c6b85 user: anonymous | |
21:11 | merge from trunk and add sqlite shell to windows make check-in: 6d334ac9ed user: wolfgang tags: StvPrivateHook2 | |
19:06 | Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] check-in: 8c723318d2 user: drh tags: trunk | |
18:06 | Avoid division by zero on degenerate repositories when displaying percent done. Ticket [5be04d980c92f73fbc7] check-in: 067a90a903 user: drh tags: trunk | |
11:13 | • Ticket [aa01499923] Merge tests fail on NetBSD and Mac OS/X 10.6.4 status still Open with 2 other changes artifact: 00f9aab990 user: anonymous ... 1 similar event omitted. | |
2010-10-28
| ||
23:31 | • New ticket [b18338c226] include sqlite shell with fossil. artifact: 616949ea30 user: anonymous | |
18:00 | • New ticket [5be04d980c] Floating point exception, core dump.. artifact: 4095b6bb55 user: bharder | |
17:57 | • Ticket [a4a9f45b67] core dump on attempted branch status still Fixed with 1 other change artifact: c98ae41ecf user: bharder | |
17:41 | merge from trunk Leaf check-in: e6dce6a16a user: wolfgang tags: StvPrivateHook2 | |
14:41 | Fix a few harmless compiler warnings. check-in: d03718ad5f user: drh tags: trunk | |
14:03 | New higher-performance clone algorithm merged in from the experimental branch. check-in: fda9b15cfc user: drh tags: trunk | |