Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: 7de86a9513f37053ecd977d2a16b024a7ea29ddf
https://github.com/phpmyadmin/website/commit/7de86a9513f37053ecd977d2a16b02…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-04 (Fri, 04 Dec 2015)
Changed paths:
M files/models.py
M pmaweb/settings.py
Log Message:
-----------
Add dockerhub integration
This ensures that the docker image is up to date once we release new
version.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 260702328169a0f30d3767fed418b0a75734e8e0
https://github.com/phpmyadmin/phpmyadmin/commit/260702328169a0f30d3767fed41…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-12-03 (Thu, 03 Dec 2015)
Changed paths:
M db_datadict.php
M gis_data_editor.php
M import_status.php
M libraries/plugins/auth/AuthenticationConfig.php
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/plugins/auth/swekey/swekey.auth.lib.php
M libraries/plugins/schema/ExportRelationSchema.php
M prefs_manage.php
Log Message:
-----------
Remove some unnecessary string concatenations
https://github.com/dseguy/clearPHP/blob/master/rules/no-unnecessary-string-…
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9ee3931c091f12d1501b393ff8d763ddade768dd
https://github.com/phpmyadmin/phpmyadmin/commit/9ee3931c091f12d1501b393ff8d…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-12-03 (Thu, 03 Dec 2015)
Changed paths:
M index.php
M js/messages.php
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/plugins/auth/swekey/swekey.auth.lib.php
M libraries/plugins/schema/ExportRelationSchema.php
M libraries/rte/rte_export.lib.php
M libraries/rte/rte_routines.lib.php
M setup/lib/form_processing.lib.php
M setup/lib/index.lib.php
M templates/database/structure/body_for_table_summary.phtml
M templates/database/structure/check_all_tables.phtml
M templates/database/structure/structure_table_row.phtml
M templates/table/chart/tbl_chart.phtml
M templates/table/gis_visualization/gis_visualization.phtml
M templates/table/search/input_box.phtml
M templates/table/structure/display_partitions.phtml
M transformation_overview.php
M url.php
Log Message:
-----------
Remove some unnecessary string concatenations
https://github.com/dseguy/clearPHP/blob/master/rules/no-unnecessary-string-…
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: bc5c8e4d2b8caf315a9241dfaf363b5610c7abef
https://github.com/phpmyadmin/phpmyadmin/commit/bc5c8e4d2b8caf315a9241dfaf3…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-12-03 (Thu, 03 Dec 2015)
Changed paths:
M doc/setup.rst
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/01dc5ef2a237...bc5c8e4d2b8c
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 01dc5ef2a237f7b33602a28ff9ec6d44fcda9d7f
https://github.com/phpmyadmin/phpmyadmin/commit/01dc5ef2a237f7b33602a28ff9e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-03 (Thu, 03 Dec 2015)
Changed paths:
M doc/setup.rst
Log Message:
-----------
Document installation using Composer
As we seem to be nowhere near being able to provide packages in the
official Packagist repository, lets document how to install phpMyAdmin
using Composer from our own repository.
Fixes #11508
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: e1e8006dc760e2f7fc8db41c52c34ccf3d6992bd
https://github.com/phpmyadmin/website/commit/e1e8006dc760e2f7fc8db41c52c34c…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-12-03 (Thu, 03 Dec 2015)
Changed paths:
M pmaweb/templates/support.html
Log Message:
-----------
Fixes #15 Remove or clarify statement about asking questions on Stack Overflow on support page
Signed-off-by: Marc Delisle <marc(a)infomarc.info>