phppgadmin.git
5 years agoMerge pull request #25 from phppgadmin/master
Robert Treat [Sat, 6 Jul 2019 23:07:19 +0000 (19:07 -0400)]
Merge pull request #25 from phppgadmin/master

sync upstream back to dev repo

5 years agoresolve conflicts for pr #25 sync upstream back to dev repo
Robert Treat [Sat, 6 Jul 2019 23:03:44 +0000 (19:03 -0400)]
resolve conflicts for pr #25 sync upstream back to dev repo

5 years agoAt last, the long awaited patch for php7 support.
Robert Treat [Fri, 28 Jun 2019 03:53:19 +0000 (23:53 -0400)]
At last, the long awaited patch for php7 support.

This commit is focused strictly on the class/constructor changes. This has
primarily been tested on php 7.1 and postgres 11, with all tests passing though
there are some spurious warnings; I have fixes for them but will add them in
seperate commits.

Note that the code here is my own, but I did look at patches from
@gabrielhomsi and @w1ldzer0 for some sanity checking. Any bugs or missing
items are on me.

6 years agomark PPA version 7.x-dev
Robert Treat [Tue, 13 Nov 2018 17:23:07 +0000 (12:23 -0500)]
mark PPA version 7.x-dev

6 years agoMark PPA release 5.6 REL_5-6-0
Robert Treat [Mon, 12 Nov 2018 23:44:42 +0000 (18:44 -0500)]
Mark PPA release 5.6

6 years agoReview/Update BUGS CREDITS HISTORY and TODO before release
Robert Treat [Mon, 12 Nov 2018 23:06:28 +0000 (18:06 -0500)]
Review/Update BUGS CREDITS HISTORY and TODO before release

6 years agoTranslate Vacuum of Chinese fixed
firzen [Thu, 1 Nov 2018 06:12:17 +0000 (14:12 +0800)]
Translate Vacuum of Chinese fixed

6 years agoFixed Error Line 686
Augusto Teixeira da Costa [Thu, 1 Dec 2016 16:25:10 +0000 (14:25 -0200)]
Fixed Error Line 686

Error: Divid By Zero

6 years agoMerge pull request #17 from multidadosti-erp/master
Robert Treat [Mon, 12 Nov 2018 20:52:27 +0000 (15:52 -0500)]
Merge pull request #17 from multidadosti-erp/master

Fixed Error Line 686

6 years agoDutch.php: spelling mistake
Laurens Ramandt [Wed, 28 Sep 2016 13:01:18 +0000 (15:01 +0200)]
Dutch.php: spelling mistake

6 years agoBug fix in native word of Ukrainian
step1stepn [Mon, 22 May 2017 22:28:38 +0000 (01:28 +0300)]
Bug fix in native word of Ukrainian
Changed ukrainian symbols in localization file
Correct ukrainian symbols in UTF-8 encoding

6 years agoFix links for help docs on new versions. Really we should refactor this like with...
Robert Treat [Thu, 1 Nov 2018 22:25:33 +0000 (17:25 -0500)]
Fix links for help docs on new versions. Really we should refactor this like with the database classes, but just extending it for now.

6 years agoFix links for help docs on new versions. Really we should refactor this like with...
Robert Treat [Thu, 1 Nov 2018 22:16:57 +0000 (17:16 -0500)]
Fix links for help docs on new versions. Really we should refactor this like with the database classes, but just extending it for now.

6 years agoMerge pull request #22 from webmasterMeyers/patch-1
Robert Treat [Tue, 30 Oct 2018 21:40:56 +0000 (16:40 -0500)]
Merge pull request #22 from webmasterMeyers/patch-1

Update global.css

6 years agoUpdate global.css
Chad Meyers [Thu, 18 Oct 2018 17:39:59 +0000 (14:39 -0300)]
Update global.css

fix css (logo background picture)

6 years agogrammer / typo fixes in developer file
Robert Treat [Sat, 27 Oct 2018 14:12:54 +0000 (10:12 -0400)]
grammer / typo fixes in developer file

6 years agoAdd support for Postgres 9.6, 10, 11, and 12. Verify tests passing
Robert Treat [Sat, 27 Oct 2018 14:03:27 +0000 (10:03 -0400)]
Add support for Postgres 9.6, 10, 11, and 12. Verify tests passing

