| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
* Elsensee/ticket/10037:
[ticket/10037] Fix table in subsilver2
[ticket/10037] Apply attached patch with a few changes
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Thanks, nickvergessen! ;-)
PHPBB3-10037
|
| | | |
| | |
| | |
| | | |
PHPBB3-10037
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.12:
[ticket/11753] Remove ?> from MySQL Upgrader.
[ticket/11753] Update MySQL upgrader schema data.
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* bantu/ticket/11753:
[ticket/11753] Remove ?> from MySQL Upgrader.
[ticket/11753] Update MySQL upgrader schema data.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11753
|
| | | | |/
| | |/|
| | | |
| | | | |
PHPBB3-11753
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* prep-release-3.0.12:
[ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'"
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* bantu/ticket/11524:
[ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'"
|
| | | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
... on PHP 5.4 or higher.
PHPBB3-11524
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* prep-release-3.0.12:
[ticket/11752] HTTP -> HTTPs in email/installed.txt
|
| | |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* bantu/ticket/11752:
[ticket/11752] HTTP -> HTTPs in email/installed.txt
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-11752
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* Elsensee/ticket/10917-2:
[ticket/10917] Variable used only once so delete it
[ticket/10917] Revert use of phpbb wrapper
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
# By Oliver Schramm
# Via Oliver Schramm
* remotes/Elsensee/ticket/11062:
[ticket/11062] If user's language is english there is no further work needed
[ticket/11062] Load new strings from user's language file if provided
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11062
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-11062
|
| |\ \ \
| |/ /
|/| /
| |/
| | |
* prep-release-3.0.12:
[ticket/11740] Update FAQ to include Ideas Centre
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
prep-release-3.0.12
* unknownbliss/ticket/11740:
[ticket/11740] Update FAQ to include Ideas Centre
|
| | |/
| |
| |
| | |
PHPBB3-11740
|
| |\ \
| | |
| | |
| | |
| | | |
* EXreaction/ticket/11726:
[ticket/11726] Don't run lint tests on Travis on postgres
|
| |/ /
| |
| |
| | |
PHPBB3-11726
|
| |\ \
| |/
| |
| |
| |
| | |
* prep-release-3.0.12:
[ticket/11720] Add functional test for submitting report as user
[ticket/11720] Do not call $captcha->validate if $captcha is not set
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
prep-release-3.0.12
* marc1706/ticket/11720-prep-release:
[ticket/11720] Add functional test for submitting report as user
[ticket/11720] Do not call $captcha->validate if $captcha is not set
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The already existing functional tests were not ran as the filename was
missing the appended "_test".
PHPBB3-11720
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PHPBB3-11566 changed big parts of code. Unfortunately, a call to
$captcha->validate was added that is being called even if $captcha hasn't
been initialized. This change will fix this issue.
PHPBB3-11720
|
| |\ \ \
| | | |
| | | | |
[ticket/11704] phing build script does not include vendor folder, even if there are dependencies
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11704
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-11704
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* github-exreaction/ticket/11686:
[ticket/11686] Not checking for phpBB Debug errors on functional tests
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11686
|
| |\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* prep-release-3.0.12:
[prep-release-3.0.12] More changelog items for the 3.0.12 release.
|
| | | | | |
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.12:
[ticket/11112] Do not change opensource.org link to https
[ticket/11112] Use https for user-visible links to phpbb.com
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
prep-release-3.0.12
* github-marc1706/ticket/11112:
[ticket/11112] Do not change opensource.org link to https
[ticket/11112] Use https for user-visible links to phpbb.com
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11112
|
| | | | |/
| | |/|
| | | |
| | | | |
PHPBB3-11112
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* prep-release-3.0.12:
[ticket/11674] Do not include vendor folder if there are no dependencies.
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
prep-release-3.0.12
* github-bantu/ticket/11674:
[ticket/11674] Do not include vendor folder if there are no dependencies.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11674
|
| |\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
* prep-release-3.0.12:
[ticket/11670] Consistency with logo: Replace "phpBB(tm)" with "phpBB(R)".
|
| | |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
prep-release-3.0.12
* github-bantu/ticket/11670:
[ticket/11670] Consistency with logo: Replace "phpBB(tm)" with "phpBB(R)".
|