https://github.com/xwiki/xwiki-commons

sort by:
Revision Author Date Message Commit Date
085ed9d XWIKI-11979: Add $services.rendering.escape method for escaping XWiki syntax - Moved the code to platform, since commons was inappropriate for handling XWiki syntax. 30 March 2015, 15:02:27 UTC
01283be [misc] Fixed Eclipse cleanup settings - The "Correct Indentation" option was conflicting with "Format sources", since "Correct Indentation" does things differently and its *expected* result is already properly handled by "Format sources" (which uses the XWiki coding style). 30 March 2015, 15:02:27 UTC
f9d4dfe [release] Update clirr previous version 30 March 2015, 13:47:46 UTC
10e0c4d [Misc] Fix the jacoco error in the top level POM so that we don't have to copy the configuration in lots of modules and so that it can be fixed in one place, when it's fixed upstream. 30 March 2015, 13:09:17 UTC
c31d312 XCOMMONS-102: Upgrade Maven Bundle plugin to version 2.5.3 29 March 2015, 16:38:29 UTC
718d02c XCOMMONS-784: Add $escapetool.xwiki for escaping XWiki syntax - Added syntax ID parameter - Updated and added tests 27 March 2015, 19:17:59 UTC
d3531b2 [cleanup] Better test isolation of the tested tool. 27 March 2015, 16:01:46 UTC
9ff57a9 [cleanup] Re-used the tool under test and removed redundant constructor calls from each individual test. 27 March 2015, 14:40:41 UTC
eee8696 XCOMMONS-784: Add $escapetool.xwiki for escaping XWiki syntax - Refactored to a char[] based implementation for improved performance. - Added tests. 27 March 2015, 14:29:25 UTC
6f909ea XCOMMONS-784: Add $escapetool.xwiki for escaping XWiki syntax 26 March 2015, 19:51:24 UTC
f92e9a8 XCOMMONS-774: Impossible to commit a new wiki translation document with proper default language * Added ability to specify technical pages too 26 March 2015, 15:41:49 UTC
fa0cff8 XCOMMONS-783: Upgrade to Checkstyle 6.4.1 26 March 2015, 14:50:13 UTC
f0bf4c1 XCOMMONS-782: Upgrade to cssparser 0.9.15 26 March 2015, 14:49:43 UTC
06180c3 [Misc] Fix invalid default language (noticed thanks to the fix for XCOMMONS-774) 26 March 2015, 13:45:33 UTC
c032aec XCOMMONS-774: Impossible to commit a new wiki translation document with proper default language 26 March 2015, 12:41:53 UTC
e33b54b XCOMMONS-780: org.xwiki.tool.checkstyle.ScriptServiceCheck does not work with Checkstyle 6.x XCOMMONS-777: Upgrade to Maven Checkstyle pluging 2.15 26 March 2015, 08:33:40 UTC
2709209 [Misc] Fixed flickering test + use diamond operator 25 March 2015, 17:15:20 UTC
024c897 [release] Update current version and previous version 25 March 2015, 15:11:30 UTC
6f79155 XCOMMONS-781: Upgrade to logback 1.1.3 25 March 2015, 13:51:48 UTC
f163681 [Misc] In IntelliJ IDEA operation signs go on the next line when wrapping Note that since I'm using a newer version of IDEA than when the previous codestyle-idea.xml was committed, some stuff got moved around. I hope old versions of IDEA can still use that file though. 25 March 2015, 10:46:06 UTC
e5ed8d4 [Misc] Added explanation as to why we don't clone the script context 25 March 2015, 08:54:15 UTC
c7a4a39 Revert "XCOMMONS-777: Upgrade to Maven Checkstyle pluging 2.15" This reverts commit 48cc725117e0cf7200c0a23e33649d5966b92016. 24 March 2015, 17:15:33 UTC
aa93edc XCOMMONS-779: Upgrade to Groovy 2.4.3 24 March 2015, 17:07:21 UTC
5840110 XCOMMONS-778: Upgrade to httpcore 4.4.1 24 March 2015, 17:03:46 UTC
48cc725 XCOMMONS-777: Upgrade to Maven Checkstyle pluging 2.15 24 March 2015, 16:57:27 UTC
ef5e3a0 XCOMMONS-776: Upgrade to Maven Javadoc plugin 2.10.2 24 March 2015, 16:55:10 UTC
9e100c7 XCOMMONS-775: Upgrade to Maven Jar plugin 2.6 24 March 2015, 16:52:56 UTC
6041efd [maven-release-plugin] prepare for next development iteration 24 March 2015, 09:25:58 UTC
83cf8f6 [maven-release-plugin] prepare branch stable-7.0.x 24 March 2015, 09:25:53 UTC
355c508 [release] Updated translations. 24 March 2015, 09:15:42 UTC
77be6a6 Update clirr previous version setup 24 March 2015, 08:33:18 UTC
d91b801 XWIKI-11506: Get a status of the documents of an extension from Extension Manager * Fail safe in case the input is null (e.g. the previous or the next value is null) 23 March 2015, 15:45:58 UTC
0b08656 [test] Make sure filter test are always executed with the same time zone 23 March 2015, 09:05:05 UTC
b207c7b XCOMMONS-773: Password based encryption crypto module has test failure under Java 8 Removed the offending part of the test. 22 March 2015, 12:56:24 UTC
1c0300b XCOMMONS-772: XML Content Formatting is not working offline and is way too slow than it should be 21 March 2015, 14:06:09 UTC
4255a18 XCOMMONS-771: Upgrade to Groovy 2.4.2 19 March 2015, 19:39:52 UTC
ba82546 [misc] Better 19 March 2015, 14:01:48 UTC
706699a [misc] Improve codestyle 19 March 2015, 13:59:18 UTC
141f173 [misc] Upgrade wiremock 18 March 2015, 09:39:33 UTC
69a5180 Merge pull request #11 from woshilapin/component-deprecated Fix the deprecated uses of @Component 16 March 2015, 17:22:19 UTC
4353768 Merge branch 'component-deprecated' of github.com:woshilapin/xwiki-commons into component-deprecated 16 March 2015, 16:40:23 UTC
dd99fe9 Fix the deprecated uses of @Component 16 March 2015, 16:40:12 UTC
060e64f Fix the deprecated uses of @Component 16 March 2015, 16:09:26 UTC
74f10b3 XCOMMONS-768: Move to Servlet 3.0.1 14 March 2015, 22:14:43 UTC
51ee8b2 XWIKI-11905: Sort MandatoryDocumentInitializer by priority when executing them - Made sure the deprecated jsr250-api transitive dependency is excluded and that we explicitly depend on the newer annotation-api in the module that was the entrypoint. - Added version management for annotation-api in commons. 12 March 2015, 16:03:46 UTC
5ab4d33 XWIKI-11916: Unexpected security restriction warning in velocity 12 March 2015, 11:16:12 UTC
0120dff [misc] Add toString() 12 March 2015, 10:11:59 UTC
40d23ea [misc] Minor improvement to the protocole and update existing code 09 March 2015, 16:38:11 UTC
742edd2 [misc] Minor improvement to the protocol 09 March 2015, 16:36:42 UTC
e842ef7 XCOMMONS-766: Also handle checking and formatting of Attachment Authors in the Maven XAR Plugin Mojos 06 March 2015, 10:00:11 UTC
4384c4b XWIKI-11896: Lots of warnings in the build logs about missing Context Component Manager 06 March 2015, 10:00:11 UTC
4e84697 XCOMMONS-765: Add API to request an extension field value by name * add related improvements * add tests 05 March 2015, 10:32:10 UTC
a8bdac8 XCOMMONS-765: Add API to request an extension field value by name 05 March 2015, 10:07:42 UTC
878ef23 [misc] Improve a bit generics in the API 04 March 2015, 16:48:34 UTC
4639c4c [release] Updated translations. 04 March 2015, 07:54:04 UTC
189a5b5 [release] Update clirr previous version to 6.4.2 and remove clirr excludes that have been included in 6.4.2. 04 March 2015, 06:52:58 UTC
06c059f XCOMMONS-711: Upgrade to Maven 3.2.5 and Aether 1.0.2.v20150114 03 March 2015, 15:44:21 UTC
f987619 [misc] Remove unused code 03 March 2015, 11:42:47 UTC
1c449de XCOMMONS-762: Upgrade to Maven Jacoco plugin 0.7.4 03 March 2015, 10:12:06 UTC
4351410 XCOMMONS-761: Upgrade to XStream 1.4.8 03 March 2015, 09:51:28 UTC
bb48640 XCOMMONS-760: Upgrade to jdom 2.0.6 03 March 2015, 09:26:26 UTC
acae3b9 XCOMMONS-736: Add support for extensions categories * fix mistake introduced in previous commit 02 March 2015, 17:22:35 UTC
7e5fae0 XCOMMONS-736: Add support for extensions categories * add missing category support 02 March 2015, 16:20:02 UTC
6869ceb XCOMMONS-736: Add support for extensions categories * fix bug 27 February 2015, 15:37:11 UTC
d9ed262 XCOMMONS-736: Add support for extensions categories * fix bug in maven support 27 February 2015, 15:09:54 UTC
87ff286 XCOMMONS-736: Add support for extensions categories 27 February 2015, 14:47:09 UTC
49405cd XCOMMONS-759: Add support for search ordering and filtering in in XWiki Repository protocol and client 27 February 2015, 13:50:33 UTC
d4f8c2a XCOMMONS-758: Add support for filtering and sorting extension repository search results 27 February 2015, 11:38:12 UTC
73e3538 Merge branch 'master' into feature-flavor Conflicts: xwiki-commons-core/pom.xml xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/InstalledExtensionRepository.java 27 February 2015, 08:08:02 UTC
15ad225 XCOMMONS-757: Add support for associating custom properties to an installed extension from the install request XWIKI-10027: Show date and time of the install and user who installed for an installed extension 26 February 2015, 18:06:10 UTC
cc12c67 XCOMMONS-756: Upgrade to DBCP 2.1 XWIKI-11858: Upgrade Hibernate and DBCP Connection Provider code to work with DBCP 2.1 26 February 2015, 10:43:25 UTC
c0a6ada XCOMMONS-736: Add support for extensions categories 25 February 2015, 18:41:54 UTC
df0c2e6 Merge branch 'master' into feature-flavor 25 February 2015, 09:15:20 UTC
a0e0e7d XCOMMONS-755: Upgrade to Groovy 2.4.1 25 February 2015, 08:43:33 UTC
dd38b1d XCOMMONS-736: Add support for extensions categories 23 February 2015, 16:19:33 UTC
1aff746 XCOMMONS-753: Upgrade to Selenium 2.44.0 * Fix error in version name 23 February 2015, 12:30:00 UTC
5846222 XCOMMONS-753: Upgrade to Selenium 2.44.0 22 February 2015, 17:54:16 UTC
3fa8258 Merge branch 'master' into feature-flavor 17 February 2015, 15:27:01 UTC
ec364ec XCOMMONS-752: Upgrade to Mockito 1.10.19 17 February 2015, 14:43:35 UTC
7b0ce45 [misc] Checkstyle 17 February 2015, 10:38:39 UTC
af813ab [misc] Set INFO log level by default 17 February 2015, 10:19:35 UTC
bb080bf [Misc] AllLogRule shoud now be preferred (see also XCOMMONS-739: Add a new AllLogRule to capture all logs for all loggers) since it ensure all logs are capture and handled. 17 February 2015, 10:09:28 UTC
95e0892 [misc] Add access to log marker 17 February 2015, 10:07:05 UTC
83f7eda [misc] Codestyle 17 February 2015, 09:22:37 UTC
24845d1 [misc] Add access to log marker 17 February 2015, 09:16:45 UTC
9ef3e6d [misc] Order files in the generated XAR/JAR 17 February 2015, 09:15:58 UTC
1269c56 XCOMMONS-750: DefaultClassLoaderManager loose the container classloader 13 February 2015, 16:43:09 UTC
0290ad3 XCOMMONS-750: DefaultClassLoaderManager loose the container classloader 13 February 2015, 16:17:31 UTC
6252271 XCOMMONS-750: DefaultClassLoaderManager loose the container classloader 13 February 2015, 16:16:49 UTC
3030da3 XCOMMONS-747: When moving an extension from namespace to root existing backward dependencies constraints are not taken into account XCOMMONS-748: When asking to install a namespace extension the plan might propose to upgrade a root extension 13 February 2015, 13:23:50 UTC
8b60b44 XCOMMONS-749: Expose DateFormatSymbols through the Velocity $datetool 13 February 2015, 10:43:21 UTC
08ce9a0 XWIKI-11782: No DW when upgrading from 6.4 to 6.4.1 11 February 2015, 10:29:45 UTC
5bcd1c1 XCOMMONS-736: Allow indicating that an extension is a flavor and find it XCOMMONS-746: Add support for custom properties in XWiki Repository protocol 10 February 2015, 14:00:24 UTC
1ed3be1 XCOMMONS-736: Allow indicating that an extension is a flavor and find it 10 February 2015, 14:00:01 UTC
07dad5b Merge branch 'master' into feature-flavor 09 February 2015, 16:14:27 UTC
8944093 XCOMMONS-744: Exception throw by output filter are lost 09 February 2015, 14:23:10 UTC
b8e1f3e XCOMMONS-733: Don't mock Provider by default * checkstyle 09 February 2015, 09:41:33 UTC
1bb88f0 XCOMMONS-733: Don't mock Provider by default * proper handling of list and map 09 February 2015, 09:38:01 UTC
c0bb437 XCOMMONS-733: Don't mock Provider by default * fix bug 09 February 2015, 09:09:05 UTC
4c12c80 XCOMMONS-736: Allow indicating that an extension is a flavor and find it 09 February 2015, 08:15:40 UTC
back to top