6 years agoAdd support for Postgres 9.6, 10, 11, and 12. Verify tests passing on all supported...
Robert Treat [Sat, 27 Oct 2018 13:58:25 +0000 (09:58 -0400)]
Add support for Postgres 9.6, 10, 11, and 12. Verify tests passing on all supported versions.

6 years agoAdd support for Postgres 9.6, 10, 11, and 12. Verify tests passing on all supported...
Robert Treat [Fri, 26 Oct 2018 19:10:40 +0000 (15:10 -0400)]
Add support for Postgres 9.6, 10, 11, and 12. Verify tests passing on all supported versions.

6 years agoUpdate global.css
Chad Meyers [Thu, 18 Oct 2018 17:39:59 +0000 (14:39 -0300)]
Update global.css

fix css (logo background picture)

7 years agogrammer / typo fixes in developer file
Robert Treat [Mon, 30 Oct 2017 22:41:04 +0000 (18:41 -0400)]
grammer / typo fixes in developer file

7 years agogrammer / typo fixes in developer file
Robert Treat [Mon, 30 Oct 2017 22:41:04 +0000 (18:41 -0400)]
grammer / typo fixes in developer file

7 years agoRemove "-i" flag from pg_dump
Massimiliano Arione [Mon, 11 Apr 2016 13:52:46 +0000 (15:52 +0200)]
Remove "-i" flag from pg_dump

With Postgres 9.5 (that is default on new Ubuntu LTS, so likely to spread soon) the `-i` option is causing an error, since it has been removed.
Anyway, such option has been deprecated since Postgres 8.4 (so about 6 years ago)

7 years agoExplicit Support for PG 9.5
John K. Harvey [Mon, 29 Feb 2016 17:39:50 +0000 (12:39 -0500)]
Explicit Support for PG 9.5

7 years agoFixing spanish typo
Miguel Angel Useche Castro [Thu, 14 Apr 2016 00:58:48 +0000 (20:28 -0430)]
Fixing spanish typo

7 years agoFix SF Bug #446 pagination not changing page (through select).
Robert Treat [Thu, 5 Mar 2015 04:35:00 +0000 (20:35 -0800)]
Fix SF Bug #446 pagination not changing page (through select).
Fix by timding and ronlm

7 years agoFix help links for pg 9.3 / 9.4
Robert Treat [Mon, 16 Feb 2015 03:02:15 +0000 (22:02 -0500)]
Fix help links for pg 9.3 / 9.4

7 years agoUpdate History and Credits based on recent patches
Robert Treat [Mon, 16 Feb 2015 00:55:25 +0000 (19:55 -0500)]
Update History and Credits based on recent patches

7 years agoclean up some developer suggestions
Robert Treat [Mon, 16 Feb 2015 00:48:01 +0000 (19:48 -0500)]
clean up some developer suggestions

7 years agoimprove data management navigation; adds browse/search options to tables/views, and...
firzen [Sun, 30 Mar 2014 02:54:13 +0000 (10:54 +0800)]
improve data management navigation; adds browse/search options to tables/views, and insert to tables. Based on patch by firzen, with additional work by xzilla

7 years agohtmlescape column comments. per suggestion from github user nboutelier
Robert Treat [Sun, 15 Feb 2015 17:02:22 +0000 (12:02 -0500)]
htmlescape column comments. per suggestion from github user nboutelier

7 years agoAdd file upload capability to SQL popup window
Jehan-Guillaume [Thu, 12 Feb 2015 11:38:57 +0000 (12:38 +0100)]
Add file upload capability to SQL popup window

This feature was accessible only from the main SQL page, but not from
the popup when upsing the top SQL link.

7 years agoBootstrap theme
Felipe Figueroa [Tue, 30 Sep 2014 15:56:52 +0000 (12:56 -0300)]
Bootstrap theme

7 years agoEnable querying over inspected tables / views. This was based on a patch by Felipe...
Robert Treat [Sat, 7 Feb 2015 20:52:44 +0000 (15:52 -0500)]
Enable querying over inspected tables / views. This was based on a patch by Felipe Figueroa <amenadiel@gmail.com>
resolves #22

