phppgadmin.git
17 years agobackpatch max legnth clean up, prompted by BUG# [ 1901462 ] role name truncation REL_4_1
xzilla [Mon, 25 Feb 2008 17:40:33 +0000 (17:40 +0000)]
backpatch max legnth clean up, prompted by BUG# [ 1901462 ] role name truncation

17 years agofix the bug report [ 1754696 ] error when deleting public schema
ioguix [Tue, 22 Jan 2008 22:03:48 +0000 (22:03 +0000)]
fix the bug report [ 1754696 ] error when deleting public schema

17 years agofix for bug report #1868987 backported in 4.1
ioguix [Mon, 14 Jan 2008 18:00:47 +0000 (18:00 +0000)]
fix for bug report #1868987 backported in 4.1

17 years agobackpatch fix for bug #1808053. we go with numeric, which will lose precision, but can
xzilla [Thu, 18 Oct 2007 12:35:07 +0000 (12:35 +0000)]
backpatch fix for bug #1808053. we go with numeric, which will lose precision, but can
handle values larger than int. Since reltuples is pretty fuzzy anyway, this seems like a fair balance.

17 years agofix for #1756926
ioguix [Wed, 17 Oct 2007 19:07:22 +0000 (19:07 +0000)]
fix for #1756926

18 years agofix a bug in adodb, reported by Pascal Courtonne
ioguix [Fri, 5 Oct 2007 13:28:30 +0000 (13:28 +0000)]
fix a bug in adodb, reported by Pascal Courtonne

18 years agobackpatch fix for bug report #1806540, report & fix by John Evans (gnugeek)
xzilla [Wed, 3 Oct 2007 01:12:28 +0000 (01:12 +0000)]
backpatch fix for bug report #1806540, report & fix by John Evans (gnugeek)

18 years agofix bug #1751614 about wrong url tableproperties.php instead of tblproperties.php REL_4-1-3
ioguix [Wed, 11 Jul 2007 07:59:27 +0000 (07:59 +0000)]
fix bug #1751614 about wrong url tableproperties.php instead of tblproperties.php

18 years agoItalian translation of new string.
soranzo [Mon, 9 Jul 2007 15:24:47 +0000 (15:24 +0000)]
Italian translation of new string.

18 years agoadd a bug fix
ioguix [Mon, 9 Jul 2007 15:24:44 +0000 (15:24 +0000)]
add a bug fix

18 years agoSpelling corrections of comments
soranzo [Mon, 9 Jul 2007 15:23:56 +0000 (15:23 +0000)]
Spelling corrections of comments

18 years agobump version number for 4.1.3 release
xzilla [Mon, 9 Jul 2007 15:11:27 +0000 (15:11 +0000)]
bump version number for 4.1.3 release

18 years agocorrect the strinvalidserverparam french entry
ioguix [Mon, 9 Jul 2007 15:08:17 +0000 (15:08 +0000)]
correct the strinvalidserverparam french entry

18 years agomerge changes from DEV_RMPHPSELF into REL_4_1 stable
xzilla [Mon, 9 Jul 2007 14:55:21 +0000 (14:55 +0000)]
merge changes from DEV_RMPHPSELF into REL_4_1 stable

18 years agobump minor version for release REL_4-1-2
xzilla [Fri, 1 Jun 2007 12:34:16 +0000 (12:34 +0000)]
bump minor version for release

18 years agomove xss prevention to end of lib.inc.php in case we override $lang[appcharset]
xzilla [Fri, 1 Jun 2007 12:30:45 +0000 (12:30 +0000)]
move xss prevention to end of lib.inc.php in case we override $lang[appcharset]

18 years agoRestore redirect functionality
soranzo [Thu, 31 May 2007 12:46:00 +0000 (12:46 +0000)]
Restore redirect functionality

18 years agoadd bugfix for view wizard to release notes
xzilla [Tue, 29 May 2007 12:57:48 +0000 (12:57 +0000)]
add bugfix for view wizard to release notes

18 years agoFix XSS vulnerability on PHP_SELF
soranzo [Mon, 28 May 2007 19:30:17 +0000 (19:30 +0000)]
Fix XSS vulnerability on PHP_SELF

