phppgadmin.git
20 years agoPrevent display.php from producing page headers when included from doSelectRows(). DEV_TREE
jollytoad [Wed, 13 Apr 2005 11:30:56 +0000 (11:30 +0000)]
Prevent display.php from producing page headers when included from doSelectRows().

20 years agoFixed download link URL when $_REQUEST['search_path'] isn't set
jollytoad [Wed, 13 Apr 2005 11:28:50 +0000 (11:28 +0000)]
Fixed download link URL when $_REQUEST['search_path'] isn't set

20 years agoFixed export facilities.
jollytoad [Tue, 29 Mar 2005 09:33:46 +0000 (09:33 +0000)]
Fixed export facilities.
Simplified dataexport.php to include dbexport.php rather than redirecting to it.
Now makes use of the common 'subject' req var to determine pg_dump/dumpall rather than the export specific 'mode' var.
Fixed setting of 'search_path' when exporting a query.

20 years agoFixed isDumpEnabled.
jollytoad [Tue, 29 Mar 2005 07:57:45 +0000 (07:57 +0000)]
Fixed isDumpEnabled.

20 years agoCompleted substitution of 'section' url var with 'subject'.
jollytoad [Tue, 22 Mar 2005 09:29:34 +0000 (09:29 +0000)]
Completed substitution of 'section' url var with 'subject'.

20 years agoMove function def out of switch statement,
jollytoad [Mon, 14 Mar 2005 11:03:14 +0000 (11:03 +0000)]
Move function def out of switch statement,
to work around PHP 5 bug: http://bugs.php.net/bug.php?id=28487

20 years agoPromote the use of decorators for URL's in tree generation, greatly simplifying
jollytoad [Mon, 14 Mar 2005 09:57:58 +0000 (09:57 +0000)]
Promote the use of decorators for URL's in tree generation, greatly simplifying
printTreeXML and node definitions.

20 years agoAdded new decorator classes, for generating URL, checking for empty values,
jollytoad [Mon, 14 Mar 2005 09:53:58 +0000 (09:53 +0000)]
Added new decorator classes, for generating URL, checking for empty values,
and function callbacks. Now lazy evaluated decorators can be used in many
more situations.

20 years agoFixed tree nodes: to show full object prototype, and comment as tooltip.
jollytoad [Wed, 9 Mar 2005 12:29:01 +0000 (12:29 +0000)]
Fixed tree nodes: to show full object prototype, and comment as tooltip.

20 years agoAdded tooltiptasticness to tree nodes :)
jollytoad [Wed, 9 Mar 2005 12:23:00 +0000 (12:23 +0000)]
Added tooltiptasticness to tree nodes :)

20 years agoMajor rework, lean more towards OO for clarity and extensibility.
jollytoad [Wed, 9 Mar 2005 12:21:10 +0000 (12:21 +0000)]
Major rework, lean more towards OO for clarity and extensibility.

20 years agoIn printTreeXML: prevent error message in browser tree for empty branches by adding...
jollytoad [Wed, 9 Mar 2005 10:18:39 +0000 (10:18 +0000)]
In printTreeXML: prevent error message in browser tree for empty branches by adding a 'no objects found' tree node.

20 years agoRecoded to XML (rather than HTML) to support translated strings in XML files.
jollytoad [Wed, 9 Mar 2005 10:14:28 +0000 (10:14 +0000)]
Recoded to XML (rather than HTML) to support translated strings in XML files.

20 years agoRecode to XML (rather than HTML) to allow use of strings in XML files too,
jollytoad [Wed, 9 Mar 2005 10:10:19 +0000 (10:10 +0000)]
Recode to XML (rather than HTML) to allow use of strings in XML files too,
eg. browser tree XML used by xLoadTree.

20 years agoOops, forgot to fix.
jollytoad [Tue, 8 Mar 2005 12:35:04 +0000 (12:35 +0000)]
Oops, forgot to fix.

20 years agoAdded messages for xLoadTree
jollytoad [Tue, 8 Mar 2005 12:31:05 +0000 (12:31 +0000)]
Added messages for xLoadTree

20 years agoFixed login when page is loaded via redirect.php
jollytoad [Tue, 8 Mar 2005 12:29:43 +0000 (12:29 +0000)]
Fixed login when page is loaded via redirect.php
Move styling of list items into stylesheet.
Reload browser on language change