7 years agoExplicit Support for PG 9.4
Robert Treat [Sun, 1 Feb 2015 19:38:01 +0000 (14:38 -0500)]
Explicit Support for PG 9.4

7 years agoMake json and jsonb data types display as textarea rather than 1 line input fields...
Robert Treat [Sun, 1 Feb 2015 19:31:07 +0000 (14:31 -0500)]
Make json and jsonb data types display as textarea rather than 1 line input fields. Inspired by patch from Felipe Figueroa <amenadiel@gmail.com>

7 years agoAdmin processes test didnt seem to know about 'blocked' column. It does now. How...
Robert Treat [Sun, 25 Jan 2015 16:33:54 +0000 (11:33 -0500)]
Admin processes test didnt seem to know about 'blocked' column. It does now. How did that ever work?

7 years agoAdd a starter 5.2 Section to the HISTORY file
Robert Treat [Sun, 25 Jan 2015 15:35:44 +0000 (10:35 -0500)]
Add a starter 5.2 Section to the HISTORY file

7 years agoAdd line item to "TODO" about Materialized Views
Christopher Harrington [Mon, 24 Nov 2014 07:30:40 +0000 (01:30 -0600)]
Add line item to "TODO" about Materialized Views

7 years agoUpdate turkish.php
dMagsCan [Wed, 7 Jan 2015 12:03:08 +0000 (14:03 +0200)]
Update turkish.php

The empty line end of the file causing to fail ajax response that containts xml header

7 years agoBetter spanish translation file
Miguel Angel Useche Castro [Wed, 24 Dec 2014 22:04:58 +0000 (17:34 -0430)]
Better spanish translation file

7 years agoFix javascript bug with popups
Jehan-Guillaume [Mon, 8 Sep 2014 16:10:12 +0000 (18:10 +0200)]
Fix javascript bug with popups

Dynamic themes applies the current main frame theme to the browser
tree frame without checking if it actually exists in the current
window.

Thispatch fix the resulting javascript error, breaking any other
following code.

7 years agomake blank msg lines consistent
Robert Treat [Sun, 20 Jul 2014 23:43:03 +0000 (19:43 -0400)]
make blank msg lines consistent

7 years agoFix bug #444
Jehan-Guillaume [Thu, 17 Apr 2014 17:48:22 +0000 (19:48 +0200)]
Fix bug #444

https://sourceforge.net/p/phppgadmin/bugs/444/

7 years agoConvert spaces back to tabs introduced in 8ebf7562291f for email readability.
Szabolcs Hubai [Tue, 4 Mar 2014 21:42:46 +0000 (22:42 +0100)]
Convert spaces back to tabs introduced in 8ebf7562291f for email readability.

7 years agoset required php version to 5.0
Hidde Boomsma [Mon, 13 May 2013 07:02:38 +0000 (09:02 +0200)]
set required php version to 5.0

7 years agoadded composer support
Hidde Boomsma [Mon, 22 Apr 2013 14:20:14 +0000 (16:20 +0200)]
added composer support

7 years agominor cleanup; be consistent in lowercasing PHP keywords
Robert Treat [Sun, 2 Mar 2014 06:08:01 +0000 (01:08 -0500)]
minor cleanup; be consistent in lowercasing PHP keywords

7 years agoThis is a horrible commit, but it cleans up hundreds of warnings that get thrown...
Robert Treat [Sun, 2 Mar 2014 05:48:05 +0000 (00:48 -0500)]
This is a horrible commit, but it cleans up hundreds of warnings that get thrown when a class is not specified, and it fixes it so that the broken admin tests pass. I'm pretty sure that ultimately we will want a better fix than this, but I'm taking the progress when I can get it. AFAICT the affore mentioned problems were introduced in https://github.com/phppgadmin/phppgadmin/commit/4680728829d8f95e29514512c9e94bb5345aa58a. If that was something you wanted, it's quite possibly broken now.

8 years agoFixed Error Line 686
Augusto Teixeira da Costa [Thu, 1 Dec 2016 16:25:10 +0000 (14:25 -0200)]
Fixed Error Line 686

Error: Divid By Zero

