Timeline
Not logged in

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

50 events occurring around 42f4d14771b0a7a7.

2012-06-11
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. 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]: 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.) 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. 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. 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]: 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. Leaf check-in: 626a317e5c user: martin.weber tags: msw-docco