JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0.1 v3.0.1
authorJason Woofenden <jason@jasonwoof.com>
Thu, 4 Nov 2010 05:29:13 +0000 (01:29 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 4 Nov 2010 05:29:13 +0000 (01:29 -0400)
commit8761695d9b70afe75905deaac88f78c1f8aeb32d
treeffc4623170773b6ae3f0641ec8ab2188a26f1fdd
parentea7e3453c7b0f023b050aca6d9f83ab372860d91
vanilla ckeditor-3.0.1
297 files changed:
CHANGES.html
_samples/api.html [new file with mode: 0644]
_samples/divreplace.html
_samples/index.html
_source/core/_bootstrap.js
_source/core/ckeditor_base.js
_source/core/command.js
_source/core/commanddefinition.js
_source/core/config.js
_source/core/dom/element.js
_source/core/dom/event.js
_source/core/dtd.js
_source/core/editor.js
_source/core/htmlparser.js
_source/core/htmlparser/fragment.js
_source/core/lang.js
_source/core/loader.js
_source/core/plugins.js
_source/core/skins.js
_source/core/test.js [deleted file]
_source/core/themes.js
_source/core/tools.js
_source/core/ui.js
_source/lang/_translationstatus.txt
_source/lang/af.js
_source/lang/ar.js
_source/lang/bg.js
_source/lang/bn.js
_source/lang/bs.js
_source/lang/ca.js
_source/lang/cs.js
_source/lang/da.js
_source/lang/de.js
_source/lang/el.js
_source/lang/en-au.js
_source/lang/en-ca.js
_source/lang/en-uk.js
_source/lang/en.js
_source/lang/eo.js
_source/lang/es.js
_source/lang/et.js
_source/lang/eu.js
_source/lang/fa.js
_source/lang/fi.js
_source/lang/fo.js
_source/lang/fr-ca.js
_source/lang/fr.js
_source/lang/gl.js
_source/lang/gu.js
_source/lang/he.js
_source/lang/hi.js
_source/lang/hr.js
_source/lang/hu.js
_source/lang/is.js
_source/lang/it.js
_source/lang/ja.js
_source/lang/km.js
_source/lang/ko.js
_source/lang/lt.js
_source/lang/lv.js
_source/lang/mn.js
_source/lang/ms.js
_source/lang/nb.js
_source/lang/nl.js
_source/lang/no.js
_source/lang/pl.js
_source/lang/pt-br.js
_source/lang/pt.js
_source/lang/ro.js
_source/lang/ru.js
_source/lang/sk.js
_source/lang/sl.js
_source/lang/sr-latn.js
_source/lang/sr.js
_source/lang/sv.js
_source/lang/th.js
_source/lang/tr.js
_source/lang/uk.js
_source/lang/vi.js
_source/lang/zh-cn.js
_source/lang/zh.js
_source/plugins/clipboard/dialogs/paste.js
_source/plugins/colordialog/dialogs/colordialog.js [new file with mode: 0644]
_source/plugins/colordialog/plugin.js [new file with mode: 0644]
_source/plugins/contextmenu/plugin.js
_source/plugins/dialog/plugin.js
_source/plugins/dialogui/plugin.js
_source/plugins/find/dialogs/find.js
_source/plugins/flash/dialogs/flash.js
_source/plugins/floatpanel/plugin.js
_source/plugins/font/plugin.js
_source/plugins/format/plugin.js
_source/plugins/forms/dialogs/select.js
_source/plugins/htmldataprocessor/plugin.js
_source/plugins/image/dialogs/image.js
_source/plugins/keystrokes/plugin.js
_source/plugins/maximize/plugin.js
_source/plugins/menu/plugin.js
_source/plugins/newpage/plugin.js
_source/plugins/panel/plugin.js
_source/plugins/pastefromword/dialogs/pastefromword.js
_source/plugins/preview/plugin.js
_source/plugins/scayt/plugin.js
_source/plugins/selection/plugin.js
_source/plugins/showblocks/plugin.js
_source/plugins/smiley/plugin.js
_source/plugins/sourcearea/plugin.js
_source/plugins/styles/plugin.js
_source/plugins/stylescombo/plugin.js
_source/plugins/table/dialogs/table.js
_source/plugins/tabletools/dialogs/tableCell.js
_source/plugins/templates/plugin.js
_source/plugins/templates/templates/default.js
_source/plugins/uicolor/dialogs/uicolor.js
_source/plugins/uicolor/plugin.js
_source/plugins/wysiwygarea/plugin.js
_source/skins/kama/skin.js
_source/skins/kama/toolbar.css
_source/skins/office2003/toolbar.css
_source/skins/v2/toolbar.css
_source/tests/_assets/sample.css [deleted file]
_source/tests/_assets/sample.js [deleted file]
_source/tests/_assets/sample.txt [deleted file]
_source/tests/_assets/sample.xml [deleted file]
_source/tests/_assets/sample_xml.txt [deleted file]
_source/tests/core/_editor/custom_config_1.js [deleted file]
_source/tests/core/_editor/custom_config_2.js [deleted file]
_source/tests/core/ajax.html [deleted file]
_source/tests/core/bootstrap.html [deleted file]
_source/tests/core/ckeditor.html [deleted file]
_source/tests/core/dom/document.html [deleted file]
_source/tests/core/dom/documentfragment.html [deleted file]
_source/tests/core/dom/element.html [deleted file]
_source/tests/core/dom/node.html [deleted file]
_source/tests/core/dom/range.html [deleted file]
_source/tests/core/dom/text.html [deleted file]
_source/tests/core/dom/walker.html [deleted file]
_source/tests/core/dom/window.html [deleted file]
_source/tests/core/editor.html [deleted file]
_source/tests/core/env.html [deleted file]
_source/tests/core/event.html [deleted file]
_source/tests/core/htmlparser/fragment.html [deleted file]
_source/tests/core/htmlparser/htmlparser.html [deleted file]
_source/tests/core/plugins.html [deleted file]
_source/tests/core/plugins/myplugins/sample/my_plugin.js [deleted file]
_source/tests/core/scriptloader.html [deleted file]
_source/tests/core/tools.html [deleted file]
_source/tests/core/xml.html [deleted file]
_source/tests/plugins/domiterator/domiterator.html [deleted file]
_source/tests/plugins/htmldataprocessor/htmldataprocessor.html [deleted file]
_source/tests/plugins/link/link.html [deleted file]
_source/tests/plugins/list/list.html [deleted file]
_source/tests/plugins/selection/selection.html [deleted file]
_source/tests/plugins/styles/styles.html [deleted file]
_source/tests/test.css [deleted file]
_source/tests/test.js [deleted file]
_source/tests/testall.html [deleted file]
_source/tests/yuitest.js [deleted file]
_source/themes/default/theme.js
_tests/_assets/sample.css [deleted file]
_tests/_assets/sample.js [deleted file]
_tests/_assets/sample.txt [deleted file]
_tests/_assets/sample.xml [deleted file]
_tests/_assets/sample_xml.txt [deleted file]
_tests/core/_editor/custom_config_1.js [deleted file]
_tests/core/_editor/custom_config_2.js [deleted file]
_tests/core/ajax.html [deleted file]
_tests/core/bootstrap.html [deleted file]
_tests/core/ckeditor.html [deleted file]
_tests/core/dom/document.html [deleted file]
_tests/core/dom/documentfragment.html [deleted file]
_tests/core/dom/element.html [deleted file]
_tests/core/dom/node.html [deleted file]
_tests/core/dom/range.html [deleted file]
_tests/core/dom/text.html [deleted file]
_tests/core/dom/walker.html [deleted file]
_tests/core/dom/window.html [deleted file]
_tests/core/editor.html [deleted file]
_tests/core/env.html [deleted file]
_tests/core/event.html [deleted file]
_tests/core/htmlparser/fragment.html [deleted file]
_tests/core/htmlparser/htmlparser.html [deleted file]
_tests/core/plugins.html [deleted file]
_tests/core/plugins/myplugins/sample/my_plugin.js [deleted file]
_tests/core/scriptloader.html [deleted file]
_tests/core/tools.html [deleted file]
_tests/core/xml.html [deleted file]
_tests/plugins/domiterator/domiterator.html [deleted file]
_tests/plugins/htmldataprocessor/htmldataprocessor.html [deleted file]
_tests/plugins/link/link.html [deleted file]
_tests/plugins/list/list.html [deleted file]
_tests/plugins/selection/selection.html [deleted file]
_tests/plugins/styles/styles.html [deleted file]
_tests/test.css [deleted file]
_tests/test.js [deleted file]
_tests/testall.html [deleted file]
_tests/yuitest.js [deleted file]
ckeditor.js
ckeditor.pack
ckeditor_basic.js
ckeditor_basic_source.js
ckeditor_source.js
lang/_translationstatus.txt
lang/af.js
lang/ar.js
lang/bg.js
lang/bn.js
lang/bs.js
lang/ca.js
lang/cs.js
lang/da.js
lang/de.js
lang/el.js
lang/en-au.js
lang/en-ca.js
lang/en-uk.js
lang/en.js
lang/eo.js
lang/es.js
lang/et.js
lang/eu.js
lang/fa.js
lang/fi.js
lang/fo.js
lang/fr-ca.js
lang/fr.js
lang/gl.js
lang/gu.js
lang/he.js
lang/hi.js
lang/hr.js
lang/hu.js
lang/is.js
lang/it.js
lang/ja.js
lang/km.js
lang/ko.js
lang/lt.js
lang/lv.js
lang/mn.js
lang/ms.js
lang/nb.js
lang/nl.js
lang/no.js
lang/pl.js
lang/pt-br.js
lang/pt.js
lang/ro.js
lang/ru.js
lang/sk.js
lang/sl.js
lang/sr-latn.js
lang/sr.js
lang/sv.js
lang/th.js
lang/tr.js
lang/uk.js
lang/vi.js
lang/zh-cn.js
lang/zh.js
plugins/clipboard/dialogs/paste.js
plugins/colordialog/dialogs/colordialog.js [new file with mode: 0644]
plugins/colordialog/plugin.js [new file with mode: 0644]
plugins/contextmenu/plugin.js
plugins/dialog/plugin.js
plugins/dialogui/plugin.js
plugins/find/dialogs/find.js
plugins/flash/dialogs/flash.js
plugins/floatpanel/plugin.js
plugins/font/plugin.js
plugins/format/plugin.js
plugins/forms/dialogs/select.js
plugins/htmldataprocessor/plugin.js
plugins/image/dialogs/image.js
plugins/indent/plugin.js
plugins/keystrokes/plugin.js
plugins/maximize/plugin.js
plugins/menu/plugin.js
plugins/newpage/plugin.js
plugins/panel/plugin.js
plugins/pastefromword/dialogs/pastefromword.js
plugins/preview/plugin.js
plugins/scayt/plugin.js
plugins/selection/plugin.js
plugins/showblocks/plugin.js
plugins/sourcearea/plugin.js
plugins/styles/plugin.js
plugins/stylescombo/plugin.js
plugins/table/dialogs/table.js
plugins/tabletools/dialogs/tableCell.js
plugins/templates/templates/default.js
plugins/wysiwygarea/plugin.js
skins/kama/editor.css
skins/kama/skin.js
skins/office2003/editor.css
skins/v2/editor.css
themes/default/theme.js