phppgadmin.git
15 years agoremove last 8.5 references in Postgres.php
Guillaume (ioguix) de Rorthais [Sun, 11 Apr 2010 22:35:57 +0000 (00:35 +0200)]
remove last 8.5 references in Postgres.php

15 years agoUpdate the help files, removing old ones, updating PostgresDoc73.php accordingly...
Guillaume (ioguix) de Rorthais [Sun, 11 Apr 2010 22:29:37 +0000 (00:29 +0200)]
Update the help files, removing old ones, updating PostgresDoc73.php accordingly and renaming 85 -> 90

15 years agoFix cluster action on the admin page
Guillaume (ioguix) de Rorthais [Sun, 11 Apr 2010 21:56:58 +0000 (23:56 +0200)]
Fix cluster action on the admin page

15 years agoRefactor admin page, adding it in table level, fixes and support for autovacuum per...
Guillaume (ioguix) de Rorthais [Mon, 5 Apr 2010 20:56:34 +0000 (22:56 +0200)]
Refactor admin page, adding it in table level, fixes and support for autovacuum per table for pg 8.4+

15 years agofix a bug in tests archi where we tried to open tests/selenium/static/TestSuite.html...
Alexey Baturin [Tue, 30 Mar 2010 22:21:57 +0000 (00:21 +0200)]
fix a bug in tests archi where we tried to open tests/selenium/static/TestSuite.html *before* creating the static folder

15 years agoadd .gitattribute file to exclude some files when creating an archive using the git...
Guillaume (ioguix) de Rorthais [Sun, 28 Mar 2010 21:28:35 +0000 (23:28 +0200)]
add .gitattribute file to exclude some files when creating an archive using the git archive command

15 years agoAdd UTF-8 Russian translation
Alexey Baturin [Mon, 15 Mar 2010 13:50:25 +0000 (14:50 +0100)]
Add UTF-8 Russian translation

15 years agoadd ability to logicaly group servers under custom top nodes in the browser tree
Jehan-Guillaume (ioguix) de Rorthais [Sat, 13 Mar 2010 00:47:46 +0000 (01:47 +0100)]
add ability to logicaly group servers under custom top nodes in the browser tree

15 years agoUpdate ADODB library with latest release. It fixes some more deprecation warning...
Jehan-Guillaume (ioguix) de Rorthais [Fri, 12 Mar 2010 23:46:57 +0000 (00:46 +0100)]
Update ADODB library with latest release. It fixes some more deprecation warning about function removed in PHP 6.0. Reported by Christian Tessarek.

15 years agoupdate selenium lib to current 1.0.3
Jehan-Guillaume (ioguix) de Rorthais [Fri, 12 Mar 2010 21:40:19 +0000 (22:40 +0100)]
update selenium lib to current 1.0.3

15 years agoIn fulltext.php, doDropMapping should not exit() on error but return so we can send...
Jehan-Guillaume (ioguix) de Rorthais [Thu, 11 Mar 2010 23:28:49 +0000 (00:28 +0100)]
In fulltext.php, doDropMapping should not exit() on error but return so we can send the closing html tags. Reported by Alexey Baturin.

15 years agoFix #2967918, display bug when creating a FTS conf with multi errors. Reported by...
Jehan-Guillaume (ioguix) de Rorthais [Thu, 11 Mar 2010 23:27:10 +0000 (00:27 +0100)]
Fix #2967918, display bug when creating a FTS conf with multi errors. Reported by Alexey Baturin.

15 years agohousecleaning: remove all useless hasXXX() functions since we drop support for pg...
Jehan-Guillaume (ioguix) de Rorthais [Sat, 6 Feb 2010 12:23:55 +0000 (13:23 +0100)]
housecleaning: remove all useless hasXXX() functions since we drop support for pg < 7.3

15 years agofix for bug #1963050, we emit 'No Access' now in cases where we dont have permissions...
Robert Treat [Sat, 9 Jan 2010 22:15:31 +0000 (17:15 -0500)]
fix for bug #1963050, we emit 'No Access' now in cases where we dont have permissions to see database sizes

