| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| | |
* nickvergessen/ticket/10321:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
|
| | |
| |
| |
| | |
PHPBB3-10321
|
| | |
| |
| |
| | |
PHPBB3-10321
|
| |\ \
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/10339:
[ticket/10339] Remove invalid template loop variable from mcp_front.html
|
| | |/
| |
| |
| | |
PHPBB3-10339
|
| |\ \
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/10334:
[ticket/10334] Require permissions to view the birthday-list on board index
|
| | |/
| |
| |
| | |
PHPBB3-10334
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
ticket/bantu/10341
* remotes/bantu/ticket/10341:
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
|
| | | |
| | |
| | |
| | | |
PHPBB3-10341
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* remotes/naderman/ticket/10346:
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-10346
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* nickvergessen/ticket/10253:
[ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since IE9 IE supports textarea.selectionStart and window.getSelection.
The only problem is, that the values are still incorrect.
Therefore we need to ensure that it is still treated the old way,
until IE fixes this completely.
PHPBB3-10253
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* github-bantu/ticket/10335:
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
|
| | | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-10335
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* github-bantu/ticket/10320:
[ticket/10320] Exclude passworded forums when determining "Most active topic".
[ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10320
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-10320
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* github-bantu/ticket/9995:
[ticket/9995] Do not run forum SQL query when marking the whole board read.
[ticket/9995] Always continue when harvesting $forum_ids for markread().
[ticket/9995] Remove useless statement from display_forums()
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9995
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9995
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The $forum_ids array is only used if $mark_read == 'forums'.
When $mark_read == 'forums', we either continue when
$auth->acl_get('f_list', $forum_id) is false or true.
So this statement is never useful.
PHPBB3-9995
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* github-bantu/ticket/10222:
[ticket/10222] Also build language and styles changes in diff/patch format.
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-10222
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* nickvergessen/ticket/8177:
[ticket/8177] Display birthdays of 29th february on 28th in non-leap years.
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-8177
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/10240:
[ticket/10240] Reverted a commit which added buggy code.
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit f9dbe33fa7917b6220a85a01ed9f395f3f1bb888.
The code which was added also removed new lines and tabs.
PHPBB3-10240
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* p/ticket/10309:
[ticket/10309] Update .gitignore and move .gitkeep.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10309
|
| |\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* 'develop-olympus' of git://github.com/phpbb/phpbb3:
[ticket/9978] Added semicolons to JavaScript in overall_header.
[ticket/8571] Show age as 0 in birthday list when birthday is in the future.
[ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future.
[ticket/8571] Also display age on memberlist/viewprofile when age is 0.
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* callumacrae/ticket/9978:
[ticket/9978] Added semicolons to JavaScript in overall_header.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Semicolons have been added to the anonymous functions in the javascript
in overall_header.html. This makes JSLint happier, and also makes the
code easier to minify.
PHPBB3-9978
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* github-bantu/ticket/8571:
[ticket/8571] Show age as 0 in birthday list when birthday is in the future.
[ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future.
[ticket/8571] Also display age on memberlist/viewprofile when age is 0.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-8571
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-8571
|
| | | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-8571
|
| |\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| |
| | | | |
* p/ticket/10309:
[ticket/10309] Coding guidelines fix.
[ticket/10309] Write unicode data to tests/tmp.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10309
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When the tests are run by a different user than the one which owns
phpbb source tree, writes will go into a single, known directory.
PHPBB3-10309
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/9976:
[ticket/9976] Fix link to post when two posts have the same post_time.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When two posts have the same post_time, a link to the first post being on
page 1, leads you to the second post with the same timestamp on page two.
So in case the post_times are equal, we need to use the post_id to correctly
order the posts.
PHPBB3-9976
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/9297:
[ticket/9297] Add network to class name of unit tests.
[ticket/9297] Fix typo in localhost.
[ticket/9297] Rename test class to reflect its contents.
[ticket/9297] Adjust comment - IPv6 is needed for IPv6 connections to work.
[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.
[ticket/9297] Skip FTP PASV/EPSV test if FTP connection fails.
[ticket/9297] Separate ipv4 and ipv6 tests into separate functions.
[ticket/9297] Update copyright year of unit test file.
[ticket/9297] Make EPSV unit tests work without IPv6.
[ticket/9297] Unit tests for ftp_fsock PASV and EPSV.
[ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9297
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9297
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
setUpBeforeClass logic makes this test specific to PASV/EPSV tests.
PHPBB3-9297
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Looks like IPv6-encapsulated IPv4 addresses do not actually work if
the host has no IPv6 connectivity.
PHPBB3-9297
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Need to use the static version here.
PHPBB3-9297
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It is possible to configure PHP without IPv6, in which case
IPv6-encapsulated IPv4 addresses won't be accepted by PHP.
Instead of failing the test suite on such setups, skip the
offending test.
PHPBB3-9297
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9297
|