phppgadmin.git
18 years agoFix non-standard escape warning
xzilla [Wed, 19 Sep 2007 15:31:18 +0000 (15:31 +0000)]
Fix non-standard escape warning

18 years agoadd a column on the triggers' properties page with the called proc. Each proc name...
ioguix [Wed, 19 Sep 2007 14:42:12 +0000 (14:42 +0000)]
add a column on the triggers' properties page with the called proc. Each proc name has a link its own properties page.

18 years agoupdate locks page to handle virtual transactions in 8.3. Patch from ioguix.
xzilla [Tue, 18 Sep 2007 05:03:29 +0000 (05:03 +0000)]
update locks page to handle virtual transactions in 8.3. Patch from ioguix.

18 years agofix a php notice when altering a col with a type without length
ioguix [Sat, 15 Sep 2007 13:53:05 +0000 (13:53 +0000)]
fix a php notice when altering a col with a type without length

18 years agofix getOpClasses() for pg83
ioguix [Fri, 14 Sep 2007 21:38:06 +0000 (21:38 +0000)]
fix getOpClasses() for pg83

18 years agoAdd support for altering nmae, owner and comment on View
ioguix [Thu, 13 Sep 2007 14:53:41 +0000 (14:53 +0000)]
Add support for altering nmae, owner and comment on View

18 years agoupdate to use new navlink css rather than |
xzilla [Thu, 13 Sep 2007 14:31:41 +0000 (14:31 +0000)]
update to use new navlink css rather than |

18 years agofulltext support doesn't work as well without the fulltext file... doh\!
xzilla [Thu, 13 Sep 2007 14:13:29 +0000 (14:13 +0000)]
fulltext support doesn't work as well without the fulltext file... doh\!

18 years agohomogenize navigation links (bottom of pages) with list. CSS style is not really...
ioguix [Thu, 13 Sep 2007 13:41:01 +0000 (13:41 +0000)]
homogenize navigation links (bottom of pages) with list. CSS style is not really clean under IE because of the lack of "first-child".

18 years agoAdd initial support for 8.3's built in FTS. Based on patch from Ivan Zolotukhin as...
xzilla [Thu, 13 Sep 2007 05:16:41 +0000 (05:16 +0000)]
Add initial support for 8.3's built in FTS. Based on patch from Ivan Zolotukhin as part of his Google Summer of Code project, with several fixes/updates from me
to work with the actually committed full-text-search code in PG core. Note in Ivan's version, istm you could map multiple dictionaries for each configuration, but the committed core schema doesn't imply that; we might need to change that later. I also updated the TODO file with some
left over pieces for FTS support.

18 years agomake ppa actually recognize an 8.3 server
xzilla [Tue, 11 Sep 2007 11:39:58 +0000 (11:39 +0000)]
make ppa actually recognize an 8.3 server

18 years agoupdate
ioguix [Mon, 10 Sep 2007 10:49:24 +0000 (10:49 +0000)]
update

18 years agofrench trad
ioguix [Mon, 10 Sep 2007 10:47:58 +0000 (10:47 +0000)]
french trad

18 years agoAdd "INCLUDING INDEXES" to CREATE TABLE (like ...) for PostgreSQL 8.3
ioguix [Sun, 9 Sep 2007 20:20:31 +0000 (20:20 +0000)]
Add "INCLUDING INDEXES" to CREATE TABLE (like ...) for PostgreSQL 8.3

18 years agosome more unit tests fix (see tests/TODO) : "34/34 test cases complete: 969 passes...
ioguix [Fri, 7 Sep 2007 22:37:54 +0000 (22:37 +0000)]
some more unit tests fix (see tests/TODO) : "34/34 test cases complete: 969 passes, 190 fails and 4 exceptions."

18 years agoupdate
ioguix [Fri, 7 Sep 2007 16:38:07 +0000 (16:38 +0000)]
update

18 years agounit test refactoring + fix : some tests still need to be fixed. Read tests/README...
ioguix [Tue, 4 Sep 2007 19:39:48 +0000 (19:39 +0000)]
unit test refactoring + fix : some tests still need to be fixed. Read tests/README & tests/TODO for more infos.

