| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-9737
|
| |
|
|
|
|
| |
PHPBB3-9737
|
|
|
|
|
|
|
| |
Returning the set of schema changes allows potentially aggregating to generate
the overall install schema automatically from a set of migrations
PHPBB3-9737
|
|
|
|
| |
PHPBB3-9737
|
|
|
|
|
|
|
|
| |
The migrator takes care of applying migrations as necessary.
RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41337
PHPBB3-9737
|
|
|
|
|
|
|
| |
create_user has calls to fetch the cache driver from the container. This
PR mocks the container and returns a null cache driver in that case.
PHPBB3-11305
|
|\
| |
| |
| |
| |
| |
| |
| | |
* p/ticket/11037:
[ticket/11037] Fix unit tests.
[ticket/11037] Update services.yml.
[ticket/11037] Add/update docblocks.
[ticket/11037] Eliminate globals from cache service.
|
| |
| |
| |
| | |
PHPBB3-11037
|
| |
| |
| |
| | |
PHPBB3-11294
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/11294] Capitalize phpunit.
[ticket/11294] Update required/optional extension list for olympus.
|
| | |
| | |
| | |
| | | |
PHPBB3-11294
|
| | |
| | |
| | |
| | | |
PHPBB3-11294
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* p/ticket/10758-upload:
[ticket/10758-upload] Mark tests that don't work incomplete.
[ticket/10758-upload] Convert error to a failure.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/11248:
[ticket/11248] Convert line endings to LF - develop edition.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11248
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/11037:
[ticket/11037] Eliminate global $db usage in cache drivers.
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The only time $db is needed in cache drivers is to navigate the
result set in sql_save. Pass it as a parameter in that function.
PHPBB3-11037
|
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
* develop-olympus:
[ticket/11285] Use more granularity in dependency checks in compress test
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Some of the tests can be run without zlib or bz2 extensions present.
PHPBB3-11285
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* marc1706/ticket/10763:
[ticket/10763] Use self when calling get_extension() in filespec class
[ticket/10763] Make functions for remote avatars static
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
fileupload::image_types() and filespec::get_extension() are called
statically while submitting the form for the remote avatar. Make them
static as described in the ticket in order to prevent a PHP notice.
Also change the tests to use the static functions.
PHPBB3-10763
|
|\ \ \ \ \
| | |/ / /
| |/| | /
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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-11268
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11250
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11250
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11250
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
: . and [ are replaced by their html representation if they are text only
PHPBB3-11250
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11250
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11250
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11250
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11250
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11250
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11250
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus: (22 commits)
[ticket/11162] Reformat.
[ticket/11162] Rename tricky updates to database helper.
[ticket/11162] Use empty($queries).
[ticket/11162] Review comments fixed.
[ticket/11162] Reformat.
[ticket/11162] Newlines to LF.
[ticket/11162] Use correct functions.
[ticket/11162] Account for notify_status.
[ticket/11162] This test really only works for bookmarks.
[ticket/11162] The test is not at all trivial.
[ticket/11162] Add includes.
[ticket/11162] Move to a separate file to avoid blowing out functions.php.
[ticket/11162] No whitespace changes in olympus.
[ticket/11162] Fix inaccurately copy pasted comment.
[ticket/11162] Use phpbb_update_rows_avoiding_duplicates in mcp.
[ticket/11162] Clarify that only the two tables actually work.
[ticket/11162] Uncomment transactions.
[ticket/11162] An implementation that actually works.
[ticket/11162] Make count function upper case.
[ticket/11162] Rename count variable name to remaining_rows.
...
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/11162: (22 commits)
[ticket/11162] Reformat.
[ticket/11162] Rename tricky updates to database helper.
[ticket/11162] Use empty($queries).
[ticket/11162] Review comments fixed.
[ticket/11162] Reformat.
[ticket/11162] Newlines to LF.
[ticket/11162] Use correct functions.
[ticket/11162] Account for notify_status.
[ticket/11162] This test really only works for bookmarks.
[ticket/11162] The test is not at all trivial.
[ticket/11162] Add includes.
[ticket/11162] Move to a separate file to avoid blowing out functions.php.
[ticket/11162] No whitespace changes in olympus.
[ticket/11162] Fix inaccurately copy pasted comment.
[ticket/11162] Use phpbb_update_rows_avoiding_duplicates in mcp.
[ticket/11162] Clarify that only the two tables actually work.
[ticket/11162] Uncomment transactions.
[ticket/11162] An implementation that actually works.
[ticket/11162] Make count function upper case.
[ticket/11162] Rename count variable name to remaining_rows.
...
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|