| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This reverts commit f9dbe33fa7917b6220a85a01ed9f395f3f1bb888.
The code which was added also removed new lines and tabs.
PHPBB3-10240
|
|\
| |
| |
| |
| | |
* 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/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
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9297
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9297
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9297
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9297
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* callumacrae/ticket/10240:
[ticket/10240] Added code to strip control characters from messages.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It is possible to evade the word filter using control characters.
Seeing as control characters have no practical application in a bulletin
board software, it doesn't do any harm to remove them entirely. That is
what this commit does.
PHPBB3-10240
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/naderman/10313:
[ticket/10313] Create a separate build task for slow tests.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10313
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* github-bantu/ticket/10313:
[ticket/10313] Include slow unit tests when running build script.
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-10313
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/10298:
[ticket/10298] Properly close embed tag for QuickTime in subsilver2.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10298
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | | |
* naderman/ticket/8937:
[ticket/8937] Keep space characters in front of [code] bbcode content
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
PHPBB3-8937
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/10299:
[ticket/10299] Fix typo in comment about $max_store_length in truncate_string()
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-10299
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
* cs278/ticket/10303:
[ticket/10303] Removed HTTP_VERSION code path from send_status_line().
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-10303
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* callumacrae/ticket/8173:
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
Conflicts:
phpBB/adm/style/acp_users_signature.html
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The following code can be found in the ACP, when changing a user's
signature:
t: '{ BBCODE_T_HELP }',
The code that uses it and the code that produces it were changed or
removed a while ago, but this code remained. In 2c4c1f9, the accesskey
for the list item button was changed to y from t, explaining the origin of
the redundant code - although it wasn't being used then, either.
This commit also changes the helpline code of "[*]" to y, as the access
key is y, so this makes it more consistent.
PHPBB3-8173
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* callumacrae/ticket/9645:
[ticket/9645] Added code to repair invalid anchor names in acp_php_info.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Some of the anchor tags produced by php_info had names like "module_Zend
Optimizer", which is obviously invalid. This commit adds some code that
repairs the names by replacing all spaces found in the names with
underscores.
PHPBB3-9645
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
* callumacrae/ticket/10293:
[ticket/10293] Fixed the JavaScript in the jumpbox.
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The current code is invalid, and results in an critical error which
aborts the script before it gets to return false, thus allowing the form
to submit with an invalid forum ID. This commit fixes that by
referencing "this" instead of "document.jumpbox", which didn't exist
because the form had no name.
PHPBB3-10293
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* p/ticket/10199:
[ticket/10199] Delete a useless join in viewtopic.
|
| |/ /
| | |
| | |
| | | |
PHPBB3-10199
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10263:
[ticket/10263] Fix comment about return value of phpbb_version_compare().
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10263
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* callumacrae/ticket/10032:
[ticket/10032] Fixed typos in bbcode button name.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
addlistitem was addlitsitem.
PHPBB3-10032
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
* callumacrae/ticket/10292:
[ticket/10292] Fixed a whitespace inconsistency in acp_ranks.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There is no space between the first radio button and "Yes", while there
is a space between the second radio button and "No". This commit fixes
that.
PHPBB3-10292
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop-olympus
* github-nickvergessen/ticket/6632:
[ticket/6632] Better viewing of topics for wide screen displays
|