phppgadmin.git
23 years agochanged some more clean's to fieldClean's
chriskl [Mon, 23 Sep 2002 06:18:55 +0000 (06:18 +0000)]
changed some more clean's to fieldClean's

23 years agodetect and correct magic_quotes. detect existence of database functions. Remove...
chriskl [Mon, 23 Sep 2002 06:11:38 +0000 (06:11 +0000)]
detect and correct magic_quotes.  detect existence of database functions.  Remove braces from function def.  Add support for quoting field names properly

23 years agodeveloper info
chriskl [Mon, 23 Sep 2002 01:35:35 +0000 (01:35 +0000)]
developer info

23 years agoadded developers file and history (same as changelog)DEVELOPERS
chriskl [Fri, 20 Sep 2002 04:39:19 +0000 (04:39 +0000)]
added developers file and history (same as changelog)DEVELOPERS

23 years agoLots of new stuff in TODO
chriskl [Fri, 20 Sep 2002 04:15:36 +0000 (04:15 +0000)]
Lots of new stuff in TODO

23 years agomore TODO stuff
chriskl [Fri, 20 Sep 2002 02:17:10 +0000 (02:17 +0000)]
more TODO stuff

23 years agofix connecting to database with spaces for postgres only
chriskl [Thu, 19 Sep 2002 02:06:55 +0000 (02:06 +0000)]
fix connecting to database with spaces for postgres only

23 years agoFile to keep track of pending work
chriskl [Thu, 19 Sep 2002 01:50:37 +0000 (01:50 +0000)]
File to keep track of pending work

23 years agoCreation and editing of functions is complete.
xzilla [Wed, 18 Sep 2002 19:01:47 +0000 (19:01 +0000)]
Creation and editing of functions is complete.

23 years agoI got tired of getting an error message when I clicked on a database name. I think...
xzilla [Wed, 18 Sep 2002 17:33:01 +0000 (17:33 +0000)]
I got tired of getting an error message when I clicked on a database name. I think we should put something more descriptive in here, but this will work for now.

23 years agoDid some work on being able to create functions. You can actually create new function...
xzilla [Tue, 17 Sep 2002 21:38:51 +0000 (21:38 +0000)]
Did some work on being able to create functions. You can actually create new functions, but it's broken becuase I'm not handeling the escaped ticks correctly.
(think return \'\'t\'\'; )

23 years agofunction and type stuff
chriskl [Tue, 17 Sep 2002 12:40:01 +0000 (12:40 +0000)]
function and type stuff

23 years agoproperly quote fields in insert, update and delete. add more to functions support...
chriskl [Mon, 16 Sep 2002 15:09:54 +0000 (15:09 +0000)]
properly quote fields in insert, update and delete. add more to functions support, line endings change to LF

23 years agoinsert row, show types in edit row, fix some navigation, allow turning on or off...
chriskl [Mon, 16 Sep 2002 10:12:01 +0000 (10:12 +0000)]
insert row, show types in edit row, fix some navigation, allow turning on or off of oids

23 years agodrop column, drop table & empty table
chriskl [Sun, 15 Sep 2002 07:29:08 +0000 (07:29 +0000)]
drop column, drop table & empty table

23 years agoadd support for table attributes, and their properties
chriskl [Sat, 14 Sep 2002 11:21:31 +0000 (11:21 +0000)]
add support for table attributes, and their properties

23 years agoI did half of the spanish translation just to test language functionality
xzilla [Wed, 11 Sep 2002 15:20:24 +0000 (15:20 +0000)]
I did half of the spanish translation just to test language functionality

23 years agocopied template over to english, we should be updateing english from now on
xzilla [Wed, 11 Sep 2002 15:19:30 +0000 (15:19 +0000)]
copied template over to english, we should be updateing english from now on

23 years agoadded a singular function, parameters are now arguments, and added a language for...
xzilla [Tue, 10 Sep 2002 18:50:06 +0000 (18:50 +0000)]
added a singular function, parameters are now arguments, and added a language for language of a function

23 years agowe can now view the properties of individual functions
xzilla [Tue, 10 Sep 2002 18:46:25 +0000 (18:46 +0000)]
we can now view the properties of individual functions

23 years agocommiting the rest of my current changes. DROP FUNCTION functionality should work...
xzilla [Mon, 9 Sep 2002 21:16:40 +0000 (21:16 +0000)]
commiting the rest of my current changes. DROP FUNCTION functionality should work, though it probably needs more testing.

23 years agoAdd very rudimentary support for row editing. Need to add type tracking. Fix a...
chriskl [Mon, 9 Sep 2002 10:16:29 +0000 (10:16 +0000)]
Add very rudimentary support for row editing.  Need to add type tracking.  Fix a few OO bugs in class structure.

23 years agoset lastsysoid for 7.2, improve comment, set maxnamelen for 7.3
chriskl [Mon, 9 Sep 2002 05:08:55 +0000 (05:08 +0000)]
set lastsysoid for 7.2, improve comment, set maxnamelen for 7.3

23 years agovery rough first pass at adding function support. basically I have copied the view...
xzilla [Fri, 30 Aug 2002 15:12:56 +0000 (15:12 +0000)]
very rough first pass at adding function support. basically I have copied the view code and begun modifying it to work with functions.
Right now the only supported functionality is listing the functions in the database, and even thats shakey :-)
Assuming I'm going in the right direction though, I should be able to begin fleshing it out some more.

