From: GitHub <no...@gi...> - 2016-06-11 15:44:17
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: cacac6ac7ab620a5e5a46b52b586deefe0286922 https://github.com/mantisbt/mantisbt/commit/cacac6ac7ab620a5e5a46b52b586deefe0286922 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M css/default.css Log Message: ----------- CSS: restore 'pagetitle' class This reverts commit 24e35d7d106024aa7793bc84ec274fb621d6d2bb. While not used in the code anymore since removal of html_header() function (see 6d6f093ea073681a0d6ccf1611e8789dbc84070e), the class is still referenced in the documentation to be used for custom page title via $g_top_include_page. Fixes #21087 Commit: 416a26eff8de345ccf5977238ac7fb958fb5b19c https://github.com/mantisbt/mantisbt/commit/416a26eff8de345ccf5977238ac7fb958fb5b19c Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M core/html_api.php Log Message: ----------- New html_print_logo() API function This makes it easier for people to add the logo in an include file, since it is not shown anymore when $g_top_include_page is set. The html_top_banner() function was modified to use the new API. Fixes #21087 Commit: ab9db31cec49749c52a0f6519caa741da5bb1c19 https://github.com/mantisbt/mantisbt/commit/ab9db31cec49749c52a0f6519caa741da5bb1c19 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M docbook/Admin_Guide/en-US/config/display.xml M docbook/Admin_Guide/en-US/config/html.xml Log Message: ----------- Doc: replacement of $g_page_title by $g_top_include_page Fixes #21087 Commit: 76cb1ad26ed02c20be94f76c244b1c973624acfc https://github.com/mantisbt/mantisbt/commit/76cb1ad26ed02c20be94f76c244b1c973624acfc Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M admin/schema.php Log Message: ----------- Reduce email and realname columns to 191 chars The varchar(255) implemented to address issue #8017 was causing issues with utf8mb4 encoding due a limitation in the size of indexes in MySQL. Fixes #20465 Compare: https://github.com/mantisbt/mantisbt/compare/3c54ace97e55...76cb1ad26ed0 |