18 years agofix xss vulnerability on PHP_SELF
ioguix [Mon, 28 May 2007 17:21:55 +0000 (17:21 +0000)]
fix xss vulnerability on PHP_SELF

18 years agoRemove unused files.
soranzo [Mon, 28 May 2007 16:53:38 +0000 (16:53 +0000)]
Remove unused files.

18 years agofix a bug in the wizzard view creator
ioguix [Mon, 28 May 2007 16:49:08 +0000 (16:49 +0000)]
fix a bug in the wizzard view creator

18 years agoFixed Bug #1697920: Can't assign a field type/domain of a different schema
mr-russ [Wed, 18 Apr 2007 15:50:21 +0000 (15:50 +0000)]
Fixed Bug #1697920: Can't assign a field type/domain of a different schema

We now show all domains that are available in the database, pg_type_is_visible just finds out if the current type is in the search_path.  We just schema qualify all of the types and everything works.

18 years agoFixed Bug #1329196: bytea doesn't display as NULL when NULL
mr-russ [Fri, 13 Apr 2007 11:08:01 +0000 (11:08 +0000)]
Fixed Bug #1329196: bytea doesn't display as NULL when NULL

Should return NULL from ADO when the blob is NULL.

18 years agoFixed Bug #1388106: using the IN operator when selecting data
mr-russ [Thu, 5 Apr 2007 11:32:16 +0000 (11:32 +0000)]
Fixed Bug #1388106: using the IN operator when selecting data

Fix IN/NOT IN to accept text input lists 'a','b'.
Escaping of the input value is not done when you use IN, it's expected that you complete that.

18 years agoFixed Bug #1660584: PHP 5 Strict Standard
mr-russ [Thu, 5 Apr 2007 11:11:10 +0000 (11:11 +0000)]
Fixed Bug #1660584: PHP 5 Strict Standard

When strict is on, you must specify the same number of parameters in the
base class as in the derived classes.

18 years agoFixed Bug #1358640: Can't edit a report and set its comment to empty.
mr-russ [Mon, 2 Apr 2007 10:30:39 +0000 (10:30 +0000)]
Fixed Bug #1358640: Can't edit a report and set its comment to empty.

Report descriptions have not been able to be empty since the ability to
alter Reports.  I could not see any reason for this and have changed the
code to allow comments to be empty.

18 years agoformat options do not work appropriatly on database dumps.
xzilla [Sun, 25 Mar 2007 16:13:15 +0000 (16:13 +0000)]
format options do not work appropriatly on database dumps.
Fixes Bug #1687708. Thanks to subtropolis.

18 years agoupdate history, version info for 4.1.1 REL_4-1-1
xzilla [Sat, 24 Mar 2007 21:24:54 +0000 (21:24 +0000)]
update history, version info for 4.1.1

