Updated license header and unified comments
This commit is contained in:
parent
a70d7e9029
commit
ab8560b057
169 changed files with 299 additions and 1567 deletions
|
|
@ -4,7 +4,7 @@
|
|||
~ The Antville Project
|
||||
~ http://code.google.com/p/antville
|
||||
~
|
||||
~ Copyright 2007-2011 by Tobi Schäfer.
|
||||
~ Copyright 2001-2014 by the Workers of Antville.
|
||||
~
|
||||
~ Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
~ Matthias & Michael Platzer, Christoph Lincke.
|
||||
|
|
@ -20,11 +20,6 @@
|
|||
~ 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$
|
||||
~ $Author$
|
||||
~ $Date$
|
||||
~ $URL$
|
||||
-->
|
||||
|
||||
<project name="antville" default="usage" basedir=".">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
//
|
||||
// Jala Project [http://opensvn.csie.org/traccgi/jala]
|
||||
//
|
||||
// Copyright 2004 ORF Online und Teletext GmbH
|
||||
// Copyright 2004 ORF Online und Teletext GmbH.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -14,13 +13,6 @@
|
|||
// 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$
|
||||
// $HeadURL$
|
||||
//
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
|
|
@ -405,7 +397,7 @@ MessageParser.prototype.getPotString = function() {
|
|||
buf.append('# The Antville Project\n');
|
||||
buf.append('# http://code.google.com/p/antville\n');
|
||||
buf.append('#\n');
|
||||
buf.append('# Copyright 2001-' + date.getFullYear() + ' by The Antville People\n');
|
||||
buf.append('# Copyright 2001-' + date.getFullYear() + ' by the Workers of Antville.\n');
|
||||
buf.append('#\n');
|
||||
buf.append("# Licensed under the Apache License, Version 2.0 (the ``License''\n");
|
||||
buf.append('# you may not use this file except in compliance with the License.\n');
|
||||
|
|
@ -418,12 +410,7 @@ MessageParser.prototype.getPotString = function() {
|
|||
buf.append('# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n');
|
||||
buf.append('# See the License for the specific language governing permissions and\n');
|
||||
buf.append('# limitations under the License.\n');
|
||||
buf.append('#\n');
|
||||
buf.append('# $Revision$\n');
|
||||
buf.append('# $Author$\n');
|
||||
buf.append('# $Date$\n');
|
||||
buf.append('# $URL$\n');
|
||||
buf.append('#\n');
|
||||
buf.append('#\n\n');
|
||||
buf.append('#, fuzzy\n');
|
||||
buf.append('msgid ""\n');
|
||||
buf.append('msgstr ""\n');
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
//
|
||||
// Jala Project [http://opensvn.csie.org/traccgi/jala]
|
||||
//
|
||||
// Copyright 2004 ORF Online und Teletext GmbH
|
||||
// Copyright 2004 ORF Online und Teletext GmbH.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -14,13 +13,6 @@
|
|||
// 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$
|
||||
// $HeadURL$
|
||||
//
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
# $Author$
|
||||
# $Date$
|
||||
# $URL$
|
||||
#
|
||||
|
||||
manage
|
||||
manage.mountpoint = /manage
|
||||
|
|
@ -31,7 +21,7 @@ manage.mountpoint = /manage
|
|||
antville
|
||||
antville.repository.0 = ./apps/antville/code
|
||||
antville.repository.1 = ./apps/antville/db/h2.compat
|
||||
## Include the following line if using version 1.1 layouts:
|
||||
# Include the following line if using version 1.1 layouts:
|
||||
#antville.repository.2 = ./apps/antville/compat
|
||||
antville.appDir = ./apps/antville/code
|
||||
antville.mountpoint = /
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,17 +14,10 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
country = AT
|
||||
language = en
|
||||
smtp = localhost
|
||||
|
||||
## Login to manage console: admin/admin
|
||||
# Login to manage console: admin/admin
|
||||
adminAccess = 32ff9ee7e841b26a966870c144fdcaec
|
||||
allowAdmin = 127.0.0.1, ::1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
:: The Antville Project
|
||||
:: http://code.google.com/p/antville
|
||||
::
|
||||
:: Copyright 2001-2007 by The Antville People
|
||||
:: Copyright 2001–2014 by the Workers of Antville.
|
||||
::
|
||||
:: Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
:: you may not use this file except in compliance with the License.
|
||||
|
|
@ -16,11 +16,6 @@
|
|||
:: See the License for the specific language governing permissions and
|
||||
:: limitations under the License.
|
||||
::
|
||||
:: $Revision:3333 $
|
||||
:: $LastChangedBy:piefke3000 $
|
||||
:: $LastChangedDate:2007-09-15 01:25:23 +0200 (Sat, 15 Sep 2007) $
|
||||
:: $URL$
|
||||
::
|
||||
|
||||
@echo off
|
||||
|
||||
|
|
|
|||
|
|
@ -1,26 +1,19 @@
|
|||
##
|
||||
## The Antville Project
|
||||
## http://code.google.com/p/antville
|
||||
##
|
||||
## Copyright 2001-2007 by The Antville People
|
||||
##
|
||||
## 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:3333 $
|
||||
## $LastChangedBy:piefke3000 $
|
||||
## $LastChangedDate:2007-09-15 01:25:23 +0200 (Sat, 15 Sep 2007) $
|
||||
## $URL$
|
||||
##
|
||||
# The Antville Project
|
||||
# http://code.google.com/p/antville
|
||||
#
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# 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.
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
## Simple wrapper for the JSDoc runner which is checked out
|
||||
## from the JSDoc repository w/o executable permission.
|
||||
# Simple wrapper for the JSDoc runner which is checked out
|
||||
# from the JSDoc repository w/o executable permission.
|
||||
|
||||
. jsrun.sh
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
//
|
||||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2001-2007 by The Antville People
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -15,12 +14,6 @@
|
|||
// 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:3333 $
|
||||
// $LastChangedBy:piefke3000 $
|
||||
// $LastChangedDate:2007-09-15 01:25:23 +0200 (Sat, 15 Sep 2007) $
|
||||
// $URL$
|
||||
//
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Admin prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
entries = collection(LogEntry)
|
||||
entries.filter = action <> 'main'
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Methods that implement Blogger's XML-RPC API.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
//
|
||||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2001-2007 by The Antville People
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -15,12 +14,6 @@
|
|||
// 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$
|
||||
//
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Api prototype.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Methods that implement the MetaWeblog XML-RPC API.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Methods that implement Movable Type's XML-RPC API.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Archive prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,15 +14,9 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
## jala.Calendar is using this collection (Archive itself is retrieving
|
||||
## stories from Stories.featured and via direct DB request)
|
||||
# jala.Calendar is using this collection (Archive itself is retrieving
|
||||
# stories from Stories.featured and via direct DB request)
|
||||
_children = collection(Story)
|
||||
_children.local = id
|
||||
_children.foreign = site_id
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Choice prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = choice
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Comment prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Comment prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = file
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Comment prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_children = collection(File)
|
||||
_children.accessName = name
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Exporter namespace.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileoverview Defines the Feature prototype.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileoverview Defines the FlexiPath prototype.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines global variables and functions.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Importer namespace.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Sql prototype, a utility for relational queries
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
app.addRepository('modules/helma/Aspects.js');
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Contains redefined or additional methods for
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the extensions of Helma’s built-in
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines metadata extensions of Helma’s built-in
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Image prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = image
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Images prototype
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_children = collection(Image)
|
||||
_children.accessName = name
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Layout prototype
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = layout
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the LogEntry prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = log
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Members prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_children = collection(Membership)
|
||||
_children.accessName = name
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Membership prototype
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = membership
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileoverview Defines the Metadata prototype (version 2).
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
//
|
||||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2001-2007 by The Antville People
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -15,12 +14,6 @@
|
|||
// 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: 3858 $
|
||||
// $LastChangedBy: interface@p3k.org $
|
||||
// $LastChangedDate: 2009-11-02 17:16:41 +0100 (Mon, 02 Nov 2009) $
|
||||
// $URL: https://antville.googlecode.com/svn/trunk/code/Metadata/Metadata.js $
|
||||
//
|
||||
|
||||
/**
|
||||
* @fileoverview Defines a Metadata prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = metadata
|
||||
|
|
@ -43,7 +33,7 @@ parent.foreign = $id
|
|||
parent.local.1 = parent_type
|
||||
parent.foreign.1 = $prototype
|
||||
|
||||
## In type.properties of prototype possessing metadata:
|
||||
# In type.properties of prototype possessing metadata:
|
||||
#metadata = collection(Metadata)
|
||||
#metadata.local.1 = $id
|
||||
#metadata.foreign.1 = parent_id
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Poll prototype
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = poll
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Polls prototype
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_children = collection(Poll)
|
||||
_children.local = id
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Root prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,18 +14,12 @@
|
|||
# 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 = Site
|
||||
_prototype = Root
|
||||
|
||||
## Looks like a mistake but this is necessary to avoid the behaviour described
|
||||
## in bug http://helma.org/bugs/show_bug.cgi?id=430
|
||||
# Looks like a mistake but this is necessary to avoid the behaviour described
|
||||
# in bug http://helma.org/bugs/show_bug.cgi?id=430
|
||||
_parent =
|
||||
|
||||
api = mountpoint(Api)
|
||||
|
|
@ -58,7 +48,7 @@ admins = collection(User)
|
|||
admins.accessName = name
|
||||
admins.filter = status = 'privileged'
|
||||
|
||||
## FIXME: This collection has to move (or to be renamed).
|
||||
## Otherwise it conflicts with the collection in Site with the same name.
|
||||
# FIXME: This collection has to move (or to be renamed).
|
||||
# Otherwise it conflicts with the collection in Site with the same name.
|
||||
#$tags = collection(Tag)
|
||||
#$tags.accessName = name
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Site prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = site
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ prefix="Last update: " default="None so far" %>)</span></li>
|
|||
</form>
|
||||
|
||||
<% #robots %>
|
||||
## See http://www.robotstxt.org for more information
|
||||
# See http://www.robotstxt.org for more information
|
||||
#User-agent: *
|
||||
#Disallow: /
|
||||
#User-agent: BadBot
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2001-2007 by The Antville People
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -14,12 +14,6 @@
|
|||
// 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$
|
||||
//
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Skin prototype
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = skin
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Skins prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_children = collection(Skin)
|
||||
_children.accessName = name
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Stories prototype
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_children = collection(Story)
|
||||
_children.local = id
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Story prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = content
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Tag prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = tag
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the TagHub prototype
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = tag_hub
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Tags prototype.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the User prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = account
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Defines the Vote prototype.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
_db = antville
|
||||
_table = vote
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,46 +14,40 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
## The root site
|
||||
# The root site
|
||||
rootId = 1
|
||||
rootPrototype = Root
|
||||
|
||||
## Antville is using UTF-8 encoding by default
|
||||
# Antville is using UTF-8 encoding by default
|
||||
charset = UTF-8
|
||||
skinCharset = UTF-8
|
||||
|
||||
## The main scheduler
|
||||
# The main scheduler
|
||||
schedulerInterval = 30
|
||||
cron.scheduler.function = scheduler
|
||||
|
||||
## The nightly scheduler
|
||||
# The nightly scheduler
|
||||
cron.nightly.function = nightly
|
||||
cron.nightly.hour = 0
|
||||
cron.nightly.minute = 0
|
||||
|
||||
## Cookie names
|
||||
# Cookie names
|
||||
#userCookie = antvilleUser
|
||||
#hashCookie = antvilleHash
|
||||
|
||||
## Performance tweaks
|
||||
# Performance tweaks
|
||||
#cacheSize = 50000
|
||||
#minThreads = 10
|
||||
#maxThreads = 50
|
||||
#sessionTimeout = 30
|
||||
#requestTimeout = 10
|
||||
|
||||
## Options for rewriting URL output;
|
||||
# Options for rewriting URL output;
|
||||
baseUri = /
|
||||
hrefFunction = processHref
|
||||
#hrefRootPrototype = Site
|
||||
|
||||
## List of default and individual domain mappings
|
||||
# List of default and individual domain mappings
|
||||
#domain.* = antville.org
|
||||
#domain.foo = bar.foo.org
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
antville.url = jdbc:postgresql://localhost/antville
|
||||
antville.driver = org.postgresql.Driver
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
Comment.prototype.replylink_macro = function(param) {
|
||||
return this.link_macro(param, "comment");
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
relocateProperty(Site, "createtime", "created");
|
||||
relocateProperty(Site, "modifytime", "modified");
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
app.addRepository("modules/helma/Color.js");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
// $Author$
|
||||
// $Date$
|
||||
// $URL$
|
||||
|
||||
app.addRepository("modules/helma/Aspects.js");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
HopObject.prototype.createtime_macro = HopObject.prototype.created_macro;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
relocateProperty(Image, "alias", "name");
|
||||
relocateProperty(Image, "createtime", "created");
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
Images.prototype.topics_action = function() {
|
||||
return res.redirect(res.handlers.site.href("galleries"));
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
Layout.prototype.convert_action = function() {
|
||||
if (req.isPost() && req.data.save && req.data.file) {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
relocateProperty(Layout, "alias", "name");
|
||||
relocateProperty(Layout, "parent", "ancestor");
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
Members.prototype.sendpwd_action = function() {
|
||||
res.data.title = gettext("Recover your password");
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
relocateProperty(Membership, "username", "name");
|
||||
relocateProperty(Membership, "createtime", "created");
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
Poll.prototype.choices_macro = function(param) {
|
||||
var vote;
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
// FIXME: Modular extension currently cannot modify the version string anymore!
|
||||
//Root.VERSION += "-compatible";
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
// FIXME: We need something like this for plug-ins:
|
||||
//addPermission(Site, "menuext", function() {return true;});
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
## FIXME: Obsolete?
|
||||
# FIXME: Obsolete?
|
||||
topics = mountpoint(Topics)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
relocateProperty(Skin, "createtime", "created");
|
||||
relocateProperty(Skin, "modifytime", "modified");
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
relocateProperty(Story, "createtime", "created");
|
||||
relocateProperty(Story, "modifytime", "modified");
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
Topics.prototype.main_action = function() {
|
||||
return res.redirect(this.href());
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
disableMacro(User, "password");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,13 +14,7 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
## Compatibility settings for H2 database
|
||||
# Compatibility settings for H2 database
|
||||
_children.group = formatdatetime(created, 'yyyyMMdd')
|
||||
_children.group.order = formatdatetime(created, 'yyyyMMdd') desc
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
// The Antville Project
|
||||
// http://code.google.com/p/antville
|
||||
//
|
||||
// Copyright 2007-2011 by Tobi Schäfer.
|
||||
//
|
||||
// Copyright 2001–2007 Robert Gaggl, Hannes Wallnöfer, Tobi Schäfer,
|
||||
// Matthias & Michael Platzer, Christoph Lincke.
|
||||
// Copyright 2001–2014 by the Workers of Antville.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
@ -17,11 +14,6 @@
|
|||
// 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$
|
||||
|
||||
/**
|
||||
* @fileOverview Overwrites some SQL queries for H2 database compatibility.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,12 +14,6 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
antville.url = jdbc:h2:./db/antville;ifexists=true;schema=antville;mode=postgresql
|
||||
antville.driver = org.h2.Driver
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
# Copyright 2001–2014 by the Workers of Antville.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -18,13 +14,7 @@
|
|||
# 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$
|
||||
#
|
||||
|
||||
## Compatibility settings for MySQL
|
||||
# Compatibility settings for MySQL
|
||||
_children.group = date_format(created, "%Y%m%d")
|
||||
_children.group.order = date_format(created, "%Y%m%d") desc
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue