aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
Commit message (Collapse)AuthorAgeFilesLines
...
* [ticket/9388] Add support for making <select> options able to toggle settings.Cesar G2014-05-081-1/+2
| | | | PHPBB3-9388
* [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-4/+4
| | | | PHPBB3-12273
* [ticket/10910] Do not add size when its 1 (default)Joas Schilling2013-11-221-1/+1
| | | | PHPBB3-10910
* [ticket/10910] Allow setting size selects in build_cfg_template()Mario Skouat2013-11-221-1/+3
| | | | PHPBB3-10910
* [ticket/11987] Add {ADMIN_ROOT_PATH}.Cesar G2013-10-301-0/+1
| | | | PHPBB3-11987
* [ticket/11987] Change {ROOT_PATH} to point to board root.Cesar G2013-10-301-1/+1
| | | | PHPBB3-11987
* [ticket/11703] Also use empty() for T_JQUERY_LINK.Andreas Fischer2013-10-101-1/+1
| | | | PHPBB3-11703
* [ticket/11703] Make jQuery CDN switch more generic.Andreas Fischer2013-10-101-2/+2
| | | | | | | Config variable: load_jquery_cdn -> allow_cdn Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN PHPBB3-11703
* [ticket/10999] Fix assets_version in ACPVjacheslav Trushkin2013-07-131-0/+2
| | | | PHPBB3-10999
* [ticket/11010] resolving latest commentsSenky2013-05-211-1/+0
| | | | PHPBB3-11010
* [ticket/11010] updating testsSenky2013-05-201-3/+2
| | | | PHPBB3-11010
* [ticket/11010] dealing with dimensions problem, removing extra codeSenky2013-05-201-2/+5
| | | | PHPBB3-11010
* [ticket/11010] Add all HTML5 input types to ACPVjacheslav Trushkin2013-05-201-0/+12
| | | | | | Add all new HTML5 input types to functions_acp.php, handle them as text for now PHPBB3-11010
* [ticket/11010] displaying min and max only if they are setSenky2013-05-201-2/+2
| | | | PHPBB3-11010
* [ticket/11010] replacing maxlenght with maxSenky2013-05-201-11/+13
| | | | PHPBB3-11010
* [ticket/11010] fixing problems with 4th parameter in number typeSenky2013-05-201-1/+2
| | | | PHPBB3-11010
* [ticket/11010] adding type="number" in ACP; adding type="email" in installSenky2013-05-201-3/+17
| | | | PHPBB3-11010
* [ticket/11010] adding new input types into build_cfg_template()Senky2013-05-201-0/+2
| | | | PHPBB3-11010
* [ticket/10896] Add missing email validation lost in develop mergeNils Adermann2013-02-241-0/+7
| | | | | | | Fix incomplete merge, by adding a piece of code moved to another file in olympus back. PHPBB3-10896
* [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-101-10/+10
| | | | PHPBB3-11259
* [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-2/+2
| | | | PHPBB3-11189
* Merge branch 'develop-olympus' into developAndreas Fischer2012-10-021-1/+1
| | | | | | | | * develop-olympus: [ticket/11112] updating links to phpbb.com to use SSL Conflicts: phpBB/adm/index.php
* [feature/php-events] Fix docs and naming of core.validate_config_variableJoas Schilling2012-08-051-3/+15
| | | | PHPBB3-9550
* [feature/php-events] Fix docs and naming of core.build_config_templateJoas Schilling2012-08-051-4/+18
| | | | PHPBB3-9550
* [feature/php-events] Add docs for core.adm_page_footerJoas Schilling2012-08-051-2/+10
| | | | PHPBB3-9550
* [feature/php-events] Add docs for core.adm_page_headerJoas Schilling2012-08-051-0/+10
| | | | PHPBB3-9550
* [feature/php-events] Remove _override from event nameJoas Schilling2012-08-011-2/+2
| | | | PHPBB3-9550
* [feature/events] Adding core.validate_config_vars eventErik Frèrejean2012-08-011-0/+7
| | | | | | | Allows a MOD author to define additional "configuration types" and add the logic to validate these option types as well. PHPBB3-9550
* [feature/events] Adding adm_page_footer_override eventErik Frèrejean2012-08-011-0/+12
| | | | | | | Add an event that adds the possibility to override the phpBB `adm_page_footer` function. PHPBB3-9550
* [feature/events] Adding core.adm_page_header_override eventErik Frèrejean2012-08-011-0/+11
| | | | | | | Add an event that adds the possibility to override the phpBB `adm_page_header` function. PHPBB3-9550
* [feature/events] Adding core.build_cfg_template eventErik Frèrejean2012-08-011-0/+4
| | | | | | | See: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42801 for referance. PHPBB3-9550
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-04-041-0/+1
| | | | | | | | | * develop-olympus: [ticket/10607] Added 'Powered by' translation string. Conflicts: phpBB/adm/index.php phpBB/language/en/common.php
* Merge remote-tracking branch 'unknownbliss/ticket/9916' into developAndreas Fischer2012-01-021-2/+1
|\ | | | | | | | | * unknownbliss/ticket/9916: [ticket/9916] Updating header license and removing Version $Id$
| * [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | [ticket/10557] Added IN_PHPBB check to functions_acp.phpDavid King2011-12-281-0/+8
|/ | | | PHPBB3-10557
* Merge remote-tracking branch 'VSEphpbb/ticket/10390' into developOleg Pudeyev2011-10-201-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/10390: [ticket/10390] Revert back to escaped script tags inside document.write [ticket/10390] Fix wording: fallback should be fall back [ticket/10390] Serve jQuery from Google CDN Yes/No button in ACP [ticket/10390] Use simpler HTML5 compliant js for the jQuery fallback [ticket/10390] Drop http protocol for Microsoft's CDN option [ticket/10390] Reword the language for jQuery host/server options [ticket/10390] Fix a type-o - captialize AJAX [ticket/10390] Improve the jQuery CDN url generation function [ticket/10390] Move jQuery version definition [ticket/10390] Allow option for jQuery to be hosted by a remote CDN Conflicts: phpBB/install/database_update.php
| * [ticket/10390] Serve jQuery from Google CDN Yes/No button in ACPMatt Friedman2011-09-271-2/+2
| | | | | | | | | | | | | | | | | | jQuery will now be available via remote CDN from Google. Microsoft and jQuery CDNs have been removed, so we can simplify this option for the user. Default mode is NO so the copy of jQuery included with phpBB is served by default. PHPBB3-10390
| * [ticket/10390] Allow option for jQuery to be hosted by a remote CDNMatt Friedman2011-09-261-0/+2
| | | | | | | | | | | | | | Add an option to the ACP so admins can choose to host jQuery from the local version shipped with phpBB, or via a popular CDN. PHPBB3-10390
* | [ticket/10412] Replace memory_get_usage with memory_get_peak_usageNils Adermann2011-10-141-5/+3
|/ | | | PHPBB3-10412
* 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