23 years agoAdded some function specific strings
xzilla [Fri, 30 Aug 2002 15:10:09 +0000 (15:10 +0000)]
Added some function specific strings

23 years agoA big rearrangement.
chriskl [Fri, 26 Jul 2002 09:03:06 +0000 (09:03 +0000)]
A big rearrangement.
* Moved class functions around so that they appear in the first database
version that supports them.  Lots of stuff moved to BaseDB and Postgres
* More support for new 7.3 features
* Known bug in schema support at the moment - I'm working on it
* Looked at Raymond's sequence stuff, did a few things:
 - Moved the getSequences function to Postgres instead of Postgres71 since
   sequences are found in all versions of postgres
 - Added a comment for the function
 - Added support for showing system sequences or not
 - Used like instead of regexp, just looks nicer
 - Fixed missing /table tag that was causing display probs
 - Note: I think the code layout in sequences.php probably should be
   made to match that of the rest of the codebase (coding standards???)
 - Obviously it's an early cut, but it's going in the right direction
* Added support for deleting rows when browsing, using a function that
  finds a unique identifying get for tables.
* Edit row next

23 years agoInitial import of sequence file.
shunter10 [Thu, 25 Jul 2002 13:22:51 +0000 (13:22 +0000)]
Initial import of sequence file.

23 years agoAdded Sequence data.
shunter10 [Thu, 25 Jul 2002 13:14:31 +0000 (13:14 +0000)]
Added Sequence data.

23 years agoinitial schema support. backwards compatible with non-schema databases. still has...
chriskl [Thu, 11 Jul 2002 06:02:57 +0000 (06:02 +0000)]
initial schema support.  backwards compatible with non-schema databases.  still has a few little kinks in that user-defined schemas don't seem to appear...

23 years agoerror messages for views
chriskl [Thu, 11 Jul 2002 06:02:07 +0000 (06:02 +0000)]
error messages for views

23 years agoWorks in a register_globals = off env
chriskl [Thu, 11 Jul 2002 06:01:14 +0000 (06:01 +0000)]
Works in a register_globals = off env

23 years agoMay as well add a license - does this meet with approval?
chriskl [Wed, 15 May 2002 10:02:22 +0000 (10:02 +0000)]
May as well add a license - does this meet with approval?

23 years agoignore config.inc.php
chriskl [Wed, 15 May 2002 09:59:14 +0000 (09:59 +0000)]
ignore config.inc.php

23 years agoBroke stuff out from config.inc.php into lib.inc.php
chriskl [Wed, 15 May 2002 09:57:55 +0000 (09:57 +0000)]
Broke stuff out from config.inc.php into lib.inc.php
Renamed config.inc.php to config.inc.php-dist
Support everywhere except VIEWs for PHP 4.1 superglobals.
  (See users.php for good example code)

