MateBartus
a089ff5eb0
[ticket/13654] Moving reporting into controller
...
Moving report.php's content into different services and controllers to
better comply with the MVC model.
Also implementing:
* Replacement for reasons_display()
* Adding assign_meta_refresh_var() to \controller\helper
* Adding separate routes for easy configuration
* Updating unit tests to expect to correct results
* Add BC tests
PHPBB3-13654
2015-04-16 11:29:11 +02:00
Dhruv
2c0b1252c8
Merge branch '3.1.x'
2015-04-14 09:10:47 +05:30
Oliver Schramm
70c74df009
[ticket/13756] Fix resize after upload with plupload
...
PHPBB3-13756
2015-04-11 23:08:45 +02:00
Joas Schilling
bf107ba1af
Merge branch '3.1.x'
...
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
2015-04-10 10:06:07 +02:00
Joas Schilling
a151ad912a
[3.1.x] Update development version to 3.1.5-dev
2015-04-10 09:56:20 +02:00
Joas Schilling
073f3e4470
[prep-release-3.1.4] Add changelog for 3.1.4-RC1
2015-04-09 21:11:08 +02:00
Joas Schilling
bc04581b80
[prep-release-3.1.4] Add migration for 3.1.4-RC1
2015-04-09 20:28:28 +02:00
Joas Schilling
313a224c68
Update version to 3.1.4-RC1
2015-04-09 20:26:12 +02:00
Joas Schilling
201f5cb3fb
Merge branch '3.1.x'
2015-04-06 16:54:54 +02:00
Joas Schilling
53ed8a3cd9
Merge pull request #3392 from marc1706/ticket/13493
...
[ticket/13493] Append page name to base url if it doesn't contain it
2015-04-06 16:54:35 +02:00
Joas Schilling
a11994d424
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/posting_body.html
2015-04-06 14:45:20 +02:00
Joas Schilling
02202b1503
Merge pull request #3492 from RMcGirr83/ticket/13710
...
[ticket/13710] Allow template events near smilies display
2015-04-06 14:44:37 +02:00
Joas Schilling
4ce0d88ffd
Merge branch '3.1.x'
2015-04-06 14:43:11 +02:00
Joas Schilling
b16a56394b
Merge pull request #3488 from Crizz0/ticket/13701
...
[ticket/13701] Adds two new events to posting_pm_layout.html
Conflicts:
phpBB/docs/events.md
2015-04-06 14:42:59 +02:00
Joas Schilling
370fce1651
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/posting_poll_body.html
2015-04-06 14:27:48 +02:00
Joas Schilling
7d08bf5b3e
Merge pull request #3517 from Wolfsblvt/ticket/13739
...
[ticket/13739] Add template core event posting_poll_body_options_after
2015-04-06 14:26:35 +02:00
Tristan Darricau
8523031141
Merge branch '3.1.x'
2015-04-06 11:49:18 +02:00
Tristan Darricau
73a0988f59
Merge pull request #3458 from nickvergessen/ticket/8494
...
[ticket/8494] Ignore errors from the database schema preparation
2015-04-06 11:47:46 +02:00
Joas Schilling
2962d5d7fd
Merge branch '3.1.x'
2015-04-06 11:36:04 +02:00
Joas Schilling
90025ae3e7
Merge pull request #3437 from marc1706/ticket/12368
...
[ticket/12368] Correctly check if avatars migration is installed
2015-04-06 11:36:00 +02:00
Joas Schilling
34b768cfaf
Merge branch '3.1.x'
2015-04-06 11:31:58 +02:00
Joas Schilling
23db98276f
Merge pull request #3409 from Senky/ticket/11424
...
[ticket/11424] Quick-Mod Tools race condition results in NO_MODE
2015-04-06 11:31:53 +02:00
Joas Schilling
96e212ef0c
Merge branch '3.1.x'
2015-04-06 11:14:02 +02:00
Joas Schilling
c60497f009
Merge pull request #3402 from brunoais/ticket/13621
...
[ticket/13621] Prepend $where_sql and postpend closing bracket on statements with return
2015-04-06 11:13:33 +02:00
Joas Schilling
3af61075a8
Merge branch '3.1.x'
...
Conflicts:
phpBB/phpbb/captcha/plugins/qa.php
2015-04-06 11:09:20 +02:00
Joas Schilling
009a8cb2d5
Merge pull request #3333 from marc1706/ticket/13522
...
[ticket/13522] Remove empty answers from possible answers in Q&A
2015-04-06 11:04:35 +02:00
Joas Schilling
197369e3f9
Merge branch '3.1.x'
2015-04-06 10:59:46 +02:00
Joas Schilling
9ab27fe129
Merge pull request #3284 from Elsensee/ticket/13469
...
[ticket/13469] Fall back to soft_delete if no permissions for delete
2015-04-06 10:59:33 +02:00
Tristan Darricau
3a6a61a8dd
Merge pull request #3461 from s9e/ticket/11768
...
[3.2][ticket/11768] Integrate s9e\TextFormatter
2015-04-05 23:32:38 +02:00
Tristan Darricau
5ac13c7ddc
Merge branch '3.1.x'
2015-04-05 23:22:41 +02:00
Tristan Darricau
30cf75a011
Merge pull request #3430 from MateBartus/ticket/12466
...
[ticket/12466] Move classes from acp_database.php to their own files
2015-04-05 20:13:38 +02:00
rxu
3521e74939
[ticket/13743] Add $phpbb_root_path and $phpEx definitions in message_parser.php
...
message_parser.php performs include of bbcode.php at the very start using
$phpbb_root_path and $phpEx vars, so there's a possibility those can be
undefined at that point, especially when message_parser.php is being included
in event listener or another extension file where $phpbb_root_path and $phpEx
don't exist. This can be fixed by adding the appropriate vars definitions.
PHPBB3-13743
2015-04-05 18:48:43 +07:00
Marc Alexander
c900dcdc2a
Merge branch '3.1.x'
2015-04-04 11:04:31 +02:00
Marc Alexander
558d604d83
Merge pull request #3518 from marc1706/ticket/13703
...
[ticket/13703] Use correct avatar path for PHPBB_USE_BOARD_URL_PATH
2015-04-04 11:04:29 +02:00
Marc Alexander
2ebab2ed5f
Merge branch '3.1.x'
2015-04-04 11:02:06 +02:00
Kevin Roy
ddff81c21f
[ticket/13742] Use correct avatar path for local avatar
...
Prior to this change, the path might have been incorrect when using
PHPBB_USE_BOARD_URL_PATH.
PHPBB3-13742
2015-04-03 23:08:26 +02:00
Kevin Roy
a875802c06
[ticket/13703] Use correct avatar path for PHPBB_USE_BOARD_URL_PATH
...
This change makes the uploaded avatars use the PHPBB_USE_BOARD_URL_PATH
constant, which is needed when trying to use the get_user_avatar()
function in a listener for index changes.
PHPBB3-13703
2015-04-03 23:04:52 +02:00
Wolfsblvt
1d34968967
[ticket/13739] Add template core event posting_poll_body_options_after
...
Fixing order of if statement and event
PHPBB3-13739
2015-04-03 19:20:16 +02:00
Wolfsblvt
284a5671c5
[ticket/13739] Add template core event posting_poll_body_options_after
...
Fixing if else construct in prosilver so that the event is placed correctly
PHPBB3-13739
2015-04-03 18:56:53 +02:00
Joas Schilling
7541fab408
Merge branch '3.1.x'
2015-04-03 18:56:23 +02:00
Joas Schilling
71177c38dc
Merge pull request #3515 from cyberalien/ticket/13741
...
Ticket/13741 Remove outdated comments and references in css files
2015-04-03 18:56:15 +02:00
Wolfsblvt
d5021aeda4
[ticket/13739] Add template core event posting_poll_body_options_after
...
Template event added for the poll options while posting a topic
so that you may add additional options for polls.
PHPBB3-13739
2015-04-03 17:02:43 +02:00
Marc Alexander
ca1ac36c20
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/overall_header.html
2015-04-03 16:50:20 +02:00
Marc Alexander
55f6329c1d
Merge pull request #3467 from dragosvr92/patch-5
...
[ticket/13602] Adding a new event overall_header_navbar_before
2015-04-03 16:48:26 +02:00
cyberalien
e120e6ac97
[ticket/13741] Remove outdated references to tweaks.css
...
PHPBB3-13741
2015-04-03 11:14:20 +03:00
cyberalien
9f54d2b590
[ticket/13741] Remove reference to unused body font-size declaration
...
Remove reference to font-size declaration that is no longer used in prosilver
PHPBB3-13741
2015-04-03 11:04:47 +03:00
cyberalien
6c308d81bd
[ticket/13741] Remove reference to oudated rollover code that no longer exists
...
Rollover code referenced in that comment has been removed in 3.1
PHPBB3-13741
2015-04-03 11:03:47 +03:00
Marc Alexander
f86c5d905b
Merge branch '3.1.x'
2015-04-02 21:22:15 +02:00
Marc Alexander
418aabb46e
Merge pull request #3508 from cyberalien/ticket/13726
...
[ticket/13726] Fix function that calculates responsive breadcrumbs width
2015-04-02 21:22:12 +02:00
Marc Alexander
8546ed0fbc
Merge branch '3.1.x'
2015-04-02 20:03:02 +02:00