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

18 years agoImplemented Feature #1015238: Allow reports not to paginate
mr-russ [Mon, 16 Apr 2007 11:02:35 +0000 (11:02 +0000)]
Implemented Feature #1015238: Allow reports not to paginate

Each report allows you to select whether to paginate or not.  If you chose not to paginate, you can run UPDATE and INSERT queries.

18 years agoclaim jumping to PK when clicking on FK feature. Vacuum & analyze individual tables...
ioguix [Sat, 14 Apr 2007 10:51:38 +0000 (10:51 +0000)]
claim jumping to PK when clicking on FK feature. Vacuum & analyze individual tables done.

18 years agoImplemented Feature #1257401: Configuration of reports db/schema/table
mr-russ [Sat, 14 Apr 2007 08:00:03 +0000 (08:00 +0000)]
Implemented Feature #1257401: Configuration of reports db/schema/table

Reports default to the current location, but they are configurable in the config file if you desire.

18 years agoFix XHTML and HTML headers to output the correct valid values for each
mr-russ [Fri, 13 Apr 2007 11:18:11 +0000 (11:18 +0000)]
Fix XHTML and HTML headers to output the correct valid values for each

18 years agoFixed Bug #1329196: bytea doesn't display as NULL when NULL
mr-russ [Fri, 13 Apr 2007 10:53:19 +0000 (10:53 +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:30:03 +0000 (11:30 +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:09:38 +0000 (11:09 +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:29:42 +0000 (10:29 +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 agoAdd analyze to table level actions (ioguix)
xzilla [Sun, 1 Apr 2007 16:02:06 +0000 (16:02 +0000)]
Add analyze to table level actions (ioguix)

18 years agoChinese UTF8 Updates From 郭朝益(ChaoYi, Kuo.)
xzilla [Sun, 1 Apr 2007 15:45:03 +0000 (15:45 +0000)]
Chinese UTF8 Updates From 郭朝益(ChaoYi, Kuo.)

18 years agoSome updates to last version of ADOdb.
soranzo [Thu, 29 Mar 2007 15:09:12 +0000 (15:09 +0000)]
Some updates to last version of ADOdb.

18 years agoBugfix: alterDatabase for 8.2 didn't use transactions and didn't change the owner.
soranzo [Wed, 28 Mar 2007 18:52:34 +0000 (18:52 +0000)]
Bugfix: alterDatabase for 8.2 didn't use transactions and didn't change the owner.

18 years agoBugfix: prevent a warning by initializing a variable. Correct lower case in alterData...
soranzo [Wed, 28 Mar 2007 18:15:49 +0000 (18:15 +0000)]
Bugfix: prevent a warning by initializing a variable. Correct lower case in alterDatabase call.

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

18 years agochange for 4.1.1
xzilla [Sun, 25 Mar 2007 03:16:28 +0000 (03:16 +0000)]
change for 4.1.1

18 years agobackpatch for fix bug in dumping mixed case table names in 8.2 (BUG#1660510)
xzilla [Sun, 25 Mar 2007 03:15:09 +0000 (03:15 +0000)]
backpatch for fix bug in dumping mixed case table names in 8.2 (BUG#1660510)

18 years agorename prepareSQL to replaceDecorator (ioguix)
xzilla [Sat, 24 Mar 2007 02:33:59 +0000 (02:33 +0000)]
rename prepareSQL to replaceDecorator (ioguix)

18 years agoadd message option to browse (ioguix)
xzilla [Sat, 24 Mar 2007 02:15:54 +0000 (02:15 +0000)]
add message option to browse (ioguix)

18 years agoFWIW I didnt see this error on my laptop, but noticed it in the demo server, and...
xzilla [Thu, 15 Mar 2007 16:14:10 +0000 (16:14 +0000)]
FWIW I didnt see this error on my laptop, but noticed it in the demo server, and sure enough on my workstation when I did cvs update. In any case, the error is:

Parse error: parse error, expecting `')'' in /usr/local/apache1.33-php4.1/htdocs/phppgadmin4cvs/classes/Misc.php on line 1552

Fatal error: Cannot instantiate non-existent class: misc in /usr/local/apache1.33-php4.1/htdocs/phppgadmin4cvs/libraries/lib.inc.php on line 50

18 years agofrench updates from guillaume
xzilla [Tue, 13 Mar 2007 02:39:22 +0000 (02:39 +0000)]
french updates from guillaume

18 years agoinitial support for multi-action options with support for tables. This is based on...
xzilla [Sat, 3 Mar 2007 20:00:48 +0000 (20:00 +0000)]
initial support for multi-action options with support for tables. This is based on patch from ioguix with some tweaking, the credit should go to him, any bugs can be blamed on me.

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

18 years agoadd completed chinese utf8 translation, much thanks to kuo chaoyi
xzilla [Wed, 21 Feb 2007 04:35:01 +0000 (04:35 +0000)]
add completed chinese utf8 translation, much thanks to kuo chaoyi

18 years agoadd completed chinese utf8 translation, thanks to kuo chaoyi.
xzilla [Wed, 21 Feb 2007 04:33:32 +0000 (04:33 +0000)]
add completed chinese utf8 translation, thanks to kuo chaoyi.

18 years agoreload browser on function drop
xzilla [Thu, 15 Feb 2007 18:30:23 +0000 (18:30 +0000)]
reload browser on function drop

18 years agoInitial swing at new chinese translations, per "郭朝益(ChaoYi, Kuo.)" <kuo.chaoyi@gmail...
xzilla [Sat, 10 Feb 2007 03:48:34 +0000 (03:48 +0000)]
Initial swing at new chinese translations, per "郭朝益(ChaoYi, Kuo.)" <kuo.chaoyi@gmail.com>

18 years agoFix Warning: Undefined index: length in /usr/local/apache1.33-php4.1/htdocs/webdb...
xzilla [Mon, 5 Feb 2007 19:48:06 +0000 (19:48 +0000)]
Fix Warning: Undefined index: length in /usr/local/apache1.33-php4.1/htdocs/webdb/tblproperties.php on line 327
Occurs when create a table or adding a column with no length specifications

18 years agoalter schema name supported
xzilla [Mon, 5 Feb 2007 18:39:52 +0000 (18:39 +0000)]
alter schema name supported

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

18 years agofix error in schema name for parent tables
xzilla [Fri, 26 Jan 2007 17:03:01 +0000 (17:03 +0000)]
fix error in schema name for parent tables

18 years agoIncrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Tue, 23 Jan 2007 14:12:29 +0000 (14: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, 22 Jan 2007 16:33:01 +0000 (16:33 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb. XHTML fixes. Use checkboxes instead of select multiple.

18 years agoBrand HEAD as 4.2-dev
soranzo [Mon, 22 Jan 2007 14:19:18 +0000 (14:19 +0000)]
Brand HEAD as 4.2-dev

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

18 years agoneed to explain how to use synch
xzilla [Sat, 20 Jan 2007 18:12:07 +0000 (18:12 +0000)]
need to explain how to use synch

18 years agospanish updates
xzilla [Sat, 20 Jan 2007 18:10:49 +0000 (18:10 +0000)]
spanish updates

18 years agojapanese languages updates from Tadashi Jokagi, patch from 2006-02-14\!
xzilla [Fri, 19 Jan 2007 04:01:19 +0000 (04:01 +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: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.