phpbb/phpBB/phpbb
2020-06-01 13:14:06 +02:00
..
attachment [ticket/15755] Fix event vars in /phpbb/attachment/delete.php 2018-08-12 21:54:13 +07:00
auth [ticket/16181] Fix typo in comment 2019-10-20 20:54:39 +02:00
avatar Merge pull request #5564 from xchwarze/PHPBB3-16015 2019-12-25 17:40:54 +01:00
cache [ticket/16432] Display APCu Cache notice when handling extensions through CLI 2020-04-12 00:46:00 +02:00
captcha [ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha plugin 2019-07-22 22:16:21 +02:00
config [ticket/14116] sql_affectedrows method has no arguments 2015-08-19 16:12:01 -07:00
console [ticket/16432] Display APCu Cache notice when handling extensions through CLI 2020-04-12 00:46:00 +02:00
controller Merge pull request #4258 from Nicofuma/ticket/13683-3.2.x 2016-04-07 21:59:36 +02:00
cron [ticket/16060] Correct auto prune column for cron job 2020-02-04 17:58:28 +01:00
db [prep-release-3.2.10] Add migration for 3.2.10-RC1 2020-06-01 13:14:06 +02:00
debug [ticket/15504] Fix warning message 2018-05-25 00:34:31 +02:00
di [ticket/15678] Fix build and cache flow for container 2018-06-15 09:09:07 +02:00
event [ticket/16021] Recognize number of Template Event instances in events.md file 2019-04-19 21:57:23 +05:30
exception [ticket/12610] Correctly handle empty cache 2016-12-03 16:37:36 +01:00
extension [ticket/15202] To disable, an extension must be enabled 2017-04-28 23:47:51 +02:00
feed [ticket/16367] Add charset to Content-Type response header in feed controller 2020-04-23 22:00:57 +03:00
files [ticket/16351] Use CHMOD constants from filesystem_interface 2020-02-02 22:00:38 +00:00
filesystem [ticket/15643] Fix open_basedir warnings 2019-09-03 17:29:14 -05:00
group [ticket/15886] Fix minor code style issues 2019-07-28 12:21:46 +02:00
groupposition
help [ticket/15251] Use dispatcher_interface in help manager 2017-06-25 12:02:25 +02:00
hook [ticket/14039] Revamp updater 2015-10-17 23:05:57 +02:00
install [ticket/security/233] Make smtp_password and smtp_username dynamic 2019-04-21 22:22:35 +02:00
language [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
lock
log [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
message [ticket/16157] Fix FORM_INVALID error in the sending email form 2019-09-13 00:25:18 +07:00
mimetype
module [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
notification [ticket/16411] Add vars to notification core events 2020-04-22 10:32:29 +05:30
passwords [ticket/15227] Remove STRIP, as always false 2017-05-21 12:58:05 +02:00
php [ticket/16352] Deprecate more functions 2020-02-03 01:44:02 +00:00
plupload [ticket/16329] Add configuration options for Plupload 2020-01-20 22:16:38 +11:00
profilefields [ticket/13867] Correct constructor comment for db tools 2020-05-04 22:05:07 +02:00
report [ticket/16480] Fix Emoji in report post 2020-05-14 20:58:41 +02:00
request [ticket/16422] Strip BOM characters 2020-04-08 22:19:40 +02:00
routing [ticket/13683] Removes extra / in script_path 2016-03-30 22:28:20 +02:00
search [ticket/16423] Add Aria Engine to list of Fulltext Supported 2020-04-02 23:47:01 +02:00
template [ticket/15904] Fix counting empty template blocks 2018-12-08 22:06:19 +01:00
textformatter Merge pull request #5959 from kasimi/ticket/16456 2020-04-22 22:00:08 +02:00
textreparser [ticket/15512] Avoid reparsing non-existent polls 2018-01-12 16:28:37 +01:00
tree Merge pull request #4680 from marc1706/ticket/15055 2018-01-05 22:44:34 +01:00
class_loader.php
composer.json [ticket/14495] Updates the version to 3.3.0-a1-dev 2016-02-24 22:25:41 +01:00
config_php_file.php
content_visibility.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
datetime.php [ticket/14857] Throw S from dateformat for non English languages 2017-12-24 10:31:30 +01:00
error_collector.php [ticket/13306] move error_reporting call 2014-11-13 20:55:10 -06:00
file_downloader.php [ticket/15570] Allow file downloader to use TLS greater than 1.0 2018-02-25 10:25:33 +01:00
filesystem.php [ticket/13697] Moving filesystem related functions to filesystem service 2015-04-16 13:24:10 +02:00
finder.php [ticket/12610] Add command to check if the board is up to date. 2016-12-03 16:37:35 +01:00
json_response.php
pagination.php [ticket/15939] Pagination docblocks 2019-01-14 12:50:07 +01:00
path_helper.php [ticket/15351] Makes confirm_works in a router context (app.php) 2017-09-08 16:26:39 +02:00
permissions.php [ticket/16279] Add permission for Emoji in topic title 2020-01-02 10:01:48 +01:00
recursive_dot_prefix_filter_iterator.php [ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performance 2016-03-17 00:50:08 +07:00
session.php [ticket/16174] Improve event desc 2019-10-08 09:29:22 +02:00
symfony_request.php [ticket/13280] Output escaping for the symfony request object 2014-11-16 16:45:19 +01:00
user.php [ticket/13426] Improve user timezone initialization 2020-03-19 00:17:26 +07:00
user_loader.php [ticket/11453] Improve performance of notification.method.messenger_base 2018-07-27 14:29:35 +02:00
version_helper.php Merge pull request #35 from phpbb/ticket/security-203-rhea 2017-07-16 15:29:35 +02:00
viewonline_helper.php [ticket/13697] Moving filesystem related functions to filesystem service 2015-04-16 13:24:10 +02:00