202 events occurring around 2009-07-07 14:53:58.
2009-08-26
| ||
18:40:07 | * | [85c6542a16] Update the FAQ to describe the new --private option on the commit command. (user: drh, tags: trunk) |
18:25:48 | * | [02a584f7f5] Add the --private option to the "fossil commit" command. This option creates a private branch which is never pushed. (user: drh, tags: trunk) |
2009-08-24
| ||
18:02:18 | * | [93d0646830] Typos in the new selfhost.wiki document. (user: drh, tags: trunk) |
17:54:24 | * | [5523218023a] Add <title> markup to several of the embedded documentation pages. (user: drh, tags: trunk) |
17:45:45 | * | [b79994adcb] Trying to improve the look of the homepage. It is not at all clear that this check-in is any improvement, but it is at least an attempt.... (user: drh, tags: trunk) |
16:00:05 | * | [67b5f41963] Added the "selfhost.wiki" page that talks about the three self-hosting fossil repositories and how they are automatically synchronized. (user: drh, tags: trunk) |
2009-08-23
| ||
21:23:54 | * | [5556630a9c] typo (user: bch, tags: trunk) |
2009-08-22
| ||
20:48:17 | * | [45dbaa0c94] Fix typo in the new stats.wiki document. (user: drh, tags: trunk) |
19:27:56 | * | [d0fc1ad062] Fix the "rebuild" command so that it works in an open check-out without having to specify the repository and so that it accepts the -R option. (user: drh, tags: trunk) |
19:15:49 | * | [614519b46c] Get the -R option working on the remote-url command. (user: drh, tags: trunk) |
17:40:58 | * | [2cc95180a0] Added the "Performance Statistics" page to the embedded documentation. (user: drh, tags: trunk) |
2009-08-21
| ||
16:25:30 | * | [ac03d43348] Add the ability to edit check-in dates using control artifacts. Useful if a user does a check-in when their system clock is set incorrectly thus causing an incorrect timestamp to appear on the check-in artifact. You must run "fossil all rebuild" after upgrading to this or any later version of fossil from a prior version. (user: drh, tags: trunk) |
2009-08-19
| ||
11:16:39 | * |
Closed ticket |
... 1 similar event omitted. | ||
2009-08-16
| ||
22:04:56 | * | [93992def02] Add a small colored rendering of the logo image. (user: drh, tags: trunk) |
21:34:30 | * | [07f6780c98] Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. (user: drh, tags: trunk) |
21:22:49 | * | [ef432c2014] Cleanup of the "admin_sql" web page (formerly "admin/sql"). (user: drh, tags: trunk) |
2009-08-15
| ||
22:36:42 | * |
Fixed ticket |
... 1 similar event omitted. | ||
21:38:24 | * |
[a25092b14c]
Be sure to call mbcsToUtf8() when opening the global configuration database.
Ticket |
21:12:21 | * |
New ticket |
17:45:28 | * | [137bff8294] Remove obsolete "todo" files. Remove the obsolete src/VERSION file and references to that file in the makefiles. (user: drh, tags: trunk) |
16:51:33 | * |
Fixed ticket |
16:50:36 | * |
[74f7f6e6ad]
Fix faulty SQL in the "db_unset()" routine.
Ticket |
16:47:42 | * | [5a539f82dc] Add the "circa" capability to the timeline. Check-in hyperlinks go to the "diff" page by default, rather than the "detail" page. (user: drh, tags: trunk) |
16:06:51 | * |
Ticket |
... 1 similar event omitted. | ||
13:24:12 | * |
Fixed ticket |
13:21:45 | * |
[5b91887495]
Fix a memory allocation bug in the ZIP archive generator.
Ticket |
12:51:53 | * |
Ticket |
... 1 similar event omitted. | ||
12:18:08 | * | [292e585661] If the special "ckout" of the "/doc" webpage is used and the server is not within a local check-out, then automatically convert "ckout" to "tip". (user: drh, tags: trunk) |
12:05:54 | * |
Ticket |
08:17:39 | * | [f0e98310c1] Update documentation of 'proxy' configuration (user: altufaltu, tags: trunk) |
05:59:01 | * |
New ticket |
02:18:47 | * |
Fixed ticket |
02:17:27 | * |
[90048e0b30]
Add an "extended timestamp" field to generated ZIP archives. The extended
timestamp is in UTC so it does not mangle the time when the server and
client are in different timezones.
Ticket |
01:44:56 | * | New ticket bd5614b02d date's sequence verification. (user: anonymous) |
2009-08-14
| ||
20:38:47 | * |
Ticket |
16:20:50 | * |
Fixed ticket |
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 |
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 |
... 1 similar event omitted. | ||
16:40:17 | * |
Ticket |
16:06:01 | * |
Closed ticket |
... 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 |
... 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 |
... 1 similar event omitted. | ||
2009-08-06
| ||
12:58:31 | * |
Closed ticket |
... 1 similar event omitted. | ||
2009-08-01
| ||
14:35:38 | * |
Fixed ticket |
14:34:24 | * |
[e00a5de0f1]
Improvement to the error message issued when the HOME environment
variable is missing. Ticket |
14:24:40 | * |
Fixed ticket |
14:23:57 | * |
[a2cbedcb1f]
Add the new remote-url command for managing the default server URL.
Ticket |
13:44:36 | * |
Fixed ticket |
13:42:22 | * |
[80457ec79b]
When the sync protocol receives an HTML error message, print the entire
text of the message verbatim.
Fix for ticket |
13:00:42 | * |
Fixed ticket |
12:59:38 | * |
[47d8fc4944]
Always store g.urlCanonical as the last-sync-url value.
Fix for ticket |
2009-07-29
| ||
13:10:22 | * |
Fixed ticket |
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 |
2009-07-25
| ||
21:07:00 | * |
Ticket |
... 1 similar event omitted. | ||
2009-07-24
| ||
15:43:34 | * |
New ticket |
08:25:14 | * |
Ticket |
03:57:40 | * | [ce5eb40702] correct typo in error msg (user: bch, tags: trunk) |
03:50:43 | * |
Ticket |
... 1 similar event omitted. | ||
2009-07-22
| ||
18:23:31 | * |
Ticket |
... 3 similar events omitted. | ||
2009-07-16
| ||
22:48:57 | * |
Ticket |
... 2 similar events omitted. | ||
2009-07-08
| ||
19:41:01 | * |
Ticket |
... 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 |
12:50:36 | * |
Ticket |
12:26:28 | * |
[2554ba460d]
Potential fix for |
2009-06-24
| ||
12:53:43 | * |
Ticket |
... 3 similar events omitted. | ||
2009-06-22
| ||
21:21:49 | * |
New ticket |
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 |
2009-06-20
| ||
23:07:07 | * |
Fixed ticket |
23:05:55 | * |
[deb6f2af4f]
Change the disk number start from 1 to 0 in generated ZIP archives.
Ticket |
21:56:51 | * |
New ticket |
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 |
... 1 similar event omitted. | ||
00:58:23 | * |
Closed ticket |
... 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 |
... 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 |
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 |
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 |
12:01:07 | * |
New ticket |
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 |
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 |
... 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 |
... 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 |
... 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 |
2009-04-22
| ||
14:53:44 | * | Changes to wiki page Cookbook (user: anonymous) |
2009-04-21
| ||
19:16:39 | * |
Ticket |
... 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 |
... 1 similar event omitted. | ||
2009-04-19
| ||
21:46:58 | * | Changes to wiki page Fossil (user: anonymous) |
06:15:55 | * |
Closed ticket |
06:14:53 | * |
[ab6a293182]
fix for ticket |
06:10:44 | * |
New ticket |
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 |
... 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 |
00:24:28 | * |
New ticket |
2009-04-14
| ||
17:06:25 | * |
New ticket |
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) |