aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [ticket/9992] The table name constant needs to be defined in the updaterNils Adermann2011-06-121-0/+7
| * | | [develop-olympus] Bumping version number for 3.0.9-RC1.Andreas Fischer2011-06-122-2/+2
| * | | [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases.Andreas Fischer2011-06-121-1/+1
| | |/ | |/|
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-121-9/+71
|\ \ \ | |/ /
| * | [ticket/9892] Transaction support for database update sql execution functionNils Adermann2011-06-121-5/+16
| * | [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] Table prefix lengths influence index lengths in db_toolsNils Adermann2011-06-121-5/+9
| * | [ticket/9892] column & index name limits, firebird auto increment in db_toolsNils Adermann2011-06-121-1/+27
| |/
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-119-8/+484
|\ \ | |/
| * [ticket/9992] Adding a limit on login attempts per IP.Nils Adermann2011-06-109-8/+230
| * [ticket/9992] Make sql_create_table and sql_table_exists available in updaterNils Adermann2011-06-101-0/+254
* | Merge branch 'develop-olympus' into developNils Adermann2011-06-021-0/+3
|\ \ | |/
| * [ticket/10039] Added mssqlnative cases to phpBB 2.0 converter.Patrick Webster2011-05-131-0/+3
* | Merge remote-tracking branch 'nickvergessen/ticket/8542' into developOleg Pudeyev2011-05-209-0/+14
|\ \
| * | [ticket/8542] Display custom profile fields in private messagesJoas Schilling2011-05-209-0/+14
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-05-102-2/+2
|\ \ \ | | |/ | |/|
| * | [ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting.Andreas Fischer2011-05-112-2/+2
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-05-031-1/+1
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'erikfrerejean/ticket/9954' into develop-olympusOleg Pudeyev2011-05-031-1/+1
| |\ \
| | * | [ticket/9954] Remove unneeded never permissionErik Frèrejean2010-12-211-1/+1
* | | | Merge branch 'feature/rxu/attachment-management-no-reassignment' into developOleg Pudeyev2011-04-241-0/+7
|\ \ \ \
| * | | | [feature/attachment-management-no-reassignment] Further feature adjustments.rxu2011-04-111-0/+7
| | |_|/ | |/| |
* | | | [ticket/9684] Move currently existing GAs to a selectable forum while updating.Joas Schilling2011-04-071-0/+140
|/ / /
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-03-061-1/+1
|\ \ \ | |/ /
| * | [ticket/10059] Fix two misspellings of consistent.Oleg Pudeyev2011-03-011-1/+1
* | | Merge branch 'ticket/9549' into developOleg Pudeyev2011-03-019-16/+87
|\ \ \
| * | | [ticket/9549] Change default value of "sort legend by group name" to false.Joas Schilling2011-02-242-2/+2
| * | | [ticket/9549] Make the class non static and extend delete_group function.Joas Schilling2011-02-161-0/+1
| * | | [ticket/9549] Update database with the new config values and columnsJoas Schilling2011-02-169-16/+87
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-02-241-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'ticket/p/10056' into develop-olympusAndreas Fischer2011-02-241-1/+1
| |\ \ \
| | * | | [ticket/10056] Corrected a typo in Firebird name.Oleg Pudeyev2011-02-231-1/+1
* | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-236-7/+15
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/7778] Update all the schema filesErik Frèrejean2011-02-235-5/+5
| * | | | [ticket/7778] BBCode single limitErik Frèrejean2011-02-231-2/+9
| |/ / /
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-172-9/+35
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | [ticket/9944] Add empty line before the while() so you can better read the codeJoas Schilling2011-02-141-0/+1
| * | [ticket/9944] Extension groups naming don't use users' language in ACPJoas Schilling2011-01-272-9/+34
* | | [ticket/10045] Update version in some more files.Joas Schilling2011-02-162-2/+2
* | | [ticket/10045] Database updater version for 3.1-changes should be 3.1.0-devJoas Schilling2011-02-161-3/+5
* | | [feature/system-cron] Added use_system_cron to schema_data.sql.Oleg Pudeyev2011-02-121-0/+1
* | | [feature/system-cron] Set use_system_cron config value during upgrade.Oleg Pudeyev2011-02-121-0/+4
* | | Merge branch 'develop-olympus' into developNils Adermann2011-01-162-2/+2
|\ \ \ | |/ /
| * | [ticket/9859] Remove years in credit line from some more files.Andreas Fischer2011-01-162-2/+2
* | | [task/config-class] Do not create multiple cache driver instances.Nils Adermann2011-01-122-3/+3
* | | [task/config-class] Always specify the config table to use.Nils Adermann2011-01-124-30/+24
* | | [task/config-class] Implemented a config class to replace the global array.Nils Adermann2011-01-105-65/+13
* | | [task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests.Nils Adermann2011-01-092-7/+6