8 years agoRemove "-i" flag from pg_dump
Massimiliano Arione [Mon, 11 Apr 2016 13:52:46 +0000 (15:52 +0200)]
Remove "-i" flag from pg_dump

With Postgres 9.5 (that is default on new Ubuntu LTS, so likely to spread soon) the `-i` option is causing an error, since it has been removed.
Anyway, such option has been deprecated since Postgres 8.4 (so about 6 years ago)

8 years agoExplicit Support for PG 9.5
John K. Harvey [Mon, 29 Feb 2016 17:39:50 +0000 (12:39 -0500)]
Explicit Support for PG 9.5

8 years agoMerge pull request #40 from Skatox/master
Robert Treat [Fri, 12 Aug 2016 03:20:09 +0000 (23:20 -0400)]
Merge pull request #40 from Skatox/master

Fixing spanish typo

9 years agoFixing spanish typo
Miguel Angel Useche Castro [Thu, 14 Apr 2016 00:58:48 +0000 (20:28 -0430)]
Fixing spanish typo

10 years agoFix SF Bug #446 pagination not changing page (through select).
Robert Treat [Thu, 5 Mar 2015 04:35:00 +0000 (20:35 -0800)]
Fix SF Bug #446 pagination not changing page (through select).
Fix by timding and ronlm

10 years agoFix help links for pg 9.3 / 9.4
Robert Treat [Mon, 16 Feb 2015 03:02:15 +0000 (22:02 -0500)]
Fix help links for pg 9.3 / 9.4

10 years agoUpdate History and Credits based on recent patches
Robert Treat [Mon, 16 Feb 2015 00:55:25 +0000 (19:55 -0500)]
Update History and Credits based on recent patches

10 years agoclean up some developer suggestions
Robert Treat [Mon, 16 Feb 2015 00:48:01 +0000 (19:48 -0500)]
clean up some developer suggestions

10 years agoimprove data management navigation; adds browse/search options to tables/views, and...
firzen [Sun, 30 Mar 2014 02:54:13 +0000 (10:54 +0800)]
improve data management navigation; adds browse/search options to tables/views, and insert to tables. Based on patch by firzen, with additional work by xzilla

10 years agohtmlescape column comments. per suggestion from github user nboutelier
Robert Treat [Sun, 15 Feb 2015 17:02:22 +0000 (12:02 -0500)]
htmlescape column comments. per suggestion from github user nboutelier

10 years agoAdd file upload capability to SQL popup window
Jehan-Guillaume [Thu, 12 Feb 2015 11:38:57 +0000 (12:38 +0100)]
Add file upload capability to SQL popup window

This feature was accessible only from the main SQL page, but not from
the popup when upsing the top SQL link.

10 years agoBootstrap theme
Felipe Figueroa [Tue, 30 Sep 2014 15:56:52 +0000 (12:56 -0300)]
Bootstrap theme

10 years agoEnable querying over inspected tables / views. This was based on a patch by Felipe...
Robert Treat [Sat, 7 Feb 2015 20:52:44 +0000 (15:52 -0500)]
Enable querying over inspected tables / views. This was based on a patch by Felipe Figueroa <amenadiel@gmail.com>
resolves #22

10 years agoExplicit Support for PG 9.4
Robert Treat [Sun, 1 Feb 2015 19:38:01 +0000 (14:38 -0500)]
Explicit Support for PG 9.4

10 years agoMake json and jsonb data types display as textarea rather than 1 line input fields...
Robert Treat [Sun, 1 Feb 2015 19:31:07 +0000 (14:31 -0500)]
Make json and jsonb data types display as textarea rather than 1 line input fields. Inspired by patch from Felipe Figueroa <amenadiel@gmail.com>

10 years agoAdmin processes test didnt seem to know about 'blocked' column. It does now. How...
Robert Treat [Sun, 25 Jan 2015 16:33:54 +0000 (11:33 -0500)]
Admin processes test didnt seem to know about 'blocked' column. It does now. How did that ever work?

10 years agoAdd a starter 5.2 Section to the HISTORY file
Robert Treat [Sun, 25 Jan 2015 15:35:44 +0000 (10:35 -0500)]
Add a starter 5.2 Section to the HISTORY file

