Branch: refs/heads/master
Home: https://github.com/phpmyadmin/planet
Commit: e3660fe42bdacae260d9cfe3477cb30b7dada87b
https://github.com/phpmyadmin/planet/commit/e3660fe42bdacae260d9cfe3477cb30…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-01-22 (Fri, 22 Jan 2016)
Changed paths:
M planet.ini
Log Message:
-----------
Update planet configuration
- remove people who are no longer team members (and whose blogs are dead
anyway)
- move new team members to member section
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: d8f505e6872e7fe3b0df0ce11c99e1d6b10ba058
https://github.com/phpmyadmin/error-reporting-server/commit/d8f505e6872e7fe…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2016-01-22 (Fri, 22 Jan 2016)
Changed paths:
M src/Controller/AppController.php
M src/Controller/DevelopersController.php
M src/Controller/GithubController.php
M src/Controller/NotificationsController.php
M src/Controller/ReportsController.php
Log Message:
-----------
Fixed flash calls. Now utilising the slideUps, proper CSS too
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 34e86d56eb0f3839208312dc5a0762ee4555e6a8
https://github.com/phpmyadmin/error-reporting-server/commit/34e86d56eb0f383…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-01-22 (Fri, 22 Jan 2016)
Changed paths:
M src/Controller/AppController.php
M src/Controller/DevelopersController.php
M src/Controller/GithubController.php
M src/Controller/NotificationsController.php
M src/Controller/ReportsController.php
Log Message:
-----------
Merge pull request #114 from devenbansod/fix_flash_calls
Fixed flash calls. Now utilising the slideUps, proper CSS too
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/b2e27a2772d6..…
Branch: refs/heads/QA_4_5
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3bd0971db7da6d5f8f7127562261302ce16b6d16
https://github.com/phpmyadmin/phpmyadmin/commit/3bd0971db7da6d5f8f712756226…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-01-22 (Fri, 22 Jan 2016)
Changed paths:
M ChangeLog
M libraries/VersionInformation.php
Log Message:
-----------
Validate version information before further processing it
Do basic sanity checking before we return the value further. This can
especially happen in case the curl/allow_url_fopen is missing.
Fixes #11874
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 47798a60e4209233b3252de94c4832d934597ada
https://github.com/phpmyadmin/phpmyadmin/commit/47798a60e4209233b3252de94c4…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-01-22 (Fri, 22 Jan 2016)
Changed paths:
M ChangeLog
M index.php
M libraries/Util.php
Log Message:
-----------
Show more used PHP extensions
This helps user to see what features are available.
Issue #11874
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 28055b83e7ae152541d541a510bfe84efd59dd86
https://github.com/phpmyadmin/phpmyadmin/commit/28055b83e7ae152541d541a510b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-01-22 (Fri, 22 Jan 2016)
Changed paths:
M index.php
Log Message:
-----------
We no longer do cross site javascript request
Remove condition to disable version check on IE, it no loger makes sense
as we do the check server side.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b1ac8170fd251a4c007fd9ea3fface38adb1bb2e
https://github.com/phpmyadmin/phpmyadmin/commit/b1ac8170fd251a4c007fd9ea3ff…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-01-22 (Fri, 22 Jan 2016)
Changed paths:
M ChangeLog
M index.php
Log Message:
-----------
Show warning in version check and error reporting are not available
When curl is missing and allow_url_fopen is disabled, we can not access
remote files.
Fixes #11874
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/95b1cb173e65...b1ac8170fd25