Fossil with Commonmark

Changes On Branch wysiwyg
Login

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

Changes In Branch wysiwyg Excluding Merge-Ins

This is equivalent to a diff from 717cd2782c to e5ad103777

2012-08-14
17:30
Merge in the WYSIWYG editor branch, making WYSIWYG an option for trunk users. WYSIWYG is still off by default. check-in: 65870e8736 user: drh tags: trunk
2012-08-13
12:54
Disable the cut/copy/paste buttons on the WYSIWYG editor, since doing cut/copy/paste under javascript control is normally disallowed for security reasons. Closed-Leaf check-in: e5ad103777 user: drh tags: wysiwyg
12:39
Adjust the $current_page for the doc webpage so that it includes the embedded document being rendered. check-in: 22e2051111 user: drh tags: trunk
12:30
Fixes to the <base> addition to the HTML header so that it works correctly with the "doc" webpage. Href is now $baseurl/$current_page. check-in: fd10cdbaf8 user: drh tags: wysiwyg
2012-08-10
19:59
Add experimental support for WYSIWYG editing of wiki pages. check-in: 6cd9847f54 user: drh tags: wysiwyg
12:59
Allow the style= attribute in wiki markup. check-in: 717cd2782c user: drh tags: trunk
2012-08-09
19:16
Fix the "Delete Ad-Unit" button so that it really does delete the ad-unit. check-in: 869e27e739 user: drh tags: trunk

Changes to src/cgi.c.

Changes to src/doc.c.

Changes to src/main.mk.

Changes to src/makemake.tcl.

Changes to src/setup.c.

Changes to src/skins.c.

Changes to src/style.c.

Changes to src/wiki.c.

Changes to src/wikiformat.c.

Added src/wysiwyg.c.

Changes to win/Makefile.dmc.

Changes to win/Makefile.mingw.

Changes to win/Makefile.msc.