| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-14972
|
|\
| |
| |
| | |
[ticket/14780] Correction to let group setting overwrite global PM setting
|
| |
| |
| |
| | |
PHPBB3-14780
|
| |
| |
| |
| | |
PHPBB3-14780
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The fix from PR #4548 doesn't work as expected because
in phpBB the sql_affectedrows() method always returns
a count of matched rows instead of affected rows.
This commit fixes bug properly.
PHPBB3-13757
|
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Sometimes the user_unread_privmsg flag in users table can become negative.
It happens when the unread message is requested by simultaneous concurrent
requests. Both requests will decrement the value of the flag.
This commit prevents updating the flag if the message already marked as read.
PHPBB3-13757
|
| |
| |
| |
| | |
PHPBB3-10961
|
| |
| |
| |
| |
| |
| | |
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
This is part 5 and there is more to come.
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
Part 4
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
This is part 2 of the pr.
PHPBB3-13454
|
| |
| |
| |
| | |
PHPBB3-14325
|
| |
| |
| |
| | |
PHPBB3-14325
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-14276
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14234] Use replacement variables instead of references in events
* marc1706/ticket/14234:
[ticket/14234] Fix event doc blocks
[ticket/14234] Get rid of undefined variables
[ticket/14234] Fix change version and remove more references
[ticket/14234] Replace more references with variables
[ticket/14234] Use replacement variables instead of references in events
|
| | |
| | |
| | |
| | | |
PHPBB3-14234
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
|/ /
| |
| |
| | |
PHPBB3-14168
|
| |
| |
| |
| |
| |
| | |
So now we can use translated group names for non-special groups
PHPBB3-12143
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
|
| |
| |
| |
| | |
PHPBB3-10620
|
|\ \
| | |
| | |
| | | |
Ticket/9109 Properly document and calculate the group settings with value 0
|
| | |
| | |
| | |
| | | |
PHPBB3-9109
|
| | |
| | |
| | |
| | |
| | |
| | | |
More test cases have been added, too.
PHPBB3-9109
|
| | |
| | |
| | |
| | | |
PHPBB3-9109
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
PHPBB3-13595
|
|\ \ \
| |/ /
| | /
| |/
|/| |
* develop-ascraeus:
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
|
| |
| |
| |
| | |
PHPBB3-13597
|
| |
| |
| |
| | |
PHPBB3-13455
|
| |
| |
| |
| | |
PHPBB3-13496
|
|/
|
|
| |
PHPBB3-13450
|
|
|
|
| |
PHPBB3-13205
|
|
|
|
| |
PHPBB3-13205
|
|
|
|
| |
PHPBB3-13027
|
|
|
|
| |
PHPBB3-12990
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* ticket/11480:
[ticket/11480] Move the test into get_folder()
[ticket/11480] Fix the double spaces in phpbb_functional_test_case
[ticket/11480] Fix typos
[ticket/11480] Add functionnal test
[ticket/11480] PM : "Unknown folder" returned when inbox folder is full
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
|
| |
| |
| |
| | |
PHPBB3-11480
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12690] Add core.submit_pm_after event
* lucifer4o/ticket/12690:
[ticket/12690] Find a space
[ticket/12690] Remove $msg_id and chmod
[ticket/12690] Add other info to core.submit_pm_after
[ticket/12690] Add core.submit_pm_after event
|
| | |
| | |
| | |
| | |
| | |
| | | |
Lost a spce there ... found it ...
PHPBB3-12690
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove inneded $msg_id
Chmod file to 644
PHPBB3-12690
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added $mode
Added $subject
Added $data
Added $pm_data
PHPBB3-12690
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add core.submit_pm_after to funtion submit_pm.
Event will return just submited msg_id. It should be plased
just before return $data['msg_id'];
Justification:
Using only core.submit_pm_before does not allow to
follow up after message submission.
The message ID is recieved at DB submission.
Some times we need the MSG_ID as identifier
PHPBB3-12690
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change a bit the core event comment
PHPBB3-12691
|
| | |
| | |
| | |
| | |
| | |
| | | |
Just a requested change by nickvergessen
PHPBB3-12691
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add core.delete_pm to funtion delete_pm.
Event will return:
int $user_id - ID of the user requested the message delete
array $msg_ids - array of all messages to be deleted
int $folder_id - ID of the user folder where the messages are stored
Justification:
Allow extensions to capture this event
and act as intended by ext author
PHPBB3-12691
|
| |
| |
| |
| | |
PHPBB3-12594
|