18 years agoauto expand a node in the tree (browser) if there's no other node. patch from Tomasz...
xzilla [Tue, 4 Sep 2007 15:25:18 +0000 (15:25 +0000)]
auto expand a node in the tree (browser) if there's no other node. patch from Tomasz Pala

18 years agoadd create table (like...) page for pg 7.4+
ioguix [Fri, 31 Aug 2007 19:46:23 +0000 (19:46 +0000)]
add create table (like...) page for pg 7.4+

18 years agoAdd a constraints column in the tblproperties field page for pg 7.3+
ioguix [Fri, 31 Aug 2007 18:30:10 +0000 (18:30 +0000)]
Add a constraints column in the tblproperties field page for pg 7.3+

18 years agoAdd inet/cidr operators. Patch from Tom Pala <gotar@pld-linux.org>
xzilla [Fri, 20 Jul 2007 04:38:34 +0000 (04:38 +0000)]
Add inet/cidr operators. Patch from Tom Pala <gotar@pld-linux.org>

18 years agore-enable tabs for import/export of tables/views. I did not make this conditional...
xzilla [Thu, 19 Jul 2007 19:51:17 +0000 (19:51 +0000)]
re-enable tabs for import/export of tables/views. I did not make this conditional on isDumpEnabled, since you can dump in things like xml format even without pg_dump.

18 years agopush forward server validation from 4.1 branch
xzilla [Thu, 19 Jul 2007 03:11:52 +0000 (03:11 +0000)]
push forward server validation from 4.1 branch

18 years agotranslation...
ioguix [Wed, 18 Jul 2007 22:33:19 +0000 (22:33 +0000)]
translation...

18 years agoupdate translation
ioguix [Wed, 18 Jul 2007 22:14:15 +0000 (22:14 +0000)]
update translation

18 years agoi18n for no table provided error
xzilla [Wed, 18 Jul 2007 21:19:09 +0000 (21:19 +0000)]
i18n for no table provided error

18 years agoi18n for no server message
xzilla [Wed, 18 Jul 2007 20:54:34 +0000 (20:54 +0000)]
i18n for no server message

18 years agoSpelling correction of comment
soranzo [Tue, 17 Jul 2007 17:09:29 +0000 (17:09 +0000)]
Spelling correction of comment

18 years agomulti-action refactoring
ioguix [Tue, 17 Jul 2007 14:59:52 +0000 (14:59 +0000)]
multi-action refactoring

18 years agoexplicit pages in urls instead of a buggy "?..." with redirect.php
ioguix [Mon, 16 Jul 2007 21:27:28 +0000 (21:27 +0000)]
explicit pages in urls instead of a buggy "?..." with redirect.php

18 years agoexplicit links "constraints.php?..." instead of "?..."
ioguix [Mon, 16 Jul 2007 08:45:00 +0000 (08:45 +0000)]
explicit links "constraints.php?..." instead of "?..."

18 years agoadd some forgotten (bugs) & prefered (not mandatory) commas
ioguix [Sun, 15 Jul 2007 09:37:34 +0000 (09:37 +0000)]
add some forgotten (bugs) & prefered (not mandatory) commas

18 years agoremove PHP_SELF usage from HEAD
xzilla [Thu, 12 Jul 2007 19:26:22 +0000 (19:26 +0000)]
remove PHP_SELF usage from HEAD

18 years agoupdate release notes for 4.1.3
xzilla [Thu, 12 Jul 2007 18:47:14 +0000 (18:47 +0000)]
update release notes for 4.1.3

18 years agorestrict operators per datatype
xzilla [Wed, 11 Jul 2007 21:54:40 +0000 (21:54 +0000)]
restrict operators per datatype

18 years agoMinor todo updates
xzilla [Wed, 11 Jul 2007 14:06:31 +0000 (14:06 +0000)]
Minor todo updates

18 years agoRemove duplicated global variable declarations.
soranzo [Tue, 10 Jul 2007 09:04:20 +0000 (09:04 +0000)]
Remove duplicated global variable declarations.

18 years agoAdd information on how branching/tagging/release works
xzilla [Thu, 5 Jul 2007 21:36:57 +0000 (21:36 +0000)]
Add information on how branching/tagging/release works

