aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympusOleg Pudeyev2011-12-031-4/+2
|\ | | | | | | | | | | | | | | | | * Noxwizard/ticket/10349: [ticket/10349] Removed duplicated functions from schema loading in tests [ticket/10349] Update function comment [ticket/10349] Use new schema comment function in installer [ticket/10349] Unit tests: Consolidate schema comment removal functions [ticket/10349] Unit tests: Remove comments while loading schema files
| * [ticket/10349] Use new schema comment function in installerPatrick Webster2011-09-281-4/+2
| | | | | | | | | | | | | | This is what now runs in the unit tests. The COMMENTS field in the dbms data is no longer needed, so it has been removed. PHPBB3-10349
* | Merge branch 'prep-release-3.0.10' into develop-olympusAndreas Fischer2011-12-041-1/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.10: [prep-release-3.0.10] Bumping version number for 3.0.10-RC3. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * | [prep-release-3.0.10] Bumping version number for 3.0.10-RC3.Andreas Fischer2011-12-042-3/+8
| | |
* | | Merge branch 'prep-release-3.0.10' into develop-olympusAndreas Fischer2011-11-261-0/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.10: [prep-release-3.0.10] Bumping version number for 3.0.10-RC2. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * | [prep-release-3.0.10] Bumping version number for 3.0.10-RC2.Andreas Fischer2011-11-262-2/+9
| | |
* | | Merge branch 'prep-release-3.0.10' into develop-olympusOleg Pudeyev2011-11-231-1/+6
|\ \ \ | |/ / | | | | | | | | | * prep-release-3.0.10: [ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
| * | [ticket/10488] Only set $config['email_max_chunk_size'] when not already set.Andreas Fischer2011-11-231-1/+6
| | | | | | | | | | | | PHPBB3-10488
* | | [develop-olympus] Increment version number to 3.0.11-dev in develop-olympus.Andreas Fischer2011-11-212-2/+2
|/ /
* | [develop-olympus] Bump version numbers for 3.0.10-RC1 release.Andreas Fischer2011-11-202-4/+6
| |
* | [develop-olympus] Bumping version numbers to final for 3.0.10 releases.Andreas Fischer2011-11-201-1/+1
| |
* | [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-201-1/+1
| | | | | | | | PHPBB3-10446
* | [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-201-4/+1
| | | | | | | | PHPBB3-10446
* | Merge remote-tracking branch 'github-rxu/ticket/9416' into develop-olympusNils Adermann2011-11-181-3/+3
|\ \ | | | | | | | | | | | | * github-rxu/ticket/9416: [ticket/9416] HTML entities in poll titles and options incorrectly re-encoded
| * | [ticket/9416] HTML entities in poll titles and options incorrectly re-encodedrxu2011-11-171-3/+3
| | | | | | | | | | | | PHPBB3-9416
* | | Merge remote-tracking branch 'nickvergessen/ticket/10185' into develop-olympusAndreas Fischer2011-11-181-12/+9
|\ \ \ | |/ / |/| | | | | | | | * nickvergessen/ticket/10185: [ticket/10185] Always set board startdate on conversion
| * | [ticket/10185] Always set board startdate on conversionJoas Schilling2011-11-151-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | The board startdate should always be set to first user registration date. The current code did not do anything at all, as the board_startdate was always set on installation before running the convertor. PHPBB3-10185
* | | Merge remote-tracking branch 'nickvergessen/ticket/9066' into develop-olympusAndreas Fischer2011-11-141-1/+6
|\ \ \ | |/ / |/| | | | | | | | | | | * nickvergessen/ticket/9066: [ticket/9066] Move regex into get_preg_expression function and add tests [ticket/9066] Disallow some database prefix to prevent same errors and problems
| * | [ticket/9066] Move regex into get_preg_expression function and add testsJoas Schilling2011-11-141-1/+1
| | | | | | | | | | | | PHPBB3-9066
| * | [ticket/9066] Disallow some database prefix to prevent same errors and problemsJoas Schilling2011-11-131-1/+6
| |/ | | | | | | | | | | | | With this patch database prefixes must not be empty and only contain alphanumeric characters, numbers and underscores. PHPBB3-9066
* | Merge remote-tracking branch 'cs278/ticket/9307' into develop-olympusIgor Wiedler2011-10-292-0/+6
|\ \ | | | | | | | | | | | | | | | * cs278/ticket/9307: [ticket/9307] Add config variable to installation schema. [ticket/9307] Remove hardcoded chunk size of mass emails.
| * | [ticket/9307] Add config variable to installation schema.Chris Smith2011-09-251-0/+1
| | | | | | | | | | | | PHPBB3-9307
| * | [ticket/9307] Remove hardcoded chunk size of mass emails.Chris Smith2011-09-241-0/+5
| |/ | | | | | | | | | | | | The new config option is 'email_max_chunk_size' I have not added an interface option to change this. PHPBB3-9307
* | [ticket/10189] Get rid of $id$ from schema filesIgor Wiedler2011-10-147-34/+0
| | | | | | | | PHPBB3-10189
* | [ticket/10189] Add "automatically generated" comment into schema-filesIgor Wiedler2011-10-147-0/+44
|/ | | | PHPBB3-10189
* Merge branch 'prep-release-3.0.9' into develop-olympusAndreas Fischer2011-07-101-0/+6
|\ | | | | | | | | | | | | | | | | | | * prep-release-3.0.9: [prep-release-3.0.9] Bumping version number for 3.0.9 final. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.0.9] Bumping version number for 3.0.9 final.Andreas Fischer2011-07-102-2/+8
| |
* | [ticket/10003] Fixed comment referring to db_tools duplication.Oleg Pudeyev2011-07-091-2/+2
| | | | | | | | PHPBB3-10003
* | [ticket/10003] Require db_tools.php in database_update.php.Oleg Pudeyev2011-07-091-0/+2
| | | | | | | | | | | | | | Use require_updated to use the new version of db_tools if one is present. PHPBB3-10003
* | [ticket/10003] Use phpbb_db_tools in database_update.php.Oleg Pudeyev2011-07-091-1/+1
| | | | | | | | | | | | | | Now that the copy of db tools has been deleted, change which class name is used. PHPBB3-10003
* | [ticket/10003] Delete the copy of db_tools in database_update.php.Oleg Pudeyev2011-07-091-2239/+0
| | | | | | | | PHPBB3-10003
* | Merge branch 'prep-release-3.0.9' into develop-olympusAndreas Fischer2011-07-071-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | * prep-release-3.0.9: [prep-release-3.0.9] Update Changelog for 3.0.9-RC4 release. [prep-release-3.0.9] Decreasing version for an RC4 release. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.0.9] Decreasing version for an RC4 release.Andreas Fischer2011-07-072-4/+4
| |
* | Merge branch 'prep-release-3.0.9' into develop-olympusNils Adermann2011-07-062-2/+2
|\ \ | |/ | | | | | | | | * prep-release-3.0.9: [ticket/9859] Changing all phpBB footers to match the new credit line [ticket/9859] New footer copyright line with registered symbol
| * [ticket/9859] Changing all phpBB footers to match the new credit lineYuriy Rusko2011-07-062-2/+2
| | | | | | | | PHPBB3-9859
* | Merge branch 'prep-release-3.0.9' into develop-olympusAndreas Fischer2011-07-061-1/+1
|\ \ | |/ | | | | | | * prep-release-3.0.9: [ticket/10247] Remove attempt_id as primary key from database_update.php
| * [ticket/10247] Remove attempt_id as primary key from database_update.phpJoas Schilling2011-07-051-1/+1
| | | | | | | | PHPBB3-10247
* | Merge branch 'prep-release-3.0.9' into develop-olympusAndreas Fischer2011-07-058-52/+28
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.9: [prep-release-3.0.9] Update Changelog for 3.0.9 release. [prep-release-3.0.9] Bumping version number for the final 3.0.9 release. [ticket/10247] Removing attempt_id column from the 3.0.8 to 3.0.9-RC1 updater. [ticket/10247] Add a db_tools test for the removal of a primary key column. [ticket/10247] Add empty data section to database update for RC4 [ticket/10247] Remove unecessary attempt_id primary key column Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.0.9] Bumping version number for the final 3.0.9 release.Andreas Fischer2011-07-052-4/+4
| |
| * [ticket/10247] Removing attempt_id column from the 3.0.8 to 3.0.9-RC1 updater.Nils Adermann2011-07-041-10/+9
| | | | | | | | | | | | | | | | | | | | To make sure that this column (which was too small and unecessary) does not remain on 3.0.9-RCX installations and boards that were updated to a 3.0.9 RC, the 3.0.10-RC1 release must correctly drop the column after db_tools has been corrected and fully reviewed. The current version is not capable of dropping primary keys correctly on all supported DBMSs. PHPBB3-10247
| * [ticket/10247] Add empty data section to database update for RC4Nils Adermann2011-07-031-0/+4
| | | | | | | | PHPBB3-10247
| * [ticket/10247] Remove unecessary attempt_id primary key columnNils Adermann2011-07-038-52/+13
| | | | | | | | | | | | | | | | The database update drops any key of the same name (potential primary key) and afterwards the column. This does not work on some of the supported DBMS and needs further changes. PHPBB3-10247
| * [prep-release-3.0.9] Bump database version to RC3 too.Andreas Fischer2011-06-261-1/+1
| |
| * [prep-release-3.0.9] Bumping version number for 3.0.9-RC3.Andreas Fischer2011-06-262-1/+7
| |
* | Merge branch 'prep-release-3.0.9' into develop-olympusAndreas Fischer2011-06-201-11/+14
|\ \ | |/ | | | | | | * prep-release-3.0.9: [ticket/10223] Make definition of phpbb_require_updated conditional
| * [ticket/10223] Make definition of phpbb_require_updated conditionalNils Adermann2011-06-201-11/+14
| | | | | | | | | | | | | | The automatic updater defines it too and includes database_update.php for updating which causes an error otherwise. PHPBB3-10223
* | Merge branch 'prep-release-3.0.9' into develop-olympusAndreas Fischer2011-06-192-26/+26
|\ \ | |/ | | | | | | * prep-release-3.0.9: [ticket/10223] Replace spaces with tabs
| * [ticket/10223] Replace spaces with tabsNils Adermann2011-06-192-26/+26
| | | | | | | | PHPBB3-10223
* | Merge branch 'prep-release-3.0.9' into develop-olympusAndreas Fischer2011-06-192-10/+38
|\ \ | |/ | | | | | | | | | | * prep-release-3.0.9: [ticket/10223] The search fid parameter is an array of forums not just an id [ticket/10223] Check optional before file_exists and correct require path [ticket/10223] requiring the new startup.php file conditionally.
| * [ticket/10223] Check optional before file_exists and correct require pathNils Adermann2011-06-182-4/+4
| | | | | | | | PHPBB3-10223