aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2011-06-101-2/+2
| | | | | | | | | * develop-olympus: [ticket/10198] range validation for strings should limit characters not bytes [ticket/10198] validate_config_vars() improperly validates multibyte strings Conflicts: phpBB/adm/index.php
* Merge branch 'develop-olympus' into developAndreas Fischer2011-06-091-1/+1
| | | | | | | | | * develop-olympus: [ticket/8138] Add autocomplete="off" to acp_board and ldap settings [ticket/8138] Add autocomplete="off" to a user and forum ACP. Conflicts: phpBB/adm/index.php
* Merge branch 'develop-olympus' into developAndreas Fischer2011-06-061-2/+2
| | | | | | | | * develop-olympus: [ticket/10067] Add separator to h_radio to place options on individual lines Conflicts: phpBB/adm/index.php
* [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