Timeline
Not logged in

22 checkins occurring around 2008-10-17 13:30:46.

2008-10-21
06:52:23 * [c863ec1a98] The "diff" command with no arguments now does a diff on all files in the checkout which have been edited. (user: drh, tags: trunk)
06:10:33 * [2bde9f9b3d] Fork Add "ci" as an alias for "commit". Make provisions for a future "fossil mv" command. (user: drh, tags: trunk)
2008-10-20
16:05:03 * [c8a78004ce] Improvements in the display of ticket history. (user: drh, tags: trunk)
06:41:12 * [f0c8693845] More improvements to the timeline display of ticket changes. (user: drh, tags: trunk)
2008-10-18
20:29:33 * [a1f727be9d] Add the "version" command to print out the source-code version number for the fossil executable. (user: drh, tags: trunk)
19:42:04 * [f7a410eca9] Add notes from Ralf Engelshall as a text file: rse-notes.txt. (user: drh, tags: trunk)
13:03:36 * [9e80dc66cf] Use sqlite3_snprintf() instead of snprintf() since the latter is not available on all platforms. (user: drh, tags: trunk)
12:55:44 * [0be54823ba] Add defenses against cross-site request forgery attacks. (user: drh, tags: trunk)
02:27:13 * [ac3f1f2ba7] Improvements to how ticket changes are displayed in the UI. The hyperlink is show with strick-through if the ticket is closed. The title is shown after the ticket hyperlink. SQL to determine the closed condition and the title can be set in the ticket setup screens. (user: drh, tags: trunk)

2008-10-17
13:30:46 * [974f025c6e] Update the "info" command so that it can take the name of a repository as its argument and then report information about that repository. (user: drh, tags: trunk)

12:31:26 * [2bd0690fe8] Add the "all rebuild" subcommand. Be more aggressive about adding repositories to the repository list. (user: drh, tags: trunk)
00:21:21 * [02eabf94e5] Fix a minor problem in the previous check-in. (user: drh, tags: trunk)
00:20:21 * [9346f2290c] Added the "all" command for things like "fossil all sync". I am not sure "all" is quite the right name for this command, so I may yet change it. (user: drh, tags: trunk)
2008-10-11
15:11:31 * [4ef19b554a] Fix a few typos in documentation. (user: drh, tags: trunk)
2008-10-09
18:09:37 * [d0e8e88d54] Fixed a number of small typos. (user: aku, tags: trunk)
2008-10-06
11:33:23 * [3d62a9fb39] Fix a few C99-isms in the code so that the code will build on older C compilers. (user: drh, tags: trunk)
11:28:32 * [5cbfe0cde2] Minor edits to the Questions and Criticisms document. (user: drh, tags: trunk)
00:31:23 * [cbc8983685] Documentation update: Add the "Questions and Criticisms" document in response to recent comments on reddit.com. (user: drh, tags: trunk)
2008-10-05
13:13:13 * [fb8dc7d07f] The UNIQUE constraint on the default TICKET table was wrong. The tkt_uuid column should be unique unto itself, not in combination with tkt_time. Existing servers will need to fix their TICKET implementations using the setup menu. This check-in changes the default. (user: drh, tags: trunk)
12:34:14 * [9236f0c086] Get cloning working for local files without the use of network I/O. Ticket b3482d580e. (user: drh, tags: trunk)