phppgadmin.git
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

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

19 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

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

19 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.

19 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

19 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.

19 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

19 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.

19 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

19 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.

19 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

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

19 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.

19 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.

19 years agoapplied my refactored patch of bill morans healthy slon patch. with some bugfixes...
xzilla [Thu, 14 Sep 2006 20:54:27 +0000 (20:54 +0000)]
applied my refactored patch of bill morans healthy slon patch. with some bugfixes after I tested it.

19 years agoAdd automagic enable/disable of length attribute based on selected type in table...
xzilla [Fri, 18 Aug 2006 21:02:41 +0000 (21:02 +0000)]
Add automagic enable/disable of length attribute based on selected type in table creation / alter screens.
Patch from John Jawed for Google SoC, with some cleanup and modifications from me.

19 years agoUpdate history / credits with recent improvements
xzilla [Mon, 14 Aug 2006 17:09:43 +0000 (17:09 +0000)]
Update history / credits with recent improvements

19 years agoGive credits to John Jay for enable/disable trigger
soranzo [Sun, 13 Aug 2006 16:28:00 +0000 (16:28 +0000)]
Give credits to John Jay for enable/disable trigger

19 years agoadd enable/disable trigger. Patch from John Jay for google soc
xzilla [Sun, 13 Aug 2006 15:31:13 +0000 (15:31 +0000)]
add enable/disable trigger. Patch from John Jay for google soc

19 years agoAdd ability to create and drop custom aggregates, view aggregate details, and alter...
xzilla [Wed, 9 Aug 2006 21:19:44 +0000 (21:19 +0000)]
Add ability to create and drop custom aggregates, view aggregate details, and alter custom aggregates.
Patch from Javier Carlos with a little refactoring from me.

19 years agowoops, should have looked a little closer. fix unescaped & in action url.
xzilla [Wed, 9 Aug 2006 19:12:07 +0000 (19:12 +0000)]
woops, should have looked a little closer. fix unescaped & in action url.

19 years agoAdd an alter link to the sequence listing where applicable. Patch from John Jawed...
xzilla [Wed, 9 Aug 2006 19:09:13 +0000 (19:09 +0000)]
Add an alter link to the sequence listing where applicable. Patch from John Jawed for SoC.

19 years agore-arrange the top of this file to remove a duplicate if call, inspired by bill moran
xzilla [Mon, 7 Aug 2006 18:11:15 +0000 (18:11 +0000)]
re-arrange the top of this file to remove a duplicate if call, inspired by bill moran

19 years agoAdd support for automatic lookup of foriegn key values in insert/update form fields.
xzilla [Fri, 4 Aug 2006 20:42:24 +0000 (20:42 +0000)]
Add support for automatic lookup of foriegn key values in insert/update form fields.
Adds new config option to control the setting (default on/off, disable)
Patch from John Jawed (with a few go arounds from me) for google soc.
Config version bumped.

19 years agoRefactor column properties into thier own page.
xzilla [Thu, 3 Aug 2006 19:43:38 +0000 (19:43 +0000)]
Refactor column properties into thier own page.
Columns properties can now be accessed from the tree.
Browsing via a column icon gives you the aggregate count of the values in that table.

Patch from JGuillaume 'ioguix' De Rorthais

19 years agoRefactor column properties into thier own page.
xzilla [Thu, 3 Aug 2006 19:03:32 +0000 (19:03 +0000)]
Refactor column properties into thier own page.
Columns properties can now be accessed from the tree.
Browsing via a column icon gives you the aggregate count of the values in that table.

Patch from JGuillaume 'ioguix' De Rorthais

19 years agofix improper style tag
xzilla [Tue, 25 Jul 2006 18:58:10 +0000 (18:58 +0000)]
fix improper style tag

19 years agoRemove debugging statement...
xzilla [Tue, 18 Jul 2006 19:01:46 +0000 (19:01 +0000)]
Remove debugging statement...

19 years agoFix bug where databases that were owned by roles with no login ability would not...
xzilla [Tue, 18 Jul 2006 18:58:47 +0000 (18:58 +0000)]
Fix bug where databases that were owned by roles with no login ability would not show up in the tree.
Problem reported by "Darren" <notross@hotmail.com>, fix based on deduction by Tom Lane.

19 years agoFix the ability to modify the is_cycled property of a sequence. Per bug# 1515705...
xzilla [Mon, 3 Jul 2006 01:20:28 +0000 (01:20 +0000)]
Fix the ability to modify the is_cycled property of a sequence. Per bug# 1515705, though the supplied fix was insufficient.