18 years agofix bug in dumping mixed case table names in 8.2 (BUG#1660510)
xzilla [Sat, 24 Mar 2007 19:19:16 +0000 (19:19 +0000)]
fix bug in dumping mixed case table names in 8.2 (BUG#1660510)

18 years agofix problem where failed update would report as duplicate update error and fail to...
xzilla [Sat, 3 Mar 2007 14:32:41 +0000 (14:32 +0000)]
fix problem where failed update would report as duplicate update error and fail to return edit screen

18 years agoBackpatch fix for problem where failed update would report as duplicate update error...
xzilla [Sat, 3 Mar 2007 14:29:53 +0000 (14:29 +0000)]
Backpatch fix for problem where failed update would report as duplicate update error and fail to return edit screen. Based on report/patch from
ioguix

18 years agoback patch bugfix for #1625413 (also fixes #1658964)
xzilla [Sat, 3 Mar 2007 14:02:38 +0000 (14:02 +0000)]
back patch bugfix for #1625413 (also fixes #1658964)

18 years agobackpatch fix for parent schemas
xzilla [Sat, 27 Jan 2007 01:46:25 +0000 (01:46 +0000)]
backpatch fix for parent schemas

18 years agoclean up use of non-standard escaping
xzilla [Sun, 21 Jan 2007 23:02:40 +0000 (23:02 +0000)]
clean up use of non-standard escaping

18 years agofix quoting issue
xzilla [Sun, 21 Jan 2007 21:25:24 +0000 (21:25 +0000)]
fix quoting issue

18 years agobackpatch french updates
xzilla [Sat, 20 Jan 2007 18:35:43 +0000 (18:35 +0000)]
backpatch french updates

18 years agobackpatch romainian update
xzilla [Sat, 20 Jan 2007 18:31:24 +0000 (18:31 +0000)]
backpatch romainian update

18 years agoA few spanish language updates
xzilla [Sat, 20 Jan 2007 18:06:42 +0000 (18:06 +0000)]
A few spanish language updates

18 years agoLittle bit o clean up
xzilla [Sat, 20 Jan 2007 18:06:06 +0000 (18:06 +0000)]
Little bit o clean up

18 years agojapanese languages updates from Tadashi Jokagi, patch from 2006-02-14
xzilla [Fri, 19 Jan 2007 04:27:10 +0000 (04:27 +0000)]
japanese languages updates from Tadashi Jokagi, patch from 2006-02-14

18 years agocatalan update from Bernat Pegueroles
xzilla [Fri, 19 Jan 2007 03:44:29 +0000 (03:44 +0000)]
catalan update from Bernat Pegueroles

18 years agocatalan update from Bernat Pegueroles
xzilla [Fri, 19 Jan 2007 03:44:01 +0000 (03:44 +0000)]
catalan update from Bernat Pegueroles

18 years agoUpdate to last adodb version. Use Unix newlines.
soranzo [Tue, 16 Jan 2007 16:22:17 +0000 (16:22 +0000)]
Update to last adodb version. Use Unix newlines.

18 years agoUpdate to last adodb version. Use Unix newlines.
soranzo [Tue, 16 Jan 2007 15:49:24 +0000 (15:49 +0000)]
Update to last adodb version. Use Unix newlines.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Mon, 15 Jan 2007 15:48:17 +0000 (15:48 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoFrench language updates from Guillaume Lelarge <guillaume@lelarge.info>
xzilla [Thu, 11 Jan 2007 20:55:13 +0000 (20:55 +0000)]
French language updates from Guillaume Lelarge <guillaume@lelarge.info>

18 years agoRomanian translation update from Alin.
soranzo [Thu, 11 Jan 2007 01:29:46 +0000 (01:29 +0000)]
Romanian translation update from Alin.

18 years agoRemove unused files.
soranzo [Thu, 11 Jan 2007 01:15:55 +0000 (01:15 +0000)]
Remove unused files.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Wed, 10 Jan 2007 02:34:54 +0000 (02:34 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Wed, 10 Jan 2007 02:26:25 +0000 (02:26 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Wed, 10 Jan 2007 02:01:17 +0000 (02:01 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb...
soranzo [Wed, 10 Jan 2007 01:56:06 +0000 (01:56 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb. Print null column values in printTable().

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Wed, 10 Jan 2007 01:46:28 +0000 (01:46 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb...
soranzo [Wed, 10 Jan 2007 01:38:48 +0000 (01:38 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb. Always use strnever for expires.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Wed, 10 Jan 2007 01:31:18 +0000 (01:31 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Wed, 10 Jan 2007 01:25:12 +0000 (01:25 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Wed, 10 Jan 2007 01:15:27 +0000 (01:15 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb...
soranzo [Wed, 10 Jan 2007 00:58:54 +0000 (00:58 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb. Correctly display connlimit and expires in doDefault().

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Wed, 10 Jan 2007 00:38:48 +0000 (00:38 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoRemove unused file.
soranzo [Wed, 10 Jan 2007 00:29:22 +0000 (00:29 +0000)]
Remove unused file.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by adodb. Remove...
soranzo [Wed, 10 Jan 2007 00:28:33 +0000 (00:28 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by adodb. Remove unused file.

18 years agoAdapt to our code style
soranzo [Thu, 4 Jan 2007 19:12:31 +0000 (19:12 +0000)]
Adapt to our code style

18 years agoEnable autocomplete also for FK with quoted identifiers
soranzo [Wed, 3 Jan 2007 15:35:42 +0000 (15:35 +0000)]
Enable autocomplete also for FK with quoted identifiers

18 years agoFix autocompletion for PHP < 4.2.0
soranzo [Tue, 2 Jan 2007 19:04:27 +0000 (19:04 +0000)]
Fix autocompletion for PHP < 4.2.0

18 years agoHTML validity: there's no attribute wrap for textarea element
soranzo [Tue, 2 Jan 2007 17:24:44 +0000 (17:24 +0000)]
HTML validity: there's no attribute wrap for textarea element

18 years agofix bug [ 1625413 ] Error during login on 8.2 as well
xzilla [Sun, 31 Dec 2006 19:06:16 +0000 (19:06 +0000)]
fix bug [ 1625413 ] Error during login on 8.2 as well

18 years agofix bug [ 1625413 ] Error during login. Problem on 8.1.
xzilla [Sun, 31 Dec 2006 19:04:05 +0000 (19:04 +0000)]
fix bug [ 1625413 ] Error during login. Problem on 8.1.

18 years agoXHTML validity
soranzo [Sun, 31 Dec 2006 16:58:59 +0000 (16:58 +0000)]
XHTML validity

18 years agoUpdate explanation of show_advanced option. Don't deprecate XHTML.
soranzo [Sun, 31 Dec 2006 16:48:46 +0000 (16:48 +0000)]
Update explanation of show_advanced option. Don't deprecate XHTML.

18 years agoLocalize help.php . Use 'drop' instead of 'remove' in Slony. Print strnever for all...
soranzo [Sun, 31 Dec 2006 16:21:26 +0000 (16:21 +0000)]
Localize help.php . Use 'drop' instead of 'remove' in Slony. Print strnever for all infinite (role and user) validities. Use 'altered' instead of 'updated' for roles. Remove redundant strings strargname, strremove, strrolename. Remove unused strings strcatupdate, strmaxconnections, strnodatabase.

18 years agoBetter explanation for autocomplete option.
soranzo [Sun, 31 Dec 2006 16:10:21 +0000 (16:10 +0000)]
Better explanation for autocomplete option.

18 years agoFix for bug# 1614396 ] can't display table summary when table too large, per Albert...
xzilla [Sun, 31 Dec 2006 15:35:49 +0000 (15:35 +0000)]
Fix for bug# 1614396 ] can't display table summary when table too large, per Albert Vernon Smith

18 years agoBugfixes for roles.
soranzo [Sun, 31 Dec 2006 15:32:40 +0000 (15:32 +0000)]
Bugfixes for roles.

18 years agoReorder fields in Alter sequence as in the properties page.
soranzo [Sun, 31 Dec 2006 15:22:59 +0000 (15:22 +0000)]
Reorder fields in Alter sequence as in the properties page.

18 years agoFix an invalid color and remove a non-standard rule
soranzo [Sun, 31 Dec 2006 15:01:24 +0000 (15:01 +0000)]
Fix an invalid color and remove a non-standard rule

18 years agomark as 4.1 REL_4-1-BETA-1
xzilla [Sat, 30 Dec 2006 02:48:31 +0000 (02:48 +0000)]
mark as 4.1

18 years agoJavier's help on roles, catalan translation
xzilla [Sat, 30 Dec 2006 02:40:59 +0000 (02:40 +0000)]
Javier's help on roles, catalan translation

18 years agoadded catalan translation, thanks to Bernat Pegueroles <bpf@pegueroles.com>
xzilla [Sat, 30 Dec 2006 02:29:50 +0000 (02:29 +0000)]
added catalan translation, thanks to Bernat Pegueroles <bpf@pegueroles.com>

18 years agofix typo per javier
xzilla [Thu, 28 Dec 2006 05:03:41 +0000 (05:03 +0000)]
fix typo per javier

18 years agoadd roles patch from Javier Carlos
xzilla [Thu, 28 Dec 2006 04:26:55 +0000 (04:26 +0000)]
add roles patch from Javier Carlos

18 years agoupdate history and todo
xzilla [Sun, 19 Nov 2006 22:06:52 +0000 (22:06 +0000)]
update history and todo

18 years agoAdd comments for databases and tablespaces using 8.2 global system catalog
xzilla [Sun, 19 Nov 2006 21:33:13 +0000 (21:33 +0000)]
Add comments for databases and tablespaces using 8.2 global system catalog

18 years agoAdd items for 8.2
xzilla [Mon, 13 Nov 2006 01:56:22 +0000 (01:56 +0000)]
Add items for 8.2

18 years agomake aggregate names in the tree clickable / bring up aggregate properties.
xzilla [Fri, 10 Nov 2006 01:15:04 +0000 (01:15 +0000)]
make aggregate names in the tree clickable / bring up aggregate properties.

18 years agofix header warning when browsing views per javier carlos
xzilla [Fri, 10 Nov 2006 00:23:28 +0000 (00:23 +0000)]
fix header warning when browsing views per javier carlos

18 years agofix warning generated during error with composite types.
xzilla [Fri, 10 Nov 2006 00:14:29 +0000 (00:14 +0000)]
fix warning generated during error with composite types.

18 years agoAdd note about good times to run cvs update
xzilla [Thu, 9 Nov 2006 23:45:04 +0000 (23:45 +0000)]
Add note about good times to run cvs update

18 years agotighten up query for pg_type info, per Javier Carlos.
xzilla [Wed, 1 Nov 2006 00:51:19 +0000 (00:51 +0000)]
tighten up query for pg_type info, per Javier Carlos.

18 years agoupdates for 8.2, per Javier Carlos
xzilla [Wed, 1 Nov 2006 00:50:17 +0000 (00:50 +0000)]
updates for 8.2, per Javier Carlos

18 years agopass sslmode for logout link in top nav. per report from Javier Carlos, fixed by me.
xzilla [Wed, 1 Nov 2006 00:49:31 +0000 (00:49 +0000)]
pass sslmode for logout link in top nav. per report from Javier Carlos, fixed by me.

18 years agochange get's to post, patch from javier carlos
xzilla [Wed, 1 Nov 2006 00:07:54 +0000 (00:07 +0000)]
change get's to post, patch from javier carlos

18 years agocode formatting from javier carlos
xzilla [Wed, 1 Nov 2006 00:02:20 +0000 (00:02 +0000)]
code formatting from javier carlos

18 years agoCommiting fix for bug #1571225, thanks to ioguix. This may cause problems in 1.0...
xzilla [Tue, 31 Oct 2006 16:04:12 +0000 (16:04 +0000)]
Commiting fix for bug #1571225, thanks to ioguix. This may cause problems in 1.0.x versions of Firefox, we'll see.

18 years agoioguix's patch to fix safari issues on mac osx. closed out bugs in bug tracker, hopef...
xzilla [Wed, 18 Oct 2006 03:12:19 +0000 (03:12 +0000)]
ioguix's patch to fix safari issues on mac osx. closed out bugs in bug tracker, hopefully this does the trick.

19 years agoSynchronization with english version
slubek [Mon, 9 Oct 2006 22:31:13 +0000 (22:31 +0000)]
Synchronization with english version

19 years agoapply a patch (with some corrections by me) Gavin Sherry sent to CKL over a year...
xzilla [Sun, 1 Oct 2006 23:42:18 +0000 (23:42 +0000)]
apply a patch (with some corrections by me) Gavin Sherry sent to CKL over a year ago. This patch cleans up some
identation issues and adds a getNonRepTables() function which is now used when adding a table.

19 years agoAllow basic editing of existing rows of pg_autovacuum from the admin section. Also...
xzilla [Sat, 30 Sep 2006 17:30:56 +0000 (17:30 +0000)]
Allow basic editing of existing rows of pg_autovacuum from the admin section. Also display whether autovacuum is turned on.

19 years agoAdd ability to delete rows from pg_autovaccum from within the admin section
xzilla [Thu, 28 Sep 2006 13:04:00 +0000 (13:04 +0000)]
Add ability to delete rows from pg_autovaccum from within the admin section

19 years agochange some LIKE '\\_' style queries to the sql standard LIKE '@_' ESCAPE '@' syntax...
xzilla [Sun, 24 Sep 2006 23:42:41 +0000 (23:42 +0000)]
change some LIKE '\\_' style queries to the sql standard LIKE '@_' ESCAPE '@' syntax, which is needed for 8.2 compatability.
Tested on 7.3 on demo server and looks like it works ok. I am sure there are others.