Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-07 | Bump min php ver to 7.2, set app ver to 7.13.0 for release | Robert Treat | |
2020-10-07 | Upgraded jquery to version 3.4.1 | Jean-Michel Vourgère | |
Note that the minimized version is not considered "source code". | |||
2019-12-09 | Update HISTORY and Bump version for 7.12.1REL_7-12-1 | Robert Treat | |
2019-11-07 | codespell assisted typo cleaning | Jean-Michel Vourgère | |
2019-10-20 | Print an error if mbstring extension is missing | Jean-Michel Vourgère | |
Generic missing extension messages | |||
2019-09-28 | Mark PPA release 7.12.0 | Robert Treat | |
Update HISTORY and clean up CREDITS file for new release. | |||
2019-09-28 | Bump minimum supported PHP version to 7.1 | Robert Treat | |
2019-07-20 | Change perms exec bit | Jean-Michel Nirgal Vourgère | |
chmod -x all php files without a #! chmod +x those with one. | |||
2019-07-17 | php-7.2 fix - 'each' has been deprecated | Sjon Hortensius | |
2019-06-28 | At 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-13 | mark PPA version 7.x-dev | Robert Treat | |
2018-11-12 | Mark PPA release 5.6REL_5-6-0 | Robert Treat | |
2013-11-11 | Add 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-18 | Rename PPA version from 5.1 to 5.2-dev. | Karl O. Pinc | |
2013-04-14 | Mark PPA release 5.1REL_5-1-0 | Robert Treat | |
2013-04-05 | Instanciate $plugin_manager from login.php script if needed | Jehan-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-05 | Add 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-05 | Instantiate 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-26 | Fix 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-30 | Set language if all other tries failed. Reported by Karl O. Pinc | Jehan-Guillaume (ioguix) de Rorthais | |
2012-09-17 | Update jquery lib | Jehan-Guillaume (ioguix) de Rorthais | |
2012-08-22 | Instanciate the plugin manager even if not connected to a database | Jehan-Guillaume (ioguix) de Rorthais | |
2012-08-22 | Add skeleton of the plugin architecture | Leonardo Sapiras | |
By Leonardo Sapiras, reviewed, integrated, commited by ioguix. | |||
2012-08-22 | Remove old plugin architecture. | Leonardo Sapiras | |
Patch by Leonardo Sapiras, remerged by ioguix. * remove old plugin architecture * remove plugin Slony | |||
2012-08-22 | Merge branch 'master' of github.com:phppgadmin/phppgadmin | Jehan-Guillaume (ioguix) de Rorthais | |
2012-08-22 | Support for nested serveur groups | Julien 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-17 | Fix when no theme set in config file | Julien Rouhaud | |
2012-08-17 | Fix the default theme to be the one in config file. | Julien Rouhaud | |
2012-03-26 | Fix 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-30 | Force UTF-8 while escaping html from decorators | Jehan-Guillaume (ioguix) de Rorthais | |
It was breaking multibytes chars. | |||
2011-12-30 | Remove useless noEscape decorator since we removed recoded strings | Jehan-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-30 | Makes 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-29 | Make selenium tests full dynamics, no more build_tests.php required. | Jehan-Guillaume (ioguix) de Rorthais | |
2011-12-29 | Fix a small PHP warning when Slony conf parameters are not set | Jehan-Guillaume (ioguix) de Rorthais | |
2011-06-07 | Fix bug with OpenBSD about where setting application_name using PGOPTIONS ↵ | Jehan-Guillaume (ioguix) de Rorthais | |
was raising an ERROR | |||
2011-06-03 | Removes useless call of function_exists since we are PHP5+ only | Jehan-Guillaume (ioguix) de Rorthais | |
2010-12-08 | Update jquery library from 1.4.2 to 1.4.4 | Guillaume (ioguix) de Rorthais | |
2010-11-29 | Mark HEAD as 5.1-dev | Guillaume (ioguix) de Rorthais | |
2010-11-29 | Mark PPA release 5.0 | Guillaume (ioguix) de Rorthais | |
2010-11-20 | Add selected language and theme to a cookie so we can restore them from past ↵ | Guillaume (ioguix) de Rorthais | |
sessions | |||
2010-10-01 | Stamp 5.0-beta2REL_5-0-BETA-2 | Guillaume (ioguix) de Rorthais | |
2010-09-28 | Remove display_errors = on by default | Guillaume (ioguix) de Rorthais | |
2010-09-14 | Set PPA version to 5.0-beta1 | ioguix | |
2010-09-14 | Define application name when connecting on PostgreSQL >= 9.0 | ioguix | |
2010-09-14 | Update ADOdb library to the current stable one | ioguix | |
2010-09-07 | Supress 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-07 | Really remove support for 7.3 as we already adverstised it | ioguix | |
2010-07-26 | update jquery lib with current stable version 1.4.2 | ioguix | |
2010-07-26 | Add cappuccino new theme + theme swither | ioguix | |
* add new theme cappuccino * add a theme switcher on the intro page | |||
2010-05-16 | force display_errors to 'on' | Guillaume (ioguix) de Rorthais | |