| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
PHPBB3-11966
|
| |\
| | |
| | |
| | |
| | | |
* vsephpbb/ticket/12064:
[ticket/12064] Delete obsolete viewsource.html file from adm/style/
|
| | |
| | |
| | |
| | | |
PHPBB3-12064
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* Marc/ticket/11859:
[ticket/11859] Add missing get_template_name method to test drivers
[ticket/11859] Make avatar drivers return template filename
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The service name might not follow the expected naming scheme which would
cause abnormally long filenames and confusion for authors that might add
more avatar drivers.
PHPBB3-11859
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/12061] Fix keyboard shortcut in firefox
Conflicts:
phpBB/styles/prosilver/template/overall_footer.html
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12061
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* imkingdavid/ticket/12069:
[ticket/12069] Globalize in submit_post()
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12069
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/12067] Remove double scrollbar from notifications dropdown.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12067
|
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
[ticket/12069] Fix event documentation
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12069
|
| |\ \ \ \ \ \
| | |/ / / / /
| | | / / / /
| | |/ / / /
| |/| | | | |
[ticket/12069] Add core.submit_post_end event
|
| | | |/ /
| | |/| |
| | | | |
| | | | | |
PHPBB3-12069
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11241
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11241
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11241
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11241
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11241
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11241
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11241
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11241
|
| |\ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | | |
* cyberalien/ticket/11979:
[ticket/11979] Fix errors in dropdown
[ticket/11979] Add ability to create dropdown menu to prosilver
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11979
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11979
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12062
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12059
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12058
|
| |\ \ \ \
| | | | | |
| | | | | | |
[ticket/11912] Add mimetype guesser for proper mimetype guessing
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
phpBB/config/services.yml
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The mimetype guesser priority can now be set through the service definition.
Mimetypes will be guessed from the guesser with the highest priority to
the one with the lowest priority. Standard priority types have been added
to the service definition file. Any integer value can be used though.
Standard mimetype guessers that do not have the methods get_priority
and set_priority implemented, like the standard MimeTypeGuessers of symfony,
will have the default priority with the value of 0. Lower priority guessers
have values lower than 0 while high priority ones can be added with values
higher than 0.
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The content_guesser now only guesses the mimetype with the function
mime_content_type() while the guessing by extension is done using the
extension_guesser.
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This will contain proper documentation of the required methods if anyone
would implement a newer guesser.
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The filename of the files sent to the guesser by plupload do not contain
the file extension. Therefore, it's impossible to guess the mimetype if
only the content_guesser is available and the function mime_content_type()
doesn't exist. By supplying the filename we can circumvent this issue.
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The content_guesser will try to use the function mime_content_type()
if it's available. If that is not the case, the content_guesser will try to
guess the mimetype using the file extension of the supplied file.
Since this guesser will be registered after the other guessers, it will
be only used if the other guessers are not available.
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Mimetype guesser will be used as front-end file for mimetype guessing.
PHPBB3-11912
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11912
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ticket/12026] Correct path for template files
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12026
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12026
|