aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-09-271-0/+6
|\ | | | | | | | | | | | | | | | | | | * prep-release-3.0.12: [prep-release-3.0.12] Bumping version number for 3.0.12 final. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.0.12] Bumping version number for 3.0.12 final.Andreas Fischer2013-09-272-2/+8
| |
* | Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-09-051-0/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | * prep-release-3.0.12: [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC3. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.0.12] Bumping version number for 3.0.12-RC3.Andreas Fischer2013-09-022-2/+8
| |
* | Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-08-011-0/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | * prep-release-3.0.12: [prep-release-3.0.12] Update Changelog for 3.0.12-RC2 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC2. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.0.12] Bumping version number for 3.0.12-RC2.Andreas Fischer2013-08-012-2/+8
| |
* | [ticket/10917] Variable used only once so delete itOliver Schramm2013-07-281-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The variable $this->unequal_version was only used once and only to display the version the package updates to. To display the version it updates to makes no sense when the update files just aren't meant to update from the current version. (It's already shown in an error message) So I deleted the variable from there. Furthermore the use of version_compare makes the variable useless in that context which is why I deleted the variable from the whole file and replaced it in the relevant if statement with the old comparison. PHPBB3-10917
* | [ticket/10917] Revert use of phpbb wrapperOliver Schramm2013-07-271-1/+1
| | | | | | | | PHPBB3-10917
* | Merge remote-tracking branch 'remotes/Elsensee/ticket/10917' into ↵Nathaniel Guse2013-07-251-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus # By Oliver Schramm # Via Oliver Schramm * remotes/Elsensee/ticket/10917: [ticket/10917] Using phpbb wrapper [ticket/10917] Fixed notice that files are out of date when updating to an unreleased version
| * | [ticket/10917] Using phpbb wrapperOliver Schramm2013-07-241-1/+1
| | | | | | | | | | | | PHPBB3-10917
| * | [ticket/10917] Fixed notice that files are out of date when updating to an ↵Oliver Schramm2013-07-241-1/+1
| | | | | | | | | | | | | | | | | | unreleased version PHPBB3-10917
* | | [ticket/11062] If user's language is english there is no further work neededOliver Schramm2013-07-251-1/+1
| | | | | | | | | | | | PHPBB3-11062
* | | [ticket/11062] Load new strings from user's language file if providedOliver Schramm2013-07-251-0/+7
|/ / | | | | | | PHPBB3-11062
* | [develop-olympus] Increment version number to 3.0.13-dev.Andreas Fischer2013-07-122-2/+2
|/
* [develop-olympus] Bump version numbers for 3.0.12-RC1 release.Andreas Fischer2013-07-122-4/+4
|
* [develop-olympus] Bumping version numbers to final for 3.0.12 releases.Andreas Fischer2013-07-121-1/+1
|
* Merge remote-tracking branch 'remotes/nickv/ticket/8319' into develop-olympusNathaniel Guse2013-07-111-0/+30
|\ | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/8319: [ticket/8319] Do not repeat the replacement [ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URL [ticket/8319] Update BBCodes that currently use the LOCAL_URL tag on update [ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL parts [ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuse
| * [ticket/8319] Update BBCodes that currently use the LOCAL_URL tag on updateJoas Schilling2013-06-031-0/+30
| | | | | | | | | | | | | | To fix http://tracker.phpbb.com/browse/PHPBB3-8319 we changed the second_pass_replace value, so that needs updating for existing ones. PHPBB3-8319
* | [ticket/11588] Also use version.phpbb.com in install_update.php.Andreas Fischer2013-06-061-1/+3
|/ | | | PHPBB3-11588
* [ticket/11536] Fixed incorrect removal of "install" in script_pathVictor Nagy2013-05-151-2/+2
| | | | | | | | | | | | | | | | Earlier the script would incorrectly remove the word "install" from the script_path when trying to remove the last folder in the path named "/install". This would lead to issues when the path you are installing phpBB contained "install". For example "/install_test/install" would become "/_test". This change gets the parent folder instead of replacing all "install". $name contains /install_test/install/index.php from start and running dirname() gives /install_test/install. Running dirname once more gives the parent folder of install, /install_test. PHPBB3-11536
* [ticket/11105] Added spaces between ; and "url=" to adhere to w3c conventions.gamerchan2013-05-121-1/+1
| | | | | | | | There was no space between ; and the string "url=". But according to w3c, we should have atleast one space between them. So, added space characters accordingly. PHPBB3-11105
* [ticket/11278] Comment out the code for dropping the Q&A tablesJoas Schilling2012-12-211-6/+20
| | | | | | | | | | | | | | | | | | | | Due to a bug, vanilla phpbb could not create captcha tables in 3.0.8 on firebird. It was possible for board administrators to adjust the code to work. If code was manually adjusted by board administrators, index names would not be the same as what 3.0.9 and newer expect. This code fragment drops captcha tables, destroying all entered Q&A captcha configuration, such that when Q&A is configured next the respective tables will be created with corrent index names. If you wish to preserve your Q&A captcha configuration, you can manually rename indexes to the currently expected name: phpbb_captcha_questions_lang_iso => phpbb_captcha_question_lang phpbb_captcha_answers_question_id => phpbb_captcha_answers_qid Again, this needs to be done only if a board was manually modified to fix broken captcha code. PHPBB3-11278
* [ticket/11278] Fix not running queries from db tools in database updateJoas Schilling2012-12-191-13/+12
| | | | | | | | The db_tools class is running in return mode, which means that the queries are not run, but just returned. Therefor the broken tables were not removed from the database. PHPBB3-11278
* [ticket/10184] Query bots table to get the user_ids of the botsJoas Schilling2012-12-011-4/+18
| | | | PHPBB3-10184
* [ticket/10184] Disable receiving pms for bots by defaultJoas Schilling2012-12-012-0/+7
| | | | PHPBB3-10184
* Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympusOleg Pudeyev2012-11-091-2/+0
|\ | | | | | | | | * bantu/ticket/11178: [ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
| * [ticket/11178] Do not set error_reporting to E_ALL in database_updater.phpAndreas Fischer2012-11-091-2/+0
| | | | | | | | | | | | | | | | | | Take whatever startup.php sets instead. This especially takes care of E_STRICT messages that are generated because of PHP4 compatibility. PHPBB3-11178
* | [ticket/10897] Combine bot updates and bot delete.Andreas Fischer2012-11-091-40/+31
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Use same code/query for deleting.Andreas Fischer2012-11-091-9/+6
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Make sure the user we're fetching is a bot.Andreas Fischer2012-11-091-2/+3
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Do not handle IP address. There is no need.Andreas Fischer2012-11-091-13/+7
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Update by user_id instead of bot_name.Andreas Fischer2012-11-091-7/+8
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Move bot delete data to the relevant foreach loop.Andreas Fischer2012-11-091-9/+9
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Add comment about what's going on.Andreas Fischer2012-11-091-0/+1
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Remove unnecessary string casting.Andreas Fischer2012-11-091-2/+2
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Add space after foreach.Andreas Fischer2012-11-091-2/+2
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Update bots during phpBB updateCarlo2012-11-091-0/+70
| | | | | | | | PHPBB3-10897
* | [ticket/10897] Bot list updatedCarlo2012-11-091-11/+5
|/ | | | | | | | | | | | | | | | | 'Baidu [Spider]' updated. 'Bing [Bot]' fixed only identation. 'Exabot [Bot]' changed because there is used also 'Exabot-Thumbnails' user agent. 'NG-Search [Bot]' no longer exists. 'Nutch/CVS [Bot]' is the same of 'Nutch [Bot]'. 'OmniExplorer [Bot]' no longer exists. 'Seekport [Bot]' no longer exists. 'Synoo [Bot]' no longer exists. 'Voyager [Bot]' updated. 'W3C [Validator]' corrected (there was a *). 'WiseNut [Bot]' no longer exists. PHPBB3-10897
* [ticket/11158] Require acl_u_sig for ucp signature module.Oleg Pudeyev2012-10-291-0/+12
| | | | PHPBB3-11158
* [ticket/11135] Full replacement of credit link to httpsVinny2012-10-053-3/+3
| | | | PHPBB3-11135
* Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-08-201-0/+6
|\ | | | | | | | | | | | | | | | | | | * prep-release-3.0.11: [prep-release-3.0.11] Bumping version number for 3.0.11 final. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.0.11] Bumping version number for 3.0.11 final.Andreas Fischer2012-08-202-2/+8
| |
* | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-231-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | * prep-release-3.0.11: [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release. [prep-release-3.0.11] Bumping version number for 3.0.11-RC2. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.0.11] Bumping version number for 3.0.11-RC2.Andreas Fischer2012-07-232-2/+6
| |
* | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-238-0/+15
|\ \ | |/ | | | | | | | | * prep-release-3.0.11: [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 [ticket/10965] Introduce a new profile field option to display no value
| * [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1Nils Adermann2012-07-231-1/+1
| | | | | | | | PHPBB3-10965
| * [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-238-0/+15
| | | | | | | | | | | | | | | | By default the 3.0.10 behaviour is kept, profile fields will not show up if they have either not yet been selected or in case of an optional dropdown field if the novalue option was selected. PHPBB3-10965
* | Merge PR #856 branch 'prep-release-3.0.11' into develop-olympusOleg Pudeyev2012-07-071-2/+2
|\ \ | |/ | | | | | | | | * prep-release-3.0.11: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| * [ticket/10937] Comment removal functions: Restore backward compatibilityAndreas Fischer2012-07-031-2/+2
| | | | | | | | PHPBB3-10937
* | [develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.Andreas Fischer2012-05-312-2/+2
|/