phpbb/phpBB/phpbb
2015-04-21 10:00:30 +01:00
..
auth [ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN 2015-02-19 18:38:35 -08:00
avatar Merge pull request #3518 from marc1706/ticket/13703 2015-04-04 11:04:29 +02:00
cache [ticket/13477] rename function and fix doc blocks 2015-03-04 14:20:27 -05:00
captcha [ticket/13522] Remove unneeded variables and correctly output input on error 2015-02-21 17:46:37 +01:00
config [ticket/13569] Add missing sql_freeresults and remove unneeded results 2015-02-02 17:36:39 +01:00
console [ticket/13211] Move console migrator output handler back to console folder 2014-10-25 12:03:13 -07:00
controller [ticket/13493] Append page name to base url if it doesn't contain it 2015-02-11 13:03:22 +01:00
cron [ticket/13232] Fix indentation 2014-10-27 15:45:24 -07:00
db [prep-release-3.1.4] Add migration for 3.1.4-RC1 2015-04-09 20:28:28 +02:00
di [ticket/13251] Escape container parameters defined from config.php. 2014-11-07 02:30:03 -08:00
event [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN 2015-02-22 21:53:05 +01:00
exception [ticket/13361] Rename exception to runtime_exception 2015-01-21 08:41:02 +01:00
extension [ticket/security-171] Sanitize data from composer.json 2014-11-21 22:32:28 +01:00
feed Merge branch 'ticket/13348-olympus' into ticket/13348 2015-02-03 18:30:45 +01:00
groupposition
hook
lock
log [ticket/13148] Wrong version num; copy & paste fail 2014-12-29 08:23:31 +00: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/13644] Always type hint dispatch_interface 2015-02-22 17:01:37 +01:00
passwords [ticket/13772] Fix typo in phpbb\passwords\manager::__construct() 2015-04-21 10:00:30 +01:00
php
plupload [ticket/13756] Fix resize after upload with plupload 2015-04-11 23:08:45 +02:00
profilefields [ticket/13528] Return correct translation instead of is_set() 2015-01-20 22:56:33 +01:00
request [ticket/13396] Normalize multibyte characters in attachment file names. 2014-12-02 16:23:40 -08:00
search [ticket/13674] Missing space after "if" 2015-03-07 14:57:42 +00:00
template [ticket/13133] Fix variable name in set_custom_style() 2015-01-20 14:21:02 -08:00
tree [ticket/12557] Fix doc block errors found by Sami pt1 2014-08-03 07:03:08 +03:00
class_loader.php
composer.json [ticket/12920] Add missing comma 2014-08-07 15:44:36 +02: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 Merge pull request #3402 from brunoais/ticket/13621 2015-04-06 11:13:33 +02: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/13588] Fixes wrong message in info fsockopen() disabled 2015-02-07 13:50:08 +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
recursive_dot_prefix_filter_iterator.php
session.php [ticket/13617] Document magic number for forum_id 2015-02-25 17:00:22 +01:00
symfony_request.php [ticket/13280] Output escaping for the symfony request object 2014-11-16 16:45:19 +01:00
user.php [ticket/13118] Correctly use the provided datetime class 2014-09-30 11:58:02 +02:00
user_loader.php [ticket/12993] Return an array instead of reference passing 2014-08-19 22:25:01 +02:00
version_helper.php [ticket/13556] Fix exception translation with filedownloader 2015-01-30 18:05:13 +01:00
viewonline_helper.php