15 years agoout error messages in monospaced fonts, so that pg's error pointer to align properly...
Robert Treat [Sat, 9 Jan 2010 21:19:16 +0000 (16:19 -0500)]
out error messages in monospaced fonts, so that pg's error pointer to align properly with the error. per gripe from Philippe Cloutier

15 years agofix typo
Robert Treat [Sat, 2 Jan 2010 04:51:28 +0000 (23:51 -0500)]
fix typo

15 years agobasic support for Postgres 8.5
Robert Treat [Sat, 2 Jan 2010 04:25:57 +0000 (23:25 -0500)]
basic support for Postgres 8.5

15 years agofix typo
Robert Treat [Sat, 2 Jan 2010 03:56:31 +0000 (22:56 -0500)]
fix typo

15 years agoFix for BUG #2857758, don't clean() comments before submitting them to setComment...
Robert Treat [Fri, 1 Jan 2010 15:45:11 +0000 (10:45 -0500)]
Fix for BUG #2857758, don't clean() comments before submitting them to setComment. This is somewhat counter-intuitive, but since we clean the comment in setComment itself, cleaning before hand means we end up with doubly escaped data. We don't really have a good way to prevent this (like a subclassed type or something), so we'll go with this for now. The alternative would have been to not clean() the comments in setComment itself, however that would mean that forgetting to clean() it in the passing function would result in a security exploit (and note we already did not apply this uniformly). I think there is a saying to keep the escaping as close to the db interaction as possible, and this seems to mesh with that idea.

15 years agoupdate credit
Robert Treat [Fri, 1 Jan 2010 15:44:17 +0000 (10:44 -0500)]
update credit

15 years agooverhaul the cant connect question, plus other fixes
Robert Treat [Fri, 1 Jan 2010 14:14:49 +0000 (09:14 -0500)]
overhaul the cant connect question, plus other fixes

15 years agoReplace some deprecated fonctions in php 5.3. Patch by Jason Jackson
Jehan-Guillaume (ioguix) de Rorthais [Fri, 27 Nov 2009 08:40:14 +0000 (09:40 +0100)]
Replace some deprecated fonctions in php 5.3. Patch by Jason Jackson

15 years agouse pg_get_expr to generate correct attribute default rather than adsrc, which accord...
Robert Treat [Fri, 20 Nov 2009 20:33:16 +0000 (15:33 -0500)]
use pg_get_expr to generate correct attribute default rather than adsrc, which according to tgl is never reliable. fixes insert bug reported by Casey Shobe.

15 years agoquick update of TODO with reminders for 5.0
Guillaume (ioguix) de Rorthais [Thu, 5 Nov 2009 23:29:59 +0000 (00:29 +0100)]
quick update of TODO with reminders for 5.0

15 years agoquick update of TODO with reminders for 5.0
Guillaume (ioguix) de Rorthais [Tue, 3 Nov 2009 00:00:35 +0000 (01:00 +0100)]
quick update of TODO with reminders for 5.0

15 years agoRemove a trailing '}' in the schema part of found indexes on the find page
Guillaume (ioguix) de Rorthais [Sat, 31 Oct 2009 15:59:03 +0000 (16:59 +0100)]
Remove a trailing '}' in the schema part of found indexes on the find page

15 years agoFix Undefined index formConcur when creating an index without CONCURRENTLY
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 21:04:27 +0000 (22:04 +0100)]
Fix Undefined index formConcur when creating an index without CONCURRENTLY

15 years agoadd forgotten adodb new translation files
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 19:00:06 +0000 (20:00 +0100)]
add forgotten adodb new translation files

15 years agoUpdate adodb with the latest 5.09a which support php5 only and include deprecated...
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 15:16:34 +0000 (16:16 +0100)]
Update adodb with the latest 5.09a which support php5 only and include deprecated bug fixes for php 5.3

