Skip to content

Commit

Permalink
Review/Update BUGS CREDITS HISTORY and TODO before release
Browse files Browse the repository at this point in the history
  • Loading branch information
xzilla committed Nov 12, 2018
1 parent b75c59a commit 84d80a2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
2 changes: 2 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CREDITS
Project Administration & Major Projects

- Robert Treat (xzilla)
- Jehan-Guillaume (ioguix) De Rorthais

Translators

Expand Down Expand Up @@ -56,6 +55,7 @@ Contributors

- Dan Wilson
- Christopher Kings-Lynne
- Jehan-Guillaume (ioguix) De Rorthais
- Felix Meinhold
- Jean-Michel Poure
- Rafal Slubowski
Expand All @@ -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)
Expand All @@ -89,20 +90,19 @@ 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:

- SpikeSource (www.spikesource.com) - Slony support
- 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

12 changes: 7 additions & 5 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 84d80a2

Please sign in to comment.