pkgsrc/databases/phppgadmin/PLIST

358 lines
16 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.17 2014/09/17 10:50:15 wiz Exp $
share/doc/phppgadmin/CREDITS
share/doc/phppgadmin/DEVELOPERS
share/doc/phppgadmin/FAQ
share/doc/phppgadmin/HISTORY
share/doc/phppgadmin/INSTALL
share/doc/phppgadmin/LICENSE
share/doc/phppgadmin/TODO
share/doc/phppgadmin/TRANSLATORS
share/examples/phppgadmin/apache.conf
share/examples/phppgadmin/config.inc.php-dist
Update to phpPgAdmin 5.0.2 Changes in 5.0.2 ---------------- Some bug fixes. * Fix a css typo & error in cappuccino theme * Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak * Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3 * Fix a lot of nonstandard escaped string in the database access classes Changes in 5.0.1 ---------------- Minor bug fix and update version. * Fix #3124417 "Wrong german translation", reported by schnoesel * Fix (officialy) a bug where non-super user roles cannot check ownership on objects * Add forgotten Galician language to the target "all" of lang/Makefile * Update jQuery library to current stable 1.4.4 * remove useless date from the topbar informations. This was the only place that did PHP 5.3 complain about bad timezone configuration (a non-PPA related warning). As it was a totaly useless information, we decide to remove it. Changes in 5.0 -------------- Features * Support for PostgreSQL 8.4 and 9.0 * Support for database level collation for 8.4+ * Support for schema level export * Add ability to alter schema ownership * Clean up domain support and improve interface * Add support for commenting on functions * Allow user to rename role/users and set new passwords at the same time * Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K) * Overhauled Selenium Test suite to support multiple database versions * Optimized application graphics (Limo Driver) * Support for Column Level Privileges * Allow users to specify a template database at database creation time * Support killing processes * Add ability to create indexes concurrently * Much better support of autovacuum configuration * Add an admin page for table level * Refactored autocompletion: * fix support for cross-schema objects * support multi-field FK * support for pagination of values in the auto-complete list * Allow user to logicaly group their server under custom named node in the browser tree * New themes (Cappuccino and Gotar) and a theme switcher on the introduction page * Auto refresh Locks page * Auto refresh Processes page * Link in the bottom of the page to go to top of page * Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row) Bugs * Fix problems with query tracking on overly long queries * Ensure pg_dump paths are valid * Fix multiple bugs about quoting and escaping database objects names with special chars * Fix multiple bugs in the browser tree * Fix multiple bugs on the SQL and script file import form * One security fix about code injection * Don't allow inserting on a table without fields * Some fix about commenting databases * removed deprecated functions from PHP 5.3 * Lot of code cleanup * Many other small minor bugs found on our way * Fix the operator property page Translations * Czech (Marek Cernocky) * Greek (Adamantios Diamantidis) * Brazillian Portuguese (Fernando Wendt) * Galician (Adri€n Chaves Fern€ndez) Incompatabilities * No longer support PHP < 5.0 * No longer support Postgres < 7.4
2011-02-09 00:09:17 +01:00
share/phppgadmin/admin.php
share/phppgadmin/aggregates.php
Update to phpPgAdmin 5.0.2 Changes in 5.0.2 ---------------- Some bug fixes. * Fix a css typo & error in cappuccino theme * Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak * Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3 * Fix a lot of nonstandard escaped string in the database access classes Changes in 5.0.1 ---------------- Minor bug fix and update version. * Fix #3124417 "Wrong german translation", reported by schnoesel * Fix (officialy) a bug where non-super user roles cannot check ownership on objects * Add forgotten Galician language to the target "all" of lang/Makefile * Update jQuery library to current stable 1.4.4 * remove useless date from the topbar informations. This was the only place that did PHP 5.3 complain about bad timezone configuration (a non-PPA related warning). As it was a totaly useless information, we decide to remove it. Changes in 5.0 -------------- Features * Support for PostgreSQL 8.4 and 9.0 * Support for database level collation for 8.4+ * Support for schema level export * Add ability to alter schema ownership * Clean up domain support and improve interface * Add support for commenting on functions * Allow user to rename role/users and set new passwords at the same time * Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K) * Overhauled Selenium Test suite to support multiple database versions * Optimized application graphics (Limo Driver) * Support for Column Level Privileges * Allow users to specify a template database at database creation time * Support killing processes * Add ability to create indexes concurrently * Much better support of autovacuum configuration * Add an admin page for table level * Refactored autocompletion: * fix support for cross-schema objects * support multi-field FK * support for pagination of values in the auto-complete list * Allow user to logicaly group their server under custom named node in the browser tree * New themes (Cappuccino and Gotar) and a theme switcher on the introduction page * Auto refresh Locks page * Auto refresh Processes page * Link in the bottom of the page to go to top of page * Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row) Bugs * Fix problems with query tracking on overly long queries * Ensure pg_dump paths are valid * Fix multiple bugs about quoting and escaping database objects names with special chars * Fix multiple bugs in the browser tree * Fix multiple bugs on the SQL and script file import form * One security fix about code injection * Don't allow inserting on a table without fields * Some fix about commenting databases * removed deprecated functions from PHP 5.3 * Lot of code cleanup * Many other small minor bugs found on our way * Fix the operator property page Translations * Czech (Marek Cernocky) * Greek (Adamantios Diamantidis) * Brazillian Portuguese (Fernando Wendt) * Galician (Adri€n Chaves Fern€ndez) Incompatabilities * No longer support PHP < 5.0 * No longer support Postgres < 7.4
2011-02-09 00:09:17 +01:00
share/phppgadmin/ajax-ac-insert.php
share/phppgadmin/all_db.php
share/phppgadmin/browser.php
share/phppgadmin/casts.php
share/phppgadmin/classes/ArrayRecordSet.php
share/phppgadmin/classes/Gui.php
share/phppgadmin/classes/Misc.php
share/phppgadmin/classes/Plugin.php
share/phppgadmin/classes/PluginManager.php
share/phppgadmin/classes/class.select.php
share/phppgadmin/classes/database/ADODB_base.php
share/phppgadmin/classes/database/Connection.php
share/phppgadmin/classes/database/Postgres.php
share/phppgadmin/classes/database/Postgres74.php
share/phppgadmin/classes/database/Postgres80.php
share/phppgadmin/classes/database/Postgres81.php
share/phppgadmin/classes/database/Postgres82.php
share/phppgadmin/classes/database/Postgres83.php
Update to phpPgAdmin 5.0.2 Changes in 5.0.2 ---------------- Some bug fixes. * Fix a css typo & error in cappuccino theme * Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak * Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3 * Fix a lot of nonstandard escaped string in the database access classes Changes in 5.0.1 ---------------- Minor bug fix and update version. * Fix #3124417 "Wrong german translation", reported by schnoesel * Fix (officialy) a bug where non-super user roles cannot check ownership on objects * Add forgotten Galician language to the target "all" of lang/Makefile * Update jQuery library to current stable 1.4.4 * remove useless date from the topbar informations. This was the only place that did PHP 5.3 complain about bad timezone configuration (a non-PPA related warning). As it was a totaly useless information, we decide to remove it. Changes in 5.0 -------------- Features * Support for PostgreSQL 8.4 and 9.0 * Support for database level collation for 8.4+ * Support for schema level export * Add ability to alter schema ownership * Clean up domain support and improve interface * Add support for commenting on functions * Allow user to rename role/users and set new passwords at the same time * Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K) * Overhauled Selenium Test suite to support multiple database versions * Optimized application graphics (Limo Driver) * Support for Column Level Privileges * Allow users to specify a template database at database creation time * Support killing processes * Add ability to create indexes concurrently * Much better support of autovacuum configuration * Add an admin page for table level * Refactored autocompletion: * fix support for cross-schema objects * support multi-field FK * support for pagination of values in the auto-complete list * Allow user to logicaly group their server under custom named node in the browser tree * New themes (Cappuccino and Gotar) and a theme switcher on the introduction page * Auto refresh Locks page * Auto refresh Processes page * Link in the bottom of the page to go to top of page * Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row) Bugs * Fix problems with query tracking on overly long queries * Ensure pg_dump paths are valid * Fix multiple bugs about quoting and escaping database objects names with special chars * Fix multiple bugs in the browser tree * Fix multiple bugs on the SQL and script file import form * One security fix about code injection * Don't allow inserting on a table without fields * Some fix about commenting databases * removed deprecated functions from PHP 5.3 * Lot of code cleanup * Many other small minor bugs found on our way * Fix the operator property page Translations * Czech (Marek Cernocky) * Greek (Adamantios Diamantidis) * Brazillian Portuguese (Fernando Wendt) * Galician (Adri€n Chaves Fern€ndez) Incompatabilities * No longer support PHP < 5.0 * No longer support Postgres < 7.4
2011-02-09 00:09:17 +01:00
share/phppgadmin/classes/database/Postgres84.php
share/phppgadmin/classes/database/Postgres90.php
share/phppgadmin/classes/database/Postgres91.php
share/phppgadmin/colproperties.php
share/phppgadmin/conf/config.inc.php
share/phppgadmin/constraints.php
share/phppgadmin/conversions.php
share/phppgadmin/database.php
share/phppgadmin/dataexport.php
share/phppgadmin/dataimport.php
share/phppgadmin/dbexport.php
share/phppgadmin/display.php
share/phppgadmin/domains.php
share/phppgadmin/fulltext.php
share/phppgadmin/functions.js
share/phppgadmin/functions.php
share/phppgadmin/groups.php
share/phppgadmin/help.php
share/phppgadmin/help/PostgresDoc74.php
share/phppgadmin/help/PostgresDoc80.php
share/phppgadmin/help/PostgresDoc81.php
share/phppgadmin/help/PostgresDoc82.php
share/phppgadmin/help/PostgresDoc83.php
Update to phpPgAdmin 5.0.2 Changes in 5.0.2 ---------------- Some bug fixes. * Fix a css typo & error in cappuccino theme * Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak * Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3 * Fix a lot of nonstandard escaped string in the database access classes Changes in 5.0.1 ---------------- Minor bug fix and update version. * Fix #3124417 "Wrong german translation", reported by schnoesel * Fix (officialy) a bug where non-super user roles cannot check ownership on objects * Add forgotten Galician language to the target "all" of lang/Makefile * Update jQuery library to current stable 1.4.4 * remove useless date from the topbar informations. This was the only place that did PHP 5.3 complain about bad timezone configuration (a non-PPA related warning). As it was a totaly useless information, we decide to remove it. Changes in 5.0 -------------- Features * Support for PostgreSQL 8.4 and 9.0 * Support for database level collation for 8.4+ * Support for schema level export * Add ability to alter schema ownership * Clean up domain support and improve interface * Add support for commenting on functions * Allow user to rename role/users and set new passwords at the same time * Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K) * Overhauled Selenium Test suite to support multiple database versions * Optimized application graphics (Limo Driver) * Support for Column Level Privileges * Allow users to specify a template database at database creation time * Support killing processes * Add ability to create indexes concurrently * Much better support of autovacuum configuration * Add an admin page for table level * Refactored autocompletion: * fix support for cross-schema objects * support multi-field FK * support for pagination of values in the auto-complete list * Allow user to logicaly group their server under custom named node in the browser tree * New themes (Cappuccino and Gotar) and a theme switcher on the introduction page * Auto refresh Locks page * Auto refresh Processes page * Link in the bottom of the page to go to top of page * Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row) Bugs * Fix problems with query tracking on overly long queries * Ensure pg_dump paths are valid * Fix multiple bugs about quoting and escaping database objects names with special chars * Fix multiple bugs in the browser tree * Fix multiple bugs on the SQL and script file import form * One security fix about code injection * Don't allow inserting on a table without fields * Some fix about commenting databases * removed deprecated functions from PHP 5.3 * Lot of code cleanup * Many other small minor bugs found on our way * Fix the operator property page Translations * Czech (Marek Cernocky) * Greek (Adamantios Diamantidis) * Brazillian Portuguese (Fernando Wendt) * Galician (Adri€n Chaves Fern€ndez) Incompatabilities * No longer support PHP < 5.0 * No longer support Postgres < 7.4
2011-02-09 00:09:17 +01:00
share/phppgadmin/help/PostgresDoc84.php
share/phppgadmin/help/PostgresDoc90.php
share/phppgadmin/help/PostgresDoc91.php
share/phppgadmin/help/PostgresDoc92.php
share/phppgadmin/history.php
share/phppgadmin/images/themes/cappuccino/Lminus.png
share/phppgadmin/images/themes/cappuccino/Lplus.png
share/phppgadmin/images/themes/cappuccino/Tminus.png
share/phppgadmin/images/themes/cappuccino/Tplus.png
share/phppgadmin/images/themes/cappuccino/inputbckg.png
share/phppgadmin/images/themes/cappuccino/openListe.png
share/phppgadmin/images/themes/cappuccino/title.png
share/phppgadmin/images/themes/default/AddArguments.png
share/phppgadmin/images/themes/default/Admin.png
share/phppgadmin/images/themes/default/Aggregate.png
share/phppgadmin/images/themes/default/Aggregates.png
share/phppgadmin/images/themes/default/AllUsers.png
share/phppgadmin/images/themes/default/AvailableReplicationSet.png
share/phppgadmin/images/themes/default/AvailableSubscription.png
share/phppgadmin/images/themes/default/Backup.png
share/phppgadmin/images/themes/default/Cast.png
share/phppgadmin/images/themes/default/Casts.png
share/phppgadmin/images/themes/default/CheckConstraint.png
share/phppgadmin/images/themes/default/Cluster.png
share/phppgadmin/images/themes/default/Column.png
share/phppgadmin/images/themes/default/Columns.png
share/phppgadmin/images/themes/default/Constraints.png
share/phppgadmin/images/themes/default/Conversion.png
share/phppgadmin/images/themes/default/Conversions.png
share/phppgadmin/images/themes/default/Copy.png
share/phppgadmin/images/themes/default/CorruptedDatabase.png
share/phppgadmin/images/themes/default/Cut.png
share/phppgadmin/images/themes/default/Database.png
share/phppgadmin/images/themes/default/Databases.png
share/phppgadmin/images/themes/default/Definition.png
share/phppgadmin/images/themes/default/Delete.png
share/phppgadmin/images/themes/default/DisabledJob.png
share/phppgadmin/images/themes/default/DisconnectedDatabase.png
share/phppgadmin/images/themes/default/DisconnectedServer.png
share/phppgadmin/images/themes/default/Domain.png
share/phppgadmin/images/themes/default/Domains.png
share/phppgadmin/images/themes/default/EnableArgument.png
share/phppgadmin/images/themes/default/Erase.png
share/phppgadmin/images/themes/default/Execute.png
share/phppgadmin/images/themes/default/ExecuteSave.png
share/phppgadmin/images/themes/default/Explain.png
share/phppgadmin/images/themes/default/Export.png
share/phppgadmin/images/themes/default/Favicon.ico
share/phppgadmin/images/themes/default/Filter.png
share/phppgadmin/images/themes/default/ForeignKey.png
share/phppgadmin/images/themes/default/Fts.png
share/phppgadmin/images/themes/default/FtsCfg.png
share/phppgadmin/images/themes/default/FtsDict.png
share/phppgadmin/images/themes/default/FtsParser.png
share/phppgadmin/images/themes/default/Function.png
share/phppgadmin/images/themes/default/Functions.png
share/phppgadmin/images/themes/default/GurusHint.png
share/phppgadmin/images/themes/default/Help.png
share/phppgadmin/images/themes/default/Histories.png
share/phppgadmin/images/themes/default/History.png
share/phppgadmin/images/themes/default/I.png
share/phppgadmin/images/themes/default/Import.png
share/phppgadmin/images/themes/default/Index.png
share/phppgadmin/images/themes/default/Indexes.png
share/phppgadmin/images/themes/default/Introduction.png
share/phppgadmin/images/themes/default/Job.png
share/phppgadmin/images/themes/default/Jobs.png
share/phppgadmin/images/themes/default/Key.png
share/phppgadmin/images/themes/default/L.png
share/phppgadmin/images/themes/default/Language.png
share/phppgadmin/images/themes/default/Languages.png
share/phppgadmin/images/themes/default/Listen.png
share/phppgadmin/images/themes/default/Listens.png
share/phppgadmin/images/themes/default/Lminus.png
share/phppgadmin/images/themes/default/Loading.gif
share/phppgadmin/images/themes/default/LowerArgument.png
share/phppgadmin/images/themes/default/Lplus.png
share/phppgadmin/images/themes/default/Node.png
share/phppgadmin/images/themes/default/Nodes.png
share/phppgadmin/images/themes/default/ObjectNotFound.png
share/phppgadmin/images/themes/default/OfferedReplicationSet.png
share/phppgadmin/images/themes/default/OfferedSubscription.png
share/phppgadmin/images/themes/default/Open.png
share/phppgadmin/images/themes/default/Operator.png
share/phppgadmin/images/themes/default/OperatorClass.png
share/phppgadmin/images/themes/default/OperatorClasses.png
share/phppgadmin/images/themes/default/Operators.png
share/phppgadmin/images/themes/default/Paste.png
share/phppgadmin/images/themes/default/Path.png
share/phppgadmin/images/themes/default/Paths.png
share/phppgadmin/images/themes/default/PrimaryKey.png
share/phppgadmin/images/themes/default/Privileges.png
share/phppgadmin/images/themes/default/Processes.png
share/phppgadmin/images/themes/default/Property.png
share/phppgadmin/images/themes/default/RaiseArgument.png
share/phppgadmin/images/themes/default/Record.png
share/phppgadmin/images/themes/default/Records.png
share/phppgadmin/images/themes/default/Redo.png
share/phppgadmin/images/themes/default/Refresh.png
share/phppgadmin/images/themes/default/RemoveArgument.png
share/phppgadmin/images/themes/default/Replication.png
share/phppgadmin/images/themes/default/ReplicationSets.png
share/phppgadmin/images/themes/default/Restore.png
share/phppgadmin/images/themes/default/Roles.png
share/phppgadmin/images/themes/default/Rule.png
share/phppgadmin/images/themes/default/Rules.png
share/phppgadmin/images/themes/default/Save.png
share/phppgadmin/images/themes/default/Schedule.png
share/phppgadmin/images/themes/default/Schedules.png
share/phppgadmin/images/themes/default/Schema.png
share/phppgadmin/images/themes/default/Schemas.png
share/phppgadmin/images/themes/default/Search.png
share/phppgadmin/images/themes/default/Sequence.png
share/phppgadmin/images/themes/default/Sequences.png
share/phppgadmin/images/themes/default/Server.png
share/phppgadmin/images/themes/default/Servers.png
share/phppgadmin/images/themes/default/SqlEditor.png
share/phppgadmin/images/themes/default/Statistics.png
share/phppgadmin/images/themes/default/Step.png
share/phppgadmin/images/themes/default/Steps.png
share/phppgadmin/images/themes/default/Stop.png
share/phppgadmin/images/themes/default/Subscriptions.png
share/phppgadmin/images/themes/default/T.png
share/phppgadmin/images/themes/default/Table.png
share/phppgadmin/images/themes/default/Tables.png
share/phppgadmin/images/themes/default/Tablespace.png
share/phppgadmin/images/themes/default/Tablespaces.png
share/phppgadmin/images/themes/default/Tminus.png
share/phppgadmin/images/themes/default/Tplus.png
share/phppgadmin/images/themes/default/Trigger.png
share/phppgadmin/images/themes/default/TriggerFunction.png
share/phppgadmin/images/themes/default/TriggerFunctions.png
share/phppgadmin/images/themes/default/Triggers.png
share/phppgadmin/images/themes/default/Type.png
share/phppgadmin/images/themes/default/Types.png
share/phppgadmin/images/themes/default/Undo.png
share/phppgadmin/images/themes/default/UniqueConstraint.png
share/phppgadmin/images/themes/default/User.png
share/phppgadmin/images/themes/default/UserGroup.png
share/phppgadmin/images/themes/default/UserGroups.png
share/phppgadmin/images/themes/default/Users.png
share/phppgadmin/images/themes/default/Variables.png
share/phppgadmin/images/themes/default/View.png
share/phppgadmin/images/themes/default/Views.png
share/phppgadmin/images/themes/default/blank.png
share/phppgadmin/images/themes/default/title.png
share/phppgadmin/index.php
share/phppgadmin/indexes.js
share/phppgadmin/indexes.php
share/phppgadmin/info.php
share/phppgadmin/intro.php
share/phppgadmin/js/ac_insert_row.js
share/phppgadmin/js/database.js
share/phppgadmin/js/display.js
share/phppgadmin/lang/afrikaans.php
share/phppgadmin/lang/arabic.php
share/phppgadmin/lang/catalan.php
share/phppgadmin/lang/chinese-sim.php
share/phppgadmin/lang/chinese-tr.php
share/phppgadmin/lang/chinese-utf8-zh_CN.php
share/phppgadmin/lang/chinese-utf8-zh_TW.php
share/phppgadmin/lang/czech.php
share/phppgadmin/lang/danish.php
share/phppgadmin/lang/dutch.php
share/phppgadmin/lang/english.php
share/phppgadmin/lang/french.php
Update to phpPgAdmin 5.0.2 Changes in 5.0.2 ---------------- Some bug fixes. * Fix a css typo & error in cappuccino theme * Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak * Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3 * Fix a lot of nonstandard escaped string in the database access classes Changes in 5.0.1 ---------------- Minor bug fix and update version. * Fix #3124417 "Wrong german translation", reported by schnoesel * Fix (officialy) a bug where non-super user roles cannot check ownership on objects * Add forgotten Galician language to the target "all" of lang/Makefile * Update jQuery library to current stable 1.4.4 * remove useless date from the topbar informations. This was the only place that did PHP 5.3 complain about bad timezone configuration (a non-PPA related warning). As it was a totaly useless information, we decide to remove it. Changes in 5.0 -------------- Features * Support for PostgreSQL 8.4 and 9.0 * Support for database level collation for 8.4+ * Support for schema level export * Add ability to alter schema ownership * Clean up domain support and improve interface * Add support for commenting on functions * Allow user to rename role/users and set new passwords at the same time * Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K) * Overhauled Selenium Test suite to support multiple database versions * Optimized application graphics (Limo Driver) * Support for Column Level Privileges * Allow users to specify a template database at database creation time * Support killing processes * Add ability to create indexes concurrently * Much better support of autovacuum configuration * Add an admin page for table level * Refactored autocompletion: * fix support for cross-schema objects * support multi-field FK * support for pagination of values in the auto-complete list * Allow user to logicaly group their server under custom named node in the browser tree * New themes (Cappuccino and Gotar) and a theme switcher on the introduction page * Auto refresh Locks page * Auto refresh Processes page * Link in the bottom of the page to go to top of page * Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row) Bugs * Fix problems with query tracking on overly long queries * Ensure pg_dump paths are valid * Fix multiple bugs about quoting and escaping database objects names with special chars * Fix multiple bugs in the browser tree * Fix multiple bugs on the SQL and script file import form * One security fix about code injection * Don't allow inserting on a table without fields * Some fix about commenting databases * removed deprecated functions from PHP 5.3 * Lot of code cleanup * Many other small minor bugs found on our way * Fix the operator property page Translations * Czech (Marek Cernocky) * Greek (Adamantios Diamantidis) * Brazillian Portuguese (Fernando Wendt) * Galician (Adri€n Chaves Fern€ndez) Incompatabilities * No longer support PHP < 5.0 * No longer support Postgres < 7.4
2011-02-09 00:09:17 +01:00
share/phppgadmin/lang/galician.php
share/phppgadmin/lang/german.php
Update to phpPgAdmin 5.0.2 Changes in 5.0.2 ---------------- Some bug fixes. * Fix a css typo & error in cappuccino theme * Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak * Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3 * Fix a lot of nonstandard escaped string in the database access classes Changes in 5.0.1 ---------------- Minor bug fix and update version. * Fix #3124417 "Wrong german translation", reported by schnoesel * Fix (officialy) a bug where non-super user roles cannot check ownership on objects * Add forgotten Galician language to the target "all" of lang/Makefile * Update jQuery library to current stable 1.4.4 * remove useless date from the topbar informations. This was the only place that did PHP 5.3 complain about bad timezone configuration (a non-PPA related warning). As it was a totaly useless information, we decide to remove it. Changes in 5.0 -------------- Features * Support for PostgreSQL 8.4 and 9.0 * Support for database level collation for 8.4+ * Support for schema level export * Add ability to alter schema ownership * Clean up domain support and improve interface * Add support for commenting on functions * Allow user to rename role/users and set new passwords at the same time * Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K) * Overhauled Selenium Test suite to support multiple database versions * Optimized application graphics (Limo Driver) * Support for Column Level Privileges * Allow users to specify a template database at database creation time * Support killing processes * Add ability to create indexes concurrently * Much better support of autovacuum configuration * Add an admin page for table level * Refactored autocompletion: * fix support for cross-schema objects * support multi-field FK * support for pagination of values in the auto-complete list * Allow user to logicaly group their server under custom named node in the browser tree * New themes (Cappuccino and Gotar) and a theme switcher on the introduction page * Auto refresh Locks page * Auto refresh Processes page * Link in the bottom of the page to go to top of page * Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row) Bugs * Fix problems with query tracking on overly long queries * Ensure pg_dump paths are valid * Fix multiple bugs about quoting and escaping database objects names with special chars * Fix multiple bugs in the browser tree * Fix multiple bugs on the SQL and script file import form * One security fix about code injection * Don't allow inserting on a table without fields * Some fix about commenting databases * removed deprecated functions from PHP 5.3 * Lot of code cleanup * Many other small minor bugs found on our way * Fix the operator property page Translations * Czech (Marek Cernocky) * Greek (Adamantios Diamantidis) * Brazillian Portuguese (Fernando Wendt) * Galician (Adri€n Chaves Fern€ndez) Incompatabilities * No longer support PHP < 5.0 * No longer support Postgres < 7.4
2011-02-09 00:09:17 +01:00
share/phppgadmin/lang/greek.php
share/phppgadmin/lang/hebrew.php
share/phppgadmin/lang/hungarian.php
share/phppgadmin/lang/italian.php
share/phppgadmin/lang/japanese.php
share/phppgadmin/lang/lithuanian.php
share/phppgadmin/lang/mongol.php
share/phppgadmin/lang/polish.php
share/phppgadmin/lang/portuguese-br.php
share/phppgadmin/lang/portuguese-pt.php
share/phppgadmin/lang/romanian.php
Update to phpPgAdmin 5.0.2 Changes in 5.0.2 ---------------- Some bug fixes. * Fix a css typo & error in cappuccino theme * Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak * Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3 * Fix a lot of nonstandard escaped string in the database access classes Changes in 5.0.1 ---------------- Minor bug fix and update version. * Fix #3124417 "Wrong german translation", reported by schnoesel * Fix (officialy) a bug where non-super user roles cannot check ownership on objects * Add forgotten Galician language to the target "all" of lang/Makefile * Update jQuery library to current stable 1.4.4 * remove useless date from the topbar informations. This was the only place that did PHP 5.3 complain about bad timezone configuration (a non-PPA related warning). As it was a totaly useless information, we decide to remove it. Changes in 5.0 -------------- Features * Support for PostgreSQL 8.4 and 9.0 * Support for database level collation for 8.4+ * Support for schema level export * Add ability to alter schema ownership * Clean up domain support and improve interface * Add support for commenting on functions * Allow user to rename role/users and set new passwords at the same time * Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K) * Overhauled Selenium Test suite to support multiple database versions * Optimized application graphics (Limo Driver) * Support for Column Level Privileges * Allow users to specify a template database at database creation time * Support killing processes * Add ability to create indexes concurrently * Much better support of autovacuum configuration * Add an admin page for table level * Refactored autocompletion: * fix support for cross-schema objects * support multi-field FK * support for pagination of values in the auto-complete list * Allow user to logicaly group their server under custom named node in the browser tree * New themes (Cappuccino and Gotar) and a theme switcher on the introduction page * Auto refresh Locks page * Auto refresh Processes page * Link in the bottom of the page to go to top of page * Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row) Bugs * Fix problems with query tracking on overly long queries * Ensure pg_dump paths are valid * Fix multiple bugs about quoting and escaping database objects names with special chars * Fix multiple bugs in the browser tree * Fix multiple bugs on the SQL and script file import form * One security fix about code injection * Don't allow inserting on a table without fields * Some fix about commenting databases * removed deprecated functions from PHP 5.3 * Lot of code cleanup * Many other small minor bugs found on our way * Fix the operator property page Translations * Czech (Marek Cernocky) * Greek (Adamantios Diamantidis) * Brazillian Portuguese (Fernando Wendt) * Galician (Adri€n Chaves Fern€ndez) Incompatabilities * No longer support PHP < 5.0 * No longer support Postgres < 7.4
2011-02-09 00:09:17 +01:00
share/phppgadmin/lang/russian-utf8.php
share/phppgadmin/lang/russian.php
share/phppgadmin/lang/slovak.php
share/phppgadmin/lang/spanish.php
share/phppgadmin/lang/swedish.php
share/phppgadmin/lang/translations.php
share/phppgadmin/lang/turkish.php
share/phppgadmin/lang/ukrainian.php
share/phppgadmin/languages.php
share/phppgadmin/libraries/adodb/adodb-csvlib.inc.php
share/phppgadmin/libraries/adodb/adodb-datadict.inc.php
share/phppgadmin/libraries/adodb/adodb-error.inc.php
share/phppgadmin/libraries/adodb/adodb-iterator.inc.php
share/phppgadmin/libraries/adodb/adodb-lib.inc.php
share/phppgadmin/libraries/adodb/adodb-time.inc.php
share/phppgadmin/libraries/adodb/adodb.inc.php
share/phppgadmin/libraries/adodb/drivers/adodb-postgres.inc.php
share/phppgadmin/libraries/adodb/drivers/adodb-postgres64.inc.php
share/phppgadmin/libraries/adodb/drivers/adodb-postgres7.inc.php
share/phppgadmin/libraries/adodb/drivers/adodb-postgres8.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-ar.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-bg.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-bgutf8.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-ca.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-cn.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-cz.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-da.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-de.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-en.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-es.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-esperanto.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-fa.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-fr.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-hu.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-it.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-nl.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-pl.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-pt-br.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-ro.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-ru1251.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-sv.inc.php
share/phppgadmin/libraries/adodb/lang/adodb-uk1251.inc.php
share/phppgadmin/libraries/adodb/lang/adodb_th.inc.php
share/phppgadmin/libraries/adodb/license.txt
share/phppgadmin/libraries/adodb/readme.txt
share/phppgadmin/libraries/adodb/toexport.inc.php
share/phppgadmin/libraries/adodb/tohtml.inc.php
share/phppgadmin/libraries/decorator.inc.php
share/phppgadmin/libraries/errorhandler.inc.php
share/phppgadmin/libraries/highlight.php
share/phppgadmin/libraries/js/jquery.js
share/phppgadmin/libraries/lib.inc.php
share/phppgadmin/links.js
share/phppgadmin/login.php
share/phppgadmin/logout.php
share/phppgadmin/multiactionform.js
share/phppgadmin/opclasses.php
share/phppgadmin/operators.php
share/phppgadmin/plugin.php
share/phppgadmin/plugins/GuiControl/conf/config.inc.php
share/phppgadmin/plugins/GuiControl/plugin.php
share/phppgadmin/plugins/Report/classes/Reports.php
share/phppgadmin/plugins/Report/conf/config.inc.php
share/phppgadmin/plugins/Report/images/Report.png
share/phppgadmin/plugins/Report/images/Reports.png
share/phppgadmin/plugins/Report/lang/afrikaans.php
share/phppgadmin/plugins/Report/lang/arabic.php
share/phppgadmin/plugins/Report/lang/catalan.php
share/phppgadmin/plugins/Report/lang/chinese-sim.php
share/phppgadmin/plugins/Report/lang/chinese-tr.php
share/phppgadmin/plugins/Report/lang/chinese-utf8-zh_CN.php
share/phppgadmin/plugins/Report/lang/chinese-utf8-zh_TW.php
share/phppgadmin/plugins/Report/lang/czech.php
share/phppgadmin/plugins/Report/lang/danish.php
share/phppgadmin/plugins/Report/lang/dutch.php
share/phppgadmin/plugins/Report/lang/english.php
share/phppgadmin/plugins/Report/lang/french.php
share/phppgadmin/plugins/Report/lang/galician.php
share/phppgadmin/plugins/Report/lang/german.php
share/phppgadmin/plugins/Report/lang/greek.php
share/phppgadmin/plugins/Report/lang/hebrew.php
share/phppgadmin/plugins/Report/lang/hungarian.php
share/phppgadmin/plugins/Report/lang/italian.php
share/phppgadmin/plugins/Report/lang/japanese.php
share/phppgadmin/plugins/Report/lang/lithuanian.php
share/phppgadmin/plugins/Report/lang/mongol.php
share/phppgadmin/plugins/Report/lang/polish.php
share/phppgadmin/plugins/Report/lang/portuguese-br.php
share/phppgadmin/plugins/Report/lang/portuguese-pt.php
share/phppgadmin/plugins/Report/lang/romanian.php
share/phppgadmin/plugins/Report/lang/russian.php
share/phppgadmin/plugins/Report/lang/slovak.php
share/phppgadmin/plugins/Report/lang/spanish.php
share/phppgadmin/plugins/Report/lang/swedish.php
share/phppgadmin/plugins/Report/lang/turkish.php
share/phppgadmin/plugins/Report/lang/ukrainian.php
share/phppgadmin/plugins/Report/plugin.php
share/phppgadmin/plugins/Report/sql/reports-pgsql.sql
share/phppgadmin/privileges.php
share/phppgadmin/redirect.php
share/phppgadmin/robots.txt
share/phppgadmin/roles.php
share/phppgadmin/rules.php
share/phppgadmin/schemas.php
share/phppgadmin/sequences.php
share/phppgadmin/servers.php
share/phppgadmin/sql.php
share/phppgadmin/sqledit.php
share/phppgadmin/tables.js
share/phppgadmin/tables.php
share/phppgadmin/tablespaces.php
share/phppgadmin/tblproperties.php
share/phppgadmin/themes/cappuccino/global.css
share/phppgadmin/themes/default/global.css
share/phppgadmin/themes/global.css
share/phppgadmin/themes/gotar/global.css
share/phppgadmin/themes/themes.php
share/phppgadmin/triggers.php
share/phppgadmin/types.php
share/phppgadmin/users.php
share/phppgadmin/viewproperties.php
share/phppgadmin/views.php
share/phppgadmin/xloadtree/xloadtree2.js
share/phppgadmin/xloadtree/xtree2.js