20 years agoAllow error icon and message to be customized.
jollytoad [Tue, 8 Mar 2005 12:28:02 +0000 (12:28 +0000)]
Allow error icon and message to be customized.

20 years agoAllow values in tree to not be escaped.
jollytoad [Tue, 8 Mar 2005 12:27:06 +0000 (12:27 +0000)]
Allow values in tree to not be escaped.

20 years agoAdded extra config for xTree.
jollytoad [Tue, 8 Mar 2005 12:24:56 +0000 (12:24 +0000)]
Added extra config for xTree.
Added XML debugging whilst testing.

20 years agoRemoved test code from printTreeXML,
jollytoad [Tue, 8 Mar 2005 10:48:11 +0000 (10:48 +0000)]
Removed test code from printTreeXML,
can make use the double-click feature instead.

20 years agoApplied Russell Smiths drop database patch.
jollytoad [Tue, 8 Mar 2005 09:56:37 +0000 (09:56 +0000)]
Applied Russell Smiths drop database patch.

20 years agoDisplay server description in logout message.
jollytoad [Tue, 8 Mar 2005 09:45:22 +0000 (09:45 +0000)]
Display server description in logout message.

20 years agoRequest vars were not passed on after a failed login - fixed.
jollytoad [Tue, 8 Mar 2005 09:43:38 +0000 (09:43 +0000)]
Request vars were not passed on after a failed login - fixed.

20 years agoMoved language selector to intro page.
jollytoad [Tue, 8 Mar 2005 09:41:23 +0000 (09:41 +0000)]
Moved language selector to intro page.
Correct message when login fails due to extra security checks.

20 years agoSet target globally in browser.php.
jollytoad [Tue, 8 Mar 2005 09:17:21 +0000 (09:17 +0000)]
Set target globally in browser.php.

20 years agoauto expand the server nodes, per Mark
xzilla [Mon, 7 Mar 2005 22:16:41 +0000 (22:16 +0000)]
auto expand the server nodes, per Mark

20 years agoAdded third party credit for XLoadTree
jollytoad [Thu, 3 Mar 2005 14:55:36 +0000 (14:55 +0000)]
Added third party credit for XLoadTree

20 years agoFix hidden form elements to include only $_GET vars
jollytoad [Thu, 3 Mar 2005 14:54:07 +0000 (14:54 +0000)]
Fix hidden form elements to include only $_GET vars

20 years agoUpdated for XLoadTree2(beta)
jollytoad [Thu, 3 Mar 2005 14:52:18 +0000 (14:52 +0000)]
Updated for XLoadTree2(beta)

20 years agohmmph... no recode on this machine...
xzilla [Thu, 3 Mar 2005 14:51:30 +0000 (14:51 +0000)]
hmmph... no recode on this machine...

20 years agoReload browser tree after login.
jollytoad [Thu, 3 Mar 2005 14:46:28 +0000 (14:46 +0000)]
Reload browser tree after login.

20 years agoAdded 'Loading...' message for XLoadTree2
jollytoad [Thu, 3 Mar 2005 14:45:47 +0000 (14:45 +0000)]
Added 'Loading...' message for XLoadTree2

20 years agoFor XLoadTree2
jollytoad [Thu, 3 Mar 2005 14:44:38 +0000 (14:44 +0000)]
For XLoadTree2

20 years agoCleaned up some gumpf.
jollytoad [Thu, 3 Mar 2005 14:43:46 +0000 (14:43 +0000)]
Cleaned up some gumpf.
icon() - check for files existence, and a gif if no png.

20 years agoUpdated to XLoadTree2(beta)
jollytoad [Thu, 3 Mar 2005 14:35:13 +0000 (14:35 +0000)]
Updated to XLoadTree2(beta)

20 years agoItalian update.
soranzo [Wed, 2 Mar 2005 17:31:51 +0000 (17:31 +0000)]
Italian update.

20 years agoFixed hiding of advanced objects in the tree if set in config.
jollytoad [Wed, 2 Mar 2005 14:40:22 +0000 (14:40 +0000)]
Fixed hiding of advanced objects in the tree if set in config.

20 years agoObsoleted by new layout.
jollytoad [Wed, 2 Mar 2005 14:01:03 +0000 (14:01 +0000)]
Obsoleted by new layout.

