summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-06resolve conflicts for pr #25 sync upstream back to dev repoRobert Treat
2019-06-28At last, the long awaited patch for php7 support.Robert Treat
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.
2018-11-13mark PPA version 7.x-devRobert Treat
2018-11-12Mark PPA release 5.6REL_5-6-0Robert Treat
2018-11-12Review/Update BUGS CREDITS HISTORY and TODO before releaseRobert Treat
2018-11-12Translate Vacuum of Chinese fixedfirzen
2018-11-12Fixed Error Line 686Augusto Teixeira da Costa
Error: Divid By Zero
2018-11-12Merge pull request #17 from multidadosti-erp/masterRobert Treat
Fixed Error Line 686
2018-11-02Dutch.php: spelling mistakeLaurens Ramandt
2018-11-02Bug fix in native word of Ukrainianstep1stepn
Changed ukrainian symbols in localization file Correct ukrainian symbols in UTF-8 encoding
2018-11-01Fix links for help docs on new versions. Really we should refactor this like ↵Robert Treat
with the database classes, but just extending it for now.
2018-11-01Fix links for help docs on new versions. Really we should refactor this like ↵Robert Treat
with the database classes, but just extending it for now.
2018-10-30Merge pull request #22 from webmasterMeyers/patch-1Robert Treat
Update global.css
2018-10-30Update global.cssChad Meyers
fix css (logo background picture)
2018-10-27grammer / typo fixes in developer fileRobert Treat
2018-10-27Add support for Postgres 9.6, 10, 11, and 12. Verify tests passingRobert Treat
2018-10-27Add support for Postgres 9.6, 10, 11, and 12. Verify tests passing on all ↵Robert Treat
supported versions.
2018-10-26Add support for Postgres 9.6, 10, 11, and 12. Verify tests passing on all ↵Robert Treat
supported versions.
2018-10-18Update global.cssChad Meyers
fix css (logo background picture)
2017-10-31grammer / typo fixes in developer fileRobert Treat
2017-10-30grammer / typo fixes in developer fileRobert Treat
2017-10-30Remove "-i" flag from pg_dumpMassimiliano Arione
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)
2017-10-30Explicit Support for PG 9.5John K. Harvey
2017-10-30Fixing spanish typoMiguel Angel Useche Castro
2017-10-30Fix SF Bug #446 pagination not changing page (through select).Robert Treat
Fix by timding and ronlm
2017-10-30Fix help links for pg 9.3 / 9.4Robert Treat
2017-10-30Update History and Credits based on recent patchesRobert Treat
2017-10-30clean up some developer suggestionsRobert Treat
2017-10-30improve data management navigation; adds browse/search options to ↵firzen
tables/views, and insert to tables. Based on patch by firzen, with additional work by xzilla
2017-10-30htmlescape column comments. per suggestion from github user nboutelierRobert Treat
2017-10-30Add file upload capability to SQL popup windowJehan-Guillaume
This feature was accessible only from the main SQL page, but not from the popup when upsing the top SQL link.
2017-10-30Bootstrap themeFelipe Figueroa
2017-10-30Enable querying over inspected tables / views. This was based on a patch by ↵Robert Treat
Felipe Figueroa <amenadiel@gmail.com> resolves #22
2017-10-30Explicit Support for PG 9.4Robert Treat
2017-10-30Make json and jsonb data types display as textarea rather than 1 line input ↵Robert Treat
fields. Inspired by patch from Felipe Figueroa <amenadiel@gmail.com>
2017-10-30Admin processes test didnt seem to know about 'blocked' column. It does now. ↵Robert Treat
How did that ever work?
2017-10-30Add a starter 5.2 Section to the HISTORY fileRobert Treat
2017-10-30Add line item to "TODO" about Materialized ViewsChristopher Harrington
2017-10-30Update turkish.phpdMagsCan
The empty line end of the file causing to fail ajax response that containts xml header
2017-10-30Better spanish translation fileMiguel Angel Useche Castro
2017-10-30Fix javascript bug with popupsJehan-Guillaume
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.
2017-10-30make blank msg lines consistentRobert Treat
2017-10-30Fix bug #444Jehan-Guillaume
https://sourceforge.net/p/phppgadmin/bugs/444/
2017-10-30Convert spaces back to tabs introduced in 8ebf7562291f for email readability.Szabolcs Hubai
2017-10-30set required php version to 5.0Hidde Boomsma
2017-10-30added composer supportHidde Boomsma
2017-10-30minor cleanup; be consistent in lowercasing PHP keywordsRobert Treat
2017-10-30This is a horrible commit, but it cleans up hundreds of warnings that get ↵Robert Treat
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.
2016-12-01Fixed Error Line 686Augusto Teixeira da Costa
Error: Divid By Zero
2016-08-12Remove "-i" flag from pg_dumpMassimiliano Arione
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)