/[Apache-SVN]/incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java
ViewVC logotype

Log of /incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 208753)

Revision 123110 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 22 15:22:43 2004 UTC (19 years, 5 months ago) by stefan
File length: 72899 byte(s)
Diff to previous 122971 (colored)
minor fix: remember changed definitonId
+ reformatting (removing tab-character=

Revision 122971 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 21 16:21:10 2004 UTC (19 years, 5 months ago) by stefan
File length: 72878 byte(s)
Diff to previous 122642 (colored)
NodeTypeRegistry.reregisterNodeType: silently ignore if node type definition has not been modified

Revision 122642 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 17 13:25:26 2004 UTC (19 years, 5 months ago) by stefan
File length: 72848 byte(s)
Diff to previous 122553 (colored)
allow re-registering node type definition if change is trivial

Revision 122553 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 16 17:15:13 2004 UTC (19 years, 5 months ago) by stefan
File length: 72668 byte(s)
Diff to previous 112006 (colored)
allow re-registering node type definition if change is trivial

Revision 112006 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 15 18:43:44 2004 UTC (19 years, 5 months ago) by stefan
File length: 71793 byte(s)
Diff to previous 111739 (colored)
comparing node type definitions (analyzing type of change)
some reformatting (removing tab characters

Revision 111739 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 13 18:22:16 2004 UTC (19 years, 5 months ago) by stefan
File length: 70963 byte(s)
Diff to previous 111514 (colored)
working on comparison of node type definitions

Revision 111514 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 10 15:40:34 2004 UTC (19 years, 5 months ago) by stefan
File length: 70995 byte(s)
Diff to previous 111271 (colored)
adding internal namespace prefix: rep
adding internal node type for root node: rep:root

Revision 111271 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 8 14:13:56 2004 UTC (19 years, 5 months ago) by stefan
File length: 70751 byte(s)
Diff to previous 111259 (colored)
fixing JIRA issue JCR-25: default value with autocreated fields 

Revision 111259 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 8 11:40:12 2004 UTC (19 years, 5 months ago) by stefan
File length: 68582 byte(s)
Diff to previous 110111 (colored)
fixing JIRA issue JCR-24: ClassCastException bei unregisterNodeType

Revision 110111 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 16:49:59 2004 UTC (19 years, 5 months ago) by stefan
File length: 68582 byte(s)
Diff to previous 109999 (colored)
bug fix: constraints of custom node types were not persisted correctly
(plus inline comments and removing tabs in code)

Revision 109999 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 6 18:14:15 2004 UTC (19 years, 5 months ago) by stefan
File length: 55722 byte(s)
Diff to previous 109998 (colored)
added some inline comments

Revision 109998 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 6 18:08:46 2004 UTC (19 years, 5 months ago) by stefan
File length: 55721 byte(s)
Diff to previous 109509 (colored)
added some inline comments

Revision 109509 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 2 17:28:52 2004 UTC (19 years, 5 months ago) by stefan
File length: 54742 byte(s)
Diff to previous 109359 (colored)
cleaning up nodetyperegistry code

Revision 109359 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 1 17:35:36 2004 UTC (19 years, 5 months ago) by stefan
File length: 66567 byte(s)
Diff to previous 109221 (colored)
more work on value constraints

Revision 109221 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 30 18:12:21 2004 UTC (19 years, 5 months ago) by stefan
File length: 64008 byte(s)
Diff to previous 106895 (colored)
- fixed value constraint handling as spec'ed
- misc. minor fixes

Revision 106895 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 29 08:37:44 2004 UTC (19 years, 5 months ago) by stefan
File length: 63882 byte(s)
Diff to previous 106172 (colored)
- added 'multiValued' flag to ProperyState
- misc. minor fixes and java doc corrections

Revision 106172 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 22 11:14:33 2004 UTC (19 years, 6 months ago) by stefan
File length: 58887 byte(s)
Diff to previous 76106 (colored)
fixed http://nagoya.apache.org/jira/browse/JCR-21 :
NodeTypeRegistry.validateNodeTypeDef causes NullPointerException

Revision 76106 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 17 10:00:58 2004 UTC (19 years, 6 months ago) by tripod
File length: 58846 byte(s)
Diff to previous 76003 (colored)
- JCR-17 Creating and saving a mix:versionable node creates two VersionHistory nodes
- JCR-18 Multithreading issue with versioning


Revision 76003 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 16 18:14:39 2004 UTC (19 years, 6 months ago) by stefan
File length: 58971 byte(s)
Diff to previous 56594 (colored)


Revision 56594 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 4 14:34:52 2004 UTC (19 years, 6 months ago) by stefan
File length: 58959 byte(s)
Diff to previous 54665 (colored)
minor fixes and javadoc comments

Revision 54665 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 12 10:41:42 2004 UTC (19 years, 7 months ago) by stefan
File length: 58755 byte(s)
Diff to previous 47648 (colored)
fixed bug that allowed to register a non-mixin node type that is not derived from nt:base

Revision 47648 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 1 14:08:24 2004 UTC (19 years, 7 months ago) by stefan
File length: 57646 byte(s)
Diff to previous 47399 (colored)
- removed @author and @version (i.e. $Revision & $Id) tags
- removed tab characters from java source code

Revision 47399 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 14:39:20 2004 UTC (19 years, 7 months ago) by mreutegg
File length: 47887 byte(s)
Diff to previous 47297 (colored)
Initial checkin of QueryManager with support for JCRQL (search implementation is not complete, some features are missing: searching for distinct same name sibling, sorting not yet implemented, indexing contains potential for optimizing)

Changed observation to support SynchronousEventListeners. The search registers itself as synchronous event listener. Also changed access checking on events sent out, because checking access on removed nodes need to be performed before they actually get removed.

Extended config.xml, which allows now to specify an index location for the QueryManager.

Added jar files needed for search.

Revision 47297 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 15:55:05 2004 UTC (19 years, 7 months ago) by stefan
File length: 47635 byte(s)
Diff to previous 47223 (colored)
adopting spec change: 
'*' is returned by ItemDef.getName() instead of null to denote residual child item definition

Revision 47223 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 25 22:13:43 2004 UTC (19 years, 8 months ago) by fielding
File length: 47548 byte(s)
Diff to previous 47168 (colored)
set svn:eol-style on all text files to native



Revision 47168 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 24 16:24:56 2004 UTC (19 years, 8 months ago) by stefan
File length: 48968 byte(s)
Diff to previous 47157 (colored)
renaming org.apache.jackrabbit.jcr to org.apache.jackrabbit.core
(i.e. moving org.apache.jackrabbit.jcr.core one level up)

Revision 47157 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 24 13:42:02 2004 UTC (19 years, 8 months ago) by stefan
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/nodetype/NodeTypeRegistry.java
File length: 48985 byte(s)
Diff to previous 47099 (colored)
fixing/changing xml representation of node type definitions

Revision 47099 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 23 12:36:08 2004 UTC (19 years, 8 months ago) by stefan
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/nodetype/NodeTypeRegistry.java
File length: 48535 byte(s)
Diff to previous 46292 (colored)
following some of the recommendations reported by "maven checkstyle"

Revision 46292 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 01:32:03 2004 UTC (19 years, 8 months ago) by fielding
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/nodetype/NodeTypeRegistry.java
File length: 48535 byte(s)
Diff to previous 46247 (colored)
Fix ASF collective copyright to begin now (except for one file from commons).



Revision 46247 - (view) (download) (annotate) - [select for diffs]
Added Fri Sep 17 10:43:48 2004 UTC (19 years, 8 months ago) by stefan
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/nodetype/NodeTypeRegistry.java
File length: 48540 byte(s)
initial commit

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26