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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 105831 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 19 16:42:27 2004 UTC (19 years, 6 months ago) by stefan
File length: 114066 byte(s)
Diff to previous 76106 (colored)
fixed bug that occured when setting a property but the property had already been created

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: 108027 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: 109087 byte(s)
Diff to previous 57153 (colored)


Revision 57153 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 10 12:52:28 2004 UTC (19 years, 6 months ago) by tripod
File length: 109202 byte(s)
Diff to previous 56953 (colored)
- guard against ArrayIndexOutOfBounds

Revision 56953 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 8 17:42:33 2004 UTC (19 years, 6 months ago) by stefan
File length: 109123 byte(s)
Diff to previous 56918 (colored)
- added lazy-loading item iterator
- optimized Node.has/getNodes(), Node.has/getProperties()

Revision 56918 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 8 11:27:28 2004 UTC (19 years, 6 months ago) by stefan
File length: 109597 byte(s)
Diff to previous 56733 (colored)
fixed coding-style

Revision 56733 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 6 08:28:19 2004 UTC (19 years, 6 months ago) by tripod
File length: 109593 byte(s)
Diff to previous 56665 (colored)
- restore did not remove empty properties

Revision 56665 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 5 14:18:46 2004 UTC (19 years, 6 months ago) by tripod
File length: 108553 byte(s)
Diff to previous 55615 (colored)
- Node.setProperty() results to invalid state, if node is checked in and property does not exist yet.

Revision 55615 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 26 15:44:46 2004 UTC (19 years, 7 months ago) by tripod
File length: 108286 byte(s)
Diff to previous 55516 (colored)
- adapted versioning again to spec 0.15
- added VirtualItemStateManager for reflecting virtual content


Revision 55516 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 25 17:49:43 2004 UTC (19 years, 7 months ago) by stefan
File length: 113287 byte(s)
Diff to previous 55004 (colored)
migrating to v0.15 of the jsr 170 spec

Revision 55004 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 18 13:12:33 2004 UTC (19 years, 7 months ago) by stefan
File length: 116777 byte(s)
Diff to previous 54784 (colored)
fixing http://issues.apache.org/jira/browse/JCR-10
(Item#save() did under special circumstances trigger
transient modifications that were not persisted in 
the same call)

Revision 54784 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 13:41:53 2004 UTC (19 years, 7 months ago) by tripod
File length: 116582 byte(s)
Diff to previous 53784 (colored)
- Checkin did not work if node has unreferenceable child node with OPV=Copy

Revision 53784 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 5 08:57:45 2004 UTC (19 years, 7 months ago) by tripod
File length: 116645 byte(s)
Diff to previous 47648 (colored)
versioning implementation is now stores directly in persistence state.

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: 116113 byte(s)
Diff to previous 47283 (colored)
- removed @author and @version (i.e. $Revision & $Id) tags
- removed tab characters from java source code

Revision 47283 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 09:30:56 2004 UTC (19 years, 8 months ago) by tripod
File length: 100521 byte(s)
Diff to previous 47223 (colored)
jcr:mergeFailed propertydef missing in mix:versionable

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: 100760 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: 103753 byte(s)
Copied from: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/NodeImpl.java revision 47167
Diff to previous 47161 (colored)
renaming org.apache.jackrabbit.jcr to org.apache.jackrabbit.core
(i.e. moving org.apache.jackrabbit.jcr.core one level up)

Revision 47161 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 24 14:11:12 2004 UTC (19 years, 8 months ago) by stefan
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/NodeImpl.java
File length: 103778 byte(s)
Diff to previous 47099 (colored)
fixing bug JCR-3: potentially inconsistent state of node if 
addMixin fails

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/NodeImpl.java
File length: 103370 byte(s)
Diff to previous 46941 (colored)
following some of the recommendations reported by "maven checkstyle"

Revision 46941 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 20 16:53:38 2004 UTC (19 years, 8 months ago) by stefan
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/NodeImpl.java
File length: 103259 byte(s)
Diff to previous 46939 (colored)
differentiated handling of single vs. multi-valued properties:
multi-valued property can only be set with value array and vice versa


Revision 46939 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 20 16:11:24 2004 UTC (19 years, 8 months ago) by tripod
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/NodeImpl.java
File length: 101666 byte(s)
Diff to previous 46292 (colored)
Adjusted NodeImpl.update() and NodeImpl.merge() closer to spec.

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/NodeImpl.java
File length: 98225 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/NodeImpl.java
File length: 98230 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