20 years agoFixed instructions for new lang/translations.php file
jollytoad [Wed, 2 Mar 2005 13:56:19 +0000 (13:56 +0000)]
Fixed instructions for new lang/translations.php file

20 years agoFixed browser language detection, and separated list of translations
jollytoad [Wed, 2 Mar 2005 13:54:27 +0000 (13:54 +0000)]
Fixed browser language detection, and separated list of translations
into a single, easily maintained file.

20 years agoFixed language selection form.
jollytoad [Wed, 2 Mar 2005 13:52:25 +0000 (13:52 +0000)]
Fixed language selection form.

20 years agoAdded changes for this branch (DEV_TREE)
jollytoad [Wed, 2 Mar 2005 13:50:56 +0000 (13:50 +0000)]
Added changes for this branch (DEV_TREE)

20 years agoCombined checkExtraSecurity into getDatabaseAccessor
jollytoad [Wed, 2 Mar 2005 09:47:40 +0000 (09:47 +0000)]
Combined checkExtraSecurity into getDatabaseAccessor

20 years agoDon't perform checkExtraSecurity when $_no_db_connection is set.
jollytoad [Wed, 2 Mar 2005 09:19:34 +0000 (09:19 +0000)]
Don't perform checkExtraSecurity when $_no_db_connection is set.

20 years agoSupport for multi-server
jollytoad [Tue, 1 Mar 2005 10:52:23 +0000 (10:52 +0000)]
Support for multi-server

20 years agoNew servers page.
jollytoad [Tue, 1 Mar 2005 10:48:24 +0000 (10:48 +0000)]
New servers page.

20 years agoSupport for multi-server logins and new dynamic tree (xloadtree).
jollytoad [Tue, 1 Mar 2005 10:47:02 +0000 (10:47 +0000)]
Support for multi-server logins and new dynamic tree (xloadtree).

20 years agoAdded XLoadTree from http://webfx.eae.net
jollytoad [Tue, 1 Mar 2005 10:44:24 +0000 (10:44 +0000)]
Added XLoadTree from http://webfx.eae.net

20 years agoSupport new layout and xloadtree.
jollytoad [Tue, 1 Mar 2005 10:43:10 +0000 (10:43 +0000)]
Support new layout and xloadtree.

20 years agoUnset login details on login failure
jollytoad [Tue, 1 Mar 2005 10:41:11 +0000 (10:41 +0000)]
Unset login details on login failure

20 years agoDecorators for dynamically resolving field values
jollytoad [Tue, 1 Mar 2005 10:40:15 +0000 (10:40 +0000)]
Decorators for dynamically resolving field values

20 years agoMulti-server support
jollytoad [Tue, 1 Mar 2005 10:38:36 +0000 (10:38 +0000)]
Multi-server support

20 years agoIcons for xloadtree
jollytoad [Tue, 1 Mar 2005 10:37:38 +0000 (10:37 +0000)]
Icons for xloadtree

20 years ago*** empty log message ***
jollytoad [Tue, 1 Mar 2005 10:35:58 +0000 (10:35 +0000)]
*** empty log message ***

20 years agoMulti-server and xloadtree support
jollytoad [Tue, 1 Mar 2005 10:34:12 +0000 (10:34 +0000)]
Multi-server and xloadtree support

20 years agoModified for multi-server, and added function prototypes directly into
jollytoad [Tue, 1 Mar 2005 10:33:23 +0000 (10:33 +0000)]
Modified for multi-server, and added function prototypes directly into
functions query.

20 years agoadd nte about pagination and downloading
chriskl [Thu, 24 Feb 2005 12:44:03 +0000 (12:44 +0000)]
add nte about pagination and downloading

20 years agoFix using schema enabled dump on non-schema enabled backend
chriskl [Thu, 24 Feb 2005 09:41:58 +0000 (09:41 +0000)]
Fix using schema enabled dump on non-schema enabled backend

20 years agoupdate japanese
chriskl [Tue, 22 Feb 2005 13:29:36 +0000 (13:29 +0000)]
update japanese

20 years agoSync with faq.php
soranzo [Mon, 21 Feb 2005 13:26:09 +0000 (13:26 +0000)]
Sync with faq.php

