Move newgroup page form logic to a backend Perl script and methods.
www/newgroup.php3 - The reworked PHP page. www/newgroup_form.php3 - Removed, form merged into newgroup.php3 . www/group_defs.php - Add a Group::Create method bridging to the script via XML. www/showproject.php3 - Link to newgroup.php3, rather than newgroup_form.php3 . configure configure.in - Add the newgroup backend script. backend/{newgroup,GNUmakefile}.in - Add the Perl script. db/Group.pm.in - Update the AccessCheck method to allow TB_PROJECT_LEADGROUP. sql/database-fill.sql - Add table_regex 'groups' checking patterns.
Showing
- backend/GNUmakefile.in 2 additions, 2 deletionsbackend/GNUmakefile.in
- backend/newgroup.in 375 additions, 0 deletionsbackend/newgroup.in
- configure 1 addition, 1 deletionconfigure
- configure.in 1 addition, 1 deletionconfigure.in
- db/Group.pm.in 76 additions, 7 deletionsdb/Group.pm.in
- sql/database-fill.sql 6 additions, 0 deletionssql/database-fill.sql
- www/group_defs.php 88 additions, 0 deletionswww/group_defs.php
- www/newgroup.php3 177 additions, 93 deletionswww/newgroup.php3
- www/newgroup_form.php3 0 additions, 120 deletionswww/newgroup_form.php3
- www/showproject.php3 1 addition, 1 deletionwww/showproject.php3
Loading
Please register or sign in to comment