phppgadmin.git
2017-10-30 Robert Treatminor cleanup; be consistent in lowercasing PHP keywords
2017-10-30 Robert TreatThis is a horrible commit, but it cleans up hundreds...
2014-02-24 Robert Treatfix bug where # of params exposed was incorrect. credit...
2014-02-22 Robert Treatcheck the modes array on edit pages too
2014-02-22 Robert TreatImprove support for handling IN / named params in functions
2014-02-22 Robert TreatMerge branches 'official' and 'master'
2014-01-02 Jehan-Guillaume... Merge branch 'master' into dyn_themes
2013-12-31 Jehan-Guillaume... Quick & small fix in capuccino theme with reset buttons
2013-11-17 Jehan-Guillaume... Fix page title when browsing views and add object name...
2013-11-17 Jehan-Guillaume... Use cleaner class names for comments cells and constain...
2013-11-17 Tomasz Palatheme improvement /19.01-04.02.2011/
2013-11-11 Jehan-Guillaume... Add dynamic theme based on current server, database...
2013-11-11 Jehan-Guillaume... Fix XSS on bytea, reported by basteln3rk on sf.net
2013-11-11 Tomasz Palaindicate current sort direction in text-mode browsers
2013-11-11 Jehan-Guillaume... Fix path to column sort marker icons to support themes
2013-11-11 Tomasz Palashow column sort markers
2013-11-11 Tomasz Palatheme improvement: handle Null checkbox as block /21...
2013-11-11 Tomasz Palaset some accesskeys /08-19.01.2011/
2013-11-11 Jehan-Guillaume... Fix creating report from user query result in plugin...
2013-11-11 Jehan-Guillaume... Fix downloading result from very long user query
2013-11-11 Jehan-Guillaume... Merge pull request #18 from Skatox/master
2013-11-11 Jehan-Guillaume... Merge pull request #20 from Kissaki/master
2013-10-03 KissakiRemove trailing whitespace to make content uniform
2013-07-06 skat0xUpdated spanish translation
2013-05-28 Karl O. PincHave PG > 8.1 && <= 9.1 reporting waiting processes...
2013-05-24 Karl O. PincdoTree() does not take an argument.
2013-05-24 Robert TreatMake process screen report information in a way that...
2013-05-24 Karl O. PincAdd support for user-sent signals. (9.2+)
2013-05-24 Karl O. PincFix so signals are sent to the right pid.
2013-05-24 Karl O. PincProcesses: Fix <= 9.1 to show only db related processes...
2013-05-18 Karl O. PincExplicit support for PG 9.3.
2013-05-18 Karl O. PincRename PPA version from 5.1 to 5.2-dev.
2013-05-18 Robert TreatMerge branch 'official'
2013-05-11 Hans Chenlangcheck will give correct instruciton if the language...
2013-05-11 Hans ChenCompletely udpate chinese utf8 according to english.
2013-04-23 Hans ChenCosmetic fix on Vacuum confirmation page for the "Freez...
2013-04-15 Jehan-Guillaume... Fix typo in variable name
2013-04-15 Jehan-Guillaume... Update/Fix History
2013-04-14 Robert TreatMark PPA release 5.1 REL_5-1-0
2013-04-14 Robert TreatReview/Update BUGS CREDITS HISTORY and TODO before...
2013-04-11 Hans Chenchange chinese translation of "null" and "empty"
2013-04-11 Hans Chenfixed a minor bug of Chinese UTF8 translation
2013-04-05 Jehan-Guillaume... Instanciate $plugin_manager from login.php script if...
2013-04-05 Jehan-Guillaume... Add try/catch blocks around plugin instanciation so...
2013-04-05 Jehan-Guillaume... plugin report: Remove non used global var in constructor.
2013-04-05 Jehan-Guillaume... Instantiate plugins AFTER connecting to the db.
2013-04-04 Jehan-Guillaume... Add plugin hook 'logout'.
2013-03-26 Jehan-Guillaume... Add plugin hook 'head'.
2013-03-26 Robert Treatreword information around statistics collector. based...
2013-03-26 Robert Treatfix typo
2013-03-26 Robert TreatFix incorrect modification of bytea data when updating...
2013-03-23 Robert Treatreword information around statistics collector. based...
2013-03-23 Robert Treatfix typo
2013-03-20 Robert TreatMerge pull request #11 from xzilla/master
2013-03-15 Robert TreatFix incorrect modification of bytea data when updating...
2013-03-05 Jehan-Guillaume... Fix a PHP warning about "Undefined index"
2013-03-05 Jehan-Guillaume... Fix navlinks when browsing results from a Report
2013-03-05 Ian Lawrence... supress potential "Undefined index" notices
2013-03-05 Jehan-Guillaume... Small correction in Report plugin README file
2013-03-05 Ian Barwickadd README file for Reports plugin with brief explanati...
2013-02-20 Jehan-Guillaume... Fix multiple bugs related to GPC parameters pollution...
2013-02-01 Ian BarwickUpdate DEVELOPERS file with information about git repos...
2012-12-03 Robert TreatMerge pull request #9 from xzilla/master
2012-11-28 Robert TreatFix an issue with population of FK fields using autocom...
2012-11-27 Magnus HaganderFix queries reading pg_shdescription
2012-11-23 Robert Treatdon't try and escape nulls, which leads to dangling...
2012-11-04 Jehan-Guillaume... Fix bug while browsing a table, reported by Karl O...
2012-11-04 Jehan-Guillaume... Fixes PHP 5.4 Strict errors
2012-09-30 Jehan-Guillaume... Set language if all other tries failed. Reported by...
2012-09-30 Jehan-Guillaume... Fix PHP notice when server group is not set, reported...
2012-09-30 Karl O. PincFix PHP notice on database privilege page
2012-09-24 Jehan-Guillaume... Add global config pre-requist for selenium tests in...
2012-09-23 Jehan-Guillaume... Fix miscs tests in the admin functionnals tests
2012-09-23 Jehan-Guillaume... Fix autovacuum add/edit with 8.1
2012-09-21 Jehan-Guillaume... Add/improves admin tests
2012-09-21 Jehan-Guillaume... Fix bug with getProcesses with 9.2
2012-09-17 Jehan-Guillaume... Update jquery lib
2012-09-17 Jehan-Guillaume... Fix bug where new autovacuum setup for a table was...
2012-09-17 Jehan-Guillaume... Merge branch 'master' of github.com:xzilla/phppgadmin
2012-09-15 Robert TreatSome minimal testing of the admin sections, with hopes...
2012-09-11 Jehan-Guillaume... Fix a bug with empty actions column when browsing data
2012-08-29 Julien RouhaudFix nested group : when no server set and printTitle...
2012-08-24 Jehan-Guillaume... Fix on the processes page with 9.2
2012-08-22 Jehan-Guillaume... Fix from a bad conflict resolution
2012-08-22 Jehan-Guillaume... Miscellaneous fix on Report plugin
2012-08-22 Jehan-Guillaume... Fix forgotten bad variable name in last commit
2012-08-22 Jehan-Guillaume... Enable everything in default conf file
2012-08-22 Jehan-Guillaume... Add plugin GuiControl.
2012-08-22 Jehan-Guillaume... Fix typo in var name leading to PHP warning
2012-08-22 Jehan-Guillaume... Update FAQ link
2012-08-22 Jehan-Guillaume... Add plugin Report
2012-08-22 Jehan-Guillaume... Makes display more plugin friendly
2012-08-22 Jehan-Guillaume... Allows plugin to set a return link in navlinks
2012-08-22 Jehan-Guillaume... Fix "edit" navlink when executing a query
2012-08-22 Jehan-Guillaume... Give environnments vars to the navlink hook
2012-08-22 Jehan-Guillaume... Fix syntax bug in domain.php and remove debug messages
2012-08-22 Jehan-Guillaume... Removes a PHP warning
2012-08-22 Jehan-Guillaume... Remove the report feature from PPA (will be a plugin)
2012-08-22 Jehan-Guillaume... Add icon(...) ùethod to the Plugin class
2012-08-22 Jehan-Guillaume... Set default decorateur values for url if not given
next