| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-9567
|
| |
|
|
| |
PHPBB3-9567
|
| |
|
|
| |
PHPBB3-9567
|
| |
|
|
|
|
|
|
|
| |
Limit the posts to a certain visibility and deletion time
This allows us to only restore posts, that were approved
when the topic got soft deleted. So previous soft deleted
and unapproved posts are still soft deleted/unapproved
PHPBB3-9567
|
| |
|
|
|
|
| |
This also fixes set_post_visibility()
PHPBB3-9567
|
| |
|
|
|
|
|
|
|
|
|
| |
The problems with having two different permissions are just too big and cause
huge queries, if they are granted differently. Also it's quite hard to decide
what should happen when a moderator has only one permission and the topic has
only posts of the two hidden types. To avoid all this, we merge them so it's a
simple switch: either the user is a moderator, then he can see all posts,
or he is not, then he can only see approved ones.
PHPBB3-9567
|
| |
|
|
| |
PHPBB3-9657
|
| |
|
|
|
|
| |
These tests require at least one remaining post.
PHPBB3-9657
|
| |
|
|
| |
PHPBB3-9657
|
| |
|
|
| |
PHPBB3-9657
|
| |
|
|
| |
PHPBB3-9657
|
| |
|
|
| |
PHPBB3-9657
|
| |
|
|
| |
PHPBB3-9657
|
| |
|
|
|
|
|
|
| |
To wit: using non-existing constant POST_DELETED in posting.php; first test
post was initially unapproved; soft delete checkbox appeared at post time
Links pointing to the wrong place.
PHPBB3-9657
|
| |
|
|
|
|
| |
Rename the class to more accurately reflect what it does.
PHPBB3-9657
|
| |
|
|
|
|
| |
Add unit tests for the phpbb_visibility class. Adjust the phpbb_visibility class to pass those unit tests. The changes are pretty small, actually.
PHPBB3-9657
|
| |\ |
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| |\ \
| | |
| | | |
Ticket/10875
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Check for the correct filename based on the way the cache driver creates it
PHPBB3-10875
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Coding guidelines
PHPBB3-10875
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fixes a pgSQL issue
PHPBB3-10875
|
| | | |
| | |
| | |
| | | |
PHPBB3-10875
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Have to return the $query_id from sql_save so that the results can be pulled
Updated cache test to do some basic sql cache testing.
PHPBB3-10875
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
* develop-olympus:
[ticket/11034] Re-arranged install order to emulate real install
|
| | | |
| | |
| | |
| | | |
PHPBB3-11034
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.11:
[ticket/10667] Fix tests under MySQL 5.5 strict mode (once again)
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10667
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10667
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11012
|
| |\ \ \ \
| |/ / /
| | | /
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10950] Fix grammar in comments
[ticket/10950] Delete PMs for users that have not yet read the pm
[ticket/10950] Fix unit tests to fit the new pm deleting behaviour
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
[ticket/10950] Remove deleted entries in tests instead of commenting them out
[ticket/10950] Use database count() and group by instead of doing that in php
[ticket/10950] Check $delete_ids to be not empty
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
[ticket/10950] Fix unit tests to reflect desired behaviour
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
[ticket/10950] Correct comment for the second query.
[ticket/10950] Add empty line to make unset() call more visible.
[ticket/10950] Select the correct columns in SQL queries.
[ticket/10950] Use a variable for the private message id.
[ticket/10950] Move array initialisation to the front.
[ticket/10950] Remove redundant if statement.
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
[ticket/10950] Use proper ' in order to fix comment.
|
| | |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* prep-release-3.0.11:
[ticket/10950] Fix grammar in comments
[ticket/10950] Delete PMs for users that have not yet read the pm
[ticket/10950] Fix unit tests to fit the new pm deleting behaviour
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
[ticket/10950] Remove deleted entries in tests instead of commenting them out
[ticket/10950] Use database count() and group by instead of doing that in php
[ticket/10950] Check $delete_ids to be not empty
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
[ticket/10950] Fix unit tests to reflect desired behaviour
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
[ticket/10950] Correct comment for the second query.
[ticket/10950] Add empty line to make unset() call more visible.
[ticket/10950] Select the correct columns in SQL queries.
[ticket/10950] Use a variable for the private message id.
[ticket/10950] Move array initialisation to the front.
[ticket/10950] Remove redundant if statement.
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
[ticket/10950] Use proper ' in order to fix comment.
|
| | | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
prep-release-3.0.11
* github-nickvergessen/ticket/10950:
[ticket/10950] Fix grammar in comments
[ticket/10950] Delete PMs for users that have not yet read the pm
[ticket/10950] Fix unit tests to fit the new pm deleting behaviour
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
[ticket/10950] Remove deleted entries in tests instead of commenting them out
[ticket/10950] Use database count() and group by instead of doing that in php
[ticket/10950] Check $delete_ids to be not empty
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
[ticket/10950] Fix unit tests to reflect desired behaviour
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
[ticket/10950] Correct comment for the second query.
[ticket/10950] Add empty line to make unset() call more visible.
[ticket/10950] Select the correct columns in SQL queries.
[ticket/10950] Use a variable for the private message id.
[ticket/10950] Move array initialisation to the front.
[ticket/10950] Remove redundant if statement.
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
[ticket/10950] Use proper ' in order to fix comment.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Undelivered PMs should not be delivered to recipients that have not yet received them.
PHPBB3-10950
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
See http://wiki.phpbb.com/Deleting_Private_Messages for further explanation.
PHPBB3-10950
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Todo: Add cases to in which the msg is also deleted.
PHPBB3-10950
|
| |\ \ \ \
| | | | |
| | | | | |
Feature/new tz handling
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
feature/new-tz-handling
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9558
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Fyorl/ticket/10992:
[ticket/10992] Changed octetstream to octet-stream
[ticket/10992] test_empty_file() now tries to upload the correct file
[ticket/10992] Modified upload tests to work with new version
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10992
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10992
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10992
|
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | / / /
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10981] Added check for PHP version before running composer
[ticket/10981] Modified travis to use composer with --dev
[ticket/10981] Removed setupBeforeClass
[ticket/10981] Modified functional framework to account for goutte changes
[ticket/10981] Added goutte via composer
Conflicts:
.travis.yml
composer.phar
phpBB/composer.json
phpBB/composer.lock
tests/bootstrap.php
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Fyorl/ticket/10981:
[ticket/10981] Added check for PHP version before running composer
[ticket/10981] Modified travis to use composer with --dev
[ticket/10981] Removed setupBeforeClass
[ticket/10981] Modified functional framework to account for goutte changes
[ticket/10981] Added goutte via composer
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10981
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10981
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
composer.phar added and autoloaded before tests
PHPBB3-10981
|