aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10070] Fixed line endings after ticket/9549.Oleg Pudeyev2011-03-011-550/+550
| | | | PHPBB3-10070
* Merge branch 'ticket/nickvergessen/9823' into developAndreas Fischer2011-02-041-10/+14
| | | | | | | | | | | | | | | | | * ticket/nickvergessen/9823: [ticket/9823] Replace 0x80000000 with -2147483648 in tests. [ticket/9823] Move mock file into the mock/ folder. [ticket/9823] Update Unit tests to the new system and correct some minor issues [ticket/9823] Update copyright year and add newline at the end of the file. [ticket/9823] Correct unit-tests to use self:: instead of the class-name. [ticket/9823] Unit tests for validate_config_vars. [ticket/9823] Unit tests for build_cfg_template. [ticket/9823] Unit tests for validate_rang. [ticket/9823] Unit tests for h_radio. [ticket/9823] Moving the functions. Unit tests for build_select. Conflicts: phpBB/adm/index.php
* [ticket/9823] Unit tests for validate_config_vars.Joas Schilling2011-02-011-2/+2
| | | | | | | Fix some documentations and use the $max-var instead of the magic-number in validate_config_vars. PHPBB3-9823
* [ticket/9823] Moving the functions. Unit tests for build_select.Joas Schilling2011-02-011-0/+546
PHPBB3-9823