Jan Ischebeck | 1 Oct 2002 23:07
Picon

gnue/appserver/doc/diagrams CHANGELOG geas.dia ...

CVSROOT:	/cvsroot/gnue
Module name:	gnue
Changes by:	Jan Ischebeck <mail <at> jan-ischebeck.de>	02/10/01 17:07:19

Modified files:
	appserver/doc/diagrams: CHANGELOG geas.dia 
Added files:
	appserver/doc/diagrams: repository_ER.dia 

Log message:
	Added more methods to geasList in geas.dia [Ariel Cal]
	Added an Entity-Relationship Diagram of the repository (meta-tables) [Ariel Cal].

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/doc/diagrams/repository_ER.dia?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/doc/diagrams/CHANGELOG.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/doc/diagrams/geas.dia.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/appserver/doc/diagrams/CHANGELOG
diff -c gnue/appserver/doc/diagrams/CHANGELOG:1.2 gnue/appserver/doc/diagrams/CHANGELOG:1.3
*** gnue/appserver/doc/diagrams/CHANGELOG:1.2	Wed Jul 24 18:40:02 2002
--- gnue/appserver/doc/diagrams/CHANGELOG	Tue Oct  1 17:07:19 2002
***************
*** 1,3 ****
--- 1,6 ----
+ 09/30/2002
+ 	Added more methods to geasList in geas.dia
+ 	Added an Entity-Relationship Diagram of the repository (meta-tables).
  07/23/2002
(Continue reading)

Arena-Watch | 4 Oct 2002 06:34

New High Performance Rink System Installed In Washington State

New Lynnwood Ice Rink Reopens In 
September With New High Performance Rink 
System

LYNNWOOD -- A new ice arena will open in Lynnwood Sept. 15, about four
months after the SnoKing 
Ice Arena closed. Washington Ice Skating Association, which owns both the
former SnoKing rink and 
the Olympicview private ice rink in Mountlake Terrace, is remodeling and
reopening the rink as the 
Lynnwood Ice Center. 

The new ice center will be in the renovated SnoKing building at 19803 68th
Ave. W. After 20-plus 
years of being open to the public, the SnoKing Ice Arena closed suddenly
at the end of March. Former 
SnoKing manager Doug Stewart said they left because "we leased the land
and building, and it wasn't 
economically feasible to continue it that way." Stewart said SnoKing owner
Lexi Doner tried to get the 
association to lower the rent and remodel it, but it didn't happen. Doner
decided to close SnoKing. 
Doner, now owner of the Kent Valley Ice Centre, wasn't available for
comment. In the meantime, plans 
were made by association board members to renovate the old rink and make
it "safer and more 
enjoyable place for families and youth to come to," Lynnwood Ice Center
general manager Kevin 
Urbanski said. 

(Continue reading)

Jan Ischebeck | 4 Oct 2002 01:06
Picon

gnue/appserver/src/_featuretest atest.py TODO g...

CVSROOT:	/cvsroot/gnue
Module name:	gnue
Changes by:	Jan Ischebeck <mail <at> jan-ischebeck.de>	02/10/03 19:06:10

Modified files:
	appserver/src/_featuretest: atest.py TODO 
Added files:
	appserver/src/_featuretest: geasOQLParser.py 

Log message:
	add a stub of a parser for a OQL command line

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/src/_featuretest/geasOQLParser.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/src/_featuretest/atest.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/src/_featuretest/TODO.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/appserver/src/_featuretest/TODO
diff -c gnue/appserver/src/_featuretest/TODO:1.3 gnue/appserver/src/_featuretest/TODO:1.4
*** gnue/appserver/src/_featuretest/TODO:1.3	Fri Jun 21 10:34:34 2002
--- gnue/appserver/src/_featuretest/TODO	Thu Oct  3 19:06:10 2002
***************
*** 29,31 ****
--- 29,35 ----

  rework geasList to be closer connected to geasMetaObject and return also 
  local (i.e. created but not commited) instances
+ 
+ add a oql Parser ( to make it possible to execute commands )
(Continue reading)

Jan Ischebeck | 3 Oct 2002 16:35
Picon

gnue common/src/GDataObjects.py common/src/dbdr...

CVSROOT:	/cvsroot/gnue
Module name:	gnue
Changes by:	Jan Ischebeck <mail <at> jan-ischebeck.de>	02/10/03 10:35:48

Modified files:
	common/src     : GDataObjects.py 
	common/src/dbdrivers/_dbsig: DBdriver.py 
	common/src/dbdrivers/_pgsql: DBdriver.py 
Added files:
	designer/src/schema/wizards: WriteSchema.py 

Log message:
	add preliminary schema write support to common
	add schema write wizard to designer

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GDataObjects.py.diff?tr1=1.54&tr2=1.55&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/dbdrivers/_dbsig/DBdriver.py.diff?tr1=1.54&tr2=1.55&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/dbdrivers/_pgsql/DBdriver.py.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/schema/wizards/WriteSchema.py?rev=1.1

Patches:
Index: gnue/common/src/GDataObjects.py
diff -c gnue/common/src/GDataObjects.py:1.54 gnue/common/src/GDataObjects.py:1.55
*** gnue/common/src/GDataObjects.py:1.54	Sat Sep 28 01:47:11 2002
--- gnue/common/src/GDataObjects.py	Thu Oct  3 10:35:47 2002
***************
*** 75,80 ****
--- 75,90 ----
    # Generic error reading from the database connection
