| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
The static var was global to all instance of \phpbb\base and so if two
different instances (for two different extensions) were created by the
same script they shared the same migrations list.
PHPBB3-12963
|
| |
|
|
|
|
|
|
|
| |
Without this patch the finder grab all the class available in the ext
folder and not only the migrations. This change is backported for the one
done before to the cli tool db:migrate. (see the commit
3420f8f3201ac337434f73ee00bda6df7b378212)
PHPBB3-12963
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12852] Make get_url_parts handle get variable with no value
* Senky/ticket/12852:
[ticket/12852] Add unit tests
[ticket/12852] Add space after if
[ticket/12852] Remove whitespace
[ticket/12852] Make get_url_parts handle get variable with no value
|
| | |
| |
| |
| | |
PHPBB3-12852
|
| | |
| |
| |
| | |
PHPBB3-12852
|
| | |
| |
| |
| | |
PHPBB3-12852
|
| | |
| |
| |
| | |
PHPBB3-12852
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13031] Only use mimetype guesser guess if it helps us
* marc1706/ticket/13031:
[ticket/13031] Slightly change behavior of choose_mime_type and add unit tests
[ticket/13031] Guess with all mimetype guessers and pick best guess
[ticket/13031] Only use mimetype guesser guess if it helps us
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The mime type 'application/octet-stream' will still always be overwritten by
proper guesses. However, guesses with guessers that have a higher priority
will now overwrite previous guesses even if the mime types of these guesses
had a slash in them.
PHPBB3-13031
|
| | | |
| | |
| | |
| | | |
PHPBB3-13031
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If we already have a mimetype and the guesser's guess is the default fallback,
we should keep the already existing mimetype the browser supplied. Otherwise,
platforms that might not support mimetype guessers will cause us to always
have the mimetype set to application/octet-stream on images. This will prevent
users from uploading images.
PHPBB3-13031
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/12765] Use db_tools instead of generating queries at moment
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12765
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12765
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
[ticket/12969] Add template events around username link on composing pm
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add template event before/after find username link on composing pm
to allow extensions perform additional actions on user finding.
PHPBB3-12969
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
[ticket/13032] Update Symfony Components to 2.3.19
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13032
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13032
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/12661] Load extensions templates from "all" folder by render()
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12661
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12661
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12661
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/12991] Have events after/before "add warning" field - user and post
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12991
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12991
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13024] Add template event viewtopic_body_postrow_post_content_footer
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13024
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
[ticket/12928] core.mcp_reports_gather_query_before
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12928
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adding the core.mcp_reports_gather_query_before
event to mcp backend.
PHPBB3-12928
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ticket/12966] Sort posts by post_id in addition to sorting by post_time
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This change was not applied to the search as this would require a larger
rewrite of the search methods.
PHPBB3-12966
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This should make sure that posts with the same post time are properly sorted
on database backends like postgres.
PHPBB3-12966
|
| |\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | | |
[ticket/11909] Remove unused function load_migrations
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove unused function load_migrations from \phpbb\db\migrator
PHPBB3-11909
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* PayBas/ticket/12506:
[ticket/12506] Fix search result h3 margin
[ticket/12506] Fix responsive profile min-height (no avatar)
[ticket/12506] Reposition buttons to make room for "online" banner
[ticket/12506] Reposition post-buttons for compact layout
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
There are no buttons present, so don't need to do all this stuff.
PHPBB3-12506
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12506
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12506
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12506
|
| |\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13008] Use an absolute path with the FileLocator for the routing files
* Nicofuma/ticket/13008:
[ticket/13008] Add functionnal test
[ticket/13008] Use an absolute path with the FileLocator for the routing files
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13008
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13008
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock
* marc1706/ticket/13010:
[ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-13010
|
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | |
| | | | | | | | | |
[ticket/12990] Disable all the notifications types which are not in the core
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12990
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/12658] Add test for base case of commands config:
* ptitlazy/ticket/12658:
[ticket/12658] Rebased and fixed unit tests
[ticket/12658] Fix wrong eol character
[ticket/12658] Refactoring code
[ticket/12658] Fix typo and coding style mistakes
[ticket/12658] Add test for command config:delete
[ticket/12658] Add test for command config:increment
[ticket/12658] Add test for command config:get
[ticket/12658] Add test for command config:set-atomic
[ticket/12658] Add test for base case of command config:set
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-12658
|