aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'naderman/ticket/9992' into develop-olympusAndreas Fischer2011-06-121-0/+7
|\
| * [ticket/9992] The table name constant needs to be defined in the updaterNils Adermann2011-06-121-0/+7
* | [develop-olympus] Also build packages for 3.0.7.Andreas Fischer2011-06-121-1/+1
* | [develop-olympus] Changelog: Changes since 3.0.8Andreas Fischer2011-06-121-17/+350
* | [develop-olympus] Bumping version number for 3.0.9-RC1.Andreas Fischer2011-06-124-5/+5
* | [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases.Andreas Fischer2011-06-1210-11/+11
* | Merge remote-tracking branch 'naderman/ticket/10211' into develop-olympusAndreas Fischer2011-06-121-1/+1
|\ \
| * | [ticket/10211] Add spce after dot in new language stringNils Adermann2011-06-121-1/+1
|/ /
* | Merge remote-tracking branch 'naderman/ticket/9892' into develop-olympusAndreas Fischer2011-06-126-15/+388
|\ \
| * | [ticket/9892] Correct copyright yearNils Adermann2011-06-121-1/+1
| * | [ticket/9892] Remove incorrect use of camel caseNils Adermann2011-06-121-2/+2
| * | [ticket/9892] Removing closing php tag from create_schema_filesNils Adermann2011-06-121-1/+0
| * | [ticket/9892] Transaction support for database update sql execution functionNils Adermann2011-06-121-5/+16
| * | [ticket/9892] count is a keyword in firebird, so renaming this aliasNils Adermann2011-06-121-2/+2
| * | [ticket/9892] Q&A CAPTCHA did not work on firebird, so no need to change configNils Adermann2011-06-121-6/+3
| * | [ticket/9892] Shorten login_attempt key names to avoid firebird length problemsNils Adermann2011-06-121-3/+3
| * | [ticket/9892] Drop Q&A CAPTCHA tables if left in inconsistent stateNils Adermann2011-06-121-0/+24
| * | [ticket/9892] Adding a number of tests for db_toolsNils Adermann2011-06-121-0/+268
| * | [ticket/9892] Table prefix lengths influence index lengths in db_toolsNils Adermann2011-06-122-10/+18
| * | [ticket/9892] Shorten the index names on the q&a captchaNils Adermann2011-06-121-2/+2
| * | [ticket/9892] column & index name limits, firebird auto increment in db_toolsNils Adermann2011-06-123-3/+69
|/ /
* | Merge remote-tracking branch 'naderman/ticket/9992' into develop-olympusAndreas Fischer2011-06-1117-16/+596
|\ \ | |/
| * [ticket/9992] Clarify explanations of ip and account limits on loginNils Adermann2011-06-111-2/+2
| * [ticket/9992] Add a comma to language for IP_LOGIN_LIMIT_MAX_EXPLAINNils Adermann2011-06-111-1/+1
| * [ticket/9992] Use sql_fetchfield for single row and single column resultNils Adermann2011-06-101-2/+1
| * [ticket/9992] Adding a limit on login attempts per IP.Nils Adermann2011-06-1017-16/+343
| * [ticket/9992] Make sql_create_table and sql_table_exists available in updaterNils Adermann2011-06-101-0/+254
* | Merge remote-tracking branch 'bantu/ticket/10110' into develop-olympusIgor Wiedler2011-06-111-11/+1
|\ \
| * | [ticket/10110] Remove multi-server syntax from Redis ACM.Andreas Fischer2011-06-111-11/+1
* | | Merge branch 'ticket/bantu/10075' into develop-olympusNils Adermann2011-06-111-2/+2
|\ \ \ | |/ / |/| |
| * | [ticket/10075] Rename nn- to Oleg in docs/AUTHORS.Andreas Fischer2011-06-111-1/+1
| * | [ticket/10075] Move APTX to Former Contributors in docs/AUTHORS.Andreas Fischer2011-06-111-1/+1
|/ /
* | Merge branch 'ticket/bantu/9908' into develop-olympusNils Adermann2011-06-111-0/+1
|\ \
| * | [ticket/9908] Send 301 before stripping SID so bots do (hopefully) not revisit.Andreas Fischer2011-06-101-0/+1
|/ /
* | Merge remote-tracking branch 'naderman/ticket/10206' into develop-olympusAndreas Fischer2011-06-101-2/+4
|\ \
| * | [ticket/10206] Failed unicode.org downloads no longer terminate testsNils Adermann2011-06-101-2/+4
| |/
* | Merge remote-tracking branch 'naderman/ticket/10198' into develop-olympusAndreas Fischer2011-06-101-2/+2
|\ \ | |/ |/|
| * [ticket/10198] range validation for strings should limit characters not bytesNils Adermann2011-06-101-1/+1
| * [ticket/10198] validate_config_vars() improperly validates multibyte stringsrxu2011-06-101-1/+1
* | Merge branch 'ticket/bantu/9802' into develop-olympusNils Adermann2011-06-101-18/+23
|\ \
| * | [ticket/9802] Remove unnecessary htmlspecialchars() call on REMOTE_ADDR.Andreas Fischer2011-04-191-1/+1
| * | [ticket/9802] Only check for IPv4-mapped address when address is IPv6.Andreas Fischer2011-04-191-14/+19
| * | [ticket/9802] Fix tiny logic bug in loop determining REMOTE_ADDR.Andreas Fischer2011-04-191-2/+2
| * | [ticket/9802] Remove redundant character class definition from preg_replace.Andreas Fischer2011-04-191-2/+2
| * | [ticket/9802] Fix redundant str_replace call. No need to replace ' ' with ' '.Andreas Fischer2011-04-191-2/+2
* | | Merge branch 'ticket/rxu/6712' into develop-olympusNils Adermann2011-06-103-30/+104
|\ \ \
| * | | [ticket/6712] Properly explain result of setting the bump interval to 0.Nils Adermann2011-06-101-1/+1
| * | | [ticket/6712] Add phpbb_ function name prefix, more docs, rename current_timerxu2011-05-012-11/+22
| * | | [ticket/6712] Pass $post_data by the value instead of by the reference.rxu2011-04-031-1/+1
| * | | [ticket/6712] Bump does not create new topic icon on index.rxu2010-10-182-29/+92