summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-12Explicit Support for PG 9.5John K. Harvey
2016-08-12Merge pull request #40 from Skatox/masterRobert Treat
Fixing spanish typo
2016-04-14Fixing spanish typoMiguel Angel Useche Castro
2015-03-05Fix SF Bug #446 pagination not changing page (through select).Robert Treat
Fix by timding and ronlm
2015-02-16Fix help links for pg 9.3 / 9.4Robert Treat
2015-02-16Update History and Credits based on recent patchesRobert Treat
2015-02-16clean up some developer suggestionsRobert Treat
2015-02-16improve 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
2015-02-15htmlescape column comments. per suggestion from github user nboutelierRobert Treat
2015-02-12Add 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.
2015-02-09Bootstrap themeFelipe Figueroa
2015-02-07Enable querying over inspected tables / views. This was based on a patch by ↵Robert Treat
Felipe Figueroa <amenadiel@gmail.com> resolves #22
2015-02-01Explicit Support for PG 9.4Robert Treat
2015-02-01Make 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>
2015-01-25Admin processes test didnt seem to know about 'blocked' column. It does now. ↵Robert Treat
How did that ever work?
2015-01-25Add a starter 5.2 Section to the HISTORY fileRobert Treat
2015-01-25Add line item to "TODO" about Materialized ViewsChristopher Harrington
2015-01-25Update turkish.phpdMagsCan
The empty line end of the file causing to fail ajax response that containts xml header
2014-12-24Better spanish translation fileMiguel Angel Useche Castro
2014-09-08Fix 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.
2014-07-20make blank msg lines consistentRobert Treat
2014-04-17Fix bug #444Jehan-Guillaume
https://sourceforge.net/p/phppgadmin/bugs/444/
2014-03-04Convert spaces back to tabs introduced in 8ebf7562291f for email readability.Szabolcs Hubai
2014-03-04set required php version to 5.0Hidde Boomsma
2014-03-04added composer supportHidde Boomsma
2014-03-02minor cleanup; be consistent in lowercasing PHP keywordsRobert Treat
2014-03-02This 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.
2014-03-02Improve support for handling IN / named params in functionsRobert Treat
Based on work by Bert Thomas <bthomas@brothom.nl>
2014-02-24fix bug where # of params exposed was incorrect. credit to Bert Thomas ↵Robert Treat
<bthomas@brothom.nl>
2014-02-22check the modes array on edit pages tooRobert Treat
2014-02-22Improve support for handling IN / named params in functionsRobert Treat
Based on work by Bert Thomas <bthomas@brothom.nl>
2014-02-22Merge branches 'official' and 'master'Robert Treat
2014-01-02Merge branch 'master' into dyn_themesJehan-Guillaume de Rorthais
2013-12-31Quick & small fix in capuccino theme with reset buttonsJehan-Guillaume de Rorthais
2013-11-17Fix page title when browsing views and add object name (table or view)Jehan-Guillaume de Rorthais
2013-11-17Use cleaner class names for comments cells and constaints iconsJehan-Guillaume de Rorthais
2013-11-17theme improvement /19.01-04.02.2011/Tomasz Pala
2013-11-11Add dynamic theme based on current server, database or user used for the ↵Jehan-Guillaume (ioguix) de Rorthais
connection Based on Julien Rouhaud patch.
2013-11-11Fix XSS on bytea, reported by basteln3rk on sf.netJehan-Guillaume de Rorthais
See discussion on bug #441: http://sourceforge.net/p/phppgadmin/bugs/441/
2013-11-11indicate current sort direction in text-mode browsersTomasz Pala
2013-11-11Fix path to column sort marker icons to support themesJehan-Guillaume de Rorthais
2013-11-11show column sort markersTomasz Pala
2013-11-11theme improvement: handle Null checkbox as block /21.10.2011/Tomasz Pala
2013-11-11set some accesskeys /08-19.01.2011/Tomasz Pala
2013-11-11Fix creating report from user query result in plugin ReportJehan-Guillaume (ioguix) de Rorthais
Same story than in previous commit 3ec985e, but for plugin Report.
2013-11-11Fix downloading result from very long user queryJehan-Guillaume (ioguix) de Rorthais
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.
2013-11-11Merge pull request #18 from Skatox/masterJehan-Guillaume (ioguix) de Rorthais
Spanish translation
2013-11-11Merge pull request #20 from Kissaki/masterJehan-Guillaume (ioguix) de Rorthais
config.inc.php: Remove trailing whitespace to make content uniform
2013-10-03Remove trailing whitespace to make content uniformKissaki
2013-07-06Updated spanish translationskat0x