| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |/ /
| | |
| | |
| | | |
PHPBB3-11752
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |
| |
| |
| | |
PHPBB3-11740
|
|\ \
| |/
| |
| |
| |
| | |
* 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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 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/11670] Consistency with logo: Replace "phpBB(tm)" with "phpBB(R)".
|
| | |
| | |
| | |
| | | |
PHPBB3-11670
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
# By Nathaniel Guse (1) and Nils Adermann (1)
* prep-release-3.0.12:
[ticket/11671] Update composer.lock
[ticket/11671] Add phing as a dependency and upgrade deps
|
| | |
| | |
| | |
| | | |
PHPBB3-11671
|
| |/
| |
| |
| | |
PHPBB3-11671
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The array_map was only ran on small parts of the actual error array instead
of the whole one. This resulted in the output of the language variables' names
rather than their actual value.
PHPBB3-11548
|
|
|
|
| |
PHPBB3-11662
|
|\
| |
| |
| | |
ticket/11548
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-olympus
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/10772:
[ticket/10772] Remove unnecessary comment
[ticket/10772] Functional tests for forum style
[ticket/10772] Use forum specific style for trigger_error
|
| | |
| | |
| | |
| | | |
PHPBB3-10772
|
| | |
| | |
| | |
| | | |
PHPBB3-10772
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# 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
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-8319
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The explanation now states that links are prefixed with the board URL.
PHPBB3-8319
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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-8319
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The description says:
"The URL must be relative to the topic page and cannot contain a server name
or protocol."
We now enforce this and will add a new token with the current behaviour back.
PHPBB3-8319
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11619
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11617
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
http://tracker.phpbb.com/browse/PHPBB3-11617
PHPBB3-11617
|