| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* igorw/ticket/10258:
[ticket/10258] Add HTML5 meta charset tag
|
| |
| |
| |
| |
| |
| |
| | |
This allows knowing the charset when saving web pages to disk. Also, this is
supported by all browsers.
PHPBB3-10258
|
|\ \
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10199] Delete a useless join in viewtopic.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* p/ticket/10199:
[ticket/10199] Delete a useless join in viewtopic.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10199
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10263] Fix comment about return value of phpbb_version_compare().
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* bantu/ticket/10263:
[ticket/10263] Fix comment about return value of phpbb_version_compare().
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10263
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
* develop-olympus:
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* callumacrae/ticket/10032:
[ticket/10032] Fixed typos in bbcode button name.
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10032] Fixed typos in bbcode button name.
|
| |\ \ \ \ \
| | | |/ / /
| | |/| | /
| | |_|_|/
| |/| | | |
* callumacrae/ticket/10032:
[ticket/10032] Fixed typos in bbcode button name.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
addlistitem was addlitsitem.
PHPBB3-10032
|
|\ \ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10292] Fixed a whitespace inconsistency in acp_ranks.
|
| |\ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* 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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* github-igorw/ticket/10258:
[ticket/10258] Remove the meta charset tag
[ticket/10258] Adjust some deprecated tags for HTML5 in coding-guidelines
[ticket/10258] Remove copyright meta tag from docs
[ticket/10258] Remove resource-type and distribution meta tags
[ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tags
[ticket/10258] Change the DOCTYPE to HTML5
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The charset tag is useless, because if a charset content-type header is
present it takes precedence. And phpBB always sends such a header.
PHPBB3-10258
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10258
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It fails HTML5 validation and we already have a 'copyright and
disclaimer' section in all of those documents. We can always represent
the copyright more semantically later (such as the HTML5 <copyright>
tag).
PHPBB3-10258
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
They break HTML5 validation.
PHPBB3-10258
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These meta tags are IE specific and do not validate as HTML5.
PHPBB3-10258
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10258
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/6632] Better viewing of topics for wide screen displays
Conflicts:
phpBB/styles/prosilver/template/forumlist_body.html
phpBB/styles/prosilver/template/viewforum_body.html
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
develop-olympus
* github-nickvergessen/ticket/6632:
[ticket/6632] Better viewing of topics for wide screen displays
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also fixes PHPBB3-6458 "Width of Topics and Posts columns in Board Index is causing problems with language packs" by increasing the size to 90px instead of the ~70 it was like. Also tested on RTL languages.
PHPBB3-6458
PHPBB3-6632
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10257] Slightly adjust comments about AAAA records on Windows XP/2003.
[ticket/10257] Fix AAAA record parsing for old versions of Windows
[ticket/10257] Add missing break statement after CNAME block.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* github-bantu/ticket/10257:
[ticket/10257] Slightly adjust comments about AAAA records on Windows XP/2003.
[ticket/10257] Fix AAAA record parsing for old versions of Windows
[ticket/10257] Add missing break statement after CNAME block.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10257
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Older versions of Windows use a different output format for AAAA records.
PHPBB3-10257
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10257
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10274] Remove hardcoded module_id from U_VERSIONCHECK_FORCE on acp_main
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* github-bantu/ticket/10274:
[ticket/10274] Remove hardcoded module_id from U_VERSIONCHECK_FORCE on acp_main
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10274
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* develop-olympus:
[ticket/10266] Add "Return to forum" link after reporting a post
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
develop-olympus
* github-nickvergessen/ticket/10266:
[ticket/10266] Add "Return to forum" link after reporting a post
|
| | | |/ / / /
| | |/| | | |
| | | | | | |
| | | | | | | |
PHPBB3-10266
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* github-bantu/ticket/10265:
[ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.
|
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
* github-bantu/ticket/10265:
[ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10265
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* develop-olympus:
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_main.php
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_update.php
[ticket/10263] Adding unit tests for phpbb_version_compare().
[ticket/10263] Add wrapper for version_compare() that allows the use of A and B
|
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* github-bantu/ticket/10263:
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_main.php
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_update.php
[ticket/10263] Adding unit tests for phpbb_version_compare().
[ticket/10263] Add wrapper for version_compare() that allows the use of A and B
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10263
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10263
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10263
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add wrapper function for version_compare() that allows using uppercase A and B
for alpha and beta release version strings.
PHPBB3-10263
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10226] Use is_numeric() instead of preg_replace()
[ticket/10226] Allow mysqli connections via local sockets/pipes
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* github-rxu/ticket/10226:
[ticket/10226] Use is_numeric() instead of preg_replace()
[ticket/10226] Allow mysqli connections via local sockets/pipes
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10226
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10226
|