summaryrefslogtreecommitdiff
path: root/libraries
AgeCommit message (Collapse)Author
2020-11-07Bump min php ver to 7.2, set app ver to 7.13.0 for releaseRobert Treat
2020-10-07Upgraded jquery to version 3.4.1Jean-Michel Vourgère
Note that the minimized version is not considered "source code".
2019-12-09Update HISTORY and Bump version for 7.12.1REL_7-12-1Robert Treat
2019-11-07codespell assisted typo cleaningJean-Michel Vourgère
2019-10-20Print an error if mbstring extension is missingJean-Michel Vourgère
Generic missing extension messages
2019-09-28Mark PPA release 7.12.0Robert Treat
Update HISTORY and clean up CREDITS file for new release.
2019-09-28Bump minimum supported PHP version to 7.1Robert Treat
2019-07-20Change perms exec bitJean-Michel Nirgal Vourgère
chmod -x all php files without a #! chmod +x those with one.
2019-07-17php-7.2 fix - 'each' has been deprecatedSjon Hortensius
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
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-05-18Rename PPA version from 5.1 to 5.2-dev.Karl O. Pinc
2013-04-14Mark PPA release 5.1REL_5-1-0Robert Treat
2013-04-05Instanciate $plugin_manager from login.php script if neededJehan-Guillaume (ioguix) de Rorthais
This answers the question in commit message: 7d89d7cca40b5a8c3ac1874436630993f518410c. When the script require a database connexion and the user must login, or in some cases of some other related errors, we ar eincluding the login.php script and exit immediatly. The login.php script requires the $plugin_manager, but it is instanciated AFTER the connection codeblock (see commit 7d89d7cc), leading to a FATAL error.
2013-04-05Add try/catch blocks around plugin instanciation so they can throw an ↵Jehan-Guillaume (ioguix) de Rorthais
exception if needed. This is usefull if a plugin don't want to start for some reasons. Throwing an exception from the plugin constructors allows to remove this plugin entirely during the script execution.
2013-04-05Instantiate plugins AFTER connecting to the db.Jehan-Guillaume (ioguix) de Rorthais
This allows plugins to use the connection from their constructor if the script created it, dpeending on $_no_db_connection global variable. This revert commit b43084e022695d6b506799a1815fb4735bd57d13. I did a few tests, mainly on intro page, but couldn't find the bug this commit tried to fix...
2013-03-26Fix incorrect modification of bytea data when updating rows that contain ↵Robert Treat
bytea columns. Based on the POC patch from ioguix. This fixes SF Bug # 3243916.
2012-09-30Set language if all other tries failed. Reported by Karl O. PincJehan-Guillaume (ioguix) de Rorthais
2012-09-17Update jquery libJehan-Guillaume (ioguix) de Rorthais
2012-08-22Instanciate the plugin manager even if not connected to a databaseJehan-Guillaume (ioguix) de Rorthais
2012-08-22Add skeleton of the plugin architectureLeonardo Sapiras
By Leonardo Sapiras, reviewed, integrated, commited by ioguix.
2012-08-22Remove old plugin architecture.Leonardo Sapiras
Patch by Leonardo Sapiras, remerged by ioguix. * remove old plugin architecture * remove plugin Slony
2012-08-22Merge branch 'master' of github.com:phppgadmin/phppgadminJehan-Guillaume (ioguix) de Rorthais
2012-08-22Support for nested serveur groupsJulien Rouhaud
Add ability to nest server groups in some other groups. Thus, config files now allows to have as many level of server groups as wanted.
2012-08-17Fix when no theme set in config fileJulien Rouhaud
2012-08-17Fix the default theme to be the one in config file.Julien Rouhaud
2012-03-26Fix regression where slony menu is always shown.Jehan-Guillaume (ioguix) de Rorthais
Regression from patch 36cdb2e40b34a2ca9e2e74db5748f8170f029aad "Fix a small PHP warning when Slony conf parameters are not set".
2011-12-30Force UTF-8 while escaping html from decoratorsJehan-Guillaume (ioguix) de Rorthais
It was breaking multibytes chars.
2011-12-30Remove useless noEscape decorator since we removed recoded stringsJehan-Guillaume (ioguix) de Rorthais
noEscape decorator was only used to not escape recoded strings because it was breaking non-ascii chars that was begining by &#...;. This make the code a bit simpler, cleaner and remove useless piece of code.
2011-12-30Makes phpPgAdmin core full UTF-8 only.Jehan-Guillaume (ioguix) de Rorthais
Translations, db connexions and html pages are now all in UTF-8. In consequence: * we remove everything about recode stuffs * recode all lang/ translation files to UTF-8 * force UTF-8 in htmlentities
2011-12-29Make selenium tests full dynamics, no more build_tests.php required.Jehan-Guillaume (ioguix) de Rorthais
2011-12-29Fix a small PHP warning when Slony conf parameters are not setJehan-Guillaume (ioguix) de Rorthais
2011-06-07Fix bug with OpenBSD about where setting application_name using PGOPTIONS ↵Jehan-Guillaume (ioguix) de Rorthais
was raising an ERROR
2011-06-03Removes useless call of function_exists since we are PHP5+ onlyJehan-Guillaume (ioguix) de Rorthais
2010-12-08Update jquery library from 1.4.2 to 1.4.4Guillaume (ioguix) de Rorthais
2010-11-29Mark HEAD as 5.1-devGuillaume (ioguix) de Rorthais
2010-11-29Mark PPA release 5.0Guillaume (ioguix) de Rorthais
2010-11-20Add selected language and theme to a cookie so we can restore them from past ↵Guillaume (ioguix) de Rorthais
sessions
2010-10-01Stamp 5.0-beta2REL_5-0-BETA-2Guillaume (ioguix) de Rorthais
2010-09-28Remove display_errors = on by defaultGuillaume (ioguix) de Rorthais
2010-09-14Set PPA version to 5.0-beta1ioguix
2010-09-14Define application name when connecting on PostgreSQL >= 9.0ioguix
2010-09-14Update ADOdb library to the current stable oneioguix
2010-09-07Supress pg_connect PHP Warning when connection fail.Jehan-Guillaume (ioguix) de Rorthais
We should add a better error message support in next realse
2010-09-07Really remove support for 7.3 as we already adverstised itioguix
2010-07-26update jquery lib with current stable version 1.4.2ioguix
2010-07-26Add cappuccino new theme + theme switherioguix
* add new theme cappuccino * add a theme switcher on the intro page
2010-05-16force display_errors to 'on'Guillaume (ioguix) de Rorthais