stable

Clone or download

Read-only

request #10366: Remove the not usable captcha feature of PHPWiki

The feature can not be enabled due to the Tuleap integration and the captcha implementation uses weak RNG so it is probably breakable without much hassle. Change-Id: I5657da0f8dc6b21ce35fa7964403c948fc7243dd

Modified Files

Name
M src/common/wiki/phpwiki/config/config-default.ini +0 −2 Go to diff View file
M src/common/wiki/phpwiki/config/config-dist.ini +0 −8 Go to diff View file
M src/common/wiki/phpwiki/config/config.ini +0 −9 Go to diff View file
M src/common/wiki/phpwiki/configurator.php +0 −6 Go to diff View file
D src/common/wiki/phpwiki/lib/Captcha.php +0 −197 Go to diff View file
M src/common/wiki/phpwiki/lib/IniConfig.php +1 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/PagePerm.php +0 −1 Go to diff View file
D src/common/wiki/phpwiki/lib/captcha/Vera.ttf +- −- Go to diff View file
D src/common/wiki/phpwiki/lib/captcha/dictionary +0 −411 Go to diff View file
M src/common/wiki/phpwiki/lib/editpage.php +2 −21 Go to diff View file
M src/common/wiki/phpwiki/lib/main.php +0 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/stdlib.php +0 −18 Go to diff View file
M src/common/wiki/phpwiki/locale/Makefile +0 −1 Go to diff View file
M src/common/wiki/phpwiki/locale/po/fr.po +0 −8 Go to diff View file
M src/common/wiki/phpwiki/locale/po/phpwiki.pot +0 −8 Go to diff View file
M src/common/wiki/phpwiki/themes/Codendi-light-printer-version/templates/editpage.tmpl +0 −6 Go to diff View file
M src/common/wiki/phpwiki/themes/Codendi-lite/templates/editpage.tmpl +0 −6 Go to diff View file
M src/common/wiki/phpwiki/themes/Codendi/templates/editpage.tmpl +0 −6 Go to diff View file
M src/common/wiki/phpwiki/themes/default/templates/editpage.tmpl +0 −6 Go to diff View file