MantisBT: master-1.2.x 930c6c3e

Author Committer Branch Timestamp Parent
vboctor vboctor master-1.2.x 2013-09-28 22:13 master-1.2.x 06fc7905
Affected Issues  0016416: Improve first login experience by auto-redirecting to create project page
Changeset

Fixes 0016416: Improve first login experience by auto-redirecting to create project page.

If MantisBT is pre-installed, the user lands in My View Page without knowing what to do.
We should handle the "first login" experience in MantisBT itself rather than the installation
and provide a helpful getting started over time. For now, we should start with auto-redirecting
to create project page if user is administrator and there aren't at least 1 project in the database.

The cost of this check is one cheap query on the projects table that returns 0 or 1 entries
which is only run at login of an administrator.

mod - login_cookie_test.php Diff File
mod - core/project_api.php Diff File
mod - admin/install.php Diff File