| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/bantu/9514:
[ticket/9514] Correctly delete big datasets when deleting a forum including topics/posts on non-MySQL databases.
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
topics/posts on non-MySQL databases.
PHPBB3-9514
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
* ticket/bantu/9176:
[ticket/9176] Take current board timezone settings into account when setting board date format.
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
board date format.
PHPBB3-9176
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
explanation in install language.
When using PostgreSQL adapter and connecting to local database server,
use localhost to connect via UNIX domain socket and 127.0.0.1 to connect
via TCP.
PHPBB3-6726
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | | |
* feature/bantu/remote_upload-filesize:
[feature/remote_upload-filesize] Also check HTTP content-length before actually starting the file transfer.
[feature/remote_upload-filesize] When transferring files from a remote webserver, abort the transfer as soon as the allowed filesize has been exceeded.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
actually starting the file transfer.
PHPBB3-9517
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
webserver, abort the transfer as soon as the allowed filesize has been exceeded.
PHPBB3-9517
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/cs278/9582:
[ticket/9582] MSSQL native backups can now be restored.
[ticket/9582] Advanced search cannot be accessed using MSSQL native.
[ticket/9582] Removing a report reason leaves reports with an unknown reason under MSSQL native.
[ticket/9582] Unable to edit CPFs from UCP under MSSQL native driver.
[ticket/9582] Custom profile fields cannot be created under MSSQL native.
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9583
PHPBB3-9582
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9562
PHPBB3-9582
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
under MSSQL native.
PHPBB3-9564
PHPBB3-9582
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9566
PHPBB3-9582
|
| | |/ /
| | |
| | |
| | |
| | | |
PHPBB3-9565
PHPBB3-9582
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/cs278/9520:
[ticket/9520] Additionally filter requests for {common,config}.php
[ticket/9520] New web.config file as suggested by Microsoft using request filter
[ticket/9520] Removed per directory web.config files.
[ticket/9520] Add suggested web.config for root files as suggested by Microsoft.
[ticket/9520] Add some default web.config files for IIS.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9520
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9520
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
These use the IIS rewriter to reject requests, Microsoft have suggested
we just use a single web.config with the builtin request filter.
PHPBB3-9520
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9520
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
These deny access to the various directories written to by phpBB.
PHPBB3-9520
|
| | |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
parameters.
Since we htmlspecialchars() all input we have to htmlspecialchars_decode() before passing the URL along to getimagesize().
PHPBB3-9170
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* bug/cs278/59465:
[bug/59465] Remove start=0 from topic pagination links.
[bug/59465] Removes start=0 from URLs used by viewtopic and viewforum.
|
| | | | |
| | | |
| | | |
| | | | |
Patch once again by nn-.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Having start=0 makes search engines index the page twice once with and
once without the start=0 parameter. This results in duplicate results
in the search results. Patch contributed by nn-.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* bug/nickvergessen/9047:
[bug/9047] Use correct forum_id to generate the active topics list. (Bug #9047)
Conflicts:
phpBB/docs/CHANGELOG.html
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop-olympus
* feature/nickvergessen/unapproved-posts-in-feed:
[feature/unapproved-posts-in-feed] Little changelog correction
[feature/unapproved-posts-in-feed] Increase performance of is_moderator_approve_forum() as per bantu
[feature/unapproved-posts-in-feed] View note for moderators on unapproved posts/topics with unapproved posts in ATOM Feed
Conflicts:
phpBB/docs/CHANGELOG.html
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
is_moderator_approve_forum() as per bantu
|
| | | | | |
| | | | |
| | | | |
| | | | | |
posts/topics with unapproved posts in ATOM Feed
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bug/nickvergessen/9512:
[bug/9512] Fix dead link in MCP on reports for global announcements in prosilver. (Bug #9512)
Conflicts:
phpBB/docs/CHANGELOG.html
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
prosilver. (Bug #9512)
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bug/nickvergessen/58745:
[bug/58745] Correct changelog message
[bug/58745] Correctly close user-delete-form in ACP User Overview (Bug #58745)
Conflicts:
phpBB/docs/CHANGELOG.html
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bug/nickvergessen/58695:
[bug/58695] Use method to get forums where user is moderator, thanks to bantu for the hint
[bug/58695] Only show unapproved posts in ATOM Feeds for moderators (Bug #58695)
Conflicts:
phpBB/docs/CHANGELOG.html
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
bantu for the hint
|
| | | |/ / /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bug/bantu/9108:
[bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old Bug #58425)
Conflicts:
phpBB/docs/CHANGELOG.html
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug #58425)
The order in the FROM clause is important.
The posts table has to be the last one in the chain, so it can be correctly bound with the forums table in the LEFT JOIN.
This only affects the overall feed (board-wide feed). All the other feeds are unaffected.
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bug/nickvergessen/59135:
[bug/59135] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135)
Conflicts:
phpBB/docs/CHANGELOG.html
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
language-management. (Bug #59135)
introduced in r10496 and r10360/r10361
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bug/kellanved/59425:
[bug/59425] Correctly check for double inclusion in captcha garbage collection
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The check to avoid the double inclusion of the captcha factory class in the
garbage collection code was faulty, checking for "captcha_factory" instead of "phpbb_captcha_factory".
TerryE pointed the problem out, thanks!
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
The result of build_url was falsely un-entitized.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bug/jellydoughnut/56965:
[bug/56965] Redirect fails with directory traversal
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
Correct invalid r10536 with a boolean flag. Note that this fix for the bug will not actually correct the redirects, it will only prevent phpBB from redirecting outside $phpbb_root_path when redirect()'s third argument is not provided.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bug/cs278/58685:
[bug/58685] Correct spelling errors in append_sid() comments.
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bug/cs278/58025:
[bug/58025] Search robots are now redirected if they send a SID in the request
Conflicts:
phpBB/docs/CHANGELOG.html
|