stable
Clone or download
Read-only
Fix request #7601 Security issue with legacy project creation page and IM plugin
- Remove the legacy project creation - Slightly rewrite the "end of creation" Change-Id: Ic26b345f26a02bc725fd577ba8290ae14ddbb5bf
Modified Files
Name | ||||
---|---|---|---|---|
D | site-content/en_US/project/basinfo.txt | +0 | −16 | Go to diff View file |
D | site-content/en_US/project/category.txt | +0 | −24 | Go to diff View file |
D | site-content/en_US/project/complete.txt | +0 | −57 | Go to diff View file |
D | site-content/en_US/project/confirmation.txt | +0 | −34 | Go to diff View file |
D | site-content/en_US/project/intro.txt | +0 | −63 | Go to diff View file |
D | site-content/en_US/project/license.txt | +0 | −55 | Go to diff View file |
D | site-content/en_US/project/projectname.txt | +0 | −38 | Go to diff View file |
M | site-content/en_US/project/register.tab | +7 | −0 | Go to diff View file |
D | site-content/en_US/project/settings.txt | +0 | −31 | Go to diff View file |
D | site-content/en_US/project/template.txt | +0 | −12 | Go to diff View file |
D | site-content/en_US/project/template_my.txt | +0 | −18 | Go to diff View file |
D | site-content/fr_FR/project/basinfo.txt | +0 | −22 | Go to diff View file |
D | site-content/fr_FR/project/category.txt | +0 | −22 | Go to diff View file |
D | site-content/fr_FR/project/complete.txt | +0 | −56 | Go to diff View file |
D | site-content/fr_FR/project/confirmation.txt | +0 | −31 | Go to diff View file |
D | site-content/fr_FR/project/intro.txt | +0 | −59 | Go to diff View file |
D | site-content/fr_FR/project/license.txt | +0 | −57 | Go to diff View file |
D | site-content/fr_FR/project/projectname.txt | +0 | −34 | Go to diff View file |
M | site-content/fr_FR/project/register.tab | +8 | −1 | Go to diff View file |
D | site-content/fr_FR/project/settings.txt | +0 | −27 | Go to diff View file |
D | site-content/fr_FR/project/template.txt | +0 | −7 | Go to diff View file |
D | site-content/fr_FR/project/template_my.txt | +0 | −17 | Go to diff View file |
M | src/common/autoload.php | +4 | −13 | Go to diff View file |
A | src/common/project/OneStepCreation/OneStepCreationCompletePresenter.class.php | +34 | −0 | Go to diff View file |
M | src/common/project/OneStepCreation/OneStepCreationController.class.php | +73 | −2 | Go to diff View file |
D | src/common/project/RegisterProjectDescription.php | +0 | −80 | Go to diff View file |
D | src/common/project/RegisterProjectStep.class.php | +0 | −64 | Go to diff View file |
D | src/common/project/RegisterProjectStep_BasicInfo.class.php | +0 | −72 | Go to diff View file |
D | src/common/project/RegisterProjectStep_Category.class.php | +0 | −60 | Go to diff View file |
D | src/common/project/RegisterProjectStep_Confirmation.class.php | +0 | −60 | Go to diff View file |
D | src/common/project/RegisterProjectStep_Intro.class.php | +0 | −61 | Go to diff View file |
D | src/common/project/RegisterProjectStep_License.class.php | +0 | −52 | Go to diff View file |
D | src/common/project/RegisterProjectStep_Name.class.php | +0 | −73 | Go to diff View file |
D | src/common/project/RegisterProjectStep_Services.class.php | +0 | −112 | Go to diff View file |
D | src/common/project/RegisterProjectStep_Settings.class.php | +0 | −69 | Go to diff View file |
D | src/common/project/RegisterProjectStep_Template.class.php | +0 | −151 | Go to diff View file |
M | src/etc/local.inc.dist | +0 | −4 | Go to diff View file |
A | src/templates/project/register-complete.mustache | +5 | −0 | Go to diff View file |
M | src/www/project/create_project.php | +1 | −12 | Go to diff View file |
M | src/www/project/register.php | +23 | −131 | Go to diff View file |