| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|
| |/ |
|
| |\
| |
| |
| |
| |
| |
| | |
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/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
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
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
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* 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
|
| |\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9008
|
| |\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
* nickvergessen/ticket/10157:
[ticket/10157] Add notification to update cpfs when installing a language.
|
| | | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We currently just copy the language-strings from the default language. But the
admin should be reminded to change them.
PHPBB3-10157
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* rxu/ticket/10419:
[ticket/10419] Reword the language strings
[ticket/10419] Reword some language strings, minor code changes
[ticket/10419] Add mbstring PHP ini parameters checks to ACP
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10419
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10419
|
| | | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10419
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* nickvergessen/ticket/10452:
[ticket/10452] Fix xHTML errors when print-viewing PMs
|