| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12468
|
|
|
|
|
|
| |
In mcp, move PM reports below post reports while installing.
PHPBB3-12186
|
|
|
|
| |
PHPBB3-12381
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-olympus
* noxwizard/ticket/naderman/9725:
[ticket/9725] Code sniffer fixes
[ticket/9725] Do not use deprecated views to remove default constraints
[ticket/9725] Move primary key creation to the correct location
[ticket/9725] Remove trailing spaces from MSSQL schema
[ticket/9725] Create MSSQL primary keys if none exist
[ticket/9725] Remove explicit filegroup designations
[ticket/9725] Fetch Azure db stats from proper table
[ticket/9725] Add dummy indexes for Azure
[ticket/9725] Create an Azure SQL compatible Schema
|
| |
| |
| |
| | |
PHPBB3-9725
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
SQL Azure requires a primary AKA clustered key on every table.
This adds a dummy INT column to act as key,
avoiding possible duplicate entries.
so that these columns can support bigger (speak: huge) tables
PHPBB3-9725
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Two problems were encountered when installing on AzureSQL:
-Azure SQL does not support the ON clause of T-SQL
-Azure SQL requries a clustered index AKA primary key on all tables
The fix is makeshift; it introduces questionable primary indices, which should be replaced with auto--increment columns.
PHPBB3-9725
|
| |
| |
| |
| | |
PHPBB3-12310
|
|/
|
|
| |
PHPBB3-12072
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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:
[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:
[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
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-10917
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
PHPBB3-10917
|
| | |
| | |
| | |
| | |
| | |
| | | |
unreleased version
PHPBB3-10917
|
| | |
| | |
| | |
| | | |
PHPBB3-11062
|
|/ /
| |
| |
| | |
PHPBB3-11062
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# 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
|
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
PHPBB3-11588
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-10184
|
|
|
|
| |
PHPBB3-10184
|
|\
| |
| |
| |
| | |
* bantu/ticket/11178:
[ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Take whatever startup.php sets instead.
This especially takes care of E_STRICT messages that are generated because of
PHP4 compatibility.
PHPBB3-11178
|
| |
| |
| |
| | |
PHPBB3-10897
|
| |
| |
| |
| | |
PHPBB3-10897
|
| |
| |
| |
| | |
PHPBB3-10897
|
| |
| |
| |
| | |
PHPBB3-10897
|
| |
| |
| |
| | |
PHPBB3-10897
|
| |
| |
| |
| | |
PHPBB3-10897
|
| |
| |
| |
| | |
PHPBB3-10897
|
| |
| |
| |
| | |
PHPBB3-10897
|
| |
| |
| |
| | |
PHPBB3-10897
|
| |
| |
| |
| | |
PHPBB3-10897
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'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
|
|
|
|
| |
PHPBB3-11158
|
|
|
|
| |
PHPBB3-11135
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|