Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
Unmute 1 - 20 of 27600  Next ›
27600 12.03.2010 11:22:33, by tmortagne
XWIKI-5002: Implement Explicit Reference Resolver
XWIKI-5003: Add optional parameter support for Reference Resolvers and Serializers

* merged from trunk
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CompactStringEntityReferenceSerializer.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CompactWikiStringEntityReferenceSerializer.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentMixedReferenceEntityReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentReferenceEntityReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/test/java/com/xpn/xwiki/internal/model/reference/CompactEntityReferenceSerializerTest.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/test/java/com/xpn/xwiki/internal/model/reference/CompactWikiEntityReferenceSerializerTest.java
A /platform/core/branches/xwiki-core-2.2/xwiki-model/src/main/java/org/xwiki/model/internal/reference/AbstractReferenceEntityReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-model/src/main/java/org/xwiki/model/internal/reference/DefaultReferenceEntityReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-model/src/main/java/org/xwiki/model/internal/reference/DefaultStringEntityReferenceSerializer.java
A /platform/core/branches/xwiki-core-2.2/xwiki-model/src/main/java/org/xwiki/model/internal/reference/ExplicitReferenceDocumentReferenceResolver.java
And 5 more
27599 12.03.2010 11:10:09, by vmassol
XWIKI-5006: Wiki Copy doesn't work anymore with relative references

* Start by introducing a XClass reference resolver that we use for backward compat. We need this since we need this feature in more than one class (XWikiDocument and BaseClass).

Merged from trunk (revs 27596 and 27597)
27598 12.03.2010 11:00:59, by tmortagne
XWIKI-5002: Implement Explicit Reference Resolver and Serializer
* add serializer support
XWIKI-5003: Add optional parameter support for Reference Resolvers and Serializers
27597 12.03.2010 10:51:06, by vmassol
XWIKI-4995: Introduce duplicate() method in BaseObject and XWiiDocument to clone a document but with new GUIDs

* Reverted previous change (there were problems since clone() was used in other places like in Document where it was expecting to keep the same GUIDs)
27596 12.03.2010 10:49:55, by vmassol
XWIKI-5006: Wiki Copy doesn't work anymore with relative references

* Start by introducing a XClass reference resolver that we use for backward compat. We need this since we need this feature in more than one class (XWikiDocument and BaseClass).
27595 12.03.2010 09:29:37, by cjdelisle
XWIKI-4986: If xwiki.unknownActionResponse=view and users view a page which doesnt exist with unknown action, they get an empty page instead of "not found". - Bring UnknownAction into checkstyle conformance.
27594 12.03.2010 06:15:53, by asiri
XWIKI-4944: Add support for Default Values for XWiki Wiki Macros.

* Applied anamaria's patch.

* Added new test case because the patch didn't provide one, Grrrrr....
27593 11.03.2010 22:03:20, by vmassol
XWIKI-5003: Add optional parameter support for Reference Resolvers and Serializers

* Fixed bug in relative reference resolver when a base reference is used

Merged from trunk (rev 27590)
27592 11.03.2010 21:42:15, by cjdelisle
XAADMINISTRATION-121: Rename XWiki.Configurable to XWiki.ConfigurableClass to conform to naming standards. - changed selenium test
27591 11.03.2010 21:31:30, by cjdelisle
XAADMINISTRATION-121: Rename XWiki.Configurable to XWiki.ConfigurableClass to conform to naming standards.
27590 11.03.2010 21:18:54, by vmassol
XWIKI-5003: Add optional parameter support for Reference Resolvers and Serializers

* Fixed bug in relative reference resolver when a base reference is used
27589 11.03.2010 19:44:52, by cjdelisle
XWIKI-4999: Remove captcha.enabled from xwiki.properties file because the setting is superseded. - removed from configuration file
27588 11.03.2010 19:43:04, by cjdelisle
XWIKI-4999: Remove captcha.enabled from xwiki.properties file because the setting is superseded.
27587 11.03.2010 17:57:13, by vmassol
XWIKI-4899: Add Model API to get default Entity Reference values
XWIKI-5002: Implement Explicit Reference Resolver
XWIKI-5003: Add optional parameter support for Reference Resolvers and Serializers

+ other issues related to model references merged from trunk so that trunk and 2.2 branch are similar regarding model references
A /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentEntityReferenceValueProvider.java
A /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentMixedEntityReferenceValueProvider.java
A /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentMixedReferenceDocumentReferenceResolver.java
A /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentMixedReferenceEntityReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentMixedStringDocumentReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentReferenceDocumentReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentReferenceEntityReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentStringAttachmentReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentStringDocumentReferenceResolver.java
M /platform/core/branches/xwiki-core-2.2/xwiki-core/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentStringEntityReferenceResolver.java
And 36 more
27586 11.03.2010 17:54:28, by vmassol
XWIKI-5003: Add optional parameter support for Reference Resolvers and Serializers

* Fixed failing tests
27585 11.03.2010 17:48:17, by tmortagne
[misc] Remove file wrongly committed
27584 11.03.2010 17:36:26, by tmortagne
XWIKI-5002: Implement Explicit Reference Resolver
* add the EntityReference based one
XWIKI-5003: Add optional parameter support for Reference Resolvers and Serializers
* fix some missing refactor of getDefaultValue methods
27583 11.03.2010 16:22:56, by tmortagne
[misc] Add svn:ignore
27582 11.03.2010 16:15:54, by vmassol
XWIKI-5003: Add optional parameter support for Reference Resolvers and Serializers

* Exclude from backward compat checks since it's broken voluntarily (really fix it this time)
27581 11.03.2010 16:11:57, by vmassol
XWIKI-5003: Add optional parameter support for Reference Resolvers and Serializers

* Exclude from backward compat checks since it's broken voluntarily
1 2 3 4 5 6 7 8 9 10 Next