| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* nickvergessen/ticket/11491:
[ticket/11491] Copy files back only if we saved them previously
[ticket/11491] Only copy files from phpBB/ext/ the directory exists
[ticket/11491] Correctly remove the store/temp_ext/ directory after use
[ticket/11491] Fix path to the ext/ folder
[ticket/11491] Add extension_acp_test.php to functional group
[ticket/11491] Fix class name of functional test
[ticket/11491] Move file to correct directory
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11494
|
| |
| |
| |
| | |
PHPBB3-11494
|
|/
|
|
|
|
| |
The scope of the crawler should be reduced to the specific table
PHPBB3-11494
|
|
|
|
| |
PHPBB3-11492
|
|
|
|
| |
PHPBB3-11492
|
|
|
|
| |
PHPBB3-11492
|
|
|
|
| |
PHPBB3-11492
|
|
|
|
| |
PHPBB3-11492
|
|
|
|
| |
PHPBB3-11460
|
|
|
|
| |
PHPBB3-11460
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* p/ticket/10758:
[ticket/10758] Add return to the other compat function.
[ticket/10758] Add periods.
[ticket/10758] Yes, only one empty line.
[ticket/10758] Add deprecated tags.
[ticket/10758] Add compat functions.
[ticket/10758] Admin is not working yet.
[ticket/10758] Test moderator and admin permissions.
[ticket/10758] Check that acl was changed in the test.
[ticket/10758] Extract obtain_user_data for the benefit of tests.
[ticket/10758] Functional test for changing a user's permission.
[ticket/10758] Spelling fix.
[ticket/10758] Add a test for acp login.
[ticket/10758] Dependency inject parameters into update_foes.
[ticket/10758] Dependency inject parameters into cache_moderators.
|
| |
| |
| |
| | |
PHPBB3-10758
|
| |
| |
| |
| | |
PHPBB3-10758
|
| |
| |
| |
| | |
PHPBB3-10758
|
| |
| |
| |
| | |
PHPBB3-10758
|
| |
| |
| |
| | |
PHPBB3-10758
|
| |
| |
| |
| | |
PHPBB3-10758
|
| |
| |
| |
| | |
PHPBB3-10758
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/8610] Update comment
[ticket/8610] Do not use requests to submit posts except in posting_test.php
[ticket/8610] Move posting helpers to separate file
[ticket/8610] Create helper functions to create topic/post in functional tests
[ticket/8610] Use phpbb_update_rows_avoiding_duplicates
[ticket/8610] Revert some funky merging I did from rebase
[ticket/8610] Add some comments
[ticket/8610] Update Bookmarks and Subscriptions when splitting topics
[ticket/8610] Update Bookmarks when merging posts into another topic
[ticket/8610] Update Bookmarks when forking topics
[ticket/8610] Update Bookmarks when merging topics
|
| |
| |
| |
| |
| |
| |
| |
| | |
Moving my functional test functions from posting_helpers.php to
posting_test.php since it is a bit nicer and more reusable if
posting_test.php is to be expanded in the future.
PHPBB3-8610
|
| |
| |
| |
| |
| |
| | |
This is to prevent cluttering up the functional test case class more
PHPBB3-8610
|
| |
| |
| |
| |
| |
| |
| |
| | |
This will be used to test splitting/copying/merging/etc in functional tests
Also convert functional posting_test.php to use these functions
PHPBB3-8610
|
| |
| |
| |
| | |
PHPBB3-10975
|
| |
| |
| |
| | |
PHPBB3-10975
|
| |
| |
| |
| | |
PHPBB3-10975
|
| |
| |
| |
| |
| |
| | |
Checks behaviour when adding and deleting a user.
PHPBB3-10975
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10972] Drop user deletion.
[ticket/10972] Tweak user addition.
[ticket/10972] Add destroy method to mock cache.
[ticket/10972] Add mock null cache.
[ticket/10972] Backport get_db from develop.
[ticket/10972] Added explicit checks for creating duplicate users.
[ticket/10972] Moved tests into appropriate places and added comments
[ticket/10972] Added methods for creating and deleting basic users
Conflicts:
tests/mock/cache.php
tests/test_framework/phpbb_functional_test_case.php
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Users should not be deleted in tests that test user creation.
Tests should use unique user names to avoid collisions.
User deletion should use user_remove anyway.
PHPBB3-10972
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Always add users, do not keep track of which users have been added.
The tests should know whether users they want exist or not.
Use more unique user names in tests for robustness.
Added some more assertions here and there.
PHPBB3-10972
|
| |
| |
| |
| | |
PHPBB3-10972
|
| |
| |
| |
| |
| |
| |
| | |
Modified the login method to allow logging in of an arbitrary user.
Also added tests for the new functionality.
PHPBB3-10972
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* p/ticket/11202:
[ticket/11202] Fix comment char, use more descriptive comment.
[ticket/11202] Add response assertions to file upload functional test.
|
| | |
| | |
| | |
| | | |
PHPBB3-11202
|
| | |
| | |
| | |
| | | |
PHPBB3-11202
|
| | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | |
| | |
| | |
| | | |
PHPBB3-10864
|