| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Regression from PHPBB3-9675 commit 0e02f5cb0b7f615f1eadd6606a89bfd1b28f0d0d
PHPBB3-9675
PHPBB3-10531
|
| |\
| |
| |
| |
| |
| |
| | |
prep-release-3.0.10
* nickvergessen/ticket/10501:
[ticket/10501] Fix description of table prefixes
|
| | |
| |
| |
| |
| |
| | |
They must start with a letter, not an alphanumeric character
PHPBB3-10501
|
| |/ |
|
| | |
|
| |\
| |
| |
| |
| | |
* rxu/ticket/10497:
[ticket/10497] Fix SQL error when guest visits forum with unread topic
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Regression from the ticket PHPBB3-9008 fix.
When topic marking was enabled for guests, and a guest visited a forum with
a new topic which is marked unread, the built SQL missed an alias for a
TOPICS_TABLE which resulted in the following error:
Unknown column 't.topic_approved' in 'where clause' [1054]
The fix is to add an alias for the table.
PHPBB3-10497
PHPBB3-9008
|
| |/ |
|
| |\
| |
| |
| |
| | |
* igorw/ticket/10483:
[ticket/10483] Fix test suite when running with MySQL strict mode
|
| | |
| |
| |
| | |
PHPBB3-10483
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
prep-release-3.0.10
* nickvergessen/ticket/10485:
[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632
|
| | |/
| |
| |
| |
| |
| |
| | |
Remove the previous fix and fix it the way we did it in PHPBB3-10360 for 3.1
PHPBB3-6632
PHPBB3-10485
|
| |\ \
| | |
| | |
| | |
| | | |
* bantu/ticket/10486:
[ticket/10486] Create git shortlog and git diff --stat in build script.
|
| | |/
| |
| |
| | |
PHPBB3-10486
|
| |\ \
| | |
| | |
| | |
| | | |
* bantu/ticket/10488:
[ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
|
| | |/
| |
| |
| | |
PHPBB3-10488
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
* bantu/ticket/10461:
[ticket/10461] Add a comment explaining the logic here.
[ticket/10461] Correct $log_count check in view_log() so we show logs again.
|
| | | |
| | |
| | |
| | | |
PHPBB3-10461
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
We pass $log_count as false now when we do not need to know how many log
entries there are. However when $log_count is false, $log_count == 0 will be
true as well and thus we will return early with 0.
PHPBB3-9874
PHPBB3-10461
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
prep-release-3.0.10
* nickvergessen/ticket/10479:
[ticket/10479] Remove PostgreSQL version numbers from driver's language string
|
| | |
| |
| |
| |
| |
| |
| | |
The versions should be removed like for all other DBMS so we don't have to add
each new version.
PHPBB3-10479
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* bantu/ticket/10446:
[ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().
[ticket/10446] Remove leftover $headers parameter from anti_abuse_headers().
[ticket/10446] RFC2047 encode user/server names in X-AntiAbuse headers.
[ticket/10446] DRY X-AntiAbuse header addition.
|
| | | |
| | |
| | |
| | | |
PHPBB3-10446
|
| | | |
| | |
| | |
| | | |
PHPBB3-10446
|
| | | |
| | |
| | |
| | | |
PHPBB3-10446
|
| |/ /
| |
| |
| | |
PHPBB3-10446
|
| |\ \
| | |
| | |
| | |
| | | |
* callumacrae/ticket/10402:
[ticket/10402] Fixed a formatting issue with report details.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Line returns were being removed and links weren't being made clickable.
This commit adds a line (contributed by AmigoJack) to retain the link
breaks and make links clickable.
PHPBB3-10402
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/8599:
[ticket/8599] Added ability to select all to add multiple smilies screen.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-8599
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* cs278/ticket/10239:
[ticket/10239] Correct undefined variable error.
[ticket/10239] Add confirm box to backup restore.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10239
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10239
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/8996:
[ticket/8996] Also fix the BBCode bug in subsilver2 and acp
[ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-8996
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
develop-olympus
* github-nickvergessen/ticket/9776:
[ticket/9776] Delete poll if no poll options were submitted.
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9776
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
develop-olympus
* github-nickvergessen/ticket/9956:
[ticket/9956] Display error message if no disapprove reason given
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9956
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* github-rxu/ticket/9416:
[ticket/9416] HTML entities in poll titles and options incorrectly re-encoded
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9416
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
develop-olympus
* github-nickvergessen/ticket/10296:
[ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle
[ticket/10296] Add unit test for CROSS JOIN with INNER JOIN
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10296
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10296
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* nickvergessen/ticket/10185:
[ticket/10185] Always set board startdate on conversion
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The board startdate should always be set to first user registration date.
The current code did not do anything at all, as the board_startdate was always
set on installation before running the convertor.
PHPBB3-10185
|