- Jun 19, 2015
-
-
Eduard Moraru authored
XWIKI-9292: Creating/removing an object and adding/updating/removing an attachment or the document's class changes the content author - Mostly replaced setContentDirty calls with setMetadataDirty, where it was related to a document`s metadata/objects/attachments/class changes.
-
- Jun 04, 2015
-
-
Thomas Mortagne authored
-
- May 06, 2015
-
-
Marius Dumitru Florea authored
-
- Apr 22, 2015
-
-
Marius Dumitru Florea authored
-
- Mar 27, 2015
-
-
tmortagne authored
-
Marius Dumitru Florea authored
* An element that has been removed from the document may still have a parent and some sibling nodes in IE8 ...
-
- Mar 24, 2015
-
-
Thomas Mortagne authored
-
- Mar 14, 2015
-
-
Vincent Massol authored
-
- Jan 15, 2015
-
-
Marius Dumitru Florea authored
-
- Nov 06, 2014
-
-
Marius Dumitru Florea authored
-
- Sep 09, 2014
-
-
Eduard Moraru authored
-
Eduard Moraru authored
This reverts commit c3134ed5.
-
Eduard Moraru authored
-
Eduard Moraru authored
This reverts commit 333e6ea1. Reason: The release failed to build due to some dependency problems, so I`m restarting the release.
-
Eduard Moraru authored
-
Eduard Moraru authored
-
- Jun 24, 2014
-
-
Thomas Mortagne authored
-
- May 07, 2014
-
-
Marius Dumitru Florea authored
XWIKI-10283: Adding content (images, links, table, macros) is not working anymore in WYSIWYG on IE10 XWIKI-10282: The content from a document is not visible when editing in WYSIWYG on IE10 * Fix IE10 permutation after upgrading to GWT 2.6
-
tmortagne authored
-
- Apr 15, 2014
-
-
Thomas Mortagne authored
-
- Feb 19, 2014
-
-
Marius Dumitru Florea authored
* Add support for IE11 permutation (with fallbak on Mozilla implementation).
-
Marius Dumitru Florea authored
* Also remove IE6/7 specific code since the corresponding permutations are not generated in GWT 2.6 by default.
-
- Jan 29, 2014
-
-
tmortagne authored
-
- Jan 27, 2014
-
-
Vincent Massol authored
+ fixed all pom.xml license headers which for some reasons were not noticed with previous version of the license plugin (maybe a bug that has been fixed)
-
- Dec 05, 2013
-
-
Marius Dumitru Florea authored
-
- Sep 27, 2013
-
-
Marius Dumitru Florea authored
-
- Sep 12, 2013
-
-
Marius Dumitru Florea authored
-
- Aug 09, 2013
-
-
Marius Dumitru Florea authored
* Both blur and focusOut are fired after the selection is lost so we have to use beforeDeactivate event to save the selection.
-
- Jun 27, 2013
-
-
Marius Dumitru Florea authored
-
- May 30, 2013
-
-
Marius Dumitru Florea authored
XWIKI-9163: The WYSIWYG editor transforms the content into HTML code when reloading certain types of documents * Make the Selection implementation fail safe when there is no native selection (e.g. when the rich text area is hidden).
-
- Apr 18, 2013
-
-
tmortagne authored
-
- Mar 15, 2013
-
-
Marius Dumitru Florea authored
XWIKI-8852: Detect the paste event and clean the content automatically or warn the user to use the paste icon instead * Fix bug on WebKit browsers: rich text area was scrolled to the top when pasting block content.
-
- Mar 07, 2013
-
-
Marius Dumitru Florea authored
XWIKI-8852: Detect the paste event and clean the content automatically or warn the user to use the paste icon instead * Filter paste content automatically. Tested on IE8, FF19 and latest Chrome.
-
- Mar 04, 2013
-
-
Vincent Massol authored
XWIKI-8874: Templates should not output any content to the client side when a sendRedirect has been called * Deprecate XWikiServletResponse.getHttpServletResponse() and remove all calls to it to ensure that all our code uses XWikiServletResponse and thus that we can get the response status code.
-
- Feb 08, 2013
-
-
tmortagne authored
-
- Feb 07, 2013
-
-
Marius Dumitru Florea authored
Conflicts: xwiki-platform-core/pom.xml xwiki-platform-core/xwiki-platform-containers/xwiki-platform-container-portlet/pom.xml xwiki-platform-core/xwiki-platform-gwt/xwiki-platform-gwt-api/src/main/java/com/xpn/xwiki/gwt/api/server/XWikiRequestWrapper.java xwiki-platform-core/xwiki-platform-oldcore/pom.xml xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiPortletContext.java xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiPortletRequest.java xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiPortletResponse.java xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiPortletURLFactory.java xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiResponse.java xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletRequest.java xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletRequestStub.java xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletResponse.java xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletResponseStub.java xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-api/src/main/java/com/xpn/xwiki/plugin/scheduler/XWikiServletRequestStub.java xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-api/src/main/java/com/xpn/xwiki/plugin/scheduler/XWikiServletResponseStub.java
-
- Feb 06, 2013
-
-
Vincent Massol authored
-
- Dec 26, 2012
-
-
Vincent Massol authored
-
Vincent Massol authored
This reverts commit 92f3d656.
-
Vincent Massol authored
-