Aleksander Łukasz [Wed, 6 Aug 2014 13:06:28 +0000 (15:06 +0200)]
editor: edumed exercises - translation fixes
Aleksander Łukasz [Wed, 6 Aug 2014 12:33:24 +0000 (14:33 +0200)]
editor: edumed exercise - allow for exercise insertion after the edited one
Aleksander Łukasz [Wed, 6 Aug 2014 12:30:29 +0000 (14:30 +0200)]
editor: Missing names of exercises on a canvas
Aleksander Łukasz [Wed, 6 Aug 2014 12:22:18 +0000 (14:22 +0200)]
wlxml: isContextRoot for the reminder of edumed exercises (fixup)
Aleksander Łukasz [Wed, 6 Aug 2014 11:58:44 +0000 (13:58 +0200)]
editor: Missing exercise actions
Aleksander Łukasz [Wed, 6 Aug 2014 11:58:18 +0000 (13:58 +0200)]
wlxml: Missing exercise templates
Aleksander Łukasz [Wed, 6 Aug 2014 11:56:08 +0000 (13:56 +0200)]
wlxml: Node.find
Aleksander Łukasz [Wed, 6 Aug 2014 09:46:00 +0000 (11:46 +0200)]
editor: canvas fix
Aleksander Łukasz [Wed, 6 Aug 2014 09:45:39 +0000 (11:45 +0200)]
editor: core plugin - edumed - remove execise button
Aleksander Łukasz [Wed, 6 Aug 2014 08:58:21 +0000 (10:58 +0200)]
editor: canvas - do not break an empty paragraph on ENTER
Aleksander Łukasz [Wed, 6 Aug 2014 08:41:19 +0000 (10:41 +0200)]
editor: canvas - enter on an empty last list item creates paragraph after list
Aleksander Łukasz [Wed, 6 Aug 2014 07:45:31 +0000 (09:45 +0200)]
editor: canvas fix
Aleksander Łukasz [Wed, 6 Aug 2014 07:32:53 +0000 (09:32 +0200)]
editor: canvas fix
In Chrome in some scenarios native Selection indicates that focusOffset
is 1 even if a range that was just set in Cavnas._moveCaretToTextElement
had an offset of 0. Range returned by Selection indicates a correct
value.
Aleksander Łukasz [Mon, 7 Jul 2014 07:44:28 +0000 (09:44 +0200)]
editor: core plugin - edumed - first approach to all three choice exercises
Aleksander Łukasz [Thu, 3 Jul 2014 14:32:47 +0000 (16:32 +0200)]
editor: core plugin - edumed - first take on replace exercise
Aleksander Łukasz [Thu, 3 Jul 2014 14:29:10 +0000 (16:29 +0200)]
editor: canvas - first take on hierarchical canvas element registers
Aleksander Łukasz [Tue, 1 Jul 2014 07:48:01 +0000 (09:48 +0200)]
editor: core plugin - edumed - first take on gaps exercise
Aleksander Łukasz [Tue, 1 Jul 2014 13:53:49 +0000 (15:53 +0200)]
editor: canvas - context menu support
Aleksander Łukasz [Tue, 1 Jul 2014 13:53:24 +0000 (15:53 +0200)]
editor: menu view
Aleksander Łukasz [Tue, 1 Jul 2014 13:16:45 +0000 (15:16 +0200)]
fnpjs: context menu support
Aleksander Łukasz [Tue, 5 Aug 2014 09:14:46 +0000 (11:14 +0200)]
editor: core plugin - edumed - first take on order exercise
Aleksander Łukasz [Tue, 5 Aug 2014 08:48:07 +0000 (10:48 +0200)]
wlxml: edumed - order exercise
Aleksander Łukasz [Wed, 25 Jun 2014 11:49:28 +0000 (13:49 +0200)]
wlxml: lists take context root into account
Aleksander Łukasz [Thu, 26 Jun 2014 07:37:03 +0000 (09:37 +0200)]
editor: lists fix - do not touch context root on list creation
This stops including context root node into a new list.
Aleksander Łukasz [Thu, 3 Jul 2014 13:48:57 +0000 (15:48 +0200)]
smartxml: RangeFragment.hasSameBoundries
Aleksander Łukasz [Thu, 26 Jun 2014 07:31:08 +0000 (09:31 +0200)]
wlxml: Document's root is always a context root
Aleksander Łukasz [Tue, 17 Jun 2014 11:35:19 +0000 (13:35 +0200)]
wlxml: getParent/isInside takes context roots into account
Aleksander Łukasz [Tue, 17 Jun 2014 11:29:50 +0000 (13:29 +0200)]
wlxml: context root
Aleksander Łukasz [Thu, 14 Aug 2014 13:52:47 +0000 (15:52 +0200)]
editor: fix
Aleksander Łukasz [Thu, 14 Aug 2014 09:55:47 +0000 (11:55 +0200)]
Stop running tests in PhantomJS by default
Aleksander Łukasz [Fri, 25 Jul 2014 08:19:14 +0000 (10:19 +0200)]
editor: canvas containers
Aleksander Łukasz [Thu, 14 Aug 2014 14:21:47 +0000 (16:21 +0200)]
editor: Merge key event handling refactorings
Aleksander Łukasz [Mon, 4 Aug 2014 14:41:25 +0000 (16:41 +0200)]
editor: canvas fix
Aleksander Łukasz [Mon, 4 Aug 2014 12:34:49 +0000 (14:34 +0200)]
editor: canvas - switching key event handling to new handlers
Aleksander Łukasz [Mon, 4 Aug 2014 12:32:11 +0000 (14:32 +0200)]
editor: canvas - new ctrlx handler
Aleksander Łukasz [Thu, 14 Aug 2014 14:01:04 +0000 (16:01 +0200)]
editor: canvas arrow key navigation improvements
Aleksander Łukasz [Mon, 28 Jul 2014 13:26:33 +0000 (15:26 +0200)]
editor: canvas fix - restore deleting selected text
- Canvas.rootWrapper is no longer a contenteditable so key events
need to be listened to on the document body in case there is no
caret on a canvas (e.g. when selection is made).
- During selection, even inside a single text element, contenteditable
is not used, meaning that during even for such a selection
we need to handle delete/backspace ourselves.
Aleksander Łukasz [Mon, 4 Aug 2014 12:22:33 +0000 (14:22 +0200)]
editor: canvas - move arrow navigation handling to selection api
Aleksander Łukasz [Fri, 25 Jul 2014 09:16:10 +0000 (11:16 +0200)]
editor: fix - bring back ability to select elements without text
Aleksander Łukasz [Mon, 4 Aug 2014 10:28:24 +0000 (12:28 +0200)]
editor: removing span on delete with only one character
Aleksander Łukasz [Thu, 24 Jul 2014 14:00:48 +0000 (16:00 +0200)]
editor: Improved use of contenteditable for a caret support
This change stops declaring the whole canvas as being contenteditable=true,
marks as such only current canvas text element instead.
This approach has many advantages:
1. We no longer need to handle unspecified caret behavior, where caret
could be put anywhere in the canvas DOM tree (outside of canvas text
elements in particular) which needed tricky corrections on the fly.
2. Canvas widgets and custom canvas elements no longer need to
use contenteditable=false nesting inside contenteditable=true,
effects of which are not fully specified and which was leading
to many unexpected behaviors, especially in Firefox.
3. It makes it possible the make a selection across any fragment of
a document (contenteditable=true elements nested in contentedtiable=false
are blocking selection crossing its borders from the inside).
The downside is the need to handle keyboard navigation on the borders
of canvas text elements manually.
Aleksander Łukasz [Mon, 4 Aug 2014 10:27:42 +0000 (12:27 +0200)]
smartxml: Node.detach informs its caller if merge was performed
Aleksander Łukasz [Mon, 4 Aug 2014 09:32:06 +0000 (11:32 +0200)]
editor: delete/insert at the edges of a span
Aleksander Łukasz [Mon, 4 Aug 2014 08:35:20 +0000 (10:35 +0200)]
smartxml: Node.getFirstTextNode
Aleksander Łukasz [Fri, 1 Aug 2014 12:33:36 +0000 (14:33 +0200)]
splitting blocks from spans
Aleksander Łukasz [Fri, 1 Aug 2014 09:21:01 +0000 (11:21 +0200)]
splitting text
This covers 1/3 of cases handled in the old implementation. Things
that are not covered:
- enter + ctrl
- enter on selection type 'node'
Both are most likely not necessary.
Aleksander Łukasz [Fri, 1 Aug 2014 08:57:41 +0000 (10:57 +0200)]
editor: selection fix - handle Zero Width Space in an empty text element
Aleksander Łukasz [Thu, 31 Jul 2014 10:48:14 +0000 (12:48 +0200)]
editor: wip full backspace/insert support
Aleksander Łukasz [Wed, 30 Jul 2014 13:04:26 +0000 (15:04 +0200)]
editor: wip partial
Aleksander Łukasz [Wed, 30 Jul 2014 11:57:58 +0000 (13:57 +0200)]
editor: canvas - refactoring Canvas Selection
Aleksander Łukasz [Mon, 11 Aug 2014 08:02:00 +0000 (10:02 +0200)]
fnpjs: remove unused code
Aleksander Łukasz [Mon, 11 Aug 2014 08:01:32 +0000 (10:01 +0200)]
editor: remove unused code
Aleksander Łukasz [Thu, 7 Aug 2014 09:54:40 +0000 (11:54 +0200)]
editor: refactoring in the data module
Aleksander Łukasz [Thu, 7 Aug 2014 09:28:34 +0000 (11:28 +0200)]
editor: minor refactoring
Aleksander Łukasz [Thu, 7 Aug 2014 09:25:30 +0000 (11:25 +0200)]
editor: Fix jumping to a different version of a document
Aleksander Łukasz [Mon, 21 Jul 2014 13:57:00 +0000 (15:57 +0200)]
editor: canvas fix
Aleksander Łukasz [Wed, 25 Jun 2014 13:30:58 +0000 (15:30 +0200)]
editor: cleanup
Aleksander Łukasz [Tue, 24 Jun 2014 09:24:39 +0000 (11:24 +0200)]
editor: start using data api on text nodes for keeping references to canvas elements
GenericElement doesn't need to dispatch nodeTextChange events
anymore as TextNodes now have their own reference to canvas
elements and wlxmlListener can dispatch to them directly.
We still need to handle changes to the comments though - this should
be refactored out to some kind of non-rendering canvas element.
Aleksander Łukasz [Mon, 23 Jun 2014 14:02:43 +0000 (16:02 +0200)]
smartxml: support for setting data on text nodes
This is possible thanks to caching text node instances.
Cloning text node data is not supported yet.
Aleksander Łukasz [Fri, 18 Jul 2014 09:55:13 +0000 (11:55 +0200)]
smartxml/wlxml: Merge in document node instances caching
Aleksander Łukasz [Wed, 2 Jul 2014 10:31:27 +0000 (12:31 +0200)]
editor: removing unused code
Aleksander Łukasz [Mon, 23 Jun 2014 13:38:51 +0000 (15:38 +0200)]
smartxml: caching text nodes via expando
Aleksander Łukasz [Wed, 2 Jul 2014 10:00:33 +0000 (12:00 +0200)]
editor: cleanup - removing unnecessary wlxml class handling code in canvas generic element
- generic element doesn't actually handle onNodeAttrChange for a 'class'
attribute - that kind of change leads to creating new canvas element
instance since
e0aad96df245c7148966887cbcc77417a4b7675b
- for the same reason support for changing class information on a generic
element during its life time is not necessary
Aleksander Łukasz [Mon, 23 Jun 2014 13:12:35 +0000 (15:12 +0200)]
smartxml: fix tests - extensions needs to be registered before querying nodes
Aleksander Łukasz [Tue, 17 Jun 2014 07:57:34 +0000 (09:57 +0200)]
wlxml: fix tests - extensions needs to be registered before querying nodes
Aleksander Łukasz [Tue, 17 Jun 2014 07:55:37 +0000 (09:55 +0200)]
smartxml: Cache DocumentNode instances in the underlying DOM structure
This allows for data persistence in the DocumentNode.object api. And,
at last, puts an end to the creation of unnecessary instances.
The side effect is that extensions needs to be registered before
acquiring references to nodes as they won't be updated with extension
behavior after they are created. This probably should be better
reflected in the api, maybe by setting extension via document constructor.
Aleksander Łukasz [Fri, 18 Jul 2014 09:44:56 +0000 (11:44 +0200)]
Merge in change to the Actions api
Aleksander Łukasz [Thu, 17 Jul 2014 12:57:33 +0000 (14:57 +0200)]
smartxml: fix in Document.getNodeByPath
Aleksander Łukasz [Wed, 2 Jul 2014 07:52:08 +0000 (09:52 +0200)]
editor: correct for changes in actions api
Aleksander Łukasz [Wed, 2 Jul 2014 07:50:16 +0000 (09:50 +0200)]
fnpjs: Action now triggers actionExecuted event instead of using callback
Aleksander Łukasz [Tue, 15 Jul 2014 14:05:43 +0000 (16:05 +0200)]
wlxml: cleanup
Aleksander Łukasz [Tue, 15 Jul 2014 13:25:58 +0000 (15:25 +0200)]
editor: removing unused configuration
Aleksander Łukasz [Tue, 15 Jul 2014 13:02:33 +0000 (15:02 +0200)]
smartxml: really minor refactoring
Aleksander Łukasz [Tue, 15 Jul 2014 12:59:41 +0000 (14:59 +0200)]
wlxml: removing unused code
Aleksander Łukasz [Tue, 15 Jul 2014 10:52:20 +0000 (12:52 +0200)]
editor: removing unused code
Aleksander Łukasz [Tue, 15 Jul 2014 09:40:14 +0000 (11:40 +0200)]
Update jshint
Aleksander Łukasz [Tue, 15 Jul 2014 10:18:53 +0000 (12:18 +0200)]
git pre-commit hook that lints js code
Installation:
$ npm install
$ grunt githooks
Aleksander Łukasz [Mon, 14 Jul 2014 15:01:05 +0000 (17:01 +0200)]
editor: fix requirejs paths so that test will work again
Paths relative to the current directory that contain file extension
don't normally work with requirejs unless used together with Karma.js
- here on the other hand they are required.
Until this get resolved one way or another, requiring modules in files
that are used both in production and by tests must not use paths relative
to the current dir.
Aleksander Łukasz [Mon, 14 Jul 2014 13:10:52 +0000 (15:10 +0200)]
editor: Allow for editing raw source in the source editor if document contains invalid xml
Up until now a stub empty document was loaded.
Aleksander Łukasz [Mon, 14 Jul 2014 12:42:37 +0000 (14:42 +0200)]
smartxml: Better check for document being successfulfy parsed
Aleksander Łukasz [Fri, 11 Jul 2014 12:13:12 +0000 (14:13 +0200)]
editor: remove metadata editor which is now not needed
Aleksander Łukasz [Fri, 11 Jul 2014 12:27:58 +0000 (14:27 +0200)]
editor: Bring back metadata editor as a modal dialog
Aleksander Łukasz [Fri, 11 Jul 2014 10:54:11 +0000 (12:54 +0200)]
editor: fix in toolbar - missing initial value for 'document' actions param
Aleksander Łukasz [Tue, 1 Jul 2014 15:07:36 +0000 (17:07 +0200)]
cleanup: removing unused vkbeautify library
Aleksander Łukasz [Tue, 1 Jul 2014 14:58:59 +0000 (16:58 +0200)]
editor: Include ace.js in the repository and the build process (v.1.1.4)
mode-xml is loaded dynamically by ace.js so it needs to be passed
to the r.js optimizer explicitly.
This change also drops using the chrome theme as it's not really needed
- this way we don't need to commit it.
Aleksander Łukasz [Tue, 1 Jul 2014 12:40:30 +0000 (14:40 +0200)]
editor: chrome specific - stop selecting the whole word after right click
Having spellcheck active causes Chrome to select right clicked word if
it detects spell check suggestions which causes problems with selection
and canvas context menu.
Aleksander Łukasz [Mon, 30 Jun 2014 12:52:04 +0000 (14:52 +0200)]
smartxml: fix - getIndex returns undefined for a node not attached to a document that has no parent
Aleksander Łukasz [Mon, 30 Jun 2014 12:49:15 +0000 (14:49 +0200)]
smartxml: fix for Document.deleteText
Aleksander Łukasz [Mon, 30 Jun 2014 12:47:57 +0000 (14:47 +0200)]
smartxml: additional text nodes merge strategies for ElementNode.detach
Aleksander Łukasz [Thu, 26 Jun 2014 12:33:41 +0000 (14:33 +0200)]
editor: canvas fix
Aleksander Łukasz [Thu, 26 Jun 2014 12:26:44 +0000 (14:26 +0200)]
smartxml: fix - adding nodes before/after root node is not allowed
Aleksander Łukasz [Thu, 26 Jun 2014 09:40:44 +0000 (11:40 +0200)]
editor: fix splitting text when its parent contains comments
Aleksander Łukasz [Wed, 25 Jun 2014 08:22:46 +0000 (10:22 +0200)]
editor: fix
Aleksander Łukasz [Wed, 25 Jun 2014 07:59:05 +0000 (09:59 +0200)]
editor: canvas fix - check for the case when mutation concerns already detached text node
Aleksander Łukasz [Wed, 11 Jun 2014 09:06:16 +0000 (11:06 +0200)]
editor: removing unused code (breadcrumbs)
Aleksander Łukasz [Wed, 11 Jun 2014 09:03:18 +0000 (11:03 +0200)]
editor: removing unsued code (canvas grid)
Aleksander Łukasz [Mon, 23 Jun 2014 13:04:26 +0000 (15:04 +0200)]
smartxml: fixing tests
Aleksander Łukasz [Mon, 23 Jun 2014 09:40:21 +0000 (11:40 +0200)]
smartxml: fix - handle invalid params.node value
Aleksander Łukasz [Wed, 4 Jun 2014 10:44:04 +0000 (12:44 +0200)]
editor: handle situation when element doesn't implement getVerticallyFirstTextElement
Aleksander Łukasz [Mon, 9 Jun 2014 14:08:24 +0000 (16:08 +0200)]
editor: small fix