- Mar 14, 2015
-
-
Vincent Massol authored
-
- Mar 13, 2015
-
-
Anca Luca authored
* Added a line to resolve correctly the PDFClass in context of the wiki of the template if a template is provided, and not of the current wiki Fix done by Paul Cojan, committed without modifications.
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
XWIKI-11843: Watchlist App Email Notification generates incorrect links when XWiki is deployed as ROOT * Prevent error if we ever get URLs of the form http://<server>/<context>
-
Vincent Massol authored
XWIKI-11843: Watchlist App Email Notification generates incorrect links when XWiki is deployed as ROOT
-
Vincent Massol authored
-
Vincent Massol authored
-
tmortagne authored
* fix checkstyle
-
- Mar 12, 2015
-
-
Eduard Moraru authored
- Version management is done in commons now.
-
tmortagne authored
-
tmortagne authored
-
tmortagne authored
-
tmortagne authored
-
tmortagne authored
XWIKI-9391: Increase/set extension title weight when searching for an extension XWIKI-11913: Add support for SCM in extension REST service XWIKI-11899: Implement advanced search in XWiki based Extension Repository REST
-
Eduard Moraru authored
-
Eduard Moraru authored
- The legacy module is now just a wrapper for the component based implementation, in order to still honor clients of the plugin.
-
Eduard Moraru authored
- Added missing component ID
-
Vincent Massol authored
* Removed the dot from the description (+ removed the "XWiki" part since everything is about XWiki)
-
tmortagne authored
XWIKI-9467: Add ability to automatically import the extension source information when importing an extension XWIKI-9391: Increase/set extension title weight when searching for an extension XWIKI-11913: Add support for SCM in extension REST service XWIKI-11899: Implement advanced search in XWiki based Extension Repository REST
-
tmortagne authored
XWIKI-11913: Add support for SCM in extension REST service
-
- Mar 11, 2015
-
-
Eduard Moraru authored
- Added some documentation about the possible use of @Priority.
-
Eduard Moraru authored
- Fixed failing test.
-
Guillaume Delhumeau authored
* Change the description of the application in the pom.xml.
-
- Mar 10, 2015
-
-
Ecaterina Moraru (Valica) authored
XWIKI-11908: When editing, add a subtle table cell delimitation that doesn't interfere with the skin
-
Guillaume Delhumeau authored
* Add a Skin Application * Add an UI to easily add/edit/delete XWikiSkinFileOverrideClass objects
-
Eduard Moraru authored
- Made sure the watchlist job documents are properly initialized by the scheduler plugin - Fixed failing test
-
Eduard Moraru authored
- Reinitialize the WatchListClass on all wikis if a job document was added/deleted -- This is just something that was lost in translation - Registered the WatchListNotificationCacheListener component - Fixed the update of a subscriber's interval, specially when the previous value was an invalid interval ("")
-
tmortagne authored
* fix checkstyle
-
tmortagne authored
-
- Mar 09, 2015
-
-
Eduard Moraru authored
- Fixed the UI to use the new script service
-
Eduard Moraru authored
-
Eduard Moraru authored
- Falling back on current values when null parameters are passed in the script service.
-
Eduard Moraru authored
- Avoiding queries for events if no subscriber is interested for the current job
-
Eduard Moraru authored
- Minor notes and code comments
-
Eduard Moraru authored
- Using document initializers for both the 2 classes and the 3 scheduler jobs. Job class and scheduler jobs are only initialized on the main wiki, as before. - Removed the need to pass the XWiki context to all the methods. - Added CLIRR exclude for all watchlist classes. - The code is all in internal packages for now. - Added a script service to replace the old PluginApi. - Still using strings instead of references. - Still throwing XWikiException. - UI needs fixing to use the script service instead of the plugin API.
-
Eduard Moraru authored
-
Eduard Moraru authored
- Properly create the space homepage parent reference.
-
Eduard Moraru authored
- Properly create the main wiki referece.
-
Eduard Moraru authored
- Also refactored XWikiServerClassDocumentInitializer and fixed a test
-