Timeline
Not logged in

202 events occurring around 2009-06-07 17:05:14.

2009-08-14
16:20:50 * Fixed ticket 2e924cf9b7: Change recursive add to allow inclusion of files starting with dot plus 2 other changes (user: drh)
16:19:53 * [5bc5e88c86] Add the --dotfiles option to the "add" command to cause fossil to include files whose name begins with "." which recursively adding files. Ticket 2e924cf9b74e. (user: drh, tags: trunk)
14:03:14 * [0b49e4afba] Fix the header comment (and hence the "help" message) for the "fossil all" command. (user: drh, tags: trunk)
14:00:10 * [7847b418bb] Improvements to the way the update target is computed when saying "fossil update" without specifying what to update to. Avoid the "bad object id: 0" error. (user: drh, tags: trunk)
2009-08-13
19:45:01 * Ticket 2e924cf9b7 Change recursive add to allow inclusion of files starting with dot status still Open with 2 other changes (user: drh)
... 1 similar event omitted.
16:40:17 * Ticket 28044ab5a4 Zip archive dates are in the future status still Open with 1 other change (user: anonymous)
16:06:01 * Closed ticket 8292d79797: Mailing list subscription page inexistent plus 2 other changes (user: drh)
... 2 similar events omitted.
14:36:54 * [9cbef7a104] In the "remote-url" command, omit the userid and password from the URL unless the "--show-pw" command-line option is used. (user: drh, tags: trunk)
14:27:24 * [00ac7945a9] Disconnect the global configuration database in ~/.fossil from the respository database in most cases. This allows multiple "sync" or "commit" operations to be running on different repositories at the same time. (user: drh, tags: trunk)
13:03:20 * Ticket 28044ab5a4 Zip archive dates are in the future status still Open with 2 other changes (user: drh)
... 1 similar event omitted.
2009-08-12
17:35:02 * [c15ec20d5a] Rephrasing the text of the Login page. (user: drh, tags: trunk)
15:12:37 * New ticket 1150abdbee option to limit the scope of extra and clean commands. (user: anonymous)
14:41:32 * [79be9028eb] Keep track of total network traffic for a sync and report the totals at the end of the sync. (user: drh, tags: trunk)
14:27:24 * [7646ee13e3] Fix an issue with "clone" on the client side: the client was requesting multiple copies of artifacts for which it held a delta with a phantom source. (user: drh, tags: trunk)
2009-08-11
15:14:22 * [53f04b180c] Change the date markers in file info pages to use the same CSS tags as the timeline. (user: drh, tags: trunk)
12:27:26 * New ticket 736af3b63b Comment from file. (user: anonymous)
2009-08-10
11:12:01 * [1b0c251575] Update to the latest version of SQLite. Turn off FTS3 in the SQLite build since it is not currently being used. (user: drh, tags: trunk)
02:52:27 * [b189acfd7b] Add a new more legible ascii-art font to the anonymous login captcha. (user: drh, tags: trunk)
02:29:14 * [b4a29fac93] Add an ascii-art captcha for anonymous login. (user: drh, tags: trunk)
2009-08-09
22:13:26 * [f438092f88] correct error message for "fossil all " (as per addition of "ls" subcommand alias) (user: bch, tags: trunk)
21:39:42 * [e85b538fa8] make "ls" an alias for "list" in "fossil all [bad-link: x]x" command. i.e.: fossil all ls == fossil all list. (user: bch, tags: trunk)
21:32:46 * [554d896209] adjust "extra" command to "extras" (i.e. "Show me the extras"). Still works with "extra" as before, due to unambiguous command-completion. (user: bch, tags: trunk)
17:29:25 * [6b0196aeb8] The FOSSIL_VFS environment variable, if it exists, determines which SQLite VFS is used. Use "export FOSSIL_VFS=unix-none" or "export FOSSIL_VFS=unix-dotfile" to work-around non-posix filesystems such as AFS on unix systems. (user: drh, tags: trunk)
06:52:39 * New ticket c84ee1364f Export zip from cli. (user: anonymous)
2009-08-08
22:40:28 * [8b630bb57a] Provide --user-override option on the ci command and the --date-override option on the new command. Make a correction to the file format document. (user: drh, tags: trunk)
05:45:14 * Closed ticket d37b9eadb3: Encoding problems after rebuild (user: anonymous)
... 1 similar event omitted.
2009-08-06
12:58:31 * Closed ticket d5b429766a: Cannot access email list archive plus 2 other changes (user: anonymous)
... 1 similar event omitted.
2009-08-01
14:35:38 * Fixed ticket e3c34af10d: can't run fossil clone command when not at tty plus 2 other changes (user: drh)
14:34:24 * [e00a5de0f1] Improvement to the error message issued when the HOME environment variable is missing. Ticket e3c34af10dd28 (user: drh, tags: trunk)
14:24:40 * Fixed ticket c24e486b05: Provide access to the remote server URL plus 2 other changes (user: drh)
14:23:57 * [a2cbedcb1f] Add the new remote-url command for managing the default server URL. Ticket c24e486b05. (user: drh, tags: trunk)
13:44:36 * Fixed ticket 8a7a49c47d: Error reported for missing/non-readable repo during sync is not good plus 2 other changes (user: drh)
13:42:22 * [80457ec79b] When the sync protocol receives an HTML error message, print the entire text of the message verbatim. Fix for ticket 8a7a49c47d7f200126402c10803e40dbad595c52. (user: drh, tags: trunk)
13:00:42 * Fixed ticket 045f23be75: commit gives error "2fossil: unknown command: <font" plus 2 other changes (user: drh)
12:59:38 * [47d8fc4944] Always store g.urlCanonical as the last-sync-url value. Fix for ticket 045f23be750d93c0bd91f179f39c5c829ed01bc6. (user: drh, tags: trunk)
2009-07-29
13:10:22 * Fixed ticket 8bc2549ced: "fossil ui" expects firefox to exist plus 2 other changes (user: drh)
13:09:22 * [3a7e3e427d] On unix with the "fossil ui" command, try to open the webbrowser with "xdg-open" and "gnome-open" prior to resorting to "firefox". Ticket 8bc2549cedcd599556bbaf131f03b96588701f20 (user: drh, tags: trunk)
2009-07-25
21:07:00 * Ticket 045f23be75 commit gives error "2fossil: unknown command: <font" status still Open with 1 other change (user: anonymous)
... 1 similar event omitted.
2009-07-24
15:43:34 * New ticket 8a7a49c47d Error reported for missing/non-readable repo during sync is not good. (user: bharder)
08:25:14 * Ticket 045f23be75 commit gives error "2fossil: unknown command: <font" status still Open with 1 other change (user: anonymous)
03:57:40 * [ce5eb40702] correct typo in error msg (user: bch, tags: trunk)
03:50:43 * Ticket 045f23be75 commit gives error "2fossil: unknown command: <font" status still Open with 2 other changes (user: bharder)
... 1 similar event omitted.
2009-07-22
18:23:31 * Ticket 607bc372c6 Segmentation fault fossil open ../clone.fsl status still Fixed with 1 other change (user: drh)
... 3 similar events omitted.
2009-07-16
22:48:57 * Ticket 923a912309 osx will not unzip the zip files created by fossil status still Open with 1 other change (user: anonymous)
... 2 similar events omitted.
2009-07-08
19:41:01 * Ticket 8bc2549ced "fossil ui" expects firefox to exist status still Open with 1 other change (user: drh)
... 1 similar event omitted.
2009-07-07
21:41:52 * Ticket d798ba2e79 Hooks request status still Open with 1 other change (user: anonymous)
14:53:58 * [e124881a70] Fix the "update" command so that is does not report conflicts on files that have been added to the current check-out but not yet committed. The added files are simply carried forward into the updated version. (user: drh, tags: trunk)
14:28:24 * Ticket d798ba2e79 Hooks request status still Open with 2 other changes (user: drh)
... 1 similar event omitted.
2009-07-06
23:53:18 * [623a9129c8] Update to the latest SQLite. On the "Ticket" page, if "nobody" is not allowed to create new tickets but "anonymous" is, then offer a hyperlink to log in as anonymous. Change the default settings to be more secure. (user: drh, tags: trunk)
2009-06-26
06:06:33 * New ticket e65daa109f Unable to open a project due to null contents of VC source file. (user: anonymous)
2009-06-25
16:28:19 * Ticket 2e3dc63382 Default Severity Annoying status still Deferred with 1 other change (user: anonymous)
13:00:36 * [0e82ba024c] Update the SQLite implementation to the latest from CVS. (user: drh, tags: trunk)
12:58:32 * [3c62437034] Add the new logo images showing the lizzard skeleton with the "FOSSIL" text at the bottom. Both EPS and GIF formats added. (user: drh, tags: trunk)
12:54:02 * Fixed ticket 40df1ced7e: Sync fail/crash with file: URL on Win32 plus 2 other changes (user: drh)
12:50:36 * Ticket 139636b21b add download link for files next to view and annotate status still Open with 1 other change (user: drh)
12:26:28 * [2554ba460d] Potential fix for 40df1ced7e. (user: drh, tags: trunk)
2009-06-24
12:53:43 * Ticket 40df1ced7e Sync fail/crash with file: URL on Win32 status still Open with 1 other change (user: anonymous)
... 3 similar events omitted.
2009-06-22
21:21:49 * New ticket c24e486b05 Provide access to the remote server URL. (user: anonymous)
20:28:08 * Ticket 7adb22b0ff turn clean command off on a repository status still Open with 2 other changes (user: anonymous)
... 1 similar event omitted.
01:14:42 * Ticket 139636b21b add download link for files next to view and annotate status still Open with 3 other changes (user: anonymous)
2009-06-20
23:07:07 * Fixed ticket 04cba6a001: 7-Zip is unable to open Zip files generated by Fossil plus 2 other changes (user: drh)
23:05:55 * [deb6f2af4f] Change the disk number start from 1 to 0 in generated ZIP archives. Ticket 04cba6a00145ab597dabc48ad5ee688496a57650 (user: drh, tags: trunk)
21:56:51 * New ticket 04cba6a001 7-Zip is unable to open Zip files generated by Fossil. (user: anonymous)
13:06:47 * [266b6127f6] Fix a bug that prevented the IP address of website users from being recorded in the administator logs. (user: drh, tags: trunk)
2009-06-15
03:20:49 * Ticket e3c34af10d can't run fossil clone command when not at tty status still Open with 1 other change (user: bharder)
... 1 similar event omitted.
00:58:23 * Closed ticket 9adaebd79c: utilize http headers returned from stream_get initiation plus 2 other changes (user: bharder)
... 1 similar event omitted.
2009-06-14
15:09:13 * [16eae22891] Fix typo in "finding home dir" error error message. (user: bch, tags: trunk)
15:08:30 * Ticket e3c34af10d can't run fossil clone command when not at tty status still Open with 2 other changes (user: bharder)
... 1 similar event omitted.
2009-06-13
16:54:48 * Ticket 5f9f516a22 Cannot commit changes: tree checksums before and after commit do not match status still Open with 1 other change (user: chi)
... 2 similar events omitted.
2009-06-10
22:12:18 * Changes to wiki page Cookbook (user: stephan)
22:05:59 * [4ba7b9c288] Leaf Added 'achtung' CSS class to the Preview label, to make it more obvious (but i still think the preview should arguably be below the editor (but could be convinced otherwise)). (user: stephan, tags: trunk)
18:11:49 * New ticket e816200f95 Shunning cause Assertion failure!. (user: chi)
2009-06-08
03:32:35 * Ticket 95ab8f02c3 Bus error in SQLite under Solaris 9 (sparc) status still Fixed with 1 other change (user: chi)
2009-06-07
17:45:43 * [5882d97495] Fork Add the logo to the repository. Make the logo appear on the homepage. (user: drh, tags: trunk)
17:27:45 * [f88e2e7a13] If embedded wiki documentation begins with <title>...</title> then use the text within the markup as the title of the document. (user: drh, tags: trunk)
17:07:10 * Fixed ticket 95ab8f02c3: Bus error in SQLite under Solaris 9 (sparc) plus 2 other changes (user: drh)

