| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
* ticket/rxu/10115:
[ticket/10115] Switch UTF-8 mode on for the rest of BBCodes
[ticket/10115] Make some text oriented BBCodes to properly handle unicode.
|
| |
| |
| |
| | |
PHPBB3-10115
|
| |
| |
| |
| |
| |
| | |
[quote], [b], [i], [size], [color], [u], [list] are affected.
PHPBB3-10115
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/10128:
[ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban().
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The user_ban() function is shared by the MCP and the ACP.
Mark trigger_error() calls as errors by passing E_USER_WARNING to make the
error message appear on red background (instead of green background) in the
ACP.
PHPBB3-10128
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/10123:
[ticket/10123] Change "smilie" to "smiley" as per our coding guidelines.
|
| |/ /
| | |
| | |
| | | |
PHPBB3-10123
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
* ticket/erikfrerejean/9581:
[ticket/9581] Fix missing index
[ticket/9581] Slightly tweaked queries
[ticket/9581] Make banlist table select optional
[ticket/9581] Mass e-mail to banned users
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add `u.user_lang` to the select statement to prevent "undefined
index" errors.
PHPBB3-9581
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changed the queries based upon comments by Oleg and Nick, this
should return the expected result in every case.
PHPBB3-9581
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Per Nick, only set the `BANLIST_TABLE` in the select statement
if the `$sql_ban_where` variable is set.
PHPBB3-9581
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Implement the suggestion made by Adam in the ticket, this will add
an additional checkbox to the mass e-mail page. By checking this
the mass e-mail shall also be send to banned users. By default
banned users however are excluded from the mass e-mail.
PHPBB3-9581
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/nickvergessen/10084:
[ticket/10084] Add smilie/icon errors out when file is missing
|
|/ / /
| | |
| | |
| | | |
PHPBB3-10084
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | | |
* ticket/nickvergessen/10121:
[ticket/10121] Fix missing urlencode() for ICQ-number in viewtopic.php
[ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.
|
| | |
| | |
| | |
| | | |
PHPBB3-10121
|
|/ /
| |
| |
| | |
PHPBB3-10121
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/bantu/9751:
[ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY.
[ticket/9751] Compare $password with empty string instead of casting it to bool
[ticket/9751] Use a switch/case block without break for password complexity.
[ticket/9751] Password requirement "Must contain letters and numbers" fails
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add shortcut logic for pass_complex because this is the default value phpBB
ships with and there is nothing to do in that function in that case.
PHPBB3-9751
|
| | |
| | |
| | |
| | | |
PHPBB3-9751
|
| | |
| | |
| | |
| | | |
PHPBB3-9751
|
| | |
| | |
| | |
| | | |
PHPBB3-9751
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/10112:
[ticket/10112] Replaced a couple occurrences of count() with sizeof()
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As per the coding guidlines, sizeof() should be used instead of count().
PHPBB3-10112
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/haklop/10110:
[ticket/10110] Remove tab from empty lines
[ticket/10110] Enable the serialization and add a constant for defined the database
[ticket/10110] Update comments with a link to the phpredis extension
[ticket/10110] Add Redis ACM backend
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10110
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
defined the database
PHPBB3-10110
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10110
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10110
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/jellydoughnut/9946:
[ticket/9946] Allow storage of data >4kB on Oracle again
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This fixes the fix to PHPBB3-9132, which introduced a fatal error on Oracle.
PHPBB3-9946
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/bantu/10082:
[ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This fixes session unit tests on PostgreSQL in particular.
PHPBB3-10082
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/igorw/10107:
[ticket/10107] Add cache to the enumeration, make statement more generic
[ticket/10107] Make it clear that provided httpd samples are not perfect
[ticket/10107] Add a webserver section to docs/INSTALL.html
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10107
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10107
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Explain what to do with lighttpd and nginx after installing phpBB on
one of those webservers.
PHPBB3-10107
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/10033:
[ticket/10033] "Disallow usernames" does not check already disallowed names.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10033
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/igorw/10101:
[ticket/10101] Add test case for native phpass hashes
[ticket/10101] Add support for native phpass hashes
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10101
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
phpass (the hashing library we use) adds a hash identifier to every
hash. By default this identifier is '$P$'. For some reason we have
changed it to '$H$'.
This patch allows both of them to be used for authentication, so that a
third party system could create users with '$P$' hashes.
PHPBB3-10101
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* bantu/ticket/10021:
[ticket/10021] Add comment explaining why we can check -1 as an error value.
[ticket/10021] Check whether gmmktime() returns false before putting it in SQL.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10021
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This prevents SQL errors when large dates are entered.
PHPBB3-10021
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* bantu/ticket/10102:
[ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
There is no member.S_PENDING_SET variable.
This fixes an XHTML error when managing groups with both approved and pending
users from the UCP.
PHPBB3-10102
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
* igorw/ticket/9806:
[ticket/9806] Script for merging pull requests
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9806
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
* bantu/ticket/10100:
[ticket/10100] Update rand_seed_last_update before rand_seed in unique_id().
|