File: History

package info (click to toggle)
dbengine 1.1-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 644 kB
  • ctags: 162
  • sloc: perl: 1,460; sql: 601; sh: 79; makefile: 43
file content (48 lines) | stat: -rw-r--r-- 3,183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Date		File		Version	Who	What	Description
12/05/2001	test.pl		1.1	wlm	new	Initial build.
12/05/2001	dbengine.cgi	1.1	wlm	update	rename function calls to db specific libraries
12/05/2001	mysql.pl	1.1	wlm	new	move isView from base.pl
						update	rename all db specific public functions to db_*
12/05/2001	oracle.pl	1.1	wlm	new	move isView from base.pl
						update	rename all db specific public functions to db_*
12/05/2001	postgres.pl	1.1	wlm	new	move isView from base.pl
						update	rename all db specific public functions to db_*
12/05/2001	base.pl		1.1	wlm	update	use fetchall_hashref() instead of fetchall_arrayref() in the &fillValues() sub
						update	refer to fieldnames in the &plainDialog() sub instead of array positions
						update	updated comments
						fix	&fillValues() subroutine was not correctly setting the $uniqOID value before using it
12/04/2001	Makefile.PL	1.1	wlm	fix	BUG: Windows installation
						update	modify output of configuration settings; too many lines being created
						fix	syntax corrections to readCFG to allow 'use strict'
11/29/2001			1.1	ic	update 	updated documentation
11/29/2001			1.1	ic	fix	makefile - added support for darwin and external config file
11/28/2001			1.1	ic	new	splitted source into several modules (generic and database specific)
							- base.pl:	generic dbengine application code
							- mysql.pl:	subroutines specific to mySQL
							- oracle.pl:	subroutines specific to Oracle
							- postgres.pl:	subroutines specific to PostgreSQL
11/28/2001			1.1	ic	new	added support for external config file
11/16/2001			1.1	wlm	fix	dbengine.cgi - added hack for double-display in getFieldTypes
				1.1	wlm	new	makefile - added dialog for user to select which database type to install
				1.1	wlm	new	makefile - added configuration and sample data for MySQL with support for MS Win
				1.1	wlm	update	makefile - changed default value of "tmp" from "/tmp/" to "/dbengine/tmp/" 
					because I suspect users will want to keep all of the dbengine stuff in a 
					single directory
08/02/2001			1.0.1	wlm	new	added support for mySQL
08/02/2001			1.0.1	wlm	new	split application logic and subroutines into separate files
					- dbengine.cgi: main application
					- mysql.pl:	subroutines that support mysql databases
					- ora_pg.pl:	subroutines that support Oracle and Postgres databases
05/20/2001			1.0.1	m2	new	added a table cell background colour $tablebgcol to edit/search
05/20/2001			1.0.1	m2	new	improved the processing time of &listTable
05/20/2001			1.0.1	m2	new	removed variable $cgis
05/20/2001			1.0.1	m2	new	added support for background images
05/20/2001			1.0.1	ic	fix	tablePopup now works for Oracle
05/20/2001			1.0.1	ic	new	translated all remaining German comments into English
05/20/2001			1.0.1	ic	new	if templates are used now comments of the form <--@name--> are simply replaced
					by their value
05/20/2001			1.0.1	fr	fix	dbdesc got lost and is now forwarded if set on initial dbengine call
05/20/2001			1.0.1	fr	fix	the "content" entry of the "valuelist" table had been ignored in value list
					popup menues
06/11/1999			0.9	ic	fix	"use Oracle" to only be evaluated in case Oracle access is requested