| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [prep-release-3.0.9] Update Changelog for 3.0.9-RC2 release. | Andreas Fischer | 2011-06-16 | 1 | -0/+8 |
| | | |||||
| * | [ticket/10221] Append unit (seconds) after input field, remove from explanation | Nils Adermann | 2011-06-16 | 2 | -2/+2 |
| | | | | | PHPBB3-10221 | ||||
| * | [prep-release-3.0.9] Bumping version number for 3.0.9-RC2. | Andreas Fischer | 2011-06-15 | 3 | -3/+9 |
| | | |||||
| * | Merge remote-tracking branch 'Marshalrusty/ticket/10218' into prep-release-3.0.9 | Andreas Fischer | 2011-06-15 | 6 | -245/+139 |
| |\ | | | | | | | | | | | * Marshalrusty/ticket/10218: [ticket/10218] Prevent startime from being overwritten by deregister_globals() [ticket/10218] Moving global deregistration, etc. to startup.php | ||||
| | * | [ticket/10218] Prevent startime from being overwritten by deregister_globals() | Yuriy Rusko | 2011-06-15 | 1 | -2/+3 |
| | | | | | | | | | PHPBB3-10218 | ||||
| | * | [ticket/10218] Moving global deregistration, etc. to startup.php | Yuriy Rusko | 2011-06-14 | 6 | -245/+138 |
| | | | | | | | | | | | | | | | Because startup.php deletes all variables, the constants in database_update are used to preserve settings at the top. PHPBB3-10218 | ||||
| * | | [ticket/10220] Limit user agent value length for storage in login attempt table | Nils Adermann | 2011-06-15 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10220 | ||||
| * | | [ticket/10219] Remove invalid and invisible character from web.config. | Andreas Fischer | 2011-06-14 | 1 | -1/+1 |
| |/ | | | | PHPBB3-10219 | ||||
| * | [ticket/10214] Correct Oracle create table query syntax in db_tools | Nils Adermann | 2011-06-13 | 2 | -4/+4 |
| | | | | | | | | | 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 | ||||
| * | [ticket/10213] Update install schema with shorter index names. | Nils Adermann | 2011-06-13 | 8 | -25/+25 |
| | | | | | PHPBB3-10213 | ||||
| * | Merge remote-tracking branch 'naderman/ticket/9892' into develop-olympus | Andreas Fischer | 2011-06-13 | 1 | -2/+2 |
| |\ | | | | | | | | | * naderman/ticket/9892: [ticket/9892] _sql in the updater needs to return the transaction results | ||||
| | * | [ticket/9892] _sql in the updater needs to return the transaction results | Nils Adermann | 2011-06-12 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-9892 | ||||
| * | | Merge remote-tracking branch 'naderman/ticket/9992' into develop-olympus | Andreas Fischer | 2011-06-12 | 1 | -0/+7 |
| |\ \ | | | | | | | | | | | | | * naderman/ticket/9992: [ticket/9992] The table name constant needs to be defined in the updater | ||||
| | * | | [ticket/9992] The table name constant needs to be defined in the updater | Nils Adermann | 2011-06-12 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | When the database update is run before updating the files the constant is not yet defined. PHPBB3-9992 | ||||
| * | | | [develop-olympus] Changelog: Changes since 3.0.8 | Andreas Fischer | 2011-06-12 | 1 | -17/+350 |
| | | | | |||||
| * | | | [develop-olympus] Bumping version number for 3.0.9-RC1. | Andreas Fischer | 2011-06-12 | 3 | -3/+3 |
| | | | | |||||
| * | | | [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases. | Andreas Fischer | 2011-06-12 | 10 | -11/+11 |
| | | | | |||||
| * | | | [ticket/10211] Add spce after dot in new language string | Nils Adermann | 2011-06-12 | 1 | -1/+1 |
| | |/ |/| | | | | | PHPBB3-10211 | ||||
| * | | [ticket/9892] Removing closing php tag from create_schema_files | Nils Adermann | 2011-06-12 | 1 | -1/+0 |
| | | | | | | | | | PHPBB3-9892 | ||||
| * | | [ticket/9892] Transaction support for database update sql execution function | Nils Adermann | 2011-06-12 | 1 | -5/+16 |
| | | | | | | | | | | | | | | | Updates would fail before because 'begin' as generated by db_tools::sql_create_table would be executed literally. PHPBB3-9892 | ||||
| * | | [ticket/9892] count is a keyword in firebird, so renaming this alias | Nils Adermann | 2011-06-12 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-9892 | ||||
| * | | [ticket/9892] Q&A CAPTCHA did not work on firebird, so no need to change config | Nils Adermann | 2011-06-12 | 1 | -6/+3 |
| | | | | | | | | | PHPBB3-9892 | ||||
| * | | [ticket/9892] Shorten login_attempt key names to avoid firebird length problems | Nils Adermann | 2011-06-12 | 1 | -3/+3 |
| | | | | | | | | | PHPBB3-9892 | ||||
| * | | [ticket/9892] Drop Q&A CAPTCHA tables if left in inconsistent state | Nils Adermann | 2011-06-12 | 1 | -0/+24 |
| | | | | | | | | | PHPBB3-9892 | ||||
| * | | [ticket/9892] Table prefix lengths influence index lengths in db_tools | Nils Adermann | 2011-06-12 | 2 | -10/+18 |
| | | | | | | | | | PHPBB3-9892 | ||||
| * | | [ticket/9892] Shorten the index names on the q&a captcha | Nils Adermann | 2011-06-12 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-9892 | ||||
| * | | [ticket/9892] column & index name limits, firebird auto increment in db_tools | Nils Adermann | 2011-06-12 | 3 | -3/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | | Merge remote-tracking branch 'naderman/ticket/9992' into develop-olympus | Andreas Fischer | 2011-06-11 | 17 | -16/+596 |
| |\ \ | |/ | | | | | | | | | | | | | | | * naderman/ticket/9992: [ticket/9992] Clarify explanations of ip and account limits on login [ticket/9992] Add a comma to language for IP_LOGIN_LIMIT_MAX_EXPLAIN [ticket/9992] Use sql_fetchfield for single row and single column result [ticket/9992] Adding a limit on login attempts per IP. [ticket/9992] Make sql_create_table and sql_table_exists available in updater | ||||
| | * | [ticket/9992] Clarify explanations of ip and account limits on login | Nils Adermann | 2011-06-11 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-9992 | ||||
| | * | [ticket/9992] Add a comma to language for IP_LOGIN_LIMIT_MAX_EXPLAIN | Nils Adermann | 2011-06-11 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-9992 | ||||
| | * | [ticket/9992] Use sql_fetchfield for single row and single column result | Nils Adermann | 2011-06-10 | 1 | -2/+1 |
| | | | | | | | | | PHPBB3-9992 | ||||
| | * | [ticket/9992] Adding a limit on login attempts per IP. | Nils Adermann | 2011-06-10 | 17 | -16/+343 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | [ticket/9992] Make sql_create_table and sql_table_exists available in updater | Nils Adermann | 2011-06-10 | 1 | -0/+254 |
| | | | | | | | | | | | | | | | 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 | ||||
| * | | Merge remote-tracking branch 'bantu/ticket/10110' into develop-olympus | Igor Wiedler | 2011-06-11 | 1 | -11/+1 |
| |\ \ | | | | | | | | | | | | | * bantu/ticket/10110: [ticket/10110] Remove multi-server syntax from Redis ACM. | ||||
| | * | | [ticket/10110] Remove multi-server syntax from Redis ACM. | Andreas Fischer | 2011-06-11 | 1 | -11/+1 |
| | | | | | | | | | | | | | PHPBB3-10110 | ||||
| * | | | [ticket/10075] Rename nn- to Oleg in docs/AUTHORS. | Andreas Fischer | 2011-06-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-10075 | ||||
| * | | | [ticket/10075] Move APTX to Former Contributors in docs/AUTHORS. | Andreas Fischer | 2011-06-11 | 1 | -1/+1 |
| |/ / | | | | | | | PHPBB3-10075 | ||||
| * | | [ticket/9908] Send 301 before stripping SID so bots do (hopefully) not revisit. | Andreas Fischer | 2011-06-10 | 1 | -0/+1 |
| | | | | | | | | | PHPBB3-9908 | ||||
| * | | Merge remote-tracking branch 'naderman/ticket/10198' into develop-olympus | Andreas Fischer | 2011-06-10 | 1 | -2/+2 |
| |\ \ | |/ |/| | | | | | | | * naderman/ticket/10198: [ticket/10198] range validation for strings should limit characters not bytes [ticket/10198] validate_config_vars() improperly validates multibyte strings | ||||
| | * | [ticket/10198] range validation for strings should limit characters not bytes | Nils Adermann | 2011-06-10 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10198 | ||||
| | * | [ticket/10198] validate_config_vars() improperly validates multibyte strings | rxu | 2011-06-10 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10198 | ||||
| * | | Merge branch 'ticket/bantu/9802' into develop-olympus | Nils Adermann | 2011-06-10 | 1 | -18/+23 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/bantu/9802: [ticket/9802] Remove unnecessary htmlspecialchars() call on REMOTE_ADDR. [ticket/9802] Only check for IPv4-mapped address when address is IPv6. [ticket/9802] Fix tiny logic bug in loop determining REMOTE_ADDR. [ticket/9802] Remove redundant character class definition from preg_replace. [ticket/9802] Fix redundant str_replace call. No need to replace ' ' with ' '. | ||||
| | * | | [ticket/9802] Remove unnecessary htmlspecialchars() call on REMOTE_ADDR. | Andreas Fischer | 2011-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The value in $_SERVER['REMOTE_ADDR'] is either validated to be a valid IP address or is replaced by our default value. Valid IP addresses do not contain HTML special characters, thus the htmlspecialchars() call is unnecessary. PHPBB3-9802 | ||||
| | * | | [ticket/9802] Only check for IPv4-mapped address when address is IPv6. | Andreas Fischer | 2011-04-19 | 1 | -14/+19 |
| | | | | | | | | | | | | | PHPBB3-9802 | ||||
| | * | | [ticket/9802] Fix tiny logic bug in loop determining REMOTE_ADDR. | Andreas Fischer | 2011-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | When $ip is empty() it was assigned to $this->ip. PHPBB3-9802 | ||||
| | * | | [ticket/9802] Remove redundant character class definition from preg_replace. | Andreas Fischer | 2011-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-9802 | ||||
| | * | | [ticket/9802] Fix redundant str_replace call. No need to replace ' ' with ' '. | Andreas Fischer | 2011-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-9802 | ||||
| * | | | Merge branch 'ticket/rxu/6712' into develop-olympus | Nils Adermann | 2011-06-10 | 3 | -30/+104 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/rxu/6712: [ticket/6712] Properly explain result of setting the bump interval to 0. [ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time [ticket/6712] Pass $post_data by the value instead of by the reference. [ticket/6712] Bump does not create new topic icon on index. | ||||
| | * | | | [ticket/6712] Properly explain result of setting the bump interval to 0. | Nils Adermann | 2011-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-6712 | ||||
| | * | | | [ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time | rxu | 2011-05-01 | 2 | -11/+22 |
| | | | | | | | | | | | | | | | | | PHPBB3-6712 | ||||
