diff options
| author | Robert Treat | 2013-04-14 01:10:32 +0000 |
|---|---|---|
| committer | Robert Treat | 2013-04-14 01:10:32 +0000 |
| commit | 327a51b033fb263f187fc05cc170d84d8ae0b443 (patch) | |
| tree | cc2cae6ba54de0b503fad0cd39377a09f7738d84 | |
| parent | 5e50831fa7e7feef9392dfdee7832b20e01d8353 (diff) | |
Review/Update BUGS CREDITS HISTORY and TODO before release
| -rw-r--r-- | HISTORY | 30 | ||||
| -rw-r--r-- | TODO | 3 |
2 files changed, 27 insertions, 6 deletions
@@ -4,13 +4,35 @@ phpPgAdmin History Version 5.1 ----------- -Released: +Released: 14th April 2013 Features -* Support for PostgreSQL 9.1 and 9.2 -* New plugin architecture +* Full support for PostgreSQL 9.1 and 9.2 +* New plugin architecture, including addition of several new hooks (ioguix) * Support nested groups of servers (Julien Rouhaud & ioguix) -* ... +* Expanded test coverage in Selenium test suite +* Highlight referencing fields on hovering Foriegn Key values when browsing tables (asleonardo) +* Simplified translation system implementation +* Don't show cancel/kill options in process page to non-superusers +* Add download ability from the History window +* User queries now paginate by default + +Bugs +* Fix several bugs with bytea support, including possible data corruption bugs when updating rows that have bytea fields +* Numeruous fixes for running under PHP Strict Standards +* Fix navigation links when browsing results from a report +* Fix multiple bugs related to GPC parameters pollution from code +* Fix an issue with autocompletion of text based Foreign Keys +* Fix a bug when browsing tables with no unique key +* Fix a bug with nested groups when no server was set (rjuju) + +Translations +* Lithuanian (artvras) + +Incompatabilities +* We have stopped testing against Postgres versions < 8.4, which are EOL +* phpPgAdmin core is now UTF-8 only + Version 5.0 ----------- @@ -212,7 +212,6 @@ Miscellaneous Exotic ------ -* Support contrib/tsearch2 for easy full text indexes * Pivot reports (ADODB has a feature for this) * Parameterized reports (use prepared queries) * Full web accessability conformance @@ -228,7 +227,7 @@ Principles * One day we should make it all XHTML * everything properly escaped - prevent sql injection and cross-site scripting probs -* Support Postgres 7.4 and upwards +* Support Postgres 8.4 and upwards * psql -E is a cool way of seeing how to do schema queries * Checking out older versions of describe.c in src/bin/psql in the postgres distro is a good way of seeing how to query older versions of postgres for |