15 years agoWhen creating table with WITHOUT OIDS not checked, behaviour was left to the db defau...
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 13:06:06 +0000 (14:06 +0100)]
When creating table with WITHOUT OIDS not checked, behaviour was left to the db default setting. Force WITH OIDS if WITHOUT OIDS is unchecked. Remove useless hasWithoutOIDs() as well as 7.3 -> 8.4
support it.

15 years agopg_dump[all] 8.4 doesn't support -d option anymore. Use --inserts instead. Reported...
Guillaume (ioguix) de Rorthais [Thu, 29 Oct 2009 17:30:13 +0000 (18:30 +0100)]
pg_dump[all] 8.4 doesn't support -d option anymore. Use --inserts instead. Reported by Simon LECAILLE

15 years agoallow empty comment on database to remove it if needed.
Guillaume (ioguix) de Rorthais [Thu, 29 Oct 2009 16:46:43 +0000 (17:46 +0100)]
allow empty comment on database to remove it if needed.

15 years agoRemove one deprecated usage in 5.3 of "... =& new ...". Please, report any other...
Guillaume (ioguix) de Rorthais [Thu, 29 Oct 2009 14:52:37 +0000 (15:52 +0100)]
Remove one deprecated usage in 5.3 of "... =& new ...". Please, report any other deprecated usage as I don't have php 5.3 yet.
Objects are manipulaed throught alias (not refs) anyway which, are not a copy of the object itself in php5. See:
- php.net/manual/en/language.oop5.references.php
- php.net/manual/en/migration53.deprecated.php

15 years agopg > 8.1 does not support privilege RULE on table or view
Guillaume (ioguix) de Rorthais [Mon, 26 Oct 2009 05:48:48 +0000 (06:48 +0100)]
pg > 8.1 does not support privilege RULE on table or view

15 years agoFix bug in privilege when setting ALL on a column
Guillaume (ioguix) de Rorthais [Mon, 26 Oct 2009 01:22:46 +0000 (02:22 +0100)]
Fix bug in privilege when setting ALL on a column

15 years agoFix bug where many requests fail when a schema has a ' or a " in the Postgres* class...
Guillaume (ioguix) de Rorthais [Fri, 2 Oct 2009 02:05:21 +0000 (04:05 +0200)]
Fix bug where many requests fail when a schema has a ' or a " in the Postgres* class files.

15 years agoRefactor and improve the auto-complete foreign-key support in the insert form
Guillaume (ioguix) de Rorthais [Thu, 1 Oct 2009 23:26:01 +0000 (01:26 +0200)]
Refactor and improve the auto-complete foreign-key support in the insert form
- clean the code
- add support for multi-colmn foreign key
- show all the table column in the choice list
- add pagination in the list to browse prev/next 11 values
- use of jquery lib

15 years agoadd jquery js lib
Guillaume (ioguix) de Rorthais [Thu, 1 Oct 2009 23:25:27 +0000 (01:25 +0200)]
add jquery js lib

16 years agoremove duplicated escaped comment on create db
Guillaume (ioguix) de Rorthais [Sun, 13 Sep 2009 15:38:09 +0000 (11:38 -0400)]
remove duplicated escaped comment on create db

16 years agosmall warning fix about db lvl collation vars when creating DB on pg < 84
Guillaume (ioguix) de Rorthais [Sun, 13 Sep 2009 14:00:08 +0000 (10:00 -0400)]
small warning fix about db lvl collation vars when creating DB on pg < 84

16 years agoadd support for database level collation
Guillaume (ioguix) de Rorthais [Fri, 14 Aug 2009 02:29:19 +0000 (22:29 -0400)]
add support for database level collation

16 years agoMiscellaneous fix while trying to fix the selenium tests
Guillaume (ioguix) de Rorthais [Tue, 14 Jul 2009 05:27:39 +0000 (01:27 -0400)]
Miscellaneous fix while trying to fix the selenium tests
+ fix selenium test when creating a DB under 8.4 with incompatible encoding with template1 (use template0 everytime)
+ removed hasForeignKeysInfo
+ removed hasConstraintsInfo
+ fixed one assertion in the column selenium tests
+ fixed alterColumn where old name was used to alter the type while the col was renamed in the same transaction
+ some indentation fixes
- SEQUENCE selenium test need to be fixed

