Fossil

Timeline
Login

Timeline

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

8 check-ins using file src/db.c version 30801b5a

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: 396eceb9 user: renez tags: side-by-side-edit)
2012-04-29
13:07
Put wrap="virtual" back in textarea Increase the height of the textarea to the height of the preview div. ... (check-in: ead316f3 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: a7a331fa 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: 55e7e245 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: 20362c85 user: renez tags: side-by-side-edit)
04:54
Create new branch named "side-by-side-edit" ... (check-in: 68a8a7e9 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: 42f4d147 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: cb5db759 user: drh tags: trunk)