My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# The Antville Project
# http://code.google.com/p/antville
#
# Copyright 2007-2011 by Tobi Sch\u00e4fer.
#
# Copyright 2001\u20132007 Robert Gaggl, Hannes Walln\u00f6fer, Tobi Sch\u00e4fer,
# Matthias & Michael Platzer, Christoph Lincke.
#
# Licensed under the Apache License, Version 2.0 (the ``License'');
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an ``AS IS'' BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# $Revision$
# $LastChangedBy$
# $LastChangedDate$
# $URL$
#

_extends = Story
_parent = story.comments

story = object(Story)
story.local = story_id
story.foreign = id

parent = object(HopObject)
parent.local.1 = parent_id
parent.foreign.1 = $id
parent.local.2 = parent_type
parent.foreign.2 = $prototype

_children = collection(Comment)
_children.local = id
_children.foreign = parent_id
_children.order = created asc
_children.cacheMode = aggressive

Change log

r4353 by interf...@p3k.org on Feb 23, 2011   Diff
Added URL keyword to svn:keywords property
Go to: 
Project members, sign in to write a code review

Older revisions

r4318 by interf...@p3k.org on Feb 15, 2011   Diff
Fixed camel-case in cacheMode and
accessName properties
r3398 by piefke3000 on Jan 11, 2008   Diff
Whitespace changes only
r3355 by piefke3000 on Oct 11, 2007   Diff
Renamed type.properties according to
prototype naming scheme recently
introduced in Helma (s. http://helma.o
rg/bugs/show_bug.cgi?id=533)
All revisions of this file

File info

Size: 1244 bytes, 45 lines

File properties

svn:eol-style
native
svn:keywords
Author Date Id Revision URL
Powered by Google Project Hosting