phppgadmin.git
2002-11-12 chrisklimplemented basic create table
2002-11-09 xzillainitial german translation thanks to Albin Blaschka...
2002-11-07 chrisklview all databases, drop and create databases. drop...
2002-11-05 xzillaSome work on the specific table functionality, like...
2002-10-25 xzillaignore this commit
2002-10-23 xzillaupdated todo items...still plenty there, no need to...
2002-10-23 xzillaresolve quoting issue in function definitions?
2002-10-23 xzillaresponse message actually prints out now
2002-10-23 xzillainitial italian language file, thanks to Calogero Calì...
2002-10-23 xzillaThis is my implementation of $_SESSION support for...
2002-10-15 xzillaremoved the author line from the files. i must have...
2002-10-15 xzillaAdded a link and placeholder for database wide utilitie...
2002-10-15 xzillaAn initial file for operators. It happens to work on...
2002-10-10 xzillacorrect display of index properties
2002-10-08 xzillaa little more sequence work
2002-10-07 xzillaset up files for indexes
2002-10-03 xzillaAdded indicies
2002-10-03 xzillafinish off sequences for now, still need to do permissions
2002-10-03 xzillaReset sequences, a little more sequence groundwork
2002-10-02 xzillaThe rest of Markus Bertheau's xhtml patches. I left...
2002-10-02 xzillaConfig needs to be before html, which breaks xhtml...
2002-10-02 xzillamake index.php xhtml compliant
2002-09-27 xzillaMake the drop sequence code actually work
2002-09-27 xzillafinish sequence properties, add drop sequence
2002-09-26 xzillasequence properties half implemented
2002-09-26 xzillaAllow connections on on different ports [Thomas Endt]
2002-09-26 xzillaNeed to handle connection errors better
2002-09-25 xzillaWe can now list sequences
2002-09-25 xzillaAdded my name to some items on todo
2002-09-23 chrisklchanged some more clean's to fieldClean's
2002-09-23 chriskldetect and correct magic_quotes. detect existence...
2002-09-23 chriskldeveloper info
2002-09-20 chriskladded developers file and history (same as changelog...
2002-09-20 chrisklLots of new stuff in TODO
2002-09-20 chrisklmore TODO stuff
2002-09-19 chrisklfix connecting to database with spaces for postgres...
2002-09-19 chrisklFile to keep track of pending work
2002-09-18 xzillaCreation and editing of functions is complete.
2002-09-18 xzillaI got tired of getting an error message when I clicked...
2002-09-17 xzillaDid some work on being able to create functions. You...
2002-09-17 chrisklfunction and type stuff
2002-09-16 chrisklproperly quote fields in insert, update and delete...
2002-09-16 chrisklinsert row, show types in edit row, fix some navigation...
2002-09-15 chriskldrop column, drop table & empty table
2002-09-14 chriskladd support for table attributes, and their properties
2002-09-11 xzillaI did half of the spanish translation just to test...
2002-09-11 xzillacopied template over to english, we should be updateing...
2002-09-10 xzillaadded a singular function, parameters are now arguments...
2002-09-10 xzillawe can now view the properties of individual functions
2002-09-09 xzillacommiting the rest of my current changes. DROP FUNCTION...
2002-09-09 chrisklAdd very rudimentary support for row editing. Need...
2002-09-09 chrisklset lastsysoid for 7.2, improve comment, set maxnamelen...
2002-08-30 xzillavery rough first pass at adding function support. basic...
2002-08-30 xzillaAdded some function specific strings
2002-07-26 chrisklA big rearrangement.
2002-07-25 shunter10Initial import of sequence file.
2002-07-25 shunter10Added Sequence data.
2002-07-11 chrisklinitial schema support. backwards compatible with...
2002-07-11 chrisklerror messages for views
2002-07-11 chrisklWorks in a register_globals = off env
2002-05-15 chrisklMay as well add a license - does this meet with approval?
2002-05-15 chrisklignore config.inc.php
2002-05-15 chrisklBroke stuff out from config.inc.php into lib.inc.php
2002-05-01 chrisklBasic user admin support. Doesn't do password changing...
2002-04-15 chrisklForgot to add support for creating a view. A few other...
2002-04-15 chrisklSupport for VIEW manipulation. Use this as a template...
2002-04-10 chrisklleft nav images for default theme
2002-04-10 chrisklcode for left nav explorer
2002-04-10 chrisklbasic table browsing
2002-02-18 chrisklAdded class.tree - makes VERY NICE tree. Added theme...
2002-02-18 chrisklAdded class.tree - makes VERY NICE tree. Added theme...
2002-02-18 chrisklfix execute and selectset functions
2002-02-12 chrisklAdded new fields to support tables.php for mysql
2002-02-12 chrisklAdded tables.php to act as an example of how to impleme...
2002-02-12 chrisklinstead of referring to field name directly, use dbFiel...
2002-02-12 chriskladded a mysql test server
2002-02-12 chriskladded new class variable 'dbFields' that maps our stand...
2002-02-12 chrisklMySQL 3.23 driver
2002-02-12 chrisklRemoved file. This was my example file - it should...
2002-02-12 kkemp102294Removed some more hard code paths and change conf.inc...
2002-02-11 chrisklInitial revision