Timeline
Not logged in

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

7643 events occurring around 2012-07-07.

2012-07-07
13:32
Fix the URL parser so that it is able to handle IPv6 addresses. Fixes to the IPv6 client-side code. check-in: beea59873a user: drh tags: ipv6
2012-07-06
16:18
/json/query now fails without executing the query if the provided query has no result _columns_ (to explicitly disallow INSERT/DELETE/DROP, etc.). check-in: 3e1dd97f77 user: stephan tags: trunk
2012-07-05
21:25
Work toward getting Fossil to be able to sync over IPV6. This check-in compiles, but we do not yet have a server to test it on. check-in: 0268e771ef user: drh tags: ipv6
19:24
Minor interal json refactoring made possible by recent cson changes. check-in: e40e79b7ab user: stephan tags: trunk
19:03
Pulled in latest cson amalgamation for the cson_type_id addition and started refactoring some O(N) lookups to O(1) based on that addition. check-in: cde55bd7a3 user: stephan tags: trunk
2012-07-03
21:30
minor cleanups made possible by newer cson APIs. check-in: 9be377fef1 user: stephan tags: trunk
21:28
Minor improvement to the "are we in JSON mode so we can disable the name parameter hack?" pre-check. check-in: 5ea759f9fe user: stephan tags: trunk
21:10
Minor optimization in stash_create to bypass an unneeded blob_compare() when (isLink!=isNewLink). check-in: 75461b993e user: stephan tags: trunk
21:07
Replaced a malloc()/free() with fossil_malloc()/free() and removed the corresponding NULL check (fossil_malloc() dies on error). check-in: 6ad70288d9 user: stephan tags: trunk
2012-06-29
23:45
Fix a bug in the manifest generator that was introduced by check-in [01e4de6b8ae936b]. check-in: 5f3a0681a0 user: drh tags: trunk
21:30
Added check of rc for setgid/setuid() calls. check-in: 4d107b597a user: stephan tags: trunk
19:35
Remove redundant include argument from the compilation steps of several source files. check-in: 8a18e7fb7f user: mistachkin tags: trunk
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". Closed-Leaf check-in: 0328d68181 user: drh tags: sqlite4
15:47
Merge in the trunk changes. check-in: 0315f3f03b user: drh tags: sqlite4
12:48
Fix the manifest generator for check-ins so that when a partial commit is done and some of the uncommitted files have been renamed, the rows of the check-in manifest are ordered by the original, unchanged names of the uncommitted renamed files. check-in: 01e4de6b8a user: drh tags: trunk
11:05
Update the test-parse-manifest test command so that it reports parse failures on standard output. check-in: 4113f5881b user: drh tags: trunk
2012-06-27
13:59
Use ~/.fossil4 as the configuration database to avoid conflicts with the original fossil. Adjust SQL because INTEGER PRIMARY KEY does not auto-fill as with SQLite3. check-in: 3f624d490b user: drh tags: sqlite4
12:30
Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. check-in: 6823912746 user: drh tags: sqlite4
2012-06-25
15:43
Improved detection of changes to a file after a merge that do not change the size of the file. check-in: 23022a8546 user: drh tags: trunk
15:15
Whan a commit fails because the repository checksum does match the working directory, in addition to printing the names of the files that disagree, also output the repository version of the files to separate temporary files to facilitate error analysis. check-in: edc0c9464d user: drh tags: trunk
2012-06-24
03:47
Re-added the jsonApiVersion field to /json/version output. Not sure why i had removed it. /json/report/create now fails with an NYI error instead of succeeding but doing nothing. check-in: bbcc8fe351 user: stephan tags: trunk
2012-06-22
23:42
Updates to test procedures. Add a test case for the hard-to-diff sqlite3.c change. check-in: f9b89f61a3 user: drh tags: trunk
23:32
Update the built-in SQLite to the latest version from the trunk of the SQLite tree. The diff of this SQLite change will be very slow without the previous check-in that enhances the diff performance. check-in: c5b835ddc0 user: drh tags: trunk
22:39
Huge performance improvement for certain pathological cases for diffing of very large files. check-in: 9e15437e97 user: drh tags: trunk
13:03
Minor Makefile hack to allow "make clean" to work from ./src/. check-in: 4e4b6cc35f user: stephan tags: trunk
12:58
MSC makefile fix for missing cson_amalgamation. Closed-Leaf check-in: 0918d1f04a user: stephan tags: stephan
2012-06-20
17:26
Remove an unused variable. check-in: 2955cece33 user: drh tags: trunk
17:24
Add the ability for an administrator to run raw SQL commands via the web interface. check-in: ca0faa88a4 user: drh tags: trunk
16:47
comment-after-#ifdef patch from Alexander Orefkov. check-in: c5d56e4974 user: stephan tags: trunk
14:40
Change the names of config parameters for adunits to use "-" instead of "_". Allow configuration sync of adunits as part of the skin. check-in: 4bf5cdc873 user: drh tags: trunk
14:14
Allow ad units to be added after the menu bar. Optionally disable ads for logged in users and/or administrators. check-in: e33fc88630 user: drh tags: trunk
11:31
Update the diff-test-1.wiki tests to include a case for side-by-side diffs of multibyte characters. check-in: c2b681e635 user: drh tags: trunk
11:02
Account for multibyte unicode characters when computing column widths for side-by-side diffs. check-in: 484f8d29af user: drh tags: trunk
10:57
Add a comment that contains multi-byte unicode characters. This will be used for testing diff logic. check-in: d1fc2f4a16 user: drh tags: trunk
2012-06-19
13:04
Fix several MSVC compiler warnings, including a couple C99-isms. check-in: 80bfcee892 user: mistachkin tags: trunk
2012-06-14
13:00
Remove temporary pqueue_insert renaming hack from the various Makefiles. check-in: 4006ee4f23 user: mistachkin tags: trunk
2012-06-12
11:20
Change the "pqueue_" prefix on methods of the priority queue object to be "pqueuex_" to avoid conflicts with OpenSSL. check-in: 81162c716c user: drh tags: trunk
2012-06-11
17:33
merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) Closed-Leaf check-in: 7a57ab6465 user: mgagnon tags: mgagnon_fix
17:23
Merge in Trunk... check-in: c109e66db5 user: mgagnon tags: mgagnon_fix
11:39
Minor pedantic wording change to accommodate a recent code change in how _FOSSIL_ stores the path to the repo file. check-in: 480367cecf user: stephan tags: trunk
2012-06-10
22:31
Merge the autosetup and winsrv branches into trunk. check-in: 1ac9cece64 user: drh tags: trunk
22:29
If files named on the "fossil add" command are not present, make that a warning rather than a fatal error. check-in: 810976a750 user: drh tags: trunk
2012-06-08
03:12
On unix, use the ".fslckout" name instead of "_FOSSIL_" for the local checkout database. Both names have been and continue to recognized. But now ".fslckout" is created by "fossil open" instead of "_FOSSIL_". the "_FOSSIL_" name is still used on windows. check-in: 432306beca user: drh tags: trunk
2012-06-07
13:30
Update the built-in SQLite to the first 3.7.13 beta. check-in: 990c4d4437 user: drh tags: trunk
2012-06-06
20:27
Fixed command line processing for the "winsrv" command. Corrected a typo in the documentation of the "winsrv create" command. Report error messages in the native language if english is not available. Closed-Leaf check-in: cff9cc34f0 user: tsbg tags: winsrv
2012-05-26
20:59
Minor error text rewording (for clarity). Suggestion from the mailing list. check-in: e130c2e781 user: stephan tags: trunk
2012-05-14
19:44
added fossilwiki -- a perl script to dump information about the wiki pages in a repo check-in: 733e9af854 user: ron tags: trunk
2012-05-12
19:03
Update the built-in SQLite to the first 3.7.12 release candidate. check-in: 3613fe5666 user: drh tags: trunk
2012-05-11
21:18 Edit [cc008ebab7eda7e7|cc008ebab7]: Edit check-in comment. Change user to "bcsmith". artifact: 509e0da59e user: bcsmith
21:17
Filter out inline shell variables from tclConfig.sh because they break the build on CentOS 5 with TCL 8.4. (Edit: Fixed username.) Closed-Leaf check-in: cc008ebab7 user: bcsmith tags: autosetup
2012-05-10
12:22
Update the built-in SQLite to the 3.7.12 beta as of 2012-05-10. check-in: 0141e20ff0 user: drh tags: trunk
2012-05-07
20:59
Avoid database locking errors caused by db_optional_sql() writes. check-in: b22cc4eb73 user: drh tags: trunk
2012-05-05
13:53
Improvements to the javascript that enables hyperlinks for anonymous users. check-in: 7fb59a67dc user: drh tags: trunk
10:55
Fix a typo in the "info" page. check-in: e2f5be6df1 user: drh tags: trunk
2012-05-04
23:14
Update to the latest SQLite trunk version. (This is for testing SQLite, not for Fossil's benefit.) check-in: 59169e4d16 user: drh tags: trunk
21:31
Bump version of zlib in the Windows makefiles. check-in: a30da54fee user: mistachkin tags: trunk
2012-04-30
09:33
When sided by side make the text area small so it will always fit in the column. After page loaded enlarge the text area with Javascript. But leave a little room (40px) as a margin between the two columns. This insurers that side by side always succeeds. Closed-Leaf check-in: 396eceb9e4 user: renez tags: side-by-side-edit
2012-04-29
17:08
Merge in recent trunk changes so that the branches can be more easily compared. Closed-Leaf check-in: 82332148a2 user: drh tags: side-by-side-edit
16:54
Remove appropriate "ckout:" records from the config table when closing a checkout. Do not attempt to modify the repository with "ckout:" records if the repository is read-only. check-in: 02051489a0 user: drh tags: trunk
13:07
Put wrap="virtual" back in textarea Increase the height of the textarea to the height of the preview div. check-in: ead316f3f7 user: renez tags: side-by-side-edit
11:05
Use in cgi strncmp to circumvent Firefox adding ; charset: UTF-8; changed cols to 60 especially under windows it is to big and the result is not side-by-side check-in: a7a331fa16 user: renez tags: side-by-side-edit
05:12
Put back the rows='%d(n)". Although an other option is, after the page has loaded, to change the offsetHeight of the text area to the height of the previewdiv. check-in: 55e7e24595 user: renez tags: side-by-side-edit
05:05
Enable side by side editing and preview. While automatic updating of the preview 'pane'. Tested with Chrome and Firefox under Linux. Only Chrome works. check-in: 20362c85a8 user: renez tags: side-by-side-edit
04:54
Create new branch named "side-by-side-edit" check-in: 68a8a7e925 user: renez tags: side-by-side-edit
2012-04-28
22:42
Add the "fossil all changes" command to show all check-outs with uncommitted changes. Also add the "fossil all list --ckout" option to show all current checkouts rather than all repositories. check-in: 42f4d14771 user: drh tags: trunk
18:55
Change the name of the auto-enable-hyperlinks setting to auto-hyperlink and make it available via the "fossil setting" command. Note: when upgrading through this change, if you formerly had auto-hyperlink turned off, you will have to turn it off again since the name has changed. It defaults to on. check-in: cb5db7598f user: drh tags: trunk
18:24
Remove a surplus space character following the user name in the description of check-ins. check-in: 0ea8ed34a1 user: drh tags: trunk
18:02
Fix a stray ")" character in the diff buttons of the "check-in" information page. check-in: 82476370d0 user: drh tags: trunk
17:28
For the "fossil info" command from without an open check-out, only show the alt-root and access-url information if the --detail or -l options are given. check-in: f1487280a8 user: drh tags: trunk
15:00
On the "setup_ulist" (list of users) webpage, group the special category users ("anonoymous", "nobody", "reader", "developer") together at the top of the screen, rather than interspersing them among the regular users. check-in: 2079981fd6 user: drh tags: trunk
14:13
Take advantage of the recently enhancement to the "translate" utility to simplify the logic for the "stat" webpage. check-in: 2008cecf1c user: drh tags: trunk
14:07 Edit [8ae52fc4183f3100|8ae52fc418]: Edit check-in comment. artifact: e8c7877741 user: drh
12:07
s/History/Hyperlink/ to accommodate API change. check-in: 89f37c0458 user: stephan tags: trunk
08:05
Move the enhanced spider-defense mechanism into the trunk. check-in: 433cde1ce8 user: drh tags: trunk
08:03
Refinements to the new hyperlink logic and spider defense. Closed-Leaf check-in: d9c8a7dd73 user: drh tags: spider-defense
07:15
Changes anchor tags (<a>) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. check-in: 8ae52fc418 user: drh tags: spider-defense
03:32
Enhance the "translate" utility so that formatting characters can occur in between the "%" and "C" of a printf-style conversion on @-lines. check-in: f9711803e2 user: drh tags: trunk
2012-04-27
15:56
Always update the baseurl: entry in the config table if using a repository from a URL that has not previously been recorded. check-in: c7d6e334f8 user: drh tags: trunk
15:43
Record the names of checkouts and access URLs in the config table and display that information using the "info" command. check-in: e604d483ee user: drh tags: trunk
13:41
Provide the "public-pages" glob pattern that can allow anonymous users to access embedded documentation on sites where the source code should not be accessible to anonymous users. check-in: 79ef9618e6 user: drh tags: trunk
12:31
Fix an over-length line in glob.c. check-in: 9232fd6946 user: drh tags: trunk
2012-04-24
13:36
Update to the latest SQLite version 3.7.12 beta. check-in: 6cfd8ecc05 user: drh tags: trunk
2012-04-22
10:09
Merging from trunk.

I solved some conflicts on the report for merges (cherrypick/...), adding some comments, and adopted the trunk solution to unchanged checkin messages. check-in: 40debe4782 user: viriketo tags: annotate_links

09:56
Fix a comment in my previous commit. check-in: 515e7fa0c8 user: viriketo tags: annotate_links
09:50
I change the branch colour algorithm, for another one I can understand better. No HSV magic; simply few combinations of RGB values based on hash. This algorithm should give either different or equal colours, and not similar colours.

This way I think the hash differences are more likely to give different colours.

I had the feeling that we were get... check-in: 243d99d128 user: viriketo tags: annotate_links

2012-04-21
18:06
Enhance to #ifdef lines to enable Fossil to build and run on haiku. check-in: b2cc871031 user: drh tags: trunk
2012-04-20
01:33
Bump version of OpenSSL in the Windows makefiles. check-in: fb48371c74 user: mistachkin tags: trunk
2012-04-19
15:18
Merge documentation updates from msw-docco into trunk. check-in: 5f6b495230 user: drh tags: trunk
14:34
Catch up w/ trunk & document --case-sensitive option in the add and addremove commands. Closed-Leaf check-in: 626a317e5c user: martin.weber tags: msw-docco
2012-04-17
22:31
Merge the msw-docco changes into trunk. check-in: 3c637382b4 user: drh tags: trunk
21:56
Pull in the latest pre-release version of SQLite, including the new shell. check-in: 4faefe630e user: drh tags: trunk
20:37
If a user tries to add an attachment which is a valid control artifact, compress the attachment and append ".gz" to its names, to prevent it from being interpreted as a real control artifact. Also fix an unrelated comment typo. check-in: cd4e08803f user: drh tags: trunk
2012-04-16
15:53
Document some more options of fossil branch new: --nosign, --user-override and --date-override. Fix a typo in fossil branch ls docco. check-in: 7727eb12b0 user: martin.weber tags: msw-docco
2012-04-13
22:42
Fix the /dir webpages to that it treats folders whos names differ only in case as the same folder when case-sensitive is off. check-in: 4290a801a0 user: drh tags: trunk
2012-04-11
16:37
Sorry - failed to tap ctrl-x s before that last commit :/. check-in: ad1628626a user: stephan tags: trunk
16:33
Second half of the tarball fix (CLI mode, i missed that one). check-in: b79d2b77fe user: stephan tags: trunk
16:28
Fixed: /tarball accepted non-checkin rids (but of course could not generate a tarfile from them). Bug report from Justin Gedge on the mailing list. check-in: f982e3764b user: stephan tags: trunk
2012-04-06
17:24
(1) Show cherrypick and backout merges in the status command (2) Allow partial commits of cherrypick and backout merges (3) Prompt user to continue if a check-in comment is unedited (4) Fixing a jump on uninitialized data on web sbs diff - cherrypick of [92b2a5c390467a] (5) Updates against an uncommitted merge are now a warning, not a fatal err... check-in: 195517a9c9 user: drh tags: trunk
13:58 Ticket [fd7ad198e5] out of memory (can't allocate region) status still Open with 1 other change artifact: d4c314f54f user: navratil
13:05
Cleanup: Move all occurrences of setmode() into fossil_binary_mode. check-in: fa4371f3b5 user: drh tags: trunk
2012-04-05
14:31
Made 'fossil commit' detect if the editor changed the file. If the editor did not change the file, ask confirmation, as if it was an empty comment.

I think svn behaves this way. check-in: d2a733beda user: viriketo tags: annotate_links

14:19
Allowing partial commit for merges not adding a parent to the checkin. check-in: a610b2567f user: viriketo tags: annotate_links
14:05
I make 'merge --baseline' not introduce a new parent in the merge checkin. I think it should behave like --cherrypick. check-in: ba402f33b2 user: viriketo tags: annotate_links
2012-04-04
16:20
Updating from trunk to get the latest trunk fixes. check-in: b7f3a32d4e user: viriketo tags: annotate_links
16:19
Fixing a jump on uninitialized data on web sbs diff. Noticed after having seen text file corruption in the web SBS, and traced by valgrind. check-in: 92b2a5c390 user: viriketo tags: annotate_links
2012-04-02
01:19
Fix a bug in the previous check-in. check-in: b65ed0b106 user: drh tags: trunk
01:15 Edit [ef9ec5d74acae630|ef9ec5d74a]: Mark "Closed". artifact: 6dade0738f user: drh
01:14
Improve the readability of large sizes on the "stat" webpage. check-in: 701c8e68c6 user: drh tags: trunk
00:11
Try to make the "stat" page more readable by inserting commas in larger integers. This experiment did not work out. Closed-Leaf check-in: ef9ec5d74a user: drh tags: comma-in-stat
2012-03-31
19:15
Update to the latest SQLite code. Fix a compiler warning in style.c. check-in: 82f5663270 user: drh tags: trunk
17:13
fix for cookie mismatch for self-registered users (reported via mailing list). check-in: dc97099ac3 user: stephan tags: trunk
16:37 Edit [1bf77fa2da6dc48b|1bf77fa2da]: Edit check-in comment. artifact: 5dd7fd272e user: drh
16:24
Update the download page generator script to always include the <!DOCTYPE html> at the beginning. Otherwise, IE9 doesn't work. check-in: 1bf77fa2da user: drh tags: trunk
15:18
Add the ability to set a background image as part of the server configuration. Process the CSS using TH1 so that $baseurl can be inserted into the CSS. check-in: 62398459fb user: drh tags: trunk
14:35
Pulled in latest cson_amalgamation for cson_sqlite3_bind_value(). check-in: 1eec62808d user: stephan tags: trunk
14:02
Add a background image to the www/ directory. check-in: 351dabfb95 user: drh tags: trunk
13:22
Remove ambiguity in LOGIN_IGNORE_U and LOGIN_IGNORE_V flags by combining them into a single flag. check-in: 49546c5a87 user: drh tags: trunk
2012-03-30
13:22
Further improvements to the help text for the "fossil ci" command. check-in: 6d4f9a3b69 user: drh tags: trunk
2012-03-29
18:31
minor checkin doc improvement (suggestion from Marek). check-in: b6d219b920 user: stephan tags: trunk
18:24
Added -i/--invert option to /json/wiki/list --glob/--like flags. check-in: 757cf364a9 user: stephan tags: trunk
14:54
Add vim modline everywhere check-in: a496d8e88d user: mgagnon tags: mgagnon_fix
14:48
merge in trunk check-in: 150074d1d6 user: mgagnon tags: mgagnon_fix
2012-03-28
21:25
added advapi32 to libs of dmc. Needed for windows service check-in: c0ad5f6bc4 user: renez tags: trunk
2012-03-27
09:06 Ticket [205152fe15] Fossil command test-move-repository should run without access to repository status still Open with 2 other changes artifact: f74a5aa0b1 user: altufaltu
04:16 New ticket [24b002f731] Windows: Operating fossil from a read-only directory says it is 'not within an open checkout'. artifact: 3619967a4d user: altufaltu
2012-03-25
03:23
Added --html|-h option to /json/diff to retrieve HTML-marked-up diffs. check-in: a15214e83c user: stephan tags: trunk
03:10
Added --glob and --like options to /json/wiki/list, to filter the list server-side. check-in: 06cd311c17 user: stephan tags: trunk
01:35
reverted that switch to sqlite3_mprintf() - i did not realize that vmprintf() is implemented locally. Changed some %s to %t/%T. check-in: bb05bf6d36 user: stephan tags: trunk
01:29
Added downloadPath link to /json/dir output when --checkin is specified. Optimized no-checkin cases to use a temp view instead of temp table. check-in: 517d0ef8a5 user: stephan tags: trunk
01:27
fixed a horrible varargs misuse. check-in: a596198ced user: stephan tags: trunk
00:52
switched from vmprintf() to sqlite3_mprintf() to get the extra percent format modifiers. check-in: 3acdc5e448 user: stephan tags: trunk
2012-03-24
21:05
Avoid adding HTML into the "patch" output. check-in: dce6af96eb user: drh tags: trunk
16:35
Added timestamp output to /json/dir when -checkin option is provided. check-in: a81b34b8f5 user: stephan tags: trunk
12:32
/json/wiki: s/contentLength/size/ and s/lastSavedBy/user/, for consistency. Interface-incompatible change. check-in: c78773b2fd user: stephan tags: trunk
2012-03-23
01:11
s/status/state/, for consistency. check-in: 8f496ed159 user: stephan tags: trunk
2012-03-22
23:26
Added size to the "changed files" list for the /json routines which output that. check-in: 9575eb5d2a user: stephan tags: trunk
22:09
Changes to how /json/(artifact|finfo|timeline) handle file content and modification-state flag. Some API-incompatible changes. check-in: 8c6dc243c9 user: stephan tags: trunk
04:13 New ticket [205152fe15] Fossil command test-move-repository should run without access to repository. artifact: efc9e3faa5 user: altufaltu
2012-03-21
21:11
removed rid property from /json/timeline/wiki response payload. check-in: 47817fefdf user: stephan tags: trunk
21:06
Changes /json/timeline/branch's payload structure to match that used by the other /json/timeline/xyz APIs. Removed rid property from timeline output. check-in: bdc29eb897 user: stephan tags: trunk
20:55
fixed /json/timeline/branch timestamp flag, which was in string format rather than unix epoch. check-in: 9b42f2e976 user: stephan tags: trunk
20:23
Throughout the /json API, renamed the "mtime" property with "timestamp", to consolidate the inconsistent usage. check-in: 070b75542c user: stephan tags: trunk
2012-03-20
14:44
Allow multiple --tag options on the "commit" commandline. Change the meaning of the --bgcolor option to only change the background color for the single commit. The new --branchcolor option changes the background color persistently, as --bgcolor used to do. Command-line compatibility break. check-in: c4dc635e6b user: drh tags: trunk
14:03
Merge the winFiles branch into trunk. check-in: 135ed93375 user: drh tags: trunk
2012-03-19
20:33
removed "rid" property from /json/artifact/FILEUUID output. check-in: 98ae107a97 user: stephan tags: trunk
20:33
minor type-cast addition in json timeline SQL. check-in: 70e41ccd48 user: stephan tags: trunk
12:45
Avoid a valgrind warning in the side-by-side diff logic. Closed-Leaf check-in: 5dd5d39e7c user: drh tags: branch-1.22
11:58
Avoid a valgrind warning in the side-by-side diff logic. check-in: 9262546e43 user: drh tags: trunk
05:24
Modify file_simplify_name to accept a parameter used to determine if the trailing slash, if any, should be retained. Make use of this when converting the local root to its canonical form. Closed-Leaf check-in: e94c7cc4de user: mistachkin tags: winFiles
04:48
In file_tree_name, since the file name argument is converted to its canonical form prior to the memcmp, the local root must be as well. On Windows, normalize drive letters to uppercase when converting a file name to its canonical form and fix construction of temporary file names used with the gdiff command when the --from and --to options are pres... check-in: 6be0898b2c user: mistachkin tags: winFiles
2012-03-18
23:44
Fix compiler warnings and update custom makefile. check-in: 43631b087b user: mistachkin tags: trunk
20:40 Changes to wiki page "compillingOnWindows" artifact: 0b8d99c643 user: renez
19:46
Fixing an unnecessary heap accumulation. check-in: 801a759589 user: viriketo tags: annotate_links
16:37
Minor cleanups and tinkering in /json/dir. check-in: c1963c49b0 user: stephan tags: trunk
16:36
/json/finfo now sorts ASC when --after is specified. check-in: 5dcaeca7c1 user: stephan tags: trunk
16:35
Removed mperm property from /json/artifact results. Added a TODO. check-in: afe12e1077 user: stephan tags: trunk
14:53
Making the side-by-side diffs autocalculate the width, by default. check-in: 16397d8625 user: viriketo tags: annotate_links
14:03
Adding a link to vpatch in vdiff. check-in: e926e0b467 user: viriketo tags: annotate_links
13:54
Add a link for a non-detail view in vdiff. check-in: dc313b1547 user: viriketo tags: annotate_links
11:54
Added file size info to /json/dir (but only when checkin=... is specified) and /json/finfo. Changed /json/dir to not show uuid for dir entries because the associated UUID actually refers to a file in that dir. check-in: 7b89c7b5b3 user: stephan tags: trunk
11:43
Improved error message when parsing JSON input request fail. check-in: 4dae79503f user: stephan tags: trunk
04:00
Removed more name-related special-case handling code. check-in: 1a4ca414e9 user: stephan tags: trunk
03:47
Removed some special-case handling of "name" param (no longer needed). check-in: 34fc6f098f user: stephan tags: trunk
03:37
removed jsonApiVersion property for the time being. check-in: bf903a4b99 user: stephan tags: trunk
03:37
A follow-up patch to the previous "name" change, to work around the problem of HTTP GET requests not yet knowing that they are in JSON mode (POST requests know this). check-in: 3bf1ad0162 user: stephan tags: trunk
02:46
Added uuid=... option to the as-yet-undocumented /json/finfo. check-in: 6472199167 user: stephan tags: trunk
02:45
Added name_to_uuid2() check-in: c685a35eb0 user: stephan tags: trunk
02:15
Removed the special-cased addition of g.zExtra==parameter named "name" when running in JSON mode because it causes no end of grief in several JSON handlers and none of the handlers rely on that handling. check-in: ccd6c879b4 user: stephan tags: trunk
00:04 Edit [21b57d8c5d6e26b6|21b57d8c5d]: Edit check-in comment. artifact: 886e6cf2a5 user: stephan
2012-03-17
18:04 Edit [f7e215bcac885cb4|f7e215bcac]: Edit check-in comment. Add tag "version-1.22". Cancel tag "version-1.21". artifact: 7e3663619c user: drh
17:54 Edit [f7e215bcac885cb4|f7e215bcac]: Change background color to "#d0c0ff". Add tag "version-1.21". artifact: c4cfc6b3fa user: drh
17:53
Version 1.22 check-in: f7e215bcac user: drh tags: trunk, release, version-1.22
14:59
clean up error handling and permissions for various /json/user/save cases. check-in: d2bb7aeaa6 user: stephan tags: trunk
02:03
minor cleanup to that last commit. check-in: 0d6b73f07d user: stephan tags: trunk
01:49
Fixed a bug in /json/user/save which could cause the fossil-internally-defined version of the 'name' param to be used, overwriting a user's name with 'user/save'. The name now _must_ come from the request payload, to avoid this ambiguity. check-in: 7e25293c5e user: stephan tags: trunk
00:17
Fixed /json/user perms discrepancies - Setup users could save but not load other users. check-in: 21b57d8c5d user: stephan tags: trunk
2012-03-16
19:17
More tinkering with the /json/dir?name=xxx handling, so that CLI/HTML modes behave consistently vis-a-vis each other. check-in: b804326940 user: stephan tags: trunk
19:01
Removed a duplicated function (different name, same code). check-in: 116a098610 user: stephan tags: trunk
17:44
Fixed /json/dir to work over HTTP mode, too. check-in: 857a6d9142 user: stephan tags: trunk
17:37
minor text fix. check-in: 3f6c1f7033 user: stephan tags: trunk
15:59
Added "missing" changes for 1.22 release. check-in: b82563d7f7 user: stephan tags: trunk
15:51
minor cleanups to /json/dir. check-in: 726a6f7942 user: stephan tags: trunk
15:21
Added initial /json/dir implementation. check-in: 318a0ac132 user: stephan tags: trunk
12:41
Fixed /json/timeline/ticket to work around (what appear to be) attachment(?) artifacts which end up in its query results. check-in: ac63662180 user: stephan tags: trunk
12:22
Fixed a C99ism. check-in: 8170846117 user: stephan tags: trunk
12:13
s/prevUuid/parent/ for json payload properties, for consistency. check-in: 23aba0e4a3 user: stephan tags: trunk
00:49
Pull in the latest version 3.7.11-alpha of SQLite. check-in: 77e36ef611 user: drh tags: trunk
2012-03-15
17:54
Allow simultaneous logins to the same user account as long as the IP address is compatible. check-in: 73038baaa3 user: drh tags: trunk
17:34
Fix a typo on the Setup/Access page. check-in: e67a77dfec user: drh tags: trunk
2012-03-11
18:26
Further refinements to the help message that appears when Fossil is invoked with no arguments. check-in: 93f48ce0cb user: drh tags: trunk
10:56
minor help text fix. check-in: 65a8db6ae3 user: stephan tags: trunk
2012-03-10
17:48
Added /json/wiki/preview. check-in: 0165fa184e user: stephan tags: trunk
16:47
minor internal refactoring of /json/wiki/get in prep for /json/wiki/preview. check-in: 73816973fb user: stephan tags: trunk
13:17
Merge latest changes from trunk. check-in: 7124f09f07 user: ashish tags: ashish-ipv6
03:59
Removed some dead code in /json/timeline/wiki. check-in: fe5cf37e66 user: stephan tags: trunk
2012-03-09
20:16
Fixed a logic bug which caused /json/wiki/create to not be able to create a new page. check-in: 64c2ec012c user: stephan tags: trunk
18:43
Added jsonApiVersion to /json/version output. check-in: 24d830ca8a user: stephan tags: trunk
18:39
latest cson amalgamation - malloc() reduction optimization for integer values on 64-bit platforms. check-in: 81971c12c9 user: stephan tags: trunk
10:17
/json/diff now handles the no-diff case more gracefully. check-in: efbecda470 user: stephan tags: trunk
02:07
Tweak to the side-by-side diff alignment algorithm. Add diff test cases to the release checklist. check-in: 3be264b57f user: drh tags: trunk
2012-03-08
19:02
/json/artifact/CHECKIN now accepts only "o" permissions, to match the HTML interface. check-in: 6b08628c78 user: stephan tags: trunk
18:50
/json/artifact/CHECKIN now accepts "o" in addition to "h" privileges. check-in: 3628652dba user: stephan tags: trunk
2012-03-05
20:35
Consolidated some duplicated /json code, removed some dead code. Minor doc additions and cleanups. check-in: 6ca400a315 user: stephan tags: trunk
19:47
removed the 'w', 't', and 'ci' aliases from /json/timeline/ALIAS. They provide no real benefit (except arguably 'ci') and may hinder future expansion. check-in: 48255fa981 user: stephan tags: trunk
19:24
Make sure set_base_url() is called prior to redirecting when a page is not found. check-in: 78a48858ef user: drh tags: trunk
2012-03-04
19:03
Fixed 2 swapped error messages. Added /json/wiki/diff button to demo page. check-in: 1578ba3441 user: stephan tags: trunk
18:41
Added first go at /json/wiki/diff. Not yet configurable but proves the concept. check-in: c6c38a522f user: stephan tags: trunk
17:29
/json/wiki/get now supports uuid=string option to specify a specific version of the page. Response now includes the parent version's uuid. check-in: 6f2a51602e user: stephan tags: trunk
14:45
latest cson_amalgamation. Fixes an obscure ref-counting discrepancy and cuts memory cost of cloning. check-in: 7830e2cc0f user: stephan tags: trunk
2012-03-02
18:40
started adding login group support to /json/user/save, but it is incomplete and #if'd out. check-in: 69d0dbf2f2 user: stephan tags: trunk
17:52
/json/artifact/WIKI_UUID now supports the --format options from /json/wiki/get. check-in: 2cbe686c30 user: stephan tags: trunk
17:23
/json/artifact/WIKI_UUID now returns the requested wiki page version instead of the most recent one. check-in: accd6f3df6 user: stephan tags: trunk
16:44
Added initial /json/finfo support, but the output structure is up for debate. check-in: f825f8c85d user: stephan tags: trunk
15:01
/json/timeline/ci and /json/artifact/CHECKIN now require h access instead of o (this is debatable). check-in: 4d027477fa user: stephan tags: trunk
14:25
Renamed /json/artifact/?uuid=xxx to name=xxx (it now matches the docs), minor internal cleanups in /json/artifact. check-in: d2c5b943f3 user: stephan tags: trunk
14:23
removed some dead code, minor internal cleanups in /json/timeline. check-in: 6420654c80 user: stephan tags: trunk
13:36
fixed a minor documentation typo. check-in: 648e74d857 user: stephan tags: trunk
11:25
removed some dead code in /json/timeline/branch. check-in: e65422ea5f user: stephan tags: trunk
2012-03-01
22:30
Merging from trunk. I manually solved the conflict widening the user name on annotate. check-in: f201fbaea3 user: viriketo tags: annotate_links
22:28
Fixing 'patch' on the fdiff page. check-in: 675b49efa3 user: viriketo tags: annotate_links
13:40
Leave the -original, -baseline, and -merge files around when an update or merge conflicts due to binary files. check-in: 471044f664 user: drh tags: trunk
01:43 Fixed ticket [6b6c379afe]: progress display goes over 100% plus 2 other changes artifact: bda71ce784 user: dmitry
2012-02-29
22:13
removed unneeded dependency on cson_amalgamation.h check-in: 1166948173 user: stephan tags: trunk
21:39
/json/timeline/checkin: changed response payload to include "parents" array property with UUIDs of all parents, removing the parentUuid property which just referenced the primary parent. The first parent in the array is the primary parent. Thanks go to Brian Smith for catching this oversight. check-in: 0c9c99b83f user: stephan tags: trunk
2012-02-26
15:20
fixed mis-matched ifdef for MSVC push/pop macros in cson code. check-in: ef561ed0a5 user: stephan tags: trunk
2012-02-25
15:31
Update to the Stats document. check-in: affb0019c9 user: drh tags: trunk
2012-02-24
13:40 Edit [dbf4ecf414881c9a|dbf4ecf414]: Mark "Closed". artifact: 26a4502e86 user: drh
13:40 Edit [86f6e675eb3f8761|86f6e675eb]: Mark "Closed". artifact: be4a0e5a23 user: drh
13:40
Merge wideAnnotateUser and jsonWarnings into trunk. check-in: 18dd383e5e user: drh tags: trunk
11:36
For annotate, make the fixed user name field wider (e.g. 'Administrator'). Closed-Leaf check-in: dbf4ecf414 user: mistachkin tags: wideAnnotateUser
2012-02-23
11:32
Fix warnings in json support code (unused variables, unused label, etc). Closed-Leaf check-in: 86f6e675eb user: mistachkin tags: jsonWarnings
2012-02-21
02:01
Make sure the "fossil rebuild" command always ends up showing "100.0% complete", not "99.9%" or "100.1%". check-in: 3a44f95f40 user: drh tags: trunk
01:53
Enhance the "fossil rebuild" command so that it looks at "private" --raw tags and rebuilds the PRIVATE table to contain (at least) the content that is tagged "private". check-in: 2f98f66031 user: drh tags: trunk
2012-02-19
16:42
Added -verbose flag to /json/wiki/list, which returns the metadata for all pages but not their content. check-in: fe99188e60 user: stephan tags: trunk
03:04
Added mistachkin's openssl name collision workaround to the autoconfigurator. Fixed a typo. Closed-Leaf check-in: d03aca4a77 user: jan tags: jan-buildfixes
02:31
Merge latest changes from trunk. check-in: 0c3af1ecf8 user: jan tags: jan-buildfixes
2012-02-18
22:56
latest cson code - minor gcc 4.6 portability fixes only. check-in: f32b042eed user: stephan tags: trunk
19:06
Merge into trunk the fix for --with-openssl with a manual path. check-in: 06143581fe user: drh tags: trunk
10:37
Show the branch of the checkin in the vdiff page. check-in: a50a28bb3f user: viriketo tags: annotate_links
2012-02-17
23:51
Slight tweaks to MinGW makefile support for FOSSIL_ENABLE_JSON. check-in: f355727b34 user: mistachkin tags: trunk
23:16
Fix on the get_parent_branch_rid - wrong variable. check-in: 75b4676c51 user: viriketo tags: annotate_links
22:57
Adding a vdiff link to the info page, "vdiff to the parent branch". check-in: 9f208c6830 user: viriketo tags: annotate_links
22:52
Adding a kind of symbolic name that returns the last checkin of the parent branch merged into the requested branch. For example, if annotate_links forked from trunk, "pbranch:annotate_links" returns the rid of the last time trunk was merged into annotate_links. check-in: d560953c98 user: viriketo tags: annotate_links
21:47
Removing the 'd' link on the annotate page for lines introduced in a checkin with the parent don't having that file. check-in: 4036b5df51 user: viriketo tags: annotate_links
21:36 Edit [61523cbe67202918|61523cbe67]: Mark "Closed". artifact: 412c2e3de6 user: viriketo
21:36
Merging what I had at [61523cbe67] over trunk related to href targets. check-in: d5129ae101 user: viriketo tags: annotate_links
21:29
Merging from trunk, to get the branch up to date. check-in: 6b7ddfefbf user: viriketo tags: annotate_links
21:14
Fix openssl library path when specifying --with-openssl with a manual path. check-in: 2ce353f5b0 user: jan tags: jan-buildfixes
21:06
copy/paste doc correction. check-in: 365fe4afd8 user: stephan tags: trunk
19:43
Added FOSSIL_ENABLE_JSON option to Makefile.mingw. check-in: aae3f5b629 user: stephan tags: trunk
18:32
fixed a c99ism. check-in: 21e7cea48e user: stephan tags: trunk
18:23
Added initial /json/config/get support. check-in: e5a86795da user: stephan tags: trunk
18:13
removed an old TODO comment. check-in: caddb9b42e user: stephan tags: trunk
17:57
Update to the latest autosetup(0.6.4) check-in: dd13b0e64d user: drh tags: trunk
12:59
/json/user/save now requires 's' privilege in order to set/remove the 's' privilege or edit another user who currently has the 's' privilege, to somewhat more closely mimic the HTML interface's behaviour. check-in: 029870831a user: stephan tags: trunk
12:43
fixed a potential crash in /json/wiki/get when page contents are NULL. check-in: fca6c46cd9 user: stephan tags: trunk
01:55
Update to the latest autosetup (0.6.4) Closed-Leaf check-in: 20a7225747 user: steveb tags: autosetup
2012-02-16
22:40
Cleaned up the recently consolidated top-most json command dispatching a bit. check-in: 5daadddfdb user: stephan tags: trunk
21:37
Refactored some duplicate json-mode command/path dispatching code into a function. check-in: f81e3e7f45 user: stephan tags: trunk
21:09
Removed some unused code. minor doc touch-up. check-in: cff9ecad0b user: stephan tags: trunk
20:57
minor doc touch-ups and one s/cson_value_new_string/json_new_string/. check-in: 9cfe61e0bf user: stephan tags: trunk
20:12
fixed /json/wiki/get to fail with a resource-not-found error if given the name of an unknown page. check-in: ac8c1ad4bb user: stephan tags: trunk
03:15
Fix typo in the new fossil_getenv() function for windows. check-in: 6c835ea8c7 user: drh tags: trunk
01:03
Always convert the result of getenv() into UTF8. check-in: 57152086b8 user: drh tags: trunk
2012-02-14
01:48
Improved description of tag changes in the EVENT table, and hence on the timeline. check-in: 7367cec4c8 user: drh tags: trunk
2012-02-13
22:50
Collect the various file-scope variables used by the "db.c" module into a single structure. This is code cleanup. There are no functional changes. check-in: a537c99531 user: drh tags: trunk
20:19
Update to the latest version of SQLite, which among other things, includes the fix for unix whereby the umask is ignored when creating journal files. That means that any process that has write permission on a repository should be able to recover hot journals. check-in: 0a72346109 user: drh tags: trunk
09:48
minor cleanups in some of the ajax test code. check-in: 7716c98520 user: stephan tags: trunk
2012-02-12
12:41
moved an incorrectly placed assertion in (json wiki save). check-in: 4272d03e32 user: stephan tags: trunk
11:30
Usage text correction (wrong parameter name) in (json report get). check-in: 53ba1f2950 user: stephan tags: trunk
11:04
minor doc clarification for the previous commit. check-in: f42096f7ca user: stephan tags: trunk
10:58
(json wiki save) now returns the results of (json wiki get) but without the page content. check-in: 70ea765873 user: stephan tags: trunk
10:42
(json wiki get) now supports returning the page metadata without the content. Fixed an arg-forwarding bug in json_find_option_cstr() which caused long-form args to be ignored. check-in: 913e0b6628 user: stephan tags: trunk
2012-02-11
21:28
Fix to the unix makefile so that it looks in the OBJDIR directory for header files synthesized by makeheaders. check-in: 8718b3c6ab user: drh tags: trunk
21:23
Update the built-in SQLite version to the latest from trunk, including the patch that sets -wal and -shm files to have the same owner as the database when running as root. That patch help to avoid configuration problems on Fossil servers. check-in: 5ac8c0d713 user: drh tags: trunk
18:25
Further diff enhancements: Allow up to two diff-marks per line on a side-by-side diff. check-in: 937514b968 user: drh tags: trunk
00:56 Edit [9555560966be1be8|9555560966]: Mark "Closed". artifact: c620c8e107 user: mistachkin
00:56 Edit [ff19cc215f4758ef|ff19cc215f]: Mark "Closed". artifact: 91d80bda6e user: mistachkin
2012-02-10
23:37
Record --backout and --cherrypick merges in the VMERGE table with IDs -2 and -1, respectively. On a --cherrypick merge, make the default check-in comment be the same as the check-in comment for the cherrypicked change. check-in: 9c28bca430 user: drh tags: trunk
23:16
Do not record a full-merge when the --backout option is used. check-in: b6710a0143 user: drh tags: trunk
23:09 Edit [e98d793db260a4a6|e98d793db2]: Mark "Closed". artifact: d1879b3bf4 user: drh
23:08 Edit [e98d793db260a4a6|e98d793db2]: Move to branch msw-docco. artifact: 61a8936206 user: drh
23:05
Merge in the code that optionally runs a TH1 script after each ticket edit. check-in: a9055964f3 user: drh tags: trunk
23:04
Pull over the changes to the 'building and installing' wiki page from msw-docco. There's some more docco changes pending in that branch which should be pulled by sanctioned developers. Closed-Leaf check-in: e98d793db2 user: martin.weber tags: msw-docco
23:03
Merge in the Mistachkin SSL linking fix. check-in: f0635d4e03 user: drh tags: trunk
23:03
Merge in documentation updates. check-in: 75ea5ac672 user: drh tags: trunk
23:01
Revise workaround for OpenSSL symbol name collision problem. Closed-Leaf check-in: ff19cc215f user: mistachkin tags: sslLinkingFix
22:53
Bump versions of zlib and OpenSSL in the Windows makefiles. Also, rename the pqueue_insert function to avoid a symbol name collision with OpenSSL. check-in: 674bc27891 user: mistachkin tags: sslLinkingFix
18:16 Edit [587dd57fe194af81|587dd57fe1]: Edit check-in comment. artifact: 58ee44db33 user: martin.weber
18:02
climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. Closed-Leaf check-in: 587dd57fe1 user: martin.weber tags: msw-docco
15:26
Attempting to do a better job of merging renames. check-in: f0359882c9 user: drh tags: trunk
14:40 Fixed ticket [67a47646ea]: commit failure after merge plus 2 other changes artifact: 2b53da0429 user: drh
14:31
Detect subsequent edits to a file that was updated by merge. This fixes a problem introduced by check-in [b9227b85cbd78] and reported by ticket [67a47646ea38c7ed]. check-in: a932b74433 user: drh tags: trunk
13:50
A better fix for reporting invalid names in the artifact command. check-in: da94a3b1c5 user: drh tags: trunk
13:13
Report an error if the "artifact" command does not find an artifact. check-in: 4e47bdc4a3 user: drh tags: trunk
05:40 Add attachment merge-conflict.sh to ticket [67a47646ea] artifact: 1292fef05f user: leor
05:25 New ticket [67a47646ea] commit failure after merge. artifact: dbd4def99d user: leor
02:08
Minor fix to autosetup so that it works on Solaris when using jimsh0. check-in: ced22eb209 user: drh tags: trunk
2012-02-09
13:55
Experimental changes to the "update" command to have it report when it makes no changes to the repository. Closed-Leaf check-in: be10939bff user: drh tags: experimental
04:48
Add experimental support for running a TH1 script after a ticket is edited or created. Closed-Leaf check-in: 9555560966 user: mistachkin tags: tktChangeScript
2012-02-08
03:04
Update the version number to 1.22 and begin entering change log information for the next release. check-in: 9b1d394a71 user: drh tags: trunk
00:34
Fix issues with the --brief option to the diff command. check-in: fbaa7ca99f user: drh tags: trunk
2012-02-07
20:04
Another minor performance enhancement on sbs diff. check-in: 3e3feb2dda user: drh tags: trunk
18:58
Performance optimization for the alignment calculation on side-by-side diffs. Noticably faster. check-in: 87f867018b user: drh tags: trunk
18:13
Optimize the inner loop of the LCS algorithm for the main diff generator. check-in: 4ab6071145 user: drh tags: trunk
16:20
Update the built-in SQLite and SQL command-line shell to the latest code from the SQLite trunk. check-in: 030035345c user: drh tags: trunk
16:13
Minor tweak to the side-by-side alignment algorithm so that it handles pure white-space lines better. check-in: 312590a9ee user: drh tags: trunk
15:38
Add the --brief option to the "diff" command. check-in: e0565d4351 user: drh tags: trunk
04:15
Add chunk number fragment marks to HTML diff output. check-in: b1530c29ab user: drh tags: trunk
03:57
Convert the similarity measure for side-by-side diff alignment to use LCS instead of edit distance. LCS is faster and gives comparable results. check-in: 469462b69a user: drh tags: trunk
00:23
Allow file: clones that transfer private branches. check-in: 8f85286cff user: drh tags: trunk
00:01
Change back to using minimum edit distance for computing similarity of lines for alignment in side-by-side diff change blocks. check-in: 51bda5e441 user: drh tags: trunk
2012-02-06
18:18
Fix the SSH transport method so that it allows everything, without regard to user permissions. check-in: a928c89cb1 user: drh tags: trunk
17:47
The "smhdr" query parameter on the finfo pages gives a more compact header without the detailed object descriptions. check-in: af30a9ab46 user: drh tags: trunk
16:03
Make the diff colors darker by default. check-in: ea4b7cd68c user: drh tags: trunk
15:21
Merge the diff enhancements from the diff-experimental branch into trunk. check-in: bba7aea8ca user: drh tags: trunk
15:02
Tweak to side-by-side alignment: Be more aggressive about marking lines as changed if they are naturally aligned to begin with. Closed-Leaf check-in: 5d836cbda7 user: drh tags: diff-experimental
14:28
Adjust the alignment similarity cutoff score. check-in: 9713e42356 user: drh tags: diff-experimental
14:22
Improvements to the alignment algorithm for block changes in side-by-side diff. check-in: a484cfc2f2 user: drh tags: diff-experimental
03:38
When a line changes in a side-by-side diff, only highlight the part of line that actually changed. check-in: 357d26bc36 user: drh tags: diff-experimental
01:55
Trying out a greedy algorithm for aligning the two sides of a change with side-by-side diff. This helps in some cases, but we could probably benefit from a better algorithm. check-in: 881b65141b user: drh tags: diff-experimental
2012-02-05
20:22
Add the "diff optimizer" which tries to shift inserts and deletes to align with natural boundaries in the text. The resulting diff is no more or less correct than the original; it just seems more natural to human readers. check-in: 98cf5c33bc user: drh tags: trunk
17:19
Rearrange code and edit comments in diff logic, for clarity of presentation. No functional changes. check-in: 032da543f0 user: drh tags: trunk
11:41
set maintainer email addr to fossil-dev list. check-in: d3e83cdb64 user: stephan tags: trunk
02:49
Fix yet another issue with tables in side-by-side diffs - an off-by-one error this time. check-in: de719b4396 user: drh tags: trunk
02:43
Fix another bug in table handling for side-by-side diffs. check-in: db1365bc3b user: drh tags: trunk
00:22
Bug fix in the handling of tabs on a side-by-side diff. check-in: 07a0ade926 user: drh tags: trunk
2012-02-04
21:46 New ticket [1a41098588] Statically linked fossil failing to resolve DNS names?. artifact: 9b41024152 user: bharder
21:40
Fix a harmless compiler warning. check-in: 5bbe190a8c user: drh tags: trunk
21:38
Add the new colorized diff logic to file and wiki diffs in addition to version diffs. check-in: 96f1975ce2 user: drh tags: trunk
21:09
Merge the retro-sbsdiff changes into trunk. check-in: 72c0183ac8 user: drh tags: trunk
20:36
Make the default font size is smaller for side-by-side diff. Fix the context-diff so that it understands the dc=N query parameter. Closed-Leaf check-in: eae55eeafc user: drh tags: retro-sbsdiff
20:16
Suppress the top divider on a context-diff with line numbers. check-in: 43cbe9dd5a user: drh tags: retro-sbsdiff
20:13
Fix off-by-one line numbers in the context-diff display. Improvements to the formatting of context-diff displays. check-in: 56ad4ac7ae user: drh tags: retro-sbsdiff
20:00
Bug fix in the context-diff colorization. check-in: ecf30837d4 user: drh tags: retro-sbsdiff
19:55
Colorize the context diff. Add color to the line numbers so that they can be deemphasized. check-in: b57b035654 user: drh tags: retro-sbsdiff
19:34
Revised default color scheme. Add line-numbers to context diff. check-in: 6a6697694c user: drh tags: retro-sbsdiff
18:54
Add color to the retro sbs diff. check-in: 7372c0a5c4 user: drh tags: retro-sbsdiff
15:02
Merge recent trunk changes into the retro-sbsdiff branch. check-in: 066adeedfe user: drh tags: retro-sbsdiff
14:58
Make sure diff output is flushed to screen in a timely manner. check-in: dc96d73dd0 user: drh tags: trunk
14:48
User-contributed patch to the debian/makedeb.sh script for generating a debian package for Fossil. check-in: 7b1fd597b4 user: drh tags: trunk
14:44
Change the alternative name of the _FOSSIL_ checkout database to ".fslckout" since the prior alternative name is offensive in some locales. The prior name is still supported for backwards compatibility, but is now deprecated and undocumented and will eventually disappear completely. check-in: f9a200f01b user: drh tags: trunk
13:55
Updates to the technical overview document. check-in: e255caa2c7 user: drh tags: trunk
00:30
Make sure the "branch new --private" command does not create a public BLOB that is a delta of a private BLOB. Also, when doing a file clone or when doing "scrub --private", double-check that no public BLOBs are deltas of private BLOBs before deleting the private BLOBs. check-in: 034e887c35 user: drh tags: trunk
2012-02-03
17:00
Fix oversize lines in the update.c source file. check-in: b18a178d8e user: drh tags: trunk
16:42
Avoid overflow problems if users enter negative numbers for the "dw" and "dc" URI query parameters. check-in: 30478e4e7e user: drh tags: retro-sbsdiff
16:15
Add URI query parameters "dw=" and "dc=" to control the width of columns and the lines of context on side-by-side diffs in the web interface. check-in: 6474a92a87 user: drh tags: retro-sbsdiff
15:15
Merge recent trunk changes into the retro-sbsdiff branch. check-in: c7cf0cbee6 user: drh tags: retro-sbsdiff
15:05
Enhance the --detail option on the "merge" command to show the specific check-in that is being merged in and the baseline of the merge. check-in: 68d84047c0 user: drh tags: trunk
14:40
Show check-in tags as part of the output of the "whatis" command. check-in: b4a1c60ef6 user: drh tags: trunk
2012-02-01
12:33
Added a kludge to ajax URL param handling to ignore anything after "#". Thought i checked this in in November. check-in: 356c12641c user: stephan tags: trunk
12:09
Doc change only: documented -R/--repository for zip/tar commands. check-in: a84aadad5a user: stephan tags: trunk
2012-01-28
22:04
Merge the latest trunk changes into the retro-sbsdiff branch. check-in: c7edbc9fb7 user: drh tags: retro-sbsdiff
21:51
Store the repository filename in the _FOSSIL_ database exactly as it is typed on the "open" command-line. That means that the repository filename will be stored relative to the root of the check-out if a relative pathname is given on open. check-in: a7248d8fb9 user: drh tags: trunk
2012-01-24
13:28
Fix several blob leaks that can lead to out of memory conditions for very large push operations. Revise the order of error messages so that simple HTTP timeout produces a better diagnostic. The HTTP trace files need to be opened in binary mode. check-in: 1e39808853 user: mistachkin tags: trunk
2012-01-23
03:51
Merge latest trunk changes into jimtcl branch. Lightly tested. Should allow xfer scripts to be written in Jim Tcl. Closed-Leaf check-in: de9c2f08d7 user: steveb tags: jimtcl
2012-01-22
22:02
merge with trunk check-in: e1c424cb69 user: mgagnon tags: mgagnon_fix
06:59
Revise previous commit: since the FOSSIL_ENABLE_TCL macro is used in source files as well as the Makefile itself, it cannot be initially set to an empty string in auto.def. check-in: 238b761afa user: mistachkin tags: trunk
06:52
Make sure that autosetup ends up defining FOSSIL_ENABLE_TCL in the Makefile when necessary. check-in: 21555be397 user: mistachkin tags: trunk
2012-01-20
17:32
The HTTP trace files need to be opened in binary mode. Closed-Leaf check-in: 7611406fd7 user: mistachkin tags: clientSyncLeakFix
17:16
Revise the order of error messages so that simple HTTP timeout produces a better diagnostic. check-in: dd71069bfe user: mistachkin tags: clientSyncLeakFix
15:22
Fix several blob leaks that can lead to out of memory conditions for very large push operations. check-in: 81c685e097 user: mistachkin tags: clientSyncLeakFix
2012-01-18
13:22
Merge trunk changes into the retro-sbsdiff branch. check-in: 6daee94fac user: drh tags: retro-sbsdiff
13:21
Add the ability to run TH1 scripts before and after each xfer request. check-in: 0b61e3c019 user: drh tags: trunk
12:56
Add xfersetup to the makemake.tcl script. Closed-Leaf check-in: 9441f6fbcf user: mistachkin tags: pushScript
12:55
Merge updates from trunk and regenerate makefiles. check-in: 04ab3f0c76 user: mistachkin tags: pushScript
12:47
Correct casing typos. check-in: 0c042ce7d1 user: mistachkin tags: trunk
12:41
Modify the makemake.tcl script to generate cleaned up makefiles and then regenerate them. check-in: 3d258e5152 user: mistachkin tags: trunk
11:12
Merge updates from trunk. check-in: a49e7cb636 user: mistachkin tags: pushScript
11:09
More cleanup of MinGW makefiles. check-in: 533caec0a6 user: mistachkin tags: trunk
07:35
Add CSS style for transfer setup page errors. check-in: 0861811e79 user: mistachkin tags: pushScript
07:30
Correct transfer common setup page description. check-in: b5bf979976 user: mistachkin tags: pushScript
07:21
Merge updates from trunk. check-in: df8c5e2ea0 user: mistachkin tags: pushScript
07:10
Cleanup and unify the MinGW makefiles. check-in: a88a241d72 user: mistachkin tags: trunk
06:22
Update the other Win32 specific makefiles. check-in: 73566db5c2 user: mistachkin tags: pushScript
06:06
Start of experimental support for post-push TH1 scripting. check-in: a11b7f1535 user: mistachkin tags: pushScript
2012-01-15
18:06
Merge latest changes from trunk check-in: b3130baa06 user: ashish tags: ashish-ipv6
2012-01-14
02:48
Yet another fix to the manifest_file_find() function. check-in: 5b38dbb20e user: drh tags: retro-sbsdiff
2012-01-13
22:22
Fix a bug in manifest_file_find(). check-in: 34dc2a4956 user: drh tags: retro-sbsdiff
2012-01-12
00:44
Merge trunk changes into the retro-sbsdiff branch. check-in: f07f7753ee user: drh tags: retro-sbsdiff
00:44
Limit the number of query parameters that the CGI processor will handle before giving up, to make DOS attacks harder. check-in: 2827d449a9 user: drh tags: trunk
00:35 Closed ticket [5a855f1bc6]: "changes", "diff" not properly reporting. plus 2 other changes artifact: 58f392aafa user: bharder
2012-01-11
21:50
merge drh fix (additionally, sqlite3 updates) Closed-Leaf check-in: 6a39f43dc0 user: bch tags: status_redo
18:01
Merge in the change detection fix from trunk. check-in: 8eb1e56712 user: drh tags: retro-sbsdiff
17:48
Fix the file change detection logic so that it does not destroy merge history. Ticket [5a855f1bc6351f5]. check-in: bcd718e924 user: drh tags: trunk
17:03
Update to the latest SQLite 3.7.10 beta. check-in: c936521a15 user: drh tags: retro-sbsdiff
16:58
Update to the latest SQLite 3.7.10 beta. check-in: ecbc370132 user: drh tags: trunk
2012-01-10
17:25 Ticket [5a855f1bc6] "changes", "diff" not properly reporting. status still Open with 1 other change artifact: 0840f42ffd user: bharder ... 1 similar event omitted.
2012-01-06
06:32 Edit [d7ff893259bd3996|d7ff893259]: Edit check-in comment. artifact: 541ea487ea user: bharder
06:30 Ticket [5a855f1bc6] "changes", "diff" not properly reporting. status still Open with 1 other change artifact: d9bed5a55e user: bharder
05:28
corrections for erroneous merge of [4b432961ac|retro-sbsdiff] (see ticket [5a855f1bc6]) check-in: d7ff893259 user: bch tags: status_redo
05:20
undo [b9227b85cb|status improvements] check-in: a5e9410f47 user: bch tags: status_redo
05:06 Ticket [5a855f1bc6] "changes", "diff" not properly reporting. status still Open with 2 other changes artifact: 9727b9ff16 user: bharder ... 1 similar event omitted.
2012-01-05
13:09
Merge the trunk changes into the retro-sbsdiff branch. check-in: 4b432961ac user: drh tags: retro-sbsdiff
13:08
Update the built-in SQLite to the latest 3.7.10 beta. check-in: 8a8685d103 user: drh tags: trunk
2012-01-04
18:29
Process the style sheet using TH1 prior to returning it. This branch is experimental. Closed-Leaf check-in: d1b68cc0f3 user: drh tags: th1-css
2012-01-03
06:40
The return value from sqlite3_win32_mbcs_to_utf8 and sqlite3_win32_utf8_to_mbcs must now be freed via sqlite3_free. check-in: 058e287edb user: mistachkin tags: trunk
2012-01-01
15:57
Simplified display of side-by-side diff in the web browser. check-in: a1e667e6b5 user: drh tags: retro-sbsdiff
2011-12-31
12:51
Escape the contact information for users when displaying. check-in: a3e625e954 user: drh tags: trunk
2011-12-29
19:42 Fixed ticket [101ab6946f]: Case sensitive database entry on non-case sensitive file system (Windows) plus 1 other change artifact: 9eece29e5a user: drh
19:42
Make the "fossil extra" command insensitive to case on case-insensitive filesystems. Ticket [101ab6946f1c7] check-in: 42de745932 user: drh tags: trunk
2011-12-28
21:41 Ticket [101ab6946f] Case sensitive database entry on non-case sensitive file system (Windows) status still Open with 2 other changes artifact: f7e51b1c7b user: drh ... 1 similar event omitted.
13:40
Improvements to "fossil status" processing. Automatically detect when a file has undergone a null-edit - when the mtime has changed but the content of the file is unchanged - and mark such files as unchanged. check-in: b9227b85cb user: drh tags: trunk
2011-12-25
04:59
Remove unused local variable. check-in: aa55cf3aa6 user: mistachkin tags: trunk
2011-12-23
14:00
Use the SSL_set_tlsext_host_name() function only if it is available. check-in: cb52442608 user: drh tags: trunk
13:51
Update the built-in SQLite to the latest version from trunk as a beta test of the next SQLite release. check-in: e8f15c0dce user: drh tags: trunk
2011-12-22
13:57 Fixed ticket [34707fabfd]: add after rm doesn't work plus 1 other change artifact: 6be0042897 user: drh
13:57
Fix the "add" command so that it will undo a prior "rm". Ticket [34707fabfd8a5d] check-in: feed6232af user: drh tags: trunk
05:20 New ticket [34707fabfd] add after rm doesn't work. artifact: ea90f30a5e user: altufaltu
2011-12-20
14:39 Ticket [0a3c59e801] Getting "timeline.rss is not a valid feed" from Thunderbird status still Open with 1 other change artifact: b2fae3eecf user: dmitry ... 3 similar events omitted.
2011-12-17
15:20 Edit [ec5c690e0e916143|ec5c690e0e]: Mark "Closed". artifact: 466e8d6e7b user: drh
15:20
Make allow-symlinks a versionable setting. This is a merge from the versionable-settings branch. check-in: c4ade43651 user: drh tags: trunk
15:18 Edit [132dbcedbc50f03d|132dbcedbc]: Mark "Closed". artifact: c1495dd605 user: drh
15:18
Merge the SSL SNI fix from the dmitry-fixes branch. check-in: 074767b730 user: drh tags: trunk
13:19
Add the "test-date-format" command and the date_override option to tickets. check-in: 44f028c9f8 user: drh tags: trunk
2011-12-16
22:00
Add SSL SNI support (suggested by BohwaZ on mailing list). Simplify setting of port for SSL connection. Closed-Leaf check-in: 132dbcedbc user: dmitry tags: dmitry-fixes
15:10
Reorder some #includes for OpenBSD. check-in: 339a0f49d2 user: drh tags: trunk
2011-12-13
14:05
Update the release date on the change log. check-in: 489c67ae46 user: drh tags: trunk
13:54 Edit [002580c50d94790a|002580c50d]: Change background color to "#d0c0ff". Add tag "release". artifact: 82d18696d2 user: drh
13:53
Version 1.21 check-in: 002580c50d user: drh tags: trunk, release, version-1.21
2011-12-08
02:05
merge with latest trunk check-in: 4d39236638 user: mgagnon tags: mgagnon_fix
2011-12-06
00:09
The finfo command and the file browsing pages of the web UI now honor the case-sensitive option and merge filenames that differ only in case as requested. check-in: 9c90b0f052 user: drh tags: trunk
2011-12-01
16:16
Make allow-symlinks a versionable setting. Closed-Leaf check-in: ec5c690e0e user: ben tags: versionable-settings
2011-11-30
17:26
Bug fix: If a repository contains public artifacts that are deltas from private artifacts, expand the artifact content prior to cloning. check-in: 8d155c5f1f user: drh tags: trunk
16:33
Improvements to the test-integrity command so that it detects the kinds of repository problems injected when cloning a repo that contains private check-ins. check-in: 697d6bfd8e user: drh tags: trunk
2011-11-29
11:51
Transfer the "tcl" parameter on clone and configuration sync when Tcl integration is enabled at compile-time. check-in: a57d6ee139 user: drh tags: trunk
2011-11-28
05:31
Allow the --with-tcl option to the configure script to work on more systems. Based on patch by Steve Bennett. check-in: 46c27e29e3 user: mistachkin tags: trunk
2011-11-26
15:45 Ticket [4060715d46] Implement FastCGI interface status still Open with 1 other change artifact: 2b9474e1e4 user: jeremy_c
15:09
Further refinement of the robot/human discriminator. check-in: 4fdb63d690 user: drh tags: trunk
13:35
Include allow-symlinks in the list of settings that are transferred with a clone. check-in: 82979bc210 user: drh tags: trunk
2011-11-25
21:44
Still more refinements to the human/robot discriminator. check-in: 9e680d6375 user: drh tags: trunk
18:54
Change the version number to 1.21 in preparation for the next release. Begin constructing a change log. check-in: 53db205302 user: drh tags: trunk
16:11
Enhancements to the UserAgent bot recognizer. We discovered earlier today on the Fossil server itself that it is very important not to misclassify bots as human since a spider that downloads every possible historical annotation and tarball and zip archive and diff can really load up a server and soak up a lot of bandwidth. check-in: 83284480a3 user: drh tags: trunk
15:31 Ticket [4060715d46] Implement FastCGI interface status still Open with 1 other change artifact: 757e5f5ce9 user: drh
09:36
Disallow the word "rawl" (as in crawler) in the user agent. check-in: fe075f5d89 user: drh tags: trunk
2011-11-23
00:38 Edit [5fdf14ba1cfe8de6|5fdf14ba1c]: Edit check-in comment. artifact: 258ea07fb0 user: stephan
00:36
Added todo notes for adding loginExpiryTime in /json/login. (And checked in the latest cson_amalgamation - no functional changes there.) check-in: 5fdf14ba1c user: stephan tags: trunk
00:14
Added loginCookieName to /json/login response payload, mainly as a crutch for certain scripting cases (e.g. RSS feeds). Still TODO: add future expiry time of cookie/token to response. check-in: daa564c4df user: stephan tags: trunk
2011-11-22
11:44
corrected invalid comparison of "typeof" result. check-in: 036923b66d user: stephan tags: trunk
2011-11-19
13:32 Ticket [4060715d46] Implement FastCGI interface status still Open with 1 other change artifact: 46b4543e94 user: lrem
2011-11-18
05:21 Closed ticket [6981de95b6]: Makefile for OpenSolaris/Solaris is not correct plus 2 other changes artifact: e291db0c49 user: steveb
00:01 Closed ticket [b64435dba9]: How to checkout a folder, but all of the files in repository? plus 1 other change artifact: baaac70293 user: lrem
2011-11-17
23:54 New ticket [620506c3b2] Need a "read only my tickets" permission. artifact: a5d353e24f user: lrem
2011-11-16
10:56 Edit [c24e1c278580b243|c24e1c2785]: Edit check-in comment. artifact: 07395be786 user: ashish
10:48
Clean getaddrinfo() code in src/http_socket.c incorporating suggestions from Gé Weijers Add getaddrinfo() code to src/cgi.c check-in: c24e1c2785 user: ashish tags: ashish-ipv6
2011-11-14
03:02
Update the built-in SQLite to version 3.7.9 plus the 8-byte alignment fix in branch-3.7.9. check-in: 0c8d1ca9cd user: drh tags: trunk
00:13
fossil import --incremental should set the appropriate ancestor for the first commit in each branch being added Closed-Leaf check-in: c95d7a9c3d user: steveb tags: steveb-fixes
2011-11-13
09:59 Ticket [16f8dabf66] Prune empty dirs when switching checkout UUIDs status still Open with 1 other change artifact: 1868cd0e17 user: mistachkin
09:11
Merge with trunk check-in: c30eaa8862 user: ashish tags: ashish-ipv6
2011-11-11
12:13
Start a branch with fix to make work consistently a local checkout directly on root ("/"). check-in: 518e1f8d7f user: mgagnon tags: mgagnon_fix
2011-11-07
07:07
fossil already provides compatibility wrappers for dirent and struct timeval check-in: 5905232d45 user: steveb tags: jimtcl
05:51
Update Jim Tcl to build with MSVC check-in: b6270d665b user: steveb tags: jimtcl
03:39
Remove HAVE_MKDIR_ONE_ARG define when compiling Jim as it will now be defined in the C file itself. check-in: 7ee228fe6a user: mistachkin tags: jimtcl
00:34
Fix some more compiler warnings seen with MSVC. Cherrypick from [24e298edd0]. check-in: dfdda77dfc user: mistachkin tags: jimtcl
00:29
More compilation fixes for Jim when compiling with MSVC. check-in: 38d1b52283 user: mistachkin tags: jimtcl
2011-11-05
23:12
Slight syntax tweak for 'ifeq' statement, this may work on more make variants. Closed-Leaf check-in: f382b9a559 user: mistachkin tags: auto-mingw-makefile
23:04
Add comments about leading './' in front of source and build directory names. check-in: f3096fe00e user: mistachkin tags: auto-mingw-makefile
22:50
Add fixes to classic makefile to support MinGW mostly automatically. check-in: 590cee0ec9 user: mistachkin tags: auto-mingw-makefile
03:49 Edit [6652dd1c1753779b|6652dd1c17]: Mark "Closed". artifact: 3b192d4a11 user: mistachkin
03:45
Fix some more compiler warnings seen with MSVC. check-in: 24e298edd0 user: mistachkin tags: trunk
03:24 Edit [c2bed5b3db2ee48b|c2bed5b3db]: Edit check-in comment. artifact: f5d84d2c44 user: mistachkin
03:22
Be sure to escape any backslashes when emitting #line preprocessor directives in the translate.c tool, cherrypick from [e36ad719cf]. check-in: c2bed5b3db user: mistachkin tags: trunk
03:12
Fix compiler warning about redefining min() when compiling with MinGW, cherrypick from [536fb1d6e0]. check-in: c738a1a6a7 user: mistachkin tags: trunk
03:05
Always skip adding script commands that have a NULL name or function pointer. check-in: 1b1fd23590 user: mistachkin tags: trunk
02:54
Cherrypick the changes [389f9fca5d] and [d0233e1792] to skip adding script commands that have a NULL name or function pointer. check-in: d6c6a433e7 user: mistachkin tags: trunk
02:49
/json/user/save now returns the same as user/get, returning the new/updated state. check-in: bf5de622e8 user: stephan tags: trunk
02:40
/json/user/save now accepts uid=-1 to mean create-user. Fixed a bug where when renaming a user _and_ setting his password, the password was incorrectly hashed against the old name. check-in: fa3f629060 user: stephan tags: trunk
02:06
Change to makeheaders to work around a name collision with MSVC 2008. You will likely need to run "make clean" after updating to this check-in. check-in: 3c69a6fd59 user: drh tags: trunk
01:59
Fix more compilation issues with MSVC. check-in: 0039d32b88 user: mistachkin tags: jimtcl
01:42
/json/user/save now implies/forces forceLogout=true when renaming, since renaming invalidates any active auth token. Renamed a confusing variable. check-in: 42c2a327e2 user: stephan tags: trunk
01:30
Attempt to build with MSVC. check-in: e36ad719cf user: mistachkin tags: jimtcl
01:28
json doc updates and removal of some dead code. check-in: 0c234bdd0a user: stephan tags: trunk
00:30
Add an default case to the event type switch in the whatis command. check-in: 4d36938359 user: drh tags: trunk
00:23
Police various compiler warnings. check-in: 536fb1d6e0 user: mistachkin tags: jimtcl
00:13
s/json_tags_for_rid()/json_tags_for_checkin_rid()/g, since that's really what it does. check-in: 4ff2e31cef user: stephan tags: trunk
00:10
updated from jquery 1.4.x to 1.6.x. check-in: 2128ecdd3c user: stephan tags: trunk
00:05
Fix non-C89 compliant variable declaration. check-in: d0233e1792 user: mistachkin tags: jimtcl
00:03
Add missing Jim Tcl headers check-in: dc45d71bfe user: steveb tags: jimtcl
00:01
Skip over Jim commands to create if they have a NULL name or function pointer. check-in: 389f9fca5d user: mistachkin tags: jimtcl
2011-11-04
23:34
Cleanup style and use Jim_Obj APIs when bridging commands from Tcl to Jim. check-in: d87454917c user: mistachkin tags: jimtcl
21:57
Replace the TH1 interpreter with Jim Tcl. check-in: 863e789e83 user: steveb tags: jimtcl
21:12 Edit [796dcfe0728bb2bc|796dcfe072]: Edit check-in comment. artifact: 9a67c9aac6 user: stephan
20:58 Edit [8a4e81cf93c534b4|8a4e81cf93]: Mark "Closed". artifact: eea93f839f user: drh
20:57
Merge the json branch into trunk. Json is disabled by default for now. Use the --enable-json option to configure, or set FOSSIL_ENABLE_JSON in the makefile to turn json processing on. check-in: 796dcfe072 user: drh tags: trunk
20:48
Added missing #ifdefs for json mode. Closed-Leaf check-in: 8a4e81cf93 user: json-demo tags: json-multitag-test, json
20:46
Added missing #ifdefs for json mode. check-in: d92aad2919 user: json-demo tags: json-multitag-test, json
20:44
removed old rptshowJson(). check-in: 5b13185100 user: json-demo tags: json-multitag-test, json
20:37
Added configure option --enable-json to enable json features. They are disabled by default. check-in: 525816e6d7 user: json-demo tags: json-multitag-test, json
20:05
Add the BSD copyright notice to the top of the th_tcl.c source file. check-in: bf1ebbe1f6 user: drh tags: trunk
19:47 Edit [dd275844a5879a3e|dd275844a5]: Mark "Closed". artifact: 8e4c6f89be user: drh
19:46
Merge the tcl-integration branch into trunk. To make use of big-tcl, recompile using the --with-tcl option to ./configure and either set the global "tcl" setting or set the TH1_ENABLE_TCL environment variable. Big-tcl is turned off by default. check-in: d8ed5a0d05 user: drh tags: trunk
19:39
merged in trunk [1e3cae806885d] and set up the json command/page to be elided when FOSSIL_DISABLE_JSON is defined at build time. check-in: 44bba06ce6 user: json-demo tags: json-multitag-test, json
19:39
Patch the auto.def file so that the TCL library is found even if it is named tcl8.6 or tcl8.5 instead of just tcl. Closed-Leaf check-in: dd275844a5 user: drh tags: tcl-integration
19:11 Edit [d81e217651dc68a8|d81e217651]: Mark "Closed". artifact: f020c60a40 user: drh
19:10
Merge the steveb-fixes branch into trunk. check-in: aeec10b900 user: drh tags: trunk
18:57
Fix html escaping of TH1 variables. Escaping should be determined by $ or $a form, but instead it was based on the relationship between the length of the variable name and the length of the value. Closed-Leaf check-in: d81e217651 user: steveb tags: steveb-fixes
18:55
Enhance the mkindex.c utility so that it honors #if statements in the source code. check-in: 1e3cae8068 user: drh tags: trunk
18:49
Ensure correct file name on compile errors in translated sources. This helps avoid editing the generated file with vim "quickfix". check-in: ae965ddf5d user: steveb tags: steveb-fixes
18:48
/json/user/save now allows mixing GET/CLI and POST.payload data sources. check-in: 92b163a069 user: json-demo tags: json-multitag-test, json
18:45 Edit [331b57b53f4d94bf|331b57b53f]: Mark "Closed". artifact: cd51eb8096 user: steveb
17:59
Remove the "commands" command and replace it with --all, --aux, and --test options to the "help" command. check-in: d6a93abf2c user: drh tags: trunk
17:24
merged in trunk [272e304d3f]. check-in: 34359c3ad1 user: stephan tags: json-multitag-test, json
17:13
minor cleanup to the last commit, added a TODO note. check-in: 14ed707067 user: stephan tags: json-multitag-test, json
16:43
/json/user/save now accepts its params from _either_ POST.payload _or_ GET/CLI, but does not allow a mixture of inputs. check-in: bd9c3b3aca user: stephan tags: json-multitag-test, json
15:40
No longer display the server-code in info outputs as the server-code is no longer used for anything. Begin recording the location of local checkouts in the ~/.fossil database. check-in: 272e304d3f user: drh tags: trunk
2011-11-03
18:59
Add the "whatis" command. check-in: 9c3ce9f6e2 user: drh tags: trunk
18:04
Move "sha1sum" to an auxiliary command. Promote "test-md5sum" to an auxiliary command. check-in: dde919a463 user: drh tags: trunk
17:31
Break up the command-line commands into commonly-use and auxiliary commands and only show the commonly-used ones with "fossil help". Add a new command "fossil commands" to show auxiliary and test commands. check-in: 841772c858 user: drh tags: trunk
14:24 Edit [a7caf19823bfc8d0|a7caf19823]: Mark "Closed". Edit check-in comment. artifact: 876fa2e96b user: drh
14:22
Fix a bug in mlink table building during "rebuild". If a check-in and its parent are both deltas of the same baseline and the child reverts to baseline after a change in the parent, be sure to capture this change in the mlink table. This is the correct fix for the errant fix_mlink branch. check-in: d084043f79 user: drh tags: trunk
13:16
Improvements to the "stash" command: (1) Stash all files, not just those below the working directory. (2) Add the --detail option to "list". (3) Confirm before "drop --all". (4) Add the "help" subcommand. check-in: 966ae9a942 user: drh tags: trunk
08:10 Edit [62f4a8a61ce5ed83|62f4a8a61c]: Mark "Closed". artifact: 566e03f041 user: viriketo
08:06
Correct fix in [d084043f79827]. This attempt at fixing the problem is closed. Closed-Leaf check-in: a7caf19823 user: viriketo tags: fix_mlink
01:40
Update the check-in name documentation. check-in: b2581e1553 user: drh tags: trunk
01:22
Refactor the name resolution logic in name.c. check-in: 7858a39b36 user: drh tags: trunk
2011-11-02
22:40 Edit [cf5f2c4ea6cd5623|cf5f2c4ea6]: Edit check-in comment. artifact: 31e648279d user: viriketo
22:39 Closed ticket [fbea61caf0]: fossil needs a rebuild after receiving a new baseline checkin artifact: fcce95acd7 user: viriketo
21:53
Trying to fix some cases where the mlink table is bad build due to delta manifests.

In this checkin, I fix the case when the child delta manifest changed back the file from some contents to those of its baseline manifest. The 'info' page was not showing these kind of changes.

Should close the ticket [2ce64a315f]. check-in: cf5f2c4ea6 user: viriketo tags: fix_mlink

15:23
Update the blob_write_to_file() routine so that it correctly handles binary files being send to standard output. check-in: 83a574b019 user: drh tags: trunk
2011-11-01
02:45
/json/logout now returns the same as /json/whoami, but with the info for the nobody user, as suggested by Caleb Gray. check-in: 013e8ee723 user: stephan tags: json-multitag-test, json
02:41
s/guest/nobody/g in login_clear_login_data() query. check-in: a72a8a80d8 user: stephan tags: json-multitag-test, json
02:39
fixed a bug in the AJAX code which caused an invalidated auth token to stick around for too long. check-in: f6debb5c95 user: stephan tags: json-multitag-test, json
01:50
removed erroneous HTTP-only restriction on /json/user/(create, save). check-in: 953e309dce user: stephan tags: json-multitag-test, json
2011-10-31
17:54
Fix a potential division-by-zero in the file browser. check-in: 4d408219bd user: drh tags: trunk
11:46
Improve the performance of rebuild by using max(rid) instead of count(*) as a good approximation for the amount of work to be done. check-in: 78e10da0e6 user: drh tags: trunk
2011-10-29
20:06
Ensure correct file name on compile errors in translated sources. This helps avoid editing the generated file with vim "quickfix". Closed-Leaf check-in: 331b57b53f user: steveb tags: steveb-fixes
19:29
Update the built-in SQLite to the 3.7.9 release candidate. check-in: 326979358d user: drh tags: trunk
17:22
For the /doc web method, append "index.html" if the path ends with "/". check-in: 49a015ef79 user: drh tags: trunk
2011-10-28
20:40
Remove an unnecessary SQL operation that sometimes causes errors. check-in: 5da9a8c824 user: drh tags: trunk
14:42
Update autosetup to 0.6.3

Some mingw32 improvements. Bootstrap jimsh0.c can now be built for embedding in addition to as jimsh. Closed-Leaf check-in: cdd4c6a580 user: steveb tags: autosetup

2011-10-27
16:12
merged in trunk [06e0cb70054d3c3], resolved conflict in login.c. check-in: 81d71d7b9e user: stephan tags: json-multitag-test, json
15:00
Prevent shell argument manipulation performed automatically by the MinGW shell from interfering with the makeheaders tool used by the Makefile. check-in: 827a54fe6c user: mistachkin tags: tcl-integration
13:45
Enable building with Tcl integration enabled using autosetup and/or makemake.tcl. Patch provided by Steve Bennett. check-in: 5ffb7d71d3 user: mistachkin tags: tcl-integration
2011-10-26
15:41
Improvements to the User-Agent bot recognizer. Add the test-ishuman command for testing the bot recognizer. check-in: 06e0cb7005 user: drh tags: trunk
15:17
Merge updates from trunk. check-in: 7017c87b40 user: mistachkin tags: tcl-integration
15:07
Update test cases to work with or without the USE_TCL_EVALOBJV compile-time option enabled. check-in: 7d43a362d0 user: mistachkin tags: tcl-integration
14:58
Add configuration options under /Admin/Access to enable the automatic hyperlink enabling for nobody based on User-Agent. check-in: 98cc520652 user: drh tags: trunk
14:57
Perform lazy setup of the Tcl integration subsystem when it is actually enabled. check-in: e49581506a user: mistachkin tags: tcl-integration
14:00
Automatically enable hyperlinks for user agents that appear to be human. check-in: e059e5a24d user: drh tags: trunk
03:29
Add an Admin/Access setting to govern the number of octets of the IP address to include in the login cookie. check-in: 313ba5c64f user: drh tags: trunk
2011-10-24
18:15 Ticket [60211effbd] fossil mv nonexistentfile newfilename status still Open with 2 other changes artifact: 8d20eb300d user: dmitry ... 1 similar event omitted.
2011-10-22
16:36
Removed an old warning comment. Removed an incorrect perms check in /json/user/save. Added a TODO. check-in: 11373d5bb8 user: stephan tags: json-multitag-test, json
16:05
undid a stash snafu and added sbs option to json/diff. check-in: adfd3db765 user: stephan tags: json-multitag-test, json
16:00
Merged/resolved trunk [4092208afca3ff]. Accommodated changes in text_diff() signature. check-in: acc253f44c user: stephan tags: json-multitag-test, json
15:42
Added forceLogout option to json/user/save. check-in: 98debcacc8 user: stephan tags: json-multitag-test, json
13:29
Tweak the command-line side-by-side diff output so that it deals sanely with \r and \f characters. check-in: 4092208afc user: drh tags: trunk
11:55
Do not assume the CSS background color is "white". check-in: a9fd1c7951 user: drh tags: trunk
03:37
Rework the side-by-side diff so that it handles tab characters. Fix an off-by-one error in the line numbers of side-by-side diffs. check-in: 8670373321 user: drh tags: trunk
2011-10-21
23:44
Improved formatting for command-line side-by-side diff. Extend command-line side-by-side diff to all diff operations, including stash diffs. check-in: ab47cc73d7 user: drh tags: trunk
21:55
Merge the side-by-side diff spacing bug fix into trunk. check-in: 54e730c339 user: drh tags: trunk
21:50
Fix a spacing bug in the display of side-by-side diffs. Closed-Leaf check-in: a505abccc6 user: drh tags: diff-enhancements
21:34
Merge the diff enhancements into trunk. check-in: c244605862 user: drh tags: trunk
21:31
Add support for side-by-side diff from the command-line "diff" command. check-in: ac81759f65 user: drh tags: diff-enhancements
20:24
Begin improvement efforts on the "diff" functions by adding the --context option to the "diff" command. check-in: 3bbbbdfd7d user: drh tags: diff-enhancements
15:25
Fixed a minor mem leak. Got /json/user/save mostly working. check-in: 080acb91be user: stephan tags: json-multitag-test, json
13:19 Edit [a75e2d2504922faf|a75e2d2504]: Add tag "version-1.20". artifact: 320ea58249 user: drh
13:19 Edit [a75e2d2504922faf|a75e2d2504]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". artifact: ba826c7768 user: drh
12:52
Version 1.20. check-in: a75e2d2504 user: drh tags: trunk, release, version-1.20
2011-10-20
18:48
minor code simplifications. check-in: 400fe340c2 user: stephan tags: json-multitag-test, json
18:28
fixed a type conversion error caused by last round of refactoring. check-in: f566811477 user: stephan tags: json-multitag-test, json
17:10 Edit [21af96623e6b3379|21af96623e]: Mark "Closed". artifact: 405ad2c56c user: stephan
17:10
minor 1.20 changelog tweak. check-in: 1d12fcc416 user: stephan tags: trunk
16:54
Cherrypick the [21af96623e6b337] change onto trunk. check-in: 5abc243042 user: drh tags: trunk
16:31
s/'%s'/%Q/ in rptshow(). Closed-Leaf check-in: 21af96623e user: stephan tags: stephan-hack
16:28
merged in trunk for clean base in code review tweaks. check-in: 5a1ec00745 user: stephan tags: stephan-hack
16:28 Edit [e0805603789a274e|e080560378]: Remove the "Closed" mark. artifact: 9554976de1 user: stephan
15:39
added version numbers to the changes where i could find a specific commit. check-in: f93a082391 user: stephan tags: trunk
15:07
pulled in changelog 1.20. check-in: 2e43ff6f7f user: stephan tags: trunk
15:07 Edit [e0805603789a274e|e080560378]: Mark "Closed". artifact: 026c74f29c user: stephan
14:50
Change strcpy() to memcpy() inside diff.c to avoid compiler warnings on OpenBSD. check-in: 06e9863cb0 user: drh tags: trunk
14:40
initial 1.20 changelog. check-in: e080560378 user: stephan tags: stephan-hack
14:39
pulled in trunk for clean slate on subsequent changes. check-in: a37d80e8af user: stephan tags: stephan-hack
14:39 Edit [eb8d989daebfce1f|eb8d989dae]: Remove the "Closed" mark. artifact: ab0be20fb2 user: stephan
14:01
Bug fix: Make sure the constant_time_cmp() SQL function is registered when rendering the login page. check-in: 2f4a101ca5 user: drh tags: trunk
07:39 Closed ticket [e5999e25ee]: side by side diffs on ci page when not logged in behave as unified diffs plus 2 other changes artifact: 0099148283 user: mortgat
07:00
Moved the user-related JSON handlers into their own file. check-in: 6e18fc2ecc user: stephan tags: json-multitag-test, json
02:18 Edit [a942086390644a46|a942086390]: Mark "Closed". artifact: 0abbcecd76 user: drh
02:08
1.20 initial changelog, this time to the proper branch. check-in: 8b3c6ebb37 user: stephan tags: trunk
02:06 Edit [a942086390644a46|a942086390]: Edit check-in comment. artifact: 156edb2395 user: stephan
02:03
Sorry, wrong branch! started changelog for 1.20 release. Closed-Leaf check-in: a942086390 user: stephan tags: declined
01:20
Refactored json_stmt_to_array_of_xxx() to actually take a cson_array argument (not generic cson_value arg), now that the cson API allows that simplification. check-in: 23a35ba1cc user: stephan tags: json-multitag-test, json
01:15 Edit [6f285b5fa919100e|6f285b5fa9]: Mark "Closed". artifact: a20af8c1c0 user: drh
01:14
Merge the maketest_fixes branch into trunk. check-in: 9ee570846b user: drh tags: trunk
01:12
Additional makefile changes so the "../$CHECKOUT/configure; make test" works. Closed-Leaf check-in: 6f285b5fa9 user: drh tags: maketest_fixes
01:04
added a TODO. check-in: 23d69df6a8 user: stephan tags: json-multitag-test, json
01:04
Fix the makefile so that "make test" works from a sibling build directory. check-in: 16d7e4a5c0 user: drh tags: maketest_fixes
00:57
Update the built-in SQLite to the latest 3.7.9 beta. check-in: ccf43e1882 user: drh tags: trunk
2011-10-19
23:56
Enhanced /json/artifact/FILE_UUID a bit. Now only includes full content if explicitly told to, but returns more metadata even for binary files. check-in: 2165e77c85 user: stephan tags: json-multitag-test, json
22:31
merged in trunk [e161670939b93ec]. check-in: 1d0a7103a3 user: stephan tags: json-multitag-test, json
22:12
Added permissions checks to artifact/file and artifact/wiki. Renamed a mysterious mlink property. check-in: 83ba8852a7 user: stephan tags: json-multitag-test, json
21:53
refactored json_artifact_file() a bit to re-use other code. check-in: a4f4c62a1a user: stephan tags: json-multitag-test, json
21:53
removed a no-longer-true "untested" marker. check-in: 4f196f15fb user: stephan tags: json-multitag-test, json
21:26
Re-implemented json_artifact_wiki() to use pre-existing functionality. check-in: f996e6636c user: stephan tags: json-multitag-test, json
21:13
s/fossil_is_json/fossil_has_json/g. Moved fossil_has_json() (nee fossil_is_json()) decl/docs to json_detail.h. check-in: d2c1ae23a9 user: stephan tags: json-multitag-test, json
20:54
Fixed a C99/C++ism. Added json_new_string_f() (printf-style). check-in: f5cc421dc2 user: stephan tags: json-multitag-test, json
20:36
A number of small doc improvements. check-in: fa17e0980c user: stephan tags: json-multitag-test, json
20:28
Bringing back the fixes for the 'make test' from [bf480a29a6], [e46be99ff4], [129605856a], for an eventual merge to trunk. check-in: 5692702d50 user: viriketo tags: maketest_fixes
20:16 Closed ticket [f0f9aff371]: 'annotate' misses changes. plus 2 other changes artifact: 9ff0f33c2a user: viriketo
19:54 Edit [c7c4279f135b9e7a|c7c4279f13]: Mark "Closed". artifact: 8f56077107 user: drh
19:54
Merge in the annotatecmd_fix branch. check-in: e161670939 user: drh tags: trunk
19:02 Ticket [e5999e25ee] side by side diffs on ci page when not logged in behave as unified diffs status still Open with 1 other change artifact: 665c5c1b17 user: jan
18:59
Fix for ticket [e5999e25eedeb]. Code style fix. check-in: 4a296c0b1c user: jan tags: trunk
15:47
fixed json_page_top() and json_cmd_top() to behave as documented when a callback returns non-NULL but does set the error state. check-in: 2f48be58a7 user: stephan tags: json-multitag-test, json
14:56
removed a superfluous call to json_set_err() which "overwrote" the previously set error. check-in: 1615544773 user: stephan tags: json-multitag-test, json
08:11 Ticket [e5999e25ee] side by side diffs on ci page when not logged in behave as unified diffs status still Open with 2 other changes artifact: ef9aaae765 user: jan ... 1 similar event omitted.
01:49
Fix a missed class="button" on the info page. check-in: 5f0899bba6 user: drh tags: trunk
01:44
Increase the version number to 1.20. Improvements to style sheets. check-in: 91db2ccfa2 user: drh tags: trunk
01:29
Merge updates from trunk. check-in: 62d928cb41 user: mistachkin tags: tcl-integration
2011-10-18
23:37
When editing the properties of a check-in and comparing the old and new comment text, ignore leading and trailing whitespace and the differences between \r\n and \n. Hopefully this will reduce the number of unwanted comment edits. check-in: 48928829e2 user: drh tags: trunk
21:20
Adding a space I forgot in in the html output. Closed-Leaf check-in: 61523cbe67 user: viriketo tags: targets_setting
20:55
Adding a boolean setting to choose the use of 'targets' in the anchors href. Default enabled.

Related to the thread starting at http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06588.html check-in: d29df2f0a2 user: viriketo tags: targets_setting

20:24 Edit [c7c4279f135b9e7a|c7c4279f13]: Edit check-in comment. artifact: e46feb9fb9 user: viriketo
19:54 Edit [c7c4279f135b9e7a|c7c4279f13]: Edit check-in comment. artifact: ec29d3360f user: viric
19:49
Bringing the changes I had in [4bae75a08e] to a trunk-derived branch. check-in: ef5d2176f9 user: viriketo tags: annotate_links
19:45
Should fix ticket [f0f9aff371f2].

Until now, the annotate_cmd was taking the last (or any?) checkin that had the artifact to be annotated, totally unrelated to what version is checked out.

I made annotate_cmd respect the checkout, and annotate only from the past until the checked out version. This makes the command slower, but at least does... Closed-Leaf check-in: c7c4279f13 user: viriketo tags: annotatecmd_fix

13:06
add support for fetching text file content and checkin history via /artifact json request check-in: 3d1d139a7a user: zach tags: json-multitag-test, json
2011-10-17
23:12
Fix typo in warning message. check-in: c80ee413ab user: drh tags: trunk
19:05 Changes to wiki page "Fossil" artifact: a973b3e24a user: drh
18:03
Removed some dead code. Experimentally enabled jQuery ajax back-end to test a problem on my 3DS. check-in: ebb0c04749 user: stephan tags: json-multitag-test, json
16:08
merged in trunk [fda7c2c63d] for side-by-side diffs. check-in: 571f3aca5b user: stephan tags: json-multitag-test, json
16:01
Fixed an incorrect const qualifier (caught by clang). check-in: fda7c2c63d user: stephan tags: trunk
13:09
Font size adjustments for side-by-side diff. Use the dp= query parameter of timeline on the info page. check-in: eefb31683b user: drh tags: trunk
11:37
Fix the labeling of timelines with the dp=UUID query parameter. check-in: a47fde8eed user: drh tags: trunk
01:19 Edit [a92908a6b53d9120|a92908a6b5]: Mark "Closed". Edit check-in comment. artifact: 09fec0509a user: drh
01:19
Merge the side-by-side diff code into trunk. check-in: 0bde74ea1e user: drh tags: trunk
01:18
Remove unused variables and surplus blank lines from the side-by-side diff code. Closed-Leaf check-in: a92908a6b5 user: drh tags: jan-sbsdiff
01:12
Add new warnings for when Fossil overwrites an unmanged file on "update" or "merge". Undo has been and continues to be available to recover the overwritten files. check-in: 39f979b08c user: drh tags: trunk
00:26
Rephrasing and fixed a typo. check-in: 8e358aa8c6 user: jan tags: jan-sbsdiff
2011-10-16
23:24
Merge the latest trunk changes into the side-by-side diff branch. check-in: 23c3affad4 user: drh tags: jan-sbsdiff
23:10
Fix a typo in the timeline EVENT table entries generated by "fossil rebuild" in the previous check-in. check-in: fd486df492 user: drh tags: trunk
23:00
Show tag changes on the timeline. A "fossil rebuild" is required to take advantage of this new feature. Also put a &bull; character in front of non-checkin timeline entries to make them stand out more. check-in: 87540ed6e6 user: drh tags: trunk
21:04
Renamed 1/2-pane diffs to unified and side-by-side in the ui. check-in: ff9de303e3 user: jan tags: jan-sbsdiff
17:32
Fix new and harmless compiler warnings that appeared with the upgrade to GCC 4.6.1. check-in: d8bbe4add6 user: drh tags: trunk
16:19
Add sbsdiff options when using show-version-diffs. check-in: adace7586e user: jan tags: jan-sbsdiff
14:33
Removed a GNU-make-only construct which broke Jan's build. check-in: 8da8432630 user: stephan tags: json-multitag-test, json
13:35
Set explicit background color for sbsdiff table in skins. check-in: f4f5e05571 user: jan tags: jan-sbsdiff
13:29
pulled in latest cson for cson_object_merge(). check-in: d3ad893c5b user: stephan tags: json-multitag-test, json
13:29
fixed a memleak of parent artifact uuid. long live valgrind. check-in: 3db8bfc5bf user: stephan tags: json-multitag-test, json
12:56
Merge latest changes from trunk check-in: 1349e5ed20 user: ashish tags: ashish-ipv6
12:53
Add initial IPv6 support code check-in: 92c59f1202 user: ashish tags: ashish-ipv6
10:04
merged/resolved trunk [ee723ed98ddb0a]. check-in: a40ac8fdc4 user: stephan tags: json-multitag-test, json
09:49
minor doc clarification. check-in: 398b53e059 user: stephan tags: json-multitag-test, json
02:07
Separate sbsdiff block separator meta-rows a little more from regular rows in built-in skin 4. check-in: 7a47abe17f user: jan tags: jan-sbsdiff
00:14
Updated styles/skins. Built-in skin 4 can now wrap lines. check-in: 1c40493cb5 user: jan tags: jan-sbsdiff
2011-10-15
21:25
Add sbsdiff link to the /info page. check-in: 286f09508c user: jan tags: jan-sbsdiff
18:45
Add button to toggle sbsdiff for /vdiff views. Renamed the button in /fdiff. check-in: d1f63cd823 user: jan tags: jan-sbsdiff
18:05
Add button to toggle sbsdiff for /fdiff views. check-in: d0988fb5bb user: jan tags: jan-sbsdiff
17:36
Vary the number of columns of displayed files in the File List depending on the length of the longest filename in the list. check-in: ee723ed98d user: drh tags: trunk
17:18
Update to the Fossil-v-Git matrix. check-in: a52287876c user: drh tags: trunk
15:42
Merge the latest trunk changes into the side-by-side diff branch. check-in: 15de70c21f user: drh tags: jan-sbsdiff
14:33
Updated comments. Slightly more centralization of sbsdiff table generation. check-in: c5ac4f800e user: jan tags: jan-sbsdiff
12:49
Fix bug which disabled patch file generation. check-in: dc27e13460 user: jan tags: jan-sbsdiff
12:30
Fix clang static analyzer warnings about deref null pointers and undefined values. There are still lots of dead code warnings, but those are harmless. check-in: 630691456b user: drh tags: trunk
12:24 Edit [ff41d4be8a2a3c3b|ff41d4be8a]: Edit check-in comment. artifact: 0b7a73e3fb user: jan
12:22
Make sure sbsdiff lines are escaped properly. Started adding side-by-side diff support to fdiff. check-in: ff41d4be8a user: jan tags: jan-sbsdiff
12:16
Mark functions that never return (ex: fossil_panic()) as such so that static analyzers can do a better job of pruning paths. check-in: 86d2b4efc8 user: drh tags: trunk
10:40
Update the built-in SQLite and the SQL command-line shell to the latest code from the SQLite trunk: version 3.7.9 alpha. This fixes some warnings that started appearing after upgrading to gcc 4.6.1. check-in: 3dd0c15583 user: drh tags: trunk
10:20 Edit [9e3b6ad052374381|9e3b6ad052]: Edit check-in comment. Cancel tag "declined". artifact: 6338eed481 user: drh
10:19 Edit [409f370a6db42088|409f370a6d]: Move to branch declined. Edit check-in comment. artifact: 0b4b2b67a0 user: drh
10:17
A very simple fix to the annotate memory leak problem. check-in: 9929bab702 user: drh tags: trunk
00:26
Code documentation. check-in: 9b7955b5a4 user: jan tags: jan-sbsdiff
00:10
The link p in the annotate page was totally bad implemented. As I don't see an easy way to implement it, I take it out. There is only d left. check-in: 4bae75a08e user: viriketo tags: annotate_links
00:06
The plink is not needed at all in the annotate query check-in: 40cbb69c4f user: viriketo tags: annotate_links
2011-10-14
23:38
Starting a branch to add more information into the annotate web page.

I added a link p to the annotation of the version previous to that line change, and a link d to the checkin file diff that introduced the given line.

I'd want also the links to bring the users to the concerning line of annotate; we should... check-in: 9e3b6ad052 user: viriketo tags: annotate_links

22:21
Added two (local) options to sbsdiff (allow expansion and max columns limit), though they can't be changed in runtime yet. Added some missing error handling. check-in: 47cdbbf2fb user: jan tags: jan-sbsdiff
22:20
Making 'fossil merge' also report a conflict for extra files overwritten. Like [60c6197c8a], but for the merge operation. Related to ticket [953031915f]. check-in: bb49278a8a user: viriketo tags: declined
22:17
Minor diff view change for the black'n'white skin. check-in: 07714601de user: jan tags: jan-sbsdiff
22:16
Reporting the number of merge conflicts at the end of merge, as with update. I think the information is of value to the user.

I think that had to be introduced in [070ce24d838a6], from its comment, but that change made the opposite of commented. check-in: e1a7a1d9e2 user: viriketo tags: declined

20:25
Making fossil warn about a conflict, if an update operation overwrites an extra file. This should close ticket [953031915f]. check-in: 60c6197c8a user: viriketo tags: declined
19:53
Same trouble as [bf480a29a6] but for the merge5 test. check-in: 129605856a user: viriketo tags: declined
19:46
Fixing the merge5 test, for it to run when out of a checkout. The same kind of fix as [0a7ab3ccb0]. check-in: e46be99ff4 user: viriketo tags: declined
19:01
Fixing the merge_renames test; fossil was using $HOME somehow. I noticed it running the test in an environment without a valid $HOME path (the nix package building). fossil refused to run the 'fossil new' inside the merge_renames test. check-in: bf480a29a6 user: viriketo tags: declined
16:13 Edit [4860d9f23481e46f|4860d9f234]: Mark "Closed". Edit check-in comment. artifact: 672a28eae7 user: llbatlle
16:12 Edit [9fe787ec03bd0101|9fe787ec03]: Mark "Closed". Edit check-in comment. artifact: 7888e12b16 user: llbatlle
16:12
Merging the extended_ci_names branch, that introduces more ways of naming checkins in diff and update operations. check-in: 107e605f41 user: viriketo tags: declined
16:11
Merging the annotate_noleak changes, about removing an important memory leak in the annotate operation.

It also fixes some blob behaviour in blob.c and content.c.

Update: Removed from trunk. Replaced by the must simpler fix at [9929bab702f99839ee] check-in: 409f370a6d user: viriketo tags: declined

15:52
working on json wiki command Closed-Leaf check-in: 4f9f0e9f03 user: zach tags: json-multitag-test, json
15:41
Updated the built-in skins for sbsdiff. check-in: bb76b57aa2 user: jan tags: jan-sbsdiff
08:05 New ticket [61e137bfd7] Incorrect relative paths. artifact: bc89fa878d user: altufaltu
00:06
Add /*sort*/ marks to some SQL queries to disable warnings about sorting without an index. check-in: fff43ebb5b user: drh tags: trunk
2011-10-13
23:48
Started adding support for showing side-by-side diffs in the web ui. check-in: a6a8e89413 user: jan tags: jan-sbsdiff
23:47
Provide an option to enable the /test_env URL for all users. Optionally display cookie values in the /test_env URL. check-in: 4d32db8ef8 user: drh tags: trunk
17:10
Added downloadPath property to files in timeline view, leading to /raw/FILENAME?name=uuid. check-in: ea5e58155d user: stephan tags: json-multitag-test, json
16:45
merged in trunk [862d7dbf59f55e2d]. check-in: 3025ecb2ae user: stephan tags: json-multitag-test, json
16:39
Update the SQLite command-line shell to the latest from the SQLite source tree. check-in: 862d7dbf59 user: drh tags: trunk
12:56
Fixing the usage() calls in stash.c, as it duplicated the word stash; it was giving messags like "Usage: fossil stash stash pop". check-in: 399c0ddae4 user: viriketo tags: trunk
11:46 Edit [10e1071461651fe1|10e1071461]: Change user to "ashish". artifact: 5b238ddd1b user: drh
02:47
Create new branch named "ashish-ipv6" check-in: 10e1071461 user: ashish tags: ashish-ipv6
2011-10-12
17:41
Adding a more options at naming commits for diff and update commands.

I wrote a new function that allows more kind of specifications for a checkin uuid: checkout, parent and pivot:id1:id2.

If there was a way to discover the 'parent branch' of the current checkout, there could be a 'parentbranch' naming too.

I think this makes the life ea... Closed-Leaf check-in: 9fe787ec03 user: viriketo tags: extended_ci_names

16:24 Ticket [30b28cf351] Merge to the checkout (on update) fails, if with renames status still Open with 2 other changes artifact: fc7230ad61 user: viriketo
16:23 Ticket [74413366fe] Bad behaviour merging with renames status still Open with 1 other change artifact: b45e022d7b user: viriketo
16:23 Ticket [554f44ee74] Interbranch interference with merges and renames status still Open with 1 other change artifact: f7ae336113 user: viriketo
16:20
Fixing the merge_renames test, so it accepts being called out of a repository. The message given by fossil when trying 'info' out of a repository had changed. check-in: 0a7ab3ccb0 user: viriketo tags: trunk
15:21
Making the http ssl code output the verification error, in case of verification failure.

I also make the user question state the host the certificate is related to. check-in: 79c31f9b73 user: viriketo tags: trunk

2011-10-11
21:04
Added another AJAX impl which uses a local fossil binary for the back-end while using the FossilAjaj front-end interface. check-in: 155516632c user: stephan tags: json-multitag-test, json
20:46
Update the build-in SQLite and the SQLite-shell to the latest code from the trunk of the SQLite source tree - version 3.7.9 alpha. check-in: 55fb082ae5 user: drh tags: trunk
19:57
JS code test cleanups to account for the fact that the ajax-thrown assertions/exceptions get swallowed by the ajax layer. check-in: 9e98a9bd9e user: stephan tags: json-multitag-test, json
14:28
merged in trunk [496edc2176]. check-in: ec76ee16fd user: stephan tags: json-multitag-test, json
2011-10-10
20:02
Fix some compiler warnings. check-in: 496edc2176 user: drh tags: trunk
19:33
Fix a C++ comment in sha1.c. Fix a help text typo. check-in: a6f3dd1ce7 user: drh tags: trunk
13:19
Update the "scrub" command to drop the accesslog table when the --verily option is used. check-in: 16a6dfefd1 user: drh tags: trunk
13:05
Additional formatting fixes: shorten lines to 80 characters or less. check-in: c1d78e0556 user: drh tags: trunk
12:59
Adjust SSL trust fix to skip prompting for certificates that already have an explicitly negative trust setting. check-in: 636804745b user: mistachkin tags: trunk
12:55
Fix indentation and formatting in http_ssl.c. Limit line length to 80 characters per the coding style spec. check-in: 5eb8f0157a user: drh tags: trunk
11:44 Ticket [fd7ad198e5] out of memory (can't allocate region) status still Open with 2 other changes artifact: fcfc66b527 user: drh ... 1 similar event omitted.
11:38
Merge the ssl-trust-fix branch into trunk. check-in: 0554dbd04a user: drh tags: trunk
08:56
Fix constant prompting on already saved SSL certificates that are not trusted for some reason (e.g. host mismatch, etc). Closed-Leaf check-in: 25169506b7 user: mistachkin tags: ssl-trust-fix
2011-10-09
12:58
factored out an extraneous parameter to json_gc_add(). check-in: 7a83a5cbd0 user: stephan tags: json-multitag-test, json
11:57
fixed: json_cap_value() now returns NULL (instead of prematurely/fataly querying the db) if g.userUid has not been set (i.e. CLI mode). check-in: 96920e7c04 user: stephan tags: json-multitag-test, json
11:45
Added global debugFossilG/--json-debug-g boolean to add the "g" output to any response (including (especially) error responses) to simplify debuggering. Requires a|s privileges. check-in: f047bbddb4 user: stephan tags: json-multitag-test, json
11:23
Added /json/g, which dumps the "g" object to JSON (debuggering tool). check-in: 65e0c94c8a user: stephan tags: json-multitag-test, json
11:09
minor cleanups to how FossilAjaj stores its auth info. check-in: fb55f2534d user: stephan tags: json-multitag-test, json
11:04
minor pedantic mtime "as int" casts. check-in: 770f9da54a user: stephan tags: json-multitag-test, json
2011-10-08
15:13
s/rn/report/, for API consistency. check-in: a52296e034 user: stephan tags: json-multitag-test, json
15:13
accommodated API change. check-in: 69ef388f02 user: stephan tags: json-multitag-test, json
14:36
Fixed Ctrl-D handling in rhino-based shell. check-in: 15c6caf29e user: stephan tags: json-multitag-test, json
14:22 New ticket [fd7ad198e5] out of memory (can't allocate region). artifact: 5d5a385815 user: navratil
14:16
added /json/report/get. check-in: e21b391dcd user: stephan tags: json-multitag-test, json
14:15
getenv() as the fallback strategy for json_getenv() now only enabled in CLI mode. check-in: 8c4a23aee4 user: stephan tags: json-multitag-test, json
12:57
"Dispatching" json subcommands now produce more useful error messages when no subcommand is specified. check-in: a8af09fc16 user: stephan tags: json-multitag-test, json
12:13
Permissions fixes in json/report. Added json/timeline/branch, analog to /brtimeline. check-in: 6841b11647 user: stephan tags: json-multitag-test, json
12:01 Edit [d8fd611fab83ceaa|d8fd611fab]: Add tag "json-add-tag-test" with note "tag test". artifact: c2d972c660 user: stephan
12:01 Edit [d8fd611fab83ceaa|d8fd611fab]: Cancel tag "json-add-tag-test". artifact: 17d93d216d user: stephan
11:55
fixed a cson mis-use which could cause a crash in some cases due to client-side misachtung of the reference count. check-in: d8fd611fab user: stephan tags: json-multitag-test, json-add-tag-test, json
10:18
Added /json/report/run. Fixed an SQL syntax bug in report/list (only affected non-priveleged accounts). check-in: 8907163ea4 user: stephan tags: json-multitag-test, json
08:46
Added /json/report/list and /json/query. check-in: 20978b27a2 user: stephan tags: json-multitag-test, json
05:57
added diff demo to ajax page. check-in: 42f569238e user: stephan tags: json-multitag-test, json
05:16
minor hack to allow libcson to use fossil_malloc/free/realloc() so that we will hook into its die-on-OOM behaviour (=reduced error checking). check-in: 56ecc0c677 user: stephan tags: json-multitag-test, json
05:16
doc additions for /json/diff. check-in: a37df1d939 user: stephan tags: json-multitag-test, json
2011-10-07
19:55
Documentation update. check-in: c0b6c28d29 user: drh tags: trunk
18:38
Update the built-in SQLite to the latest 3.7.9 alpha. check-in: f678a7b948 user: drh tags: trunk
14:19
fixed a missing db_finalize() in an error-handling case. check-in: 7906bab836 user: stephan tags: json-multitag-test, json
13:59 Edit [54e1f1a53d22519f|54e1f1a53d]: Add tag "json-add-tag-test" with note "tag test". artifact: 2ca0d568e5 user: stephan
13:51
First draft, no-frills /json/diff added. check-in: 54e1f1a53d user: stephan tags: json-multitag-test, json-add-tag-test, json
13:32
minor tweaks to the prototype shell. check-in: d30b20a56c user: stephan tags: json-multitag-test, json
12:02
Added a very, very prototypic/pre-alphalpha demo fossil shell. Requires rhino JS. check-in: 7ab5d85487 user: stephan tags: json-multitag-test, json
10:59
Pulled in another round of memory optimizations in cson/sqlite3. Added a few minor error reporting cleanups in JSON mode. check-in: 09e5fcd795 user: stephan tags: json-multitag-test, json
10:20
Another round of cson memory optimizations. Object keys can now be cson_strings, which can be refcounted/shared. check-in: 3d252e8754 user: stephan tags: json-multitag-test, json
10:17 Edit [c75759d8d0cf9a38|c75759d8d0]: Cancel tag "json-add-tag-test". artifact: bc6b939c74 user: stephan
10:17 Edit [c75759d8d0cf9a38|c75759d8d0]: Add tag "json-add-tag-test" with note "tag test". artifact: 9f444f15d8 user: stephan
06:54
Minor internal tweaks. Pulled in lastest cson_amalgamation for the new convenience functions. check-in: c75759d8d0 user: stephan tags: json-multitag-test, json
03:52
/json/wiki/get: renamed request.payload.page to "name" for consistency. Added a TODO to /json/tag/list. check-in: 34056ea238 user: stephan tags: json-multitag-test, json
03:51
fixed how many path parts are generated for the "command" response property. check-in: 3d6cc1df78 user: stephan tags: json-multitag-test, json
03:50 Edit [faaf7387d90f126e|faaf7387d9]: Add tag "json-add-tag-test" with note "tag test". artifact: feef922bf2 user: stephan
03:24
Removed an unnecessary strcmp(). Removed some debuggering code which corrupted the output of /json/tag/find in raw mode. check-in: faaf7387d9 user: stephan tags: json-multitag-test, json-add-tag-test, json
03:09
fixed whoami requests in demo apps to notice when the user has been logged out (and logs him in with the new auth token). check-in: ccc90734e0 user: stephan tags: json-multitag-test, json
02:58
Fixed a minor denkfehler in the "bump <1ms runtime to 1ms" logic. Changed g.json.gc to an array (lower memory and better performance for what we use it for). check-in: 19276984bd user: stephan tags: json-multitag-test, json
02:40 Edit [39d9f83781d1ed69|39d9f83781]: Cancel tag "json-add-tag-test". artifact: 66db569047 user: stephan
02:40 Edit [39d9f83781d1ed69|39d9f83781]: Add tag "json-add-tag-test" with note "tag test". artifact: 80d497c0b5 user: stephan
02:38 Edit [39d9f83781d1ed69|39d9f83781]: Cancel tag "json-add-tag-test". artifact: 090ae7bd2d user: stephan
02:38 Edit [39d9f83781d1ed69|39d9f83781]: Cancel tag "json-add-tag-test". artifact: c1bdb502f0 user: stephan
02:38 Edit [39d9f83781d1ed69|39d9f83781]: Cancel tag "json-add-tag-test". artifact: 8d4927387b user: stephan
02:38 Edit [39d9f83781d1ed69|39d9f83781]: Add tag "json-add-tag-test" with note "tag test". artifact: a6f72699cf user: stephan
02:16
merged in trunk [4b0f813b8c]. check-in: 39d9f83781 user: stephan tags: json-multitag-test, json
02:14
pulled in tonight's libcson changes, which halve the number of allocations needed for creating new JSON values. check-in: 130cc65cb5 user: stephan tags: json-multitag-test, json
02:13 Edit [be41009046fb078d|be41009046]: Cancel tag "json-add-tag-test". artifact: c8da8bfe4e user: stephan
02:12 Edit [be41009046fb078d|be41009046]: Add tag "json-add-tag-test" with note "tag test". artifact: 6c3168aa62 user: stephan
2011-10-06
23:29
fixed a bug in the handling of /json/tag/find --raw format (caused by moving code w/o paying attention). Added a warning when the given tag is not found. check-in: be41009046 user: stephan tags: json-multitag-test, json
23:12
Added /json/tag/find. check-in: 9d27ade314 user: stephan tags: json-multitag-test, json
21:25
Added /json/tag/cancel. check-in: 0b685fcc0f user: stephan tags: json-multitag-test, json
21:14
Added /json/tag/add. check-in: bd9d7ce2f6 user: stephan tags: json-multitag-test, json
21:13 Edit [1088cf2107afaac3|1088cf2107]: Add tag "json-add-tag-test" with note "tag test". artifact: 95bd56d171 user: stephan
21:13 Edit [1088cf2107afaac3|1088cf2107]: Add tag "json-add-tag-test" with note "tag test". artifact: 8bfe427a40 user: stephan
20:10
Added /json/tag/list and infrastructure for pending (add, cancel, find) ops. check-in: 1088cf2107 user: stephan tags: json-multitag-test, json-add-tag-test, json
17:12
Added /json/resultCodes. check-in: 71a1d4483f user: stephan tags: json-multitag-test, json
15:51
minor doc fix before switching PCs for the weekend. check-in: a403544f2a user: stephan tags: json-multitag-test, json
15:47
fixed comparison logic which broken dumbing-down of error codes (caused them to never be dumbed-down). check-in: f93e059f6c user: stephan tags: json-multitag-test, json
2011-10-05
16:58
fixed [fc825dcf52] check-in: 4b0f813b8c user: ron tags: trunk
16:57 Fixed ticket [fc825dcf52]: "config pull all" asks to approve ssl cert plus 1 other change artifact: 527a37e36b user: ron
12:04
experimentally added "command" property to all responses to simplify response handler dispatching in some experimental Java client code. check-in: 8f12ac9896 user: stephan tags: json-multitag-test, json
12:03
minor cosmetic cleanups. check-in: 2dac80dd9f user: stephan tags: json-multitag-test, json
08:00
Added (--args -) to read from stdin. Theoretically now also strips windows newlines, but i do not have a broken editor to test that with ;). check-in: 080d27a6b2 user: stephan tags: trunk
07:01
fixed a url-updating problem caused by recent refactoring. check-in: 4b70853483 user: stephan tags: json-multitag-test, json
06:42
A few internal cosmetic cleanups, added json_get_wiki_page_by_rid(). check-in: afb3c89fe6 user: stephan tags: json-multitag-test, json
05:41
Tweaks to the JS API, mainly to simplify a common 2-callbacks-per-event use case. Added missing json2.js. check-in: cf10d9d9b9 user: stephan tags: json-multitag-test, json
03:32
const-correctness tweak in db_text(). check-in: 30431ff903 user: stephan tags: json-multitag-test, json
02:41
Doh... accidentally changed resultCodes from strings to ints during refactoring. check-in: 36384da861 user: stephan tags: json-multitag-test, json
02:31
fixed a mis-sorting in the json timeline, caused by refactoring in a recent commit. check-in: 824ed5fb65 user: stephan tags: json-multitag-test, json
02:26
Consolidated more of the CLI/HTTP/CLI-with-POST arg handling disparities into the json_find_option() family of functions. check-in: 5b4a3f12dc user: stephan tags: json-multitag-test, json
02:03
Change a #ifdef so that builds on MSVC will work on repos larger than 2GB. check-in: 6092935ff2 user: drh tags: trunk
00:53
lots of minor cleanups in JSON error handling (mostly cosmetic). Added some new FOSSIL-xxxx codes. check-in: 2e41514fb7 user: stephan tags: json-multitag-test, json
2011-10-04
23:40
merged and conflict-resolved trunk [c0274f996266aef]. check-in: 4fbf77d4f3 user: stephan tags: json-multitag-test, json
23:08 Edit [eb8d989daebfce1f|eb8d989dae]: Mark "Closed". Edit check-in comment. artifact: 38b05da85b user: drh
23:07
Merge the --args FILENAME patch into trunk. check-in: c0274f9962 user: drh tags: trunk
23:03
Simplify the implementation of the --args FILENAME patch, as requested by the FIXME comment. check-in: eb8d989dae user: drh tags: stephan-hack
21:41
Initial --args FILENAME patch. Impl seems over-complex to me, but works as described in the list thread. check-in: 8a6568c3a3 user: stephan tags: stephan-hack
21:28
merging with trunk [d4a341b49dd1b701] before applying --args FILENAME patch, to simplify downstream merge. check-in: 312d522fe4 user: stephan tags: stephan-hack
21:28 Edit [00fe260682548e76|00fe260682]: Remove the "Closed" mark. artifact: 8b1634f757 user: stephan
20:02
Started adding /json/artifact tickets support, but grokking tkt.c is more than i am up for tonight. Changed how permissions checks are done under /json/artifact (previous approach is just plain silly without C++ templates) check-in: cee8bc6727 user: stephan tags: json-multitag-test, json
19:17
fixed a c99ism. check-in: cd67b945d7 user: stephan tags: json-multitag-test, json
15:20
Add HMAC-SHA1 implementation. Closed-Leaf check-in: dcee34b25f user: dmitry tags: multisession
15:19 Edit [f4eb0f5afcb33598|f4eb0f5afc]: Mark "Closed". artifact: 0425a41e99 user: dmitry
15:15
Merge protection against timing attacks into trunk. check-in: d4a341b49d user: dmitry tags: trunk
14:38
Merge trunk into dmitry-security branch. Closed-Leaf check-in: f4eb0f5afc user: dmitry tags: dmitry-security
14:34
Rename constant_time_eq to constant_time_cmp to better indicate that these functions return 0 when values are equal, like memcmp, strcmp, etc., not truth, to avoid possible mistakes. check-in: d244c484e7 user: dmitry tags: dmitry-security
14:28
Revert the previous change after thinking more about it.

Login cards in the sync protocol have the following format:

login userid nonce signature

Nonce is SHA-1 of the message that follows this line, signature is SHA-1 of the concatenation of the nonce and user's shared secret. The successful timing attack can reveal only signature for this p... check-in: 13a9a1244c user: dmitry tags: dmitry-security

09:06
/json/wiki/get argument handling cleanup so that it works with the newer command=... approach. check-in: 96fe10ab54 user: stephan tags: json-multitag-test, json
2011-10-03
16:34
Disabling Cache-control: no-store, as it made firefox forget about form field contents on back/forward in history.

Resolution achieved by a minimal consensus at this thread on the mailing list. check-in: 3fac77d7b0 user: viriketo tags: trunk

2011-10-02
23:59
Minor error handling cleanups (nicer resultText strings). Removed a call to sqlite3_config() from the JSON bootstrap code which _seems_ to be the cause of an SQLITE_MISUSE warning. check-in: af72cc7599 user: stephan tags: json-multitag-test, json
23:43
Accommodated recent API changes. check-in: 901a0133e3 user: stephan tags: json-multitag-test, json
23:21
Fixed an incorrect setting of the content type in one error-handling case. check-in: 35e4e9188b user: stephan tags: json-multitag-test, json
22:58
Added /json/branch/create. Finally found g.zErrMsg, and started using it in conjunction with json error reporting. check-in: 8eaf58ee51 user: stephan tags: json-multitag-test, json
21:01
moved /json/branch code into its own file. check-in: 1a4c874e43 user: stephan tags: json-multitag-test, json
20:15
renamed json timeline "showFiles" option to "files" because we do not really "show" anything." check-in: bc7af5192a user: stephan tags: json-multitag-test, json
19:57
Added tag/branch option to /json/timeline/ci, analog to HTML mode t/r options. check-in: 762128512a user: stephan tags: json-multitag-test, json
19:56
Added empty_Stmt, analog to empty_Blob, to work around an assertion triggered during some error handling code. check-in: 4db6d7c5ce user: stephan tags: json-multitag-test, json
18:28
Merged in trunk [ae64088627df]. Added /json/timeline/checkin as alias for /json/timeline/commit (checkin is historically more correct/consistent). check-in: a9070a4944 user: stephan tags: json-multitag-test, json
18:18
s/userName/name/, for consistency. check-in: 94689bbf29 user: stephan tags: json-multitag-test, json
13:30
minor hack to name_search() to make it stop searching after it determines there is an ambiguity. check-in: ae64088627 user: stephan tags: trunk
12:41
json mode now accepts command=string request parameter if path length is 1 (no subcommand was specified). check-in: 225fd3dad3 user: stephan tags: json-multitag-test, json
12:31
initial code for reading POST data from a file/stdin in CLI mode. check-in: 8145cdbf3b user: stephan tags: json-multitag-test, json
11:43
minor cleanups and doc additions to the json/artifact handling. check-in: 6d0667831a user: stephan tags: json-multitag-test, json
11:16
Reorganized json_page_artifact(), fixed a C99ism, fixed permissions check. check-in: c926170034 user: stephan tags: json-multitag-test, json
11:15
removed an implemented TODO reminder. check-in: f270f0b5c1 user: stephan tags: json-multitag-test, json
10:51
Added missing license header to new files. Updated (c) date to 2011. check-in: 8a665715c2 user: stephan tags: json-multitag-test, json
2011-10-01
20:50
Variable used for return value of send(2) must be signed, otherwise error conditions just result in infinite loops. check-in: 5e3519873f user: joerg tags: trunk
07:58
s/commit/checkin/, for consistency. s/artifactType/type/. check-in: 44e032aa8a user: stephan tags: json-multitag-test, json
07:47
more consolidation of timeline/artifact code. check-in: cc444a02cd user: stephan tags: json-multitag-test, json
07:33 Edit [b1f9257213c4447b|b1f9257213]: Edit check-in comment. artifact: ae1693f1b1 user: stephan
07:04
more timeline/artifact refactoring. check-in: 22fc0ab81b user: stephan tags: json-multitag-test, json
06:51 Edit [a893fff3ca2fb9f0|a893fff3ca]: Cancel tag "a893fff3ca2fb9f0". artifact: 773b9c8340 user: stephan
06:50 Edit [a893fff3ca2fb9f0|a893fff3ca]: Add propagating tag "json-multitag-test". artifact: ac9f36f6de user: stephan
06:50 Edit [a893fff3ca2fb9f0|a893fff3ca]: Cancel tag "json-multitag-test". artifact: ea19443639 user: stephan
06:49 Edit [a893fff3ca2fb9f0|a893fff3ca]: Add propagating tag "a893fff3ca2fb9f0". artifact: 5d616fa405 user: stephan
06:45
Started refactoring some of the timeline/artifact components into reusable parts. Comment edited only to test json responses which differentiate between pristine and edited commits. check-in: b1f9257213 user: stephan tags: json-multitag-test, json
06:27 Edit [a893fff3ca2fb9f0|a893fff3ca]: Add tag "json-multitag-test". artifact: 3bbc310b87 user: stephan
05:58
Started adding artifact-type-dependent result data to /json/artifact output. check-in: a893fff3ca user: stephan tags: json-multitag-test, json
05:58
minor cleanups. check-in: 6ee6486e02 user: stephan tags: json
05:57
Added json_new_int() convenience function. check-in: ccd66b9b3c user: stephan tags: json
05:09
Added initial /json/artifact code, but it currently can only report the type of a given artifact. check-in: 6372d95165 user: stephan tags: json
05:05
minor db_column usage cleanup. check-in: cf8b20ea1f user: stephan tags: json
05:05
added test for /json/wiki/get. check-in: 2b7edce38d user: stephan tags: json
05:04
Changed some of the exception-throwing code to propagate instead of ingore. check-in: e8fe84bc2c user: stephan tags: json
04:03
Cleaned up wiki formatting code a bit. Added wiki uuid to /json/wiki/get response payload. check-in: 3f512ca41b user: stephan tags: json
03:37
Added format=raw|html to /json/wiki/get. check-in: c990e7ec25 user: stephan tags: json
02:19
minor cleanups in the /json/login payload code. check-in: 3bdae54cae user: stephan tags: json
02:12
Changed /json/login output payload structure. check-in: 88ddf2cbce user: stephan tags: json
2011-09-30
17:00
minor ajax test code cleanups. check-in: 7eb52b23ae user: stephan tags: json
16:36
Added more integration tests. check-in: 10e677c968 user: stephan tags: json
16:35
added preliminary support for cookies in the rhino ajax client, but it does not seem to be doing anything. check-in: ef9d839311 user: stephan tags: json
16:17 Edit [4bf9048e25b88f63|4bf9048e25]: Mark "Closed". artifact: 2189ecd603 user: tsbg
15:50
Fixed POST sending for rhino-based ajax impl (was sending Content-Type form-urlencoded). Login over rhino works :). check-in: a36d5c0ed8 user: stephan tags: json
15:48
minor fix for fossil's internal handling of name=xyz parameter. check-in: 9f2535f1e0 user: stephan tags: json
14:11
Some touch-ups in the JS code. Started adding Rhino-based tests for integration/unit-testing CGI/server modes. check-in: 42a07be4c5 user: stephan tags: json
10:51
It seems like blob_constant_time_eq() is unnecessary for sync protocol signatures; removed. check-in: 48bcfbd47b user: dmitry tags: dmitry-security
09:41
Catch zero length early in blob_constant_time_eq(). check-in: e3d022dffa user: dmitry tags: dmitry-security
09:01
Merged in trunk [9bfa186be09f]. Fixed an inexplicable duplicate call to db_find_and_open_repository() which has since disappeared from the trunk. check-in: 8185bddf2e user: stephan tags: json
2011-09-29
22:27
json ajax: fixed POST/GET message sending determination (broken by a previous change this evening). check-in: 37963253b9 user: stephan tags: json
21:57
Removed the json warnings bitset crap. Still not sure i like the warnings mechanism at all. check-in: 9fe06e2fda user: stephan tags: json
21:55
Corrected a JSON-mode result code when db rebuild is required. check-in: 44644d43dc user: stephan tags: json
21:06
Fix to the previous fix: install function to the correct database. check-in: 3782276da6 user: dmitry tags: dmitry-security
21:04
Fix login groups. check-in: 6f29649ef3 user: dmitry tags: dmitry-security
17:26
Fix comment. check-in: a0fa120b74 user: dmitry tags: dmitry-security
17:21
Protect against timing attacks by using constant-time comparison function to compare passwords and cookies. check-in: 7f110475ec user: dmitry tags: dmitry-security
17:03
minor jsonp tweaks. Added some test code for it in the demo app, but there is still some jsonp disconnect between the two AJAJ layers, and i may need to consolidate them to work around it. check-in: f48b687a9a user: stephan tags: json
15:23
Added /json/rebuild. Is likely to fail w/ an AJAX timeout for large repos, which will probably cause the rebuild to roll back on the next open :/. Takes 21sec on my 32-bit netbook to rebuild the fossil repo. check-in: 071de8f1bd user: stephan tags: json
14:07
When creating a manifest, get isExe and isLink bits from filesystem at once instead of doing two stat(2) calls. check-in: 9bfa186be0 user: dmitry tags: trunk
13:08
Removed a test/debug #if block which i accidentally left enabled in [73e28dd718]. check-in: 5ddfe3d663 user: stephan tags: json
11:45
Change file_size() to file_wd_size() in file_is_the_same(). check-in: 13a771ce18 user: dmitry tags: trunk
11:44 Edit [a369dc77210bf42c|a369dc7721]: Edit check-in comment. artifact: 14a491e973 user: dmitry
11:05
Cache "manifest" setting in fossil_reserved_name() instead of reading it from the database on every call. This speeds up adding many files. check-in: a369dc7721 user: dmitry tags: trunk
2011-09-28
22:41
moved some db_finalize() calls so that they would also be called in error cases. check-in: 997274e9be user: stephan tags: json
22:04
Added createIfNotExists bool option to /json/wiki/save. check-in: 73e28dd718 user: stephan tags: json
21:36
JSON CLI mode now accepts --indent|-I N to set JSON indention level (uses cson_output_opt::indentation semantics). Default for CLI mode is 1 (0 for HTTP mode). check-in: 30e4ebaa19 user: stephan tags: json
12:09
merged in trunk [3e141b792c]. check-in: 033e2eb1df user: stephan tags: json
11:35
Use the check-in time as the timestamp for zlib compression on tarballs, os that every tarball for the same check-in is identical. check-in: 3e141b792c user: drh tags: trunk
2011-09-27
19:28
Call file_wd_isdir() in file_mkdir(). check-in: 13120e9620 user: dmitry tags: trunk
19:15
Change a few instances of file_isdir() to file_wd_isdir(). check-in: f1329470c0 user: dmitry tags: trunk
16:34
Add the --stats option to the rebuild command. check-in: f25e5e53c4 user: drh tags: trunk
13:22
Added basic timing info to json ops, but "should probably" move the timer start to the app/server init. check-in: b9ef0fe59b user: stephan tags: json
06:44
Allow the Tcl source directory to be used instead of the Tcl install directory if FOSSIL_TCL_SOURCE defined. Also, add and/or modify explanatory comments. check-in: 5df59eba03 user: mistachkin tags: tcl-integration
05:31
Makefile fixes to enable Tcl to be statically linked to Fossil. check-in: 6e6e55a12d user: mistachkin tags: tcl-integration
04:12
/json/timeline/ticket prevUuid is now only explicitly set for non-new files. Previously it was set to NULL, which was a waste-of-time no-op. check-in: 0ddf92042d user: stephan tags: json
04:08
Added ticketUuid to /json/timeline/ticket output. Removed some superfluous Blob uses (where db_prepare() works just as well). check-in: f94ad19472 user: stephan tags: json
03:55
Merge latest trunk changes. check-in: 2d2b45bb17 user: mistachkin tags: tcl-integration
03:28
Added /json/timeline/ci showFiles to ajax test page. check-in: be700e8433 user: stephan tags: json
03:25
Added showFiles=bool/--show-files option to /json/timeline/ci. check-in: 98e24465c2 user: stephan tags: json
02:09
Changed /json/stat to use brief mode by default due to relatively high runtime cost, replaced 'brief' param with 'full'. Added json_getenv_bool(). check-in: c1914eaa79 user: stephan tags: json
01:51
Added "brief" option to /json/stat, mirroring the change in [d01ca14d08]. check-in: 17f11a0884 user: stephan tags: json
01:32
Added /json/user/xyz to ajax demo. /json/user/get/USERNAME now works as an alias for ?name=USERNAME. check-in: 585be130f3 user: stephan tags: json
01:18
moved /json/timeline|wiki commands/pages into their own files. check-in: 821830d2fb user: stephan tags: json
01:01
Started refactoring specific json command groups into their own files (80kb is getting too big to manage in one file). check-in: 5d2a516f8a user: stephan tags: json
00:34
merged in trunk [12272b7ff0]. check-in: a5fd64d344 user: stephan tags: json
00:34
added /json/user/get. check-in: 0c7be1fe6c user: stephan tags: json
00:14
added /json/user/list. check-in: 59ef1667ac user: stephan tags: json
2011-09-26
19:30
made /json/timeline/wiki and /json/wiki/timeline aliases. check-in: 0475e63d44 user: stephan tags: json
14:43
Add the test-list-webpage command. check-in: 6a97d77501 user: drh tags: trunk
2011-09-25
11:14
Fix double LI tags when listing wiki attachments for users without permissions. check-in: 12272b7ff0 user: dmitry tags: trunk
2011-09-24
01:39
Disable SSLv2 in HTTPS client. This version of the protocol is considered insecure and has been deprecated; all modern browsers disable it. check-in: ea1d369d23 user: dmitry tags: trunk
2011-09-23
13:10
s/briefText/briefComment/. Fixed a couple memleaks of blob sql. check-in: ecdbce1651 user: stephan tags: json
12:46
Added comment to timeline/ticket. Minor additions to AJAX test pages. check-in: de0b860f77 user: stephan tags: json
12:29
Implemented /json/timeline/ticket, cleaned up timeline/ci|wiki. check-in: 42900f3029 user: stephan tags: json
10:52
Changed fossil_json_f() callback interface. Refactored json command dispatching a bit. Fixed an ordering problem in the json timelines. Pulled in latest cson_amalgamation. check-in: c24b445012 user: stephan tags: json
01:00
Corrected /json/wiki/save|create to honor the proper g.perm.WrWiki/NewWiki perm, instead of just WrWiki. check-in: d3759cd40f user: stephan tags: json
00:39
Added initial JSONP support, but lacks significant testing. check-in: e72ae99dc2 user: stephan tags: json
2011-09-22
23:40
Added --after/--before support to /json/timeline/ci and wiki. check-in: e01d49b252 user: stephan tags: json
20:07
Implemented /json/timeline/wiki. Fixed --limit/-n handling of timeline/ci. check-in: 12545465e9 user: stephan tags: json
19:14
Implemented /json/wiki/create. check-in: 1df648abfe user: stephan tags: json
17:56
Implemented /json/wiki/save. check-in: 2162c86d9e user: stephan tags: json
17:18
added src/Makefile so that (ctrl-x m) will DTRT. check-in: ce4f310361 user: stephan tags: json
17:02
Added initial prototype of JSON wiki editor (cannot save yet). Minor cleanup in ajax/index.html. check-in: 475c61fd59 user: stephan tags: json
16:27
minor cleanups in the /json/wiki/get and AJAJ code. check-in: a9c8a31df5 user: stephan tags: json
16:21
Added rudimentary timer to AJAX test page. check-in: 07a2c43c8c user: stephan tags: json
15:59
Added /json/wiki/get?page=... check-in: 7dc8e9ac94 user: stephan tags: json
14:58
Added /json/whoami. check-in: 7a65dd0e00 user: stephan tags: json
2011-09-21
21:23
added a FIXME, removed another. Now it's really bed time. check-in: 8b814778c9 user: stephan tags: json
21:17
Added my AJAX test code after accidentally deleting my local copy (thank goodness the test server still had a copy). See the README if you want to set it up locally under apache. check-in: c6c5ad1364 user: stephan tags: json
20:43
/json/branch/list now requires g.perm.Read, like /brlist does. Time for bed... check-in: a37c6a87c6 user: stephan tags: json
20:03
added current branch name to /json/branch/list payload when in an opened checkout. check-in: 7592fe934b user: stephan tags: json
19:31
added POST.payload to json_getenv() list. Re-organized /json/branch/list CLI/HTTP arg handling to behave sanely in CLI mode. Minor typo fix in main.c. check-in: 4a9b51649d user: stephan tags: json
18:55
s/branch_prepare_query/branch_prepare_list_query/g check-in: 267739dd20 user: stephan tags: json
18:53
changed how /json/branch/list selects whether to look at open/all/closed branches. check-in: 14423f3284 user: stephan tags: json
18:20
Refactored prepareBranchStatement() to simplify its usage, get rid of ambiguous arg handling, and allow the caller to specify the priority of the all-vs-closed-vs-opened decision. Made it non-static and renamed to branch_prepare_statement() for re-use in /json/branch/list. check-in: 5a81a5ead6 user: stephan tags: json
18:10
Minor timeline output cleanups. Added /json/branch/list. check-in: f266ebdd3f user: stephan tags: json
17:38
More work on the warnings infrastructure. json_warn() now (experimentally) disallows (elides) duplicate warning codes to simplify downstream loops. Still undecided on that behaviour, though. check-in: 576425e862 user: stephan tags: json
16:31
started adding infrastructure to report non-fatal warnings. check-in: ad50fe9584 user: stephan tags: json
15:22
timeline json refactoring, fixed ordering, split tags into an Array. check-in: d6cbe37b6b user: stephan tags: json
14:42
refactored the prototype timeline code, split off completely from www version (different requirements). check-in: 1ecf337404 user: stephan tags: json
2011-09-20
22:55
added a couple FIXME notes before bed. check-in: e785784538 user: stephan tags: json
22:42
Started adding /json/timeline support, but this is gonna be a doozie. Breaking it down into separate calls for ci/wiki/ticket, e.g. /json/timeline/ci because the structures will be different for each. check-in: eff3f7d929 user: stephan tags: json
16:58
fossil_warning() is now a no-op in JSON mode, to avoid corrupting the output. check-in: 6ce6b5e63f user: stephan tags: json
16:48
merged trunk [1f498a6ef2]. check-in: c2b1bc686d user: stephan tags: json
16:45
more minor internal cleanups. s/g.isCGI/g.isHTTP/ to avoid confusion later on. check-in: 9adc95c476 user: stephan tags: json
16:27
minor internal cleanups and doc additions. check-in: 2f3e438507 user: stephan tags: json
16:00
CLI mode now works properly when called using an abbreviated form of "json", e.g. fossil js wiki list. Fixed an incorrect error code in /json/wiki. check-in: 76d0fa2bb0 user: stephan tags: json
15:48
Refactored page/command callback to take on argument to simplify certain dispatching ops. json_getenv() now falls back to getenv() if neither the POST data nor cgi_parameter() contains the requested value, but this is basically a workaround for my current inability to add --opt support in CLI mode (due to how HTTP/CLI command handling is consolidat... check-in: 206908faee user: stephan tags: json
09:35 Ticket [b64435dba9] How to checkout a folder, but all of the files in repository? status still Open with 2 other changes artifact: 5065a5da06 user: stephan ... 1 similar event omitted.
2011-09-19
20:16
Remove obsolete files check-in: 1f498a6ef2 user: drh tags: trunk
19:13
Update the built-in SQLite to the 3.7.8 release. check-in: 8d4c564277 user: drh tags: trunk
19:03
Moved a db_finalize() which would not have been called in a couple of error cases. check-in: afc1cec6a3 user: stephan tags: json
18:49
fixed a double-free() which could happen in one error case. check-in: 65e946c714 user: stephan tags: json
18:48
Implemented /json/wiki/list (first draft, may change). Pulled in latest cson_sqlite3 additions to simplify the impl. check-in: 5cc88946a7 user: stephan tags: json
17:11
minor cleanups in prep for the "larger" JSON APIs. check-in: 87e20659c6 user: stephan tags: json
2011-09-18
19:16
terribly minor internal cleanups. check-in: 507a458277 user: stephan tags: json
19:11
One compile fix and MSVC build fix, from Jeff Slutter. check-in: 5f3a98ae83 user: stephan tags: json
10:40
Removed some no-longer valid comments after confirming that JSON mode works without cookies. Dumbed-down the various login errors by default (again). check-in: 52229655df user: stephan tags: json
10:25
Added userName to /json/stat output for the nobody user (it was previously not set in that case). Renamed captcha to password in /json/anonymousPassword. Added NYI (not yet implemented) placeholders for several planned request types. check-in: 13cc3b823f user: stephan tags: json
08:11
Implemented anonymous user login over JSON. Requires 2 requests (captcha-fetch and then login). check-in: cebf9919f8 user: stephan tags: json
05:51
merged trunk [b54b8e751a]. check-in: 76c4ae5e5e user: stephan tags: json
05:45
More cleanups to the cson_cgi removal refactoring. Added common "indent" parameter to control indentation of JSON (uses cson_output_opt.indentation semantics). check-in: b3653265d1 user: stephan tags: json
04:31
Factored out cson_cgi bits - now using fossil's CGI bits. Removed cson_cgi from cson_amalgamation (cuts its size considerably). Seems to still work, and this removes some discrepancies in how CGI/server modes are handled. check-in: 4cf9681440 user: stephan tags: json
2011-09-17
23:14
Doc changes only check-in: 5a9e567966 user: stephan tags: json
20:25
added a missing assert() (Thanks, Joe M.) check-in: a67c6744e5 user: stephan tags: json
17:35
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: b54b8e751a user: drh tags: trunk
16:01
More cleaning up of error lower-level handling to output JSON instead of HTML in a few more cases. check-in: 9b842564f7 user: stephan tags: json
14:24
logout now fails if the auth token is not available to it (as a sanity check and potentially stop someone from logging out someone else). check-in: affdf56c3f user: stephan tags: json
01:25
dropped back to a simpler timestamp generation mechanism. Thanks to Ge Weijers for the input. check-in: 147f4bfb62 user: stephan tags: json
2011-09-16
23:29
Added some code for dumbing-down only the different login errors (missing name, missing pw, or no match found). Defaults to dumbed-down mode. check-in: 388c9888af user: stephan tags: json
23:06
worked around a weird cgi_parameter() bug. We are now not processing the name/password params with the precedence i would like, but it works now in server/cgi modes with GET and POST. check-in: b0885e864c user: stephan tags: json
21:39
restructured /json/cap output. check-in: 7e3902d14f user: stephan tags: json
19:48
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: 4db5bd1111 user: drh tags: trunk
19:27
implemented /json/logout. check-in: e94605b54f user: stephan tags: json
18:57
Merged trunk [693ab93b7d] to quiet down -Wall. Removed a trailing comma from an enum (-Wall mode). check-in: 98cdd410df user: stephan tags: json
18:55
style conformance touch-ups. check-in: 45cd04f8c1 user: stephan tags: json
18:53
replaced two C++-style comments. check-in: 693ab93b7d user: stephan tags: trunk
18:39
Refactored the special-case CLI-mode arg/path handling in the CGI/server-mode mechanism. Fixed: server-mode response timestamp was always the time the server process started. check-in: 0bb823032f user: stephan tags: json
18:30 Edit [58d415644631a3bf|58d4156446]: Edit check-in comment. artifact: 9cb4258d2b user: stephan
18:29
more cleanups in the json arg/path handling. check-in: 35b9edba83 user: stephan tags: json
17:53
minor cleanups to the json "command path" handling. check-in: 2dcc2397b5 user: stephan tags: json
17:26
Consolidated server/cgi/cli path/arg handling (will break when add --options to CLI mode). check-in: c5fbcced80 user: stephan tags: json
16:38
fixed an inconsistency in the CLI/CGI args/path handling. Non-CGI server mode is still broken b/c we do not yet have the PATH_INFO (or equivalent) data. check-in: 73591cc746 user: stephan tags: json
13:47 Edit [afd36e987ca1f284|afd36e987c]: Edit check-in comment. artifact: ae665ec06f user: stephan
13:39
more cson portability fixes, thanks to Robert Engelhardt and Joe Mistachkin. check-in: afd36e987c user: stephan tags: json
13:34
s/unlink/remove/ for Windows build (thanks again to Robert Engelhardt). check-in: ea8d28acf3 user: stephan tags: json
11:48
compile fix for mingw (thanks to Robert Engelhardt). check-in: 58d4156446 user: stephan tags: json
11:35 Edit [4ba7b9c288d8db7c|4ba7b9c288]: Mark "Closed". artifact: c1380af1e0 user: stephan
11:19
minor typo and wiki formatting fix. Added another external link. check-in: 9f5c40cbe7 user: stephan tags: trunk
10:31 Ticket [87f7cebc27] Wiki page names starting with '.' don't work status still Open with 1 other change artifact: 399fe2ba4e user: stephan ... 1 similar event omitted.
2011-09-15
22:09 Ticket [18ea58d26e] Unable to login status still Open with 2 other changes artifact: dbdeacbf87 user: stephan
22:01 Ticket [87f7cebc27] Wiki page names starting with '.' don't work status still Open with 2 other changes artifact: 744a0ddb79 user: stephan
21:44 Edit [00fe260682548e76|00fe260682]: Mark "Closed". artifact: 9791655a22 user: stephan
21:40 Fixed ticket [2316d926e3]: test_env visible when not logged in and no capabilities plus 2 other changes artifact: 14f3170792 user: stephan
21:39
test_env command now requires g.perm.Admin or g.perm.Setup. Resolves ticket [2316d926e376aa]. check-in: 2d71977e98 user: stephan tags: trunk
19:19 Edit [4e586a2d8e690d14|4e586a2d8e]: Mark "Closed". artifact: fec22893bc user: dmitry
12:03
initial mass-change merge of main repo with my fork. check-in: 5b44a419cd user: stephan tags: json
11:55
merged in with trunk for clean state before i pull in my fork. check-in: 716bb29257 user: stephan tags: json
11:54
Create new branch named "json" check-in: 7f108075ad user: stephan tags: json
09:08 Ticket [d06e5d462b] * is not accepted as a parameter for crnl-glob on command line status still Closed with 2 other changes artifact: ad967eeeb0 user: stephan
00:56 Edit [17f21f2482dea2aa|17f21f2482]: Edit check-in comment. artifact: c9d7ab31de user: martin.weber
00:55 Edit [17f21f2482dea2aa|17f21f2482]: Edit check-in comment. artifact: 011584d4b5 user: martin.weber
00:54
Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n check-in: 17f21f2482 user: martin.weber tags: msw-docco
2011-09-14
18:52 Ticket [d06e5d462b] * is not accepted as a parameter for crnl-glob on command line status still Closed with 1 other change artifact: 803b806600 user: mistachkin ... 1 similar event omitted.
18:13 Ticket [4060715d46] Implement FastCGI interface status still Open with 2 other changes artifact: cd5c58435c user: stephan
18:08
Merge the refactored permission flags into trunk. check-in: b344d3c0cd user: drh tags: trunk
18:03 Ticket [f2b5011d97] Styling: Remove align attribute from HTML status still Open with 1 other change artifact: 2f0e500930 user: stephan
17:55 Closed ticket [929dd38716]: NOWIKI tag has no effect plus 2 other changes artifact: 450f04bd95 user: stephan
17:49
Removed local-only file from makemake.tcl. Doh. check-in: 00fe260682 user: stephan tags: stephan-hack
17:45
Refactored g.okXXX perms flags to g.perm.XXX. check-in: 34b4dec0bc user: stephan tags: stephan-hack
16:24 Fixed ticket [cc8271389a]: unable to check fossil-users Archives plus 2 other changes artifact: b93584ecf3 user: lrem
15:09 Fixed ticket [d1cdb1bfa1]: Leaf functionality unclear plus 2 other changes artifact: 8bded160de user: lrem
13:45
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: a0cf985a42 user: drh tags: trunk
11:14
Merge documentation updates from the msw-docco branch into trunk. check-in: 2210be19cc user: drh tags: trunk
11:06
Distinguish between direct family and merge relationships in the common status information such as seen with the "fossil info" command. check-in: 9caa3506c5 user: drh tags: trunk
00:39
A bullet point I forgot two checkins ago:
  • Document ALL supported options for the given commands. Checkin #2/n.
check-in: 25d023f3a4 user: martin.weber tags: msw-docco
00:33
Of course THAT was the trunk version I wanted to merge with... check-in: b42d1a9dcf user: martin.weber tags: msw-docco
00:32
Begin streamline the online documentation to:
  • always include a short overview of the options supported by a given command, alphabetically sorted
  • reference similar/related commands with a final See also: section
  • Use ?x? for optional arguments
  • collapse supported options into ?OPTIONS? This is commit #1/n.
check-in: 3fbf8caa87 user: martin.weber tags: msw-docco
2011-09-13
18:45
Add the "brief" query parameter to the "stat" page. check-in: d01ca14d08 user: drh tags: trunk
18:36
Merge documentation updates into trunk. check-in: 6cf00533b2 user: drh tags: trunk
17:20 Edit [7870a89b103a37b0|7870a89b10]: Edit check-in comment. artifact: 003ac95741 user: viric
17:19 Edit [58a02a2e4adae108|58a02a2e4a]: Mark "Closed". artifact: 648097c1de user: viric
17:18
The Label list was not properly freed in some cases; looking at the annotate of 'win/Makefile.msc' was triggering the case. Closed-Leaf check-in: 4860d9f234 user: viriketo tags: annotate_noleak
16:43
Getting in the changes reducing the leak on annotate. In the fossil mailing list, I received only opinions in favour of getting mallocs and frees properly paired, so I think noone will refuse the change. check-in: 7870a89b10 user: viriketo tags: annotate_noleak
15:03 Closed ticket [d457feb387]: Empty repository reports strange compression ratio plus 2 other changes artifact: b3fce13f52 user: lrem
12:42
online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) check-in: a336ff53d2 user: martin.weber tags: msw-docco
12:35 Closed ticket [5adca29b9e]: Text area for wiki, et. al. is fixed width and too narrow. plus 2 other changes artifact: 8adfbcd1ee user: lrem
00:40
Add support for the -R option on several command-line subcommands. check-in: 4fe2214116 user: drh tags: trunk
2011-09-12
19:46 Edit [2cd21f8dc2ec202e|2cd21f8dc2]: Mark "Closed". artifact: db1ee119a8 user: dmitry
19:45 Fixed ticket [4af785ba3c]: User specified with --user-override doesn't show up in commit msg plus 2 other changes artifact: 6e487fe9bb user: dmitry
19:45 Fixed ticket [109ae2e904]: RSS feed is not always valid plus 2 other changes artifact: 71e5e079c5 user: dmitry
19:44 Fixed ticket [806c4358cd]: Wrong anchor on 'settings'' in reference (settings vs. setting) plus 2 other changes artifact: c415098ea3 user: dmitry
19:44 Fixed ticket [09310d1a05]: Typos in Wiki Theory page plus 2 other changes artifact: c75f3c9c4c user: dmitry
19:44 Fixed ticket [66ce1088b6]: It is possible for the empty string to be a user id plus 2 other changes artifact: 026637e905 user: dmitry
19:43 Fixed ticket [19be0265ff]: Rebuild button on Shun page on UI generates incorrect output plus 2 other changes artifact: e260450530 user: dmitry
18:19
Merge the minor fixes on the dmitry-fixes branch into trunk. check-in: ce354d0a9f user: drh tags: trunk
18:13
Reset the reply content at the beginning of the /xfer method in case any sqlite3_log() warning messages had previously been inserted. check-in: 2d1620830e user: drh tags: trunk
13:19 Ticket [4b881458c3] support for incremental import/export status still Open with 2 other changes artifact: 7ead063746 user: joerg
13:06
Fix typo in comment check-in: b582ff9879 user: joerg tags: trunk
2011-09-11
17:11 Closed ticket [0dddfe5d22]: incremental update of git export plus 2 other changes artifact: 0f1df4adb3 user: dmitry
15:00 Fixed ticket [427938e2f6]: three-way merge plus 2 other changes artifact: fc175456b8 user: dmitry
14:26 Fixed ticket [9d0f274589]: Ticket attachment shows garbage plus 2 other changes artifact: c06a617fcc user: dmitry
14:21 Fixed ticket [1a99e30dd4]: RSS link within the feed does not point to item matching the title plus 2 other changes artifact: 252ca94096 user: dmitry
14:08 Fixed ticket [164e519962]: .zip archive of an artifact should be available w/o a login plus 2 other changes artifact: 9fcd4791fe user: dmitry
13:57
Fix three remaining instances of printing rebuild progress in CGI mode. Ticket [19be0265ff]. Closed-Leaf check-in: 2cd21f8dc2 user: dmitry tags: dmitry-fixes
12:27
Disallow creating users with empty login. Ticket [66ce1088]. check-in: e1ea6c26d0 user: dmitry tags: dmitry-fixes
12:26
Fix typos in documentation. Tickets [09310d1a] and [806c4358]. check-in: 9150a8a234 user: dmitry tags: dmitry-fixes
12:22 Edit [7c82dbf5465f7b4d|7c82dbf546]: Change user to "dmitry". artifact: 5be4a64dbf user: dmitry
12:22
Make RSS feed valid by using 'dc:creator' element instead of 'author'. Ticket [109ae2e904]. check-in: 71b862af7d user: dchest tags: dmitry-fixes
12:19
Show overridden user in commit comment. Ticket [4af785ba]. check-in: 7c82dbf546 user: dmitry tags: dmitry-fixes
12:04 Fixed ticket [cc8fb65705]: process_one_web_page crashes if zPathInfo is NULL plus 2 other changes artifact: 81dfc4b06c user: dmitry
2011-09-10
21:21
Add a new quote to the documentation. check-in: 136519f4be user: drh tags: trunk
21:07 Closed ticket [be95038383]: Fossil generates invalid markup... plus 2 other changes artifact: e9e27b01ab user: dmitry
21:05 Fixed ticket [40f32e9733]: incorrect url for check-ins entry on ticket history menu plus 2 other changes artifact: 88f873a9d6 user: dmitry
2011-09-09
22:25 Fixed ticket [cc6557cfc5]: Unicode support plus 2 other changes artifact: 997f22cfb5 user: dmitry
2011-09-08
23:31 Ticket [40f32e9733] incorrect url for check-ins entry on ticket history menu status still Open with 1 other change artifact: ca65b5ee93 user: dmitry
23:28 Ticket [967cedbf20] fossil extra - Report for subtree status still Open with 1 other change artifact: 34e1e00a35 user: dmitry
23:26 Fixed ticket [ef25a83cce]: typo in http://www.fossil-scm.org/index.html/help?cmd=configuration plus 2 other changes artifact: 363974e826 user: dmitry
23:24 Closed ticket [1cc5a5c001]: Is a search tickets feature possible? plus 2 other changes artifact: 791a28403b user: dmitry
23:23 Closed ticket [3873f0ad52]: The ticket 'version' field (found_in) does not appear hyperlinked plus 2 other changes artifact: 5cf247bca0 user: dmitry
23:16 Fixed ticket [a9b07eebe1]: Have the artifact sources in an HTML list plus 2 other changes artifact: 9200e01a9b user: dmitry
23:14 Closed ticket [7cb0e01aab]: "<!--" in .wiki files is translated to visible code plus 2 other changes artifact: 86caf6594c user: dmitry
23:13 Ticket [032c86d6b8] A rename disallows further merges status still Open with 1 other change artifact: 4477f862a3 user: dmitry
23:11 Ticket [5ff2043c96] Invalid xhtml markup generated (with patch) status still Open with 2 other changes artifact: 6256674d25 user: dmitry
23:09 Closed ticket [e12f19063a]: fossil with SSL support does not support proxy plus 2 other changes artifact: 895e3e28d4 user: dmitry
23:04 Closed ticket [ad169d2c50]: assign-to ticket field plus 2 other changes artifact: 8c5c42d7e7 user: dmitry
23:03 Ticket [76c3765215] There is no way to cleanly remove a user status still Open with 1 other change artifact: 6bb1bbddce user: dmitry
22:59 Closed ticket [61ab82f705]: leader_offline fail plus 1 other change artifact: 4639ab03b3 user: dmitry
22:58 Fixed ticket [118a98cb38]: removing a directory doesn't work with a trailing slash plus 1 other change artifact: 4c28afcec6 user: dmitry
22:49 Fixed ticket [831b932db4]: Fossil should support emitting ".tar.gz" output instead of (or in addition to) ".zip" output plus 1 other change artifact: e73b41c99d user: dmitry ... 1 similar event omitted.
22:47 Fixed ticket [6673476941]: Broken link to check-ins from ticket history plus 2 other changes artifact: 264e6779a2 user: dmitry
22:41 Ticket [032c86d6b8] A rename disallows further merges status still Open with 2 other changes artifact: caeb7d672d user: dmitry
22:32 Closed ticket [67936dc2ab]: Fossil SCM as a NoSQL database instead of CouchDB artifact: d80900ffaf user: dmitry
22:30 Fixed ticket [15dfbde729]: Question for FAQ: how to contribute to Fossil? plus 2 other changes artifact: 0252c6186f user: dmitry
22:21 Closed ticket [10eca88793]: Wanting to create Package for Arch Linux plus 2 other changes artifact: eaf9f1469e user: dmitry
22:15 Closed ticket [8d786b9ab1]: Should be ability to translate into Russian(other languages) plus 2 other changes artifact: f65963eee2 user: dmitry
22:15 Fixed ticket [7ffe8a6cee]: User registration plus 1 other change artifact: b66e51ba92 user: dmitry
22:12 Closed ticket [2dbefa162b]: the option "-n" of timeline command plus 2 other changes artifact: 7093c97f43 user: dmitry
22:08 Fixed ticket [3dbc12f49d]: Edit ticket fails to save changes if assigned_to AND remark are changed. plus 1 other change artifact: b0f84c6717 user: dmitry
22:06 Ticket [d798ba2e79] Hooks request status still Open with 1 other change artifact: 243353ceb5 user: dmitry
22:02 Closed ticket [2c7b1cd3a3]: Cannot bind to specific IP address when in server mode plus 2 other changes artifact: b343ffe25c user: dmitry
21:53 Fixed ticket [e776717962]: replace 'new' with 'init' command for repository creation plus 2 other changes artifact: 7982c2e3c9 user: dmitry
21:51 Fixed ticket [e5f0b3e30b]: foissil does not provide downloadable diff plus 2 other changes artifact: 0a20476719 user: dmitry
21:35 Ticket [c66936089e] timeline pagination status still Open with 1 other change artifact: fe6d647d9c user: dmitry
21:21 Closed ticket [89b54e57b4]: branch new asks to sign although clearsign says not to sign plus 2 other changes artifact: 323ff1d6f6 user: dmitry
21:14 Ticket [8e291053ef] Color picker (edit check-in properties) status still Open with 1 other change artifact: a8ee9630ba user: dmitry
21:03 Fixed ticket [71ada10c65]: Deconstruct command that went away plus 2 other changes artifact: ed4da312d8 user: dmitry
21:02 Closed ticket [f00cd046cf]: macports portfile, this is just some packaging configuration for mac osx users plus 2 other changes artifact: 709c81e14c user: dmitry
20:47 Fixed ticket [950a80de55]: "branch --private" option plus 2 other changes artifact: 5a0176d6f6 user: dmitry
20:41 Ticket [7389599496] Styling: Remove table style attributes and use CSS instead status still Open with 2 other changes artifact: 05529089aa user: dmitry
20:40 Ticket [f2b5011d97] Styling: Remove align attribute from HTML status still Open with 2 other changes artifact: 66b1521288 user: dmitry
20:40 Ticket [dc8bde6ed8] Styling: Remove br elements from HTML status still Open with 2 other changes artifact: 5925580ec1 user: dmitry
20:38 Fixed ticket [d33a991967]: Option to add directory and subdirectories that start with a "." artifact: e6b58344cc user: dmitry
20:35 Fixed ticket [666d18738e]: There is no way to request an account. plus 2 other changes artifact: 40754c8bda user: dmitry
20:31 Ticket [869729204a] Fossil does not trace file removal. status still Open with 2 other changes artifact: 7d05a47d0a user: dmitry
20:30 Fixed ticket [3cda72fa7c]: Mailing list archives don't exist plus 2 other changes artifact: 85d4174b17 user: dmitry
20:26 Closed ticket [aa0497a331]: Fossil SCM Behavior page, Web Browser field needs more... plus 3 other changes artifact: 516c7fd695 user: dmitry
20:20 Closed ticket [1cc5145ac8]: wiki does not support images plus 3 other changes artifact: 975a07adcb user: dmitry
20:14 Ticket [1511c1ef25] The makedeb.sh script should be more robust status still Open with 2 other changes artifact: 1dc4992468 user: dmitry
20:08 Ticket [a90a412aef] fossil tag command does not accept -m / -M options status still Open with 2 other changes artifact: 7c97c61c3a user: dmitry
20:06 Closed ticket [96af2fca6d]: web "Sync Now" need to provide repository path argument. plus 2 other changes artifact: dae566959d user: dmitry
19:37 Fixed ticket [5bba7eaa4c]: Fossil "Files" menu does not default to ""only the files in tip" plus 1 other change artifact: f9738c53c6 user: dmitry
19:34 Closed ticket [feb61a11a0]: XHTML standard compliance plus 2 other changes artifact: 5b0c8cc5fd user: dmitry
19:29 Closed ticket [db4ce49690]: Files with attributes not overwritten plus 1 other change artifact: 19df9f2798 user: dmitry
19:22 Ticket [70fd24aec3] "co --latest" doen't actually get latest in repo. status still Open with 1 other change artifact: 94cab045a6 user: dmitry
19:18 Closed ticket [3caef588e3]: dereferencing type-punned pointer in sqlite3.c plus 2 other changes artifact: c724f58f24 user: dmitry
19:16 Closed ticket [47f91c7443]: support "fossil user list fossil.fsl" plus 2 other changes artifact: 4205df7848 user: dmitry
18:56 Fixed ticket [aa494b5832]: Fossil changes symlinks into seperate files plus 2 other changes artifact: 37244b4e05 user: dmitry
18:48 Fixed ticket [6b31061920]: Artifacts da39a3ee5e6b4b0d3255bfef95601890afd80709 (empty files) artifact: d9ed30a35c user: dmitry ... 1 similar event omitted.
14:30
Add comment describing file_wd_isfile() function. check-in: f23334cbda user: dmitry tags: trunk
13:07
Remove unused variable from ticket_cmd(). check-in: a0b3769b01 user: dmitry tags: trunk
13:02
Merge fixes and refactoring from symlinks branch. check-in: c05f6afaf2 user: dmitry tags: trunk
12:59
Fix Windows build. Closed-Leaf check-in: 4e586a2d8e user: dmitry tags: symlinks
11:59
Introduce new file_wd_* functions that use stat() or lstat() depending on 'allow-symlinks' setting, and use them when dealing with files inside the working directory. Make file_* functions always use stat() as before merging symlink support.

Fix renaming of symlinks when merging (via new function symlink_copy()).

Rename create_symlink() to symlin... check-in: 8a0c546990 user: dmitry tags: symlinks

11:52
Merge latest trunk into symlinks branch. check-in: 981e5c62e3 user: dmitry tags: symlinks
2011-09-07
14:28 New ticket [032c86d6b8] A rename disallows further merges. artifact: ebff7ebf23 user: viriketo
13:41 Ticket [f630d61ed8] adding comments to a tag status still Open with 1 other change artifact: 302b935138 user: viriketo ... 1 similar event omitted.
08:12
Make it easier to use Events as quick notes: Display the title just above the text on Event pages. If there's no title in the wiki text, use the comment as a title. Closed-Leaf check-in: 27a4518e13 user: ben tags: ben-minorchanges
03:51
begin work on ticket [bc0d0f5642eaf]: track success of (network) write operations and start bubbling that status up. To make it up to ultimately exit(EXIT_FAILURE) on errors, mkindex will need to be updated, too, as well as the signature from command implementing functions need to return int instead of void at some point. More to come. Closed-Leaf check-in: a67e2683ed user: martin.weber tags: msw-hack
2011-09-06
20:30
Documenting the Label structure I introduced. Closed-Leaf check-in: 58a02a2e4a user: viriketo tags: label_linkedlist
20:12
catch up with trunk. Remove C++ style comments from http_ssl.c. check-in: 0f1c41bc20 user: martin.weber tags: msw-hack
13:23
Close A and LI tags when displaying new and deleted files in timeline. check-in: 8d703ff956 user: dmitry tags: trunk
07:33
Two fixes about localtime:
  • The ci_edit page tells the user that it asks UTC time
  • The object_description gives links to localtime (if it's set in the config). Otherwise the links were not pointing at the concerning checkin.
Closed-Leaf check-in: 1765c18d94 user: viriketo tags: localtime_fixes
2011-09-04
22:22 Edit [ef8266b710505ed1|ef8266b710]: Edit check-in comment. artifact: 2398b5bd9d user: viriketo
22:14
Implementation of a linked list to solve the memory leak described in a TODO in [e2ebb1f5cae8].

This code is slower than having the memory leak, and at the end, it was not a big memory leak. Let's say, 10 byte per revision involved in a file annotate. If a file has 30000 revisions, it may go around 300KB then.

For this leak to be noticeable ... check-in: ef8266b710 user: viriketo tags: label_linkedlist

21:39
Reducing the leak of annotate even more.

I wrote a TODO in the file, for a leak still present and relevant for files modified by many versions, but that requires harder work to get right. check-in: e2ebb1f5ca user: viriketo tags: annotate_noleak

21:02
Making annotate not segfault for the complex test case I have. There is still a little leak... but muuuch smaller than it was. check-in: fa760a24cd user: viriketo tags: annotate_noleak
20:43
Updating from trunk to get the latest code. check-in: 73b6ff4966 user: viriketo tags: annotate_noleak
20:41
What I did to get the 'annotate' command not leak.

Notice that I disabled again the check for blob_is_reset, as in trunk. check-in: 7ad4dfbe8b user: viriketo tags: annotate_noleak

01:28
Update the built-in SQLite to the latest 3.7.8-alpha version that contains the improved merge-sort logic. check-in: 0cf5416002 user: drh tags: trunk
2011-09-03
12:07 New ticket [1b5f29ce63] Ticket view does not escape HTML. artifact: a3dbf6a117 user: lrem
09:23 Fixed ticket [10b2015687]: Tickets titles in timeline.rss plus 2 other changes artifact: ee0675f40c user: lrem
2011-09-02
16:19
Do a better job of merging branches that contain lots of file renames. check-in: 0b93b0f958 user: drh tags: trunk
13:54
Fix a missing \n on the trace output of the previous check-in. Also fix a redundancy in the computation of symbolic links. check-in: 597176786b user: drh tags: trunk
13:51
Add additional trace output with the --debug option on "fossil merge" and especially on filename change tracking. check-in: 21acce3c35 user: drh tags: trunk
12:39
Merge symlink fixes into trunk. check-in: c97535c5d8 user: dmitry tags: trunk
12:33
Fix a bug in undo associated with symlinks. check-in: 56d624f6e2 user: drh tags: trunk
12:27
Merge latest trunk into symlinks branch. check-in: fee3c6767d user: dmitry tags: symlinks
12:18
Merge the latest autosetup changes into trunk. check-in: 172580e0a4 user: drh tags: trunk
10:34
Print description of conflict when 'stash apply' cannot merge a symlink and a regular file. check-in: bca6924e5f user: dmitry tags: symlinks
10:31
Fix an autosetup bug which prevented libreadline from being detected when running autosetup under tclsh Closed-Leaf check-in: 7eeb5c64cc user: steveb tags: autosetup
10:30
Add -Wdeprecated-declarations on Mac OS X to prevent warnings from openssl check-in: 0fd14820f7 user: steveb tags: autosetup
10:19
Uncomment contents of Makefile.in. Silence OpenSSL deprecation warnings on Mac OS X 10.7. check-in: 73443aa7f8 user: dmitry tags: symlinks
10:10
Add Makefile.in back into the checkout. Was deleted accidently by the merge at [e4f1c1fe950425b]. check-in: 90b692ba5f user: drh tags: trunk
09:34
Bring Makefile.in back. check-in: 6729562675 user: dmitry tags: symlinks
2011-09-01
23:55
Change a couple of unlink()'s to file_delete(). check-in: 61d49d92bb user: dmitry tags: symlinks
23:45 Edit [1d54dce41e1455f0|1d54dce41e]: Edit check-in comment. artifact: 5f25e56659 user: dmitry
23:44
Fix indentation in update.c. check-in: 1d54dce41e user: dmitry tags: symlinks
23:18
Merge latest changes from trunk. check-in: 2b1a4797dd user: dmitry tags: symlinks
22:56
Refactor file_perm(), file_islink(), and file_isexe(). Now file_perm() calls stat only once. check-in: eac23495a9 user: dmitry tags: symlinks
22:55
Fix merge when merging UPDATEs a symlink to a regular file and vice versa. check-in: 82a95b4692 user: dmitry tags: symlinks
22:52
Fix undo when having a regular file on disk and symlink in undo. check-in: 324763b932 user: dmitry tags: symlinks
22:36 Edit [9ce6771c782b8268|9ce6771c78]: Mark "Closed". Edit check-in comment. artifact: 72f963c3a9 user: viriketo
22:36 Edit [2e38bed49e5ad601|2e38bed49e]: Mark "Closed". artifact: 3e1c0f114c user: viriketo
22:22
Fix typos and other cleanup on the "build.wiki" doc page. check-in: 0f9fb20370 user: drh tags: trunk
22:15
Fix saving undo for symlinks. check-in: 0762b1d9c6 user: dmitry tags: symlinks
22:06
Merge all the latest trunk changes into the tcl-integration branch. check-in: 26c515f6ff user: drh tags: tcl-integration
22:05
Add in the merge_renames test script from the similarly named branch. check-in: fcd68266e0 user: drh tags: trunk
22:00
Merge in support for the "fossil ticket history" command from the venks-emacs branch. check-in: 98a855c508 user: drh tags: trunk
21:56
Merge the symlinks branch into trunk. check-in: e4f1c1fe95 user: drh tags: trunk
21:51
Merge the ssl_peer_ip branch into trunk. check-in: 8b9c933c28 user: drh tags: trunk
20:56
Merge latest trunk. check-in: 02ee688a4d user: dmitry tags: symlinks
20:38
I think I fix a possible bug on platforms where 'char' has signed meaning, on the code about noting the 'rcvfrom' ipv4 address. Closed-Leaf check-in: 9ce6771c78 user: viriketo tags: ssl_peer_ip
20:33
Adding some ipv4-only code to get the ip where we took the content from for the https connections. The "rcvfrom" information was lost in the case of https connections.

I don't know how to make it work well for ipv6 too. check-in: daa6a0eb9b user: viriketo tags: ssl_peer_ip

20:23
Stop publishing x64 binaries for linux. x86 binaries are sufficient. check-in: bd04a48925 user: drh tags: trunk
20:21 Edit [6517b5c857fe389e|6517b5c857]: Add tag "release". artifact: cd706e0ff3 user: drh
20:21 Edit [6517b5c857fe389e|6517b5c857]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "version-1.19". artifact: ad3dd658be user: drh
18:25
Version 1.19. check-in: 6517b5c857 user: drh tags: trunk, release, version-1.19
17:45
Merging the unwanted two trunk leaves. check-in: a22c381757 user: viriketo tags: trunk
17:44
Fixing typo in the 'fossil configuration' command line help. check-in: cd8041b159 user: viriketo tags: trunk
17:04
Disable the use of <canvas> for rendering the graph. The canvas is busted in recent versions of Firefox. And canvas is mostly busted by design anyhow, since apparently it can not be taller than 32768 pixels, and Fossil graphs frequently need to be taller than that. check-in: 9eb4575295 user: drh tags: trunk
14:31
substantive improvement to sha1 speed (especially on x86) check-in: f2ede7da6d user: ron tags: trunk
12:49
Clean up a harmless compiler warning introduced by the previous check-in. check-in: f7f4a80ea0 user: drh tags: trunk
11:33
Make sure the perferred timezone format has been queried prior to running user SQL, since while running user SQL access to the CONFIG table is restricted. check-in: 7922e56655 user: drh tags: trunk
2011-08-31
20:34
Adding a new test I wanted to write. I just saw this in my local copy, but I really forgot if I finished it or not. Closed-Leaf check-in: 62f4a8a61c user: viriketo tags: merge_renames
16:28
Merge improvements to artifact descriptions into symlinks branch. Also modify displaying of permissions: now web UI shows "File", "Executable file", or "Symbolic link" in file artifact description. check-in: 3115774ffe user: dmitry tags: symlinks
14:34
Improvements to artifact descriptions merged into trunk. check-in: 49402fc722 user: drh tags: trunk
14:28
Show the branch name in artifact descriptions. Closed-Leaf check-in: 2e38bed49e user: drh tags: artifact_description
09:55
Merge latest trunk. check-in: 40ed431ca5 user: dmitry tags: symlinks
09:00
I fix the html related to the artifact description, about pairs of ul.

I also disable the [view] link in the 'fdiff' ui page, because we already provide a link to the artifact in the h2 titles stating the artifacts compared. check-in: e55105e58f user: viriketo tags: artifact_description

08:34
Fixing the display of the artifact description when the artifact appears as different filenames. check-in: f8eff242fe user: viriketo tags: artifact_description
08:31 Edit [d34a1b9f3d93b072|d34a1b9f3d]: Edit check-in comment. artifact: 8b292b7f6c user: viriketo
08:24
Trying to improve the ui artifact description to something easier to parse by the human eye.

I'd still like to have the branch name of every checkin, but I still don't know how to get it. check-in: d34a1b9f3d user: viriketo tags: artifact_description

07:50
Improve formatting for fossil ticket history. Make small fields print on same line, and make longer ones look better. Closed-Leaf check-in: 374920b209 user: venkat tags: venks-emacs
07:48 New ticket [666072edfc] Add a UI view of file history from a checkin, backwards in time. artifact: 19e3eab060 user: viriketo
2011-08-30
21:50
Add ability to show ticket history from command line. fossil ticket now takes a new history option, which prints the history of a ticket - somewhat like what the history button does on the ticket web GUI. check-in: 73e363ea96 user: venkat tags: venks-emacs
21:46
merge trunk before changes check-in: ffa3b1eaf6 user: venkat tags: venks-emacs
18:04 Fixed ticket [3ed2e994e1]: fossil commit -user stopped working plus 1 other change artifact: db3bd346ea user: drh
18:04
Print an error message and quite if the --user option appears on a "fossil commit" command but specifies a username not found in the database. Ticket [3ed2e994e1750b] check-in: b120bc8b26 user: drh tags: trunk
17:39
Display the last modification time of tickets using either localtime or UTC according to user preferences. check-in: 839f105098 user: drh tags: trunk
16:50 Ticket [3ed2e994e1] fossil commit -user stopped working status still Open with 1 other change artifact: 430a530c0c user: viriketo
16:35 Ticket [953031915f] Lack of warning when overwriting extra files status still Fixed with 1 other change artifact: 558474536b user: viriketo
16:27 Fixed ticket [bfb8427cdd]: Cloning and syncing an URL with no repository or misconfigured CGI repository fails silently. plus 2 other changes artifact: 953bbf721b user: lrem
14:22 Review ticket [4df5f38f1e]: Troubles merging a file delete with a file change plus 3 other changes artifact: 835ec31f39 user: drh
14:09 Fixed ticket [953031915f]: Lack of warning when overwriting extra files plus 2 other changes artifact: 909ec33a27 user: drh
13:46 Closed ticket [69a4323277]: navegation plus 2 other changes artifact: 6bce68ac75 user: lrem
10:13 Ticket [3ed2e994e1] fossil commit -user stopped working status still Open with 2 other changes artifact: c0cdd968b8 user: mistachkin ... 1 similar event omitted.
08:01
Updating from trunk to keep up working in the branch with the most recent fossil code. check-in: 75aaf30aad user: viriketo tags: merge_renames
08:00
More comments about tests I'd like to write. check-in: 281e5121e7 user: viriketo tags: merge_renames
07:58 New ticket [4df5f38f1e] Troubles merging a file delete with a file change. artifact: be2da003f4 user: viriketo
07:31 New ticket [953031915f] Lack of warning when overwriting extra files. artifact: 6ba6c1858e user: viriketo
2011-08-29
17:27 Fixed ticket [ab696ae3bb]: graphics view of branches plus 2 other changes artifact: 7c3e930e30 user: lrem
16:18 Fixed ticket [9d84642c7f]: fossil ticket? plus 2 other changes artifact: aa8b839144 user: lrem
16:09 Fixed ticket [bf18e29fbe]: make 'fossil rm' to be able to remove more than one file plus 2 other changes artifact: c6b969e2cf user: lrem
16:05 Closed ticket [0bce25f110]: recursive removal of files plus 2 other changes artifact: dacbc6c0bd user: lrem
13:35
Remove unused variables from timeline.c. Like [b76ce3d5f1c329] but omits the change to th_tcl.c. check-in: 0b9371365d user: drh tags: trunk
13:24
Update the built-in SQLite to the latest 3.7.8 alpha version. check-in: 35474aff2f user: drh tags: trunk
12:39 Ticket [109ae2e904] RSS feed is not always valid status still Open with 1 other change artifact: ddf99a2bf1 user: lrem
10:31
Silence compiler warnings about unused variables in print_timeline. check-in: b76ce3d5f1 user: mistachkin tags: tcl-integration
09:27
Add workaround for bug in Tcl_EvalObjCmd when compiled against Tcl 8.6. check-in: 3a6265696a user: mistachkin tags: tcl-integration
01:19
Add test to verify behavior for missing objProcs. Also, make sure Tcl integration is enabled for the tests. check-in: cba0f25bf2 user: mistachkin tags: tcl-integration
00:54
Protect against Tcl commands with no objProc. check-in: 8f6a03f7d1 user: mistachkin tags: tcl-integration
00:28
Fix comment regarding the value of TCLDIR. check-in: 10f13bc5ab user: mistachkin tags: tcl-integration
2011-08-28
23:45
Use macros to tidy up TH1 to Tcl argument marshalling. Use the Tcl interp result when Tcl_ExprObj does not return ok. Check for Tcl interp deletion. The TH1 'puts' command should flush when writing to stdout. Add 'repository' TH1 command. Use obj API to get Tcl cmdInfo. Add tests for Tcl integration. check-in: 53b9445b2c user: mistachkin tags: tcl-integration
11:22
Make blob_read_link() C89-compatible on Unix again. check-in: 034819087d user: dmitry tags: symlinks
11:01
Use file_delete() instead of unlink() in vfile_to_disk(). check-in: 08311ffc6a user: dmitry tags: symlinks
10:43
Handle errors in blob_read_link(). check-in: d43029f6f4 user: dmitry tags: symlinks
06:54
Reset result prior to direct Tcl invocation. Cast all ckalloc return values. Make sure the global config database is open for the 'test_th_render' command. Allow the 'tcl' setting to be enabled via the environment. check-in: 5cc15d0890 user: mistachkin tags: tcl-integration
03:00
Do not free the Tcl result (or interp) prior to setting the TH1 result. check-in: 0299d484fc user: mistachkin tags: tcl-integration
2011-08-27
21:04 Edit [a2cc6bc6dc50a9d6|a2cc6bc6dc]: Edit check-in comment. artifact: 5e467dfeda user: drh
20:37
Indicate whether a file artifact is a symlink or an executable in the web interface. check-in: a7bf0e9ba4 user: dmitry tags: symlinks
18:25
Changes to fossil_stat() so that the build works for mingw. check-in: a7e747e58f user: drh tags: symlinks
18:12
Fix a C89 error specific to the symlinks branch and also pull in the C89 fix and the versionable settings fix from trunk. check-in: 4778edd3f2 user: drh tags: symlinks
18:08
Merge fixes from trunk. check-in: 9773d5966f user: mistachkin tags: tcl-integration
18:05
Versionable settings are only checked if the local _FOSSIL_ database is already opened. Versionable settings no longer attempts to open that database itself. This fixes an issue with the Admin/Settings page. check-in: a2cc6bc6dc user: drh tags: trunk
17:53
Fix the timeline.c module to be C89-compliant. MSVC needs this. check-in: 8a5f2a7a3a user: drh tags: trunk
17:35
Document Tcl integration setting, build fixes. check-in: 326688e58b user: mistachkin tags: tcl-integration
16:48
Add per-repo setting to enable/disable Tcl support. check-in: 9613828c7e user: mistachkin tags: tcl-integration
16:26
Add ability to evaluate Tcl expressions from TH1. Add ability to invoke Tcl commands from TH1. Add the ability to evaluate TH1 scripts and expressions from Tcl. check-in: c5a6e9ea69 user: mistachkin tags: tcl-integration
14:42
Initial code to support TH1/Tcl integration. check-in: f723647710 user: mistachkin tags: tcl-integration
09:44
Fix reading delta from wrong column in stash. check-in: 0317a929cb user: dmitry tags: symlinks
01:21
Reverse the order of column/table existence checking to make validation of already updated local database faster. check-in: 8c0f4bc718 user: dmitry tags: symlinks
01:07
Add islink column to stashfile, undo, undo_vfile tables if needed. check-in: 44e673f5e9 user: dmitry tags: symlinks
00:52
Fix SQL syntax error in undo. check-in: be956c3c88 user: dmitry tags: symlinks
2011-08-26
16:10 Ticket [109ae2e904] RSS feed is not always valid status still Open with 1 other change artifact: b7e079ffc9 user: dmitry ... 1 similar event omitted.
15:08 Closed ticket [acc4d41ed8]: RSS feed over https is 'invalid' plus 2 other changes artifact: 8ff0d47c8e user: lrem
15:06 New ticket [109ae2e904] RSS feed is not always valid. artifact: cfa922bad3 user: lrem
14:59
Merge the latest trunk changes into the symlinks branch. check-in: 24c16584cc user: drh tags: symlinks
14:50 New ticket [ee9243c5c7] fossil update -n clutters checkout on failed merge. artifact: a6dd0964cd user: martin.weber
14:49
Add the colortest query parameter to the brlist webpage. check-in: d0daac20da user: drh tags: trunk
14:11
Add the test-hash-color command for testing the hash_color() function. check-in: 130b8f77ff user: drh tags: trunk
14:10
Merge the "stash rm" command into trunk. check-in: 0b4f83067a user: drh tags: trunk
14:09
Merge the autosetup updates into trunk. check-in: 64a2b0d51f user: drh tags: trunk
2011-08-25
18:09 Edit [1f4e6cf1ae1ab742|1f4e6cf1ae]: Cancel background color. artifact: 4ded71d688 user: drh
18:09 Edit [a7b7ff3ac21e9d0a|a7b7ff3ac2]: Cancel background color. artifact: e65ec8f078 user: drh
13:48
Fix one more use of number instead of constant for permissions. check-in: 35de2bdd07 user: dmitry tags: symlinks
12:36 Ticket [acc4d41ed8] RSS feed over https is 'invalid' status still Open with 2 other changes artifact: 294f696f58 user: dmitry
12:12 New ticket [3c4a9c5b9a] No explanation of "Private" capability on user page. artifact: 527da75946 user: dmitry
11:42
Introduce constants for internal permissions (executable/symlink). check-in: f6daee3e7b user: dmitry tags: symlinks
09:02 Edit [513ea81005b9292c|513ea81005]: Change branch background color to "#b1d3a8". artifact: bd6370c278 user: jan
2011-08-24
23:16 Closed ticket [3984e3768d]: Support for non-UTF encodings plus 1 other change artifact: 6a05dcb24f user: lrem
23:12 Closed ticket [b718806816]: Mailing list link broken plus 2 other changes artifact: 1bd2fc4cf7 user: lrem
22:13
Update to the latest autosetup, mainly for better temp file handling on mingw/msys, and fixes for the sun studio compiler. Closed-Leaf check-in: 4e5dd3536e user: steveb tags: autosetup
21:45
Fix code stylistic issues with the "stash rm" patch. Also document the new stash verb. Closed-Leaf check-in: d2c4a24275 user: drh tags: stash_rm
20:05
"rm" subcmd to stash, "drop"-alike functionality check-in: 1f4e6cf1ae user: bch tags: stash_rm
20:01
Support symlinks in tarballs. check-in: 72e3bbd071 user: dmitry tags: symlinks
19:12
Support symlinks in ZIP files. check-in: 16da26c585 user: dmitry tags: symlinks
2011-08-23
18:01 Edit [a87717ad86e83ffb|a87717ad86]: Edit check-in comment. artifact: 72abd3446c user: martin.weber
18:00
go back to the old numbering on the pre-checkin checklist (ok'd drh). check-in: a87717ad86 user: martin.weber tags: trunk
17:57
Change numbering back so that the preliminary step is 0, the most important one is #1. check-in: 90e310ebbd user: martin.weber tags: msw-hack
17:44
Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. check-in: 4619361d58 user: dmitry tags: symlinks
17:23
catch up with trunk & fix commentary portion of checkin.wiki. check-in: 35e3328734 user: martin.weber tags: msw-hack
16:55
Merge the msw-hack branch into trunk. check-in: d41074f862 user: drh tags: trunk
16:50
Avoid using invalid SQL when checking to see if the vfile table needs to have the islink column added. check-in: 2de9e87600 user: drh tags: symlinks
15:45
Fix several harmless compiler warnings. check-in: 553159aa0d user: drh tags: trunk
15:27
Merge in the latest changes from trunk. check-in: 6c880a4f5e user: drh tags: symlinks
15:14 Fixed ticket [13fd567b51]: "new branch --private" tries to push plus 1 other change artifact: a06b4bafe6 user: drh
15:14
Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] check-in: 649efeb43d user: drh tags: trunk
15:10 Fixed ticket [d94b093486]: Show events for edited user field in user's timeline plus 1 other change artifact: 48318b47f6 user: drh
15:10 Fixed ticket [fca5ce18c0]: The timeline per user does not take into account user changes in checkins plus 1 other change artifact: e2f4f217b8 user: drh
15:10
The u= query parameter on a timeline looks for both original and edited user names. Ticket [d94b0934861d9] and [fca5ce18c07c29]. check-in: 0f7f81303c user: drh tags: trunk
14:47
Merge the versionable-settings cache into trunk. check-in: ea51d1272c user: drh tags: trunk
13:54
Fix comments. check-in: 4a32e8ade7 user: dmitry tags: symlinks
08:37
Cache values of versionable settings read from files. Closed-Leaf check-in: 0f0a94730c user: ben tags: ben-minorchanges
01:52 Ticket [13fd567b51] "new branch --private" tries to push status still Open with 2 other changes artifact: 02c0ee60b3 user: dmitry
01:44
catch up with trunk; update the pre-checkin list to include checking for your username. check-in: a1f3987760 user: martin.weber tags: msw-hack
01:36 Ticket [d94b093486] Show events for edited user field in user's timeline status still Open with 2 other changes artifact: 3e9411a7d7 user: dmitry ... 2 similar events omitted.
01:02 Edit [c57830bec263996e|c57830bec2]: Change user to "dmitry". artifact: 5c14dd3a3a user: dmitry
2011-08-22
22:20
Merge trunk. check-in: c57830bec2 user: dmitry tags: symlinks
19:02
Allow browsing of directories whose names contain characters that must be escaped for HTML. check-in: 1ec0739c4b user: drh tags: trunk
18:45
Add the Makefile.in file back into the checkout. check-in: 5feb1d6015 user: drh tags: trunk
18:25
Merge the --showfiles enhancement from the venks-emacs branch into trunk. check-in: 2b8cbf3c41 user: drh tags: trunk
18:23 Fixed ticket [e8a10100e2]: fossil update -v is more than just verbose plus 1 other change artifact: 1098c026d0 user: drh
18:23
Merge the msw-hack branch into trunk. check-in: af50b29c98 user: drh tags: trunk
15:56 Edit [c6b371c46ca0e53e|c6b371c46c]: Edit check-in comment. Change user to "martin.weber". artifact: cb6ba4ff63 user: martin.weber
15:55
Continue with the update routine even if the targetted version equals the current checkout version instead of depending on the value of the verbose flag to continue or not. This fixes tkt [e8a10100e2]. Fossil update will now recover lost files with or without the -v flag. check-in: c6b371c46c user: martin.weber tags: msw-hack
15:40 New ticket [29e8091128] make install doesn't create target directory. artifact: 6b11fe07f3 user: martin.weber
15:29 Ticket [e8a10100e2] fossil update -v is more than just verbose status still Open with 2 other changes artifact: ef2c7c6d1e user: martin.weber
15:26 Add attachment tst.sh to ticket [e8a10100e2] artifact: de4f08b102 user: martin.weber
2011-08-19
23:27
Add a -showfiles flag to timeline. fossil ... -showfiles will now print a list of files after the checkin comment, like the "Show Files" button in the Web GUI. The format of the printed lines is the same as update. check-in: b14ab41ff8 user: venkat tags: venks-emacs
17:24 Edit [02ce8b4a46822a7a|02ce8b4a46]: Mark "Closed". Edit check-in comment. artifact: 2c746a8731 user: ge
17:23 Closed ticket [0a6420e446]: fossil generates broken tar files when the file path is > 100 chars plus 2 other changes artifact: 34d7204128 user: ge
2011-08-17
02:23 Ticket [3705eeeb85] wiki page describing largest status still Open with 2 other changes artifact: 6e18e81d1f user: martin.weber
02:20 Ticket [bc0d0f5642] Communication failure does not lead to exit(EXIT_FAILURE) status still Open with 2 other changes artifact: f453aa5688 user: martin.weber ... 1 similar event omitted.
2011-08-16
18:35
update branch before making changes check-in: 84e6f172af user: venkat tags: venks-emacs
02:43
Update the built-in SQLite to the latest pre-3.7.8 version from the stat3-enhancement branch. And turn on SQLITE_ENABLE_STAT3. This will serve as a test of the stat3 enhancements to SQLite. check-in: ce62a2b11d user: drh tags: trunk
2011-08-15
09:13 Closed ticket [0d1971c5ae]: SSL client certificates artifact: bcdc19d668 user: ben
09:12 Edit [0bed863b697c9587|0bed863b69]: Mark "Closed". artifact: 3bd5c62995 user: ben
09:11 Edit [5de11ac6be4b07e2|5de11ac6be]: Mark "Closed". artifact: 6963055019 user: ben
09:11 Edit [47b5bf7d16650518|47b5bf7d16]: Mark "Closed". artifact: 2bf15e9c12 user: ben
09:11 Edit [b21f47e96728496b|b21f47e967]: Mark "Closed". artifact: 50b03d3bc4 user: ben
09:10 Ticket [0d1971c5ae] SSL client certificates status still Open with 2 other changes artifact: 1466cc524b user: ben
2011-08-14
23:14
Merge the ben-testing branch into trunk. check-in: 9a0c995826 user: drh tags: trunk
23:12
Fix the file_relative_name() function so that it works on windows. Closed-Leaf check-in: 47b5bf7d16 user: drh tags: ben-testing
17:54
Remove the seperate versionable version of db_get(), which now uses ctrlSettings to determine whether a setting is versionable or not. check-in: 3113f7b18f user: ben tags: ben-testing
07:21
Merge trunk into ben-testing, adjusting for versionable settings. check-in: 246ac307bb user: ben tags: ben-testing
07:13
Change the relative-paths default to 'on', after feedback from the community. check-in: 42a830e76d user: ben tags: ben-testing
2011-08-12
12:13
Fix harmless compiler warnings in tar.c. check-in: 073725ae0c user: drh tags: trunk
11:54
When forcing a rollback following an error, reset all SQL statement first so that the rollback can be successful. check-in: 9515143de5 user: drh tags: trunk
09:29
Add link to SSL page from setting up server documentation check-in: 64ae65791a user: ben tags: ben-testing
09:26
Update documentation index. check-in: e764e8f3d6 user: ben tags: ben-testing
09:21
Add documentation for settings, SSL usage, and change log. check-in: 0769acd2e0 user: ben tags: ben-testing
2011-08-11
06:22 Ticket [4cec2370f1] Typo? status still Open with 1 other change artifact: f60a7a2dd3 user: bharder ... 3 similar events omitted.
2011-08-10
18:53
Display of pathnames relative to working directory for status, changes and extras commands now controlled by 'relative-paths' setting (default: off) and --abs-paths and --rel-paths options. check-in: cdd298f526 user: ben tags: ben-testing
15:54
Change X-Frame-Options to SAMEORIGIN to give reasonable click-jacking protection without blocking some client side scripting currently in use by some fossil users. check-in: b968f023a8 user: ben tags: trunk
14:21 New ticket [acc4d41ed8] RSS feed over https is 'invalid'. artifact: 36e132156d user: ron
2011-08-07
22:52
Fix a (harmless) javascript error that occurs when the graph is empty. check-in: 303dd442fe user: drh tags: trunk
10:56
Updates to the makefile documentation. check-in: ef0b48de0d user: drh tags: trunk
2011-08-05
19:14
Remove redundant assignment of the xCmp local variable in the add_files_in_sfile function. check-in: cad1b4a434 user: mistachkin tags: trunk
12:44 Edit [b78d999988489da0|b78d999988]: Change user to "viriketo". artifact: 9aea3a1dcd user: viriketo
12:43
Taking a note about a new test I should write about merges with renames.. check-in: b78d999988 user: viriketo tags: merge_renames
2011-08-04
22:17
Merge the --case-sensitive feature into trunk. check-in: 874d0ca303 user: drh tags: trunk
17:13
Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". Closed-Leaf check-in: 4fee0ce2d6 user: drh tags: filename-case
15:54
Merge trunk into ben-testing check-in: 3eb07708b1 user: ben tags: ben-testing
15:47 Edit [f6b8397e4b42aa97|f6b8397e4b]: Mark "Closed". artifact: 91cd3659a2 user: ben
14:32
Merge the ben-minorchanges branch into trunk. check-in: 83c032de7f user: drh tags: trunk
2011-08-02
18:42
Use the automatic background color algorithm for individual file timelines in addition to the global timeline. check-in: abe7b8335f user: drh tags: trunk
2011-07-30
10:14
Correct the winsrv documentation to use the renamed command name. Closed-Leaf check-in: f6b8397e4b user: ben tags: ben-minorchanges
10:10
Allow more than one file to be specified to the diff command. check-in: 3cdcb51573 user: ben tags: ben-minorchanges
2011-07-28
19:57 Edit [9a679370567c1544|9a67937056]: Mark "Closed". artifact: 58c4bb51e6 user: drh
19:57
Merge Joerg's export command improvements into trunk. check-in: dd74352d2c user: drh tags: trunk
2011-07-27
19:06 New ticket [3705eeeb85] wiki page describing largest. artifact: e66ed3acb8 user: anonymous
18:59 Ticket [1cc5a5c001] Is a search tickets feature possible? status still Open with 2 other changes artifact: b2950c0dc7 user: anonymous
17:11 New ticket [be95038383] Fossil generates invalid markup.... artifact: 9513c35dee user: anonymous
10:22 Closed ticket [038cd908ce]: adas plus 2 other changes artifact: 334f2a8d39 user: mjanssen ... 1 similar event omitted.
2011-07-26
14:22 New ticket [9f1567a5ac] . artifact: a4f745bbb9 user: lrem
09:58 New ticket [45d4c64a23] show ticket statistics. artifact: a2892db506 user: anonymous
2011-07-25
12:24
Make sure deleted files are recorded in the MLINK table. check-in: ccc2c8f65e user: drh tags: trunk
11:21
Merge the ge-tarfix changes into trunk. This fixes tarball generation for repos that have very long filenames. check-in: a26940c22e user: drh tags: trunk
09:04 Ticket [ad56e8db1e] Windows Activity Directory Integration status still Open with 1 other change artifact: 56d54f49a1 user: anonymous
2011-07-24
19:47
Use a Blob object rather than a custom printf function in order to construct the PAX header for tarballs. Closed-Leaf check-in: 02ce8b4a46 user: drh tags: ge-tarfix
00:36
Improvements to tar generation. Uses the format documented in Posix.1-2008 to handle long file names and UTF-8. check-in: 2ef37b3b2a user: ge tags: ge-tarfix
2011-07-23
23:01
Fix logic error: look up mlink entries of the commit, not the parent. Closed-Leaf check-in: 9a67937056 user: joerg tags: experimental
22:13
Fix a harmless compiler warning. check-in: ba15af450d user: drh tags: trunk
22:05
Improvements to the automatic background color chooser. Provide a setting which alters the algorithm to work with a light-color foreground. check-in: ce4a44d931 user: drh tags: trunk
21:32
Add MinGW makefile to allow building an SSL-enabled Fossil with the sources for zlib and OpenSSL simply extracted into the Fossil source directory. Closed-Leaf check-in: 6652dd1c17 user: mistachkin tags: mistachkin-Makefile
16:01
Merge the autosetup update into trunk. check-in: 3c512b3748 user: drh tags: trunk
07:55 New ticket [3dd8c3dbe4] Bug in Win98. artifact: 6faf910c63 user: anonymous
00:24
During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. check-in: 2cfb415b23 user: joerg tags: experimental
2011-07-22
23:46
If a branch does not have a color set for it, choose a background color for the timeline background based on a hash of the branch name. check-in: c946b573c7 user: drh tags: trunk
23:44 Edit [85c6c1d7ebfb6b9e|85c6c1d7eb]: Cancel background color. artifact: 80952fc909 user: drh
23:15
Experimental query parameters brbg and ubg for the timeline. check-in: b6b419c32d user: drh tags: trunk
22:46 Ticket [6981de95b6] Makefile for OpenSolaris/Solaris is not correct status still Open with 1 other change artifact: a64a47d14b user: steveb
22:43 Ticket [5ad1d9a23c] Makefile fails to run uname with GNU Make 3.82 status still Open with 1 other change artifact: b04e1a7f1f user: steveb
22:40 Ticket [084eedc010] add support for Haiku status still Open with 2 other changes artifact: bf2fc29209 user: steveb
22:07
Update autosetup to the latest version. This fixes bootstrap on systems with older compilers. Now './configure; make' works on Haiku R1/Alpha 3. Closed-Leaf check-in: c32b23d626 user: steveb tags: autosetup
20:20 Fixed ticket [5124563ac1]: stash save fails after file remove plus 2 other changes artifact: 57ce2f37c2 user: anonymous
19:38
Since the mlink table contains entries with pid=0 for non-empty manifests without parents, drop the original non-incremental commit logic by folding the few special cases into the mlink/plink based output. check-in: fca3073621 user: joerg tags: trunk
13:01 Ticket [f3e3caed61] Markup not interpreted in file history status still Open with 2 other changes artifact: 7d618634e5 user: drh ... 1 similar event omitted.
10:04 Closed ticket [3bdcdb910f]: Suggested inetd configuration for fossil not working. plus 1 other change artifact: 5c38fd96e0 user: drh
09:24 Ticket [ad56e8db1e] Windows Activity Directory Integration status still Open with 1 other change artifact: 1c9e6bba75 user: anonymous
07:22 Ticket [3bdcdb910f] Suggested inetd configuration for fossil not working. status still Open with 2 other changes artifact: 75b32b5f7a user: steveb
07:03 Edit [14d1e449571224f8|14d1e44957]: Mark "Closed". artifact: 67259bc614 user: ben
03:13 Edit [eff52c1ccbded490|eff52c1ccb]: Change branch background color to "#91d680". Edit check-in comment. artifact: 281658b0e8 user: drh
03:12
Merge the recent autosetup changes into trunk. The Makefile has been renamed to Makefile.classic. The standard procedure to build is now ./configure; make. check-in: 75f02948fa user: drh tags: trunk
03:10
Very minor edits to the BUILD.txt document. Closed-Leaf check-in: 38d5859713 user: drh tags: autosetup
01:43
Switch to using configure (autosetup) by default. The original Makefile is now available as Makefile.classic check-in: eff52c1ccb user: steveb tags: autosetup
2011-07-21
19:20
Add support for incremental exports check-in: c2ccd82522 user: joerg tags: trunk
18:37 Ticket [0a6420e446] fossil generates broken tar files when the file path is > 100 chars status still Open with 2 other changes artifact: 757a3c5442 user: anonymous
17:37
Use stable marks derived from the rid in preparation for optional incremental exports. check-in: 22d414e517 user: joerg tags: trunk
17:35
Skip missing merge parents. Git doesn't like missing marks and there isn't anything to be done about them. check-in: b71b32d131 user: joerg tags: trunk
15:50
Avoid parsing manifests if a parent exists. Now the only case left using deleteall is when no parent exists. check-in: bc8d368b66 user: joerg tags: trunk
13:53
Write incremental file lists for fast-export. check-in: 433a3c9a78 user: joerg tags: trunk
12:03 Ticket [ad56e8db1e] Windows Activity Directory Integration status still Open with 1 other change artifact: dc1c8588d7 user: ben ... 2 similar events omitted.
2011-07-20
23:28 Closed ticket [6e81abf24d]: -A option is not observed when cloning local files plus 1 other change artifact: 8b4bd247c5 user: anonymous
21:54 New ticket [0a6420e446] fossil generates broken tar files when the file path is > 100 chars. artifact: 8823761ee9 user: anonymous
20:06 Fixed ticket [5947ace466]: Target "realclean" in Windows makefile misses an executable plus 1 other change artifact: 5ae4bd4ea7 user: drh
20:05
Fix the realclean target on windows makefiles to delete mkversion.exe not version.exe. Ticket [5947ace466c571d] check-in: 3ade77897f user: drh tags: trunk
09:09
Only allow the default Makefile to build fossil on platforms where it's known to work. Update the build documentation to tell the user to use the GNUmakefile explicitly, to avoid accidently building using the default makefile on non-GNU platforms. Closed-Leaf check-in: 14d1e44957 user: ben tags: ben-safe-make
08:37
Merge working directory relative file listings for changes and extras commands into ben-testing. check-in: 8320393b2f user: ben tags: ben-testing
08:34
Add help text to status command about --non-relative option. Closed-Leaf check-in: 5de11ac6be user: ben tags: ben-changes-report
08:29
Merge trunk with ben-testing check-in: 74d65bab28 user: ben tags: ben-testing
08:09 New ticket [5947ace466] Target "realclean" in Windows makefile misses an executable. artifact: 77aaebc827 user: anonymous
2011-07-19
23:44
Update the built-in SQLite to the latest 3.7.8 alpha, for the purpose of testing SQLite. check-in: 4adc11edb7 user: drh tags: trunk
23:29 Fixed ticket [675f36eac4]: "/doc/ckout" doesn't work under chroot plus 1 other change artifact: 7e9c2ec625 user: drh
23:29
Allow the root of a check-out to be in the root of the filesystem. Ticket [675f36eac4902cf] check-in: b317471d8c user: drh tags: trunk
23:18 Fixed ticket [207829a5c5]: wiki list formatting plus 1 other change artifact: 6b412e2c99 user: drh
23:18
Do not delete initial whitespace from a wiki page prior to formatting as this can mess up the bullet and enumeration markup. Ticket [207829a5c5ab7af] check-in: 4ac6328f76 user: drh tags: trunk
23:10 Fixed ticket [2adfb697fd]: branch list can only show *opened* branches plus 1 other change artifact: 4d8917e864 user: drh
23:10
Enhance the branch command and the branch www page so that they can show all branches. The branch command can now also show closed branches. Ticket [2adfb697fda1b2]. check-in: ebeaf3ae26 user: drh tags: trunk
22:57 Fixed ticket [bcd3cdebf2]: Fossil insists on using the same username during cloning plus 1 other change artifact: da1ef5b1c4 user: drh
22:57
Take extra care to always honor the -A option on clone, especially when cloning from a file: URI. Ticket [bcd3cdebf2879874] check-in: d86201dce9 user: drh tags: trunk
22:41
Increment the version number. Update the change log. check-in: a3717e1378 user: drh tags: trunk
22:39
Change the name of the "service" command to "winsrv" to avoid confusion with the "server" command. check-in: c46c70897c user: drh tags: trunk
18:17 Ticket [bcd3cdebf2] Fossil insists on using the same username during cloning status still Open with 3 other changes artifact: 789a294657 user: anonymous ... 1 similar event omitted.
09:44 New ticket [2adfb697fd] branch list can only show *opened* branches. artifact: ad83aeb6fb user: viriketo
08:36 Ticket [207829a5c5] wiki list formatting status still Open with 1 other change artifact: 7486032aeb user: anonymous
2011-07-18
20:04
Merge the windows-service command into trunk. check-in: 06e9ca23e7 user: drh tags: trunk
20:00
Update the MSVC makefile so that it works with the new "service" command. Closed-Leaf check-in: 4bf9048e25 user: drh tags: tsbg-win-service
2011-07-17
07:08 Ticket [207829a5c5] wiki list formatting status still Open with 1 other change artifact: 05ba3fc578 user: ron
2011-07-15
18:06
Enable Fossil to run as a Windows service and add a "fossil service" command. check-in: 91c2f65a6e user: tsbg tags: tsbg-win-service
04:50
Add file local.tcl to the autosetup directory. Containing a configuration option to prevent autosetup from using a pager. check-in: e14f0fe2f3 user: dan tags: trunk
2011-07-14
15:28
Add a commentary section to the check-in checklist. Also add the "verify makefiles" item. /doc/trunk/www/checkin.wiki check-in: 39624620ac user: drh tags: trunk
14:34
Update autosetup to the latest version - https://github.com/msteveb/autosetup/commit/e2a8949b420 . check-in: a4efad7e61 user: dan tags: trunk
13:34 Edit [831306e11b42cbc4|831306e11b]: Edit check-in comment. artifact: 5b3de61581 user: drh
13:29
Update the pre-commit checklist: /doc/trunk/www/checkin.wiki check-in: 831306e11b user: drh tags: trunk
13:02
Added the Checklist for Successful Open-Source Projects document. /doc/trunk/www/foss-cklist.wiki check-in: 34177b0068 user: drh tags: trunk
11:24
Fix the "fossil setting" command so that it can change the manifest setting even when not within a local check-out. check-in: fd13b1a16f user: drh tags: trunk
11:09
Modify auto.def to detect the case where the system SQLite is too old for WAL support (used by fossil). check-in: 5fe55cb103 user: dan tags: trunk
10:24
Small changes to autosetup build system so that the --disable-internal-sqlite switch works and is compatible with BSD make. check-in: 734af429e3 user: dan tags: trunk
00:28
Fix a bug in the auto.def file. check-in: 35f80429f2 user: drh tags: trunk
2011-07-13
23:18 Edit [df9da91ba8fe406f|df9da91ba8]: Add tag "version-1.18". artifact: 4e78948fb5 user: drh
23:18 Edit [df9da91ba8fe406f|df9da91ba8]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". artifact: 7a12d22901 user: drh
23:03
Version 1.18 check-in: df9da91ba8 user: drh tags: trunk, release, version-1.18
21:29
Merge the new autosetup mechanism into the trunk. check-in: f476744d60 user: drh tags: trunk
21:24 Fixed ticket [d9040c134b]: Export wiki pages in Windows plus 1 other change artifact: d631a0b1a0 user: drh
21:24
Update the "fossil wiki export" command to use standard file output utilities so that line endings will be handled correctly. Ticket [d9040c134bf41] check-in: 11f2f71f4c user: drh tags: trunk
21:16 Fixed ticket [3ce0ea9752]: assertion fails when stashing deletes only plus 1 other change artifact: e059c3ff88 user: drh
21:15
Fix an assert() that fires if the "stash" command is used after having done an "rm". Ticket [3ce0ea97522581] check-in: 336e194c4d user: drh tags: trunk
08:42 New ticket [3ce0ea9752] assertion fails when stashing deletes only. artifact: cb98da787f user: ben
05:06 New ticket [d9040c134b] Export wiki pages in Windows. artifact: 62941f0a19 user: anonymous
01:25 Open ticket [f24f11f538]: --name-only option in fossil diff plus 2 other changes artifact: e3cc2cc1f8 user: altufaltu
2011-07-12
20:27
Be sure to flush g.httpOut at the end of cgi_reply(). check-in: 2cd0c7657f user: drh tags: trunk
17:26
Apply a fix to auto.def supplied by Steve Bennett via the mailing list. Closed-Leaf check-in: 8c482e2a99 user: dan tags: autosetup
00:07 Closed ticket [f24f11f538]: --name-only option in fossil diff plus 2 other changes artifact: c2e185bd4f user: drh
2011-07-11
10:00
By default, the extras command lists all the uncontrolled files relative to the current working directory, unless the --non-relative option is used. check-in: b9a38cf367 user: ben tags: ben-changes-report
06:13 New ticket [f24f11f538] --name-only option in fossil diff. artifact: 95b079fccd user: altufaltu
2011-07-10
18:42 New ticket [13fd567b51] "new branch --private" tries to push. artifact: 42fe684163 user: anonymous
15:01
By default, the changes and status commands list all changed files relative to the current working directory, unless the --non-relative option is used. check-in: a05bbff46a user: ben tags: ben-changes-report
13:01
When running the changes or status command from inside a sub-directory of the check out, only show the changes in or below the current directory unless the --show-all option is used. check-in: e0d2e1f9b8 user: ben tags: ben-changes-report
12:05
Don't show the cookie values on the test_env page, unless the fossil executable was built with FOSSIL_DEBUG. check-in: 35ecc92b69 user: ben tags: trunk
09:32 New ticket [4060715d46] Implement FastCGI interface. artifact: 627544b0bd user: anonymous
2011-07-09
21:06
Disable the piping of output through $env(PAGER). check-in: cd2cb3b347 user: drh tags: autosetup
20:19
Initial check-in of Steve Bennett's autosetup configurator. check-in: ded86a4e53 user: drh tags: autosetup
16:12
Added ability to access repositories via CGI that are located in a path containing whitespaces. check-in: fc15fe0418 user: rimkojr tags: trunk
16:10 Added wiki page "Apache On Windows XP" artifact: a7e68df71b user: jeffrimko
02:13 New ticket [675f36eac4] "/doc/ckout" doesn't work under chroot. artifact: 95c5245dbc user: anonymous
2011-07-05
19:37 New ticket [f358c9fdbf] Read a list of files to act on from a file. artifact: 7387406380 user: anonymous
2011-06-30
17:42 Closed ticket [fc0838fc72]: Trivial typo in help text plus 2 other changes artifact: 24153e9a6f user: bharder
17:40
typo fix per ticket [fc0838fc72f079d2033ae] check-in: e50813e19b user: bch tags: trunk
14:51 New ticket [1cc5a5c001] Is a search tickets feature possible?. artifact: 4ba2461d4e user: anonymous
11:58 New ticket [fc0838fc72] Trivial typo in help text. artifact: 43dbb0d98e user: anonymous
05:53 New ticket [fc825dcf52] "config pull all" asks to approve ssl cert. artifact: 57811d7357 user: ron
03:29 Ticket [9a64ad5d8f] Fossil new version doesn't understand utf-8 characters for filenames status still Open with 2 other changes artifact: c2b27c782c user: anonymous ... 1 similar event omitted.
2011-06-29
20:06 Closed ticket [207abab395]: when artifact shows a html file swithc to text the shun button becomes the last plus 2 other changes artifact: 08c6eb7f9d user: renez
17:10
Simplify some the "name" parameter to the "artifact" URIs. check-in: 5acc3e4cc4 user: drh tags: trunk
11:23 Fixed ticket [53ed528478]: Bad href in tkthistory_page plus 1 other change artifact: 48fefc3a0e user: drh
11:23
Fix broken hyperlink on ticket history. Ticket [53ed528478dbc42]. check-in: 082c02a80c user: drh tags: trunk
11:21 Fixed ticket [5982aa5064]: Malformed manifest error when committing non-ascii-named files plus 1 other change artifact: 22f6917e59 user: drh
11:20
Fix the fossil_strcmp() routine so that it compares strings in the correct order even if some of the characters have their high-order bits set. Ticket [5982aa506467d]. check-in: f23e90da8a user: drh tags: trunk
10:53 New ticket [5982aa5064] Malformed manifest error when committing non-ascii-named files. artifact: 7f0369ed8d user: anonymous
2011-06-28
14:24 Closed ticket [8114eb06cb]: Can't logout or change user using fossil ui plus 4 other changes artifact: 5cf6394715 user: anonymous ... 2 similar events omitted.
09:18 New ticket [bfa07dbefc] The finfo page does offer html links to branch names. artifact: 4a45d2cfdd user: viriketo
00:18 Fixed ticket [e5b941cb0c]: fossil sqlite3 is not working plus 2 other changes artifact: ab2edacb89 user: drh
00:17
Fix a missing dependency in the makefiles. Ticket [e5b941cb0c90ba] check-in: 5392b5c28b user: drh tags: trunk
2011-06-27
22:45 New ticket [e5b941cb0c] fossil sqlite3 is not working. artifact: 03b4e61c5b user: anonymous
21:08 Ticket [2316d926e3] test_env visible when not logged in and no capabilities status still Open with 2 other changes artifact: ee6d285533 user: ben ... 1 similar event omitted.
2011-06-24
11:31
Update the built-in SQLite to the 3.7.7 final with patches to fix compiler warnings associated with Fossil's use of SQLITE_THREADSAFE=0. check-in: 745db63526 user: drh tags: trunk
2011-06-23
17:48
Update the build-in SQLite to the lastest 3.7.7 release candidate. check-in: 4722e1ab77 user: drh tags: trunk
13:45 New ticket [53ed528478] Bad href in tkthistory_page. artifact: 23d0a9a5b2 user: anonymous
11:24
added version diff from info page Closed-Leaf check-in: 6a84934b44 user: ron tags: rons diff mods
08:58 Edit [b785f086085938c2|b785f08608]: Move to branch rons diff mods. Edit check-in comment. artifact: f29ccb6c4f user: ron
08:56
added "diff from other version" to fdiff page check-in: b785f08608 user: ron tags: rons diff mods
2011-06-22
22:50 New ticket [09dd818564] "fossil: manifest file" "is malformed" when commiting. artifact: 2c0b841fef user: anonymous
2011-06-21
11:38
fix [ffa87168ce1] check-in: b72eb4d4b2 user: ron tags: trunk
11:38 Fixed ticket [ffa87168ce]: Update after clone requires reset of login information plus 1 other change artifact: 8c70399259 user: ron
08:17 Ticket [554f44ee74] Interbranch interference with merges and renames status still Open with 1 other change artifact: 8f7e7a08b9 user: viriketo
07:05 New ticket [45a1b87a23] fossil merge should trigger pull with autosync. artifact: 82645e76b6 user: viriketo
05:55 Changes to wiki page "Cookbook" artifact: 108404df12 user: ron
00:51
Update the built-in SQLite to the latest 3.7.7 release candidate. check-in: 74cbfc69ad user: drh tags: trunk
2011-06-20
07:12 Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 1 other change artifact: 9d1e9a3834 user: ben ... 1 similar event omitted.
2011-06-19
16:52
Require version 2.61 of autoconf, the version installed by default on Mac OS X. Changes to get autoconf working under Solaris 10: Prefer system version of OpenSSL found in /usr/sfw directory. Check for getpassphrase using autoconf rather than making assumptions in config.h. Closed-Leaf check-in: c5f994d4c5 user: ben tags: autoconf
16:48
Fix syntax in Makefile.in so it works with Solaris make. check-in: 4787336f2f user: ben tags: autoconf
16:34 Ticket [207829a5c5] wiki list formatting status still Open with 2 other changes artifact: 6ef2f96086 user: anonymous ... 1 similar event omitted.
13:37 New ticket [fca5ce18c0] The timeline per user does not take into account user changes in checkins. artifact: 088b3424e7 user: viriketo
10:53 New ticket [3bdcdb910f] Suggested inetd configuration for fossil not working.. artifact: 3127dd0cce user: anonymous
2011-06-18
19:29
Updates to the "Quick Start" documentation. check-in: a8f271e81e user: drh tags: trunk
18:30
Update the release-test document. Add a Change Log. check-in: a992b276e1 user: drh tags: trunk
18:06
Add a "Contributing" link to the homepage. Update the build documentation. check-in: 2d50893dd8 user: drh tags: trunk
17:02
Fixes to the windows makefiles to support sequential version numbers. check-in: 30b0986d93 user: drh tags: trunk
17:00
Merge latest changes from trunk check-in: 7bbeb88205 user: ben tags: ben-testing
16:50
Add a version number that is increased by one on each release. Make the initial version number 1.18 since there have been 17 prior releases. check-in: e0303181a5 user: drh tags: trunk
15:51 Fixed ticket [f628d183c9]: pwd too big: max 1999 plus 1 other change artifact: 36e218bfe8 user: drh
15:51
Improved error messages when getcwd() fails. Ticket [f628d183c958c5b12]. check-in: 89e6eb9674 user: drh tags: trunk
2011-06-17
20:14 Ticket [f628d183c9] pwd too big: max 1999 status still Open with 2 other changes artifact: 54b06923cc user: viriketo
20:13
Adding a new test (this failed by current trunk) based on ticket [74413366fe]. check-in: b2e7370e32 user: viric tags: merge_renames
19:10 Edit [8526b151fc96aea9|8526b151fc]: Change branch background color to "#d1d3a8". Change user to "viriketo". artifact: 1e9af16d44 user: viriketo
19:09
Adding a first test for merging branches with renames. Related to ticket [554f44ee74]. check-in: 8526b151fc user: viriketo tags: merge_renames
19:04 New ticket [f628d183c9] pwd too big: max 1999. artifact: d2a077df43 user: viriketo
15:13
Fixes to "export --git". Changes spaces in tag names to "_" since Git cannot deal with spaces in tag names. Make sure the name of the committer is well-formed according to git's definition of well-formedness. check-in: b707622f29 user: drh tags: trunk
13:37 Fixed ticket [006e1df642]: Error in file_tempname plus 1 other change artifact: 38ab5148c7 user: drh
13:37
Fix the temporary filename generator so that it does not get stuck in a loop. Ticket [006e1df642d6246a03]. check-in: d3a1663a09 user: drh tags: trunk
10:54 New ticket [006e1df642] Error in file_tempname. artifact: 1cc89153d3 user: anonymous
2011-06-16
23:14
A CMake file from Thomas Schnurrenberger. Saved for reference. After some experimentation with cmake, the thinking is we will probably go in a different direction. Closed-Leaf check-in: d167b79e66 user: drh tags: cmake
23:12
Fix an issue with makeheaders that causes problems for windows when full pathnames are use with a colon in the device name. check-in: 1128509646 user: drh tags: trunk
19:51
Updates to the VC++ makefile. check-in: 82d741db3e user: drh tags: trunk
18:21 Edit [1e7c1bca4574f9dc|1e7c1bca45]: Move to branch mistake. Change background color to "#ffc0d0". Mark "Closed". Edit check-in comment. artifact: 9add53cb30 user: drh
2011-06-15
15:33
Add the configure script and merge in the latest trunk changes. check-in: 57ca24966f user: drh tags: autoconf
15:22
Update the built-in SQLite to the latest 3.7.7 beta. check-in: dbe1e68e43 user: drh tags: trunk
14:16 Open ticket [cc52573686]: Add an 'annotate' in the Artifact web page plus 1 other change artifact: 44df734284 user: viriketo
08:12 Ticket [d06e5d462b] * is not accepted as a parameter for crnl-glob on command line status still Open with 1 other change artifact: d52cbb77d2 user: anonymous
07:43 Ticket [554f44ee74] Interbranch interference with merges and renames status still Open with 1 other change artifact: 14c30ffd4a user: viriketo
05:29 Ticket [d06e5d462b] * is not accepted as a parameter for crnl-glob on command line status still Open with 2 other changes artifact: 0f3cb78e7f user: anonymous
04:10 New ticket [f38602af0a] Option for auto-sync or command to sync settings. artifact: 3fd4731282 user: anonymous
04:01 New ticket [d06e5d462b] * is not accepted as a parameter for crnl-glob on command line. artifact: 8ea625ab00 user: anonymous
03:46 Ticket [ffa87168ce] Update after clone requires reset of login information status still Open with 2 other changes artifact: fe863a84ae user: ron
03:45 Add attachment testfossil.sh to ticket [ffa87168ce] artifact: 1e3c535163 user: ron
03:45 New ticket [ffa87168ce] Update after clone requires reset of login information. artifact: 8fcfc7632f user: ron
2011-06-14
23:59
When doing a merge, only follow direct ancestor links when computing the set of filename changes. Do not follow merge links as this can result in non-intuitive changes. Ticket [554f44ee74e3d3b]. check-in: 1c4d1272a6 user: drh tags: trunk
22:31
Disable several warnings about sorting w/o an index. check-in: b893eb0dad user: drh tags: trunk
22:16
A very simple commit fix. check-in: 3a610a3980 user: drh tags: trunk
17:24
Change the minimum required autoconf from 2.67 to 2.62. check-in: 0241d75a90 user: drh tags: autoconf
17:21
Add Makefile.in forgotten in [8559c781c2]. check-in: dcda2dbcb0 user: joerg tags: autoconf
17:10
Remove NetBSD RCS ID check-in: 8079974223 user: joerg tags: autoconf
17:09
Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. check-in: 8559c781c2 user: joerg tags: autoconf
15:17 Ticket [554f44ee74] Interbranch interference with merges and renames status still Open with 2 other changes artifact: 5e0ca28d45 user: viriketo
15:16 Add attachment tmp.fossil to ticket [554f44ee74] artifact: 8c7bc0fe46 user: viriketo
15:15 New ticket [554f44ee74] Interbranch interference with merges and renames. artifact: 712ac75063 user: viriketo
2011-06-13
23:11 Ticket [40f32e9733] incorrect url for check-ins entry on ticket history menu status still Open with 2 other changes artifact: 040ee2b966 user: anonymous
21:23 Ticket [5ad1d9a23c] Makefile fails to run uname with GNU Make 3.82 status still Open with 1 other change artifact: 728bbea168 user: anonymous ... 2 similar events omitted.
2011-06-12
22:56 New ticket [084eedc010] add support for Haiku. artifact: 5fab042a8e user: anonymous
22:46 New ticket [5124563ac1] stash save fails after file remove. artifact: 2a15d15730 user: anonymous
2011-06-11
05:12 Changes to wiki page "compillingOnWindows" artifact: c677fc964d user: anonymous
05:07 Ticket [9c3e2a224b] SIGSEGV on pull status still Fixed with 1 other change artifact: e1af38f15e user: anonymous
2011-06-10
15:14
When creating manifest files as part of a "fossil import" command, ensure that "T" cards are added in sorted order, and that there are no duplicates. check-in: 6ed7ceb1de user: dan tags: trunk
2011-06-09
19:45 Fixed ticket [9c3e2a224b]: SIGSEGV on pull plus 2 other changes artifact: c865b1db85 user: drh
19:20
Make sure the content of a manifest has been materialized and is not a copy-or-write segment of another blob prior to parsing it. Ticket [9c3e2a224b6b0055] check-in: 0538980488 user: drh tags: trunk
00:33 Changes to wiki page "Cookbook" artifact: ffff85a7dc user: anonymous
2011-06-08
18:00 Ticket [9c3e2a224b] SIGSEGV on pull status still Open with 1 other change artifact: a90ba3943c user: ron ... 2 similar events omitted.
03:13 Closed ticket [cb0b73e747]: Cannot create manifest.uuid file plus 2 other changes artifact: 23e586e2e9 user: anonymous ... 2 similar events omitted.
00:32 Changes to wiki page "Cookbook" artifact: 2b696eec37 user: anonymous
2011-06-07
19:07 New ticket [30b28cf351] Merge to the checkout (on update) fails, if with renames. artifact: c734ef53f0 user: viriketo
15:51
Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. check-in: 621be70494 user: drh tags: trunk
02:09
Merge the venks-emacs changes into trunk. check-in: fbf417b681 user: drh tags: trunk
00:48
Pull the latest trunk changes into the venks-emacs branch. check-in: 690ba8cbdb user: drh tags: venks-emacs
2011-06-06
18:58 Closed ticket [a9210adfea]: "uncommit" or "rollback" command plus 2 other changes artifact: 65de2fa059 user: anonymous
17:59
Fix indentation and tabs to style guide check-in: 081a29c0b7 user: venkat tags: venks-emacs
17:31 Edit [fd6f1c5e619fc297|fd6f1c5e61]: Edit check-in comment. artifact: 90e3e9eca3 user: drh
17:17
When setting execute permission only set it for those users that also have read permission. check-in: fd6f1c5e61 user: drh tags: trunk
17:15
Bug fix: make sure "fossil update" sets the execute permission bit correctly. check-in: 37c231b11d user: drh tags: trunk
16:50
Remove an unnecessary level of function nesting. check-in: 12989181a6 user: drh tags: trunk
12:15 Edit [e8d231aaf32b1d96|e8d231aaf3]: Change branch background color to "#d69b80". artifact: edbd6b348f user: drh
12:01
Update the "scrub" command to remove traces of login-groups and subrepositories. check-in: 5ea9cf4002 user: drh tags: trunk
2011-06-05
08:54
Merge latest SQLite from trunk check-in: be264779de user: ben tags: ben-testing
08:49
Minor code cleanup: reformat code to 80 char line length check-in: 6aa5b85f0e user: ben tags: ben-testing
08:46
Add ssl-ca-location setting to specify file/directory to pass to OpenSSL as the server CA location. This allows specification of CAs properly on platforms without usable centralised CA certificate lists, or management by external programs. Add note to certificate warning about this setting, and stronger instructions about what to do if the server c... check-in: 636cc595e1 user: ben tags: ben-testing
07:35 New ticket [a9210adfea] "uncommit" or "rollback" command. artifact: c119efa1d1 user: anonymous
00:09
Fix minor typo in comment check-in: ac7be7fd6c user: venkat tags: venks-emacs
00:04
Add ability to append to ticket fields from the fossil ticket command check-in: 35d6029a13 user: venkat tags: venks-emacs
2011-06-03
14:24
Update the built-in SQLite to the latest 3.7.7 alpha. check-in: 9f9047d686 user: drh tags: trunk
07:01 Ticket [14bc0ad52d] ticket display doesn't show age or creation time status still Open with 1 other change artifact: dfc615c895 user: anonymous
2011-06-02
23:45
Minor code clean-ups: (1) shorten lines to less than 80 characters (2) remove C99-isms, especially intermixed code and declarations. Also merge in the moved file display fix from the trunk. check-in: a164b63a67 user: drh tags: ben-testing
21:06 Edit [25c77401f0ef1462|25c77401f0]: Change branch background color to "#d1d680". artifact: 599285ce0b user: drh
20:49
Improved handling of check-in diff display when files have changed names but are otherwise unmodified. Requires a rebuild to get the display exactly right since the MLINK table needs to be recomputed. check-in: 067cda2645 user: drh tags: trunk
19:38
Merge versionable settings and empty-dirs setting from versionable-settings branch check-in: 30ebed1903 user: ben tags: ben-testing
19:31
Merge SSL client certificate support from ben-security branch check-in: 397f434a4d user: ben tags: ben-testing
19:28
Create new branch named "ben-testing" check-in: 25c77401f0 user: ben tags: ben-testing
18:58 Ticket [14bc0ad52d] ticket display doesn't show age or creation time status still Open with 3 other changes artifact: 84d23877d1 user: drh
18:53 Ticket [d1b50f4d06] finfo and timeline commands are cryptic status still Open with 3 other changes artifact: bb7a005277 user: drh
18:52 Closed ticket [d13e296bd5]: can't browse tickets without logging in plus 2 other changes artifact: 197b8b5b30 user: drh
18:13 New ticket [14bc0ad52d] ticket display doesn't show age or creation time. artifact: d9250d839f user: anonymous
17:55 New ticket [10c0c8f65c] command to show a change or a set of changes. artifact: 176b86b913 user: anonymous
17:46 New ticket [d1b50f4d06] finfo and timeline commands are cryptic. artifact: 0de4e01693 user: anonymous
17:39 New ticket [d13e296bd5] can't browse tickets without logging in. artifact: a51fe49d59 user: anonymous
14:56 Fixed ticket [3233c3dad9]: SQLITE_ERROR: no such function: now plus 1 other change artifact: 770d36eecb user: drh
14:56
Make sure the built-in "now()" function is available to peer-repository connections for single-signon operations. Ticket [3233c3dad99d57ad]. check-in: 74ecc4d646 user: drh tags: trunk
07:27 New ticket [0d1971c5ae] SSL client certificates. artifact: afde5da3ec user: ben
04:08 Ticket [a82652e221] `fossil annotate' is unusably slow status still Open with 2 other changes artifact: 03acb80e16 user: anonymous
02:46 Ticket [1b340a4849] fossil writes to my home directory or fails if $HOME is unset status still Open with 1 other change artifact: 72503dfd44 user: anonymous
2011-06-01
22:39 Fixed ticket [9bed1f604e]: 'fossil tag find' does not allow distinguishing events and checkins plus 1 other change artifact: a05c571920 user: drh
22:39
Add the --type option to the "fossil tag find" command. Ticket [9bed1f604e0773] check-in: d5b9674ec5 user: drh tags: trunk
22:34 Ticket [9bed1f604e] 'fossil tag find' does not allow distinguishing events and checkins status still Open with 2 other changes artifact: bba4712c87 user: drh
22:32 Fixed ticket [5f611295e3]: Cannot update to a branch leaf (due to events tagged as the branch) plus 1 other change artifact: 73a2845ace user: drh
22:32
In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. check-in: 2a013f0228 user: drh tags: trunk
19:56 New ticket [3233c3dad9] SQLITE_ERROR: no such function: now. artifact: 4d487946dd user: anonymous
12:32 New ticket [9bed1f604e] 'fossil tag find' does not allow distinguishing events and checkins. artifact: 765a03f970 user: viriketo
12:29 Ticket [5f611295e3] Cannot update to a branch leaf (due to events tagged as the branch) status still Open with 2 other changes artifact: 5e98baa3cc user: viriketo
11:28 Ticket [1b340a4849] fossil writes to my home directory or fails if $HOME is unset status still Open with 1 other change artifact: a9dc13c543 user: anonymous ... 1 similar event omitted.
09:53 Closed ticket [e9ce8c8a93]: Does fossil have this function ? plus 2 other changes artifact: e647848285 user: drh ... 1 similar event omitted.
2011-05-31
23:18 Ticket [1b340a4849] fossil writes to my home directory or fails if $HOME is unset status still Open with 1 other change artifact: 8415eed124 user: anonymous ... 2 similar events omitted.
13:00 Fixed ticket [5a96dd5f52]: non-portable Makefile plus 2 other changes artifact: f1d5901a28 user: drh
12:58 Fixed ticket [8967ea1df4]: i18n, webui: link to tag with non-ascii chars is broken in timeline plus 2 other changes artifact: 1dffb65b27 user: drh
12:52
Always use the alternate-form flag "#" to control the number of input bytes to printf conversions like %t, %h, and %q. Do not use precision in those cases since precision limits the number of output characters, not the number of input characters. Ticket [8967ea1df4f51af]. check-in: e5e6ca4659 user: drh tags: trunk
12:49 Edit [6d35cde78d475f86|6d35cde78d]: Add tag "test-%-&-tag". artifact: d16f802886 user: drh
06:31 Ticket [8967ea1df4] i18n, webui: link to tag with non-ascii chars is broken in timeline status still Open with 1 other change artifact: b546f85a26 user: anonymous
02:31 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: dfa6760b6b user: anonymous
2011-05-30
17:18 Ticket [8967ea1df4] i18n, webui: link to tag with non-ascii chars is broken in timeline status still Open with 1 other change artifact: d79bb72a1d user: anonymous
17:10 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: 0013191e29 user: ben
16:59 Edit [5abe6347c2dfa84d|5abe6347c2]: Mark "Closed". artifact: c6369133b1 user: ben
16:51 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: e7504c8272 user: joerg ... 1 similar event omitted.
16:46
Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. check-in: 3abab7e177 user: ben tags: trunk
13:18 Edit [0448438c56d836a8|0448438c56]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". artifact: 166ec712f0 user: drh
12:52 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: a8d14ae133 user: drh ... 2 similar events omitted.
07:14
Add configure script, which must be run before running make, as it appears there's no cross-platform way to set a make variable to the output of a shell command. Closed-Leaf check-in: 5abe6347c2 user: ben tags: configure-make
07:04
Create new branch named "configure-make" check-in: 62284df93a user: ben tags: configure-make
06:55
Online help for several more commands adapted Closed-Leaf check-in: d23f98877d user: Arjen Markus tags: arjen-doc-updates
2011-05-29
18:21 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: 0437b41ba0 user: bharder
12:53
Remove accidentally included line of code. Closed-Leaf check-in: 0bed863b69 user: ben tags: ben-security
12:49
Support for client side SSL certificates for extra authentication to https servers. Adds --ssl-identity command line option and ssl-identity setting to specify the filename of a identity file containing a PEM encoded certificate and private key. check-in: e06ea26e97 user: ben tags: ben-security
07:58 Ticket [8967ea1df4] i18n, webui: link to tag with non-ascii chars is broken in timeline status still Open with 2 other changes artifact: d31a976e9b user: anonymous ... 1 similar event omitted.
2011-05-28
21:08 Ticket [5a96dd5f52] non-portable Makefile status still Open with 2 other changes artifact: 07d5dd46c3 user: ben ... 1 similar event omitted.
18:51
Release check-in: 0448438c56 user: drh tags: trunk, release
18:50 Fixed ticket [3f02165606]: i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows plus 2 other changes artifact: b7a95477b6 user: drh ... 1 similar event omitted.
17:56
Merge the latest changes from the ben-security branch into trunk. check-in: 6d35cde78d user: drh tags: trunk, test-%-&-tag
17:53 Fixed ticket [034fa7bb29]: Build breaks on MAC OS X 10.6/i386 plus 2 other changes artifact: 613e806f62 user: drh
17:52
Do not attempt to use fossil_fopen() in place of fopen() in the SQLite shell as doing so causes problems on (some) Macs and does not really help the windows i18n situation. Ticket [034fa7bb2907e96] check-in: e94c1e9068 user: drh tags: trunk
16:23
Add the X-Frame-Options: DENY header to HTTP responses, and a comment lamenting that two other helpful security headers can't really be used without breaking things. check-in: 95f04bbfbf user: ben tags: ben-security
15:40
Tidy up and fix implementation of empty-dirs setting. Closed-Leaf check-in: 529237a3c1 user: ben tags: versionable-settings
15:39
Add documentation for empty-dirs setting check-in: eb93d6ae0e user: ben tags: versionable-settings
14:55
Docs and visibility for versionable settings: Add versionable marker in the web UI. Output of the settings command notes if the value is overridden. Update help text for settings command noting versionable status and that glob settings can be newline separated. check-in: b5d4526211 user: ben tags: versionable-settings
09:15
Warn when there's a versioned and non-versioned value for a setting, and allow this warning to be silenced. Trim whitespace from settings loaded from files. check-in: 761a98a1ee user: ben tags: versionable-settings
08:40 New ticket [034fa7bb29] Build breaks on MAC OS X 10.6/i386. artifact: eca4422dd8 user: anonymous
2011-05-27
14:37
Issue a warning if the "push" or "sync" command is issued when "dont-push" is enable. check-in: 21ceccddd8 user: drh tags: trunk
13:08 Fixed ticket [49db5c3993]: windows-i18n: "fossil extras" does not see files with non-ascii chars in their name plus 1 other change artifact: b65772295b user: drh
12:56
Internationalize the opendir() function calls. Ticket [49db5c3993bef2]. check-in: e05fea3852 user: drh tags: trunk
12:16
Add the test-mimetype command and use it to verify the correct order of entries in the mimetype table. Fix the errors found. check-in: ea2698e9c7 user: drh tags: trunk
12:03
Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. check-in: 32ad9a1584 user: drh tags: trunk
11:33 New ticket [49db5c3993] windows-i18n: "fossil extras" does not see files with non-ascii chars in their name. artifact: 67e356f427 user: anonymous
06:48
Add makefile to ensure no DLLs are used for the MinGW build (zlib was installed as both a static and a dynamic library) Extensions and minor textual revisions to the online help for several commands check-in: 6469b814ab user: Arjen Markus tags: arjen-doc-updates
03:44 Ticket [3f02165606] i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows status still Open with 1 other change artifact: 5e8f92601f user: anonymous ... 1 similar event omitted.
2011-05-26
12:28 Closed ticket [b67996c1e6]: Fossil can no longer find files in open checkouts with non-ascii chars in directory plus 2 other changes artifact: a8e5afdd67 user: anonymous
11:57
Add the --systemtrace option for debugging calls to fossil_system. check-in: 5a4dc2239b user: drh tags: trunk
11:29
Make arrangements for the output of "fossil status" to go through the UTF8 to MBCS translation. Ticket [3f0216560679fd] check-in: 02a6aa2d5e user: drh tags: trunk
05:56 Add attachment i18n_fossil_ui_crash.zip to ticket [3f02165606] artifact: 6d38fb8ca7 user: anonymous
05:51 Ticket [b67996c1e6] Fossil can no longer find files in open checkouts with non-ascii chars in directory status still Open with 1 other change artifact: 64e2883253 user: anonymous
05:41 New ticket [3f02165606] i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows. artifact: 65ac77322c user: anonymous
2011-05-25
14:12 Ticket [b67996c1e6] Fossil can no longer find files in open checkouts with non-ascii chars in directory status still Open with 2 other changes artifact: 60b0f20e31 user: drh
13:54
Update the Mac icon for the download page. check-in: a2e1c48373 user: drh tags: trunk
13:52 Edit [474850cff598d76f|474850cff5]: Change background color to "#d0c0ff". Add tag "release". artifact: 01e1167a4c user: drh
08:20 New ticket [b67996c1e6] Fossil can no longer find files in open checkouts with non-ascii chars in directory. artifact: 9c75607355 user: anonymous
2011-05-24
12:03 Edit [3db75c4803c934f9|3db75c4803]: Change branch background color to "#f0ffc0". artifact: 90723444a2 user: drh
12:02
Merge the latest trunk changes into the versionable-settings branch. check-in: 9c915adb0a user: drh tags: versionable-settings
12:00
Merge the latest trunk changes into the arjen-doc-updates branch. check-in: 5d4ef37a9d user: drh tags: arjen-doc-updates
07:27
Extended the online help for the commit, close, configure, clone and checkout commands check-in: 7df226540d user: Arjen Markus tags: arjen-doc-updates
2011-05-23
20:30 Closed ticket [c561562823]: database corruption error on amd64 plus 1 other change artifact: 85e84e142c user: anonymous ... 1 similar event omitted.
15:11
Merge the ben-security branch into the trunk. check-in: 474850cff5 user: drh tags: trunk, release
15:07 Fixed ticket [9ae4043d8b]: Please merge fixes for Solaris 10 into trunk plus 1 other change artifact: 5fe1535c34 user: drh
15:06 Edit [3e61ada775441252|3e61ada775]: Mark "Closed". artifact: f62916490f user: drh
15:06
Merge the solaris10 branch into the trunk. check-in: 3e0efc3827 user: drh tags: trunk
08:17 New ticket [7c25821f6a] fossil stuck in cgi mode. artifact: 5d96af6f40 user: anonymous
07:07 Ticket [9ae4043d8b] Please merge fixes for Solaris 10 into trunk status still Open with 1 other change artifact: cabddc347f user: ben ... 1 similar event omitted.
2011-05-22
19:26 Ticket [c561562823] database corruption error on amd64 status still Open with 1 other change artifact: e907381eca user: anonymous
15:08
Follow web app best practise by marking cookies as HttpOnly and, if it's over an https connection, as 'secure' so they will only be transmitted over https. Options supported by major browsers, and harmless where not supported. check-in: e4b57a3230 user: ben tags: ben-security
14:53
When displaying an unknown certificate, also display the certificate fingerprint so the user can verify they're seeing the certificate they expect. Just displaying the textual names in the certificate does not give enough information to be certain someone isn't doing a man in the middle attack. check-in: fc93bfb0f7 user: ben tags: ben-security
14:23
Create new branch named "ben-security" check-in: 2b4a6a66e1 user: ben tags: ben-security
09:52
Add versionable empty-dirs setting which specifies a newline separated list of empty directories to be created after checkout and update commands. check-in: 3fa5cfaec8 user: ben tags: versionable-settings
09:50
Turn ignore-glob, crnl-glob, binary-glob and manifest settings into versionable settings. check-in: 43b0d795e5 user: ben tags: versionable-settings
09:44
When parsing glob settings, allow splits on newlines as well as commas. Allows versionable glob settings to be written one glob per line for readability. check-in: 7d04803392 user: ben tags: versionable-settings
09:38
Add db_get_versionable_setting() for implementing 'versionable settings', which is like db_get() except will prefer to read the value from .fossil-settings/NAME in the checked out source, rather than the database. check-in: 09e52f0df7 user: ben tags: versionable-settings
09:11
Create new branch named "versionable-settings" check-in: 3db75c4803 user: ben tags: versionable-settings
07:57 New ticket [9ae4043d8b] Please merge fixes for Solaris 10 into trunk. artifact: 514aea13ed user: ben
07:53
Fix for passwords > 8 chars long on Solaris. getpass() silently truncates to 8 chars, use getpassphrase() instead. Closed-Leaf check-in: 3e61ada775 user: ben tags: solaris10
07:49
In the Makefile, use a more standard syntax for setting a variable to the output of a shell command. Fixes building on Solaris, seems OK on other platforms. check-in: 9ef38b6b6d user: ben tags: solaris10
07:33
Create new branch named "solaris10" check-in: eb4b5e3beb user: ben tags: solaris10
2011-05-21
22:20 Closed ticket [7326efdc56]: Misleading summary of merge troubles at the end of merge plus 1 other change artifact: aff2ef2e3e user: viriketo
16:57
If at the tip of the current branch but there are children in other branches, the "fossil up" command should do nothing. check-in: 1343cfad7b user: drh tags: trunk
16:52
Add (verisionable) empty-dirs setting Closed-Leaf check-in: b21f47e967 user: ben tags: bens-expr
16:45
Print an "Internal Error" if the update command is unable to find a version to update to. check-in: 88e9f24aff user: drh tags: trunk
16:18
Slightly hacky way of putting versioned properties in .fossil-settings dir. Version ignore-glob, binary-glob, crnl-glob and manifest. Glob splitting allows line breaks as well as spaces and commas. check-in: 56b75c768a user: ben tags: bens-expr
15:39
Experimental support for Solaris 10 check-in: fd39ef8261 user: ben tags: bens-expr
15:38
Create new branch named "bens-expr" check-in: d73b1b5042 user: ben tags: bens-expr
2011-05-20
18:13 Ticket [c561562823] database corruption error on amd64 status still Open with 1 other change artifact: 5bb7179797 user: anonymous ... 1 similar event omitted.
15:31
Abstract the getcwd() system library routine into file_getcwd() with appropriate translations on windows. check-in: 4b3425401f user: drh tags: trunk
14:17
Convert the return value of getcwd() from MBCS into UTF8 before using it. check-in: ef04076777 user: drh tags: trunk
12:29
Do not short-circuit the update command if the --verbose option is used. check-in: 3b5db9a10e user: drh tags: trunk
11:39
Update the built-in SQLite to the latest 3.7.7 alpha that includes the fix for disappearing WAL transactions. check-in: c60e143f28 user: drh tags: trunk
11:32 Edit [a742d12e8f0d3915|a742d12e8f]: Mark "Closed". artifact: eb8361ad0a user: drh
11:32
Merge the windows-i18n branch into the trunk. check-in: d8ec765fac user: drh tags: trunk
11:24
Merge all the latest trunk changes into the windows-i18n branch. Closed-Leaf check-in: a742d12e8f user: drh tags: windows-i18n
11:22
Convert some fopen() calls to fossil_fopen(). Missed them previously. check-in: f626fcaab6 user: drh tags: windows-i18n
07:58 Closed ticket [2e0d927de8]: SQLITE_CANTOPEN with latest fossil release plus 2 other changes artifact: 9d60cda62c user: anonymous
2011-05-19
11:48
Change the small logo to 72x72 pixels. check-in: 5267731a85 user: drh tags: trunk
00:03
Make update -verbose print even when there's no update required check-in: acfbfe0dd3 user: venkat tags: venks-emacs
2011-05-18
15:01
Update the built-in SQLite to the latest 3.7.7 alpha version. This adds no new capabilities - it is merely a beta-test of the SQLite version 3.7.7. check-in: dcfa88bd46 user: drh tags: trunk
14:28
Add built-in compress() and decompress() functions to the SQLite shell command. check-in: 91d648426a user: drh tags: trunk
11:44 Ticket [c561562823] database corruption error on amd64 status still Open with 1 other change artifact: 4d983307de user: drh ... 3 similar events omitted.
2011-05-17
21:36 Ticket [967cedbf20] fossil extra - Report for subtree status still Open with 2 other changes artifact: 17079d2dcd user: anonymous
04:38 New ticket [ef25a83cce] typo in http://www.fossil-scm.org/index.html/help?cmd=configuration. artifact: 110f339ed4 user: anonymous
2011-05-16
16:33
Move www2.fossil-scm.org from Atlanta to Newark. check-in: b75bb1dc16 user: drh tags: trunk
14:33 Ticket [d7f66dfbd0] Support Syntax highlighting as described in Cookbook status still Open with 1 other change artifact: 48c2b07234 user: anonymous
08:34 Fixed ticket [da3e0fb4b9]: "out of memory" error via apache cgi-bin. plus 2 other changes artifact: a718a55e53 user: anonymous
2011-05-15
11:19
Tweaks to the "divider" display in the www timeline. check-in: ec093ff275 user: drh tags: trunk
2011-05-13
21:25 New ticket [2598a084de] Differing results for clickable image in wiki text with fossil ui and cgi. artifact: 612daf3abe user: anonymous
20:30
Fix memory leaks in "fossil rebuild". check-in: 625226d577 user: drh tags: windows-i18n
17:13
Ignore short writes when writing to the console. check-in: e7babf5222 user: drh tags: windows-i18n
16:08 Ticket [2ee159304e] Error in timeline (armv5tel-linux) showing events status still Open with 1 other change artifact: 7a713b7237 user: viriketo
15:46
When translating UTF8 text for display on the console, use the codepage obtained from GetConsoleCP(), not the CP_ACP code page that is used for system calls. check-in: 55b32701a5 user: drh tags: windows-i18n
15:25
This is the correct fix for the blog-timeline problem. check-in: 9b26d1e9a2 user: drh tags: trunk
15:14
Yet another fix for the blob-timeline problem. The previous two did not quite finish the job. check-in: bc37d1c5a4 user: drh tags: trunk
15:03
A better fix for the missing blog-entry on timeline problem. check-in: 57b676f1f1 user: drh tags: trunk
14:55
Fix a floating-point comparison error that can cause blob entries to be omitted from the timeline. check-in: 25ae319b84 user: drh tags: trunk
14:20
Pull the latest changes in trunk over into the windows-i18n branch. check-in: 70743ebae5 user: drh tags: windows-i18n
14:01 Fixed ticket [da3fef0b21]: Bug in http.c: missing \r for Proxy-Authorization header plus 1 other change artifact: 0fdba59488 user: drh
14:01
Use \r\n after Proxy-Authorization in HTTP headers. Ticket [da3fef0b21c37d] check-in: 1b823e1276 user: drh tags: trunk
13:59 New ticket [da3fef0b21] Bug in http.c: missing \r for Proxy-Authorization header. artifact: 9fdac5818b user: anonymous
13:42
A better way to keep the size of the content cache under control. check-in: 6a714fc036 user: drh tags: trunk
09:57
Be more aggressive about keeping the size of the content cache under control. check-in: cf24da6941 user: drh tags: trunk
04:59 New ticket [2e0d927de8] SQLITE_CANTOPEN with latest fossil release. artifact: 31d4521557 user: anonymous
00:58 New ticket [040dcddb1e] "fossil status" output of renames doesn't show old name. artifact: 0d7f0ae0c0 user: anonymous
00:54 New ticket [0ff64b0a5f] manifest file is malformed error after file rename. artifact: a2b637e1a6 user: anonymous
00:10 New ticket [207abab395] when artifact shows a html file swithc to text the shun button becomes the last. artifact: 152f89dfa3 user: renez
2011-05-12
23:38 Changes to wiki page "Cookbook" artifact: cdbf256223 user: renez
23:34 Added wiki page "shjs" artifact: 75279c73ab user: renez
15:24 Edit [d8221b98636b76cf|d8221b9863]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". artifact: b8190e00f4 user: drh
14:56
Release check-in: d8221b9863 user: drh tags: trunk, release
14:17
Back out the previous change, which was bogus. Remove traces of the FOSSIL_I18N compile-time option which is not actually used anywhere in the code anymore. check-in: 0613db18be user: drh tags: trunk
14:04
Initialize the output buffer for blob_compress prior to invoking zlib in order to avoid valgrind warnings about reading uninitialized memory. check-in: c9bb729d5d user: drh tags: trunk
12:14
Pull the latest changes from trunk into windows-i18n. check-in: f25b6c00c8 user: drh tags: windows-i18n
12:13
Back out the [ab934c6b09fd1d5] change. Do not change the console output mode using SetConsoleOutputCP(). Go back to converting UTF8 into MBCS upon output. check-in: b33032ae40 user: drh tags: windows-i18n
12:02
Change fossil_malloc() so that it does not report "out of memory" when allocating zero bytes. check-in: 6b382b0818 user: drh tags: trunk
01:13 Fixed ticket [f91862eed3]: annotations assign lines to incorrect checkin plus 3 other changes artifact: 1d3fc9e8a6 user: drh
01:08
Performance improvement by caching prepared statements when computing ancestors and descendents of a check-in. check-in: dcc68b46b2 user: drh tags: trunk
00:50 Ticket [f91862eed3] annotations assign lines to incorrect checkin status still Open with 1 other change artifact: c7ac78d4ef user: drh ... 1 similar event omitted.
00:40
Futher improments to the display of individual file timeline graphs. check-in: 64aa186ae4 user: drh tags: trunk
00:02
Add the a=, b=, and n= query parameters to the finfo web method. Show all duplicate entries in a timeline in the right-most rail. check-in: cbc84ad65c user: drh tags: trunk
2011-05-11
21:43
Add the --filevers option to the "annotate" command and the "filevers" query parameter to the "annotate" web method. This was used to help analyze the problem described by ticket [f91862eed367] check-in: c8f10e551e user: drh tags: trunk
20:57 Ticket [f91862eed3] annotations assign lines to incorrect checkin status still Open with 2 other changes artifact: 185bdf108e user: drh ... 1 similar event omitted.
2011-05-10
13:38
Translate check-in comments received from console input from MBCS into UTF8. check-in: 2278ef0ffa user: drh tags: windows-i18n
13:30 New ticket [da3e0fb4b9] "out of memory" error via apache cgi-bin.. artifact: d0325a7a0a user: anonymous
13:29
Always write UTF8 to the console. Change the console output mode on windows to UTF8 at startup. check-in: ab934c6b09 user: drh tags: windows-i18n
12:42 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 10ee5b166d user: anonymous
2011-05-09
15:50
Pull the latest trunk changes over into the windows-i18n branch. check-in: bbba160840 user: drh tags: windows-i18n
12:57 Fixed ticket [e95f7c9337]: HTTPS CGI variable might be "ON", not "on". plus 1 other change artifact: b5db7b02fb user: drh
12:57
Accept either "on" or "ON" as the value of the HTTPS environment variable. Ticket [e95f7c93370be8c86] check-in: 2d92db7ebf user: drh tags: trunk
12:55 Fixed ticket [44002a7760]: cannot locate home directory - please set the HOMEPATH environment variable plus 1 other change artifact: 78d6828945 user: drh
12:55
Use a combination of $HOMEDRIVE$HOMEPATH instead of just $HOMEPATH when searching for the home directory on windows. Ticket [44002a7760cf5406] check-in: 3715b5d245 user: drh tags: trunk
12:44
Fix an issue with inherited capabilities in the subrepo mechanism. check-in: 3bd2de4c92 user: drh tags: trunk
12:37 Ticket [dd78d17ea9] attachment problem status still Open with 1 other change artifact: 12341fbe7c user: anonymous
12:26
Add lines describing the login to the /test_env page. check-in: c53fbe5d41 user: drh tags: trunk
2011-05-08
22:36 New ticket [8545675748] Checking out a version back 3 commits still regains changes after those 3.. artifact: 3b7ba1b7bf user: anonymous
15:57 Ticket [44002a7760] cannot locate home directory - please set the HOMEPATH environment variable status still Open with 1 other change artifact: 010eb63924 user: anonymous
13:07 New ticket [e95f7c9337] HTTPS CGI variable might be "ON", not "on".. artifact: 85ac932aff user: anonymous
04:50 Ticket [7567c8daf9] Tickets Cannot be searched from Web UI status still Open with 2 other changes artifact: 21776ce4d1 user: anonymous ... 1 similar event omitted.
2011-05-07
14:14 Ticket [f0f9aff371] 'annotate' misses changes. status still Open with 1 other change artifact: fa324d0386 user: viriketo
12:28 Edit [0eaf7528b160d4d6|0eaf7528b1]: Mark "Closed". artifact: a90a91faa0 user: drh
12:26 Edit [2a4ab3b15134939b|2a4ab3b151]: Mark "Closed". artifact: 9aa6c5e41b user: drh
12:25 Edit [e8b15ad642a681c4|e8b15ad642]: Mark "Closed". Edit check-in comment. artifact: cc315cc97f user: drh
12:23 Edit [c06edd231fc15d14|c06edd231f]: Mark "Closed". artifact: 870f6c07cc user: drh
12:22 Edit [bbf257dc9e633c29|bbf257dc9e]: Mark "Closed". Edit check-in comment. artifact: be45eb0338 user: drh
12:22 Edit [cfec72248e161667|cfec72248e]: Mark "Closed". Edit check-in comment. artifact: dc3ab94330 user: drh
12:22 Edit [9df4dcb5e1f3ff64|9df4dcb5e1]: Mark "Closed". artifact: 4ce446a99c user: drh
12:21 Edit [157eed29f4a93afa|157eed29f4]: Mark "Closed". Edit check-in comment. artifact: fde3b7fce4 user: drh
12:21 Edit [940faaa37e0e8c18|940faaa37e]: Mark "Closed". artifact: c5db393cc5 user: drh
11:42
Convert the fopen() in blob_write_to_file() into fossil_fopen(). check-in: 4373976553 user: drh tags: windows-i18n
2011-05-06
19:27 Ticket [f0f9aff371] 'annotate' misses changes. status still Open with 1 other change artifact: 72a43272a6 user: viriketo ... 2 similar events omitted.
16:55
Merge the latest trunk changes into windows-i18n branch. check-in: 59ddd3c8ae user: drh tags: windows-i18n
16:44
Show the artifact numbers on the From and To of a file diff. check-in: 9a63d1f048 user: drh tags: trunk
16:32 Fixed ticket [f0f9aff371]: 'annotate' misses changes. plus 2 other changes artifact: ec39df78ff user: drh
16:32
Improvements to the annotation algorithm so that if a line changes from X to Y then back to X, the annotation shows the second X not the first. Ticket [f0f9aff371f26] check-in: 73c38a3add user: drh tags: trunk
15:59 Ticket [04ba0f70b8] Turn the version field of tickets into links status still Open with 1 other change artifact: 4048bd36f8 user: anonymous ... 3 similar events omitted.
14:36
Add --limit and --log options to the "annotate" command and corresponding query parameters to the web annotation interface. Part of the investigation of ticket [f0f9aff371f26b4] check-in: bd36723c3d user: drh tags: trunk
13:13 Fixed ticket [b733bba0b7]: Fossil crash when doing addremove/add/extras plus 1 other change artifact: 36c0f59a8f user: drh
13:13
Fix a bug in the sub-repository detection logic. Ticket [b733bba0b7319ef2]. check-in: e56a4ec3ad user: drh tags: trunk
2011-05-05
22:00 Ticket [f0f9aff371] 'annotate' misses changes. status still Open with 1 other change artifact: 2507d4afc3 user: viriketo ... 2 similar events omitted.
21:08 Ticket [b733bba0b7] Fossil crash when doing addremove/add/extras status still Open with 3 other changes artifact: 81765bbaba user: anonymous
20:38 Closed ticket [cc52573686]: Add an 'annotate' in the Artifact web page plus 2 other changes artifact: d179bd9728 user: viriketo
19:55 New ticket [b733bba0b7] Fossil crash when doing addremove/add/extras. artifact: bad6a2a077 user: anonymous
15:16 Ticket [f0f9aff371] 'annotate' misses changes. status still Open with 2 other changes artifact: bb0c78e1e5 user: viriketo
14:44 Ticket [25c54e544e] Cancelling bgcolor leads to white status still Open with 1 other change artifact: 4e684c3e97 user: viriketo
14:38 New ticket [f0f9aff371] 'annotate' misses changes.. artifact: 9a982af8e7 user: viriketo
14:20 Ticket [00f2d104de] Segfaults and broken strings sometimes. status still Open with 2 other changes artifact: 1613600c91 user: viriketo ... 1 similar event omitted.
2011-05-04
18:56 Ticket [8d916f5fc3] Issues with branch windows-i18n status still Open with 1 other change artifact: 3fa8ba52e7 user: anonymous ... 1 similar event omitted.
13:56
When listing closed branches, only show a branch if every leaf of that branch is closed. check-in: 74c86dd1da user: drh tags: trunk
11:16
Merge the latest changes from trunk. check-in: 503a0ef555 user: drh tags: windows-i18n
11:13
Add a wrapper around all calls to access() that translates UTF8 to MBCS. check-in: 850d3df44e user: drh tags: windows-i18n
2011-05-03
21:55 Ticket [8d916f5fc3] Issues with branch windows-i18n status still Open with 1 other change artifact: 47df355410 user: anonymous
20:25
Convert the results of getenv() from MBCS into UTF8. check-in: b7df0b9ce6 user: drh tags: windows-i18n
20:24 Add attachment windows-i8n_test2.png to ticket [336924579d] artifact: 2698817810 user: anonymous
20:22 Ticket [336924579d] my test with windows-i18n branch status still Open with 2 other changes artifact: a925f47c8d user: anonymous
19:48 Ticket [8d916f5fc3] Issues with branch windows-i18n status still Open with 2 other changes artifact: d8dd9b15c9 user: anonymous
18:32
Convert filenames from UTF8 to MBCS on windows when checking if a file exists or checking its size, etc. Ticket [336924579dd95e7cceaeeae5]. check-in: 48f5dadafd user: drh tags: windows-i18n
16:58 Ticket [336924579d] my test with windows-i18n branch status still Open with 2 other changes artifact: 1c1d6d5d92 user: anonymous
16:56 Add attachment windows-i8n_test.png to ticket [336924579d] artifact: e6362fc466 user: anonymous
16:56 New ticket [336924579d] my test with windows-i18n branch. artifact: b462e0bc31 user: anonymous
15:40 Ticket [ee97701f4c] "fossil add" broken for repos opened into "/" status still Open with 2 other changes artifact: 8b2450330c user: anonymous
13:39 Ticket [25c54e544e] Cancelling bgcolor leads to white status still Open with 2 other changes artifact: 77c91e9eda user: anonymous ... 1 similar event omitted.
13:37
Enable Basic Authorization during sync operations by prepending a single "#" to the password. check-in: c1506adbf7 user: drh tags: trunk
13:00 New ticket [25c54e544e] Cancelling bgcolor leads to white.. artifact: ef8b191829 user: viriketo
01:12
Update the fossil_system() function so that it converts the system command form UTF8 into MBCS before calling system(). Speculative fix for ticket [8d916f5fc30be3]. check-in: a65c97afd6 user: drh tags: windows-i18n
2011-05-02
19:13 New ticket [8d916f5fc3] Issues with branch windows-i18n. artifact: f2a8519adf user: anonymous
14:39 Ticket [55fa8c23e3] Broken propagate colour to descendants, if there is a new colour in the middle status still Open with 4 other changes artifact: d1078f4d97 user: drh
14:38 Fixed ticket [72c7d223d5]: CGI Server 'directory' mode requires ".fossil" extension on repositories plus 2 other changes artifact: b6c3999358 user: drh
14:37
Corrections to the multi-repository server documentation. Ticket [72c7d223d5258]. check-in: b951baa5c9 user: drh tags: trunk
14:29 Fixed ticket [d299fb9842]: failed `fossil open` - delete _FOSSIL_ plus 1 other change artifact: a6bb8411ca user: drh
14:29
Automatically delete the _FOSSIL_ file after a failed open. Ticket [d299fb9842d6bc] check-in: 0aee050f32 user: drh tags: trunk
13:31
Change calls to unlink() into file_delete(). The file_delete() routine converts filenames to MBCS from UTF if necessary. check-in: eea6449098 user: drh tags: windows-i18n
13:10
Merge in changes from trunk. check-in: f8f1c4e9a3 user: drh tags: windows-i18n
13:09
Avoid using the %lld printf conversion since windows does not support it. check-in: be467e9328 user: drh tags: trunk
08:38 Ticket [9bf1f9d502] Misleading summary of merge troubles at the end of merge status still Open with 2 other changes artifact: db5f0db2c8 user: viriketo ... 1 similar event omitted.
08:34 New ticket [7326efdc56] Misleading summary of merge troubles at the end of merge. artifact: 646e9326c8 user: viriketo
2011-04-30
13:00 Ticket [d299fb9842] failed `fossil open` - delete _FOSSIL_ status still Open with 2 other changes artifact: d5cdf64706 user: anonymous ... 1 similar event omitted.
2011-04-29
09:37 New ticket [55fa8c23e3] Broken propagate colour to descendants, if there is a new colour in the middle. artifact: 93edbbd8fa user: viriketo
2011-04-28
14:18 New ticket [72c7d223d5] CGI Server 'directory' mode requires ".fossil" extension on repositories. artifact: 62738d85c1 user: anonymous
13:53
Make sure the argument to fopen() is MBCS instead of UTF8. check-in: a3c252f237 user: drh tags: windows-i18n
10:38 New ticket [a9b07eebe1] Have the artifact sources in an HTML list. artifact: ae379daae3 user: viriketo
10:35 Ticket [3e6775edfe] Can't pass html comments through wiki. status still Open with 1 other change artifact: c341fa81c2 user: viriketo
10:32 New ticket [cc52573686] Add an 'annotate' in the Artifact web page. artifact: e1b2a28c0b user: viriketo
2011-04-27
20:03 Fixed ticket [4108dfd6b7]: Sqlite error on latest Fossil build plus 1 other change artifact: 35c1b661f7 user: drh
20:01
Merge in the SQLite fix from trunk. check-in: a9425fe17f user: drh tags: windows-i18n
19:58
Update the built-in SQLite to the lastest snapshot from the trunk. This fixes an over-aggressive error report on windows which should fix ticket [4108dfd6b717f1] here in Fossil. check-in: 2a8ff5bff4 user: drh tags: trunk
19:01 Ticket [4108dfd6b7] Sqlite error on latest Fossil build status still Open with 2 other changes artifact: 9b6848ad52 user: anonymous
18:21
Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. check-in: e805fa8db9 user: drh tags: windows-i18n
17:58 New ticket [4108dfd6b7] Sqlite error on latest Fossil build. artifact: 0f19153a4f user: anonymous
16:07
Update to the latest SQLite snapshot that exposes the UTF8 to MBCS conversion routine in the windows driver to applications. check-in: 989fc1f2b6 user: drh tags: trunk
14:36 Fixed ticket [7eab65a858]: crnl y/N/a unclear plus 1 other change artifact: d4e6fe47c7 user: drh
14:36
Change the warning prompt for CR/NL in check-in from (y/n/a) to (yes/no/all). Ticket [7eab65a85880a10cc] check-in: e3efeb6f29 user: drh tags: trunk
14:23 Fixed ticket [b49849a350]: `fossil clean` needs awareness of --nested checkouts plus 1 other change artifact: 08c1c10b04 user: drh
14:23
Commands that recursively descend through directory hierarchies (such as "fossil extra", "fossil clean", or "fossil addremove") will now ignore nested checkouts. Ticket [b49849a350d040bc]. check-in: 53aef2dee1 user: drh tags: trunk
12:18 Fixed ticket [a659e233cd]: FreeBSD patch please apply tnx plus 1 other change artifact: c016898a3d user: drh
12:18 Edit [7b45d101dd5b0871|7b45d101dd]: Edit check-in comment. artifact: 9ef33f70eb user: drh
12:17 Fixed ticket [9b8333b298]: Cannot pull the up to date 'ticket' configuration plus 2 other changes artifact: ec4fc9fec9 user: drh
12:04 Fixed ticket [a21625c507]: Summarize new config-sync changes in one place, explain pros/cons. plus 2 other changes artifact: f95bfccb7d user: drh ... 1 similar event omitted.
02:15
Note: Design Note: About the "Irreversible Schema Change" technote: [a1f9f17b60] user: drh
02:10
Merge in the config-sync changes. This is a major schema change and definitely requires a "fossil rebuild". Note that the schema upgrade is irreversible and so you should be certain you want to continue with the new schema before you upgrade. check-in: 1654456ef5 user: drh tags: trunk
02:05
Fix an issue with the --legacy option to configuration pull. Closed-Leaf check-in: 940faaa37e user: drh tags: config-sync
01:40
Fix an out-of-order local variable declaration. Ticket [a659e233cd79a0d]. check-in: 7b45d101dd user: drh tags: config-sync
01:35
Further minor tweaks to configuration sync. check-in: b5aa3bfe88 user: drh tags: config-sync
00:49
Simple test cases for configuration sync are now working. check-in: bef34a6940 user: drh tags: config-sync
2011-04-26
23:11
Hook up the new configuration transfer logic to "push" and "pull". Compiles cleanly but otherwise untested. check-in: 9d35e1dbf0 user: drh tags: config-sync
18:36
Update the "configure" command so that the "import", "export", and "merge" subcommands use the new config format. check-in: 4291183882 user: drh tags: config-sync
16:13 New ticket [b49849a350] `fossil clean` needs awareness of --nested checkouts. artifact: b2e159173b user: anonymous
15:39
Add code to generate "config" card for transmitting configuration information using the new format. check-in: 9522964b24 user: drh tags: config-sync
11:05 Edit [f99e3fa9e6b2715e|f99e3fa9e6]: Change branch background color to "#8ea7b2". artifact: 40cda11b0c user: drh
06:37
Online help for several commands edited - as found in allrepo.c, bisect.c, branch.c and checkin.c. Note: "commit" still to be edited check-in: e66fe70c7f user: Arjen Markus tags: arjen-doc-updates
05:38 Ticket [9b8333b298] Cannot pull the up to date 'ticket' configuration status still Open with 1 other change artifact: 03a0950a31 user: viriketo
01:33
Schema changes that an mtime field to all configuration tables and make "title" a unique field on the reportfmt table. Only lightly tested. check-in: 2b4b3303b6 user: drh tags: config-sync
00:45
Begin implementing the protocol changes for configuration sync. check-in: f99e3fa9e6 user: drh tags: config-sync
2011-04-25
22:23
Change the definition of a "Leaf" to be any node that has no children of any kind (merge or non-merge) in the same branch. A "rebuild" or a "fossil leaves --recompute" is required to recompute the LEAF table after upgrading to this version. check-in: e17fc71319 user: drh tags: trunk
20:26
Add hyperlink to the annotation of a file in the object description header. check-in: 030a048697 user: drh tags: trunk
20:10
Further work toward two-way configuration sync. Need to check in these changes before they are complete in order to deal with another issue. check-in: 71fc181fee user: drh tags: trunk
16:57
Refactoring some of the configuration sync logic in preparation for bigger changes. check-in: b44d4a89d0 user: drh tags: trunk
10:55 New ticket [7e0e4755c6] Problem with mv and merge. artifact: 81918b8fdd user: anonymous
08:08 Ticket [7eab65a858] crnl y/N/a unclear status still Open with 3 other changes artifact: 78792b34ae user: anonymous
2011-04-24
15:52 Ticket [a659e233cd] FreeBSD patch please apply tnx status still Open with 2 other changes artifact: eaabeb1d17 user: anonymous
15:46 Add attachment freebsd-patch-checkin.c to ticket [a659e233cd] artifact: f585b56335 user: anonymous
15:45 New ticket [a659e233cd] . artifact: 56111d33ed user: anonymous
13:49 Ticket [cadc9aa78f] convert comment between utf8 and big5 on windows status still Open with 2 other changes artifact: db8fd61642 user: anonymous
13:45 Ticket [490b6c2edd] Chinese windows file name require convert from mbcs to utf8 status still Open with 3 other changes artifact: 5f82897bb1 user: anonymous ... 1 similar event omitted.
06:43 New ticket [2cfd96b2ba] Improve ignore-glob. artifact: 2bcc20ff49 user: anonymous
2011-04-23
00:17 Ticket [9b8333b298] Cannot pull the up to date 'ticket' configuration status still Open with 1 other change artifact: 6b8316ca43 user: anonymous
2011-04-22
13:49
Fix the is_a_leaf() function so that it correctly identifies nodes as leaves if they have no non-merge children in the same branch. check-in: 0a89d03cf6 user: drh tags: trunk
11:36 Closed ticket [8e5a24b49f]: Comments are not properly escaped when displayed through the Web UI plus 2 other changes artifact: 7d9fddf993 user: drh ... 1 similar event omitted.
03:10 Add attachment xhtmlpatch.diff.txt to ticket [9fbc3fad8a] artifact: 5c7f1e7a0e user: anonymous
03:10 New ticket [9fbc3fad8a] Fossil should deliver application/xhtml+xml when appropriate (with patch). artifact: f176430649 user: anonymous
03:06 Add attachment markuppatch.diff.txt to ticket [5ff2043c96] artifact: f8e0efba6c user: anonymous
03:05 New ticket [5ff2043c96] Invalid xhtml markup generated (with patch). artifact: 8730a3f16e user: anonymous
2011-04-21
21:53 Add attachment https_proxy.patch to ticket [e854101c4f] artifact: 95523c2e78 user: anonymous
21:52 New ticket [e854101c4f] http_proxy does not work with https. artifact: 08207586b1 user: anonymous
20:17 Ticket [9b8333b298] Cannot pull the up to date 'ticket' configuration status still Open with 1 other change artifact: 5851de9793 user: viriketo ... 4 similar events omitted.
15:12 Closed ticket [b587c4fac3]: 'fossil ui' does not login as admin in the release 20110413 plus 2 other changes artifact: 4fcef66fbb user: viriketo ... 1 similar event omitted.
08:37 New ticket [dcd241ab52] 'fossil update' forgets about removed files in the checkout. artifact: 4a64597686 user: viriketo
00:36 Ticket [127fc59ae8] Timeline entries seemd to be skipped when using Older status still Open with 2 other changes artifact: 3d3f61b71f user: anonymous
00:31 Add attachment TimeLine18.png to ticket [127fc59ae8] artifact: f34059438b user: anonymous
00:31 Add attachment TimeLine15.png to ticket [127fc59ae8] artifact: 4b5e7448f3 user: anonymous
00:30 New ticket [127fc59ae8] Timeline entries seemd to be skipped when using Older. artifact: 482ab9b59e user: anonymous
2011-04-20
07:36 Closed ticket [a7e83b956a]: I see the graph only partially plus 2 other changes artifact: b310867b81 user: viriketo
2011-04-19
20:30
Fix a copy of minor display problems out the output of "fossil push". check-in: 085b6a1bbb user: drh tags: trunk
19:36 Open ticket [a7e83b956a]: I see the graph only partially plus 1 other change artifact: 32da212d64 user: viriketo ... 3 similar events omitted.
2011-04-18
23:46
Enhance the merge-conflict notation to show both the two recent versions and also the common ancestor version. check-in: 792a3bc94a user: drh tags: trunk
19:38 Ticket [40a7d777a4] fossil up doesn't recover deleted file (fossil up -v does....) status still Fixed with 1 other change artifact: 8717720fb2 user: anonymous
19:32
Fix another issue with directory search for CGI. check-in: 0fc9b5e1f2 user: drh tags: trunk
19:17
Fix to the multi-repository name parser for CGI. check-in: 71a1c7b22b user: drh tags: trunk
18:25 Fixed ticket [40a7d777a4]: fossil up doesn't recover deleted file (fossil up -v does....) plus 2 other changes artifact: a0c9ae7f1b user: drh
18:25
Make sure the "update" command always works the same with or without the -v option. Ticket [40a7d777a465]. check-in: e11513631f user: drh tags: trunk
16:29 Ticket [40a7d777a4] fossil up doesn't recover deleted file (fossil up -v does....) status still Open with 2 other changes artifact: df015e1ea2 user: anonymous ... 1 similar event omitted.
13:55 Ticket [cadc9aa78f] convert comment between utf8 and big5 on windows status still Open with 1 other change artifact: c8e9864647 user: anonymous ... 1 similar event omitted.
12:49 Fixed ticket [1853e51989]: GPG sign the downloadable releases plus 2 other changes artifact: f67cb564a0 user: drh
12:45
Update the download page generator script to also generate a page showing the SHA1 checksums of all build products. check-in: cea065c7f2 user: drh tags: trunk
12:29 Fixed ticket [e613f452fa]: On 'Edit checkin', checking Start a new Branch named... can be nameless plus 1 other change artifact: 79725e89ae user: drh
12:29
Add the PT() and PDT() macros for extracting query parameters with leading and trailing whitespace removed. Use those macros to in the check-in edit page. Do not create branches or tags with empty names. Ticket [e613f452fada00]. check-in: 655e78209b user: drh tags: trunk
12:17 Ticket [1853e51989] GPG sign the downloadable releases status still Open with 2 other changes artifact: 84bdc817ad user: anonymous ... 1 similar event omitted.
12:01 Fixed ticket [157ef3e5a7]: fossil add on a directory causes a core dump plus 2 other changes artifact: a07e9861d5 user: drh
12:01
Fix an invalid call to free() that occurs when "fossil add ." is run. Ticket [157ef3e5a7a06b]. check-in: ed5c19cd43 user: drh tags: trunk
10:16 New ticket [e613f452fa] On 'Edit checkin', checking Start a new Branch named... can be nameless. artifact: c248076f56 user: viriketo
10:04
Added some information on how to build on Windows check-in: 963a38d5a7 user: Arjen Markus tags: arjen-doc-updates
09:17 Ticket [cadc9aa78f] convert comment between utf8 and big5 on windows status still Open with 1 other change artifact: c1307665f8 user: anonymous ... 1 similar event omitted.
2011-04-17
22:59 Ticket [157ef3e5a7] fossil add on a directory causes a core dump status still Open with 1 other change artifact: 121b4274ba user: anonymous ... 4 similar events omitted.
08:21 New ticket [cadc9aa78f] convert comment between utf8 and big5 on windows. artifact: b881562f5c user: anonymous
2011-04-15
20:42
Make an entry in the access log when a login transfers from one member of a login group to another. check-in: 7b700dfacd user: drh tags: trunk
15:36
Use a target= field on the hyperlink of the annotation web page. check-in: 0e477a48e5 user: drh tags: trunk
12:22 Fixed ticket [b519c1a375]: Fossil does not ask about modified files when opening repo plus 1 other change artifact: f41d9352b4 user: drh
12:22
The "fossil open" and "fossil co" commands always prompt before overwriting unless the --force option appears. Ticket [b519c1a375c106]. check-in: 824083c36a user: drh tags: trunk
11:57 Edit [97e5ff20d73f812f|97e5ff20d7]: Mark "Closed". Edit check-in comment. artifact: dfff580083 user: drh
11:57
Merge the refactored "add", "del", and "addremove" commands into trunk. check-in: 8ae917362c user: drh tags: trunk
00:59
Completely forget about files that were added then removed without ever been committed. Closed-Leaf check-in: 97e5ff20d7 user: drh tags: experimental
2011-04-14
22:41
Refactoring the "add", "del", and "addremove" commands. check-in: 2b95102592 user: drh tags: experimental
18:09
Refactoring the directory scanning code used by recursive add, extra, and clean. Seems to work but needs more testing prior to folding into trunk. check-in: f60f56025c user: drh tags: experimental
15:35 New ticket [b519c1a375] Fossil does not ask about modified files when opening repo. artifact: f9ec9f60e5 user: anonymous
15:02 Ticket [35ed38df8a] Ticket change history should interprete markup of comment status still Open with 1 other change artifact: 92c3e274cc user: anonymous
14:23
Factor the glob-pattern matching logic into a separate module. check-in: 289ea2a9b6 user: drh tags: trunk
11:50 Fixed ticket [b99a342a31]: localauth setting no longer works plus 1 other change artifact: a51d37892b user: drh
11:50
The --localauth option should look at the original IP address, not the abbreviated IP address. Ticket [b99a342a31039df19]. check-in: e720f1115e user: drh tags: trunk
04:12 New ticket [b99a342a31] localauth setting no longer works. artifact: a8bd74c844 user: altufaltu
03:21 Ticket [35ed38df8a] Ticket change history should interprete markup of comment status still Open with 2 other changes artifact: 117dc6d102 user: anonymous
03:00 Ticket [04ba0f70b8] Turn the version field of tickets into links status still Open with 2 other changes artifact: e256312596 user: anonymous
02:29 Ticket [7772cc876e] Provide database access from TH scripts. status still Open with 1 other change artifact: 1e2867de57 user: anonymous
02:14 Ticket [a2e8c4cb92] When creating tickets there should be an indication of what HTML tags can be used status still Open with 2 other changes artifact: 4bad43cf8e user: anonymous
02:08
Add a "diff" hyperlink after each file in the "Show Files" view of the timeline. check-in: 6d9bba56dc user: drh tags: trunk
01:21 Fixed ticket [dd5bb1fc73]: Checking auto-sync instead of auto-shun plus 1 other change artifact: 405692f88f user: drh
01:20
Use the auto-shun setting, not auto-sync, to automatically transfer shuns. Ticket [dd5bb1fc73ec6ee8] check-in: 602d5f9cde user: drh tags: trunk
01:05
Merge Arjen's documentation updates into trunk. check-in: b0d1510578 user: drh tags: trunk
01:01
Change graph-test-1 hyperlinks to relative links so that they work anywhere. check-in: 87fb21875a user: drh tags: trunk
00:51
Update the test graph page to use the target= attribute. Add several new test graphs to give better coverage the the timeline webpage. check-in: 8d5dafc1dc user: drh tags: trunk
2011-04-13
19:29 New ticket [c46b0f7bb7] Support HTTP Basic Auth for sync operations. artifact: 88cd83acf7 user: anonymous
19:03 Ticket [19be0265ff] Rebuild button on Shun page on UI generates incorrect output status still Open with 3 other changes artifact: 7c12101c47 user: anonymous
19:02 New ticket [dd5bb1fc73] Checking auto-sync instead of auto-shun. artifact: 9fddb55c65 user: anonymous
12:30 Edit [047e06193b65c535|047e06193b]: Change background color to "#d0c0ff". Add tag "release". artifact: 49e349806f user: drh
12:06 Edit [1f851f846733f1b7|1f851f8467]: Change branch background color to "#b0b28e". Edit check-in comment. artifact: cc50a2575b user: drh
12:05
Release check-in: 047e06193b user: drh tags: trunk, release
11:47
Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options check-in: a3ecba52f0 user: Arjen Markus tags: arjen-doc-updates
11:35
Update test cases for file_simplify_name(). check-in: 553f0a973a user: drh tags: trunk
10:23
Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options check-in: 1f851f8467 user: Arjen Markus tags: arjen-doc-updates
2011-04-12
23:41
Merge support for login-groups and single sign-on into the trunk. check-in: a257fde3ba user: drh tags: trunk
23:37
Fix a bug in single sign-on. Add comments to the login source code. Closed-Leaf check-in: 9df4dcb5e1 user: drh tags: login-groups
22:44
Update web logins so that they span all members of a login group. check-in: e9754eaeff user: drh tags: login-groups
02:25
Update the built-in SQLite version to the 3.7.6 release. check-in: 4dde79b9e6 user: drh tags: trunk
2011-04-11
21:04 New ticket [a2e8c4cb92] When creating tickets there should be an indication of what HTML tags can be used. artifact: d059850b3f user: anonymous
15:56 New ticket [f5672eff7e] a « patch » command. artifact: 83bf992607 user: anonymous
11:29 Add attachment mfuf.txt to ticket [5927b03873] artifact: a2b7265dc0 user: anonymous
10:45 Ticket [5927b03873] Make timeline machine readable status still Open with 2 other changes artifact: 9d4170b89b user: anonymous ... 1 similar event omitted.
2011-04-10
22:38 Ticket [3bcacd36ff] Show ticket history on ticket edit page status still Open with 1 other change artifact: 5577f71fd6 user: anonymous
22:17 Ticket [7772cc876e] Provide database access from TH scripts. status still Open with 1 other change artifact: 813805cbb9 user: anonymous
20:37 Add attachment CTestConfig.cmake to ticket [0c07ad4262] artifact: 63f9c6c651 user: anonymous
00:27
Cache passphrase for protected PEM files to avoid having to re-type passphrase for each new https connection. Closed-Leaf check-in: 0c0392af3d user: jan tags: jan-clientcert
2011-04-09
01:15 New ticket [0c07ad4262] Allow tickets to have child tickets.. artifact: b8225dbd89 user: anonymous
2011-04-08
23:05 Ticket [7772cc876e] Provide database access from TH scripts. status still Open with 1 other change artifact: d0549107d4 user: anonymous
18:45
User edits can be applied to a single repository or across the entire login group. check-in: a3fbd4fa9d user: drh tags: login-groups
17:46 Open ticket [f6b83821d6]: Tickets should have an 'assigned_to' field plus 1 other change artifact: 030428de2f user: anonymous
17:09
Fix copy-paste issues with the header comment for the tarball generator. check-in: e5609b76cb user: drh tags: trunk
17:08
Begin adding code to implement "login groups" which will (we hope) ultimately lead to a single sign-on capability. check-in: eec32b99dd user: drh tags: login-groups
16:33 Ticket [3bcacd36ff] Show ticket history on ticket edit page status still Open with 1 other change artifact: 898da578dc user: anonymous
2011-04-07
22:41
Add the test-echo command - useful for investigation the wildcard expansion behavior of shells. check-in: cbf8782d56 user: drh tags: trunk
17:36
Update the built-in SQLite to the latest 3.7.6 beta. check-in: 8caf7e1691 user: drh tags: trunk
15:58
Add a missing </p> tag on the check-in info page. check-in: 19cf613123 user: drh tags: trunk
03:10 Ticket [76c3765215] There is no way to cleanly remove a user status still Open with 2 other changes artifact: 8e2ee9d83d user: anonymous
02:21 New ticket [7eab65a858] crnl y/N/a unclear. artifact: 4cb0ae9f4a user: rwilson
2011-04-06
14:31
Add the mionly parameter to timeline that works with r=TAG to show only merges into the TAG. check-in: bc427ad727 user: drh tags: trunk
02:56
Another update to the built-in SQLite code. The last one is working fine, but SQLite is nearing release and so we want to give it a good shake-out. check-in: 5d699b625e user: drh tags: trunk
2011-04-05
07:31 Ticket [5f611295e3] Cannot update to a branch leaf status still Open with 1 other change artifact: 15eb23793d user: viriketo
2011-04-04
11:00 New ticket [7d3ee4a517] Older button at end of timeline. artifact: 800267a802 user: anonymous
03:29
Update the built-in SQLite to the latest beta for 3.7.6. check-in: a74cfe0a14 user: drh tags: trunk
01:56
ws change to capture chmod +x change Closed-Leaf check-in: 5a587ba570 user: bharder tags: betterExeHandling
01:48
Repair completely bogus sql that was erroneously copy/pasted check-in: fe7ac3931a user: bharder tags: betterExeHandling
01:14
"fossil chan" will recognize addition of exe-bit check-in: d55e797ac0 user: bharder tags: betterExeHandling
01:10
Create new branch named "betterExeHandling" check-in: 85c6c1d7eb user: bharder tags: betterExeHandling
2011-04-02
14:42
Merge from trunk. check-in: e4ebc85e66 user: jan tags: jan-clientcert
13:40
Use the dedicated certs table for server certificate cache. Only attempt to use client certificate if one was actually specified for a cert bundle. Assume client key is in same file as certificate if one wasn't explicitly specified. check-in: c44bb083e9 user: jan tags: jan-clientcert
11:48 Closed ticket [394f450fde]: Named Anchor Support Across Wiki Pages plus 2 other changes artifact: 0a8f32b8ae user: drh ... 1 similar event omitted.
2011-04-01
21:00 Closed ticket [82067d9922]: Partial logo when using CGI plus 2 other changes artifact: 95931415db user: anonymous
18:37 New ticket [d8822cf402] global browser setting is ignored when not in open checkout. artifact: 808032dd04 user: anonymous
17:02 New ticket [3b3415bd40] New line confusion when editing commits. artifact: 7001ba82ff user: joerg
01:22
Add the "fossil bisect options" command. Make the auto-next and direct-only options default to on since that seems to generate a more useful bisect in a heavily branched tree. check-in: fa81575c8d user: drh tags: trunk
2011-03-31
15:30
Some rephrasing and code cleanup. check-in: cff102fe85 user: jan tags: jan-clientcert
11:41
Change the "filechng" query parameter for timeline to "fc". Add "Show Files" and "Hide Files" submenus. check-in: 0208b7fc43 user: drh tags: trunk
2011-03-30
23:55
Change the timeline parameter for file details from "detail" to "filechng". Add default CSS elements. check-in: 53e8ad527d user: drh tags: trunk
21:45
Added the "detail" query parameter to the timeline web page. check-in: bde16926b0 user: drh tags: trunk
21:00
Code cleanup. Fix the "cert" command so that it compiles even if FOSSIL_ENABLE_SSL is not used. check-in: ebe1faabbc user: drh tags: jan-clientcert
20:58
Fix two potential SQL injection attacks. check-in: 71384ce668 user: drh tags: jan-clientcert
18:58 Fixed ticket [82cd90df7b]: fossil bisect segfault plus 1 other change artifact: 6319d6cff3 user: drh
18:58
Print a help message instead of segfaulting if "fossil bisect" is invoked with too few arguments. Ticket [82cd90df7b2f2a1] check-in: a8b0c6ffdb user: drh tags: trunk
18:49
Use the new certificate bundle management for https connections, and deactivate the old environment variable code. Added support for specifying certificate/key bundle to clone/push/pull/sync commands. check-in: 1a1aa98a40 user: jan tags: jan-clientcert
17:52 Add attachment bisect.diff to ticket [82cd90df7b] artifact: e99c183583 user: anonymous
17:50 New ticket [82cd90df7b] fossil bisect segfault. artifact: c028cad4ba user: anonymous
15:40
Added a 'cert' subcommand to manage certificate groups, and added a certificate table to the global db. Minor code formatting change. check-in: 1156ad25db user: jan tags: jan-clientcert
10:53
Minor code formatting changes in http_ssl.c. check-in: 662c83513f user: drh tags: jan-clientcert
2011-03-29
19:28
Merge from trunk. check-in: 2ac7b3e140 user: jan tags: jan-clientcert
15:06
Cosmetic: Removed some tabbed indentation. check-in: b261c4a33b user: jan tags: jan-clientcert
14:15 Edit [b28995ccbdbb54b0|b28995ccbd]: Edit check-in comment. artifact: 2ed7a28b5a user: jan
14:12
Add support for feeding OpenSSL a CA certificate file/path for proper chain verification. This is one of several possible solutions to ticket [727af73f46]. Also cache the CA certificate file/path, client certificate/key file/path references in the global config (similar to how the server certificates are cached), and attempt to use them if the cor... check-in: b28995ccbd user: jan tags: jan-clientcert
13:54
Add more colors to the background color palette. check-in: 51759d5248 user: drh tags: trunk
12:47 Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 1 other change artifact: 475dfeb1d8 user: jan
01:24 New ticket [0f70666f76] finfo page has incorrect diff links. artifact: 5c3a901460 user: joerg
2011-03-28
22:57 Closed ticket [33b4171926]: plus 1 other change artifact: b1c98d6aba user: drh
22:57 Delete attachment "access2007-prompt.jpg" from ticket [40d9dbd3ad] artifact: 2a487d817b user: drh
22:52 Delete attachment "TWIMG.BMP" from ticket [33b4171926] artifact: abe3575f22 user: drh
22:52 Delete attachment "access2007-prompt.jpg" from ticket [33b4171926] artifact: 8f93819ecc user: drh
22:47
Merge the sub-repo capability into trunk. check-in: ab4882588e user: drh tags: trunk
22:29
A new approach to sub-repos in which a specific user for the subrepo is specified in the CONFIG table entry. Closed-Leaf check-in: e8b15ad642 user: drh tags: sub-repos
21:55 Edit [97d0118794cdb35c|97d0118794]: Change branch background color to "#c0ffc0". Move to branch sub-repos. Edit check-in comment. artifact: 5a1db866fc user: drh
21:46
Fixes to the capability reduction on subrepositories. check-in: 4b545a8a02 user: drh tags: sub-repos
21:27
Update the sub-repository capability so that it is able to restrict permissions on the sub-repository to a subset of the login permissions. check-in: c477b2470f user: drh tags: sub-repos
20:39 Add attachment TWIMG.BMP to ticket [33b4171926] artifact: a4557c2d38 user: anonymous
20:39 Add attachment access2007-prompt.jpg to ticket [33b4171926] artifact: ab2e7becc2 user: anonymous
20:39 Add attachment access2007-prompt.jpg to ticket [33b4171926] artifact: bfc68fa0de user: anonymous
20:39 New ticket [33b4171926] . artifact: ec04d0ad8e user: anonymous
20:38 Add attachment access2007-prompt.jpg to ticket [40d9dbd3ad] artifact: f02949ddbc user: anonymous
19:29 Open ticket [40d9dbd3ad]: ssh scheme incompatible with tcsh plus 2 other changes artifact: 514070952a user: anonymous
18:08
Allow for the creation of "sub-repositories" that can be accessed through the web interface using the same login credentials as the parent repository. check-in: 97d0118794 user: drh tags: sub-repos
07:40
Use "password" instead of "passwd" because it's complete and proper, and plays nicely w/ Emacs "send-invisible" capabilities that keep typed text from echoing on screen. check-in: 13ceb46e49 user: bharder tags: trunk
2011-03-27
21:55
Changes to makeheaders so that it does not move static inline procedures into header files. Changed suggested by Yoran Heling. This has zero impact on Fossil which does not use "inline" anywhere. check-in: 99532f33af user: drh tags: trunk
21:53
Fix typos in the FAQ. check-in: 4fe9a37e90 user: drh tags: trunk
2011-03-26
12:53 Fixed ticket [e24ec32b1d]: privateness not preserved plus 1 other change artifact: f0a559f1d2 user: drh
12:53
Add the --private option to the "fossil branch new" command. Give a default orange color to private branches created by "fossil branch new". If the new branch created by "fossil branch new" is off of a private branch, make the new branch private too. Ticket [e24ec32b1da5f8f5e4abe] check-in: 2b33781694 user: drh tags: trunk
2011-03-25
23:45 New ticket [66ce1088b6] It is possible for the empty string to be a user id. artifact: 4e13c8c58f user: anonymous
23:39 New ticket [76c3765215] There is no way to cleanly remove a user. artifact: f996c0c267 user: anonymous
18:20
Added very basic client certificate support for https. check-in: 513ea81005 user: jan tags: jan-clientcert
05:42 New ticket [8b7d7d80f3] Can't open files by relative paths on Windows. artifact: ec19f67a5c user: anonymous
02:55
Move vfile_check_signature into "finfo --status" branch. The other options don't use it and it involves a lot of IO. check-in: ae84e6c7d1 user: joerg tags: trunk
02:53
Use the somewhat simpler join in place of a subselect check-in: 7563c241ce user: joerg tags: trunk
01:46 Fixed ticket [4a9072bcc0]: fossil server /directory plus 2 other changes artifact: bfc934c37f user: joerg
01:44 Closed ticket [40d9dbd3ad]: ssh scheme incompatible with tcsh plus 2 other changes artifact: 0ab84b2ae4 user: joerg
01:42 New ticket [a82652e221] `fossil annotate' is unusably slow. artifact: c90b4c28e2 user: anonymous
01:06 Fixed ticket [46f90ea2c1]: Field not found error : don't forget to rebuild repos after upgrade! plus 2 other changes artifact: ee1775072a user: joerg
01:01 Fixed ticket [303b8b1182]: Very slow checkin on large repository plus 2 other changes artifact: 14e49e0647 user: joerg
2011-03-24
18:34
fix typo in error msg check-in: dc87a9075b user: bharder tags: trunk
17:14
If the child manifest is a baseline and the parent a delta manifest, files that are marked as removed in the parent have to be skipped. This fixes "Added XXX version []" entries in the UI. check-in: 91472616bf user: joerg tags: trunk
13:36
Fix a bug in the compression logic of the tarball generator. check-in: 518ec9dd9f user: drh tags: trunk
10:47 Closed ticket [305143bd87]: Timeline view is always logged-out. plus 2 other changes artifact: 009f81dffc user: ttmrichter
03:22
Make the error message on schema version mismatch less confusing. check-in: 4a2019ddd0 user: joerg tags: trunk
02:08
Remove redundancy from the "fossil rm" command, as pointed out by Carles Pagès. check-in: 7fca007538 user: drh tags: trunk
01:51
Update the built-in SQLite to the latest version from the SQLite trunk. check-in: 3d2e8b2ddf user: drh tags: trunk
2011-03-23
20:15 Ticket [e24ec32b1d] privateness not preserved status still Open with 2 other changes artifact: a828bbf2ba user: anonymous
20:08 Add attachment private_propagation.patch to ticket [e24ec32b1d] artifact: 970efec06b user: anonymous
19:08
Enhancements to the redirector so that it accepts the redirect value as the $PATH_INFO and so that it can redirect to a relative URL. check-in: 122a31ddfc user: drh tags: trunk
17:24
Fix to the prior check-in ([a99e9c9164]) so that ticket hyperlinks are displayed correctly. check-in: 733361a55e user: drh tags: trunk
16:16
Always put [..] marks around SHA1 hyperlinks. For unknown SHA1 numbers, enclose in <span class="brokenlink">. check-in: a99e9c9164 user: drh tags: trunk
15:13
Do a better response in the redirector if no matching artifact is found. check-in: dbc2098a6a user: drh tags: trunk
14:36 New ticket [d1ea61eecf] import does not support specifying a default user. artifact: 3bd3dba06a user: anonymous
13:30
Add the "redirect:" option to CGI, to scan multiple repositories and redirect to the one that contains the requested artifact ID. check-in: ef6e364866 user: drh tags: trunk
12:32
If the "info" webpage references an ambiguous artifact ID, show all of the possible results. check-in: 2c8ea5ff2c user: drh tags: trunk
11:25
fix [1ee813d6] -- do not autocommit on wiki commit from cmdline check-in: e1d91b9477 user: ron tags: trunk
11:25 Closed ticket [1ee813d65f]: "fossil wiki commit" also pushes changes plus 1 other change artifact: 7b5a495fb9 user: ron ... 1 similar event omitted.
2011-03-22
18:47
Always redirect to a fully qualified URL. Give the setup user an opportunity to redirecct from test_env for testing purposes. check-in: 63958fc5a7 user: drh tags: trunk
17:00
Add the https-login setting which forces a switch to HTTPS for any non-anonymous login. check-in: be0e804130 user: drh tags: trunk
13:23 New ticket [61ab82f705] leader_offline fail. artifact: 885bf89cd9 user: anonymous
2011-03-21
07:20 New ticket [e24ec32b1d] privateness not preserved. artifact: 82bfb822e3 user: anonymous
00:35 Ticket [118a98cb38] removing a directory doesn't work with a trailing slash status still Open with 1 other change artifact: da1c82f03b user: anonymous
2011-03-19
21:00 New ticket [4fe7de44f6] Adding a mask for login cookie.... artifact: 232698f874 user: anonymous
19:07 Ticket [0891dd21c6] import fails to import a branch which is isolated from trunk status still Open with 1 other change artifact: 5902ae83dd user: anonymous ... 4 similar events omitted.
18:16 Edit [04ddad7ab8e5c8bf|04ddad7ab8]: Edit check-in comment. artifact: 658024b070 user: drh
18:14
Enhancements to "fossil add" and "fossil rm" so that they work recursively on directories and ignore trailing / characters. Patches from Carles Pagès. check-in: 04ddad7ab8 user: drh tags: trunk
11:51 Ticket [34cbc91257] problem serving fossil repos with old db schema from subdirectory status still Open with 2 other changes artifact: 9a08778b82 user: drh ... 1 similar event omitted.
2011-03-18
02:51
When a server is pointing to a directory, allow *.fossil files to be served out of any subdirectory of that directory. For security, pathnames may not contain any characters except alphanumerics, "/", "-", and "_". check-in: d04fa1e143 user: drh tags: trunk
02:13
Allow up to two // characters at the beginning of a pathname since this is important on windows. check-in: f1173da7d5 user: drh tags: trunk
2011-03-17
23:46 New ticket [04ba0f70b8] Turn the version field of tickets into links. artifact: 72663b0195 user: anonymous
23:38 New ticket [ee97701f4c] "fossil add" broken for repos opened into "/". artifact: 0c4f103420 user: anonymous
18:44 New ticket [82067d9922] Partial logo when using CGI. artifact: 55cc12f2ad user: anonymous
17:20
Add a link to the OpenSuSE RPMs on the download page. check-in: 7e995f54ff user: drh tags: trunk
15:33
When generating a tarball, remove the complete ".tar.gz" suffix from the filename to create the top-level directory name, not just the ".gz" part. check-in: 9ca5bbf8a6 user: drh tags: trunk
12:55 Ticket [eaf1c4fdbe] Merge with --cherry-pick should be displayed on timeline status still Open with 2 other changes artifact: 302f446b6c user: drh
12:13 Closed ticket [adad418290]: missing file: fossil_server_P8080__inxxx.txt artifact: 6454dfb05f user: anonymous
12:11 New ticket [eaf1c4fdbe] Merge with --cherry-pick should be displayed on timeline. artifact: f0e6e0bdce user: anonymous
11:54 Ticket [adad418290] missing file: fossil_server_P8080__inxxx.txt status still Open with 2 other changes artifact: 0b64d259bc user: anonymous ... 1 similar event omitted.
2011-03-16
23:25 Edit [84e755e2139ca9cc|84e755e213]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". artifact: 0fecac3901 user: drh
19:27 New ticket [4af785ba3c] User specified with --user-override doesn't show up in commit msg. artifact: 56da90c519 user: anonymous
18:55 Closed ticket [9a8256d200]: Clone of fossil repository is failing from windows executable plus 2 other changes artifact: 76fa022785 user: anonymous ... 1 similar event omitted.
17:27 New ticket [4a9072bcc0] fossil server /directory. artifact: c64c1630fc user: anonymous
11:19
Only record the first 16 bits of the IP address as part of the login cookie. This allows users with shifting IP addresses to stay logged in. Hopefully, this will address ticket [305143bd876f6]. check-in: 84e755e213 user: drh tags: trunk, release
05:42 Add attachment Screenshot-Fossil: Timeline - Google Chrome.png to ticket [305143bd87] artifact: 83db84a66d user: ttmrichter
05:42 Add attachment Screenshot-Fossil: View Ticket - Google Chrome.png to ticket [305143bd87] artifact: 518ff2a937 user: ttmrichter
05:41 Ticket [305143bd87] Timeline view is always logged-out. status still Open with 1 other change artifact: e6304be213 user: ttmrichter ... 1 similar event omitted.
04:12
"ls" alias to "list" subcommand of "fossil branch" command. check-in: 302213ed12 user: bharder tags: trunk
02:38
Make sure the accesslog table exists before attempting to use it. Ticket [7b55fd2958d8d] check-in: c7de5f7b6e user: drh tags: trunk
02:31 Fixed ticket [3bfff6e03b]: Error when creating a branch from checkin that doesn't have checksum in manifest plus 1 other change artifact: fce27afa9a user: drh
02:31
Fix the "branch new" command so that it works if the parent omits the R-card. Ticket [3bfff6e03bcc5f14] check-in: 448dc5adf7 user: drh tags: trunk
02:29 Fixed ticket [58290cd297]: fossil stash produces a stash for unmodifed checkout plus 1 other change artifact: 325d97ae60 user: drh
02:28
Make "fossil stash" and "fossil stash save" work the same. Ticket [58290cd2975f5f2] check-in: 18575b14ac user: drh tags: trunk
02:20
Change to a better, cleaner way to fail the graph generation. check-in: cae94fe2c7 user: drh tags: trunk
01:53
Take care to avoid a buffer overrun if the number of rails in the graph exceeds the limit of 32. check-in: cbafc702a9 user: drh tags: trunk
2011-03-15
16:32 New ticket [7b55fd2958] access_log problem after updating from older repository: SQLITE_ERROR: no such table: accesslog. artifact: 3bde2e474b user: anonymous
12:10 New ticket [3bfff6e03b] Error when creating a branch from checkin that doesn't have checksum in manifest. artifact: 15d57d26a6 user: dmitry
04:20 Add attachment no-empty-stash.patch to ticket [58290cd297] artifact: 3e718ce99e user: anonymous
01:44
A merge riser is allowed to ride along side a riser to an off-screen node. check-in: 52ea66df56 user: drh tags: trunk
01:34
Change the graph layout to include ascenders for nodes that have off-screen children. Fix a bug in the leaf-tracker that became evident by this enhancement. (A rebuild is required to rebuild the leaf table after updating, or else some timeline graphs will not display correctly.) check-in: d7a0240f39 user: drh tags: trunk
2011-03-14
21:37 Fixed ticket [398afa58de]: rebuild fail plus 1 other change artifact: 073997a6cb user: drh
21:37 Edit [aa6abc5ed37a352e|aa6abc5ed3]: Edit check-in comment. artifact: 258902461f user: drh
21:36
Fix an issue with the leaf-tracker that comes up if a check-in specifies a shunned check-in as its parent or merge parent. Ticket [398afa58def78f5]. check-in: aa6abc5ed3 user: drh tags: trunk
20:44 Ticket [398afa58de] rebuild fail status still Open with 1 other change artifact: 3aa18bdd78 user: anonymous ... 3 similar events omitted.
20:14
Further improvements to the layout of merge arrows. check-in: a6934b4437 user: drh tags: trunk
18:26
Improvements to the layout of merge arrows in the graph. check-in: 313cd3c832 user: drh tags: trunk
13:22
Fix a bug in the merge file-rename detection logic, a bug introduced by the path refactoring changes. check-in: 66951fa6bd user: drh tags: trunk
12:42
Merge the path-refactor changes into trunk. Refactoring is not complete, but it appears to be stable. check-in: e5121b4762 user: drh tags: trunk
12:18 Fixed ticket [d38c2c8795]: spelling corrections plus 1 other change artifact: 838336c74b user: drh
12:18
Fix typos in comments and error messages. Ticket [d38c2c8795181] check-in: c5f7ab040a user: drh tags: trunk
12:16 Fixed ticket [b767f47cde]: Tarball is missing the two zero filled records at the end plus 1 other change artifact: 46eba38514 user: drh
12:16
Put two blank pages at the end of a generated TAR file. Ticket [b767f47cdefef12]. check-in: a5ebf2f5df user: drh tags: trunk
2011-03-13
19:25 New ticket [40d9dbd3ad] ssh scheme incompatible with tcsh. artifact: 2e43c4e17d user: anonymous
2011-03-12
18:34 Ticket [b277fe07a0] Referencing a file with an absolute path inside of the repository doesn't work status still Open with 1 other change artifact: a6195d1e60 user: anonymous ... 1 similar event omitted.
17:12 New ticket [281f18eef3] Rename directory moves files to the wrong director. artifact: 85d779aa7d user: anonymous
2011-03-11
22:25 Ticket [b277fe07a0] Referencing a file with an absolute path inside of the repository doesn't work status still Open with 2 other changes artifact: a60a9fd70a user: anonymous
21:52 New ticket [cdfef04661] Specify file or directory options on "fossil cgi" command line. artifact: 75ce145719 user: anonymous
21:18 New ticket [b277fe07a0] Referencing a file with an absolute path inside of the repository doesn't work. artifact: ea2af333cd user: anonymous
17:24 Ticket [d38c2c8795] spelling corrections status still Open with 2 other changes artifact: e59678a69c user: drh
16:34 Add attachment fossil-spell.diff to ticket [d38c2c8795] artifact: 5242ea0c01 user: anonymous
16:33 New ticket [d38c2c8795] spelling corrections. artifact: 30de01bcf9 user: anonymous
12:14 Ticket [b767f47cde] Tarball is missing the two zero filled records at the end status still Open with 2 other changes artifact: b90a3d4e9e user: anonymous
09:36 Add attachment tar.patch to ticket [b767f47cde] artifact: ae80f050e1 user: anonymous
09:36 New ticket [b767f47cde] Tarball is missing the two zero filled records at the end. artifact: 7264e100e7 user: anonymous
2011-03-10
17:42
Show the name of the user that is doing the commit in the prompt section commit comment template. check-in: cdc4249268 user: drh tags: trunk
17:39
Add the ability to compute common ancestors to the path object. Still using the pivot object for merges, however. Closed-Leaf check-in: cfec72248e user: drh tags: path-refactor
09:58 New ticket [91b3a6bfc1] `fossil up VERSION filename` doesn't add the file to the current branch. artifact: 3a901204c8 user: anonymous
08:30 New ticket [305143bd87] Timeline view is always logged-out.. artifact: f8f833805a user: ttmrichter
07:19 New ticket [58290cd297] fossil stash produces a stash for unmodifed checkout. artifact: fe2ce5dd73 user: anonymous
02:39
Refactoring the DAG path search code into a separate object. check-in: 34c23c6fd4 user: drh tags: path-refactor
2011-03-09
23:16
Add a graph-generation test case for time-warp. check-in: c7f07fe67d user: drh tags: trunk
22:56
Show a path timeline without extraneous decoration. check-in: d37c6a4bc1 user: drh tags: trunk
17:33
Add a path-tracing option to the timeline display. check-in: 63ac111d5b user: drh tags: trunk
15:45
Change the tarball generator to use the USTAR tar format. check-in: 1b7777b9ee user: drh tags: trunk
02:23
Add the ability to deliver compressed tarballs in addition to ZIP archives. check-in: d5d676f0c7 user: drh tags: trunk
00:15
Add a utility for generating gzip-compressed files. This is one step on the road toward the ability to generated compressed tarballs. check-in: 34d9a5e5c5 user: drh tags: trunk
00:09
Inline uuid_to_rid and content_size. Saves one SQL statement per file in the checkout. check-in: e0f5d4734a user: joerg tags: trunk
2011-03-08
22:13
Fix diffs from or to an empty file to use the special position marker 0,0. Makes "fossil diff -N" create patches that are accepted by patch. check-in: 4e77507e70 user: joerg tags: trunk
19:30
Add an example of how to include "meld" as the "gmerge-command". check-in: 85b235982e user: drh tags: trunk
18:28
The "open" command now automatically opens to the "trunk", or to some other branch designated by the new "main-branch" setting. check-in: e3e43bbec5 user: drh tags: trunk
17:32
Do not offer to undo a null-merge. check-in: ad39c28195 user: drh tags: trunk
17:13
Do not verify any of the checksums after a checkout if the repo-cksum setting is turned off. check-in: 46ef289392 user: drh tags: trunk
17:00
Provide better error messages to the client when the server database schema is out-of-date. check-in: 0ca3644367 user: drh tags: trunk
12:27
The client-side on a sync silently ignores unknown pragmas. check-in: eb82de6637 user: drh tags: trunk
2011-03-07
18:49 Fixed ticket [32cfbf0aa4]: Dashes in directory names create broken links in file viewer plus 1 other change artifact: 9e6e31bbda user: drh
18:49
Fix invalid directory listings when some siblings directory names are prefixes of others. Ticket [32cfbf0aa4abf964] check-in: af66e2cf3a user: drh tags: trunk
18:32
Disallow the use of "i", "l", and "o" characters in hexadecimal constants. check-in: c320b850b9 user: drh tags: trunk
16:56 New ticket [32cfbf0aa4] Dashes in directory names create broken links in file viewer. artifact: 8ba31097a9 user: anonymous
03:02
Update the built-in SQLite to the latest 3.7.6 alpha. check-in: c38a726932 user: drh tags: trunk
03:00
Add a button to delete failed login attempts from the access log history. check-in: ba0852c9df user: drh tags: trunk
02:55
Remove an obsolete RCS ident string from makeheaders.c. check-in: 3531091646 user: drh tags: trunk
2011-03-06
16:06 Ticket [aa9a522e47] tif files have no preview status still Open with 2 other changes artifact: c72763b09b user: anonymous
2011-03-04
13:19 Fixed ticket [77c58e1415]: fossil scrub --private fails when used from an open checkout plus 1 other change artifact: bb8714634f user: drh
13:19
Fix the "scrub" command so that it works from within a checkout without having to specify the repository. Ticket [77c58e1415e06fd]. Also fix help text for the "deconstruct" command. check-in: c92ec16f81 user: drh tags: trunk
13:11 Fixed ticket [5f194e2c8f]: fossil scrub --private sometimes remove private files that have been merged into public branches plus 1 other change artifact: 85c602d0dd user: drh
13:11
Make all files mentioned by a public manifest public as well. Ticket [5f194e2c8f475c]. check-in: 2985120d93 user: drh tags: trunk
13:03
Clarify the license status for makeheaders. check-in: f2359f22c2 user: drh tags: trunk
11:22 New ticket [5f194e2c8f] fossil scrub --private sometimes remove private files that have been merged into public branches. artifact: ec0348c98c user: anonymous
11:01 New ticket [77c58e1415] fossil scrub --private fails when used from an open checkout. artifact: 6ed706c7c3 user: anonymous
2011-03-03
18:44 Edit [ad4cc21b7f1e5fc5|ad4cc21b7f]: Edit check-in comment. artifact: a71ae2ad05 user: aku
17:20
Adjustments to the sidebox on the homepage. This is still using a nested table. CSS-purists will disapprove, no doubt. check-in: ae89a7ce79 user: drh tags: trunk
16:48
Update the homepage to make it clearer that the Fossil website is just a running instance of Fossil. check-in: 9415b3fe8e user: drh tags: trunk
15:48
More tweaks to the gradient skin. check-in: ad4cc21b7f user: drh tags: trunk
15:22
Adjust the text and font-size of the header on the homepage and on the download page. check-in: e6a29e0057 user: drh tags: trunk
14:12
Add an executive summary sidebar to the Check-in Names documentation page. check-in: a022a51a60 user: drh tags: trunk
13:56
Additional tweaks to the download page generator. check-in: 9ad77bd96b user: drh tags: trunk
13:46
Fixes to the "gradient" skin - now used by Fossil itself. check-in: c2c7af5302 user: drh tags: trunk
13:39
Updates to the homepage (move the "Download" link first) and improvements to the download page generator. check-in: 7834ca9133 user: drh tags: trunk
13:12
Change the title on the homepage. check-in: e29e5e4bc8 user: drh tags: trunk
09:52 Add attachment tar.c to ticket [831b932db4] artifact: f1828309e0 user: anonymous
01:10
When doing a clone with a username, ask for the password early. Do not wait for the first round-trip since that round-trip might take a long time on a slow connection. check-in: cc31b46349 user: drh tags: trunk
2011-03-02
22:50 Fixed ticket [25d3f8d564]: Time skew when cloning a large repository via slow connection plus 2 other changes artifact: 0132b87ca0 user: drh
22:49
Be more forgiving of time skew when transferring large packets over slow networks. Ticket [25d3f8d5641deed] check-in: 139c7e52e2 user: drh tags: trunk
19:38
Fix typo in the contribute.wiki page. check-in: 6e18150e49 user: drh tags: trunk
00:37 Closed ticket [c43d2d9477]: segfault on attempted merge. plus 2 other changes artifact: 1c74371f60 user: bharder
2011-03-01
22:23
Update the built-in version of SQLite to the lastest in the stable trunk version. check-in: 4cd9309c50 user: drh tags: trunk
22:14
Do not build clusters following an incremental import. check-in: 769e3d8e56 user: drh tags: trunk
22:07
Fix merge so that it does not segfault when merging text files that do not end in \n and yet have changes at the very end. Ticket [c43d2d9477c2d59a]. check-in: e2122bd620 user: drh tags: trunk
22:03 Edit [1d93222627a3be27|1d93222627]: Change background color to "#d0c0ff". Add tag "release". artifact: 9af97927a4 user: drh
19:04
Treat whitespace at the end of lines as significant during a merge. check-in: 1d93222627 user: drh tags: trunk, release
17:45
Fix the content_deltify() routine to always return an integer value. This fixes an error in the previous check-in (the --compress checkin). Also fix a help comment on the test-3-way-merge command. check-in: 60c2feea08 user: drh tags: trunk
14:15 Closed ticket [191b0c2d8d]: bulk analysis crashes it ouput path does not exists plus 2 other changes artifact: fe66340312 user: drh
14:14 Ticket [aa9a522e47] tif files have no preview status still Open with 2 other changes artifact: d9acfa4b66 user: drh
14:14 Closed ticket [1b9c66765c]: wrong bug plus 2 other changes artifact: 8190bf36c1 user: drh
13:20
New --compress option to "rebuild" causes more agressive delta compression which can result in a 30% or better size reduction in the database file, with corresponding speedup of cloning. check-in: 301700a224 user: drh tags: trunk
08:20 Ticket [1b9c66765c] wrong bug status still Open with 2 other changes artifact: 7b726892d8 user: anonymous
08:19 New ticket [191b0c2d8d] bulk analysis crashes it ouput path does not exists. artifact: aefb1d158a user: anonymous
08:15 New ticket [aa9a522e47] tif files have no preview. artifact: 428a124cfe user: anonymous
08:14 New ticket [1b9c66765c] Impossible to save 'automatic calibration'. artifact: eed2a12492 user: anonymous
02:11
Remove a stray NIL character from the makemake.tcl file and add a "+" that was omitted from the previous edit. check-in: a668e2ad73 user: drh tags: trunk
01:00
New download.html generator script that allows for release notes to be inserted with each build. check-in: 3c657e8e0c user: drh tags: trunk
00:26
Speculative changes to the Makefile.dmc and Makefile.msc. I have no way of testing these changes. check-in: a22a666349 user: drh tags: trunk
2011-02-28
23:50
Use "sqlite3_int64" instead of "long long int" for compatibility with compilers that do not support long long. check-in: e0073f431c user: drh tags: trunk
23:35
Mingw makefile changes from Mark Janssen. check-in: 36e3ab4c42 user: drh tags: trunk
22:06 Ticket [c43d2d9477] segfault on attempted merge. status still Open with 2 other changes artifact: 4aa804f963 user: bharder ... 1 similar event omitted.
19:30
Cause a merge with --baseline to record the mergepoint rather than ignore it. check-in: e1ff6c0e35 user: drh tags: trunk
15:10
Fix a typo in the new "Private Branches" document. check-in: 9e5c37ed46 user: drh tags: trunk
15:01
Add documentation on the private branch sync feature. check-in: c97c6aa45f user: drh tags: trunk
14:19 Fixed ticket [baf9b6b11e]: update/revert don't set permissions plus 1 other change artifact: 0294ac8cfc user: drh
14:18
All of the execute permission bit handling appears to be working now, though beta testing would be good. Ticket [baf9b6b11e08c1]. check-in: 3ad119b703 user: drh tags: trunk
13:26
Fix the "revert" command so that it distinguishes between files that were added versus files imported by merge. Added files are not unlinked. Ticket [baf9b6b11e08c1]. Closed-Leaf check-in: 157eed29f4 user: drh tags: exe-permission-fix
03:26
Try to get the "stash" command using execute permission bits correctly. Continuing work on the "revert" command - but it is still not working quite right. Ticket [baf9b6b11e08c1d0b]. check-in: ae3409bf49 user: drh tags: exe-permission-fix
02:54
Changes to get the "merge" command to process execute permission correctly. Ticket [baf9b6b11e08c1d0]. check-in: 7a4d75fc8c user: drh tags: exe-permission-fix
02:44
Further changes trying to get execute permissions right for the "update" command. Ticket [baf9b6b11e08]. check-in: 55bf7a0ff2 user: drh tags: exe-permission-fix
2011-02-27
23:31
Change the ZIP file generator so that it sets the execute bit approprately. Ticket [baf9b6b11e08c1d]. check-in: b57bc473b0 user: drh tags: trunk
22:22
Untested changes trying to get execute permission to be set correctly following "update", "merge", "stash", etc. Ticket [baf9b6b11e08c1d]. This is a big mess and is going to take some time to get right. check-in: 081aefde56 user: drh tags: exe-permission-fix
21:45
Fix the "revert" command so that it restores the correct execute permission to the file. Ticket [baf9b6b11e08c1] check-in: 3c39caac39 user: drh tags: trunk
21:08
Merge the --private sync enhancement into the trunk. check-in: 8b8cc4f1b7 user: drh tags: trunk
21:03
Fix issues with file-to-file sync. Allow --localauth to enable --private syncing. Closed-Leaf check-in: bbf257dc9e user: drh tags: private-sync
20:45 Ticket [baf9b6b11e] update/revert don't set permissions status still Open with 2 other changes artifact: 2bad20d036 user: anonymous
20:41 Closed ticket [5f2f147f7e]: Fossil forgets about executable bit when switching branches artifact: 2878588c2a user: anonymous ... 2 similar events omitted.
19:28 Ticket [831b932db4] Fossil should support emitting ".tar.gz" output instead of (or in addition to) ".zip" output status still Open with 2 other changes artifact: d717120d52 user: anonymous ... 1 similar event omitted.
17:48
Bug fix: Pull public artifacts when --private is not used. check-in: e3e368c329 user: drh tags: private-sync
17:27
Add the --private option to the "scrub" command. Add any manifest that includes the "private" tag to the list of private artifacts if it is not there already. check-in: ef1c65a428 user: drh tags: private-sync
11:51
Private sync now appears to be working in all modes. More testing and fail-safe mechanisms are desired before merging with the trunk. check-in: 1aae2b582e user: drh tags: private-sync
03:12
Progress on getting private sync to work. Cloning with --private works. Sync also works, but it currently loses the private marker. check-in: 6da5d4ad5f user: drh tags: private-sync
2011-02-26
21:49
First cut at code to enable syncing private branches. Code compiles but is otherwise untested. The "x" privilege is required on the server in order to sync privately. check-in: 4a17f85182 user: drh tags: private-sync
16:57
Adding a new skin option with gradients, shadows, and rounded corners. check-in: babe3fb52a user: drh tags: trunk
15:32
Extend the file format for manifests to include the Q-card for recording cherry-picks. Parse and ignore these cards for now. check-in: 7fcbbb1da0 user: drh tags: trunk
2011-02-25
17:59
Update the file format documentation to make it clear that a Z-card is required on all artifacts. check-in: 51c3f3b670 user: drh tags: trunk
17:49
Remove a superfluous ';' from the end of artifact listings. check-in: a48c661d9a user: drh tags: trunk
17:40
Add the new crnl-glob setting which defines files for which it is OK to have CRNL line endings. Windows projects on which this is preferred can set the crnl-glob pattern to '*'. check-in: 046658848c user: drh tags: trunk
16:20
Track file permission changes in the mlink table. Updating through this check-in requires a rebuild. check-in: 7f11789bf1 user: drh tags: trunk
14:49
Add --vacuum, --wal, and --pagesize options to the "rebuild" command. check-in: e166ea6aeb user: drh tags: trunk
14:20
Comment and documentation updates on the tagging mechanism. No substantive code changes. check-in: 80f89e3feb user: drh tags: trunk
01:27
Another schema tweak to go with the previous check-in. This one will require a rebuild in order to use the new "parent" tag. But that functionality has not been installed, so there is no need to rebuild yet. check-in: e6740e9bad user: drh tags: trunk
01:19
Modify the schema to allow additional space for hard-coded tag-ids. Updating to this version requires a "rebuild". check-in: f8b3d24759 user: drh tags: trunk
01:13 Fixed ticket [74cfdb438a]: `fs info FILENAME` appears to be broken plus 2 other changes artifact: 45eea7454b user: drh
01:13
Clarify the documentation for the operation of the "info" command. Ticket [74cfdb438a246e46] check-in: 828bf98aff user: drh tags: trunk
2011-02-24
23:41
Immediately stop processing the "all" command if any individual operation fails, unless the --dontstop command-line option is used. check-in: f5a9e8e61e user: drh tags: trunk
23:26
Add the --sqlstats command-line option for use in optimization work. Use a persistent prepared statement for a single query to reduce the number of calls to sqlite3_prepare() for the "update" command. check-in: b81112371c user: drh tags: trunk
21:16 New ticket [7e5f093a23] Automatically do "fossil open" after running "fossil new". artifact: c90c3116a8 user: anonymous
20:00
Reuse prepared statements to make clone run must faster on the server side. check-in: 1f41b0421d user: drh tags: trunk
17:11
Infrastructure changes: Simplify content_put() to a single parameter. Add content_put_ex() with lots of extra parameters. Add isPrivate parameters to content_put_ex() and content_new(). check-in: 1b4516168d user: drh tags: trunk
16:53 Closed ticket [d786651946]: wiki doesn't parse finfo links correctly plus 2 other changes artifact: 06282c83c7 user: drh ... 1 similar event omitted.
2011-02-23
22:52 New ticket [74cfdb438a] `fs info FILENAME` appears to be broken. artifact: e193d0a85f user: anonymous
08:45 Fixed ticket [a38bf4e324]: Fossil even does not try to connect to proxy. plus 3 other changes artifact: 4e59a111e0 user: anonymous ... 1 similar event omitted.
2011-02-22
21:14
Do not print extraneous text about project-id and admin-user at the end of an incremental import. check-in: 691fccbaf7 user: drh tags: trunk
21:09
Add an --incremental option to the "import" command. check-in: 59ef7cb40c user: drh tags: trunk
20:59
Tweaks to the "quick start" documentation page. check-in: 6f1cc96ff0 user: drh tags: trunk
20:30 Fixed ticket [573727d6d9]: Default disallow local local users plus 1 other change artifact: db7fbc23a3 user: drh
20:30
Do not do automatic login for "fossil server" and "fossil http" and "fossil cgi" unless the --localauth option is used. Continue to do automatic login for 127.0.0.1 connections for "fossil ui", though. Ticket [573727d6d93badc] check-in: f7a3c6deef user: drh tags: trunk
12:18
Fix issues in the graphical merge conflict resolution reported on the mailing list. check-in: 60f0986332 user: drh tags: trunk
2011-02-21
22:38 New ticket [573727d6d9] Default disallow local local users. artifact: d87254dab7 user: anonymous
22:26
Added a few more external links to the "Reviews" page. check-in: 184500e46a user: drh tags: trunk
18:20
Factor the code that outputs line-numbered text into a separate subroutine, for clarity of presentation. check-in: a4d57c6b26 user: drh tags: trunk
16:33
Add the ability to use a graphical merging tool to resolve merge conflicts. Even without a configured graphical tool, leave files behind (VCS droppings) that contain the baseline, original, and merged files. check-in: 9b7a6f80b2 user: drh tags: trunk
14:21
Infrastructure changes toward adding graphical merging options. check-in: b9abb86798 user: drh tags: trunk
13:17
Do not assume that the PATH_INFO environment variable is set by CGI. Give it a default value to avoid segfaults (on Solaris). check-in: 88383d8d4a user: drh tags: trunk
11:18 New ticket [6673476941] Broken link to check-ins from ticket history. artifact: c56ea9c42c user: viriketo
2011-02-20
21:24
Suppress unnecessary "CHANGED" lines in diff output. check-in: 1d49c2f65c user: drh tags: trunk
20:57
Update the built-in SQLite to the lastest 3.7.6 alpha out of the head of the SQLite trunk. check-in: d1790d6954 user: drh tags: trunk
20:44 Fixed ticket [577663c272]: Add support for the target attribute. plus 2 other changes artifact: 210b6a7b8d user: drh
20:44
Allow the target attribute on <a> markup. Ticket [577663c2727505a] check-in: fde81c6109 user: drh tags: trunk
05:56
Merge custom Makefile to trunk. Closed-Leaf check-in: 9503a9152e user: mistachkin tags: trunk
00:12
Augment the fdiff web method to accept a "patch" query parameter and output text/plain if the parameter is present. check-in: c190bcc3ce user: drh tags: trunk
2011-02-19
16:14
Add the "vpatch" web method that returns the difference between two checkins as text/plain and a a "patch" hyperlink on the checkin information page that jumps to the appropriate vpatch page. check-in: 4bdf71b1ce user: drh tags: trunk
15:24 Closed ticket [c1cb47f0f9]: Can't login. Server is Ubuntu 10.10 plus 1 other change artifact: 3fe445f7f6 user: anonymous ... 1 similar event omitted.
2011-02-18
22:25
Fix a panic message in the historical_version_of_file() routine. check-in: 3b82ee5483 user: drh tags: trunk
21:47
Improved display of selected band in a text artifact. check-in: b9d4631421 user: drh tags: trunk
19:56 Add attachment src::wikiformat.c-a-target.patch to ticket [577663c272] artifact: 4859a4f593 user: anonymous
19:55 New ticket [577663c272] Add support for the target attribute.. artifact: 46c4e6efd7 user: anonymous
19:52 Ticket [ce33b14f8f] 'configure pull' command recevie empty response. status still Open with 2 other changes artifact: b2fb7e4b42 user: anonymous
19:31
Enhance the /artifact method so that the ln=M,N argument shows linenumbers and highlights lines between M and N. check-in: 6e0dd3bab7 user: drh tags: trunk
17:26
Only show the "Original Date" if its display time is different from the "Date". Ignore differences in milliseconds. check-in: 022a74a93f user: drh tags: trunk
01:03
Fix typo and make enhancements to the build-process document. Add file omitted from the previous commit. (I should follow my own checklist more closely!) check-in: 2a02aa49e1 user: drh tags: trunk
00:52
Additional documentation, especially notes on how to contribute code or documentation to Fossil. check-in: 98f1131c0d user: drh tags: trunk
2011-02-17
22:43
Add a new contributor agreement that is based loosely on the Oracle CLA. check-in: 252e83d952 user: drh tags: trunk
20:44
Make sure manifest_crosslink() resets its input blob and that callers know this and do not attempt to reuse that blob. check-in: d22519e500 user: drh tags: trunk
17:43
Further clarification of the limitations on the copyright release. check-in: 74aabf965f user: drh tags: trunk
17:23
Update the copyright agreement such that private extensions to Fossil are excluded and are not transferred to Hwaci. check-in: 55c8eec4d0 user: drh tags: trunk
13:43
Print the SSH command that is issued for ssh: access, scrubbed of any password content. Remove redundant -e and -T options from the ssh command. check-in: f63ff9fc68 user: drh tags: trunk
08:15
Enable a “stash make” subcommand as an alias for “stash snapshot” Closed-Leaf check-in: 4e0274bbc3 user: BM tags: stash_mk
05:41 Ticket [b145e5eecd] Template repositories status still Open with 2 other changes artifact: 56fb04e107 user: anonymous
05:29 Ticket [86985f8258] Add a 'forum' or 'discussion list' capability to fossil status still Open with 2 other changes artifact: 0d3488efc8 user: anonymous
05:18 Ticket [a284192609] I wish there is a 'Vote feature' for tickets status still Open with 2 other changes artifact: 9a4418cf72 user: anonymous
00:05
Merge in Brad Harder's "stash ls" command. check-in: ae73c07be0 user: drh tags: trunk
2011-02-16
23:47
Update to the latest pre-release SQLite version (as part of the SQLite testing process). Update the makefiles to use SQLITE_ENABLE_STAT2. check-in: c616cef3f7 user: drh tags: trunk
22:55
merge trunk Closed-Leaf check-in: 0eaf7528b1 user: bharder tags: bch
20:42 Ticket [115e95ac11] ssh clone failing status still Open with 1 other change artifact: 4e4babad76 user: viriketo
19:20 Fixed ticket [d7169e51eb]: vfile_scan.c closing unopened directory plus 1 other change artifact: 616306fbef user: drh
19:20 Edit [f73ed21d3b6e58b5|f73ed21d3b]: Edit check-in comment. artifact: 90be9e497f user: drh
19:19
Always close opendir() objects if and only if successfully opened. Ticket [d7169e51ebb3400f6] check-in: f73ed21d3b user: drh tags: trunk
19:13
For the ssh: transport method, use the -T option to disable pseudottys. Increase the size of the buffer for holding the MOTD. check-in: 7c8519003d user: drh tags: trunk
19:01 Ticket [d7169e51eb] vfile_scan.c closing unopened directory status still Open with 2 other changes artifact: 630d4060b6 user: anonymous
18:56 Add attachment src-opendir.patch to ticket [d7169e51eb] artifact: 83ae71d028 user: anonymous
18:53 Add attachment src-vfile.c.patch to ticket [d7169e51eb] artifact: 77fa2e229f user: anonymous
18:52 New ticket [d7169e51eb] vfile_scan.c closing unopened directory. artifact: 414ea95eaf user: anonymous
15:15
Additional comments on the changes to deal with git-fast-export tagging, to try to better explain what Git is doing and how we are working around it. check-in: 352066b267 user: drh tags: trunk
15:04
Fix a typo on the user_setup screen. check-in: 4dcd9c9923 user: drh tags: trunk
15:00
Work around the seemingly buggy behavior of git-fast-export with regard to tags when doing an import. check-in: 496aacd10e user: drh tags: trunk
06:17 Ticket [dd78d17ea9] attachment problem status still Open with 1 other change artifact: 17278e3f4e user: anonymous
2011-02-15
13:16 New ticket [674d5d5556] The timeline does not filter by an unexisting tag. artifact: f4579196d6 user: anonymous
07:47
add custom Makefile with changes to support OpenSSL build on Windows check-in: 5567c81285 user: mistachkin tags: trunk
05:19
"stash ls", in addition to "stash list" check-in: 9abf05437b user: bharder tags: bch
05:18
Create new branch named "bch" check-in: 8b5556c9fe user: bharder tags: bch
00:06 Ticket [baf9b6b11e] update/revert don't set permissions status still Open with 3 other changes artifact: 8d712d07db user: anonymous
2011-02-14
14:34 New ticket [c64e665103] Wiki conflicts go unnoticed. artifact: a8e94ba6ca user: viriketo
14:01 Verified ticket [c524bb591e]: default ticket tracker formats 'title' inconsistently if it contains symbols like &lt; plus 1 other change artifact: b90a961c16 user: anonymous
2011-02-13
14:59 New ticket [13b7388964] Commit comments with multi-byte character break. artifact: 47b749e8c8 user: anonymous
2011-02-12
13:38
This branch contains experimental changes attempting to address complaints that Fossil sometimes overwrites unmanaged files. In this checkin: Use file_delete() instead of unlink() everywhere. Add interfaces file_move() and file_dont_overwrite() but do not use those interfaces yet. Closed-Leaf check-in: a1814d5015 user: drh tags: file-safety
11:03 Ticket [369e246e50] Using EXTJS for JavaScript UI Framework status still Open with 1 other change artifact: 84bb16abad user: renez
11:00 Ticket [dd78d17ea9] attachment problem status still Open with 2 other changes artifact: 06c913f7af user: anonymous
10:49 Closed ticket [15f5f61461]: add class wikiedit to comment and cmappnd plus 1 other change artifact: b5a0bd0a62 user: renez
06:04 New ticket [dd78d17ea9] attachment problem. artifact: 13eed27c8b user: anonymous
02:18 Edit [f93a54d0bafffc9e|f93a54d0ba]: Mark "Closed". Edit check-in comment. artifact: 0448670f0e user: drh
2011-02-11
23:42 Edit [c0a530f482bf0b4b|c0a530f482]: Mark "Closed". artifact: 39bb4e806a user: drh
20:53
Add the --detail option to the test-timewarp-list command. check-in: e7b6434112 user: drh tags: trunk
20:09
Make sure the EVENT.OMTIME value is recorded correctly when parsing a check-in manifest. check-in: 1d83ecc5d5 user: drh tags: trunk
18:33 Ticket [77ab05a0e9] Moving files doesn'trespect directory structures status still Open with 2 other changes artifact: fe7ffa9514 user: anonymous
17:37
Revise the timewarp commands to show the child that is out of order, not the parent. check-in: 2fc80c21b9 user: drh tags: trunk
17:31
Further refinement of the time-warp graph rendering. check-in: 9b9d52bbb9 user: drh tags: trunk
16:52
Improved graph rendering in the case of a time-warp. check-in: 79b81a31c0 user: drh tags: trunk
16:00 Ticket [77ab05a0e9] Moving files doesn'trespect directory structures status still Open with 4 other changes artifact: 92cec9ff00 user: anonymous
15:33
Add the test-timewarp-list command and the test_timewarp web page. check-in: a327bd29bc user: drh tags: trunk
15:11
Fix the check-in time fudger so that it will not move the date/time of a check-in by more than a few seconds. If the sequence of check-ins is further off than that chronologically, then they just show up out of order in the timeline. check-in: feaab7baf1 user: drh tags: trunk
12:24 Ticket [fbea61caf0] fossil needs a rebuild after receiving a new baseline checkin status still Open with 1 other change artifact: bdf51daa51 user: anonymous
12:21 Ticket [d9d1320e7b] Add a new checkin identifier: pivot:checkin1:checkin2 status still Open with 2 other changes artifact: 8b03df42bb user: anonymous
12:18 New ticket [2ce64a315f] Changes equal to the baseline manifest contents are not shown. artifact: 7fc0a99062 user: anonymous
11:52 New ticket [d9d1320e7b] Add a new checkin identifier: pivot:checkin1:checkin2. artifact: 7121c5047b user: anonymous
09:38 New ticket [4b881458c3] support for incremental import/export. artifact: b383a0ed3e user: anonymous
2011-02-10
21:28
Fix the creation of orphan table entries when delta-manifests are received before their baselines. Ticket [fbea61caf0acfd0a]. check-in: 195073fb78 user: drh tags: trunk
21:14 Ticket [5f611295e3] Cannot update to a branch leaf status still Open with 2 other changes artifact: 7ba02bbc57 user: anonymous
21:04 Add attachment deltas.patch to ticket [fbea61caf0] artifact: 3106a26d61 user: anonymous
20:58 Ticket [fbea61caf0] fossil needs a rebuild after receiving a new baseline checkin status still Open with 1 other change artifact: c61392256d user: anonymous ... 1 similar event omitted.
18:37 New ticket [77ab05a0e9] Unable to move files. artifact: 1aee779fc6 user: anonymous
12:56 Changes to wiki page "Cookbook" artifact: f81a853007 user: renez
11:36 New ticket [c26c63eb1b] 'merge --backout' does not handle conflicts properly. artifact: 36e9820e97 user: anonymous
08:12 New ticket [d9d3fd902a] The New Event page expects the time in UTC. artifact: 0a8749c300 user: anonymous
05:05 New ticket [c524bb591e] default ticket tracker formats 'title' inconsistently if it contains symbols like &lt;. artifact: 415012b0bc user: anonymous
2011-02-09
23:08
Try to make it clear that a ticket-id must be a 40-character lower-case hexadecimal number. check-in: 81ad6e2e20 user: drh tags: trunk
13:36 New ticket [5f611295e3] Cannot update to a branch leaf. artifact: e7d5d0458b user: anonymous
03:33 Fixed ticket [8473eeb9ff]: Configuration not pulled on clone plus 1 other change artifact: 60ee51a6dc user: drh
03:33
Always go at least two rounds on a clone since configuration data is not sent until the second round. Ticket [8473eeb9ffb012e1d] check-in: addf670981 user: drh tags: trunk
2011-02-08
22:50 New ticket [741a0355a1] status reports unmodified files as EDITED. artifact: b69854c688 user: anonymous
18:01 Ticket [8473eeb9ff] Configuration not pulled on clone status still Open with 2 other changes artifact: 1cf5b85301 user: anonymous
16:33 New ticket [baf9b6b11e] update/revert don't set permissions. artifact: e5db7b80d5 user: anonymous
15:13 New ticket [26636a306b] Case sensitive usernames are bad. artifact: e84430326f user: anonymous
14:28
Add the --nested option to the "open" command to allow checkouts from one repository to be created inside the checkout of another respository. check-in: f15943f339 user: drh tags: trunk
13:20 New ticket [8c480d1832] hook on wiki html rendering. artifact: 5b855235e4 user: anonymous
13:12 Edit [6502627a3ec4b678|6502627a3e]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". artifact: 7de7b2a627 user: drh
12:52
Exclude directories from file tests in the test suite. Fix an error in the release checklist. check-in: 6502627a3e user: drh tags: trunk, release
11:54 New ticket [82196fbb41] extras --ignore globbing behaves erratically (win7). artifact: a94d399937 user: anonymous
11:50 New ticket [cc8fb65705] process_one_web_page crashes if zPathInfo is NULL. artifact: 4bd4b8d6e6 user: mjanssen
2011-02-07
23:49 Ticket [115e95ac11] ssh clone failing status still Open with 1 other change artifact: fa8691b19a user: anonymous
21:43 Ticket [fbea61caf0] fossil needs a rebuild after receiving a new baseline checkin status still Open with 1 other change artifact: e95c7939a2 user: drh
21:00 Fixed ticket [1b5773eed1]: Add 'ignore-glob' as a syncable setting for `fossil configuration` plus 2 other changes artifact: 43982fd53f user: drh
20:59
Transfer the content of the ignore-glob setting as part of the "proj" configuration. Ticket [1b5773eed1758a03a]. check-in: 7bb3db9b64 user: drh tags: trunk
20:53
Provide an interface to the max-upload setting. check-in: c0c3b0810d user: drh tags: trunk
20:48 Add attachment ignore-glob.patch to ticket [1b5773eed1] artifact: 331eff629e user: anonymous
19:09 Ticket [1b5773eed1] Add 'ignore-glob' as a syncable setting for `fossil configuration` status still Open with 2 other changes artifact: d70998cd2d user: anonymous
18:46 Ticket [fbea61caf0] fossil needs a rebuild after receiving a new baseline checkin status still Open with 2 other changes artifact: 2fab3fe3bf user: anonymous
18:31 New ticket [1d50540ec5] Merging branches with a renamed file. artifact: c7e406f7d2 user: anonymous
18:21
Fix a potential infinite loop in the graph generator for overly-complex change graphs. check-in: 838283273a user: drh tags: trunk
18:02
Ignore duplicate tags when interpreting git-fast-export text for import. check-in: 355bd99669 user: drh tags: trunk
17:57
Fix issue introduced by previous fix. check-in: 9fbc052c88 user: dmitry tags: symlinks
17:51
Merge latest trunk. check-in: d7d335a692 user: dmitry tags: symlinks
17:50
Fix segmentation fault in historical_version_of_file() when file has no permissions in manifest. check-in: 8e4e30fb03 user: dmitry tags: symlinks
17:30 New ticket [1b5773eed1] Add 'ignore-glob' as a syncable setting for `fossil configuration`. artifact: 2263e80b5d user: anonymous
16:08 New ticket [8473eeb9ff] Configuration not pulled on clone. artifact: d9acb855a0 user: anonymous
14:35
Fix documentation typos. check-in: 49cbf5e519 user: drh tags: trunk
14:34
Enhance the graph generator so that it uses less memory and so that it is not limited to a fixed number of parents (10) for each node. check-in: 5ee80c545d user: drh tags: trunk
10:25 Ticket [c1cb47f0f9] Can't login. Server is Ubuntu 10.10 status still Open with 2 other changes artifact: 8e83c2307f user: anonymous ... 1 similar event omitted.
2011-02-06
21:45 New ticket [cde4448290] Stash for an uncommitted, untracked file gives no warning or error. artifact: 6e06c2a220 user: anonymous
2011-02-05
22:06 Changes to wiki page "Cookbook" artifact: 9eb797fcb5 user: anonymous
22:03 Changes to wiki page "Cookbook" artifact: 26bba76967 user: anonymous
22:02 Changes to wiki page "Cookbook" artifact: 9642e91c45 user: anonymous
2011-02-04
21:55 Ticket [e0352240ad] Support for importing vendor source status still Open with 2 other changes artifact: cfa00cb2d1 user: anonymous
17:47 Edit [b27d50b421bb12f2|b27d50b421]: Mark "Closed". artifact: 3852391f99 user: drh
17:47 Edit [3e48b683dea8e27d|3e48b683de]: Mark "Closed". Edit check-in comment. artifact: a5cc060cbf user: drh
17:47 Edit [34ea1e4abb5e86d8|34ea1e4abb]: Mark "Closed". artifact: 6d8c703796 user: drh
17:46 Edit [49e6670386005fa3|49e6670386]: Mark "Closed". Edit check-in comment. artifact: e19cc788d4 user: drh
17:46 Edit [f703a2fca2f5e7e1|f703a2fca2]: Mark "Closed". artifact: dea4cdc1c9 user: drh
17:46 Edit [261e55346d1b98dd|261e55346d]: Mark "Closed". artifact: fed8c90f30 user: drh
17:45 Edit [0ca42eb3cc371115|0ca42eb3cc]: Mark "Closed". artifact: 79c441ffbf user: drh
17:45 Edit [e25884d44f59221a|e25884d44f]: Mark "Closed". Edit check-in comment. artifact: ac01c525d5 user: drh
17:45 Edit [8bb8be26cabd968a|8bb8be26ca]: Mark "Closed". Edit check-in comment. artifact: fc7fd96599 user: drh
17:44 Edit [9688ec1d00ce816a|9688ec1d00]: Mark "Closed". Edit check-in comment. artifact: 85e403cf03 user: drh
17:44 Edit [987e0ff78da1fe80|987e0ff78d]: Mark "Closed". artifact: 9a60f5271f user: drh
17:43 Edit [c9a903c2bc9088be|c9a903c2bc]: Mark "Closed". Edit check-in comment. artifact: be1c00e5e1 user: drh
17:43 Edit [2739272921f93c80|2739272921]: Mark "Closed". Edit check-in comment. artifact: d8d6a95956 user: drh
17:43 Edit [b6e66cdd08f55139|b6e66cdd08]: Mark "Closed". Edit check-in comment. artifact: 603174be84 user: drh
17:42 Edit [13deb4321bda1f10|13deb4321b]: Mark "Closed". artifact: 3482131cdf user: drh
11:32 Closed ticket [995a864c5a]: Editor command fails with spaces plus 1 other change artifact: b82c4b2acc user: mjanssen ... 1 similar event omitted.
03:21
Do not show blank changes when doing a diff. check-in: d5729c31b5 user: drh tags: trunk
02:49 Ticket [995a864c5a] Editor command fails with spaces status still Open with 2 other changes artifact: 0a8e44b3fe user: dmitry
2011-02-03
22:47 Ticket [6e81abf24d] -A option is not observed when cloning local files status still Open with 2 other changes artifact: bd35ef83c8 user: mjanssen ... 1 similar event omitted.
2011-02-02
16:51 New ticket [c90916433b] form fields sharing names for different purposes make it difficult to use javalscript library. artifact: 0e7c09bca5 user: anonymous
14:43 New ticket [995a864c5a] Editor command fails with spaces. artifact: 8debe85449 user: mjanssen
01:09
After a few days of internal use for testing, merge the changes for the new LEAF meta-data table into the trunk. NB: "fossil all rebuild" is required when updating through this change. check-in: 5ac4e15182 user: drh tags: trunk
01:02 Ticket [115e95ac11] ssh clone failing status still Open with 1 other change artifact: 49355a7459 user: mjanssen
01:00 Ticket [884c40589f] ssh clone fails from Ubuntu 10.10 status still Open with 1 other change artifact: 122ddc259a user: mjanssen
2011-02-01
21:41 Ticket [44002a7760] cannot locate home directory - please set the HOMEPATH environment variable status still Open with 1 other change artifact: f11a3c0b00 user: anonymous
08:36 Ticket [884c40589f] ssh clone fails from Ubuntu 10.10 status still Open with 1 other change artifact: 426696d9ce user: mjanssen ... 2 similar events omitted.
2011-01-30
00:16 New ticket [09f0ec5805] Fossil output in XML. artifact: 00bfa9a5a9 user: anonymous
2011-01-29
12:25 Edit [c01667b00d2c2909|c01667b00d]: Mark "Closed". artifact: 1aface0311 user: dmitry
03:56
Documentation updates. check-in: 20b2767f46 user: drh tags: trunk
2011-01-28
21:52
Remove extraneous hyperlinks from the Tags and Branches timelines since the "tag:" hyperlinks now cover that functionality. Closed-Leaf check-in: b6e66cdd08 user: drh tags: experimental
20:56
Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. check-in: 69f43fc077 user: drh tags: experimental
19:10 Edit [b6a4e8592d58ead7|b6a4e8592d]: Edit check-in comment. artifact: d26c3e2f3a user: drh
19:09
Add end-tags to the anchors in the /doc/trunk/src/makeheaders.html document. check-in: b6a4e8592d user: drh tags: trunk
19:04
Add symlink support for Unix. New settings flag "allow-symlinks" controls this (off by default). check-in: ed2ef7e9a3 user: dmitry tags: symlinks
19:00 Edit [a7b7ff3ac21e9d0a|a7b7ff3ac2]: Change branch background color to "#ffc0ff". Edit check-in comment. artifact: 1906aab3f5 user: dmitry
18:57
Create new branch named "symlinks". Mailing list thread check-in: a7b7ff3ac2 user: dmitry tags: symlinks
14:09
Add hyperlinks to the "user:" and "tags:" marks in timelines. check-in: 13165785e1 user: drh tags: trunk
11:05 Changes to wiki page "Cookbook" artifact: 377b7dcd04 user: dmitry
11:04 Changes to wiki page "Cookbook" artifact: fea41fe1a3 user: dmitry
03:58 Changes to wiki page "Cookbook" artifact: 969534e62b user: anonymous
03:36 Changes to wiki page "Cookbook" artifact: 7f5c3ceae6 user: anonymous
2011-01-27
20:51 New ticket [e8a10100e2] fossil update -v is more than just verbose. artifact: c95f824f66 user: anonymous
15:41 New ticket [49bfa1ebfa] th1 command wiki string doesn;t return result. artifact: c98ce16058 user: anonymous
13:57 Ticket [67936dc2ab] Fossil SCM as a NoSQL database instead of CouchDB status still Open with 2 other changes artifact: 8a601f5283 user: anonymous ... 1 similar event omitted.
2011-01-26
22:25 New ticket [b081e09e28] On conflict of binary files locally, fossil overwrites local changes. artifact: 5b87d84978 user: anonymous
22:19 New ticket [45fccdcd61] If 'fossil update' brings in new files already present, it overwrites them silently. artifact: e42a472aa4 user: anonymous
22:16 New ticket [fbea61caf0] fossil needs a rebuild after receiving a new baseline checkin. artifact: 54dbc3d115 user: anonymous
22:10 Ticket [115e95ac11] ssh clone failing status still Open with 1 other change artifact: 7ea1239162 user: anonymous ... 1 similar event omitted.
20:46
Ignore trailing / characters on the "name=" parameter to the dir URL. check-in: 8854d6b615 user: drh tags: trunk
20:38
Add the fossil_strdup() utility function and use it instead of strdup(). check-in: 42f6e8bed7 user: drh tags: trunk
20:34 Ticket [67936dc2ab] Fossil SCM as a NoSQL database instead of CouchDB status still Open with 4 other changes artifact: 4f14fee374 user: anonymous
20:24
Experimental after_dephantomize() enhancement checks out, so pull it into the trunk. check-in: 62d114ee12 user: drh tags: trunk
16:23
Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. Closed-Leaf check-in: 2739272921 user: drh tags: experimental
15:37
Make the definition of "leaf" on the "leaves" page more precise. check-in: 752895d916 user: drh tags: trunk
13:27 Ticket [15dfbde729] Question for FAQ: how to contribute to Fossil? status still Open with 1 other change artifact: d5b868b168 user: anonymous
13:25 Ticket [e0f68fcf21] Merge directive (i.e. patch with history) status still Open with 2 other changes artifact: e324406cd9 user: anonymous
12:09 Ticket [15dfbde729] Question for FAQ: how to contribute to Fossil? status still Open with 2 other changes artifact: 726c83792d user: anonymous
12:02
Fixed a typo in documentation (closes ticket [1f82e0e1e]) check-in: 6a5d3bb089 user: BM tags: trunk
12:02 Closed ticket [1f82e0e1ec]: Typo in www/wikitheory.wiki plus 2 other changes artifact: 285cc34531 user: BM
11:35 Ticket [e0f68fcf21] Merge directive (i.e. patch with history) status still Open with 2 other changes artifact: 00dca30e34 user: dmitry
11:17 New ticket [1f82e0e1ec] Typo in www/wikitheory.wiki. artifact: fda69e55e7 user: anonymous
08:58
fixed a typo in webui.wiki check-in: ef80fd87f3 user: BM tags: trunk
08:53 Closed ticket [e189ed5da8]: Typo in www/webui plus 1 other change artifact: 3f132d929a user: BM
04:27 New ticket [e0f68fcf21] Merge directive (i.e. patch with history). artifact: 249076f14d user: anonymous
04:16 New ticket [15dfbde729] Question for FAQ: how to contribute to Fossil?. artifact: 398f703b7d user: anonymous
04:12 Ticket [e189ed5da8] Typo in www/webui status still Open with 2 other changes artifact: 0a278f1c50 user: anonymous ... 1 similar event omitted.
2011-01-25
23:18 Fixed ticket [fbfe43e153]: shash pop will drop the stash even if it could not apply it. plus 1 other change artifact: 3a684bcce0 user: drh
23:17
For the "stash save" command, take care to avoid reverting everything if no files were stashed. Ticket [fbfe43e153ee0e1d]. check-in: 2dd7b4b500 user: drh tags: trunk
21:59 Fixed ticket [8e13d170f2]: File list UI does not show files with similar extensions plus 2 other changes artifact: c2a09b7924 user: drh
21:59
Fix the display of file and directory listings so that it works correctly even when one file in a directory is a prefix of another. Ticket [8e13d170f2d6d6e3]. check-in: 6e59eb117f user: drh tags: trunk
21:22 Ticket [8e13d170f2] File list UI does not show files with similar extensions status still Verified with 1 other change artifact: 1115c58ba7 user: anonymous
19:03
Update the built-in SQLite to the latest 3.7.5 beta. check-in: 07556099ab user: drh tags: trunk
2011-01-24
22:42 Ticket [8e13d170f2] File list UI does not show files with similar extensions status still Verified with 1 other change artifact: aa642816f8 user: anonymous ... 3 similar events omitted.
17:25 New ticket [67936dc2ab] Fossil SCM as a NoSQL database instead of CouchDB. artifact: 3f575f30d8 user: anonymous
16:52 Ticket [fbfe43e153] shash pop will drop the stash even if it could not apply it. status still Open with 1 other change artifact: 1a4feda317 user: BM ... 2 similar events omitted.
16:30 New ticket [8e13d170f2] File list UI does not show files with similar extensions. artifact: a28cefcf28 user: anonymous
2011-01-23
21:28 Closed ticket [77045cec06]: an example of a new ticket plus 1 other change artifact: 1639e2be58 user: anonymous ... 1 similar event omitted.
2011-01-22
21:29 New ticket [59b16a82fc] Allow shun from command-line interface. artifact: 9814ff6f25 user: ron
15:09 Ticket [4429a81aa8] Strange behavior when changing case of filenames on case-insensitive filesystem status still Open with 1 other change artifact: 2bfbd73f01 user: anonymous ... 2 similar events omitted.
2011-01-21
11:59 Changes to wiki page "Cookbook" artifact: b2f8faf102 user: anonymous
2011-01-20
22:34 Changes to wiki page "Cookbook" artifact: cc20975549 user: dmitry
21:19 Changes to wiki page "Cookbook" artifact: 20f2ec4b5d user: dmitry
20:59 Changes to wiki page "Cookbook" artifact: dcf0d8c22c user: anonymous
20:58 Changes to wiki page "Cookbook" artifact: bde8ce985d user: anonymous
19:02
Do not make a permanent notation of a merge using --baseline. The --baseline option is really a multi-checkin variation of --cherrypick. check-in: 94c60f3c7e user: drh tags: trunk
18:54
Add the --baseline option to the "merge" command to facilitate merging of subsections of a branch. check-in: f7b4517ca7 user: drh tags: trunk
17:49 Fixed ticket [9cb4a4d74b]: Change doctype to HTML5 plus 1 other change artifact: e0f7e50d97 user: drh
17:49
Change the DOCTYPE to html5. Ticket [9cb4a4d74b2eca66b5f]. Tested on FF, Chrome, Safari, Opera, and IE and seems to work fine. check-in: a2a5e2948b user: drh tags: trunk
14:01 Ticket [ad98e8f665] Add code editing to web interface status still Open with 1 other change artifact: c18c188941 user: dmitry
01:23 Ticket [9cb4a4d74b] Change doctype to HTML5 status still Open with 2 other changes artifact: 789d00534b user: dmitry ... 1 similar event omitted.
2011-01-19
16:28
Do not drop the accesslog table on a rebuild. If the accesslog table does not exist, do not generate and error on the User-Log report. check-in: f1efc90595 user: drh tags: trunk
16:16
Add some primitive clean-up buttons on the access log. check-in: a37abeca65 user: drh tags: trunk
15:43
Improvements to the access log. The display is still primitive. check-in: e3b3c5cfbb user: drh tags: trunk
14:19 Ticket [ad98e8f665] Add code editing to web interface status still Open with 1 other change artifact: cb8bca5c5f user: dmitry
11:51 New ticket [f509d626d6] display bug on branching graph on Timeline (web). artifact: 949e44b293 user: anonymous
02:57
Add a primitive display of the access-log history. check-in: f274222ea7 user: drh tags: trunk
02:35
Optionally record successful and failed login attempts in the ACCESSLOG table. This defaults to off. check-in: 6fdf529803 user: drh tags: trunk
02:17 Ticket [ad98e8f665] M status still Open with 2 other changes artifact: ce3b4a9860 user: drh ... 1 similar event omitted.
2011-01-18
20:47 Fixed ticket [809a961205]: "fossil update" resets mtime in _FOSSIL_'s vfile plus 1 other change artifact: 668c332e37 user: drh
20:47
Preserve timestamps across an "update" to reduce I/O on the next "status". Ticket [809a9612055340d06]. check-in: ffe1b60a36 user: drh tags: trunk
19:09
Give user "nobody" clone permission by default. This change requested on the mailing list. check-in: 479a2fe0f7 user: drh tags: trunk
19:02 Fixed ticket [0ffa37e70e]: There is currently no way to enforce 100% use of SSL plus 3 other changes artifact: abcfb1109e user: drh
19:01 Edit [ff0e506e42714e57|ff0e506e42]: Edit check-in comment. artifact: 0b3b8b2c47 user: drh
18:58 Ticket [0ffa37e70e] There is currently no way to enforce 100% use of SSL status still Open with 1 other change artifact: 8766f12e50 user: dmitry
18:58
Add --host and --https options to the http command. Ticket [0ffa37e70e885cfc]. check-in: ff0e506e42 user: drh tags: trunk
18:37 Fixed ticket [bfef8e4f89]: Stash doesn't save files without using "fossil changes" before plus 1 other change artifact: e222b17a6b user: drh
18:36
Call vfile_check_signature before creating a stash, to make sure that all changed files have been stashed. Ticket [bfef8e4f89cd4b161a584] check-in: a435ae67a9 user: drh tags: trunk
18:36 Open ticket [0ffa37e70e]: There is currently no way to enforce 100% use of SSL plus 2 other changes artifact: 94c2ce39a8 user: anonymous
18:36 Fixed ticket [769b4ed7b2]: Show number of conflicts at the end of "fossil update" plus 1 other change artifact: 0c9a063802 user: drh
18:36
Remote the number of merge conflicts on an update. Ticket [769b4ed7b23e4cb7] check-in: 0b8aed945e user: drh tags: trunk
18:29 Ticket [0ffa37e70e] There is currently no way to enforce 100% use of SSL status still Deferred with 1 other change artifact: 1ebb65da89 user: dmitry ... 2 similar events omitted.
15:48 New ticket [809a961205] "fossil update" resets mtime in _FOSSIL_'s vfile. artifact: df95adbb16 user: anonymous
15:45 New ticket [769b4ed7b2] Show number of conflicts at the end of "fossil update". artifact: a29b9d4541 user: anonymous
15:16 Deferred ticket [0ffa37e70e]: There is currently no way to enforce 100% use of SSL plus 3 other changes artifact: 319b009397 user: drh
15:04 New ticket [35ed38df8a] Ticket change history should interprete markup of comment. artifact: affc19363a user: anonymous
15:02 New ticket [f0b04e1c55] "fossil sqlite3" behaves inconsistent. artifact: aa745bed57 user: anonymous
14:43
Improved hyperlinking in the RSS feed. check-in: 66d93f33d5 user: drh tags: trunk
12:49 New ticket [0ffa37e70e] There is currently no way to enforce 100% use of SSL. artifact: 0206341431 user: anonymous
02:03 Ticket [bfef8e4f89] Stash doesn't save files without using "fossil changes" before status still Open with 1 other change artifact: 73c961d35e user: dmitry ... 5 similar events omitted.
2011-01-17
23:49 Fixed ticket [d6132e4d66]: Possibly incorrect column index for isexe in stash_add_file_or_dir plus 1 other change artifact: 190a9b20be user: drh
23:49
Fix an off-by-one error in stash_add_file_or_dir. Windows only. Ticket [d6132e4d66a7c994f9]. check-in: abdedb21da user: drh tags: trunk
23:47
Extra resilience on the automatic chroot mechanism. check-in: 13d3cad50c user: drh tags: trunk
22:45 New ticket [d6132e4d66] Possibly incorrect column index for isexe in stash_add_file_or_dir. artifact: fc8f3f942b user: anonymous
16:14
Do not build clusters on a "rebuild" command unless the --cluster command-line option is used. But do build clusters on an "import" or a "reconstruct". check-in: afc4bf41fa user: drh tags: trunk
02:39
Update to the latest prerelease version fo SQLite 3.7.5. check-in: 464775a520 user: drh tags: trunk
02:39
Fix an incorrect comment in finfo.c. No code changes. check-in: 35aed07621 user: drh tags: trunk
02:38
A better fix for the intptr_t casting problem - this one works on older compilers. Ticket [6585b6c5d9058212ceb] check-in: c1f6df703a user: drh tags: trunk
2011-01-15
01:09
Add the release-checklist.wiki document. check-in: e2e5667057 user: drh tags: trunk
2011-01-14
21:08 Fixed ticket [b5efc3a47b]: Bracket wiki links to events don't work plus 1 other change artifact: 9103ecca5a user: drh
21:07
Fix the /info URL so that it works for events. Ticket [b5efc3a47bd10f0510]. check-in: 1e801c5f64 user: drh tags: trunk
20:54
Remove some dead code from the web timeline. check-in: cbc41ff4c9 user: drh tags: trunk
18:08 Ticket [d3e3b02515] verbatim message in timeline status still Open with 1 other change artifact: c1d07fbf6b user: anonymous
17:16
Enhancements to "divider" processing in web timelines. Only show a single divider if two or more occur beside each other. Add the "nd" query parameter to suppress all dividers. check-in: c892008311 user: drh tags: trunk
17:00 Fixed ticket [6585b6c5d9]: Wrong cast in call to _open_osfhandle plus 1 other change artifact: a75c6f147e user: drh
17:00
Fix a cast on 64-bit windows. Ticket [6585b6c5d9058212ceb]. check-in: 3c62ea139a user: drh tags: trunk
16:58 Fixed ticket [a312a28952]: Adapt win/version.c to the longer timestamps plus 2 other changes artifact: 1a9723a68f user: drh
16:57
Fix the unix makefile so that the fractional seconds of the date/time stamp are omitted from MANIFEST_DATE. Fix a missing #include in win/version.c. Ticket [a312a28952056ed5ee]. check-in: d00dbfb403 user: drh tags: trunk
16:10 Closed ticket [52551a40a2]: Proposals plus 1 other change artifact: fb7077f304 user: anonymous ... 1 similar event omitted.
14:00 Add attachment popen.patch to ticket [6585b6c5d9] artifact: bda77c70c8 user: anonymous
13:59 New ticket [6585b6c5d9] Wrong cast in call to _open_osfhandle. artifact: d164ad18ab user: anonymous
13:45 Add attachment win_version.patch to ticket [a312a28952] artifact: 39e7f8c2b0 user: anonymous
13:45 New ticket [a312a28952] Adapt win/version.c to the longer timestamps. artifact: 5439d8847e user: anonymous
13:32 Ticket [d3e3b02515] verbatim message in timeline status still Open with 2 other changes artifact: fa64951488 user: BM ... 1 similar event omitted.
2011-01-13
20:23
Updates to the self-hosting page. check-in: 4ab7251fcd user: drh tags: trunk
19:55 Fixed ticket [59a156204a]: login.c register_page function declare vars in middle of block plus 1 other change artifact: acb6c614e7 user: drh
19:55 Fixed ticket [9bd235c69a]: ignore-glob does not work for addremove plus 1 other change artifact: 1b020a5548 user: drh
19:55
Fix the "addremove" command so that it honors the "ignore-glob" setting. Ticket [9bd235c69af99b3a6a] check-in: 356e877cea user: drh tags: trunk
19:45
Declare all variables before any code, in the register_page() function. Ticket [59a156204ae6419d] check-in: 372c7257da user: drh tags: trunk
19:44 Edit [6f42e76d804fcd4f|6f42e76d80]: Cancel background color. Cancel tag "release". artifact: 23a1b1a729 user: drh
12:26 New ticket [9bd235c69a] ignore-glob does not work for addremove. artifact: 147bb6b184 user: anonymous
12:07 New ticket [59a156204a] login.c register_page function declare vars in middle of block. artifact: f10a37f45a user: anonymous
09:38 Ticket [b5efc3a47b] Bracket wiki links to events don't work status still Open with 2 other changes artifact: c7dbbaf97a user: anonymous
00:54
Update the script used to build the "download.html" page so that it can accommodate longer timestamps. check-in: 4b2ab22c2a user: drh tags: trunk
00:53 Edit [6f42e76d804fcd4f|6f42e76d80]: Change background color to "#d0c0ff". Add tag "release". artifact: 3603bcb988 user: drh
00:01
Add tests for the file_simplify_name utility function. check-in: 6f42e76d80 user: drh tags: trunk
2011-01-12
16:11 Delete attachment "news,60688.html" from ticket [2ee159304e] artifact: a93f1e6785 user: drh
16:09 Closed ticket [bde9513fae]: The delta manifest has more files than modified in the checkin plus 2 other changes artifact: b5458428ec user: drh
16:04 Fixed ticket [99caf06e17]: Error moving a file to a directory with ../.. plus 1 other change artifact: 5a1f40c763 user: drh
16:04
Fix the file_simplify_name() utility function so that it works with relative pathnames. Ticket [99caf06e17bed849146] check-in: c637a8ac2d user: drh tags: trunk
15:53
Fix for an apparent minor error in allowed markup types for inline text. check-in: dddaebf605 user: lrem tags: trunk
09:35 New ticket [bde9513fae] The delta manifest has more files than modified in the checkin. artifact: 29896288f6 user: anonymous
02:24
Improvements to "help": List commands if the command for which help is requested is unknown. If the command prefix is ambiguous, show all alternatives. check-in: 1b159db282 user: drh tags: trunk
02:08
Allow --help anywhere on the command-line as an alternative way to get "help" for a command. check-in: a00888f666 user: drh tags: trunk
01:57
On the "import" command, when the "from" commit is implied, be sure to load all of the files of the implied "from" commit prior to processing the changes. check-in: b1cbae5de4 user: drh tags: trunk
2011-01-11
23:49 Delete attachment "manifest.xml" from ticket [f270321c0f] artifact: e9bd93f320 user: drh
23:47
For the "import --git" command, if a new commit omits the "from" field, then make it a child of the previous commit if the two are on the same branch. check-in: 25201dd86f user: drh tags: trunk
14:14 Add attachment manifest.xml to ticket [f270321c0f] artifact: 0f5b4e70fc user: anonymous
13:10 Ticket [99caf06e17] Error moving a file to a directory with ../.. status still Open with 1 other change artifact: 6fc9c1dfb4 user: anonymous
13:08 Add attachment file_isdir.patch to ticket [99caf06e17] artifact: 83de5ac866 user: anonymous
13:02 Add attachment news,60688.html to ticket [2ee159304e] artifact: 8c9a623673 user: anonymous
09:44 New ticket [e0ef6390ff] Bug in blob_seek. artifact: 516057088a user: anonymous
2011-01-10
13:15 Fixed ticket [3f49649840]: apparent make race condition, with tentative patch plus 2 other changes artifact: c76de6aa62 user: anonymous ... 1 similar event omitted.
08:20 Ticket [2ee159304e] Error in timeline (armv5tel-linux) showing events status still Open with 1 other change artifact: 7e851ce73b user: anonymous
2011-01-07
18:10 Edit [f7cff4ad13d06ec0|f7cff4ad13]: Edit check-in comment. artifact: fe4db97cd9 user: bharder
17:17
Make phantom records a warning, not a fatal error, when trying to checkout or examine a check-in. check-in: f7cff4ad13 user: drh tags: trunk
17:08
Do not complain about unfinalized SQL statements when exiting on a fatal error. Fix comments and indentation on the vfile_verify_not_phantom() function. check-in: c2f5dbe655 user: drh tags: trunk
16:20
Merge the experimental export speed enhancement into trunk. check-in: 7aaa2aa417 user: drh tags: trunk
16:20
Record fractional seconds for artifact times. check-in: 722d7cac97 user: drh tags: trunk
06:54 Changes to wiki page "Cookbook" artifact: a354ad323c user: ron
2011-01-06
22:01 Ticket [2857ab0995] Introduce commandline switches to avoid user input status still Open with 1 other change artifact: 5da52cb734 user: anonymous
21:34 Ticket [99caf06e17] Error moving a file to a directory with ../.. status still Open with 2 other changes artifact: a9a4256f80 user: anonymous
02:48 Ticket [923872a184] Ability to search tickets on website status still Open with 2 other changes artifact: e19fb483c7 user: anonymous
2011-01-05
21:55 Ticket [2857ab0995] Introduce commandline switches to avoid user input status still Open with 2 other changes artifact: cc99da2c8d user: anonymous
18:55
Experimental change to try to make "export" run faster for massive repositories. Closed-Leaf check-in: c9a903c2bc user: drh tags: experimental
18:41 Fixed ticket [f270321c0f]: Recursively adding directories should respect ignore-glob plus 1 other change artifact: 34402319b5 user: drh
18:41
Add the --ignore option to the "add" command and have "add" honor the "ignore-glob" setting. Ticket [f270321c0f74b354f05] check-in: be3d2154da user: drh tags: trunk
17:17 New ticket [f270321c0f] Recursively adding directories should respect ignore-glob. artifact: 8292264568 user: anonymous
13:36
Provide a much larger palette of predefind background colors on the Checkin-Edit screen. check-in: ddf5f36765 user: drh tags: trunk
11:36 Open ticket [74413366fe]: Bad behaviour merging with renames plus 1 other change artifact: 1cb3ce5447 user: anonymous
00:04 Edit [4b9951309225848f|4b99513092]: Change background color to "#bde5d6". artifact: 770a24de21 user: drh
00:03
Purge all instances of strcasecmp() and stricmp() from the code. Use fossil_stricmp() instead. check-in: 3789c44bb5 user: drh tags: trunk
2011-01-04
23:15
corrected dmc makefile generate and added define strcasecmp=stricmp for dmc check-in: f22ed9bfb1 user: wolfgang tags: trunk
20:32 Closed ticket [986b31211c]: fossil reports changes when there are none plus 2 other changes artifact: 41ee18249f user: rwilson ... 1 similar event omitted.
18:05
Merge the self-registration changes into the trunk. check-in: 9039a6abed user: drh tags: trunk
17:50 Fixed ticket [a4295406dd]: Problem in checkin (evident on cygwin) plus 1 other change artifact: c38ef79da0 user: drh
17:50
Fix the setting of the "x" property for files in a delta-manifest on unix. Ticket [a4295406dde4682facd619]. check-in: 9e6f20bdf9 user: drh tags: trunk
17:13
Implemented all suggested changes to the self-register related code. Closed-Leaf check-in: 13deb4321b user: lrem tags: self-register
16:12 Ticket [a4295406dd] Problem in checkin (evident on cygwin) status still Open with 1 other change artifact: d5c36be969 user: anonymous ... 1 similar event omitted.
15:51 Add attachment against_massive_append.patch to ticket [a4295406dd] artifact: 9a61cbd23c user: anonymous
15:50 New ticket [a4295406dd] Problem in checkin (evident on cygwin). artifact: 469777b203 user: anonymous
15:00 New ticket [e6dbb46ce0] md5sum of ZIP archives from fixed checkins changes along time. artifact: f6294ae39b user: anonymous
14:40 Ticket [74413366fe] Bad behaviour merging with renames status still Fixed with 1 other change artifact: de378f3c3e user: anonymous ... 1 similar event omitted.
14:12
Fix the merge command so that file renames are only considered if they are on the shortest path between the pivot and the checkins being merged. Ticket [74413366fe5067b3d]. check-in: ff2a87103b user: drh tags: trunk
14:00 Fixed ticket [c9d454153e]: Bad find_filename_changes plus 1 other change artifact: b2b34c34e9 user: drh
13:59
Fix the file name change detection logic so that it works the same in either direction on the DAG. Ticket [c9d454153eea969] check-in: 4476697523 user: drh tags: trunk
11:04 Ticket [74413366fe] Bad behaviour merging with renames status still Open with 1 other change artifact: 678e6f49a3 user: anonymous
10:42 Add attachment filename_changes_checkins.patch to ticket [c9d454153e] artifact: 5c21097389 user: anonymous
10:41 New ticket [c9d454153e] Bad find_filename_changes. artifact: d9b946d42c user: anonymous
09:53 Ticket [74413366fe] Bad behaviour merging with renames status still Open with 1 other change artifact: a0dafe1c57 user: anonymous ... 1 similar event omitted.
09:19 Add attachment filename_changes.patch to ticket [74413366fe] artifact: dae1af3238 user: anonymous
09:18 New ticket [74413366fe] Bad behaviour merging with renames. artifact: 65a9c731d0 user: anonymous
2011-01-03
23:30 Fixed ticket [6883bdd1ef]: fossil pull shows always 0 bytes received plus 1 other change artifact: 85ee53b59a user: drh ... 1 similar event omitted.
22:23
Fix the fossil_print() interface to use the internal printf() implementation (which we control) rather than the system printf() since might vary from one platform to the next. Ticket [6883bdd1eff926009c] check-in: d394120c42 user: drh tags: trunk
22:11 Ticket [6883bdd1ef] fossil pull shows always 0 bytes received status still Open with 1 other change artifact: 9a971a3f12 user: drh ... 1 similar event omitted.
19:47
fix dmc makefile: resource dependency missing check-in: 4b99513092 user: wolfgang tags: trunk
16:17
fix the cross compile makefile check-in: 91dce8b124 user: ron tags: trunk
15:46
Fix the makefile on unix so that it works with "make -j2". check-in: 7ad1f18b46 user: drh tags: trunk
12:17
Fix another NULL pointer deref associated with delta manifests. check-in: 315048eef6 user: drh tags: trunk
12:15
Avoid a NULL pointer deref in vfile_build() when a delta manifest contains a deleted file. check-in: a35e8c0db1 user: drh tags: trunk
00:35 New ticket [986b31211c] fossil reports changes when there are none. artifact: 3bb05b4ef2 user: rwilson
2011-01-02
18:48 Ticket [6883bdd1ef] fossil pull shows always 0 bytes received status still Open with 1 other change artifact: bae5b0f917 user: anonymous ... 2 similar events omitted.
07:37
added Makefile.mingw32cross for Linux cross-compile to Windows check-in: c67c61b694 user: ron tags: trunk
2011-01-01
13:02 Edit [79b7902cdd1a621b|79b7902cdd]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". artifact: 3c7d28ddb5 user: drh
03:06
Updates to header-comment documentation for the mkindex utility program. Fix a compiler warning on windows builds. check-in: 79b7902cdd user: drh tags: trunk, release
00:15
Add the /test-all-help webpage used for testing. check-in: 26e269fef3 user: drh tags: trunk
2010-12-31
21:12
Documentation updates. check-in: 5fb963ab61 user: drh tags: trunk
07:12 Open ticket [5c1490e26b]: The ticket comments appear with the time always on UTC plus 2 other changes artifact: b04f20d5a8 user: anonymous
03:23
Do not show merge links to phantoms in the graph. check-in: 8a1e384b33 user: drh tags: trunk
00:39 New ticket [2857ab0995] Introduce commandline switches to avoid user input. artifact: 2db3dbef6b user: anonymous
2010-12-30
21:26
Improvements to the merge-out arrows on the graph. It is now more likely to draw the merge arrow up out of a leaf node. check-in: 4614dadbcb user: drh tags: trunk
21:03
Further minor tweaks to the graph drawing javascript. New graph test cases added. check-in: ddc3d3d19c user: drh tags: trunk
20:37
Clean up to the graph generator. Add comments describing variables in the javascript. Omit merge descenders if parent descenders are omitted. Add a test page of URL links. check-in: 94979bc7e3 user: drh tags: trunk
17:19 Fixed ticket [e436a483c5]: "200 Entries" in branch timeline page forgets branch plus 1 other change artifact: a41c9bc91d user: drh
17:18
Fix the "200 Entries" submenu hyperlink for branch-view timelines. Ticket [e436a483c5b08a1aec] check-in: 6b9a593294 user: drh tags: trunk
16:48
Fix an out-of-order local variable declaration in vfile.c. check-in: 1a6a154a4e user: drh tags: trunk
16:46
Add a new #include to report.c that is needed by DMC/PellesC compilers. check-in: f5acf22b24 user: drh tags: trunk
14:42 Fixed ticket [5c1490e26b]: The ticket comments appear with the time always on UTC plus 1 other change artifact: f136ff74f1 user: drh
14:41
Add a -local option to the "date" TH1 command. This allows a custom ticket-edit script to use localtime instead of UTC for the date stamp for when a comment is added. Also modify the default ticket-edit script to show UTC after the date stamp, to avoid ambiguity. Ticket [5c1490e26b8b2f8]. check-in: e07625279c user: drh tags: trunk
14:03
Add documentation on how the build process works. check-in: c429b52465 user: drh tags: trunk
13:28 Ticket [5c1490e26b] The ticket comments appear with the time always on UTC status still Open with 2 other changes artifact: 16041cfe56 user: anonymous ... 1 similar event omitted.
13:17 Add attachment datetolocal.patch to ticket [5c1490e26b] artifact: 7da1b30fa8 user: anonymous
11:53 Ticket [5c1490e26b] The ticket comments appear with the time always on UTC status still Open with 1 other change artifact: a2a2367478 user: anonymous
11:51 Add attachment aa to ticket [5c1490e26b] artifact: d0420b7025 user: anonymous
10:00 Ticket [bf4f5725f6] Tickets: cannot display in local time status still Fixed with 1 other change artifact: 9daba18d33 user: anonymous
02:15
make correction on image/png magic for mimetype detection check-in: ff53d5ab3e user: bch tags: trunk
01:29
follow-up to [e22fca9640|Hex adjustment checkin]; an image -is- a binary file already - no need to display a "Hex" link for it explicitly (already done). check-in: fab89453c5 user: bch tags: trunk
2010-12-29
20:20 Fixed ticket [bf4f5725f6]: Tickets: cannot display in local time plus 1 other change artifact: c129a02c98 user: drh
20:20
Allow the "localtime" modifier on date/time functions within ticket report SQL statements. Ticket [bf4f5725f6c90fc2] check-in: 8c3bba8e97 user: drh tags: trunk
17:03 New ticket [e436a483c5] "200 Entries" in branch timeline page forgets branch. artifact: f748716ad2 user: anonymous
10:44 Ticket [bf4f5725f6] Tickets: cannot display in local time status still Open with 1 other change artifact: eb5267c934 user: anonymous ... 2 similar events omitted.
2010-12-28
18:30 Ticket [303b8b1182] Very slow checkin on large repository status still Open with 1 other change artifact: 6ce602794b user: anonymous
18:20 Ticket [bf4f5725f6] Tickets: cannot display in local time status still Open with 1 other change artifact: 0dca853b04 user: anonymous ... 1 similar event omitted.
10:25 Ticket [bb4e02048d] Tickets: make the (html & th1) template for ticket reports editable status still Open with 1 other change artifact: 31695c5bdd user: anonymous ... 1 similar event omitted.
07:55 New ticket [61bc76ae03] fossil update undoes moves. artifact: 828e1725d0 user: anonymous
07:18 Ticket [bb4e02048d] Tickets: make the (html & th1) template for ticket reports editable status still Open with 1 other change artifact: 853d2c835e user: anonymous
2010-12-27
21:40
Add the test-clusters command to verify that all artifacts are reachable through cluster chains. Fix the cluster creator so that it does not create gaps if the number of unclustered entries exceeds 800. check-in: 64a9c81a22 user: drh tags: trunk
14:36 Ticket [99caf06e17] Error moving a file to a directory status still Open with 1 other change artifact: 3f7a234cd8 user: anonymous
13:30 New ticket [9f0120fb73] Unexpected result moving directories with "fossil mv". artifact: 5832844e61 user: anonymous
13:15 Ticket [bf4f5725f6] Tickets: cannot display in local time status still Open with 2 other changes artifact: 84c0bd926c user: anonymous
13:13 Ticket [0fd3c7d243] wiki inserts P tags in tables status still Open with 1 other change artifact: 0667c8792d user: anonymous ... 1 similar event omitted.
06:15
Spelling fixes, minor editorial check-in: 6b5c797cc3 user: bharder tags: trunk
02:48 New ticket [0dddfe5d22] incremental update of git export. artifact: 8b2479eb2d user: anonymous
2010-12-26
15:42
Continuing work on the tech_overview document. Still far from complete. This is merely an incremental check-in. check-in: dabc1105ba user: drh tags: trunk
14:49
Add an fconfigure to disable the automatic NL to CR/NL translation that occurs in makemake.tcl on windows systems. check-in: af6810c589 user: drh tags: trunk
14:15
corrected dmc makefile generate, resource compile failed check-in: 518978f13a user: wolfgang tags: trunk
13:22
Change the "setting" command so that it works for global settings even if it is run outside of a check-out and with no repository specified using -R. check-in: 3d59229789 user: drh tags: trunk
00:43
Update the quick-start guide documentation to provide hyperlinks to the command-line help in the web interface. Add the beginning of a technical overview article, but as that article is still incomplete, do not hyperlink to it. check-in: 0e1447a6ea user: drh tags: trunk
00:40
Fix the mkindex program so that it ignores lines beginning with COMMAND: when assembling help text. check-in: de4c07ca52 user: drh tags: trunk
2010-12-25
23:58
All the help URL to have its command specified as a path extension in addition to the "cmd" query parameter. check-in: ae76c7879b user: drh tags: trunk
23:55
Improvements to the "help" webpage. check-in: 01b3c9c1a8 user: drh tags: trunk
13:54 New ticket [a284192609] I wish there is a 'Vote feature' for tickets. artifact: ed543d94e2 user: anonymous
11:45
Add the "quotes" document to the permuted index. check-in: 8bdd09e409 user: drh tags: trunk
2010-12-24
23:55 Ticket [115e95ac11] ssh clone failing status still Open with 1 other change artifact: 9a1118ccc0 user: anonymous
23:45 Closed ticket [d7c0de3c2b]: add support of ssh:// protocol plus 2 other changes artifact: b221286f42 user: anonymous
00:50
Tweaks to the mingw makefile as suggested by Ross on the mailing list. check-in: a300bee164 user: drh tags: trunk
00:27
When adding a new artifact from a delta, read the delta header in order to insert the correct size into the blob table. check-in: 25e80d2e6e user: drh tags: trunk
2010-12-23
22:12
Documentation update: Back out the claim that Git uses multiple DAGs because I now believe that claim is incorrect. check-in: 24c33b00f2 user: drh tags: trunk
21:54
On the test-integrity command, make a blob size mismatch a warning, not a fatal error. check-in: 88f2715f36 user: drh tags: trunk
18:37 Fixed ticket [fa403b6a12]: Makefile for native MinGW plus 2 other changes artifact: dfa2ca9067 user: drh
18:26
Add a progress indicator for test-integrity. check-in: 4ba6a2c96f user: drh tags: trunk
18:18
Add the test-integrity command for verifying repository integrity. Also add an "all" version of this command. check-in: d56734549a user: drh tags: trunk
18:00
Fix a possible buffer overrun in the delta_apply() routine if handed an invalid delta. check-in: 174d61b90a user: drh tags: trunk
17:53
Fix a (harmless) buffer size miscalculation in the decompression logic. check-in: 52aa366c18 user: drh tags: trunk
17:14
Rework the makemake.tcl makefile generator script so that it generates makefiles for all windows compilers all in one go. Add an output for mingw. Ticket [fa403b6a123659d885e3] check-in: 723f8c200f user: drh tags: trunk
15:04
Modify makeheaders so that it ignores the ":" character if it is the second character in a command-line argument, thus allowing drive-specifiers on windows filenames. This is related to, but is not a fix for ticket [fa403b6a123659d885e3]. check-in: bb7a5a1c4e user: drh tags: trunk
14:17
Another favorable quote about fossil for the collection. check-in: b43740b1f1 user: drh tags: trunk
14:05
Add new "quotes" to the documentation collection. check-in: 6a9fe32e4a user: drh tags: trunk
13:00 Ticket [fa403b6a12] Makefile for native MinGW status still Open with 2 other changes artifact: 397fb6a512 user: anonymous
10:57 Add attachment Makefile.MinGW to ticket [fa403b6a12] artifact: 82e73a58c5 user: anonymous
10:56 Add attachment makemake.patch to ticket [fa403b6a12] artifact: 4571be53f0 user: anonymous
10:55 New ticket [fa403b6a12] Makefile for native MinGW. artifact: 4275b3a1f3 user: anonymous
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. check-in: 31c52c7b3e user: drh tags: trunk
2010-12-22
23:57
First cut at code to allow anonymous users to self-register. check-in: fedf27e483 user: drh tags: self-register
23:43
Fix to the previous check-in so that it does not prompt the user to confirm overwrite if the file does not exist in the first place. check-in: 5f23fbad37 user: drh tags: trunk
22:33
Do not overwrite files on disk, and especially do not prompt the user for permission to overwrite, if there would ultimately be no change in the file content. check-in: aa9ea7961a user: drh tags: trunk
18:10
A change in the size of a file shows definitively that the file has been modified. So if the file size has changed, there is no need to do a full SHA1 hash of the file to verify that it has changed. check-in: e9ffc4cdfb user: drh tags: trunk
16:06
Documentation updates. check-in: c1c18b7224 user: drh tags: trunk
14:25
Draw inbound merge arrows on the graph even if the merge parent is off-screen. check-in: e685fc0b85 user: drh tags: trunk
10:00 New ticket [bf4f5725f6] Tickets: cannot display in local time. artifact: 6b8e355d94 user: anonymous
01:32 Fixed ticket [4f43f7ff92]: test errors plus 1 other change artifact: 353e681620 user: drh
01:32
Fix up all of the test scripts so that the test results match the latest fossil output. Ticket [4f43f7ff92ae02ae3] check-in: 1092a1df55 user: drh tags: trunk
2010-12-21
22:11 Ticket [4f43f7ff92] test errors status still Verified with 1 other change artifact: a8e0a3e86d user: anonymous
21:32
Merge into trunk from experimental the lookaside hit and miss stats associated with the --sqltrace option. check-in: b41d0f6120 user: drh tags: trunk
20:35
Back out check-in [34341a10b45c9ff1] which was incorrect. That check-in was causing incorrect results to display on the diff of an uncommitted merge. Ticket [47d4e76139fd63f2a] is still open. check-in: 1bea7f6959 user: drh tags: trunk
20:14 Verified ticket [4f43f7ff92]: test errors plus 2 other changes artifact: 19c8c117f0 user: anonymous ... 1 similar event omitted.
17:17 Closed ticket [0d18db83e1]: You heve to log in to view tickets plus 2 other changes artifact: dfed9f1eb6 user: anonymous
16:30
Corrected help message for the stash command check-in: fbddb08908 user: BM tags: trunk
16:29 Ticket [303b8b1182] Very slow checkin on large repository status still Open with 2 other changes artifact: be59b7afc4 user: anonymous
16:26 Fixed ticket [f64f9b57eb]: warnings introduced in db.c since checkin [2f58d48cab] plus 2 other changes artifact: 7a47aef615 user: anonymous
16:26
Bug fix for large syncs involving delta-manifests. check-in: 8837795f53 user: drh tags: trunk
16:25 Fixed ticket [269a50335c]: warnings introduced in main.c since checkin [9cfc5cc672] artifact: a7d8eb7bc7 user: anonymous ... 1 similar event omitted.
15:28
Change the --httptrace option to store both the request and the reply in separate text files. Nothing is sent to stderr any more. check-in: abe892304a user: drh tags: trunk
14:16 New ticket [5bf7ca88f6] Diagram of unresolved vs solved Tickets. artifact: 3c7233d65c user: anonymous
14:13 Fixed ticket [6a70408ccb]: Typo on Access Control Settings page plus 1 other change artifact: fcd8e1b25b user: drh
14:13
Fix a typo in the "setup_access" screen. Ticket [6a70408ccb230a20856117] check-in: 13920cd0f4 user: drh tags: trunk
14:04 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 85432aebbb user: anonymous
13:56
Updates to the download page generator script. check-in: 09fc7be1f0 user: drh tags: trunk
13:52 Closed ticket [5199df97bc]: Alternative to reconstruct for large imports plus 1 other change artifact: 9a14dd4247 user: anonymous
13:34 Fixed ticket [950d0186f8]: Leftover dSYM directories plus 1 other change artifact: cb665877dd user: drh
12:24
Fix the "make clean" to recursively remove subdirectories in the OBJDIR directory. Ticket [950d0186f84f38d2] check-in: 1710ccf931 user: drh tags: trunk
04:51 New ticket [86985f8258] Add a 'forum' or 'discussion list' capability to fossil. artifact: 0e55956b2a user: ron
02:07 New ticket [950d0186f8] Leftover dSYM directories. artifact: babc3fc00a user: anonymous
2010-12-20
22:00
Reduce the default maximum download limit from 20M to 5M since the smaller size seems to work much better with the latest clone refinements. check-in: d16ccde510 user: drh tags: trunk
17:29
Fix an off-by-one error in the delta generator. check-in: d7dfb5ae42 user: drh tags: trunk
17:23 Edit [01c83bfbbfc5700a|01c83bfbbf]: Move to branch Mistake. Change background color to "#ffc0d0". Mark "Closed". Edit check-in comment. artifact: 42e170fbfe user: drh
16:57
Additional lookaside buffer measurements associated with an experimental version of SQLite, enabled only when --sqltrace is used. Closed-Leaf check-in: 9688ec1d00 user: drh tags: experimental
14:52
Update the --sqltrace debugging option so that it outputs memory usage statistics within SQL comments. check-in: cb745cc789 user: drh tags: trunk
14:45 New ticket [4a4c10dcd8] Tickets: add pagination to the reports. artifact: 5b4c8fa9d1 user: anonymous
14:39 Ticket [bb4e02048d] Tickets: make the (html & th1) template for ticket reports editable status still Open with 2 other changes artifact: 57bf5ae2a4 user: anonymous ... 1 similar event omitted.
13:58 Ticket [3bcacd36ff] Show ticket history on ticket edit page status still Open with 2 other changes artifact: 2f34f9879f user: anonymous
13:15
Update the unix Makefile to shift all build products other than the file executable into the OBJDIR folder. check-in: e084092a07 user: drh tags: trunk
12:49 Fixed ticket [0bc90d7235]: fossil clean and ignore-glob plus 1 other change artifact: a23e84a14e user: drh
12:49
Get the --ignore option and ignore-glob setting working for the "clean" command. Ticket [0bc90d7235404d16]. check-in: f12a6962a7 user: drh tags: trunk
08:31 Ticket [0bc90d7235] fossil clean and ignore-glob status still Open with 1 other change artifact: 31fd5a6071 user: anonymous
02:14
For clone and sync, report the correct network traffic totals even if those totals exceed 2 GiB. check-in: a9e05e23e9 user: drh tags: trunk
02:02
Abort a clone and delete the new repository if the server for the clone returns an error during the sync. check-in: f6263ed6ce user: drh tags: trunk
01:06
Improvements to the graph layout algorithm yielding a more compact graph in many cases. check-in: ea61f4aa55 user: drh tags: trunk
2010-12-19
21:08
When an ambiguous command prefix is entered, report all possible matches as part of the error message. check-in: 5ae54b39fd user: drh tags: trunk
20:59
Added a permuted documentation index. check-in: 169a10dd5e user: drh tags: trunk
02:09
Clear compiler warnings on OpenBSD. No functional code changes. check-in: bbbb35a3c6 user: drh tags: trunk
2010-12-18
23:59 Fixed ticket [536c339907]: git fast-import fails to import the fossil export result for mongrel2 repo plus 1 other change artifact: 308140952b user: drh
23:59
For the git-fast-export interchange format, make sure labels for blobs and labels for check-ins do not collide since git cannot deal with that. Ticket [536c3399075d06] check-in: d45502b066 user: drh tags: trunk
22:59 Ticket [536c339907] git fast-import fails to import the fossil export result for mongrel2 repo status still Open with 2 other changes artifact: 5605be19e7 user: anonymous ... 1 similar event omitted.
22:25
Get the "stash save" command working for the case when a directory is specified as an argument. check-in: fc6aea52ba user: drh tags: trunk
21:26
Bring the "stash" enhancement into the trunk. check-in: 12a2a5eaf2 user: drh tags: trunk
21:22
Add the "stash diff" and "stash gdiff" commands. Closed-Leaf check-in: 987e0ff78d user: drh tags: experimental
20:54
Fix a couple of out-of-order variable declarations. check-in: 4a8b4210f7 user: drh tags: experimental
20:39
Many bug fixes while testing stash: Fix "revert" so that it updates the file status correctly. Fix several cases of "//" being used as a file separator instead of just "/". Fix undo on stash apply. Make "stash drop" undoable. Update documentation for undo and stash. check-in: 8a6aa0a13f user: drh tags: experimental
18:56
The "stash" functionality is now in place. Need to test more prior to merging into trunk. check-in: 22aa74dcdf user: drh tags: experimental
18:35 New ticket [b145e5eecd] Template repositories. artifact: ad18810708 user: anonymous
17:24
Begin adding code to implement the "stash" command. The code compiles and runs but is currently incomplete. This is an incremental check-in to preserve state. (Ironically, if "stash" were working, I'd have probably just done a "stash snapshot" to capture this state, rather than an experimental branch.) check-in: b3dadcc4a6 user: drh tags: experimental
14:18
Simplifications to the implementation of undo/redo. Add the --explain option to undo/redo that shows what would be undone or redone without actually doing anything. check-in: 30981b64a4 user: drh tags: trunk
01:46
Fix the tag propagator so that when a non-propagating tag overrides a propagating tag, the propagation is undo. Ticket [fcadf658ed282b3a2] check-in: 6007b2075c user: drh tags: trunk
01:38
Fix the check-in editor so that it does not try to change the date on every edit of the check-in, but only on edits that actually change the date. check-in: b230721eb8 user: drh tags: trunk
2010-12-17
22:11 Ticket [fcadf658ed] Checkin ui edit "propagate color to descendants" problem status still Fixed with 2 other changes artifact: bb9b368751 user: anonymous
21:10 Ticket [b14f878819] Line ending changes cause fossil to not detect differences for commit status still Open with 1 other change artifact: 99f3b3fa00 user: anonymous
21:06 New ticket [504f565c1e] Adding an attachment does not update the Last Modified ticket time. artifact: e46abce546 user: anonymous
21:06 Fixed ticket [fcadf658ed]: Checkin ui edit "propagate color to descendants" problem plus 1 other change artifact: 6ec2cf7782 user: drh
21:06
In the check-in property editor, change the bgcolor tag even if the only change is to toggle color propagation on or off. Ticket [fcadf658ed282b3a2]. check-in: 2080d52168 user: drh tags: trunk
21:05 New ticket [b621a3f6c1] Adding an attachment with description ends up not showing the description. artifact: be46f7b9a1 user: anonymous
19:18 Add attachment ci_edit-propagate.patch to ticket [fcadf658ed] artifact: d70103fb71 user: anonymous
12:41
When "fossil set editor" is unset and when there is no EDITOR or VISUAL environment variable set, then gather the check-in comment from standard input (with appropriate prompting) rather than trying to run "ed" or "notepad". check-in: aa929c4d1e user: drh tags: trunk
12:13
Issue a warning to the user before using "ed" or "notepad" if no default text editor is set. check-in: 115d90d8b0 user: drh tags: trunk
12:03
Remember which database was opened first (as the "main" database) in the g.zMainDbType global variable. check-in: 99f52f3806 user: drh tags: trunk
2010-12-16
15:03
Tweaks to the merge conflict notation. check-in: bf919337bb user: drh tags: trunk
14:46
Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. check-in: daeb10f65f user: drh tags: trunk
11:25 Ticket [1e8b4d2ef3] No manifest.uuid in downloaded zip file status still Closed with 1 other change artifact: 03e363be7e user: eric ... 2 similar events omitted.
2010-12-15
18:16 Ticket [b14f878819] Line ending changes cause fossil to not detect differences for commit status still Open with 1 other change artifact: d8d19ba769 user: venks ... 3 similar events omitted.
02:42
Fix an uninitialized variable in update. check-in: e3313965d3 user: drh tags: trunk
02:19
Make three new TH1 variables available the footer on /doc pages: $doc_name, $doc_version, and $doc_date. check-in: 1b0e6c0fbb user: drh tags: trunk
01:49
Report the number of conflicts at the end of a merge or update and offer a hint to the user about the "fossil undo" command. check-in: 070ce24d83 user: drh tags: trunk
01:36
Change the merge conflict marks to identify which part is original content and which part is the content merged in. check-in: 76ae862ec9 user: drh tags: trunk
2010-12-14
15:44
Simplifications to the merge and update logic. Fix update so that it correctly carries file edits across name changes. check-in: fd8698c8e0 user: drh tags: trunk
14:54 Ticket [10eca88793] Wanting to create Package for Arch Linux status still Open with 2 other changes artifact: d0da9a961a user: anonymous
10:35 Ticket [e6b127d7a7] Events cannot have attachments, and wiki pages can status still Open with 3 other changes artifact: 246b0d26c7 user: anonymous
00:36
Merge in the experimental clone speed enhancement. check-in: 3543ed62bb user: drh tags: trunk
00:31 Fixed ticket [33d2bf3988]: "fossil update" should get current branch if multiple descendants plus 1 other change artifact: 3a85fe76b6 user: drh
00:30
When doing a "fossil update" if there are multiple descendents but only one descendent in the same branch as current, then go to that one descendent without complaining. Ticket [33d2bf39889352f2f] check-in: 4beacb6dc4 user: drh tags: trunk
00:15 Fixed ticket [a470443b64]: Option to suppress hex dump on artifact page plus 1 other change artifact: be69d7345d user: drh
00:15
Do not show a hex dump by default when viewing a binary artifact. Instead, just say that the artifact contains binary data and give a "Hex" submenu to view the hex if that is what the user wants. Ticket [a470443b64412d2856]. check-in: dbb02ff1f9 user: drh tags: trunk
00:06
Another bug fix associating with merges of branches which contain file name changes. check-in: 4c95b7b950 user: drh tags: trunk
2010-12-13
23:50
Fix to the fix to the mtime race condition that was supposed to be fixed by the prior check-in. check-in: fa5302c28d user: drh tags: trunk
23:27 New ticket [10eca88793] Wanting to create Package for Arch Linux. artifact: 04fc68806a user: anonymous
23:07 Add attachment suppress-hex.patch to ticket [a470443b64] artifact: 9eb7893379 user: anonymous
23:04
Fix a long-standing mtime race condition that can cause problems if a "merge" takes places within the same second as an "update". check-in: af365579e7 user: drh tags: trunk
23:03 New ticket [a470443b64] Option to suppress hex dump on artifact page. artifact: b01827dd89 user: anonymous
21:35 Ticket [b6579b1ec1] Update with a merge fails on unicode files status still Open with 1 other change artifact: f2912c95cc user: anonymous
20:17
Get "fossil undo" working on merges that involve name changes. check-in: 5d42fe9fee user: drh tags: trunk
20:12
Futher enhancements to merge: Correct merging happens even on files whose names have changed since the pivot. check-in: c52927c76d user: drh tags: trunk
17:07 New ticket [33d2bf3988] "fossil update" should get current branch if multiple descendants. artifact: 3dd7622719 user: ron
15:45
Add logic for computing the closure of file name changes across a sequence of checkins. check-in: 28aa0e3670 user: drh tags: trunk
14:31
Add the (unsupported) test-shortest-path command for finding the shortest path between two checkins in the DAG. check-in: c49ee72b09 user: drh tags: trunk
13:21
Take into account local (uncommitted) changes when doing a merge. check-in: 7ec43ccb7a user: drh tags: trunk
00:00
A few more merge test cases added. check-in: 3f490bcbcf user: drh tags: trunk
2010-12-12
23:44 Edit [34341a10b45c9ff1|34341a10b4]: Edit check-in comment. Timestamp 2010-12-10 18:57:50. artifact: ebb062fd9a user: drh
18:14 New ticket [d22946aa0c] Adding files with non-English file names is not cross-platform. artifact: 7b1ce666a7 user: anonymous
2010-12-11
20:08
When merging in a change where a file was deleted in the change, actually remove the file from the working checkout. Update the test cases to verify this is what happens. check-in: 70744b76e6 user: drh tags: trunk
16:36
Add the --tag option to the "commit" command. Add new test cases that make use of the --tag option. Improvements to the testing infrastructure. check-in: 9d723c57ea user: drh tags: trunk
14:53 Ticket [4ee4aa5a30] import does not work with file- or directorynames containing whitespace status still Fixed with 1 other change artifact: 9b24ea7503 user: drh ... 1 similar event omitted.
00:28
Update the git fast-export importer so that it is able to handle filenames with spaces - or at least to the extent that the fast-export format is able to deal with such filename. Ticket [4ee4aa5a30733a] check-in: 35aa6f8188 user: drh tags: trunk
2010-12-10
22:02
Create a single subroutine that determines whether a file is a "reserved" file used by Fossil itself, or is potentially a valid repository file. This processing used to be duplicated at each place where it was needed. check-in: 56d69dbd85 user: drh tags: trunk
20:10 Ticket [4ee4aa5a30] import does not work with file- or directorynames containing whitespace status still Open with 2 other changes artifact: b57baea2f9 user: anonymous ... 1 similar event omitted.
19:28
Do not show the "manifest" and "manifest.uuid" files as "extra" files if they are generated by Fossil. check-in: 26590b8841 user: drh tags: trunk
18:57
Take care not to show null-diffs with the "diff" command when the checkout contains the results of a merge. Ticket [47d4e76139fd63] check-in: 34341a10b4 user: drh tags: trunk
17:24 Ticket [47d4e76139] tree checksum does not match manifest after commit status still Open with 1 other change artifact: 1897b94039 user: anonymous ... 4 similar events omitted.
15:25
Fix typo in an error message. check-in: 20b04536d0 user: drh tags: trunk
15:08 New ticket [47d4e76139] tree checksum does not match manifest after commit. artifact: 001e3e3a0b user: anonymous
2010-12-09
21:35 Ticket [67176c3aa4] Changes silently lost merging with renames status still Open with 1 other change artifact: 234e7a808b user: anonymous ... 2 similar events omitted.
20:48 Fixed ticket [e8a6bfa54e]: Minor spelling mistake in online help for fossil import plus 1 other change artifact: ad17a691dd user: drh
20:48
Fix a typo in the help text for "fossil import". Ticket [e8a6bfa54e0c3] check-in: 973a6b1ee8 user: drh tags: trunk
20:04 New ticket [e8a6bfa54e] Minor spelling mistake in online help for fossil import. artifact: 213156ae3c user: anonymous
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. Closed-Leaf check-in: 8bb8be26ca user: drh tags: experimental
14:47 New ticket [e6b127d7a7] Events cannot have attachments, and wiki pages can. artifact: 7e453e409c user: anonymous
14:43 New ticket [b5efc3a47b] Bracket wiki links to events don't work. artifact: 308295406d user: anonymous
13:56
Use the built-in SQLite caseless string comparison functions instead of the C-library strcasecmp(). Accept mime-type application/x-fossil-uncompressed and avoid decompression when seen. check-in: 0b6c414c6f user: drh tags: trunk
12:09 New ticket [ad169d2c50] assign-to ticket field. artifact: 0cfd787934 user: anonymous
2010-12-08
21:00
Add the --sha1sum option to the "status" and "changes" commands to force a detailed (but slow) SHA1 checksum verification that files have not changed. check-in: e154a4386b user: drh tags: trunk
20:44
Add the --nochange and -n options to the "merge" command. check-in: 000af3234f user: drh tags: trunk
15:24 Closed ticket [c1a3154550]: Errors on web server (first start) SQLITE_CANTOPEN artifact: b5ca8fce04 user: anonymous ... 2 similar events omitted.
11:39 Ticket [5872e90fda] Database error: no such table: orphan status still Closed with 1 other change artifact: 030a6e450e user: anonymous
03:31 Fixed ticket [891cd78969]: Error: cannot close database "unable to close due to unfinalised statements" with fossil sqlite3 command plus 1 other change artifact: 632df8da5f user: drh
03:31
Ignore unfinalized statements when shutting down the SQLite command-line shell. Ticket [891cd78969e03ec3009]. check-in: 31f5b295fa user: drh tags: trunk
2010-12-07
18:48 New ticket [923872a184] Ability to search tickets on website. artifact: 12f8152057 user: anonymous
16:45 Edit [0018d724b327ae1f|0018d724b3]: Change background color to "#d0c0ff". Timestamp 2010-12-07 13:31:37. Add tag "release". artifact: 4e88de1b1e user: drh
15:36 Fixed ticket [33ffff3b4d]: Add a way to do an automatic binary search plus 2 other changes artifact: 9776498294 user: drh
15:29 Closed ticket [5872e90fda]: Database error: no such table: orphan plus 2 other changes artifact: 4a04d75dc0 user: drh
15:07 Ticket [8d786b9ab1] Should be ability to translate into Russian(other languages) status still Open with 1 other change artifact: 49697435d4 user: anonymous
14:58 New ticket [5872e90fda] Database error: no such table: orphan. artifact: ff816bc9f7 user: anonymous
14:20
Update the precompiled download page to include an OpenBSD binary. check-in: 57f374a7f4 user: drh tags: trunk
13:31
Update the internal SQLite to the latest 3.7.4 pre-release snapshot. check-in: 0018d724b3 user: drh tags: trunk, release
2010-12-05
15:44 Ticket [7ffe8a6cee] User registration status still Open with 2 other changes artifact: e0566206ff user: anonymous
2010-12-04
22:04 New ticket [891cd78969] Error: cannot close database "unable to close due to unfinalised statements" with fossil sqlite3 command. artifact: 2c175f910e user: anonymous
19:25
Basic functionality for the "bisect" command is now working. Ticket [33ffff3b4d961cf6e2a0] check-in: bd75ea06b8 user: drh tags: trunk
13:15
Simple bug-fix to get the bisect-good and bisect-bad commands working. check-in: f2dbf9017d user: drh tags: trunk
13:07
Begin adding a "bisect" command. The command is installed, but it does not yet work. This check-in is to facilitate transfer to a different machine. check-in: 2ce65f2863 user: drh tags: trunk
09:54 Ticket [8d786b9ab1] Should be ability to translate into Russian(other languages) status still Open with 1 other change artifact: 76f2cd00ee user: anonymous ... 1 similar event omitted.
2010-12-03
23:49 Fixed ticket [195e50e934]: out of memory error with fossil sqlite3 command plus 1 other change artifact: 733fa96cb3 user: drh
23:49
Fix a bug in the new content() function added to the "sql" command. Ticket [195e50e93489c4997d]. check-in: 63e6cb4e58 user: drh tags: trunk
21:06 Fixed ticket [a66760daee]: Typo on Import And Export page plus 1 other change artifact: 8fca5a80f7 user: drh
21:06
Fix typo in import/export documentation (ticket [a66760daeecca231d84]). Add flexibility to the command-line options to import/export to accommodate future enhancements. check-in: 1b53667d28 user: drh tags: trunk
19:32 New ticket [8d786b9ab1] Should be ability to translate into Russian(other languages). artifact: 766563ebd9 user: anonymous
11:04 Ticket [fd5f24a5ca] fix for nestled html tags in diff view (and additional stuff) status still Open with 1 other change artifact: 02d5836b7a user: anonymous
09:36 New ticket [a66760daee] Typo on Import And Export page. artifact: 4027ee21ba user: anonymous
2010-12-02
20:46 Tested ticket [195e50e934]: out of memory error with fossil sqlite3 command plus 1 other change artifact: 69c890c8ba user: anonymous
14:46
Remove some instances of strcpy() and sprintf() due to warnings on OpenBSD. Update the internal SQLite to the latest 3.7.4 release candidate. check-in: 3ad5891c72 user: drh tags: trunk
2010-12-01
23:22 New ticket [195e50e934] out of memory error with fossil sqlite3 command. artifact: 2b7a3b6afd user: anonymous
21:38 Ticket [fd5f24a5ca] fix for nestled html tags in diff view (and additional stuff) status still Open with 2 other changes artifact: 344c929451 user: zachtodd
21:30 Add attachment color_sample.jpg to ticket [fd5f24a5ca] artifact: 5ec2448357 user: anonymous
21:29 Add attachment additional_header_stuff.txt to ticket [fd5f24a5ca] artifact: dfedad4245 user: anonymous
21:29 Add attachment diff.c.diff to ticket [fd5f24a5ca] artifact: 4dcabe7f3f user: anonymous
21:29 New ticket [fd5f24a5ca] fix for nestled html tags in diff view (and additional stuff). artifact: f8d12fe111 user: anonymous
01:47 Changes to wiki page "Cookbook" artifact: bc65fc9adb user: anonymous
2010-11-30
21:05 Ticket [33ffff3b4d] Add a way to do an automatic binary search status still Open with 1 other change artifact: ddc7a753a9 user: anonymous
21:01 New ticket [80a524317d] An alias for the command 'help' like in subversion.. artifact: 4e3581e1f7 user: anonymous
20:33 Ticket [2ee159304e] Error in timeline (armv5tel-linux) showing events status still Open with 1 other change artifact: 2df8e511fd user: anonymous ... 2 similar events omitted.
18:44 Ticket [f89470bc3d] More useful file browser status still Open with 1 other change artifact: 8ab90316eb user: drh
14:48 Add attachment filebrowser_patch to ticket [f89470bc3d] artifact: 72e47f6c01 user: zachtodd
14:47 Ticket [f89470bc3d] More useful file browser status still Open with 1 other change artifact: 15dcb22be7 user: zachtodd ... 1 similar event omitted.
12:21 Edit [cf178577ec43ed80|cf178577ec]: Change background color to "#D0C0FF". Timestamp 2010-11-17 13:38:25. artifact: 79644efe80 user: BM
2010-11-29
23:38 New ticket [2ee159304e] Error in timeline (armv5tel-linux) showing events. artifact: 106ae406f2 user: anonymous
23:16 Closed ticket [f1c75f3844]: Events without tags don't get listed plus 1 other change artifact: ec23be28ff user: anonymous ... 1 similar event omitted.
2010-11-27
23:53 New ticket [2600e5a50d] Add a simple read-only WebDAV access. artifact: 9be83013ed user: anonymous
23:44 Ticket [99caf06e17] Error moving a file to a directory status still Open with 1 other change artifact: 8c12b7df19 user: anonymous ... 2 similar events omitted.
23:19 Ticket [f1c75f3844] Events without tags don't get listed status still Closed with 1 other change artifact: a511f78aaa user: anonymous
07:40 Ticket [33ffff3b4d] Add a way to do an automatic binary search status still Open with 2 other changes artifact: e16c64038a user: anonymous
2010-11-26
18:43
Fix and out-of-order variable definition in the "sqlite3" command. check-in: f105bc17a0 user: drh tags: trunk
18:37
Report an error if the repository schema version does not match what the fossil executable expects. check-in: c0c3d92340 user: drh tags: trunk
17:41
Update the built-in SQLite to the latest 3.7.4 beta. check-in: 6c73321418 user: drh tags: trunk
12:03 New ticket [c678f128a4] Cannot add attachments on Windows. artifact: 9f370973c4 user: anonymous
09:25 New ticket [33ffff3b4d] Add a way to do an automatic binary search. artifact: 0c5ca7e5f8 user: anonymous
04:29 Add attachment bugfix.patch to ticket [3e58b8ceaf] artifact: 10852abdb8 user: anonymous
04:23 New ticket [3e58b8ceaf] fossil timeline -n limits by number of printed lines rather than number of entries. artifact: 4c2e16a605 user: anonymous
2010-11-25
22:59 New ticket [1b1f430078] sync via network share. artifact: 4b680fefb7 user: anonymous
20:31
merged in makemake.tcl updates check-in: ac5e8fb4c0 user: wolfgang tags: trunk
20:24
added pellesc make to makemake.tcl check-in: 65dd90fb95 user: wolfgang tags: trunk
19:34 New ticket [37abeba2e5] Authorization problem. artifact: 3712c5891b user: aku
15:35 New ticket [1d77d8f566] On firefox, forward and backward don't refill the forms. artifact: 50151f68bf user: anonymous
15:33 New ticket [7c36bea9f3] The wiki artifacts are not shown on raw text. artifact: ea27d7e07e user: anonymous
11:21 Ticket [3dbc12f49d] Edit ticket fails to save changes if assigned_to AND remark are changed. status still Open with 1 other change artifact: ce8da48e43 user: anonymous
02:51
On the timeline, the t=TAG query parameter can refer to tags on events in addition to check-ins. check-in: 4438e96abc user: drh tags: trunk
02:42
Remove the "Leaves" menu-bar item from the default setup. check-in: f5efd3f359 user: drh tags: trunk
01:52 Fixed ticket [375e570332]: fossil: bad object id: 0 on up plus 2 other changes artifact: 994cb6e85e user: drh
01:52
When attempting to "fossil update" on a closed branch, move to the end of the branch. Ticket [375e5703329a743339] check-in: 1719815a47 user: drh tags: trunk
01:41 Closed ticket [f1c75f3844]: Events without tags don't get listed plus 2 other changes artifact: c20872f4c0 user: drh
01:34 Ticket [ad15a8e2af] Cannot commit a renamed file specifying files status still Fixed with 1 other change artifact: a50e353811 user: drh ... 1 similar event omitted.
01:30 Ticket [5cc33a6aa0] Committing one file while another is pending delete will commit both files. status still Fixed with 1 other change artifact: b165c5fd8f user: anonymous
00:17 Fixed ticket [746949c931]: Have an easy way to access parents of a commit plus 1 other change artifact: 98fc3de6bb user: drh
00:17
Add a new link to the check-in "info" page that goes to a timeline showing just the immediate parents and children of a check-in. Ticket [746949c9318554c137f5]. check-in: 8c04a873c8 user: drh tags: trunk
2010-11-24
23:45
If the date of a check-in has been changed by a tag, then show that fact on the "info" page for the check-in. Requires a rebuild. check-in: 576f6db2a8 user: drh tags: trunk
22:43
updated makemkae.tcl to generate proper Makefile.dmc check-in: d19fd0bf8c user: wolfgang tags: trunk
22:22 Ticket [bd9a306492] Support for on-commit code reviews status still Open with 2 other changes artifact: e905ed0cf0 user: anonymous
22:18 Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: 430272a25f user: anonymous
22:15 New ticket [f1c75f3844] Events without tags don't get listed. artifact: 9700c78ded user: anonymous
21:33 Fixed ticket [e29ea5912a]: Privacy attribution loss due to de/reconstruct ... plus 1 other change artifact: 967df18ab1 user: drh
21:32
Tag the manifest of every "private" checkin with the "private" tag. After the "reconstruct" command, add all private checkins to the private table. Ticket [e29ea5912afe1e97]. check-in: 3b2d67d604 user: drh tags: trunk
20:54
add sqlcmd to Makefile.dmc check-in: 1ee56c4201 user: wolfgang tags: trunk
20:13 Ticket [b6579b1ec1] Update with a merge fails on unicode files status still Open with 2 other changes artifact: 078fa69ada user: drh ... 1 similar event omitted.
17:31 Fixed ticket [77dc5de639]: /home redirect loop plus 1 other change artifact: c726cb4977 user: drh
17:30
Fix a redirect loop problem for the /home URL. Ticket [77dc5de6397fb18c0fbad] check-in: 135fcbbb05 user: drh tags: trunk
17:15 Fixed ticket [5cc33a6aa0]: Committing one file while another is pending delete will commit both files. plus 1 other change artifact: 4d5c9c24d6 user: drh
17:14 Fixed ticket [ad15a8e2af]: Cannot commit a renamed file specifying files plus 2 other changes artifact: 4506b154ab user: drh
17:13
Correctly handle partial commits even when files have been deleted and/or renamed and are not part of the partial commit. Tickets [ad15a8e2af8c3162d6] and [5cc33a6aa0621be8936f]. check-in: 2ceeeca19d user: drh tags: trunk
16:47 New ticket [77dc5de639] /home redirect loop. artifact: 34db4527b1 user: anonymous
15:06 Ticket [5cc33a6aa0] Committing one file while another is pending delete will commit both files. status still Open with 1 other change artifact: 5a7c868ff6 user: drh ... 2 similar events omitted.
13:54 Ticket [ad15a8e2af] Cannot commit a renamed file specifying files status still Open with 1 other change artifact: ab85a0350b user: anonymous
12:03
Factor the sql-command shell out into a separate source file. Add the new content(X) SQL function for accessing uncompressed and undeltaed artifact content. check-in: b4687be448 user: drh tags: trunk
2010-11-23
22:18
Fix the ticket-change artifact generator so that it puts all fields with the "+" prefix on their name first, where they ought to be. check-in: e1dac0e4f6 user: drh tags: trunk
17:30 New ticket [806c4358cd] Wrong anchor on 'settings'' in reference (settings vs. setting). artifact: 9e97a77f0a user: anonymous
14:22 New ticket [99caf06e17] Error moving a file to a directory. artifact: d6eb690e77 user: anonymous
14:16 Ticket [746949c931] Have an easy way to access parents of a commit status still Open with 3 other changes artifact: b030911330 user: anonymous ... 1 similar event omitted.
2010-11-21
21:08 Edit [cf178577ec43ed80|cf178577ec]: Change background color to "#c0c0c0". Timestamp 2010-11-17 13:38:25. Add tag "release". artifact: d83d95bd16 user: benoit
2010-11-19
22:29
Further work on getting a "commit" or "update" to continue operating after an autosync failure. The "commit" command prompts to verify that you want to continue. check-in: 0cc4875fde user: drh tags: trunk
19:48
Work toward getting and "update" or "commit" to continue even after an auto-sync failure. check-in: 9286aaf778 user: drh tags: trunk
19:46 New ticket [b09dddc904] segfault on ticket edit. artifact: 3b307b95a6 user: zachtodd
15:13 Ticket [d798ba2e79] Hooks request status still Open with 1 other change artifact: 7f92599026 user: anonymous
12:13 Ticket [a2dc3b67a2] Versioned files in Windows still appear as extras if not commited with proper case status still Open with 2 other changes artifact: 399b3cddf1 user: anonymous
12:10 Ticket [e29ea5912a] Privacy attribution loss due to de/reconstruct ... status still Open with 1 other change artifact: 95c80c6cf9 user: anonymous ... 1 similar event omitted.
11:21 Ticket [d798ba2e79] Hooks request status still Open with 1 other change artifact: d1609c0e0a user: anonymous
03:10 New ticket [a2dc3b67a2] Versioned files in Windows still appear as extras if not commited with proper case. artifact: 00a1c01144 user: anonymous
2010-11-18
22:47 Ticket [e29ea5912a] Privacy attribution loss due to de/reconstruct ... status still Open with 2 other changes artifact: 1a8b561792 user: anonymous
22:22 New ticket [f21f98c267] Consistently support -R for almost all commands. artifact: 9c7637338d user: anonymous
22:04 New ticket [2c6a589bc5] Improve ancestor output for initial checkin. artifact: c1a3b275da user: anonymous
20:01 Add attachment bug-privacy_loss.sh to ticket [e29ea5912a] artifact: a15aaac66d user: chi
20:00 New ticket [e29ea5912a] Privacy attribution loss due to de/reconstruct .... artifact: fbf544e5c1 user: chi
08:18 Ticket [c9e84b5671] fossil treats anybody connecting from 127.0.0.1 as user with UID 1 status still Closed with 1 other change artifact: f3138b63ad user: anonymous ... 3 similar events omitted.
00:47 New ticket [2c7b1cd3a3] Cannot bind to specific IP address when in server mode. artifact: 040637cd81 user: anonymous
2010-11-17
20:11
integrate import/export to Makefile.dmc check-in: e5d99df4bc user: wolfgang tags: trunk
19:42 Ticket [acf7b14d93] Bad import of tags as branches (propagating tags ?) status still Open with 1 other change artifact: 2cef97f598 user: aku ... 2 similar events omitted.
13:38
Tweaks to the graph layout. Add a graph to ticket timelines. check-in: cf178577ec user: drh tags: trunk, release
13:15 Fixed ticket [feeb8a91eb]: "Unsupported command: blob" error during Fossil to Git export plus 1 other change artifact: daa874958f user: drh
13:15
Set binary translation mode on windows for import and export. Ticket [feeb8a91eb838f743ae9] check-in: b408ece7f6 user: drh tags: trunk
12:46 Ticket [feeb8a91eb] "Unsupported command: blob" error during Fossil to Git export status still Open with 2 other changes artifact: 149320b30c user: drh
12:31 New ticket [f386e46e1f] fossil sqlite3 OPTIONS not properly evaluated. artifact: f849f83fc8 user: anonymous
10:56 New ticket [feeb8a91eb] "Unsupported command: blob" error during Fossil to Git export. artifact: f56527c8b1 user: anonymous
01:39 Closed ticket [8b46db87f1]: fossil update reporting 'login failed' despite local repo having a password for the account used plus 1 other change artifact: 6eb76d542f user: aku
2010-11-16
23:16
Update to the latest version of SQLite with the sqlite3_stmt_readonly() capability and use that interface for additional security of the user-entered SQL in the ticket report logic. check-in: 115f3ea60e user: drh tags: trunk
18:02
Additional fixes to the "fossil import" command. Correct handling of zero-length content files. Correct handling of merges with no new or modified files. check-in: 3873aa7ecb user: drh tags: trunk
16:14 New ticket [f89470bc3d] More useful file browser. artifact: 1aa719ece0 user: anonymous
14:35 Ticket [93112ea7e8] Timeline graph for trunk not straight status still Closed with 1 other change artifact: 3154ff7d77 user: drh ... 3 similar events omitted.
04:18
Fix a bug in the Git import routine. check-in: 9c31866404 user: drh tags: trunk
2010-11-15
20:10 Fixed ticket [289844a2cb]: missing table time_fudge on commit plus 1 other change artifact: 8cb6e6c11f user: drh
20:10
Do not use the "time_fudge" temp-table if it has not been created by a prior call to manifest_crosslink_begin(). Ticket [289844a2cb535a465] check-in: 80c42a3312 user: drh tags: trunk
20:07
Update the built-in SQLite to an alpha of version 3.7.4. check-in: ea442f3704 user: drh tags: trunk
19:51 Fixed ticket [5c7565d157]: check in [e0eceb7892] breaks graph on file history page plus 1 other change artifact: 1d26ad3cc8 user: drh
19:50
Fix graph display for file history. Tickets [5c7565d157b13fe0c30b7] and [a734fe24da8f75758cf4]. check-in: bb045dbdbd user: drh tags: trunk
18:52 New ticket [5c7565d157] check in [e0eceb7892] breaks graph on file history page. artifact: ba4df75f2d user: anonymous
2010-11-14
19:34 New ticket [de35b17425] defect in command line parser: -- is not a valid comment. artifact: b20cee6306 user: wolfgang
16:17 Ticket [289844a2cb] missing table time_fudge on commit status still Open with 2 other changes artifact: 6131227510 user: wolfgang
15:31 Ticket [af2658e1fe] attempt to 'fossil init filename' where filename = dirname confuses fossil status still Open with 2 other changes artifact: f16e0cf3cc user: anonymous ... 1 similar event omitted.
11:26 New ticket [25d3f8d564] Time skew when cloning a large repository via slow connection. artifact: d24d78ebdd user: anonymous
10:54 New ticket [289844a2cb] missing table time_fudge on commit. artifact: e8d1adacd2 user: wolfgang
2010-11-13
23:45
Change the "branch list" command to provide output more like Git. check-in: 761a6a9dcf user: drh tags: trunk
23:29
Disable automatic pull of shun records for the time being. check-in: 3c2500c765 user: drh tags: trunk
23:23
Move the "updated-to:" text to the end of the display for the "update" command, and separately from the changed files by "---------". This at the request of the emacs integration effort. check-in: 3af6cf0993 user: drh tags: trunk
14:54 Ticket [a483f0ab3f] tree checksum does not match repository after commit status still Open with 1 other change artifact: f227ccb2e0 user: anonymous ... 1 similar event omitted.
12:48
On a "tree checksum does not match repository" error on a commit, go back and do a file-by-file comparison of the repository and the working checkout to try to discover what the problem is. Ticket [a483f0ab3f0d4da0]. check-in: 64459dd091 user: drh tags: trunk
12:25 Ticket [929dd38716] NOWIKI tag has no effect status still Open with 2 other changes artifact: dfcf0a689d user: drh ... 1 similar event omitted.
10:21 Ticket [a483f0ab3f] tree checksum does not match repository after commit status still Open with 1 other change artifact: f79955df63 user: anonymous
02:17
Fixed typo in the help message for the deconstruct command check-in: f7cf6dd7ba user: aku tags: trunk
02:16
Fixed typos in commit [aa2fdc286c]. check-in: 8cf380a48e user: aku tags: trunk
01:56
Refinements to the "sync protocol" document. check-in: aa2fdc286c user: drh tags: trunk
2010-11-12
23:27
More typos in the fossil-v-git document. check-in: a17ed85c08 user: drh tags: trunk
23:03 Open ticket [8b46db87f1]: fossil update reporting 'login failed' despite local repo having a password for the account used plus 1 other change artifact: a9a8646618 user: aku ... 2 similar events omitted.
22:12
Wait to record the sync password until after the user has actually entered the sync password. Ticket [8b46db87f1bfa942b] check-in: 328fc92ceb user: drh tags: trunk
21:51
Add the fossil_nameofexe() function to use in place of g.argv[0]. check-in: a04a650870 user: drh tags: trunk
21:42 New ticket [8b46db87f1] fossil update reporting 'login failed' despite local repo having a password for the account used. artifact: 4146298e77 user: aku
21:06 Edit [03b53ca4ca2c5175|03b53ca4ca]: Edit check-in comment. Timestamp 2010-11-12 20:57:02. artifact: 4b3016675e user: aku
21:06 Closed ticket [a3336458f6]: typo in http://fossil-scm.org/index.html/doc/trunk/www/fossil-v-git.wiki plus 2 other changes artifact: 635df2f979 user: aku
20:57
Fixed typos reported by ticket [a3336458f6864db0404b6d45b144be0b17526fb0]. check-in: 03b53ca4ca user: aku tags: trunk
20:29 New ticket [a3336458f6] typo in http://fossil-scm.org/index.html/doc/trunk/www/fossil-v-git.wiki. artifact: 4786693600 user: anonymous
16:37
Incorporate the "addremove" command (with edits) from the StvPrivateHook2 branch. check-in: ceab53718f user: drh tags: trunk
15:18 Fixed ticket [a734fe24da]: Timeline graph alignment on IE6 plus 1 other change artifact: b3259568a7 user: drh
15:17
A simple tweak to the graph javascript gets it working on IE6. Ticket [a734fe24da8f75758cf] check-in: e0eceb7892 user: drh tags: trunk
14:06 Add attachment timeline-graph.patch to ticket [a734fe24da] artifact: c96283cc4e user: anonymous
14:05 New ticket [a734fe24da] Timeline graph alignment on IE6. artifact: 17f2a7af77 user: anonymous
09:01 New ticket [bf18e29fbe] make 'fossil rm' to be able to remove more than one file. artifact: c314ffcb56 user: anonymous
00:24
Added documentation on ways to identify a check-in. check-in: aaf8cfa296 user: drh tags: trunk
2010-11-11
23:08
Change the name of the special "ckout" tag to "current". Also allow "previous" in addition to "prev" for the parent of the current checkout. check-in: badb9ff231 user: drh tags: trunk
22:04
Add support for "magic" tags "ckout", "prev" and "next". Show the version updating to when performing an "update". check-in: 5ea9ad379d user: drh tags: trunk
21:36
Fix a minor memory leak. check-in: 3541444d9d user: drh tags: trunk
20:33
Further refinements to the Fossil-versus-Git document. check-in: 8f4d5314ae user: drh tags: trunk
20:01
typo check-in: 71f7103494 user: bch tags: trunk
18:21
Add information on the Git-to-Fossil converter and a comparison article on Fossil and Git. check-in: ae0628aa99 user: drh tags: trunk
13:43 Edit [7043db15b82f7bcb|7043db15b8]: Move to branch gcw-fast. Edit check-in comment. Timestamp 2010-11-11 13:36:40. artifact: ec5b4ddebd user: gcw
13:36
a stab at fast-import/export support building on the 'import' branch from drh. Closed-Leaf check-in: 7043db15b8 user: gcw tags: gcw-fast
13:36
Fix the "fossil import" command so that it correctly handles cases where a file is deleted then replaced by a directory with the same name. check-in: e5a734a19a user: drh tags: trunk
12:09 Ticket [8f8083f230] commit not possible status still Open with 1 other change artifact: 68c41b681e user: drh ... 1 similar event omitted.
11:31 New ticket [ffcf5b9f62] Add 'append' to 'wiki' command. artifact: 7a1aab180b user: ron
10:40 Ticket [15f44789de] Restore rstats command status still Open with 1 other change artifact: 8abcba54b5 user: anonymous
01:16
Cast strlen() to int when used as a printf() argument. check-in: 5fa4dfc286 user: drh tags: trunk
2010-11-10
21:00
Fix a bug in processing of "merge" records for "fossil import". check-in: 6b76effa92 user: drh tags: trunk
20:56
Improved handling of branches and tags in the "fossil import" command. check-in: b2f637510a user: drh tags: trunk
19:11
Allow a manifest to have no F-cards. check-in: 6f8cd72b08 user: drh tags: trunk
18:44
Drop the temporary time_fudge table once we are done with it. check-in: 172e16aeec user: drh tags: trunk
18:42
Fix the code for adding "mlink" entries so that it records file deletions on a baseline manifest. check-in: 0ba2c86d2b user: drh tags: trunk
13:36
Fix the "divider" lines in the timeline display. Add the --force option to the "import" command. check-in: ef68b04449 user: drh tags: trunk
01:43
Tweak check-in times slightly so that parents always come before their children. check-in: 0e87f42762 user: drh tags: trunk
00:43
The "fossil import" command works well enough to import the Git self-hosting repository. There are still issues and no doubt many bugs yet to be found. But this is a good start. check-in: 6c827ff02e user: drh tags: trunk
2010-11-09
18:15
Partial implementation of the "fossil import" command. It is incomplete and does not work. check-in: ba837f5e88 user: drh tags: trunk
17:53 Ticket [ad76b5d67b] Cannot clone http://www.fossil-scm.org/ status still Open with 1 other change artifact: ad511de232 user: anonymous
17:51
Merge in the latest changes from venks-emacs. check-in: 7d2d1d3228 user: drh tags: trunk
17:37
Merge with trunk check-in: 96c0c68a86 user: venkat tags: venks-emacs
16:26 Ticket [66ad1acf2b] No way to change commit message status still Closed with 2 other changes artifact: 6067a41307 user: anonymous
15:24 Ticket [ad76b5d67b] Cannot clone http://www.fossil-scm.org/ status still Open with 1 other change artifact: 303207ab7c user: drh ... 1 similar event omitted.
15:15 Add attachment ss1.gif to ticket [ad76b5d67b] artifact: 4817786de2 user: drh
15:02 Ticket [ad76b5d67b] Cannot clone http://www.fossil-scm.org/ status still Open with 1 other change artifact: b958803fdc user: anonymous ... 2 similar events omitted.
13:52
Make "init" an alias for "new". check-in: 21880ca1b6 user: drh tags: trunk
11:59
The "export" command now exports tags. check-in: 06bc2fb7cc user: drh tags: trunk
11:05
Merge the import/export changes into trunk. Even though they are incomplete, they do not threaten the correctness of other commands and can be developed in trunk. check-in: 0f024d3e30 user: drh tags: trunk
10:48 Fixed ticket [6e51013097]: Avoid "obj" directory for builds plus 1 other change artifact: 80737faf6d user: drh
10:48
Do not use a subdirectory named "obj" for building. Ticket [6e51013097c17ead]. check-in: e663bac6f7 user: drh tags: trunk
10:44 Fixed ticket [1318677c15]: Configuration pull does not work plus 1 other change artifact: 587ee4b02e user: drh
10:44
For cloning and syncing, give all users the privileges of both "nobody" and "anonymous" without requiring a login message. Ticket [1318677c15af04480b]. check-in: 134f5b374e user: drh tags: trunk
09:01 Ticket [e49f245975] Add '-nocgi' option status still Fixed with 2 other changes artifact: 83a941ccc3 user: ron
08:59
fix [e49f245975f89a8a9c006ec224eed48c8ad77593] by adding -nocgi option check-in: 1b883d49cf user: ron tags: trunk
08:38 New ticket [1318677c15] Configuration pull does not work. artifact: fe3e98d4f9 user: anonymous
01:17
Cleanup of help_page() in preparation for merging with trunk. Closed-Leaf check-in: a298a0e2f9 user: drh tags: StvPrivateHook2
01:15 Ticket [6e51013097] Avoid "obj" directory for builds status still Open with 2 other changes artifact: f5501ef344 user: anonymous
01:06
Merge from trunk + minor changes to update.c to work with new . return from file_tree_name for fossil root. check-in: a9407bc82f user: venkat tags: venks-emacs
2010-11-08
23:39 Edit [6d334ac9ed2f7d98|6d334ac9ed]: Move to branch StvPrivateHook2. Timestamp 2010-10-29 21:11:39. artifact: 0ef6d27d9d user: drh
23:26
Export works for Fossil and SQLite repositories. Does not yet export tags. Also need to add incremental export. Closed-Leaf check-in: e25884d44f user: drh tags: experimental
23:01
remove hook command to be compatible with other hook designs check-in: a06121740a user: wolfgang tags: StvPrivateHook2
20:07
Merge in the [696668aa4ec88213c] fix, which is necessary to successfully export the Fossil self-hosting repository. check-in: 95f709cd4f user: drh tags: experimental
20:04
merge from trunk check-in: 1e801695d3 user: wolfgang tags: StvPrivateHook2
20:01
Fix a bug in the manifest parser which caused it to ignore manifests that were signed by a windows-build of PGP. check-in: 696668aa4e user: drh tags: trunk
19:31
Fix an inintiialized variable in the previous check-in. check-in: d8935a89b5 user: drh tags: trunk
19:23
Fix a corner-case in file_tree_name() - specifically when the input is the name of the root of the local tree, return ".". check-in: f98114c9e4 user: drh tags: trunk
19:02
When the "update" command has a FILES argument which is the top-level directory, that is the same as having no FILES argument at all. In other words, all files are updated. check-in: 2d1a03736a user: drh tags: trunk
19:00
Begin adding "import" and "export" commands for converting repositories from and to the Git format. The "export" command currently generates output but is not quite correct. The "import" command is still a stub. check-in: b3fd32f925 user: drh tags: experimental
18:19 Ticket [9a34fbad7a] Creating new tickets does not let you specify/override user name status still Open with 2 other changes artifact: 7f9e1bebe1 user: anonymous
15:33
Fix a typo in an error message in the merge logic. check-in: 370a89c832 user: drh tags: trunk
15:13 Fixed ticket [144180bf7d]: Merge onto empty branch fails plus 1 other change artifact: 7076299dc8 user: drh
15:13
Allow merges against an empty branch. Ticket [144180bf7db83724a9]. check-in: 4e3cd6ce4e user: drh tags: trunk
14:47 Ticket [ec667f74f8] LDAP authentication and authorization support status still Open with 1 other change artifact: 87ec469dbd user: anonymous
12:19 Closed ticket [66ad1acf2b]: No way to change commit message plus 2 other changes artifact: 374b71faa8 user: drh ... 1 similar event omitted.
11:27 Ticket [e776717962] replace 'new' with 'init' command for repository creation status still Open with 1 other change artifact: 41f4f32d1c user: anonymous
10:38 New ticket [3c14d720fa] show ticket title as tooltip for ticket links. artifact: f01cd629a3 user: anonymous
10:26 Add attachment checkcert.patch to ticket [727af73f46] artifact: 23ffbb6a26 user: anonymous
10:20 Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 1 other change artifact: 5fbf59de51 user: anonymous
10:16 New ticket [e5f0b3e30b] foissil does not provide downloadable diff. artifact: 1df2cba7c6 user: anonymous
06:20 Closed ticket [2e088c5815]: Allow svg for in-line diagrams in embedded documentation plus 2 other changes artifact: e54eebddd7 user: venks
06:15
Remove stray debug fprintf. check-in: 69e81b0260 user: venkat tags: venks-emacs
06:13
Fossil update -n -v current on root dir now prints all files (printed none before). check-in: cbce3e2f7c user: venkat tags: venks-emacs
05:23
Allow fossil update -n -v current to be used on the root directory (aborted with "outside of checkout tree" error before). check-in: b6bb1ee725 user: venkat tags: venks-emacs
04:52
merge with trunk check-in: c18bbf69eb user: venkat tags: venks-emacs
00:45 Fixed ticket [2e088c5815]: Allow svg for in-line diagrams in embedded documentation plus 1 other change artifact: 330816d729 user: drh
00:40
Merge in changes from the venks-emacs branch. check-in: c01e3c1794 user: drh tags: trunk
2010-11-07
23:56 Fixed ticket [c18a77e837]: Typo in the Doctype declaration. plus 1 other change artifact: ef043a6f42 user: drh
23:56
Fix a typo in the <DOCTYPE> marking at the top of each webpage. Ticket [c18a77e837a66122ed19]. check-in: eea8810b21 user: drh tags: trunk
23:54 Fixed ticket [11209555c9]: Wrong MIME-type on "Edit Project Logo" page showed plus 1 other change artifact: a00f1ee286 user: drh
23:54
Use the correct mimetype for the logo, even if the mimetype is not image/gif. Ticket [11209555c90f3b61e4]. check-in: 5478f444c5 user: drh tags: trunk
23:51 Fixed ticket [9d186979fc]: printf() does not understand %lld on windows plus 1 other change artifact: 5013d36cbb user: drh
23:51
Avoid the use of %lld to work around limitations of some windows compilers. Ticket [9d186979fc4fe8d9c] check-in: c76bb6d270 user: drh tags: trunk
22:03 Ticket [9d186979fc] printf() does not understand %lld on windows status still Open with 2 other changes artifact: e1612f0825 user: anonymous
21:12 Add attachment printf_format.patch to ticket [9d186979fc] artifact: 2a42bb0f6a user: anonymous
21:12 New ticket [9d186979fc] printf() does not understand %lld on windows. artifact: e1e2412558 user: anonymous
21:11
Patches to file.c (for mingw is_dir), finfo.c (various utilities), and update.c (for verbose/nochange), to allow integration into Emacs and IDEs. check-in: 2a86bb65aa user: venkat tags: venks-emacs
20:13 Add attachment logo_setup.patch to ticket [11209555c9] artifact: daa0d03bb2 user: anonymous
20:13 New ticket [11209555c9] Wrong MIME-type on "Edit Project Logo" page showed. artifact: ab811a2e41 user: anonymous
20:03 Add attachment doctype.patch to ticket [c18a77e837] artifact: 53681c07c4 user: anonymous
20:03 New ticket [c18a77e837] Typo in the Doctype declaration.. artifact: a045cc9bb1 user: anonymous
18:48
Fix alphabetical missort. check-in: d156b68672 user: venkat tags: venks-emacs
18:45 Ticket [2e088c5815] Allow svg for in-line diagrams in embedded documentation status still Open with 2 other changes artifact: 9bcb585df4 user: venks
18:42
Send the right mime-type for svg files [2e088c5815] check-in: 151a2104ae user: venkat tags: venks-emacs
18:41 New ticket [2e088c5815] Allow svg for in-line diagrams in embedded documentation. artifact: 37b5ca81ff user: venks
10:23
Merge from trunk. Closed-Leaf check-in: 1a6876db8d user: michael tags: ttmrichter-skins
10:13
merge from trunk check-in: 8050311dd5 user: wolfgang tags: StvPrivateHook2
08:16
Create new branch named "venks-emacs" check-in: e8d231aaf3 user: venkat tags: venks-emacs
2010-11-06
23:59
Add an undocumented --noverify option to the rebuild command to skip the verify_before_commit() sanity check. check-in: 6a11af1782 user: drh tags: trunk
21:04
Rename the "portable_system()" function to "fossil_system()" and move it from diffcmd.c into main.c. check-in: d9880a8003 user: drh tags: trunk
20:36 Edit [6dd81a542a0f06f3|6dd81a542a]: Edit check-in comment. Timestamp 2010-11-06 19:04:03. artifact: 7926b18ef9 user: drh
19:08
merge from trunk check-in: e5fe4164f7 user: wolfgang tags: StvPrivateHook2
19:04
Add the -R option to the ticket command. check-in: 6dd81a542a user: wolfgang tags: trunk
16:57
merge from trunk check-in: 3ea66260b5 user: wolfgang tags: StvPrivateHook2
14:04
Fix the sync logic so that it is able to clone against the canonical fossil repository with its implied redirect. check-in: a921be7b51 user: drh tags: trunk
13:52 Fixed ticket [3edef69bf3]: Cookies don't include port plus 1 other change artifact: e9c6e80640 user: drh
13:52
Change the anonymous login cookie name to include a hash of the base URL. Ticket [3edef69bf3e995ed2] check-in: 9dd6c43185 user: drh tags: trunk
2010-11-05
23:43 New ticket [3edef69bf3] Cookies don't include port. artifact: 7aa3804de6 user: anonymous
17:17 Ticket [ec667f74f8] LDAP authentication and authorization support status still Open with 2 other changes artifact: b1d1b7c587 user: anonymous
15:28 Ticket [5199df97bc] Alternative to reconstruct for large imports status still Open with 1 other change artifact: e154cfff79 user: anonymous ... 1 similar event omitted.
09:55 Ticket [2d1109c640] fossil should delete repository & journal files if 'fossil clone' is cancelled status still Open with 2 other changes artifact: c36b449b5d user: drh
09:53 Ticket [e49f245975] Add '-nocgi' option status still Fixed with 1 other change artifact: 64c39b43eb user: drh
07:19 New ticket [9a34fbad7a] Creating new tickets does not let you specify/override user name. artifact: ec65486d48 user: anonymous
07:16 New ticket [2d1109c640] fossil should delete repository & journal files if 'fossil clone' is cancelled. artifact: 2d0dc49d13 user: anonymous
05:46 Ticket [e49f245975] Add '-nocgi' option status still Fixed with 2 other changes artifact: 78849ffa3a user: ron ... 1 similar event omitted.
2010-11-04
19:58
Do not assume that the method is CGI just because the GATEWAY_INTERFACE environment variable is set. Only do CGI if GATEWAY_INTERFACE is set and there either is no argument specified, or the specified argument is not a valid command. Ticket [e49f245975f89a8a9] check-in: dcf839e4a6 user: drh tags: trunk
19:24
Fix a couple of minor issues with settings, as pointed out on the mailing list. check-in: cb2ff51c4b user: drh tags: trunk
13:24 New ticket [e49f245975] Add '-nocgi' option. artifact: bfaf8f998b user: ron
2010-11-03
20:26 New ticket [6b6c379afe] progress display goes over 100%. artifact: 677db7eaad user: anonymous
12:14
Updates to the help text for the "commit" command. check-in: 098e363301 user: drh tags: trunk
11:21 New ticket [87f7cebc27] Wiki page names starting with '.' don't work. artifact: b762d4a328 user: anonymous
2010-11-02
18:23
merge from trunk check-in: cb75de51b5 user: wolfgang tags: StvPrivateHook2
00:07
Add the "ignore" subcommand to the "all" command. Useful for causing testing and debugging repositories from being bypassed for "fossil all rebuild" or "fossil all sync". check-in: 24636f7057 user: drh tags: trunk
2010-11-01
23:45 Fixed ticket [926a1b1639]: new diff options -N or --new-file not defined in fossil help diff plus 1 other change artifact: e7f9cc21ec user: drh
23:45
Mention the -N and --new-file command-line options on the "diff" command. Ticket [926a1b1639a1ee3739]. check-in: bd68e4172d user: drh tags: trunk
23:38
Fix a possible redirect loop. check-in: f4033ec09e user: drh tags: trunk
23:32 Ticket [35b02baad5] Support in timeline for jumping to specific point in time status still Open with 1 other change artifact: 3d6a1995fe user: anonymous
23:26 New ticket [926a1b1639] new diff options -N or --new-file not defined in fossil help diff. artifact: 74585350d8 user: anonymous
23:08 Ticket [35b02baad5] Support in timeline for jumping to specific point in time status still Open with 1 other change artifact: e8fedc2494 user: drh ... 2 similar events omitted.
20:59 Ticket [c66936089e] timeline pagination status still Open with 2 other changes artifact: fe2f00745a user: anonymous
18:52
merge from trunk check-in: 4a094f46ad user: wolfgang tags: StvPrivateHook2
17:43 Edit [d0753799e447b795|d0753799e4]: Change background color to "#d0c0ff". Timestamp 2010-11-01 14:23:35. Add tag "release". artifact: 88609ead3f user: drh
17:24
Note: Release Notes technote: [d6ba73e22b] user: drh tags: release
14:23
Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. check-in: d0753799e4 user: drh tags: trunk, release
2010-10-31
23:14 Fixed ticket [ef48c60cee]: checkout/build failure plus 2 other changes artifact: 72027a4f63 user: drh
23:04 Fixed ticket [5be04d980c]: Floating point exception, core dump. plus 1 other change artifact: 3fbc074dd1 user: drh
23:03 Fixed ticket [b18338c226]: include sqlite shell with fossil plus 1 other change artifact: e4002b1c47 user: drh
21:51
Add a warning to the "fossil sqlite3" command to remind users that careless use of the command can easily corrupt the repository. Ticket [b18338c226f6fb4899]. check-in: 4e1241f323 user: drh tags: trunk
11:10
makemake.tcl updated to generate valid Makefile.dmc check-in: 4146190600 user: wolfgang tags: StvPrivateHook2
2010-10-30
20:02
merge from trunk check-in: 943dbc556d user: wolfgang tags: StvPrivateHook2
19:05
applied patch from ticket [aa01499923] and added option -prot to test tcl script which optionally writes a protocol file check-in: f89d953a06 user: wolfgang tags: trunk
18:45 Ticket [ef48c60cee] checkout/build failure status still Open with 1 other change artifact: b93539f680 user: anonymous
06:19 Fixed ticket [aa01499923]: Merge tests fail on NetBSD and Mac OS/X 10.6.4 plus 1 other change artifact: e576014f15 user: chi
06:08 Add attachment fix-aa01499923.patch to ticket [aa01499923] artifact: 263887d5ac user: chi
2010-10-29
23:51 Ticket [b18338c226] include sqlite shell with fossil status still Open with 2 other changes artifact: de9f1c6b85 user: anonymous
21:11
merge from trunk and add sqlite shell to windows make check-in: 6d334ac9ed user: wolfgang tags: StvPrivateHook2
19:06
Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] check-in: 8c723318d2 user: drh tags: trunk
18:06
Avoid division by zero on degenerate repositories when displaying percent done. Ticket [5be04d980c92f73fbc7] check-in: 067a90a903 user: drh tags: trunk
11:13 Ticket [aa01499923] Merge tests fail on NetBSD and Mac OS/X 10.6.4 status still Open with 2 other changes artifact: 00f9aab990 user: anonymous ... 1 similar event omitted.
2010-10-28
23:31 New ticket [b18338c226] include sqlite shell with fossil. artifact: 616949ea30 user: anonymous
18:00 New ticket [5be04d980c] Floating point exception, core dump.. artifact: 4095b6bb55 user: bharder
17:57 Ticket [a4a9f45b67] core dump on attempted branch status still Fixed with 1 other change artifact: c98ae41ecf user: bharder
17:41
merge from trunk Closed-Leaf check-in: e6dce6a16a user: wolfgang tags: StvPrivateHook2
14:41
Fix a few harmless compiler warnings. check-in: d03718ad5f user: drh tags: trunk
14:03
New higher-performance clone algorithm merged in from the experimental branch. check-in: fda9b15cfc user: drh tags: trunk
13:25
Less frequent status messages while processing using the sync protocol. Closed-Leaf check-in: 0ca42eb3cc user: drh tags: experimental
13:07
Reduce the amount of processing in between when a server timestamp is generated and when it is evaluated for time skew by the client - to reduce the risk of detecting time skew simply due to a slow disk. check-in: a4cdf8d25b user: drh tags: experimental
03:41
Fix the termination condition for the clone client so that it does not stop transferring before all the artifacts have been sent. check-in: 0bb7d7b8ef user: drh tags: experimental
01:58
Do not attempt to process a delta-manifest if its baseline-manifest is a phantom. Defer processing until the phantom is resolved. check-in: b073039b8c user: drh tags: experimental
2010-10-27
20:39
added missing dependency in dmc windows make for resource file check-in: 304c71a09c user: wolfgang tags: StvPrivateHook2
20:27
corrections on merge conflict handling for settings help check-in: 309168a936 user: wolfgang tags: StvPrivateHook2
19:56 Fixed ticket [a4a9f45b67]: core dump on attempted branch plus 1 other change artifact: c712f4a5c9 user: drh
19:56
Fix a NULL-pointer dereference in "branch new". Ticket [a4a9f45b67cbbcf26]. check-in: ff79f97a07 user: drh tags: trunk
19:17
Do not allow clusters larger than about 900 entries. check-in: 06475b2e61 user: drh tags: experimental
18:04
merge from trunk check-in: f5740d09c3 user: wolfgang tags: StvPrivateHook2
17:28 Ticket [a4a9f45b67] core dump on attempted branch status still Open with 2 other changes artifact: 2f8f3907d9 user: bharder ... 1 similar event omitted.
16:06
New higher-performance and backwards-compatible clone logic. check-in: 5ba4439b31 user: drh tags: experimental
13:44 Fixed ticket [2517414fef]: baseline manifests should be stored as delta to last baseline plus 2 other changes artifact: 412dba0c4b user: anonymous
11:54
Use delta encoding between baseline manifests separated by delta manifests. check-in: e21ca81e1a user: drh tags: trunk
2010-10-26
23:46 Ticket [ef48c60cee] checkout/build failure status still Open with 1 other change artifact: 7f815fa93a user: drh ... 2 similar events omitted.
21:37
Add better usage and help to the "artifact" command. check-in: 57347e6ee8 user: drh tags: trunk
21:31
Update the makefile to enable USE_PREAD on the BSDs. check-in: b84b954fe0 user: drh tags: trunk
19:01
merge from trunk check-in: 4260bc6a22 user: wolfgang tags: StvPrivateHook2
18:37
Change the test-parse-manifest command so that it does not require a repository. check-in: 5277d53da7 user: drh tags: trunk
18:29 Fixed ticket [d3ab7965c6]: fossil artifact needs checkout plus 1 other change artifact: 0a9d0bb63f user: drh
18:29
Change the "artifact" command to accept the -R or --repository command-line options. Ticket [d3ab7965c636275e51]. check-in: d6e21fddd3 user: drh tags: trunk
15:42 Open ticket [d3ab7965c6]: fossil artifact needs checkout plus 2 other changes artifact: 011f20ead5 user: anonymous
12:51
Merge the delta-manifest enhancement into the trunk. check-in: d13054ce84 user: drh tags: trunk
2010-10-25
21:47
Improvements and minor bug fixes in "browse" processing. Closed-Leaf check-in: b27d50b421 user: drh tags: experimental
21:16
The "fossil revert" command now clears merge history. Less frequent status output on rebuild. The FOSSIL_OMIT_DELTA_CKSUM_TEST compile-time option is available. check-in: 6c8ed4e147 user: drh tags: experimental
20:12 Closed ticket [d3ab7965c6]: fossil artifact needs checkout plus 2 other changes artifact: 4bf91a34b3 user: drh
20:10
Remove an processing-order dependency from the rebuild command. check-in: 3770d89f32 user: drh tags: experimental
20:09 Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: 90d968cd0b user: anonymous
19:45 New ticket [d3ab7965c6] fossil artifact needs checkout. artifact: 923876b1c6 user: anonymous
19:23 New ticket [bd9a306492] Support for on-commit code reviews. artifact: 1fab963273 user: anonymous
19:20 Closed ticket [1d43f4505c]: plus 2 other changes artifact: e4949594cd user: anonymous
17:21
Fix bugs in the handling of deleted and added files on delta manifests. check-in: 05b152aedf user: drh tags: experimental
13:52
Redesign the control-artifact and manifest parser to run faster. check-in: fa0ea2c3fa user: drh tags: experimental
11:12
Bug fix in the manifest parser. check-in: d10f5e9fee user: drh tags: experimental
08:20 Ticket [e0352240ad] Support for importing vendor source status still Open with 1 other change artifact: 40a033a724 user: anonymous
00:55
Further performance enchancements for browsing. We could still do better, but the current seems fast enough. check-in: ee1cc2bfe4 user: drh tags: experimental
00:33
Performance improvement when browsing repositories with many files. This is an temporary fix - we can do much better. check-in: 4389b36f4f user: drh tags: experimental
2010-10-24
22:55 Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: 279da1f85a user: drh
06:53
add missing; check-in: e9fcc9afae user: Ratte tags: StvPrivateHook2
2010-10-23
23:07 Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: d0fce7245e user: anonymous
21:03 New ticket [2517414fef] baseline manifests should be stored as delta to last baseline. artifact: 5671e2c8c0 user: anonymous
20:24
Create or delete the manifest and manifest.uuid files when turning the manifest setting on and off. check-in: 8175b57923 user: drh tags: experimental
19:43
Transmit the "manifest" setting as part of project configuration. check-in: d57f3c7775 user: drh tags: experimental
17:02
add privilege check to hook execution check-in: abd05f296e user: wolfgang tags: StvPrivateHook2
14:19
MD5 optimization for x86_64. check-in: df5a8bf0d4 user: drh tags: experimental
12:58
Additional performance enhancements. check-in: 6caba36de5 user: drh tags: experimental
07:23
added hook info to sync/push help check-in: ba5e03444b user: Ratte tags: StvPrivateHook2
02:51
Simplification to the delta checksum algorithm. Trying to make it run faster. check-in: 4c1bcf6f6a user: drh tags: experimental
02:17
Rework the manifest cache so that it is more effective on repositories with large numbers of delta-manifests. check-in: bcf601a649 user: drh tags: experimental
2010-10-22
14:48
Use a faster tokenizer on manifests to reduce rebuild times by about 5%. check-in: 121ed7c882 user: drh tags: experimental
13:05
Change the "commit" command so that it will not create the first delta-manifest in a repository unless the --delta option is used. check-in: a69356ae1f user: drh tags: experimental
01:07 Edit [6b8b6d2e2395857a|6b8b6d2e23]: Mark "Closed". Timestamp 2010-10-03 19:24:57. artifact: 9f7cfc0e15 user: bcsmith
01:06
Merge in some ui enhancements from the ssl_platform_fixes branch. Closed-Leaf check-in: 3c19422b6e user: bcsmith tags: ui-improvements
01:04
Add some explanatory text to the update command to make it easier for new users to learn fossil. check-in: 858940c68e user: bcsmith tags: ui-improvements
2010-10-21
23:26
TH1 fossiltag command for accessing tag values.

Has two subcommands: get and list, which do what they sound like. Closed-Leaf check-in: 413ebeb12e user: bcsmith tags: th1_fossiltag_cmd

20:54
Fix the new SHA1 checksum module so that it does not overwrite its input. check-in: fa9dfc34e5 user: drh tags: experimental
20:08
Replace the RFC-3174 reference implementation of SHA1 with the much faster implementation from NetBSD. check-in: f8f175cf22 user: drh tags: experimental
15:42
Clarification of the comment that describes the algorithm used to choose between a baseline manifest and a delta manifest upon checkin. No changes to code. check-in: b08fce49e1 user: drh tags: experimental
14:00
Better algorithm for deciding when to use a delta-manifest on a check-in. check-in: 7c244251b0 user: drh tags: experimental
2010-10-20
21:02 Ticket [5c1490e26b] The ticket comments appear with the time always on UTC status still Open with 2 other changes artifact: 6f6f287a3c user: anonymous
18:51 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 38257d635d user: anonymous ... 1 similar event omitted.
15:48 New ticket [5c1490e26b] The ticket comments appear with the time always on UTC. artifact: d582fce875 user: anonymous
13:40 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: c58a768b67 user: anonymous
12:31
Fix a bug in the Files browsing logic. check-in: 85e1e3d4a1 user: drh tags: experimental
2010-10-19
23:50
Bug fix in the new delta-manifest generator logic. check-in: 068b182358 user: drh tags: experimental
23:35 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 13a9b1666a user: rwilson ... 1 similar event omitted.
20:27
Automatically generate delta-manifests on check-in if the delta-manifest is smaller than 1/125th of the baseline-manifest. check-in: 9ea47d4953 user: drh tags: experimental
17:57
Fix a typo in the file format documentation. check-in: 0f3086bee7 user: drh tags: experimental
17:54
Two new settings: "manifest" and "repo-cksum". The first enables the output of the manifest and manifest.uuid files on each checkout. This is now off by default. The second enables repository checksums. It defaults on. check-in: 2f3b9bd3c5 user: drh tags: experimental
17:01
Improvements to the file format documentation to better describe the new B-card on manifests. check-in: f56c622b7a user: drh tags: experimental
16:26
Fix the check-out mechanism so that it works with delta-manifests. check-in: 0e326631fe user: drh tags: experimental
14:55
adding flush to system-command, windows needs all buffers flushed before system execution check-in: a64b48cb29 user: wolfgang tags: StvPrivateHook2
14:12 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 165d87b1d7 user: anonymous ... 9 similar events omitted.
08:03 Ticket [77de516a1f] Post-push patch status still Open with 1 other change artifact: 5f9da2a9ff user: wolfgang
06:48 New ticket [986daabbc4] checkin command lost merge information if --force option used.. artifact: 71f73ca0d1 user: anonymous
05:49 Edit [ccef28b54b3662d4|ccef28b54b]: Change branch background color to "#f0ffc0". Timestamp 2010-10-18 15:46:37. artifact: 631bbef6c5 user: wolfgang
2010-10-18
22:34
Rework manifest parsing in order to process delta-manifests correctly. check-in: aa61a65c18 user: drh tags: experimental
19:40
some error corrections for force hook check-in: a94ef5c00d user: wolfgang tags: StvPrivateHook2
15:46
added output redirect and client force for hook check-in: ccef28b54b user: wolfgang tags: StvPrivateHook2
14:07 Ticket [77de516a1f] Post-push patch status still Open with 1 other change artifact: 98862f6f44 user: wolfgang ... 1 similar event omitted.
12:41 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: c9fd0d6f84 user: anonymous
2010-10-17
17:25
Add the ability to parse and use manifests with the B-card. Add documentation for the B-card. check-in: ec56d8ff58 user: drh tags: experimental
16:45 Edit [9cf288de27c2eb72|9cf288de27]: Move to branch StvPrivateHook2 . Timestamp 2010-10-17 16:37:39. artifact: ab85c21540 user: wolfgang
16:44 Edit [9cf288de27c2eb72|9cf288de27]: Timestamp 2010-10-17 16:37:39. Cancel tag "StvPrivateHook2 --bgcolor yellow --private". artifact: 30f5d490b0 user: wolfgang
16:42 Edit [9cf288de27c2eb72|9cf288de27]: Change background color to "#f0ffc0". Timestamp 2010-10-17 16:37:39. artifact: d4de0ad2bd user: wolfgang
16:40 Edit [568ead7b412a28a3|568ead7b41]: Mark "Closed". Timestamp 2010-10-07 18:46:03. artifact: b781558de5 user: wolfgang
16:38 Edit [9cf288de27c2eb72|9cf288de27]: Change branch background color to "yellow". Timestamp 2010-10-17 16:37:39. artifact: 16c82f4a82 user: wolfgang
16:37
merge from old hook branch check-in: 9cf288de27 user: wolfgang tags: StvPrivateHook2
07:04 Ticket [115e95ac11] ssh clone failing status still Open with 1 other change artifact: d24992dda8 user: ron
2010-10-16
22:21 Ticket [38d7bb8cf0] segfault status still Fixed with 1 other change artifact: 6e6200905d user: bharder
19:07
PellesC doesn't have pgmptr, update Makefile Closed-Leaf check-in: f88368742d user: wolfgang tags: wolfgangHelpCmd
17:33
merge from trunk check-in: 586b0eb144 user: wolfgang tags: wolfgangHelpCmd
16:32
Bring over the latest bug fixes from trunk. check-in: b2175857cc user: drh tags: experimental
16:25 Fixed ticket [be56c89def]: Manifest parser bug causes fossil push to fail if a file look like a manifest but isn't one plus 2 other changes artifact: df3a82f76c user: drh
16:24
Do not attempt to parse control artifacts that do not end with a '\n' character. Ticket [be56c89def7f86bcbd] check-in: 7954ccba68 user: drh tags: trunk
15:13 Add attachment patch-hook.txt to ticket [77de516a1f] artifact: bd5b83c0e4 user: wolfgang
15:12 Ticket [77de516a1f] Post-push patch status still Open with 1 other change artifact: 06a5a0979d user: wolfgang
14:48 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 514077c754 user: wolfgang
12:13 Fixed ticket [38d7bb8cf0]: segfault plus 1 other change artifact: 2e41b4f542 user: drh
12:13
Do not free memory not obtained from malloc in the "fossil diff" command. Ticket [38d7bb8cf044219c2eff8]. check-in: ddb975e2be user: drh tags: trunk
10:49 Add attachment manifest_parse_fix.diff to ticket [be56c89def] artifact: e51e738648 user: anonymous
10:49 New ticket [be56c89def] Manifest parser bug causes fossil push to fail if a file look like a manifest but isn't one. artifact: 5564f15d6c user: anonymous
05:26 Ticket [38d7bb8cf0] segfault status still Open with 1 other change artifact: 79897711ef user: bharder ... 1 similar event omitted.
2010-10-15
22:41
On windows, use the global variable _pgmptr instead of argv[0] in order to find the name of the current executable. Ticket [c8c0b78c840e4df9] check-in: 23a3adac39 user: drh tags: trunk
21:28 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: ea92447562 user: wolfgang
21:23 New ticket [13813896d5] Editing multiple ticket fields ends in no changes. artifact: 63ff1fb2ec user: anonymous
21:10 Ticket [38d7bb8cf0] segfault status still Open with 1 other change artifact: 391a873bbb user: bharder
21:08 Ticket [77de516a1f] Post-push patch status still Open with 2 other changes artifact: 109ab342c9 user: wolfgang
21:08 Ticket [38d7bb8cf0] segfault status still Open with 2 other changes artifact: 512b12958a user: bharder ... 1 similar event omitted.
20:37
Refactor the control-artifact parser. check-in: da9fcdc95a user: drh tags: experimental
18:44 Ticket [3873f0ad52] The ticket 'version' field (found_in) does not appear hyperlinked status still Open with 1 other change artifact: 9c36dbb0cf user: anonymous
17:13
Replace all malloc() calls with fossil_malloc(). The fossil_malloc() routine panics rather than return a NULL pointer. check-in: 8f41b2fa75 user: drh tags: trunk
16:48 Ticket [3873f0ad52] The ticket 'version' field (found_in) does not appear hyperlinked status still Open with 2 other changes artifact: f035169255 user: wolfgang
16:37 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 9be280d8c3 user: wolfgang ... 1 similar event omitted.
16:11
merge from trunk check-in: c127179362 user: wolfgang tags: wolfgangHelpCmd
15:38 New ticket [3873f0ad52] The ticket 'version' field (found_in) does not appear hyperlinked. artifact: d33161eafa user: anonymous
15:30 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 0b353d6ac7 user: rwilson
14:11 Ticket [984d15b811] Merge conflict markers could be more helpful status still Open with 1 other change artifact: fc49ec9864 user: anonymous
14:03 Ticket [24e1e78fa3] Files in conflict are not marked as so status still Open with 2 other changes artifact: 3474825830 user: anonymous
13:59 Ticket [984d15b811] Merge conflict markers could be more helpful status still Open with 2 other changes artifact: a500eb5261 user: anonymous
13:58 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: df9af31112 user: drh
13:56 Fixed ticket [014ac37412]: Cannot run "fossil diff" while in commit plus 1 other change artifact: 963af6a574 user: drh
13:55
On commit, check the repository for changes before starting the write transaction, so that a diff can be run during the check-in comment editing. Ticket [014ac374123d9a6ab6894]. check-in: 59f685856b user: drh tags: trunk
11:34 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 7fb24b78d5 user: anonymous ... 1 similar event omitted.
10:58 New ticket [014ac37412] Cannot run "fossil diff" while in commit. artifact: 78f5c09e29 user: anonymous
10:36 Closed ticket [472e68c0b2]: fossil: unable to find the name of a repository database plus 1 other change artifact: 6f82e4813c user: anonymous ... 2 similar events omitted.
09:29 New ticket [77de516a1f] Post-push patch. artifact: 15557172f7 user: anonymous
09:17 Ticket [44002a7760] cannot locate home directory - please set the HOMEPATH environment variable status still Open with 1 other change artifact: 4db0a3cc1e user: anonymous
09:13 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 58ae8e5fb9 user: anonymous ... 1 similar event omitted.
09:06 New ticket [984d15b811] Merge conflict markers could be more helpful. artifact: 808b07e98e user: anonymous
08:49 New ticket [472e68c0b2] fossil: unable to find the name of a repository database. artifact: fab03c058c user: anonymous
07:54 Ticket [0bc90d7235] fossil clean and ignore-glob status still Open with 1 other change artifact: ec079474ef user: anonymous
07:47 New ticket [24e1e78fa3] Files in conflict are not marked as so. artifact: e37e206f1f user: anonymous
2010-10-14
20:29 Fixed ticket [e90d38c205]: Generate full diff plus 1 other change artifact: c3804d97a9 user: drh
20:28
Always show diffs for added and deleted files in the web UI. Show added and deleted files in diffs with -N and the --from and --to options to the command-line diff command. Ticket [e90d38c2054e9b44792] check-in: 703653489e user: drh tags: trunk
19:49 Ticket [e0352240ad] Support for importing vendor source status still Open with 1 other change artifact: 44ba6a0eba user: wolfgang
19:49 Fixed ticket [e3a1beef67]: Conflict markers are reversed plus 1 other change artifact: c7a0adcf72 user: drh
19:48
Reverse the direction of conflict markers. Ticket [e3a1beef67c97eb2e4d5a] check-in: 93984e2d86 user: drh tags: trunk
19:23
Additional compiler warning fixes. check-in: c345445cad user: drh tags: trunk
19:14
Remove all use of ctypes.h in order to avoid compiler warnings and other problems associated with changing locales. check-in: 2fac809165 user: drh tags: trunk
18:56 Ticket [e0352240ad] Support for importing vendor source status still Open with 1 other change artifact: 6bf6f7ff37 user: anonymous
18:48
Remove a bunch of unused code. check-in: 62f8acbe73 user: drh tags: trunk
18:47 Ticket [e0352240ad] Support for importing vendor source status still Open with 1 other change artifact: db8c219c92 user: wolfgang
18:41
rename import to addremove check-in: 7e65c703c0 user: wolfgang tags: wolfgangHelpCmd
18:38
Work towards including full text of deleted and added files in a diff when the -N or --new-file option is used. Ticket [e90d38c2054e9b44792eb] check-in: 585360b47d user: drh tags: trunk
18:36 Ticket [e0352240ad] Support for importing vendor source status still Open with 1 other change artifact: 1b0f0a74ef user: wolfgang
16:30 Ticket [e90d38c205] Generate full diff status still Open with 2 other changes artifact: b7a3ceb8f9 user: anonymous
16:29 Add attachment full-diff.diff to ticket [e90d38c205] artifact: 55bb2487c2 user: anonymous
15:50 Add attachment merge-marker.diff to ticket [e3a1beef67] artifact: b10a4b0d07 user: anonymous
14:46 New ticket [e3a1beef67] Conflict markers are reversed. artifact: 0e5131dc59 user: anonymous
14:11 Ticket [e0352240ad] Support for importing vendor source status still Open with 1 other change artifact: 6a16eed90d user: anonymous ... 1 similar event omitted.
13:59 New ticket [144180bf7d] Merge onto empty branch fails. artifact: fa10b707c3 user: anonymous
13:30 Ticket [e0352240ad] Support for importing vendor source status still Open with 1 other change artifact: 2d49a3e3d4 user: wolfgang ... 4 similar events omitted.
2010-10-13
19:57 Edit [b37d5f256e207b92|b37d5f256e]: Edit check-in comment. Timestamp 2010-10-13 19:40:04. artifact: 2b96130a51 user: wolfgang
19:44 Ticket [e0352240ad] Support for importing vendor source status still Open with 1 other change artifact: 7540fb62d2 user: wolfgang ... 1 similar event omitted.
19:40
added experimental IMPORT command (ticket [e0352240ad]) check-in: b37d5f256e user: wolfgang tags: wolfgangHelpCmd
13:26 Ticket [e0352240ad] Support for importing vendor source status still Open with 2 other changes artifact: b1dc491575 user: anonymous
11:52 New ticket [e90d38c205] Generate full diff. artifact: 348ddc735e user: anonymous
11:30 New ticket [e0352240ad] Support for importing vendor source. artifact: c0bd28fde4 user: anonymous
2010-10-12
21:42
Fix the default Makefile so that it works out-of-the-box on Linux, MacOSX, NetBSD, and Solaris. check-in: c845b28714 user: drh tags: trunk
16:51 New ticket [7cb0e01aab] "<!--" in .wiki files is translated to visible code. artifact: 7d3399dcbc user: anonymous
14:32 New ticket [c6376b37a8] fossil rename says 'file outside of checkout tree' when it isn't. artifact: b704da4857 user: rwilson
2010-10-11
19:25 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: c86a31c5ef user: anonymous
15:49
merge from trunk check-in: c9df947761 user: wolfgang tags: wolfgangHelpCmd
14:26 Deferred ticket [9a768781e4]: Email information stored for tickets not removed on shun artifact: 3c8bb64107 user: drh
14:26 Deferred ticket [96276d6363]: Shunned artifact remain in log without a link to the artifact plus 2 other changes artifact: e61398d509 user: drh
14:25 Ticket [9a768781e4] Email information stored for tickets not removed on shun status still Open with 2 other changes artifact: b18d477bb6 user: drh
14:20 Fixed ticket [474b0bd4f9]: /debug_tktnew creates a new ticket plus 1 other change artifact: 4f333800a4 user: drh
14:20
Fix the /debug_tktnew and /debug_tktedit methods so that the do not really create a new ticket artifact. Ticket [474b0bd4f991dd60d7d9bb]. check-in: 06c5b3eb6d user: drh tags: trunk
13:50 Closed ticket [e94aee5905]: Time line should shorten commit message plus 2 other changes artifact: df035149df user: drh
13:43
Allow events to be referenced using a prefix of their full event-id. check-in: f2025072b4 user: drh tags: trunk
2010-10-10
23:35 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 5fbcb51fe0 user: anonymous
19:07
New TH1 command: wikicontent

Placed in its own branch for posterity. Closed-Leaf check-in: 6916054dc8 user: bcsmith tags: th1_wikicontent_cmd

18:50 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 3187e8cdd5 user: renez
16:46
adding help cross references check-in: c880f0920f user: wolfgang tags: wolfgangHelpCmd
15:15 Ticket [e94aee5905] Time line should shorten commit message status still Open with 1 other change artifact: 73f8b1beee user: wolfgang
13:38
added cross references for help check-in: c3bf3c0c63 user: wolfgang tags: wolfgangHelpCmd
13:30 Ticket [e94aee5905] Time line should shorten commit message status still Open with 1 other change artifact: cc84aad936 user: anonymous
12:44 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 92778c2312 user: anonymous
12:43 Ticket [e94aee5905] Time line should shorten commit message status still Open with 2 other changes artifact: 207e911eec user: wolfgang
12:32 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 08b3725b1f user: wolfgang
11:07 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 55068c7447 user: renez
10:11 New ticket [6e51013097] Avoid "obj" directory for builds. artifact: 774e8f3965 user: anonymous
08:59
added more cross reference check-in: c2ef371590 user: Ratte tags: wolfgangHelpCmd
2010-10-09
20:13
show references to commandline on webpages; add httptrace to windows http server check-in: d1d1cd122b user: wolfgang tags: wolfgangHelpCmd
17:18 Fixed ticket [71439c64b8]: fossil pull segfault plus 1 other change artifact: abb783831b user: drh
17:18
Fix a potential segfault on "fossil pull". Ticket [71439c64b8d6af66f5e34]. check-in: 26c262cd03 user: drh tags: trunk
16:05 Add attachment fix.diff to ticket [71439c64b8] artifact: be23f543d6 user: anonymous
16:05 New ticket [71439c64b8] fossil pull segfault. artifact: 08ab6e01b5 user: anonymous
15:39
merge from trunk check-in: e1d15514fb user: wolfgang tags: wolfgangHelpCmd
15:34
link the command line help to the gui pages, where appropriate check-in: a5cd79272f user: wolfgang tags: wolfgangHelpCmd
13:33
added a gui diff form to enter the UUIDs, branches, .. and add a link to info page check-in: cee3e0812c user: wolfgang tags: wolfgangHelpCmd
13:04
Add a compile-time option to ignore the control file checksum (for a modest performance increase while parsing control files.) Enhance the test-parse-manifest command to facilitate performance studies. check-in: 712988286e user: drh tags: trunk
10:26
Note: Design Note: Scaling Fossil Up technote: [be8f2f3447] user: drh tags: blog
10:21 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 55da01dfb7 user: drh ... 1 similar event omitted.
06:53
added missing help cross references check-in: 81da2ee39f user: Ratte tags: wolfgangHelpCmd
2010-10-08
19:55
Rebuild faster by caching the last few manifest parses. check-in: 0a55d16227 user: drh tags: trunk
19:03
integrated test commands into the reference check-in: f3f7d9e53f user: wolfgang tags: wolfgangHelpCmd
18:17 Ticket [cf67fa9343] Fossil crashes when committing status still Closed with 1 other change artifact: 65e231e516 user: anonymous ... 1 similar event omitted.
18:03 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 2 other changes artifact: 307a9a22dc user: anonymous ... 1 similar event omitted.
17:08
EDITED www/server.wiki fixed formating and created ticket (I don't see the ticket in commit) check-in: 3f49a84995 user: navratil tags: ttmrichter-skins
16:03 Ticket [cf67fa9343] Fossil crashes when committing status still Open with 1 other change artifact: d593f09961 user: wolfgang
15:51
link the new help page to the reference.wiki document check-in: 47fd0df0b0 user: wolfgang tags: wolfgangHelpCmd
15:46 Ticket [cf67fa9343] Fossil crashes when committing status still Open with 2 other changes artifact: 46c1c61481 user: anonymous
15:05
fine tuning the layout of the command line help strings check-in: c6d1879069 user: wolfgang tags: wolfgangHelpCmd
14:53 New ticket [cf67fa9343] Fossil crashes when committing. artifact: de266a2a93 user: anonymous
14:42 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 47a348875b user: anonymous ... 1 similar event omitted.
13:59 New ticket [e94aee5905] Time line should shorten commit message. artifact: 37571c93dd user: anonymous
13:06
merge from trunk check-in: ff6760ba09 user: wolfgang tags: wolfgangHelpCmd
12:56
corrected layout for wrong calls to help web page check-in: d6e69d6a18 user: wolfgang tags: wolfgangHelpCmd
12:43 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 8de102d70e user: anonymous
12:42
help page uses detected command, not the given input parameter as header check-in: 9017bde28f user: wolfgang tags: wolfgangHelpCmd
12:39
help page linkt to doc files references fossil-scm.org, not the local repository to be usefull in all repositories, not only in clones of fossil check-in: 47f4866bbc user: wolfgang tags: wolfgangHelpCmd
12:32
help overview page uses table layout check-in: 94741fb68f user: wolfgang tags: wolfgangHelpCmd
12:19 Edit [b76a547f1aa13360|b76a547f1a]: Change branch background color to "#fff0c0". Timestamp 2010-10-08 12:02:43. artifact: 3983076557 user: wolfgang
12:19 Edit [ad29dc11328e14a5|ad29dc1132]: Change branch background color to "#fff0c0". Timestamp 2010-10-08 12:10:46. artifact: 06c8495de4 user: wolfgang
12:19 Edit [b76a547f1aa13360|b76a547f1a]: Timestamp 2010-10-08 12:02:43. artifact: 04d5030f71 user: wolfgang
12:18
removed quotes from command cross references and add them in help command check-in: b3bf08cc84 user: wolfgang tags: wolfgangHelpCmd
12:10
shorten command lines to 80 char check-in: ad29dc1132 user: wolfgang tags: wolfgangHelpCmd
12:03 Edit [b76a547f1aa13360|b76a547f1a]: Change background color to "#f0ffc0". Timestamp 2010-10-08 12:02:43. artifact: 539d89fbe1 user: wolfgang
12:02
added cross reference links to command line help in the gui check-in: b76a547f1a user: wolfgang tags: wolfgangHelpCmd
10:59
Obscure the text of the remote-url password so that it is not easily visible using the sqlite3 CLI. check-in: cfbbad3d48 user: drh tags: trunk
10:24 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 718e964873 user: anonymous
08:20 Ticket [44002a7760] cannot locate home directory - please set the HOMEPATH environment variable status still Open with 1 other change artifact: cbebe6e048 user: anonymous ... 1 similar event omitted.
2010-10-07
20:36 Fixed ticket [0cb89f4c72]: Misarranged lines in fossil tag help text plus 1 other change artifact: 6cbfa3e0a1 user: wolfgang
19:17
Merge the "ticket" command into the trunk. check-in: 2f5d45eca3 user: drh tags: trunk
19:10 Edit [2502567f70d52fd8|2502567f70]: Mark "Closed". Timestamp 2010-10-07 16:04:28. artifact: fe15482a48 user: wolfgang
18:46
Merge in recent trunk changes. Closed-Leaf check-in: 568ead7b41 user: drh tags: wolfgangTicketCmd
18:40
Merge in changes from wolfgangFormat2CSS_2, with a few minor corrections. check-in: b525add4e0 user: drh tags: trunk
16:12
merged from trunk check-in: 09397a629a user: wolfgang tags: wolfgangTicketCmd
16:10 Verified ticket [0cb89f4c72]: Misarranged lines in fossil tag help text plus 1 other change artifact: da518be020 user: wolfgang
16:09
corrected missaranged lines in tag help (ticket [0cb89f4c72]) check-in: 8041eab372 user: wolfgang tags: wolfgangTicketCmd
16:04
merged from trunk Closed-Leaf check-in: 2502567f70 user: wolfgang tags: wolfgangFormat2CSS_2
15:57
add success message to fossil ticket add/set check-in: e00f13dc6e user: wolfgang tags: wolfgangTicketCmd
14:02 New ticket [59965ca64d] Bad line endings in diff output on Windows. artifact: 8026af9bc2 user: anonymous
13:37
Update the built-in SQLite to the latest 3.7.3 beta. check-in: daf28132a9 user: drh tags: trunk
13:34
Add the optional "showsql" query parameter to the timeline. check-in: 3efdd65756 user: drh tags: trunk
12:09 Ticket [0cb89f4c72] Misarranged lines in fossil tag help text status still Open with 3 other changes artifact: 8e4024afee user: anonymous ... 1 similar event omitted.
11:03 New ticket [0fd3c7d243] wiki inserts P tags in tables. artifact: baf9c21239 user: anonymous
09:28 New ticket [474b0bd4f9] /debug_tktnew creates a new ticket. artifact: cca7d876e2 user: wolfgang
09:11
changed fossil ticket fieldlist to fossil ticket list fields and added fossil ticket list reports check-in: 3f06f272cd user: wolfgang tags: wolfgangTicketCmd
06:08 New ticket [9a768781e4] Email information stored for tickets not removed on shun. artifact: 5b5eaff017 user: anonymous
06:02 New ticket [96276d6363] Shunned artifact remain in log without a link to the artifact. artifact: 79c724feba user: anonymous
2010-10-06
19:40 Ticket [3567d7dd0c] occupied port 8080 has been used instead of available 8081 status still Open with 1 other change artifact: ed0aa1464d user: navratil ... 3 similar events omitted.
19:11 Closed ticket [a888fc2aa7]: typographic error in "fossil ticket" help plus 2 other changes artifact: 6f73f8da62 user: wolfgang
19:10
typo in fossil ticket help fixed, solving [a888fc2aa7] check-in: 3c6f67fc81 user: wolfgang tags: wolfgangTicketCmd
18:08 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 83c380896b user: anonymous
17:36 New ticket [a888fc2aa7] typographic error in "fossil ticket" help. artifact: 44f6608e79 user: anonymous
15:59 Edit [afca329121898d5f|afca329121]: Edit check-in comment. Timestamp 2010-10-06 14:42:06. artifact: 0957972ed3 user: wolfgang
15:57 Edit [afca329121898d5f|afca329121]: Mark "Closed". Timestamp 2010-10-06 14:42:06. Cancel "branch". Cancel tag "wolfgangFormat2CSS_2". artifact: 7ef543f357 user: wolfgang
14:42
removed unused include -------------------------------- moved false branch commit to closed leaf Closed-Leaf check-in: afca329121 user: wolfgang
13:10
added command line help page to the gui check-in: ffbfb4d57c user: wolfgang tags: wolfgangFormat2CSS_2
12:50 New ticket [44002a7760] cannot locate home directory - please set the HOMEPATH environment variable. artifact: b9038f62ad user: anonymous
12:35 Open ticket [c3971eac71]: fossil breaks if HOME points to read-only directory plus 4 other changes artifact: 717845c772 user: anonymous
12:15 Fixed ticket [f696bc85f8]: Client side verification of SSL server certificates should use system wide default CAs plus 1 other change artifact: 621cd86f7b user: drh
12:15
SLL uses system-wide default CAs. Ticket [f696bc85f8b91d263f5bf4c5bbd2]. check-in: 8995df3aee user: drh tags: trunk
10:54 New ticket [5664fcba51] merge disjunct trees. artifact: 054b5a1970 user: anonymous
09:54
moved attribute bgcolor to css check-in: 720fa53d1f user: wolfgang tags: wolfgangFormat2CSS_2
09:54
merge from trunk check-in: 454658c0b0 user: wolfgang tags: wolfgangFormat2CSS_2
09:47 New ticket [fcadf658ed] Checkin ui edit "propagate color to descendants" problem. artifact: 1adc7afaa4 user: anonymous
09:40 Ticket [5199df97bc] Alternative to reconstruct for large imports status still Open with 1 other change artifact: 5c97502a3b user: anonymous
09:24
completed work on ticket command, optimized the help text check-in: d6be2068d3 user: wolfgang tags: wolfgangTicketCmd
09:10
added -q to ticket set|add, corrected set/add command line parser check-in: 08726b95be user: wolfgang tags: wolfgangTicketCmd
00:12 Fixed ticket [5e9020fe4c]: Ancestor check incorrect for fast commits plus 1 other change artifact: 3652fe759f user: drh
00:12
Change ancestor age check error message to be more precise. Ticket [5e9020fe4ccfc11e94]. check-in: 89d4d0b85b user: drh tags: trunk
00:06 Ticket [5199df97bc] Alternative to reconstruct for large imports status still Open with 2 other changes artifact: ec1080ec78 user: drh
2010-10-05
20:25 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 8a44d01444 user: anonymous
19:23
added ticket list and new quoting option to ticket show check-in: 82559a701f user: wolfgang tags: wolfgangTicketCmd
17:13 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 0fba58e4a6 user: wolfgang
16:37
fossil ticket show may use report name instead of report number check-in: 63d91f0b87 user: wolfgang tags: wolfgangTicketCmd
16:16 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 3520555944 user: anonymous
15:44
check for valid UUID on ticket set command check-in: 1e1512f510 user: wolfgang tags: wolfgangTicketCmd
15:40 Add attachment rebuild.diff to ticket [5199df97bc] artifact: 8c323a86de user: anonymous
15:40 New ticket [5199df97bc] Alternative to reconstruct for large imports. artifact: 8d36528cd7 user: anonymous
14:40
Merge from trunk. check-in: 029448a394 user: michael tags: ttmrichter-skins
13:46
implemented add/set ticket commands check-in: 9d3b9d653a user: wolfgang tags: wolfgangTicketCmd
12:50 Edit [12a79e5b933b9800|12a79e5b93]: Change background color to "#d0c0ff". Timestamp 2010-10-05 03:55:49. artifact: ce4758e998 user: drh
12:40 Edit [12a79e5b933b9800|12a79e5b93]: Timestamp 2010-10-05 03:55:49. Add tag "release". artifact: ad72208f71 user: drh
11:23 Edit [a6dd0bf3e1f14173|a6dd0bf3e1]: Change branch background color to "#f0ffc0". Timestamp 2010-10-05 09:56:59. artifact: 14a1eaeec7 user: drh
11:23 Edit [f3f7f138154aef25|f3f7f13815]: Timestamp 2010-10-04 20:18:06. artifact: e9331d3b8d user: drh
10:50 Edit [092d7630280b66a8|092d763028]: Timestamp 2010-10-05 10:43:28. artifact: d032838f81 user: wolfgang
10:50 Edit [a6dd0bf3e1f14173|a6dd0bf3e1]: Change branch background color to "#f0ffc0". Timestamp 2010-10-05 09:56:59. artifact: be81d8c533 user: wolfgang
10:49 Edit [f3f7f138154aef25|f3f7f13815]: Timestamp 2010-10-04 20:18:06. artifact: 54d9430e0c user: wolfgang
10:49 Closed ticket [a5fba652a6]: remote `fossil clone` failed plus 4 other changes artifact: 1da603bce0 user: anonymous
10:43
filter on ticket show working, report code moved to report.c check-in: 092d763028 user: wolfgang tags: wolfgangTicketCmd
09:56
merge from trunk and extending Makefile.dmc with event check-in: a6dd0bf3e1 user: wolfgang tags: wolfgangTicketCmd
09:45 New ticket [a1a08cb418] autosync fails after network outage. artifact: 76b43d14f8 user: anonymous
09:43
merged from trunk check-in: def52067be user: wolfgang tags: wolfgangFormat2CSS_2
07:09 Changes to wiki page "Cookbook" artifact: 0b80da4b06 user: BM
03:55
Note: Release 2010-10-05 03:55:49 technote: [3478712789] user: drh tags: release
03:55
Update to the latest SQLite 3.7.3 beta. check-in: 12a79e5b93 user: drh tags: trunk, release
03:32
Merge the experimental "Event" changes into the trunk. check-in: d96c4a42f0 user: drh tags: trunk
03:29 Fixed ticket [2a1e8e3c4b]: content_get can recursive too deep plus 1 other change artifact: 4a8112443e user: drh
03:29
Merge the small-stack changes into the trunk. This completes the fix for ticket [2a1e8e3c4b0b39e08fdde] check-in: b8f134bbbb user: drh tags: trunk
03:24
Fix issues with the prior commit on this branch. The small-stack non-recursive implementation appears to be working. Ticket [2a1e8e3c4b0b39e08fdde]. Closed-Leaf check-in: f93a54d0ba user: drh tags: small_stack
02:46
An attempt to reduce the depth of recursion in order to run better on systems with limited stack spack. Ticket [2a1e8e3c4b0b39e08fdde0]. This check-in compiles and runs but has issues. check-in: 9664989c0f user: drh tags: small_stack
00:40 Fixed ticket [cee1b58990]: Questions And Criticisms using wrong tag </p> instead of </b> plus 1 other change artifact: c9514c4bab user: drh
00:40
Fix HTML typo in qandc.wiki. Ticket [cee1b58990e81] check-in: e6c8df3bb7 user: drh tags: trunk
2010-10-04
21:34 New ticket [cee1b58990] Questions And Criticisms using wrong tag </p> instead of </b>. artifact: 4084b71d7f user: anonymous
20:48 Ticket [89b54e57b4] branch new asks to sign although clearsign says not to sign status still Open with 1 other change artifact: c6d007df65 user: wolfgang ... 1 similar event omitted.
20:18 Edit [f3f7f138154aef25|f3f7f13815]: Move to branch wolfgangTicketCmd. Change background color to "#f0ffc0". Timestamp 2010-10-04 20:18:06. artifact: dd9a891bde user: wolfgang
20:18
ticket show working(without UUID-filter) check-in: f3f7f13815 user: wolfgang tags: wolfgangTicketCmd
16:34 New ticket [5e9020fe4c] Ancestor check incorrect for fast commits. artifact: f903dfd250 user: anonymous
11:48
merged from trunk check-in: fafcb6c780 user: Ratte tags: wolfgangFormat2CSS_2
10:00 Ticket [2a1e8e3c4b] content_get can recursive too deep status still Open with 1 other change artifact: f3c0c5e2dd user: anonymous
09:49 New ticket [3bcacd36ff] Show ticket history on ticket edit page. artifact: e90d6496d0 user: anonymous
01:21
Updates and corrections to the file format documentation. Closed-Leaf check-in: 3e48b683de user: drh tags: experimental
2010-10-03
23:53 Fixed ticket [76d3ecfdab]: verify_at_commit should print status plus 2 other changes artifact: aad33bd92a user: drh
23:50 Edit [5f0201030cbf3652|5f0201030c]: Edit check-in comment. Timestamp 2010-10-03 20:00:14. artifact: 0884c13890 user: drh
23:32 Fixed ticket [a32ff1eddb]: Optional R card not properly ignored plus 2 other changes artifact: cf1debd35f user: drh
23:31
Make the R card of manifests truely optional. It is always generated on manifests created by Fossil itself, but 3rd party import tools might choose to omit the R card as a simplification. Ticket [a32ff1eddb6ac1f499]. check-in: aab38ef02f user: drh tags: trunk
22:12 Changes to wiki page "Fossil" artifact: e23719b08c user: anonymous
20:34
merge from trunk check-in: 287dd50e7b user: wolfgang tags: wolfgangFormat2CSS_2
20:00
Dramatic performance improvement for "fossil deconstruct" and "fossil reconstruct" on large repositories. Add progress information for "fossil reconstruct". Possibly related to ticket [2a1e8e3c4b0b39e08fdde0]. Fix for ticket [76d3ecfdab577bdf843]. check-in: 5f0201030c user: drh tags: trunk
19:24
More descriptive SSL error messages. Closed-Leaf check-in: 6b8b6d2e23 user: bcsmith tags: ssl_platform_fixes
19:16 Ticket [2a1e8e3c4b] content_get can recursive too deep status still Open with 1 other change artifact: 9918b41e2d user: drh
19:01
For "fossil rebuild" increment the progress counter after each artifact is processed, rather than waiting for its delta children to be processed, in order to give a more uniform progress indication. Possibly related to ticket [2a1e8e3c4b0b39e08fdde]. check-in: ae000c23fa user: drh tags: trunk
18:36 Ticket [89b54e57b4] branch new asks to sign although clearsign says not to sign status still Open with 1 other change artifact: 359fa954a3 user: wolfgang
18:32 Ticket [2a1e8e3c4b] content_get can recursive too deep status still Open with 1 other change artifact: 413917f5ef user: drh
18:12 Ticket [89b54e57b4] branch new asks to sign although clearsign says not to sign status still Open with 2 other changes artifact: 2e07bc69ca user: drh
18:04 Closed ticket [573de5b9d9]: fossil "event" naming plus 1 other change artifact: cc84fc17ef user: drh
18:04 Ticket [6c54714451] fossil clone is slow status still Open with 2 other changes artifact: 5b363954c8 user: drh
18:02 Ticket [2a1e8e3c4b] content_get can recursive too deep status still Open with 1 other change artifact: 446360743b user: drh ... 1 similar event omitted.
17:50 New ticket [6c54714451] fossil clone is slow. artifact: 8bcfb69d21 user: anonymous
17:32
corrected HTML-Validator problems check-in: 443dbc676a user: wolfgang tags: experimental
17:25
corrected HTML-validator problems check-in: 32e85b6638 user: wolfgang tags: wolfgangFormat2CSS_2
17:13 New ticket [573de5b9d9] fossil "event" naming. artifact: 9ad176d9cc user: bharder
13:04 Add attachment r-card.diff to ticket [a32ff1eddb] artifact: fb7207feb4 user: anonymous
13:03 New ticket [a32ff1eddb] Optional R card not properly ignored. artifact: 7706c8605c user: anonymous
13:02 New ticket [89b54e57b4] branch new asks to sign although clearsign says not to sign. artifact: ed6836fe6a user: renez
12:52 Ticket [2a1e8e3c4b] content_get can recursive too deep status still Open with 3 other changes artifact: 6541ee201e user: anonymous
12:18
added event.c to PellesC Makefile check-in: 65a12d56ca user: wolfgang tags: experimental
11:52
corrected some HTML-validation problems check-in: 04b33f77a1 user: wolfgang tags: experimental
07:23 New ticket [6e5d9dd8ec] HTML tags show on tickets when running "fossil timeline" on CLI. artifact: cb5e3b704b user: anonymous
04:00 Add attachment verify_at_commit.diff to ticket [76d3ecfdab] artifact: 33857fed56 user: anonymous
03:14 New ticket [76d3ecfdab] verify_at_commit should print status. artifact: 16e5a2198b user: anonymous
02:40 New ticket [2a1e8e3c4b] content_get can recursive too deep. artifact: 2531e176fb user: anonymous
00:21
Add support for tags on events, including the ability to display a timeline of all events with a particular tag. check-in: a1fcb97dfa user: drh tags: experimental
2010-10-02
18:31
User interface refinements and some documentation added for events. check-in: e5bcc0c924 user: drh tags: experimental
16:35
Add hyperlinks for creating new events and the ability to browse through this history of changes for an event. Add the ability to show "details" of an event. check-in: ba06d3449b user: drh tags: experimental
15:44
make PellesC-Makefile dynamic, only special files (util, zlib th, sqlite are mentioned explicitly, other sources are read by wildcard expansion check-in: 3bb1f957a9 user: wolfgang tags: wolfgangFormat2CSS_2
13:20 Edit [c492eab395efe0e4|c492eab395]: Edit check-in comment. Timestamp 2010-10-02 12:51:29. artifact: 7abcd93076 user: wolfgang
12:55
merge from trunk check-in: f52c6f6886 user: wolfgang tags: wolfgangFormat2CSS_2
12:52 Edit [c492eab395efe0e4|c492eab395]: Timestamp 2010-10-02 12:51:29. Change user to "wolfgang". artifact: 0026efd529 user: Ratte
12:51
show new allowed tags(checkin [172dccb66f]) in wiki help page check-in: c492eab395 user: wolfgang tags: trunk
12:37
Event background colors are now working. check-in: 6f93ca9418 user: drh tags: experimental
11:42
use compiler_name in windows-resource file check-in: f09603e66d user: wolfgang tags: wolfgangFormat2CSS_2
06:39
merged from trunk check-in: b906b7b8c9 user: Ratte tags: wolfgangFormat2CSS_2
03:28
Add the ability to assign background colors to the timeline entries for events. check-in: a5110365a3 user: drh tags: experimental
00:25
First working code for displaying and editing events. check-in: 419903ebd7 user: drh tags: experimental
2010-10-01
22:17
Add the new "Event" artifact type to be used for project milestones, blog posts, news articles, and so forth. The Event artifact format is still subject to incompatible changes. check-in: ed8738b60a user: drh tags: experimental
19:10 Ticket [ad15a8e2af] Cannot commit a renamed file specifying files status still Open with 1 other change artifact: 1b8ce7e326 user: anonymous
19:09 Ticket [fb9a08bc0e] Default user not respected for 'fossil tag' status still Open with 1 other change artifact: 517ac9e020 user: anonymous
18:02
Allow fossil branch new --date-override 'YYYY-MM-DD HH:MM:SS' --user-override user thebranch checkin To aid in importing historic data from other scm's check-in: 2cc6fd9107 user: renez tags: trunk
17:44
Allow fossil tag add --date-override 'YYYY-MM-DD HH:MM:SS' --user-override user thetag checkin To aid in importing historic data from other scm's check-in: 5c59d7e9c6 user: renez tags: trunk
15:50
Change COMPILE_VARIANT to COMPILER_NAME. Populate the macro with complete version information when using GCC. check-in: 33b4f335e0 user: drh tags: wolfgangFormat2CSS_2
15:39
added thead, tfoot, tbody, col, colgroup and span to allowed html. So that pages generated by docbook and elyxer are accepted check-in: 172dccb66f user: renez tags: trunk
11:17 Ticket [c9b62d38ef] fossil rebuild fails on PellesC-compile status still Open with 2 other changes artifact: 0452c96125 user: Ratte ... 1 similar event omitted.
10:27 Ticket [ad15a8e2af] Cannot commit a renamed file specifying files status still Open with 2 other changes artifact: 44909187bb user: wolfgang ... 1 similar event omitted.
2010-09-30
21:41 Ticket [93fef9f3c8] fossil clone -A username does not work status still Open with 1 other change artifact: 91d7c1329c user: renez
21:25 Ticket [fb9a08bc0e] Default user not respected for 'fossil tag' status still Open with 2 other changes artifact: bcede53a80 user: renez ... 1 similar event omitted.
15:12
resource generate running on XP/dmc&pellesc5 check-in: 9d896dcadb user: wolfgang tags: wolfgangFormat2CSS_2
14:30
added comment to compile variant definition, added missing pellesC ifdef check-in: 12eb50d134 user: wolfgang tags: wolfgangFormat2CSS_2
14:01
copyright resource uses only year check-in: dd3bf669e8 user: wolfgang tags: wolfgangFormat2CSS_2
13:50 Ticket [93fef9f3c8] fossil clone -A username does not work status still Open with 1 other change artifact: d5cf5fc150 user: anonymous ... 2 similar events omitted.
06:44
extended resource info for windows compile check-in: dd830ff82a user: Ratte tags: wolfgangFormat2CSS_2
01:12 Ticket [c179f93e63] fossil commit crashes when added paths contain Shift-JIS status still Open with 2 other changes artifact: 1b513f417b user: anonymous ... 1 similar event omitted.
2010-09-29
22:17
merged from trunk check-in: a5f0579454 user: wolfgang tags: wolfgangFormat2CSS_2
22:16 Edit [d4749d60e435ca50|d4749d60e4]: Edit check-in comment. Timestamp 2010-09-29 22:12:25. artifact: f49d2fd29b user: wolfgang
22:14 Edit [d4749d60e435ca50|d4749d60e4]: Edit check-in comment. Timestamp 2010-09-29 22:12:25. artifact: d0c1d81505 user: wolfgang
22:12
made rc-file Digital mars conform

digital mars resource compiler(rcc) must be downloaded separately. The changes in the makefile are:

+RC=$(DMDIR)\bin\rcc
+RCFLAGS=-32 -w1

APPNAME = $(OBJDIR)\fossil$(E)

all: $(APPNAME)

-$(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link +$(APPNAME) : translate$E mkindex$E h...

check-in: d4749d60e4 user: wolfgang tags: wolfgangFormat2CSS_2
21:12
versioninfo/icon added to PellesC compile check-in: 12e5178e9d user: wolfgang tags: wolfgangFormat2CSS_2
17:22 Changes to wiki page "compillingOnWindows" artifact: d43d1740dd user: wolfgang
17:14 Fixed ticket [3f748ac12c]: reconstruct or deconstruct failure plus 1 other change artifact: 5484116fac user: wolfgang
17:14 Fixed ticket [1b41304d8b]: <div style="clear: both"> is really necessary? plus 2 other changes artifact: 43276900d2 user: wolfgang
16:58
Avoid duplicate "/" in the redirect from the /home webpage. check-in: cabf810b0b user: drh tags: trunk
16:18 Changes to wiki page "compillingOnWindows" artifact: 9d4dff3eae user: wolfgang
16:01
merged trunk check-in: e2db682fa0 user: wolfgang tags: wolfgangFormat2CSS_2
15:49
Print a warning and require confirmation prior to continuing with a commit after detection of time skew. check-in: c6a65cbd81 user: drh tags: trunk
15:45
added a compiler variant TH1 variable, to be able to see the compiler version on the web page during testing/developing different compiler variants check-in: 4d7c443c10 user: wolfgang tags: wolfgangFormat2CSS_2
15:20
Sync opertions warn about clock skew between client and server. check-in: 71c40d3bdb user: drh tags: trunk
14:11
merge trunk check-in: e410d40b1b user: wolfgang tags: wolfgangFormat2CSS_2
13:32
Update SQLite to the latest version 3.7.3 release candidate. check-in: fa29769a3d user: drh tags: trunk
13:30
Merge all changes from the wolfgangFormat2CSS_2 branch into the trunk. check-in: 5a48a9b27b user: drh tags: trunk
13:29
Code formatting tweaks. check-in: 8fce80ea99 user: drh tags: wolfgangFormat2CSS_2
13:20 Fixed ticket [22a59e9a34]: Existing file named "MANIFEST" always overwritten plus 2 other changes artifact: 24d408e720 user: drh
13:18
Back out changes in [9978d2aba603d94]. Instead, simply modify checkout so that it never overwrites "manifest" and "manifest.uuid" if those files are explicitly checked in. Ticket [22a59e9a3455d8e]. check-in: 4208b3b479 user: drh tags: wolfgangFormat2CSS_2
13:17 Edit [9978d2aba603d94d|9978d2aba6]: Edit check-in comment. Timestamp 2010-09-27 18:12:15. artifact: 21db4303ed user: drh
12:49 Fixed ticket [cc4cd99016]: dir browser crashes on unknown checkin name plus 1 other change artifact: d5e7621378 user: drh
12:49 Edit [872f6a45e3338b77|872f6a45e3]: Edit check-in comment. Timestamp 2010-09-27 15:44:09. artifact: c37253ba37 user: drh
12:48
Better handling of /dir pages with unknown checkins. Rework of check-in [872f6a45e3338b77ed10ec49598343ff2ae7741d] for ticket [cc4cd990165317f38618f5b784befd3e9ff3fe61]. check-in: e01f7e6db2 user: drh tags: wolfgangFormat2CSS_2
2010-09-28
18:40
added 64 bit windows compile for PellesC/6.00.4 check-in: 528c581154 user: Ratte tags: wolfgangFormat2CSS_2
16:16
corrected error CSS usages check-in: 94abf61c52 user: wolfgang tags: wolfgangFormat2CSS_2
15:45
more formats to css check-in: e05f750a45 user: wolfgang tags: wolfgangFormat2CSS_2
14:48
reconstruct handles subdirectories check-in: 6759e00eb8 user: wolfgang tags: wolfgangFormat2CSS_2
09:02
solved ticket [1b41304d8b]: moved style clear: both from code for content to css, adding the corresponding div only, if a sidebox wass used check-in: 26fc585ecf user: Ratte tags: wolfgangFormat2CSS_2
08:46 Ticket [1b41304d8b] <div style="clear: both"> is really necessary? status still Verified with 1 other change artifact: 2b40a6cb56 user: wolfgang ... 1 similar event omitted.
08:29
solved ticket [1b41304d8b]: moved style clear: both from code for content div to footer css, needs redefinition of div.footer in the css configuration! check-in: 15b3ad2509 user: Ratte tags: wolfgangFormat2CSS_2
08:22 Ticket [1b41304d8b] <div style="clear: both"> is really necessary? status still Open with 2 other changes artifact: 90d068aede user: wolfgang ... 1 similar event omitted.
05:55 Ticket [3f748ac12c] reconstruct or deconstruct failure status still Open with 2 other changes artifact: 80033983ad user: wolfgang
05:52
leave notes in help for re/deconstruct about flat import( ticket [3f748ac12c] ) check-in: 92f8cefcc8 user: Ratte tags: wolfgangFormat2CSS_2
05:32 Ticket [3f748ac12c] reconstruct or deconstruct failure status still Open with 1 other change artifact: fb3443918d user: wolfgang ... 3 similar events omitted.
2010-09-27
18:31
HTML validated setup_settings page check-in: 4a01787609 user: wolfgang tags: wolfgangFormat2CSS_2
18:16 Ticket [22a59e9a34] Existing file named "MANIFEST" always overwritten status still Open with 2 other changes artifact: b147fc7a7f user: wolfgang
18:12
added setting to change name of the manifest files in the checkout Ticket [22a59e9a3455d8ecb] check-in: 9978d2aba6 user: wolfgang tags: wolfgangFormat2CSS_2
15:56
length of short checkin uuid for dir page restored to 10 check-in: b72065df2f user: wolfgang tags: wolfgangFormat2CSS_2
15:45 Ticket [cc4cd99016] dir browser crashes on unknown checkin name status still Open with 2 other changes artifact: 665e0c54b6 user: wolfgang
15:44
fixed error on dir page with unknown checkins. Ticket [cc4cd99016531]. check-in: 872f6a45e3 user: wolfgang tags: wolfgangFormat2CSS_2
15:39 New ticket [cc4cd99016] dir browser crashes on unknown checkin name. artifact: 7790127b98 user: wolfgang
12:35
corrected dependency for page_index.h in PellesC-Make check-in: f8b8e530f3 user: wolfgang tags: wolfgangFormat2CSS_2
12:29
corrected -L 0 for deconstruct check-in: f7fd676575 user: wolfgang tags: wolfgangFormat2CSS_2
12:10
recreated deconstruct command check-in: ab12d0f4d2 user: wolfgang tags: wolfgangFormat2CSS_2
08:51 Ticket [a7eff56a93] Attachment Download Link status still Fixed with 1 other change artifact: 8376487b5e user: anonymous
2010-09-26
16:52 Edit [c343cd9873b3c43b|c343cd9873]: Timestamp 2010-09-26 16:33:26. Change user to "wolfgang". artifact: 158bfd9d0a user: Ratte
16:51 Edit [41385f75da4e5572|41385f75da]: Timestamp 2010-09-26 10:35:56. Change user to "wolfgang". artifact: 59e407eace user: Ratte
16:51 Edit [87e27419fd33979a|87e27419fd]: Timestamp 2010-09-26 11:32:09. Change user to "wolfgang". artifact: cfc2b9529d user: Ratte
16:50 Edit [e5bf291e1c9fdfc1|e5bf291e1c]: Timestamp 2010-09-26 12:25:02. Change user to "wolfgang". artifact: a9a87185ec user: Ratte
16:50 Edit [616a423b15c269cc|616a423b15]: Timestamp 2010-09-26 14:43:08. Change user to "wolfgang". artifact: 755eb0cbe0 user: Ratte
16:50 Edit [f8f63dfad93b9349|f8f63dfad9]: Timestamp 2010-09-26 09:29:00. Change user to "wolfgang". artifact: e2197bc84f user: Ratte
16:49 Edit [5b2c83733628707e|5b2c837336]: Timestamp 2010-09-26 11:34:17. Change user to "wolfgang". artifact: 2926541ae0 user: Ratte
16:33
added build environment for PellesC check-in: c343cd9873 user: wolfgang tags: wolfgangFormat2CSS_2
14:43
update from trunk check-in: 616a423b15 user: wolfgang tags: wolfgangFormat2CSS_2
13:23 Ticket [8e291053ef] Color picker (edit check-in properties) status still Open with 1 other change artifact: e21aad2767 user: Ratte
13:15 Edit [e5bf291e1c9fdfc1|e5bf291e1c]: Timestamp 2010-09-26 12:25:02. artifact: f0d4cf57a0 user: Ratte
12:25
some more htm validation check-in: e5bf291e1c user: wolfgang tags: wolfgangFormat2CSS_2
11:38 Ticket [8e291053ef] Color picker (edit check-in properties) status still Open with 1 other change artifact: 1b9521c6fb user: Ratte
11:34 Fixed ticket [99d0791365]: Redirect problem prevents fossil access plus 2 other changes artifact: 43e487b7e6 user: drh
11:34
merge from trunk check-in: 5b2c837336 user: wolfgang tags: wolfgangFormat2CSS_2
11:33
Steps to try to avoid redirect loops on a misconfigured repository. Ticket [99d0791365daaec739c53c8b94059e280efc9628] check-in: 1a0086249b user: drh tags: trunk
11:32
code layout optimoied for user color input and standard style comment for use of jscolor.com.. check-in: 87e27419fd user: wolfgang tags: wolfgangFormat2CSS_2
11:11 Fixed ticket [675aaa3458]: fossil says valid html element is invalid plus 1 other change artifact: 34e7fcfac1 user: drh
11:11
Increased robustness of the XML markup parser. Ticket [675aaa3458199c8832c6879b43325ffb2fd62e75] check-in: ee78a38128 user: drh tags: trunk
10:35
edit checkin page html validated and added custom color edit check-in: 41385f75da user: wolfgang tags: wolfgangFormat2CSS_2
09:29
Merging from trunk. check-in: f8f63dfad9 user: wolfgang tags: wolfgangFormat2CSS_2
2010-09-25
11:16 Ticket [8e291053ef] Color picker (edit check-in properties) status still Open with 1 other change artifact: 9318863362 user: wolfgang
2010-09-24
21:51 Ticket [675aaa3458] fossil says valid html element is invalid status still Open with 2 other changes artifact: 97656465e9 user: renez
18:18 Ticket [99d0791365] Redirect problem prevents fossil access status still Open with 1 other change artifact: 41c9595e0f user: anonymous
18:18 Add attachment p to ticket [99d0791365] artifact: af43d3890d user: anonymous
17:07
Merging from trunk. check-in: e3292ef8c3 user: michael tags: ttmrichter-skins
16:52 Ticket [99d0791365] Redirect problem prevents fossil access status still Open with 1 other change artifact: 2c6c242ddb user: anonymous ... 2 similar events omitted.
14:35 Changes to wiki page "Cookbook" artifact: 8b97a51fe5 user: anonymous
13:20 New ticket [99d0791365] Redirect problem prevents fossil access. artifact: be410cb800 user: anonymous
2010-09-23
19:07 Ticket [f37c5d9fe6] -R, --repository not recognized with "fossil branch new" cmd status still Open with 1 other change artifact: f857a8b0b6 user: bharder ... 2 similar events omitted.
08:46 Ticket [8e291053ef] Color picker (edit check-in properties) status still Open with 2 other changes artifact: 3680756ba8 user: BMorgat ... 1 similar event omitted.
02:02 Fixed ticket [c198af6880]: url_parse passes paths through mprintf, breaking % encoding (thus ~ too) plus 2 other changes artifact: 9ebc10ba0f user: anonymous
2010-09-22
14:32
Updates to the submenu links for ticket views. check-in: f29a826666 user: drh tags: trunk
07:50 New ticket [675aaa3458] fossil says valid html element is invalid. artifact: 4a23a0cd4f user: renez
05:42
schema change to support "nop". Repos will need to be rebuilt to use this functionality. Closed-Leaf check-in: efc9e1c3b4 user: bharder tags: nop
03:03
typo check-in: cb14ab1809 user: bharder tags: nop
02:58
start of "nop" no-operation command check-in: 46ea03734f user: bharder tags: nop
2010-09-20
10:10 New ticket [22a59e9a34] Existing file named "MANIFEST" always overwritten. artifact: 5c52171082 user: anonymous
00:07 Ticket [115e95ac11] ssh clone failing status still Open with 1 other change artifact: 49ba1a5c23 user: anonymous
2010-09-19
06:15
merged trunk check-in: 5e7d7144ec user: Ratte tags: wolfgangFormat2CSS_2
01:14
merge trunk Closed-Leaf check-in: 1dfb33e879 user: bharder tags: lang
00:56
Corrections to the built-in help text for the "all" command. check-in: 0183e1917f user: drh tags: trunk
2010-09-18
22:22 Fixed ticket [b1934313bc]: admin/stat page is not 64bit clean plus 1 other change artifact: 6bf7888daa user: drh
22:22
Enable large-file support for stat() on linux. Fix the "stat" webpage to handle repositories larger than 2GB. Ticket [b1934313bcfb3a90d4027b] check-in: 31fdc347ac user: drh tags: trunk
21:48
Use _stati64() rather than stat() on windows, in order to support repositories larger than 2GB. check-in: 293238031f user: drh tags: trunk
20:13 Edit [b48f78964e78a0fb|b48f78964e]: Change background color to "#d0c0ff". Timestamp 2010-09-18 15:51:43. Add tag "release". artifact: 2a3da45377 user: drh
20:08
Enhance the test-canonical-name command to provide additional file measurement diagnostics. check-in: 7fbaee790a user: drh tags: trunk
16:24
merged back to trunk check-in: 5a5e722fc4 user: wolfgang tags: wolfgangFormat2CSS_2
16:04
more pedantic language adj check-in: ee96785db6 user: bharder tags: lang
15:59
merge trunk check-in: 2a53f5109e user: bharder tags: lang
15:51
Merge in changes from the wolfgangFormat2CSS_2 branch, but with edits. check-in: b48f78964e user: drh tags: trunk, release
15:16 Fixed ticket [a182bd01a9]: Description of 'annotate' in fossil help is incorrect plus 1 other change artifact: 9f7c277460 user: drh
15:16
Clearify the operation of the "fossil annotate" command in the built-in help. Ticket [a182bd01a9c8dde66b1f] check-in: bb1b3fa928 user: drh tags: trunk
01:23 New ticket [a182bd01a9] Description of 'annotate' in fossil help is incorrect. artifact: 4273293f15 user: anonymous
2010-09-17
21:57
remove debug type in autoparagraphs/wikiformat check-in: 06bd8ebc6a user: Ratte tags: wolfgangFormat2CSS_2
19:52
reintegrate javascript directly in timeline page but do a proper encoding of the script to prevent validator errors check-in: 24d1d17b46 user: wolfgang tags: wolfgangFormat2CSS_2
19:34 Edit [e8f200b6d386f495|e8f200b6d3]: Mark "Closed". Timestamp 2010-09-17 14:33:04. Cancel tag "wolfgangFormat2CSS_2". artifact: fc688f6324 user: Ratte
18:07
ws alignment for printed table of status check-in: 81e9a2d0ac user: bch tags: lang
14:33
separated timeline javascript code in separate file, to enable caching and preventing errors with HTML validator and mising <,>,.. Closed-Leaf check-in: e8f200b6d3 user: wolfgang
13:46
merged 63dc0641ac check-in: ce06c5e086 user: wolfgang tags: wolfgangFormat2CSS_2
13:22 New ticket [082487952c] admin/stat page is slow. artifact: f480e326e6 user: anonymous
13:19 Add attachment stat.html to ticket [b1934313bc] artifact: 192d7019cc user: anonymous
13:19 New ticket [b1934313bc] admin/stat page is not 64bit clean. artifact: 3f31ec431f user: anonymous
06:13
Add "dismiss" cmd to pair w/ new "DISMISSED" reporting check-in: a50ea974ff user: bharder tags: lang
06:04
removed dupe block in if() statement check-in: 63dc0641ac user: bharder tags: trunk
06:02
less threatening desc. for removing an artifact from repo check-in: 6938d5fe80 user: bharder tags: lang
05:35
Create new branch named "lang" check-in: 6e258c4ae3 user: bharder tags: lang
2010-09-16
14:13
Another merge from trunk. check-in: 1516a26dc8 user: michael tags: ttmrichter-skins
14:00
Committing a merge. check-in: be5fd10aaf user: michael tags: ttmrichter-skins
07:34 Changes to wiki page "Cookbook" artifact: 90bbbd5d78 user: anonymous
2010-09-15
18:46
added dynamic behavior page, no special layout. Reusing the commandline help and simply listing all options check-in: 757a5e5b4e user: wolfgang tags: wolfgangFormat2CSS_2
2010-09-14
20:08
switched captcha border from outline to border, because of problems with IE check-in: d50fe26c48 user: wolfgang tags: wolfgangFormat2CSS_2
19:04
added missing nowrap for div/divider style, has to be added in local css definition! check-in: 8e6dbfb28f user: wolfgang tags: wolfgangFormat2CSS_2
18:30
remove wrong comment about closing paragraphs after drh's merge check-in: 3eaebda5bb user: wolfgang tags: wolfgangFormat2CSS_2
18:19 Edit [c5a27b6c672fe2b2|c5a27b6c67]: Change branch background color to "#fff0c0". Timestamp 2010-09-14 17:20:22. artifact: eddec5aba4 user: wolfgang
17:20
Create new branch named "wolfgangFormat2CSS_2" check-in: c5a27b6c67 user: Ratte tags: wolfgangFormat2CSS_2
16:56 Edit [7d2fe13c82957499|7d2fe13c82]: Mark "Closed". Edit check-in comment. Timestamp 2010-09-13 23:37:03. artifact: b169d8389e user: wolfgang
2010-09-13
23:40
Merge the CSS and XHTML fixes from the wolfgangFormat2CSS branch into the trunk. check-in: 3243e63bba user: drh tags: trunk
23:37
Fix some rendering issues with the new wiki formatter. Closed-Leaf check-in: 7d2fe13c82 user: drh tags: wolfgangFormat2CSS
22:15
Fix a compiler warning of an unused variable. check-in: d35608836e user: drh tags: wolfgangFormat2CSS
22:14
Avoid the use of tabs. Make sure lines do not exceed 80 characters. check-in: 4cc0ebef9a user: drh tags: wolfgangFormat2CSS
20:42 Edit [db313c32ce6edd0a|db313c32ce]: Edit check-in comment. Timestamp 2010-09-13 20:41:15. artifact: 1507003dfc user: drh
20:41
Detect when an "update" is a no-op and exit early, without doing any work. This edit was suppose to go on trunk - it landed on wolfgangFormat2CSS by mistake. But we'll leave it here and let it go to trunk when we merge the wolfgangFormat2CSS changes... check-in: db313c32ce user: drh tags: wolfgangFormat2CSS
19:05
prevent generation of

check-in: 44e6ae4f9a user: wolfgang tags: wolfgangFormat2CSS
16:44
ended some paragraphs for elements, not allowed in p for xhtml check-in: 2353aa9a2f user: wolfgang tags: wolfgangFormat2CSS
09:53
added closing / to MUTYPE_SINGLE attributes check-in: 32f3ad23b1 user: wolfgang tags: wolfgangFormat2CSS
2010-09-12
18:43
detail ticket views validated check-in: 2557ca45dd user: wolfgang tags: wolfgangFormat2CSS
17:30 Closed ticket [5e9f1b1cd8]: missing dependency when generating version: manifest... under windows/dmc artifact: 98496653e7 user: renez
17:12
some ticket pages html validated check-in: b9f38e16d0 user: wolfgang tags: wolfgangFormat2CSS
15:39
merged win dmc make build changes from [08aa440a3d],.. check-in: 642f4dcfa2 user: wolfgang tags: wolfgangFormat2CSS
15:38 Ticket [5e9f1b1cd8] missing dependency when generating version: manifest... under windows/dmc status still Open with 1 other change artifact: c34f38c175 user: wolfgang
15:29
added end p elements if switching to lists,.. check-in: 3bca39288d user: wolfgang tags: wolfgangFormat2CSS
15:24 Ticket [5e9f1b1cd8] missing dependency when generating version: manifest... under windows/dmc status still Open with 1 other change artifact: 4df3ad2e58 user: renez
15:23
(more type's) solves ticket [5e9f1b1cd8] check-in: 08aa440a3d user: renez tags: trunk
15:18
(delete 1 character{*} to much in dmc) solves ticket [5e9f1b1cd8] check-in: 2862ed5979 user: renez tags: trunk
15:12
solves ticket [5e9f1b1cd8] check-in: 56fedab318 user: renez tags: trunk
14:59 Ticket [5e9f1b1cd8] missing dependency when generating version: manifest... under windows/dmc status still Open with 2 other changes artifact: 1ead490123 user: renez
14:17
_WIN32 also disables write directory check for _fossil user db(like _MINGW32_) check-in: 5bf2ede641 user: wolfgang tags: wolfgangFormat2CSS
12:49
corrected some & chars in hyperlinks and added missing quotes in attribute values check-in: 214d2faf6d user: wolfgang tags: wolfgangFormat2CSS
10:42
file timeline/attach pages HTML-validated check-in: cd2f91d31a user: wolfgang tags: wolfgangFormat2CSS
09:43 New ticket [5e9f1b1cd8] missing dependency when generating version: manifest... under windows/dmc. artifact: 1e12dc4f8c user: wolfgang
09:20
wikiformat list end p tags check-in: 173bfe1726 user: wolfgang tags: wolfgangFormat2CSS
08:47
correct all unclosed br and hr tags, skipped sqlite.c check-in: 692b67bdcc user: wolfgang tags: wolfgangFormat2CSS
2010-09-11
21:20
HTML validator error free ticket configuration check-in: cf8d628d1d user: wolfgang tags: wolfgangFormat2CSS
20:49
admin pages without errors in HTML validator check-in: a62bfaf55d user: wolfgang tags: wolfgangFormat2CSS
16:14
'edit css' styled and made it pass HTML-Validator, optimized handling of additional styles in style.c check-in: 286d4bcaa0 user: wolfgang tags: wolfgangFormat2CSS
13:11
merged improved stat page from trunk and slightly optimized style.c check-in: 7d08c20fa5 user: wolfgang tags: wolfgangFormat2CSS
11:37
Improvements to the "stat" page formatting. Closed-Leaf check-in: b41feab774 user: drh tags: trunk
06:38
corrected % values in default styles(missing second %) check-in: 7d88fac509 user: Ratte tags: wolfgangFormat2CSS
06:33 Edit [6436092e87851989|6436092e87]: Edit check-in comment. Timestamp 2010-09-09 21:41:22. artifact: 62bb514fc7 user: Ratte
2010-09-10
20:58 New ticket [c6bc7f5e41] cvs2fossil broken due to missing "test-import-manifest" in current fossil. artifact: ed0bbe4c1c user: anonymous
20:37 Edit [036d76815bb4c830|036d76815b]: Mark "Closed". Timestamp 2010-09-07 17:29:00. artifact: 4f0069bed8 user: wolfgang
20:19
fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE check-in: d1305d0a7a user: wolfgang tags: wolfgangFormat2CSS
16:13 Fixed ticket [5207b03861]: Build failure plus 1 other change artifact: 3d4afaed36 user: wolfgang
16:11
fixed ticket [5207b03861]: use correct type for index variable check-in: 4887a1da84 user: wolfgang tags: wolfgangFormat2CSS
15:22 Ticket [7dc10e5daf] Initial import failed most likely due to brackets in file name status still Open with 2 other changes artifact: 33582cb26b user: drh ... 1 similar event omitted.
11:16 Ticket [5207b03861] Build failure status still Open with 1 other change artifact: 489a137d60 user: wolfgang ... 1 similar event omitted.
06:55 Changes to wiki page "Cookbook" artifact: c040a7c4fb user: anonymous
06:02 Ticket [5207b03861] Build failure status still Open with 1 other change artifact: ac627f22d0 user: wolfgang ... 2 similar events omitted.
2010-09-09
21:41
section css extended with 'white-space: nowrap;' to avoid validator errors. PLEASE update your local styles for the section class check-in: 6436092e87 user: wolfgang tags: wolfgangFormat2CSS
21:32
reduce html-validator errors on leaves page check-in: 4dbfba2bd8 user: wolfgang tags: wolfgangFormat2CSS
20:27
tag.c css skinned check-in: 6cf335ab0d user: wolfgang tags: wolfgangFormat2CSS
20:12
timeline css skinned check-in: dc8a247e74 user: wolfgang tags: wolfgangFormat2CSS
20:04
merged trunk to branch check-in: ef6979eac9 user: wolfgang tags: wolfgangFormat2CSS
13:57
Allow checkout of versions that have neither ancestors nor children. check-in: 4980b9a796 user: drh tags: trunk
10:31
Merge in changes from the wolfgangFormat2CSS branch. check-in: 34f9b9de58 user: drh tags: trunk
10:02 Fixed ticket [fc1a613294]: fossil reconstruct leaks memory badly plus 1 other change artifact: 76026d17fe user: drh
10:02
Fix a large memory leak in the "fossil reconstruct" command. Ticket [fc1a61329403f605c494] check-in: 9ef4a184f4 user: drh tags: trunk
10:00 Fixed ticket [74ccf51c7d]: url parser problem plus 1 other change artifact: 61163bddf9 user: drh
09:59
Allow ~ and % characters in the URL. Ticket [74ccf51c7d24414b1]. check-in: a203674aa5 user: drh tags: trunk
07:27 New ticket [74ccf51c7d] url parser problem. artifact: 3488597c5f user: anonymous
2010-09-08
21:15
made default css handled by loop instead of explizit calls, .. check-in: a5576e2d51 user: wolfgang tags: wolfgangFormat2CSS
20:25
css for hyperlinks disabled check-in: 0e394b8fa2 user: wolfgang tags: wolfgangFormat2CSS
19:26
reduced html validator errors on branch page check-in: 156358e296 user: wolfgang tags: wolfgangFormat2CSS
18:59 Add attachment patch-aa to ticket [fc1a613294] artifact: 4a147d64e7 user: anonymous
18:58 New ticket [fc1a613294] fossil reconstruct leaks memory badly. artifact: e833c8fd48 user: anonymous
18:16
layout sideboxes using css, css is only added to the user defined css, if the corresponding class is missing check-in: b34a583f32 user: wolfgang tags: wolfgangFormat2CSS
17:30
merged trunk changes check-in: e621ef4367 user: wolfgang tags: wolfgangFormat2CSS
17:23
merged trunk changes check-in: a2d5230d24 user: wolfgang tags: wolfgangFormat2CSS
12:38
Merge in the latest changes from the windowscompilers branch. check-in: 8d864a7f65 user: drh tags: trunk
12:36
Documentation updates. check-in: 546d48ff45 user: drh tags: trunk
11:26 Edit [bdd92802d0739ffd|bdd92802d0]: Change branch background color to "#f0ffc0". Timestamp 2010-09-08 00:00:51. artifact: 78c8acbc28 user: drh
00:02 Edit [bdd92802d0739ffd|bdd92802d0]: Change branch background color to "#f0ffc0". Timestamp 2010-09-08 00:00:51. artifact: fdce3549e9 user: Ratte
00:01 Edit [e2ab51b011cb98e0|e2ab51b011]: Timestamp 2010-09-07 23:57:14. artifact: 14350047f0 user: Ratte
00:00
first step to extract formats in separat css definitions check-in: bdd92802d0 user: wolfgang tags: wolfgangFormat2CSS
2010-09-07
23:58 Edit [e2ab51b011cb98e0|e2ab51b011]: Change background color to "#f0ffc0". Timestamp 2010-09-07 23:57:14. artifact: 9bdc9ceef6 user: Ratte
23:57
Create new branch named "wolfgangFormat2CSS" check-in: e2ab51b011 user: wolfgang tags: wolfgangFormat2CSS
17:29
merged-make-corrections Closed-Leaf check-in: 036d76815b user: Ratte tags: stv-skinning
00:31 Ticket [115e95ac11] ssh clone failing status still Open with 1 other change artifact: 11291d39d8 user: anonymous ... 2 similar events omitted.
2010-09-06
20:34 Closed ticket [64d9461fa4]: missing dependency for link in DigitalMars Windows Makefile artifact: 3e95d0ba81 user: renez
20:31
Solves ticket [64d9461fa4b399b15827876bcf6b8ccc95720d16] check-in: 370d5be389 user: renez tags: trunk
20:29 Verified ticket [64d9461fa4]: missing dependency for link in DigitalMars Windows Makefile plus 1 other change artifact: 99c64873de user: renez
20:19 Edit [ba1c75ad397d516d|ba1c75ad39]: Change background color to "#f2dcdc". Timestamp 2010-09-04 15:19:45. artifact: 4fc24fd781 user: Ratte
20:18 Edit [8f6e98aa3d962e45|8f6e98aa3d]: Edit check-in comment. Timestamp 2010-09-06 19:10:56. artifact: a3177f1602 user: Ratte
19:10
hyperlinks disabled skinned check-in: 8f6e98aa3d user: Ratte tags: stv-skinning
2010-09-05
23:29 Edit [f7e2d74a85e9fced|f7e2d74a85]: Edit check-in comment. Timestamp 2010-09-05 11:44:40. artifact: 8678d8fd89 user: bch
13:42 Ticket [64d9461fa4] missing dependency for link in DigitalMars Windows Makefile status still Open with 2 other changes artifact: 7b95bc804d user: anonymous
13:07
merged main trunk check-in: 7766e68992 user: Ratte tags: stv-skinning
11:44 Fixed ticket [a7eff56a93]: Attachment Download Link plus 1 other change artifact: 90004f6ff8 user: drh
11:44
Do not put hyperlinks to attachments in tickets and wiki if attachment download is prohibited. Ticket [a7eff56a933249258f0d902]. check-in: f7e2d74a85 user: drh tags: trunk
11:23
Fix compiler warnings in makeheaders.c. check-in: 04b976b151 user: drh tags: trunk
10:59
sidebox via css check-in: ff3b6b323b user: Ratte tags: stv-skinning
09:58
3 layouts in timeline moved to css check-in: 5bba36b2bc user: Ratte tags: stv-skinning
09:41 New ticket [64d9461fa4] missing dependency for link in DigitalMars Windows Makefile. artifact: 657c8f8a39 user: anonymous
07:16
comment in default style check-in: b96d3e5c9f user: Ratte tags: stv-skinning
2010-09-04
19:45
remove unused first idea of second style sheet check-in: b15da2f40d user: Ratte tags: stv-skinning
19:41
format timeline page via css check-in: 2ade2d4e36 user: Ratte tags: stv-skinning
19:20
format timeline page via css check-in: 8dfed953f7 user: Ratte tags: stv-skinning
15:24
Honor the "Index Page" setting from the "Admin/Configuration" setup page. check-in: baa6df0650 user: drh tags: trunk
15:19
Create new branch named "stv-skinning" check-in: ba1c75ad39 user: Ratte tags: stv-skinning
07:37 Ticket [a7eff56a93] Attachment Download Link status still Open with 2 other changes artifact: bb22ee6741 user: anonymous
07:19 Fixed ticket [5a0491b23e]: este eh um teste plus 2 other changes artifact: e073645b12 user: anonymous ... 1 similar event omitted.
2010-09-03
22:58 New ticket [a7eff56a93] Attachment Download Link. artifact: 4023c2076e user: anonymous
02:26 Fixed ticket [21447822de]: fossil mangles autosync url plus 1 other change artifact: b133e444ae user: drh
02:26 Edit [7aae4ef0689fb23c|7aae4ef068]: Edit check-in comment. Timestamp 2010-09-03 01:57:41. artifact: fde7b08202 user: drh
01:57
Yet another fix to the URL parser. Ticket [21447822de6be06]. check-in: 7aae4ef068 user: drh tags: trunk
00:59 Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 1 other change artifact: c4853aff44 user: anonymous
2010-09-02
23:37 Ticket [21447822de] fossil mangles autosync url status still Open with 2 other changes artifact: 98ffa32f5a user: rwilson ... 1 similar event omitted.
22:28 Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 1 other change artifact: b901c04e9d user: anonymous
10:28
Fix a bug fix in the URL parser that was introduced by the recent ssh:// change. The bug prevented port numbers after the hostname from parsing correctly. check-in: ac8c21b986 user: drh tags: trunk
2010-08-31
18:21
Minor changes to win/Makefile.msc after testing with MSVC. check-in: 3a5b4ad4e2 user: shaneh tags: trunk
18:00 Changes to wiki page "compillingOnWindows" artifact: ced47d4622 user: anonymous
17:23
Remove duplicate section in MinGW makefile. check-in: b0bbcd5da6 user: shaneh tags: trunk
15:51
make compilation depend on _WIN32 being defined by including allways config.h Closed-Leaf check-in: c0a530f482 user: renez tags: windowscompilers
05:12
compile warning fixes (uninitialized vars) check-in: 3c326ea4de user: ron tags: trunk
03:58
fix cross-compile breakage check-in: d2ba02e16f user: ron tags: trunk
01:53
Merge the changes from the windowscompilers branch into the trunk. check-in: 3564af0f7a user: drh tags: trunk
2010-08-29
16:41 Changes to wiki page "compillingOnWindows" artifact: 35c82c709f user: renez
07:18 Edit [f66f414fd3eb6457|f66f414fd3]: Edit check-in comment. Timestamp 2010-08-28 06:59:10. artifact: 6030239935 user: renez
06:35 Changes to wiki page "compillingOnWindows" artifact: 18f434b624 user: renez
06:00 Changes to wiki page "compillingOnWindows" artifact: fa37ca3638 user: renez
05:32
Changed mscv flags to -MT because that is what openssl is using. Removed the -Oy- for the same reason check-in: 30b8a41dc7 user: renez tags: windowscompilers
01:56 Ticket [a075651199] Fossil completely screws up repositories if there's any clock skew status still Fixed with 1 other change artifact: 8cacf723df user: anonymous ... 1 similar event omitted.
00:21
Allow the -f option on "fossil commit" to override the clock skew alarm. Ticket [a0756511991399b41255256] check-in: f1d309ccd7 user: drh tags: trunk
2010-08-28
20:22
Added ssl support to msc msc doesn't like declaring vars in the middle of a block! added the extra needed libs in a commented LIBS line check-in: 29c728f4b3 user: renez tags: windowscompilers
20:14 Ticket [a075651199] Fossil completely screws up repositories if there's any clock skew status still Open with 2 other changes artifact: 39ae1deccc user: drh ... 1 similar event omitted.
19:04
Use -P to change ssh port numbers on windows, but -p on unix. check-in: 1212f0b0c6 user: drh tags: trunk
11:57 Changes to wiki page "Cookbook" artifact: 0cab69443a user: renez
11:56 Changes to wiki page "Cookbook" artifact: 38d78fa5b2 user: renez
11:54 Changes to wiki page "compillingOnWindows" artifact: 842658adc6 user: renez
11:04 Changes to wiki page "Cookbook" artifact: 313d5da7c2 user: renez
11:04 Changes to wiki page "compillingOnWindows" artifact: 3d3239a98a user: renez
11:02 Changes to wiki page "Cookbook" artifact: 5d8ecc66ea user: renez
10:59 Added wiki page "compillingOnWindows" artifact: 4c56c3ac0e user: renez
10:54
The generated makefiles expect dat you do mkdir build cd build nmake -f ..\win\Makefile.msc This will put all the files in build. So no polution of the root of the source tree and you can build for the different compilers check-in: 99e0a29efe user: renez tags: windowscompilers
09:20
Added the msvc sdk compiler check-in: c00f79d054 user: renez tags: windowscompilers
06:59
This is the first check-in on the windowscompilers branch and it adds the Digital Mars C compiler
The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include.
typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj
The following files...
check-in: f66f414fd3 user: renez tags: windowscompilers
2010-08-27
20:40
The ssh:// method on windows is now working well with plink. It will even prompt for passwords if the URL contains a "*" password. check-in: 0cdb6403cb user: drh tags: trunk
17:19 Fixed ticket [cf50ea4d69]: popen2 for windows have a typo plus 1 other change artifact: b71557f447 user: drh
17:19
Fix a typo in the popen2() implementation for windows. Ticket [cf50ea4d6914fb6d856988da7]. Also refinements on the ssh:// toward getting it working on windows. check-in: d5c934e5df user: drh tags: trunk
10:03 New ticket [cf50ea4d69] popen2 for windows have a typo. artifact: b9e6e79642 user: anonymous
01:24
Create new branch named "windowscompilers" check-in: 3e3304ac44 user: renez tags: windowscompilers
2010-08-26
14:13
Show diffs on info pages even if the user lacks history privilege. check-in: 72147afc9d user: drh tags: trunk
13:29
Close pipes before killing off the child process. check-in: 360b047759 user: drh tags: trunk
13:18
Merge the experimental ssh:// changes into the trunk. check-in: 0a51263a23 user: drh tags: trunk
13:17
Untested implementation of popen2() for windows. Closed-Leaf check-in: 34ea1e4abb user: drh tags: experimental
12:10
Remove dead code from cgi.c. Attempt better error handling. check-in: 79294bb81b user: drh tags: experimental
11:31 Fixed ticket [311fbfd6b6]: Unable to "fossil conf pull all" via proxy plus 1 other change artifact: 147029b13f user: drh
11:31 Fixed ticket [0d1a4fe14f]: fossil configuration push doesn't honor proxy plus 1 other change artifact: 76d2548117 user: drh
11:31
Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. check-in: 1a9fe88b66 user: drh tags: trunk
11:27
Fix buffering issues with ssh://. The ssh:// sync method now works with older, unmodified servers. Added the "?fossil=exe" option to URL processing. check-in: af97726337 user: drh tags: experimental
09:54 Add attachment winhttp.c to ticket [11622724e5] artifact: fd4ce405db user: anonymous
09:53 Ticket [11622724e5] implementation of function “popen2” on win32 status still Open with 1 other change artifact: 140db1c495 user: anonymous
09:23 Add attachment patch to ticket [aee1b21fef] artifact: 8a70247a96 user: anonymous
09:22 New ticket [aee1b21fef] enable diff cmmand to diff more than one files. artifact: 63167818dc user: anonymous
09:08 Ticket [11622724e5] implementation of function “popen2” on win32 status still Open with 2 other changes artifact: 3071145461 user: anonymous
09:04 Add attachment my_popen.h to ticket [11622724e5] artifact: ca27aac2bf user: anonymous
09:03 New ticket [11622724e5] implementation of function “popen2” on win32. artifact: f423675e92 user: anonymous
07:32 Ticket [311fbfd6b6] Unable to "fossil conf pull all" via proxy status still Open with 2 other changes artifact: 0e6fd3c129 user: anonymous
07:30 Ticket [0d1a4fe14f] fossil configuration push doesn't honor proxy status still Open with 1 other change artifact: 85dea41161 user: anonymous
07:28 Add attachment \patch to ticket [0d1a4fe14f] artifact: 805b1ed147 user: anonymous
02:32
A rework of the SSH sync method that does not use TCP port forwarding. It works in some cases but not other. The failure is probably do to I/O buffering issues. Need further work. check-in: 192ceef3ca user: drh tags: experimental
2010-08-25
20:00
Merge the ssh:// sync enhancement into the trunk. check-in: 0e42cc1b77 user: drh tags: trunk
19:55
Change the "ui" and "sshd" commands so that they bind to INADDR_LOOPBACK rather than INADDR_ANY. Disable the "quit" monitoring on "ui" and "server". Add better error messages explaining that ssh:// is not yet supported on windows. check-in: 2f8e4c4b38 user: drh tags: experimental
17:00
The ssh:// sync method appears to work now, for linux-to-linux... check-in: 66cdaee68e user: drh tags: experimental
16:03
Continuing work on the ssh:// sync protocol. check-in: 958f596637 user: drh tags: experimental
14:03
Initial code to implement synchronization via ssh. check-in: b19f25fe87 user: drh tags: experimental
2010-08-24
13:07 New ticket [311fbfd6b6] Unable to "fossil conf pull all" via proxy. artifact: 59a36d1f93 user: anonymous
01:24
Fix a potential sigfault that can occur in the graph generator if the child is older than its parent. check-in: 7503f98779 user: drh tags: trunk
2010-08-23
22:38 Edit [8474ca6747d54c74|8474ca6747]: Change background color to "#d0c0ff". Edit check-in comment. Timestamp 2010-08-23 22:24:16. Add tag "release". artifact: 7a39a6b0d8 user: drh
22:24 Fixed ticket [f181424090]: Disabling Zip Download plus 1 other change artifact: 45507888e6 user: drh
22:24
Omit the link to the "ZIP archive" if the user does not have permissions to download the ZIP archive. Ticket [f18142409088bfc707e26]. check-in: 8474ca6747 user: drh tags: trunk, release
22:19
Print a warning if there are unfinalized SQL statements when fossil shuts down. Take care to finalize all statements in the "commit" command. check-in: 94d8e9cd4b user: drh tags: trunk
19:33
Update SQLite to the 3.7.2 release candidate. check-in: 6fd2ff1b09 user: drh tags: trunk
15:35 New ticket [f181424090] Disabling Zip Download. artifact: d075376c70 user: anonymous
2010-08-21
22:01 Edit [d090292800563988|d090292800]: Change background color to "#d0c0ff". Timestamp 2010-08-05 10:09:43. Add tag "release". artifact: 6487266d52 user: drh
17:32
Use a more precise (though slower) diff algorithm when working with small strings whose differences are hard to detect. check-in: 1e08452c65 user: drh tags: trunk
14:02 Ticket [a9f7b23c2e] fossil diff produces a non-working patch status still Fixed with 1 other change artifact: ed3201a3f7 user: anonymous ... 1 similar event omitted.
04:16 Edit [5ef7435ac0727637|5ef7435ac0]: Edit check-in comment. Timestamp 2010-08-21 04:06:38. artifact: 3b250ebb3f user: drh
04:07 Fixed ticket [a9f7b23c2e]: fossil diff produces a non-working patch plus 1 other change artifact: 6ebcec145f user: drh
04:06
The command-line "diff" does not ignore whitespace at the end of lines and it generates a well-formed patch file that can be fed directly into "patch -p 0". Ticket [a9f7b23c2e376af]. GUI diffs and the merge commands do ignore end-of-line whitespace. check-in: 5ef7435ac0 user: drh tags: trunk
03:41 Ticket [a9f7b23c2e] fossil diff produces a non-working patch status still Open with 2 other changes artifact: d8f507f101 user: drh
03:33
Change the built-in "diff" so that it no longer ignores whitespace at the end of lines, as doing so confuses the "patch" command. Ticket [a9f7b23c2e376af5b0] check-in: 7f788bdb04 user: drh tags: trunk
03:27
Fix a potential segfault in the graph generator when check-ins occur with time skew. check-in: 32c9c47c93 user: drh tags: trunk
00:19 New ticket [40f32e9733] incorrect url for check-ins entry on ticket history menu. artifact: 96b469ca51 user: anonymous
2010-08-20
22:05 New ticket [a9f7b23c2e] fossil diff produces a non-working patch. artifact: 73c7f89c29 user: anonymous
19:56
Update SQLite to the latest version 3.7.1 beta. check-in: 79c9de763a user: drh tags: trunk
19:42
Improvements to the graph layout algorithm. check-in: 98870a8510 user: drh tags: trunk
15:52 New ticket [1d43f4505c] . artifact: 8022331910 user: anonymous
2010-08-19
11:51 Closed ticket [038905cc3a]: fossil ignores line terminators when submitting tickets plus 2 other changes artifact: 5909417149 user: drh
11:47 Fixed ticket [dba59ec544]: Cannot commit with --date-override plus 2 other changes artifact: 217f6d98ed user: drh
11:46
Output appropriate error messages and abort if the date argument to the --date-override option is malformed. Ticket [dba59ec54423f19] check-in: e0248776d3 user: drh tags: trunk
11:06 Ticket [dba59ec544] Cannot commit with --date-override status still Open with 2 other changes artifact: b4b88aecc2 user: drh
09:59 Changes to wiki page "Cookbook" artifact: c1f0e5e561 user: anonymous
09:39 New ticket [038905cc3a] fossil ignores line terminators when submitting tickets. artifact: fd46697088 user: anonymous
09:28 New ticket [dba59ec544] Cannot commit with --date-override. artifact: 5f344ea678 user: anonymous
04:59 New ticket [8f8083f230] commit not possible. artifact: 9ae97722b6 user: anonymous
2010-08-18
17:48 Closed ticket [5751755d47]: Initial check-in isn't usable plus 2 other changes artifact: 72441c1c4b user: bch
17:27
Allow a checkout of the very first (empty) version of a project. check-in: 61ca4141cc user: drh tags: trunk
16:51
Take care to close the separate dbConfig database connection when shutting down. check-in: c6187a83a5 user: drh tags: trunk
16:28 Edit [8b85b21a0ad6d653|8b85b21a0a]: Edit check-in comment. Timestamp 2010-08-18 15:27:43. artifact: a22a6c1a7c user: bharder
15:27
Always run a checkpoint on all database files before exiting. check-in: 8b85b21a0a user: drh tags: trunk
03:12 Ticket [15f44789de] Restore rstats command status still Open with 3 other changes artifact: c38739636b user: bcsmith
02:22
Update the internal SQLite to a 3.7.1 release candidate. check-in: 07afdea6e2 user: drh tags: trunk
02:09 Ticket [7e32f0c179] Memory leak status still Open with 1 other change artifact: e2ae0706fc user: anonymous
2010-08-17
13:39 New ticket [15f44789de] Restore rstats command. artifact: c94c4cc6a6 user: anonymous
13:19 New ticket [71ada10c65] Deconstruct command that went away. artifact: d4febb1402 user: anonymous
11:05 Ticket [7e32f0c179] Memory leak status still Open with 2 other changes artifact: da510e648a user: drh
10:21 New ticket [38f2c8d375] ISA Server authentication fails. artifact: 3e13f4be71 user: anonymous
02:10 Add attachment patch to ticket [7e32f0c179] artifact: 49f07a6a4c user: anonymous
02:08 New ticket [7e32f0c179] Memory leak. artifact: b0300e8902 user: anonymous
2010-08-16
19:06
extend new "comment" feature of "info" subcommand to include username check-in: 391ef2853b user: bch tags: trunk
16:10 Add attachment Portfile to ticket [f00cd046cf] artifact: 9ac9be0a82 user: anonymous
16:09 New ticket [f00cd046cf] macports portfile, this is just some packaging configuration for mac osx users. artifact: 5a155501a4 user: anonymous
12:11
Add the "comment:" field to the output of "fossil info". check-in: da52ff9363 user: drh tags: trunk
10:52
Fix a comment typo in the captcha generator. Extend the graph lines to the bottom of the timeline even if the last few entries on timeline are tickets or wiki edits instead of checkins. check-in: 76201a088b user: drh tags: trunk
10:42 Ticket [d7f66dfbd0] Support Syntax highlighting as described in Cookbook status still Open with 2 other changes artifact: 19289e5161 user: anonymous
2010-08-15
19:57
The "Branches" menu option shows only open branches. Closed branches are accessible from a hyperlink. check-in: 518439507a user: drh tags: trunk
19:37 Fixed ticket [25ff8cff2b]: wrong DOCTYPE in generated pages plus 1 other change artifact: ede2f59f5a user: drh
19:36
Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] check-in: c1bec02aae user: drh tags: trunk
19:34 Fixed ticket [d83227cdda]: Can not handle HTTPS tag of http header plus 1 other change artifact: 5546a90264 user: drh
19:34
Recognize the HTTPS line in the HTTP header. Ticket [d83227cdda3d786d3743b2] check-in: 3dc62d54d0 user: drh tags: trunk
2010-08-14
07:22 New ticket [0a09bc0dff] "Read Ticket" privilege should enable ticket hyperlinks even if "History" privilege is removed. artifact: b16888bfac user: anonymous
2010-08-13
07:07
Trying to figure out how to get merge conflicts to actually show up. check-in: d8f8932ff2 user: michael tags: ttmrichter-skins
03:49
Merged with trunk. Closed-Leaf check-in: 861a885c74 user: michael tags: ttmrichter
03:30
Added build for FreeBSD using clang. check-in: b775af5045 user: michael tags: ttmrichter
03:26
Merged with trunk. check-in: 7f61175d27 user: michael tags: ttmrichter
2010-08-12
19:50 Edit [3332895df8fa173c|3332895df8]: Edit check-in comment. Timestamp 2010-08-12 19:39:41. artifact: 64226b3d6c user: bcsmith
19:49 Fixed ticket [dfe1fc608a]: Reconstruct command that went away plus 2 other changes artifact: d5777fbb09 user: bcsmith
19:39
Reimplement the reconstruct command that was removed in the GPL to BSD license change. This resolves ticket [dfe1fc608a]. check-in: 3332895df8 user: bcsmith tags: trunk
2010-08-11
16:13 Ticket [0bc90d7235] fossil clean and ignore-glob status still Open with 2 other changes artifact: 37fb7d179b user: anonymous ... 1 similar event omitted.
07:00
Allow a checkin to be checked out again even if one of the files in that checkin has been shunned. check-in: 7e23178ba3 user: drh tags: trunk
02:58 Ticket [118a98cb38] removing a directory doesn't work with a trailing slash status still Open with 2 other changes artifact: bc0f84f7d4 user: anonymous
02:50 Add attachment patch to ticket [118a98cb38] artifact: d48359df53 user: anonymous
01:03 New ticket [538d51575d] Recursive rm doesn't work. artifact: abf3dba780 user: anonymous
00:25 New ticket [118a98cb38] removing a directory doesn't work with a trailing slash. artifact: 7f505eda0c user: anonymous
2010-08-10
11:35 New ticket [2dbefa162b] the option "-n" of timeline command. artifact: fce0116b7d user: anonymous
2010-08-08
20:52 New ticket [25ff8cff2b] wrong DOCTYPE in generated pages. artifact: 7ae8461799 user: anonymous
2010-08-07
18:09
Enhance the "vdiff" web method so that it shows the differences between to arbitrary check-ins identified by the "from" and "to" query parameters. check-in: 1d713f3f4d user: drh tags: trunk
16:10
The "fossil diff" command now accepts options --from and --to in order to do a diff between two arbitrary check-ins. check-in: 296b90a25b user: drh tags: trunk
2010-08-05
10:09
Update SQLite to the latest 3.7.1 development snapshot. check-in: d090292800 user: drh tags: trunk, release
2010-08-04
16:32 New ticket [ea7d583739] Some characters prevent "server ." from serving repos. artifact: 665639f6cf user: anonymous
2010-07-31
16:20
Merge with trunk. check-in: d084f952fe user: michael tags: ttmrichter-skins
13:18
corrected formatting of example cgi scripts in server documentation check-in: ea66780016 user: joshua tags: trunk
03:58 Ticket [e12f19063a] fossil with SSL support does not support proxy status still Open with 3 other changes artifact: 27cb45951d user: anonymous ... 1 similar event omitted.
2010-07-30
15:43 Add attachment patch_for_https.diff to ticket [d83227cdda] artifact: 0181023884 user: anonymous
15:43 New ticket [d83227cdda] Can not handle HTTPS tag of http header. artifact: dab99b37aa user: anonymous
00:16
Merge change by Benoit Mortgat into the trunk. check-in: e3fb8dc36c user: drh tags: trunk
2010-07-29
19:01
“delete” command, still can use “del” which is shorter and non ambiguous – ignore -wal and -shm files in repository root for adding, computing extras and closing repository, just in case Closed-Leaf check-in: 2a4ab3b151 user: benoit tags: benoit
13:23 Ticket [0d1a4fe14f] fossil configuration push doesn't honor proxy status still Open with 1 other change artifact: c6aebe5a90 user: anonymous ... 2 similar events omitted.
2010-07-28
19:06 New ticket [c0bbe01436] SKIN: css problems with Nomenclature box on branch page. artifact: 709e95440e user: anonymous
03:07 Ticket [dfe1fc608a] Reconstruct command that went away status still Open with 2 other changes artifact: bf375436c9 user: anonymous
03:06 Add attachment reconstruct_cmd.patch to ticket [dfe1fc608a] artifact: f0a1fa9a37 user: anonymous
03:05 New ticket [dfe1fc608a] Reconstruct command that went away. artifact: ab530aa24d user: anonymous
02:38
Add a link to http://chiselapp.com/ on the homepage. check-in: 0e1ca296db user: drh tags: trunk
2010-07-26
13:50 Changes to wiki page "Cookbook" artifact: 46fbcee6c0 user: BM
07:43
Started outline of makeskins utility. check-in: 58e641306b user: michael tags: ttmrichter-skins
06:54
Extracted built-in skins from skins.c and put into skins subdirectory. check-in: 3530b29f15 user: michael tags: ttmrichter-skins
06:21
Create new branch named "ttmrichter-skins" check-in: df8808416a user: michael tags: ttmrichter-skins
06:18
Reverted to original version of wiki.c. check-in: 6078359f2a user: michael tags: ttmrichter
03:50 New ticket [1f4f7a0ca8] Add Ticket via command line. artifact: f1ddf30f63 user: anonymous
2010-07-25
21:00 Closed ticket [855375dc57]: can't clone remotely plus 2 other changes artifact: a0e9968ae0 user: drh
20:52 Closed ticket [c2c6e35506]: Can't create Attachments to Wiki pages plus 2 other changes artifact: 8c8ca17990 user: drh
20:35 Closed ticket [b0f1e3fed2]: HTML wiki mode should NOT interpret [] syntax plus 1 other change artifact: 543990ff1f user: drh ... 2 similar events omitted.
20:29 Closed ticket [7804a3d348]: Disconnect in HTML only wiki vs. Ticket submission plus 3 other changes artifact: da83465e36 user: drh
18:38 New ticket [b0f1e3fed2] HTML wiki mode should NOT interpret [] syntax. artifact: 59888ee1a2 user: anonymous
18:36 New ticket [7804a3d348] Disconnect in HTML only wiki vs. Ticket submission. artifact: a5bd12f542 user: anonymous
10:49 Changes to wiki page "Tutorial" artifact: ef6f80a643 user: anonymous
10:43 Ticket [b0894abc94] fossil server -P address:port status still Open with 2 other changes artifact: 36de104283 user: anonymous ... 1 similar event omitted.
08:45 Edit [6d828a8630046792|6d828a8630]: Cancel tag "newbuild". artifact: fda5c8d7b8 user: michael
08:44 Edit [1bfe076a5c500f7e|1bfe076a5c]: Cancel tag "newbuild". artifact: 0a2868ea17 user: michael
08:33
Another trunk merge. check-in: 6d828a8630 user: michael tags: ttmrichter
08:27
Merge trunk into branch. check-in: 1bfe076a5c user: michael tags: ttmrichter
2010-07-24
19:28 Changes to wiki page "Fossil" artifact: 76ce4c2d48 user: anonymous
18:14 New ticket [950a80de55] "branch --private" option. artifact: c1b7a1b130 user: anonymous
2010-07-23
14:38
Fixed a link error in wiki check-in: 6c73d1b2cd user: BMorgat tags: trunk
09:37
Fixed various typos and omissions in help sections check-in: 44b02c3de9 user: BMorgat tags: trunk
08:39 Open ticket [c2c6e35506]: Can't create Attachments to Wiki pages plus 2 other changes artifact: eeb8d4115d user: anonymous ... 2 similar events omitted.
2010-07-22
23:00 Add attachment \Alfred.jpg to wiki page fossil extra artifact: 60e7717669 user: anonymous
2010-07-21
16:33
Update the built-in SQLite to version 3.7.0rc2. check-in: 93d7f371cc user: drh tags: trunk
11:43 Edit [e0a9b6e044d76f60|e0a9b6e044]: Mark "Closed". Timestamp 2010-07-14 13:25:28. artifact: 569a8f514d user: BMorgat
2010-07-20
05:44
simple doc typo check-in: e3653248ae user: bharder tags: trunk
2010-07-19
11:29 Ticket [71bd5502ff] Browser caching CSS and logo status still Open with 2 other changes artifact: 2654f4e30e user: anonymous
09:43 Changes to wiki page "Fossil" artifact: b949933dea user: anonymous
2010-07-18
11:04 Ticket [855375dc57] can't clone remotely status still Open with 1 other change artifact: bff8379a2d user: drh ... 2 similar events omitted.
2010-07-16
10:38 Changes to wiki page "Fossil" artifact: 546824a6c7 user: drh
08:59 New ticket [71bd5502ff] Browser caching CSS and logo. artifact: db66a43c0e user: BMorgat
2010-07-15
20:34 Changes to wiki page "Fossil" artifact: 9c7a2d4fc5 user: anonymous
11:57 Closed ticket [7eeb6f9705]: problem tyskie eb plus 3 other changes artifact: 2a5e7d9d97 user: BMorgat ... 1 similar event omitted.
2010-07-14
14:50 New ticket [f696bc85f8] Client side verification of SSL server certificates should use system wide default CAs. artifact: be789d5307 user: anonymous
13:27
Integrated last commit in benoit branch into trunk. check-in: 711675774b user: benoit tags: trunk
13:25
Run without arguments, fossil proposes to run fossil help to list available commands. Closed-Leaf check-in: e0a9b6e044 user: benoit tags: benoit
05:23 Edit [0fadfd26ba4e9771|0fadfd26ba]: Cancel tag "newbuild". artifact: 6c462fa480 user: michael
05:21
Create new branch named "ticket-92d3a03459" Closed-Leaf check-in: 0fadfd26ba user: michael tags: ticket-92d3a03459
2010-07-13
15:53
Modified into a saner scheme than using fragments and oddball defaults. check-in: fad57367c9 user: michael tags: ttmrichter
2010-07-11
04:15 Edit [0ec2c22dfe504f52|0ec2c22dfe]: Add tag "newbuild". artifact: 0691b69ed1 user: michael
03:29
Since there's no difference between Solaris and OpenSolaris in builds (they both require libnsl it turns out), the files are now merged as PLATFORM=solaris. check-in: 0ec2c22dfe user: michael tags: newbuild, ttmrichter
03:21
Corrected OpenSolaris fragments after testing. check-in: b209bb963c user: michael tags: newbuild, ttmrichter
2010-07-10
13:29
Tested the FreeBSD fragments on FreeBSD 8.0. check-in: f69de3cfd0 user: michael tags: newbuild, ttmrichter
10:46 Ticket [49395d4e70] Styling: Separate HTML and CSS files from C source status still Open with 1 other change artifact: 52983ba93e user: ttmrichter
10:43
Added some (as yet untested) fragments for FreeBSD, Solaris and OpenSolaris. FreeBSD and OpenSolaris testing are due soon. check-in: ffcd314afc user: michael tags: newbuild, ttmrichter
09:50 Ticket [49395d4e70] Styling: Separate HTML and CSS files from C source status still Open with 1 other change artifact: 5a7e9de38c user: eric ... 1 similar event omitted.
2010-07-09
18:20 Added wiki page "New Build Documentation" artifact: ee55850548 user: michael
17:53 Edit [d3252d7488f22943|d3252d7488]: Add propagating tag "newbuild". artifact: ab3300a0af user: michael
17:41
Fixed up a naming problem for MinGW32 and made a more flexible mechanism for site-specific enhancements. check-in: 6b83b517df user: michael tags: newbuild, ttmrichter
17:23
Cleaned up the platform fragments. Corrected two compiler settings. check-in: 81e4477e90 user: michael tags: newbuild, ttmrichter
16:57
Named the mingw32 fragment properly. Forced mingw32 to use GCC. check-in: cd98f05dbe user: michael tags: newbuild, ttmrichter
16:25
Merged main trunk into private branch. check-in: 1c28a41cf1 user: michael tags: newbuild, ttmrichter
16:23
Started the process of modifying the build system to permit more flexible and reliable cross-platform support. Currently the build system is set up for Linux (GCC or CLANG as the compiler) and for MinGW32 (GCC as the compiler). Of these, only the Linux builds have been tested so far and confirmed to work as expected. The way to use this new syste... check-in: d3252d7488 user: michael tags: newbuild, ttmrichter
2010-07-08
21:46 Edit [1e6ded985600c8ab|1e6ded9856]: Edit check-in comment. Timestamp 2010-07-08 17:57:59. artifact: f8952c59c3 user: bharder
18:08 Closed ticket [4df73686e1]: Code problem #1 plus 1 other change artifact: 50b4775fda user: drh
17:57
Update the built-in sqlite3 to the latest development version. check-in: 1e6ded9856 user: drh tags: trunk
17:53
Take care to close the connection to the database file before existing. This gives the database a chance to clean up (and, for example, delete WAL and shared-memory files). check-in: 932825bc6a user: drh tags: trunk
2010-07-07
18:39 New ticket [4df73686e1] Code problem #1. artifact: b05b12f81c user: anonymous
14:57
Update the built-in SQLite to the latest 3.7.0 beta snapshot that includes fixes for large databases in WAL mode. check-in: f0cd78c1a3 user: drh tags: trunk
12:26 New ticket [a53f65f57f] ZIP archive of changed files between two check-ins. artifact: c080c29b7b user: BMorgat
10:47 New ticket [49395d4e70] Styling: Separate HTML and CSS files from C source. artifact: 4e3f6220c8 user: anonymous
09:27 Changes to wiki page "Cookbook" artifact: 3773aee806 user: BMorgat
09:21 Changes to wiki page "Cookbook" artifact: 9569a6ae37 user: anonymous
07:44
Update private branch to latest trunk. check-in: a87fbd3312 user: michael tags: ttmrichter
2010-07-06
21:22
Add software version information and database stats to the /stat page. check-in: 5acf617104 user: drh tags: trunk
20:51
Update the built-in SQLite to the latest beta of version 3.7.0. check-in: 8733f07f0a user: drh tags: trunk
2010-07-05
20:45 Ticket [92d3a03459] problems with "fossil wiki delete" status still Open with 2 other changes artifact: eef980a31d user: anonymous
2010-07-04
21:11
Small performance tweaks for clone and rebuild. check-in: 710a8ba993 user: drh tags: trunk
2010-07-03
15:45 Edit [fb5f0c2580008d89|fb5f0c2580]: Change background color to "#d0c0ff". Edit check-in comment. Timestamp 2010-07-03 15:33:59. Add tag "release". artifact: 1dc261b4a0 user: drh
15:33
Update SQLite to the latest beta of 3.7.0. This provides much better server concurrency when the repository database file is set to WAL mode. check-in: fb5f0c2580 user: drh tags: trunk, release
15:26
Automatically pull the shunning list when pulling from the "remote-url" server, which we assume is a trusted server. Add the new "auto-shun" setting to disable this feature, if desired. check-in: 515814f8e7 user: drh tags: trunk
2010-07-02
14:49 Ticket [71b1f35b4f] Revamping of Files page status still Open with 1 other change artifact: 349a72d878 user: anonymous ... 1 similar event omitted.
13:58 Add attachment script.js to ticket [71b1f35b4f] artifact: 5d7b4fd953 user: BMorgat
2010-07-01
14:36 New ticket [92d3a03459] problems with "fossil wiki delete". artifact: b4da944c8f user: anonymous
03:47 New ticket [71b1f35b4f] Revamping of Files page. artifact: 608e273f89 user: altufaltu
2010-06-29
14:24 Ticket [a483f0ab3f] tree checksum does not match repository after commit status still Open with 1 other change artifact: 32b1a9ab71 user: anonymous
2010-06-28
21:07 Ticket [6248d17d6f] file not found status still Open with 1 other change artifact: c24bb08a57 user: anonymous
14:35
Modified Makefile to support clang in private branch. check-in: 9c06026377 user: michael tags: ttmrichter
14:30
Updated ttmrichter branch to latest from trunk. check-in: 4c41c80e04 user: michael tags: ttmrichter
2010-06-26
20:37
Update the built-in SQLite to the latest from the SQLite development tree. check-in: ba14c7549c user: drh tags: trunk
2010-06-25
07:54 Ticket [a483f0ab3f] tree checksum does not match repository after commit status still Open with 1 other change artifact: 297daf10cf user: benoit
06:19 Ticket [d17d6e5b17] Handle file names containing brackets, interrogation mark or asterisk status still Open with 1 other change artifact: 387e493cbe user: eric ... 2 similar events omitted.
2010-06-24
21:41 Ticket [a483f0ab3f] tree checksum does not match repository after commit status still Open with 1 other change artifact: 284a04f598 user: anonymous ... 1 similar event omitted.
16:34 Ticket [3915adc720] Move page title to below menu for consistency status still Open with 1 other change artifact: 20b1d5c6f4 user: anonymous
11:14 Ticket [e68182a35a] Default HTML for new ticket form status still Open with 1 other change artifact: 2891ef4f2d user: drh
11:10
Update to the latest SQLite with the new WAL file format containing version numbers. check-in: e0bdd5afce user: drh tags: trunk
2010-06-23
15:23
Update to the latest SQLite which contains a bug fix in the current-time function on windows. check-in: 34178e2771 user: drh tags: trunk
13:31 Fixed ticket [17389900b2]: "open" needs to warn before overwriting existing files plus 1 other change artifact: 60d167bdf2 user: drh
13:30
Prompt the user for permission to overwrite files on "fossil open". Ticket [17389900b2e5bd816] check-in: d778ffea81 user: drh tags: trunk
12:32 Ticket [3915adc720] Move page title to below menu for consistency status still Open with 2 other changes artifact: b0cb745bb2 user: drh
12:00 Ticket [5751755d47] Initial check-in isn't usable status still Open with 2 other changes artifact: 9a4109ee49 user: drh
11:58
Fix to a "help" message. No code changes. check-in: b892572644 user: drh tags: trunk
11:55 Fixed ticket [7c700d2f28]: Cannot rebuild a repository that has been ANALYZE'd by SQLite plus 1 other change artifact: e34cd69b0f user: drh
11:54
Do not try to drop system tables when rebuilding a repository. Ticket [7c700d2f28838490]. check-in: b063e40725 user: drh tags: trunk
11:51 Edit [43472d55f31dc4b1|43472d55f3]: Change branch background color to "#f0ffc0". Timestamp 2010-06-18 03:21:48. artifact: 152c23c3dc user: drh
11:48
Merge quickstart.wiki changes into the trunk. check-in: c6cfa4ebc4 user: drh tags: trunk
11:46
Back out the benoit branch changes added by the previous check-in. check-in: 17075ffb37 user: drh tags: ttmrichter
11:39 Edit [84e497e4403ce17b|84e497e440]: Edit check-in comment. Timestamp 2010-06-23 04:33:17. artifact: 0ee282411d user: drh
11:36 Edit [7b7fe276784bb7f3|7b7fe27678]: Move to branch benoit. Change background color to "#ffc0d0". Edit check-in comment. Timestamp 2010-06-22 11:35:44. artifact: 97a3c1faca user: drh
11:32 Edit [953d293c32ddf612|953d293c32]: Change branch background color to "#ffc0d0". Move to branch benoit. Edit check-in comment. Timestamp 2010-06-23 05:27:39. artifact: 208b8bb048 user: drh
07:30 Ticket [7c700d2f28] Cannot rebuild a repository that has been ANALYZE'd by SQLite status still Open with 2 other changes artifact: 8825531ce3 user: BMorgat
07:00 New ticket [5751755d47] Initial check-in isn't usable. artifact: e7c03e841f user: anonymous
05:27
Fix makemake.tcl to generate main.mk as committed previously. Moved onto the "benoit" branch because it fails to build. check-in: 953d293c32 user: benoit tags: benoit
04:33
Merge from the "benoit" branch. check-in: 84e497e440 user: michael tags: ttmrichter
02:21
Merging trunk into private branch. check-in: 54d0648f1d user: michael tags: ttmrichter
2010-06-22
18:25 Ticket [17389900b2] "open" needs to warn before overwriting existing files status still Open with 1 other change artifact: de73b0b013 user: eric
17:59 Ticket [e68182a35a] Default HTML for new ticket form status still Open with 2 other changes artifact: 670365bd57 user: anonymous ... 1 similar event omitted.
16:41 Ticket [17389900b2] "open" needs to warn before overwriting existing files status still Open with 2 other changes artifact: 3fd50cea64 user: anonymous
16:39 New ticket [7c700d2f28] Cannot rebuild a repository that has been ANALYZE'd by SQLite. artifact: 5c870d6efc user: BM
11:35
Improve Make system for easier compilation with MinGW awk must still be in PATH and zlib compiled for mingw. check-in: 7b7fe27678 user: BM tags: benoit
11:35 New ticket [7389599496] Styling: Remove table style attributes and use CSS instead. artifact: 1f85e14340 user: anonymous
11:30 New ticket [38d80ca169] Auto link URL:s in ticket descriptions. artifact: 72b3a5f6b3 user: anonymous
11:26 New ticket [3915adc720] Move page title to below menu for consistency. artifact: 02ac11f961 user: anonymous
11:12 New ticket [dc8bde6ed8] Styling: Remove br elements from HTML. artifact: 54295556f9 user: anonymous
10:17 New ticket [f2b5011d97] Styling: Remove align attribute from HTML. artifact: b39f13e62a user: anonymous
2010-06-21
19:28
Fix a segfault that can occur if a corrupt delta gets into the archive. check-in: b9a744e1c4 user: drh tags: trunk
15:08
Update to the latest version of SQLite with WAL support. check-in: ed1037e225 user: drh tags: trunk
15:08
Fix a typo in the "branching.wiki" document. check-in: 83d6065c99 user: drh tags: trunk
13:07 Closed ticket [2515c984ab]: _FOSSIL_ file - security risk plus 3 other changes artifact: 114180927a user: drh ... 2 similar events omitted.
2010-06-18
03:21
Fixed up the quickstart to present information in a more logical order. check-in: 43472d55f3 user: michael tags: ttmrichter
01:34 Ticket [6981de95b6] Makefile for OpenSolaris/Solaris is not correct status still Open with 1 other change artifact: a06ef710df user: tjyang ... 1 similar event omitted.
2010-06-17
19:29 Changes to wiki page "Fossil" artifact: 3ca4be0a61 user: tjyang
19:26 Changes to wiki page "Fossil" artifact: 9d92b9b136 user: tjyang
14:39 Add attachment fix-css.diff to ticket [53aa95f382] artifact: cf64150fa3 user: anonymous
14:37 Ticket [1ec8be0c53] /doc on fossil web shows index.wiki but links on the page are broken status still Open with 2 other changes artifact: 8814758286 user: anonymous
14:35 Add attachment fix-doc-redirect.diff to ticket [1ec8be0c53] artifact: 54de68513b user: anonymous
14:27 Ticket [0e5d75657f] browsing /doc/ckout shows files not added to repository status still Open with 1 other change artifact: 313f04cc53 user: anonymous
14:26 Add attachment doc-ckout-select.diff to ticket [0e5d75657f] artifact: 835ffc96f2 user: anonymous
14:23 Ticket [0e5d75657f] browsing /doc/ckout shows files not added to repository status still Open with 2 other changes artifact: b2d4b98fb4 user: anonymous
13:57 Changes to wiki page "MailingList" artifact: 32e9024289 user: anonymous
02:01
Fix an uninitialized variable in the graph generator - error inserted by the previous checkin. check-in: 4d1ef64ee8 user: drh tags: trunk
01:37
Update to the latest version of SQLite - one that includes the fix for the corruption bug associated with the file-size in byte 28 of the database header. Also fix a bug in the graph generator, and change an index to help timeline run faster for branch queries. check-in: 5129d32a37 user: drh tags: trunk
2010-06-16
20:33
On a branch timeline, in addition to showing the checkins of the branch, also show check-ins of other branches that merge into or from the branch being displayed. This helps to show what has happened to an infrequently changing branch which is part of a much more active project. check-in: 6752934026 user: drh tags: trunk
19:24 Changes to wiki page "Fossil" artifact: 63c42faf3d user: anonymous
06:07 New ticket [255697a542] Relevant space in .cgi. artifact: 8d9a3a4c95 user: anonymous
2010-06-15
19:11 Changes to wiki page "Fossil" artifact: a5b5dfaafd user: dmitry
2010-06-13
15:59 Fixed ticket [f58a057474]: Wiki pages where the name starts with a "." cause problems plus 2 other changes artifact: 7d0529c441 user: drh
15:58
Add the ability to escape Wiki page names in hyperlinks using a wiki: prefix. Ticket [f58a05747498d3aaa9ea1e4f8f4015c209dfc54a]. check-in: d6b2c387a0 user: drh tags: trunk
2010-06-11
15:57 New ticket [f58a057474] Wiki pages where the name starts with a "." cause problems. artifact: 5bbe093ec8 user: anonymous
13:51 Fixed ticket [9dd30a98f5]: Patch for fixing spelling mistakes in documentation plus 1 other change artifact: 37510ff304 user: drh ... 2 similar events omitted.
12:27
Fix documentation typos. check-in: b16b4337b9 user: drh tags: trunk
12:02
Change the default style to center the title with the project name above and with 200 pixel wide logo and status boxes to the left and right. check-in: 15b293259d user: drh tags: trunk
2010-06-10
19:21
The previous two check-ins to the exp-search branch should have been on the trunk. This check-in pulls them over. check-in: d90467ed85 user: drh tags: trunk
19:19
Change the title of the home page from "Fossil Home Page" to simply "Home Page". Closed-Leaf check-in: 0fd61810c4 user: drh tags: exp-search
18:50
Use the qoute() function to encode setting value for the "configure export" command. This allows the binary logo image to be exported. check-in: 59fcfb777d user: drh tags: exp-search
2010-06-09
12:29
Updates to the homepage. Fix a minor bug in the check-in edit screen of the web-UI. check-in: 404aaecff8 user: drh tags: trunk
02:56 Ticket [a483f0ab3f] tree checksum does not match repository after commit status still Open with 3 other changes artifact: d8423eebcb user: anonymous ... 2 similar events omitted.
2010-06-05
20:05 Edit [91eded7a09d4277d|91eded7a09]: Edit check-in comment. Timestamp 2010-06-05 20:04:19. artifact: 5f2bd28cf7 user: bch
20:04
reintroduce "co" alias for "checkout"; Originally introduced with [a89b436bc9] check-in: 91eded7a09 user: bharder tags: trunk
2010-06-04
22:44 Closed ticket [fb47088db5]: The default editor on Linux is ed plus 2 other changes artifact: 5b83a5cdd9 user: eric
21:06 Review ticket [4404464b0d]: Typo, Quick-start and newbies artifact: 744a432bd0 user: anonymous
2010-06-03
13:19 Ticket [fb47088db5] The default editor on Linux is ed status still Open with 1 other change artifact: 840057a34a user: anonymous
2010-06-02
09:46 Ticket [d33a991967] Option to add directory and subdirectories that start with a "." status still Open with 2 other changes artifact: 6a828eeb10 user: anonymous
09:41 New ticket [270033a5d5] fossil: tree checksum does not match repository after commit. artifact: a66cfa776f user: anonymous
2010-05-31
20:01 Fixed ticket [e39122fcc4]: Typo on "Fossil Self-Hosting Repositories" Page artifact: 9eb460035e user: anonymous ... 1 similar event omitted.
2010-05-26
18:12 Ticket [fb47088db5] The default editor on Linux is ed status still Open with 2 other changes artifact: 08f5c346a7 user: eric
17:00 New ticket [d33a991967] Option to add directory and subdirectories that start with a ".". artifact: 700a3dd4c9 user: anonymous
13:46 New ticket [fb47088db5] The default editor on Linux is ed. artifact: 4f7ad9c528 user: anonymous
13:40 Ticket [8c46da2079] Checkin fails: "editor aborted" on Cygwin status still Open with 2 other changes artifact: d479fbf5db user: anonymous
2010-05-25
12:30 Fixed ticket [e39122fcc4]: Typo on "Fossil Self-Hosting Repositories" Page plus 1 other change artifact: 075114e9e9 user: drh
12:30
Fix typo in the Self-Hostiry Repositories page. Ticket [e39122fcc434125c6]. check-in: f19de0b02d user: drh tags: trunk
09:31 Ticket [e39122fcc4] Typo on "Fossil Self-Hosting Repositories" Page status still Open with 4 other changes artifact: c02360963f user: anonymous ... 1 similar event omitted.
2010-05-24
20:12 New ticket [0e5d75657f] browsing /doc/ckout shows files not added to repository. artifact: ec71fa201e user: anonymous
18:43
Fix a bug in HTML attribute parsing. check-in: cb44f7dea4 user: drh tags: trunk
18:19
Rewrite the SRC= attribute of <IMG> markup to insert the zBaseURL where appropriate. check-in: dc82d5709c user: drh tags: trunk
15:37
added a check for null document pointers in search_score that corrected search form crash check-in: cad393d597 user: Zeugmal tags: exp-search
04:11 Closed ticket [048c1c8210]: "http:" command when doing "fossil ui" plus 2 other changes artifact: 2ad7250616 user: anonymous ... 1 similar event omitted.
2010-05-23
21:09 New ticket [2bda0f13c6] The baseurl parameter must be used in submenus of web-interface. artifact: c3f671f4dc user: anonymous
19:47 Ticket [58339f7b10] The excellent branching wiki, needs a similar "how to merge" page... status still Open with 1 other change artifact: 25d2a738bd user: anonymous ... 1 similar event omitted.
16:35 Closed ticket [98b976f05a]: "Behavior" menu disappeared plus 3 other changes artifact: 2c7c46f747 user: anonymous
15:08 Ticket [58339f7b10] The excellent branching wiki, needs a similar "how to merge" page... status still Open with 4 other changes artifact: a77dcc2476 user: anonymous ... 1 similar event omitted.
11:49 Ticket [09310d1a05] Typos in Wiki Theory page status still Open with 1 other change artifact: e37e09028e user: anonymous ... 2 similar events omitted.
2010-05-22
20:21 New ticket [aa0497a331] Fossil SCM Behavior page, Web Browser field needs more.... artifact: 56377ff9c5 user: anonymous
20:03 New ticket [6a70408ccb] Typo on Access Control Settings page. artifact: 2fa028bae8 user: anonymous
19:48 Ticket [4404464b0d] Typo, Quick-start and newbies status still Open with 1 other change artifact: 094336a600 user: anonymous ... 4 similar events omitted.
13:24
Add the auto-captcha setting back to the command-line setting command. Default auto-captcha to on. check-in: 5fbd593aa7 user: drh tags: trunk
11:46
Add the test-move-repository command. check-in: 4a19864419 user: drh tags: trunk
11:28
Fix memory leaks associated with the cgi_rfc822_datestamp() function. check-in: 99dcff4d28 user: drh tags: trunk
09:52 Ticket [4404464b0d] Typo, Quick-start and newbies status still Open with 1 other change artifact: 35c11ff527 user: anonymous
00:19 Edit [73d274360c6c9ddc|73d274360c]: Change branch background color to "#c0ffc0". Move to branch exp-search. Timestamp 2010-05-21 21:05:35. artifact: 35aae2614d user: drh
2010-05-21
21:11 Ticket [4404464b0d] Typo, Quick-start and newbies status still Open with 1 other change artifact: cb89de9555 user: anonymous
21:05
adding code, wiki, tickets, checkins search functionality check-in: 73d274360c user: Zach tags: exp-search
16:48 Edit [3343450e64978ddf|3343450e64]: Change background color to "#d0c0ff". Edit check-in comment. Timestamp 2010-05-21 16:21:04. Add tag "release". artifact: 38dab5c659 user: drh
16:21
Fix issues with attachments on tickets. In the artifact viewer, do a better job of detecting JPEG images from the content prefix. check-in: 3343450e64 user: drh tags: trunk, release
15:16
Fix an unterminated string in the information viewer for attachments. check-in: 65d2067247 user: drh tags: trunk
13:25 Ticket [9d0f274589] Ticket attachment shows garbage status still Open with 1 other change artifact: 6cfd55feda user: anonymous
09:03 Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 1 other change artifact: eac0d96871 user: anonymous
00:13 Ticket [4404464b0d] Typo, Quick-start and newbies status still Open with 1 other change artifact: 205d8a578f user: anonymous ... 1 similar event omitted.
2010-05-20
08:09 New ticket [a5a415b414] new wiki page with the name of Chinese. artifact: 6fd345340b user: anonymous
2010-05-19
21:32 New ticket [1ec8be0c53] /doc on fossil web shows index.wiki but links on the page are broken. artifact: 39619e3dc0 user: anonymous
12:27 New ticket [0830da5a06] wiki sandbox does not support attachments. artifact: 11d4be0371 user: anonymous
12:25 New ticket [1cc5145ac8] wiki does not support images. artifact: 49fe53c117 user: anonymous
2010-05-18
23:14 Ticket [4404464b0d] Typo, Quick-start and newbies status still Open with 2 other changes artifact: 13f62b1c1f user: anonymous ... 1 similar event omitted.
09:01 New ticket [78d8659da3] fossil does not ask for password when autosync. artifact: 9d61ab5b25 user: anonymous
2010-05-17
18:24
re-introduce "co" "checkout" command to BSD branch Closed-Leaf check-in: 0072bfefd2 user: bch tags: trunk
18:17 New ticket [1511c1ef25] The makedeb.sh script should be more robust. artifact: fecfc79425 user: anonymous
17:47 Ticket [53aa95f382] web colors broken status still Open with 2 other changes artifact: 070cc9b057 user: anonymous ... 1 similar event omitted.
17:33 New ticket [0d18db83e1] You heve to log in to view tickets. artifact: a8c8b63521 user: anonymous
14:29
Fix typo in copyright assignment form. check-in: 4cb397a7cb user: drh tags: trunk
10:54 New ticket [98b976f05a] "Behavior" menu disappeared. artifact: 5fa7ae912a user: anonymous
2010-05-16
19:38
Update the "License" link on the homepage to go to the BSD license text rather than GPL license text. check-in: 1a987869e0 user: drh tags: trunk
19:36
Merge support for HTTPS back into trunk. (It got lost during the conversion from GPL to BSD.) check-in: 68fa646f49 user: drh tags: trunk
19:16
Rename the "clear-title" branch as the new trunk. The trunk is now relicensed using the Simplified BSD License. check-in: bf1c21ba16 user: drh tags: trunk
19:14
Move what used to be the called the trunk into a separate branch named "gpl". The trunk will be modified to contain only code to which we hold clear title and which is licensed using the 2-clause BSD License. Closed-Leaf check-in: ccc7701cc6 user: drh tags: gpl
19:08
Change from GPL to the Simplified BSD License. Closed-Leaf check-in: c06edd231f user: drh tags: clear-title
11:21 Edit [1761fee0556d5e1b|1761fee055]: Change branch background color to "#ffc0d0". Timestamp 2010-02-08 14:20:24. artifact: 8b54846f72 user: drh
11:21 Edit [4027ad4b7e5d1829|4027ad4b7e]: Timestamp 2010-02-06 20:20:59. artifact: 733d84e260 user: drh
11:20 Edit [4027ad4b7e5d1829|4027ad4b7e]: Move to branch dead-end. Change background color to "#ffc0d0". Timestamp 2010-02-06 20:20:59. artifact: 71e3c0101f user: drh
11:18
Pull the latest trunk changes into clear-title. check-in: 96722b6d01 user: drh tags: clear-title
2010-05-14
17:02
On the timeline graph, strive to put the "trunk" to the far left. Closed-Leaf check-in: 4c931047ef user: drh tags: trunk
2010-05-13
13:21 New ticket [4149936e44] show fossil command lines on branching.wiki. artifact: e033997325 user: anonymous
2010-05-12
14:56 New ticket [c198af6880] url_parse passes paths through mprintf, breaking % encoding (thus ~ too). artifact: 7e8823530b user: anonymous
14:09 Fixed ticket [fc428d2107]: fossil extras generates SQL error after c193d2c2e0 plus 2 other changes artifact: ba3d1d6500 user: rwilson
14:08
fix ticket [fc428d2107d6b810fff67892896137c66abd3484] check-in: b24b2e1bba user: rwilson tags: trunk
11:56 New ticket [fc428d2107] fossil extras generates SQL error after c193d2c2e0. artifact: 1f7a53f184 user: anonymous
11:52 Ticket [5a13dbd275] add and ci/commit are inconsistent wrt "*" handling status still Open with 1 other change artifact: 332417e7fb user: anonymous
2010-05-11
06:33 Ticket [9d0f274589] Ticket attachment shows garbage status still Open with 2 other changes artifact: 46e034c322 user: anonymous ... 1 similar event omitted.
04:15 New ticket [3e3018e96f] ticket history (ala roundup). artifact: bbe04f9018 user: anonymous
2010-05-09
23:14 Ticket [173e80a4df] fossil header/footer/css/ticket pages should be version controlled status still Open with 2 other changes artifact: dfd85ec7ac user: anonymous
22:30 Ticket [4497341fa0] "zlib1.dll not found" error after building latest leaf status still Open with 1 other change artifact: cb6a2d1ca5 user: anonymous ... 1 similar event omitted.
22:06 New ticket [173e80a4df] fossil header/footer/css/ticket pages should be version controlled. artifact: 93d62a7c57 user: anonymous
21:47 New ticket [4497341fa0] "zlib1.dll not found" error after building latest leaf. artifact: d96cda02fe user: anonymous
16:51 Fixed ticket [64386b2221]: small typo in webpage branching.wiki "once" => "one" plus 1 other change artifact: 8c8d79fb32 user: drh
16:51
Fix a documentation typo. Ticket [64386b2221309d]. check-in: 11b3f31de9 user: drh tags: trunk
16:49 Fixed ticket [97d8f830b7]: Fossil journal file included when adding files plus 1 other change artifact: 96877977d2 user: drh
16:49
Prevent adding special files _FOSSIL_-journal, .fos, and .fos-journal to the repository. Ticket [97d8f830b7e5e2] check-in: c193d2c2e0 user: drh tags: trunk
10:31 New ticket [97d8f830b7] Fossil journal file included when adding files. artifact: 6e2a055f31 user: anonymous
2010-05-07
18:09 Ticket [64386b2221] small typo in webpage branching.wiki "once" => "one" status still Open with 3 other changes artifact: e91fa60a02 user: anonymous ... 1 similar event omitted.
2010-05-05
13:30 New ticket [43e2fc335c] Filenames containing spaces are downloaded with + signs from the browser link. artifact: f781680178 user: anonymous
2010-05-04
11:29 Closed ticket [fba687385f]: Successful merge (no conflicts) cannot be checked in plus 2 other changes artifact: 2b3b6e16ef user: drh ... 1 similar event omitted.
2010-05-03
11:05 Closed ticket [7995323ab2]: ignore-glob setting does not work on directory names plus 2 other changes artifact: d93cdef7ae user: drh ... 1 similar event omitted.
2010-05-02
20:27 New ticket [a90a412aef] fossil tag command does not accept -m / -M options. artifact: 59d6aa0e2e user: anonymous
19:21
Add support for URLs of the form: artifact?ci=CHECKIN&filename=FILENAME. check-in: 6f9901dd42 user: drh tags: trunk
11:17 New ticket [66be806dbe] Out of memory error when cloning non-existant repository. artifact: bd4337fe89 user: anonymous
2010-04-28
05:43 Closed ticket [466e4bbdc7]: "title" html tag doesn't seem to work properly plus 2 other changes artifact: dc8a8ffcf5 user: ron ... 1 similar event omitted.
2010-04-27
23:55
Ignore byte-order-marks at the beginning of wiki pages. Ticket [466e4bbdc7c90d5] check-in: 9d6507d25d user: drh tags: trunk
19:12 Ticket [466e4bbdc7] "title" html tag doesn't seem to work properly status still Open with 1 other change artifact: 88918e5b4c user: ron
17:17
Simplify timeline processing. No longer show branch and merge points since those are now obvious from the graph. check-in: 5568603e57 user: drh tags: trunk
17:02
Allow the branch name to be changes in the check-in edit screen for a check-in that is the first check-in of a new branch. check-in: af8a8979c6 user: drh tags: trunk
06:00 Fixed ticket [66c6d4378e]: "<div>" not honored in wiki pages plus 2 other changes artifact: 6a2bcb7ed9 user: ron
2010-04-26
19:33 Ticket [b7b9a4d6ee] TH variable "$current_page" does not show the expected value status still Open with 2 other changes artifact: 1f6ff107ef user: ron ... 1 similar event omitted.
15:36
allow "class" attributes in wiki html markup, so CSS is more useful check-in: 99c26fccba user: ron tags: trunk
2010-04-22
18:27 Ticket [3b1533a090] 'sync' command in the web-interface status still Open with 1 other change artifact: 2dd55d49ef user: anonymous
18:12 New ticket [e5e2e0408e] Universal binary builds for Mac OS X. artifact: efffeaf9a3 user: anonymous
15:48
Infrastructure changes that will allow the client-side sync to be run from a web interface - the status messages now go to CGI output if the sync is run from a web page. This is a partial implementation of the "SyncNow" button. The button itself has not yet been added. check-in: c56af61e5e user: drh tags: trunk
15:22 Fixed ticket [a534227710]: Web UI "Admin -> Sync Now" should be removed except maybe for "fossil ui" plus 2 other changes artifact: 359c534b44 user: drh
15:19 Open ticket [3b1533a090]: 'sync' command in the web-interface plus 1 other change artifact: fa6fa69a50 user: drh
15:18
Back out check-in [fc23960258211b5bc]. This will close ticket [a534227710d3e5] but re-open ticket [3b1533a090eebd09d]. check-in: f7ec914037 user: drh tags: trunk
14:56 New ticket [a534227710] Web UI "Admin -> Sync Now" should be removed except maybe for "fossil ui". artifact: b411eb97ea user: anonymous
13:51 Ticket [96af2fca6d] web "Sync Now" need to provide repository path argument. status still Open with 1 other change artifact: fe140c3af1 user: anonymous
12:44 Fixed ticket [c3971eac71]: fossil breaks if HOME points to read-only directory plus 1 other change artifact: a0da801eb8 user: drh
12:44
Improved detection of invalid home directories and better error messages when invalid home directories are detected. Ticket [c3971eac71a1bd0] check-in: 822133a763 user: drh tags: trunk
12:25 Ticket [466e4bbdc7] "title" html tag doesn't seem to work properly status still Open with 2 other changes artifact: c2a2b42d2c user: drh
12:23 Closed ticket [9c8d43bfa6]: RSS permissions too strict plus 2 other changes artifact: 2f1f53808e user: drh
03:33 New ticket [466e4bbdc7] "title" html tag doesn't seem to work properly. artifact: a1a980931e user: ron
03:19 Ticket [9c8d43bfa6] RSS permissions too strict status still Open with 1 other change artifact: 5974792dad user: ron ... 1 similar event omitted.
01:02 Fixed ticket [901936cf06]: web interface behaves badly plus 1 other change artifact: 016a8efc76 user: drh
01:02
When the "name" parameter for the /artifact webpage (and similar pages) is ambiguous, bring up a page that allows the user to choose between the various options. Ticket [901936cf06df1b9b9a]. check-in: d02115bbf0 user: drh tags: trunk
00:12
Remove dead code and fix a comment - issues found while looking for an unrelated problem. check-in: d4125d551e user: drh tags: trunk
00:00
Fix incorrect redirects to "/home" when there is an ambiguous name on the artifact webpage. Ticket [901936cf06df1b9b]. Still need to add code that will list all possible answers and let the user choose. check-in: f44a3f70be user: drh tags: trunk
2010-04-21
23:45 Ticket [901936cf06] web interface behaves badly status still Open with 1 other change artifact: 093354d918 user: drh
23:43 Ticket [9c8d43bfa6] RSS permissions too strict status still Open with 2 other changes artifact: d23726de87 user: drh
23:38 Ticket [c3971eac71] fossil breaks if HOME points to read-only directory status still Open with 2 other changes artifact: dca81e254d user: drh
2010-04-20
21:25 New ticket [39a340063d] In HTML mode, wiki inserts stray paragraph for [] links. artifact: 8327a837ea user: anonymous
16:49 New ticket [683457aa0f] localtime on server not syncronized. "strange" behaviour in fossil. artifact: a5c2942ed4 user: anonymous
15:53 Ticket [901936cf06] web interface behaves badly status still Open with 2 other changes artifact: b8c6bb9ddd user: anonymous
10:43 New ticket [e541940099] RSS (timeline.rss) should accept t=tag option to generate RSS for checkins on a branch. artifact: 698fc94ced user: anonymous
2010-04-19
08:44 New ticket [901936cf06] web interface behaves badly. artifact: e45f755d64 user: anonymous
05:48 New ticket [9c8d43bfa6] RSS permissions too strict. artifact: 6b11bf44db user: ron
2010-04-16
21:10 New ticket [c3971eac71] fossil breaks if HOME points to read-only directory. artifact: 536b5522d7 user: anonymous
06:20 New ticket [2666a00316] failure w/ cryptic error when file missing.. artifact: 2fee863295 user: bharder
02:06 Ticket [beb8f31ea5] Wrong redirect after successful logon status still Open with 1 other change artifact: 0fecde7348 user: anonymous ... 1 similar event omitted.
2010-04-15
23:53
Update to the latest stable check-in of SQLite, as a beta-test for SQLite. check-in: 7c37b46b12 user: drh tags: trunk
23:50
Fill the boxes on the graph with the same background color as the text in the timeline description. check-in: 0e7b85bb92 user: drh tags: trunk
10:19 New ticket [beb8f31ea5] Wrong redirect after successful logon. artifact: a476e7216f user: anonymous
2010-04-14
09:16 New ticket [303b8b1182] Very slow checkin on large repository. artifact: bea7616196 user: ron
2010-04-12
21:18 New ticket [427938e2f6] three-way merge. artifact: 37031e7c5d user: anonymous
16:58 Ticket [96af2fca6d] web "Sync Now" need to provide repository path argument. status still Open with 1 other change artifact: b71c359eb3 user: anonymous
2010-04-11
08:47 Changes to wiki page "Cookbook" artifact: 19d02757d5 user: anonymous
2010-04-07
20:35
SQLite bug fix. Change a LIKE to a GLOB so that it can use an index. check-in: 5721bce885 user: drh tags: trunk
20:02
Update SQLite to a version that includes automatic index support. When compiled with FOSSIL_DEBUG, issue warnings if any automatic index is ever used. check-in: b84917dbf8 user: drh tags: trunk
18:04 Ticket [5e624dbfca] branch doesn't obey clearsign setting status still Open with 2 other changes artifact: 56c1df26c3 user: anonymous
11:53
Accept single-quotes in addition to double-quotes for HTML attribute quoting. check-in: 852e631f08 user: drh tags: trunk
2010-04-05
20:07 Ticket [786d01dc53] Fix some build issues on Windows status still Open with 2 other changes artifact: fdbc342369 user: anonymous ... 1 similar event omitted.
2010-04-04
23:20
Pull in recent graph layout changes. check-in: 0551ff8178 user: drh tags: clear-title
22:40
Further refinements to the graph layout for file histories. check-in: 1f607de1db user: drh tags: trunk
21:47
For file history graphs, use merge arrows to show when the same file appears in multiple check-ins. check-in: 6ea10c5e99 user: drh tags: trunk
18:38
Tweaks to the graph layout algorithm to try to get better graphs for individual file histories. check-in: 1d2608b7f4 user: drh tags: trunk
09:57 Ticket [3dbc12f49d] Edit ticket fails to save changes if assigned_to AND remark are changed. status still Open with 2 other changes artifact: d6c0feeff9 user: ron ... 1 similar event omitted.
2010-04-02
20:09
Merge all recent trunk changes into the clear-title branch (since we hold clear title on all recent changes.) check-in: 64541535d9 user: drh tags: clear-title
20:04 New ticket [741c14501f] Documentation Edit for Customising the Ticket System.. artifact: 3e9d460eb2 user: anonymous
19:28
Add additional markups to show inefficient queries when running in TH3_DEBUG mode. check-in: 251fd001a8 user: drh tags: trunk
19:27
In file changes histories, show when the file is deleted. check-in: 4bbb437f06 user: drh tags: trunk
2010-03-31
18:42
Get chroot jails working correctly when a particular fossil repository is specified on the "http" command. This fixes a problem introduced by the multi-repository feature added by check-in [9cd2c42e79] on 2010-01-31. check-in: 42ba7b97aa user: drh tags: trunk
18:16 Changes to wiki page "Cookbook" artifact: 15013e6b27 user: anonymous
18:04 Changes to wiki page "Cookbook" artifact: 4c97b96aec user: anonymous
18:01 Changes to wiki page "Cookbook" artifact: 922c7cccd6 user: anonymous
17:14
Patch SQLite to provide a better error message to sqlite3_log() when it is unable to open a file. check-in: a158c4e75d user: drh tags: trunk
15:27
Update the mechanism for reporting SQL that does not use indices. The warnings can be suppressed by comments in the SQL text. check-in: 9f1d490dd6 user: drh tags: trunk
15:17
Improvements to the SQLite error logging output format. check-in: b30e35fcd2 user: drh tags: trunk
14:52
Cause all SQLite errors to be logged as warnings. check-in: 99fea6cde4 user: drh tags: trunk
14:35
When compiled with FOSSIL_DEBUG, print warnings if any SQLite queries fail to use indices. check-in: e95e87c1ed user: drh tags: trunk
13:40 New ticket [18ea58d26e] Unable to login. artifact: 2ef586ef36 user: anonymous
2010-03-30
14:29
Use artifact IDs, not record IDs, on the "diff" link of check-in change listings. check-in: 61c52dd6aa user: drh tags: trunk
01:22
The sync, clone, push, and pull commands process 302 redirects. check-in: 84439e9dc7 user: drh tags: trunk
2010-03-29
00:46 Fixed ticket [49929a3557]: Support REMOTE_USER CGI variable to auto login when using fossil cgi mode plus 1 other change artifact: 0ed9cb09da user: drh
00:07
Add the capability (disabled by default) to accept REMOTE_USER as an authenticated user. Ticket [49929a3557a] check-in: a5a1ff1b4b user: drh tags: trunk
2010-03-28
23:20
In the graph algorithm, try to put branches on rails as close as possible to their parent. check-in: 42bbfe9d64 user: drh tags: trunk
12:24 New ticket [49929a3557] Support REMOTE_USER CGI variable to auto login when using fossil cgi mode. artifact: 294f054559 user: anonymous
2010-03-27
12:56
Update the built-in SQLite to 3.6.23.1 release candidate 1. check-in: 340d3398e6 user: drh tags: trunk
2010-03-26
21:48 Ticket [068a656512] Wiki Sections ==Section== (with possibly table of contents) status still Open with 2 other changes artifact: c6f4f261d4 user: anonymous
13:29 New ticket [0120af475c] branch new only works in open working directory (Win32). artifact: fcd68589b5 user: anonymous
2010-03-25
20:34 Closed ticket [178db4bfff]: cannot clone www.fossil-scm.org/ artifact: cc033dd927 user: anonymous ... 1 similar event omitted.
13:52
Added the 'New Ticket' link to the ticket report view check-in: f3df06b09f user: jeremy tags: trunk
2010-03-24
19:26 New ticket [fba6685a5d] allow no space after -m. artifact: a7da7e5c6d user: anonymous
08:38 New ticket [40aeb4f9fc] pull -R and sync -R doen't add the repository in .fossil db. artifact: 3f2773c15f user: anonymous
07:10
update custom ticket wiki page check-in: 0c305be6c1 user: ron tags: trunk
2010-03-22
14:28 Fixed ticket [13536c292b]: Timeline graph cease to be displayed when number of requested events cross some arbitrary number plus 1 other change artifact: 3ae64b5c51 user: drh
14:28 Edit [504dc92ceb397687|504dc92ceb]: Edit check-in comment. Timestamp 2010-03-22 14:17:46. artifact: 6441a49777 user: drh
14:17
If the graph height is greater than 32767, omit the <canvas> object. Also, do not appendChild() the graphics <div> objects until after they have been set to "abolute" positioning, to work around a FF performance issue. Ticket [13536c292b60] check-in: 504dc92ceb user: drh tags: trunk
13:41
Do not use <canvas> when the height of the graph is greater than 32767. Ticket [13536c292b60]. check-in: 81751fa51b user: drh tags: trunk
12:52
Truncate the graph at 32767 pixels. This allows the top part of the graph to be seen when the graph is large, at least. Ticket [13536c292b]. check-in: 076ecdcc56 user: drh tags: trunk
10:11 Closed ticket [6977cd82d8]: Add hidden columns to ticket reports plus 2 other changes artifact: 829ad45dc2 user: anonymous
02:04 New ticket [e382a8bce3] Corrections to delta format description. artifact: 902dd5b4eb user: anonymous
2010-03-21
22:42
Comparison typo. Closed-Leaf check-in: 624bc1c662 user: linuxfood tags: ssl_platform_fixes
22:38
Fix case when trying to free a non-malloced pointer. check-in: ee59ca74b8 user: linuxfood tags: ssl_platform_fixes
22:14
Merge in trunk and local fixes. check-in: 3b06c951cf user: linuxfood tags: ssl_platform_fixes
22:10
Create new branch named "ssl_platform_fixes" check-in: 6a21088a78 user: linuxfood tags: ssl_platform_fixes
21:51
Avoid the use of rowids in URLs, since they can change on a rebuild. Use SHA1-derived artifact IDs instead. check-in: a4b10f43e2 user: drh tags: trunk
17:03 Fixed ticket [45f89e504b]: Syncing a "bare" repository over SSL fails to store certificate plus 1 other change artifact: ce41e214c1 user: drh
17:03
Fix for ticket [45f89e504b4] check-in: 3640618d71 user: drh tags: trunk
07:14 New ticket [45f89e504b] Syncing a "bare" repository over SSL fails to store certificate. artifact: 887f303dbc user: anonymous
2010-03-20
15:50 Ticket [6977cd82d8] Add hidden columns to ticket reports status still Open with 2 other changes artifact: 36b95d0ddc user: drh ... 1 similar event omitted.
2010-03-19
14:33 New ticket [178db4bfff] cannot clone www.fossil-scm.org/. artifact: b780b8acd7 user: anonymous
14:32 Ticket [f630d61ed8] adding comments to a tag status still Open with 2 other changes artifact: e9e524a001 user: anonymous ... 1 similar event omitted.
09:15 New ticket [43bf069f44] rebuild hint after updating to a newer fossil version. artifact: 89aa282f19 user: anonymous
06:48 Ticket [74782e5f7c] auto-discovery of a repository from a webpage status still Open with 1 other change artifact: 0330a84054 user: anonymous ... 3 similar events omitted.
2010-03-18
16:27
Make sure that "Setup" and "Admin" privileges imply 'Append-Tkt' privilege. check-in: a1b7f8e1a9 user: drh tags: trunk
14:40
Merge in all of the latest clear-title changes from the trunk. check-in: 7c2577bd63 user: drh tags: clear-title
14:29 Edit [73c24ae363ee1b22|73c24ae363]: Change background color to "#d0c0ff". Timestamp 2010-03-18 14:20:33. Add tag "release". artifact: ea4ad85fc7 user: drh
14:28
Update the script that builds the download page. check-in: d5f6a272e9 user: drh tags: trunk
14:20
Fix some compiler warnings on windows. check-in: 73c24ae363 user: drh tags: trunk, release
14:11
Fix some permissions problems on wiki pages. Always show "Empty Page" text for wiki pages that contain no text. check-in: f442eb2ae2 user: drh tags: trunk
13:47
Some minor performance improvements on timeline. check-in: edea06eec7 user: drh tags: trunk
13:26
Merge recent experimental changes (the attachment enhancement and the ability to delete wiki) into the trunk. check-in: f4a25366a7 user: drh tags: trunk
12:55
Change the timeline comment when a wiki page is deleted. Remove some "#if 0" sections from the code. Closed-Leaf check-in: 49e6670386 user: drh tags: experimental
10:50 Fixed ticket [7b8f21b876]: Segmentation fault when opening a clone of http://www.sqlite.org/src plus 2 other changes artifact: 8ea5898b7d user: drh ... 1 similar event omitted.
10:39
Show only non-empty wiki pages in the list of all wiki pages. A rebuild is required after updating in order for this feature to work. check-in: 012d5e4f23 user: drh tags: experimental
10:10 Open ticket [7b8f21b876]: Segmentation fault when opening a clone of http://www.sqlite.org/src artifact: 8e02460fc7 user: anonymous ... 1 similar event omitted.
02:11
Add the ability to delete attachments and fix issues with timelines. check-in: 01c0180b3f user: drh tags: experimental
01:09
Show attachment in timelines. check-in: 2978e43005 user: drh tags: experimental
2010-03-17
23:49
Show artifact changes in ticket history. check-in: 931f8895c6 user: drh tags: experimental
23:15
Basic functionality of attachments is now in place. check-in: dd2d3177b1 user: drh tags: experimental
19:57
Added screens for adding and listing attachments. check-in: 1fcfa000b4 user: drh tags: experimental
12:30 Changes to wiki page "Fossil" artifact: e2ae2d79a9 user: drh
10:53 New ticket [ce73fc2173] ui doesn't work on Windows 9x (portable_system() broken). artifact: 4237905097 user: anonymous
01:03
Fix a bug in timeline introduced by the previous check-in. Improvements to the file timeline. check-in: 6953184210 user: drh tags: trunk
00:40
Get the derivation graph working for individual file histories. check-in: c19467d68e user: drh tags: trunk
2010-03-16
21:33
Work toward adding support for attachments. Keep this on an experimental branch until it is actually working. check-in: c3d7df650b user: drh tags: experimental
21:15 New ticket [5e624dbfca] branch doesn't obey clearsign setting. artifact: e774aff3fb user: anonymous
19:42 Deferred ticket [7b8f21b876]: Segmentation fault when opening a clone of http://www.sqlite.org/src plus 1 other change artifact: dc579d0d28 user: anonymous
16:52
Change the format of the A-card for attachments again. Add the ATTACHMENT table to the repository. Insert attachment information into the ATTACHMENT table when processing attachment artifacts. check-in: 615a52f0ba user: drh tags: trunk
15:38
Improved file format documentation. Added information on the attachment artifact. Redefine the A-card (which has not previously been used). Update the Manifest object to store attachment artifacts. check-in: d5a4e41c81 user: drh tags: trunk
14:27
Provide more space on the ignore-glob entry in the UI. check-in: ef80cbf52f user: jeremy_c tags: trunk
14:25
Added the new ignore-glob setting to the Behavior area of the Admin UI check-in: 557e8389db user: jeremy_c tags: trunk
2010-03-15
20:54
Add a new form of ticket timeline that shows only the check-ins associated with the ticket. check-in: dec1364848 user: drh tags: trunk
20:32 Ticket [4e8410bfd6] Add something similar to cvsignore feature status still Deferred with 1 other change artifact: a78b51bc77 user: anonymous
18:09
Add the --binary option to the "merge" command and a new "binary-glob" setting. These identify files that should be treated as binary files and which should not be subjected to a 3-way merge. check-in: d327f12522 user: drh tags: trunk
17:41
Add a --ignore option to the "extra" command, and an "ignore-glob" setting which causes files with given patterns to be ignored. Tickets [705181a992c] and [5125de2e624]. See also ticket [4e8410bfd69]. check-in: 3555c0fc6f user: drh tags: trunk
16:16
Show check-ins that mention a ticket in the ticket timeline. check-in: 611b3b206b user: drh tags: trunk
14:46
Add the BACKLINK table and code to populate it. NB: Run "rebuild" when updating to this or later versions. check-in: f2181f5e45 user: drh tags: trunk
2010-03-14
21:01 Fixed ticket [930a168303]: fossil is GPLed, openssl is GPL-incompatible, suggest adding clause to license plus 1 other change artifact: 91f1ec6af0 user: drh
20:56
Add an exception to the GPLv2 license to allow Fossil to be linked against the OpenSSL library. Ticket [930a168303]. check-in: 01c2f049b4 user: drh tags: trunk
13:07 Ticket [644116e638] The last Chinese character does not show status still Open with 2 other changes artifact: f075b42b88 user: anonymous ... 5 similar events omitted.
2010-03-13
02:14 Ticket [7b8f21b876] Segmentation fault when opening a clone of http://www.sqlite.org/src status still Open with 2 other changes artifact: 862f9b3888 user: drh ... 1 similar event omitted.
2010-03-12
14:31 Fixed ticket [274b530475]: Tags->Timeline shows timeline of tags in huge font (firefox 3.6) plus 2 other changes artifact: 3ceb6f6a15 user: drh
14:29
Fix the formatting on the non-propagating tag timeline. Ticket [274b530475ce]. check-in: 19d6b1cfe8 user: drh tags: trunk
14:02 New ticket [274b530475] Tags->Timeline shows timeline of tags in huge font (firefox 3.6). artifact: b17e44d04b user: anonymous
2010-03-11
17:47 Ticket [13536c292b] Timeline graph cease to be displayed when number of requested events cross some arbitrary number status still Open with 2 other changes artifact: 19ebc3e2aa user: drh ... 1 similar event omitted.
03:30 Fixed ticket [c84ee1364f]: Export zip from cli plus 2 other changes artifact: 9ea43506ee user: drh
03:29
Add a "zip" command for generating a ZIP archive of a check-in from the command-line. check-in: 2582ecf2ed user: drh tags: trunk
03:21 Ticket [c84ee1364f] Export zip from cli status still Open with 1 other change artifact: 02779b21a1 user: anonymous
2010-03-10
21:34 Ticket [b718806816] Mailing list link broken status still Open with 2 other changes artifact: 9ef51f4ca8 user: drh ... 1 similar event omitted.
17:18
Make sure the return value of db_text() is always something obtained from malloc() or else NULL. Strdup() the default value if the default value is used. check-in: 0cbc5d295c user: drh tags: trunk
2010-03-09
12:20 Closed ticket [4aa8218a0e]: Can checkout branch? plus 2 other changes artifact: 653929837e user: drh ... 1 similar event omitted.
00:07 Ticket [46241f6acb] password prompt problem in bash from MSYS on Windows NT status still Open with 2 other changes artifact: f0ce188a38 user: anonymous
2010-03-08
19:22 Ticket [5bba7eaa4c] Fossil "Files" menu does not default to ""only the files in tip" status still Open with 2 other changes artifact: 9ff74cb532 user: drh ... 1 similar event omitted.
14:26 Edit [10989b5c427ce121|10989b5c42]: Timestamp 2010-03-06 19:21:10. Cancel background color. Cancel tag "release". artifact: ff0b1d94ea user: drh
14:26 Edit [599e6abfb177b9c3|599e6abfb1]: Change background color to "#d0c0ff". Timestamp 2010-03-08 14:18:44. artifact: 02d40fb6fc user: drh
14:25 Edit [599e6abfb177b9c3|599e6abfb1]: Change background color to "#f2dcdc". Timestamp 2010-03-08 14:18:44. Add tag "release". artifact: 9d302ccda8 user: drh
14:18
Make the File menu option default to showing only the files in tip. check-in: 599e6abfb1 user: drh tags: trunk, release
14:12
Changes to file browser to be more direct and describing what is seen in the union of all files from all versions. Add hyperlinks to tip and trunk. check-in: 4db129c925 user: drh tags: trunk
13:18
Get skins working again. They were busted by check-in [5476e50d659] (which was backed out using the new --backout option to merge.) Also add an unused query parameter to the style.css to force a reload of the CSS when the skin changes. check-in: b22e5a9e52 user: drh tags: trunk
07:41 New ticket [46241f6acb] password prompt problem in bash from MSYS on Windows NT. artifact: 2f5ab11589 user: anonymous
05:30 Ticket [8f1632a3f7] export function not yet implemented status still Open with 2 other changes artifact: a8d1ccd888 user: ron
05:16 Ticket [c03b864696] support for standalone https server in fossil status still Open with 2 other changes artifact: 8311dd1f34 user: ron
00:15 Ticket [1b20ab6cdb] "Fossil : no such file: in -E2F0FD85......." status still Open with 1 other change artifact: eae704a5e9 user: anonymous
2010-03-07
17:43
Clean up formatting and comments asociated with the "new" command. No changes to functionality. check-in: 69dcef960f user: drh tags: trunk
17:40 Closed ticket [b32014507a]: fossil new --date-override issue plus 2 other changes artifact: f5a2e3151f user: drh
17:34 Fixed ticket [c68457bff8]: Link order of SSL libraries plus 1 other change artifact: 56703f1f42 user: drh
17:34
Link the SSL and CRYPTO libraries in a different order for FreeBSD. Ticket [c68457bff8b1]. check-in: 42a964c585 user: drh tags: trunk
17:27 Fixed ticket [2d2b158d75]: -include config.mak fails under OpenBSD plus 1 other change artifact: 61a2763f60 user: drh
12:48 Fixed ticket [6166fbed08]: timeline graphs with search shows trunk line many times plus 2 other changes artifact: f5553bd8f2 user: drh
12:44
Disable the timeline graph when using search mode. Ticket [6166fbed08]. check-in: 4276853ef8 user: drh tags: trunk
10:58 New ticket [f35bb2003c] Request cmd line return 1 if no files updated, 2 for errors. artifact: 4623efbe1b user: ron
07:49 New ticket [6166fbed08] timeline graphs with search shows trunk line many times. artifact: 0c08ffdebc user: anonymous
06:58 New ticket [c03b864696] support for standalone https server in fossil. artifact: 2a5d6ecbd2 user: anonymous
2010-03-06
19:35
Refinements to the formatting of the download page. check-in: 9405e691ad user: drh tags: trunk
19:29 Edit [02f638a16fb83f3b|02f638a16f]: Change background color to "#d0c0ff". Timestamp 2010-02-13 12:30:48. Add tag "release". artifact: 574c21c490 user: drh
19:28 Edit [10989b5c427ce121|10989b5c42]: Change background color to "#d0c0ff". Timestamp 2010-03-06 19:21:10. Add tag "release". artifact: 39ef8f6693 user: drh
19:21
Updates to the website download page generator script. check-in: 10989b5c42 user: drh tags: trunk
16:41
Allow specifying tags using TAG:DATE. The result is the newest check-in with TAG that occurs or before DATE. check-in: 337a1aca06 user: drh tags: trunk
15:49
Add the --backout option to the "merge" command. check-in: 3f0393f555 user: drh tags: trunk
15:21
Fix a compiler warning in the SSL module. check-in: 5825707088 user: drh tags: trunk
15:07 Edit [ab0a0d7640af00fa|ab0a0d7640]: Cancel tag "dual-license". artifact: 3bc6a1d8b0 user: drh
15:06 Edit [ab0a0d7640af00fa|ab0a0d7640]: Add propagating tag "clear-title". artifact: eaae0ac53e user: drh
15:03 Edit [ab0a0d7640af00fa|ab0a0d7640]: Move to branch clear-title. artifact: e354192c8e user: drh
15:03 Edit [ab0a0d7640af00fa|ab0a0d7640]: Cancel "branch". artifact: 0742c15237 user: drh
14:56
Remove a BOM from the beginning of the branching.wiki document. check-in: 672d5c6fd0 user: drh tags: trunk
14:44
Windows clients now preserve the execute permission bits when doing a commit. check-in: 356fc21d40 user: drh tags: trunk
13:39
Minor documentation updates. check-in: 46d98dd555 user: drh tags: trunk
02:27 Ticket [4884dee3a1] Fossil server crashes on Windows with custom CMD.exe command-line AutoRun status still Open with 1 other change artifact: 42c041eae7 user: anonymous
02:27
Make sure the server does not send an 'igot' card for a phantom since this can cause a push to end prematurely. check-in: d6e09ac934 user: drh tags: trunk
2010-03-05
23:14
Pull in all clear-title changes from trunk. check-in: dfb5fd64cd user: drh tags: clear-title
23:12
On the "update" command, do not report a conflict if a new file has been added that does not exist in the version we are updating to. Also some cleanup to the "update" command implementation. check-in: c9e9fd7572 user: drh tags: trunk
21:20
Another attempt to get the quoting right for RSS feeds. check-in: 18449fa6e6 user: drh tags: trunk
21:05
Use wiki-formatting on fields of the RSS feed so that hyperlinks come out right but other markup characters (ex: <stdio.h>) get escaped properly. check-in: ee7dbb86fb user: drh tags: trunk
20:29 Fixed ticket [a2de4526a0]: timeline graphs shows trunk line many times plus 1 other change artifact: 77197be61a user: drh
20:27
Set the TIMELINE_DISJOINT option for the graph drawing logic when only checkins for a particular user are shown. Fix for ticket [a2de4526a0] check-in: 97336c56ab user: drh tags: trunk
19:58 New ticket [a2de4526a0] timeline graphs shows trunk line many times. artifact: 4cf9a387cd user: anonymous
13:57 Fixed ticket [fcbcdb66ff]: Mac OS/X 10.5 build fails plus 1 other change artifact: cc11b00441 user: drh
13:56
Update to a version of SQLite that builds on Mac with SQLITE_ENABLE_LOCKING_STYLE disabled. check-in: e1f21628f2 user: drh tags: trunk
13:55
Use double-quotes instead of single-quotes in skin template to avoid having to escape the single quotes for SQL. check-in: 5476e50d65 user: drh tags: trunk
09:32 Fixed ticket [8b3c5d30f7]: Cannot build under MacOS/X 10.4 ... missing 'gethostuuid' plus 1 other change artifact: 17a80a1834 user: anonymous ... 1 similar event omitted.
06:20 Ticket [fcbcdb66ff] Mac OS/X 10.5 build fails status still Open with 2 other changes artifact: d8f0d539f9 user: ron ... 1 similar event omitted.
01:00 Fixed ticket [4fe4de1b4d]: "clone" does not work if the password is mistakenly entered once plus 1 other change artifact: 67fdb6ced1 user: drh
01:00
Prompt for the password whenever a URL is supplied that contains a username but no password. check-in: 99a98377ec user: drh tags: trunk
00:45
If no password is supplied, give the user a single opportunity to enter the password (if they are on a tty) then fail the clone. check-in: 03ed08364b user: drh tags: trunk
00:10
Pull over from the trunk all recent changes for which we have clear title. check-in: b9d3b4288f user: drh tags: clear-title
00:08
Disable prompts for a password if fossil is not running on an interactive terminal. check-in: 554d4caa5a user: drh tags: trunk
2010-03-04
23:51
Add the FOSSIL_ALLOW_OUT_OF_ORDER_DATES compile-time option to disable the check that forces new check-ins to be younger than their parents. check-in: 62b4df4ea4 user: drh tags: trunk
23:41
Here is an altenative fix to [8b3c5d30f7e] that explicitly disables the LOCKING_STYLE option of SQLite. check-in: 879a030e1c user: drh tags: trunk
22:39 Fixed ticket [8b3c5d30f7]: Cannot build under MacOS/X 10.4 ... missing 'gethostuuid' plus 1 other change artifact: 0dfa7eaaf7 user: drh
22:39
Update SQLite to pre-3.6.23 that leaves SQLITE_ENABLE_LOCKING_STYLE turned off by default. This should help it to build correctly on Tiger. Ticket [8b3c5d30f7e6] check-in: 73223b8bd6 user: drh tags: trunk
20:20 Ticket [ebea029045] Cannot view related checkins from a ticket URL status still Open with 1 other change artifact: fc554f590c user: jeremy_c ... 2 similar events omitted.
18:14 Ticket [8b3c5d30f7] Cannot build under MacOS/X 10.4 ... missing 'gethostuuid' status still Open with 1 other change artifact: 48446be2a0 user: bharder ... 1 similar event omitted.
07:20 New ticket [4fe4de1b4d] "clone" does not work if the password is mistakenly entered once. artifact: 88febc1fe4 user: ron
07:10 New ticket [8b3c5d30f7] Cannot build under MacOS/X 10.4 ... missing 'gethostuuid'. artifact: 4266dc0c0f user: anonymous
2010-03-03
19:57 Ticket [1b20ab6cdb] "Fossil : no such file: in -E2F0FD85......." status still Open with 1 other change artifact: f61efc5014 user: anonymous
18:55 Ticket [c84ee1364f] Export zip from cli status still Open with 1 other change artifact: 17fb1445ee user: ron ... 1 similar event omitted.
14:01 Edit [63d31b0448b3d25b|63d31b0448]: Edit check-in comment. Timestamp 2010-03-03 13:52:36. artifact: 920dee4001 user: jeremy_c
13:52
Allow the type= attribute on the verbatim wiki tag. This attribute does not pass right through. If found, it is treated as the 'Language Type' and alters the output of the verbatim tag slightly. verbatim type='cpp' would render as pre name='code' class='cpp'. This allows JavaScript tools such as SyntaxHighlighter to function properly for any langua... check-in: 63d31b0448 user: jeremy_c tags: trunk
06:20 Ticket [feb61a11a0] XHTML standard compliance status still Open with 1 other change artifact: a19680c835 user: anonymous
06:16 Ticket [0049db245e] Firefox HTML Validator thinks all pages are full of errors status still Open with 2 other changes artifact: 32f71baf3e user: anonymous
04:08
Improvements to the graph layout algorithm to render a more compact graph when there is lots of branching and merging. check-in: 71edacd95f user: drh tags: trunk
03:34
Add a hyperlink on branch tags of the info display that carries the user to a timeline of the branch. check-in: 732e3db329 user: drh tags: trunk
02:15 New ticket [0049db245e] Firefox HTML Validator thinks all pages are full of errors. artifact: 61c462ab45 user: anonymous
01:06 Ticket [6c68067abb] Request an option to allow cookies to not rely on IP address status still Open with 2 other changes artifact: d12636644d user: anonymous
2010-03-02
21:22 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 1 other change artifact: 91aca24ffa user: anonymous
18:20 Fixed ticket [80d3ba8b0f]: fossil add can't add two files whose names only differ by an underscore or dash plus 1 other change artifact: df7dc78e7c user: drh
18:20
On windows, use COLLATE NOCASE instead of LIKE to do case insensitive comparisons - to avoid issues with wildcards. Ticket [80d3ba8b0ff]. check-in: d97a4cdf8d user: drh tags: trunk
18:05 Ticket [80d3ba8b0f] fossil add can't add two files whose names only differ by an underscore or dash status still Open with 1 other change artifact: 62b4067171 user: rwilson ... 1 similar event omitted.
2010-03-01
19:30 New ticket [6c68067abb] Request an option to allow cookies to not rely on IP address. artifact: 9d53eba612 user: ron
18:07 Ticket [1b20ab6cdb] "Fossil : no such file: in -E2F0FD85......." status still Open with 1 other change artifact: 3735a9a2cf user: anonymous
06:26 Ticket [cbda8d3bb0] Check-in [8fe33aa575] removed 'config.mak' for customization of make status still Closed with 1 other change artifact: 1afcef1561 user: ron
00:54
Update the how-to-build documentation in the BUILD.txt file at the root of the source tree. check-in: 355d37ca8c user: drh tags: trunk
00:48 Ticket [1b20ab6cdb] "Fossil : no such file: in -E2F0FD85......." status still Open with 2 other changes artifact: 156a9a6da3 user: drh
00:45 Closed ticket [cbda8d3bb0]: Check-in [8fe33aa575] removed 'config.mak' for customization of make plus 2 other changes artifact: 7fef8e083a user: drh
00:42 Edit [0ddd305acb7f4b0b|0ddd305acb]: Change branch background color to "#f0ffc0". Move to branch ron-make. Timestamp 2010-02-28 07:01:29. artifact: ab59d2163e user: drh
2010-02-28
23:34 New ticket [80d3ba8b0f] fossil add can't add two files whose names only differ by an underscore or dash. artifact: 40dd8ab4a2 user: rwilson
22:40 New ticket [1b20ab6cdb] "Fossil : no such file: in -E2F0FD85.......". artifact: 0137fae052 user: anonymous
08:38 Edit [7f2ccea7ff4e9cd6|7f2ccea7ff]: Timestamp 2010-02-28 08:18:38. Change user to "ron". artifact: 66eae1f8d7 user: ron
08:18
fix small issue in postbuild Closed-Leaf check-in: 7f2ccea7ff user: ron tags: ron-make
07:01
added make wrapper script check-in: 0ddd305acb user: ron tags: ron-make
2010-02-27
13:28 Ticket [068a656512] Wiki Sections ==Section== (with possibly table of contents) status still Open with 2 other changes artifact: 8453fdc74e user: anonymous
12:26
A wiki-style hyperlink to a well-formed ISO8601 date-time will link to the timeline at that date and time. check-in: 7ca773bc31 user: drh tags: trunk
2010-02-26
18:18 Changes to wiki page "Extending Fossil's Wiki" artifact: 1077b112a5 user: anonymous
13:09
Update SQLite to pre-3.6.23. check-in: 1efd09ed4f user: drh tags: trunk
03:02
Merge in latest changes from trunk. Closed-Leaf check-in: df90572760 user: linuxfood tags: creole
2010-02-25
14:06
Pull over the latest clear-title changes from trunk. check-in: 16e703be11 user: drh tags: clear-title
12:59 Fixed ticket [7c3ca0eae8]: "not a ordinary file" errors in update command plus 1 other change artifact: 85eed76eb4 user: drh ... 1 similar event omitted.
12:58
If a file has been deleted from the filesystem, but not deleted by fossil, then make the "update" command restore that file. Ticket [7c3ca0eae8287] check-in: 63d5a4fe25 user: drh tags: trunk
12:39 Closed ticket [93166ec5cc]: disk I/O error on commit (AIX) plus 1 other change artifact: d4661ce44c user: drh ... 1 similar event omitted.
07:46 New ticket [7c3ca0eae8] "not a ordinary file" errors in update command. artifact: e02bc5ee84 user: anonymous
2010-02-24
22:39
Back out the changes of [0e2281fc8a757] since they were causing a segfault while trying to enter a new ticket. The ticket [6b498a792c0] should still be fixed. check-in: 5a6634c453 user: drh tags: trunk
21:51 Ticket [93166ec5cc] disk I/O error on commit (AIX) status still Open with 2 other changes artifact: de442f41f5 user: drh ... 1 similar event omitted.
04:11
Updates to the file format documentation. check-in: f01ec9db8b user: drh tags: trunk
2010-02-23
21:30
Improved graph layout algorithm attempts to keep merge arrows in between their source and destination. check-in: 0f27a59808 user: drh tags: trunk
16:29 New ticket [cbda8d3bb0] Check-in [8fe33aa575] removed 'config.mak' for customization of make. artifact: a0b505c3f8 user: ron
16:14
Fix the Makefile so that all parameters are commented and so that it works with non-GNU makes. check-in: 8fe33aa575 user: drh tags: trunk
15:33
Make the "clearsign" PGP signing default to off. check-in: 28987096ac user: drh tags: trunk
15:28 Fixed ticket [ddd45723b9]: About a half of check-in link on timeline is not clickable plus 1 other change artifact: 393fcf653d user: drh
15:28
Fix the width of the graph canvas so that it does not overlap and disable hyperlinks in the check-in comment text. Ticket [ddd45723b9a2]. check-in: 847ae1fe0f user: drh tags: trunk
12:30 Ticket [ddd45723b9] About a half of check-in link on timeline is not clickable status still Open with 1 other change artifact: 6f62d8e941 user: anonymous
11:09 Ticket [c68b4e0f1f] after committing "Fossil : no such file: in -E2F0FD85......." status still Open with 2 other changes artifact: 5ecae2adc3 user: anonymous ... 1 similar event omitted.
2010-02-21
10:45
make it possible to do both Linux and Win builds without doing clean first check-in: aff93fb6b8 user: ron tags: trunk
2010-02-20
18:36 Changes to wiki page "Fossil" artifact: c5519d4572 user: anonymous
2010-02-19
17:57
timeline.rss now supports n=### param, like the /timeline page does. This feature is arguable (could lead to DoS), but i want it for harvesting an activity timeline which includes older commits. check-in: 65a46db339 user: stephan tags: trunk
12:29 Ticket [91683f49e8] Mechanism for i18n the product UI status still Open with 1 other change artifact: 7983383402 user: anonymous
00:28 New ticket [cccd387b49] "nowiki" tag doesn't take effect in ticket titles.. artifact: ac7a95b430 user: bharder
2010-02-18
18:34 Ticket [f6b83821d6] Tickets should have an 'assigned_to' field status still Fixed with 1 other change artifact: 2536c70466 user: anonymous
17:38 Fixed ticket [329d51eb80]: default ticket schema does not include "submitted by" plus 2 other changes artifact: 9b8bf5611d user: ron
17:37 Fixed ticket [f6b83821d6]: Tickets should have an 'assigned_to' field plus 2 other changes artifact: a1b6f3a6cb user: ron ... 1 similar event omitted.
15:50 Edit [5edfe089caa0c85e|5edfe089ca]: Edit check-in comment. Timestamp 2010-02-18 13:47:55. artifact: 0a48e260ed user: drh
15:49 Edit [ae2adb543bd8066d|ae2adb543b]: Edit check-in comment. Timestamp 2010-02-18 11:22:15. artifact: 00e627a435 user: drh
15:48
Remove the byte-order mark from the beginning of index.wiki. check-in: e964b55dd6 user: drh tags: trunk
13:49 Edit [5edfe089caa0c85e|5edfe089ca]: Edit check-in comment. Timestamp 2010-02-18 13:47:55. artifact: 972832f2a8 user: ron
13:47
Fixed layout of the custom_tickets.wiki page. check-in: 5edfe089ca user: ron tags: trunk
12:46
customize tickets (visible from main) check-in: c98e4a47bd user: ron tags: trunk
12:44
customize tickets check-in: c2aab086d8 user: ron tags: trunk
11:24 Edit [0893a67a9ccc1572|0893a67a9c]: Edit check-in comment. Timestamp 2010-02-18 11:23:51. artifact: a207642dca user: ron
11:23
Finalize (for now) the server docs check-in: 0893a67a9c user: ron tags: trunk
11:22
Add a link from the homepage to the new server documentation. check-in: ae2adb543b user: ron tags: trunk
11:20
server docs check-in: 0c83e192c7 user: ron tags: trunk
2010-02-17
20:27
more detail for server.wiki check-in: c516e0d2a0 user: ron tags: trunk
20:17
add server.wiki document check-in: f546625903 user: ron tags: trunk
19:54 New ticket [19be0265ff] Rebuild button on Shun page on UI generates incorrect output. artifact: 350e5ed7b8 user: anonymous
19:51 Ticket [2d2b158d75] -include config.mak fails under OpenBSD status still Open with 1 other change artifact: b80e6cfa4b user: anonymous
17:53 Edit [ef43b995730771bc|ef43b99573]: Edit check-in comment. Timestamp 2010-02-17 16:34:12. artifact: 61f87647af user: rwilson
16:34
fix typo in isspace() check-in: ef43b99573 user: rwilson tags: trunk
12:36 Ticket [f6b83821d6] Tickets should have an 'assigned_to' field status still Open with 2 other changes artifact: 3d15938c3f user: jeremy_c ... 1 similar event omitted.
04:41 Ticket [329d51eb80] default ticket schema does not include "submitted by" status still Open with 1 other change artifact: 046b309b25 user: ron
2010-02-16
20:03 Fixed ticket [6b498a792c]: Cyrillic symbols does not display correctly plus 2 other changes artifact: 7575bd6611 user: ron
20:02
fixed [6b498a792c] check-in: 0e2281fc8a user: ron tags: trunk
19:44 New ticket [993287b389] Patch to allow sidebox to be skinable.. artifact: 6a3d4a6913 user: anonymous
17:50 Fixed ticket [eff2cbe5ae]: info prints two colons for user-home plus 1 other change artifact: ed86236170 user: drh
17:49
Remove surplus ":" from the user-home: line in windows builds. Ticket [eff2cbe5ae11c] check-in: 0ee44737e8 user: drh tags: trunk
10:56 Ticket [6b498a792c] Cyrillic symbols does not display correctly status still Verified with 1 other change artifact: 7342dcffff user: ron
10:27 Ticket [ddd45723b9] About a half of check-in link on timeline is not clickable status still Open with 2 other changes artifact: 3f553100b9 user: anonymous ... 1 similar event omitted.
10:08 Ticket [6b498a792c] Cyrillic symbols does not display correctly status still Verified with 1 other change artifact: ec4a91f4b1 user: ron
04:54 New ticket [eff2cbe5ae] info prints two colons for user-home. artifact: 7329aa4511 user: anonymous
2010-02-15
21:06
Improve punctuation. Related to [6b8dcc1d67171f3e3]. check-in: d5dd493b00 user: bch tags: trunk
21:04 Closed ticket [6b8dcc1d67]: Superfluous word in sentence of fossil docs plus 2 other changes artifact: c2d38018f9 user: bharder
21:01
Remove superfluous word, as per [6b8dcc1d67171f3e30]. check-in: 05b44d58a0 user: bch tags: trunk
20:37 New ticket [6b8dcc1d67] Superfluous word in sentence of fossil docs. artifact: ebf2dbe78c user: anonymous
20:29 Ticket [6b498a792c] Cyrillic symbols does not display correctly status still Verified with 1 other change artifact: b222a5d8ea user: ron
19:26 New ticket [4962a7b0b7] "fossil ui repo --sqltrace" does not work on Windows. artifact: eb1f574b24 user: ron
06:39 New ticket [068a656512] Wiki Sections ==Section== (with possibly table of contents). artifact: 954c36013c user: anonymous
01:18 New ticket [930a168303] fossil is GPLed, openssl is GPL-incompatible, suggest adding clause to license. artifact: 8761dfdfae user: anonymous
2010-02-14
15:39 New ticket [b32014507a] fossil new --date-override issue. artifact: 1ad7b21bfd user: altufaltu
2010-02-13
16:42 New ticket [c68457bff8] Link order of SSL libraries. artifact: 1653e31d85 user: anonymous
12:31 Closed ticket [2245a1e3d0]: rm command mistakingly believes files are directories plus 2 other changes artifact: cedf799154 user: jeremy_c
12:30
Fixed bug [2245a1e3d0]. rm command now properly checks return value. check-in: 02f638a16f user: jeremy_c tags: trunk, release
05:38 New ticket [2245a1e3d0] rm command mistakingly believes files are directories. artifact: a24e6c20d9 user: anonymous
2010-02-12
08:12 Changes to wiki page "Branching" artifact: dbe0290d1e user: eric
02:07 New ticket [8f7e657c69] Example for report coloring by priority is wrong. artifact: 622d06c230 user: anonymous
2010-02-11
12:44 New ticket [4c636a73b0] Ticket table in Safari more than one line per row. artifact: 86df283d88 user: anonymous
06:28 Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 2 other changes artifact: 435ac2c256 user: ron ... 1 similar event omitted.
06:22 Fixed ticket [0e3f8719be]: ssl-enabled fossil cannot log in to server plus 2 other changes artifact: 06ca790af8 user: ron
06:21 Fixed ticket [1fad9cdbfc]: clone w/ ssl has problems with logon plus 2 other changes artifact: 378e4772ee user: ron
01:41 Ticket [812379bd1a] "fossil ui" network interface option status still Open with 1 other change artifact: da328bbb5c user: anonymous ... 1 similar event omitted.
2010-02-10
20:13 Ticket [46bf4baedc] wrongly reported illigal character, "" and "" status still Closed with 1 other change artifact: b88445aa5f user: drh
20:11 Ticket [812379bd1a] "fossil ui" network interface option status still Open with 2 other changes artifact: 0e2bff43d2 user: anonymous
13:20 Closed ticket [46bf4baedc]: wrongly reported illigal character, "" and "" plus 2 other changes artifact: f9406ba8c8 user: drh
13:13
Bug fix in the graph layout algorithm. check-in: 95ae79d504 user: drh tags: trunk
11:06 Ticket [91683f49e8] Mechanism for i18n the product UI status still Open with 2 other changes artifact: 3548be5319 user: ron
10:19 New ticket [46bf4baedc] wrongly reported illigal character, "" and "". artifact: 79a1ebe520 user: anonymous
07:06 New ticket [91683f49e8] Mechanism for i18n the product UI. artifact: 2e9b545c06 user: ron
2010-02-09
22:13
Not all tickets are "problems". Adjust label for "one-line summary" entry when creating new ticket. check-in: 2b79f36e5a user: bch tags: trunk
17:54
JavaScript graph drawing enhancements using an HTML5 canvas (if available) suggested by Joshua Paine. check-in: 6fd9141368 user: drh tags: trunk
13:36
Enable the graph for tag timelines, but omit descenders. check-in: 22b6887e40 user: drh tags: trunk
12:34 Closed ticket [017b54f42a]: fossil update -n does not work plus 2 other changes artifact: d1efb2828b user: drh
12:32 Fixed ticket [03c9f4deef]: Disable built-in robots.txt file plus 1 other change artifact: 9c344996c3 user: drh
12:31
Disable the built-in robots.txt file. Ticket [03c9f4deef] check-in: f2626a53c3 user: drh tags: trunk
12:28 Fixed ticket [e42448edec]: "co --latest" not working anymore? plus 1 other change artifact: 09d7b13d52 user: drh
12:28
Get the --latest option on the "co" command working when the current checkout is on a dead branch. Ticket [e42448edec1]. check-in: c98948242e user: drh tags: trunk
11:57
Modify the check-in command to detect clock skew and abort if found. check-in: 8fdac87b68 user: drh tags: trunk
11:37
Prevent a segfault in the graph computation due to time skew. The graph is still not drawn right, but at least it displays something now. check-in: ff9efe3026 user: drh tags: trunk
11:13
Add the "ng" query parameter to the "timeline" to disable the graph. check-in: 2f22c476c1 user: drh tags: trunk
07:01 Ticket [1fad9cdbfc] clone w/ ssl has problems with logon status still Open with 2 other changes artifact: b45220415a user: ron ... 1 similar event omitted.
2010-02-08
22:12
Additional refinements to the Makefile stemming from the cut-over of SSL. check-in: 5c30ad4ce1 user: drh tags: trunk
22:00 Fixed ticket [1927cbd979]: BSD Make broken w/ SSL merge plus 1 other change artifact: 80948a71d2 user: drh
22:00
Remove GNU-isms from the Makefile. Ticket [1927cbd979]. check-in: fcd7ecb7f1 user: drh tags: trunk
21:55 Ticket [1927cbd979] BSD Make broken w/ SSL merge status still Open with 2 other changes artifact: ee85de67b4 user: bharder ... 1 similar event omitted.
21:42
Fix another graph layout bug. check-in: f312587a65 user: drh tags: trunk
21:19 Edit [8c23a947eb8284cf|8c23a947eb]: Mark "Closed". Timestamp 2010-02-08 18:12:26. artifact: 47692ea696 user: drh
21:18
Merge the SSL branch into the trunk. check-in: b05cb4a0e1 user: drh tags: trunk
19:59
Add a DOCTYPE to the beginning of every page. IE8 appears to work better with the DOCTYPE in place. check-in: 0faa676fab user: drh tags: trunk
19:17
Change the way the graph elements are removed when the graph is being redrawn. check-in: 63d46e6d33 user: drh tags: trunk
18:48
Use the innerHTML method rather than setAttribute to add DIV elements for graphics, in an effort to get graphs to work with IE. check-in: 4e8c30c354 user: drh tags: trunk
18:47
fossil rm can now remove entire directories. check-in: 6dbd362de9 user: jeremy_c tags: trunk
18:16
Merge recent changes into the dual-license branch. check-in: 14c19fbc1c user: drh tags: clear-title
18:12
Merge all the latest trunk changes into the SSL branch. Closed-Leaf check-in: 8c23a947eb user: drh tags: ssl
18:08
Check the graph for resize events every second and rerender the graph if a resize has occurred. This fixes display problems on Safari and also keeps the graph consistent with resized browser windows. check-in: f51bd59613 user: drh tags: trunk
17:22 New ticket [e42448edec] "co --latest" not working anymore?. artifact: 7414994f22 user: bharder
16:58
Fix a bug in timeline graph generation. check-in: 399d1ca000 user: drh tags: trunk
16:40
Fix a bug in the graph display that causes an assertion fault if the timeline contains a node that has no parents. check-in: c5f3e87bb0 user: drh tags: trunk
16:23 Edit [1761fee0556d5e1b|1761fee055]: Mark "Closed". Timestamp 2010-02-08 14:20:24. artifact: 4c262bd416 user: drh
16:12
Implement a graph of changes in the timeline to replace the older flashing asterisk mechanism. Does not work on IE6. Probably still contains bugs. check-in: d89fea6a1c user: drh tags: trunk
16:10
Alternative implementation to the improved "remove directory" error message. check-in: 8c9f949a3f user: drh tags: trunk
16:08
Alternative fix for ticket [9ff56ae8a6]. check-in: 3cc4cd55d8 user: drh tags: trunk
14:52 Ticket [f64f9b57eb] warnings introduced in db.c since checkin [2f58d48cab] status still Open with 2 other changes artifact: 7045d6c847 user: rwilson
14:52 New ticket [269a50335c] warnings introduced in main.c since checkin [9cfc5cc672]. artifact: 662fadcf48 user: rwilson
14:50 New ticket [f64f9b57eb] warnings introduced in db.c since checkin [2f58d48cab]. artifact: df11fb436d user: rwilson
14:20
Added better error message when trying to remove a directory. Closed-Leaf check-in: 1761fee055 user: jeremy_c tags: dead-end
2010-02-06
20:21 Fixed ticket [9ff56ae8a6]: "fossil sha xxx" crashes w/ assert if "xxx" doesn't exist plus 2 other changes artifact: 7933badd5e user: ron
20:20
fixed [9ff56ae8a6] - "fossil sha" crash check-in: 4027ad4b7e user: ron tags: dead-end
20:19 New ticket [9ff56ae8a6] "fossil sha xxx" crashes w/ assert if "xxx" doesn't exist. artifact: d67b3f26cb user: ron
17:25
Windows only: remove duplicate code from sqlite3.c in db.c check-in: 2f58d48cab user: ron tags: trunk
12:16 Fixed ticket [dc2b250303]: Maybe error in last ci plus 2 other changes artifact: 9e0ff8e017 user: drh
12:14
Fix double-free of zCopy in date_to_uuid(). Ticket [dc2b2503031] check-in: 01a769a9fa user: drh tags: trunk
11:56 Ticket [dc2b250303] Maybe error in last ci status still Open with 2 other changes artifact: ccb7ef6c43 user: anonymous ... 1 similar event omitted.
2010-02-05
21:09
Accept date/time strings as a valid tag. They resolve to the most recent check-in prior to the given date/time. check-in: 93827b8450 user: drh tags: trunk
17:06 Fixed ticket [09ba8cea6f]: RSS Feed ignores access control plus 2 other changes artifact: 947db1ca53 user: drh
16:57
Force the method to be /xfer if the content type is application/x-fossil. check-in: 94bb313444 user: drh tags: trunk
16:22
The RSS feed is restricted to the permissions granted to user 'nobody'. Ticket [09ba8cea6f] check-in: 78a6270fdc user: drh tags: trunk
05:35 New ticket [09ba8cea6f] RSS Feed ignores access control. artifact: f87d3ed161 user: anonymous
2010-02-04
21:48 Changes to wiki page "Fossil" artifact: eff24ecaa2 user: anonymous
18:33 New ticket [79e9c64419] More flexible Wiki HTML Parser. artifact: d96e264e80 user: anonymous
18:29 Ticket [2d2b158d75] -include config.mak fails under OpenBSD status still Open with 1 other change artifact: 51284c9d55 user: anonymous
18:24 Changes to wiki page "Fossil" artifact: 09f813cd0c user: anonymous
17:21 Changes to wiki page "Fossil" artifact: eeedbc232b user: anonymous
17:20 Changes to wiki page "Fossil" artifact: 7b9be08020 user: anonymous
17:17 Changes to wiki page "Fossil" artifact: 44194b9f37 user: anonymous
17:13 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 1 other change artifact: 4f8fafee87 user: anonymous
14:55 Ticket [6b498a792c] Cyrillic symbols does not display correctly status still Verified with 1 other change artifact: 282d2cfff9 user: ron
13:54 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 1 other change artifact: a5eaa9989b user: anonymous
13:37 Verified ticket [6b498a792c]: Cyrillic symbols does not display correctly plus 3 other changes artifact: e82f892aa8 user: ron ... 8 similar events omitted.
2010-02-03
20:22 Changes to wiki page "Fossil" artifact: 7e40ca2ed7 user: ron
14:36
Add the --notfound option to the "http" and "server" command. For CGI, add configuration lines "directory:" and "notfound:". check-in: 49cffc0187 user: drh tags: trunk
14:01 Ticket [6b498a792c] Cyrillic symbols does not display correctly status still Open with 1 other change artifact: 4305fd83ff user: anonymous ... 6 similar events omitted.
2010-02-02
13:16 Ticket [2b01b6cad0] Mail Notifications for Tickets status still Open with 1 other change artifact: 3329af07e2 user: anonymous ... 3 similar events omitted.
01:31 Changes to wiki page "Fossil" artifact: b38f5b09ea user: drh
2010-02-01
15:07
Make the new multi-repository fossil server feature work with the "clone" command. check-in: a918bdf56b user: drh tags: trunk
12:33 New ticket [396726fe92] Accept extension .fsl in command "fossil server directory". artifact: 58d43e6ae9 user: anonymous
06:45
fix typo check-in: a61fe7b878 user: ron tags: trunk
2010-01-31
20:29
If the REPOSITORY argument to the "server" or "http" commands is a directory, then use the first element of PATH_INFO as the basename of a repository in that directory. check-in: 9cd2c42e79 user: drh tags: trunk
17:44
Run autosync before resolving the version name in the "update" command. In that way, if a branch is specified which has been extended by the sync, the latest version of that branch is extracted rather than the version that was latest prior to the sync. check-in: da48c10d66 user: drh tags: trunk
2010-01-30
15:32
In addition to ticket [9195b1e5f3] and commit [b8d812efb9], this adds the -A|--admin-user options to the clone command. check-in: d3e38231f2 user: jeremy_c tags: trunk
2010-01-29
23:44 Ticket [2d2b158d75] -include config.mak fails under OpenBSD status still Open with 1 other change artifact: 6ac6c04fb9 user: jeremy_c
23:43 Closed ticket [de31897d11]: Build problems on OpenBSD plus 2 other changes artifact: 77f24f2c33 user: jeremy_c ... 1 similar event omitted.
03:43 Ticket [96af2fca6d] web "Sync Now" need to provide repository path argument. status still Open with 1 other change artifact: 0ffa3df966 user: anonymous
01:43 Ticket [db4ce49690] Files with attributes not overwritten status still Open with 2 other changes artifact: c615987f9f user: rwilson ... 1 similar event omitted.
2010-01-27
18:23 New ticket [1a99e30dd4] RSS link within the feed does not point to item matching the title. artifact: b9a3b61be7 user: ron
14:33 Ticket [96af2fca6d] web "Sync Now" need to provide repository path argument. status still Open with 1 other change artifact: abb009587d user: ron ... 4 similar events omitted.
07:52 Fixed ticket [3b1533a090]: 'sync' command in the web-interface plus 2 other changes artifact: 07e99c21d7 user: ron
07:52
fix [3b1533a090eebd09da7121ab3fc9e3f6a7fbd6f5] - add "Sync now" to Admin page check-in: fc23960258 user: ron tags: trunk
2010-01-26
22:54 Ticket [1aaadb4f0d] fossil: SQL error: out of memory status still Open with 1 other change artifact: 1727021750 user: anonymous
15:12 Closed ticket [9195b1e5f3]: Support "fossil new myfossil.fsl user=root password=test1234" plus 1 other change artifact: 10b11801a1 user: anonymous ... 3 similar events omitted.
14:38
Added --admin-user|-A USERNAME to the new command which will set the default admin user name. If not supplied, the existing mechanism is used to determine the default user name. This implements [9195b1e5f3]. check-in: b8d812efb9 user: jeremy_c tags: trunk
2010-01-25
22:00 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 1 other change artifact: 84cef73b32 user: anonymous ... 1 similar event omitted.
19:49 New ticket [017b54f42a] fossil update -n does not work. artifact: eebc346350 user: anonymous
19:27
Form input label for new wiki search ([07bd8796dc]) reflects it's current function of only searching page _titles_. check-in: 80bcc3a18e user: bch tags: trunk
14:28 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 1 other change artifact: 42fc304099 user: ron ... 1 similar event omitted.
10:03
add search to wiki check-in: 07bd8796dc user: ron tags: trunk
10:02 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 1 other change artifact: ca5d0daa19 user: ron
08:22 New ticket [23b4017c39] Change compiler flags on TCC to use '-O3'. artifact: b067a109cd user: ron
05:13 New ticket [9ac3352f15] After merge, revert -- "update" refuses to cooperate. artifact: 514a4e8ed4 user: ron
2010-01-24
22:37 Edit [c4c231069e4bde48|c4c231069e]: Timestamp 2010-01-24 17:55:07. Add tag "release". artifact: e64cdf9988 user: drh
22:36 Edit [c4c231069e4bde48|c4c231069e]: Timestamp 2010-01-24 17:55:07. artifact: bf5c27f252 user: drh
22:35
Pull in the latest changes from trunk. check-in: 97311bd9d5 user: drh tags: ssl
22:34
Pull in the latest changes from trunk. check-in: 1942d581bb user: drh tags: clear-title
21:34 Ticket [0e3f8719be] ssl-enabled fossil cannot log in to server status still Open with 1 other change artifact: ba22002a98 user: ron
17:55
Fixes to the login processing for "clone". check-in: c4c231069e user: drh tags: trunk, release
09:13 Edit [6bbb22d4fa4285ee|6bbb22d4fa]: Edit check-in comment. Timestamp 2010-01-24 07:53:06. artifact: 208da3048c user: bharder
08:17 New ticket [66c6d4378e] "<div>" not honored in wiki pages. artifact: ecb04a19d6 user: ron
07:53
fix [7df27f5236] check-in: 6bbb22d4fa user: ron tags: trunk
07:51 Fixed ticket [7df27f5236]: sentence needs rewording plus 2 other changes artifact: 189065abcb user: ron
07:48 Fixed ticket [537da0e308]: update on large repository takes a long time even when no action needed plus 2 other changes artifact: 91f405dd47 user: ron
07:14 Fixed ticket [0a0f00d434]: Wiki edit textarea display and Wiki name does not support non-ASCII word plus 2 other changes artifact: 640812641b user: ron
07:08 Fixed ticket [eed6d07c6e]: Non-ASCII characters not allowed in wiki page titles plus 2 other changes artifact: 94199db01e user: ron
07:07
fix [a395f43b33e8e48d4c72d158530bdd88c2eebb5d] check-in: afe70a4646 user: ron tags: trunk
07:07 Fixed ticket [a395f43b33]: The wiki name "表予申能十ソ" is not well-formed. plus 2 other changes artifact: 9edb7e69dc user: ron
01:42 Fixed ticket [15f8f4a425]: fossil rm "not a ordinary file" errors plus 3 other changes artifact: f36a3a9c5a user: drh
01:41
Fix a bug in "fossil rm". Ticket [15f8f4a4252] check-in: fbcefb6e4e user: drh tags: trunk
2010-01-23
23:35 New ticket [15f8f4a425] fossil rm "not a ordinary file" errors. artifact: 97c99f0d32 user: anonymous
21:48
Cause browsers to cache the logo and style sheet. check-in: 08c0a9ff0c user: drh tags: trunk
2010-01-22
16:36
HTML-escape text content in the RSS feed. Ticket [83e9e0016b6]. check-in: 825a2c7c64 user: drh tags: trunk
16:08 Ticket [0e3f8719be] ssl-enabled fossil cannot log in to server status still Open with 1 other change artifact: c23da96ef1 user: drh
16:02 Ticket [83e9e0016b] html tags are apparently not escaped or converted when presented via timeline.rss status still Open with 2 other changes artifact: 78c07a56d3 user: anonymous
14:49 Ticket [3d11382ca1] Milestone feature functionality status still Open with 1 other change artifact: 371e641d39 user: anonymous
06:36 Open ticket [0e3f8719be]: ssl-enabled fossil cannot log in to server plus 2 other changes artifact: bb5abf2e24 user: ron
05:50 Ticket [2741e01c0b] local clone of fossil repo does not let save zip archive of check-in status still Fixed with 1 other change artifact: 070578a199 user: anonymous ... 1 similar event omitted.
03:09
Make sure Admin users have ZIP permission. Ticket [2741e01c0b]. check-in: 9eb7f4fb1e user: drh tags: trunk
02:38 Ticket [2741e01c0b] local clone of fossil repo does not let save zip archive of check-in status still Open with 1 other change artifact: 873eec82e8 user: altufaltu
01:47 Edit [a3c97c9063bfe5b4|a3c97c9063]: Timestamp 2010-01-21 20:53:59. Add tag "release". artifact: e251c7b74c user: drh
01:46 Ticket [2741e01c0b] local clone of fossil repo does not let save zip archive of check-in status still Open with 1 other change artifact: 1988d683ad user: drh ... 2 similar events omitted.
2010-01-21
22:08 Fixed ticket [0e3f8719be]: ssl-enabled fossil cannot log in to server plus 2 other changes artifact: 65251cb8be user: drh
22:06
Updated to include all the latest changes (for which we hold clear title) from the trunk. check-in: 390b414605 user: drh tags: clear-title
22:03
Update the SSL branch to include all the latest changes. check-in: 652f20ef9c user: drh tags: ssl
20:53
Merge experimental remote-url password handling changes into the trunk. check-in: a3c97c9063 user: drh tags: trunk, release
20:52
Use the saved sync-url password for autosync. Closed-Leaf check-in: f703a2fca2 user: drh tags: experimental
20:30 New ticket [0e3f8719be] ssl-enabled fossil cannot log in to server. artifact: 2dbf9f021f user: ron
20:28
Cleanup the last-sync-url password handling. Automatically prompt for a new password if a sync login card fails. check-in: 05380c5f60 user: drh tags: experimental
20:18
fix compile error check-in: 5fc80efdf9 user: ron tags: ssl
20:14
If a sync login fails, prompt for a new password and repeat the attempt. check-in: 0110b93e0c user: drh tags: experimental
19:51
Better reporting of failed logins by the server back to the client. check-in: b030521c42 user: drh tags: experimental
19:19 Ticket [4884dee3a1] Fossil server crashes on Windows with custom CMD.exe command-line AutoRun status still Open with 1 other change artifact: 5d8aebf5ba user: eric
18:13
Factor the sync password out of the last-sync-url configuration setting. Store the password separately. Prompt the user for the password if it is missing. check-in: 59002d5e35 user: drh tags: experimental
03:05 Ticket [4884dee3a1] Fossil server crashes on Windows with custom CMD.exe command-line AutoRun status still Open with 2 other changes artifact: 22a09a91da user: drh ... 1 similar event omitted.
2010-01-20
21:51
Fix a bug in file change detection introduced by check-in [d7a583e697]. Don't use that check-in, nor [30f23e3f5c]. check-in: 1abc8a940e user: drh tags: trunk
21:40
Require only ZIP permission (not ZIP permission plus check-out and history permission as formerely) in order to download a ZIP archive. Ticket [164e519962]. check-in: 30f23e3f5c user: drh tags: trunk
21:38 New ticket [164e519962] .zip archive of an artifact should be available w/o a login. artifact: 8b0118fce9 user: bharder
21:34 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 1 other change artifact: 0df2c21371 user: rwilson
20:35
Make the mtime-changes setting the default. Avoid redundant calls to stat(). check-in: d7a583e697 user: drh tags: trunk
20:20 Ticket [537da0e308] update on large repository takes a long time even when no action needed status still Open with 1 other change artifact: 41934ee910 user: ron ... 1 similar event omitted.
19:26 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 1 other change artifact: 6c5c71528c user: anonymous
19:09 Ticket [537da0e308] update on large repository takes a long time even when no action needed status still Open with 1 other change artifact: 9714e4623b user: ron
18:42 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 1 other change artifact: 87e2f1568f user: ron
18:40 Ticket [537da0e308] update on large repository takes a long time even when no action needed status still Open with 2 other changes artifact: 8b93b8a64c user: drh
18:38 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 1 other change artifact: 87ad4ebe95 user: drh
18:35
On windows, do not allow the "add" command to add files that differ from existing files only in case. Only works for ASCII. Ticket [36cb6b45fd9d]. check-in: 4b9455bf03 user: drh tags: trunk
17:49 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 1 other change artifact: 79380a426b user: rwilson
17:34 New ticket [537da0e308] update on large repository takes a long time even when no action needed. artifact: 96f1b31ac8 user: ron
16:56 Ticket [708eab9d48] Message "killed" opening large repository status still Fixed with 1 other change artifact: 94010da3e4 user: ron
16:25
Add the --cherrypick option to the trunk. I had intended to put the previous check-in on the truck but mistakenly left the local repository on the ssl branch. Fortunately, I was able to use to new --cherrypick option to pull the changes over into trunk without pulling all ssl changes. check-in: d2204a00fb user: drh tags: trunk
16:23
Add the --cherrypick option to the "merge" command. check-in: 3005080796 user: drh tags: ssl
15:56
Pull in the latest fixes from the trunk. check-in: ac8902beec user: drh tags: ssl
15:55
Pull in the latest fixes from the trunk. check-in: a3161f5f1f user: drh tags: clear-title
15:52 Fixed ticket [708eab9d48]: Message "killed" opening large repository artifact: 288adf5f7f user: drh
15:52 Edit [726a13d29689f4b9|726a13d296]: Edit check-in comment. Timestamp 2010-01-20 15:43:44. artifact: 01fa9f95db user: drh
15:51 Tested ticket [708eab9d48]: Message "killed" opening large repository plus 3 other changes artifact: e2196b97c7 user: drh
15:50 Fixed ticket [a5403e6eee]: Clicking on ticket link on Timeline page redirects to Index Page. plus 2 other changes artifact: 74eada78e2 user: drh
15:48
Fix the object ID decoding on the /info page. Ticket [a5403e6eee]. check-in: 5eea3db6c1 user: drh tags: trunk
15:43
Fix a memory leak in the check-out logic that prevents opening of massive repositories. Ticket [708eab9d48] check-in: 726a13d296 user: drh tags: trunk
15:36 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 1 other change artifact: 18d3228368 user: rwilson ... 3 similar events omitted.
06:00 New ticket [a5403e6eee] Clicking on ticket link on Timeline page redirects to Index Page.. artifact: 47c8139417 user: anonymous
05:21 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 1 other change artifact: dd4a239bf3 user: anonymous
05:18 New ticket [666d18738e] There is no way to request an account.. artifact: 3b70b86273 user: anonymous
05:14 New ticket [a7087ffa13] User information is edited in an inobvious location.. artifact: abc51cbd08 user: anonymous
2010-01-19
18:28
Add the "pullonly" option to the "autosync" setting. check-in: ea27129c88 user: drh tags: trunk
18:16
Pull in all the latest changes from the trunk as of 2010-01-19. check-in: b8df912e2d user: drh tags: ssl
18:11
Start a new branch that strives to contain only code for which we hold clear title. check-in: ab0a0d7640 user: drh tags: clear-title
17:34
Cleanup of the code used to resolve tag names in contexts where an artifact ID can be entered. check-in: bf56b2ddf4 user: drh tags: trunk
14:15
Show the edited user id in annotations. check-in: e7efca9ee9 user: drh tags: trunk
06:39 Ticket [708eab9d48] Message "killed" opening large repository status still Open with 1 other change artifact: e87a8b2fe2 user: ron
00:10 Edit [e3c529c2f066a720|e3c529c2f0]: Timestamp 2007-07-30 16:31:11. Change user to "dan". artifact: 0e89458424 user: drh
2010-01-18
23:02 Edit [83c876b44708a2a5|83c876b447]: Timestamp 2007-09-21 21:53:28. Change user to "jnc". artifact: db5c96d4c0 user: drh
22:23
Add the --stopper option to the "ui" and "server" commands on windows. The argument is the name of a file, which if it exists, causes the server to abort upon receiving the next inbound TCP connection. Use this to shut down fossil servers running as a windows service. check-in: 23c0d16718 user: drh tags: trunk
21:46
Remove some weird control character that somehow snuck into the /doc/tip/www/theory1.wiki document. check-in: d8aa59fc17 user: drh tags: trunk
2010-01-17
06:44 New ticket [d2c9a2fe01] Login expiration time doesn't work. artifact: 409a1383f6 user: anonymous
2010-01-16
18:39 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 1 other change artifact: 429bcaadfa user: anonymous ... 1 similar event omitted.
2010-01-15
17:21 New ticket [03c9f4deef] Disable built-in robots.txt file. artifact: bd3cc20def user: anonymous
09:30 Ticket [1457156b27] "fossil gdiff" uses internal diff under some conditions status still Open with 1 other change artifact: e69e7a37e3 user: altufaltu
2010-01-14
22:55 Fixed ticket [135d8acbae]: Website: Ancestors/Descendant JavaScript not working on fossil-scm.org plus 2 other changes artifact: 01d2c12ef7 user: eric
20:02 Ticket [708eab9d48] Message "killed" opening large repository status still Open with 2 other changes artifact: 4221c41805 user: anonymous ... 1 similar event omitted.
16:17
Enchance the "revert" command so that it reverts all changes when no arguments are given. It also prints a message saying that "undo" is available to undo the revert. check-in: eaef1a77cc user: drh tags: trunk
15:38 Ticket [e77e876caf] wiki typos status still Fixed with 1 other change artifact: 3ae8b4c2e1 user: drh
15:37
Fix a typo in the /doc/tip/www/theory1.wiki documentation page. Ticket [e77e876caf316cc5]. check-in: 81b0597fcd user: drh tags: trunk
15:35 Fixed ticket [a9722a15d2]: Fossil leaves files in inconsistent state after error plus 2 other changes artifact: c094c26a69 user: drh
15:34
If a "merge" or "update" or "revert" fails, then automatically rollback any partial changes to the filesystem. Ticket [a9722a15d2]. check-in: 7c3cb28d0f user: drh tags: trunk
14:26 Ticket [e77e876caf] wiki typos status still Fixed with 1 other change artifact: 971c139002 user: anonymous
14:15 Ticket [708eab9d48] Message "killed" opening large repository status still Open with 1 other change artifact: 915f157a28 user: drh ... 2 similar events omitted.
11:14 Ticket [a9722a15d2] Fossil leaves files in inconsistent state after error status still Open with 1 other change artifact: 209df67ba7 user: anonymous ... 1 similar event omitted.
2010-01-13
22:32 Ticket [70fd24aec3] "co --latest" doen't actually get latest in repo. status still Open with 2 other changes artifact: 1f0e28f148 user: eric
16:02 Ticket [a9722a15d2] Fossil leaves files in inconsistent state after error status still Open with 2 other changes artifact: 3948dff8ab user: drh ... 1 similar event omitted.
13:05 Edit [acba194c0dfb3e7e|acba194c0d]: Change branch background color to "#c0c0c0". Move to branch dead-end. Mark "Closed". Edit check-in comment. Timestamp 2010-01-13 10:10:17. artifact: ff0694193c user: drh
10:10
Fixed bug where /doc could only be read if the user had checkout security - drh adds: This is not a bug. Checkout permission prevents /doc from being used to "checkout" any version of any file. Closed-Leaf check-in: acba194c0d user: jeremy_c tags: dead-end
09:58
Fixed bug where the ticket report view page was checking the wrong security attribute (too secure) which was causing people who should be able to view ticket reports to not be able to view ticket reports. check-in: 5fc36e2faa user: jeremy_c tags: trunk
09:35
New option of 'wiki-use-html' which causes the wiki system to use HTML as it's markup language. i.e. do not interfeer with what was entered. check-in: cf3809cc71 user: jeremy_c tags: trunk
2010-01-12
22:18 New ticket [70fd24aec3] "co --latest" doen't actually get latest in repo.. artifact: 16435d34bb user: bharder
14:33
Fix typo on the /doc/tip/www/password.wiki page. Add a link to that page from the home page. check-in: c16017374e user: drh tags: trunk
14:10
Transfer SHA1-encoded passwords on a "configure push|pull user" when the client has Admin privilege. check-in: 9c5322463b user: drh tags: trunk
13:55
Merge the experimental password changes into the trunk. check-in: 596f3c10fe user: drh tags: trunk
13:47
Reverted previous commit [1bf6cf832d] as it contains a major flaw of wiki links not being rendered. I tested on simple cases only, will reimplement in a way that allows wiki links to be rendered properly. check-in: b9897bb934 user: jeremy_c tags: trunk
13:38
Added an option to enable ALL HTML, CSS and JavaScript tags/attributes for wiki pages. This comes with a strong warning against doing so on any public project. check-in: db344436c2 user: jeremy_c tags: trunk
10:41 Ticket [6248d17d6f] file not found status still Open with 1 other change artifact: 42f927e22d user: eric
07:08 Ticket [a395f43b33] The wiki name "表予申能十ソ" is not well-formed. status still Open with 1 other change artifact: 75f704aada user: anonymous ... 1 similar event omitted.
2010-01-11
22:06 Changes to wiki page "Fossil" artifact: 9d22ae3f80 user: drh
20:23 Changes to wiki page "Fossil" artifact: c009072262 user: anonymous
20:11 Ticket [1457156b27] "fossil gdiff" uses internal diff under some conditions status still Open with 1 other change artifact: ade57c06c3 user: anonymous
17:11
Added a 'New Ticket' link to the 'View Ticket' sub menu check-in: 1bf6cf832d user: jeremy_c tags: trunk
16:21
Additional clarification in the Password Management document. Closed-Leaf check-in: 261e55346d user: drh tags: experimental
16:09
Updates to the Password Management document. check-in: 1cba86eabb user: drh tags: experimental
15:07
Add the /doc/tip/www/password.wiki document. check-in: cac5675e6c user: drh tags: experimental
06:44 Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: 86b73781d6 user: anonymous ... 1 similar event omitted.
04:49 Ticket [1457156b27] "fossil gdiff" uses internal diff under some conditions status still Open with 1 other change artifact: 0d25dc7703 user: altufaltu
2010-01-10
20:56
Change the hash algorithm for passwords so that USER.PW field stores a SHA1 hash of the project-code, user login, and user password, rather than just a hash of the user password. That way, the if two users select the same password, or if the one user selects the same password for multiple projects, the password hashes are still different. check-in: 4b58a7b838 user: drh tags: experimental
18:41
Fix ticket [135d8acbae] - parent/child indicators on timeline fail if there are suppressed lines because they still generate an entry in the JavaScript for the id that was skipped. check-in: 2975179442 user: eric tags: trunk
17:53 Ticket [135d8acbae] Website: Ancestors/Descendant JavaScript not working on fossil-scm.org status still Open with 2 other changes artifact: d6f4761aa3 user: eric ... 1 similar event omitted.
14:27
Merged ticket report list fixes from [cd93f5965b] into trunk check-in: 023c9fed38 user: jeremy_c tags: trunk
13:03 Ticket [1457156b27] "fossil gdiff" uses internal diff under some conditions status still Open with 1 other change artifact: 39513c7637 user: anonymous ... 1 similar event omitted.
12:41 Edit [cfe33dcf9204b0ea|cfe33dcf92]: Change branch background color to "#c0ffc0". Move to branch experimental. Edit check-in comment. Timestamp 2010-01-09 22:03:21. artifact: 2a9f9568ea user: drh
10:49 New ticket [1457156b27] "fossil gdiff" uses internal diff under some conditions. artifact: 303909cea9 user: anonymous
04:57 Ticket [e523287834] user passwords are stored in plain text status still Closed with 1 other change artifact: b553e1c6ba user: rwilson ... 1 similar event omitted.
00:46 New ticket [83e9e0016b] html tags are apparently not escaped or converted when presented via timeline.rss. artifact: 1e7e10c808 user: anonymous
00:07
Fixes to the configurable "report list". Load the correct default TH script when no report list script is specified. Send and receive the report list TH script together with other ticket configuration scripts. check-in: cd93f5965b user: drh tags: experimental
2010-01-09
22:34
Remove some debug/test printfs that were mistakenly left in the previous commit. check-in: e8b76a69ae user: drh tags: experimental
22:03
Store passwords in USER.PW as either cleartext (as is done in legacy) or as the SHA1 hash of the password. When changing a password or adding a new user, always use the SHA1 hash password. check-in: cfe33dcf92 user: drh tags: experimental
18:43
Call ticket_init() from the report view so users can have access to all the common ticket code check-in: 6d0b76d01f user: jeremy_c tags: trunk
18:32
Added a user configurable TH1 template for the ticket report list. check-in: 14253e9b33 user: jeremy_c tags: trunk
13:54 Ticket [68b4e947d0] '"Fossil"' is not recognized as an internal or external command status still Open with 1 other change artifact: 82b8ff9289 user: anonymous
13:11
If a ticket query begins with an underscore then:
  1. Do not include a link to execute the query directly
  2. Do not show to those users that do not have ticket report access

This allows you to create ticket report queries that are for form submissions only, not direct access. check-in: 6069602aba user: jeremy_c tags: trunk

12:35
Added the cgi() SQL function implemented by Brain Theado. check-in: 19f552795b user: jeremy_c tags: trunk
12:16
Harmonized Admin/Log with other "Pagination" wording. Earlier has become Older, Later has become Newer. check-in: 2239226012 user: jeremy_c tags: trunk
2010-01-08
23:54 Ticket [68b4e947d0] '"Fossil"' is not recognized as an internal or external command status still Open with 1 other change artifact: 4677d50aee user: jeremy_c
22:56 Changes to wiki page "Cookbook" artifact: 33326d43a7 user: anonymous
22:04 Ticket [68b4e947d0] '"Fossil"' is not recognized as an internal or external command status still Open with 1 other change artifact: c276f0dc47 user: anonymous ... 4 similar events omitted.
20:44 New ticket [7df27f5236] sentence needs rewording. artifact: 4418dbc54f user: anonymous
19:29 Ticket [68b4e947d0] '"Fossil"' is not recognized as an internal or external command status still Open with 2 other changes artifact: bc77e6c213 user: drh ... 1 similar event omitted.
18:49
Fix minor typo in www/theory1.wiki . check-in: 8748d75b5f user: eric tags: trunk
2010-01-07
22:34 Ticket [1aaadb4f0d] fossil: SQL error: out of memory status still Open with 1 other change artifact: 8c65ff6d4a user: bharder ... 2 similar events omitted.
13:13 New ticket [9daf677325] Blob max size checking before commit. artifact: 68f3d87065 user: anonymous
2010-01-06
22:01 New ticket [a410962b8e] "fossil timeline ancestors current -n 1" does not always work. artifact: 6996afbb28 user: anonymous
14:23 Fixed ticket [ffec860709]: trivial html typos plus 1 other change artifact: a908b954be user: drh
14:23
Fix typos in the copyright release template. Ticket [ffec860709] check-in: cd26978357 user: drh tags: trunk
14:20 Fixed ticket [e77e876caf]: wiki typos plus 1 other change artifact: 928fe58079 user: drh
14:19
Fix typos in the "Thoughs On The Design Of Fossil" document. Ticket [e77e876caf3] check-in: ce6b68ca64 user: drh tags: trunk
14:17 Closed ticket [3cacfcb6fa]: fossil: SQL error: string or blob too big plus 2 other changes artifact: a60e0134da user: drh ... 1 similar event omitted.
13:48
Only show propagating tags (not single-checkin tags) in the check-in comment entry template. check-in: 4943c0e504 user: drh tags: trunk
13:47 Ticket [3cacfcb6fa] fossil: SQL error: string or blob too big status still Open with 3 other changes artifact: c28bf1ece2 user: anonymous ... 1 similar event omitted.
12:45 New ticket [e77e876caf] wiki typos. artifact: 47c7bff050 user: anonymous
12:34 New ticket [ffec860709] trivial html typos. artifact: 1e979859ad user: anonymous
2010-01-05
21:28
Added the "Thoughts On The Design Of Fossil" document in answer to recent criticisms and critiques. check-in: a6303982b0 user: drh tags: trunk
15:01
Fix a potential segfault in the URL shortener of the WWW timeline logic. check-in: d66718f2e8 user: drh tags: trunk
14:09 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 2 other changes artifact: 439cfd75d1 user: jeremy_c ... 1 similar event omitted.
01:37 Ticket [15f5f61461] add class wikiedit to comment and cmappnd status still Open with 2 other changes artifact: bb92532bd2 user: anonymous
2010-01-04
23:21 Changes to wiki page "Cookbook" artifact: a44bcfa915 user: anonymous
22:58 Ticket [b074a7588b] fossil: not a valid repository: /pub/fossil-db/big.fsl status still Open with 1 other change artifact: 8de6dec9e2 user: anonymous ... 3 similar events omitted.
13:53
Add a copyright release form template. check-in: d2bec5a1d4 user: drh tags: trunk
13:16
Update the built-in SQLite to version 3.6.22 RC 1. check-in: 57225017b0 user: drh tags: trunk
2010-01-03
11:22 Ticket [6248d17d6f] file not found status still Open with 2 other changes artifact: 25f3b27ef5 user: eric
00:47 New ticket [5fb944026d] Inconsistent diff output.. artifact: c7aebb3df3 user: anonymous
2010-01-02
21:33 New ticket [6248d17d6f] file not found. artifact: 3709c36bea user: anonymous
21:08 Ticket [9195b1e5f3] Support "fossil new myfossil.fsl user=root password=test1234" status still Open with 2 other changes artifact: 6588eb9d40 user: jeremy_c ... 1 similar event omitted.
03:13 Fixed ticket [6778fd3f4a]: Need a Branch Delete option plus 2 other changes artifact: 180ce6f07f user: drh ... 1 similar event omitted.
2010-01-01
21:53 Ticket [5483de2ea6] Changing to non default skin causes database error status still Closed with 1 other change artifact: bb221510db user: jeremy_c ... 4 similar events omitted.
21:33
[5483de2ea6] Fixed. Also fixed Black and White theme (timeline not using li tags). check-in: 5efb82a71a user: jeremy_c tags: trunk
21:20 Closed ticket [c926e3151a]: fossil exe auto update plus 2 other changes artifact: 5fe260fac9 user: drh ... 1 similar event omitted.
20:17 Open ticket [5483de2ea6]: Changing to non default skin causes database error plus 1 other change artifact: 82464c9617 user: anonymous ... 2 similar events omitted.
19:49
[5483de2ea6] Added two single quotes around baseurl fixing the bug check-in: af25881866 user: jeremy_c tags: trunk
19:36 New ticket [5483de2ea6] Changing to non default skin causes database error. artifact: e8b78a0a52 user: anonymous
18:35 New ticket [1aaadb4f0d] fossil: SQL error: out of memory. artifact: 75d426406e user: anonymous
17:00 New ticket [3caef588e3] dereferencing type-punned pointer in sqlite3.c. artifact: 9459d6bdbf user: rwilson
14:39 New ticket [47f91c7443] support "fossil user list fossil.fsl". artifact: 1dd62c267e user: anonymous
14:28 New ticket [d9dc59f19a] fossil wiki export to latex. artifact: afe85a62d0 user: anonymous
13:58 New ticket [0669e17923] Support "fossil co http://myfossil.test.net/srcdir/subdir2". artifact: 3a15b26bd4 user: anonymous
13:47 New ticket [07a38f3809] chekout only sub source tree. artifact: f26b34d5dc user: anonymous
13:35 New ticket [7ac3c7ba1b] who are cloning me ?. artifact: c6a0c3c0e9 user: anonymous
13:23 New ticket [c926e3151a] fossil exe auto update. artifact: 9e0c7cc68d user: anonymous
12:58 New ticket [23d314856c] fossil rm dir1/dir2. artifact: cb4c48758a user: anonymous
04:14 New ticket [ac8dcd394c] equivalent to `darcs add` or `git add -p`. artifact: 97833ab0a8 user: anonymous
01:37 Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: 9083bcedd3 user: anonymous ... 2 similar events omitted.
01:30
Fixed bug that did not display the "X similar events" message for the last item on the timeline. check-in: def89b9393 user: jeremy_c tags: trunk
2009-12-31
22:47 New ticket [375e570332] fossil: bad object id: 0 on up. artifact: f19d5b913c user: anonymous
22:45 Ticket [2d2b158d75] -include config.mak fails under OpenBSD status still Open with 1 other change artifact: 3f6e0e04e0 user: anonymous ... 1 similar event omitted.
22:30
Added SQL function user() implemented by Brian check-in: a2c2e3b115 user: jeremy_c tags: trunk
21:59 Ticket [2d2b158d75] -include config.mak fails under OpenBSD status still Open with 1 other change artifact: 6df9887a3b user: anonymous
21:58 Edit [71ad9b62a762d7a0|71ad9b62a7]: Mark "Closed". Timestamp 2009-12-31 14:59:03. artifact: 25aabe90f1 user: jeremy_c
21:15 Ticket [d0e0bc0da5] add ticket created time status still Open with 1 other change artifact: 0144efb6ee user: jeremy_c ... 2 similar events omitted.
19:12 Edit [6ee7316567a60422|6ee7316567]: Change branch background color to "#bde5d6". Move to branch jeremy_c-timeline. Timestamp 2009-12-31 14:49:02. artifact: d0622cde2e user: drh
19:10
Alternative implementation of timeline security changes - this implementation always shows the timeline link if it is applicable, even if the history capability is disabled. check-in: 9b70675778 user: drh tags: trunk
17:14 Ticket [6778fd3f4a] Need a Branch Delete option status still Open with 1 other change artifact: 000eb3b351 user: anonymous
15:18 Ticket [be1285190b] Diable using UTC time zone as default status still Open with 1 other change artifact: 258043593b user: jeremy_c
14:59
  • Changed security for timeline. To view the timeline, you must now have History access. The timeline will then display only items which you have access to. "o" (Check-out) is required for source history, "j" (Read-Wiki) is required for Wiki history and "r" (Read-Tkt) is required for Ticket history.
Closed-Leaf check-in: 71ad9b62a7 user: jeremy_c tags: jeremy_c-timeline
14:49
Fixed minor spelling error check-in: efdad08182 user: jeremy_c tags: jeremy_c-timeline
14:49
  • Fixed security bug in ticket reports, you previously had to have Check-out security to view a ticket report, you now have to have "r" (Read-tkt) to view ticket reports.
check-in: 6ee7316567 user: jeremy_c tags: jeremy_c-timeline
14:21 Ticket [be1285190b] Diable using UTC time zone as default status still Open with 1 other change artifact: fd927a4c09 user: anonymous ... 1 similar event omitted.
04:44 Ticket [2d2b158d75] -include config.mak fails under OpenBSD status still Open with 1 other change artifact: 509f0e8d3d user: jeremy_c
04:43 Ticket [886c302b3f] add <nowiki>#INTERNAL</nowiki> form to wiki_rules page status still Closed with 1 other change artifact: 4adbfaf9c1 user: jeremy_c
04:42
[886c302b3f] Added documentation for [#anchor] style links check-in: dddc514053 user: jeremy_c tags: trunk
04:36 Closed ticket [886c302b3f]: add <nowiki>#INTERNAL</nowiki> form to wiki_rules page plus 2 other changes artifact: d52c188521 user: jeremy_c
04:29 Ticket [5125de2e62] Enable type of file (extension) to be ignored (e.g. *.OBJ) status still Closed with 1 other change artifact: 414413b7ca user: jeremy_c
04:29 Closed ticket [705181a992]: like something similar to .gitignore plus 2 other changes artifact: dc765a024e user: jeremy_c
04:27 Closed ticket [5125de2e62]: Enable type of file (extension) to be ignored (e.g. *.OBJ) plus 1 other change artifact: 3328ea797b user: jeremy_c
04:26 Closed ticket [d0e0bc0da5]: add ticket created time plus 2 other changes artifact: 25a4c4f395 user: jeremy_c
04:21 Closed ticket [162e66c9ea]: Inline variant of <verbatim> plus 2 other changes artifact: a460c81320 user: jeremy_c
04:19 Closed ticket [2d00038076]: Wiki engine inserts extra <p> before <li> in lists plus 2 other changes artifact: 4f3b13b0d1 user: jeremy_c
04:17 Closed ticket [736af3b63b]: Comment from file plus 2 other changes artifact: 0e9c9aff03 user: jeremy_c
04:14 Closed ticket [6afb0eab56]: Automatic ticket to check-in referencing artifact: 9a1ab95167 user: jeremy_c
04:13 Changes to wiki page "Cookbook" artifact: 008a3b2891 user: jeremy_c
04:07 Ticket [6afb0eab56] Automatic ticket to check-in referencing status still Open with 2 other changes artifact: 4b8c821283 user: jeremy_c
04:00 Ticket [2d2b158d75] -include config.mak fails under OpenBSD status still Open with 2 other changes artifact: ad1ae8ce91 user: jeremy_c
03:57 Ticket [d0e0bc0da5] add ticket created time status still Open with 1 other change artifact: cdb43444bc user: jeremy_c
2009-12-30
01:57
Added a 's' parameter to the web timeline view. This will search the comment and brief fields for the given text via LIKE '%value%'. check-in: 1e2ec3ff87 user: jeremy_c tags: trunk
2009-12-29
22:10
clean up a few compiler warnings check-in: 97789f0a92 user: rwilson tags: trunk
20:53 New ticket [be1285190b] Diable using UTC time zone as default. artifact: d0256040eb user: anonymous
20:53 Fixed ticket [a09798ba9e]: Bug in ipPrefix (Check-in [86cbb69af2])? plus 2 other changes artifact: 4e3db166e8 user: drh
20:52
Fix a bug in the IP address truncator. Ticket [a09798ba9e]. check-in: 5d16ca43f1 user: drh tags: trunk
20:30 Ticket [6981de95b6] Makefile for OpenSolaris is not correct status still Open with 1 other change artifact: 462d1b11ab user: anonymous ... 3 similar events omitted.
18:16 Ticket [a09798ba9e] Bug in ipPrefix (Check-in [86cbb69af2])? status still Open with 2 other changes artifact: a12aadd18c user: rwilson ... 1 similar event omitted.
00:11
Only record the first 16 bits of the 32-bit IP address as part of the anonymous login cookie. check-in: 86cbb69af2 user: drh tags: trunk
2009-12-28
21:50 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 1 other change artifact: d692966c92 user: anonymous
2009-12-27
18:20 Fixed ticket [aa8ba0fffa]: Crash on "fossil info 1234" plus 2 other changes artifact: 3eba164d18 user: drh
18:19
Fix an invalid free() call that could occur when the "info" command was used with an invalid artifact ID. Ticket [aa8ba0fffa]. check-in: 9d3fe01ae3 user: drh tags: trunk
16:39 New ticket [aa8ba0fffa] Crash on "fossil info 1234". artifact: 596bc1a0ba user: anonymous
2009-12-26
15:30
removed an extraneous pair of row/cell closing tags. Fixed TH tags which were closed with TD instead of TH. check-in: 06b964a0cf user: stephan tags: trunk
13:43
timeline descendants view now properly behaves when there are no descendents, and it also sigularizes the word 'descendents' when there is only one. check-in: a388e9da2e user: stephan tags: trunk
11:27 New ticket [7ffe8a6cee] User registration. artifact: 9abf13cad4 user: anonymous
2009-12-24
14:50 New ticket [c66936089e] timeline pagination. artifact: 60d13be93a user: anonymous
14:12 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 1 other change artifact: 5f0a8f18e4 user: anonymous ... 2 similar events omitted.
2009-12-23
14:19 Closed ticket [551270ceb4]: fossil commit to trigger the sending of email ? plus 1 other change artifact: de338a15ce user: anonymous ... 3 similar events omitted.
2009-12-21
00:46 Ticket [6778fd3f4a] Need a Branch Delete option status still Open with 2 other changes artifact: 28b9d96611 user: chi
2009-12-20
21:34
Fix a comment formatting error in the recent skins.c changes. check-in: 4f24addea9 user: drh tags: trunk
17:53
Add a black & white skin with the main menu down the left margin. check-in: 5a5d7e1f90 user: drh tags: trunk
02:58 Fixed ticket [3713cea2fc]: failed assertion on revert *.* plus 2 other changes artifact: 071e84bd07 user: drh
02:58
Fix an assertion fault that occurs when attempting to revert a file that is not in the repository. Ticket [3713cea2fc]. check-in: 2255e4e3ba user: drh tags: trunk
02:53
Add a khaki color skin. check-in: 91b9081425 user: drh tags: trunk
2009-12-19
22:53 New ticket [3713cea2fc] failed assertion on revert *.*. artifact: 16068443f7 user: rwilson
21:04
Add a new "Skins" configuration page that allows the look and feel of the web interface to be changed to one of several prototypes at the click of a button. Currently, there are only two built-in prototypes. check-in: 007d0a9b3f user: drh tags: trunk
03:17 Fixed ticket [3f2cb270b2]: Assertion on "fossil update" when trying to merge a binary file plus 2 other changes artifact: dd770f3592 user: drh
03:16
Fix a segfault that occurs on an attempt to merge binary files. Ticket [3f2cb270b2f6]. check-in: 8e147fdbac user: drh tags: trunk
2009-12-18
23:54
For the "version information" web pages, change the default behavior to only show the list of files that changed, not the diffs. But there is a link to get diffs of all files or of individual files. The default behavior can be changed using a Setup/Timeline configuration option to show diffs by default. check-in: 0f4f6c0325 user: drh tags: trunk
23:09
Remove dead code from timeline.c. Make sure all shortened UUIDs have at least one hexadecimal digit greater than '9' to avoid confusing them with decimal numbers. check-in: 74534cc91e user: drh tags: trunk
22:46 New ticket [2d2b158d75] -include config.mak fails under OpenBSD. artifact: 94f3d5a29e user: anonymous
22:16
Minor cleanup to the implementation of command-line "timeline". check-in: 02920e92b5 user: drh tags: trunk
22:08
The previous "anon-captcha" check-in missed one spot. This check-in attempts to correct the problem. check-in: bb8193cfd0 user: drh tags: trunk
22:01
Change the name of the "anon-login-enable-captcha-filler" setting to "auto-captcha". Move the GUI setting of this setting over to the "Setup/Behavior" page. check-in: fe019f946b user: drh tags: trunk
21:52 Ticket [e776717962] replace 'new' with 'init' command for repository creation status still Open with 1 other change artifact: c7315ad1e1 user: anonymous
21:47 New ticket [6778fd3f4a] Need a Branch Delete option. artifact: a256736c49 user: anonymous
21:38
Change the name of the strnlen_() function in printf.c to StrNLen32(). check-in: 9a8fdf7294 user: drh tags: trunk
20:15
Add an "annotate" command to the command-line to suppliment the "annotate" web page. check-in: 73b7faa58b user: drh tags: trunk
00:32 Fixed ticket [d0d21c56d6]: Update should restore locally missing files plus 2 other changes artifact: 9999e7edac user: drh
00:31 Fixed ticket [9ad1a5401c]: MISSING files are not handled gracefully plus 2 other changes artifact: 676ec85c9b user: drh
00:29
Detect when the check-out contains missing files and filesystem objects that ought to be files but are not. Issue reasonable warnings. check-in: 76f169fca6 user: drh tags: trunk
00:05 Fixed ticket [816f165688]: Changing a file to a directory causes cksum error on commit plus 2 other changes artifact: 4317137302 user: drh
2009-12-17
22:55
Enhancements to the "update" command. Missing files are reverted. One or more files can be specified on the "update" command line after the VERSION and only the files named will be updated. check-in: 2d996b080e user: drh tags: trunk
21:22
Remove the --yes option from the "revert" command. In its place, make the "revert" opration undoable. check-in: 7b82a73bd3 user: drh tags: trunk
20:36 Closed ticket [1208d60f31]: Fossil databse currupt after opening it up in notepad plus 3 other changes artifact: e536d26035 user: drh ... 1 similar event omitted.
18:47
If a file in the check-out is changed to something other than a file (like a directory) then raise an error when checking file signatures. Also fix a problem with the new multi-file "revert" command and add some comments to "update". check-in: d861fe77fb user: drh tags: trunk
18:00 New ticket [1208d60f31] TEST Fossil databse currupt after opening it up in notepad. artifact: 1f5db69fad user: anonymous
16:55 Closed ticket [552b3512dc]: "fossil mv" will let me move a file to outside of the tree. plus 2 other changes artifact: 1ed5ceff9e user: drh
16:20 Fixed ticket [4d6b7d4e1a]: New option: fossil update --dry-run ... plus 2 other changes artifact: 45c302ed4e user: drh
16:17
Add --nochanges and --verbose options to the "update" command. Tickets [4d6b7d4e1] and [7a27e10f1fe]. check-in: 1d9ebd9e4a user: drh tags: trunk
15:24 Fixed ticket [66de526498]: tickets; new report format; Syntax error: no such function; functions user(), aux(), wiki()... plus 2 other changes artifact: 9fde185d3c user: drh
15:23
Remove from the "New Report Format" text obsolete instructions that had been copied out of CVSTrac. Ticket [66de5264986]. check-in: 4b0d2fbefb user: drh tags: trunk
14:54 Ticket [7a27e10f1f] Need a command to find states of files for entire tree/subdir for Editors and IDEs. status still Open with 1 other change artifact: bf79c24f77 user: drh
14:51
Update the "checkin" command so that the template check-in message contains a comment that shows the branch tags that will be associated with the new check-in. check-in: 6df39e37f2 user: drh tags: trunk
14:27
Change the "ls" command so that it only shows the filenames by default. To see the extra information about the status of each file, add the -l option. Ex: "fossil ls -l" check-in: 9c06ea3120 user: drh tags: trunk
14:21
Change the "revert" command so that it will take multiple file arguments and revert each one. check-in: 353297a149 user: drh tags: trunk
2009-12-16
20:31 Ticket [816f165688] Changing a file to a directory causes cksum error on commit status still Open with 2 other changes artifact: 228506f1cf user: anonymous
20:20 Ticket [9ad1a5401c] MISSING files are not handled gracefully status still Open with 1 other change artifact: f8d658ee03 user: anonymous ... 2 similar events omitted.
02:06 New ticket [816f165688] Changing a file to a directory causes cksum error on commit. artifact: 3ff230c64e user: drh
02:02
Improvements to some comments in vfile.c. check-in: 2f15cd805e user: drh tags: trunk
2009-12-14
23:28 Edit [137d653a065d0d6a|137d653a06]: Timestamp 2009-12-14 23:26:03. Change user to "jeremy_c". artifact: f79af64f19 user: jeremy_c
23:28 Edit [dccd27c6da34c08e|dccd27c6da]: Edit check-in comment. Timestamp 2009-12-14 23:18:54. Change user to "jeremy_c". artifact: 0f7510264d user: jeremy_c
23:26
Found two more places that fQuiet should have been checked. check-in: 137d653a06 user: jeremy_c tags: trunk
23:18
Added a global command line argument named -quiet. This will suppress some output (currently during sync) for those interfacing fossil with various development tools. It does not make eliminate all output, only the output that is meant for fancy display to the user on a console. You can now use this new flag anywhere by referencing if (!g.fQui... check-in: dccd27c6da user: jeremy_c tags: trunk
20:48 Ticket [7a27e10f1f] Need a command to find states of files for entire tree/subdir for Editors and IDEs. status still Open with 2 other changes artifact: cc2c68faf2 user: anonymous ... 1 similar event omitted.
2009-12-11
17:23 New ticket [552b3512dc] "fossil mv" will let me move a file to outside of the tree.. artifact: d7c0df5552 user: anonymous
16:29
Minor clean up to the "ci" command. check-in: 70656d00f6 user: drh tags: trunk
16:27
accommodated brackets/parens conventions change introduced in #6ae51190cc check-in: 18a66ab32b user: stephan tags: trunk
16:14
corrected some mis-placed code from commit #9517cc7486 check-in: 93efce820b user: stephan tags: trunk
15:49
added -M/--message-file FILENAME argument for commit. check-in: 9517cc7486 user: stephan tags: trunk
2009-12-10
02:25
reserve the use of brackets in stdout for artifacts check-in: 5bccc5a526 user: rwilson tags: trunk
02:19
reserve the use of brackets in stdout for artifacts check-in: 6ae51190cc user: rwilson tags: trunk
2009-12-09
23:35
When a commit aborts, the check-in comment is saved and used to reinitialize the check-in comment template on the next commit attempt. check-in: 68bfc1d5cc user: drh tags: trunk
22:22 Edit [fb1fa7f1a6af4a4f|fb1fa7f1a6]: Timestamp 2009-12-09 22:05:46. Change user to "jeremy_c". artifact: 6682198e79 user: jeremy_c
22:05
Make it easier to do out of source builds by optionally including config.mak or config.w32. check-in: fb1fa7f1a6 user: jeremy_c tags: trunk
15:34
Added a DELETED abc.xyz message when using fossil rm. This is the same as fossil add's ADDED abc.xyz message. Also, the word DELETED was choosen over REMOVED because fossil status reports the file as DELETED. check-in: 49ed1961b1 user: jeremy_c tags: trunk
14:39
  • Added enumeration list support via the # character (identical to *).
  • Updated the wiki rules web page to reflect new enumeration list rules and terminated begining
  • tags with
  • .
check-in: 2bb1d6469f user: jeremy_c tags: trunk
2009-12-08
19:37 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 1 other change artifact: 1eca2fc4e4 user: anonymous
19:02 Open ticket [974618fe5a]: fossil all rebuild does redundant rebuilds on windows plus 2 other changes artifact: 28d3590e74 user: rwilson
18:43
Clean up the RSS code slightly. check-in: 484c8f9f86 user: drh tags: trunk
10:10
rolled back my last commit for stripping P tags around UL/OL, which had broken logic. check-in: 083cad82ff user: stephan tags: trunk
2009-12-07
22:42
Added new config option with the rather unwieldy name 'anon-login-enable-captcha-filler' check-in: 00b778bd58 user: stephan tags: trunk
22:29
added second half of fix in #6f0df6c741 check-in: 239139a907 user: stephan tags: trunk
21:53
fixed a couple missing closing quotes (they screw up emacs' highlighting) check-in: 50a372c1e5 user: stephan tags: trunk
20:23
Update SQLite to version 3.6.21 final. check-in: 9f654b9984 user: drh tags: trunk
20:22 Edit [6f0df6c741887ef2|6f0df6c741]: Edit check-in comment. Timestamp 2009-12-07 20:20:22. artifact: cd9bb297e0 user: jeremy_c
20:20
Fixed the insertion of invalid P tags inside of UL and OL elements when autoparagraph is on. Bug was reported on the fossil mailing list by Stephan Beal. check-in: 6f0df6c741 user: jeremy_c tags: trunk
18:34
changed a two-part/closed BR tag to avoid a warning from HTML syntax verifiers. check-in: 6009ff325f user: stephan tags: trunk
2009-12-04
15:23
Update SQLite to the first release candidate for 3.6.21. check-in: 017d281f45 user: drh tags: trunk
2009-12-03
09:35 New ticket [4d6b7d4e1a] New option: fossil update --dry-run .... artifact: d4adb09f18 user: anonymous
01:20 Ticket [66de526498] tickets; new report format; Syntax error: no such function; functions user(), aux(), wiki()... status still Open with 1 other change artifact: 92e461fbd8 user: anonymous
2009-12-02
17:10 New ticket [17163719d8] Graphical web diff. artifact: d9f4cb2b50 user: anonymous
15:34 New ticket [d0d21c56d6] Update should restore locally missing files. artifact: ac0e8a7f51 user: anonymous
04:23 New ticket [6afb0eab56] Automatic ticket to check-in referencing. artifact: 322cae9948 user: anonymous
2009-11-30
14:44 Ticket [5a13dbd275] add and ci/commit are inconsistent wrt "*" handling status still Open with 1 other change artifact: bc1c1a9886 user: stephan
14:42 Ticket [eed6d07c6e] Non-ASCII characters not allowed in wiki page titles status still Open with 2 other changes artifact: 9b28f474f0 user: stephan
14:39 Ticket [5125de2e62] Enable type of file (extension) to be ignored (e.g. *.OBJ) status still Open with 1 other change artifact: 9fc94e0351 user: stephan
13:36 New ticket [e4da774beb] incorrect quote handling for HTML tag elements. artifact: b9c0a2ad5a user: stephan
2009-11-28
21:35 Ticket [66de526498] tickets; new report format; Syntax error: no such function; functions user(), aux(), wiki()... status still Open with 1 other change artifact: 97a208b57e user: anonymous
21:04 Ticket [1e919e389b] "fossil update" doesn't update status still Closed with 1 other change artifact: cfbde731ce user: anonymous ... 4 similar events omitted.
2009-11-25
22:30 Ticket [66de526498] tickets; new report format; Syntax error: no such function; functions user(), aux(), wiki()... status still Open with 2 other changes artifact: e748d766bc user: anonymous ... 1 similar event omitted.
22:14
Update to the latest version of SQLite with improved sqlite3_trace() support. This makes the output of --sqltrace much more helpful. check-in: 732d7c406e user: drh tags: trunk
2009-11-24
19:46 Ticket [5f9f516a22] Cannot commit changes: tree checksums before and after commit do not match status still Open with 1 other change artifact: 4a4690374f user: eric
2009-11-23
13:21
Update the SQLite used internally to the first 3.6.21 release candidate. check-in: f3d4a2db53 user: drh tags: trunk
2009-11-22
23:32 Ticket [5f9f516a22] Cannot commit changes: tree checksums before and after commit do not match status still Open with 1 other change artifact: 96b3367bc1 user: drh ... 1 similar event omitted.
2009-11-16
20:46 Ticket [3f2cb270b2] Assertion on "fossil update" when trying to merge a binary file status still Open with 2 other changes artifact: b4bb5f57c0 user: anonymous ... 1 similar event omitted.
14:11 Ticket [5f9f516a22] Cannot commit changes: tree checksums before and after commit do not match status still Open with 2 other changes artifact: 06eefe8563 user: anonymous
2009-11-15
16:15 New ticket [d7c0de3c2b] add support of ssh:// protocol. artifact: 9f6cab5653 user: anonymous
2009-11-14
14:38
In the file_isdir() routine, make sure the filename is simplified (has no "/../" or "/./" components and does not end with "/") in order to work around bugs in mingw. check-in: a7822bcc00 user: drh tags: trunk
2009-11-13
14:18 Ticket [95d893c207] diagnostics for fossil tag cancel X Y status still Open with 1 other change artifact: db4083455b user: drh ... 1 similar event omitted.
01:36 Ticket [1cbbf8aecd] multiple tagging status still Closed with 1 other change artifact: b19416c5c0 user: anonymous ... 2 similar events omitted.
2009-11-12
16:41 Ticket [95d893c207] diagnostics for fossil tag cancel X Y status still Open with 3 other changes artifact: c8b858e137 user: drh ... 1 similar event omitted.
2009-11-11
16:21 Fixed ticket [974618fe5a]: fossil all rebuild does redundant rebuilds on windows plus 2 other changes artifact: 5428775198 user: drh
16:21
Deal with windows filename aliasing in the "all" command. Ticket [974618fe5a8]. Also display the home directory for windows users with the "info" command since the home directory is non-obvious in windows. check-in: d5695157d0 user: drh tags: trunk
14:59 New ticket [974618fe5a] fossil all rebuild does redundant rebuilds on windows. artifact: 724d623b6e user: rwilson
14:59
Better error messages when "sync" fails due to server problems. Ticket [bfb8427cdd5] check-in: 0690aa18a4 user: drh tags: trunk
2009-11-10
14:55 New ticket [d642c3621a] Improve and update documentation. artifact: 4b54720099 user: anonymous
2009-11-09
21:32
Fix an issue with the command-line timeline. Fix typos in documentation. check-in: e2431b17df user: drh tags: trunk
21:25 Closed ticket [7bb8f2359a]: please add a fossil command to retrieve the history for a given file plus 2 other changes artifact: 60a3ba9a25 user: drh
21:22
Reformat some code in http_ssl.c check-in: d92945e5da user: dmitry tags: ssl
20:26 New ticket [7bb8f2359a] please add a fossil command to retrieve the history for a given file. artifact: 4d6d15da2b user: anonymous
19:00 New ticket [fd42f1fc3d] request to add ticket Comment in RSS feed. artifact: 77cd3dbf8f user: anonymous
15:48 Edit [bd2fa6aa2b5ca05e|bd2fa6aa2b]: Change branch background color to "#c0ffc0". Timestamp 2009-11-09 15:24:59. artifact: 112ceecfd9 user: drh
15:32
Add SSL support. check-in: 16f6fd904a user: dmitry tags: ssl
15:24
Create new branch named "ssl" check-in: bd2fa6aa2b user: dmitry tags: ssl
00:58
On the "timeline" command, if a YYYY-MM-DD date string is entered without the "before" keyword, then show all changes on the date given. check-in: 0239325f58 user: drh tags: trunk
2009-11-08
21:41
Add the "search" command to the command-line interface. This command is still experimental. Currently it only search the timeline. check-in: 20600107f1 user: drh tags: trunk
2009-11-07
14:08 Changes to wiki page "Cookbook" artifact: 27592196c6 user: anonymous
08:33 Ticket [0bce25f110] recursive removal of files status still Open with 1 other change artifact: e37ad2202d user: anonymous
08:31 Ticket [4c303443b3] fossil rmdir status still Open with 2 other changes artifact: 2730225777 user: anonymous ... 1 similar event omitted.
2009-11-06
15:31 Ticket [2aaa8042ca] Option to avoid saving the sync URL status still Fixed with 1 other change artifact: 0d387de140 user: dmitry
14:38 Changes to wiki page "Opera" artifact: bd2e64013e user: jeremy_c
14:16 Fixed ticket [2aaa8042ca]: Option to avoid saving the sync URL plus 2 other changes artifact: 8e003f5982 user: drh
14:15
Add the --once command-line option to push, pull, and sync. Ticket [2aaa8042caec] check-in: 5153d61893 user: drh tags: trunk
14:06 Closed ticket [6c897c0fd0]: make it possible to specify branch with "open" command plus 2 other changes artifact: 60804b5067 user: drh
14:00
Add the ability to diff to arbitrary versions of a single file. check-in: fe8bb01d38 user: drh tags: trunk
13:12 Ticket [2aaa8042ca] Option to avoid saving the sync URL status still Open with 1 other change artifact: bb51df381a user: dmitry ... 2 similar events omitted.
07:51 New ticket [6c897c0fd0] make it possible to specify branch with "open" command. artifact: 55637d4012 user: anonymous
04:14 Changes to wiki page "Cookbook" artifact: b328eb512f user: anonymous
04:13 Changes to wiki page "Cookbook" artifact: 52370d42ee user: anonymous
04:11 Changes to wiki page "Cookbook" artifact: 4497eaf33c user: anonymous
04:09 Changes to wiki page "Cookbook" artifact: 9b5352480c user: anonymous
04:09 Changes to wiki page "Cookbook" artifact: bc9d84aca2 user: anonymous
04:05 Changes to wiki page "Cookbook" artifact: 262a103e19 user: anonymous
04:05
Because the "vfile" signatures are now used by "diff", be sure to recompute them before running the diff. check-in: 149945beea user: drh tags: trunk
03:10
After any kind of database error, include in the error message a warning to the user that it might be wise to run "fossil all rebuild". check-in: 397fa9bf78 user: drh tags: trunk
02:47
Continuing work on the "diff" command. check-in: db608ee72f user: drh tags: trunk
01:59
Work toward improving the "diff" command. Get the "-r" or "--from" option working. check-in: a51808c0a5 user: drh tags: trunk
2009-11-05
00:07
Check-in the fix for the i16/i64 mixup with the ynVar type in SQLite. check-in: e200c8d65f user: drh tags: trunk
2009-11-04
13:32
Update to the latest SQLite check-in: 355e34ba9d user: drh tags: trunk
12:36 Closed ticket [02f9d037a4]: Login-Cards may be susceptible by a replay attack plus 2 other changes artifact: e55bdbefb9 user: drh
12:28 New ticket [9d84642c7f] fossil ticket?. artifact: bdbeb294c7 user: anonymous
12:17 New ticket [705181a992] like something similar to .gitignore. artifact: c73fe87e69 user: anonymous
03:24 New ticket [02f9d037a4] Login-Cards may be susceptible by a replay attack. artifact: d7fd2b5de2 user: anonymous
2009-11-03
20:02 Ticket [057b6d23da] possible fork with autosync enabled status still Closed with 1 other change artifact: 477b2ac5e7 user: anonymous
19:43
Alway run autosync prior to an "update" even when specifying a specific check-in to update to. check-in: f57990b65a user: drh tags: trunk
2009-11-02
13:19
Disable the external link marking as it does not work on windows. check-in: 980b160bd0 user: drh tags: trunk
08:47 New ticket [15f5f61461] add class wikiedit to comment and cmappnd. artifact: 87cb1d2b0a user: anonymous
08:42 Ticket [369e246e50] Using EXTJS for JavaScript UI Framework status still Open with 1 other change artifact: eda454fe92 user: anonymous
2009-11-01
19:49
Add the &#x27FE; mark after external hyperlinks in wiki. check-in: 0039b7813e user: drh tags: trunk
19:25
Update to the latest version of SQLite (3.6.20rc1) and fix some compiler warnings. check-in: dffe11c29c user: drh tags: trunk
10:48 Changes to wiki page "Cookbook" artifact: 9beb614309 user: anonymous
10:42 Changes to wiki page "Cookbook" artifact: 9212b6409c user: anonymous
2009-10-31
17:10 Changes to wiki page "Cookbook" artifact: 4a0bb17759 user: anonymous
17:09 Changes to wiki page "Cookbook" artifact: d02f9f2e2f user: anonymous
17:01
Add the "artifact" command for extracting the content of individual artifacts. The new "artifact" command is really just a renaming of "test-content-get". check-in: 8480dd38d2 user: drh tags: trunk
15:09 Fixed ticket [3f0c73f2d2]: diff-command with parameter doesn't work plus 2 other changes artifact: eb787985e5 user: drh
15:07
Add an "finfo" command to give file history. check-in: 8c8f8616a6 user: drh tags: trunk
14:08 Fixed ticket [68c7f7bee9]: remote-url command doesn't persist username and password plus 2 other changes artifact: cc60a72d1e user: drh
14:03
Fix the "remote-url" command so that it preserves the userid and password. Ticket [68c7f7bee951302]. check-in: 11ecd5c0b5 user: drh tags: trunk
13:50 Fixed ticket [0101a97fef]: GPG error on commit with GPG disabled plus 2 other changes artifact: f29ed2aa5a user: drh
13:50
Fix the "Behavior" setup page so that it has the correct default values for unspecified attributes. Ticket [0101a97fefd5ca91d] check-in: 671e7c34e9 user: drh tags: trunk
13:32 Closed ticket [867f23ff79]: Assertaion failed: (pBlob)->xRealloc==blobReallocMalloc || (pBlob)->xRealloc==blobReallocStatic, file blob_.c, line 170. plus 1 other change artifact: 7178e01fc4 user: drh
13:31 Closed ticket [b837926422]: deleting the "buzzing noise from speakers" tickets affected checkout-ability of repo? plus 1 other change artifact: c448841336 user: drh
13:30 Ticket [dbf7908517] Issues with logging-in status still Open with 3 other changes artifact: a78548da0d user: drh
13:24 Ticket [700d423d2a] Tables in ticket view set the bgcolor status still Open with 1 other change artifact: ab075ea899 user: drh
13:24 Fixed ticket [28d861eb57]: File listing has extra space before file name plus 2 other changes artifact: 05ac8c30c6 user: drh
13:23
Remove the extra space character before filenames in web directory listings. Ticket [28d861eb5799a60] check-in: 4165033b40 user: drh tags: trunk
13:17 Closed ticket [057b6d23da]: possible fork with autosync enabled plus 2 other changes artifact: 49cccba2f7 user: drh
13:14 Closed ticket [5003b71cdb]: unable to delete file from repository plus 1 other change artifact: f9874515de user: drh
13:13 Fixed ticket [36d5fbf9a4]: Revert's error handling is suboptimal. plus 2 other changes artifact: d0be538b2d user: drh
13:12 Fixed ticket [2de4ae6058]: 'checkout' command fail after merge without changes. plus 2 other changes artifact: f41861e108 user: drh
13:11
Make use of the is_a_version() function to check for valid version IDs in the checkout command. Ticket [2de4ae605844fe3f]. check-in: 999b1779e7 user: drh tags: trunk
13:06 Closed ticket [07cb82db0d]: nobody-user cannot look tickets. plus 2 other changes artifact: 164cd01e31 user: drh
2009-10-30
06:29 New ticket [2de4ae6058] 'checkout' command fail after merge without changes.. artifact: 5227812b2b user: anonymous
2009-10-27
20:15
Make "revert" complain about excess arguments. Ticket [36d5fbf9a4]. check-in: 107f38dd01 user: eric tags: trunk
20:10 Ticket [36d5fbf9a4] Revert's error handling is suboptimal. status still Open with 2 other changes artifact: 2fbd3daa3a user: eric
15:23 Ticket [5003b71cdb] unable to delete file from repository status still Open with 2 other changes artifact: b5228d5c86 user: drh ... 1 similar event omitted.
2009-10-26
16:08 Ticket [5125de2e62] Enable type of file (extension) to be ignored (e.g. *.OBJ) status still Open with 2 other changes artifact: 07f8837c0a user: anonymous
12:16 New ticket [967cedbf20] fossil extra - Report for subtree. artifact: 4838197d67 user: anonymous
12:14 New ticket [5125de2e62] Enable type of file (extension) to be ignored (e.g. *.OBJ). artifact: f297d8a738 user: anonymous
2009-10-25
13:47 New ticket [36d5fbf9a4] Revert's error handling is suboptimal.. artifact: d2bc610b1f user: anonymous
2009-10-23
06:27 Open ticket [869729204a]: Fossil does not trace file removal. plus 3 other changes artifact: 871a6d7caa user: anonymous ... 7 similar events omitted.
2009-10-22
16:57 Ticket [369e246e50] Using EXTJS for JavaScript UI Framework status still Open with 1 other change artifact: 652208045b user: anonymous ... 1 similar event omitted.
14:01 Ticket [869729204a] Fossil does not trace file removal. status still Open with 1 other change artifact: de3ca4ef8f user: anonymous ... 2 similar events omitted.
12:29 New ticket [07cb82db0d] nobody-user cannot look tickets.. artifact: 2a20e7cabc user: anonymous
12:00 New ticket [869729204a] Fossil does not trace file removal.. artifact: 5fff9ea8aa user: anonymous
2009-10-21
18:02 New ticket [057b6d23da] possible fork with autosync enabled. artifact: 5b3a3cc4f2 user: anonymous
18:02 Ticket [28d861eb57] File listing has extra space before file name status still Open with 2 other changes artifact: 82fce5d8aa user: anonymous
15:43
update makefile for win32 check-in: 3275d9c63c user: rwilson tags: trunk
15:28 Ticket [700d423d2a] Tables in ticket view set the bgcolor status still Open with 1 other change artifact: 6d09bc1524 user: anonymous
15:23 Closed ticket [574d53a260]: Column headers doesn't match columns value in raw view report artifact: 9ac067f93c user: anonymous ... 3 similar events omitted.
2009-10-18
18:35 Fixed ticket [923a912309]: osx will not unzip the zip files created by fossil plus 1 other change artifact: d1355e95d9 user: drh
18:30
Fix the ZIP archive generator so that it works correctly with the OS X Archive Tool. Ticket [923a912309]. check-in: d78835d2ff user: drh tags: trunk
18:21
Begin adding a search capability; the code is not yet connected up. Also update to the latest version of SQLite. check-in: 232d10b736 user: drh tags: trunk
15:31 Ticket [923a912309] osx will not unzip the zip files created by fossil status still Open with 1 other change artifact: c42011c7c3 user: anonymous
15:16 Changes to wiki page "Cookbook" artifact: cf1f5f3291 user: anonymous
11:28 Changes to wiki page "Cookbook" artifact: e308f93ead user: anonymous
03:53 Changes to wiki page "Cookbook" artifact: 829bae805c user: anonymous
03:52 Changes to wiki page "Cookbook" artifact: f3d85d1e19 user: anonymous
03:48 Changes to wiki page "Cookbook" artifact: b616c8bcb2 user: anonymous
02:26 Ticket [6981de95b6] Makefile for OpenSolaris is not correct status still Open with 1 other change artifact: f36ab05e21 user: anonymous
2009-10-17
17:38 Ticket [700d423d2a] Tables in ticket view set the bgcolor status still Open with 2 other changes artifact: 79801249e5 user: anonymous ... 2 similar events omitted.
14:38 Changes to wiki page "Fossil" artifact: fc5a985ffa user: anonymous
12:07 Ticket [6981de95b6] Makefile for OpenSolaris is not correct status still Open with 1 other change artifact: 7ef53852a3 user: stephan
11:31 Changes to wiki page "Fossil" artifact: 432bb756ce user: anonymous
11:17
Styles don't work in wiki, so mark it with italics Closed-Leaf check-in: c01667b00d user: dmitry tags: trunk
11:16
Update note style in index.wiki check-in: dda6a5346a user: dmitry tags: trunk
11:14
Add note to index.wiki check-in: e4c8ef43ea user: dmitry tags: trunk
11:11 Changes to wiki page "Fossil" artifact: bb9e0461f2 user: anonymous
11:11 Changes to wiki page "Fossil" artifact: 020f9af23c user: anonymous
11:11 Changes to wiki page "Fossil" artifact: 3748b18a9a user: anonymous
11:10 Changes to wiki page "Fossil" artifact: 0055439e26 user: anonymous
11:10 Changes to wiki page "Fossil" artifact: d4563c44a4 user: anonymous
11:09 Changes to wiki page "Fossil" artifact: bcca3604ca user: anonymous
11:09 Changes to wiki page "Fossil" artifact: 50981d6bed user: anonymous
2009-10-16
14:36 Ticket [36cb6b45fd] in windows, fossil allows addition of the same file twice status still Open with 3 other changes artifact: 625a5d3d89 user: drh ... 1 similar event omitted.
13:45 Ticket [b7fc3f0569] fossil clean --force doesn't remove empty directories status still Open with 3 other changes artifact: 4d1240c4cc user: rwilson ... 2 similar events omitted.
2009-10-15
17:20
Add "Generate RSS feed for timeline" option to Timeline preferences. Don't output RSS when it's turned off. check-in: 9812c6c5ab user: dmitry tags: trunk
17:19
Fix not using wiki markup when displaying new ticket title in timeline. (Related to [d6bfe8d9a8], which fixes ticket [218153bb7c3]). check-in: 2f92617b0f user: dmitry tags: trunk
08:05 Ticket [b7fc3f0569] fossil clean --force doesn't empty remove directories status still Open with 2 other changes artifact: 43529048fa user: anonymous
08:01
Merge with 076f7adff. check-in: 856e23a19b user: dmitry tags: trunk
07:54 Ticket [b7fc3f0569] fossil clean --force doesn't empty remove directories status still Open with 1 other change artifact: d21affbf81 user: anonymous ... 2 similar events omitted.
2009-10-14
14:00 Ticket [6981de95b6] Makefile for OpenSolaris is not correct status still Open with 2 other changes artifact: 5a2803b91a user: drh
12:48 Ticket [b95e3635fc] linking back to main fossil home page status still Open with 2 other changes artifact: 6c51327688 user: anonymous ... 1 similar event omitted.
11:14 New ticket [369e246e50] Using EXTJS for JavaScript UI Framework. artifact: 5fcd68911f user: anonymous
11:11 New ticket [ec667f74f8] LDAP authentication and authorization support. artifact: 85f662599f user: anonymous
04:39 New ticket [6981de95b6] Makefile for OpenSolaris is not correct. artifact: 3ed18f7870 user: anonymous
2009-10-13
16:25
Update to the latest version of SQLite. check-in: 076f7adff2 user: drh tags: trunk
06:21 New ticket [dbf7908517] Issues with logging-in. artifact: 0c52188151 user: altufaltu
2009-10-11
21:31
Panic on bad server responses. Ticket [bfb8427cdd]. check-in: 21a2a18145 user: dmitry tags: trunk
21:30
Update documentation for "clean" command. Ticket [c3d668ad52]. check-in: 25ede6e369 user: dmitry tags: trunk
21:29
Remove extra whitespace before file names in file browser. Ticket [28d861eb57]. check-in: f871a3b578 user: dmitry tags: trunk
21:22 Ticket [bfb8427cdd] Cloning and syncing an URL with no repository or misconfigured CGI repository fails silently. status still Open with 1 other change artifact: e64442b769 user: anonymous ... 1 similar event omitted.
20:43 New ticket [28d861eb57] File listing has extra space before file name. artifact: 6c75ae4037 user: anonymous
20:29 Ticket [c3d668ad52] "clean" command has an option --all, but documentation says it's --force status still Fixed with 1 other change artifact: 8c7350ea85 user: anonymous
20:11 Ticket [d23fb0b742] i18n for commit comments status still Open with 1 other change artifact: da37fdba71 user: anonymous
19:53 Fixed ticket [c3d668ad52]: "clean" command has an option --all, but documentation says it's --force plus 3 other changes artifact: f53de0ceaf user: drh
19:52
Fix the "clean" command to use --force instead of --all. Ticket [c3d668ad52] check-in: 5308e46815 user: drh tags: trunk
19:49 Fixed ticket [aba72eaa58]: Default CSS style has "wrong" font-family. plus 2 other changes artifact: 31f46d7564 user: drh
19:47
Fix to the "font-family" CSS line in the default CSS. Ticket [aba72eaa589]. check-in: adb155b6d4 user: drh tags: trunk
19:01 New ticket [aba72eaa58] Default CSS style has "wrong" font-family.. artifact: c4ee22b8cd user: anonymous
18:51 New ticket [c3d668ad52] "clean" command has an option --all, but documentation says it's --force. artifact: 86859cb831 user: anonymous
13:01 Ticket [e776717962] replace 'new' with 'init' command for repository creation status still Open with 1 other change artifact: 68bf402e7f user: anonymous
2009-10-10
10:06 Ticket [bfb8427cdd] Cloning and syncing an URL with no repository or misconfigured CGI repository fails silently. status still Open with 1 other change artifact: 82d4a349fb user: anonymous ... 2 similar events omitted.
2009-10-09
05:13 Ticket [8c46da2079] Checkin fails: "editor aborted" on Cygwin status still Open with 1 other change artifact: e71b9c9cd5 user: anonymous
05:11 New ticket [ce33b14f8f] 'configure pull' command recevie empty response.. artifact: 19319ee22a user: anonymous
05:09 New ticket [8a41d37834] 'configure pull' command accept --proxy option, but ignore it.. artifact: c48e0b2dbb user: anonymous
2009-10-07
17:57 Ticket [329d51eb80] default ticket schema does not include "submitted by" status still Open with 1 other change artifact: 57c9c40289 user: rwilson ... 2 similar events omitted.
00:17 New ticket [68c7f7bee9] remote-url command doesn't persist username and password. artifact: e2f2293853 user: rwilson
2009-10-05
20:05
add wiki-contents macro to creole parser, plus minor bug fix check-in: b99aa66d1f user: robert tags: creole
14:29
Sync client uses only HTTP/1.0 in order to avoid having to support chunked encoding. check-in: 6842999f82 user: drh tags: trunk
10:08
merge trunk into creole check-in: 651c75c5b7 user: robert tags: creole
2009-10-04
18:57 Ticket [45f7d9e6b1] Logo image isn't displayed status still Closed with 1 other change artifact: fc2e5533f5 user: anonymous ... 1 similar event omitted.
18:29
Remember the userid and password used to clone so that subsequent syncs work correctly. check-in: 4dbc8a6dcb user: drh tags: trunk
16:34 Ticket [45f7d9e6b1] Logo image isn't displayed status still Open with 2 other changes artifact: dc074acccd user: anonymous ... 1 similar event omitted.
2009-10-03
14:52 Ticket [0101a97fef] GPG error on commit with GPG disabled status still Open with 1 other change artifact: 9b0a3f55d1 user: anonymous
2009-10-02
06:04 Changes to wiki page "To Do List" artifact: 3b5f5cee79 user: anonymous
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: b2fdf4fe14 user: drh tags: trunk
14:54
Add a missing $baseurl to the default header. check-in: 631c52bc96 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: 469efd6a7c user: drh tags: trunk
12:52 New ticket [aa494b5832] Fossil changes symlinks into seperate files. artifact: 3246c81734 user: anonymous
2009-09-30
23:24
Promote the "sha1sum" command to a first-class fully documented command. check-in: c83c1110f6 user: drh tags: trunk
23:19 Ticket [0101a97fef] GPG error on commit with GPG disabled status still Open with 2 other changes artifact: b66df416b6 user: drh ... 1 similar event omitted.
2009-09-29
15:30 Ticket [e776717962] replace 'new' with 'init' command for repository creation status still Open with 1 other change artifact: 499870a537 user: bharder ... 2 similar events omitted.
07:21 Ticket [0bce25f110] recursive removal of files status still Open with 2 other changes artifact: cd3c94031c user: anonymous ... 1 similar event omitted.
2009-09-27
18:51 Ticket [7d2bdb0e23] square brackets in $manifest_version are a problem status still Open with 2 other changes artifact: 29d895bbc3 user: anonymous ... 1 similar event omitted.
2009-09-26
17:31 Changes to wiki page "Fossil" artifact: 1932b3c160 user: robert
14:35 Closed ticket [4c85bb0c27]: Will merge creole into trunk unless ... artifact: 64da04003d user: robert
14:33
Minor fixes to creole check-in: cacb8db398 user: robert tags: creole
14:23 Ticket [4c85bb0c27] Will merge creole into trunk unless ... status still Open with 2 other changes artifact: 868c082c65 user: robert ... 1 similar event omitted.
12:19 Edit [ecd1f0963263516b|ecd1f09632]: Change branch background color to "#c0ffc0". Timestamp 2009-05-08 09:52:38. artifact: b60d870196 user: drh
12:19 Ticket [4c85bb0c27] Will merge creole into trunk unless ... status still Open with 2 other changes artifact: 005684666c user: drh ... 1 similar event omitted.
08:17
Clean up and merge updates from trunk check-in: 7a39dde24b user: robert tags: creole
2009-09-25
08:56 New ticket [3b1533a090] 'sync' command in the web-interface. artifact: 31566ce680 user: anonymous
08:53 New ticket [f1c8f2d33c] 'diff' command in the web-interface. artifact: 74a0245359 user: anonymous
08:49 New ticket [812379bd1a] "fossil ui" network interface option. artifact: 93f44eeba1 user: anonymous
07:03 Open ticket [ab82a0bd21]: Enhance <nowiki>[]</nowiki> linking syntax in the wiki to permit #LABEL for internal links. plus 4 other changes artifact: 7f078446e5 user: anonymous
2009-09-24
14:32 Ticket [5317b79552] i18n for filenames status still Open with 2 other changes artifact: 2d8463b7ad user: drh ... 1 similar event omitted.
04:49 Changes to wiki page "Extending Fossil's Wiki" artifact: 4a3c6a69c8 user: anonymous
02:20 New ticket [d457feb387] Empty repository reports strange compression ratio. artifact: 676dd90d52 user: anonymous
00:02 Edit [ca08c1d1b3f9931e|ca08c1d1b3]: Timestamp 2009-09-23 16:54:54. Change user to "rwilson". artifact: 105615defc user: rwilson
2009-09-23
16:54
place the cursor in the username text box on the login screen. check-in: ca08c1d1b3 user: rwilson tags: trunk
15:53 Fixed ticket [218153bb7c]: nowiki tag doesn't work in ticket summaries plus 2 other changes artifact: 60481c790d user: drh ... 1 similar event omitted.
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: d6bfe8d9a8 user: drh tags: trunk
09:56 Changes to wiki page "Extending Fossil's Wiki" artifact: 6d47f3a6db user: anonymous
09:44 Changes to wiki page "Extending Fossil's Wiki" artifact: 5ec7ee58c6 user: bob
08:59 Changes to wiki page "Extending Fossil's Wiki" artifact: 1def982dd4 user: anonymous
05:41 Ticket [665995e480] no such table: vvar status still Open with 1 other change artifact: 01476f5b43 user: rwilson ... 3 similar events omitted.
2009-09-22
23:02 New ticket [10b2015687] Tickets titles in timeline.rss. artifact: ddbc3816a3 user: anonymous
18:55 Ticket [3f0c73f2d2] diff-command with parameter doesn't work status still Open with 1 other change artifact: 3882b8654e user: rwilson ... 1 similar event omitted.
18:34 Ticket [8c46da2079] Checkin fails: "editor aborted" on Cygwin status still Open with 1 other change artifact: c3e2b90fb3 user: rwilson
16:15 New ticket [6b31061920] Artifacts da39a3ee5e6b4b0d3255bfef95601890afd80709 (empty files). artifact: e60c7ee40e user: anonymous
15:17 Ticket [bf536aff75] fossil reports/header/footer/css/logo do not sync status still Closed with 1 other change artifact: d571a5df04 user: rwilson
15:11 New ticket [218153bb7c] nowiki tag doesn't work in ticket summaries. artifact: 5075c398f5 user: rwilson
15:10 Closed ticket [bf536aff75]: fossil reports/header/footer/css/logo do not sync plus 2 other changes artifact: bcf70c4415 user: drh
15:09 Ticket [886c302b3f] add <nowiki>#INTERNAL</nowiki> form to wiki_rules page status still Open with 1 other change artifact: f4dc72d7e7 user: rwilson ... 2 similar events omitted.
14:54 Ticket [bf536aff75] fossil reports/header/footer/css/logo do not sync status still Open with 1 other change artifact: bdc55cd8b4 user: rwilson ... 2 similar events omitted.
14:31 Ticket [3f0c73f2d2] diff-command with parameter doesn't work status still Open with 1 other change artifact: 84d82e2e2f user: drh ... 2 similar events omitted.
11:15
Add the optional mimetype= query parameter to the /doc URI. check-in: f969b6cdde user: drh tags: trunk
08:43 New ticket [3f0c73f2d2] diff-command with parameter doesn't work. artifact: 43e5f7d3fd user: anonymous
07:49
merge trunk into creole branch check-in: 7a2c37063a user: bob tags: creole
2009-09-21
20:40
Add a <br clear="both"> before the footer on every page. check-in: 249f1beaec user: drh tags: trunk
19:19
Fix a URL on the logo setup page. check-in: 37f295c310 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: 43481115ed user: drh tags: trunk
16:14
Improved handling of spaces in usernames and passwords. check-in: 7100babda6 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: 109114baf4 user: drh tags: trunk
08:31 Changes to wiki page "Fossil" artifact: 90c7f07d99 user: anonymous
06:15 Changes to wiki page "MailingList" artifact: a2792067c2 user: anonymous
06:10 Changes to wiki page "Fossil" artifact: 0a07cd67dc user: anonymous
06:04 Changes to wiki page "bugs" artifact: e9e53b1fac user: anonymous
05:10 New ticket [e11c8eb81b] There is no single, persistent link for the "latest known good" version of Fossil.. artifact: 3b458f1b7d user: anonymous
04:54 Ticket [ab82a0bd21] Enhance <nowiki>[]</nowiki> linking syntax in the wiki to permit #LABEL for internal links. status still Fixed with 1 other change artifact: 4878ce67f2 user: anonymous
00:37 Ticket [2384764107] Make the http command working on Windows. status still Open with 1 other change artifact: c6b54b0be4 user: anonymous
2009-09-19
17:58
Make sure foreign key constraints are disabled when a new database connection is created. check-in: fe57da72ab user: drh tags: trunk
15:33 Fixed ticket [4de876322f]: fossil extras ignores dot files plus 2 other changes artifact: 9d1246182c user: drh
15:32
Add the --dotfiles option to the "extra" and "clean" commands. Ticket [4de876322f066]. check-in: a2749215b7 user: drh tags: trunk
15:20
Fix a (harmless) compiler warning in wikiformat.c. check-in: e0131b1a66 user: drh tags: trunk
15:17 Fixed ticket [ab82a0bd21]: Enhance <nowiki>[]</nowiki> linking syntax in the wiki to permit #LABEL for internal links. plus 3 other changes artifact: f89122858d user: drh
15:15 Edit [3a4c7f60a27f32db|3a4c7f60a2]: Edit check-in comment. Timestamp 2009-09-19 15:14:12. artifact: 6e1a81691a user: drh
15:14
Accept wiki hyperlinks of the form: [#label] Ticket [ab82a0bd213b] check-in: 3a4c7f60a2 user: drh tags: trunk
14:47 Closed ticket [43698c4247]: Added a field Assigned to but can't change text and it at the same time. plus 2 other changes artifact: d07ac97675 user: drh
14:43 Fixed ticket [6445480b9b]: fossil branches - unknown command plus 2 other changes artifact: c14c6bd8bf user: drh
14:42
Fix the name of the "fossil branch" command in the Quick Start document. Ticket [6445480b9bd2] check-in: 849972ea0b user: drh tags: trunk
14:34 Fixed ticket [f6747f854b]: commens not visible for ticket with no description plus 3 other changes artifact: 6ec44da199 user: drh
14:33
Treat NULL ticket fields as empty strings when appending new text. Ticket [f6747f854ba62b3] check-in: 0b76ce7b6b user: drh tags: trunk
14:22 Closed ticket [4c8803b3b1]: Have to edit a ticket twice once for text another for drop down box. plus 2 other changes artifact: 678053afe4 user: drh ... 1 similar event omitted.
08:46 Ticket [2384764107] Make the http command working on Windows. status still Open with 4 other changes artifact: fb36ac7f46 user: anonymous
02:07 New ticket [bfb8427cdd] Cloning a misconfigured CGI repository fails silently.. artifact: bbe9ff42f8 user: anonymous
00:36 Ticket [2384764107] Make the http command working on Windows. status still Open with 3 other changes artifact: a68bdd7447 user: anonymous
2009-09-18
21:04 Ticket [867f23ff79] Assertaion failed: (pBlob)->xRealloc==blobReallocMalloc || (pBlob)->xRealloc==blobReallocStatic, file blob_.c, line 170. status still Open with 2 other changes artifact: e992888a14 user: drh
20:58
On the "checkout" command, make sure the argument specifies a check-in and not some other object. Ticket [867f23ff79]. check-in: c774e298c3 user: drh tags: trunk
19:08 New ticket [867f23ff79] Assertaion failed: (pBlob)->xRealloc==blobReallocMalloc || (pBlob)->xRealloc==blobReallocStatic, file blob_.c, line 170.. artifact: 65faf92324 user: anonymous
18:38 New ticket [4de876322f] fossil extras ignores dot files. artifact: 11d225488a user: anonymous
17:56 New ticket [4c8803b3b1] Have to edit a ticket twice once for text another for drop down box.. artifact: abd2d69c38 user: anonymous
09:56 Changes to wiki page "Cookbook" artifact: bc1ab55403 user: anonymous
2009-09-17
15:10 New ticket [f6747f854b] commens not visible for ticket with no description. artifact: 2efd57fe77 user: anonymous
14:08 New ticket [2384764107] Make the http command working on Windows.. artifact: 1052b0c4dc user: anonymous
11:35 New ticket [e8ac83275f] Errors on the server side do not get well-propagated to the client side.. artifact: 2796ca6873 user: anonymous
11:29 New ticket [5adca29b9e] Text area for wiki, et. al. is fixed width and too narrow.. artifact: 4cfc1cc71a user: anonymous
10:26 New ticket [ab82a0bd21] Enhance [] linking syntax in the wiki to permit #LABEL for internal links.. artifact: 8ea89f07fb user: anonymous
00:46 Ticket [678eb0c20a] Large files make memory usage spike through the roof. status still Closed with 1 other change artifact: 22005f812d user: anonymous
2009-09-16
21:29
Change more system() calls into portable_system() in an effort to fix path quoting problems on windows. check-in: 0eb08b860c user: drh tags: trunk
17:05 Ticket [e19b873e0d] Ability to check-out to a global revision number and/or date status still Closed with 1 other change artifact: 582df7e762 user: altufaltu ... 1 similar event omitted.
16:20 Closed ticket [678eb0c20a]: Large files make memory usage spike through the roof. plus 2 other changes artifact: bcd7e9b47b user: drh ... 1 similar event omitted.
14:51 Fixed ticket [1d7bbe30aa]: .../xfer hangs or crashes (CGI) plus 2 other changes artifact: 1ef5510d19 user: drh
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: 39a144eb5c user: drh tags: trunk
14:42 Closed ticket [e19b873e0d]: Ability to check-out to a global revision number and/or date plus 2 other changes artifact: f24a138625 user: drh ... 1 similar event omitted.
05:27 New ticket [1d7bbe30aa] .../xfer hangs or crashes (CGI). artifact: 9839452c4c user: anonymous
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: bbb8ae7ebf user: drh tags: trunk
18:17 Ticket [d23fb0b742] i18n for commit comments status still Open with 2 other changes artifact: 1250e0c10a user: anonymous ... 1 similar event omitted.
12:04
Add a screen to prompt the user for the name of a new wiki page. check-in: aa57354736 user: drh tags: trunk
11:30 Closed ticket [4f01957dbc]: remote admin rebuild plus 2 other changes artifact: f377d25416 user: drh ... 1 similar event omitted.
00:59 Fixed ticket [e4a31ae35c]: project header/title shows html artifacts plus 2 other changes artifact: 3bcb7664c0 user: drh
00:58
Fix over-quoting of wiki names. Ticket [e4a31ae35cd521b] check-in: dec4685720 user: drh tags: trunk
00:21 New ticket [e4a31ae35c] project header/title shows html artifacts. artifact: 5609319bac user: rwilson
2009-09-14
21:51 New ticket [6445480b9b] fossil branches - unknown command. artifact: 6de4d4fa37 user: rwilson
19:50 Ticket [8d073be880] diff/editor/gdiff settings don't support paths with spaces status still Fixed with 1 other change artifact: a24ed38e9a user: drh
19:19 Ticket [e523287834] user passwords are stored in plain text status still Closed with 1 other change artifact: dc51a0c195 user: drh
19:16
Add the "scrub" command to remove passwords and other sensitive information from a repository. Ticket [e5232878345]. check-in: 6c6a978a53 user: drh tags: trunk
18:40 Ticket [8d073be880] diff/editor/gdiff settings don't support paths with spaces status still Fixed with 1 other change artifact: 93ca33fd8a user: anonymous
16:56
Fix a C++-ism in timeline.c. check-in: eb1db585a5 user: drh tags: trunk
16:40 Ticket [e523287834] user passwords are stored in plain text status still Closed with 1 other change artifact: ee691527a4 user: rwilson
16:09
Formatting changes to the similar event suppression in the timeline. check-in: 8cf8ed785e 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: d31e054f0d 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: df3e34c2e8 user: drh tags: trunk
14:10
Make sure the manifest_crosslink_begin/end pair can be called multiple times. check-in: 2a069086e9 user: drh tags: trunk
14:08
Construct event records for tickets correctly even when the ticket change artifacts arrive out of order. check-in: 95f5520a09 user: drh tags: trunk
03:33 Ticket [a395f43b33] The wiki name "表予申能十ソ" is not well-formed. status still Open with 2 other changes artifact: afa7bd7fe6 user: anonymous
2009-09-13
16:21 Fixed ticket [cdd360438d]: Fossil does not handle absolute paths without disk drives in Windows. plus 2 other changes artifact: 1314ea49b2 user: drh
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: 42bf80978d user: drh tags: trunk
11:47 Ticket [cdd360438d] Fossil does not handle absolute paths without disk drives in Windows. status still Open with 2 other changes artifact: 782f8afcae user: drh
11:06 Fixed ticket [9de95186e6]: User names with spaces cause fossil to choke on clone. plus 2 other changes artifact: aed7a4f859 user: drh
06:14 New ticket [cdd360438d] Fossil does not handle absolute paths without disk drives in Windows.. artifact: 4ab065e6c3 user: anonymous
05:54 New ticket [9de95186e6] User names with spaces cause fossil to choke on clone.. artifact: 2f5cd095a7 user: anonymous
2009-09-12
21:53
Update the proxy handler so that it supports basic authorization. check-in: 9e274a2e7b 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: c198613ae1 user: drh tags: trunk
20:42
More documentation clarifications. check-in: 7879c250fb user: drh tags: trunk
17:45
More documentation updates. check-in: 3c1234c0f2 user: drh tags: trunk
17:21
Documentation updates. Add a nice header to the "Download" page. check-in: db70c415ab user: drh tags: trunk
15:53 Closed ticket [e523287834]: user passwords are stored in plain text plus 2 other changes artifact: dec4007b46 user: drh
14:06 New ticket [474bf7c70e] fossil-w32-20090911230450.zip can not commit with Cygwin GnuPG.. artifact: 1fbc3c9f05 user: anonymous
13:46 New ticket [a395f43b33] The wiki name "表予申能十ソ" is not well-formed.. artifact: 12aff52bb5 user: anonymous
12:49 New ticket [e523287834] user passwords are stored in plain text. artifact: 683bb7d526 user: rwilson
03:45
fixed documentation for the 'fossil branch list' command check-in: da4363308c 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: 6021279637 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: 7343126617 user: drh tags: trunk
20:07 New ticket [13db6dce79] Support for proxy authentication. artifact: 4a913b2356 user: anonymous
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: bbd758ecc3 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: 129edda98e user: drh tags: trunk
01:32 Ticket [8d073be880] diff/editor/gdiff settings don't support paths with spaces status still Fixed with 1 other change artifact: 85c2f3f6a2 user: anonymous ... 1 similar event omitted.
2009-09-10
23:00
Add extra quoted to system() calls on windows. Ticket [8d073be8808b]. Also update to the latest SQLite. check-in: aeaee1f385 user: drh tags: trunk
21:24 New ticket [8d073be880] diff/editor/gdiff settings don't support paths with spaces. artifact: 63e2b019d4 user: anonymous
14:32 Ticket [71c9b46198] fossil clone fails on windows when username contains a space status still Fixed with 1 other change artifact: df610f10eb user: anonymous ... 1 similar event omitted.
14:07
Support usernames containing spaces for the xfer protocol. Ticket [71c9b46198c04]. check-in: ee47021f51 user: drh tags: trunk
05:47 Ticket [71c9b46198] fossil clone fails on windows when username contains a space status still Open with 2 other changes artifact: 5bbcf51cb1 user: anonymous ... 1 similar event omitted.
2009-09-09
20:06 New ticket [7c88d10923] Define branch access rules per user. artifact: 6c3cbf145d user: anonymous
18:47 Ticket [3d11382ca1] Milestone feature functionality status still Open with 1 other change artifact: a53735f2fd user: anonymous ... 2 similar events omitted.
17:05 Ticket [43698c4247] Added a field Assigned to but can't change text and it at the same time. status still Open with 1 other change artifact: a781e4aca4 user: anonymous ... 1 similar event omitted.
16:14
Update to the latest version of SQLite. Make use of the new sqlite3_strnicmp() interface. check-in: fac950a173 user: drh tags: trunk
15:42 Closed ticket [43698c4247]: Added a field Assigned to but can't change text and it at the same time. plus 2 other changes artifact: 856ccb3760 user: drh ... 1 similar event omitted.
2009-09-04
20:19
Update "help" comments for clone, push, pull, sync, and remote-url commands. check-in: 6a40733531 user: drh tags: trunk
19:28
Add the dont-push setting to help facilitate private branches. check-in: d1b948b0c7 user: drh tags: trunk
18:39
Updates to the "sync protocol" document. check-in: 4b565c4644 user: drh tags: trunk
17:47 Edit [1216eb434a133f81|1216eb434a]: Timestamp 2009-09-04 16:20:26. Change user to "bharder". artifact: 98946ec8ee user: drh
16:20
typos in documentation check-in: 1216eb434a user: bharder tags: trunk
12:20
Fix typos in documentation. check-in: 5150b9de83 user: drh tags: trunk
2009-09-02
03:14
Make headings look prettier when using text-based www clients like "elinks". check-in: 449094a8ff user: bch tags: trunk
2009-08-31
00:48
When the "http" command is run as root, automatically set up a chroot jail and drop root privileges prior to reading any input. check-in: 7ba10f1a6a user: drh tags: trunk
00:09
When listing the history of a file, show the check-in associated with each new version of that file. check-in: 96c1043c61 user: drh tags: trunk
2009-08-30
23:48 Ticket [69a4323277] navegation status still Open with 1 other change artifact: 09fa8db262 user: drh ... 2 similar events omitted.
01:22
Disable additional hyperlinks when "history" privilege is disabled (by default when the user has not signed in as "anonymous" or other known user.) Help prevent spiders for soaking up bandwidth. check-in: 5fe3aee839 user: drh tags: trunk
2009-08-29
22:54
Put the divider marks around the base check-in on ancestor and descendent timelines. check-in: d42adc11c8 user: drh tags: trunk
22:39
Add more hyperlinks on dates and userids. check-in: 58903a0fec user: drh tags: trunk
20:12
Merge together the fork created by [a0247159ea] check-in: 579cba4a1a user: drh tags: trunk
19:02
Correct SRCDIR in Makefile.w32 for successful build check-in: a0247159ea user: altufaltu tags: trunk
18:47
Better descriptions of raw artifacts on the "artifact" URL. check-in: ee544f4843 user: drh tags: trunk
17:02 Fixed ticket [89bec0d9aa]: OS/2 support plus 3 other changes artifact: 17cead3566 user: drh
17:01
Patches to get Fossil working on OS/2. Ticket [89bec0d9aa9f30] check-in: df97fae2bd user: drh tags: trunk
16:45
Add additional hyperlinking of dates and userids. For a "circa" timeline, show the "circa" point in the timeline listing. check-in: b5f4f910b7 user: drh tags: trunk
16:42 Ticket [89bec0d9aa] OS/2 support status still Open with 2 other changes artifact: 993261118d user: drh ... 1 similar event omitted.
2009-08-28
22:59
Deleted some obsolete "todo" files. Updated the FAQ. Modified the the "vinfo" page to show check-in differences and made "vinfo" the default display for check-ins instead of "vdiff". check-in: 713b8be852 user: drh tags: trunk
21:36
Update the FAQ to describe how to make a clone of the self-hosting fossil repository. check-in: 68b73eb9b9 user: drh tags: trunk
17:58
Show the date and time on checkouts in the "info" command. check-in: 76630dd9f3 user: drh tags: trunk
17:27
Tweaks to the homepage. check-in: 9aa91e549e user: drh tags: trunk
17:19
Add three new variations on the logo GIF. check-in: 1cbae4e7f2 user: drh tags: trunk
16:05
Documentation updates, including a big rework of the homepage. check-in: 522824b26a user: drh tags: trunk
2009-08-27
20:14
Add the ability to view diffs of wiki changes. check-in: 8e3b7fab9f user: drh tags: trunk
18:56
Still more speed improvements to the "rebuild" command. check-in: a9a27f8aaa user: drh tags: trunk
18:33
Various small performance enhancements. check-in: 4c37130fde user: drh tags: trunk
17:46 Changes to wiki page "Cookbook" artifact: 6f4e345ac2 user: anonymous
15:00
Performance improvements on the compute_leavs() routine. There is opportunity for further improvement in this area. check-in: 6953ca813c user: drh tags: trunk
14:04
Performance improvements to the "bag" object. check-in: 1409fbe38c user: drh tags: trunk
2009-08-26
20:24
Layout changes to the "shun" control page. check-in: 50ab5c33e7 user: drh tags: trunk
19:50
More FAQ updates. Add the document on "shunning". check-in: d6b8b5ba73 user: drh tags: trunk
18:40
Update the FAQ to describe the new --private option on the commit command. check-in: 85c6542a16 user: drh tags: trunk
18:25
Add the --private option to the "fossil commit" command. This option creates a private branch which is never pushed. check-in: 02a584f7f5 user: drh tags: trunk
2009-08-24
18:02
Typos in the new selfhost.wiki document. check-in: 93d0646830 user: drh tags: trunk
17:54
Add <title> markup to several of the embedded documentation pages. check-in: 5523218023 user: drh tags: trunk
17:45
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.... check-in: b79994adcb user: drh tags: trunk
16:00
Added the "selfhost.wiki" page that talks about the three self-hosting fossil repositories and how they are automatically synchronized. check-in: 67b5f41963 user: drh tags: trunk
2009-08-23
21:23
typo check-in: 5556630a9c user: bch tags: trunk
2009-08-22
20:48
Fix typo in the new stats.wiki document. check-in: 45dbaa0c94 user: drh tags: trunk
19:27
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. check-in: d0fc1ad062 user: drh tags: trunk
19:15
Get the -R option working on the remote-url command. check-in: 614519b46c user: drh tags: trunk
17:40
Added the "Performance Statistics" page to the embedded documentation. check-in: 2cc95180a0 user: drh tags: trunk
2009-08-21
19:57 Edit [ac03d433483d337b|ac03d43348]: Change background color to "#f2dcdc". Edit check-in comment. artifact: d3c28e5d42 user: drh
16:25
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. check-in: ac03d43348 user: drh tags: trunk
2009-08-19
11:16 Closed ticket [139636b21b]: add download link for files next to view and annotate plus 1 other change artifact: d4c7e5677a user: drh ... 1 similar event omitted.
2009-08-16
22:04
Add a small colored rendering of the logo image. check-in: 93992def02 user: drh tags: trunk
21:34
Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. check-in: 07f6780c98 user: drh tags: trunk
21:22
Cleanup of the "admin_sql" web page (formerly "admin/sql"). check-in: ef432c2014 user: drh tags: trunk
2009-08-15
22:36 Fixed ticket [c7c36ef52e]: recent fossil on non English variant of winXP fails to create new repo plus 2 other changes artifact: c16fb5ebe3 user: anonymous ... 1 similar event omitted.
21:38
Be sure to call mbcsToUtf8() when opening the global configuration database. Ticket [c7c36ef52edab] check-in: a25092b14c user: drh tags: trunk
21:12 New ticket [c7c36ef52e] recent fossil on non English variant of winXP fails to create new repo. artifact: ffcca36d9c user: anonymous
17:45
Remove obsolete "todo" files. Remove the obsolete src/VERSION file and references to that file in the makefiles. check-in: 137bff8294 user: drh tags: trunk
16:51 Fixed ticket [31bd22c31f]: sql error in db_unset plus 2 other changes artifact: 4ba101872f user: drh
16:50
Fix faulty SQL in the "db_unset()" routine. Ticket [31bd22c31fcc] check-in: 74f7f6e6ad user: drh tags: trunk
16:47
Add the "circa" capability to the timeline. Check-in hyperlinks go to the "diff" page by default, rather than the "detail" page. check-in: 5a539f82dc user: drh tags: trunk
16:06 Ticket [31bd22c31f] sql error in db_unset status still Open with 2 other changes artifact: e12fade208 user: anonymous ... 1 similar event omitted.
13:24 Fixed ticket [8d6efe4f92]: fossil version [90048e0b30] will not save zip archive on winXP plus 2 other changes artifact: c3989f5cb0 user: drh
13:21
Fix a memory allocation bug in the ZIP archive generator. Ticket [8d6efe4f927] check-in: 5b91887495 user: drh tags: trunk
12:51 Ticket [8d6efe4f92] fossil version [90048e0b30] will not save zip archive on winXP status still Open with 1 other change artifact: e232b97f16 user: anonymous ... 1 similar event omitted.
12:18
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". check-in: 292e585661 user: drh tags: trunk
12:05 Ticket [8d6efe4f92] fossil version [90048e0b30] will not save zip archive on winXP status still Open with 2 other changes artifact: 9dda1213d3 user: drh
08:22 Edit [f0e98310c13c961a|f0e98310c1]: Edit check-in comment. Change user to "altufaltu". artifact: 2a0f959b86 user: altufaltu
08:17
Update documentation of 'proxy' configuration check-in: f0e98310c1 user: altufaltu tags: trunk
05:59 New ticket [8d6efe4f92] fossil version [90048e0b30] will not save zip archive on winXP. artifact: 9cf3e281b2 user: anonymous
02:18 Fixed ticket [28044ab5a4]: Zip archive dates are in the future plus 2 other changes artifact: bb1e344076 user: drh
02:17
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 [28044ab5a42b75] check-in: 90048e0b30 user: drh tags: trunk
01:44 New ticket [bd5614b02d] date's sequence verification. artifact: dc366d9459 user: anonymous
2009-08-14
20:38 Ticket [28044ab5a4] Zip archive dates are in the future status still Open with 1 other change artifact: 06d8fecaaf user: anonymous
16:20 Fixed ticket [2e924cf9b7]: Change recursive add to allow inclusion of files starting with dot plus 2 other changes artifact: decc082846 user: drh
16:19
Add the --dotfiles option to the "add" command to cause fossil to include files whose name begins with "." which recursively adding files. Ticket [2e924cf9b74e]. check-in: 5bc5e88c86 user: drh tags: trunk
14:03
Fix the header comment (and hence the "help" message) for the "fossil all" command. check-in: 0b49e4afba user: drh tags: trunk
14:00
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. check-in: 7847b418bb user: drh tags: trunk
2009-08-13
19:45 Ticket [2e924cf9b7] Change recursive add to allow inclusion of files starting with dot status still Open with 2 other changes artifact: b6933dbbc6 user: drh ... 1 similar event omitted.
16:40 Ticket [28044ab5a4] Zip archive dates are in the future status still Open with 1 other change artifact: b575819b61 user: anonymous
16:06 Closed ticket [8292d79797]: Mailing list subscription page inexistent plus 2 other changes artifact: 2d1282181c user: drh ... 2 similar events omitted.
14:36
In the "remote-url" command, omit the userid and password from the URL unless the "--show-pw" command-line option is used. check-in: 9cbef7a104 user: drh tags: trunk
14:27
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. check-in: 00ac7945a9 user: drh tags: trunk
13:03 Ticket [28044ab5a4] Zip archive dates are in the future status still Open with 2 other changes artifact: 9fad79e106 user: drh ... 1 similar event omitted.
2009-08-12
17:35
Rephrasing the text of the Login page. check-in: c15ec20d5a user: drh tags: trunk
15:12 New ticket [1150abdbee] option to limit the scope of extra and clean commands. artifact: be4d4cad95 user: anonymous
14:41
Keep track of total network traffic for a sync and report the totals at the end of the sync. check-in: 79be9028eb user: drh tags: trunk
14:27
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. check-in: 7646ee13e3 user: drh tags: trunk
2009-08-11
15:14
Change the date markers in file info pages to use the same CSS tags as the timeline. check-in: 53f04b180c user: drh tags: trunk
12:27 New ticket [736af3b63b] Comment from file. artifact: 8c68af4aba user: anonymous
2009-08-10
11:12
Update to the latest version of SQLite. Turn off FTS3 in the SQLite build since it is not currently being used. check-in: 1b0c251575 user: drh tags: trunk
02:52
Add a new more legible ascii-art font to the anonymous login captcha. check-in: b189acfd7b user: drh tags: trunk
02:29
Add an ascii-art captcha for anonymous login. check-in: b4a29fac93 user: drh tags: trunk
2009-08-09
22:13
correct error message for "fossil all " (as per addition of "ls" subcommand alias) check-in: f438092f88 user: bch tags: trunk
21:39
make "ls" an alias for "list" in "fossil all [x]" command. i.e.: fossil all ls == fossil all list. check-in: e85b538fa8 user: bch tags: trunk
21:35 Edit [554d896209e5be88|554d896209]: Edit check-in comment. artifact: 98d5ba2c61 user: bch
21:32
adjust "extra" command to "extras" (i.e. "Show me the extras"). Still works with "extra" as before, due to unambiguous command-completion. check-in: 554d896209 user: bch tags: trunk
17:29
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. check-in: 6b0196aeb8 user: drh tags: trunk
06:52 New ticket [c84ee1364f] Export zip from cli. artifact: aa52f24231 user: anonymous
2009-08-08
22:40
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. check-in: 8b630bb57a user: drh tags: trunk
05:45 Closed ticket [d37b9eadb3]: Encoding problems after rebuild artifact: 320db9f12f user: anonymous ... 1 similar event omitted.
2009-08-06
12:58 Closed ticket [d5b429766a]: Cannot access email list archive plus 2 other changes artifact: 10b8e19bda user: anonymous ... 1 similar event omitted.
2009-08-01
14:35 Fixed ticket [e3c34af10d]: can't run fossil clone command when not at tty plus 2 other changes artifact: 2454c2fa81 user: drh
14:34
Improvement to the error message issued when the HOME environment variable is missing. Ticket [e3c34af10dd28] check-in: e00a5de0f1 user: drh tags: trunk
14:24 Fixed ticket [c24e486b05]: Provide access to the remote server URL plus 2 other changes artifact: 1cf99e20f7 user: drh
14:23
Add the new remote-url command for managing the default server URL. Ticket [c24e486b05]. check-in: a2cbedcb1f user: drh tags: trunk
13:44 Fixed ticket [8a7a49c47d]: Error reported for missing/non-readable repo during sync is not good plus 2 other changes artifact: ee2853a605 user: drh
13:42
When the sync protocol receives an HTML error message, print the entire text of the message verbatim. Fix for ticket [8a7a49c47d7f200126402c10803e40dbad595c52]. check-in: 80457ec79b user: drh tags: trunk
13:00 Fixed ticket [045f23be75]: commit gives error "2fossil: unknown command: <p><font" plus 2 other changes artifact: 1baf691f91 user: drh
12:59
Always store g.urlCanonical as the last-sync-url value. Fix for ticket [045f23be750d93c0bd91f179f39c5c829ed01bc6]. check-in: 47d8fc4944 user: drh tags: trunk
2009-07-29
13:10 Fixed ticket [8bc2549ced]: "fossil ui" expects firefox to exist plus 2 other changes artifact: fc591da97f user: drh
13:09
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] check-in: 3a7e3e427d user: drh tags: trunk
2009-07-25
21:07 Ticket [045f23be75] commit gives error "2fossil: unknown command: <p><font" status still Open with 1 other change artifact: d80e44dc33 user: anonymous ... 1 similar event omitted.
2009-07-24
15:43 New ticket [8a7a49c47d] Error reported for missing/non-readable repo during sync is not good. artifact: faff8da373 user: bharder
08:25 Ticket [045f23be75] commit gives error "2fossil: unknown command: <p><font" status still Open with 1 other change artifact: dacbb8afe5 user: anonymous
03:57
correct typo in error msg check-in: ce5eb40702 user: bch tags: trunk
03:50 Ticket [045f23be75] commit gives error "2fossil: unknown command: <p><font" status still Open with 2 other changes artifact: f8da35b57a user: bharder ... 1 similar event omitted.
2009-07-22
18:23 Ticket [607bc372c6] Segmentation fault fossil open ../clone.fsl status still Fixed with 1 other change artifact: 39736d38ab user: drh ... 3 similar events omitted.
2009-07-16
22:48 Ticket [923a912309] osx will not unzip the zip files created by fossil status still Open with 1 other change artifact: 2aef22de59 user: anonymous ... 2 similar events omitted.
2009-07-08
19:41 Ticket [8bc2549ced] "fossil ui" expects firefox to exist status still Open with 1 other change artifact: 74eb9e8d69 user: drh ... 1 similar event omitted.
2009-07-07
21:41 Ticket [d798ba2e79] Hooks request status still Open with 1 other change artifact: 882167143d user: anonymous
14:53
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. check-in: e124881a70 user: drh tags: trunk
14:28 Ticket [d798ba2e79] Hooks request status still Open with 2 other changes artifact: 5c1e019f49 user: drh ... 1 similar event omitted.
2009-07-06
23:53
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. check-in: 623a9129c8 user: drh tags: trunk
2009-06-26
06:06 New ticket [e65daa109f] Unable to open a project due to null contents of VC source file. artifact: 8584073ecd user: anonymous
2009-06-25
16:28 Ticket [2e3dc63382] Default Severity Annoying status still Deferred with 1 other change artifact: d0ba8fbfe0 user: anonymous
13:00
Update the SQLite implementation to the latest from CVS. check-in: 0e82ba024c user: drh tags: trunk
12:58
Add the new logo images showing the lizzard skeleton with the "FOSSIL" text at the bottom. Both EPS and GIF formats added. check-in: 3c62437034 user: drh tags: trunk
12:54 Fixed ticket [40df1ced7e]: Sync fail/crash with file: URL on Win32 plus 2 other changes artifact: 8bb56599c0 user: drh
12:50 Ticket [139636b21b] add download link for files next to view and annotate status still Open with 1 other change artifact: 3dfff814fb user: drh
12:26
Potential fix for [40df1ced7e]. check-in: 2554ba460d user: drh tags: trunk
2009-06-24
12:53 Ticket [40df1ced7e] Sync fail/crash with file: URL on Win32 status still Open with 1 other change artifact: 26786ea777 user: anonymous ... 3 similar events omitted.
2009-06-22
21:21 New ticket [c24e486b05] Provide access to the remote server URL. artifact: 358dc0efb2 user: anonymous
20:28 Ticket [7adb22b0ff] turn clean command off on a repository status still Open with 2 other changes artifact: b586f312d3 user: anonymous ... 1 similar event omitted.
01:14 Ticket [139636b21b] add download link for files next to view and annotate status still Open with 3 other changes artifact: e8a8d3716c user: anonymous
2009-06-20
23:07 Fixed ticket [04cba6a001]: 7-Zip is unable to open Zip files generated by Fossil plus 2 other changes artifact: 38df931c5d user: drh
23:05
Change the disk number start from 1 to 0 in generated ZIP archives. Ticket [04cba6a00145ab597dabc48ad5ee688496a57650] check-in: deb6f2af4f user: drh tags: trunk
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 Ticket [3e6775edfe] Can't pass html comments through wiki. status still Open with 1 other change 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 Ticket [3e6775edfe] Can't pass html comments through wiki. status still Open with 2 other changes 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 Added 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 Closed-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|47cc9dfec8]: 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. Closed-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 ... 1 similar event omitted.
12:35 Changes to wiki page "Fossil" artifact: 2c087da278 user: anonymous
12:24 New ticket [3e6775edfe] Can't pass html comments through wiki.. artifact: 1dbd133656 user: anonymous
12:15 New ticket [19a818b157] Allow Wiki link to be redirected like the Home link.. artifact: 0439d0e214 user: anonymous
2009-04-22
14:53 Changes to wiki page "Cookbook" artifact: 2be5a0445b user: anonymous
2009-04-21
19:16 Ticket [8bc2549ced] "fossil ui" expects firefox to exist status still Open with 1 other change artifact: 3a650b2eba user: drh ... 3 similar events omitted.
2009-04-20
14:07 Changes to wiki page "Cookbook" artifact: ab22bff69f user: anonymous
14:06 Changes to wiki page "Cookbook" artifact: 51f09d7e68 user: anonymous
11:33 Closed ticket [e4b91c3758]: Git backend plus 2 other changes artifact: 5ec000e4fa user: drh ... 1 similar event omitted.
2009-04-19
21:46 Changes to wiki page "Fossil" artifact: ddb6bb9540 user: anonymous
06:15 Closed ticket [8832434e32]: build error with checkoutable() function plus 3 other changes artifact: 395b4c7931 user: bch
06:14
fix for ticket [8832434e32], wrong args for checkoutable() check-in: ab6a293182 user: bch tags: fix artifact checkout
06:10 New ticket [8832434e32] build error with checkoutable() function. artifact: 5cbf7dc933 user: bch
05:48
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 check-in: 4fff366109 user: bch tags: fix artifact checkout
2009-04-18
19:21 Ticket [8bc2549ced] "fossil ui" expects firefox to exist status still Open with 2 other changes artifact: 143d9c0464 user: drh ... 1 similar event omitted.
2009-04-15
18:52 Ticket [9a42dd09e0] fossil pull has to be run multiple times status still Open with 1 other change artifact: 9493c8dcb5 user: anonymous
10:10 Ticket [b837926422] deleting the "buzzing noise from speakers" tickets affected checkout-ability of repo? status still Open with 2 other changes artifact: d79a68de3f user: drh
00:24 New ticket [d37b9eadb3] Encoding problems after rebuild. artifact: 39f32a4550 user: anonymous
2009-04-14
17:06 New ticket [b837926422] deleting the "buzzing noise from speakers" tickets affected checkout-ability of repo?. artifact: 279ef88dd5 user: bharder
2009-04-13
18:00 Ticket [9a42dd09e0] fossil pull has to be run multiple times status still Open with 1 other change artifact: ae9630e0f8 user: eric ... 3 similar events omitted.
09:50
Update to version SQLite 3.6.13 check-in: 879e8c5f32 user: drh tags: trunk
02:55 Ticket [3cda72fa7c] Mailing list archives don't exist status still Open with 2 other changes artifact: 53932f819b user: anonymous ... 1 similar event omitted.
2009-04-12
13:51 New ticket [9a42dd09e0] fossil pull has to be run multiple times. artifact: 7829187ead user: anonymous
2009-04-11
13:07
Actually get the "file:" transport working this time. check-in: a742cfa292 user: drh tags: trunk
12:53
Merge in wiki typo fixes. check-in: ece2c766a2 user: drh tags: trunk
12:51
Add support for "file:" URLs on push, pull, and sync. check-in: 945ecd1a8b user: drh tags: trunk
2009-04-08
19:37 Ticket [83af1f5401] fossil rollback status still Open with 1 other change artifact: 62cf90c52c user: anonymous
17:28 Added wiki page "rewinding" artifact: 73b64a12b0 user: bharder
17:24 Ticket [83af1f5401] fossil rollback status still Open with 1 other change artifact: 365605f0b6 user: bharder ... 3 similar events omitted.
2009-04-07
16:08 Closed ticket [2ed0655983]: html numeric character entity "&#149;" is maybe wrong. artifact: 5e632f9bf8 user: kkinnell
16:07 Ticket [eed6d07c6e] Non-ASCII characters not allowed in wiki page titles status still Open with 2 other changes artifact: b0ac949296 user: kkinnell
16:05 New ticket [ebcbb50f4a] List of tickets relating to Encodings. artifact: a5dbfdbd5c user: kkinnell
15:19 Ticket [3984e3768d] Support for non-UTF encodings status still Open with 1 other change artifact: 3d37a55bcd user: kkinnell ... 2 similar events omitted.
15:03 Ticket [cc6557cfc5] Unicode support status still Open with 1 other change artifact: 0cffcfa0d5 user: kkinnell
04:12
typo check-in: 6fe981ec56 user: bch tags: trunk
04:04
typo check-in: 434c350a45 user: bch tags: trunk
2009-04-06
16:27 New ticket [3984e3768d] Support for non-UTF encodings. artifact: 1a434774ac user: anonymous
16:14 New ticket [eed6d07c6e] Non-ASCII characters not allowed in wiki page titles. artifact: efeb009c82 user: anonymous
2009-03-31
21:42 Ticket [b465b3bc2c] Stale pages delivered on Opera browser status still Fixed with 1 other change artifact: 7e8e4144f6 user: anonymous ... 1 similar event omitted.
17:33
Add cache-control: no-cache to the server reply header. Ticket [b465b3bc2ceef4446b2ae770242ed0968e4dbc68] check-in: c3a30a6b80 user: drh tags: trunk
16:47
Add the new "reader" role, analogous to "developer". check-in: 355ee47555 user: drh tags: trunk
12:42
Update the built-in SQLite sources to version 3.6.12. check-in: 0baf4be679 user: drh tags: trunk
2009-03-30
19:45 Open ticket [b465b3bc2c]: Stale pages delivered on Opera browser artifact: 93672180c7 user: anonymous ... 1 similar event omitted.
01:12
Add new "transport_flip()" and "transport_rewind()" methods. These are no-ops for HTTP, but might be useful for FILE and maybe even HTTPS. check-in: 63ef585508 user: drh tags: trunk
00:58
Continuing work on the new HTTP transport mechanism. Make it more obvious where in the code extensions to support file: and https: belong. check-in: 327823e39b user: drh tags: trunk
00:40 Edit [09d6a6eb1623e3cf|09d6a6eb16]: Mark "Closed". Edit check-in comment. artifact: f825126a0f user: drh
00:31
Refactor the HTTP client logic to make it much easier to add support for "file:" and "https:" URLs on push, pull, sync, and clone. check-in: 737e76a69f user: drh tags: trunk
2009-03-29
22:28 Fixed ticket [b465b3bc2c]: Stale pages delivered on Opera browser plus 2 other changes artifact: eabd2b90cc user: drh
22:24
Use "no-store" in place of "private" as the cache-control mode. Ticket [b465b3bc2ceef4446b2ae770242ed0968e4dbc68]. check-in: 5ffc720194 user: drh tags: trunk
12:09 Edit [5468ec7c5ed45e56|5468ec7c5e]: Change branch background color to "#ffc0d0". Move to branch experimental. Edit check-in comment. artifact: cd9c421267 user: drh
11:41
If no userid is specified in the URL then the client omits the login card from its request. Closed-Leaf check-in: 09d6a6eb16 user: drh tags: experimental
2009-03-28
16:09 New ticket [b465b3bc2c] Stale pages delivered on Opera browser. artifact: d301f3971a user: anonymous
2009-03-27
14:32
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. check-in: 9a23c348b1 user: drh tags: experimental
2009-03-26
23:26
Completed implementation of utility functions to encrypt and decrypt blobs. check-in: bf16ab9b7b user: drh tags: experimental
15:32
Incremental changes toward encrypting sync traffic. The changes are incomplete, but all legacy functionality appears to still works. check-in: 5468ec7c5e user: drh tags: experimental
2009-03-25
13:19 Ticket [2d00038076] Wiki engine inserts extra <p> before <li> in lists status still Open with 2 other changes artifact: 17e4b56caa user: eric
2009-03-24
22:03
Improvements to the delta generator algorthm so that it runs much faster on large files with very few similarities. There is no change to the delta format generated, so this is fully backwards and forwards compatible. check-in: 522104c2cd user: drh tags: trunk
19:26 New ticket [2d00038076] Wiki engine inserts extra <p> before <li> in lists. artifact: 881d3dcbf0 user: anonymous
2009-03-22
13:44
Fix a C89 violation in main.c. check-in: d63f87c003 user: drh tags: trunk
13:18
Add many new test cases for 3-way merge. No new problems found. check-in: 92638367d8 user: drh tags: trunk
12:25
Fix a bug in error recovery logic in the 3-way merge. Added new comments to the 3-way merge code to hopefully make it easier to understand. check-in: 3e89b0c526 user: drh tags: trunk
2009-03-21
19:44
Additional 3-way-merge test cases. check-in: 26ab4f7012 user: drh tags: trunk
19:18
More improvements to the 3-way merge. Additional test cases added. check-in: 81122988ba user: drh tags: trunk
16:35 Closed ticket [d67855cceb]: css files served as application/x-fossil-artifact not text/css plus 2 other changes artifact: a9c69fdc12 user: drh
16:31 Fixed ticket [f90265fc83]: branches plus 1 other change artifact: 6104972846 user: drh
16:25 Fixed ticket [98b63bd316]: 3-way merge drops line plus 2 other changes artifact: 3f4101e9c6 user: drh
16:24 Fixed ticket [5037536050]: Confusing conflict markers plus 2 other changes artifact: 6bb653321d user: drh
16:22 Fixed ticket [fe5b460867]: Typo in "anonymous" user name on instructions on Edit User page plus 2 other changes artifact: 2a28679e5f user: drh
16:21
Fix a typo in a hard-coded web page. Ticket [fe5b460867a187cd32a12e04db62392871c4c38b] check-in: 5ab6f985b9 user: drh tags: trunk
14:12
More improvements to the 3-way merge algorithm. check-in: 83566f2424 user: drh tags: trunk
10:43 New ticket [fe5b460867] Typo in "anonymous" user name on instructions on Edit User page. artifact: 3e0802904e user: anonymous
2009-03-20
23:26 Ticket [98b63bd316] 3-way merge drops line status still Open with 1 other change artifact: 8878296756 user: drh ... 1 similar event omitted.
01:26
Turn off the debugging prints that were left on by mistake in the previous check-in. check-in: 434830cc00 user: drh tags: trunk
01:23
Improve merge conflict markings. check-in: e45d478f0c user: drh tags: trunk
2009-03-18
18:30 Ticket [1d18a7c110] Force entry of required fields to create a new ticket. status still Open with 2 other changes artifact: 7eac64b3bb user: anonymous ... 1 similar event omitted.
2009-03-17
01:03 Ticket [7757af0d54] Store rights and owners status still Open with 1 other change artifact: 3d88065ab9 user: anonymous ... 1 similar event omitted.
2009-03-15
13:36 Ticket [d67855cceb] css files served as application/x-fossil-artifact not text/css status still Open with 2 other changes artifact: 926e4a9a4c user: eric
2009-03-14
23:45 Ticket [5a13dbd275] add and ci/commit are inconsistent wrt "*" handling status still Open with 1 other change artifact: fdcf674ba7 user: anonymous
2009-03-13
03:22 Ticket [7757af0d54] Store rights and owners status still Open with 2 other changes artifact: 53904d96a6 user: drh
2009-03-12
17:14 New ticket [74a95e62cf] Visual indicator for which code check in being viewed. artifact: a004b6be1b user: anonymous
13:27 New ticket [7757af0d54] Store rights and owners. artifact: 42abd265b7 user: anonymous
13:09 New ticket [0c657fd35f] Allow aliases on commands. artifact: efffa8e38f user: anonymous
2009-03-11
10:41 New ticket [d67855cceb] css files served as application/x-fossil-artifact not text/css. artifact: aa11712802 user: anonymous
07:24 Ticket [5037536050] Confusing conflict markers status still Open with 3 other changes artifact: d5f2ae8b92 user: anonymous
2009-03-06
12:27 Ticket [a6baf9cbee] server says: server loop status still Closed with 2 other changes artifact: 1dec702f1d user: eric ... 5 similar events omitted.
2009-02-26
01:21
Fix a memory leak that was preventing massive check-ins. check-in: f6790b7c3c user: drh tags: trunk
2009-02-21
18:59
Undo inadvertant hacking changes in previous ci (should have been documentation only) check-in: c5f4ec0ed5 user: bharder tags: trunk
18:52
typo fix check-in: 5b29f6f65f user: bharder tags: trunk
13:09
Documentation tweaks. No changes to code. check-in: 6ba52ae761 user: drh tags: trunk
2009-02-20
22:54 Ticket [5a13dbd275] add and ci/commit are inconsistent wrt "*" handling status still Open with 1 other change artifact: cd4f0116b5 user: kkinnell
2009-02-19
00:11 Closed ticket [1501b8bf3b]: repository created in linux can't be open in windows plus 1 other change artifact: 14719dee7a user: bharder ... 1 similar event omitted.
2009-02-17
18:55 New ticket [8f1632a3f7] export function not yet implemented. artifact: 539a1fbcf3 user: anonymous
18:52 Ticket [1501b8bf3b] repository created in linux can't be open in windows status still Open with 1 other change artifact: 6c00f9443d user: anonymous
2009-02-16
14:45 Ticket [5a13dbd275] add and ci/commit are inconsistent wrt "*" handling status still Open with 1 other change artifact: 03990cb285 user: bharder ... 1 similar event omitted.
11:08 New ticket [5037536050] Confusing conflict markers. artifact: 4287377fa8 user: anonymous
11:01 New ticket [98b63bd316] 3-way merge drops line. artifact: 4685cf049d user: anonymous
04:02 New ticket [5a13dbd275] add and ci/commit are inconsistent wrt "*" handling. artifact: d43afbdba7 user: bharder
2009-02-13
20:30
Doc update for branch and co. check-in: bc857ecd92 user: kejoki tags: trunk
17:17 Ticket [1501b8bf3b] repository created in linux can't be open in windows status still Open with 1 other change artifact: 239054caeb user: kkinnell
2009-02-11
05:10 Edit [a89b436bc9f4365f|a89b436bc9]: Edit check-in comment. artifact: 434883f504 user: bharder
05:00
Make command-alias for 'checkout': co. This command could -not- have been used previously as a shortcut, as it would be ambiguous becuase of 'commit' and 'configuration'. A natural mate for 'ci'. check-in: a89b436bc9 user: bharder tags: trunk
2009-02-09
18:11 Closed ticket [f673f7e406]: option parsing error plus 2 other changes artifact: f76374e3fb user: bharder
18:09
fix option/argument parsing for the case where an option is missing a required argument. check-in: f80303ac73 user: bharder tags: trunk
17:46 Ticket [f673f7e406] option parsing error status still Open with 1 other change artifact: 283654c60e user: anonymous ... 2 similar events omitted.
05:01 Closed ticket [15f49be6b2]: options for "commit" appear to be buggy. plus 2 other changes artifact: 4bb63b9569 user: bharder
04:46 Edit [8be6204607fd7876|8be6204607]: Edit check-in comment. artifact: bad349716b user: bharder
04:44 Ticket [15f49be6b2] options for "commit" appear to be buggy. status still Open with 1 other change artifact: 1db1cc847b user: bharder
04:41
'fossil' encode tagnames for manifest (for ticket 15f49be6b2b1e) (allows for tags with spaces in name) check-in: 8be6204607 user: bharder tags: trunk
01:22 Ticket [15f49be6b2] options for "commit" appear to be buggy. status still Open with 1 other change artifact: ea3501a9a2 user: bharder ... 2 similar events omitted.
2009-02-05
16:00 Ticket [0a0f00d434] Wiki edit textarea display and Wiki name does not support non-ASCII word status still Open with 1 other change artifact: a62087d724 user: anonymous ... 1 similar event omitted.
2009-02-04
18:54 Ticket [1501b8bf3b] repository created in linux can't be open in windows status still Open with 1 other change artifact: 3e542db51c user: anonymous
2009-02-03
23:02 New ticket [93c266d3ee] Difficulty to correctly add/list files/directories with accended characters in name/path and see them listed in "Files" menu.. artifact: 7f05f077b1 user: anonymous
2009-02-01
12:23
Always report the content-type charset as utf-8. Ticket [cc6557cfc5763fa80bb04eecea7f713b0751efc4] check-in: daacc139a5 user: drh tags: trunk
12:12 Closed ticket [5b871546ce]: Possible typo in file src/main.c, introduced by check-in [b2e55c0d4d] plus 2 other changes artifact: d6e92dba40 user: drh ... 1 similar event omitted.
08:53 Ticket [cc6557cfc5] Unicode support status still Open with 1 other change artifact: 4d9e890ea8 user: anonymous
2009-01-31
16:51 Ticket [1501b8bf3b] repository created in linux can't be open in windows status still Open with 2 other changes artifact: 0360f6cb8f user: anonymous ... 1 similar event omitted.
2009-01-30
22:05 Edit [51868cb12fe74cc7|51868cb12f]: Change branch background color to "#c0f0ff". Move to branch kkinnell-exp. Edit check-in comment. Change user to "kkennell". artifact: 35edbbcded user: drh
21:18
Changed update docs, ** ADDED A _SPECIAL_ (but MUTYPE_BLOCK) wikitag <annotation> to put html comments in wikimarkup Closed-Leaf check-in: 51868cb12f user: kkennell tags: kkinnell-exp
02:26
Fix errors in the mimetype-generator table for documentation files. check-in: 23e96cf795 user: drh tags: trunk
2009-01-29
23:08 Edit [32b480faa3465591|32b480faa3]: Mark "Closed". artifact: 860600bcc5 user: drh
23:08 Edit [383c10f0048f1b58|383c10f004]: Mark "Closed". artifact: d040b3f3c3 user: drh
23:07 Edit [8c4b53008470dd64|8c4b530084]: Mark "Closed". artifact: f21958d474 user: drh
23:07 Edit [abbdb0e8c935a87e|abbdb0e8c9]: Change branch background color to "#d0c0ff". Move to branch tclfossil-1. Cancel "tclfossil". artifact: 94f050cef7 user: drh
23:05 Edit [4df56a9e7eb00cf5|4df56a9e7e]: Mark "Closed". artifact: eeae5e577c user: drh
23:05 Edit [9b30224db761b02c|9b30224db7]: Mark "Closed". artifact: 3eda2d41db user: drh
23:04
Merge in kkinnell's documentation updates. check-in: 24c045f373 user: drh tags: trunk
20:08 New ticket [d7f66dfbd0] Support Syntax highlighting as described in Cookbook. artifact: 9026051cf5 user: anonymous
19:11
Add link to branching page. check-in: f8f8baf945 user: kejoki tags: trunk
18:43 Ticket [0a0f00d434] Wiki edit textarea display and Wiki name does not support non-ASCII word status still Open with 2 other changes artifact: 4ab7558306 user: kkinnell
18:42 Ticket [cc6557cfc5] Unicode support status still Open with 1 other change artifact: a5763e12db user: kkinnell
17:14 Ticket [f90265fc83] branches status still Open with 1 other change artifact: 4af62d19a2 user: eric ... 1 similar event omitted.
16:57 Closed ticket [cf724814c7]: Zip files are ok plus 1 other change artifact: 0b7b579dac user: kkinnell
16:43 Deferred ticket [d1cdb1bfa1]: Leaf functionality unclear plus 1 other change artifact: 1d23aa4336 user: kkinnell
16:42 Closed ticket [6870863a2e]: Can not access mailing list archive plus 1 other change artifact: 5839c00096 user: kkinnell
03:36
Print the current status (including the current branch) after moving to the end branch in the "open" command. check-in: 29900f98f6 user: drh tags: trunk
03:28
Mention that fossil is GPL on the homepage. check-in: 0c72d85fbe user: drh tags: trunk
03:04
Add the "hyperlinks are disabled" warning to the taglist page. Disable hyperlinks on the leaves page when hyperlinks are suppose to be disabled. check-in: 472f9411ee user: drh tags: trunk
02:57
Add missing 'rebuild' subcommand suggestion for command 'fossil all' subcommands. check-in: 4f0f992245 user: bharder tags: trunk
02:48
On the taglist and tagtimeline pages, only show non-propagating tags. Omit the branch tags. check-in: 8636eef6e2 user: drh tags: trunk
02:42
The "artifact" webpage renders wiki as wiki and html as html but gives submenu items to convert the rendering back to plain text (and hexdump). check-in: c7fe01fe8e user: drh tags: trunk
2009-01-28
22:56
Add a "View" submenu item on the artifact viewer for files with wiki mimetype. check-in: 0a2a1b4dde user: drh tags: trunk
22:23
A a "View" submenu option for the content viewer when the file is HTML. check-in: d4fedbb4ad user: drh tags: trunk
21:41
Add the ci=LABEL parameter to the "dir" webpage in order to look at just files within a single check-in. Add a Download link on the artifact and hexdump viewers. check-in: 923d644b89 user: drh tags: trunk
2009-01-27
21:45 Changes to wiki page "Cookbook" artifact: 17cd032afe user: anonymous
21:43 Changes to wiki page "Cookbook" artifact: 69b291f64d user: anonymous
21:42 Changes to wiki page "Cookbook" artifact: e37f31a5b4 user: anonymous
21:40 Changes to wiki page "Cookbook" artifact: 572eb526c8 user: anonymous
2009-01-26
19:41
Fix incorrect check-in numbers (referring to Figure 5) in the branching tutorial check-in: 5e4b1632bc user: eric tags: trunk
14:04 Changes to wiki page "Branching" artifact: 5e7037ebbc user: eric
2009-01-25
23:30
Add documentation (advocacy-type documentation) on the fossil web interface. Created links from the homepage. check-in: 5c65487c5f user: drh tags: trunk
21:16
Documentation updates: Added FAQ and testimonials. check-in: 627de3bf16 user: drh tags: trunk
20:13
Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit". check-in: 9be1b00392 user: drh tags: trunk
20:10
Revised formatting of the "Tags and Properties" division of the check-in information screen. check-in: eb8223e164 user: drh tags: trunk
19:47
Add explanatory text to the top of the rcvfromlist webpage. The info page for the root check-in now knows how to redirect to vinfo. check-in: 9c89b0e0f1 user: drh tags: trunk
19:18
Documentation tweaks. Change the "Setup" menu title to "Admin". Added pages under Admin to view the RCVFROM table of the database. check-in: 766bec08ce user: drh tags: trunk
16:00
Update the file format documentation. check-in: c664695186 user: drh tags: trunk
2009-01-24
23:40
correct 'branch' subcommand usage string check-in: 8b6cf431fb user: bch tags: trunk
15:50 Edit [c863ec1a98c424f6|c863ec1a98]: Edit check-in comment. Cancel tag "test-tag-2". artifact: 803aeda401 user: drh
15:47
Prevent check-ins against a closed leaf. Add the --branch and --bgcolor options to the "ci" and "commit" commands. check-in: 4ac75b9107 user: drh tags: trunk
10:49 Edit [a28c83647dfa805f|a28c83647d]: Add propagating tag "trunk". artifact: 85edba2984 user: drh
10:49 Edit [a28c83647dfa805f|a28c83647d]: Move to branch trunk. artifact: 9c50c43d0e user: drh
10:44
Fix some compiler warnings. check-in: cd965de682 user: drh tags: trunk
10:44 Edit [a28c83647dfa805f|a28c83647d]: Add propagating tag "trunk". artifact: bc10e914b9 user: drh
10:44 Edit [a28c83647dfa805f|a28c83647d]: Move to branch trunk. artifact: 10c4c0f79f user: drh
10:33 Edit [a28c83647dfa805f|a28c83647d]: Add propagating tag "trunk". artifact: 13ad8bbe8d user: drh
10:33 Edit [a28c83647dfa805f|a28c83647d]: Move to branch trunk. artifact: e0d4c2d816 user: drh
00:11
Add a "nomenclature" sidebox for the Branches page, explaining the difference between an open and a closed branch. check-in: 83ac468aae user: drh tags: trunk
2009-01-23
23:57
Make the distinction between open and closed branches. An open branch is a branch with one or more open leaves. Show open and closed branches separately on the "Branches" webpage. check-in: 9659ed66f8 user: drh tags: trunk
22:20
Update the timeline so that it's use of "Leaf" conforms to the definition given in the documentation. check-in: cb31e90868 user: drh tags: trunk
22:05
Updates to the branching document. check-in: dc1a5cf739 user: drh tags: trunk
21:24
First draft of the "branching" document. check-in: 2e275c1420 user: drh tags: trunk
12:58 Closed ticket [1567066c67]: Tags menu points into tagview page shows urelated content plus 2 other changes artifact: 0427c48602 user: drh ... 1 similar event omitted.
01:01
Nomenclature chanage: "bug report" becomes "ticket" check-in: cf9ee7d67e user: drh tags: trunk
00:16
Change "baseline" to "check-in" in the on-line documentation. check-in: 904ee40b93 user: drh tags: trunk
2009-01-22
15:09 Edit [a28c83647dfa805f|a28c83647d]: Add propagating tag "trunk". artifact: 44d752a3b8 user: bch
15:09 Edit [a28c83647dfa805f|a28c83647d]: Add "newbranch". artifact: 2ea5bd10ea user: bch
14:04
Changes some "Baseline" labels to "Check-in". check-in: e8d3e327f1 user: drh tags: trunk
13:52
Add the ability to cancel existing tags from the web interface, on the "vedit" page. Disable the display of "Leaf" on the timeline for closed leaves. check-in: 73c23a4279 user: drh tags: trunk
13:08
Reenable the "Tags" menu item, but make it go to the new "taglist" page. Also add separate "tagtimeline" page and separate "brlist" into "brlist" and "brtimeline". check-in: a12cb216b7 user: drh tags: trunk
12:03
Change the way branches are tagged: The value of the "branch" property is used to identify the branch name. Repository rebuild required. Also, branches must be retagged. check-in: 42c2a18e73 user: drh tags: trunk
01:53
Define a "leaf" as a check-in with no children in the same branch. The is_a_leaf() function does some complicated SQL to figure this out. check-in: faf09dc7ae user: drh tags: trunk
01:10
Improved messages in the "tags and properties" section of the vinfo page. Distinguish between a merge between forks and a merge between branches. A merge from forks, closes the fork, but not a merge from a branch. check-in: 042a08b564 user: drh tags: trunk
2009-01-21
23:40
Track the origin of tags and display that origin in the tag and properities information field of the "vinfo" page. Must "fossil rebuild" after this change. check-in: 08db9e11cb user: drh tags: trunk
19:05 Fixed ticket [d6bb26f436]: Leaf menu in Nomenclaturebox is missing "Merged Leaf" description plus 2 other changes artifact: 109627433a user: drh
18:59
Add timeline links on the leaves page. Also on the leaves page, do not show Merge labels on check-ins. The second part is the fix for ticket [d6bb26f436d8299f95d63f45fa51c92acdc91c5a]. check-in: 2fa4df1e47 user: drh tags: trunk
18:50 Edit [a28c83647dfa805f|a28c83647d]: Add propagating tag "trunk". artifact: f82a89509d user: kejoki
18:50 Edit [a28c83647dfa805f|a28c83647d]: Add "newbranch". artifact: b94a6f3fca user: kejoki
18:42
Improvements to the timeline when displaying check-ins with a given tag. check-in: e631d8af6d user: drh tags: trunk
18:12
Make sure the initial empty check-in shows up in the timeline and branch lists of newly created repositories. check-in: 54e7410c2a user: drh tags: trunk
17:52
New color choices on the background color editor. check-in: 9c256a46b7 user: drh tags: trunk
13:50
Fix a bug in the "leaves" page when the repository is empty. Begin adding support for the ability to erase tags. check-in: 432d4391b9 user: drh tags: trunk
04:44 New ticket [d6bb26f436] Leaf menu in Nomenclaturebox is missing "Merged Leaf" description. artifact: e6d2ddb8ca user: anonymous
03:34
After each item of the branch list, give a hyperlink to the timeline that shows all check-ins with the branch tag. check-in: bdcac62937 user: drh tags: trunk
03:21
Throw an error when the "fossil tag add" command specifies a CHECK-IN that does not exist. check-in: 8b2dd05734 user: drh tags: trunk
03:12
Do not print a warning about "a fork has occurred" when checking in to a leaf that is also the basis of a branch. check-in: 8d5ab7913e user: drh tags: trunk
03:04
In the timeline, continue to show the of a branch as a "Leaf" even after the branch has been merged into some other line. check-in: ba6687f242 user: drh tags: trunk
02:54
The "fossil info" command now shows tags associated with the current check-out. check-in: 2521a0a9a7 user: drh tags: trunk
02:47
Add the sym-trunk and newbranch tags to the root check-in when rebuilding. Also add the newbranch tag to the root check-in when creating a new repository. check-in: 7c7edde116 user: drh tags: trunk
02:22
When creating new repositories ("fossil new") label the initial empty check-in with a propagating symbolic tag "trunk". check-in: 0139767b9a user: drh tags: trunk
01:23
Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. check-in: 580d6ad8c7 user: drh tags: trunk
01:06
The timeline correctly shows as a leaf a check-in whose only children are separate branches. check-in: d820722fe5 user: drh tags: trunk
00:05
Fix an SQL syntax error in the commit logic introduced by check-in [b6e22e62cf26115617822c7940cec5d0dc687184]. check-in: f6d507179e user: drh tags: trunk
2009-01-20
23:49 Fixed ticket [309c57b3d2]: database error on hyperlinked tagname in tag menu plus 2 other changes artifact: 2fb5b18845 user: drh
23:47
Change the page header from Baseline to Check-in on the "vinfo" page. Fix a bug introduced into tagview (ticket [309c57b3d27219fa6ad601c0021dc067a7cb992d]). check-in: bf7ca1a4d8 user: drh tags: trunk
23:39
On the "vinfo" page, add a link to a timeline of all other check-ins with the same tag. check-in: fecb3e5cc9 user: drh tags: trunk
22:54 New ticket [309c57b3d2] database error on hyperlinked tagname in tag menu. artifact: 28d8be8670 user: anonymous
22:53
Add a gray color option on the color changer. Help the "info" webpage to figure out that an artifact is a check-ins when the check-in changes no files relative to its parent (when the check-in only creates a new branch.) check-in: 3b3116e490 user: drh tags: trunk
22:38
Require that the "branch new" command specify a basis. Do not let it use the current check-out. Otherwise it gets confusing to users. check-in: 4d39bbac10 user: drh tags: trunk
22:21
Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. check-in: b7f32a71ab user: drh tags: trunk
16:51
Attempting to rationalize the tagging and branching logic. The "branch" command has been resurrected and appears to work now. The "tag branch" command has been removed. Special tags "newbranch" and "closed" used to manage branches. New changes are not well-tested - use with caution. You must "rebuild" when upgrading through this version. check-in: b6e22e62cf user: drh tags: trunk
00:27
Display a list of symbolic tags associated with each check-in on the timeline. check-in: fbbd0318bd user: drh tags: trunk
2009-01-15
16:03
Update SQLite to version 3.6.10. check-in: c002a008e6 user: drh tags: trunk
2009-01-14
01:09
Update SQLite to fix the OR-clause query optimizer bug. That bug is probably harmless to SQLite, but it doesn't hurt to check in the fix. check-in: 037cae8ff6 user: drh tags: trunk
2009-01-13
21:00 Changes to wiki page "Cookbook" artifact: 460f386348 user: anonymous
18:43
Add code to understand the "https://" prefix on server URLs. Any attempt to use https gives an error at this point, however. This is a work in progress. check-in: 797d680ef5 user: drh tags: trunk
18:06
Do not do the login-bypass if the HTTPS env var is ON. This might indicate that a remote HTTPS connection is being converted to HTTP locally using stunnel (or the equivalent). check-in: 3da8a12f48 user: drh tags: trunk
2009-01-10
13:16
Update SQLite to the latest code (just prior to 3.6.8). check-in: ed28f6e76d user: drh tags: trunk
2009-01-09
08:15 Ticket [500a94b9e5] link checkins and relevant tickets status still Review with 1 other change artifact: e6ecd2cf7f user: anonymous
2009-01-08
14:06 Fixed ticket [c666e737cb]: bad web page formatting if baseline ID included in bug text plus 2 other changes artifact: e53c3e4bcb user: drh
14:05
Disable SQL restrictions as soon as the user-supplied report-generator SQL has been parsed, so that other queries that run during report rendering and run unimpeded. Ticket [c666e737cb028bcec2d55659d79ce8521355d2bf] check-in: 58f15e92ae user: drh tags: trunk
03:43 New ticket [c666e737cb] bad web page formatting if baseline ID included in bug text. artifact: d16ca4714e user: anonymous
2009-01-07
22:45
adjust reference.wiki &c. check-in: c8b86eae78 user: kejoki tags: trunk
2009-01-06
10:33 Ticket [6870863a2e] Can not access mailing list archive status still Open with 1 other change artifact: 5f8cbaa2e9 user: anonymous
10:28 Ticket [263b45306c] Add configuration to adjust length of version UUID status still Open with 1 other change artifact: 1e7e890f41 user: anonymous
2009-01-05
16:12 Ticket [6870863a2e] Can not access mailing list archive status still Open with 2 other changes artifact: 57faab170b user: kkinnell
16:02 Changes to wiki page "MailingList" artifact: 23152f6093 user: kkinnell
15:41 Ticket [263b45306c] Add configuration to adjust length of version UUID status still Open with 2 other changes artifact: c2267f6053 user: kkinnell
2009-01-04
23:44 New ticket [6870863a2e] Can not access mailing list archive. artifact: 3ddd55666b user: anonymous
23:25 New ticket [263b45306c] Add configuration to adjust length of version UUID. artifact: 0d4700a548 user: anonymous
17:41 Ticket [cf724814c7] Zip files are ok status still Open with 4 other changes artifact: 37ba1594f6 user: anonymous ... 1 similar event omitted.
2008-12-27
18:17 Ticket [500a94b9e5] link checkins and relevant tickets status still Review with 1 other change artifact: 1711e8c780 user: kkinnell ... 1 similar event omitted.
17:31 Closed ticket [70dd027135]: "View Ticket" needs creator plus 1 other change artifact: e44cc123a5 user: kkinnell
2008-12-26
17:41
Omit the hyperlinks to the wiki edit for the Sandbox if editing is not allowed. check-in: b12a031557 user: drh tags: trunk
17:36
Require wiki edit privilege in order to edit the Sandbox wiki page, just like any other wiki page. check-in: 2a3e85f2d5 user: drh tags: trunk
2008-12-21
16:36
cli docs check-in: aef81bf344 user: kejoki tags: trunk
2008-12-20
11:39 Fixed ticket [f273b440c3]: fossil tag cancel has no effect? plus 2 other changes artifact: 8326e97503 user: eric
11:36
Prevent tag cancellations from showing in "fossil tag list" and "fossil tag find", and also on the tagview web page, but make them visible with "--raw" or on the RawTags webpage (admin only). Fixes ticket [f273b440c38eb8478822812e0730f0fc2c8b4c36]. check-in: 7c281b629a user: eric tags: trunk
02:24 Fixed ticket [62c84f3e60]: SQL syntax error checking out a branch plus 2 other changes artifact: a6dfe123bd user: drh
02:23
Fix an SQL syntax error. Ticket [62c84f3e604a06f9b8f3f4ca39f774d6909115aa]. check-in: 491b2c69ec user: drh tags: trunk
01:29 Ticket [62c84f3e60] SQL syntax error checking out a branch status still Open with 2 other changes artifact: d8269f5edc user: anonymous ... 1 similar event omitted.
2008-12-19
23:09
update ref page check-in: 10db583adc user: kejoki tags: trunk
2008-12-17
22:39 Ticket [f273b440c3] fossil tag cancel has no effect? status still Open with 2 other changes artifact: feaedf2e8c user: eric ... 1 similar event omitted.
18:00 Changes to wiki page "MailingList" artifact: 249b7b49f8 user: anonymous
2008-12-16
23:05 Changes to wiki page "bugs" artifact: 98ebf3d808 user: anonymous
18:39
Add randomness in the form of a comment to each sync protocol request. This will break older servers which do not understand comments. But comments have been understood by servers for months now, so hopefully everybody has upgraded. check-in: ba837fd294 user: drh tags: trunk
18:37
Upgrade SQLite to version 3.6.7. check-in: 458331b99e user: drh tags: trunk
06:15 Ticket [8c46da2079] Checkin fails: "editor aborted" on Cygwin status still Open with 1 other change artifact: 8b77d04933 user: anonymous
05:16
docs check-in: a9dcbf3ede user: kejoki tags: trunk
2008-12-15
15:45 Ticket [70dd027135] "View Ticket" needs creator status still Open with 1 other change artifact: ea082f24ef user: kkinnell
15:39 Closed ticket [19a9ca8a7f]: one more time artifact: 5bdae02caa user: kkinnell
15:39 Closed ticket [3d72784be3]: re testing artifact: 14924526f5 user: kkinnell
08:44
added quite a few docs to replace the mistakenly added silly templates. check-in: fb185f0a65 user: kejoki tags: trunk
2008-12-14
23:07
minor bug fix. check-in: 24db9cd12b user: kejoki tags: trunk
23:01 Edit [cdbc3ab2488b6eec|cdbc3ab248]: Add tag "newcmd_rstatus". artifact: 116688da4f user: kejoki
22:54
Moved new tcksetup.c into checkout dir before commit, added rstats command to get stat page info from command line. check-in: cdbc3ab248 user: kejoki tags: newcmd_rstatus, trunk
2008-12-13
13:40
added specification, subsystems to ticket choices, zorro-ed a spelling error check-in: 9d704470c3 user: kejoki tags: trunk
09:05 Ticket [a5fba652a6] remote `fossil clone` failed status still Open with 2 other changes artifact: 86a16c77fa user: stephan
2008-12-12
23:17
timeline command now supports a ?-t|--type TYPE? option to filter on specific event types. Fixed a memleak in the timeline command. check-in: bab8363876 user: stephan tags: trunk
22:19
/timeline.rss now accepts the same filter parameters as /timeline (e.g. y=ci for commits and y=w for wiki) check-in: 90adbd8443 user: stephan tags: trunk
21:55
Adjust some wikilinks, clean up main ref page, add "new" command. check-in: 1eb067d456 user: kejoki tags: trunk
20:43 Ticket [8c46da2079] Checkin fails: "editor aborted" on Cygwin status still Open with 1 other change artifact: a058dca376 user: kkinnell ... 2 similar events omitted.
07:39 Tested ticket [cc8271389a]: unable to check fossil-users Archives plus 1 other change artifact: 7ae6f302bd user: kkinnell
07:36 Deferred ticket [4e8410bfd6]: Add something similar to cvsignore feature plus 1 other change artifact: 31a243f74e user: kkinnell
07:33 Ticket [8c46da2079] Checkin fails: "editor aborted" on Cygwin status still Open with 1 other change artifact: 059c4a0519 user: kkinnell ... 2 similar events omitted.
2008-12-09
23:17 Ticket [4e8410bfd6] Add something similar to cvsignore feature status still Open with 1 other change artifact: 97a058ba36 user: anonymous
20:25
Change the add command CLI doc to reflect recursive add of directories. check-in: 83447b7bf1 user: kejoki tags: trunk
17:03 Ticket [4e8410bfd6] Add something similar to cvsignore feature status still Open with 2 other changes artifact: 2e8be91f64 user: kkinnell
16:21 Closed ticket [7d997b447f]: push/pull with the local directory artifact: 057e248bac user: kkinnell
16:21 Deferred ticket [2e3dc63382]: Default Severity Annoying plus 3 other changes artifact: 37492480ab user: kkinnell
16:16 Ticket [7d997b447f] push/pull with the local directory status still Open with 5 other changes artifact: b004e7f343 user: kkinnell
16:13 Closed ticket [1f1e1f7a4c]: Client menu option hangs plus 3 other changes artifact: c39e84bdd6 user: kkinnell
16:08 Review ticket [838bde7990]: file extracted from Fossil zip archive could have different name artifact: 207d633353 user: kkinnell
16:05 Ticket [46f90ea2c1] Field not found error : don't forget to rebuild repos after upgrade! status still Open with 2 other changes artifact: 7666c548f1 user: kkinnell
15:58 Deferred ticket [838bde7990]: file extracted from Fossil zip archive could have different name plus 2 other changes artifact: 84af8bd889 user: kkinnell ... 1 similar event omitted.
05:25 Ticket [e02ffabcda] recursive add status still Fixed with 1 other change artifact: 5cc7fd733f user: anonymous
2008-12-07
18:50 Fixed ticket [39f3294e21]: make fossil recognize cgi errors from remote repository plus 2 other changes artifact: 0bd9b28457 user: drh
18:48
The server now issues error messages in the synchronization protocol when a database error occurs during sync. Ticket [39f3294e213111a51e93d02fef6faa0062979619] check-in: 2be82dcc2a user: drh tags: trunk
18:13 Ticket [04a259be40] operations upon all files status still Open with 1 other change artifact: c885a96353 user: drh
18:12 Fixed ticket [e02ffabcda]: recursive add plus 2 other changes artifact: 274dabb8aa user: drh
18:11
Enhance the "fossil add" command so that when a directory is named, all contents of that directory are added recursively. Ticket [e02ffabcdaaaf606099ac09227833ba282fdaace] check-in: 8c4e72e223 user: drh tags: trunk
08:37 New ticket [0a0f00d434] Wiki edit textarea display and Wiki name does not support non-ASCII word. artifact: f129361a69 user: anonymous
03:26 New ticket [4e8410bfd6] Add something similar to cvsignore feature. artifact: fdcbc34c4d user: anonymous
2008-12-06
18:02
Add the ability to detect file changes using only the mtime. This is turned on using the "fossil setting mtime-changes ON" command. It is off by default, but it does make many operations go much faster, especially on large repositories, so we might want to start turning it on by default. check-in: 2dffce041d user: drh tags: trunk
2008-12-04
07:06 Ticket [838bde7990] file extracted from Fossil zip archive could have different name status still Open with 1 other change artifact: 2d6f087fa0 user: anonymous ... 4 similar events omitted.
2008-12-03
14:44 Closed ticket [6cd35b3ca5]: self referring links determined wrong in cgi mode plus 2 other changes artifact: 7ebb9f1dd8 user: drh
14:22
Add a 5 second busy timeout on the database connection. check-in: 892c460b8e user: drh tags: trunk
14:11 Fixed ticket [d6d9ee682e]: Can't edit wiki pages plus 2 other changes artifact: 06b598de7e user: drh
14:10
Fix a bug in windows that causes the menu on the wiki display pages to be omitted. Ticket [d6d9ee682eac7708b0a7aa31febc8ad47e4923b1]. check-in: 426a3ba49e user: drh tags: trunk
06:31 Ticket [66cbcd56a2] win32 'fossil pull' or other client side commands hang up if peer unexpected shutdown. status still Fixed with 1 other change artifact: c46314b2cb user: anonymous
04:53 Ticket [838bde7990] file extracted from Fossil zip archive could have different name status still Open with 1 other change artifact: 08fe65e457 user: anonymous ... 1 similar event omitted.
00:41 Changes to wiki page "RockShoxBugs" artifact: e0ae132986 user: anonymous
2008-12-02
21:54 New ticket [838bde7990] file extracted from Fossil zip archive could have different name. artifact: 69797841c0 user: anonymous
18:44 Ticket [6cd35b3ca5] self referring links determined wrong in cgi mode status still Open with 1 other change artifact: 0ee4eface4 user: anonymous ... 1 similar event omitted.
10:21 Ticket [feb61a11a0] XHTML standard compliance status still Open with 4 other changes artifact: 0b7c9158f1 user: anonymous ... 1 similar event omitted.
10:17 New ticket [d6d9ee682e] Can't edit wiki pages. artifact: af72ff3b0d user: anonymous
2008-12-01
15:53 Ticket [1f1e1f7a4c] Client menu option hangs status still Open with 2 other changes artifact: 06683a127f user: kejoki
15:23 Closed ticket [6cd35b3ca5]: self referring links determined wrong in cgi mode plus 2 other changes artifact: 16a57b1d97 user: kkinnell
2008-11-30
19:32 Ticket [f083ffffc6] Inconsistent display of closed tickets id's as striked out links in timeline status still Closed with 1 other change artifact: 2634fd782b user: anonymous
2008-11-28
23:19 Ticket [e02ffabcda] recursive add status still Open with 2 other changes artifact: 58c54d8dc5 user: anonymous
20:51 Closed ticket [c207d749a2]: @ character not possible in password artifact: 790c1df3cb user: kkinnell
19:36 Closed ticket [f083ffffc6]: Inconsistent display of closed tickets id's as striked out links in timeline plus 2 other changes artifact: 0cad622204 user: eric ... 4 similar events omitted.
2008-11-27
23:37 Closed ticket [1dd22c3a2b]: Setup : CSS : Edit CSS misses 'Revert To Default' button plus 1 other change artifact: 74747d3dcf user: eric ... 1 similar event omitted.
23:16 Ticket [e02ffabcda] recursive add status still Open with 1 other change artifact: a6c776b9ca user: anonymous
23:09 Ticket [d0e0bc0da5] add ticket created time status still Open with 2 other changes artifact: 685aa01a23 user: anonymous
22:58
Fix the Setup->Shunned->Rebuild button so that it works when the "fossil ui" command is run from within a check-out and without specifying the repository filename. check-in: 8040619968 user: drh tags: trunk
22:29 Ticket [e02ffabcda] recursive add status still Open with 2 other changes artifact: e545bd78d1 user: anonymous
21:25 New ticket [d0e0bc0da5] add ticket created time. artifact: 8e5f4b7636 user: anonymous
13:51 Fixed ticket [66cbcd56a2]: win32 'fossil pull' or other client side commands hang up if peer unexpected shutdown. plus 2 other changes artifact: 4cbd3b67c9 user: drh
13:50
On windows, a recv() call fails if the return value is less than or equal to zero. Ticket [66cbcd56a229f33af6b9a6329a7] check-in: c12e5b102e user: drh tags: trunk
13:34 Fixed ticket [2ed0655983]: html numeric character entity "&#149;" is maybe wrong. plus 2 other changes artifact: f9ca825c52 user: drh
13:33
Change &#149; into &bull; per ticket [2ed0655983b51af6]. check-in: 72e9eb6a0d user: drh tags: trunk
13:26 Fixed ticket [e28adcd725]: "zip.c" has two minor bugs. plus 2 other changes artifact: 0d37aa2b8d user: drh
13:25
Fix two problems in the ZIP downloader, as reported by ticket [e28adcd72503a]. check-in: 39bbc6010e user: drh tags: trunk
06:50 New ticket [66cbcd56a2] win32 'fossil pull' or other client side commands hang up if peer unexpected shutdown.. artifact: b4548d883c user: anonymous
06:50 New ticket [2ed0655983] html numeric character entity "&#149;" is maybe wrong.. artifact: e26cd12502 user: anonymous
06:50 New ticket [e28adcd725] "zip.c" has two minor bugs.. artifact: 3a71fa5727 user: anonymous
02:30
Update the version of SQLite used to 3.6.6.2. check-in: f84bfc31bf user: drh tags: trunk
2008-11-26
22:55 Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 3 other changes artifact: 5e3304e63d user: anonymous
22:24
Provide a "Revert to Default" button for editing CSS. Grammar fix on login page. check-in: adefb6c8db user: eric tags: trunk
21:59
Tidy up the raw tags web page, and provide a way to get there, for admins only check-in: 8d529a7ae9 user: eric tags: trunk
19:40 New ticket [e02ffabcda] recursive add. artifact: a39cc3c39e user: anonymous
18:19 New ticket [500a94b9e5] link checkins and revelvant tickets. artifact: 9bd5d0905f user: anonymous
17:51 New ticket [7636b10ddf] option to abort checkin if comment is empty. artifact: b94694e893 user: anonymous
17:29 Changes to wiki page "RockShoxBugs" artifact: c0a5aa167b user: anonymous
17:28 Changes to wiki page "RockShoxBugs" artifact: 06ce534236 user: anonymous
15:43 Ticket [70dd027135] "View Ticket" needs creator status still Open with 1 other change artifact: 318adf1bb1 user: anonymous
03:26
Mention that check-in comments follow wiki formatting rules. If the check-in comment is blank, prompt the user to abort the check-in. check-in: 6f0a9f730b user: drh tags: trunk
02:40 Fixed ticket [f5e414efde]: Need a "Preview" button when editing a ticket plus 2 other changes artifact: 126fa62d57 user: drh
02:36
Add a "Preview" button to the default Edit Ticket screen configuration. check-in: 6bcff72d23 user: drh tags: trunk
02:09 Ticket [6cd35b3ca5] self referring links determined wrong in cgi mode status still Open with 2 other changes artifact: 15fc59a923 user: drh
02:04 Fixed ticket [86eb5f92f5]: Make bug reports "just work" without configuration. plus 2 other changes artifact: 99eed82d2a user: drh
02:03
Provide a default ticket report format: "All Tickets". Ticket [86eb5f92f5] check-in: 024859fff2 user: drh tags: trunk
2008-11-25
22:00 Edit [10df4ff6037b80a1|10df4ff603]: Edit check-in comment. artifact: 39337d9f1b user: eric
21:56
Reinstate "Tags" on the default main menu. Allow the new tagview page to hand over to the old (but no user interface for this yet). check-in: 10df4ff603 user: eric tags: trunk
20:40 Closed ticket [c6381b9cac]: blonk. boo. gorble. plus 2 other changes artifact: 4c072a9f90 user: anonymous ... 2 similar events omitted.
20:27 Ticket [f5e414efde] Need a "Preview" button when editing a ticket status still Open with 1 other change artifact: fef62d649e user: kkinnell ... 1 similar event omitted.
20:01 Ticket [70dd027135] "View Ticket" needs creator status still Open with 1 other change artifact: a88f26e9dd user: kejoki ... 3 similar events omitted.
19:39 Tested ticket [3d72784be3]: re testing plus 2 other changes artifact: d201000ead user: kejoki ... 1 similar event omitted.
19:27 Closed ticket [8e20a6f5d1]: testing a feature request fix. plus 2 other changes artifact: 4a43be0a19 user: kejoki
19:26 Closed ticket [9b7cb0d906]: another test plus 2 other changes artifact: 01d8c16973 user: kejoki
19:25 Ticket [19a9ca8a7f] one more time status still Tested with 2 other changes artifact: 07460b8b38 user: kejoki ... 1 similar event omitted.
18:42 Closed ticket [807ca32b80]: "j" permission doesn't extend to embedded doc files. plus 2 other changes artifact: 3f824675cd user: kkinnell
18:38 Ticket [c207d749a2] @ character not possible in password status still Open with 2 other changes artifact: 65ba4f1c86 user: kkinnell ... 2 similar events omitted.
18:09 Ticket [70dd027135] "View Ticket" needs creator status still Open with 1 other change artifact: c37c063640 user: kkinnell ... 3 similar events omitted.
17:50 New ticket [19a9ca8a7f] one more time. artifact: fab4feef8c user: kejoki
11:45 Closed ticket [198c6f9996]: link to list archives is broken plus 2 other changes artifact: c96569c3a0 user: drh
06:32 Changes to wiki page "RockShoxBugs" artifact: 36f1b4e575 user: anonymous
06:15 Changes to wiki page "RockShoxBugs" artifact: 4f8c18566a user: anonymous
06:14 Changes to wiki page "RockShoxBugs" artifact: f1153174b6 user: anonymous
05:11 Changes to wiki page "RockShoxBugs" artifact: 9da444e311 user: anonymous
05:03 Ticket [198c6f9996] link to list archives is broken status still Open with 2 other changes artifact: 0bc35619e0 user: anonymous ... 1 similar event omitted.
04:54 Ticket [9b7cb0d906] another test status still Open with 2 other changes artifact: 6f14ab0254 user: anonymous ... 1 similar event omitted.
04:31 Ticket [8e20a6f5d1] testing a feature request fix. status still Open with 3 other changes artifact: f0b7cffd37 user: kejoki ... 1 similar event omitted.
03:43 Ticket [c207d749a2] @ character not possible in password status still Open with 1 other change artifact: da8d938007 user: anonymous ... 1 similar event omitted.
02:25 Ticket [39f3294e21] make fossil recognize cgi errors from remote repository status still Open with 1 other change artifact: 5534d3e1b6 user: drh ... 2 similar events omitted.
01:02 Changes to wiki page "RockShoxBugs" artifact: 13b44b6eaf user: anonymous
00:59 New ticket [c207d749a2] @ character not possible in password. artifact: bb7d9a4149 user: anonymous
00:52 New ticket [139636b21b] add download link for files next to view and annotate. artifact: 62fe052e43 user: anonymous
00:50 New ticket [e36b52c1da] make wiki (code?, bugs?) searchable. artifact: b383275fa3 user: anonymous
00:48 Changes to wiki page "RockShoxBugs" artifact: 14cac39f58 user: anonymous
00:46 New ticket [6cd35b3ca5] self referring links determined wrong in cgi mode. artifact: ed55aa61b9 user: anonymous
00:23 Changes to wiki page "RockShoxBugs" artifact: ffb7a31ca8 user: anonymous
2008-11-24
20:56 Ticket [70dd027135] "View Ticket" needs creator status still Open with 1 other change artifact: 05825028a1 user: anonymous
16:20
"forward out" the "log in to see links" message in index.wiki check-in: f0720ef5f1 user: kejoki tags: trunk
15:36 Ticket [70dd027135] "View Ticket" needs creator status still Open with 1 other change artifact: 7e7643820f user: eric ... 2 similar events omitted.
12:56 Changes to wiki page "RockShoxBugs" artifact: 98da4700c9 user: drh
07:51 Changes to wiki page "RockShoxBugs" artifact: 77beec250b user: anonymous
07:41 Changes to wiki page "RockShoxBugs" artifact: be4a85a083 user: anonymous
07:22 Changes to wiki page "RockShoxBugs" artifact: 725bd2a510 user: anonymous
04:40 Changes to wiki page "RockShoxBugs" artifact: 8b9dd8f344 user: anonymous
03:51 Changes to wiki page "RockShoxBugs" artifact: 89a7ccc044 user: anonymous
2008-11-23
23:25 Ticket [cc8271389a] unable to check fossil-users Archives status still Open with 1 other change artifact: d0a3977770 user: anonymous
12:00 Closed ticket [70dd027135]: "View Ticket" needs creator plus 2 other changes artifact: 6e5b0cdd96 user: drh
11:54 Ticket [cc8271389a] unable to check fossil-users Archives status still Open with 1 other change artifact: 4fc2a6d687 user: drh
11:42 Closed ticket [6bc1b5d7a7]: Can't log out plus 2 other changes artifact: ca0f9b3c9a user: drh
08:48 New ticket [17389900b2] "open" needs to warn before overwriting existing files. artifact: 3e956ba621 user: anonymous
07:46 New ticket [70dd027135] "View Ticket" needs creator. artifact: dd1eb29641 user: anonymous
07:24 Ticket [cc8271389a] unable to check fossil-users Archives status still Open with 2 other changes artifact: e6a80badb4 user: anonymous
06:00 Ticket [86eb5f92f5] Make bug reports "just work" without configuration. status still Open with 2 other changes artifact: f8336a4932 user: anonymous
04:56 New ticket [6bc1b5d7a7] Can't log out. artifact: 00359c8ebc user: anonymous
2008-11-22
19:32
Make explicit links in wiki visible regardless of whether or not the "h" permission is turned on. check-in: a8c3a7ea92 user: drh tags: trunk
19:09
Fix the user edit screen to work correctly even if one or more of the "anonymous", "login", or "developer" users is omitted from the user list. check-in: 21cecd209f user: drh tags: trunk
18:16
Use colored bullets to indicate the privileges of "nobody", "anonymous", and "developer" on the user edit page. check-in: 77bdac3b19 user: drh tags: trunk
17:09
Update the "Notes" to the right of the user setup screen. check-in: 3eac8bc0f9 user: drh tags: trunk
15:40
Update the version of SQLite used internally to 3.6.6.1. check-in: dec2c22d9d user: drh tags: trunk
15:09
Modified index.wiki a little less. check-in: 5ebaac3dd4 user: kejoki tags: trunk
12:32 Ticket [807ca32b80] "j" permission doesn't extend to embedded doc files. status still Open with 2 other changes artifact: 35e12ffcdf user: drh ... 1 similar event omitted.
10:12
Added some text to index.wiki pointing new users at anonymous login to see links. check-in: 927da3300f user: kejoki tags: trunk
2008-11-21
22:16
Fix to the pathname simplifer logic. check-in: d31c0f9c29 user: drh tags: trunk
2008-11-20
23:19
Another attempt to get the /home to /login redirection correct. check-in: 0a523be389 user: drh tags: trunk
23:17
Try again to get the redirection correct when redirecting from /home to /login. check-in: 3420e47b24 user: drh tags: trunk
23:15
Require wiki read permission in order to visit the /home URL. check-in: 19f5d0b15f user: drh tags: trunk
17:24
added documentation plan, just so I can ask myself "What was I thinking?" later. check-in: f8835f7365 user: kejoki tags: trunk
03:14
Change the markup in the index.wiki page from HTML to wiki. Extend the wikitheory.wiki page. Other documentation tweaks. check-in: 7083eb1a1c user: drh tags: trunk
01:10 Fixed ticket [ca08d51f19]: default users and passwords are not well documented plus 2 other changes artifact: e340b81c6a user: drh
01:07
When creating a new repository or cloning a repository, print the initial administrator password on standard output. This is intended to help new users figure out how to log in. Ticket [ca08d51f19] check-in: 0c6ea0d93f user: drh tags: trunk
00:45 Ticket [ca08d51f19] default users and passwords are not well documented status still Open with 2 other changes artifact: 2ae72e32e7 user: drh
00:36 Fixed ticket [c62fac40af]: Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length plus 1 other change artifact: e3d3a3ce3f user: drh
00:35
Here is a better fix for ticket [c62fac40af] suggested by Kees Nuyt. check-in: 22cb1e1be2 user: drh tags: trunk
00:00 New ticket [ca08d51f19] default users and passwords are not well documented. artifact: 2a36d39317 user: anonymous
2008-11-19
23:52 Open ticket [c62fac40af]: Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length plus 1 other change artifact: eb6a9f18bf user: anonymous
23:44 Fixed ticket [7ef970e4a2]: "fossil server" gives an error under winxp plus 2 other changes artifact: 4f39b37c68 user: drh
23:33
Make sure the socket of the "ui" and "server" commands is bound to the specified port when the -P or --port option is used. Ticket [7ef970e4a2] check-in: 53db94cd41 user: drh tags: trunk
22:44
Fix a bug in the cluster creater. The bug prevents clusters from being created correctly when there are phantom artifacts. check-in: 72959c415e user: drh tags: trunk
16:56 Ticket [d1cdb1bfa1] Leaf functionality unclear status still Open with 1 other change artifact: a0dc6bc3ba user: eric
16:55
Merge src & doc leaves back. check-in: d14adf1032 user: kejoki tags: trunk
16:42 Ticket [d1cdb1bfa1] Leaf functionality unclear status still Open with 1 other change artifact: 3217d30938 user: kkinnell ... 1 similar event omitted.
12:15 New ticket [7ef970e4a2] "fossil server" gives an error under winxp. artifact: e843dba323 user: anonymous
04:26 New ticket [d1cdb1bfa1] Leaf functionality unclear. artifact: 71e840c73e user: anonymous
2008-11-18
23:09 New ticket [1dd22c3a2b] Setup : CSS : Edit CSS misses 'Revert To Default' button. artifact: 2733592b04 user: anonymous
16:07 Ticket [162e66c9ea] Inline variant of <verbatim> status still Open with 1 other change artifact: a61a8b173f user: drh ... 1 similar event omitted.
15:36 Edit [63886daad813bebd|63886daad8]: Edit check-in comment. artifact: 9eb7549f70 user: drh
15:36 Ticket [162e66c9ea] Inline variant of <verbatim> status still Open with 1 other change artifact: e3c533dacf user: kkinnell
15:34 Edit [63886daad813bebd|63886daad8]: Edit check-in comment. artifact: 9bbcefa27e user: drh
15:33
In wiki, hyperlinks or the form [./filename] (hyperlinks that begin with character ".") work correctly. Need to add more docs on how the [...] wiki markup really works. check-in: 63886daad8 user: drh tags: trunk
12:19
Show the "Files" menu option on the "home" page when the "h" privilege is enabled. check-in: bdde7ddcc8 user: drh tags: trunk
08:13 Ticket [162e66c9ea] Inline variant of <verbatim> status still Open with 1 other change artifact: fd16bb30b3 user: stephan
04:55 Closed ticket [289890d62b]: "Owner" or "Assigned To" field for bug reports plus 1 other change artifact: 58accdb8e5 user: anonymous ... 1 similar event omitted.
02:39 Fixed ticket [f2a2a6d048]: error trying to retrieve settings plus 1 other change artifact: 3320b07fb7 user: drh
02:39 Fixed ticket [d22a499c90]: error trying to retrieve settings plus 1 other change artifact: 8e323c32a1 user: drh
02:38 Closed ticket [4b6e83e8bb]: plus 1 other change artifact: 6d86279080 user: drh
02:38 Closed ticket [c58a41c8cb]: nbn plus 1 other change artifact: 91bf07d9f8 user: drh
02:37 Closed ticket [3bec93e348]: bug in my soup plus 1 other change artifact: 2cbf9ff518 user: drh
02:36 Fixed ticket [5cebcf3548]: Bug reports should not force severity plus 1 other change artifact: 7603e47a23 user: drh
02:35 Fixed ticket [568f679627]: Version mismatch on precompiled binary plus 1 other change artifact: cebb50c6c2 user: drh
02:35 Fixed ticket [dcc81a9ab3]: Incorrect version of prebuilt fossil binary plus 1 other change artifact: e8178bc69a user: drh
02:34 Fixed ticket [82d1800c6a]: Incorrect version of prebuilt fossil binary plus 1 other change artifact: 8d364ec623 user: drh
02:33 Fixed ticket [58a5b63d0e]: Incorrect version of prebuilt fossil binary plus 1 other change artifact: f9029ba046 user: drh
02:28 Fixed ticket [c62fac40af]: Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length plus 2 other changes artifact: f28d6d6bb9 user: drh
02:21
Omit the Content-Length header line from the CGI response under windows because subsequent \n to \r\n translations by Apache will change the content length. But keep the Content-Length header line for the built-in servers and under unix. Ticket [c62fac40af0]. check-in: f6a071cef1 user: drh tags: trunk
2008-11-17
22:04 Ticket [c62fac40af] Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length status still Open with 4 other changes artifact: 0582023acc user: anonymous
19:21
Setting the "pgp-clearsign" command to "off" disables clearsigning. check-in: 86cee3d082 user: drh tags: trunk
19:17
Improvements to object description on an artifact display. check-in: 5452b32a9f user: drh tags: trunk
19:11
Modify the artifact viewer to base the mimetype off of artifact content, not the artifact name. check-in: 7303bfeb12 user: drh tags: trunk
17:14
The "artifact" webpage shows images as images, rather than trying to render their binary content as text. check-in: 389bf5c4da user: drh tags: trunk
17:11
Initial doc for update. check-in: 6d6959b47d user: kejoki tags: trunk
02:24 Ticket [2a34de01fc] "wiki unlist" as a possible solution to deleting wiki pages. status still Open with 1 other change artifact: 2ffc2c6055 user: kkinnell
02:07
reference docs -- added 'all', minor edits to others. check-in: 44b3fc6b5b user: kejoki tags: trunk
2008-11-16
23:40 Ticket [2a34de01fc] "wiki unlist" as a possible solution to deleting wiki pages. status still Open with 2 other changes artifact: a652a317b6 user: drh
22:13 Changes to wiki page "fossil ls" artifact: 13e4a20a14 user: kejoki
22:13 Changes to wiki page "fossil extra" artifact: 8fda5138b1 user: kejoki
22:11 Changes to wiki page "Reference" artifact: b4bfb572cc user: kejoki
22:00 New ticket [2a34de01fc] "wiki unlist" as a possible solution to deleting wiki pages.. artifact: c35898ec1e user: kkinnell
13:47 New ticket [f5e414efde] Need a "Preview" button when editing a ticket. artifact: 14656a3cb8 user: drh
2008-11-15
22:37 Ticket [7b9be0b127] direct link to embedded wiki pages status still Fixed with 2 other changes artifact: b93f96ab39 user: anonymous ... 1 similar event omitted.
21:17
Enable the "Edit" submenu link on the Ticket View page when the user has ticket append privilege. Fix for part of ticket [7b9be0b127]. check-in: ed5179db1f user: drh tags: trunk
18:19 Ticket [7b9be0b127] direct link to embedded wiki pages status still Open with 2 other changes artifact: b5ffee3e32 user: eric ... 1 similar event omitted.
14:18
Miscellaneous cosmetic changes check-in: 9de6abab2a user: eric tags: trunk
13:05 Ticket [289890d62b] "Owner" or "Assigned To" field for bug reports status still Open with 2 other changes artifact: 2c6e0d648b user: drh
12:54 Closed ticket [4f6b211d6b]: some new wikis not visible as wiki plus 2 other changes artifact: f4e686db7b user: drh ... 1 similar event omitted.
04:08
Updated the main page, added add... check-in: 9436bb75c3 user: kejoki tags: trunk
03:52 New ticket [289890d62b] "Owner" or "Assigned To" field for bug reports. artifact: 1e0946cb05 user: anonymous
2008-11-14
14:11 Ticket [cc6557cfc5] Unicode support status still Open with 2 other changes artifact: 79886ee7bd user: drh ... 1 similar event omitted.
2008-11-12
04:09
Changed URLs for embedded docs, changed comment in add.c:mv_cmd to read "does not rename" instead of "does rename" check-in: 67f44bb301 user: kejoki tags: trunk
04:00 Deleted wiki page "Reference" artifact: 6f55fe1e2d user: kejoki
03:59 Deleted wiki page "fossil extra" artifact: bc2cb5447f user: kejoki
03:59 Deleted wiki page "fossil ls" artifact: 1b9a4864ba user: kejoki
03:46
Change the reference docs to embedded (still need to remove wiki versions); add the mv|rename command. check-in: f15298fd4e user: kejoki tags: trunk
2008-11-11
22:46 New ticket [46f90ea2c1] Field not found error : don't forget to rebuild repos after upgrade!. artifact: 2e3a5c6abe user: kkinnell
03:50
doc changes -- spelling corrections and embedded ref pages. check-in: 9eb6ea75c1 user: kejoki tags: trunk
03:36 Changes to wiki page "Reference" artifact: 33d306ae76 user: kejoki
2008-11-10
21:13 Fixed ticket [874d5360fc]: Opening a repository gives a runtime error. plus 2 other changes artifact: ea8ca4435f user: drh
19:54
Add missing comma in CREATE TABLE vfile ... check-in: c66ffba6da user: eric tags: trunk
19:33 Ticket [874d5360fc] Opening a repository gives a runtime error. status still Open with 2 other changes artifact: dec8e8d211 user: eric ... 7 similar events omitted.
01:13
The "ui" and "server" commands no longer quit if they cannot open TCP port 8080. They keep trying with consecutive ports until they find one that works - up to 100 ports. check-in: d8ceb4ad47 user: drh tags: trunk
00:57 Changes to wiki page "Reference" artifact: f5fa87553a user: kejoki
00:40
Update to the latest SQLite. Add a Rebuild button on the Shun webpage. Add the test-detach CLI method. check-in: 3f6edbc779 user: drh tags: trunk
2008-11-09
23:55 Changes to wiki page "Reference" artifact: 9f8f55bb18 user: kejoki
23:10 Edit [6eddf50cfee71509|6eddf50cfe]: Edit check-in comment. artifact: d544dae524 user: drh
23:04 Fixed ticket [3711fc7cfd]: A default port option in fossil settings would be nice. plus 2 other changes artifact: a5ed95fc6f user: drh
23:02 Fixed ticket [1b4f9f30c1]: Error when submitting a new bug report. plus 2 other changes artifact: e0e7bcd48c user: drh
22:59
Tweaks to the formatting of the "stat" webpage. check-in: caa9544f93 user: drh tags: trunk
22:50
On the index page, links to the "two separate servers" go to the index pages on those servers, not to the timeline. check-in: ec53d7a738 user: drh tags: trunk
22:43
Bug fix in the "mv" command. Add filename change tracking to the check-in information screens. You must run rebuild on existing respositories when upgrading to this version of fossil. check-in: 9fd8009007 user: drh tags: trunk
21:13 Changes to wiki page "fossil extra" artifact: 31e3cc7bf4 user: kejoki
21:08 Changes to wiki page "fossil ls" artifact: ac4365faf4 user: kejoki
21:03 Changes to wiki page "fossil ls" artifact: 0ec2c3b4a5 user: kejoki
20:52 Changes to wiki page "fossil ls" artifact: c1f7d034ea user: kejoki
19:30
Optional extra arguments to the "user" command allow one to specify the new password or contact information on the command-line without waiting for a prompt. This makes the "user" command usable from shell-scripts. check-in: f6c0201af7 user: drh tags: trunk
19:28 Added wiki page "fossil ls" artifact: 94ab3d8aa3 user: kkinnell
19:22
Add the "mv" and "rename" commands (aliases for the same thing). check-in: e146d800ac user: drh tags: trunk
16:45 Changes to wiki page "Reference" artifact: 5bae227c01 user: anonymous
16:34 Changes to wiki page "fossil extra" artifact: 1abd80af6d user: anonymous
16:32 Changes to wiki page "fossil extra" artifact: 4575c45948 user: anonymous
16:24 Fixed ticket [7168128e09]: Add a setting for the default server port plus 2 other changes artifact: 5e1b2ce8df user: drh
16:23
Add the http-port setting used to specify the default TCP/IP port for the built-in webserver. Ticket [7168128e09]. check-in: 02f09cdd6c user: drh tags: trunk
16:23 Changes to wiki page "Reference" artifact: 86372409da user: anonymous
16:15
Fix the "help" text for the "all" command. check-in: bcb9c072c5 user: drh tags: trunk
15:31 Added wiki page "fossil extra" artifact: f54d65d248 user: anonymous
14:04 Changes to wiki page "Reference" artifact: 961b9284ac user: anonymous
13:41
Allow the U card of a ticket change artifact to have no argument. When that happens, the user is assumed to be "anonymous". Ticket [1b4f9f30c1] check-in: 6eddf50cfe user: drh tags: trunk
13:22
Make sure the tkt_uuid and tkt_datetime TH1 variables are initialized on a ticket display, even if no matching ticket is found. check-in: 2664476fbc user: drh tags: trunk
13:21
Add a test command to invoke the manifest parser from the command-line on an arbitrary text file. For testing only. check-in: 55fc643eda user: drh tags: trunk
12:36 New ticket [1b4f9f30c1] Error when submitting a new bug report.. artifact: f9cb332f5c user: anonymous
12:34 New ticket [7168128e09] Add a setting for the default server port. artifact: 8531bbfa74 user: drh
06:29 Changes to wiki page "Reference" artifact: c196109199 user: anonymous
04:26 Changes to wiki page "Reference" artifact: 7ebe43fc08 user: anonymous
04:26 Changes to wiki page "Reference" artifact: 1d7aa4da0f user: anonymous
04:22 Added wiki page "Reference" artifact: a2dfefd27e user: anonymous
04:18 Changes to wiki page "Reference" artifact: c43c41a720 user: kejoki
04:13 Changes to wiki page "Reference" artifact: ab4e6e6dd1 user: kejoki
04:12 New ticket [3711fc7cfd] A default port option in fossil settings would be nice.. artifact: e70160a9be user: anonymous
04:12 Changes to wiki page "Reference" artifact: 9012aaa04a user: kejoki
04:02 Changes to wiki page "Reference" artifact: b24b20b5b1 user: kejoki
04:02 Added wiki page "Reference" artifact: 3b5077a836 user: kejoki
2008-11-08
06:39 Changes to wiki page "UserPermissions" artifact: 69b978a104 user: kejoki
06:37 Changes to wiki page "bugs" artifact: 60d10e6ee7 user: kejoki
2008-11-04
13:21 Fixed ticket [33949929b9]: Fossil on windows fails on path/files with non US-ASCII characters in them. plus 2 other changes artifact: d7fd9b9e3b user: drh
12:29 Fixed ticket [30f7206b2b]: Fossil not working on Czech (and likely some others non-US) Windows XP plus 2 other changes artifact: 48dfd9f4fc user: drh
12:28 Edit [dad7731f0ec79596|dad7731f0e]: Edit check-in comment. artifact: 435b919b86 user: drh
12:13
Convert the changes that support microsoft character sets so that they work (so that they are #ifdef-ed out) on other platforms. check-in: c6a9e4ed41 user: drh tags: trunk
2008-11-03
22:52
Undo all changes associated with [b54de50ac5] and merge that branch into the trunk. We do not want to have an open branch in the official repository that yield a fundamentally incompatible version of the program. check-in: 8b16c47cbc user: drh tags: trunk
22:50
Fix for ticket [30f7206b2b]: Added routines to convert filenames from microsoft character sets into UTF-8. check-in: dad7731f0e user: petr tags: trunk
22:47 New ticket [30f7206b2b] Fossil not working on Czech (and likely some others non-US) Windows XP. artifact: 5130d2bc88 user: petr
21:56
Use our own isspace() function since the standard-library isspace() sometimes gives incorrect results for non-ASCII characters. check-in: 054dd31b71 user: drh tags: trunk
13:40
No changes from [c9cd128c2c]. This checkin merely establishes the "official" branch as distinct from the incompatible MYCFG branch. Use this branch. check-in: db31a1a51a user: drh tags: trunk
13:37 Edit [b54de50ac5e4c6b7|b54de50ac5]: Edit check-in comment. artifact: e6f75b0936 user: drh
09:55
Update for making mycfg.exe. WARNING: This is an incompatible change. Do not use this branch of development to build a copy of fossil that needs to interoperate with official releases. check-in: b54de50ac5 user: urmil tags: trunk
01:34 Edit [d8bf3113362d4b8b|d8bf311336]: Change user to "altufaltu". artifact: 9abfc52394 user: altufaltu
01:33 Edit [d65d619d948dcb70|d65d619d94]: Change user to "altufaltu". artifact: b384148b5c user: altufaltu
2008-11-02
18:26 Fixed ticket [935f17dc4b]: timeline with the commits only plus 2 other changes artifact: 4a279aa656 user: drh
18:22
Add submenu entries on timeline pages for selecting options such as "tickets only" and "200 entries per page" and so forth. check-in: c9cd128c2c user: drh tags: trunk
2008-11-01
20:56
Make UTC time display the default. You can still set up a server to show localtime but that requires changing a setting under setup/timeline. check-in: 0b36f02f15 user: drh tags: trunk
20:48
Update SQLite to the latest in CVS (version 3.6.4+). Add a configuration option to show all times in UTC instead of localtime. check-in: d23b8ba62b user: drh tags: trunk
19:06 Closed ticket [7f02ac0ae9]: Prebuilt fossil-w32 uses old checkout plus 2 other changes artifact: 135e4a98f8 user: drh
2008-10-31
14:08 Fixed ticket [ce458c35ca]: Inconsistency between commands ls and status plus 2 other changes artifact: 913cc9d0b7 user: drh
14:01
Make the "ls" command report MISSING instead of EDITED for files that do not exist in the tree. Ticket [ce458c35ca]. check-in: 89d100b845 user: drh tags: trunk
13:36
Change a couple of instances of "file" to the more correct "artifact". Make it clear that the build time is expressed in UTC. check-in: d5cd3251fa user: drh tags: trunk
13:35 Fixed ticket [9c378ed139]: Issue with repository in root folder (Win32) plus 3 other changes artifact: 17ae4488b1 user: drh
13:33
Take care that the root directory name does not have extra "/" characters. Ticket [9c378ed139]. check-in: 1d280a85aa user: drh tags: trunk
12:11 Ticket [9c378ed139] Issue with repository in root folder (Win32) status still Open with 2 other changes artifact: 8b4ee95c4a user: drh ... 1 similar event omitted.
2008-10-30
10:25 New ticket [ce458c35ca] Inconsistency between commands ls and status. artifact: c99efaeec6 user: anonymous
2008-10-27
15:34
Fix the web-browser user setting so that it actually works. check-in: 3f5ef308fe user: drh tags: trunk
2008-10-26
21:30
Remove the unused inherit-anon configuration attribute. Fix the automatic redirect that follows a login operation. Fix "config push user" on the server side. check-in: 0600b278c0 user: drh tags: trunk
16:05 Closed ticket [d60f7f7109]: Provision to supply user name plus 2 other changes artifact: c4ae64b681 user: drh
16:00 Fixed ticket [d0a7fc67e9]: fossil crashes with assert() if non-existant sha identifier picked for checkout artifact: 1400975f68 user: drh
15:59
Correctly detect when an artifact prefix does not match any artifact. Provide better error messages for non-matching and ambiguous artifact prefixes. Fix for ticket [d0a7fc67e9]. check-in: 9acf0bcdbe user: drh tags: trunk
12:03 Ticket [d0a7fc67e9] fossil crashes with assert() if non-existant sha identifier picked for checkout status still Open with 2 other changes artifact: b9231595f9 user: drh
08:01 New ticket [58a5b63d0e] Incorrect version of prebuilt fossil binary. artifact: b6e1e31ba7 user: anonymous
08:01 New ticket [82d1800c6a] Incorrect version of prebuilt fossil binary. artifact: 65ca18f273 user: anonymous
08:01 New ticket [dcc81a9ab3] Incorrect version of prebuilt fossil binary. artifact: 3be86f5f0d user: anonymous
06:09 New ticket [568f679627] Version mismatch on precompiled binary. artifact: 2e36cb1549 user: anonymous
06:00 New ticket [d60f7f7109] Provision to supply user name. artifact: 769eb5ec43 user: anonymous
04:44 New ticket [d0a7fc67e9] fossil crashes with assert() if non-existant sha identifier picked for checkout. artifact: 3023be138b user: anonymous
02:43 Fixed ticket [65363298fd]: Include bug report formats in update plus 1 other change artifact: dbc518a555 user: drh
02:40 Ticket [04a259be40] operations upon all files status still Open with 2 other changes artifact: 4080de80cc user: drh
02:38 Fixed ticket [5f681dfeee]: Need a mechanism to sync the REPORTFMT and CONCEALED tables plus 1 other change artifact: 8aed5c3546 user: drh
02:35
Fix the "number of tickets" counter on the "stats" webpage. check-in: 1e82c4aa85 user: drh tags: trunk
02:29 Fixed ticket [41bb23e650]: win32 fossil commit stops if many files added or edited. plus 2 other changes artifact: b56d4bcf6e user: drh
02:29
Prevent buffer overrun when adding \r characters to the check-in descriptions for win32. Ticket [41bb23e650]. check-in: e44d7a4b5a user: drh tags: trunk
02:16
Change the default subsystem list for tickets to an empty set. Update documentation to begin making a clearer distinction between local state and global state. check-in: efb759a07d user: drh tags: trunk
2008-10-25
20:43
Get "configuration push" working. Fix bugs in concealed-field processing of tickets. check-in: 31e94c0a04 user: drh tags: trunk
19:39 Ticket [5cebcf3548] Bug reports should not force severity status still Open with 3 other changes artifact: 84e2065ae1 user: drh ... 3 similar events omitted.
17:51
Add logic to do a configuration push. Add logic to synchronize the CONCEALED table containing hidden email addresses (assuming appropriate permissions). Additional testng is needed; this check-in is to transfer the work to another machine. check-in: 6b0b57a924 user: drh tags: trunk
17:19
Update conditions when to look for proxy URL in environment. check-in: d65d619d94 user: altufaltu tags: trunk
14:29
Fix an issue that sets proxy = getenv(http_proxy) even when global proxy option is disabled check-in: d8bf311336 user: altufaltu tags: trunk
2008-10-24
18:23
Begin adding a TH1 script trace mechanism actived by the --th_trace option on the "server" and "ui" commands. The implementation is incomplete, but the plane is landing.... check-in: f55c6a1b62 user: drh tags: trunk
16:36
Modify the TH1 script interperter to use native characters rather than unsigned characters. Fix a bug in the combobox extension command of TH1. check-in: 0c99a1554a user: drh tags: trunk
15:03 Ticket [5cebcf3548] Bug reports should not force severity status still Open with 4 other changes artifact: d0e7b60a94 user: drh ... 2 similar events omitted.
14:37 Ticket [ab696ae3bb] graphics view of branches status still Open with 5 other changes artifact: 09593d5446 user: drh
14:07 Edit [e8c4f69c50ecbe43|e8c4f69c50]: Edit check-in comment. artifact: a54dc451a3 user: drh
14:06 Fixed ticket [5162d999af]: error trying to retrieve settings plus 5 other changes artifact: f195bd594e user: drh
14:05
Make the "settings" command work with the -R option. Fix for ticket [5162d999af]. check-in: 2c3b20efff user: drh tags: trunk
14:03
Remove control characters from rse-notes.txt. check-in: 9a482dd701 user: drh tags: trunk
13:54 Fixed ticket [5cf318a1d0]: Use latest UUID associated with a tag by default plus 5 other changes artifact: 19602ff49d user: drh
13:49 Fixed ticket [368a5d6c5b]: specifying a tag in command should default to the latest UUID with that tag plus 5 other changes artifact: 922539e0ab user: drh
13:46 Edit [c863ec1a98c424f6|c863ec1a98]: Add propagating tag "test-tag-2". artifact: 5aa2abb119 user: drh
13:45
Create named fork test-tag-1 Closed-Leaf check-in: 32b480faa3 user: drh tags: test-tag-1, trunk
13:27
Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. check-in: e8c4f69c50 user: drh tags: trunk
11:14
Allow the "_FOSSIL_" file at the root of each check-out to be renamed ".fos". At some point we might make .fos the default, but for now _FOSSIL_ is the default. The file can be freely changed between these two names. check-in: 8bdea95c58 user: drh tags: trunk
10:56
Improvements to the output of the "diff" command so that it is closer to standards. check-in: 85670cfcc8 user: drh tags: trunk
06:42 New ticket [41bb23e650] win32 fossil commit stops if many files added or edited.. artifact: aaf3bac075 user: anonymous
2008-10-23
03:21
Fix a spelling in help text of 'tag branch'. check-in: 56177cfe12 user: cle tags: trunk
2008-10-22
19:50 Changes to wiki page "Branching" artifact: eb30f04038 user: eric
19:35
Add a --nofork option to "tag branch" so that --raw is not being used for two different purposes. Modify and tidy up the corresponding help text. check-in: c887b2b66e user: eric tags: trunk
2008-10-21
11:22 Changes to wiki page "Cookbook" artifact: 3256c2889c user: anonymous
06:52
The "diff" command with no arguments now does a diff on all files in the checkout which have been edited. check-in: c863ec1a98 user: drh tags: trunk
06:10
Add "ci" as an alias for "commit". Make provisions for a future "fossil mv" command. check-in: 2bde9f9b3d user: drh tags: trunk
2008-10-20
16:05
Improvements in the display of ticket history. check-in: c8a78004ce user: drh tags: trunk
09:40 Changes to wiki page "Branching" artifact: 19b9b0cabb user: anonymous
06:41
More improvements to the timeline display of ticket changes. check-in: f0c8693845 user: drh tags: trunk
2008-10-19
15:44 Changes to wiki page "Branching" artifact: 264ae06646 user: eric
14:53 New ticket [ab696ae3bb] graphics view of branches. artifact: fc5526d284 user: anonymous
14:52 Changes to wiki page "Branching" artifact: e30533ccc1 user: anonymous
13:06 Added wiki page "Branching" artifact: f4ecbbb4a4 user: eric
10:21 New ticket [7f02ac0ae9] Prebuilt fossil-w32 uses old checkout. artifact: 96da6ccffe user: anonymous
2008-10-18
20:29
Add the "version" command to print out the source-code version number for the fossil executable. check-in: a1f727be9d user: drh tags: trunk
19:42
Add notes from Ralf Engelshall as a text file: rse-notes.txt. check-in: f7a410eca9 user: drh tags: trunk
16:17 New ticket [f90265fc83] branches. artifact: 66f493e108 user: anonymous
13:34 Ticket [83af1f5401] fossil rollback status still Open with 5 other changes artifact: 29233907f3 user: drh
13:26 Ticket [7d997b447f] push/pull with the local directory status still Open with 5 other changes artifact: 645aa76f34 user: drh
13:03
Use sqlite3_snprintf() instead of snprintf() since the latter is not available on all platforms. check-in: 9e80dc66cf user: drh tags: trunk
12:55
Add defenses against cross-site request forgery attacks. check-in: 0be54823ba user: drh tags: trunk
10:58 Closed ticket [b6a684ca26]: push/pull with the local directory plus 2 other changes artifact: d0bb446df2 user: drh
06:11 New ticket [7d997b447f] push/pull with the local directory. artifact: 9e005df631 user: anonymous
02:38 Ticket [b6a684ca26] push/pull with the local directory status still Open with 5 other changes artifact: 400c9c73e4 user: drh
02:37 Ticket [935f17dc4b] timeline with the commits only status still Open with 5 other changes artifact: 2e49b8ce4f user: drh
02:27
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. check-in: ac3f1f2ba7 user: drh tags: trunk
2008-10-17
13:30
Update the "info" command so that it can take the name of a repository as its argument and then report information about that repository. check-in: 974f025c6e user: drh tags: trunk
12:31
Add the "all rebuild" subcommand. Be more aggressive about adding repositories to the repository list. check-in: 2bd0690fe8 user: drh tags: trunk
00:21
Fix a minor problem in the previous check-in. check-in: 02eabf94e5 user: drh tags: trunk
00:20
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. check-in: 9346f2290c user: drh tags: trunk
2008-10-16
13:01 New ticket [a5fba652a6] remote `fossil clone` failed. artifact: 703a989edf user: anonymous
11:51 New ticket [935f17dc4b] timeline with the commits only. artifact: 24f07ade9b user: anonymous
11:50 New ticket [83af1f5401] fossil rollback. artifact: cddaa3e02a user: anonymous
11:49 New ticket [b6a684ca26] push/pull with the local directory. artifact: 2bbe72b26b user: anonymous
11:46 New ticket [04a259be40] operations upon all files. artifact: c49947effb user: anonymous
2008-10-11
15:11
Fix a few typos in documentation. check-in: 4ef19b554a user: drh tags: trunk
2008-10-09
18:09
Fixed a number of small typos. check-in: d0e8e88d54 user: aku tags: trunk
2008-10-06
11:33
Fix a few C99-isms in the code so that the code will build on older C compilers. check-in: 3d62a9fb39 user: drh tags: trunk
11:28
Minor edits to the Questions and Criticisms document. check-in: 5cbfe0cde2 user: drh tags: trunk
00:31
Documentation update: Add the "Questions and Criticisms" document in response to recent comments on reddit.com. check-in: cbc8983685 user: drh tags: trunk
2008-10-05
13:34 Ticket [65363298fd] Include bug report formats in update status still Open with 5 other changes artifact: 3c8287b7a0 user: drh
13:20 Ticket [5f681dfeee] Need a mechanism to sync the REPORTFMT and CONCEALED tables status still Open with 5 other changes artifact: d677c79423 user: drh
13:13
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. check-in: fb8dc7d07f user: drh tags: trunk
12:34 Fixed ticket [b3482d580e]: Cannot clone a repository db file plus 4 other changes artifact: 0f2f8da458 user: drh
12:34
Get cloning working for local files without the use of network I/O. Ticket [b3482d580e]. check-in: 9236f0c086 user: drh tags: trunk
11:18 Closed ticket [8a8058c52d]: This is a test bug plus 4 other changes artifact: 5992edc217 user: drh
01:03
Documentation updates. check-in: c8893c69ac user: drh tags: trunk
2008-10-04
20:40
The "configuration" command will now sync ticket report formats, shunned UUIDs, and user information (but not user passwords). Added the "config merge" method. Fix an initialization bug that was given Admin privilege to anonymous by default. check-in: bf75ea9852 user: drh tags: trunk
2008-10-03
19:46 Fixed ticket [74814a6682]: Typo on Wiki Formatting Rules Page plus 4 other changes artifact: 27a5332deb user: drh
19:45
Fix a typo: "tested" becomes "nested". Ticket [74814a6682]. check-in: 20a0fbdf64 user: drh tags: trunk
18:43 New ticket [2e3dc63382] Default Severity Annoying. artifact: 868c182bf2 user: anonymous
18:41 New ticket [74814a6682] Typo on Wiki Formatting Rules Page. artifact: 322a113aab user: anonymous
18:08 New ticket [8a8058c52d] This is a test bug. artifact: fd4222ec1e user: anonymous
17:43 New ticket [3bec93e348] bug in my soup. artifact: b5ce97b969 user: anonymous
2008-09-27
18:52
corrected 'Duration of Project' to round up, so a 2-day-old project doesn't show up as 1 day old check-in: dab84c22ee user: stephan tags: trunk
2008-09-23
20:53
Fix a bug in the mime-type decoder for the /doc method. check-in: fa1c7d598f user: drh tags: trunk
2008-09-21
19:01 Fixed ticket [c7660d24bc]: c699 builds incorrectly - runs mkindex before any translate plus 3 other changes artifact: e9d8e9dfd6 user: stephan
19:00
fixed deps problem created by my last checkin. Now builds properly in non-parallel mode check-in: d2ae873e9e user: stephan tags: trunk
18:48 Ticket [c7660d24bc] c699 builds incorrectly - runs mkindex before any translate status still Open with 5 other changes artifact: 233fcf617e user: stephan ... 1 similar event omitted.
2008-09-19
15:36
fixed Makefile dependency orderings so parallel compilation (e.g. make -j2) can work (cuts my build times in half) check-in: c699c491df user: stephan tags: trunk
11:11
fixed an 'integer overflow' warning from the Sun compiler. Thank to Kevin for the tip. check-in: 7ae01ee47b user: stephan tags: trunk
07:30 Ticket [16f8dabf66] Prune empty dirs when switching checkout UUIDs status still Open with 5 other changes artifact: b17e708712 user: stephan ... 1 similar event omitted.
2008-09-18
11:51 Closed ticket [4bf3cca894]: TODO: Build flags for Solaris plus 3 other changes artifact: 501b04ae14 user: stephan ... 1 similar event omitted.
11:21
added comments about necessary link flags for Solaris 10 + OpenSolaris check-in: 7dddab2fbe user: stephan tags: trunk
07:23 New ticket [4bf3cca894] TODO: Build flags for Solaris. artifact: 4d9631e433 user: stephan
03:03 New ticket [5cf318a1d0] Use latest UUID associated with a tag by default. artifact: 0921b9c631 user: anonymous
2008-09-17
14:50 New ticket [368a5d6c5b] specifying a tag in command should default to the latest UUID with that tag. artifact: c1379f2952 user: anonymous
2008-09-12
02:56 New ticket [65363298fd] Include bug report formats in update. artifact: b222004c6c user: anonymous
2008-09-11
17:12
Fix a memory double-free'd problem.

In function cgi_set_cookie the zDate was allocated via usage of cgi_rfc822_datestamp. But as it was appended to the blob extraHeader via the format specifier %z the memory was free'd by blob_appendf. As cgi_rfc822_datestamp might return both a dynami... check-in: aeeba751c4 user: cle tags: trunk

2008-09-07
08:32
Remove small glitch that prevent fossil to be built with BSD make. check-in: f3fb059eb6 user: cle tags: trunk
2008-09-06
13:29
Merge tagview branch into mainline check-in: 8745d0d579 user: eric tags: trunk
13:16
Merge mainline into tagview branch check-in: a55a0a49a3 user: eric tags: eric-tagview-rework, trunk
13:09
Disable tag URLs without sufficient permission, display a message when there are no tags, provide dummy Javascript functions for the tag timeline. check-in: 5b87749575 user: eric tags: eric-tagview-rework, trunk
2008-09-03
18:52
Clarify some comments in name.c check-in: 5113ab5981 user: eric tags: eric-tagview-rework, trunk
2008-09-02
14:02 New ticket [c62fac40af] Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length. artifact: 727fdd03f3 user: anonymous
05:02 New ticket [cc8271389a] unable to check fossil-users Archives. artifact: b3b2b8f481 user: anonymous
2008-08-30
13:20
Add a much larger and more complete file-suffix to mimetype translation table to the "doc" method. check-in: 8e66784522 user: drh tags: trunk
2008-08-29
19:22 New ticket [5162d999af] error trying to retrieve settings. artifact: a2435123a4 user: anonymous
19:09 New ticket [d22a499c90] error trying to retrieve settings. artifact: 0ceb535ea9 user: anonymous
19:09 New ticket [f2a2a6d048] error trying to retrieve settings. artifact: 602be3f181 user: anonymous
2008-08-24
20:16
Tidy up tagview code. check-in: 0e924820bf user: eric tags: eric-tagview-rework, trunk
06:40
Spelling error. check-in: f3ce1c9fed user: bharder tags: trunk
2008-08-21
20:59
Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. check-in: 5fb14b9a0f user: eric tags: eric-tagview-rework, trunk
19:57
Include 'z' in login_has_capability() check-in: 018b6050af user: eric tags: trunk
2008-08-18
23:29 Ticket [86eb5f92f5] Make bug reports "just work" without configuration. status still Open with 5 other changes artifact: 4531809e41 user: drh ... 1 similar event omitted.
2008-08-17
20:53
Merge old tagview branch into this branch check-in: 070e63db33 user: eric tags: eric-tagview-rework, trunk
11:37
Change CGI parameter name rid to uuid for the /zip URL. check-in: 81a96aadf3 user: cle tags: trunk
2008-08-15
18:48
Thanks for the fix, eric. Due to that, I detected another HTML quirk I made ands corrected it now. check-in: f85bc24e4d user: cle tags: trunk
18:28
Fix an HTML nesting error. check-in: 35b2d16450 user: eric tags: trunk
10:19
Beautify the permission explanation table on the /setup page. check-in: 091fa4d4b2 user: hintze tags: trunk
03:10 Changes to wiki page "UserPermissions" artifact: 11a94cf6f9 user: chi
2008-08-14
17:19 New ticket [1f1e1f7a4c] Client menu option hangs. artifact: c1effe3327 user: anonymous
16:19 Fixed ticket [c858c4178b]: Potential wrong commit comment shown at anchestors at /vinfo page. plus 5 other changes artifact: 9adefb3222 user: chi
16:15
Fix bug [c858c4178b] - at three places, the original checkin comment was taken from the repository. Only if there was no original checkin comment, the edited comment (ecomment) was fetched.

That logic seem wrong. As at all other cases, first the ecommend was fetched and only when that failed, the original comment was taken, I cor... check-in: 589687d783 user: cle tags: trunk

10:51 New ticket [c858c4178b] Potential wrong commit comment shown at anchestors at /vinfo page.. artifact: 206a24f1a4 user: chi
05:27
Third time lucky? Commit changes, with merge applied only once. (so not filled with MERGE CONFLICT messages) check-in: 16e308106f user: bharder tags: trunk
05:05
Oops... merge typos fix w/ [bdac9f7238], commited at nearly same time. check-in: 48c00d0bd3 user: bharder tags: trunk
04:53
fixed typos check-in: 4c78a18ad2 user: bch tags: trunk
04:52
Fix a stupid bug of mine introduced in [3c9e5699ce]. If the ZIP archive's name is composed, the actual project's name should be chosen instead of a fix fossil. check-in: bdac9f7238 user: hintze tags: trunk
2008-08-13
19:22
Use new alternative /zip URL syntax for the Zip archive link at the /vinfo page. Where the old filename of the ZIP archive was
  417dd898ab0640f2472ebd248ac80e80f0ec6972.zip
the new name would be:
  fossil-417dd898ab.zip
The archive's content is placed into a directory named a...
check-in: 3c9e5699ce user: cle tags: trunk
11:57
Allow an alternative URL syntax for downloading artifacts via the /zip page. The original way is:
  http://localhost:8080/zip/fa6e9930177e84ce089b30ad768c454a012364f7.zip
which will store the artifact in the file a6e9930177e84ce089b30ad768c454a012364f7.zip. Alternatively it is now possible to download the ar...
check-in: 417dd898ab user: hintze tags: trunk
2008-08-12
03:27
New Zip permission. This permission allow someone to download a zipped artifact via the wiki's /zip URL. It can given the user nobody to allow automatic package builder to download the sources they know from fossil-scm.org or other servers without any intervening login necessary.

As the /zip page do not e... check-in: fa6e993017 user: cle tags: trunk

2008-08-11
17:52
Make "notepad" the default text editor for windows. check-in: baf68cc18f user: drh tags: trunk
09:15 Edit [ac392fbba614c6ce|ac392fbba6]: Edit check-in comment. artifact: 0cd3ed9dbd user: hintze
09:13 Edit [ac392fbba614c6ce|ac392fbba6]: Edit check-in comment. artifact: 50937d2ead user: hintze
05:30
Fix a spelling: replace 'delete' -> 'cancel' in usage for 'tag'. check-in: 91ec6982e9 user: hintze tags: trunk
04:03
  • Rename subcommand tag delete to tag cancel.
  • New branching behavior. Now if subcommand tag branch is used, a new copy of manifest UUID with the same parent will be created, thereby creating a fork. A propagating symbolic tag with TAGNAME is assigned to the UUID of the new co...
check-in: ac392fbba6 user: cle tags: trunk
2008-08-05
22:26 Closed ticket [ba7e79b248]: problem showing diff view with several files, each in different encoding. plus 5 other changes artifact: 9caad03bfa user: drh
22:21 Closed ticket [f6bfac2648]: Incorrent handling of unicode encoded files (fossil on win XP). plus 5 other changes artifact: 47e8fef9e7 user: drh
21:30 New ticket [ba7e79b248] problem showing diff view with several files, each in different encoding.. artifact: 839cf9accf user: anonymous
21:28 New ticket [f6bfac2648] Incorrent handling of unicode encoded files (fossil on win XP).. artifact: 67f9c0fbdc user: anonymous
2008-08-04
20:53 Edit [3984b1b2c117b7b3|3984b1b2c1]: Cancel "eric-tagview-rework". artifact: 3b88e8423d user: eric
20:52 Edit [3984b1b2c117b7b3|3984b1b2c1]: Add propagating tag "eric-tagview-rework". artifact: 8b39fa528d user: eric
20:51 Edit [3984b1b2c117b7b3|3984b1b2c1]: Add propagating "eric-tagview-rework". artifact: ae295b064c user: eric
20:49 Edit [3984b1b2c117b7b3|3984b1b2c1]: Add propagating "eric-tagview-rework". artifact: a02272c048 user: eric
20:46
Make the info web page handle symbolic tags as well as UUIDs. Start trying to make the currently-disabled tagview page more useful. check-in: 3984b1b2c1 user: eric tags: eric-tagview-rework, trunk
2008-08-03
16:47
Users unconditionally inherit capabilities of "anonymous". New capability "v" means to inherit capabilities of user "developer". Login is prohibited if the password is empty. check-in: 1f1d96529c user: drh tags: trunk
12:42 Ticket [7772cc876e] Provide database access from TH scripts. status still Open with 5 other changes artifact: d6dc76f6f4 user: drh
2008-08-02
18:32
Fix bug from eb24a021d6 which left nobody with too many permissions check-in: b46d6092dc user: eric tags: trunk
2008-07-31
20:48 New ticket [7772cc876e] Provide TH scripting support in ticket common definitions.. artifact: e2901bcb1e user: anonymous
2008-07-30
13:00
Allow for generating a Makefile that will also work for BSD Make (tested under NetBSD 3.1). check-in: e243a8dfa4 user: cle tags: trunk
2008-07-29
13:14 New ticket [5f681dfeee] Need a mechanism to sync the REPORTFMT and CONCEALED tables. artifact: 5706cb66aa user: drh
13:07
Documentation updates. check-in: 9d10726d48 user: drh tags: trunk
2008-07-28
15:57 New ticket [4b6e83e8bb] . artifact: de17a077ba user: anonymous
15:56 New ticket [c58a41c8cb] nbn. artifact: 5a5533db73 user: anonymous
06:36 Edit [d1c993802524c5a4|d1c9938025]: Edit check-in comment. artifact: 2437a34e4b user: cle
2008-07-27
21:57 New ticket [33949929b9] Fossil on windows fails on path/files with non US-ASCII characters in them.. artifact: 5de88b3c4e user: anonymous
21:02
Reverse the check on inline formatting for indented paragraphs in wikiformat.c check-in: 3bc6d0b0c9 user: eric tags: trunk
18:35
Change behavior of Fossil's tag handling.
  1. All subcommands of command tag prepends a prefix sym- infront of every tag name passed to them. Tags beginning with sym- are special in Fossil as they might serve as replacement of a UUID they are attached to.

    Further, tag list will o...
check-in: d1c9938025 user: cle tags: trunk
2008-07-26
17:08
Make all users inherit the capabilities of "nobody" as well as (optionally) of "anonymous". check-in: eb24a021d6 user: eric tags: trunk
16:51
Add a "User-Agent" header to the HTTP traffic generated by fossil. The user-agent string is "Fossil/$UUID". check-in: 31824fbf91 user: dan tags: trunk
14:02
Code to randomize messages from client to the server. check-in: 3cb547be2c user: drh tags: trunk
2008-07-25
12:30
Disable the "branch" command pending further discussion and clarification of its purpose and intent. check-in: f6d3d89e76 user: drh tags: trunk
11:59 Closed ticket [9acc77815a]: What is the meaning of ?VALUE? in tag add and tag branch? plus 5 other changes artifact: 40106c66e4 user: drh
11:54 Closed ticket [3cce33ff2f]: Help of branch new does not mention option --nosign plus 5 other changes artifact: 3e3054184b user: drh
11:52 Closed ticket [bd33a464ae]: Cannot apply -R to 'branch new' plus 5 other changes artifact: 42159b2b47 user: drh
04:24 New ticket [9acc77815a] What is the meaning of ?VALUE? in tag add and tag branch?. artifact: f75838efff user: anonymous
04:17 New ticket [3cce33ff2f] Help of branch new does not mention option --nosign. artifact: 22d86624b6 user: anonymous
03:56 New ticket [bd33a464ae] Cannot apply -R to 'branch new'. artifact: a2a9015cb0 user: anonymous
2008-07-24
16:16 Ticket [162e66c9ea] Inline variant of <verbatim> status still Open with 5 other changes artifact: 80697bd951 user: drh ... 1 similar event omitted.
15:44 New ticket [b3482d580e] Cannot clone a repository db file. artifact: 6112b47d02 user: anonymous
15:08
Remove redundant "Description & Comments:" label from the ticket viewer. check-in: 4b56350ecb user: drh tags: trunk
15:04 Fixed ticket [4b40f57449]: Edit checkin comment via Web do garble references into the repos. plus 5 other changes artifact: 915a666239 user: drh
15:02
Fix a bug in the check-in comment editor. Ticket [4b40f57449]. check-in: 89de100a2d user: drh tags: trunk
14:48
Clean up handling of concealed email addresses. This might be related to ticket [4b40f574494]. check-in: 3c851ca760 user: drh tags: trunk
13:31
Fix a missing end-transaction in the content_new() procedure. check-in: dc09f09432 user: drh tags: trunk
12:35 Fixed ticket [aee2a1a927]: Rendering of tags &lt;pre&gt; and &lt;verbatim&gt; not correct plus 5 other changes artifact: 6ea0eac2af user: drh
12:29
Clarify the formatting rules for <verbatim>. Ticket [aee2a1a927f] check-in: 2c3ccaa048 user: drh tags: trunk
06:45 New ticket [aee2a1a927] Rendering of tags &lt;pre&gt; and &lt;verbatim&gt; not correct. artifact: 45cc8cd3a8 user: anonymous
06:11 New ticket [4b40f57449] Edit checkin comment via Web do garble references into the repos.. artifact: 50884f0650 user: anonymous
02:07 Fixed ticket [a24ec6005f]: Email in bug tickets <b>are</b> public visible (at least indirect). plus 2 other changes artifact: 1df152ba0e user: drh
02:04
Store private ticket fields (ex: the originators email address) as their SHA1 hash so that malefactors cannot read them. Add the new "concealed" table to the repository database and store mappings from SHA1 hashes back to email addresses in that table. Ticket [a24ec6005f]. Note: run "rebuild" on repositories after updating to this version of fos... check-in: f46fe42d6d user: drh tags: trunk
00:27 Ticket [a24ec6005f] Email in bug tickets <b>are</b> public visible (at least indirect). status still Open with 1 other change artifact: aaea0ae96b user: drh
2008-07-23
21:00 Fixed ticket [4b72e10dca]: Pull chain does not work: MASTER -> SLAVE -> LOCAL plus 5 other changes artifact: f49d279579 user: drh
20:57
Make sure new artifacts are entered into the unclustered table. Ticket [4b72e10dca]. check-in: 1f8d2501b0 user: drh tags: trunk
19:48 New ticket [4b72e10dca] Pull chain does not work: MASTER -> SLAVE -> LOCAL. artifact: 78bcb119a8 user: anonymous
19:44 Ticket [a24ec6005f] Email in bug tickets <b>are</b> public visible (at least indirect). status still Open with 5 other changes artifact: ceebedbc17 user: drh ... 1 similar event omitted.
17:39 Fixed ticket [8e9136e80c]: Fossil allow to add own repository to itself (similar to bug c7b35be88) plus 4 other changes artifact: c76ef5c91d user: drh
17:36
Do not allow the current repository to be added to the set of files for a repository. Ticket [8e9136e8]. check-in: 141c31792b user: drh tags: trunk
15:59 New ticket [8e9136e80c] Fossil allow to add own repository to itself (similar to bug c7b35be88). artifact: 2561863976 user: anonymous
13:03 Fixed ticket [c7b35be884]: Fossil fails to recognize its repository db as a known file. plus 4 other changes artifact: df0ef892d8 user: drh
13:01
The "extra" and "clean" commands ignore the repository file if the repository happens to be within the check-out. Ticket [c7b35be88]. check-in: 2ecc407d9b user: drh tags: trunk
04:42 New ticket [c7b35be884] Fossil fails to recognize its repository db as a known file.. artifact: 441e2b56f1 user: anonymous
2008-07-21
01:37
Fix a typo in the "concepts.wiki" documentation. check-in: bad9999d7d user: drh tags: trunk
2008-07-20
17:37
Updated documentation to indicate that bug-tracking is now available. Preliminary documentation on bug-tracking. (Much more documentation is needed - also need documentation on how the wiki works.) check-in: 6ecc392f1c user: drh tags: trunk
15:30
Fix a bug that prevents the /tktnew page from working with no login. check-in: 449559394a user: drh tags: trunk
15:12 Fixed ticket [8ae201d843]: Bug tracker is not working plus 5 other changes artifact: ae12fe50a9 user: drh
2008-07-19
18:20 Edit [23ed5e2cd6e89a22|23ed5e2cd6]: Edit check-in comment. artifact: 590f92dee9 user: drh
18:18
Add the ability to edit check-in comments and users from the web interface. check-in: f0474b87b0 user: drh tags: trunk
16:03
Allow Admin user to changes user information. Add a "User" link on the main menu for Admin users. check-in: f8831f447a user: drh tags: trunk
15:40
Improved explanation of privileges on the User Edit screen. check-in: 92f6d3d786 user: drh tags: trunk
15:12
Fix enforcement of access restrictions on reports. Do not allow reports to show the content of fields whose names begin with "private_" unless the "e" permission is enabled. check-in: 21326fb6f7 user: drh tags: trunk
14:15
Fix the "Key Template" setup box under ticket configuration. check-in: b7588eb2f7 user: drh tags: trunk
09:36 Edit [23ed5e2cd6e89a22|23ed5e2cd6]: Edit check-in comment. artifact: f39e8905c7 user: eric
2008-07-18
21:44
CSS fixes - make <div class="content"> ... </div> actually enclose the content. Also add a couple of missing footers. check-in: 23ed5e2cd6 user: eric tags: trunk
12:14
Fix typos in the quick-start document. check-in: 924554d78b user: drh tags: trunk
2008-07-17
20:34
Give /wiki a link to the Wiki page with the same name as the Project Name. check-in: 82136b0a5f user: eric tags: trunk
15:49
Enhance the wiki rendering to support <div> markup. The closing </div> tag with and id= attribute can close off <verbatim> and <nowiki>. The wiki append page uses this to prevent unclosed tags from messing up the rendering of subsequent comments. check-in: e01aa8cb4b user: drh tags: trunk
12:02 Changes to wiki page "Windows XP" artifact: 0f0e0041f9 user: drh
05:35 Changes to wiki page "Windows XP" artifact: 7bf674d5d9 user: anonymous
05:24 Changes to wiki page "Windows XP" artifact: 1b25f3b998 user: anonymous
01:49
Avoid the use of chdir() since this seems to cause problems on windows. check-in: 849b94c631 user: drh tags: trunk
00:45 Changes to wiki page "Windows XP" artifact: 6f977b02c2 user: drh
2008-07-16
23:14 Changes to wiki page "Windows XP" artifact: 76bb9827e7 user: anonymous
2008-07-15
19:03
Implement history display for tickets. check-in: b3ee50c946 user: drh tags: trunk
16:42
Work toward getting bug-tracking working well. check-in: d3e711fd2f user: drh tags: trunk
15:34
Update the SQLite implementation to the 3.6.0 prerelease. check-in: d19a05f2a2 user: drh tags: trunk
14:33
Additional documentation updates. check-in: adc0b3bfb0 user: drh tags: trunk
13:46
Documentation updates. check-in: 8d8a41d195 user: drh tags: trunk
02:01
Use the %/ substitution instead of %s when constructing windows pathnames. check-in: 9d23230322 user: drh tags: trunk
01:56 Changes to wiki page "Windows XP" artifact: 6b5e594d8e user: drh
2008-07-14
21:39 Changes to wiki page "Windows XP" artifact: ace499b721 user: anonymous
21:13 Changes to wiki page "Windows XP" artifact: bec9434268 user: anonymous
17:18 Changes to wiki page "bugs" artifact: 62fce21c59 user: anonymous
2008-07-13
12:08
Fix the timeline command so that it work with --repository and -R. check-in: c1e85e4da5 user: drh tags: trunk
2008-07-08
21:23 Changes to wiki page "bugs" artifact: 6566f6bc9e user: anonymous
21:22 Changes to wiki page "Windows XP" artifact: 17f2df18e4 user: anonymous
2008-06-24
04:40 Changes to wiki page "bugs" artifact: 169835aa45 user: anonymous
2008-06-13
13:14 Changes to wiki page "bugs" artifact: 95cd85b223 user: anonymous
2008-06-12
13:26 Changes to wiki page "bugs" artifact: 7738a6d700 user: anonymous
13:09 Changes to wiki page "bugs" artifact: 2d32656c48 user: anonymous
2008-06-08
21:30 Changes to wiki page "Windows XP" artifact: 20869e29ed user: anonymous
19:31
Use cr/nl instead of just nl at the end of every line on the check-in comment template for windows. Strip out the cr characters before completing the commit. check-in: e976aa6fcb user: drh tags: trunk
16:21 Changes to wiki page "Windows XP" artifact: b5bf7d6168 user: drh
16:20 Changes to wiki page "Windows XP" artifact: 4e39e0a9c8 user: drh
16:19
Bug fix in wiki rendering. Avoid terminating the output when an an unrecognized markup attribute appears inside <verbatim>. check-in: 71104b898d user: drh tags: trunk
15:53 Changes to wiki page "Windows XP" artifact: 61af806031 user: drh
15:45
Better error messages when trying to run "fossil ui" with an invalid or unaccessible repository. check-in: dcc48662f8 user: drh tags: trunk
15:10
Fix a C++-ism in report.c. check-in: 9e2d2676a4 user: drh tags: trunk
05:08 Changes to wiki page "Windows XP" artifact: cb9cacb542 user: anonymous
2008-06-06
20:11
Change the "omitsign" setting into "clearsign" and invert its sense. check-in: 3f706b92a5 user: drh tags: trunk
20:05
Fix to the omitsign setting. check-in: 417e7662e5 user: drh tags: trunk
2008-06-02
20:02 Changes to wiki page "Windows XP" artifact: f786b97dbd user: drh
15:18
Documentation tweaks. check-in: 42ed55e82f user: drh tags: trunk
15:01
Clicking the "Shun" submenu does not shun immediately, but only takes you to the page where you can click the "shun" button. check-in: 94a93469c8 user: drh tags: trunk
13:22 Changes to wiki page "bugs" artifact: 09fe83e517 user: anonymous
13:21 Changes to wiki page "Windows XP" artifact: 8eba5f419d user: anonymous
13:20 Added wiki page "Windows XP" artifact: fe4dad01ea user: anonymous
13:15 Changes to wiki page "To Do List" artifact: d2f06654c9 user: anonymous
09:54
Fix an assert in the rebuild command. check-in: cfb1341ae3 user: drh tags: trunk
2008-05-29
14:38
Add a missing semicolon to the previous checkin. check-in: 5b61ad3a4c user: drh tags: trunk
14:37
When redirecting to /xfer, make sure the PATH_INFO actually exists. Update the cgi_replace_parameter() routine to make sure the parameter being replaced already exists. check-in: e5b7292620 user: drh tags: trunk
14:00
Always redirect incoming HTTP requests to the /xfer method when the content-type is application/x-fossil. check-in: 16ec6e558b user: drh tags: trunk
13:05
Updates to the "concepts" document. check-in: 26a2b61dbd user: drh tags: trunk
12:10
On-line documentation tweaks. check-in: 1db8656f68 user: drh tags: trunk
01:58
Improvements to the shunning algorithm. Add the shun page and an opportunity to shun or unshun artifacts in the artifact viewer. check-in: a48474bc75 user: drh tags: trunk
2008-05-28
19:24
More ticket processing refinements. check-in: 27d2e6e458 user: drh tags: trunk
18:48
Continuing work on the ticketing system. check-in: 49380d500a user: drh tags: trunk
15:29
Split of the ticket configuratio into separately editable pieces. check-in: 86db6fa150 user: drh tags: trunk
2008-05-25
19:36
Incremental work on tickets and especially ticket configuration. check-in: ce277cadda user: drh tags: trunk
11:50
Allow command-line options of the form "--name=value". check-in: be758137b0 user: drh tags: trunk
07:50 Added wiki page "Cookbook" artifact: 8e46971181 user: michael
06:43 Changes to wiki page "Tutorial" artifact: 59e243b7e9 user: michael
06:42 Changes to wiki page "Tutorial" artifact: 55162317cb user: michael
06:41 Changes to wiki page "Tutorial" artifact: 8a1817afb5 user: michael
05:48 Added wiki page "Tutorial" artifact: a15d4e1871 user: michael
2008-05-24
23:54
Tweaks to the embedded documentation. check-in: e65e669148 user: drh tags: trunk
22:40
added autosync check to wiki commit check-in: d58ed02bed user: stephan tags: trunk
16:02
Clarification of wiki formatting rules. check-in: 3beb385964 user: drh tags: trunk
15:42 Changes to wiki page "Documentation outline" artifact: f723d12244 user: ttmrichter
15:30 Changes to wiki page "Documentation outline" artifact: 9432e8aba2 user: ttmrichter
15:24 Added wiki page "Documentation outline" artifact: afbfa8cdc9 user: michael
13:30
When reporting database errors in CGI mode, make sure the CGI header comes out first. check-in: 3dce979214 user: drh tags: trunk
11:31 New ticket [8ae201d843] . artifact: df6edf5370 user: anonymous
02:34
Fix the "card count" on sync to include the configuration cards sent and received. check-in: d53af79c81 user: drh tags: trunk
2008-05-23
21:41
corrected wiki command short help check-in: 92df4748bd user: stephan tags: trunk
19:21
Finish implementing the configuration command by adding method implementations for "import", "reset", and "pull". check-in: 28e56282c9 user: drh tags: trunk
12:24
removed USER stuff. Reorganized. i would have SWORN that i checked this in yesterday. check-in: ab5ab46206 user: stephan tags: trunk
2008-05-22
15:31
Better error message when a CGI configuration specifies a non-existant or unreadable repository. check-in: 69650f2963 user: drh tags: trunk
13:58
Begin adding the new "configure" command. check-in: e06ae9f6d2 user: drh tags: trunk
12:49
Make sure fossil_panic() text is given a proper header in CGI mode. check-in: dbfe682b92 user: drh tags: trunk
12:38
Fix a segfault on the "fossil cgi" command. check-in: b4f9d90ca3 user: drh tags: trunk
2008-05-20
20:57
fixed a typo in tktconfig.c check-in: 9d4f1b6514 user: stephan tags: trunk
15:45
new HOWTO: setting up a repo check-in: a5f1c79f28 user: stephan tags: trunk
14:45
added tip about being able to pass login info to clone URL check-in: d1477108b0 user: stephan tags: trunk
2008-05-19
15:10
Add a page describing how to do embedded documentation. check-in: 4b826eed14 user: drh tags: trunk
15:08
Clarifications of the "quickstart.wiki" documentation. check-in: 70dcb9fc8b user: drh tags: trunk
13:08
explained the clone command in a bit more detail (what it does and where to go from there) check-in: 44a4c365a7 user: stephan tags: trunk
2008-05-18
17:33
Remove the "Dangling" column from the sync status display. check-in: 64c58fd64f user: drh tags: trunk
17:29
Sync server responds to reqconfig cards. Allow cloning of repositories that contain tickets. check-in: ba8af8731f user: drh tags: trunk
17:18
Improvements to clone performance. Skip cross-linking during the clone the automatically rebuild after the clone. Fixes to rebuild to make sure all artifacts are crosslinked. check-in: 791a513c28 user: drh tags: trunk
15:51
Improvements to cloning performance. check-in: 243e02bfbd user: drh tags: trunk
2008-05-17
22:18
Begin adding code to the sync logic to transfer configuration options upon request. check-in: a241c8111c user: drh tags: trunk
21:15
Add the "Bugs" menu element on the default header. Progress on implementing bug tracking. check-in: 86ed68ba34 user: drh tags: trunk
20:32
Documentation tweaks. check-in: 06689854ae user: drh tags: trunk
19:24
Fix a bug in the new win32 server implementation. check-in: b9eec2d277 user: drh tags: trunk
18:19
Add the "ui" command to automatically launch a web browser after starting the HTTP server. The web browser choice can be configured using the "setting" command. check-in: dfb68976be user: drh tags: trunk
17:52
Make sure temporary files are well-named and are deleted after use in the win32 fossil server command. check-in: 24f336c9ae user: drh tags: trunk
17:43
Get the "server" command running under windows. check-in: e2e016c31f user: drh tags: trunk
14:49
The bug report generator compiles but still does not work right. check-in: 55342eb9fb user: drh tags: trunk
13:40
Make Th1 variable $current_page available to the header and footer. check-in: a0f1864499 user: drh tags: trunk
08:53
Allow the check-in of files show names begin with ".". Add the "private" table to repository schema but do not yet do anything with it. check-in: 525cc35bf3 user: drh tags: trunk
2008-05-16
18:57
Get rudimentary ticket editing working. check-in: 46e6a03232 user: drh tags: trunk
18:11
Progress toward getting ticket handling to work. check-in: 68c24b1857 user: drh tags: trunk
17:05
The rebuild command corrects any errors seen in the blob.size field. check-in: 5b74febbcc user: drh tags: trunk
16:01
Merge in stephan's fork. check-in: 81eb00def7 user: drh tags: trunk
15:58
Fix a typo on the concepts.wiki page. check-in: e5aac82dd5 user: drh tags: trunk
15:54
renamed fossil-verbatim to verbatim for consistency with other CSS elements. Added a reasonable default .verbatim entry. check-in: bb542b80c7 user: stephan tags: trunk
15:44
Tweaks to the home-page text. check-in: 22005927ad user: drh tags: trunk
15:44
The verbatim PRE tags now have class=fossil-verbatim to allow customization of the verbatim look/feel. check-in: 454515642c user: stephan tags: trunk
15:31
Resolve broken hyperlinks and other minor cleanup in the documentation. check-in: 16094f7ebc user: drh tags: trunk
13:55
Preserve the case of unknown HTML markup on wiki pages. check-in: a4d7e9162d user: drh tags: trunk
13:31
Add the "Index Page" setup option to allow each site to configure a page to appear when no URL is specified or when the "Home" menu option is selected. check-in: c7c81df138 user: drh tags: trunk
03:18
added optional FILE arg to wiki export check-in: 7adbf773c2 user: stephan tags: trunk
01:43
Added new "wiki create" command. Cleaned up the "wiki commit" code and added an option filename argument to both "wiki commit" and "wiki create". check-in: e03d1be55b user: drh tags: trunk
01:09
Back out the "Home Page" configuration option added by [29374daa0d] check-in: c51dd3058c user: drh tags: trunk
00:56
Fix bugs in the rendering of HTML markup with multiple attributes. This clears up a problem in displaying the "concepts.wiki" documentation file. check-in: 1bbc5b7e6c user: drh tags: trunk
00:27
Merge the fork back together. check-in: f94f7e5f49 user: drh tags: trunk
2008-05-15
22:11
fixed a used-the-wrong-var bug from that last commit check-in: 32c06fd65b user: stephan tags: trunk
22:05
/home link content can now be pulled from a Wiki entry or an arbitrary link relative to the fossil root url. See the WWW Configuration dialog for details. check-in: 29374daa0d user: stephan tags: trunk
22:03
corrected link to index.wiki check-in: 24df39d736 user: stephan tags: trunk
21:01
corrected a broken link check-in: bfab49ede1 user: stephan tags: trunk
20:28
removed as part of the /doc port check-in: fda26ca344 user: stephan tags: trunk
20:26
minor refactorings to the wiki commands check-in: bfb4d414dd user: stephan tags: trunk
20:25
initial ports of static .html to static /doc .wiki check-in: d87ca60c58 user: stephan tags: trunk
20:18
Separate the new /doc method out into its own source file. check-in: 5cf1206dfa user: drh tags: trunk
16:58
Add the "/doc" method on the server. check-in: 7351b6346d user: drh tags: trunk
15:23
Added 'wiki commit'. Minor stylistic cleanups. check-in: cde6e7a303 user: stephan tags: trunk
13:37
Update SQLite to version 3.5.9. check-in: a85cc7ce8d user: drh tags: trunk
13:35
Fix compiler warnings in wiki.c. check-in: a51699a7ad user: drh tags: trunk
2008-05-14
23:25
reorg'd/expanded the TODOs check-in: d13b3ff094 user: stephan tags: trunk
23:13
fixed to C++isms which Annotate accuses me of adding on 2008.2.2 ;) check-in: cedf518c96 user: stephan tags: trunk
23:08
corrected package description check-in: 3c6067dd07 user: stephan tags: trunk
23:02
corrected my *buntu release name check-in: 7c4eee9c9c user: stephan tags: trunk
23:01
added some help docs + TODO check-in: cf5bbd92a2 user: stephan tags: trunk
20:59
Cleanup and simplify the code for the recently added "wiki" command. check-in: decac09b7d user: drh tags: trunk
20:26
cleaned up error handling a bit, minor code style changes, s/import/commit/ check-in: feee32d3af user: stephan tags: trunk
20:02
removed 2 remaining debug lines. Cleaned up help text. check-in: 87a1a31d1d user: stephan tags: trunk
19:51
added command: wiki [export WikiName|list] check-in: 5fb1152dab user: stephan tags: trunk
12:21
Return a proper error message if the first line of an HTTP requested handed to the "http" command is blank. check-in: 0a14f18111 user: drh tags: trunk
02:03
Change the spelling of "descendant" to use the -ant suffix everywhere, including in the filename "descendant.c". The adjective form can be spelled either -ant or -ent, but the noun form requires -ant, or so says American Heritage. check-in: 6458f020fc user: drh tags: trunk
2008-05-13
13:20
Make attempts to add _FOSSIL_, manifest, and manifest.uuid warnings, not fatal errors. This allows users to say things like "fossil add *" when initially populating a new project repository. check-in: 844718abbf user: drh tags: trunk
00:19
Use the SCRIPT_NAME environment variable rather than REQUEST_URI to find the base name of the CGI script. check-in: c23469468b user: drh tags: trunk
2008-05-10
18:19
Add the -nosync option to the "open" command. We might consider making -nosync the default for "open". check-in: ec82a32b80 user: drh tags: trunk
18:09
Comment changes to the pre-commit verification logic. No changes to code. check-in: 2d581c03e5 user: drh tags: trunk
18:01
Help message cleanup. Automatically delete cloned database files if the clone fails. check-in: 6b85fd173e user: drh tags: trunk
17:22
Add the "unset" command for clearing settings. check-in: 418207989a user: drh tags: trunk
17:09
Add the --nosync option to temporarily disable autosync. Useful when off network. check-in: 9ba6e4287b user: drh tags: trunk
2008-05-07
23:56
Fix a typo on the "stat" page. check-in: cf84ce2d8c user: drh tags: trunk
17:38
Fix a couple of C++-isms in my_page.c and tagview.c. Remove the return value from autosync(). check-in: 908009fdc4 user: drh tags: trunk
12:15
Add the --proxy option to the commit and update commands. check-in: b714ab1ea7 user: drh tags: trunk
2008-05-06
12:24
Add the --proxy command-line option that can be used to enable or disable an http proxy on a case by case basis. check-in: f652599003 user: drh tags: trunk
2008-05-05
23:15
The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. check-in: d57de28756 user: drh tags: trunk
20:18
Work toward making the "h" permission mean "hyperlink". Without "h", many pages will display, but there are few hyperlinks. A message invites users to login as anonymous. check-in: 2b0d4519dc user: drh tags: trunk
19:33
Updates to quickstart document to talk about setting up a proxy. check-in: c507cfa76b user: drh tags: trunk
19:08
Fix the HOST: header to use the original URL, not the proxy URL. check-in: 1dbf332352 user: drh tags: trunk
18:39
Fix the fossil repository URL in the quickstart.html document. check-in: c7438f6dc9 user: drh tags: trunk
17:30
Honor the http_proxy environment variable as another source for the URL of the HTTP proxy if the "proxy" setting is undefined or is "off". check-in: 387cbeda3f user: drh tags: trunk
17:24
Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. check-in: 4e683ef07b user: drh tags: trunk
2008-05-01
22:49
Enable proxy support using the "fossil setting proxy" command. This check-in is made using a proxy. check-in: 676fdd088a user: drh tags: trunk
18:42
On windows builds, understand both "C:/" and "C:\" as the beginning of an absolute pathname. check-in: becc24e4e9 user: drh tags: trunk
2008-04-29
14:14 Changes to wiki page "Fossil" artifact: 77d8ca865e user: stephan
2008-04-27
16:01 Changes to wiki page "bugs" artifact: aec80699fe user: anonymous
2008-04-25
22:31
initial checkin: quick hack to generate a .deb package of fossil. check-in: adaa8411d9 user: stephan tags: trunk
21:51 Changes to wiki page "bugs" artifact: 29c2bb2a93 user: stephan
21:49
LIB is now += LDFLAGS so that i can link on OpenSolaris (need -lsocket) check-in: 1bceafc4d0 user: stephan tags: trunk
21:45
s/strnlen/strnlen_/g for the local strnlen impementation because the name fataly collides with a func from standard headers in some gcc versions (e.g. GnuSolaris/Nexenta w/ gcc 4.0.x). check-in: 0c78ba2eb4 user: stephan tags: trunk
2008-04-10
12:24
Fix the "tag add" command to report an error if given an invalid UUID argument. check-in: 0d9abccbb6 user: drh tags: trunk
2008-03-17
23:48
Fix a typo in the mkdownload.tcl script used to generate the download.html page. check-in: 8dae3bc320 user: drh tags: trunk
21:21
Update the website to include links to the download page. check-in: bbbee5fc37 user: drh tags: trunk
21:14
Added the mkdownload.tcl script for generating the download.html page. check-in: 50e953a810 user: drh tags: trunk
2008-03-14
21:07 Changes to wiki page "Import CVS Repositories" artifact: b451033b26 user: aku
21:06 Changes to wiki page "Import CVS Repositories" artifact: f2c05a6ad2 user: aku
12:43
Fix an assertion fault: detect when content_get() is called with an invalid artifact id and return 0. check-in: 4e2bd38577 user: drh tags: trunk
11:17 Added wiki page "bugs" artifact: a1af4a7d1c user: anonymous
11:07 Changes to wiki page "Fossil" artifact: dcfb69b38c user: anonymous
11:06 Changes to wiki page "Fossil" artifact: 2a7074959c user: anonymous
2008-03-12
00:30
Initial NSIS script for creating installer on Win32 check-in: 76bd88c262 user: mjanssen tags: trunk
2008-03-11
20:00
make test should find test script relative to the SRCDIR so it will work when run from a separate build directory. This also allows 'make test' to run with Makefile.w32 check-in: 7c0bd3ee08 user: mjanssen tags: trunk
19:21
Fixed Win32 build breakage check-in: dbb2cee113 user: mjanssen tags: trunk
2008-03-10
16:46
Fix a bug introduced by recent optimization efforts. check-in: f763b84198 user: drh tags: trunk
2008-03-08
19:42
Additional speed improvements for clone and rebuild. check-in: 043d63d4aa user: drh tags: trunk
18:59
Speed enhancement in the findSrcid() routine of content.c. Allow 5 digit numbers on counts while syncing. check-in: 8010bb41e1 user: drh tags: trunk
14:52
This version is able to clone the entire TCL repository in 12.5 minutes and to rebuild the cloned TCL repository in 2.5 minutes. There is still a lot of performance work to be done, but this is good enough for the time being. check-in: 0afb5e8e39 user: drh tags: trunk
13:49
Add the "Compression Radio" line to the "stat" page. check-in: 9aaad3e799 user: drh tags: trunk
2008-03-06
22:58
Work toward making fossil work better on large repositories. This version implements a cache in the content manager. It is not clear yet if this is necessarily a good idea - this check-in might end up on an abandoned branch at some point. check-in: 61ddd63b72 user: drh tags: trunk
00:26
Fix problems on the stat page that appear for larger repositories. check-in: 80dc46d635 user: drh tags: trunk
2008-03-05
05:28
cvs2fossil, fixed off-by-one errors in the application of RCS patches. check-in: 68cf3ecdb7 user: aku tags: trunk
03:45 Edit [f4aa6d09d347af81|f4aa6d09d3]: Add tag "cvs2fossil-complete". artifact: b77ae8146e user: aku
03:44
Merge to [f08599e87b]. check-in: f4aa6d09d3 user: aku tags: cvs2fossil-complete, trunk
03:42
Split the current import pass into three, for files, changesets, and finalization (fossil rebuild). check-in: 31b15fcf30 user: aku tags: trunk
03:42
Extended main import method (pushto) to handle all types of changesets, not only revisions. Tag changesets lead to tagging of imported revisions, branch changesets reflect the proper location where branches start, and make it possible to handle tagging of branches without revisions as well. Modified code returning changesets for a projects to retur... check-in: 983090a343 user: aku tags: trunk
03:35
Extended test-import-manifest to return not only the record-id, but the hash uuid as well. Extended the fossil accessor class with methods for regular and branch tagging. Split the initialization from construction (needed for when we split the import pass into three), and a method to set/retrieve the accessor's configuration (persistence across pas... check-in: b7fc4d9d04 user: aku tags: trunk
03:30
Remember #commits to a workspace (= lod), and also their parental relationship. This will be used to control branch tagging (add/cancel), and provides us with the proper names for the tags as well. check-in: 011fb38dda user: aku tags: trunk
03:24
Reverting the change of [a5840849d0]. Use of 'preferedparent' is ok. The problem I attempted to fix is properly fixed by looking at the branch changesets as well during import, and by acknowledging that there can be branches which have no changesets committed to them. check-in: 99004d57a3 user: aku tags: trunk
2008-03-03
16:50
Fix a privilege problem in the default page header. check-in: f08599e87b user: drh tags: trunk
2008-03-02
01:09
Changed the printing of the symbol tree to be based on table 'preferedparent', and introduced two procs to shorten the fomratting code. check-in: ae53becda4 user: aku tags: trunk
01:07
Fixed typo in a comment, and extended the description of the pass to be more clear. check-in: e3e3d301fc user: aku tags: trunk
01:06
Fixed typo in a comment. check-in: 479c96c0fc user: aku tags: trunk
2008-02-28
19:38 Changes to wiki page "UserPermissions" artifact: 6a5f99cbf2 user: anonymous
2008-02-27
08:00
Fix comment typo, and add comment about possible simplification. check-in: 83ecb5b945 user: aku tags: trunk
04:15
Merged with [82fc5abb60]. check-in: 2e84fb3e54 user: aku tags: trunk
04:14
Added options --tempdir, -t to redirect the importer to a user-specified directory for temp files and directories. check-in: c5e9fa8d70 user: aku tags: trunk
2008-02-26
17:57
Cut over to the new timeline code. Remove the older timeline. check-in: 82fc5abb60 user: drh tags: trunk
17:32
Improvements to the text description on the "ntimeline" page. check-in: 7915bd0665 user: drh tags: trunk
16:48
Work on a new timeline implementation. Currently implemented as "ntimeline" since it is not yet ready to replace the existing timeline. check-in: e6aa161204 user: drh tags: trunk
15:07
Added trailing newline to file b/c gcc complains about it check-in: 1cde715739 user: stephan tags: trunk
04:55
Merged with [aa519dbd99]. check-in: 91fd4205ea user: aku tags: trunk
04:53
Updated method 'drop' of changesets, the in-memory parts have migrated to 'destroy' as part of the work on pass InitCSets. check-in: 8dd5afbc80 user: aku tags: trunk
2008-02-25
14:05
The Login/Logout text was reversed. Fix it. check-in: aa519dbd99 user: drh tags: trunk
02:26
Add the "stat" webpage showing repository statistics. check-in: e71e4d3193 user: drh tags: trunk
00:18
Fix a bug in the "info" webpage. check-in: 16e765bac5 user: drh tags: trunk
2008-02-24
21:51
Add a human-readable description on each timeline. Add the "ancestors" and "decendents" links on the baseline information pages, making it easier to understand the context of a baseline. check-in: e38c89130f user: drh tags: trunk
18:50
Merged to [ed26056bb5]. check-in: 588bb7cd73 user: aku tags: trunk
18:01
Updated my notes regarding memory usage. Converted more locations to incremental query processing via 'state foreachrow', now throughout the importer. check-in: f637d42206 user: aku tags: trunk
04:43
New command 'state foreachrow' for incremental result processing, using less memory. Converted a number of places in pass InitCSet to this command, and marked a number of othre places for possible future use. check-in: 6559f3231e user: aku tags: trunk
02:16
Plugged memory leak in changeset destructor. Updated commentary. Reformatting of a few integrity checks for readability. check-in: 4b0f43fb2f user: aku tags: trunk
00:14
Changed the encoding of the values stored in DEPC. Keep only start/end of the range, not the list of all positions in it. That caused the memory-blowup. check-in: 59b54efab5 user: aku tags: trunk
2008-02-23
20:18
Split internals of breakinternaldependencies into more manageable pieces in prep for upcoming work on the handling of pseudo-dependencies. check-in: 530168ec30 user: aku tags: trunk
20:17
Fix code handling --memory-track, missed import of its supporting command. check-in: 0246783012 user: aku tags: trunk
07:12
Tweaked integrity output lightly. check-in: 7c6df76554 user: aku tags: trunk
07:10
Fix extraction of memory data from the log, pipe symbol is special. check-in: cff0185200 user: aku tags: trunk
06:40
Merged bugfix [b3d61d7829] into the main branch for optimization of memory usage. check-in: efec424a19 user: aku tags: trunk
06:37
Merged bugfix [b3d61d7829] into this semi-abandoned branch just in case we will work on it again. Do it now instead of forgetting it later. Closed-Leaf check-in: 383c10f004 user: aku tags: trunk
06:33
Fixed bug made in [f46458d5bd] which prevented the saving of the changesets generated by the breaking of the internal dependencies. check-in: b3d61d7829 user: aku tags: trunk
2008-02-21
16:16
fixed a small copy/paste error in /setup_ticket check-in: ed26056bb5 user: wanderi1 tags: trunk
15:50 Changes to wiki page "Opera" artifact: e32ccdcda5 user: anonymous
14:27
Record whether or not files have their execute permission bit set. Set or clear the execute permission bit upon checkout. check-in: 33c31f73cd user: drh tags: trunk
05:13
Added high-level logging for memory tracing to the code breaking the preliminary changesets. First runs indicate that the DEPC array becomes so very large, caused by a high amount of indirect dependencies (several hundred). check-in: c2ad73ed92 user: aku tags: trunk
2008-02-20
17:13
made hyperlinks in the footer div less ugly. check-in: 89a2d5e899 user: stephan tags: trunk
06:03
Modified the changeset class to move handling of the changeset lists to fully after their creation and storage. This is item (3) in cvsfossil.txt. The results do not satisfy however. During the creation of each changeset memory usage is (fractonally) lower, however at the end, after all changesets haven been loaded memory usage is consistently high... check-in: faf57d7462 user: aku tags: trunk
2008-02-19
21:58
tclfossil: added schema command Closed-Leaf check-in: 8c4b530084 user: mjanssen tags: tclfossil-1
18:05
tclfossil: initial directory structure and package split up check-in: 2b9c6df430 user: mjanssen tags: tclfossil-1
2008-02-17
02:06
Reworked the basic structure of pass InitCSets to keep memory consumption down. Now incremental creates, breaks, saves, and releases changesets, instead of piling them on before saving all at the end. Memory tracking confirms that this changes the accumulating mountain into a near-constant usage, with the expected spikes from the breaking. check-in: f46458d5bd user: aku tags: trunk
00:31
tclfossil: initial version of clone that can get first igots check-in: 60b40f293a user: mjanssen tags: tclfossil-1
2008-02-16
18:49
Fixed memleaks of date-related header strings. check-in: 88948d582a user: stephan tags: trunk
06:46
Extended pass InitCsets and underlying code with more log output geared towards memory introspection, and added markers for special locations. Extended my notes with general observations from the first test runs over my example CVS repositories. check-in: 27ed4f7dc3 user: aku tags: trunk
06:45
Integrated memory tracking into the option processor for activation and configuration, and into the log system for use. The latter means that each actual output to the log is an introspection point. check-in: 7b71f64766 user: aku tags: trunk
06:43
Created a memory tracking subsystem to investigate memory consumption of the system in general, and pass InitCsets in particular. getmemory series is a postprocessor pulling the data out of the log and into a tables gnuplot is able to handle. check-in: 8287044ecd user: aku tags: trunk
2008-02-14
04:27
Bugfix. Allow for removal of a path from a workspace which was not added to the workspace yet. Issue a warning when encontering this. check-in: a25bafb76a user: aku tags: trunk
04:26
Tune log output tracking the creation workspace objects, make them less stilted. check-in: 300f31260b user: aku tags: trunk
02:49
Continuing work on tickets (still not working right.) Improvements to the web pages. check-in: 3122fc4c7e user: drh tags: trunk
2008-02-13
22:31
Cut over all code to use TH1 instead of subscript. Completely remove the subscript interpreter from the source tree. check-in: fde1d82372 user: drh tags: trunk
21:33
Corrected tagxref.srcid/rid confusion in the queries. Links now go where i want them to. check-in: 0ff4e918f4 user: stephan tags: trunk
19:50
The entire header, including the menu bar, is now generated by TH script. This allows the menu bar to be customized by editing the header script. check-in: ffe92f1a2f user: drh tags: trunk
18:18
TH1 script now used to render the header and footer of each page. check-in: 3ad9a5e210 user: drh tags: trunk
16:21
Create the interface between TH1 and the rest of fossil. Subscript is still being used, though. This is a preparatory step toward cutting over to TH1. check-in: 13e16c824a user: drh tags: trunk
15:04
Add the TH1 code to the source tree and makefile. But do not yet make any calls to TH1. check-in: 4ee9e31a2d user: drh tags: trunk
14:44
Merge with aku's branch. check-in: be2f99e6a4 user: drh tags: trunk
12:39
Update homepage with links to competing projects. check-in: 852dbbb65d user: drh tags: trunk
04:57
Tuned the handling of the vendor branch in case we have multiple different symbols representing it. The import pass now effectively merges these symbols into a single line of development. check-in: 6d5de5f1c1 user: aku tags: trunk
2008-02-12
06:23
Extended my notes. check-in: de03c8b1ea user: aku tags: trunk
05:39
Time information extended to include a total summed over all passes. Output extended to include formatted time data (hours, minutes, seconds). check-in: 7817ff2212 user: aku tags: trunk
04:25
Report destination file for repository, and fix bug with the naming of the destination triggered when importing a repository in toto. check-in: 0d02fe6c7a user: aku tags: trunk
04:24
Added code to skip of administrative .cvsignore files. Added code to detect and warn about dot files (.FOO). Allow the user to import dot files by converting their names to non-dot form (.FOO -> dot-FOO). check-in: c1dc8701ef user: aku tags: trunk
00:31
fixed a string memleak in baseline_zip_page() check-in: 1ce0ac53ef user: stephan tags: trunk
2008-02-10
17:17 Changes to wiki page "Auto-completion" artifact: a3bcc6073b user: anonymous
16:50 Changes to wiki page "Auto-completion" artifact: e02f3652b8 user: anonymous
15:18 Changes to wiki page "Auto-completion" artifact: 667014dcd9 user: anonymous
15:15 Changes to wiki page "Auto-completion" artifact: ad3f81e03c user: anonymous
15:14 Added wiki page "Auto-completion" artifact: 7509ac707b user: anonymous
2008-02-09
09:21
Fix grammar check-in: c1d9e0f4f8 user: bch tags: trunk
00:11
Issue a warning after a commit if the commit causes a fork. check-in: 49b59bc559 user: drh tags: trunk
2008-02-08
22:36
Truncate the name of the toplevel directory added to ZIP archives to be the first 10 characters of the UUID. check-in: 73a9b3d5d1 user: drh tags: trunk
22:31
Change zip archiver to make use of blob.c mechanisms for adding prefixes to file names. Remove C constructs that are not commonly supported. check-in: 4bbb00a8c8 user: drh tags: trunk
22:02
minor buffer length fix for the previous change check-in: 091499ec1a user: stephan tags: trunk
21:52
Merge in changes from Andreas's branch. check-in: 6b78df3861 user: drh tags: trunk
21:51
Merge in changes from Stephan's branch. check-in: 8672e243f8 user: drh tags: trunk
21:50
Fix the branch subcommand so that the branch name tags it creates begin with "sym-". check-in: ce08928aaa user: drh tags: trunk
21:42
Rename the 'clearsign' setting to 'pgp-command'. Remove the 'safemerge' setting - safemerge is on by default and cannot be disabled. check-in: 5cc845cfeb user: drh tags: trunk
21:33
zip.c: Refactored zip_of_baseline() to accept an (optional) "synthetic" directory name. All zipped files are added to that subdir. The default name is currently the UUID of the zipped baseline. check-in: 974fd92330 user: stephan tags: trunk
21:23
Improvements to annotated diffs - now takes into account contributions from other branches. check-in: 840699ecd9 user: drh tags: trunk
19:57
refactored to add a shared submenu. check-in: da106eb09c user: stephan tags: trunk
19:54
added a link (for admin users only) to the admin page check-in: c4d6b89e97 user: stephan tags: trunk
17:27
Merge two branches that were created within one second of one another. There is a race condition in the anti-forking logic that allowed this fork to occur. check-in: 373e42de1d user: drh tags: trunk
17:22
Avoid showing a short block of unchanged code at the end of a unified diff. check-in: ba433cc4fc user: drh tags: trunk
16:27
correction to the 'warning' text in admin_sql_page() check-in: 138177c30e user: stephan tags: trunk
16:24
minor efficiency hack in tagview_page_list_tags() check-in: 6d67f3c7c7 user: stephan tags: trunk
16:24
Fail with an error if a file is outside the checkout tree. check-in: b3ec774ab7 user: drh tags: trunk
04:49
Properly initialize the array containing the changesets split by type. check-in: 21d9664fb5 user: aku tags: trunk
2008-02-07
18:01
fixed a 2-string memleak in tagview_page_list_tags() check-in: 2ae7890060 user: stephan tags: trunk
15:08
Rename admin_sql_page.c to admin.c. Refactor the strxform functions into SQL functions. Refactor the db_generic_query_view() routine. Fix multiple security vulnerabilities. Bring the code closer into compliance with style guidelines. check-in: 007d1ce44f user: drh tags: trunk
13:33
Remove tokenize_path.c. Is not used for anything and does not follow the coding style of the rest of fossil. The 16-line hyperlinked_path() function in browse.c seems to accomplish the same thing. check-in: 76e637a945 user: drh tags: trunk
10:33
typo fix check-in: 66b13f1015 user: bch tags: trunk
05:31
added missing #include check-in: 58ee4e6e16 user: stephan tags: trunk
2008-02-06
19:37
refactored db_generic_query_view() to use sqlite3 API directly so that it can treat SQL errors as non-fatal. check-in: 0dc3e7a0d5 user: stephan tags: trunk
19:02
added tokenize_path.c, containing a convenient path-like-string tokenizer and render_linked_path() to HTML-ize a path. check-in: 7f9226a858 user: stephan tags: trunk
05:06
Remembered a problem I have to deal with, added to my notes. check-in: d2b1d3be25 user: aku tags: trunk
05:04
Updated the copyright information of all files touched in the new year. check-in: 66235f2430 user: aku tags: trunk
04:58
Updated my notes tracking the known problems. check-in: 9f297fed37 user: aku tags: trunk
04:57
Fixed bug computing a symbol's parent. preferedparent is the voting table, not the home of the definite information. The bug caused the use of the wrong parent lod during the import of changesets. Luckily the chosen parent was not known yet, causing an abort. check-in: a5840849d0 user: aku tags: trunk
04:55
Get the line of development for changesets directly from the items and their lod references. The in-memory data from the meta table is out-of-date since the adjustment of parents in pass 'FilterSymbols'. Print the LOD information when sorting the changesets. check-in: 0d13da3018 user: aku tags: trunk
04:51
Print the tree of symbols (i.e. definite parents) at high verbosity levels. check-in: 70acbf63ec user: aku tags: trunk
03:05
Remove string_xform.c from the makefile. Require a "sym-" prefix on tags used to name baselines or branches. The prefix is omitted when the tag is used for this purpose; it is only there to avoid ambiguity with other built-in tag names. check-in: 41cf3e7c1d user: drh tags: trunk
2008-02-05
20:49
Removed annoying yellow/red placeholders. Added links to your wiki changes and your *file* commits. check-in: 4280e0d1f6 user: stephan tags: trunk
20:48
Moved string_xform.c code into encode.c, since that code serves a similar purpose. check-in: 91f151d57a user: stephan tags: trunk
20:47
Moved string_xform.c code into encode.c, since that code serves a similar purpose. check-in: 97db3c0433 user: stephan tags: trunk
20:13 Changes to wiki page "To Do List" artifact: 4429aa8717 user: anonymous
20:12 Changes to wiki page "To Do List" artifact: 0533219b29 user: anonymous
15:52
Added tracking of file removal in changesets. check-in: c9270189c2 user: aku tags: trunk
15:51
Moved log output for changeset log message to higher verbosity level. check-in: 8ec5d8c87c user: aku tags: trunk
06:09
Accept a last trunk-changeset on a vendor branch with the :trunk: already defined, and warn. Force changeset to be vendor-only, out of trunk. check-in: a1bbf19d51 user: aku tags: trunk
06:08
Removed bogus (early) unset. check-in: 7caaf7afd5 user: aku tags: trunk
00:01
Added /admin/sql page. Added a 'const' to db_generic_query_view() check-in: 6f05b4292a user: stephan tags: trunk
2008-02-04
23:14
Added style info to db_generic_query_view(), so it can be styled via css check-in: 0095e24ba9 user: stephan tags: trunk
19:11 Changes to wiki page "To Do List" artifact: 7eb7570ded user: drh
19:08
Hyperlinks to directory browser pages on the pathname in the title of the file history viewer, finfo. check-in: a20dcb5c26 user: drh tags: trunk
19:07
On the printf extension converters (ex: %T, %w) the "alternate form flag" (ex: %#T, %#w) means first read an integer from the argument list and then only process that number of characters from the string or blob that is read next from the argument list. check-in: 8c3ec00311 user: drh tags: trunk
18:28
Add support for annotation in the web interface. check-in: eae7ddfa4e user: drh tags: trunk
17:34
Allow manifests with zero files. This fixes a problem in which some files do not appear in the filename table. check-in: c8da83ca36 user: drh tags: trunk
17:27
Added link to /timeline?u=... Added several TODO markers. check-in: d27a905b1f user: stephan tags: trunk
17:26
Added 'achtung' class. See the code comments. check-in: b5b04dcf85 user: stephan tags: trunk
16:39
Begin inserting code to implement an "annotate" command. check-in: 9b68bc33bd user: drh tags: trunk
14:24
Additional cleanup in the differencing engine. The new "dir" webpage now uses name= instead of the d= for the query parameter. check-in: e81cc91aa4 user: drh tags: trunk
14:05
Improvements to comments on the diff algorithm code. Completely remove the older Wagner/Myers algorithm which had been commented out. check-in: eeea77f340 user: drh tags: trunk
13:53
Tweaks to the diff algorithm give a 4x performance increase. Now comparable to command-line diff. check-in: e8cf0061cc user: drh tags: trunk
13:14
Better error message when attempting to create a new repository in a directory that does not exist. check-in: 97ff24dec7 user: drh tags: trunk
06:26
Added some musings to one of the situations to deal with. check-in: 812c91bb8d user: aku tags: trunk
06:05
Reworked the revision import to use the new state tracking system instead of the simple array. Moved some log outputs. Added a file listing the known problems to prevent me from forgetting stuff as it piles up :/ check-in: e1dbf3186d user: aku tags: trunk
06:02
Moved the really large log output during revision import (log message, and command) to very high log levels. check-in: e7138d7f9c user: aku tags: trunk
06:01
Added classes to track the state of a workspace, and of the whole revision import. check-in: d011e0b008 user: aku tags: trunk
06:00
Added note of an idea taken over by Mark Janssen. check-in: 4e02d677c2 user: aku tags: trunk
05:59
Fixed a typo. check-in: 2f70125d48 user: aku tags: trunk
02:45
Add file and directory browsing capabilities to the web interface. check-in: e487b77b1a user: drh tags: trunk
00:25
Honor the -f flag on commit. (It was using -r in place of -f due to a typo, apparently.) check-in: e0580dfeee user: drh tags: trunk
2008-02-03
22:12
login_page() now honors the 'g' (goto) parameter after a successful password update check-in: 44811a65f8 user: stephan tags: trunk
22:07
Added rudimentary /my page. check-in: 334f8e6e2f user: stephan tags: trunk
21:56
refactored some /tagview code into more generic bits. Added string_xform.c. check-in: 9c01af2d22 user: stephan tags: trunk
21:50
added db_generic_query_view() to simplify /tabview and /my implementations check-in: 74ba41a510 user: stephan tags: trunk
18:18
tclfossil: added revlist command check-in: 1c92462c04 user: mjanssen tags: tclfossil-1
18:00
Fixed a memory leak in tagview_page_list_tags(). Minor other refactorings. check-in: 2cb3290e67 user: stephan tags: trunk
17:22
Corrected incorrect access rights check (did require Setup rights). Documentation corrections/additions. A few style conformance formatting changes. check-in: b81e93f576 user: stephan tags: trunk
16:35
got rid of '... might be used initialized' warnings check-in: 649dd8a6af user: stephan tags: trunk
16:32
Refactored to use a shared query-rendering routine. check-in: 02a7c850b4 user: stephan tags: trunk
16:23
tclfossil, starting with db_ commands check-in: 7f9c5ee722 user: mjanssen tags: tclfossil-1
02:41
Merge in some changes to the CGI reply generator that we made back in early December but got lost on an abandoned branch. Distributed version control is nice, but it also leaves open the real danger of losing changes this way. We need to work on interface features to minimize the risk of losing changes like this, and to identify lost changes quic... check-in: b312f5ff5b user: drh tags: trunk
02:38
Documentation updates. check-in: c403f9dc40 user: drh tags: trunk
02:27 Changes to wiki page "Fossil" artifact: 5de4e29cab user: drh
02:25 Changes to wiki page "MailingList" artifact: 85b5663382 user: drh
02:25 Added wiki page "MailingList" artifact: b6aeb34edf user: drh
01:36
Merged importer to mainline. check-in: 0523983440 user: aku tags: trunk
01:33
Removed the now obsolete textrange information from the revision table and updated the file revision code to not store its textrange any longer. check-in: 3e76f2a5f0 user: aku tags: trunk
01:25
Added a few search features (name/id/name-like). Changed default view to only show the 10 [arbitrarily chosen #] most recent tags. Still need to sort out tags for different types of entries (wiki/ticket/baseline) check-in: 2ab3a2f603 user: stephan tags: trunk
00:45
Modified filtering pass to drop the blobs of excluded revisions, for them we can be sure that we will not need them later, as whole branches are dropped. Modified the file import to use the new blob information to setup the expansion graph. This fixes the trouble we had with archive files in bwidget. They are now properly expanded. check-in: 83d75a6c23 user: aku tags: trunk
00:15 Changes to wiki page "Fossil" artifact: b0d47c73a5 user: drh
00:04
Extended the collection of revisions for a file with a separate blob store to manage the text ranges of revisions and their dependencies separate from the revisions. This will be used later (upcoming) to properly expand a file even if revisions were removed as irrelevant during the collection and filter passes. check-in: aa04ac9d10 user: aku tags: trunk
2008-02-02
23:48
Stylistic changes to the C code that implements the tagview page. check-in: 10437374a7 user: drh tags: trunk
23:39
A completely new diff algorithm. It is not guaranteed to find the minimum difference between files, but it seems to do a good job and runs much faster on larger files. But command-line diff is still faster for really large files. More work needed. check-in: 95c07a5033 user: drh tags: trunk
22:59
Reworked the storage of the text range a bit, split immediately (settext) and store the pieces, instead of splitting everytime a piece is needed. check-in: f94f7e17d1 user: aku tags: trunk
22:42 Changes to wiki page "Fossil" artifact: 3ea631053c user: stephan
21:10
added /tagview page - a simple browse-by-tag interface check-in: 02d1ed6ad2 user: stephan tags: trunk
18:51
corrected two 'var may be used uninitialized' warnings check-in: 01d3c33874 user: stephan tags: trunk
18:44
fixed a minor memleak in update.c:revert_cmd() check-in: 22cc813f8e user: stephan tags: trunk
07:33
Merged with mainline. check-in: dbdc160161 user: aku tags: trunk
07:03
Changeset handling, extended logging of how parent is determined. Fossil access, fixed importrev call to use correct workspace/repository. Fixed handling of output, stripping unwanted text, checking of output syntax. Extended logging. Added final 'rebuild'. NOTE: formation of the changesets/manifests is buggy, is not tracking unchanged files across... check-in: 9214c11831 user: aku tags: trunk
06:49
Dropped primary key of temp table __im, record ids are not unique. Scenario: Several empty files. All have the same id, different paths. check-in: dfb6ee3bac user: aku tags: trunk
05:07
Fix use (scoping) of revision items when looking for vendor branch data. check-in: b405f4fc04 user: aku tags: trunk
05:05
Fix bad setup of comment for manifest. check-in: bd9703dee6 user: aku tags: trunk
2008-02-01
19:58
Fix the makefile so that you can build twice in a row from the source directory and it still works. check-in: 1b52d1306e user: drh tags: trunk
15:35
Update sqlite to version 3.5.5 plus patches. check-in: 6cdf470948 user: drh tags: trunk
12:39
Fix a typo on the user setup page. Reported via email by Brad Harder. check-in: 5d3783bd61 user: drh tags: trunk
05:33
Activated invokation of the fossil command importing a revision. check-in: 41c9b79928 user: aku tags: trunk
05:32
Fixed description of file checkin.c. Implemented new command test-import-manifest. Updated fossil accessor code in the importer to the changed command line API of test-import-manifest. check-in: b7a93530ef user: aku tags: trunk
05:29
Made remove_from_argv public for use by the upcoming test-import-manifest command. Fixed description of verify_all_options. Initialized variable to silence gcc warning. check-in: da4f0c2638 user: aku tags: trunk
05:25
Reworked the code determining the parent of the currently committed changeset. It should now handle the transition from vendor branch to trunk correctly. check-in: e8efbc317a user: aku tags: trunk
2008-01-31
22:04
Add a configuration option to the Setup/Access page that allows the user to set the xfer download limit. Increase the default xfer download limit to 5 million bytes. Increase the minimum phantom request limit from 100 to 200. check-in: bb3a25e2f0 user: drh tags: trunk
21:54
The client-side of a sync uses an adaptive approach to limit the number of "gimme" requests on each HTTP round-trip. This reduces traffic on a large clone. The number of "gimmes" on each round-trip is the larger of 100 or twice the number of files received on the previous cycle. check-in: 95fab8c60b user: drh tags: trunk
21:31
Fix a bug in the db_get_int() routine that was causing the default value to be ignored - resulting in very slow clones for systems without a configuration database. check-in: bf1a30c9c0 user: drh tags: trunk
07:14
Added high-verbosity (level 11) logging to trace the application of rcs patches. check-in: e5ae612c8d user: aku tags: trunk
06:25
Tinkered with the revision information transfered from a changeset to push, to the fossil accessor code, modified the logging as well. check-in: 7c43583de1 user: aku tags: trunk
05:39
Moved the most complex parts of pushto into their own commands. check-in: 3cd599cacd user: aku tags: trunk
2008-01-30
21:58
Created fossil in Tcl branch check-in: 2f165897f6 user: mjanssen tags: tclfossil-1
21:53
Branch created tclfossil check-in: abbdb0e8c9 user: mjanssen tags: tclfossil-1
19:18 Changes to wiki page "Import CVS Repositories" artifact: 3b08faa93f user: anonymous
08:28
Added basic import of changesets. Note that this code is incomplete with regard to handling the various possible interactions between a vendor-branh and trunk. check-in: 348e45b0d6 user: aku tags: trunk
08:25
Added placeholder code to the fossil accessor class for the import of a revision. currently only logging the call. check-in: f9e0d23d97 user: aku tags: trunk
08:23
Broke package dependency cycle introduced when moving the cset load code from the InitCsets pass to the cset class. check-in: 9e1b461b2f user: aku tags: trunk
08:20
Extended log writing to handle multi-line log messages. check-in: 81a297a66a user: aku tags: trunk
03:23
Moved the code loading changesets from state to its proper class. check-in: 49dd66f64f user: aku tags: trunk
03:10
Fixed the names for the case-sensitive file operations. check-in: ed13b28b13 user: aku tags: trunk
2008-01-29
04:05
Moved the new case-sensitive file checking code into the misc package with descriptive command names, to recapture clarity of code at the calling places. check-in: edc46651c7 user: aku tags: trunk
01:11
Error message on "commit" or "user default" if the user does not exist. check-in: e2a42f7a68 user: drh tags: trunk
00:38
Fix a bug in the "user default" command. check-in: 0921b68f66 user: drh tags: trunk
00:12
cvs2fossil: add -nocomplain flag to glob to prevent an error if no files/dirs match check-in: 6625739eda user: mjanssen tags: trunk
2008-01-28
23:57
Changes to cvs2fossil to import tcllib CVS into fossil on Win32

* using [::file] instead of [file] in snit methods to get the core file command * taking care of files that only differ in case in the Attic and the repo on case insensitive FS * passing platform specific check-in: 7208c7ac4d user: mjanssen tags: trunk

18:29
REPLACE into the event table rather than INSERT. check-in: 7aa9a2e206 user: drh tags: trunk
2008-01-27
20:43
Added log output to make the log during file import more complete. check-in: e60ba15821 user: aku tags: trunk
20:43
Added debug helper methods. Fixed description of symbol reference in instances. check-in: 970be48fce user: aku tags: trunk
20:42
Allow for detached branches when checking lod consistency. Fixed formatting nit. Added debug helper method. check-in: d3aa33884b user: aku tags: trunk
20:40
Fixed bug in the code detaching a vendor branch. Left link to removed parent dangling, and killed connection to first on branch. No more. check-in: 0adaabf112 user: aku tags: trunk
20:38
Added comments to the sql commands in the integrity checks. check-in: 727f370c29 user: aku tags: trunk
2008-01-19
06:07
More comments on sql statements. check-in: 6809145eb1 user: aku tags: trunk
2008-01-02
14:53 Changes to wiki page "To Do List" artifact: db6c6f303b user: anonymous
2007-12-31
11:20 Added wiki page "Opera" artifact: e15992f475 user: anonymous
11:17 Changes to wiki page "To Do List" artifact: eb98d9f225 user: anonymous
2007-12-13
16:24 Changes to wiki page "To Do List" artifact: a1d2da3e5f user: jeremy_c
2007-12-08
03:39
More comments on sql statements, slight reordering of some tables and conditions. check-in: f7fe15cd0c user: aku tags: trunk
02:59
Added comments explaining the select statement checking revision/file/project/metadata integrity check-in: 808fbc4745 user: aku tags: trunk
2007-12-07
18:29 Changes to wiki page "Import CVS Repositories" artifact: 1b7107cc28 user: aku
08:55
Removed two unused classes. check-in: 97e0e9dda9 user: aku tags: trunk
2007-12-06
04:05
Reworked time keeping in the pass manager, the microseconds kept by by the 'time' command flow over after roughly 72 minutes (2^32 microseconds). We now use 'clock seconds' to explicitly keep time. This should flow over only after abuut 136 years. The loss of resolution is ok, the converter does not need it. Seconds are good enough. check-in: 9a763fe596 user: aku tags: trunk
03:58
Extended traversal core to allow custom labeling of the log output immediately before the traversal starts. check-in: b81901adcb user: aku tags: trunk
03:56
Removed the automatic destruction of the traversed graph from the traversal core and put it into the caller (import only, currently). check-in: b59cdc7f8a user: aku tags: trunk
03:54
Added progress feedback to the file import, and moved the log output to level 8. check-in: 08f8085700 user: aku tags: trunk
03:48
Fixed handling of empty revisions. check-in: bf0b70d5e0 user: aku tags: trunk
2007-12-05
21:35 Changes to wiki page "Import CVS Repositories" artifact: ab72e74534 user: anonymous
21:02 Changes to wiki page "Import CVS Repositories" artifact: f692396968 user: anonymous
08:07
Merged mainline into my branch to get the newest application. check-in: d0305b305a user: aku tags: trunk
07:58
Bugfix. Translation implies encoding, not the reverse. This caused problems when parsing files with mixed-mode line-endings. The generated char offsets and lengths were off. Found during expansion. check-in: 6f1c4424b4 user: aku tags: trunk
07:57
Created new pass for the import of files and changesets. Uses the new file method and fossil accessor class to handle the file import. Changeset -> manifest conversion is _not_ covered yet. check-in: d9fc75e587 user: aku tags: trunk
07:55
Extended file handling with main logic to import an archive into fossil. Main parts are determining the various orders for expansion and import, and expanding all revisions in an archive into full texts, iteratively applying the stored deltas. check-in: e100314ec2 user: aku tags: trunk
07:53
Integrated the new fossil management class with the option processor. New option --fossil to specify the fossil executable if it was not found in the PATH, or to overide the PATH. check-in: 1a20a81f33 user: aku tags: trunk
07:52
Added helper class managing access to fossil repositories. Already has a basic method to import and delta-compress a series of files. Used 'test' commands of fossil to get the necessary low-level access. check-in: b6bf21e2a8 user: aku tags: trunk
07:50
Put the graph traversal core of the cycle breaker core into a separate class, for use in other parts of the system. TODO: Rewrite the cycle breaker core in terms of this class. check-in: e701313733 user: aku tags: trunk
07:47
Extended project class with method return full path of the project, i.e. inclusive its repository base path. check-in: 82e35d3304 user: aku tags: trunk
02:40 Changes to wiki page "Import CVS Repositories" artifact: 1f8711cf17 user: aku
02:32 Changes to wiki page "Import CVS Repositories" artifact: a36f7cb9bc user: aku
02:29
Went to explicit var-substitution for the dynamic sql queries, makes formatting easier. check-in: 0ee9711e2e user: aku tags: trunk
02:25
Fixed typo, although it did not break anything. check-in: 5b2d15f183 user: aku tags: trunk
02:24
Fixed log progress use in last breaker pass. Disabled the check regarding revision order. It still triggers and I can't see anything wrong. Pressing forward for now, i.e. get the remaining passes done, then revisit this issue. check-in: 229050721f user: aku tags: trunk
02:22
The handling of detached lines of development (floating branches) still had some bugs regarding the linkage to their revisions, especially the first revision on such branches. Fixed the relevant places, added early integrity checks and updated the main checks to handle the situation. check-in: c4003e7b93 user: aku tags: trunk
02:21
Removed lots of now dead code. Added a note to the last remaining user of the changeset method 'nextmap'. check-in: 3c0ef2c379 user: aku tags: trunk
2007-12-04
21:26 Changes to wiki page "To Do List" artifact: 12046e11b2 user: anonymous
21:13 Changes to wiki page "Import CVS Repositories" artifact: ea7746207c user: anonymous
21:12 Changes to wiki page "Import CVS Repositories" artifact: 07887bbda8 user: anonymous
20:50 Changes to wiki page "Import CVS Repositories" artifact: 8078e5556b user: anonymous
20:37 Changes to wiki page "Import CVS Repositories" artifact: 4abbbbdcdd user: anonymous
20:25 Changes to wiki page "Import CVS Repositories" artifact: e5b344f6b2 user: anonymous
20:24 Changes to wiki page "Import CVS Repositories" artifact: b261253cce user: anonymous
20:05 Added wiki page "Import CVS Repositories" artifact: efaf06a56a user: anonymous
19:54 Changes to wiki page "To Do List" artifact: a15a465f39 user: anonymous
13:05
Generate CGI replies as separate header and body so that the header can be extended during the construction of the body. check-in: 6af8fdc230 user: drh tags: trunk
04:54
Reworked ComputeLimits in the last breaker pass. Moved the heavy computation of the max predecessor / min successor data down to the sql in the changeset class. check-in: 711e000206 user: aku tags: trunk
02:47
Add the timeline display preferences page with the ability to turn on and off block markup in timeline comments and to limit the length of timeline comments. check-in: ebb2765954 user: drh tags: trunk
01:55
Fix typos in the "concepts.html" document. check-in: ec1fbd7f68 user: drh tags: trunk
01:26
Fix the revert command so that it works from subdirectories. Other minor comment and help-text changes. check-in: 371dd6574c user: drh tags: trunk
2007-12-03
19:17
Send native deltas when cloning. The reduces bandwidth and reduces server load. check-in: 18fbb9c52d user: drh tags: trunk
19:08
Fix the delta computation on download so that it never tries to delta a file that has the same file as both its parent and its child. check-in: 16fbb59b96 user: drh tags: trunk
14:42
Detect delta loops and make at least one member of the loop a phantom. check-in: fb90abe5bd user: drh tags: trunk
00:27
Patch problems with timeline. Need to rethink the whole implementation. check-in: 20553a420c user: drh tags: trunk
2007-12-02
23:47
Fluff: Renamed state methods use/reading/writing to usedb/use/extend for clarity. Updated all callers. Extended state module with code to dump the SQL statements it receives to a file for analysis. Extended the 'use' declarations of several passes. check-in: e288af3995 user: aku tags: trunk
23:45
Actually put the code for the new pass into the repository. check-in: 060513f2a9 user: aku tags: trunk
22:30
Addition to the default style sheet to cover the name/value pairs at the top of the vinfo page. Also a bugfix in the report.c code. check-in: dff17229ff user: drh tags: trunk
20:06
Importer Status...

Speed. This is now mostly acceptable. The one exception is pass 'BreakAllCsetCycles'. The reason is that the limit computation it does for backward branches still uses the inefficient file-level dependency computation. This will be tackled in short order. For the other passes the file spent is 'CsetsDeps' is recouped by the much... check-in: e8c374f670 user: aku tags: trunk

20:04
The performance was still not satisfying, even with faster recomputing of successors. Doing it multiple times (Building the graph in each breaker and sort passes) eats time. Caching in memory blows the memory. Chosen solution: Cache this information in the database.

Created a new pass 'CsetDeps' which is run between 'InitCsets' and 'BreakRevCsetCy... check-in: 00bf8c198e user: aku tags: trunk

06:58
Added progress output to the breaking of backward branches. check-in: a437da486d user: aku tags: trunk
06:57
Finally committing another disabled integrity constraint for changesets, explanations in the comments. check-in: fd93aa26a6 user: aku tags: trunk
06:49
Bugfix. Typo. check-in: c784751485 user: aku tags: trunk
06:18
Modified loop check in cycle breaker to abort immediately on first looped changeset. check-in: 487bb1c619 user: aku tags: trunk
06:17
Fix table linkage in query, and duplicated conditions :( check-in: f7cca3f082 user: aku tags: trunk
05:49
Performance bugfix. nextmap/premap can still be performance killers and memory hogs. Moved the computation of sucessor changesets down to the type-dependent code (new methods) and the SQL database, i.e. the C level. In the current setup it was possible that the DB would deliver us millions of file-level dependency pairs which the Tcl level would th... check-in: 9c57055025 user: aku tags: trunk
04:55
Bugfix. Have the symbol dependency retrieval commands actually return something. check-in: 712010580a user: aku tags: trunk
03:49
Deactivated caching of the nextmap/premap data, with the indices the retrieval seems to be fast enough to allow us to reduce mem consumption. Tweaked log output, and sql formatting. check-in: ac02614803 user: aku tags: trunk
03:46
Bugfix in ValidateFragments, tweaked comment a bit, bugfix in SQL, reordered tables in the successor/predecessor queries a bit to show the actual progression of their use. check-in: fbfb531868 user: aku tags: trunk
03:42
Fixed typo. Grr. check-in: 0a97ad385a user: aku tags: trunk
03:41
Added progress output to the code loading up the graph to traverse, nodes, and arcs. check-in: 41d41c7b57 user: aku tags: trunk
03:40
Added ability to declare indices on tables in the persistent state. Used this to declare indices on critical columns. Slows down the transactions saving changesets, this however is made up when it comes to successor/predecessor retrieval of changesets. check-in: 74854a30b8 user: aku tags: trunk
01:02 Changes to wiki page "To Do List" artifact: 12cda7f4ea user: aku
2007-12-01
18:36
Bugfix. Handle free-floating branches (their root revision was removed as unnecessary). check-in: 79c227a9c0 user: aku tags: trunk
18:35
Helper updated to changes in state definition. check-in: 5bbc7d4c57 user: aku tags: trunk
2007-11-30
15:21
Updated helper app to changed state definition (csrevision -> csitem). check-in: fc635d5977 user: aku tags: trunk
15:20
Fixed typo of keyword. check-in: 3db03be62f user: aku tags: trunk
06:57
Easier name for self-referential changesets, loopcheck. Made conditional on option --loopcheck, default off, and avoided if the general checks on changesets report trouble. Reinstated the loop check in the cycle breaker core in simpler form, reusing the new command in the changeset class. check-in: 0af7a3c8ac user: aku tags: trunk
06:50
Moved the integrity checks for split fragments into separate command. Reworked breaking of internal dependencies to contrain the length of the pending list. That part of the system is still a memory hog, especially for large changesets. Added notes about this and the successor retrieval being a bottleneck. check-in: c14e8f84cd user: aku tags: trunk
04:27
Fixed bug in new changeset code, tagged and untagged item lists went out of sync. check-in: facb4a8721 user: aku tags: trunk
03:57
Replaced the checks for self-referential changesets in the cycle breaker with a scheme in the changeset class doing checks when splitting a changeset, which is also called by the general changeset integrity code, after each pass. Extended log output at high verbosity levels. Thorough checking of the fragments a changeset is to be split into. check-in: b42cff97e3 user: aku tags: trunk
2007-11-29
09:16
Renamed state table 'csrevision' to 'csitem' to reflect the new internals of changesets. Updated all places where it is used. check-in: 80b1e8936f user: aku tags: trunk
09:15
Fix bad variable name. check-in: 4859304926 user: aku tags: trunk
09:14
Updated commentary regarding cycles at this point, items instead of comments, etc. check-in: af5904e6b7 user: aku tags: trunk
09:13
Extended checks for looped changesets. check-in: 960645443b user: aku tags: trunk
07:58
Renamed changeset method to describe modified results, and updated the one invoker check-in: 61829b076b user: aku tags: trunk
07:55
Renamed changeset method to describe modified results, and updated the one invoker. Modified the sorting of time ranges. Now by max, min as tiebreaker, and object name as last tiebreaker. check-in: 04d76a9e79 user: aku tags: trunk
07:50
Added missing state declarations. check-in: 2c9c26815f user: aku tags: trunk
07:49
Added mising state declarations. check-in: 31d0fe7dd7 user: aku tags: trunk
07:47
More realignment of variable names with their content, in pass 5. check-in: 27f093d23c user: aku tags: trunk
07:41
Simplified some code dealing with the item -> changeset map, using the changed semantics (1:n -> 1:1). check-in: 39e19c0cf3 user: aku tags: trunk
07:36
Brought the variable names into alignment with the semantics, now again naming what is stored in them. check-in: deab4d035b user: aku tags: trunk
07:24
Reworked the in-memory databases of changesets. Objects now hold items, not only revisions. Tags, and branches are new possibilities. Lists of ids go to the type-dependent retrieval command. List of tagged items (type/id pairs) come back, and are in the API. The 1:n map revisions to changesets is now an 1:1-map tagged items to changeset. check-in: 0fcfbf7828 user: aku tags: trunk
07:02
Implemented time ranges and dependency retrieval for the tag and branch based changesets. check-in: b1666f8ff4 user: aku tags: trunk
06:58
Moved the existing successor/predecessor code from main class to the proper singleton. Fixed config of main class, isn't simple dispatch any longer. Simplified calculation of the readable representation of changesets and removed code which has become superfluous. check-in: 70d2283564 user: aku tags: trunk
06:47
Added equivalent checks for the tag and branch based changesets. check-in: 4b15fa348d user: aku tags: trunk
06:40
Shuffled and updated the existing checks of revision changesets. check-in: de10b2301e user: aku tags: trunk
06:31
Started to adapt the integrity module. Renamed Check to CheckRev, and added analoguous commands for Tags and Branches. Added placeholders for the new integrity commands, updated main changeset integrity command. check-in: 7c28fe1312 user: aku tags: trunk
06:23
Updated the code printing the changeset statistics to know about change to the changeset types. check-in: 8e3012423b user: aku tags: trunk
06:21
Brought knowledge of the new types to the state definition, changed the creation of the initial changesets to use tags and branches. check-in: 215d2f1ad9 user: aku tags: trunk
06:10
Integrate the new singletons with the main class, route the relevant places to them. check-in: c74fe3de3f user: aku tags: trunk
05:58
This commit starts a series of incremental changes not quite completely overhauling the handling of changesets, i.e. of project-level revisions. Actually this series of changes already started with [8ce7ffff21] as the bug it fixes was found when the first parts of the overhaul tripped the new integrity conditions for the modified changesets.

Backg... check-in: 27b15b7095 user: aku tags: trunk

00:37
Fix the merge conflict detection. check-in: ba9af9aced user: drh tags: trunk
2007-11-28
14:31
Remove a stray character that snuck unto the rebuild.c source file. check-in: f088412c49 user: drh tags: trunk
08:35
Bugfix in FilterSym pass. Grafting branches operated on the tags table :( check-in: 8ce7ffff21 user: aku tags: trunk
05:39
Added convenience method for assertions and used it in place of the existing if/trouble internal constructions. Changed API of 'log write' so that we can defer substituation of the message to when the write actually happen, and converted all places which would be hit by double-substitution. The remaining 'log write' calls will be converted incremen... check-in: 47d52d1efd user: aku tags: trunk
2007-11-27
09:07
Modified to break all backward symbols, not only branches, removed the other custom circle breaking code, should not be needed any longer (See comments for proof). check-in: 6b520e7d97 user: aku tags: trunk
09:05
Bugfix: Sort pending nodes fully deterministic, and moved to separate helper command. Tweaked log output. check-in: 3e18606b5c user: aku tags: trunk
09:04
Updated to extended changeset string, and added tabular formatting. Further tweaked output, putting timestamp adjust messages on the same line as the changeset itself. check-in: 1c39e57637 user: aku tags: trunk
09:03
Changesets, extended human readable representation, and tweaking of log output. check-in: 911d56a8c8 user: aku tags: trunk
08:59
Bugfix in the generation of the initial symbol changesets. Keep entries apart per line-of-development. check-in: 2e07cd7164 user: aku tags: trunk
05:08
Bugfixes when generating revision changesets. (1) The dependencies for a revision are a list, not single. (2) Use pseudo-dependencies to separate revisions of the same file from each other if they have no direct dependencies in the state. check-in: 678765068d user: aku tags: trunk
04:26
Continued work on the integrity checks for changesets. Moved callers out of transactions. Two checks are already tripping on bad changesets made by InitCSets (pass 5). check-in: 8c6488ded2 user: aku tags: trunk
03:30
Fix a bug in the unified diff generator. check-in: 7e9e5fea77 user: drh tags: trunk
02:37
Outline for more integrity checks, focusing on the changesets. check-in: bf83201c7f user: aku tags: trunk
2007-11-26
16:40 Changes to wiki page "To Do List" artifact: 5d03e5e7b8 user: drh
01:33
Begin porting the CVSTrac ticket reporting code over to fossil. The new code is not yet connected into the system. The port is incomplete. check-in: 62f37c9722 user: drh tags: trunk
2007-11-25
21:11
Add ticket configuration editing capability. check-in: 5f3ddcc1b8 user: drh tags: trunk
17:13
Changes to the diff algorithm to put bounds on run-time for very large files with many differences. (This came up on the previous check-in when you try to diff the two versions of sqlite3.c.) check-in: 4c22ae52fd user: drh tags: trunk
16:13
Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. check-in: f394d84560 user: drh tags: trunk
07:54
Code cleanup. Removed trailing whitespace across the board. check-in: b679ca3356 user: aku tags: trunk
07:44
Another helper, textual, write changeset data to stdout. check-in: 1ea319fb67 user: aku tags: trunk
07:41
Tweaked log output of the topological sorter (revisions) to be tabular (aligned columns), added information (time ranges). check-in: bcc630d3f5 user: aku tags: trunk
07:39
Changesets: Added accessor for to retrieve number of changesets known, and dropped the "trunk root -> NTDB root" dependency, is problematic. check-in: 96167b2a48 user: aku tags: trunk
07:37
Fixed log output for pass 10, and added missing command. check-in: 63052cb60a user: aku tags: trunk
07:35
Extended cycle breaker with debug facility allowing the user to watch the neighbourhood of specific changesets during the traversal. Extended label information, highlighting of the nodes of interest. Tweaked log output a bit. check-in: 97b4405ecf user: aku tags: trunk
07:32
State log output, moved to slightly higher verbosity level to allow them to be suppressed. check-in: 00e041dd22 user: aku tags: trunk
07:31
Dot export extended, allow graph to define label color for highlighting. check-in: eb43120ac1 user: aku tags: trunk
07:30
Filerevtree helper. Added missing requirements, and dialed the verbosity down. check-in: 124fef5b1c user: aku tags: trunk
03:05
Moved more parts taken over by the top. sort passes out the breaker passes, and renumbered them. check-in: d743f04bd2 user: aku tags: trunk
03:00
Moved the parts taken over by the top. sort passes out the breaker passes, and renumbered them (comments). check-in: b6b7ff79cc user: aku tags: trunk
02:59
Investigation of changeset order differences between running passes 1 to 6 and pass 6 alone show why the topological sort passes are separate in cvs2svn. The breaking of cycles can change the order of things due to different timeranges and dependencies of the broken changesets. Created two new passes for the sorting. The break passes 7 and 8 are no... check-in: 66c85b4db4 user: aku tags: trunk
02:54
Tweaked log output of filtering pass a bit. check-in: b41127b9d8 user: aku tags: trunk
02:53
Tweaked human readable representation of changesets to include their type. check-in: 0868adf92a user: aku tags: trunk
02:52
Bugfix in pass manager, handling of open-ended pass specifications. check-in: 9668b16455 user: aku tags: trunk
02:51
Tweaks of the log output, and reworked internals to expose not only breaking of cycles, but of paths as well. check-in: 54e9b0a143 user: aku tags: trunk
2007-11-24
23:59
More work on ticketing. This is a non-working incremental check-in. check-in: a5e4e1ba96 user: drh tags: trunk
21:28
Progress toward ticket editing. This is an incremental check-in. check-in: d913179b82 user: drh tags: trunk
19:33
Progress toward getting ticketing working. We can enter a new ticket and display it. Cannot yet edit a ticket. check-in: fb358ca492 user: drh tags: trunk
14:06
Documentation updates. check-in: 6680679c2e user: drh tags: trunk
13:18 Changes to wiki page "To Do List" artifact: 3ea8888f45 user: drh
05:31
Created convenience methods to create the human readable repesentation of a changeset and lists of such, and made liberal use of them. check-in: 87cf609021 user: aku tags: trunk
04:40
Bugfix in changeset class. Documented and fixed the SQL statements pulling the successor and predecessor information out of the state. It mishandled the Trunk <-> NTDB transitions. check-in: 184c56327e user: aku tags: trunk
04:34
Bugfix in changeset class. Forgot to update the map from revisions to containing changesets when breaking the internal dependencies of the initial changesets. This affected only the first fragment as all the revisions put into separate fragments where still pointing to the original changeset. This lead to bogus links at the level of changesets, the... check-in: 17ec2d682c user: aku tags: trunk
04:29
Bugfix in the changeset class. The index from revisions to containing changesets is not 1:1, but 1:n. While only one revision changeset is possible there can also be zero or more symbol changesets. check-in: 8c9030e3e8 user: aku tags: trunk
04:19
Tweaked log output a bit. Bugfixes: Forgot to propagate the border information into SplitRevisions, and a varname typo. check-in: 6d63634309 user: aku tags: trunk
04:15
Added a number of assertions and must-not-happens with associated log output. Plus some small tweaks, and notes. check-in: eabaea870a user: aku tags: trunk
03:59
Added missing node attributes in the Replace command. check-in: a99d5798f6 user: aku tags: trunk
03:56
Updated passes 6 and 8 for to the changtes in the cycle breaker API (changed signature of save callback). check-in: 7ed2f29d7a user: aku tags: trunk
02:45
The autosync setting understands values like "on", "off", "true", and "false" in addition to 0 and 1. Updates to the documentation. check-in: f9f7cf5684 user: drh tags: trunk
01:14 Changes to wiki page "Fossil" artifact: 786d5bbca3 user: drh
00:10 Changes to wiki page "Fossil" artifact: fa6d55f604 user: drh
00:10 Added wiki page "To Do List" artifact: 7b2f5fd0e0 user: drh
2007-11-23
23:06
Fix a bug in the default header. check-in: 13732d495d user: drh tags: trunk
22:09
New default header and footer and CSS. Add the ability to edit the footer. check-in: 34af72801d user: drh tags: trunk
12:55
Fix a redundancy in the text output of the usage comment on the tag command. check-in: b346a7cf7d user: drh tags: trunk
12:49
Remove obsolete file containing sample ticket configuration script. check-in: 6311ce2ec1 user: drh tags: trunk
05:43
Modified cycle breaker API. Hook for processed nodes now takes the graph as new first argument. Extended API, exposed method for dumping the current state of the graph, including ability to dump a sub graph. check-in: 5f5620fbd2 user: aku tags: trunk
05:41
Extended the dot graph exporter to allow the export of a subgraph specified through a set of nodes. Default is the export of the whole graph, as before. check-in: 86f3319041 user: aku tags: trunk
05:38
Added two more debugging helper applications. One to extract and show a file revision tree, the other to display a dot file generated by the importer during cycle breaking passes. check-in: 64d0019e0f user: aku tags: trunk
2007-11-22
22:55
Add the %w and %W formatting options for internal printf usage. Use these formatting characters to render wiki. Fix additional problems of unterminated wiki on webpage rendering by using %w. (There are probably more problems yet to be discovered and fixed.) check-in: 2859293737 user: drh tags: trunk
22:14
Make sure HTML tags in wiki are terminated in the diff screen too. check-in: d6ad7aa034 user: drh tags: trunk
22:02
Fix the rendering of comments with unclosed block HTML markup in the vinfo page. check-in: 3afcc4388c user: drh tags: trunk
07:24
Added two helper applications which peek into a conversion state and generate graphs from it. Both helpers look at the tree of symbols and show it in toto (symbol tree), or restrict themselves to the branches, aka lines of development (lodtree). check-in: b8c3542172 user: aku tags: trunk
07:22
Reworked the dot export internals a bit to be more general regarding labeling and attribute writing. Updated the cycle breaker to define proper labels. check-in: f284847134 user: aku tags: trunk
07:21
Tweaked the log output for the statistics a bit. check-in: 2630e50610 user: aku tags: trunk
06:03
Fixed the calculation of possible parents for a detached NTDB. Has to be trunk. The symbols were skipped before, causing them to have no parents at all later on, forcing an abort after CollateSymbols. Added some high verbosity log commands for debugging of this area. check-in: 930ec162ce user: aku tags: trunk
04:56
Fixed bug in the initialization of mybranchcode for changesets. check-in: 47e271a448 user: aku tags: trunk
04:21
Continued work on pass 8. Completed the handling of backward branches, file level analysis and splitting them. Extended changesets with the necessary methods to the predecessor data and proper per-revision maps. check-in: e50f9ed55e user: aku tags: trunk
03:47
Continued work on pass 8. Renamed 'retrograde' to 'Backward Branch', should be easier to understand, and completed the predicate testing if a branch changeset is backward or not. check-in: 4f1b60dd16 user: aku tags: trunk
03:33
Continued work on pass 8, added outline for handling of retrograde branches, extended changesets with predicate allowing us to find the branch changesets. check-in: 4866889e88 user: aku tags: trunk
03:21
Extended changeset class with in-memory database mapping from changeset ids to the proper object, and extended the objects with position information and associated accessors. Extended pass 8 to load the commit order computed in pass 6, this is stored in the new position slot of changesets, and an inverted index mapping from position to changeset at... check-in: de4cff4142 user: aku tags: trunk
03:11
Modified the API for the construction of changesets a bit, now allowing their construction with the correct id, instead of correcting it later. Updated pass 5 to use this, and fixed bug where the id counter for changesets was left uninitialized, allowing the improper generation of duplicate ids. check-in: 65be27aa69 user: aku tags: trunk
03:03
Reworked the cycle breaker internals, moving the code handling the replacement of a changset (= node) with its fragments into a separate command. Extended the API, exposing the replacement operation, for use by passes. Added debugging code showing the set of consumable nodes for each iteration. check-in: ad7d5c2d10 user: aku tags: trunk
02:58
Moved the functionality for splitting a changeset based on the sets of revisions for the fragments to be into a separate command, and into the changeset class, for use outside of changeset links. check-in: 59207428e2 user: aku tags: trunk
01:53
Fix some compiler warnings. Comment changes on non-functioning code in tkt.c. check-in: 2a707334c9 user: drh tags: trunk
2007-11-21
16:03
Fix a bug in the unified diff generator. check-in: 4db464a748 user: drh tags: trunk
13:52
Append the pathname to the login cookie name so that separate cookies are used for each server. check-in: d2b4469934 user: drh tags: trunk
12:21
Attach login cookies to the root path of the server, so that multiple servers can coexist on the same site. check-in: 68a202e101 user: drh tags: trunk
04:44
Fixed typo in cycle breaker logging. Extended pass 8, wrote the outline with all the relevant custom callbacks. check-in: 1f60018119 user: aku tags: trunk
04:36
Cycle breaker, API change. The changesets are now communicated via a retrieval callback instead of directly. Updated passes 6 and 7. This allowed us to move the start/done graph exports into the cyclebreaker as well. Changeset selection in pass 8 now in separate command too for this. check-in: 2a0ec504c5 user: aku tags: trunk
04:11
Cycle breaker, API extension. Added a hook to process the graph between setup and regular consummation. This will be used by pass 8. check-in: 1e177a4c91 user: aku tags: trunk
04:05
Cycle breaker, API change. Routing the core cycle breaking through a callback so that users can choose their own algorithms. Updated passes 6 and 7. Moven changesets selection in pass 7 to separate command. check-in: 2cf0462b82 user: aku tags: trunk
03:46
API change cycle breaker. The save callback command is now specified through a separate configuration command. Moved callback invokation to helper command. Updated pass 6. Moved changeset selection to helper command. check-in: d58423cdc4 user: aku tags: trunk
03:19
Try again to get the Login/Logout menu name correct. check-in: f0a9e3b523 user: drh tags: trunk
03:17
Get the name of the Login/Logout menu option right. check-in: bd667b1940 user: drh tags: trunk
03:01
Render the header of every page using subscript. Add a setup page that for editing that subscript. check-in: 555911dff5 user: drh tags: trunk
2007-11-20
23:54
Add the SbS_Render() interface for rendering HTML with embedded subscript. check-in: e29abeff80 user: drh tags: trunk
06:59
Added the ability to export the changeset graphs processed by the passes 6 to 8 using GraphViz's dot-format. This is activated by using the switch '--dots'. Bugfixes in the cycle breaker. First corrected variable names, I forgot to use the standard 'myXXX' format for the typevariables. Second, fixed a bug uncovered by looking at the exported graphs... check-in: 7f15be9078 user: aku tags: trunk
2007-11-18
20:48
Add a more advanced commit-hook mechanism that allows us to specify multiple procedures in a particular order prior to commit. Continuing work toward getting tickets going. check-in: d5e7891b07 user: drh tags: trunk
2007-11-17
17:48
Continuing work on the infrastructure for tickets. check-in: 8c96ed62f5 user: drh tags: trunk
04:39
Added an option "--batch" with which the user can disable the feedback display standard to interactive use. check-in: 4e7dd05fc6 user: aku tags: trunk
00:29
Merge aku's CVS import changes into the main line. Fix a small bug in diff.c. check-in: 38b967dcf5 user: drh tags: trunk
2007-11-16
20:42
Rework the merge algorithm. It now only works for text files. But, it no longer gets confused by line endings (\r\n versus \n) and it reports conflicts. check-in: 36b96b8616 user: drh tags: trunk
08:32
Added convenience command to the state package when the sql returns a single row. Added more statistics about revisions, tags, branches, symbols, changesets to various passes. check-in: 96b7bfb834 user: aku tags: trunk
06:55
Moved out-of-place state declarations to the proper phase (setup, not run). check-in: ce7fb48e8c user: aku tags: trunk
06:53
Added skeleton of pass 8, the final pass for the breaking of dependency cycles. This pass will handle the remaining cycles crossing revision and symbol changesets. check-in: e7c805f137 user: aku tags: trunk
06:51
Bugfix. Destroy graph object after use. check-in: 7b3928681e user: aku tags: trunk
04:17
Completed pass 7, breaking dependency cycles over symbol changesets. Moved the bulk of the cycle breaker code into its own class as it was common to the passes 6 and 7, and updated the two passes accordingly. Added code to load the changeset counter from the state to start properly. check-in: 770a9b576a user: aku tags: trunk
03:59
Bugfix. When setting up or extended the changeset graph a changeset's successor may lay outside of the set of changesets under consideration, i.e. without a node in the graph. Ignore these. This did not (or only rarely) happen before the bugfix to the successor computation of changesets in project::rev (list instead of single). check-in: de64c94f54 user: aku tags: trunk
03:54
Bugfix. When I introduced the 'revisionbranchchildren' table to pass 2 I forgot to update pass 4 as well. Added code to drop the excluded revisons from this table as well, as either parent of branches, or branch child of some other revision. check-in: 2516f4a56d user: aku tags: trunk
03:52
Bugfix. In pass 5, loading the changesets used the type codes instead of the type names. Modified the SQL selecting the data to return the proper names. check-in: 341d96be21 user: aku tags: trunk
03:17
Bug fixes in the Myers diff algorithm. check-in: f1b55da0ac user: drh tags: trunk
2007-11-15
21:49
Enhanced text diff subroutine uses Myers enhancements to Wagners minimum edit distance algorithm. White space at the end of lines is ignored. check-in: 57b2735ebd user: drh tags: trunk
07:17
Added skeleton files for pass 7, the breaking of dependency cycles over symbol-based changesets. check-in: 258366a37a user: aku tags: trunk
2007-11-14
05:26
Added note regarding 'RevisionTopologicalSortPass', which is not a separate pass for us, but part of pass 6, breaking cycles over revision changesets. check-in: f631d438b4 user: aku tags: trunk
05:11
Completed pass 6, wrote the code performing the breaking of cycles. Done by analysing each triple of changesets in the cycle at the file dependency level to see which revisions can be sorted apart. Added some additional utility routines. Extended the changeset class with the accessors required by the cycle breaker. check-in: 94c39d6375 user: aku tags: trunk
05:08
Fixed handling of project objects when persisting them. Fill the project map. This is needed if the pass is not skipped. For the skip case we already initialize the project map when 'load'ing from the state. check-in: 67600f777b user: aku tags: trunk
2007-11-13
07:22
Continued work on pass 6. Completed creation of changeset graph (nodes, dependencies), started on topological iteration and breaking cycles. Basic iteration is complete, fiding a cycle ditto. Not yet done is to actually break a found cycle. Extended the changeset class with the necessary accessor methods (getting cset type, successors, time range).... check-in: 85bd219d0b user: aku tags: trunk
05:09
Reworked the in-memory storage of changesets in pass 5 and supporting classes, and added loading of changesets from the persistent state for when the pass is skipped. check-in: 24c0b662de user: aku tags: trunk
2007-11-11
00:08
Started on pass 6, breaking cycles between revision based changesets. Added skeleton files. check-in: 2a01d50430 user: aku tags: trunk
2007-11-10
23:44
Rewrote the algorithm for breaking internal dependencies to my liking. The complex part handling multiple splits has moved from the pass code to the changeset class itself, reusing the state computed for the first split. The state is a bit more complex to allow for its incremental update after a break has been done. Factored major pieces into separ... check-in: 08ebab80cd user: aku tags: trunk
20:40
Oops. pass 5 is not complete. Missed the breaking of internal dependencies, this is done in this pass already. Extended pass _2_ and file revisions with code to save the branchchildren (possible dependencies), and pass 5 and changesets with the proper algorithm. From cvs2svn, works, do not truly like it, as it throws away and recomputes a lot of st... check-in: 95af789e1f user: aku tags: trunk
07:46
Completed pass 5, computing the initial set of changesets. Defined persistent structure and filled out the long-existing placeholder class (project::rev). check-in: 5f7acef887 user: aku tags: trunk
05:34
Started on pass 5, computing the initial approximate set of project level revisions, aka 'ChangeSets'. Skeleton of the pass added. check-in: 54d1e3537e user: aku tags: trunk
2007-11-09
06:42
Added note about why we omit cvs2svn's sorting passes. check-in: 959192d4b7 user: aku tags: trunk
06:28
Moved the paranoid integrity checks of pass 2 into a separate package for use by other passes, and changed pass 4 to also run these checks, albeit in a (slightly) relaxed form. See the comments at the point of call for the reason. This completes pass 4. check-in: 131f051880 user: aku tags: trunk
2007-11-08
16:14
Add the --detail flag to the merge command. check-in: 50ff86afd0 user: drh tags: trunk
2007-11-07
22:22
Improvements to the merge algorithm so that it works better for common changes. Still more work needed. check-in: ac6bb3ce06 user: drh tags: trunk
07:46
Opcode synchronization reworked, optype table is master from which the in-memory array is loaded. check-in: e45f47ec4a user: aku tags: trunk
06:22
Pass 4 nearly completed. Rewrite symbol mutation, completed adjustment of symbol parents, added symbol refinement (noop or not flags). Now only missing piece is replication of the pass 2 paranoia checks. Note: Checks in the adjustment of parents are a bottleneck. May need indices, or something we can do in memory. check-in: 37734390ca user: aku tags: trunk
06:19
Extended pass 2, save branch positions, needed for pass 4, and added optype table to have the revision opcodes available in the state as well. check-in: 7ab490df24 user: aku tags: trunk
2007-11-06
08:05
Continued work on pass 4. Now propagating the project level information about prefered parents down to the file level tags. Same for the file level branches is not yet done. check-in: 3a530ef947 user: aku tags: trunk
07:14
Continued work on pass 4. Added code bringing the file level symbol data into compliance with the project level symbol types, converting tags to branches and vice versa. check-in: ffafc0bd65 user: aku tags: trunk
06:47
Continued work on pass 4. Implemented the deletion of excluded symbols and all parts referencing them. The complex part is the regrafting of NTDB revisions should a NTDB branch be excluded. This is like 'GraftNTDB2Trunk' in 'file' when excluding everything but the trunk. check-in: 69bf6ab99b user: aku tags: trunk
04:57
Started on pass 4, 'FilterSymbols'. Skeleton. check-in: 11e5d7ce42 user: aku tags: trunk
04:55
Extended comment. check-in: d314894b9a user: aku tags: trunk
04:53
Fix in pass 3, do not compute prefered parents for the excluded symbols. Exclude them from the final check as well due to this. check-in: 4c8a5a44af user: aku tags: trunk
04:39
Completed pass 3, CollateSymbols. Added code determining for each symbol the prefered parent from all possible parents. This is the symbol with the lowest id among the set with the maximum number of occurences as a parent. check-in: efc78b7a42 user: aku tags: trunk
2007-11-05
09:04
Extended options processing to handle --exclude, --force-tag, and --force-branch options. Extended project::sym class with in-memkory databases to hold the option information and replaced the 'UserConfig' placeholder with the actual code using the new databases to determine symbol types based on user-requests. Extended the pass itself with code per... check-in: 7eaa420a23 user: aku tags: trunk
02:42
Added the "e" capability for viewing ticket submitter email addresses. Additional tinkering toward the design of tickets. This check-in is only thinly tested. check-in: 929d28e358 user: drh tags: trunk
2007-11-03
04:39
Add support for built-in variables in subscript. check-in: a67fbd784d user: drh tags: trunk
04:23
Add basic math operators to subscript. check-in: 92f6081d11 user: drh tags: trunk
04:01
Subscript interpreter is now running. check-in: 8ef26c5e72 user: drh tags: trunk
2007-11-02
06:06
Continued work on pass 3, added code to determine the type of symbols based on the tag-, branch-, and commit-counts. Hook for handling data coming from the option processoris present (UserConfig), but only as a placeholder. check-in: f888f06fe3 user: aku tags: trunk
04:29
Skeleton for pass 3 added, collating the symbols. check-in: 6d4eb24738 user: aku tags: trunk
04:26
Added code for the loading of pass II data (currently only the smybols) from the state when pass II is skipped. check-in: c3d5104084 user: aku tags: trunk
04:24
Fixed typos. check-in: 77904c1f51 user: aku tags: trunk
2007-10-31
03:45
Milestone I reached (To save the fundamental repository structure into a sqlite database). check-in: cb4d44d60e user: aku tags: trunk
03:44
Added code creating aggregate symbol statistics. This completes pass 2 (CollRev). check-in: 6f8667b03e user: aku tags: trunk
2007-10-28
23:27
Added a "wiki" link to the main menu. Added built-in description of wiki formatting rules. Added a wiki "homepage" that displays when the "wiki" URI is used without a pagename. Added support for a wiki sandbox that does not save to the repository. check-in: f08adf3d58 user: drh tags: trunk
21:26
The "wiki" URI without a page name argument now gives you a list of existing wiki pages. This works fine as long as there are a reasonable number (no more than a few hundred) wiki pages. We need to think of something better for large wikis. We also need to think of ways to give users better guidance for creating new wiki pages. check-in: f40230a7e8 user: drh tags: trunk
21:09
Fixes to the rendering of <verbatim> and <nowiki> check-in: e75f9a2ab4 user: drh tags: trunk
20:52
Add the ability to edit the CSS for all pages in the Setup menu. Other miscellaneous changes toward getting ticketing to work. check-in: 8ffd32c2b7 user: drh tags: trunk
2007-10-27
13:52
Fix the hyperlink to wiki so that it uses a query parameter for the wiki page name. check-in: 421a1e1fa4 user: drh tags: trunk
04:59
Replaced the ASCII art showing entity links with dia'grams and gif images derived from them. Especially useful when trying to understand the paranoia checks. check-in: 831e8f360d user: aku tags: trunk
2007-10-26
23:05 Changes to wiki page "RockShoxBugs" artifact: 250eb1302f user: rockshox
18:18
Prevent duplicate logins on the "user add" command. Also, allow the login to be specified on the command line. check-in: 783df88ba8 user: drh tags: trunk
17:43 Changes to wiki page "UserPermissions" artifact: 87b968982e user: anonymous
17:43 Added wiki page "UserPermissions" artifact: 2fe550cb4c user: anonymous
17:40 Added wiki page "RockShoxBugs" artifact: e46afeb059 user: anonymous
06:53
Added another consistency check, and revised the comments to use the more exact terms for the various relationships. check-in: 70d4a81162 user: aku tags: trunk
06:11
Fixed one of the cross-reference checks. check-in: 2e7cbb2829 user: aku tags: trunk
05:29
Added lots of checks looking for inconsistent references between the various objects, mainly revisions. check-in: 2434ad3bfe user: aku tags: trunk
05:28
Added saving of the fundamental symbol information (project level). check-in: 1deb3786aa user: aku tags: trunk
2007-10-25
05:16
Fixed saving of authors, log messages, meta data. This was wrong since revision [99e165d5c4], when the id databases were introduced. Simplified meta saving due to changed trunk coding (no NULL). check-in: 89e9b357ed user: aku tags: trunk
05:14
Formatting change, code alignment. check-in: 7375ebb988 user: aku tags: trunk
05:13
Changed the coding of trunk symbols. Using NULL makes for difficult comparisons later when doing integrity checks. Each trunk now has a regular unique id as a symbol. Added documentation to the table definitions, about references, constraints, etc. check-in: 2c08006d9d user: aku tags: trunk
2007-10-24
14:44
Extended pass manager to keep timing data for the executed passes and show them after completion of all passes. check-in: 05f9c95573 user: aku tags: trunk
08:01
Extended handling of id's for files so that we have them for backreferences from symbols and revisions. Completed persistence of revisions and symbols at file-level and fixed small problem with left-over links to branches. check-in: adf168e23e user: aku tags: trunk
07:54
Disabled check for control characters in the log message. Allowing this for the moment, lets see if we run into trouble later on. Further reworked the check of symbol names, disallow forward slashs only at end. Found legal tags containing forward slashs in the middle. check-in: fa643aa91d user: aku tags: trunk
2007-10-23
19:43
No changes from the previous check-in. This just confirms that the previous check-in has now been tested and appears to work correctly. check-in: f4c30de75a user: drh tags: trunk
18:04
Untested, experimental patch for correct redirect to the /index page when only the CGI script name is specified. check-in: f66089ec43 user: drh tags: trunk
16:35
Get rid of the (silly?) int_least16_t type in sha1.c and just use good old "int" instead. Makes things easier to compile on older systems. check-in: 8fb641e071 user: drh tags: trunk
16:30
Add a #include of <sys/types.h> to sha1.c. I am told this help it to compile on BSD systems. check-in: 17486c353f user: drh tags: trunk
04:36
Restructured the code handling NTBD in ExcludeBranch a bit to prevent the asserts in GraftNTDB2Trunk to bail out. check-in: e94b52b6f2 user: aku tags: trunk
04:34
Added a bit of path normalization, stripping of a trailing slash from the path to the cvs repository. Before such a slash could break a later coming fileutil::stripPath. check-in: 9f3fd3ec4b user: aku tags: trunk
04:32
Added more checks to the RCS parser to detect bogus symbol names and problematic log messages. Added ability to rewind back to the beginning of the last recognized token for a nicer positioned error message. check-in: 1527954d87 user: aku tags: trunk
03:29
Reworked object deletion to happen centrally after the file has been processed (drop). Simplified the code restructuring the revision tree as it now doesn't have to think about when and where to remove objects. check-in: a766b08198 user: aku tags: trunk
02:29
Due to quickly building memory pressure for large cvs repositories (thousands of revisions and symbol object) we have to save the pertinent information of a file immediately after it has been processed and then clear the memory. Inserted the basic skeleton for this into pass and file objects. check-in: 3a00ac5aa2 user: aku tags: trunk
2007-10-21
11:11
Fix a bug in wiki rendering that caused an extra paragraph end tag following a hyperlink. check-in: 8f423ad438 user: drh tags: trunk
07:08
Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction. check-in: 436f17a5f0 user: aku tags: trunk
06:10
Added code able to exclude all non-trunk revisions upon user request. check-in: 886b6f257b user: aku tags: trunk
04:42
Created a separate common class for the id databases used by the repository, and updated the repository code to use it. check-in: 99e165d5c4 user: aku tags: trunk
2007-10-19
07:23
Continued the work on pass II, wrangling a file into shape. Completed handling of unnecessary initial deletions on branches. check-in: 510cd02303 user: aku tags: trunk
07:22
Extended the RCS parser to handle extended (aka new) phrases coming after the regular data of a revision, in the revision tree. check-in: 294156a36f user: aku tags: trunk
2007-10-17
04:37
Added detection of irrelevant trunk revisions for files added to a branch but not the trunk. Repository extended to keep inverted indices for the meta data and commit messages for retrieval of commit messages per meta data, required for the previous. fixed problem with file objects, we kept only the rcs path, and need the user visible path too. check-in: cfe4b269ac user: aku tags: trunk
04:33
Extended file-level symbols and project-level trunk with methods to allow users to distinguish them (trunk vs. not trunk, for use as lines of development). check-in: 09af24fc7c user: aku tags: trunk
03:24
Switched procs to methods, got rid of unwieldy and error-prone explicit import of instance variables. check-in: b5b2d61527 user: aku tags: trunk
03:15
Fix setting of myimported, wrong condition. Fix item assignment when sorting branches. Fix parent/child linkage when setting up branch dependencies. Completed processes on non-trunk default branch revisions. Added skeleton code for the deletion of superfluous revisions. check-in: 177a0cc55c user: aku tags: trunk
03:10
More handling for option --trunk-only. check-in: a3cd0c3099 user: aku tags: trunk
03:09
Added new option --trunk-only, state and processing. check-in: 3bde1a2e2f user: aku tags: trunk
03:08
New helper command to delete item from list by name instead of position. check-in: 4e49cbf03b user: aku tags: trunk
2007-10-15
20:45
Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. check-in: da9d38e2c3 user: drh tags: trunk
00:03
Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... check-in: e5441b908d user: aku tags: trunk
2007-10-14
01:58
Reworked the whole handling of meta data (author, commit message, plus project/branch information), so that revisions now store only the meta id, everything else is stored centrally. All the relevant pieces (author, cmessage, symbols, projects) now also get numeric ids assigned early instead of when being saved to the state. Project ids are loaded ... check-in: 67c24820c7 user: aku tags: trunk
00:30
Add a sample ticket configuration script. This is just working notes. It will eventually be removed. check-in: d29dd11f2e user: drh tags: trunk
00:29
Work toward a new mechanism for configuring the ticket subsystem and rendering ticket entry, editing, and viewing screens. Nothing works, but it is all commented out so the code code compile. check-in: 39aa870f8f user: drh tags: trunk
2007-10-13
23:57
Completed loading of pass I from persistent state when skipped. check-in: 54ac684df7 user: aku tags: trunk
23:42
For the record an alternative design for the main method of the pass manager where the four principal loops (skip, setup, run, and defer) are merged into two (skip/setup) and (run/defer). Not really less code, also more complex to understand and maintain. The fact that 'setup' and 'run' is performed for the same passes is more difficult to see. Thi... Closed-Leaf check-in: 4df56a9e7e user: aku tags: trunk
23:29
Extended pass manager to handle the skipped and defered passes coming before and after the actually executed passes. Extended passes I and II to have the required methods. Implemented loading (for skipped passes) as skeletons, implemented discarding (for defered passes) completely. Extended state manager with ability to discard state. check-in: ae19c0fcb4 user: aku tags: trunk
21:15
Extended pass I to capture the 'file executable' info of rcs archives. Currently the only way to store this info in the destination will be the use of fossil tags. check-in: 27470a9304 user: aku tags: trunk
05:39
The basic work of setting up and linking revisions, tags, and branches is complete. check-in: cb70cf4ad6 user: aku tags: trunk
01:18
Much improved wiki rendering. Automatic paragraph tags now match correctly. All tags should balance. check-in: c963a7763d user: drh tags: trunk
2007-10-12
23:18
Fix some (certainly not all) problems with wiki editing. check-in: df646a7f4c user: drh tags: trunk
22:56
The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. check-in: 677aa71bca user: drh tags: trunk
07:20
Extended rcs parser with another callback run after the processing of the revision tree completed, before starting on description and delta texts. Updated file class to intercept the callback. check-in: 40eaf58ec7 user: aku tags: trunk
07:18
Continued to flesh out revision and symbol processing. Started on the project level classses. check-in: da9295c6f6 user: aku tags: trunk
05:57
Extended rcs parser to tag errors which are syntax errors in the RCS archive. Extended pass handling to capture trouble and distinguish between internal problems and syntax errors. check-in: be891232a2 user: aku tags: trunk
05:56
Started to flesh out the handling symbols and revisions coming in from the rcs parser. First fragments of revision object. Type methods for classification of revision numb ers. check-in: bd131addb9 user: aku tags: trunk
2007-10-11
02:11
Add the g.zExtra output to the test_env page. Fix a bug in the computation of g.zTop. check-in: 1ce716b2ec user: drh tags: trunk
02:10 Added wiki page "Fossil" artifact: aad428b0f7 user: drh
01:56
Add the g.zBaseURL and g.zTop printouts to the test_env test page. check-in: 218577e3af user: drh tags: trunk
01:20
Fix a C++-ism. check-in: a84089319c user: drh tags: trunk
01:17
Remove unused hard-coded tags from the schema. Output a row count as a status indicator when doing a rebuild. check-in: e38fc922a5 user: drh tags: trunk
2007-10-10
23:10
Get rid of the "locking" capability on wiki pages. Assume that anybody who can write or append to a wiki page can do so to any wiki page. Add the /wikiappend page for appending comments to the end of wiki. check-in: 61ce5e3685 user: drh tags: trunk
21:15
Many changes and bug fixes in the wiki processing. Moving toward a workable wiki system. The "Home" menu option now takes you to the wiki page whose name is the same as the Project Name. There is a "wcontent" page, but no link to it yet. Many other changes. check-in: 50a58adb76 user: drh tags: trunk
15:21
Fix the wiki editor so that it can handle wiki page names that include spaces. check-in: 9f89a8e68e user: drh tags: trunk
05:36
Added more checks to pass I looking for possible file/directory conflicts in the repository, and modified traverser to report on and ignore sub directories of Attic's. check-in: a10f654ac7 user: aku tags: trunk
04:23
API tweak rcs parser, definition of symbols, call through the callback once per symbol instead of once for the whole set. check-in: 338854a61a user: aku tags: trunk
03:39
Added diff-command and gdiff-command to the valid settings check-in: 29bc8da1d9 user: jnc tags: trunk
03:28
Added a lot of skeleton files for the revision and symbol data structures, for both project and file level. check-in: 84de38d73f user: aku tags: trunk
02:49
Removed unnecessary items from WWW Configuration, also made RSS Title and Description into generic Project Name and Project Description settings, which will be used elsewhere in the web site. check-in: f3807dbd88 user: jnc tags: trunk
2007-10-09
02:35
Refinements to the timeline for giving better information about wiki pages. check-in: dfea940da8 user: drh tags: trunk
2007-10-07
14:38
Fixed omitsign discrepancies. Windows version now looks for USERNAME instead of USER when creating new database. check-in: a21806dcf3 user: jnc tags: trunk
2007-10-06
22:13
Found easier way to access the typevariables of singletons when writing the rcs parser. Now moved the other singletons to the same construction. check-in: 70b0aa899a user: aku tags: trunk
22:06
Broke static dependency cycle repository <- project <- file <- repository, now using dynamic/runtime object references instead. This allows us to keep the nice and readable format for our files, code is readable too. check-in: 8487172254 user: aku tags: trunk
21:59
Started capture of revision information in file objects. Capturing authors and commit messages and repository level. Completed persistence for these latter too. Rearranged the requirements, imports, and exports a bit to handle the new dependency cycle repository <- project <- file <- repository check-in: 3d88cfd05d user: aku tags: trunk
21:19
Continued work on pass II, skeleton of it completed by adding outline of code for persistence. check-in: 6d1811d61e user: aku tags: trunk
21:01
Added skeleton and dump methods to make file objects proper sinks for the rcs parser. check-in: 2e3815c3b4 user: aku tags: trunk
21:00
rcs parser rewritten to snit type, singleton, using callbacks to convey information. Got a grip on regexp -start -indices (^ -> \A, indices are absolute). This means that I now don't have to shift the unprocessed string down in memory, it is all index processing now. This makes for a much faster parser, especially for large files with many revision... check-in: e7bb3d073d user: aku tags: trunk
20:58
Nicer parser integration into pass II, and sort files for easier filesystem traversal during parsing. check-in: ec053168a8 user: aku tags: trunk
18:43
Fleshed out pass II, added skeleton of rcs archive class, started integration of rcs parser. check-in: 8a93ffa9c1 user: aku tags: trunk
18:28
Bringing back in the old parser for rcs archives. check-in: 860f533e98 user: aku tags: trunk
17:10
Enforce well-formedness constraints on wiki pagenames. check-in: 488afb9746 user: drh tags: trunk
16:40
Do not attempt to access the global_config table if the ~/.fossil database has not been opened. check-in: 3cdb768fca user: drh tags: trunk
16:37
Timeline comments are now rendered as wiki. Wiki changes appear on the timeline. check-in: 6d58613757 user: drh tags: trunk
13:13
Now able to enter and edit and display wiki pages. Still many problems to be resolved. check-in: bf428e6854 user: drh tags: trunk
03:56
Added pass II (collection of revision and symbols), basic skeleton and state definitions, and integrated into the pass manager. check-in: fdbc01df95 user: aku tags: trunk
03:55
Added documentation to state definition, and debugging output to the state system itself. check-in: 10f9d51bb2 user: aku tags: trunk
03:53
Better formatting for --help-passes, align codes. check-in: 43d72c6246 user: aku tags: trunk
2007-10-05
13:47
Add the shun table. Do not process artifacts named in the shun table. check-in: 70d5cc86b7 user: drh tags: trunk
13:03
The control file parser now reads ticket changes and wiki pages. check-in: 2ab2db0bd3 user: drh tags: trunk
07:27
Completed integration of state with pass I, now saving projects and files into it. check-in: 042d54bae5 user: aku tags: trunk
07:08
Collapse multiple uses of a project path into one project. check-in: d174affb48 user: aku tags: trunk
07:07
Added documentation for the persistent state of pass I. check-in: 78da61db0e user: aku tags: trunk
06:50
Extended state handling with methods to declare usage and structure of state, started integration of state with pass I, collection of projects and files. check-in: fb1e36d290 user: aku tags: trunk
05:33
Added the basic parts of the state manager and integrated it with option processor and pass manager. check-in: eb656de7d9 user: aku tags: trunk
2007-10-04
17:37
Changes to cgi.c in check-in [e63a9fd9d0] broke the windows build because of undefined socklen_t. Added the appropriate include file check-in: e7cf189265 user: mjanssen tags: trunk
04:34
Continued work on pass I. Filled in the repository management, and basic implementation of project objects. Missing are persistence and the foundation for that (cache database). check-in: 52f2254007 user: aku tags: trunk
04:32
Extended option processing, added handling of verbosity/quietness. check-in: 2929a438ef user: aku tags: trunk
2007-10-03
12:28
Add the tkt.c source file as an empty template. check-in: a3e4a5d27d user: drh tags: trunk
12:20
Test commands for importing and exporting ticket configurations. check-in: 1e9c0e287e user: drh tags: trunk
04:18
Added stub for repository management, added most of pass I, collecting archives in the repository. check-in: 47740cc1f6 user: aku tags: trunk
02:33
Begin adding setup screens for ticket configuration. check-in: 0edee97370 user: drh tags: trunk
2007-10-02
18:58
Begin adding the ticket configuration processing logic. check-in: 2e9d52f27f user: drh tags: trunk
15:22
Notes on how to proceed with ticket integration added to ideas.txt. check-in: d8f27c5afd user: drh tags: trunk
10:34
Added rudimentary proxy support to fossil chat client check-in: 307233d828 user: mjanssen tags: trunk
06:48
Added the pass management, integrated with application and option processor. check-in: 5911515322 user: aku tags: trunk
05:33
Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options. check-in: d57b7b4a05 user: aku tags: trunk
03:05
Third attempt at getting a cvs importer which can handle branches. Using cvs2svn code and design notes as a guide. check-in: 2a98ac44bd user: aku tags: trunk
2007-09-28
20:08
Combine the "config" and "setting" commands into a single "settings" command. check-in: 134e2aeccc user: drh tags: trunk
15:44
Add enumeration lists and indented paragraphs in the wiki. check-in: ab637af752 user: drh tags: trunk
2007-09-27
04:44
CVS import. First, fixed sig::next regarding two things. One, we have to take the root version of a file into account as a possible predecessor. Two, a missing changed file may be misclassified and actually be added instead. Second, modified the search for a root changeset of a branch. We now try the existing regular intersection first for exactnes... check-in: 7a64b9e738 user: aku tags: trunk
03:24
Updates to the ideas.txt file with notes on ideas for doing tickets. check-in: bd35e98274 user: drh tags: trunk
2007-09-26
19:46
If you "sync" against a server for which you do not have push permission, you get an error message but it still does the pull. check-in: 2b51dbe02b user: drh tags: trunk
16:20
Cleanup of the safemerge flag on update. Override available using the --force option. check-in: 7eecb079ed user: drh tags: trunk
13:49
Fix a bug in autosync commit - cleanup the onremote temp table after use. check-in: a15122ff2d user: drh tags: trunk
12:24
Minor changes to the quickstart.html document. check-in: d8d6dc85e1 user: drh tags: trunk
12:21
Fix a bug in clone - have it open the global settings database file so that it can access the default-user setting. check-in: cbe0ace8f3 user: drh tags: trunk
07:06
Bugfix for 3852590ce6. Make the use of cache files in the rcs parser actually dependent on the user option. check-in: f6f5c902e6 user: aku tags: trunk
05:06
Continued work on the import of branches. Main principle now is to handle the branches vertically. First the trunk, then the branch starting with the first unprocessed changeset, and so forth. Looks more promising than the previous approach. Currently handles just a bit over half of the test projects (11 of 21 in 6 repositories). check-in: 72dac950c3 user: aku tags: trunk
05:02
New feature for importer. rcs parser extended so that it can store parse results for quick loading in future runs. This feature has no real use in regular use of the importer, i.e. one-shot conversion of a CVS repository to fossil. It is however useful for debugging when the source repository is scanned many times during test runs. Especially for l... check-in: 3852590ce6 user: aku tags: trunk
04:17
Added safemerge option to commit, update and settings check-in: 41561125cd user: jnc tags: trunk
03:38
Merged in new revision support for diff and revert commands into mainstream check-in: 8d55aa3597 user: jnc tags: trunk
03:37
Added revision support to diff and revert check-in: 574763bab9 user: jnc tags: trunk
02:00
Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. check-in: 097479f99a user: drh tags: trunk
2007-09-25
21:28
Merged the compiler warning fixes into mainstream check-in: 92291035fe user: jnc tags: trunk
21:21
Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc. check-in: e63a9fd9d0 user: jnc tags: trunk
20:39
Merge the vinfo CSS patches. check-in: 16551da2e3 user: drh tags: trunk
20:35
Fix a C++-ism in style.c check-in: 64569b3a7a user: drh tags: trunk
20:23
Updates to the autosync logic. Add the "setting" command. check-in: fff234b77c user: drh tags: trunk
20:21
Styled the vinfo page check-in: cfc7984ede user: jnc tags: trunk
19:32
Merger w/fossil chat update (5e3f) check-in: e6d1cd9679 user: jnc tags: trunk
19:31
Updated the default style.css a bit to make more visually appealing, however, we should finish styling the existing html output, then find someone more artistically talented to come up with a final default css theme. check-in: 99eabf9b0c user: jnc tags: trunk
15:12
Updates to the fossil_chat.tcl script. check-in: 5e3f5322e2 user: drh tags: trunk
08:38
Correct tag propagationl. Now works even when rebuilding in a randomized order. check-in: ce7900a0b6 user: drh tags: trunk
07:19
Autosync is now working. Added autosync to tag add, tag branch and branch create. check-in: e4517465f3 user: jnc tags: trunk
07:15
Ran an old fossil, did not auto-push... Updated ideas.txt to reflect that work has begun on this task and what has already been done. Hopefully this one will auto-push... check-in: 6847e9b22a user: jnc tags: trunk
07:11
Once a successful commit is made, if autosync is on, a push is now done. This commit will be the first test of that new functionality :-) check-in: 0431f14edf user: jnc tags: trunk
06:56
Autosync config parameter added (autosync). Setting this to 1, y or Y (or yes, Yes, yes, YES, etc...) will cause autosync's to happen during certian operations. Right now, the only operation paying attention to this is update. If autosync and you do fossil update, a pull takes place first, then an update. Others will follow (commit for one). check-in: b773dda29b user: jnc tags: trunk
03:14
Fix some problems with tag propagation. More problems remain. check-in: 913608a5a6 user: drh tags: trunk
01:25
After looking at it a bit, mjanssen and I decided <...> looks better than *...* for marking the current checkout check-in: 6f9c0e4a1e user: jnc tags: trunk
01:02
Timeline and Leaves on TTY now marks with *...* (vs [...]) you current working revision check-in: 2db88ec639 user: jnc tags: trunk
00:17
When checking for win32 absolute paths, I added a check to make sure we don't overstep the bounds of a string check-in: af3a751841 user: jnc tags: trunk
2007-09-24
23:58
Merged mjanssen's timeline updates check-in: 798a48ee46 user: jnc tags: trunk
23:56
Merged dhr's todo and ideas update check-in: b8cc22ebdf user: jnc tags: trunk
23:19
Accidently changed time format in timeline_query_for_tty output in checkin [aad573b31c] reverted so that timeline shows local timestamps again. check-in: d54731dac9 user: mjanssen tags: trunk
22:23
Fix the menu of fossil_chat.tcl for mac. check-in: aeb2ac781d user: drh tags: trunk
22:13
Fossil chat client entry widget will not lose focus on Win32 when receiving a message. check-in: 45f9af3240 user: mjanssen tags: trunk
21:05
Use tcl_platform to determine username, this is platform independent check-in: e0232ce1a0 user: mjanssen tags: trunk
21:03
Fossil chat client (Initial commit) check-in: e202319ebb user: mjanssen tags: trunk
20:50
Timeline calculated localtime incorrectly so it didn't display latest changes if user is in TZ UTC+X check-in: aad573b31c user: mjanssen tags: trunk
20:21
Corrected "fossil user password" error message. It had an extra user check-in: df3d6cbff5 user: mjanssen tags: trunk
19:42
Fixed error with absolute pathnames when opening a repo on Win32 check-in: c841af0d50 user: mjanssen tags: trunk
19:32
Build from build directory check-in: 5a30fa45df user: anonymous tags: trunk
17:11
Added revert command, currently only offering revert to current version. Organized todo.txt a bit, added new bug report check-in: 255bacf907 user: jnc tags: trunk
14:02
Added a gdiff command. diff command now runs config diff-command, gdiff command (graphical diff) now runs config gdiff-command. With both, if -i is supplied, internal diff is used. With both, if they are not configured, internal diff is used. Fixed bug with internal diff giving files in reverse order. Also put div id="sub-menu" inside of submenu if... check-in: 01ce2cf3dc user: jnc tags: trunk
12:55
Minor updates to the todo.txt and ideas.txt files. check-in: 43b33702b4 user: drh tags: trunk
06:53
Added support for a user defined diff command, which if set (fossil config diff-command), is run by default. The user can give a -i flag to run the internal diff command regardless of user defined diff command setting. Removed command tkdiff, no longer needed. Made the config remove message a bit more clear, when removing a config setting, it state... check-in: c82fb61775 user: jnc tags: trunk
04:37
Added style.css page that get's from the repo or uses a built in style.css. Removed static formatting in header/footer, replaced with divs, spans and ids which the style.css can totally control. The default style.css is simple, uses blue colors from timeline date area. Fixed minor bug on setup_ulist where it would display footer at top. check-in: 5cd9597428 user: jnc tags: trunk
01:38
Some elements moved to correct order in wiki AllowedMarkup array. Removed hardcoded link in resolveHyperlink and also made it handle outside links, such as http, ftp, mailto, etc... When looking for valid HTML codes, I changed isalpha to isalnum so that H1, H2, etc... would be recognized. Better code for setting inital checkout db entry. check-in: 55dc2abc60 user: jnc tags: trunk
2007-09-23
23:05
One more minor change to the fix of ff4c, set the current checkout to 1 if this is a brand new file. check-in: 746a0b8588 user: jnc tags: trunk
22:27
Fixed bug in open_cmd. As of ff4c, open now runs update --latest as well, which would err on a brand new, blank, database. open_cmd now only runs update --latest if the current pid != 0 check-in: 4dc622f36c user: jnc tags: trunk
20:18
Merge the RSS changes. check-in: dad40ffac0 user: drh tags: trunk
18:55
Fix a C++-ism. check-in: 820a1a1a53 user: drh tags: trunk
18:49
Fixes to the timeline webpage and the "open" and "update" commands. check-in: ff4cc5fae2 user: drh tags: trunk
18:24
Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss check-in: 07eaead5dc user: jnc tags: trunk
15:02
Branching now working correctly, including adding of bgcolor tag and correct R line check-in: 2ad378d065 user: jnc tags: trunk
11:43
Relax the lexigraphical ordering requirement on manifests. Now the lines of a manifest (or cluster or control file) must occur in lexigraphical order after the arguments have been defossilized. check-in: dea1ae50d3 user: drh tags: trunk
03:21
Forgot a line of debug code, writting manifest.new... now removed check-in: 17596784d0 user: jnc tags: trunk
03:17
Merged win32 info update and branch addition check-in: 96f0d64a70 user: jnc tags: trunk
03:13
fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now. check-in: b8a8959ec5 user: jnc tags: trunk
2007-09-22
23:41
Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. check-in: 09c4adeb6f user: drh tags: trunk
21:40
More descriptive build process in win32.txt, also removed win32 port from the todo.txt check-in: 34accdd0cd user: jnc tags: trunk
19:43
Merge in the w32 changes. check-in: 3c5482959c user: drh tags: trunk
19:32
Fix a bug in the manifest parser so that it is able to parse the PGP headers even if the header contains \r characters. check-in: 3ed9214338 user: drh tags: trunk
19:03
Bug fix in the update command. check-in: b5d82ebd7e user: drh tags: trunk
18:38
Merged win32.txt which caused the branch initially check-in: b57d456718 user: jnc tags: trunk
18:34
Socket operations now functional in Win32 port. Added quotes around the filename portion of the command to edit thus working of windows in paths where the temp directory contains spaces. Added -all flag to clean command. If not specified each file is prompted for before removing. check-in: 8372cc0b81 user: jnc tags: trunk
18:13
Incremental web interface enhancments. check-in: 72b3b1ad47 user: drh tags: trunk
17:38
Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. check-in: c2d1e3c70a user: drh tags: trunk
15:50
The "tag" command allows tag artifacts to be inserted for creating and cancelling tags and properties. Timeline responds to bgcolor, br-bgcolor, comment, and user properties. check-in: 3b5514ed82 user: drh tags: trunk
12:38
Timeline now responses to comment and user properties. check-in: 9395aba4f4 user: drh tags: trunk
06:49
Forgot to remove path problems from 'Outstading Issues' check-in: 46f96301f1 user: jnc tags: trunk
06:47
Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. check-in: c7278fd013 user: jnc tags: trunk
02:22
More work on tags and properties. Getting late. Need to check-in changes before stopping for the day... check-in: f73c0e792b user: drh tags: trunk
01:40
Turn tags into properties. Allow properties to control background color on timelines. Still experimental. check-in: 5e2392307d user: drh tags: trunk
2007-09-21
22:07
Added win32 build notes check-in: 5890c67d86 user: jnc tags: trunk
21:53
Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next check-in: 83c876b447 user: jnc tags: trunk
19:18
Improvements to the control-file parser. Not recognizes the T-line for tags. check-in: 3dc92fdb7f user: drh tags: trunk
18:33
Add the --randomize parameter to the rebuild command. Used for testing. check-in: ce1c1a2907 user: drh tags: trunk
02:41
Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. check-in: 2bc0e2c565 user: drh tags: trunk
2007-09-20
07:37
Entered the general structure planned for processing of branches. Incomplete. This code right now exits when it finds branch csets. Some debug output to see detailed internals from which to pull the pieces together. check-in: 25bc721076 user: aku tags: trunk
07:33
Trim the commit messages to remove irrelevant leading and trailing line-endings. check-in: a9dcf09124 user: aku tags: trunk
07:14
Got rid of the explicit revision tree and rephrased the trunk processing to use a loop which is more self-explanatory. Started to add in code needed when we process the branches as well, currently they will have now effect. check-in: cbbf9a7575 user: aku tags: trunk
07:08
Moved the counting of imported changesets to the beginning for a more accurate percent calculation and proper ending at 100%. check-in: 330f2da791 user: aku tags: trunk
03:51
Modified sorting of timeline entries for the same second to properly split files and file versions from each other, and to have newer revisions later. Further added a storage for error messages to be repeated when the importer exist. First user is the code reporting corrupted archive files detected during a checkout. check-in: a5476aed27 user: aku tags: trunk
2007-09-17
07:05
Further work on the CVS frontend. The main parts for doing the extraction and management of changesets are now in a separate package. check-in: ae54e928c2 user: aku tags: trunk
04:14
Fixed bug in the new code setting up the timeline, forgot to clean up loop state, causing data from previous iterations to bleed into the current one, causing the use of bogus data and ultimatively a bogus timeline. Note! Incidentially a bug in the old code was fixed by the new one, the use of mismatching revisions and commit messages. That caused ... check-in: 10e3b3ed76 user: aku tags: trunk
03:13
Cleaned up the creation of the workspace directory. check-in: 2740b48b63 user: aku tags: trunk
03:03
More structuring of the CVS backend, encapsulated the management of the global timeline of events in the project in a separate package. check-in: 1593006ef3 user: aku tags: trunk
01:43
Added structure to the CVS frontend code, putting the repository traversal into its own package. check-in: 6f121db1e2 user: aku tags: trunk
01:41
Semantics of the progress display extended to allow an empty maximum to signal use of an infinite (open-ended) display. check-in: ebb94f75cb user: aku tags: trunk
01:00
Pulled the latest CLI, website, and sqlite changes into the importer branch. check-in: f76192b245 user: aku tags: trunk
00:58
Pulled in the navbar and timeline changes. check-in: bbcb6326c9 user: aku tags: trunk
00:56
Reworked the CVS handling code to have a simpler API, more like the reworked Fossil API. The API now has a form where adding the handling of branches should not require complex changes in the import controller any longer. Extended the system to allow the user to restrict the importing to a sub-directory of the chosen repository, via the new switch ... check-in: d8c18fc148 user: aku tags: trunk
2007-09-15
03:18
Fixed problems with the untested statistics module. Moved cset <-> uuid map out of cvs to control layer, separate package. Currently not really useful, will be needed when handling cvs branches. Moved some user feedback around, and the import control too. check-in: b504674c5f user: aku tags: trunk
2007-09-14
23:23
Moved the handling of the import statistics into its own package. Untested. check-in: 18251642f3 user: aku tags: trunk
21:24
Rename CLI commands: leaves->descendents and branches->leaves. check-in: bc68e61bb2 user: drh tags: trunk
21:10
Fix the "leaves" webpage. check-in: d773eee943 user: drh tags: trunk
14:59
Update the SQLite amalgamation file to version 3.5.0. check-in: c287665ba8 user: drh tags: trunk
2007-09-13
08:02
Unhacked the fossil backend. IOW reworked the API and made it nicer, more structured, better command and option names. Gave the internals more structure, and simplified the handling of -breakat (old -stopat breakpoint). Updated users, and updated the user visible switches as well. Added a -h switch for help. check-in: 7b2619b7ef user: aku tags: trunk
06:59
Encapsulated access to the fossil and cvs applications in their own packages. check-in: cdf5e6d8b7 user: aku tags: trunk
06:24
Continuing namespace changes, rcs parser. Basic structure is now ok IMHO. check-in: d4aa7da67d user: aku tags: trunk
06:22
Continuing namespace changes, cvs frontend. check-in: 00228d1547 user: aku tags: trunk
06:03
Continuing namespace changes, fossil backend. check-in: 45cd12f05a user: aku tags: trunk
05:43
Continued restructuring of the code (namespace hierarchy, import control). check-in: 9671b65174 user: aku tags: trunk
03:52
Improvements to the CLI timeline display. When an update fails due to multiple descendents, show all of the descendents in timeline format. check-in: fcabd4774c user: drh tags: trunk
2007-09-12
04:19
Added navbar to all pages, linking back to the index. Fixed typo in the index page. check-in: 469002ccdf user: aku tags: trunk
02:25
The nonce of a login card in the sync protocol is now the SHA1 hash of the remainder of the sync message. The signature is the SHA1 hash of the concatenation of the nonce and the users password. check-in: 776753118f user: drh tags: trunk
01:46
Fix bugs in undo/redo. Appears to work now but not heavily tested. check-in: 6f5654c7ab user: drh tags: trunk
2007-09-11
02:25
Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet. check-in: a36177bcce user: drh tags: trunk
2007-09-10
02:21
Slight editorial changes to sync documentation, fixing spelling errors. check-in: 4038525bc5 user: aku tags: trunk
00:48
Fix a C++-ism in the timeline module. check-in: 9a76119307 user: drh tags: trunk
00:43
Merge in the delta encoder changes. check-in: 01e3e3f51e user: drh tags: trunk
00:39
Add a first draft of the synchronization protocol document. Unproofed. check-in: 26131cfcc5 user: drh tags: trunk
2007-09-09
17:51
Cluster-based synchronization appears to be working. check-in: 48c4e69d2b user: drh tags: trunk
00:58
Started to restructure the namespace hierarchy, beginning at the bottom, with the log module. check-in: 86a7f249c1 user: aku tags: trunk
2007-09-08
16:01
Sync using clusters appears to work. More testing is needed before we go live. check-in: e1c1877c99 user: drh tags: trunk
06:33
Moved the import control code into its own package. The application has been reduced to command line processing and handing over to the new package. check-in: c172959c32 user: aku tags: trunk
05:35
Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system. check-in: be32ebcb41 user: aku tags: trunk
03:50
Updated documentation of the delta encoder to mention the new limits on searching the hash chain. check-in: 3e899ae0e5 user: aku tags: trunk
03:48
Extended import app with switch to stop execution just before a specific changeset, to aid in debugging problems. check-in: 8469631cc9 user: aku tags: trunk
2007-09-06
00:47
Raise the hash chain limit in the delta module from 50 to 250. check-in: f6b4c6458b user: drh tags: trunk
2007-09-05
18:46
Fix pathological N*2 behavior in the delta generator. check-in: b816fadfc7 user: drh tags: trunk
02:03
Fix calculating percentage of committed changesets. check-in: 734febe649 user: aku tags: trunk
2007-09-04
22:00
Importer extended to allow capture of exact fossil commit command check-in: 492531e3a8 user: aku tags: trunk
05:38
(no comment) check-in: 7003caa982 user: aku tags: trunk
05:36
First semi-complete app for import from CVS. Trunk only, wholesale only. check-in: df91d389d5 user: aku tags: trunk
2007-09-03
01:28
Add the unclustered table and the M lines to manifests. Process clusters in manifest_parse and manifest_crossref. The xfer process still does not yet use clusters though so it is still compatible. But that is about to change. check-in: ba486fec5a user: drh tags: trunk
2007-09-02
20:33
Added text notes on ideas for dealing with tickets and wiki. check-in: 251545cd43 user: drh tags: trunk
02:01
Add the "index.wiki" wiki page. Fix a bug in the wiki rendering engine. The page displays now, but not correctly - there are clearly additional bugs to be found and fixed. check-in: 11976cfdc2 user: drh tags: trunk
01:23
The /index webpage pulls up the wiki page specified in Setup/Configuration.s check-in: 4f641e7e4e user: drh tags: trunk
2007-09-01
21:11
Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. check-in: b2e55c0d4d user: drh tags: trunk
01:55
Updates to the timeline routines. Added the pqueue module. check-in: abce5105e2 user: drh tags: trunk
2007-08-31
20:14
A new decendent finding algorithm is (hopefully) faster. Changes to the timeline are in process and might not yet work. check-in: e15fe43153 user: drh tags: trunk
04:57
Added first code regarding import from cvs, processing a CVSROOT/history file. Looks good, except that the history I have is incomplete, truncated at the beginning. Extended my notes with results from this experiment, thinking about a possible different method. check-in: f166b0a63c user: aku tags: trunk
01:31
Removed two entries from the work list which are done. check-in: 81ccb7e684 user: aku tags: trunk
2007-08-30
21:37
Put a colored asterisk beside entries of interest in the timeline, rather than doing lots of annoying text color and background changes. check-in: 4d03017923 user: drh tags: trunk
20:27
Fix some annoyances with "merge". This involves a schema change to the _FOSSIL_ file. Older versions will continue to work, but it would make since to "close" and "open" local source tree after updating to this version of fossil, in order to update the schema. check-in: 4c82c7773f user: drh tags: trunk
19:46
Fix multiple bugs in the comment parser of the commit command. Allow blank lines in comments. check-in: f030c0aea7 user: drh tags: trunk
18:05
Fix bugs that can cause a segfault if a blank check-in comment is entered. check-in: 1871a93dd4 user: drh tags: trunk
2007-08-29
11:51
Merge aku's makefile changes. check-in: fad606934c user: drh tags: trunk
11:48
New timeline formatting experiment. Foreground font color changes when mousing over the vinfo hyperline show all immediate parents in red and immediate children in green and hide all entries that are not part of the current line. check-in: 4d051c1eda user: drh tags: trunk
04:00
Re-added the 'test' target, this time in the correct file, then regenerated the main.mk file. check-in: 5f83d2720e user: aku tags: trunk
03:22
Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file. check-in: b616c3d8c3 user: drh tags: trunk
02:55
Merged drh's fixes new features (xfer, timeline handling, javascript based timeline highlighting) into my branch. check-in: 15652ff081 user: aku tags: trunk
02:49
Moved common large lists of header files into Make variables. check-in: 4594b4e628 user: aku tags: trunk
02:46
Added implementations for the methods "deconstruct", and "construct". check-in: fc95255785 user: aku tags: trunk
02:42
Moved the core logic of both "rebuild_database" and "create_repository_cmd" into their own functions, for sharing with "reconstruct_cmd". check-in: e00384d26d user: aku tags: trunk
2007-08-28
07:12
Fixed bug in blob_write_to_file, added missing argument to fossil_panic. check-in: 033ad72c71 user: aku tags: trunk
05:01
Reworked my notes regarding 'reconstruct' based on my reading of content.c, checkin.c, and manifest.c check-in: 10062df2fa user: aku tags: trunk
05:00
Fixed typos, and extended the documentation of content_deltify. check-in: 8857e1eabb user: aku tags: trunk
03:34
Updated my work list, added first notes about 'cvs import' functionality. check-in: 103c397e4b user: aku tags: trunk
03:18
Fixed typos. check-in: 63564202fd user: aku tags: trunk
03:04
Make sure the same manifest never gets inserted into the metadata tables twice - resulting in duplicate timeline entries. check-in: 18b1f6788d user: drh tags: trunk
2007-08-27
13:21
Tweaked the highlighting check-in: e12f2f1839 user: aku tags: trunk
05:02
Fix a bug in the javascript. Only versions that are independent of the mouse-over version are grayed out now. check-in: 5341655085 user: drh tags: trunk
04:35
Completed the description of the delta encoder check-in: 59ad045fef user: aku tags: trunk
04:09
Fix a bug in the javascript generator of the previous check-in. check-in: a028affcf2 user: drh tags: trunk
04:03
Add some javascript to the timeline to gray out versions that are not part of the line that is moused over. Also include leaf, fork, and merge markers on the timeline. Experimental. check-in: bbdd4f9915 user: drh tags: trunk
00:04
Give an error if an attempt is made to merge, update, or checkout against an incomplete baseline - one that contains phantoms. Update the xfer protocol to converge on a stable synchronization faster and (hopeful) not quit until the sync is complete. check-in: 8c828207a2 user: drh tags: trunk
2007-08-26
22:22
Added section numbers to delta format, labels for linking, navigation bar. Added delta encoder description (incomplete, right now only all the trivial parts). Using TeX for formulas, and mimetex for conversion. check-in: 6f1af23ebe user: aku tags: trunk
19:51
New text in "ideas.txt" check-in: fd8b28ad87 user: drh tags: trunk
19:49
Extended my list of things to do. check-in: 4bf5cf121e user: aku tags: trunk
06:45
Added a make target to invoke the testsuite, and a make variable for tclsh. Danger. Testsuite modifies the repository the checkout belongs to, and not a copy. Use with caution, clone your development repository and workspace before use. Updated my work list. check-in: 464a46dad2 user: aku tags: trunk
06:12
Reference to obsolete field vfile.parent removed. Fixed table reference in definition of table vfile. check-in: 32c639d086 user: aku tags: trunk
03:03
Merge in aku's documentation updates. check-in: 452a71f40b user: drh tags: trunk
02:01
Fixed a number of simple typos. check-in: a938517964 user: aku tags: trunk
01:32
Added documentation of the delta format check-in: 5fcb36c81b user: aku tags: trunk
2007-08-25
23:58
Added my own todo file check-in: 90f8319a32 user: aku tags: trunk
21:01
Jot down some notes for how to move forward. check-in: 634fd117b1 user: drh tags: trunk
19:52
Regenerate the manifest.uuid file on a "commit". check-in: 741aac4d4e user: drh tags: trunk
19:45
Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. check-in: b4571bb75e user: drh tags: trunk
19:39
Add the "baseline" command that shows the UUID of the fossil baseline from which the fossil executable was built. check-in: def4449a87 user: drh tags: trunk
19:31
Generate the "manifest.uuid" file containing the SHA1 hash of the "manifest" file whenever the manifest is generated. Makefiles can used the "manifest.uuid" to insert the version number into the executable. check-in: 95e17f4e3f user: drh tags: trunk
19:00
Merging aku's changes into the head. check-in: b0ad3f90bc user: drh tags: trunk
18:58
Attempting the same merge that aku tried and got empty files with. check-in: 424d47e453 user: drh tags: trunk
18:51
Changes to the CLI version of the timeline command to show places where forks occur in the tree and where content is merged. Lots more work is needed to show the structure of a tree well. This is definitely a work in progress. check-in: b846db063c user: drh tags: trunk
12:31
Fix an off-by-one bug in the network protocol handler so that it can accept a zero-length file. check-in: 507ee45f25 user: drh tags: trunk
04:02
Merging formatting changes to timeline and concepts documentation Closed-Leaf check-in: 9b30224db7 user: aku tags: trunk
03:30
Improvements to timeline formatting. Added the "concepts.html" document. check-in: e319e8e870 user: drh tags: trunk
03:23
Fixed typos in comments check-in: 609e4caf29 user: aku tags: trunk
2007-08-24
21:32
Improved formatting of the user list webpage. check-in: 39fa010b7f user: drh tags: trunk
2007-08-23
23:10
Website updates. Change the message for unrecognized commands to refer the user to "help". check-in: 0cd202a86e user: drh tags: trunk
19:52
Add separate "clone" permissions. Previously, one needed "History" premission in order to clone. But sometimes we want to grant clone without granting history. check-in: 22c1ac41d4 user: drh tags: trunk
2007-08-19
11:06
Fix the "Leaves" computation on the vinfo web page. Improvements to the vinfo web page. check-in: 4ac16995e8 user: drh tags: trunk
2007-08-18
11:42
Added options to the "timeline" CLI command. Additional help comments. check-in: 6607844a01 user: drh tags: trunk
02:45
Add the "help" command and the "clean" command. More work is needed on the text for various help messages. check-in: c9fdb846fb user: drh tags: trunk
2007-08-17
19:53
Omit the -static option from the default Makefile. check-in: e5b74951d9 user: drh tags: trunk
2007-08-11
01:16
Add the "close" command. check-in: 4452576730 user: drh tags: trunk
2007-08-10
03:52
Fix a C++-ism in the previous check-in. check-in: f5588c800b user: drh tags: trunk
03:50
More sync fixes: The previous version was not pulling new branches off of the server. This should fix that. check-in: 50150adeec user: drh tags: trunk
02:59
The xfer mechanism has been completely reworked to better support delta compression and to require fewer round-trips. The wire protocol is roughly the same but is different enough that you will need to recompile before sync will work. check-in: edbb332d54 user: drh tags: trunk
00:08
Complete rework of the xfer mechanism. Compiles but not yet working. check-in: 573a464cb7 user: drh tags: trunk
2007-08-09
19:07
Additional work on the xfer mechanism, trying to increase the use of delta compression. check-in: bd3c1d0023 user: drh tags: trunk
17:42
The delta compress on xfer is working better now, but still needs work. check-in: 73bddaebb9 user: drh tags: trunk
11:55
Fix an off-by-one error that can cause a segfault during sync. check-in: 6eca3132fe user: drh tags: trunk
10:48
Add the -m/--comment and the --nosign options to the commit command. check-in: 9a9cd81738 user: drh tags: trunk
10:43
Require history permission in order to clone. check-in: 13b7ac16e4 user: drh tags: trunk
03:47
Add a quick hack that disables delta compression on xfer. This gives people a chance to synchronize the previous fix. We will eventually remove the hack. check-in: 4c072728b4 user: drh tags: trunk
03:44
Fix a bug in the xfer server that prevents it from receiving deltas. check-in: 869534e182 user: drh tags: trunk
03:19
Progress toward delta compression on the xfer protocol. The compression works well. But the client is not telling the server what files it has so the server does not have anything to delta against. check-in: eea381f416 user: drh tags: trunk
01:08
Website updates. check-in: b110d77c36 user: drh tags: trunk
2007-08-08
15:30
Do not remove files that have been edited when doing an "update". Instead, mark the files as CONFLICT. check-in: fe6ee8a431 user: drh tags: trunk
15:22
Make sure a user does not attempt to "fossil add" the manifest or the _FOSSIL_ files. check-in: 20bcbcf2f2 user: drh tags: trunk
15:18
Write the new manifest file to the root of the check-out tree when doing an update. check-in: a040ae6e17 user: drh tags: trunk
14:45
Omit the files "manifest" and "_FOSSIL_" from the "extra" list. check-in: 77327ae14e user: drh tags: trunk
2007-08-04
00:38
Changes to the checksum verification steps to allow a partial commit of changes after new files are added to the tree. check-in: 5c74c300b1 user: drh tags: trunk
00:26
Prohibit partial check-ins of a merge. To allow such a thing would confuse the branch tracking logic. There are still problems in the partial check-in logic for cases were new files have been added to the repository. check-in: aafd536a5c user: drh tags: trunk
00:08
Merge in and correct the changes to the new repository initialization. Also fix other misc bugs seen while testing. check-in: f5e8b1d736 user: drh tags: trunk
2007-08-03
23:30
Show an error if unrecognized command-line options appear on the commit command. Also add the (undocumented) "omit-ci-sig" configuration option on the database. Setting omit-ci-sig omits the PGP signature on check-in. check-in: 6aff11f03f user: drh tags: trunk
23:04
Changes to the way new repositories are created. Also make the CGI output blob available to all modules through a function call. check-in: a48936e834 user: drh tags: trunk
15:31
Extend the commit command so that specific files can be committed. There are still some problems with doing this after a merge. check-in: 22552fb803 user: dan tags: trunk
2007-08-01
21:59
Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests. check-in: e37451d9c2 user: drh tags: trunk
21:03
Add primitive start-time and duration controols to the timeline. Additional checksums on check-in and check-out. check-in: 3945057916 user: drh tags: trunk
20:05
Documentation updates. Added Makefile. check-in: 0e265b0184 user: drh tags: trunk
16:42
Update the todo list. check-in: 36df57aa39 user: drh tags: trunk
16:13
File differences and file viewer added to the www interface. check-in: 1a9c6dbfb7 user: drh tags: trunk
15:13
Fix the test-verify command so that it ignores phantoms. check-in: 1245b42ba3 user: drh tags: trunk
13:50
Client must ignore SIGPIPE when writting to the HTTP socket. check-in: 0238e54ff3 user: drh tags: trunk
13:32
From the vinfo webpage, provide a hyperlink to download a ZIP archive the version. check-in: 6dab6149b1 user: drh tags: trunk
13:08
Avoid an unnecessary HTTP round-trip on syncs. check-in: ae40356c57 user: drh tags: trunk
12:49
Add the "leaves" webpage and the "branches" CLI command. We need to work on the nomenclature. check-in: afcdc7ec97 user: drh tags: trunk
12:20
The merge at [dd9633a03d] did not work because of the bug just fixed. This change moves the changes that should have been in that merge into the main line of the tree. check-in: 04f7535ee3 user: drh tags: trunk
12:17
Fix a problem in the commit logic that caused it to ignore merge changes. Add another test to the commit to detect future problems of a similar nature. check-in: 5c3e87171a user: drh tags: trunk
10:31
Merging in the ipaddr update changes. check-in: dd9633a03d user: drh tags: trunk
10:29
Always do at least two cycles with no file transfers before quiting. check-in: 35d7ba08ac user: drh tags: trunk
10:27
Fixes to the sync algorithm. check-in: 0c102d06c3 user: drh tags: trunk
09:04
Populate the ipaddr column of the rcvfrom table when a file is received from a remote source (push/pull/sync). check-in: 36edf3fd5c user: dan tags: trunk
02:27
Add a bug observation to the todo list. check-in: 8df950d14a user: drh tags: trunk
02:07
Updates to the todo list. check-in: 933875bbd1 user: drh tags: trunk
02:03
Do not attempt to verify phantoms. Set the default max message size at 500K instead of 1MB. Updates to the todo list. check-in: 71ed18cc4b user: drh tags: trunk
01:24
Added the vdiff webpage with links from vinfo. check-in: 9df32e2808 user: drh tags: trunk
00:55
Add the finfo web page. check-in: 86c8768475 user: drh tags: trunk
00:40
Improvements to the vinfo webpage. Show descendents, ancestors, and files changed. check-in: 30d7afe328 user: drh tags: trunk
2007-07-31
23:33
Add the new "history" permission. Merge in changes that require permissions to view the timeline. check-in: fd36718ad9 user: drh tags: trunk
22:59
Separate "nobody" and "anonymous" logins. check-in: 9c952d247e user: drh tags: trunk
20:53
Bug fix in the mlink table builder. Use the "rebuild" method to correct the problem in preexisting repositories. check-in: 5b58559c0c user: drh tags: trunk
20:36
When syncing without a URL, print the name of the server, taking care to omit any userid and password. check-in: ce825ac954 user: drh tags: trunk
20:20
Update the ZIP archiver to include date information. Provide a function that constructs a ZIP archive from manifest. check-in: dead090c0b user: drh tags: trunk
19:18
Add a ZIP archive generator. check-in: 9b780d220b user: drh tags: trunk
16:34
Require read permission (permission to read tickets and configuration histories) to view the global timeline. check-in: 5ebcedc33e user: dan tags: trunk
10:10
Remove one to-do item. Add another. check-in: 7fe1e734e9 user: drh tags: trunk
01:34
The push, pull, and sync commands remember the last server and reuse it if the URL argument is omitted. Sync via network only now. check-in: 8dbee6731d user: drh tags: trunk
00:06
More additions to the todo.txt list. check-in: 9c28ba4956 user: drh tags: trunk
2007-07-30
23:18
To more items added to the todo.txt list. check-in: f767ae0568 user: drh tags: trunk
23:01
Added the todo.txt list. check-in: 08c4cc6d16 user: drh tags: trunk
21:23
Fix another bug in the pivot finder. Null-merge with the dan-branch so that we now only have a single leaf on the tree. check-in: fa0ba20a51 user: drh tags: trunk
18:57
Send the HOST header parameter with /xfer requests. check-in: 211c476d23 user: drh tags: trunk
18:38
Fix a bug in the /xfer login logic. check-in: bfe6e64f94 user: drh tags: trunk
17:43
Fix a bug in login. check-in: 947842fb0b user: drh tags: trunk
17:24
Show the user who make the change on the timeline, both on the www interface and in the cli. check-in: 1a4dd313a8 user: drh tags: trunk
17:05
Fix a bug in the logic for finding a pivot during a merge. check-in: 5602bbbaff user: drh tags: trunk
16:35
Only request the password one time on a push or pull. check-in: 3a25b68390 user: drh tags: trunk
16:31
Merge in clone and sync changes. Fix a bug in undelta. check-in: e3c529c2f0 user: dan tags: trunk
14:28
Use POST instead of GET for the /xfer method. Other bug fixes in the URL parser. check-in: e621b6dbe3 user: drh tags: trunk
13:34
When errors occur during CGI, make sure the error is returned in a correct CGI reply. check-in: 396cc2a4eb user: drh tags: trunk
13:01
Bug fix in the local database finder. check-in: 5eac33a6bd user: drh tags: trunk
05:17
Delete records from the temporary table "pending" after sending them. check-in: 23c8dad306 user: dan tags: trunk
2007-07-28
08:15
Fix to the db_open_local() function in the case where the root directory is writable by the current user. check-in: d0d4c5f575 user: dan tags: trunk
08:04
Remove a c++ism from deltacmd.c. check-in: 0c227fa406 user: dan tags: trunk
07:09
When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. check-in: 3dcaed8d86 user: dan tags: trunk
2007-07-24
18:15
File format document change: UUIDs use lowercase not uppercase hex. check-in: 01e7596a98 user: drh tags: trunk
13:00
Fix a bug in the "rm" command. Delete an obsolete documentation file. check-in: ac1dea8eac user: drh tags: trunk
12:54
Merge in the latest SQLite updates. check-in: d8590e093f user: drh tags: trunk
12:52
Documentation updates check-in: b807acf62e user: drh tags: trunk
2007-07-23
20:42
Always do another sync round if any file is received. check-in: 0feed85090 user: drh tags: trunk
20:40
More improvements to network sync. check-in: 4ee118a6b4 user: drh tags: trunk
20:33
Work on network synchronization check-in: 75c476ccd1 user: drh tags: trunk
19:52
Improvements to the WWW interface. check-in: 66f4caa379 user: drh tags: trunk
2007-07-22
12:00
Setup webpag updates. check-in: c4ec179bbc user: drh tags: trunk
2007-07-21
19:32
Improvements to web-based user management. check-in: 916b6e4b3b user: drh tags: trunk
14:10
Initial check-in of m1 sources. check-in: dbda8d6ce9 user: drh tags: trunk
14:09
initial empty baseline check-in: a28c83647d user: drh tags: trunk