Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Always show the "Apply These Changes" button in the Wysiwyg editor. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5efd69e2ca688a5555ddf6bae189f254 |
User & Date: | drh 2019-02-20 21:50:03.491 |
Context
2019-02-20
| ||
22:28 | Formatting improvement for images shown by /artifact. ... (check-in: 7b0dbe80 user: drh tags: trunk) | |
21:50 | Always show the "Apply These Changes" button in the Wysiwyg editor. ... (check-in: 5efd69e2 user: drh tags: trunk) | |
20:42 | Start the version 2.9 change log. ... (check-in: 29d55718 user: drh tags: trunk) | |
Changes
Changes to src/wiki.c.
︙ | ︙ | |||
759 760 761 762 763 764 765 | blob_reset(&html); @ <br /> @ <input type="submit" name="edit-markup" value="Markup Editor" @ onclick='return confirm("Switching to markup-mode\nwill erase your WYSIWYG\nedits. Continue?")' /> } login_insert_csrf_secret(); if( havePreview ){ | | | 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 | blob_reset(&html); @ <br /> @ <input type="submit" name="edit-markup" value="Markup Editor" @ onclick='return confirm("Switching to markup-mode\nwill erase your WYSIWYG\nedits. Continue?")' /> } login_insert_csrf_secret(); if( havePreview ){ if( isWysiwyg || zBody[0] ){ @ <input type="submit" name="submit" value="Apply These Changes" /> }else{ @ <input type="submit" name="submit" value="Delete This Wiki Page" /> } } @ <input type="hidden" name="name" value="%h(zPageName)" /> @ <input type="submit" name="cancel" value="Cancel" |
︙ | ︙ |