]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
added wysiwyg_editor-1.3a feature by Jean-Nicolas GEREONE <jean-nicolas.gereone@st...
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 13 May 2006 19:59:55 +0000 (19:59 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 13 May 2006 19:59:55 +0000 (19:59 +0000)
commit209e8df823605afbe201ceea40a91ce8e5446674
treece4e566787630b179c06e13805cefe6db1453cdb
parentf7b2d8da4d00250fc4f9c14918e65a8035d4e9d4
added wysiwyg_editor-1.3a feature by Jean-Nicolas GEREONE <jean-nicolas.gereone@st.com>
converted wysiwyg_editor-1.3a js to WysiwygEdit framework
changed default ENABLE_WYSIWYG = true and added WYSIWYG_BACKEND = Wikiwyg

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5059 96ab9672-09ca-45d6-a79d-3d69d39ca109
40 files changed:
config/config-default.ini
config/config-dist.ini
lib/IniConfig.php
lib/WysiwygEdit.php
lib/WysiwygEdit/Wikiwyg.php [new file with mode: 0644]
lib/editpage.php
lib/main.php
themes/default/Wikiwyg/Selection.htc [new file with mode: 0644]
themes/default/Wikiwyg/Wikiwyg.js [new file with mode: 0644]
themes/default/Wikiwyg/Wikiwyg/Debug.js [new file with mode: 0644]
themes/default/Wikiwyg/Wikiwyg/HTML.js [new file with mode: 0644]
themes/default/Wikiwyg/Wikiwyg/Phpwiki.js [new file with mode: 0755]
themes/default/Wikiwyg/Wikiwyg/Preview.js [new file with mode: 0644]
themes/default/Wikiwyg/Wikiwyg/Toolbar.js [new file with mode: 0644]
themes/default/Wikiwyg/Wikiwyg/Wikitext.js [new file with mode: 0644]
themes/default/Wikiwyg/Wikiwyg/Wysiwyg.js [new file with mode: 0644]
themes/default/Wikiwyg/images/bold.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/h1.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/h2.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/h3.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/h4.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/h5.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/h6.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/help.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/hr.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/image.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/indent.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/italic.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/link.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/ordered.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/outdent.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/p.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/pre.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/separator.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/strike.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/table.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/underline.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/unordered.gif [new file with mode: 0755]
themes/default/Wikiwyg/images/www.gif [new file with mode: 0755]
themes/default/phpwiki.css