- Sep 07, 2016
-
-
Marius Dumitru Florea authored
XWIKI-11611: Presentation Office documents (.ppt & .pptx) aren't displayed with LibreOffice 4.3.0.1+ * Upgrade the JODConverter version.
-
Marius Dumitru Florea authored
* Un-wrap the links generated from wiki syntax so that they are taken into account by jsTree.
-
- Sep 06, 2016
-
-
Marius Dumitru Florea authored
-
- Sep 05, 2016
-
-
Vincent Massol authored
* Improve setup so that $doc in script in wiki pages is rendererd properly
-
Vincent Massol authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Vincent Massol authored
-
- Sep 02, 2016
-
-
Thomas Mortagne authored
-
Vincent Massol authored
* Fixed Class Fan out
-
Marius Dumitru Florea authored
* Show the Attachments node when showAddAttachment=true, even if there are no attachments. * Refactor a bit the code to remove duplication.
-
Thomas Mortagne authored
-
Vincent Massol authored
* Fixed test issue indirectly caused in DefaultContextualAuthorizationManagerTest
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Guillaume Delhumeau authored
-
- Sep 01, 2016
-
-
Vincent Massol authored
* Added unit test + Improved the framework for unit testing XAR pages (see PageTest and its usages)
-
Thomas Mortagne authored
-
Thomas Mortagne authored
XWIKI-6844: PR leak in Document#display(), exploitable by any registered user with 4 lines of velocity.
-
Vincent Massol authored
-
Guillaume Delhumeau authored
XWIKI-10118: Allow multiple column layouts on single page.
-
Thomas Mortagne authored
-
Marius Dumitru Florea authored
* Add missing dependency.
-
- Aug 31, 2016
-
-
Guillaume Delhumeau authored
-
Marius Dumitru Florea authored
* Move the hierarchy mapping in a separate file to avoid duplication.
-
Marius Dumitru Florea authored
Revert "XWIKI-13468: The query used by the Document Tree to get the nested child pages is very costly" * Too much duplication. Better move the hierarchy mapping in a separate file. This reverts commit da8a821d.
-
Guillaume Delhumeau authored
* Proper fix.
-
Marius Dumitru Florea authored
* Update the database-specific mapping files.
-
Vincent Massol authored
[Misc] Reorganize properties for better clarify + add explanation about the stats app not being by default anymore (since users are asking)
-
Marius Dumitru Florea authored
* Define a new Hibernate entity, XWikiPage, mapped to a SQL union between the documents table and the spaces table. This new entity is used in HQL queries to fetch the Nested Pages hierarchy. * Separate the Document Tree code that queries the Nested Pages hierarchy from the code that displays the hierarchy. Move the former from Velocity to Java components. This way the Document Tree doesn't requrie PR for querying the Nested Pages hierarchy. XWIKI-13615: "one more" does not make sense * Query limit+1 child nodes and display only limit if there are more left. XWIKI-12909: openTo doesn't work when root is specified as relative reference XWIKI-13225: Finder in documentTree not working * Resolve the relative root and openTo parameters. XWIKI-13183: Some document tree branches not translated * Display the translated page title XWIKI-12832: Add support for sorting the pages by their title in the document tree * Sort by the raw translated title field (with fall-back on the default title and then on page/space name)
-
- 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
-