Commit graph

45 commits

Author SHA1 Message Date
Marek Lewandowski
67ae77b0f6 Hello 2016. 2016-01-18 14:00:26 +01:00
Aleksander Nowodzinski
78354c0245 Removed -moz, -webkit, -ms and -o prefixes from transition. 2015-06-15 17:56:33 +02:00
Piotrek Koszuliński
485d36b9b5 More tests and more fixes for BBCode. The entire plugin based on a completely broken behaviour of encoding/decoding mechanism so it's now like a pandora box. 2015-06-12 10:02:55 +02:00
Piotrek Koszuliński
b0f5b49419 Fixed encoding issue in BBCode plugin. 2015-06-12 10:02:54 +02:00
Artur Delura
491215ea13 Improved notes in old samples. 2015-02-20 12:35:26 +01:00
Artur Delura
aed5a1c9c4 Added info into samples that they are deprecated. 2015-02-20 12:35:17 +01:00
Piotrek Koszuliński
8198a7a7e8 Moved all old samples to samples/old/ directory. 2015-02-20 12:35:14 +01:00
Piotrek Koszuliński
c474a32212 Created new samples/index.html. 2015-02-20 12:35:13 +01:00
Piotrek Koszuliński
ffb9e5836c Hello 2015, dear samples. 2015-01-15 11:28:55 +01:00
Aleksander Nowodzinski
5509c112f6 Hello 2015. 2015-01-15 11:22:55 +01:00
Artur Delura
7f7f8bcf8a JSHint fixed till dialog. 2014-11-25 18:11:47 +01:00
Piotrek Koszuliński
992fb7a39c JSCS fixes in plugins till dialog.
Conflicts:
	plugins/a11yhelp/plugin.js
	plugins/contextmenu/plugin.js
2014-11-25 18:10:23 +01:00
Aleksander Nowodzinski
efe4bd2173 Made charset definition next to head opening in all HTML files. 2014-01-14 15:20:21 +01:00
Aleksander Nowodzinski
dc8dccc5eb Incremented year in license strings. 2014-01-02 13:48:35 +01:00
Piotr Jasiun
0c63d85080 Apply automated code style fixes on project (exclude lang file and yui.js). 2013-12-10 16:57:51 +01:00
Aleksander Nowodzinski
67c262d2e9 Reverted config#enterMode value for backwards compatibility. Improved comments. 2013-11-25 15:48:13 +01:00
Aleksander Nowodzinski
07afd2c2dc Added comment for the change. 2013-11-25 15:48:13 +01:00
Piotr Jasiun
fbb857616d Set editor.activeEnterMode and editor.enterMode instead of config.enterMode. 2013-11-25 15:48:13 +01:00
Piotr Jasiun
8ea35587f3 Code style. 2013-11-25 15:48:13 +01:00
Piotr Jasiun
9148e80370 Change tounge_smile.png to tongue_smile.png. Code style. 2013-10-18 16:42:51 +02:00
Piotr Jasiun
8fcccc49b7 Replace .gif with .png in BBCore. 2013-10-18 16:42:51 +02:00
Piotr Jasiun
597a99f450 Replace LICENSE.html with LICENSE.md (#10585) 2013-07-05 16:08:36 +02:00
Piotrek Reinmar Koszuliński
82430ed462 Made it possible to disable filter after it was configured - needed for bbcode. 2013-02-13 17:11:27 +01:00
Piotrek Reinmar Koszuliński
9a7f9bffc7 Bumped up year version. 2013-01-07 11:11:11 +01:00
Garry Yao
b42baf61e0 Changed sample page meta: ckeditor-sample-tags => ckeditor-sample-required-plugins. 2012-11-16 17:40:36 +08:00
Garry Yao
c757f6775c Tagged output oriented samples. 2012-11-16 16:26:25 +08:00
Garry Yao
9fe667330c Introduced sample compliance check, e.g. plugin presence. 2012-11-16 16:26:24 +08:00
Wiktor Walc
b4a44a6719 First attempt to move plugin samples 2012-11-09 10:44:59 +01:00
Piotrek Reinmar Koszuliński
74951ab87d BBCode dev sample moved to dev/ folder and corrected. 2012-11-07 17:02:05 +01:00
Garry Yao
5b935fcf96 Fixed CRLF line-break handling in bbcode plugin. 2012-10-30 18:29:39 +08:00
Garry Yao
ae69053487 Fixed case-sensitive of parsed inline style in bbcode plugin. 2012-10-30 18:03:46 +08:00
Garry Yao
f7893b6e3e Used a fragment context for html parsing for data insertion. 2012-10-16 23:21:53 +08:00
garry.yao
2e8dd8d4a9 Fixed #8995: incorrect html escaping when parsing bbcode.
git-svn-id: https://svn.ckeditor.com/CKEditor/trunk@7628 da63caf2-3823-0410-a1e8-d69ccee00dfb
2012-10-16 23:11:14 +08:00
Piotrek Reinmar Koszuliński
aff35ab5d2 Docs reformatted: plugins up to dialog definition. 2012-08-20 22:09:36 +02:00
fredck
7b73ab8f00 Changed requires entries to strings. 2012-07-23 18:13:10 +02:00
Piotrek Reinmar Koszuliński
9c47575606 Introduced new bbcode sample. 2012-07-18 16:57:29 +08:00
Garry Yao
6b98406ce9 Fixed image attributes in htmlFilter. 2012-07-18 16:57:29 +08:00
Garry Yao
0eea4b5fdb Fixed initial data loading from inline instance, as HTML. 2012-07-18 16:57:29 +08:00
Piotrek Reinmar Koszuliński
0e0f420c97 Migrated bbcode plugin to v4. 2012-07-18 16:57:28 +08:00
Piotrek Reinmar Koszuliński
b86180a18f Reuse tools.parseCssText. 2012-07-18 16:57:28 +08:00
Piotrek Reinmar Koszuliński
ad1a1a1b35 Reuse convertRgbToHex from CKEDITOR.tools. 2012-07-18 16:57:28 +08:00
fredck
f365e73745 Post-fix on the code style rewritting. 2012-06-29 14:30:09 +02:00
Wiktor Walc
896287db29 Corrected copyright headers using the @license tag. 2012-06-05 19:36:12 +02:00
fredck
9fd067cde1 Move htmldataprocessor from plugin to the core. 2012-04-20 11:57:15 +02:00
Garry Yao
6f9c665236 Initial v4 directory layout. 2012-04-13 10:55:21 +02:00