10 years agoAdd line item to "TODO" about Materialized Views
Christopher Harrington [Mon, 24 Nov 2014 07:30:40 +0000 (01:30 -0600)]
Add line item to "TODO" about Materialized Views

10 years agoUpdate turkish.php
dMagsCan [Wed, 7 Jan 2015 12:03:08 +0000 (14:03 +0200)]
Update turkish.php

The empty line end of the file causing to fail ajax response that containts xml header

10 years agoBetter spanish translation file
Miguel Angel Useche Castro [Wed, 24 Dec 2014 22:04:58 +0000 (17:34 -0430)]
Better spanish translation file

10 years agoFix javascript bug with popups
Jehan-Guillaume [Mon, 8 Sep 2014 16:10:12 +0000 (18:10 +0200)]
Fix javascript bug with popups

Dynamic themes applies the current main frame theme to the browser
tree frame without checking if it actually exists in the current
window.

Thispatch fix the resulting javascript error, breaking any other
following code.

10 years agomake blank msg lines consistent
Robert Treat [Sun, 20 Jul 2014 23:43:03 +0000 (19:43 -0400)]
make blank msg lines consistent

11 years agoFix bug #444
Jehan-Guillaume [Thu, 17 Apr 2014 17:48:22 +0000 (19:48 +0200)]
Fix bug #444

https://sourceforge.net/p/phppgadmin/bugs/444/

11 years agoConvert spaces back to tabs introduced in 8ebf7562291f for email readability.
Szabolcs Hubai [Tue, 4 Mar 2014 21:42:46 +0000 (22:42 +0100)]
Convert spaces back to tabs introduced in 8ebf7562291f for email readability.

11 years agoset required php version to 5.0
Hidde Boomsma [Mon, 13 May 2013 07:02:38 +0000 (09:02 +0200)]
set required php version to 5.0

11 years agoadded composer support
Hidde Boomsma [Mon, 22 Apr 2013 14:20:14 +0000 (16:20 +0200)]
added composer support

11 years agominor cleanup; be consistent in lowercasing PHP keywords
Robert Treat [Sun, 2 Mar 2014 06:08:01 +0000 (01:08 -0500)]
minor cleanup; be consistent in lowercasing PHP keywords

11 years agoThis is a horrible commit, but it cleans up hundreds of warnings that get thrown...
Robert Treat [Sun, 2 Mar 2014 05:48:05 +0000 (00:48 -0500)]
This is a horrible commit, but it cleans up hundreds of warnings that get thrown when a class is not specified, and it fixes it so that the broken admin tests pass. I'm pretty sure that ultimately we will want a better fix than this, but I'm taking the progress when I can get it. AFAICT the affore mentioned problems were introduced in https://github.com/phppgadmin/phppgadmin/commit/4680728829d8f95e29514512c9e94bb5345aa58a. If that was something you wanted, it's quite possibly broken now.

11 years agoImprove support for handling IN / named params in functions
Robert Treat [Sat, 22 Feb 2014 18:45:37 +0000 (13:45 -0500)]
Improve support for handling IN / named params in functions
Based on work by Bert Thomas <bthomas@brothom.nl>

11 years agofix bug where # of params exposed was incorrect. credit to Bert Thomas <bthomas@broth...
Robert Treat [Mon, 24 Feb 2014 19:19:46 +0000 (14:19 -0500)]
fix bug where # of params exposed was incorrect. credit to Bert Thomas <bthomas@brothom.nl>

11 years agocheck the modes array on edit pages too
Robert Treat [Sat, 22 Feb 2014 18:59:56 +0000 (13:59 -0500)]
check the modes array on edit pages too

11 years agoImprove support for handling IN / named params in functions
Robert Treat [Sat, 22 Feb 2014 18:45:37 +0000 (13:45 -0500)]
Improve support for handling IN / named params in functions
Based on work by Bert Thomas <bthomas@brothom.nl>

11 years agoMerge branches 'official' and 'master'
Robert Treat [Sat, 22 Feb 2014 17:32:30 +0000 (12:32 -0500)]
Merge branches 'official' and 'master'

11 years agoMerge branch 'master' into dyn_themes
Jehan-Guillaume de Rorthais [Thu, 2 Jan 2014 12:21:09 +0000 (13:21 +0100)]
Merge branch 'master' into dyn_themes

