aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/sec-184] Do not output config passwords to the HTML pageJoas Schilling2015-06-041-1/+6
| | | | SECURITY-184
* Merge branch 'ticket/13568' into ticket/13568-ascMarc Alexander2015-02-061-4/+9
| | | | | | Conflicts: phpBB/adm/index.php phpBB/includes/acp/acp_attachments.php
* [ticket/13045] Remove Pragma headersJakub Senko2014-09-171-1/+0
| | | | PHPBB3-13045
* [ticket/13044] Move GMT out of gmdate in functions_acpJakub Senko2014-09-171-1/+1
| | | | PHPBB3-13044
* [ticket/13044] move GMT string out of gmdate()Jakub Senko2014-09-171-1/+1
| | | | PHPBB3-13044
* [ticket/13044] Correct Expires headersJakub Senko2014-09-171-1/+1
| | | | PHPBB3-13044
* Merge pull request #2730 from omniError/ticket/12831Dhruv Goel2014-08-101-5/+24
|\ | | | | [ticket/12831] Allow events in page_header functions to prevent the setting of HTTP headers
| * [ticket/12831] fix CSomniError2014-08-091-1/+1
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
| * [ticket/12831] simplified code, upd event blockomniError2014-08-091-6/+3
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
| * [ticket/12831] reimplemented headers as arrayomniError2014-08-091-12/+15
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
| * [ticket/12831] Optn to prevent setting HTTP headersomniError2014-08-011-5/+24
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
* | [ticket/12943] Add core.phpbb_generate_debug_output core eventrxu2014-08-091-1/+1
| | | | | | | | | | | | | | Add core.phpbb_generate_debug_output core event to allow extensions outputting additional debug info. PHPBB3-12943
* | Merge pull request #2724 from VSEphpbb/ticket/12841Joas Schilling2014-08-091-0/+27
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12841] Allow extensions to position new config vars * VSEphpbb/ticket/12841: [ticket/12841] Make config position default to after [ticket/12841] Update comments in tests making after default [ticket/12841] prefix function name with phpbb_ [ticket/12841] Add a tests for the new function [ticket/12841] Fix white space issues reported by sniffer [ticket/12841] Allow extensions to position new config vars
| * | [ticket/12841] Make config position default to afterMatt Friedman2014-07-281-2/+3
| | | | | | | | | | | | PHPBB3-12841
| * | [ticket/12841] prefix function name with phpbb_Matt Friedman2014-07-241-1/+1
| | | | | | | | | | | | PHPBB3-12841
| * | [ticket/12841] Fix white space issues reported by snifferMatt Friedman2014-07-111-3/+3
| | | | | | | | | | | | PHPBB3-12841
| * | [ticket/12841] Allow extensions to position new config varsMatt Friedman2014-07-111-0/+26
| |/ | | | | | | PHPBB3-12841
* | [ticket/12902] Remove duplicate entry in switch statementjeroendedauw2014-08-021-1/+0
|/ | | | PHPBB3-12902
* [ticket/12687] Remove globalsTristan Darricau2014-06-121-2/+2
| | | | PHPBB3-12687
* [ticket/12687] Return a string and move the displaying of the sql reportTristan Darricau2014-06-121-1/+2
| | | | PHPBB3-12687
* [ticket/12687] Rename DISPLAY_LOAD_TIME to PHPBB_DISPLAY_LOAD_TIMETristan Darricau2014-06-111-35/+1
| | | | PHPBB3-12687
* [ticket/12687] Display the explain link only when DEBUG is setTristan Darricau2014-06-101-6/+12
| | | | PHPBB3-12687
* [ticket/12687] Add a constant to display the load time without DEBUGTristan Darricau2014-06-101-3/+3
| | | | PHPBB3-12687
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
| | | | PHPBB3-12594
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12547] Rename jquery.js to jquery.min.js in assets directoryn-aleha2014-05-151-1/+1
| | | | | | phpBB uses the minified version of jQuery hence the rename. PHPBB3-12547
* [ticket/9388] Use "togglable" instead of "toggable"Cesar G2014-05-091-1/+1
| | | | PHPBB3-9388
* [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