| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
The automatic updater defines it too and includes database_update.php
for updating which causes an error otherwise.
PHPBB3-10223
|
|
|
|
| |
PHPBB3-10223
|
|
|
|
| |
PHPBB3-10223
|
|
|
|
|
|
|
| |
Added a function for this which we can potentially apply to more of the files in the
installer and database updater.
PHPBB3-10223
|
| |
|
|
|
|
|
|
|
| |
Because startup.php deletes all variables, the constants in
database_update are used to preserve settings at the top.
PHPBB3-10218
|
|
|
|
|
|
|
|
| |
Removes the semicolon at end of oracle CREATE TABLE queries and adds a
semicolon to the end of a SELECT query inside of the trigger for a new
table's auto increment column before the end keyword
PHPBB3-10214
|
|
|
|
| |
PHPBB3-10213
|
|\
| |
| |
| |
| | |
* naderman/ticket/9892:
[ticket/9892] _sql in the updater needs to return the transaction results
|
| |
| |
| |
| | |
PHPBB3-9892
|
|\ \
| | |
| | |
| | |
| | | |
* naderman/ticket/9992:
[ticket/9992] The table name constant needs to be defined in the updater
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When the database update is run before updating the files the constant
is not yet defined.
PHPBB3-9992
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
Updates would fail before because 'begin' as generated by
db_tools::sql_create_table would be executed literally.
PHPBB3-9892
|
| |
| |
| |
| | |
PHPBB3-9892
|
| |
| |
| |
| | |
PHPBB3-9892
|
| |
| |
| |
| | |
PHPBB3-9892
|
| |
| |
| |
| | |
PHPBB3-9892
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Column names are limited to 30 characters
- Index names are limited to 31 characters.
On some dbms the index name contains both table name and actual index name
so the limit applies to the sum of the lenghts of table name and index name.
- Auto incremented column names are limited to 26 characters to provide an
additional 4 characters for sequence names
The code for firebird auto increment support using generators/sequences with
triggers was copied from create_schema_files.php
PHPBB3-9892
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A new table was created to save all failed login attempts with
corresponding information on username, ip and useragent. By default
the limit is 50 login attempts within 6 hours per IP. The limit is
relatively high to avoid big problems on sites behind a reverse
proxy that don't receive the forwarded-for value as REMOTE_ADDR but
see all users as coming from the same IP address. But if these
users run into problems a special forwarded-for option is available
to limit logins by forwarded-for value instead of ip.
PHPBB3-9992
|
|
|
|
|
|
|
| |
These are defined the same way in db_tools. This duplicated code should be
removed together with the rest of the db_tools duplication at some point.
PHPBB3-9992
|
|
|
|
| |
PHPBB3-10039
|
|
|
|
|
|
| |
Make what we want to achieve clear by using "and not" instead of "xor".
PHPBB3-10126
|
|\
| |
| |
| |
| | |
* erikfrerejean/ticket/9954:
[ticket/9954] Remove unneeded never permission
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The `ROLE_USER_NOAVATAR` role gets a *never* permission assigned
for the two "u_masspm*" permissions. Due to this, this role changes
behaviour it isn't intended to change. It should assign "no" as is
done in the `ROLE_USER_LIMITED` role.
PHPBB3-9954
|
| |
| |
| |
| | |
PHPBB3-10059
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/p/10056:
[ticket/10056] Corrected a typo in Firebird name.
|
| | |
| | |
| | |
| | | |
PHPBB3-10056
|
| | |
| | |
| | |
| | |
| | |
| | | |
Correct all the schema files to contain the new field type
PHPBB3-7778
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There are currently two hard limits for the number of BBCodes
allowed. One is enforced by the type of the `bbcode_id` column,
the other by an hard limit in `acp/acp_bbcode.php`. However this
limit can never be reached due to the size of the database column.
Suggested fix involves adding a new constant to define the max.
number of BBCodes (as with smilies) and chaning the database
column from a tinyint to a smallint to actually allow 1511 BBCodes
PHPBB3-7778
|
| |
| |
| |
| | |
PHPBB3-9944
|
| |
| |
| |
| |
| |
| | |
Only happens on boards which were installed with 3.0.8
PHPBB3-9944
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Standard HTML output now includes:
Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group
Print output now includes:
Powered by phpBB © phpBB Group<br />http://www.phpbb.com/
This also fixes an inconsistency where "phpBB Group" was linked instead of
"phpBB".
PHPBB3-9859
|
|/
|
|
|
|
|
|
|
| |
Call phpbb_set_encoding() on 'default_dateformat' to properly re-encode
non-ascii characters that might be in default_dateformat.
E.g. "d M Y à H:i"
PHPBB3-9348
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* prep-release-3.0.8:
[prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog
[ticket/9903] Script for detecting potentially malicious flash bbcodes
[ticket/9904] Update WebPI Parameters.xml to work with WebMatrix.
[ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
|
| | |
|
| |
| |
| |
| | |
Really not my day, is it?
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* ticket/nickvergessen/9140:
[ticket/9140] Check current board version in incremental update packages
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We need to use $this->current_version in this case instead of
$config['version']. Otherwise the message will be displayed after the database
got updated from database_update.php. Using PHPBB_VERSION from
includes/constants.php is not the right selection either, because than the
message is displayed after the files got updated and are checked one last time.
PHPBB3-9140
|
|/
|
|
| |
PHPBB3-9891
|
|\
| |
| |
| |
| | |
* ticket/nickvergessen/9886:
[ticket/9886] Update fails on PostgreSQL because of an error in _add_module
|
| |
| |
| |
| | |
PHPBB3-9886
|
| |
| |
| |
| | |
PHPBB3-9884
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/9888:
[ticket/9888] Update fails when Bing [Bot] was already added to the users table
|
| |/
| |
| |
| |
| |
| | |
Added a check whether the user already exists before we try to add it.
PHPBB3-9888
|