17:05:14 * [e1917f2cee] Update the SQLite implementation to the latest as of the time of this comment (SQLite CVS version 6726). This fixes an alignment problem. Ticket 95ab8f02c3. (user: drh, tags: trunk)

12:01:07 * New ticket 95ab8f02c3 Bus error in SQLite under Solaris 9 (sparc). (user: chi)
2009-06-01
16:13:56 * [5e8fb35db1] minor help text correction for 'wiki' command (user: stephan, tags: trunk)
2009-05-30
15:24:38 * Ticket 3e6775edfe Can't pass html comments through wiki. status still Open with 1 other change (user: robert)
2009-05-28
02:44:39 * [915bfd99fe] Add the --keep option to the "open" and "checkout" commands. Added the --latest option to "checkout". These changes allow one to shift the baseline version and repository of a checkout without changing any files in the checkout. (user: drh, tags: trunk)
2009-05-27
15:46:17 * Ticket 3e6775edfe Can't pass html comments through wiki. status still Open with 2 other changes (user: anonymous)
02:45:00 * [7b32e45bd7] changed title of admin/behavior page to be consistent with the other pages (user: erik, tags: trunk)
02:38:06 * [92e85dc68e] added the behavior section to the admin page. It allows the user to enter fossil settings via the web ui (user: erik, tags: trunk)
2009-05-25
20:00:21 * New ticket cb6baa160d Wiki output strips <div>. (user: anonymous)
19:58:16 * New ticket b92c4160fe Add a class attribute to comments appended to a Wiki page. (user: anonymous)
14:25:47 * [d21b90e365] Update the built-in SQLite version to 3.6.14.2. (user: drh, tags: trunk)
2009-05-22
13:30:49 * Changes to wiki page Cookbook (user: chi)
08:05:11 * Closed ticket 9ce0321b54: fossil push - server says: not authorized to write plus 1 other change (user: anonymous)
2009-05-18
18:54:00 * [3b76c0474e] Upgrade SQLite to version 3.6.14.1. (user: drh, tags: trunk)
2009-05-09
19:15:22 * Ticket 9ce0321b54 fossil push - server says: not authorized to write status still Open with 1 other change (user: drh)
... 2 similar events omitted.
07:59:26 * Changes to wiki page Extending Fossil's Wiki (user: robert)
06:19:39 * [26af399a5c] mods to creole parser and add some default style for creole tables. (user: robert, tags: creole)
2009-05-08
15:50:45 * Closed ticket 6b8ee7d40d: can't log on (user: robert)
... 2 similar events omitted.
10:04:59 * [b877d2cfcd] Whoops - forgot to add the parser! (user: robert, tags: creole)
09:52:38 * [ecd1f09632] Initial commit of Creole Wiki Parser extension. (user: robert, tags: creole)
2009-05-07
00:47:20 * [b4ec5750c6] Update the built-in SQLite to version 3.6.14. (user: drh, tags: trunk)
2009-04-29
03:59:58 * [5d49162a31] Leaf checkpoints for the is_ticket() function (user: bch, tags: fix artifact checkout)
03:51:02 * [695b1c7563] test recycling "is_ticket()" from wikiformat.c as a way to avoid trying to checkout a ticket (user: bch, tags: fix artifact checkout)
2009-04-27
08:43:38 * [47cc9dfec8] Leaf Experimental - Pass < !-- --> comments through the wiki unchanged unless inside a < verbatim > block in which case it is htmlized. Also pass < span > tags, treating them as font markup. These changes make it easier to convert existing html pages and specifically allow the inclusion of license text in pages derived from copyright material. (user: robert, tags: robert-exp, pass-comments)
2009-04-24
18:40:03 * [767ae79c3d] Branch-Point There is some bug in the new HTTP transport layer. The easiest solution is to close the TCP connection after each round trip, which is what this check-in does. (user: drh, tags: trunk)
14:24:52 * Closed ticket 19a818b157: Allow Wiki link to be redirected like the Home link. plus 1 other change (user: drh)
... 1 similar event omitted.
12:35:22 * Changes to wiki page Fossil (user: anonymous)
12:24:13 * New ticket 3e6775edfe Can't pass html comments through wiki.. (user: anonymous)
12:15:00 * New ticket 19a818b157 Allow Wiki link to be redirected like the Home link.. (user: anonymous)
2009-04-22
14:53:44 * Changes to wiki page Cookbook (user: anonymous)
2009-04-21
19:16:39 * Ticket 8bc2549ced "fossil ui" expects firefox to exist status still Open with 1 other change (user: drh)
... 3 similar events omitted.
2009-04-20
14:07:46 * Changes to wiki page Cookbook (user: anonymous)
14:06:55 * Changes to wiki page Cookbook (user: anonymous)
11:33:17 * Closed ticket e4b91c3758: Git backend plus 2 other changes (user: drh)
... 1 similar event omitted.
2009-04-19
21:46:58 * Changes to wiki page Fossil (user: anonymous)
06:15:55 * Closed ticket 8832434e32: build error with checkoutable() function plus 3 other changes (user: bch)
06:14:53 * [ab6a293182] fix for ticket 8832434e32, wrong args for checkoutable() (user: bch, tags: fix artifact checkout)
06:10:44 * New ticket 8832434e32 build error with checkoutable() function. (user: bch)
05:48:45 * [4fff366109] branch, start committing hacking that will hopefully yield fix to this problem: one is allowed to checkout "artifacts" that should not be checkout-able (ie: changes to tickets); trying to check this out is permitted, but results in a segfault (user: bch, tags: fix artifact checkout)
2009-04-18
19:21:49 * Ticket 8bc2549ced "fossil ui" expects firefox to exist status still Open with 2 other changes (user: drh)
... 1 similar event omitted.
2009-04-15
18:52:34 * Ticket 9a42dd09e0 fossil pull has to be run multiple times status still Open with 1 other change (user: anonymous)
10:10:35 * Ticket b837926422 deleting the "buzzing noise from speakers" tickets affected checkout-ability of repo? status still Open with 2 other changes (user: drh)
00:24:28 * New ticket d37b9eadb3 Encoding problems after rebuild. (user: anonymous)
2009-04-14
17:06:25 * New ticket b837926422 deleting the "buzzing noise from speakers" tickets affected checkout-ability of repo?. (user: bharder)
2009-04-13
18:00:40 * Ticket 9a42dd09e0 fossil pull has to be run multiple times status still Open with 1 other change (user: eric)
... 3 similar events omitted.
09:50:42 * [879e8c5f32] Branch-Point Update to version SQLite 3.6.13 (user: drh, tags: trunk)
02:55:49 * Ticket 3cda72fa7c Mailing list archives don't exist status still Open with 2 other changes (user: anonymous)
... 1 similar event omitted.
2009-04-12
13:51:47 * New ticket 9a42dd09e0 fossil pull has to be run multiple times. (user: anonymous)
2009-04-11
13:07:01 * [a742cfa292] Actually get the "file:" transport working this time. (user: drh, tags: trunk)
12:53:00 * [ece2c766a2] Merge Merge in wiki typo fixes. (user: drh, tags: trunk)
12:51:44 * [945ecd1a8b] Add support for "file:" URLs on push, pull, and sync. (user: drh, tags: trunk)
2009-04-08
19:37:56 * Ticket 83af1f5401 fossil rollback status still Open with 1 other change (user: anonymous)
17:28:38 * Changes to wiki page rewinding (user: bharder)
17:24:24 * Ticket 83af1f5401 fossil rollback status still Open with 1 other change (user: bharder)
... 3 similar events omitted.
2009-04-07
16:08:28 * Closed ticket 2ed0655983: html numeric character entity "•" is maybe wrong. (user: kkinnell)
16:07:09 * Ticket eed6d07c6e Non-ASCII characters not allowed in wiki page titles status still Open with 2 other changes (user: kkinnell)
16:05:33 * New ticket ebcbb50f4a List of tickets relating to Encodings. (user: kkinnell)
15:19:39 * Ticket 3984e3768d Support for non-UTF encodings status still Open with 1 other change (user: kkinnell)
... 2 similar events omitted.
15:03:25 * Ticket cc6557cfc5 Unicode support status still Open with 1 other change (user: kkinnell)
04:12:04 * [6fe981ec56] typo (user: bch, tags: trunk)
04:04:19 * [434c350a45] typo (user: bch, tags: trunk)
2009-04-06
16:27:13 * New ticket 3984e3768d Support for non-UTF encodings. (user: anonymous)
16:14:26 * New ticket eed6d07c6e Non-ASCII characters not allowed in wiki page titles. (user: anonymous)
2009-03-31
21:42:12 * Ticket b465b3bc2c Stale pages delivered on Opera browser status still Fixed with 1 other change (user: anonymous)
... 1 similar event omitted.
17:33:05 * [c3a30a6b80] Fork Add cache-control: no-cache to the server reply header. Ticket b465b3bc2ceef4446b2ae770242ed0968e4dbc68 (user: drh, tags: trunk)
16:47:41 * [355ee47555] Add the new "reader" role, analogous to "developer". (user: drh, tags: trunk)
12:42:49 * [0baf4be679] Update the built-in SQLite sources to version 3.6.12. (user: drh, tags: trunk)
2009-03-30
19:45:20 * Open ticket b465b3bc2c: Stale pages delivered on Opera browser (user: anonymous)
... 1 similar event omitted.
01:12:04 * [63ef585508] Add new "transport_flip()" and "transport_rewind()" methods. These are no-ops for HTTP, but might be useful for FILE and maybe even HTTPS. (user: drh, tags: trunk)
00:58:20 * [327823e39b] Continuing work on the new HTTP transport mechanism. Make it more obvious where in the code extensions to support file: and https: belong. (user: drh, tags: trunk)
00:31:56 * [737e76a69f] Refactor the HTTP client logic to make it much easier to add support for "file:" and "https:" URLs on push, pull, sync, and clone. (user: drh, tags: trunk)
2009-03-29
22:28:34 * Fixed ticket b465b3bc2c: Stale pages delivered on Opera browser plus 2 other changes (user: drh)
22:24:57 * [5ffc720194] Use "no-store" in place of "private" as the cache-control mode. Ticket b465b3bc2ceef4446b2ae770242ed0968e4dbc68. (user: drh, tags: trunk)
11:41:52 * [09d6a6eb16] Closed-Leaf If no userid is specified in the URL then the client omits the login card from its request. (user: drh, tags: experimental)
2009-03-28
16:09:15 * New ticket b465b3bc2c Stale pages delivered on Opera browser. (user: anonymous)
2009-03-27
14:32:33 * [9a23c348b1] Infrastructure in place on the client side to encrypt sync traffic. This is mostly untested so far because we do not yet have a server that understands encrypted traffic. (user: drh, tags: experimental)
2009-03-26
23:26:31 * [bf16ab9b7b] Completed implementation of utility functions to encrypt and decrypt blobs. (user: drh, tags: experimental)
15:32:43 * [5468ec7c5e] Incremental changes toward encrypting sync traffic. The changes are incomplete, but all legacy functionality appears to still works. (user: drh, tags: experimental)
2009-03-25
13:19:17 * Ticket 2d00038076 Wiki engine inserts extra before in lists status still Open with 2 other changes (user: eric)