20 years agoAllow Adaptive Textarea's when editting values (Juergen Weigert)
mr-russ [Sun, 20 Feb 2005 04:47:46 +0000 (04:47 +0000)]
Allow Adaptive Textarea's when editting values (Juergen Weigert)

20 years agoadd partial danish from arne. add all languages to browser detection list
chriskl [Fri, 18 Feb 2005 11:39:46 +0000 (11:39 +0000)]
add partial danish from arne.  add all languages to browser detection list

20 years agoSmall improvements
slubek [Thu, 17 Feb 2005 22:13:22 +0000 (22:13 +0000)]
Small improvements

20 years agoAllow base URL of PostgreSQL documentation to be configured.
jollytoad [Wed, 16 Feb 2005 10:27:44 +0000 (10:27 +0000)]
Allow base URL of PostgreSQL documentation to be configured.

20 years agoFAQ reorganization
soranzo [Wed, 16 Feb 2005 01:25:04 +0000 (01:25 +0000)]
FAQ reorganization

20 years ago1.Info about php configuration in RedHat, 2.Info about another possibly reason for...
slubek [Tue, 15 Feb 2005 21:07:49 +0000 (21:07 +0000)]
1.Info about php configuration in RedHat, 2.Info about another possibly reason for 'Login failed'

20 years agoSet documentation base URL to official 8.0 docs instead of development docs.
jollytoad [Tue, 15 Feb 2005 12:48:49 +0000 (12:48 +0000)]
Set documentation base URL to official 8.0 docs instead of development docs.

20 years agoSynchronization with english.php
slubek [Sat, 12 Feb 2005 21:55:59 +0000 (21:55 +0000)]
Synchronization with english.php

20 years agouse native windows postgres for second example
chriskl [Fri, 11 Feb 2005 11:22:24 +0000 (11:22 +0000)]
use native windows postgres for second example

20 years agoadd russell to contributors
chriskl [Fri, 11 Feb 2005 11:11:52 +0000 (11:11 +0000)]
add russell to contributors

20 years agoAllow Multiline character and character varying editing and inserting
mr-russ [Thu, 10 Feb 2005 21:21:00 +0000 (21:21 +0000)]
Allow Multiline character and character varying editing and inserting

20 years agojapanese from tadashi that didn't make it in for 3.5
chriskl [Wed, 9 Feb 2005 13:12:32 +0000 (13:12 +0000)]
japanese from tadashi that didn't make it in for 3.5

20 years agotimeout prevention from adrian nida
chriskl [Wed, 9 Feb 2005 11:26:17 +0000 (11:26 +0000)]
timeout prevention from adrian nida

20 years agoApply local connections on different ports patch to persistent connections
mr-russ [Wed, 9 Feb 2005 08:27:57 +0000 (08:27 +0000)]
Apply local connections on different ports patch to persistent connections
as well as to non-persistent.

20 years agoRemove option for database at top.
mr-russ [Tue, 8 Feb 2005 13:32:44 +0000 (13:32 +0000)]
Remove option for database at top.
Current database will always be at the top

20 years agoFix to actually use domain sockets correctly.
mr-russ [Mon, 7 Feb 2005 22:15:34 +0000 (22:15 +0000)]
Fix to actually use domain sockets correctly.
Previous fix used TCP/IP connections to localhost.
Comments in the config file were also updated to make it clear to users
that specifying localhost will use TCP/IP. (Thanks Nicola)

20 years agoBugfix for 'Allow current database to be at the top'
soranzo [Sun, 6 Feb 2005 20:03:20 +0000 (20:03 +0000)]
Bugfix for 'Allow current database to be at the top'

20 years agoFix port selection for local connections
mr-russ [Sun, 6 Feb 2005 04:18:58 +0000 (04:18 +0000)]
Fix port selection for local connections

20 years agoAllow current database to be at the top
mr-russ [Sun, 6 Feb 2005 00:34:19 +0000 (00:34 +0000)]
Allow current database to be at the top

20 years agoFix export to work with release candidates and beta releases as well as finals
mr-russ [Tue, 1 Feb 2005 22:02:58 +0000 (22:02 +0000)]
Fix export to work with release candidates and beta releases as well as finals

