Timeline
Not logged in

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

50 events occurring around 5c57d6d427de1cec.

2009-06-20
21:56 New ticket [04cba6a001] 7-Zip is unable to open Zip files generated by Fossil. artifact: 0a101857b9 user: anonymous
13:06
Fix a bug that prevented the IP address of website users from being recorded in the administator logs. check-in: 266b6127f6 user: drh tags: trunk
2009-06-15
03:20 Ticket [e3c34af10d] can't run fossil clone command when not at tty status still Open with 1 other change artifact: 37c772e8bd user: bharder ... 1 similar event omitted.
00:58 Closed ticket [9adaebd79c]: utilize http headers returned from stream_get initiation plus 2 other changes artifact: 2e0caaabe4 user: bharder ... 1 similar event omitted.
2009-06-14
15:09
Fix typo in "finding home dir" error error message. check-in: 16eae22891 user: bch tags: trunk
15:08 Ticket [e3c34af10d] can't run fossil clone command when not at tty status still Open with 2 other changes artifact: 355010c36a user: bharder ... 1 similar event omitted.
2009-06-13
16:54 Ticket [5f9f516a22] Cannot commit changes: tree checksums before and after commit do not match status still Open with 1 other change artifact: 13d948665a user: chi ... 2 similar events omitted.
2009-06-10
22:12 Changes to wiki page Cookbook artifact: d75671169f user: stephan
22:05
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)). Closed-Leaf check-in: 4ba7b9c288 user: stephan tags: trunk
18:11 New ticket [e816200f95] Shunning cause Assertion failure!. artifact: 7bdca4e9a4 user: chi
2009-06-08
03:32 Ticket [95ab8f02c3] Bus error in SQLite under Solaris 9 (sparc) status still Fixed with 1 other change artifact: 555ed86e3a user: chi
2009-06-07
17:45
Add the logo to the repository. Make the logo appear on the homepage. check-in: 5882d97495 user: drh tags: trunk
17:27
If embedded wiki documentation begins with <title>...</title> then use the text within the markup as the title of the document. check-in: f88e2e7a13 user: drh tags: trunk
17:07 Fixed ticket [95ab8f02c3]: Bus error in SQLite under Solaris 9 (sparc) plus 2 other changes artifact: 43331f942c user: drh
17:05
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]. check-in: e1917f2cee user: drh tags: trunk
12:01 New ticket [95ab8f02c3] Bus error in SQLite under Solaris 9 (sparc). artifact: ebf4da05db user: chi
2009-06-01
16:13
minor help text correction for 'wiki' command check-in: 5e8fb35db1 user: stephan tags: trunk
2009-05-30
15:24 Задача [3e6775edfe] Can't pass html comments through wiki. статус изменен на Open, плюс еще изменений: 1 artifact: 4b97608f7a user: robert
2009-05-28
02:44
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. check-in: 915bfd99fe user: drh tags: trunk
2009-05-27
15:46 Задача [3e6775edfe] Can't pass html comments through wiki. статус изменен на Open, плюс еще изменений: 2 artifact: 5c57d6d427 user: anonymous
02:45
changed title of admin/behavior page to be consistent with the other pages check-in: 7b32e45bd7 user: erik tags: trunk
02:38
added the behavior section to the admin page. It allows the user to enter fossil settings via the web ui check-in: 92e85dc68e user: erik tags: trunk
2009-05-25
20:00 New ticket [cb6baa160d] Wiki output strips <div>. artifact: 327d0221cf user: anonymous
19:58 New ticket [b92c4160fe] Add a class attribute to comments appended to a Wiki page. artifact: 6838c95220 user: anonymous
14:25
Update the built-in SQLite version to 3.6.14.2. check-in: d21b90e365 user: drh tags: trunk
2009-05-22
13:30 Changes to wiki page Cookbook artifact: acad70114a user: chi
08:05 Closed ticket [9ce0321b54]: fossil push - server says: not authorized to write plus 1 other change artifact: cdaa465435 user: anonymous
2009-05-18
18:54
Upgrade SQLite to version 3.6.14.1. check-in: 3b76c0474e user: drh tags: trunk
2009-05-09
19:15 Ticket [9ce0321b54] fossil push - server says: not authorized to write status still Open with 1 other change artifact: 0da32ffd02 user: drh ... 2 similar events omitted.
07:59 Changes to wiki page Extending Fossil's Wiki artifact: d319b859af user: robert
06:19
mods to creole parser and add some default style for creole tables. check-in: 26af399a5c user: robert tags: creole
2009-05-08
15:50 Closed ticket [6b8ee7d40d]: can't log on artifact: c53d7df06d user: robert ... 2 similar events omitted.
10:04
Whoops - forgot to add the parser! check-in: b877d2cfcd user: robert tags: creole
09:52
Initial commit of Creole Wiki Parser extension. check-in: ecd1f09632 user: robert tags: creole
2009-05-07
00:47
Update the built-in SQLite to version 3.6.14. check-in: b4ec5750c6 user: drh tags: trunk
2009-04-29
03:59
checkpoints for the is_ticket() function Leaf check-in: 5d49162a31 user: bch tags: fix artifact checkout
03:51
test recycling "is_ticket()" from wikiformat.c as a way to avoid trying to checkout a ticket check-in: 695b1c7563 user: bch tags: fix artifact checkout
2009-04-27
08:47 Edit [47cc9dfec89c25da]: Change background color to "#c0fff0". Edit check-in comment. Add tag "pass-comments". artifact: ac6c7856a7 user: robert
08:43
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. Leaf check-in: 47cc9dfec8 user: robert tags: robert-exp, pass-comments
2009-04-24
18:40
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. check-in: 767ae79c3d user: drh tags: trunk
14:24 Closed ticket [19a818b157]: Allow Wiki link to be redirected like the Home link. plus 1 other change artifact: bf1a5c887c user: drh