16 years agoFix bug #2718862, error when commenting on database
Robert Treat [Sun, 12 Jul 2009 12:03:19 +0000 (08:03 -0400)]
Fix bug #2718862, error when commenting on database

16 years agodoh, missing changes from concurrent index feature
Robert Treat [Sun, 12 Jul 2009 00:52:40 +0000 (20:52 -0400)]
doh, missing changes from concurrent index feature

16 years agoupdate TODO file
Guillaume (ioguix) de Rorthais [Wed, 8 Jul 2009 18:03:50 +0000 (20:03 +0200)]
update TODO file

16 years agoadd support for concurrent index builds
Robert Treat [Mon, 6 Jul 2009 01:07:38 +0000 (21:07 -0400)]
add support for concurrent index builds

16 years agofirst crack at 5.0 release notes
Robert Treat [Mon, 6 Jul 2009 00:46:44 +0000 (20:46 -0400)]
first crack at 5.0 release notes

16 years agoadd ability to terminate backend processes for 8.4+
Robert Treat [Mon, 6 Jul 2009 00:13:42 +0000 (20:13 -0400)]
add ability to terminate backend processes for 8.4+

16 years agoremove known completed items, I think there are still some items done but not marked
Robert Treat [Fri, 3 Jul 2009 23:51:52 +0000 (19:51 -0400)]
remove known completed items, I think there are still some items done but not marked

16 years agoadding some TODO items from the forums
Robert Treat [Fri, 3 Jul 2009 23:43:30 +0000 (19:43 -0400)]
adding some TODO items from the forums

16 years agoadd option for specifying the template database during database creation. prompted...
Robert Treat [Fri, 3 Jul 2009 23:14:28 +0000 (19:14 -0400)]
add option for specifying the template database during database creation. prompted by changes in 8.4 wrt encoding rules changes, but this should work on all versions. Verified against 8.3 and 8.4

16 years agowoops, let's not re-introduce this bug
Robert Treat [Sat, 27 Jun 2009 18:30:48 +0000 (14:30 -0400)]
woops, let's not re-introduce this bug

16 years agoUpdated Czech translation file, thanks to Marek Černocký <marek@manet.cz>
Robert Treat [Sat, 27 Jun 2009 18:15:05 +0000 (14:15 -0400)]
Updated Czech translation file, thanks to Marek ÄŒernocký <marek@manet.cz>

16 years agoAdding Greek translation, thanks to Adamantios Diamantidis <adamand@cc.duth.gr>
Robert Treat [Sat, 27 Jun 2009 18:03:03 +0000 (14:03 -0400)]
Adding Greek translation, thanks to Adamantios Diamantidis <adamand@cc.duth.gr>

16 years agoMerge branch 'master' of git@github.com:xzilla/phppgadmin
Robert Treat [Sat, 27 Jun 2009 17:25:32 +0000 (13:25 -0400)]
Merge branch 'master' of git@github.com:xzilla/phppgadmin

16 years agoAdd updated translation for Brazillian Portuguese, per Fernando Wendt <fernandowendt...
Robert Treat [Sat, 27 Jun 2009 17:24:03 +0000 (13:24 -0400)]
Add updated translation for Brazillian Portuguese, per Fernando Wendt <fernandowendt@msn.com>

16 years agoAdd CLP support
Guillaume (ioguix) de Rorthais [Wed, 20 May 2009 18:47:26 +0000 (14:47 -0400)]
Add CLP support

16 years agoprivmap and privlist class variables update for 8.4
Guillaume (ioguix) de Rorthais [Wed, 20 May 2009 16:22:52 +0000 (12:22 -0400)]
privmap and privlist class variables update for 8.4

16 years agoFixes about using html chars in object names. Fix bug #1607047. More work could be...
Guillaume (ioguix) de Rorthais [Mon, 11 May 2009 01:21:08 +0000 (21:21 -0400)]
Fixes about using html chars in object names. Fix bug #1607047. More work could be needed in other places though.
- fix insert on a table with name or fields containing html chars
- fix altering a field containing html chars in its name
- fix altering a table containint html chars in its name

