Fossil

Timeline
Login

Timeline

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

54 check-ins using file src/sqlite3.c version 6a71c71d

2009-10-11
21:31
Panic on bad server responses. Ticket [bfb8427cdd]. ... (check-in: 21a2a181 user: dmitry tags: trunk)
21:30
Update documentation for "clean" command. Ticket [c3d668ad52]. ... (check-in: 25ede6e3 user: dmitry tags: trunk)
21:29
Remove extra whitespace before file names in file browser. Ticket [28d861eb57]. ... (check-in: f871a3b5 user: dmitry tags: trunk)
19:52
Fix the "clean" command to use --force instead of --all. Ticket [c3d668ad52] ... (check-in: 5308e468 user: drh tags: trunk)
19:47
Fix to the "font-family" CSS line in the default CSS. Ticket [aba72eaa589]. ... (check-in: adb155b6 user: drh tags: trunk)
2009-10-05
20:05
add wiki-contents macro to creole parser, plus minor bug fix ... (check-in: b99aa66d user: robert tags: creole)
14:29
Sync client uses only HTTP/1.0 in order to avoid having to support chunked encoding. ... (check-in: 6842999f user: drh tags: trunk)
10:08
merge trunk into creole ... (check-in: 651c75c5 user: robert tags: creole)
2009-10-04
18:29
Remember the userid and password used to clone so that subsequent syncs work correctly. ... (check-in: 4dbc8a6d user: drh tags: trunk)
2009-10-01
17:22
Fix the "gdiff" command so that it accepts commands with arguments. This will require users to put double-quotes around program pathnames that contain spaces. ... (check-in: b2fdf4fe user: drh tags: trunk)
14:54
Add a missing $baseurl to the default header. ... (check-in: 631c52bc user: drh tags: trunk)
14:47
Disable the check of the "server-code" on a sync. This means that two repositories with the same "server-code" can sync with each other, which allows a repository to be copied using an ordinary file copy, and without having to run clone. ... (check-in: 469efd6a user: drh tags: trunk)
2009-09-30
23:24
Promote the "sha1sum" command to a first-class fully documented command. ... (check-in: c83c1110 user: drh tags: trunk)
2009-09-26
14:33
Minor fixes to creole ... (check-in: cacb8db3 user: robert tags: creole)
08:17
Clean up and merge updates from trunk ... (check-in: 7a39dde2 user: robert tags: creole)
2009-09-23
16:54
place the cursor in the username text box on the login screen. ... (check-in: ca08c1d1 user: rwilson tags: trunk)
13:08
Change default ticket viewer format to display ticket title as wiki. Show event summaries as wiki on the timeline. Allow <nowiki> markup in "NOBLOCK" wiki renderings. Ticket [218153bb7c3]. ... (check-in: d6bfe8d9 user: drh tags: trunk)
2009-09-22
11:15
Add the optional mimetype= query parameter to the /doc URI. ... (check-in: f969b6cd user: drh tags: trunk)
07:49
merge trunk into creole branch ... (check-in: 7a2c3706 user: bob tags: creole)
2009-09-21
20:40
Add a <br clear="both"> before the footer on every page. ... (check-in: 249f1bea user: drh tags: trunk)
19:19
Fix a URL on the logo setup page. ... (check-in: 37f295c3 user: drh tags: trunk)
19:10
Add a "logo" image to the local server state. Return this image on all requests to the "/logo" URL. All the administrator to setup that image. Include the image in the default header. ... (check-in: 43481115 user: drh tags: trunk)
16:14
Improved handling of spaces in usernames and passwords. ... (check-in: 7100babd user: drh tags: trunk)
15:08
Update documentation to include links to the mailing list and mailing list archives and to Paul Ruizendaal's TH1 documentation. ... (check-in: 109114ba user: drh tags: trunk)
2009-09-19
17:58
Make sure foreign key constraints are disabled when a new database connection is created. ... (check-in: fe57da72 user: drh tags: trunk)
15:32
Add the --dotfiles option to the "extra" and "clean" commands. Ticket [4de876322f066]. ... (check-in: a2749215 user: drh tags: trunk)
15:20
Fix a (harmless) compiler warning in wikiformat.c. ... (check-in: e0131b1a user: drh tags: trunk)
15:14
Accept wiki hyperlinks of the form: [#label] Ticket [ab82a0bd213b] ... (check-in: 3a4c7f60 user: drh tags: trunk)
14:42
Fix the name of the "fossil branch" command in the Quick Start document. Ticket [6445480b9bd2] ... (check-in: 849972ea user: drh tags: trunk)
14:33
Treat NULL ticket fields as empty strings when appending new text. Ticket [f6747f854ba62b3] ... (check-in: 0b76ce7b user: drh tags: trunk)
2009-09-18
20:58
On the "checkout" command, make sure the argument specifies a check-in and not some other object. Ticket [867f23ff79]. ... (check-in: c774e298 user: drh tags: trunk)
2009-09-16
21:29
Change more system() calls into portable_system() in an effort to fix path quoting problems on windows. ... (check-in: 0eb08b86 user: drh tags: trunk)
14:50
Make sure that bringing up the "/xfer" URL in a web-browser does something sensible (it redirects to the homepage.) Ticket [1d7bbe30aad51]. ... (check-in: 39a144eb user: drh tags: trunk)
2009-09-15
18:44
Make it harder to misconfigure the user accounts in a way that might give people greater access than intended. ... (check-in: bbb8ae7e user: drh tags: trunk)
12:04
Add a screen to prompt the user for the name of a new wiki page. ... (check-in: aa573547 user: drh tags: trunk)
00:58
Fix over-quoting of wiki names. Ticket [e4a31ae35cd521b] ... (check-in: dec46857 user: drh tags: trunk)
2009-09-14
19:16
Add the "scrub" command to remove passwords and other sensitive information from a repository. Ticket [e5232878345]. ... (check-in: 6c6a978a user: drh tags: trunk)
16:56
Fix a C++-ism in timeline.c. ... (check-in: eb1db585 user: drh tags: trunk)
16:09
Formatting changes to the similar event suppression in the timeline. ... (check-in: 8cf8ed78 user: drh tags: trunk)
15:33
Fix an ambiguous column reference in a join - problem introduced by the recent additions to the event table. ... (check-in: d31e054f user: drh tags: trunk)
15:14
Changes to the event mechanism to abbreviate a sequence of edits to the same ticket. Updates through this check-in require a "rebuild". ... (check-in: df3e34c2 user: drh tags: trunk)
14:10
Make sure the manifest_crosslink_begin/end pair can be called multiple times. ... (check-in: 2a069086 user: drh tags: trunk)
14:08
Construct event records for tickets correctly even when the ticket change artifacts arrive out of order. ... (check-in: 95f5520a user: drh tags: trunk)
2009-09-13
16:19
On windows, if the first character of a pathname is '\' then assume that is a full pathname, not a relative pathname. Ticket [cdd360438de]. ... (check-in: 42bf8097 user: drh tags: trunk)
2009-09-12
21:53
Update the proxy handler so that it supports basic authorization. ... (check-in: 9e274a2e user: drh tags: trunk)
21:03
Update the base-64 encoder/decoder to conform to RFC 1421. Add test commands to verify both the endoder and the decoder. ... (check-in: c198613a user: drh tags: trunk)
20:42
More documentation clarifications. ... (check-in: 7879c250 user: drh tags: trunk)
17:45
More documentation updates. ... (check-in: 3c1234c0 user: drh tags: trunk)
17:21
Documentation updates. Add a nice header to the "Download" page. ... (check-in: db70c415 user: drh tags: trunk)
03:45
fixed documentation for the 'fossil branch list' command ... (check-in: da436330 user: rwilson tags: trunk)
2009-09-11
23:04
Make sure that "nobody" and "anonymous" privileges by users who attempt to sync with higher privileges. ... (check-in: 60212796 user: drh tags: trunk)
21:05
Fix the "ui"/"server" command for win32 so that it works even if run from cygwin in a directory that contains a space in its name. ... (check-in: 73431266 user: drh tags: trunk)
18:27
Always print the "project-name" using the command-line "info" command. Avoid an extra "/" character when constructing files for check-in. ... (check-in: bbd758ec user: drh tags: trunk)
15:06
Update to the latest SQLite. Fix a bug in the "diff" and "gdiff" commands. Fix a bug that prevented "fossil config pull" from working. ... (check-in: 129edda9 user: drh tags: trunk)