phpbb/phpBB/phpbb
Joas Schilling f201c22ca7 Merge branch 'prep-release-3.1.6' into 3.1.x
Conflicts:
	build/build.xml
	phpBB/includes/constants.php
	phpBB/install/schemas/schema_data.sql
2015-09-05 15:19:16 +02:00
..
auth Merge pull request #22 from phpbb/ticket/sec-184 2015-06-07 14:57:06 +02:00
avatar Merge pull request #3738 from javiexin/ticket/13981 2015-08-08 22:21:11 +02:00
cache [ticket/13930] Add missing spaces to code 2015-06-07 22:53:41 +02:00
captcha [ticket/13930] Add missing spaces to code 2015-06-07 22:53:41 +02:00
config [ticket/14116] sql_affectedrows method has no arguments 2015-08-19 16:12:01 -07:00
console [ticket/14123] Remove redundant help messages 2015-08-28 07:49:07 -07:00
controller [ticket/11468] Allow controllers to set paramters of page_header() 2015-08-30 23:24:07 +02:00
cron [ticket/13952] Fix docblocks 2015-06-20 23:41:53 +07:00
db [prep-release-3.1.6] Add migration for 3.1.6 2015-09-05 12:45:53 +02:00
di [ticket/13903] Replacing regexp path naming for container by md5. 2015-06-16 18:29:41 +02:00
event [ticket/13872] Allow template events to have a changed version 2015-05-28 12:23:24 +02: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 [ticket/13988] Use absolute path for image attachments in feeds 2015-07-15 19:39:54 +02:00
groupposition
hook
lock
log [ticket/13930] Add missing spaces to code 2015-06-07 22:53:41 +02: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/13711] Notifications are sent to inactive users 2015-07-27 06:27:25 -04:00
passwords [ticket/13917] Do not pass non-string variables to hash_equals() 2015-06-04 17:16:22 +02:00
php
plupload [ticket/13756] Fix resize after upload with plupload 2015-04-11 23:08:45 +02:00
profilefields [ticket/14037] Minor coding style improvements to event 2015-08-20 10:14:07 +02:00
request [ticket/13396] Normalize multibyte characters in attachment file names. 2014-12-02 16:23:40 -08:00
search [ticket/14104] Fix missing variables from previous commit 2015-08-15 22:04:51 +01:00
template [ticket/14099] Fix the assets 2015-08-18 21:03:03 +02: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/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 [ticket/13950] Hide undefined categories 2015-08-28 18:56:10 +02:00
recursive_dot_prefix_filter_iterator.php
session.php [ticket/13817] Fix target version 2015-07-12 19:28:45 +03:00
symfony_request.php [ticket/13280] Output escaping for the symfony request object 2014-11-16 16:45:19 +01:00
user.php [ticket/13968] Add core.user_setup_after event 2015-08-12 22:26:06 +02:00
user_loader.php [ticket/13882] Lazy load the notification avatars. 2015-05-28 18:05:07 +02:00
version_helper.php [ticket/13556] Fix exception translation with filedownloader 2015-01-30 18:05:13 +01:00
viewonline_helper.php