MantisBT: master 52feda2e

Author Committer Branch Timestamp Parent
vboctor master 2002-06-01 10:29 master 806015e1
Changeset
  • Added support for the MANAGERs being able to update project information
    including: managing user list, modifying project information, modifying/adding/deleting
    categories, and modifying/adding/deleting versions. Managers can only do that
    to public projects (unless they are explicitly added to them with access level less
    than manager), or private projects where they are added as manager. Managers
    can not add or delete projects, or add/delete users from mantis as a whole.
  • Fixed a syntax error in manage_proj_cat_update.php.
  • Fixed a bug where it was possible to update category name to nothing.
  • Fixed a bug where it was possible to change a bug to an already existing name.
  • Fixed a bug where if you click edit, then update (without changing the category name), you would get a duplicate error.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1060 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9

mod - manage_proj_cat_add.php Diff File
mod - manage_proj_cat_update.php Diff File
mod - manage_proj_edit_page.php Diff File
mod - doc/ChangeLog Diff File
mod - manage_proj_menu_page.php Diff File
mod - core_user_API.php Diff File
mod - core_html_API.php Diff File
mod - manage_proj_delete_page.php Diff File
mod - manage_proj_add.php Diff File
mod - manage_proj_delete.php Diff File