16 years agoMerge branch 'master' of git@github.com:xzilla/phppgadmin
Robert Treat [Tue, 21 Apr 2009 03:23:06 +0000 (23:23 -0400)]
Merge branch 'master' of git@github.com:xzilla/phppgadmin

16 years agofix for bug #2742616, autocomplete on tables in different schemas
Robert Treat [Tue, 21 Apr 2009 03:22:29 +0000 (23:22 -0400)]
fix for bug #2742616, autocomplete on tables in different schemas

16 years agoUpgrade minimal PostgreSQL version to 7.3
Guillaume (ioguix) de Rorthais [Mon, 20 Apr 2009 23:29:28 +0000 (19:29 -0400)]
Upgrade minimal PostgreSQL version to 7.3

16 years agoMerge branch 'master' into devInfo
Guillaume (ioguix) de Rorthais [Mon, 20 Apr 2009 23:27:42 +0000 (19:27 -0400)]
Merge branch 'master' into devInfo

16 years agooops, actually commit the hasObjectID fix
Guillaume (ioguix) de Rorthais [Wed, 1 Apr 2009 03:10:46 +0000 (23:10 -0400)]
oops, actually commit the hasObjectID fix

16 years agoFix a bug where cleaning a table name containing quotes makes hasObjectID works on...
Guillaume (ioguix) de Rorthais [Wed, 1 Apr 2009 02:57:51 +0000 (22:57 -0400)]
Fix a bug where cleaning a table name containing quotes makes hasObjectID works on a false table name and fail.
Fix hasObjectID to return null on error instead of -99 that is considered as true in php.

16 years agomore TODO updates
Robert Treat [Fri, 27 Mar 2009 19:15:20 +0000 (15:15 -0400)]
more TODO updates

16 years agofix for bug #2672374, invalid utf8 declaration. thanks to David Navara
Robert Treat [Sun, 15 Mar 2009 01:21:55 +0000 (21:21 -0400)]
fix for bug #2672374, invalid utf8 declaration. thanks to David Navara

16 years agoMerge branch 'master' of git@github.com:xzilla/phppgadmin
Robert Treat [Fri, 27 Mar 2009 18:40:53 +0000 (14:40 -0400)]
Merge branch 'master' of git@github.com:xzilla/phppgadmin

16 years agoTODO updates
Robert Treat [Fri, 27 Mar 2009 18:40:23 +0000 (14:40 -0400)]
TODO updates

16 years agoupgrade version info to 5.0-dev
Guillaume (ioguix) de Rorthais [Thu, 26 Mar 2009 01:29:09 +0000 (21:29 -0400)]
upgrade version info to 5.0-dev

