soranzo [Mon, 23 Apr 2007 18:48:06 +0000 (18:48 +0000)]
XHTML compliance.
soranzo [Mon, 23 Apr 2007 15:28:42 +0000 (15:28 +0000)]
XHTML compliance.
soranzo [Mon, 23 Apr 2007 15:22:29 +0000 (15:22 +0000)]
XHTML compliance.
soranzo [Mon, 23 Apr 2007 15:10:30 +0000 (15:10 +0000)]
XHTML compliance.
soranzo [Mon, 23 Apr 2007 14:23:24 +0000 (14:23 +0000)]
XHTML compliance. Added alter action in doDefault().
soranzo [Mon, 23 Apr 2007 13:53:39 +0000 (13:53 +0000)]
Better display of export options. XHTML compliance.
soranzo [Mon, 23 Apr 2007 13:44:04 +0000 (13:44 +0000)]
Remove duplicated strings. Better display of aggregate properties. XHTML 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
xzilla [Sat, 21 Apr 2007 15:39:54 +0000 (15:39 +0000)]
i18n table level multiactions
xzilla [Sat, 21 Apr 2007 04:13:26 +0000 (04:13 +0000)]
add multi-database drop
soranzo [Fri, 20 Apr 2007 18:30:51 +0000 (18:30 +0000)]
XHTML Strict fixes.
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.
xzilla [Wed, 18 Apr 2007 18:34:28 +0000 (18:34 +0000)]
rol translations
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.
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.
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.
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.
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.
ioguix [Wed, 18 Apr 2007 13:30:58 +0000 (13:30 +0000)]
fix a bug when browsing a field with case-sensitive name
ioguix [Wed, 18 Apr 2007 13:29:25 +0000 (13:29 +0000)]
feature request #922471 Find: link to schema and table in search results
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.
soranzo [Tue, 17 Apr 2007 08:57:39 +0000 (08:57 +0000)]
Add some tips for coding standards
soranzo [Tue, 17 Apr 2007 08:55:12 +0000 (08:55 +0000)]
Please don't use short tags.
xzilla [Tue, 17 Apr 2007 00:12:54 +0000 (00:12 +0000)]
History/Record Graphics From Niko
ioguix [Mon, 16 Apr 2007 21:41:14 +0000 (21:41 +0000)]
implemented feature #
1460852: handle duplicates fields Wizard views creation
ioguix [Mon, 16 Apr 2007 19:24:27 +0000 (19:24 +0000)]
feature request [ 904168 ] Reload Button in left Frame
soranzo [Mon, 16 Apr 2007 17:47:53 +0000 (17:47 +0000)]
Update to last ADOdb version
soranzo [Mon, 16 Apr 2007 17:20:22 +0000 (17:20 +0000)]
Update to last ADOdb version
soranzo [Mon, 16 Apr 2007 17:12:23 +0000 (17:12 +0000)]
Incrementally 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.
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
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.
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.
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.
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
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.
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.
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.
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.
xzilla [Sun, 1 Apr 2007 16:02:06 +0000 (16:02 +0000)]
Add analyze to table level actions (ioguix)
xzilla [Sun, 1 Apr 2007 15:45:03 +0000 (15:45 +0000)]
Chinese UTF8 Updates From 郭朝益(ChaoYi, Kuo.)
soranzo [Thu, 29 Mar 2007 15:09:12 +0000 (15:09 +0000)]
Some updates to last version of ADOdb.
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.
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.
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.
xzilla [Sun, 25 Mar 2007 03:16:28 +0000 (03:16 +0000)]
change for 4.1.1
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)
xzilla [Sat, 24 Mar 2007 02:33:59 +0000 (02:33 +0000)]
rename prepareSQL to replaceDecorator (ioguix)
xzilla [Sat, 24 Mar 2007 02:15:54 +0000 (02:15 +0000)]
add message option to browse (ioguix)
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
xzilla [Tue, 13 Mar 2007 02:39:22 +0000 (02:39 +0000)]
french updates from guillaume
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.
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
xzilla [Wed, 21 Feb 2007 04:35:01 +0000 (04:35 +0000)]
add completed chinese utf8 translation, much 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.
xzilla [Thu, 15 Feb 2007 18:30:23 +0000 (18:30 +0000)]
reload browser on function drop
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>
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
xzilla [Mon, 5 Feb 2007 18:39:52 +0000 (18:39 +0000)]
alter schema name supported
soranzo [Fri, 26 Jan 2007 17:55:42 +0000 (17:55 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
xzilla [Fri, 26 Jan 2007 17:03:01 +0000 (17:03 +0000)]
fix error in schema name for parent tables
soranzo [Tue, 23 Jan 2007 14:12:29 +0000 (14:12 +0000)]
Incrementally 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.
soranzo [Mon, 22 Jan 2007 14:19:18 +0000 (14:19 +0000)]
Brand HEAD as 4.2-dev
xzilla [Sun, 21 Jan 2007 22:59:25 +0000 (22:59 +0000)]
clean up use of non-standard escaping
xzilla [Sat, 20 Jan 2007 18:12:07 +0000 (18:12 +0000)]
need to explain how to use synch
xzilla [Sat, 20 Jan 2007 18:10:49 +0000 (18:10 +0000)]
spanish updates
xzilla [Fri, 19 Jan 2007 04:01:19 +0000 (04:01 +0000)]
japanese languages updates from Tadashi Jokagi, patch from 2006-02-14\!
xzilla [Fri, 19 Jan 2007 03:44:01 +0000 (03:44 +0000)]
catalan update from Bernat Pegueroles
soranzo [Tue, 16 Jan 2007 16:22:17 +0000 (16:22 +0000)]
Update 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.
soranzo [Mon, 15 Jan 2007 15:48:17 +0000 (15:48 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
xzilla [Thu, 11 Jan 2007 20:55:13 +0000 (20:55 +0000)]
French language updates from Guillaume Lelarge <guillaume@lelarge.info>
soranzo [Thu, 11 Jan 2007 01:29:46 +0000 (01:29 +0000)]
Romanian translation update from Alin.
soranzo [Thu, 11 Jan 2007 01:15:55 +0000 (01:15 +0000)]
Remove unused files.
soranzo [Wed, 10 Jan 2007 02:34:54 +0000 (02:34 +0000)]
Incrementally 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.
soranzo [Wed, 10 Jan 2007 02:01:17 +0000 (02:01 +0000)]
Incrementally 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().
soranzo [Wed, 10 Jan 2007 01:46:28 +0000 (01:46 +0000)]
Incrementally 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.
soranzo [Wed, 10 Jan 2007 01:31:18 +0000 (01:31 +0000)]
Incrementally 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.
soranzo [Wed, 10 Jan 2007 01:15:27 +0000 (01:15 +0000)]
Incrementally 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().
soranzo [Wed, 10 Jan 2007 00:38:48 +0000 (00:38 +0000)]
Incrementally use ->fields for recordsets, ->f is not supported by upstream adodb.
soranzo [Wed, 10 Jan 2007 00:29:22 +0000 (00:29 +0000)]
Remove unused file.
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.
soranzo [Thu, 4 Jan 2007 19:12:31 +0000 (19:12 +0000)]
Adapt to our code style
soranzo [Wed, 3 Jan 2007 15:35:42 +0000 (15:35 +0000)]
Enable autocomplete also for FK with quoted identifiers
soranzo [Tue, 2 Jan 2007 19:04:27 +0000 (19:04 +0000)]
Fix autocompletion for PHP < 4.2.0
soranzo [Tue, 2 Jan 2007 17:24:44 +0000 (17:24 +0000)]
HTML validity: there's no attribute wrap for textarea element
xzilla [Sun, 31 Dec 2006 19:06:16 +0000 (19:06 +0000)]
fix bug [
1625413 ] Error during login on 8.2 as well
xzilla [Sun, 31 Dec 2006 19:04:05 +0000 (19:04 +0000)]
fix bug [
1625413 ] Error during login. Problem on 8.1.
soranzo [Sun, 31 Dec 2006 16:58:59 +0000 (16:58 +0000)]
XHTML validity
soranzo [Sun, 31 Dec 2006 16:48:46 +0000 (16:48 +0000)]
Update explanation of show_advanced option. Don't deprecate XHTML.
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.
soranzo [Sun, 31 Dec 2006 16:10:21 +0000 (16:10 +0000)]
Better explanation for autocomplete option.
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
soranzo [Sun, 31 Dec 2006 15:32:40 +0000 (15:32 +0000)]
Bugfixes for roles.