Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
606923dff11b
Commit
ddb4161c
authored
May 28, 2009
by
Adrien Di Mascio
Browse files
big bunch of copyright / docstring update
parent
851e08142873
Changes
352
Hide whitespace changes
Inline
Side-by-side
goa/appobjects/sessions.py
View file @
606923df
"""persistent sessions stored in big table
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
XXX TODO:
* cleanup persistent session
* use user as ancestor?
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/db.py
View file @
606923df
...
...
@@ -25,8 +25,9 @@ following differences:
* XXX ListProperty
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/dbinit.py
View file @
606923df
"""some utility functions for datastore initialization.
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/dbmyams.py
View file @
606923df
...
...
@@ -6,8 +6,9 @@ MISSING FEATURES:
XXX proprify this knowing we'll use goa.db
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
from
os.path
import
join
...
...
goa/gaesource.py
View file @
606923df
"""Adapter for google appengine source.
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/goaconfig.py
View file @
606923df
"""google appengine configuration
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/goactl.py
View file @
606923df
"""cubicweb on appengine plugins for cubicweb-ctl
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/goavreg.py
View file @
606923df
"""goa specific registry
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/overrides/__init__.py
View file @
606923df
# server.__init__
"""
:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
goa/overrides/mttransforms.py
View file @
606923df
"""mime type transformation engine for cubicweb, based on mtconverter
:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/overrides/rqlannotation.py
View file @
606923df
"""
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/overrides/server__init__.py
View file @
606923df
# server debugging flag
"""
:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
DEBUG
=
False
# sqlite'stored procedures have to be registered at connexion opening time
...
...
goa/overrides/server_utils.py
View file @
606923df
"""
:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
class
RepoThread
(
object
):
def
__init__
(
self
,
*
args
):
...
...
goa/overrides/toolsutils.py
View file @
606923df
"""
:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
import
sys
from
cubicweb
import
warning
...
...
goa/rqlinterpreter.py
View file @
606923df
"""provide a minimal RQL support for google appengine dbmodel
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/skel/custom.py
View file @
606923df
"""
:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
def
postinit
(
vreg
):
"""this callback is called at the end of initialization process
and can be used to load explicit modules (views or entities).
...
...
goa/skel/loader.py
View file @
606923df
"""
:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
if
__name__
==
'__main__'
:
from
os.path
import
dirname
,
abspath
...
...
goa/skel/main.py
View file @
606923df
...
...
@@ -2,8 +2,9 @@
to change anything here.
:organization: Logilab
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
all rights reserved
.
:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE),
license is LGPL v2
.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
__docformat__
=
"restructuredtext en"
...
...
goa/skel/schema.py
View file @
606923df
"""
:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
from
cubicweb.schema
import
format_constraint
class
Blog
(
EntityType
):
...
...
goa/skel/views.py
View file @
606923df
# custom application views
"""
:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
from
datetime
import
date
from
cubicweb.utils
import
last_day
...
...
Prev
1
2
3
4
5
6
7
8
9
…
18
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment