/[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 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