(Continue reading)

Jan Ischebeck | 5 Oct 2002 02:23
Picon

gnue/phpforms/debian

CVSROOT:	/cvsroot/gnue
Module name:	gnue
Changes by:	Jan Ischebeck <mail <at> jan-ischebeck.de>	02/10/04 20:23:57

gnue/phpforms/debian

Update of /cvsroot/gnue/gnue/phpforms/debian
In directory subversions:/tmp/cvs-serv29376/debian

Log Message:
Directory /cvsroot/gnue/gnue/phpforms/debian added to the repository
Jan Ischebeck | 5 Oct 2002 02:27
Picon

gnue/phpforms debian/changelog debian/conffiles...

CVSROOT:	/cvsroot/gnue
Module name:	gnue
Changes by:	Jan Ischebeck <mail <at> jan-ischebeck.de>	02/10/04 20:27:07

Added files:
	phpforms/debian: changelog conffiles control dirs docs rules 
	phpforms       : Makefile 

Log message:
	add Debian Packaging to phpforms

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/changelog?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/conffiles?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/control?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/dirs?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/docs?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/rules?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/Makefile?rev=1.1
Jan Ischebeck | 5 Oct 2002 03:50
Picon

gnue/phpforms Makefile TODO debian/changelog de...

CVSROOT:	/cvsroot/gnue
Module name:	gnue
Changes by:	Jan Ischebeck <mail <at> jan-ischebeck.de>	02/10/04 21:50:13

Modified files:
	phpforms       : Makefile TODO 
	phpforms/debian: changelog conffiles control dirs rules 
	phpforms/src   : settings.php 

Log message:
	renamed debian package to gnue-phpforms + minimal changes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/Makefile.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/TODO.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/changelog.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/conffiles.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/control.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/dirs.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/rules.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/src/settings.php.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/phpforms/Makefile
diff -c gnue/phpforms/Makefile:1.1 gnue/phpforms/Makefile:1.2
*** gnue/phpforms/Makefile:1.1	Fri Oct  4 20:27:07 2002
--- gnue/phpforms/Makefile	Fri Oct  4 21:50:13 2002
***************
*** 3,12 ****

(Continue reading)

Jan Ischebeck | 5 Oct 2002 04:34
Picon

gnue/phpforms/images

CVSROOT:	/cvsroot/gnue
Module name:	gnue
Changes by:	Jan Ischebeck <mail <at> jan-ischebeck.de>	02/10/04 22:34:31

gnue/phpforms/images

Update of /cvsroot/gnue/gnue/phpforms/images
In directory subversions:/tmp/cvs-serv20887/images

Log Message:
Directory /cvsroot/gnue/gnue/phpforms/images added to the repository
Jan Ischebeck | 5 Oct 2002 04:37
Picon

gnue/phpforms Makefile debian/dirs debian/rules...

CVSROOT:	/cvsroot/gnue
Module name:	gnue
Changes by:	Jan Ischebeck <mail <at> jan-ischebeck.de>	02/10/04 22:37:05

Modified files:
	phpforms       : Makefile 
	phpforms/debian: dirs rules 
	phpforms/src   : gnue-forms.php 
Added files:
	phpforms/images: gnue.png tb_close.png tb_help.png 
	                 tb_left_arrow.png tb_new.png tb_preferences.png 
	                 tb_right_arrow.png tb_save.png tb_search.png 
	                 tb_trash.png tb_undo.png 

Log message:
	add images for php forms webclient

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/Makefile.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/gnue.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_close.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_help.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_left_arrow.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_new.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_preferences.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_right_arrow.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_save.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_search.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_trash.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/images/tb_undo.png?rev=1.1
(Continue reading)

Jason Cater | 5 Oct 2002 09:16

gnue common/MANIFEST.in common/setup.py common/...

CVSROOT:	/home/cvs
Module name:	gnue
Changes by:	Jason Cater <jcater <at> gnue.org>	02/10/05 03:16:48

Modified files:
	common         : MANIFEST.in setup.py 
	common/packaging/debian: README.Debian changelog control 
	                         copyright postinst prerm rules 
	common/packaging/debian: README.Debian changelog control 
	                         copyright postinst prerm rules 
	common/src     : GConfig.py 
	designer       : setup.py 
	forms          : setup.py 
	forms/packaging/debian: README.Debian changelog control 
	                        copyright dirs postinst prerm rules 
Added files:
	common/packaging/debian: README.cvs README.maintainers files 
	                         postrm setup.cfg.debian site.cfg.debian 
	common/packaging/debian: README.cvs README.maintainers files 
	                         postrm setup.cfg.debian site.cfg.debian 
	designer/packaging/debian: README.Debian README.cvs 
	                           README.maintainers changelog control 
	                           copyright dirs files postinst prerm 
	                           rules setup.cfg.debian 
	forms/packaging/debian: README.cvs README.maintainers files 
	                        setup.cfg.debian 
Removed files:
	common/packaging/debian: dirs docs 
	common/packaging/debian: dirs docs 
	forms/packaging/debian: docs 
(Continue reading)


Gmane