From: GitHub <no...@gi...> - 2016-05-24 10:49:04
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: f7b11528e39668db7ae09a18d0dcc1b324cccc8c https://github.com/mantisbt/mantisbt/commit/f7b11528e39668db7ae09a18d0dcc1b324cccc8c Author: Carlos Proensa <pr...@gm...> Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M account_page.php Log Message: ----------- Remove old code from account_page After the new functionality of verify.php page was implemented (see issue #20686), account_page is no longer included, and some old code can be removed. Commit: 73f2cf8c171848c2f007228374cde87032ff8ff2 https://github.com/mantisbt/mantisbt/commit/73f2cf8c171848c2f007228374cde87032ff8ff2 Author: Carlos Proensa <pr...@gm...> Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M api_tokens_page.php Log Message: ----------- Add account menu in api tokens page Add the account menu to the API tokens manage page (this page is one of the items in that menu). Now the layout is consistent with the other account manage pages. API tokens page was originally implemented in issue #17766 Fixes #20943 Compare: https://github.com/mantisbt/mantisbt/compare/f3ab14c5fb97...73f2cf8c1718 |