aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14161] Wrong var name for core.download_file_send_to_browser_beforeZoddo2015-10-111-2/+3
| | | | | | | | `extension` must be `extensions` Introduced in fix of PHPBB3-14101 (PR GH-3831) PHPBB3-14161
* [ticket/14101] Add core event to the download/file.phprxu2015-08-151-0/+24
| | | | PHPBB3-14101
* [ticket/13061] Replace the service event.subscriber_loader by a compiler passTristan Darricau2014-09-131-1/+0
| | | | PHPBB3-13061
* [ticket/13046] Call phpbb_load_extensions_autoloaders() in $download/file.phpTristan Darricau2014-09-071-0/+2
| | | | PHPBB3-13046
* [ticket/12964] Correct use of undefined $row variable.Andreas Fischer2014-08-101-2/+2
| | | | PHPBB3-12964
* Merge pull request #2852 from bantu/ticket/12938Joas Schilling2014-08-101-183/+7
|\ | | | | | | | | | | | | | | [ticket/12938] Remove the 'Download all attachments' feature. * bantu/ticket/12938: [ticket/12938] Remove functional tests for 'Download all attachments'. [ticket/12938] Remove the 'Download all attachments' feature.
| * [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-091-183/+7
| | | | | | | | PHPBB3-12938
* | [ticket/12940] Remove unused use statements.Andreas Fischer2014-08-091-4/+0
|/ | | | PHPBB3-12940
* [ticket/12775] Fix container_builderTristan Darricau2014-07-071-1/+1
| | | | PHPBB3-12775
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-071-3/+3
| | | | PHPBB3-12775
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-071-2/+2
| | | | PHPBB3-12775
* [ticket/12775] Load the config file before constants.phpTristan Darricau2014-07-071-9/+7
| | | | PHPBB3-12775
* [ticket/12775] Update phpBB/download/file.phpTristan Darricau2014-07-071-3/+5
| | | | PHPBB3-12775
* Merge remote-tracking branch 'github-nicofuma/ticket/12446' into ↵Nils Adermann2014-07-041-5/+0
|\ | | | | | | | | | | | | develop-ascraeus * github-nicofuma/ticket/12446: [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
| * [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-5/+0
| | | | | | | | PHPBB3-12446
* | [ticket/12784] Allow the extensions to add a custom auto loaderTristan Darricau2014-07-011-0/+2
|/ | | | PHPBB3-12784
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12171] Send correct status 403 when forbidden and 404 when not foundJoas Schilling2014-02-101-4/+4
| | | | PHPBB3-12171
* [ticket/12171] Check post visibility before being able to download attachmentsJoas Schilling2014-02-101-6/+49
| | | | PHPBB3-12171
* [ticket/12171] Split post and pm download linksJoas Schilling2014-02-101-18/+21
| | | | | PHPBB3-12171 PHPBB3-12172
* [ticket/12171] Check topic visibility before allowing to download attachmentsJoas Schilling2014-02-101-3/+3
| | | | PHPBB3-12171
* [ticket/11986] Fix undefined index: poster_id in file.php.Cesar G2013-10-291-1/+1
| | | | PHPBB3-11986
* [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-2/+2
| | | | PHPBB3-11700
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * [ticket/11725] Use new paths for phpbb_class_loader in file.phpMarc Alexander2013-07-221-2/+2
| | | | | | | | | | | | | | | | In the PR #1559, the paths were changed from "{$phpbb_root_path}includes/" to "{$phpbb_root_path}phpbb/" for the class loader. However, this was not changed in all files that use it. PHPBB3-11725
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
|/ | | | PHPBB3-11700
* Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-131-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Dhruv (13) and riadhchtara (1) * ticket/10820: [ticket/10820] Add additional check for IE in condition [ticket/10820] Fix function docblock [ticket/10820] Inject IE version in function [ticket/10820] fix regex Extract IE version from user agent string and then compare it with 7 [ticket/10820] remove unnecessary parentheses [ticket/10820] fix docblock [ticket/10820] add param and return to function [ticket/10820] simplify regex and escape dot [ticket/10820] Use singular return [ticket/10820] remove unnecessary condition checks [ticket/10820] add function docblock [ticket/10820] fix IE check function [ticket/10820] proper usage of global and local variable browser [ticket/10820] Image downloader recognize new version of ie When a user download image attachement using ie8, the file is displayed. However, when he uses ie version greater than 8, the image is download. A changes are made to phpbb/download/file.php to solve the problem. We check now if the ie version is greater or equal to 8 and not only equal to 8 Conflicts: phpBB/download/file.php
| * [ticket/10820] Add additional check for IE in conditionDhruv2013-06-131-2/+2
| | | | | | | | PHPBB3-10820
| * [ticket/10820] Fix function docblockDhruv2013-06-121-1/+1
| | | | | | | | PHPBB3-10820
| * [ticket/10820] Inject IE version in functionDhruv2013-06-121-8/+9
| | | | | | | | PHPBB3-10820
| * [ticket/10820] fix regexDhruv2013-06-121-1/+9
| | | | | | | | | | | | Extract IE version from user agent string and then compare it with 7 PHPBB3-10820
| * [ticket/10820] remove unnecessary parenthesesDhruv2013-06-121-1/+1
| | | | | | | | PHPBB3-10820
| * [ticket/10820] fix docblockDhruv2013-06-121-1/+1
| | | | | | | | PHPBB3-10820
| * [ticket/10820] add param and return to functionDhruv2013-06-121-3/+6
| | | | | | | | | | | | | | Add param and return in function docblock. Rename function parameter to $user_agent. PHPBB3-10820
| * [ticket/10820] simplify regex and escape dotDhruv2013-06-121-1/+1
| | | | | | | | PHPBB3-10820
| * [ticket/10820] Use singular returnDhruv2013-06-121-1/+1
| | | | | | | | PHPBB3-10820
| * [ticket/10820] remove unnecessary condition checksDhruv2013-06-121-2/+2
| | | | | | | | PHPBB3-10820
| * [ticket/10820] add function docblockDhruv2013-06-121-0/+4
| | | | | | | | PHPBB3-10820
| * [ticket/10820] fix IE check functionDhruv2013-06-121-8/+8
| | | | | | | | | | | | Add phpbb_ prefix to function name and return boolean value. PHPBB3-10820
| * [ticket/10820] proper usage of global and local variable browserDhruv2013-06-121-2/+2
| | | | | | | | PHPBB3-10820
| * [ticket/10820] Image downloader recognize new version of ieriadhchtara2013-06-121-9/+14
| | | | | | | | | | | | | | | | | | | | When a user download image attachement using ie8, the file is displayed. However, when he uses ie version greater than 8, the image is download. A changes are made to phpbb/download/file.php to solve the problem. We check now if the ie version is greater or equal to 8 and not only equal to 8 PHPBB3-10820
| * [ticket/11144] Add missing {FORUM_NAME} variableGaëtan Muller2013-05-061-1/+1
| | | | | | | | | | | | | | The template variable {FORUM_NAME} was missing from the login page of a password protected forum PHPBB3-11144
* | Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-051-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | * ticket/10820: [ticket/10820] Inject IE version in function Conflicts: phpBB/download/file.php
| * | [ticket/10820] Inject IE version in functionDhruv2013-06-051-8/+9
| | | | | | | | | | | | PHPBB3-10820
| * | [ticket/10820] fix regexDhruv2013-05-121-1/+9
| | | | | | | | | | | | | | | | | | Extract IE version from user agent string and then compare it with 7 PHPBB3-10820
* | | Merge remote-tracking branch 'dhruvgoel92/ticket/10820' into ↵Andreas Fischer2013-04-271-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket/10820-develop * dhruvgoel92/ticket/10820: [ticket/10820] remove unnecessary parentheses [ticket/10820] fix docblock [ticket/10820] add param and return to function [ticket/10820] simplify regex and escape dot [ticket/10820] Use singular return [ticket/10820] remove unnecessary condition checks [ticket/10820] add function docblock [ticket/10820] fix IE check function [ticket/10820] proper usage of global and local variable browser [ticket/10820] Image downloader recognize new version of ie Conflicts: phpBB/download/file.php
| * | [ticket/10820] remove unnecessary parenthesesDhruv2013-04-271-1/+1
| | | | | | | | | | | | PHPBB3-10820
| * | [ticket/10820] fix docblockDhruv2013-04-271-1/+1
| | | | | | | | | | | | PHPBB3-10820
| * | [ticket/10820] add param and return to functionDhruv2013-04-271-3/+6
| | | | | | | | | | | | | | | | | | | | | Add param and return in function docblock. Rename function parameter to $user_agent. PHPBB3-10820
| * | [ticket/10820] simplify regex and escape dotDhruv2013-04-271-1/+1
| | | | | | | | | | | | PHPBB3-10820