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

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

19 years agoUpdated meta files with recent project activity
xzilla [Fri, 30 Jun 2006 13:42:13 +0000 (13:42 +0000)]
Updated meta files with recent project activity

19 years agoAdd columns into the tree for tables and views.
xzilla [Thu, 29 Jun 2006 18:22:33 +0000 (18:22 +0000)]
Add columns into the tree for tables and views.

19 years agoUpdated french lang file with slony translations
xzilla [Thu, 29 Jun 2006 15:43:03 +0000 (15:43 +0000)]
Updated french lang file with slony translations

19 years agoLowercase some letters. Correct strroledropped
soranzo [Wed, 28 Jun 2006 00:56:10 +0000 (00:56 +0000)]
Lowercase some letters. Correct strroledropped

19 years agoUpdate CVS URL. Arrange first part.
soranzo [Wed, 28 Jun 2006 00:49:14 +0000 (00:49 +0000)]
Update CVS URL. Arrange first part.

19 years agoUpdated french translation from Guillaume
xzilla [Tue, 27 Jun 2006 21:40:05 +0000 (21:40 +0000)]
Updated french translation from Guillaume

19 years agoupdate with a few slony related terms
xzilla [Tue, 27 Jun 2006 21:34:22 +0000 (21:34 +0000)]
update with a few slony related terms

19 years agoArguments
slubek [Tue, 27 Jun 2006 20:29:21 +0000 (20:29 +0000)]
Arguments

19 years agoupdated spanish language file from Martin
xzilla [Tue, 27 Jun 2006 20:13:20 +0000 (20:13 +0000)]
updated spanish language file from Martin

19 years agoAdd's ability for in/out parameters as per 8.1. Allows for 0...n arguments for funct...
xzilla [Tue, 27 Jun 2006 02:41:38 +0000 (02:41 +0000)]
Add's ability for in/out parameters as per 8.1.  Allows for 0...n arguments for functions, dynamically
created. Patch from John Jay for SoC, cleaned up somewhat by me.

19 years agoimage files for new in/out function argument handling
xzilla [Sun, 25 Jun 2006 19:19:14 +0000 (19:19 +0000)]
image files for new in/out function argument handling

19 years agoSequences and transactions
slubek [Sat, 24 Jun 2006 23:28:33 +0000 (23:28 +0000)]
Sequences and transactions

19 years agoFormatting on those comments isn't just for show. Fix total breakage of the tree...
xzilla [Fri, 23 Jun 2006 12:22:29 +0000 (12:22 +0000)]
Formatting on those comments isn't just for show. Fix total breakage of the tree by me.

19 years agoAdd links to the icons in the tree menu, just like back in the good ole days. Patch...
xzilla [Fri, 23 Jun 2006 00:57:37 +0000 (00:57 +0000)]
Add links to the icons in the tree menu, just like back in the good ole days. Patch from
ioguix <ioguix@free.fr>.

19 years agohouskeeping
xzilla [Fri, 23 Jun 2006 00:32:18 +0000 (00:32 +0000)]
houskeeping

19 years agoclean up errant label
xzilla [Fri, 23 Jun 2006 00:31:44 +0000 (00:31 +0000)]
clean up errant label

19 years agotighten up some loose html
xzilla [Wed, 21 Jun 2006 18:02:51 +0000 (18:02 +0000)]
tighten up some loose html

19 years agoUpdated TODO/HISTORY with recent activity
xzilla [Tue, 20 Jun 2006 14:11:13 +0000 (14:11 +0000)]
Updated TODO/HISTORY with recent activity

19 years agoApply patch from Javier Carlos for listing prepared transactions with minor cleanup...
xzilla [Tue, 20 Jun 2006 14:06:08 +0000 (14:06 +0000)]
Apply patch from Javier Carlos for listing prepared transactions with minor cleanup by Robert Treat

19 years agoSynchronization with english.php (locks)
slubek [Mon, 19 Jun 2006 20:11:17 +0000 (20:11 +0000)]
Synchronization with english.php (locks)

19 years agofix erroneous label declaration, add missing <tr> elements
xzilla [Sun, 18 Jun 2006 00:11:37 +0000 (00:11 +0000)]
fix erroneous label declaration, add missing <tr> elements

19 years agoadd missing </a>
xzilla [Sun, 18 Jun 2006 00:02:48 +0000 (00:02 +0000)]
add missing </a>

19 years agoremove duplicate name attribute of input element
xzilla [Sat, 17 Jun 2006 23:50:19 +0000 (23:50 +0000)]
remove duplicate name attribute of input element

19 years agoremove duplicate <tr> declaration
xzilla [Sat, 17 Jun 2006 23:47:39 +0000 (23:47 +0000)]
remove duplicate <tr> declaration

