aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-092-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10258
| * | | | | [ticket/7090] Update documented minimum PHP version to 5.2.0Igor Wiedler2011-07-132-4/+3
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-7090
* | | | | [feature/request-class] Make use of the is_secure() methodIgor Wiedler2011-08-182-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-9716
* | | | | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-153-20/+22
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the request class with helpers for reading server vars (server()) and HTTP request headers (header()). Refactor the existing code base to make use of these helpers, make $_SERVER a deactivated super global. Also introduce an is_ajax() method, which checks the X-Requested-With header for the value 'XMLHttpRequest', which is sent by JavaScript libraries, such as jQuery. PHPBB3-9716
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-101-0/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | * develop-olympus: [prep-release-3.0.9] Bumping version number for 3.0.9 final. Conflicts: phpBB/install/database_update.php
| * | 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
| | | |
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-091-2242/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10003] Fixed comment referring to db_tools duplication. [ticket/10003] Require db_tools.php in database_update.php. [ticket/10003] Use phpbb_db_tools in database_update.php. [ticket/10003] Delete the copy of db_tools in database_update.php. Conflicts: phpBB/install/database_update.php
| * | | [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 'develop-olympus' into developAndreas Fischer2011-07-071-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.9] Update Changelog for 3.0.9-RC4 release. [prep-release-3.0.9] Decreasing version for an RC4 release.
| * | | 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 'develop-olympus' into developNils Adermann2011-07-062-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9859] Changing all phpBB footers to match the new credit line [ticket/9859] New footer copyright line with registered symbol
| * | | 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 'develop-olympus' into developAndreas Fischer2011-07-061-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/10247] Remove attempt_id as primary key from database_update.php
| * | | 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 'develop-olympus' into developAndreas Fischer2011-07-058-52/+28
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [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/install/database_update.php
| * | | 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 'develop-olympus' into developAndreas Fischer2011-06-201-11/+14
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/10223] Make definition of phpbb_require_updated conditional
| * | | 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 'develop-olympus' into developAndreas Fischer2011-06-192-26/+26
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/10223] Replace spaces with tabs
| * | | 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 'develop-olympus' into developAndreas Fischer2011-06-192-10/+38
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * develop-olympus: [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.
| * | | 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
| | * | [ticket/10223] requiring the new startup.php file conditionally.Nils Adermann2011-06-182-10/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a function for this which we can potentially apply to more of the files in the installer and database updater. PHPBB3-10223
| | * | [prep-release-3.0.9] Bumping version number for 3.0.9-RC2.Andreas Fischer2011-06-152-2/+8
| | | |
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-152-121/+14
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10218] Prevent startime from being overwritten by deregister_globals() [ticket/10218] Moving global deregistration, etc. to startup.php Conflicts: phpBB/install/database_update.php
| * | | Merge branch 'prep-release-3.0.9' into develop-olympusAndreas Fischer2011-06-152-121/+14
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.9: [ticket/10218] Prevent startime from being overwritten by deregister_globals() [ticket/10218] Moving global deregistration, etc. to startup.php Conflicts: phpBB/install/database_update.php
| | * | [ticket/10218] Moving global deregistration, etc. to startup.phpYuriy Rusko2011-06-142-121/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Because startup.php deletes all variables, the constants in database_update are used to preserve settings at the top. PHPBB3-10218
| * | | [develop-olympus] Incrementing the version to 3.0.10-dev in develop-olympus.Andreas Fischer2011-06-132-2/+2
| |/ /
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-131-2/+2
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10214] Correct Oracle create table query syntax in db_tools
| * | [ticket/10214] Correct Oracle create table query syntax in db_toolsNils Adermann2011-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-137-21/+21
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10213] Update install schema with shorter index names.
| * | [ticket/10213] Update install schema with shorter index names.Nils Adermann2011-06-137-21/+21
| | | | | | | | | | | | PHPBB3-10213
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-131-2/+2
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/9892] _sql in the updater needs to return the transaction results
| * | Merge remote-tracking branch 'naderman/ticket/9892' into develop-olympusAndreas Fischer2011-06-131-2/+2
| |\ \ | | | | | | | | | | | | | | | | * naderman/ticket/9892: [ticket/9892] _sql in the updater needs to return the transaction results