20 years agoadd missing PHP end tags. weird
chriskl [Tue, 1 Feb 2005 16:41:19 +0000 (16:41 +0000)]
add missing PHP end tags.  weird

20 years agoAnother fix for 'Ensure login frame is always at top level'
soranzo [Thu, 27 Jan 2005 18:02:11 +0000 (18:02 +0000)]
Another fix for 'Ensure login frame is always at top level'

20 years agoFix from Russell for 'Ensure login frame is always at top level'. HTML bugfixes.
soranzo [Sun, 23 Jan 2005 12:42:35 +0000 (12:42 +0000)]
Fix from Russell for 'Ensure login frame is always at top level'. HTML bugfixes.

20 years agoMarkus Bertheau's patch for non-ASCII input data and non-UTF8 web server
soranzo [Fri, 21 Jan 2005 18:17:40 +0000 (18:17 +0000)]
Markus Bertheau's patch for non-ASCII input data and non-UTF8 web server

20 years agoMarkus Bertheau's patch for non-ASCII input data and non-UTF8 web server
soranzo [Fri, 21 Jan 2005 18:05:02 +0000 (18:05 +0000)]
Markus Bertheau's patch for non-ASCII input data and non-UTF8 web server

20 years agoCorrect 'Ensure login frame is always at top level (Russell Smith)' patch: show the...
soranzo [Wed, 19 Jan 2005 16:09:08 +0000 (16:09 +0000)]
Correct 'Ensure login frame is always at top level (Russell Smith)' patch: show the login page, not index.php

20 years agoClaimed multiple server login.
jollytoad [Wed, 19 Jan 2005 12:27:14 +0000 (12:27 +0000)]
Claimed multiple server login.

20 years agoTree Icons are displayed middle instead of top
mr-russ [Wed, 19 Jan 2005 10:50:19 +0000 (10:50 +0000)]
Tree Icons are displayed middle instead of top

20 years agoEnsure login frame is always at top level (Russell Smith)
chriskl [Wed, 19 Jan 2005 10:27:16 +0000 (10:27 +0000)]
Ensure login frame is always at top level (Russell Smith)

20 years agoAdded link to 'Databases' page, so that non-javascript browsers
jollytoad [Mon, 17 Jan 2005 10:09:43 +0000 (10:09 +0000)]
Added link to 'Databases' page, so that non-javascript browsers
can still use phpPgAdmin.

20 years agoCheck the version of PHP. Remove the relative string from lang files.
soranzo [Tue, 4 Jan 2005 23:49:17 +0000 (23:49 +0000)]
Check the version of PHP. Remove the relative string from lang files.

20 years agoGerman update from Markus
soranzo [Mon, 20 Dec 2004 13:11:49 +0000 (13:11 +0000)]
German update from Markus

20 years agoattempt to fix dumping with new 8.0 beta native on windows. this may cause problems...
chriskl [Mon, 6 Dec 2004 03:03:00 +0000 (03:03 +0000)]
attempt to fix dumping with new 8.0 beta native on windows.  this may cause problems for cygwin users...i dunno

20 years agofixes for search paths
chriskl [Mon, 6 Dec 2004 02:48:34 +0000 (02:48 +0000)]
fixes for search paths

21 years agoExtend the dance between function name and function oid so both the privlige code...
xzilla [Wed, 1 Dec 2004 21:19:10 +0000 (21:19 +0000)]
Extend the dance between function name and function oid so both the privlige code and the trail code can have a partner. Fixes bug 1069303

21 years agoRe-add string erroneously deleted by me. Italian update
soranzo [Wed, 1 Dec 2004 11:11:12 +0000 (11:11 +0000)]
Re-add string erroneously deleted by me. Italian update

21 years agosupport 8.0beta5 removal of tablespaces on schemas
chriskl [Mon, 29 Nov 2004 01:48:38 +0000 (01:48 +0000)]
support 8.0beta5 removal of tablespaces on schemas

21 years agoFix a misspelling bug and an include
soranzo [Fri, 26 Nov 2004 09:32:51 +0000 (09:32 +0000)]
Fix a misspelling bug and an include

21 years agoadd phppgadmin version to main page, along with php version. Fixes RFE 771166.
xzilla [Thu, 25 Nov 2004 21:31:09 +0000 (21:31 +0000)]
add phppgadmin version to main page, along with php version. Fixes RFE 771166.