19 years agoAlso fix an empty span that seems to be generated when connecting via unix sockets...
xzilla [Sat, 17 Jun 2006 21:50:06 +0000 (21:50 +0000)]
Also fix an empty span that seems to be generated when connecting via unix sockets. We'l pretend this is the same as connecting to
localhost unless someone prefers some different verbage. (Actually i18n that might be a good idea)

19 years agoAdd alt tags for images in the tral / tabs, cleans up xhtml warnings
xzilla [Sat, 17 Jun 2006 20:35:27 +0000 (20:35 +0000)]
Add alt tags for images in the tral / tabs, cleans up xhtml warnings

19 years agoAdd labels to checkboxes/radio buttons. Patch by Guillaume LELARGE from suggestion by
xzilla [Sat, 17 Jun 2006 12:57:36 +0000 (12:57 +0000)]
Add labels to checkboxes/radio buttons. Patch by Guillaume LELARGE from suggestion by
Joseph Scott

19 years agoLocks view - Javier Carlos
chriskl [Wed, 24 May 2006 04:53:40 +0000 (04:53 +0000)]
Locks view - Javier Carlos

19 years agoAnd update HISTORY with SSL info
xzilla [Tue, 23 May 2006 14:52:39 +0000 (14:52 +0000)]
And update HISTORY with SSL info

19 years agoUpdate TODO with some completed items. Tag SoC items as claimed for Jon Jawed
xzilla [Tue, 23 May 2006 14:48:46 +0000 (14:48 +0000)]
Update TODO with some completed items. Tag SoC items as claimed for Jon Jawed

19 years agoAdd support for sslmode using Eric Kinolik's patch updated for HEAD.
xzilla [Mon, 22 May 2006 17:31:22 +0000 (17:31 +0000)]
Add support for sslmode using Eric Kinolik's patch updated for HEAD.
Default is allow SSL connections.
Requires config version bump.
Verified on 8.1 running linux and 8.1 Win32 w/ SSL required connections.

19 years agofix typo in rename completion (really trying to test my email/commit is working)
xzilla [Fri, 19 May 2006 15:34:14 +0000 (15:34 +0000)]
fix typo in rename completion (really trying to test my email/commit is working)

19 years agoApply both of Guillaume's patches. Apply Ian's autovacuum fix.
chriskl [Fri, 19 May 2006 07:17:29 +0000 (07:17 +0000)]
Apply both of Guillaume's patches.  Apply Ian's autovacuum fix.

19 years agoSynchronization with english.php
slubek [Fri, 21 Apr 2006 21:26:59 +0000 (21:26 +0000)]
Synchronization with english.php

19 years agoCompleted schema renaming (testing my commit messages)
xzilla [Fri, 21 Apr 2006 13:36:12 +0000 (13:36 +0000)]
Completed schema renaming (testing my commit messages)

19 years agoUpdate TODO
chriskl [Fri, 21 Apr 2006 03:34:20 +0000 (03:34 +0000)]
Update TODO

19 years agoSupport for listing, creating and dropping roles. Support sending encrypted password...
chriskl [Fri, 21 Apr 2006 03:31:25 +0000 (03:31 +0000)]
Support for listing, creating and dropping roles.  Support sending encrypted passwords in a few places that I missed.

19 years agoUpdate TODO with more 8.1 oriented items
xzilla [Fri, 21 Apr 2006 03:08:27 +0000 (03:08 +0000)]
Update TODO with more 8.1 oriented items

19 years agoAllow schemas to be renamed
xzilla [Mon, 10 Apr 2006 21:25:06 +0000 (21:25 +0000)]
Allow schemas to be renamed

19 years agoPartial implementation of autovacuum editor. Does the display, edit link, and page...
xzilla [Fri, 17 Mar 2006 21:14:30 +0000 (21:14 +0000)]
Partial implementation of autovacuum editor. Does the display, edit link, and page holder for edit.

19 years agoDatabase size strings
slubek [Mon, 9 Jan 2006 23:16:39 +0000 (23:16 +0000)]
Database size strings

19 years agoFix PostgreSQL 7.2 and lower (tree assumed schemas)
chriskl [Mon, 9 Jan 2006 05:43:48 +0000 (05:43 +0000)]
Fix PostgreSQL 7.2 and lower (tree assumed schemas)

19 years agoAdd a database size column to the all database list
xzilla [Fri, 6 Jan 2006 21:06:57 +0000 (21:06 +0000)]
Add a database size column to the all database list
Add a "prettysize" option to printVal for formatting sizes in translatable fasion. (based on pg_size_pretty in core)
English and Spanish language files updated

19 years agominor html cleanup
xzilla [Thu, 5 Jan 2006 21:33:10 +0000 (21:33 +0000)]
minor html cleanup