18 years agofix a bug about not defined $escaped_predef_types when altering a col in pg < 8.0
ioguix [Mon, 2 Jul 2007 14:53:08 +0000 (14:53 +0000)]
fix a bug about not defined $escaped_predef_types when altering a col in pg < 8.0

18 years agoremove link on item without url
ioguix [Sat, 23 Jun 2007 11:38:43 +0000 (11:38 +0000)]
remove link on item without url

18 years agoadd stubs for 8.3 support
xzilla [Thu, 7 Jun 2007 02:20:20 +0000 (02:20 +0000)]
add stubs for 8.3 support

18 years agoremove warn message when authentication fail + fix javascript error about non defined...
ioguix [Wed, 6 Jun 2007 08:53:47 +0000 (08:53 +0000)]
remove warn message when authentication fail + fix javascript error about non defined document.login_form.loginPassword

18 years agoremove unused $php_self globalization.
xzilla [Tue, 5 Jun 2007 15:50:04 +0000 (15:50 +0000)]
remove unused $php_self globalization.

18 years agomove xss prevention to end of lib.inc.php in case we override $lang[appcharset]
xzilla [Thu, 31 May 2007 21:13:24 +0000 (21:13 +0000)]
move xss prevention to end of lib.inc.php in case we override $lang[appcharset]

18 years agomove htmlspecialchars call after language declaration so that we can be consistent...
xzilla [Thu, 31 May 2007 15:54:18 +0000 (15:54 +0000)]
move htmlspecialchars call after language declaration so that we can be consistent between our header declaration and the htmlspecialchars call.
this should prevent more advanced forms of xss attacks

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

18 years agoadd some missing features from the feature list for 4.2
xzilla [Wed, 30 May 2007 01:32:51 +0000 (01:32 +0000)]
add some missing features from the feature list for 4.2

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

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

18 years agoRemove unused file.
soranzo [Mon, 28 May 2007 14:58:25 +0000 (14:58 +0000)]
Remove unused file.

18 years agoadd getForeignKeys method for Postgres >= 7.3. It gets foreign keys infos for a table...
ioguix [Fri, 25 May 2007 15:04:31 +0000 (15:04 +0000)]
add getForeignKeys method for Postgres >= 7.3. It gets foreign keys infos for a table using the same way getLinkingKeys does. Needed for some new features.

18 years agofix a bug in the wizzard view creator
ioguix [Thu, 24 May 2007 13:16:27 +0000 (13:16 +0000)]
fix a bug in the wizzard view creator

18 years agoinsert multiactionform.js from printTable
ioguix [Wed, 16 May 2007 17:03:51 +0000 (17:03 +0000)]
insert multiactionform.js from printTable

18 years agoDrop duplicated or unused strings
soranzo [Mon, 14 May 2007 17:59:32 +0000 (17:59 +0000)]
Drop duplicated or unused strings

18 years agoItalian update.
soranzo [Mon, 14 May 2007 16:09:52 +0000 (16:09 +0000)]
Italian update.

18 years agoStupid fixes.
soranzo [Sat, 5 May 2007 02:21:06 +0000 (02:21 +0000)]
Stupid fixes.

18 years agoXHTML fixes. SQL quoting fixes. Unify functions to alter a column. Add browse action...
soranzo [Sat, 5 May 2007 02:20:24 +0000 (02:20 +0000)]
XHTML fixes. SQL quoting fixes. Unify functions to alter a column. Add browse action to tblproperties doDefault().

18 years agouncomment code I commented for test purpose...
ioguix [Thu, 3 May 2007 17:10:00 +0000 (17:10 +0000)]
uncomment code I commented for test purpose...

18 years agoremove hack in printTable function which remove properties action button and put...
ioguix [Thu, 3 May 2007 17:01:03 +0000 (17:01 +0000)]
remove hack in printTable function which remove properties action button and put it as url on the first columns. Needs testing on Slony.

18 years agoextending browser's tree under table's and view's node
ioguix [Wed, 2 May 2007 16:12:06 +0000 (16:12 +0000)]
extending browser's tree under table's and view's node

