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

sort by:
Revision Author Date Message Commit Date
315c83c [maven-release-plugin] prepare release xwiki-commons-4.1.3 12 July 2012, 22:08:11 UTC
497da65 [release] Preparing release xwiki-commons-4.1.3 12 July 2012, 22:07:57 UTC
4fde723 XCOMMONS-223: Extension installed on a namespace is lost when restarting Fix merge issue 11 July 2012, 16:37:38 UTC
6f29b6c XCOMMONS-223: Extension installed on a namespace is lost when restarting (cherry picked from commit 741bca07ac6ea9251949197eb3afad0c7be41ad7) 11 July 2012, 15:31:47 UTC
d5e1c1d XCOMMONS-218: Merge not very good when current change something in the same index where next insert something else (cherry picked from commit fdab354efb19814374f1d44db1dede24f23ea40a) 11 July 2012, 08:55:36 UTC
c1c6ecc XCOMMONS-210: Confusing log when uninstalling an extension that has dependencies (cherry picked from commit 84cb61d36d464ca10c7595c08bbf2c7d32ba9fde) (cherry picked from commit 7c122fb681bcf69c17d8fc2163a9bbacb58f8e49) Conflicts: xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/internal/local/DefaultInstalledExtensionRepository.java 04 July 2012, 13:06:42 UTC
6fb3fda XCOMMONS-205: 1.1-milestone-1 version is greater than 1.1.1 (cherry picked from commit e5f2c85dcf1ff59aeb87e2f4ec801b6fc72baaf9) 25 June 2012, 15:33:26 UTC
b750e63 XCOMMONS-201: class java.lang.StackOverflowError in LogQueue.error under some confitions (cherry picked from commit 28ccfd4480b2f678dea969030249c626f99832b3) 19 June 2012, 10:04:50 UTC
79d1906 XWIKI-7910: Bundle plugin is not enabled in xwiki-commons (cherry picked from commit 12799a6cb47d7a9e847c6dc5bde2fb1f85e46c1a) 12 June 2012, 15:03:14 UTC
55e009b Merge branch 'feature-diff-display' into stable-4.1.x 05 June 2012, 09:56:59 UTC
c669741 [Misc] Use String.format and small message improvements 04 June 2012, 11:46:44 UTC
e5ebc54 Merge branch 'master' of github.com:xwiki/xwiki-commons into feature-diff-display 04 June 2012, 07:39:08 UTC
ca8df2c XCOMMONS-184: Introduce API to display diffs in various formats * Transform diff displayers into components. * Merge extended diff into unified diff (choose the behaviour based on the configuration) * Add generic methods to the script service. 04 June 2012, 07:36:18 UTC
4c5d891 XCOMMONS-184: Introduce API to display diffs in various formats Move display oriented script API in a subservice (forgot to commit a file) 01 June 2012, 15:23:59 UTC
e1c89cf XCOMMONS-184: Introduce API to display diffs in various formats Move display oriented script API in a subservice 01 June 2012, 13:15:29 UTC
ca8268c XCOMMONS-185: Expose org.slf4j.Logger interface in org.xwiki.logging.LogQueue Revert unoptimal modification 01 June 2012, 12:28:54 UTC
11cf603 XCOMMONS-185: Expose org.slf4j.Logger interface in org.xwiki.logging.LogQueue Add various related improvements 01 June 2012, 11:40:31 UTC
91a72cf XCOMMONS-167: Introduce diff/merge API Fix merge bug 01 June 2012, 10:18:48 UTC
4e40f06 XCOMMONS-185: Expose org.slf4j.Logger interface in org.xwiki.logging.LogQueue 01 June 2012, 09:24:30 UTC
ccb348e Merge branch 'feature-diff-display' of github.com:xwiki/xwiki-commons into feature-diff-display 01 June 2012, 06:00:32 UTC
438cd80 XCOMMONS-184: Introduce API to display diffs in various formats * Improve naming (to be consistent with commons-diff-api) and javadoc. 01 June 2012, 05:33:48 UTC
3b3275c XCOMMONS-184: Introduce API to display diffs in various formats More useless APIs 01 June 2012, 05:33:48 UTC
dd8c095 XCOMMONS-184: Introduce API to display diffs in various formats Remove base API made useless by new display oriented APIs 01 June 2012, 05:33:48 UTC
3378132 XCOMMONS-184: Introduce API to display diffs in various formats 01 June 2012, 05:33:48 UTC
66aaf90 Merge branch 'master' of github.com:xwiki/xwiki-commons into feature-diff-display 31 May 2012, 13:56:53 UTC
d509f6f XCOMMONS-184: Introduce API to display diffs in various formats * Improve naming (to be consistent with commons-diff-api) and javadoc. 31 May 2012, 13:54:10 UTC
e83d996 XCOMMONS-167: Introduce diff/merge API Fix javadoc 31 May 2012, 13:49:20 UTC
f9edfd1 Merge pull request #2 from xwiki/feature-diff XCOMMONS-167: Introduce diff/merge API 31 May 2012, 13:32:47 UTC
6f38911 XCOMMONS-184: Introduce API to display diffs in various formats More useless APIs 31 May 2012, 10:20:10 UTC
2cfc23b XCOMMONS-184: Introduce API to display diffs in various formats Remove base API made useless by new display oriented APIs 31 May 2012, 10:08:13 UTC
6275a3b XCOMMONS-184: Introduce API to display diffs in various formats 31 May 2012, 06:03:21 UTC
85247a2 XWIKI-7748: Temporary files created are not deleted on JVM crash or Tomcat 7 service shutdown. Found and fixed 3 bugs in this implementation: 1. Configured permanent directory is not taken into account. 2. If directories are not yet setup, the user is not blocked from using a configuration which puts the configured permanent directory inside of the ephimeral (delete-on-startup) temporary directory. 3. Non-configured permanent directory will fail over to java.io.tmpdir rather than servlet temp dir. Also minor code style, cleanup and new tests. 30 May 2012, 17:38:15 UTC
371f387 XCOMMONS-182: Environment Configuration should only use a "Restricted" configuration source * Implement proper solution by introducing notion of "Restricted" Configuration Source 30 May 2012, 15:57:02 UTC
8c023b2 XCOMMONS-167: Introduce diff/merge API Rename TYPE enum into Type 30 May 2012, 15:36:20 UTC
caa3e98 XCOMMONS-167: Introduce diff/merge API Fix Diff/Merge configurations 30 May 2012, 15:13:42 UTC
1b0655e Merge branch 'master' into feature-diff 30 May 2012, 13:35:38 UTC
977ec05 XCOMMONS-167: Introduce diff/merge API Improve genric 3-way merge and get rid of JDiff 30 May 2012, 13:31:09 UTC
e7dac43 XCOMMONS-182: Environment Configuration should only be taken from the xwiki properties file * Fixing bug from previous commit 30 May 2012, 08:34:19 UTC
74ccf0d XWIKI-7748: Changed to a more agreed-upon solution for temp file related exceptions. 29 May 2012, 18:02:41 UTC
4b2c2e9 XCOMMONS-167: Introduce diff/merge API Fix bug introduce in previous refactoring 29 May 2012, 16:05:11 UTC
705a928 XCOMMONS-167: Introduce diff/merge API Fix test 29 May 2012, 16:00:00 UTC
01f44b9 XCOMMONS-182: Environment Configuration should only be taken from the xwiki properties file 29 May 2012, 15:42:46 UTC
974274b XCOMMONS-167: Introduce diff/merge API * Add missing license headers. * Fix checkstyle. 29 May 2012, 15:31:08 UTC
e0dc4b7 Merge branch 'master' into feature-diff 29 May 2012, 13:42:58 UTC
c98c0b3 XCOMMONS-167: Introduce diff/merge API Add script service 29 May 2012, 13:39:04 UTC
ebd8a08 [misc.] Trying to fix test which fails on some systems. 29 May 2012, 12:37:05 UTC
098df67 XCOMMONS-167: Introduce diff/merge API * added javadoc * full codestyle * new unified diff TODO: script service 29 May 2012, 09:50:15 UTC
0e5947e [misc] Attempting to fix a brittle test which fails on some platforms. 27 May 2012, 00:12:00 UTC
652a61f [Misc] Replace synchronized methods by the use of a Concurrent Hash Map for improved performances (see also XWIKI-7860: "Failed to register resource with name [type=Velocity,domain=Engines,name=default]" error message). 26 May 2012, 09:40:57 UTC
66ff445 [Misc] Better error logging 26 May 2012, 09:40:56 UTC
c3e115a XWIKI-6863: Upgraded commons compress to 1.4.1 25 May 2012, 16:02:34 UTC
0e06c7c XWIKI-7853: Upgrade to Restlet 2.0.14 25 May 2012, 14:03:01 UTC
97a1fd8 [cleanup] Apply codestyle 25 May 2012, 13:10:19 UTC
6651041 [cleanup] Apply codestyle 25 May 2012, 12:21:15 UTC
e0ef63c Better ? 25 May 2012, 10:21:45 UTC
dabea66 XCOMMONS-178: Allow a list as job id Missing headers 25 May 2012, 09:29:13 UTC
c5c6bd9 XCOMMONS-178: Allow a list as job id Fix several bugs with the storage of new ids 25 May 2012, 08:55:53 UTC
4092493 XCOMMONS-179: Allow to setup @MockingRequirement before the component is initialized 25 May 2012, 08:55:53 UTC
3fac3b7 XWIKI-7748: Trap cases where the user explicitly configures the permenant directory to be <tempdir>/xwiki-temp/ thanks Denis for the suggestion. 24 May 2012, 15:27:30 UTC
21cf148 XWIKI-7748: Removed unused EnvironmentConfiguration, should have been removed in 46eacad24e57cfac1c179c2214f389ce1405d280 24 May 2012, 15:14:52 UTC
aaa4534 XCOMMONS-178: Allow a list as job id Fix checkstyle 24 May 2012, 14:27:35 UTC
06ec73a XCOMMONS-178: Allow a list as job id Fix bug 24 May 2012, 14:17:38 UTC
2e39282 XCOMMONS-178: Allow a list as job id Forgot some refactoring 24 May 2012, 13:58:48 UTC
dba7e1d XCOMMONS-178: Allow a list as job id 24 May 2012, 13:19:10 UTC
194b4f8 XCOMMONS-167: Introduce diff/merge API Add javadoc 24 May 2012, 12:21:41 UTC
248fc70 XCOMMONS-167: Introduce diff/merge API Move stuff to internal 24 May 2012, 09:45:44 UTC
32df778 XCOMMONS-167: Introduce diff/merge API Various improvements and more tests 24 May 2012, 09:12:31 UTC
67d28ae Merge branch 'master' into feature-diff 24 May 2012, 08:17:07 UTC
46eacad XWIKI-7748: Refactor environment directories, add special "xwiki-temp" directory which is deleted on startup. Change EnvironmentConfiguration API to get the directory name as a string rather than a file which is initialized later. Moved EnvironmentConfiguration to /internal/ because it should not be used externally and would be impossible to change, being an interface. Introduced commons-storage with UnexpectedException. Throw UnexpectedException if writable directory cannot be gotten rather than giving caller an unwritable directory. 24 May 2012, 07:18:56 UTC
91e1b38 XCOMMONS-167: Introduce diff/merge API Improve diff result and start to add uni tests 23 May 2012, 16:26:05 UTC
e855f54 XWIKI-6863: Added dependency on Apache commons compress 23 May 2012, 12:55:07 UTC
53a7aa0 XCOMMONS-177: Upgrade to reflections 0.9.7 23 May 2012, 12:21:30 UTC
b9bb4b9 XCOMMONS-176: Test if a Version is compatible with a contraint right from the VersionConstraint 23 May 2012, 09:31:54 UTC
13e8f03 XCOMMONS-175: Maven resolution sometimes fails to properly determinate dependency version 23 May 2012, 08:12:49 UTC
83f3cac [Misc] Sort Alphabetically 19 May 2012, 09:43:12 UTC
1c7a2dd Remove CLIRR excludes since 4.1M1 has been released 18 May 2012, 17:32:44 UTC
9109bd7 Remove CLIRR excludes since 4.0 has been released 18 May 2012, 17:28:14 UTC
32b6254 XCOMMONS-170: Add Velocity uberspector to automatically convert method arguments to formal method parameter types in order to satisfy method signature * Rewrite the EnumMethodParameterUberspector to be generic, following Thomas' idea. 16 May 2012, 14:42:54 UTC
5bb1b4a XCOMMONS-172: The extension file is kept in AETHER cache Add unit test 16 May 2012, 14:40:41 UTC
311b574 XCOMMONS-172: The extension file is kept in AETHER cache (cherry picked from commit f1ad06d57642ebab050c47d5b7401d02fcb7f6b4) 16 May 2012, 13:54:39 UTC
f1ad06d XCOMMONS-172: The extension file is kept in AETHER cache 16 May 2012, 13:47:45 UTC
dbf1e06 XCOMMONS-170: Add Velocity uberspector to automatically convert String method arguments to Enum when possible 15 May 2012, 17:46:08 UTC
4dcb494 XCOMMONS-167: Introduce diff/merge API first complete implementation 15 May 2012, 15:32:42 UTC
2f36eeb Revert "[release] Change release repository to nexus" since we can't find agreement. 15 May 2012, 01:49:25 UTC
573d285 XCOMMONS-169: Job progress is badly computed 14 May 2012, 16:04:41 UTC
c33bb75 [release] Still the wrong URL. 14 May 2012, 05:36:27 UTC
18dcc9b [release] Used the wrong staging URL. 14 May 2012, 05:31:39 UTC
87b0ec9 [release] Change release repository to nexus so that release won't accidently skip staging. 14 May 2012, 01:44:40 UTC
70826f9 XCOMMONS-167: Introduce diff/merge API 11 May 2012, 15:31:40 UTC
0010f28 [Misc] Improve javadoc 10 May 2012, 09:21:14 UTC
d1560c7 XCOMMONS-157: Speed up Java Compilation * Use newly released Compiler Plugin which has the speed improvement built in 10 May 2012, 09:21:14 UTC
f447076 [extensin] Add missing properties 10 May 2012, 08:30:07 UTC
cb06b78 XCOMMONS-166: Add extension upgrade plan job 07 May 2012, 14:14:11 UTC
6004da5 Change previous version after release 04 May 2012, 13:16:12 UTC
c20c1b6 XCOMMONS-163: Add join method to Job 02 May 2012, 18:49:27 UTC
c15b80d XCOMMONS-163: Add join method to Job 02 May 2012, 18:25:52 UTC
4946c8f XCOMMONS-164: Make possible to access extension plan jobs by id 02 May 2012, 17:57:25 UTC
7728a5e Missing clirr exclude 02 May 2012, 17:37:20 UTC
5c0b728 XCOMMONS-164: Make possible to access extension plan jobs by id 02 May 2012, 17:15:31 UTC
d07b9b1 XCOMMONS-165: Upgrade to Selenium 2.21 02 May 2012, 17:14:56 UTC
back to top