aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15437] Rename jquery.min.js to jquery-3.4.1.min.jsMarc Alexander2019-10-201-1/+1
| | | | PHPBB3-15437
* [ticket/16101] Add Referrer-Policy header to phpBB's headersMarc Alexander2019-07-201-1/+2
| | | | PHPBB3-16101
* [ticket/security/234] Add URL validation for input fieldsMarc Alexander2019-04-141-1/+11
| | | | SECURITY-234
* [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-5/+2
| | | | SECURITY-227
* [ticket/14492] Add basic layout for enabling viglinkMarc Alexander2016-12-031-0/+1
| | | | PHPBB3-14492
* Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-15/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
| * [ticket/14272] Remove useless checkMarc Alexander2015-11-081-1/+1
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Assign min/max for all allowed typesMarc Alexander2015-11-061-4/+4
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-12/+15
| | | | | | | | PHPBB3-14272
* | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-02-131-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/constants.php phpBB/includes/functions_user.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * | [ticket/14409] Update session page info before displaying online listOliver Schramm2016-02-131-2/+2
| | | | | | | | | | | | PHPBB3-14409
* | | Merge pull request #4077 from Nicofuma/ticket/14306Marc Alexander2016-01-151-1/+3
|\ \ \ | | | | | | | | | | | | [ticket/14306] Automatically enable a safe mode when container building fails
| * | | [ticket/14306] Automatically enable a safe mode when container building failsTristan Darricau2016-01-091-1/+3
| | | | | | | | | | | | | | | | PHPBB3-14306
* | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Part 4 PHPBB3-13454
* | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+3
|/ / / | | | | | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | | Merge branch '3.1.x'Tristan Darricau2015-12-071-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | * 3.1.x: [ticket/14261] Fix tests by removing old code. [ticket/14261] Move the update of session informations to page_footer()
| * | [ticket/14261] Move the update of session informations to page_footer()Zoddo2015-10-271-0/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | Currently, the unique way to disable the update of session_page is to pass "false" to the parameter of session_begin(). This method is directly called in app.php, so pages served from the routing system can't disable the update of session informations. By moving the update to page_footer, we can allow controllers to tell to the session manager that we don't want to update the session infos. PHPBB3-14261
* | [ticket/14325] Preserve event variable BCMate Bartus2015-11-301-19/+18
| | | | | | | | PHPBB3-14325
* | [ticket/14234] Fix event doc blocksMarc Alexander2015-10-121-1/+1
| | | | | | | | PHPBB3-14234
* | [ticket/14234] Fix change version and remove more referencesMarc Alexander2015-10-121-2/+2
| | | | | | | | PHPBB3-14234
* | [ticket/14234] Use replacement variables instead of references in eventsMarc Alexander2015-10-121-2/+6
| | | | | | | | PHPBB3-14234
* | Merge branch '3.1.x'Marc Alexander2015-06-071-1/+6
|\ \ | |/ | | | | | | | | Conflicts: phpBB/includes/acp/acp_board.php phpBB/includes/acp/acp_jabber.php
| * [ticket/sec-184] Do not output config passwords to the HTML pageJoas Schilling2015-06-041-1/+6
| | | | | | | | SECURITY-184
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+2
|/ | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* 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