19 years agoShow byte[], text[] and character[] as textareas also
chriskl [Wed, 4 Jan 2006 02:45:50 +0000 (02:45 +0000)]
Show byte[], text[] and character[] as textareas also

19 years agoUse ENCRYPTED PASSWORD on 7.2 and above for slight increase in security. Really...
chriskl [Tue, 20 Dec 2005 01:33:12 +0000 (01:33 +0000)]
Use ENCRYPTED PASSWORD on 7.2 and above for slight increase in security.  Really should use this for db connect as well, however how do we know what version we're connecting to??

19 years agoUpdate copyright notices.
xzilla [Sun, 18 Dec 2005 16:27:25 +0000 (16:27 +0000)]
Update copyright notices.

19 years agoAdd full regression testing framework from SpikeSource/Augmentim
chriskl [Fri, 16 Dec 2005 01:43:54 +0000 (01:43 +0000)]
Add full regression testing framework from SpikeSource/Augmentim

19 years agoRemoved obsolete icon
jollytoad [Wed, 7 Dec 2005 08:56:54 +0000 (08:56 +0000)]
Removed obsolete icon

19 years agoFixed object not found icon reference
jollytoad [Wed, 7 Dec 2005 08:55:36 +0000 (08:55 +0000)]
Fixed object not found icon reference

19 years agoFix non-absolute include
chriskl [Wed, 7 Dec 2005 01:31:28 +0000 (01:31 +0000)]
Fix non-absolute include

19 years agoRemoved old icons and accidentally committed desktop file.
jollytoad [Tue, 6 Dec 2005 14:32:24 +0000 (14:32 +0000)]
Removed old icons and accidentally committed desktop file.

19 years agoAdded new icons from the legend Nicolas Siwik.
jollytoad [Tue, 6 Dec 2005 14:27:55 +0000 (14:27 +0000)]
Added new icons from the legend Nicolas Siwik.

19 years agoFix bug in error reporting for sql scripts
chriskl [Tue, 6 Dec 2005 08:41:26 +0000 (08:41 +0000)]
Fix bug in error reporting for sql scripts

19 years agoQuick and dirty hack to vertically align headers. I got no idea why question marks...
slubek [Wed, 30 Nov 2005 21:25:33 +0000 (21:25 +0000)]
Quick and dirty hack to vertically align headers. I got no idea why question marks are below text line (Firefox 1.5), so bottom-align looks bad.

19 years agoAdded some more icons for objects in the trail.
jollytoad [Tue, 29 Nov 2005 15:13:50 +0000 (15:13 +0000)]
Added some more icons for objects in the trail.

19 years agoCleanup markup and stylesheet for trail and tabs.
jollytoad [Mon, 28 Nov 2005 17:03:07 +0000 (17:03 +0000)]
Cleanup markup and stylesheet for trail and tabs.
Tested in Firefox and Konq, needs IE testing.

19 years agoAdded icon for the 'Admin' tab.
jollytoad [Mon, 28 Nov 2005 16:37:40 +0000 (16:37 +0000)]
Added icon for the 'Admin' tab.

19 years agoAdded a scaled version of the Mainenance icon from the Niko's toolbar icon set.
jollytoad [Mon, 28 Nov 2005 16:33:45 +0000 (16:33 +0000)]
Added a scaled version of the Mainenance icon from the Niko's toolbar icon set.

19 years agoAdd note regarding icons that are still needed.
jollytoad [Fri, 25 Nov 2005 09:07:46 +0000 (09:07 +0000)]
Add note regarding icons that are still needed.

19 years agoRemoved references to old icons.
jollytoad [Fri, 25 Nov 2005 08:59:35 +0000 (08:59 +0000)]
Removed references to old icons.

19 years agoRemoved old icons.
jollytoad [Fri, 25 Nov 2005 08:58:59 +0000 (08:58 +0000)]
Removed old icons.

19 years agoUse the new icons
jollytoad [Fri, 25 Nov 2005 08:49:08 +0000 (08:49 +0000)]
Use the new icons

19 years agoUse Niko's new icons.
jollytoad [Fri, 25 Nov 2005 08:42:31 +0000 (08:42 +0000)]
Use Niko's new icons.

19 years agoAdded those beautiful icons donated by Niko to the PostgreSQL graphics repository.
jollytoad [Fri, 25 Nov 2005 08:40:01 +0000 (08:40 +0000)]
Added those beautiful icons donated by Niko to the PostgreSQL graphics repository.

19 years agoApparently some people don't even have pg_clientencoding
chriskl [Wed, 23 Nov 2005 04:29:02 +0000 (04:29 +0000)]
Apparently some people don't even have pg_clientencoding