16 years agoFix mistakenly escaped quotes in function getStatsTableTuples (called from the info...
Guillaume (ioguix) de Rorthais [Tue, 17 Mar 2009 21:31:53 +0000 (22:31 +0100)]
Fix mistakenly escaped quotes in function getStatsTableTuples (called from the info page)

16 years agofix bug #2605601 Doesn't check if pg_dump_path is valid
Guillaume (ioguix) de Rorthais [Wed, 11 Mar 2009 02:01:37 +0000 (22:01 -0400)]
fix bug #2605601 Doesn't check if pg_dump_path is valid

16 years agoFix bug #2654193 "space as first character in column bytea"
Guillaume (ioguix) de Rorthais [Tue, 10 Mar 2009 02:00:41 +0000 (22:00 -0400)]
Fix bug #2654193 "space as first character in column bytea"

16 years agopostgres 8.4 replaces pg_autovacuum system table with reloptions on the tables themse...
Robert Treat [Thu, 19 Feb 2009 16:29:48 +0000 (11:29 -0500)]
postgres 8.4 replaces pg_autovacuum system table with reloptions on the tables themselves, so we need to avoid trying to show this in future versions. I think this might be the first feature we have both coming and going

16 years agomore optimized graphics, from limo driver. refs #2562645
Robert Treat [Sun, 8 Feb 2009 19:41:51 +0000 (14:41 -0500)]
more optimized graphics, from limo driver. refs #2562645

16 years agoFix bug #2555949 Where inserting in a table with no champs is allowed and shows warni...
Guillaume (ioguix) de Rorthais [Sun, 8 Feb 2009 17:20:15 +0000 (12:20 -0500)]
Fix bug #2555949 Where inserting in a table with no champs is allowed and shows warning. Thanks to Limo Driver (l-s) for reporting.

16 years agoFix a bug in setComment where schema is append to db name
Guillaume (ioguix) de Rorthais [Sun, 8 Feb 2009 07:34:44 +0000 (02:34 -0500)]
Fix a bug in setComment where schema is append to db name

16 years agoRemove old selenium tests as all of them were converted to the new selenium archi.
Guillaume (ioguix) de Rorthais [Sun, 8 Feb 2009 07:16:53 +0000 (02:16 -0500)]
Remove old selenium tests as all of them were converted to the new selenium archi.

16 years agoQuick FTS fix related to my last push.
Guillaume (ioguix) de Rorthais [Sun, 8 Feb 2009 07:11:18 +0000 (02:11 -0500)]
Quick FTS fix related to my last push.

16 years agoFTS multi-fixes and move under schema nodes.
Guillaume (ioguix) de Rorthais [Sat, 7 Feb 2009 03:56:09 +0000 (22:56 -0500)]
FTS multi-fixes and move under schema nodes.

16 years agoFix for bug #2484911 about empty query when editing it from a Select page.
Guillaume (ioguix) de Rorthais [Fri, 30 Jan 2009 04:16:54 +0000 (23:16 -0500)]
Fix for bug #2484911 about empty query when editing it from a Select page.

16 years agoAdd new selenium "run tests from here" icon
Guillaume (ioguix) de Rorthais [Sat, 20 Dec 2008 06:03:29 +0000 (01:03 -0500)]
Add new selenium "run tests from here" icon

16 years agoFix setRenameRole and setRenameUser to be able to rename role/user AND password in...
Guillaume (ioguix) de Rorthais [Sat, 20 Dec 2008 05:59:53 +0000 (00:59 -0500)]
Fix setRenameRole and setRenameUser to be able to rename role/user AND password in the same time

16 years agoFix selenium tests and add some assertions.
Guillaume (ioguix) de Rorthais [Sat, 20 Dec 2008 05:30:26 +0000 (00:30 -0500)]
Fix selenium tests and add some assertions.

16 years agoRevert "Fix selenium login failed for user in 99-cleantests"
Guillaume (ioguix) de Rorthais [Sat, 20 Dec 2008 03:46:17 +0000 (22:46 -0500)]
Revert "Fix selenium login failed for user in 99-cleantests"
This time I will fix setUser and moving User/Group methods in pg80 instead (hopefuly)
This reverts commit 529655bda9cc83af0ed7e37ced38bbddc4d81082.

16 years agoRevert "Revert "unset $_language in case of malicious entry via url w/ register_globa...
Guillaume (ioguix) de Rorthais [Sat, 20 Dec 2008 03:44:35 +0000 (22:44 -0500)]
Revert "Revert "unset $_language in case of malicious entry via url w/ register_globals.""
I thought revert would revert everything TO THIS commit instead or reversing it...
This reverts commit 1ad7a284be04d08083a3622dbc18634fb6b25cdf.

16 years agoRevert "unset $_language in case of malicious entry via url w/ register_globals."
Guillaume (ioguix) de Rorthais [Sat, 20 Dec 2008 03:06:28 +0000 (22:06 -0500)]
Revert "unset $_language in case of malicious entry via url w/ register_globals."
I will fix setUser and moving User/Group methods in pg80 instead
This reverts commit b62ff9fa11f0dbed1a28568671eb31d45a5363dd.

16 years agoFix selenium login failed for user in 99-cleantests
Guillaume (ioguix) de Rorthais [Fri, 19 Dec 2008 06:29:35 +0000 (01:29 -0500)]
Fix selenium login failed for user in 99-cleantests

16 years agounset $_language in case of malicious entry via url w/ register_globals.
Robert Treat [Thu, 18 Dec 2008 04:59:17 +0000 (23:59 -0500)]
unset $_language in case of malicious entry via url w/ register_globals.

16 years agoUpdate/Add selenium tests
Guillaume (ioguix) de Rorthais [Sun, 14 Dec 2008 22:15:20 +0000 (17:15 -0500)]
Update/Add selenium tests
- Add tests for constraints, columns, views and index
- Add method addComment in testBuilder class to insert comment in the tests page
- Add comments to all tests
Sequence tests still fail for 8.4. We need to review all these tests to add some forgottent testcases and asserts

16 years agoMerge branch 'master' of git@github.com:xzilla/phppgadmin into seleniumTests
Guillaume (ioguix) de Rorthais [Sun, 14 Dec 2008 19:37:53 +0000 (14:37 -0500)]
Merge branch 'master' of git@github.com:xzilla/phppgadmin into seleniumTests

16 years agoSeveral small cleanups found while working on selenium tests
Guillaume (ioguix) de Rorthais [Sun, 14 Dec 2008 19:28:36 +0000 (14:28 -0500)]
Several small cleanups found while working on selenium tests
- add method hasMagicTypes instead of using confusing hasAlterColumnType
- add method hasCreateFieldWithConstraints insead of using confusing hasAlterColumnType
- fix some bad indentation
- fix non uniform values returned from alterColumn
- refactor the way alterColumn is bulding its request
- add method addSelection the the testBuilder class

16 years agominor editorial changes
Robert Treat [Sun, 14 Dec 2008 03:41:42 +0000 (22:41 -0500)]
minor editorial changes

16 years agoadd some doc in the selenium README tests about writing tests
Guillaume (ioguix) de Rorthais [Thu, 11 Dec 2008 05:18:52 +0000 (00:18 -0500)]
add some doc in the selenium README tests about writing tests

16 years agoAdd selenium tests for sequences. Broken with 8.4 (see notes).
Guillaume (ioguix) de Rorthais [Mon, 1 Dec 2008 04:24:02 +0000 (23:24 -0500)]
Add selenium tests for sequences. Broken with 8.4 (see notes).
Add 15-sequence.php test builder file for sequence. These tests are failing
for 8.4dev when altering the sequence. When altering minvalue, we have to
take care of the START value under 8.4.

16 years agoSome cleanup in the sequence capabilities
Guillaume (ioguix) de Rorthais [Mon, 1 Dec 2008 04:16:09 +0000 (23:16 -0500)]
Some cleanup in the sequence capabilities
- remove hasAlterSequenceOwner as all supported pg backends support it
- rename hasSequenceAlterSchema as hasAlterSequenceSchema to follow the naming rule

16 years agoclean up directory lists, fix warnings when directory traversing, allow users to...
Robert Treat [Sat, 22 Nov 2008 04:51:56 +0000 (23:51 -0500)]
clean up directory lists, fix warnings when directory traversing, allow users to specify list of dbs to test, fix spelling on notice, clean up documentation, rewrite examples to be clearer, and set them using databases given in config.inc.php-dist.

16 years agoAdd initial minimal support for pg 8.4
Guillaume (ioguix) de Rorthais [Wed, 19 Nov 2008 03:23:16 +0000 (22:23 -0500)]
Add initial minimal support for pg 8.4

16 years agoAdd comment field to the create function form.
Guillaume (ioguix) de Rorthais [Mon, 17 Nov 2008 00:58:15 +0000 (19:58 -0500)]
Add comment field to the create function form.
Reported by retrorocket : https://sourceforge.net/forum/message.php?msg_id=5247881

16 years agoRemove everything about hasSchema as all supported pg version supports schema now...
Guillaume (ioguix) de Rorthais [Wed, 5 Nov 2008 06:52:35 +0000 (01:52 -0500)]
Remove everything about hasSchema as all supported pg version supports schema now (from pg73)