11 years agoQuick & small fix in capuccino theme with reset buttons
Jehan-Guillaume de Rorthais [Tue, 31 Dec 2013 14:55:53 +0000 (15:55 +0100)]
Quick & small fix in capuccino theme with reset buttons

11 years agoFix page title when browsing views and add object name (table or view)
Jehan-Guillaume de Rorthais [Sun, 17 Nov 2013 23:40:09 +0000 (00:40 +0100)]
Fix page title when browsing views and add object name (table or view)

11 years agoUse cleaner class names for comments cells and constaints icons
Jehan-Guillaume de Rorthais [Sun, 17 Nov 2013 23:31:53 +0000 (00:31 +0100)]
Use cleaner class names for comments cells and constaints icons

11 years agotheme improvement /19.01-04.02.2011/
Tomasz Pala [Sun, 16 Jun 2013 22:04:22 +0000 (00:04 +0200)]
theme improvement /19.01-04.02.2011/

11 years agoAdd dynamic theme based on current server, database or user used for the connection
Jehan-Guillaume (ioguix) de Rorthais [Fri, 18 Oct 2013 15:38:45 +0000 (17:38 +0200)]
Add dynamic theme based on current server, database or user used for the connection

Based on Julien Rouhaud patch.

11 years agoFix XSS on bytea, reported by basteln3rk on sf.net
Jehan-Guillaume de Rorthais [Mon, 11 Nov 2013 23:03:25 +0000 (00:03 +0100)]
Fix XSS on bytea, reported by basteln3rk on sf.net

See discussion on bug #441:
  http://sourceforge.net/p/phppgadmin/bugs/441/

11 years agoindicate current sort direction in text-mode browsers
Tomasz Pala [Wed, 28 Aug 2013 11:51:24 +0000 (13:51 +0200)]
indicate current sort direction in text-mode browsers

11 years agoFix path to column sort marker icons to support themes
Jehan-Guillaume de Rorthais [Mon, 11 Nov 2013 21:53:41 +0000 (22:53 +0100)]
Fix path to column sort marker icons to support themes

11 years agoshow column sort markers
Tomasz Pala [Tue, 23 Jul 2013 15:02:34 +0000 (17:02 +0200)]
show column sort markers

11 years agotheme improvement: handle Null checkbox as block /21.10.2011/
Tomasz Pala [Sun, 16 Jun 2013 22:18:21 +0000 (00:18 +0200)]
theme improvement: handle Null checkbox as block /21.10.2011/

11 years agoset some accesskeys /08-19.01.2011/
Tomasz Pala [Sun, 16 Jun 2013 21:57:38 +0000 (23:57 +0200)]
set some accesskeys /08-19.01.2011/

11 years agoFix creating report from user query result in plugin Report
Jehan-Guillaume (ioguix) de Rorthais [Wed, 16 Oct 2013 10:27:46 +0000 (12:27 +0200)]
Fix creating report from user query result in plugin Report

Same story than in previous commit 3ec985e, but for plugin Report.

11 years agoFix downloading result from very long user query
Jehan-Guillaume (ioguix) de Rorthais [Wed, 16 Oct 2013 10:09:51 +0000 (12:09 +0200)]
Fix downloading result from very long user query

We were still passing queries as GET parameters in links on the query
result page, leading to bug when exporting, creating a view or creating a
report.
We now use the sessoin variable 'sqlquery' as anywhere else.

11 years agoMerge pull request #18 from Skatox/master
Jehan-Guillaume (ioguix) de Rorthais [Mon, 11 Nov 2013 18:34:04 +0000 (10:34 -0800)]
Merge pull request #18 from Skatox/master

Spanish translation

11 years agoMerge pull request #20 from Kissaki/master
Jehan-Guillaume (ioguix) de Rorthais [Mon, 11 Nov 2013 18:33:27 +0000 (10:33 -0800)]
Merge pull request #20 from Kissaki/master

config.inc.php: Remove trailing whitespace to make content uniform

11 years agoRemove trailing whitespace to make content uniform
Kissaki [Thu, 3 Oct 2013 14:00:40 +0000 (16:00 +0200)]
Remove trailing whitespace to make content uniform