could you send this patch attached and not inline ?
denis wrote:
Hello,
Here is an update for phpPgAdmin 4.2 (tested on i386 with PostgreSQL 8.3.1
Full credits go to Pierre-Emmanuel André who sent me this patch. Thanks :)
Denis Chatelain
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/phppgadmin/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 15 Sep 2007 20:38:25 -0000 1.4
+++ Makefile 7 Apr 2008 10:09:13 -0000
@@ -2,14 +2,13 @@
COMMENT= tool to handle the administration of PostgreSQL over the web
-DISTNAME= phpPgAdmin-3.5.5
-PKGNAME= ${DISTNAME}p0
+DISTNAME= phpPgAdmin-4.2
CATEGORIES= www databases
HOMEPAGE= http://phppgadmin.sourceforge.net/
MAINTAINER= Denis Chatelain <[EMAIL PROTECTED]>
-# GPL
+# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@@ -20,7 +19,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
-EXTRACT_ONLY=
PREFIX= /var/www
INSTDIR= ${PREFIX}/phpPgAdmin
@@ -30,7 +28,7 @@ PHP_VERSION= 5
RUN_DEPENDS=
:php${PHP_VERSION}-pgsql-*:www/php${PHP_VERSION}/extensions,-pgsql
do-install:
- @cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+ @cp -Rp ${WRKDIST} ${INSTDIR}
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/phppgadmin/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 5 Apr 2007 17:26:25 -0000 1.4
+++ distinfo 7 Apr 2008 10:09:13 -0000
@@ -1,5 +1,5 @@
-MD5 (phpPgAdmin-3.5.5.tar.gz) = WMFHc6rt92xYFv4a87xXhg==
-RMD160 (phpPgAdmin-3.5.5.tar.gz) = qli9W8y5pxHJPIANjG5MD8PEKPw=
-SHA1 (phpPgAdmin-3.5.5.tar.gz) = hpYi3vl3nbETbAYe0NQk0HSu4T0=
-SHA256 (phpPgAdmin-3.5.5.tar.gz) =
3nknzHQ4X0UhEstWWDg7ZdLbAFmndM7HKEg/BH64Hck=
-SIZE (phpPgAdmin-3.5.5.tar.gz) = 620100
+MD5 (phpPgAdmin-4.2.tar.gz) = 4ldeHnMYnUiIcN4QVlq/4w==
+RMD160 (phpPgAdmin-4.2.tar.gz) = OX/ICG3isoszrVYmElCG5w4BE6A=
+SHA1 (phpPgAdmin-4.2.tar.gz) = ZHbD/3TCKKbKTaLmBVFbRezw3yc=
+SHA256 (phpPgAdmin-4.2.tar.gz) =
AOaZX8qVM6egJkzBwhMAwPDLS74GaeAR7eJ5IDVhSmE=
+SIZE (phpPgAdmin-4.2.tar.gz) = 1100457
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/phppgadmin/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 20 Oct 2005 20:19:42 -0000 1.2
+++ pkg/PLIST 7 Apr 2008 10:09:13 -0000
@@ -8,30 +8,15 @@ phpPgAdmin/INSTALL
phpPgAdmin/LICENSE
phpPgAdmin/TODO
phpPgAdmin/TRANSLATORS
+phpPgAdmin/aciur.js
phpPgAdmin/aggregates.php
phpPgAdmin/all_db.php
-phpPgAdmin/bottombar.php
+phpPgAdmin/autocomplete.php
phpPgAdmin/browser.php
phpPgAdmin/casts.php
phpPgAdmin/classes/
+phpPgAdmin/classes/ArrayRecordSet.php
phpPgAdmin/classes/Gui.php
-phpPgAdmin/classes/HTML_TreeMenu/
-phpPgAdmin/classes/HTML_TreeMenu/TreeMenu.js
-phpPgAdmin/classes/HTML_TreeMenu/TreeMenu.php
-phpPgAdmin/classes/HTML_TreeMenu/images/
-phpPgAdmin/classes/HTML_TreeMenu/images/branch.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/branchbottom.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/branchtop.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/folder-expanded.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/folder.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/line.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/linebottom.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/minus.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/minusbottom.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/minustop.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/plus.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/plusbottom.gif
-phpPgAdmin/classes/HTML_TreeMenu/images/plustop.gif
phpPgAdmin/classes/Misc.php
phpPgAdmin/classes/Reports.php
phpPgAdmin/classes/class.select.php
@@ -44,7 +29,15 @@ phpPgAdmin/classes/database/Postgres72.p
phpPgAdmin/classes/database/Postgres73.php
phpPgAdmin/classes/database/Postgres74.php
phpPgAdmin/classes/database/Postgres80.php
+phpPgAdmin/classes/database/Postgres81.php
+phpPgAdmin/classes/database/Postgres82.php
+phpPgAdmin/classes/database/Postgres83.php
+phpPgAdmin/classes/plugins/
+phpPgAdmin/classes/plugins/Plugin.php
+phpPgAdmin/classes/plugins/Slony.php
+phpPgAdmin/colproperties.php
phpPgAdmin/conf/
[EMAIL PROTECTED] phpPgAdmin/conf/config.inc.php
phpPgAdmin/conf/config.inc.php-dist
@sample phpPgAdmin/conf/config.inc.php
phpPgAdmin/constraints.php
@@ -55,6 +48,8 @@ phpPgAdmin/dataimport.php
phpPgAdmin/dbexport.php
phpPgAdmin/display.php
phpPgAdmin/domains.php
+phpPgAdmin/fulltext.php
+phpPgAdmin/functions.js
phpPgAdmin/functions.php
phpPgAdmin/groups.php
phpPgAdmin/help/
@@ -65,19 +60,149 @@ phpPgAdmin/help/PostgresDoc72.php
phpPgAdmin/help/PostgresDoc73.php
phpPgAdmin/help/PostgresDoc74.php
phpPgAdmin/help/PostgresDoc80.php
+phpPgAdmin/help/PostgresDoc81.php
+phpPgAdmin/help/PostgresDoc82.php
+phpPgAdmin/help/PostgresDoc83.php
+phpPgAdmin/history.php
phpPgAdmin/images/
phpPgAdmin/images/themes/
phpPgAdmin/images/themes/default/
-phpPgAdmin/images/themes/default/database.png
-phpPgAdmin/images/themes/default/domains.png
-phpPgAdmin/images/themes/default/functions.png
-phpPgAdmin/images/themes/default/operators.png
-phpPgAdmin/images/themes/default/sequences.png
-phpPgAdmin/images/themes/default/tables.png
+phpPgAdmin/images/themes/default/AddArguments.png
+phpPgAdmin/images/themes/default/Admin.png
+phpPgAdmin/images/themes/default/Aggregate.png
+phpPgAdmin/images/themes/default/Aggregates.png
+phpPgAdmin/images/themes/default/AllUsers.png
+phpPgAdmin/images/themes/default/AvailableReplicationSet.png
+phpPgAdmin/images/themes/default/AvailableSubscription.png
+phpPgAdmin/images/themes/default/Backup.png
+phpPgAdmin/images/themes/default/Cast.png
+phpPgAdmin/images/themes/default/Casts.png
+phpPgAdmin/images/themes/default/CheckConstraint.png
+phpPgAdmin/images/themes/default/Cluster.png
+phpPgAdmin/images/themes/default/Column.png
+phpPgAdmin/images/themes/default/Columns.png
+phpPgAdmin/images/themes/default/Constraints.png
+phpPgAdmin/images/themes/default/Conversion.png
+phpPgAdmin/images/themes/default/Conversions.png
+phpPgAdmin/images/themes/default/Copy.png
+phpPgAdmin/images/themes/default/CorruptedDatabase.png
+phpPgAdmin/images/themes/default/Cut.png
+phpPgAdmin/images/themes/default/Database.png
+phpPgAdmin/images/themes/default/Databases.png
+phpPgAdmin/images/themes/default/Definition.png
+phpPgAdmin/images/themes/default/Delete.png
+phpPgAdmin/images/themes/default/DisabledJob.png
+phpPgAdmin/images/themes/default/DisconnectedDatabase.png
+phpPgAdmin/images/themes/default/DisconnectedServer.png
+phpPgAdmin/images/themes/default/Domain.png
+phpPgAdmin/images/themes/default/Domains.png
+phpPgAdmin/images/themes/default/EnableArgument.png
+phpPgAdmin/images/themes/default/Erase.png
+phpPgAdmin/images/themes/default/Execute.png
+phpPgAdmin/images/themes/default/ExecuteSave.png
+phpPgAdmin/images/themes/default/Explain.png
+phpPgAdmin/images/themes/default/Export.png
+phpPgAdmin/images/themes/default/Favicon.ico
+phpPgAdmin/images/themes/default/Filter.png
+phpPgAdmin/images/themes/default/ForeignKey.png
+phpPgAdmin/images/themes/default/Fts.png
+phpPgAdmin/images/themes/default/FtsCfg.png
+phpPgAdmin/images/themes/default/FtsDict.png
+phpPgAdmin/images/themes/default/FtsParser.png
+phpPgAdmin/images/themes/default/Function.png
+phpPgAdmin/images/themes/default/Functions.png
+phpPgAdmin/images/themes/default/GurusHint.png
+phpPgAdmin/images/themes/default/Help.png
+phpPgAdmin/images/themes/default/Histories.png
+phpPgAdmin/images/themes/default/History.png
+phpPgAdmin/images/themes/default/I.png
+phpPgAdmin/images/themes/default/Import.png
+phpPgAdmin/images/themes/default/Index.png
+phpPgAdmin/images/themes/default/Indexes.png
+phpPgAdmin/images/themes/default/Introduction.png
+phpPgAdmin/images/themes/default/Job.png
+phpPgAdmin/images/themes/default/Jobs.png
+phpPgAdmin/images/themes/default/Key.png
+phpPgAdmin/images/themes/default/L.png
+phpPgAdmin/images/themes/default/Language.png
+phpPgAdmin/images/themes/default/Languages.png
+phpPgAdmin/images/themes/default/Listen.png
+phpPgAdmin/images/themes/default/Listens.png
+phpPgAdmin/images/themes/default/Lminus.png
+phpPgAdmin/images/themes/default/Loading.gif
+phpPgAdmin/images/themes/default/LowerArgument.png
+phpPgAdmin/images/themes/default/Lplus.png
+phpPgAdmin/images/themes/default/Node.png
+phpPgAdmin/images/themes/default/Nodes.png
+phpPgAdmin/images/themes/default/ObjectNotFound.png
+phpPgAdmin/images/themes/default/OfferedReplicationSet.png
+phpPgAdmin/images/themes/default/OfferedSubscription.png
+phpPgAdmin/images/themes/default/Open.png
+phpPgAdmin/images/themes/default/Operator.png
+phpPgAdmin/images/themes/default/OperatorClass.png
+phpPgAdmin/images/themes/default/OperatorClasses.png
+phpPgAdmin/images/themes/default/Operators.png
+phpPgAdmin/images/themes/default/Paste.png
+phpPgAdmin/images/themes/default/Path.png
+phpPgAdmin/images/themes/default/Paths.png
+phpPgAdmin/images/themes/default/PrimaryKey.png
+phpPgAdmin/images/themes/default/Privileges.png
+phpPgAdmin/images/themes/default/Processes.png
+phpPgAdmin/images/themes/default/Property.png
+phpPgAdmin/images/themes/default/RaiseArgument.png
+phpPgAdmin/images/themes/default/Record.png
+phpPgAdmin/images/themes/default/Records.png
+phpPgAdmin/images/themes/default/Redo.png
+phpPgAdmin/images/themes/default/Refresh.png
+phpPgAdmin/images/themes/default/RemoveArgument.png
+phpPgAdmin/images/themes/default/Replication.png
+phpPgAdmin/images/themes/default/ReplicationSets.png
+phpPgAdmin/images/themes/default/Report.png
+phpPgAdmin/images/themes/default/Reports.png
+phpPgAdmin/images/themes/default/Restore.png
+phpPgAdmin/images/themes/default/Roles.png
+phpPgAdmin/images/themes/default/Rule.png
+phpPgAdmin/images/themes/default/Rules.png
+phpPgAdmin/images/themes/default/Save.png
+phpPgAdmin/images/themes/default/Schedule.png
+phpPgAdmin/images/themes/default/Schedules.png
+phpPgAdmin/images/themes/default/Schema.png
+phpPgAdmin/images/themes/default/Schemas.png
+phpPgAdmin/images/themes/default/Search.png
+phpPgAdmin/images/themes/default/Sequence.png
+phpPgAdmin/images/themes/default/Sequences.png
+phpPgAdmin/images/themes/default/Server.png
+phpPgAdmin/images/themes/default/Servers.png
+phpPgAdmin/images/themes/default/SqlEditor.png
+phpPgAdmin/images/themes/default/Statistics.png
+phpPgAdmin/images/themes/default/Step.png
+phpPgAdmin/images/themes/default/Steps.png
+phpPgAdmin/images/themes/default/Stop.png
+phpPgAdmin/images/themes/default/Subscriptions.png
+phpPgAdmin/images/themes/default/T.png
+phpPgAdmin/images/themes/default/Table.png
+phpPgAdmin/images/themes/default/Tables.png
+phpPgAdmin/images/themes/default/Tablespace.png
+phpPgAdmin/images/themes/default/Tablespaces.png
+phpPgAdmin/images/themes/default/Tminus.png
+phpPgAdmin/images/themes/default/Tplus.png
+phpPgAdmin/images/themes/default/Trigger.png
+phpPgAdmin/images/themes/default/TriggerFunction.png
+phpPgAdmin/images/themes/default/TriggerFunctions.png
+phpPgAdmin/images/themes/default/Triggers.png
+phpPgAdmin/images/themes/default/Type.png
+phpPgAdmin/images/themes/default/Types.png
+phpPgAdmin/images/themes/default/Undo.png
+phpPgAdmin/images/themes/default/UniqueConstraint.png
+phpPgAdmin/images/themes/default/User.png
+phpPgAdmin/images/themes/default/UserGroup.png
+phpPgAdmin/images/themes/default/UserGroups.png
+phpPgAdmin/images/themes/default/Users.png
+phpPgAdmin/images/themes/default/Variables.png
+phpPgAdmin/images/themes/default/View.png
+phpPgAdmin/images/themes/default/Views.png
+phpPgAdmin/images/themes/default/blank.png
phpPgAdmin/images/themes/default/title.png
-phpPgAdmin/images/themes/default/triggers.png
-phpPgAdmin/images/themes/default/types.png
-phpPgAdmin/images/themes/default/views.png
phpPgAdmin/index.php
phpPgAdmin/indexes.js
phpPgAdmin/indexes.php
@@ -87,8 +212,11 @@ phpPgAdmin/lang/
phpPgAdmin/lang/Makefile
phpPgAdmin/lang/afrikaans.php
phpPgAdmin/lang/arabic.php
+phpPgAdmin/lang/catalan.php
phpPgAdmin/lang/chinese-sim.php
phpPgAdmin/lang/chinese-tr.php
+phpPgAdmin/lang/chinese-utf8-zh_CN.php
+phpPgAdmin/lang/chinese-utf8-zh_TW.php
phpPgAdmin/lang/convert.awk
phpPgAdmin/lang/czech.php
phpPgAdmin/lang/danish.php
@@ -111,8 +239,11 @@ phpPgAdmin/lang/recoded/
phpPgAdmin/lang/recoded/README
phpPgAdmin/lang/recoded/afrikaans.php
phpPgAdmin/lang/recoded/arabic.php
+phpPgAdmin/lang/recoded/catalan.php
phpPgAdmin/lang/recoded/chinese-sim.php
phpPgAdmin/lang/recoded/chinese-tr.php
+phpPgAdmin/lang/recoded/chinese-utf8-zh_CN.php
+phpPgAdmin/lang/recoded/chinese-utf8-zh_TW.php
phpPgAdmin/lang/recoded/czech.php
phpPgAdmin/lang/recoded/danish.php
phpPgAdmin/lang/recoded/dutch.php
@@ -140,95 +271,180 @@ phpPgAdmin/lang/slovak.php
phpPgAdmin/lang/spanish.php
phpPgAdmin/lang/swedish.php
phpPgAdmin/lang/synch
+phpPgAdmin/lang/translations.php
phpPgAdmin/lang/turkish.php
phpPgAdmin/lang/ukrainian.php
phpPgAdmin/languages.php
phpPgAdmin/libraries/
phpPgAdmin/libraries/adodb/
-phpPgAdmin/libraries/adodb/adodb-connection.inc.php
-phpPgAdmin/libraries/adodb/adodb-cryptsession.php
phpPgAdmin/libraries/adodb/adodb-csvlib.inc.php
phpPgAdmin/libraries/adodb/adodb-datadict.inc.php
-phpPgAdmin/libraries/adodb/adodb-errorhandler.inc.php
-phpPgAdmin/libraries/adodb/adodb-errorpear.inc.php
+phpPgAdmin/libraries/adodb/adodb-error.inc.php
+phpPgAdmin/libraries/adodb/adodb-iterator.inc.php
phpPgAdmin/libraries/adodb/adodb-lib.inc.php
-phpPgAdmin/libraries/adodb/adodb-pager.inc.php
-phpPgAdmin/libraries/adodb/adodb-pear.inc.php
-phpPgAdmin/libraries/adodb/adodb-recordset.inc.php
-phpPgAdmin/libraries/adodb/adodb-session.php
+phpPgAdmin/libraries/adodb/adodb-php4.inc.php
phpPgAdmin/libraries/adodb/adodb-time.inc.php
phpPgAdmin/libraries/adodb/adodb.inc.php
-phpPgAdmin/libraries/adodb/crypt.inc.php
-phpPgAdmin/libraries/adodb/datadict/
-phpPgAdmin/libraries/adodb/datadict/datadict-mssql.inc.php
-phpPgAdmin/libraries/adodb/datadict/datadict-mysql.inc.php
-phpPgAdmin/libraries/adodb/datadict/datadict-oci8.inc.php
-phpPgAdmin/libraries/adodb/datadict/datadict-postgres.inc.php
phpPgAdmin/libraries/adodb/drivers/
-phpPgAdmin/libraries/adodb/drivers/adodb-access.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-ado.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-ado_access.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-ado_mssql.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-borland_ibase.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-csv.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-db2.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-fbsql.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-firebird.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-ibase.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-informix.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-informix72.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-mssql.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-mssqlpo.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-mysql.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-mysqlt.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-oci8.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-oci805.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-oci8po.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-odbc.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-odbc_mssql.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-odbc_oracle.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-oracle.inc.php
phpPgAdmin/libraries/adodb/drivers/adodb-postgres.inc.php
phpPgAdmin/libraries/adodb/drivers/adodb-postgres64.inc.php
phpPgAdmin/libraries/adodb/drivers/adodb-postgres7.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-proxy.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-sqlanywhere.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-sybase.inc.php
-phpPgAdmin/libraries/adodb/drivers/adodb-vfp.inc.php
+phpPgAdmin/libraries/adodb/drivers/adodb-postgres8.inc.php
+phpPgAdmin/libraries/adodb/lang/
+phpPgAdmin/libraries/adodb/lang/adodb-ar.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-bg.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-bgutf8.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-ca.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-cn.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-cz.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-da.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-de.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-en.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-es.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-esperanto.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-fr.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-hu.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-it.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-nl.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-pl.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-pt-br.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-ro.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-ru1251.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-sv.inc.php
+phpPgAdmin/libraries/adodb/lang/adodb-uk1251.inc.php
phpPgAdmin/libraries/adodb/license.txt
-phpPgAdmin/libraries/adodb/pivottable.inc.php
phpPgAdmin/libraries/adodb/readme.txt
-phpPgAdmin/libraries/adodb/rsfilter.inc.php
-phpPgAdmin/libraries/adodb/server.php
phpPgAdmin/libraries/adodb/toexport.inc.php
phpPgAdmin/libraries/adodb/tohtml.inc.php
+phpPgAdmin/libraries/decorator.inc.php
phpPgAdmin/libraries/errorhandler.inc.php
phpPgAdmin/libraries/highlight.php
phpPgAdmin/libraries/lib.inc.php
phpPgAdmin/links.js
phpPgAdmin/login.php
phpPgAdmin/logout.php
+phpPgAdmin/multiactionform.js
phpPgAdmin/opclasses.php
phpPgAdmin/operators.php
+phpPgAdmin/plugin_slony.php
phpPgAdmin/privileges.php
phpPgAdmin/redirect.php
phpPgAdmin/reports.php
phpPgAdmin/robots.txt
+phpPgAdmin/roles.php
phpPgAdmin/rules.php
+phpPgAdmin/schemas.php
+phpPgAdmin/selenium/
+phpPgAdmin/selenium/Blank.html
+phpPgAdmin/selenium/InjectedRemoteRunner.html
+phpPgAdmin/selenium/RemoteRunner.html
+phpPgAdmin/selenium/SeleniumLog.html
+phpPgAdmin/selenium/TestPrompt.html
+phpPgAdmin/selenium/TestRunner-splash.html
+phpPgAdmin/selenium/TestRunner.hta
+phpPgAdmin/selenium/TestRunner.html
+phpPgAdmin/selenium/domviewer/
+phpPgAdmin/selenium/domviewer/butmin.gif
+phpPgAdmin/selenium/domviewer/butplus.gif
+phpPgAdmin/selenium/domviewer/domviewer.css
+phpPgAdmin/selenium/domviewer/domviewer.html
+phpPgAdmin/selenium/domviewer/selenium-domviewer.js
+phpPgAdmin/selenium/icons/
+phpPgAdmin/selenium/icons/all.png
+phpPgAdmin/selenium/icons/continue.png
+phpPgAdmin/selenium/icons/continue_disabled.png
+phpPgAdmin/selenium/icons/pause.png
+phpPgAdmin/selenium/icons/pause_disabled.png
+phpPgAdmin/selenium/icons/selected.png
+phpPgAdmin/selenium/icons/step.png
+phpPgAdmin/selenium/icons/step_disabled.png
+phpPgAdmin/selenium/iedoc-core.xml
+phpPgAdmin/selenium/iedoc.xml
+phpPgAdmin/selenium/lib/
+phpPgAdmin/selenium/lib/cssQuery/
+phpPgAdmin/selenium/lib/cssQuery/cssQuery-p.js
+phpPgAdmin/selenium/lib/cssQuery/src/
+phpPgAdmin/selenium/lib/cssQuery/src/cssQuery-level2.js
+phpPgAdmin/selenium/lib/cssQuery/src/cssQuery-level3.js
+phpPgAdmin/selenium/lib/cssQuery/src/cssQuery-standard.js
+phpPgAdmin/selenium/lib/cssQuery/src/cssQuery.js
+phpPgAdmin/selenium/lib/prototype.js
+phpPgAdmin/selenium/lib/scriptaculous/
+phpPgAdmin/selenium/lib/scriptaculous/builder.js
+phpPgAdmin/selenium/lib/scriptaculous/controls.js
+phpPgAdmin/selenium/lib/scriptaculous/dragdrop.js
+phpPgAdmin/selenium/lib/scriptaculous/effects.js
+phpPgAdmin/selenium/lib/scriptaculous/scriptaculous.js
+phpPgAdmin/selenium/lib/scriptaculous/slider.js
+phpPgAdmin/selenium/lib/scriptaculous/unittest.js
+phpPgAdmin/selenium/scripts/
+phpPgAdmin/selenium/scripts/find_matching_child.js
+phpPgAdmin/selenium/scripts/htmlutils.js
+phpPgAdmin/selenium/scripts/injection.html
+phpPgAdmin/selenium/scripts/injection_iframe.html
+phpPgAdmin/selenium/scripts/js2html.js
+phpPgAdmin/selenium/scripts/narcissus-defs.js
+phpPgAdmin/selenium/scripts/narcissus-exec.js
+phpPgAdmin/selenium/scripts/narcissus-parse.js
+phpPgAdmin/selenium/scripts/se2html.js
+phpPgAdmin/selenium/scripts/selenium-api.js
+phpPgAdmin/selenium/scripts/selenium-browserbot.js
+phpPgAdmin/selenium/scripts/selenium-browserdetect.js
+phpPgAdmin/selenium/scripts/selenium-commandhandlers.js
+phpPgAdmin/selenium/scripts/selenium-executionloop.js
+phpPgAdmin/selenium/scripts/selenium-logging.js
+phpPgAdmin/selenium/scripts/selenium-remoterunner.js
+phpPgAdmin/selenium/scripts/selenium-testrunner.js
+phpPgAdmin/selenium/scripts/selenium-version.js
+phpPgAdmin/selenium/scripts/user-extensions.js.sample
+phpPgAdmin/selenium/scripts/xmlextras.js
+phpPgAdmin/selenium/selenium-logo.png
+phpPgAdmin/selenium/selenium-test.css
+phpPgAdmin/selenium/selenium.css
+phpPgAdmin/selenium/tests/
+phpPgAdmin/selenium/tests/README
+phpPgAdmin/selenium/tests/TestSuite.html
+phpPgAdmin/selenium/tests/column.php
+phpPgAdmin/selenium/tests/config.inc.php
+phpPgAdmin/selenium/tests/constraints.php
+phpPgAdmin/selenium/tests/create_database.php
+phpPgAdmin/selenium/tests/create_schema.php
+phpPgAdmin/selenium/tests/create_view.php
+phpPgAdmin/selenium/tests/domain.php
+phpPgAdmin/selenium/tests/drop_database.php
+phpPgAdmin/selenium/tests/drop_domain_fail.php
+phpPgAdmin/selenium/tests/drop_role_bad.php
+phpPgAdmin/selenium/tests/drop_schema.php
+phpPgAdmin/selenium/tests/index.php
+phpPgAdmin/selenium/tests/intro.php
+phpPgAdmin/selenium/tests/login.php
+phpPgAdmin/selenium/tests/logout.php
+phpPgAdmin/selenium/tests/outro.php
+phpPgAdmin/selenium/tests/sequence.php
+phpPgAdmin/selenium/tests/table.php
+phpPgAdmin/selenium/user-extensions.js
+phpPgAdmin/selenium/xpath/
+phpPgAdmin/selenium/xpath/dom.js
+phpPgAdmin/selenium/xpath/misc.js
+phpPgAdmin/selenium/xpath/xpath.js
phpPgAdmin/sequences.php
+phpPgAdmin/servers.php
phpPgAdmin/sql/
phpPgAdmin/sql.php
phpPgAdmin/sql/reports-pgsql.sql
phpPgAdmin/sqledit.php
+phpPgAdmin/tables.js
phpPgAdmin/tables.php
phpPgAdmin/tablespaces.php
phpPgAdmin/tblproperties.php
phpPgAdmin/themes/
phpPgAdmin/themes/default/
phpPgAdmin/themes/default/global.css
-phpPgAdmin/topbar.php
phpPgAdmin/triggers.php
phpPgAdmin/types.php
phpPgAdmin/users.php
phpPgAdmin/viewproperties.php
phpPgAdmin/views.php
+phpPgAdmin/xloadtree/
+phpPgAdmin/xloadtree/xloadtree2.js
+phpPgAdmin/xloadtree/xtree2.js