summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Treat2018-11-12 23:06:28 +0000
committerRobert Treat2018-11-12 23:15:45 +0000
commit84d80a2c2aa8fe9c34cbdfdb328edac48f925b06 (patch)
tree739292db8acf4b484585cfca08e2b0ece28cdc02
parentb75c59aecbc5f7cdece53d462ca3198b631bc276 (diff)
Review/Update BUGS CREDITS HISTORY and TODO before release
-rw-r--r--BUGS2
-rw-r--r--CREDITS12
-rw-r--r--HISTORY12
-rw-r--r--TODO3
4 files changed, 17 insertions, 12 deletions
diff --git a/BUGS b/BUGS
index d3ef8aae..63d19bf8 100644
--- a/BUGS
+++ b/BUGS
@@ -3,6 +3,8 @@ Internal Bugs List
This file is used to track current working tasks - just ignore it!
+conditional testing for user visible fields across postgres versions in selenium.
+
dump sequences when dumping tables
fix dumping clustering info
diff --git a/CREDITS b/CREDITS
index 9c1ac136..b823ebc2 100644
--- a/CREDITS
+++ b/CREDITS
@@ -4,7 +4,6 @@ CREDITS
Project Administration & Major Projects
- Robert Treat (xzilla)
-- Jehan-Guillaume (ioguix) De Rorthais
Translators
@@ -56,6 +55,7 @@ Contributors
- Dan Wilson
- Christopher Kings-Lynne
+- Jehan-Guillaume (ioguix) De Rorthais
- Felix Meinhold
- Jean-Michel Poure
- Rafal Slubowski
@@ -80,6 +80,7 @@ Contributors
- Julien Rouhaud, aka. rjuju (nested groups)
- Felipe Figueroa aka. amenadiel
+
Third Party Libraries
- Highlight.php (Jacob D. Cohen of rafb.net)
@@ -89,15 +90,13 @@ Third Party Libraries
Corporate Sponsors
Project resources:
-
-- Sourceforge.net - Hosting, source package provider, Bug and Feature request tracker, hosting mailing lists (and ex code repository)
-- github.com - Official GIT repository hosting
+- github.com - Official project home
- Kattare Internet (http://www.kattare.com/) - Hosting the demo server
+- Sourceforge.net - Hosting, Source Package Provider, Legacy project services (Bug/Feature Tracker, mailing lists, code repository)
Ongoing contributors:
-- OmniTI ( http://omniti.com/ ) - sponsors developpment as Robert Treat employer
-- Dalibo ( http://dalibo.com ) - sponsors developpment as Jehan-Guillaume (ioguix) de Rorthais employer
+- OmniTI ( https://omniti.com ) - sponsors developpment as Robert Treat employer
Feature contributors:
@@ -105,4 +104,5 @@ Feature contributors:
- Google Summer of Code (http://code.google.com/soc/2006/pgsql/appinfo.html?csaid=DB096D908B948D89) - phpPgAdmin Improvements
- Google Summer of Code (http://code.google.com/soc/2007/postgres/appinfo.html?csaid=E89B3D5E2DC4170A) - Full Text Search in PostgreSQL GUI Tools
- Google Summer of Code (http://code.google.com/p/google-summer-of-code-2010-postgres/downloads/detail?name=Leonardo_Augusto_Sapiras.tar.gz) - Improve phpPgAdmin ergonomy
+- Dalibo ( http://dalibo.com ) - sponsored development as Jehan-Guillaume (ioguix) de Rorthais employer
diff --git a/HISTORY b/HISTORY
index 44eff550..e1e490b4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,14 +1,14 @@
phpPgAdmin History
------------------
-Version 5.2
+Version 5.6
-----------
-Released: January 2015?
+Released: 12th November, 2018
Features
-* Full support for PostgreSQL 9.3 and 9.4
-* Improved Spanish translation support
+* Add support for PostgreSQL 9.3, 9.4, 9.5, 9.6, 10, 11
+* Development support for PostgreSQL 12
* Add support for brows/select navigation tabs (firzen)
* Add new theme, "bootstrap" (amenadiel)
* Improved support for json/jsonb
@@ -17,9 +17,11 @@ Bugs
* Fix bug in Turkish translation which caused failed ajax responses
* Account for Blocked field in admin processes Selenium test
* Properly handle column comments
+* Fix background css issue
+* Additional language updates
Incompatabilities
-* Dropped testing of 8.4, which is now EOL
+* Dropped testing of pre-9.3 versions of Postgres, which are now EOL
Version 5.1
diff --git a/TODO b/TODO
index 6e594616..dae0774c 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,7 @@ phpPgAdmin is an open source project which means that if you see something on
this list that you would like to implement, just send us a patch. You can find
our project page here:
- http://sourceforge.net/projects/phppgadmin/
+ https://github.com/phppgadmin/phppgadmin
An item is marked 'claimed' when a username in brackets is put after the TODO
item. If you want to work a claimed item, please contact the developers list.
@@ -228,6 +228,7 @@ Principles
* One day we should make it all XHTML
* everything properly escaped - prevent sql injection and cross-site scripting
probs
+* everything properly schema qualified
* 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