summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
chriskl [Mon, 23 Sep 2002 06:18:55 +0000 (06:18 +0000)]
changed some more clean's to fieldClean's
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
chriskl [Mon, 23 Sep 2002 01:35:35 +0000 (01:35 +0000)]
developer info
chriskl [Fri, 20 Sep 2002 04:39:19 +0000 (04:39 +0000)]
added developers file and history (same as changelog)DEVELOPERS
chriskl [Fri, 20 Sep 2002 04:15:36 +0000 (04:15 +0000)]
Lots of new stuff in TODO
chriskl [Fri, 20 Sep 2002 02:17:10 +0000 (02:17 +0000)]
more TODO stuff
chriskl [Thu, 19 Sep 2002 02:06:55 +0000 (02:06 +0000)]
fix connecting to database with spaces for postgres only
chriskl [Thu, 19 Sep 2002 01:50:37 +0000 (01:50 +0000)]
File to keep track of pending work
xzilla [Wed, 18 Sep 2002 19:01:47 +0000 (19:01 +0000)]
Creation and editing of functions is complete.
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.
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\'\'; )
chriskl [Tue, 17 Sep 2002 12:40:01 +0000 (12:40 +0000)]
function and type stuff
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
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
chriskl [Sun, 15 Sep 2002 07:29:08 +0000 (07:29 +0000)]
drop column, drop table & empty table
chriskl [Sat, 14 Sep 2002 11:21:31 +0000 (11:21 +0000)]
add support for table attributes, and their properties
xzilla [Wed, 11 Sep 2002 15:20:24 +0000 (15:20 +0000)]
I did half of the spanish translation just to test language functionality
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
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
xzilla [Tue, 10 Sep 2002 18:46:25 +0000 (18:46 +0000)]
we can now view the properties of individual functions
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.
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.
chriskl [Mon, 9 Sep 2002 05:08:55 +0000 (05:08 +0000)]
set lastsysoid for 7.2, improve comment, set maxnamelen for 7.3
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.
xzilla [Fri, 30 Aug 2002 15:10:09 +0000 (15:10 +0000)]
Added some function specific strings
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
shunter10 [Thu, 25 Jul 2002 13:22:51 +0000 (13:22 +0000)]
Initial import of sequence file.
shunter10 [Thu, 25 Jul 2002 13:14:31 +0000 (13:14 +0000)]
Added Sequence data.
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...
chriskl [Thu, 11 Jul 2002 06:02:07 +0000 (06:02 +0000)]
error messages for views
chriskl [Thu, 11 Jul 2002 06:01:14 +0000 (06:01 +0000)]
Works in a register_globals = off env
chriskl [Wed, 15 May 2002 10:02:22 +0000 (10:02 +0000)]
May as well add a license - does this meet with approval?
chriskl [Wed, 15 May 2002 09:59:14 +0000 (09:59 +0000)]
ignore config.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)
chriskl [Wed, 1 May 2002 09:37:30 +0000 (09:37 +0000)]
Basic user admin support. Doesn't do password changing yet.
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.
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.
chriskl [Wed, 10 Apr 2002 04:21:40 +0000 (04:21 +0000)]
left nav images for default theme
chriskl [Wed, 10 Apr 2002 04:19:54 +0000 (04:19 +0000)]
code for left nav explorer
chriskl [Wed, 10 Apr 2002 04:09:47 +0000 (04:09 +0000)]
basic table browsing
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.
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.
chriskl [Mon, 18 Feb 2002 09:46:49 +0000 (09:46 +0000)]
fix execute and selectset functions
chriskl [Tue, 12 Feb 2002 08:53:15 +0000 (08:53 +0000)]
Added new fields to support tables.php for mysql
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.
chriskl [Tue, 12 Feb 2002 06:58:18 +0000 (06:58 +0000)]
instead of referring to field name directly, use dbField variable
chriskl [Tue, 12 Feb 2002 06:57:33 +0000 (06:57 +0000)]
added a mysql test server
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
chriskl [Tue, 12 Feb 2002 06:53:30 +0000 (06:53 +0000)]
MySQL 3.23 driver
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!
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
chriskl [Mon, 11 Feb 2002 09:32:47 +0000 (09:32 +0000)]
Initial revision