| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The progress bar is called with the method display_progress_bar() in the
acp_forums files. This method then call adm_page_footer() which also calls
exit_handler(). Therefore, the exit; in acp_forums after
$this->display_progress_bar() is obsolete and shouldn't exist in the first
place.
PHPBB3-11864
|
| |
| |
| |
| | |
PHPBB3-11811
|
|\ \
| | |
| | | |
Update fabpot/goutte
|
| | |
| | |
| | |
| | | |
PHPBB3-11831
|
|\ \ \
| | | |
| | | | |
[ticket/11829] Use report_closed to determine status in MCP report_details
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Instead of using post_reported of the post or message_reported of the pm, use
report_closed of the report itself to reliably determine whether this
particular report is closed or not in the report_details view of the MCP.
This fixes a bug where the report_details view would not show that the report
shown was closed and display a "Close report" button that had no effect.
PHPBB3-11829
|
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
* prep-release-3.0.12:
[prep-release-3.0.12] Remove changelog entry for ticket that was not resolved.
|
| | |
| | |
| | |
| | | |
A wrong fix version was assigned to PHPBB3-11288.
|
|\ \ \
| |/ /
| | /
| |/
|/|
| |
| |
| |
| |
| |
| | |
* 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:
[ticket/11769] Allow using 0 as poster name
[ticket/11769] Allow '0' as username
[ticket/11769] Allow '0' as username in notification mails
[ticket/11769] Fix language issues in the doc blocks
[ticket/11769] Correctly supply the post author's username in posting.php
Conflicts:
phpBB/language/en/email/forum_notify.txt
phpBB/language/en/email/newtopic_notify.txt
phpBB/language/en/email/topic_notify.txt
|
| |
| |
| |
| | |
PHPBB3-11769
|
| |
| |
| |
| | |
PHPBB3-11769
|
| |
| |
| |
| | |
PHPBB3-11769
|
| |
| |
| |
| | |
PHPBB3-11769
|
| |
| |
| |
| |
| |
| |
| |
| | |
Only supply the username, when it is a guest posting or we edit and it was
supplied, otherwise post_data might hold data of the post we quote, in which
case username is the original poster, not the current one.
PHPBB3-11769
|
| |
| |
| |
| |
| |
| | |
This is a partial backport of 31502cdd6c3a5bac5164ec30530e5b4bf63f3196.
PHPBB3-11821
|
| |
| |
| |
| | |
PHPBB3-11799
|
|\ \
| |/
| |
| |
| | |
* prep-release-3.0.12:
[ticket/11802] replace $browser with $user->browser
|
| |
| |
| |
| | |
PHPBB3-11802
|
| |
| |
| |
| | |
PHPBB3-11801
|
|\ \
| | |
| | |
| | |
| | | |
* cyberalien/ticket/11789:
[ticket/11789] Remove inline color in memberlist_view
|
| | |
| | |
| | |
| | | |
PHPBB3-11789
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* cyberalien/ticket/11789:
[ticket/11789] Remove colors from HTML code
|
| | |
| | |
| | |
| | | |
PHPBB3-11789
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Even though the coding guidelines document prescribes "commas after every
array element", it contains several example code fragments with array elements
not terminated by a comma. This commit fixes that.
PHPBB3-11794
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| |
| |
| |
| | |
* prep-release-3.0.12:
[ticket/11775] Fix doc blocks syntax
[ticket/11775] Remove spaces at line ends
[ticket/11775] Split test into multiple steps
[ticket/11775] Add functional test for moving the last post
[ticket/11775] Backport moving of the posting functions to 3.0
[ticket/11775] Fix error when moving the last post to another topic
|
| |
| |
| |
| | |
PHPBB3-11775
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
prep-release-3.0.12
* 'prep-release-3.0.12' of git://github.com/phpbb/phpbb3:
[ticket/11753] Remove ?> from MySQL Upgrader.
[ticket/11753] Update MySQL upgrader schema data.
[ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'"
[ticket/11752] HTTP -> HTTPs in email/installed.txt
|
| | |
| | |
| | |
| | | |
PHPBB3-11762
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| |/ /
| | |
| | |
| | | |
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
|