commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnuef/src GFClient.py GFInstance.py GFPars...


From: Jason Cater
Subject: gnue/gnuef/src GFClient.py GFInstance.py GFPars...
Date: Mon, 02 Jul 2001 10:54:19 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/07/02 10:54:19

Modified files:
        gnuef/src      : GFClient.py GFInstance.py GFParser.py 
                         __init__.py 

Log message:
        Added versioning/packaging information

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/GFClient.py.diff?cvsroot=OldCVS&tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/GFInstance.py.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/GFParser.py.diff?cvsroot=OldCVS&tr1=1.41&tr2=1.42&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/gnuef/src/GFClient.py
diff -u gnue/gnuef/src/GFClient.py:1.23 gnue/gnuef/src/GFClient.py:1.24
--- gnue/gnuef/src/GFClient.py:1.23     Fri Jun 29 17:59:05 2001
+++ gnue/gnuef/src/GFClient.py  Mon Jul  2 10:54:19 2001
@@ -34,7 +34,7 @@
 #
 # Copyright (c) 2000 Free Software Foundation
 #
-# $Id: GFClient.py,v 1.23 2001/06/30 00:59:05 jamest Exp $
+# $Id: GFClient.py,v 1.24 2001/07/02 17:54:19 jcater Exp $
 #
 
 import pstats
@@ -52,6 +52,7 @@
 from gnue.common import GDebug
 from gnue.common import GConfig
 from gnue.common.GClientApp import * 
+from gnue.forms import VERSION
 
 class GFClient(GClientApp):
   #
Index: gnue/gnuef/src/GFInstance.py
diff -u gnue/gnuef/src/GFInstance.py:1.13 gnue/gnuef/src/GFInstance.py:1.14
--- gnue/gnuef/src/GFInstance.py:1.13   Fri Jun 29 17:59:05 2001
+++ gnue/gnuef/src/GFInstance.py        Mon Jul  2 10:54:19 2001
@@ -34,7 +34,7 @@
 #
 # Copyright (c) 2000 Free Software Foundation
 #
-# $Id: GFInstance.py,v 1.13 2001/06/30 00:59:05 jamest Exp $
+# $Id: GFInstance.py,v 1.14 2001/07/02 17:54:19 jcater Exp $
 #
 
 import pstats
@@ -47,12 +47,10 @@
 from gnue.forms.GFGetOpt import *
 from gnue.forms.GFController import *
 from gnue.forms.GFParser import loadForm 
+from gnue.forms import VERSION
 from gnue.common import GDebug, GDataObjects
 
 from gnue.common.GClientApp import * 
-
-VERSION = "pre-0.0.9"
-
 
 
 class GFInstance(GFController):
Index: gnue/gnuef/src/GFParser.py
diff -u gnue/gnuef/src/GFParser.py:1.41 gnue/gnuef/src/GFParser.py:1.42
--- gnue/gnuef/src/GFParser.py:1.41     Mon Jul  2 09:55:09 2001
+++ gnue/gnuef/src/GFParser.py  Mon Jul  2 10:54:19 2001
@@ -162,8 +162,10 @@
                'Unique':   1, 
                'Typecast': char }, 
             'master': {
+               'References': (('datasource','name'),), 
                'Typecast': char }, 
             'detail': {
+               'References': (('datasource','name'),), 
                'Typecast': char }, 
             'rows': {
                'Typecast': int,  
@@ -174,6 +176,7 @@
                'Typecast': bool, 
                'Default':  0 },
             'datasource': {
+               'References': (('datasource','name'),), 
                'Typecast': char } }, 
          'ParentTags':  ('page',) },
 
@@ -240,8 +243,6 @@
             'hidden': {
                'Typecast': bool, 
                'Default':  0   }, 
-            'field': {
-               'Typecast': char }, 
             'style': {
                'Typecast': char, 
                'ValueSet': { 
@@ -339,11 +340,12 @@
                'Unique':   1, 
                'Typecast': char }, 
             'id': {
-               'Deprecated': 1, 
-               'Typecast': char },  # DEPRECATED: Use name instead
+               'Deprecated': 1,   # DEPRECATED: Use name instead
+               'Typecast': char },
             'type': {
                'Typecast': char }, 
             'src': {
+               'References': (('trigger','name'),), 
                'Typecast': char }, 
             'language': {
                'Typecast': char,
Index: gnue/gnuef/src/__init__.py
diff -u gnue/gnuef/src/__init__.py:1.1 gnue/gnuef/src/__init__.py:1.2
--- gnue/gnuef/src/__init__.py:1.1      Wed Nov 22 08:55:18 2000
+++ gnue/gnuef/src/__init__.py  Mon Jul  2 10:54:19 2001
@@ -0,0 +1,23 @@
+#
+# Copyright 2001 Free Software Foundation
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+
+PACKAGE="GNUe Forms"
+VERSION="pre0.1.0"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]