18 years agoremove duplicate strexecute
xzilla [Tue, 24 Apr 2007 17:42:38 +0000 (17:42 +0000)]
remove duplicate strexecute

18 years agoStart i18n of multiactions. Use 'Execute' instead of 'Run'.
soranzo [Tue, 24 Apr 2007 15:31:29 +0000 (15:31 +0000)]
Start i18n of multiactions. Use 'Execute' instead of 'Run'.

18 years agoXHTML compliance. Use coherently 'select' instead of 'check'.
soranzo [Tue, 24 Apr 2007 15:00:02 +0000 (15:00 +0000)]
XHTML compliance. Use coherently 'select' instead of 'check'.

18 years agoXHTML compliance.
soranzo [Tue, 24 Apr 2007 14:49:00 +0000 (14:49 +0000)]
XHTML compliance.

18 years agomake analyze the default action, since it is less destructive, and alphabectically...
xzilla [Tue, 24 Apr 2007 13:48:19 +0000 (13:48 +0000)]
make analyze the default action, since it is less destructive, and alphabectically first as well

18 years agoUpdate to latest ADOdb version, finally get rid of ->f .
soranzo [Tue, 24 Apr 2007 13:04:13 +0000 (13:04 +0000)]
Update to latest ADOdb version, finally get rid of ->f .

18 years agoDrop translations of striscalled and straggrstype since the originals are changed.
soranzo [Tue, 24 Apr 2007 11:42:07 +0000 (11:42 +0000)]
Drop translations of striscalled and straggrstype since the originals are changed.

