Commit graph

28 commits

Author SHA1 Message Date
Murod Khaydarov 78db8563d6 fix ce-block data attribute 2017-04-25 18:05:05 +03:00
George Berezhnoy 510764a3cd Attaches plugin (#181)
* Attaches plugin

* Ignore server dir

* Progress bar added

* Styles upd

* Fix

* refactoring

* core.ajax fix

* Upd

* Upd

* update styles

* remove tmp return

* styles updated

* file title now 'title'

* Current upload check

* update attaches and image plugin
2017-03-21 21:45:52 +03:00
khaydarov b06b0c108a image plugin variables (#173)
Plugins doesn’t uses babel polyfill. That’s why ‘let’ won’t work.
2017-03-01 13:43:27 +03:00
khaydarov ff101ac642 transport module refactored (#168)
* transport module refactored

* transport upgraded

* increase versions

* code improved after review

* upd

* new description

* JSDoc description
2017-02-27 18:41:56 +03:00
khaydarov 3cbe8faaa6 Remove tool type from switchBlock -> by default it will saved from previous (#166)
* small fixes

regex match must not be similar to pasted string. Ex:
```https://www.instagram.com/p/BQ3wxmlA5GN/?taken-by=thenotoriousmma``
and match is ```https://www.instagram.com/p/BQ3wxmlA5GN/```.

```SwitchBlock``` have 3 parameter that is not important

* new instagram embed regex
2017-02-26 13:22:21 +03:00
George Berezhnoy d2e755086a Destroy module (#157)
* listeners module added

* Destroy method added

* Destroy method for plugins added

* Delete plugins properties from window obj

* Revert "Delete plugins properties from window obj"

This reverts commit 6c91f81229.

* Twitter and instagram api's destroy

* Scripts destoy added

* Fix

* Replace regex with String.indexOf

* Settings for destroyer
2017-02-13 20:54:18 +03:00
George Berezhnoy e28349d3fb Paste moved to core (#158)
* Paste moved to core

* Some fixies
2017-02-12 18:25:20 +03:00
George Berezhnoy 61fd151568 anchors added (#150)
* anchors added

* Styles improve and keyboard behavior fix

* Styles improve

* Translit added

* Anchors as default settings

* Remove trash changes

* Upd

* Anchors module added and version updated

* styles imroved

* remove anchor flag on mobile viewport
2017-02-08 09:39:07 +03:00
Peter Savchenko e71a12401a Refactoring (#144)
* codex -> codex.editor

* ESlint code style

* Code lint

* fix inline module 'this' call

* fixed toolbox leaf

* removed empty spaces

* caret module code improved
2017-02-01 20:25:59 +03:00
Peter Savchenko 70df6b20b0 New plugin preparation scheme - now async (#143)
- core.importScript now returns a Promise
- ui.preparePlugins now returns a Promise
- `prepare` method of tools now *should* return a promise
2017-02-01 12:14:00 +03:00
Peter Savchenko 80303bc573 fix 'undefined' bug 2017-01-31 15:20:09 +03:00
khaydarov c4f19d5c59 return empty text instead of undefined (#141)
* return empty text instead of undefined

* upd
2017-01-30 20:37:47 +03:00
khaydarov 664e01a020 small fixes 2017-01-28 22:51:09 +03:00
khaydarov 6889112301 changed caption contains to InnerHTML (#132) 2017-01-28 17:00:02 +03:00
khaydarov 30af67f3cf remove unused variables (#127) 2017-01-27 21:19:22 +03:00
khaydarov d1a04fc454 image module hotfix (#126)
* image module hotfix

* image improved configurations

* Image plugin updated

- add border settings
- show selected settings
- stretched setting
2017-01-27 21:10:04 +03:00
khaydarov 67ecaf3932 Merge pull request #104 from codex-team/youtube-plugin-added
Youtube plugin added
2017-01-26 18:21:48 +03:00
khaydarov c96e3f9337 image hotfix 2017-01-26 17:02:30 +03:00
khaydarov 174f7d1a2b Merge branch 'master' into youtube-plugin-added
# Conflicts:
#	codex-editor.js
#	codex-editor.js.map
#	whatwg-fetch.js.map
2017-01-26 16:35:37 +03:00
khaydarov 02f4dce7c6 upgraded 2017-01-26 15:56:37 +03:00
George Berezhnoy 1269a84f95 Merge remote-tracking branch 'refs/remotes/origin/master' into youtube-plugin-added 2017-01-26 03:47:19 +03:00
khaydarov 72bdddc2e5 updated 2017-01-26 03:22:53 +03:00
khaydarov 72346e4773 improved after review 2017-01-26 03:12:00 +03:00
khaydarov a392cdcaf6 code improve 2017-01-26 03:10:36 +03:00
khaydarov e3a2bd5932 image-plugin 2017-01-26 02:41:04 +03:00
khaydarov a9a0992217 new feature (#109)
* new feature

method validate must be appended to codex.tools.

* beta-redactor

* before merge

* validate is not important setting
2017-01-18 18:12:50 +03:00
George Berezhnoy 089c8b59de Paste tool remake and more video-services added 2017-01-12 16:56:06 +03:00
khaydarov bc8fb1aed9 cover restoring and fetch function fixed (#101)
* cover restoring fixed

* upd

* fetch fixed in safari

* updated

* plugins

* plugins ready

* code improved

* fixed bug with backspace

* improved architecture
2016-12-25 17:41:57 +03:00