jollytoad [Wed, 13 Apr 2005 11:30:56 +0000 (11:30 +0000)]
Prevent display.php from producing page headers when included from doSelectRows().
jollytoad [Wed, 13 Apr 2005 11:28:50 +0000 (11:28 +0000)]
Fixed download link URL when $_REQUEST['search_path'] isn't set
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.
jollytoad [Tue, 29 Mar 2005 07:57:45 +0000 (07:57 +0000)]
Fixed isDumpEnabled.
jollytoad [Tue, 22 Mar 2005 09:29:34 +0000 (09:29 +0000)]
Completed substitution of 'section' url var with 'subject'.
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
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.
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.
jollytoad [Wed, 9 Mar 2005 12:29:01 +0000 (12:29 +0000)]
Fixed tree nodes: to show full object prototype, and comment as tooltip.
jollytoad [Wed, 9 Mar 2005 12:23:00 +0000 (12:23 +0000)]
Added tooltiptasticness to tree nodes :)
jollytoad [Wed, 9 Mar 2005 12:21:10 +0000 (12:21 +0000)]
Major rework, lean more towards OO for clarity and extensibility.
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.
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.
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.
jollytoad [Tue, 8 Mar 2005 12:35:04 +0000 (12:35 +0000)]
Oops, forgot to fix.
jollytoad [Tue, 8 Mar 2005 12:31:05 +0000 (12:31 +0000)]
Added messages for xLoadTree
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
jollytoad [Tue, 8 Mar 2005 12:28:02 +0000 (12:28 +0000)]
Allow error icon and message to be customized.
jollytoad [Tue, 8 Mar 2005 12:27:06 +0000 (12:27 +0000)]
Allow values in tree to not be escaped.
jollytoad [Tue, 8 Mar 2005 12:24:56 +0000 (12:24 +0000)]
Added extra config for xTree.
Added XML debugging whilst testing.
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.
jollytoad [Tue, 8 Mar 2005 09:56:37 +0000 (09:56 +0000)]
Applied Russell Smiths drop database patch.
jollytoad [Tue, 8 Mar 2005 09:45:22 +0000 (09:45 +0000)]
Display server description in logout message.
jollytoad [Tue, 8 Mar 2005 09:43:38 +0000 (09:43 +0000)]
Request vars were not passed on after a failed login - fixed.
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.
jollytoad [Tue, 8 Mar 2005 09:17:21 +0000 (09:17 +0000)]
Set target globally in browser.php.
xzilla [Mon, 7 Mar 2005 22:16:41 +0000 (22:16 +0000)]
auto expand the server nodes, per Mark
jollytoad [Thu, 3 Mar 2005 14:55:36 +0000 (14:55 +0000)]
Added third party credit for XLoadTree
jollytoad [Thu, 3 Mar 2005 14:54:07 +0000 (14:54 +0000)]
Fix hidden form elements to include only $_GET vars
jollytoad [Thu, 3 Mar 2005 14:52:18 +0000 (14:52 +0000)]
Updated for XLoadTree2(beta)
xzilla [Thu, 3 Mar 2005 14:51:30 +0000 (14:51 +0000)]
hmmph... no recode on this machine...
jollytoad [Thu, 3 Mar 2005 14:46:28 +0000 (14:46 +0000)]
Reload browser tree after login.
jollytoad [Thu, 3 Mar 2005 14:45:47 +0000 (14:45 +0000)]
Added 'Loading...' message for XLoadTree2
jollytoad [Thu, 3 Mar 2005 14:44:38 +0000 (14:44 +0000)]
For XLoadTree2
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.
jollytoad [Thu, 3 Mar 2005 14:35:13 +0000 (14:35 +0000)]
Updated to XLoadTree2(beta)
soranzo [Wed, 2 Mar 2005 17:31:51 +0000 (17:31 +0000)]
Italian update.
jollytoad [Wed, 2 Mar 2005 14:40:22 +0000 (14:40 +0000)]
Fixed hiding of advanced objects in the tree if set in config.
jollytoad [Wed, 2 Mar 2005 14:01:03 +0000 (14:01 +0000)]
Obsoleted by new layout.
jollytoad [Wed, 2 Mar 2005 13:56:19 +0000 (13:56 +0000)]
Fixed instructions for new lang/translations.php file
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.
jollytoad [Wed, 2 Mar 2005 13:52:25 +0000 (13:52 +0000)]
Fixed language selection form.
jollytoad [Wed, 2 Mar 2005 13:50:56 +0000 (13:50 +0000)]
Added changes for this branch (DEV_TREE)
jollytoad [Wed, 2 Mar 2005 09:47:40 +0000 (09:47 +0000)]
Combined checkExtraSecurity into getDatabaseAccessor
jollytoad [Wed, 2 Mar 2005 09:19:34 +0000 (09:19 +0000)]
Don't perform checkExtraSecurity when $_no_db_connection is set.
jollytoad [Tue, 1 Mar 2005 10:52:23 +0000 (10:52 +0000)]
Support for multi-server
jollytoad [Tue, 1 Mar 2005 10:48:24 +0000 (10:48 +0000)]
New servers page.
jollytoad [Tue, 1 Mar 2005 10:47:02 +0000 (10:47 +0000)]
Support for multi-server logins and new dynamic tree (xloadtree).
jollytoad [Tue, 1 Mar 2005 10:44:24 +0000 (10:44 +0000)]
Added XLoadTree from http://webfx.eae.net
jollytoad [Tue, 1 Mar 2005 10:43:10 +0000 (10:43 +0000)]
Support new layout and xloadtree.
jollytoad [Tue, 1 Mar 2005 10:41:11 +0000 (10:41 +0000)]
Unset login details on login failure
jollytoad [Tue, 1 Mar 2005 10:40:15 +0000 (10:40 +0000)]
Decorators for dynamically resolving field values
jollytoad [Tue, 1 Mar 2005 10:38:36 +0000 (10:38 +0000)]
Multi-server support
jollytoad [Tue, 1 Mar 2005 10:37:38 +0000 (10:37 +0000)]
Icons for xloadtree
jollytoad [Tue, 1 Mar 2005 10:35:58 +0000 (10:35 +0000)]
*** empty log message ***
jollytoad [Tue, 1 Mar 2005 10:34:12 +0000 (10:34 +0000)]
Multi-server and xloadtree support
jollytoad [Tue, 1 Mar 2005 10:33:23 +0000 (10:33 +0000)]
Modified for multi-server, and added function prototypes directly into
functions query.
chriskl [Thu, 24 Feb 2005 12:44:03 +0000 (12:44 +0000)]
add nte about pagination and downloading
chriskl [Thu, 24 Feb 2005 09:41:58 +0000 (09:41 +0000)]
Fix using schema enabled dump on non-schema enabled backend
chriskl [Tue, 22 Feb 2005 13:29:36 +0000 (13:29 +0000)]
update japanese
soranzo [Mon, 21 Feb 2005 13:26:09 +0000 (13:26 +0000)]
Sync with faq.php
mr-russ [Sun, 20 Feb 2005 04:47:46 +0000 (04:47 +0000)]
Allow Adaptive Textarea's when editting values (Juergen Weigert)
chriskl [Fri, 18 Feb 2005 11:39:46 +0000 (11:39 +0000)]
add partial danish from arne. add all languages to browser detection list
slubek [Thu, 17 Feb 2005 22:13:22 +0000 (22:13 +0000)]
Small improvements
jollytoad [Wed, 16 Feb 2005 10:27:44 +0000 (10:27 +0000)]
Allow base URL of PostgreSQL documentation to be configured.
soranzo [Wed, 16 Feb 2005 01:25:04 +0000 (01:25 +0000)]
FAQ reorganization
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'
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.
slubek [Sat, 12 Feb 2005 21:55:59 +0000 (21:55 +0000)]
Synchronization with english.php
chriskl [Fri, 11 Feb 2005 11:22:24 +0000 (11:22 +0000)]
use native windows postgres for second example
chriskl [Fri, 11 Feb 2005 11:11:52 +0000 (11:11 +0000)]
add russell to contributors
mr-russ [Thu, 10 Feb 2005 21:21:00 +0000 (21:21 +0000)]
Allow Multiline character and character varying editing and inserting
chriskl [Wed, 9 Feb 2005 13:12:32 +0000 (13:12 +0000)]
japanese from tadashi that didn't make it in for 3.5
chriskl [Wed, 9 Feb 2005 11:26:17 +0000 (11:26 +0000)]
timeout prevention from adrian nida
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.
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
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)
soranzo [Sun, 6 Feb 2005 20:03:20 +0000 (20:03 +0000)]
Bugfix for 'Allow current database to be at the top'
mr-russ [Sun, 6 Feb 2005 04:18:58 +0000 (04:18 +0000)]
Fix port selection for local connections
mr-russ [Sun, 6 Feb 2005 00:34:19 +0000 (00:34 +0000)]
Allow current database to be at the top
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
chriskl [Tue, 1 Feb 2005 16:41:19 +0000 (16:41 +0000)]
add missing PHP end tags. weird
soranzo [Thu, 27 Jan 2005 18:02:11 +0000 (18:02 +0000)]
Another fix for 'Ensure login frame is always at top level'
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.
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
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
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
jollytoad [Wed, 19 Jan 2005 12:27:14 +0000 (12:27 +0000)]
Claimed multiple server login.
mr-russ [Wed, 19 Jan 2005 10:50:19 +0000 (10:50 +0000)]
Tree Icons are displayed middle instead of top
chriskl [Wed, 19 Jan 2005 10:27:16 +0000 (10:27 +0000)]
Ensure login frame is always at top level (Russell Smith)
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.
soranzo [Tue, 4 Jan 2005 23:49:17 +0000 (23:49 +0000)]
Check the version of PHP. Remove the relative string from lang files.
soranzo [Mon, 20 Dec 2004 13:11:49 +0000 (13:11 +0000)]
German update from Markus
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
chriskl [Mon, 6 Dec 2004 02:48:34 +0000 (02:48 +0000)]
fixes for search paths
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
soranzo [Wed, 1 Dec 2004 11:11:12 +0000 (11:11 +0000)]
Re-add string erroneously deleted by me. Italian update
chriskl [Mon, 29 Nov 2004 01:48:38 +0000 (01:48 +0000)]
support 8.0beta5 removal of tablespaces on schemas
soranzo [Fri, 26 Nov 2004 09:32:51 +0000 (09:32 +0000)]
Fix a misspelling bug and an include
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.