18 years agoDrop unused strings, change others.
soranzo [Tue, 24 Apr 2007 11:13:01 +0000 (11:13 +0000)]
Drop unused strings, change others.

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb...
soranzo [Tue, 24 Apr 2007 10:31:52 +0000 (10:31 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb. XHTML compliance. Use more understandable strings.

18 years agoXHTML compliance.
soranzo [Mon, 23 Apr 2007 18:48:06 +0000 (18:48 +0000)]
XHTML compliance.

18 years agoXHTML compliance.
soranzo [Mon, 23 Apr 2007 15:28:42 +0000 (15:28 +0000)]
XHTML compliance.

18 years agoXHTML compliance.
soranzo [Mon, 23 Apr 2007 15:22:29 +0000 (15:22 +0000)]
XHTML compliance.

18 years agoXHTML compliance.
soranzo [Mon, 23 Apr 2007 15:10:30 +0000 (15:10 +0000)]
XHTML compliance.

18 years agoXHTML compliance. Added alter action in doDefault().
soranzo [Mon, 23 Apr 2007 14:23:24 +0000 (14:23 +0000)]
XHTML compliance. Added alter action in doDefault().

18 years agoBetter display of export options. XHTML compliance.
soranzo [Mon, 23 Apr 2007 13:53:39 +0000 (13:53 +0000)]
Better display of export options. XHTML compliance.

18 years agoRemove duplicated strings. Better display of aggregate properties. XHTML compliance.
soranzo [Mon, 23 Apr 2007 13:44:04 +0000 (13:44 +0000)]
Remove duplicated strings. Better display of aggregate properties. XHTML compliance.

18 years agoChanged width, align and nowrap to be styles to increase STRICT compliance
mr-russ [Sun, 22 Apr 2007 00:41:58 +0000 (00:41 +0000)]
Changed width, align and nowrap to be styles to increase STRICT compliance

18 years agoi18n table level multiactions
xzilla [Sat, 21 Apr 2007 15:39:54 +0000 (15:39 +0000)]
i18n table level multiactions

18 years agoadd multi-database drop
xzilla [Sat, 21 Apr 2007 04:13:26 +0000 (04:13 +0000)]
add multi-database drop

18 years agoXHTML Strict fixes.
soranzo [Fri, 20 Apr 2007 18:30:51 +0000 (18:30 +0000)]
XHTML Strict fixes.

18 years agofix a parse error with php4 I introduced when implemented feature request #922471...
ioguix [Fri, 20 Apr 2007 15:56:39 +0000 (15:56 +0000)]
fix a parse error with php4 I introduced when implemented feature request #922471. repported by xzilla.

18 years agorol translations
xzilla [Wed, 18 Apr 2007 18:34:28 +0000 (18:34 +0000)]
rol translations

18 years agoFix brain fade where FrameSet was send when it shouldn't be.
mr-russ [Wed, 18 Apr 2007 16:33:59 +0000 (16:33 +0000)]
Fix brain fade where FrameSet was send when it shouldn't be.

The test was for NULL in development, then the function was changed to true/false but the test was missed.

18 years agoFixed Bug #1697920: Can't assign a field type/domain of a different schema
mr-russ [Wed, 18 Apr 2007 15:47:51 +0000 (15:47 +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 agoImplemented Feature #901926: Website / Shortcut Icon
mr-russ [Wed, 18 Apr 2007 15:01:15 +0000 (15:01 +0000)]
Implemented Feature #901926: Website / Shortcut Icon

Two links were added, one that works in most browsers to an existing png file
but also a new favicon.ico that is needed for IE support.

18 years agoWe are using XHTML now and HTML is not an option. The headers config has been update...
mr-russ [Wed, 18 Apr 2007 14:08:48 +0000 (14:08 +0000)]
We are using XHTML now and HTML is not an option.  The headers config has been updated to allow you to choose between Transitional and Strict.

Updates were also applied to correctly identify the frameset in use.

18 years agoImplemented Feature #1637010: loginUsername & loginPassword not different for every...
mr-russ [Wed, 18 Apr 2007 14:06:14 +0000 (14:06 +0000)]
Implemented Feature #1637010: loginUsername & loginPassword not different for every server.

Password field name is appended with the MD5 of the server.
Username should not be required.

18 years agofix a bug when browsing a field with case-sensitive name
ioguix [Wed, 18 Apr 2007 13:30:58 +0000 (13:30 +0000)]
fix a bug when browsing a field with case-sensitive name

18 years agofeature request #922471 Find: link to schema and table in search results
ioguix [Wed, 18 Apr 2007 13:29:25 +0000 (13:29 +0000)]
feature request #922471 Find: link to schema and table in search results

18 years agoAdd default to the new radio button. Drop unused HTML ids. Coding style fixes.
soranzo [Tue, 17 Apr 2007 10:01:12 +0000 (10:01 +0000)]
Add default to the new radio button. Drop unused HTML ids. Coding style fixes.

18 years agoAdd some tips for coding standards
soranzo [Tue, 17 Apr 2007 08:57:39 +0000 (08:57 +0000)]
Add some tips for coding standards

18 years agoPlease don't use short tags.
soranzo [Tue, 17 Apr 2007 08:55:12 +0000 (08:55 +0000)]
Please don't use short tags.

18 years agoHistory/Record Graphics From Niko
xzilla [Tue, 17 Apr 2007 00:12:54 +0000 (00:12 +0000)]
History/Record Graphics From Niko

18 years agoimplemented feature #1460852: handle duplicates fields Wizard views creation
ioguix [Mon, 16 Apr 2007 21:41:14 +0000 (21:41 +0000)]
implemented feature #1460852: handle duplicates fields Wizard views creation

18 years agofeature request [ 904168 ] Reload Button in left Frame
ioguix [Mon, 16 Apr 2007 19:24:27 +0000 (19:24 +0000)]
feature request [ 904168 ] Reload Button in left Frame

18 years agoUpdate to last ADOdb version
soranzo [Mon, 16 Apr 2007 17:47:53 +0000 (17:47 +0000)]
Update to last ADOdb version

18 years agoUpdate to last ADOdb version
soranzo [Mon, 16 Apr 2007 17:20:22 +0000 (17:20 +0000)]
Update to last ADOdb version

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Mon, 16 Apr 2007 17:12:23 +0000 (17:12 +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 [Mon, 16 Apr 2007 16:59:46 +0000 (16:59 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.

18 years agoupdate DEVELOPERS file with how to modify the language files for non-translators
xzilla [Mon, 16 Apr 2007 15:56:36 +0000 (15:56 +0000)]
update DEVELOPERS file with how to modify the language files for non-translators