23 years agoBasic user admin support. Doesn't do password changing yet.
chriskl [Wed, 1 May 2002 09:37:30 +0000 (09:37 +0000)]
Basic user admin support.  Doesn't do password changing yet.

23 years agoForgot to add support for creating a view. A few other stylistic improvements also...
chriskl [Mon, 15 Apr 2002 12:16:35 +0000 (12:16 +0000)]
Forgot to add support for creating a view.  A few other stylistic improvements also.  Definitely a good template now.

23 years agoSupport for VIEW manipulation. Use this as a template for functions, operators,...
chriskl [Mon, 15 Apr 2002 11:57:28 +0000 (11:57 +0000)]
Support for VIEW manipulation.  Use this as a template for functions, operators, etc.

23 years agoleft nav images for default theme
chriskl [Wed, 10 Apr 2002 04:21:40 +0000 (04:21 +0000)]
left nav images for default theme

23 years agocode for left nav explorer
chriskl [Wed, 10 Apr 2002 04:19:54 +0000 (04:19 +0000)]
code for left nav explorer

23 years agobasic table browsing
chriskl [Wed, 10 Apr 2002 04:09:47 +0000 (04:09 +0000)]
basic table browsing

23 years agoAdded class.tree - makes VERY NICE tree. Added theme support. Improved filtering...
chriskl [Mon, 18 Feb 2002 13:12:56 +0000 (13:12 +0000)]
Added class.tree - makes VERY NICE tree.  Added theme support.  Improved filtering of system tables.

23 years agoAdded class.tree - makes VERY NICE tree. Added theme support. Improved filtering...
chriskl [Mon, 18 Feb 2002 13:06:13 +0000 (13:06 +0000)]
Added class.tree - makes VERY NICE tree.  Added theme support.  Improved filtering of system tables.

23 years agofix execute and selectset functions
chriskl [Mon, 18 Feb 2002 09:46:49 +0000 (09:46 +0000)]
fix execute and selectset functions

23 years agoAdded new fields to support tables.php for mysql
chriskl [Tue, 12 Feb 2002 08:53:15 +0000 (08:53 +0000)]
Added new fields to support tables.php for mysql

23 years agoAdded tables.php to act as an example of how to implement. Needed to create a localD...
chriskl [Tue, 12 Feb 2002 08:50:26 +0000 (08:50 +0000)]
Added tables.php to act as an example of how to implement.  Needed to create a localData db accessor.  Added a new string to lang file.

23 years agoinstead of referring to field name directly, use dbField variable
chriskl [Tue, 12 Feb 2002 06:58:18 +0000 (06:58 +0000)]
instead of referring to field name directly, use dbField variable

23 years agoadded a mysql test server
chriskl [Tue, 12 Feb 2002 06:57:33 +0000 (06:57 +0000)]
added a mysql test server

23 years agoadded new class variable 'dbFields' that maps our standard field names to the ones...
chriskl [Tue, 12 Feb 2002 06:55:03 +0000 (06:55 +0000)]
added new class variable 'dbFields' that maps our standard field names to the ones generated bypostgres

23 years agoMySQL 3.23 driver
chriskl [Tue, 12 Feb 2002 06:53:30 +0000 (06:53 +0000)]
MySQL 3.23 driver

23 years agoRemoved file. This was my example file - it should never have been committed. Doh!
chriskl [Tue, 12 Feb 2002 03:31:45 +0000 (03:31 +0000)]
Removed file.  This was my example file - it should never have been committed. Doh!

23 years agoRemoved some more hard code paths and change conf.inc to conf.inc.php
kkemp102294 [Tue, 12 Feb 2002 01:11:58 +0000 (01:11 +0000)]
Removed some more hard code paths and change conf.inc to conf.inc.php

23 years agoInitial revision
chriskl [Mon, 11 Feb 2002 09:32:47 +0000 (09:32 +0000)]
Initial revision