- Aug 30, 2016
-
-
Guillaume Delhumeau authored
* Best effort (we do no recommend to use rel="external" anymore).
-
Thomas Mortagne authored
* moved to https://github.com/xwiki-contrib/macro-php
-
Thomas Mortagne authored
* moved to https://github.com/xwiki-contrib/macro-ruby
-
Thomas Mortagne authored
-
Guillaume Delhumeau authored
* It's not breaking anything.
-
Vincent Massol authored
XWIKI-13645: Editing a wiki macro in object mode should show the wiki editor for all text area properties * For the 8.2.x branch XWIKI-13668: The code xproperty for XWikiMacroClass should be "Text" and not "PureText" * For master
-
Vincent Massol authored
[Misc] Add todo (and incidently explains why we're using "PureText" and not "Text"). Thanks to Thomas for the explanation of the difference between the 2.
-
- Aug 29, 2016
-
-
Thomas Mortagne authored
-
Guillaume Delhumeau authored
-
Thomas Mortagne authored
-
- Aug 25, 2016
-
-
Vincent Massol authored
-
Vincent Massol authored
* Also need to fix the old mailsender plugin as otherwise it overwrites the other initializer's changes...
-
Vincent Massol authored
-
Eduard Moraru authored
- Added wildcards to the queries.
-
Vincent Massol authored
-
- Aug 24, 2016
-
-
Guillaume Delhumeau authored
-
Guillaume Delhumeau authored
-
Guillaume Delhumeau authored
-
Guillaume Delhumeau authored
-
Marius Dumitru Florea authored
* Don't depend on uicomponents/widgets/tree.min.js because it wasn't meant for this (and it's not an actual module). Instead, depend on the require-config.min.js that brings the configuration for the 'tree' module (which we ask for a couple of lines below)
-
Vincent Massol authored
* Fix unused import + wrog import
-
Marius Dumitru Florea authored
* Use plain/1.0 as output syntax because the document title doesn't support HTML
-
- Aug 23, 2016
-
-
Guillaume Delhumeau authored
* Fix JS synchronisation issue (was mostly visible on Chrome but could affect others too)
-
Vincent Massol authored
* Change behavior: now we encode all characters, even space in query string so that we have the same behavior for all parts of the URL * Sync test framework
-
Thomas Mortagne authored
-
Vincent Massol authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Vincent Massol authored
* Addd comment when syncing xclass property metadata
-
Vincent Massol authored
* Update test
-
Vincent Massol authored
-
Vincent Massol authored
-
- Aug 22, 2016
-
-
Vincent Massol authored
XWIKI-13645: Editing a wiki macro in object mode should show the wiki editor for all text area properties * Fix checkstyle error
-
Vincent Massol authored
XWIKI-13645: Editing a wiki macro in object mode should show the wiki editor for all text area properties
-
Vincent Massol authored
* Make some changes so that we don't introduce regressions in code using generated URL (especially when those URLs are used as HREF attribute values in vms for example).
-
Thomas Mortagne authored
-
Vincent Massol authored
Reverting since this will cause a problem with the already encoded query string (thanks Thomas). I'm also not sure anymore if we need to encoded valid URLs. Need to research more. Revert "[Misc] Always encode HTML attributes its content is not controlled (see also XWIKI-13557)" This reverts commit 243e9274.
-
Vincent Massol authored
-
Thomas Mortagne authored
-