phpbb/phpBB/phpbb
2017-12-31 16:39:02 +01:00
..
auth [ticket/13601] Add core.acl_clear_prefetch_after event 2017-01-23 15:00:59 +01:00
avatar [ticket/security/210] Adjust regex and add tests for IPv6 2017-07-10 21:17:52 +02:00
cache [ticket/15303] Correctly refer to $memcached and not $memcache 2017-12-31 16:23:45 +01:00
captcha [ticket/14610] Implement lavigor method 2016-05-09 17:28:55 -04:00
config [ticket/14116] sql_affectedrows method has no arguments 2015-08-19 16:12:01 -07:00
console [ticket/15347] Fix query quotes in update hashes cli command 2017-09-08 10:54:58 +02:00
controller [ticket/13683] Removes extra / in script_path 2016-03-30 22:22:38 +02:00
cron [ticket/15347] Use single quotes in update hashes query 2017-09-07 16:27:49 +02:00
db [prep-release-3.1.12] Add migration for 3.1.12 2017-12-31 16:39:02 +01:00
di [ticket/14957] Do not use method return in write context 2017-01-03 21:53:14 +01:00
event Merge pull request #4523 from senky/ticket/13429 2017-02-11 15:19:47 +01:00
exception [ticket/13361] Rename exception to runtime_exception 2015-01-21 08:41:02 +01:00
extension Merge pull request #4689 from javiexin/ticket/15080 2017-04-17 10:19:19 +02:00
feed [ticket/14838] Remove obsolete overriding method 2017-01-04 17:16:36 +01:00
groupposition
hook
lock
log [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before 2016-11-20 18:42:36 +01:00
message Merge pull request #3108 from Elsensee/ticket/13284 2014-11-21 23:10:00 +01:00
mimetype [ticket/13031] Slightly change behavior of choose_mime_type and add unit tests 2014-09-05 21:55:49 +02:00
notification [ticket/14893] Fix undefined variable on reporting PM notification 2016-12-07 00:40:21 +07:00
passwords [ticket/13976] Fix comment typo in salted_md5.php 2015-10-21 00:22:42 +02:00
php
plupload [ticket/14770] Decreases quality to 85, changes test to 85, too 2016-12-18 15:31:58 +01:00
profilefields [ticket/security/211] Allow make_clickable() again after change to regex 2017-08-03 22:23:08 +02:00
request [ticket/15108] Remove duplicate code in request->context 2017-03-02 15:51:51 +01:00
search [ticket/security/124] Filter out disallowed search query items 2017-06-18 12:15:46 +02:00
template Merge pull request #4605 from javiexin/ticket/14943 2017-02-23 22:21:16 +01:00
tree [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3 2015-06-13 13:20:55 +02:00
class_loader.php
composer.json [ticket/14382] Specify the branch-alias in the composer.json files 2016-01-09 15:36:43 +01:00
config_php_file.php [ticket/12937] Do not return false. Return null for get and array() for all. 2014-08-08 15:29:34 +02:00
content_visibility.php [ticket/14581] Add core events to content_visibility 2016-08-10 06:49:49 -04:00
datetime.php [ticket/13105] Do not display future dates 2+ days ahead as "tomorrow" 2014-09-25 18:09:32 +02:00
error_collector.php [ticket/13306] move error_reporting call 2014-11-13 20:55:10 -06:00
file_downloader.php [ticket/12618] Change ssl:// to tls:// 2016-01-10 19:33:45 +01:00
filesystem.php
finder.php
json_response.php
pagination.php [ticket/13059] Add core event to generate_page_link() 2014-10-01 20:55:07 +08:00
path_helper.php Merge pull request #3055 from marc1706/ticket/13192 2015-01-19 16:45:43 +01:00
permissions.php Merge pull request #3864 from Zoddo/ticket/8920 2015-10-11 10:47:44 +02: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/14982] Always do a ban check except on contact me form 2017-06-25 15:32:49 +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/14536] Force unix time stamps to be integer 2016-03-23 14:44:31 +01:00
user_loader.php [ticket/14334] Use phpbb_get_avatar() in user_loader 2015-12-03 16:43:00 +01:00
version_helper.php Merge pull request #32 from phpbb/ticket/security-203 2017-07-16 11:17:36 +02:00
viewonline_helper.php