| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10298
|
| |\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* develop-olympus:
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
|
| | |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* 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/10032:
[ticket/10032] Fixed typos in bbcode button name.
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* 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/10032] Fixed typos in bbcode button name.
|
| | |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| / / / / /
| | |/ / / / /
| | | | | | | |
* callumacrae/ticket/10032:
[ticket/10032] Fixed typos in bbcode button name.
|
| | | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
addlistitem was addlitsitem.
PHPBB3-10032
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* 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
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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/7291] Use template loop for character list, to avoid double &first_char
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-7291
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9859] Changing all phpBB footers to match the new credit line
[ticket/9859] New footer copyright line with registered symbol
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-9859
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Avoids the global hidden fields from functions.php overwriting local
searches.
PHPBB3-10232
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/9878] Remove IE7 emulation from prosilver/subSilver2
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/adamreyher/9878:
[ticket/9878] Remove IE7 emulation from prosilver/subSilver2
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
With these changes, prosilver and subSilver2 no longer need to force IE7
emulation when browsing with IE8 due to the well-known textarea scrolling
bug.
PHPBB3-9878
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/7888] Swap in-forum/topic search to GET forms.
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will allow sending URLs to search results to other users. The advanced
search page has always worked like this, but these special pages used to
cause problems.
PHPBB3-7888
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/9922] Link post subject to the post's anchor in subsilver2.
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/9922:
[ticket/9922] Link post subject to the post's anchor in subsilver2.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Link post subject to the post's anchor in subsilver2 to expose full URL to post
which is otherwise only hidden behind the small post icon.
PHPBB3-9922
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9630] Make language for moving posts clearer in quickmod/mcp.
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-9630
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Introduce a loop variable for the list of birthdays to allow templates to
handle how the list is displayed.
We keep the old BIRTHDAY_LIST variable that contains the precompiled list
around for backward compatibility.
PHPBB3-10173
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10105] Update AIM express link.
[ticket/10105] Update AIM application download link.
|
| | | |
| | |
| | |
| | | |
PHPBB3-10105
|
| | | |
| | |
| | |
| | | |
PHPBB3-10105
|
| | | |
| | |
| | |
| | | |
PHPBB3-9684
|
| |\ \ \
| |/ /
| | /
| |/
|/| |
* develop-olympus:
[ticket/9948] Inline quicktime files won't show
|
| | |\
| | |
| | |
| | |
| | | |
* ticket/erikfrerejean/9948:
[ticket/9948] Inline quicktime files won't show
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When attaching a quicktime file and placing it
inline the movie won't be shown due to the size
the movie box is being given.
PHPBB3-9948
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/9549:
[ticket/9549] Display users in their primary group instead of their first group
[ticket/9549] Change default value of "sort legend by group name" to false.
[ticket/9549] Fix displaying empty groups
[ticket/9549] Fix language strings.
[ticket/9549] Only add group to legend/teampage when the checkbox is checked.
[ticket/9549] New method move() to move a group more than 1 up/down.
[ticket/9549] Fix some minor issues with descriptions and coding-guidelines.
[ticket/9549] Throw an error when the given field-name is invalid.
[ticket/9549] Make the class non static and extend delete_group function.
[ticket/9549] Add template changes for subsilver2.
[ticket/9549] Enhance teampage and legend functionality
[ticket/9549] Add the module and files for the ACP.
[ticket/9549] Update database with the new config values and columns
[ticket/9549] Enhance teampage functionality with a new class, group_positions.
Conflicts:
phpBB/install/database_update.php
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9549
|
| |\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
* develop-olympus:
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/raimon/9980:
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
T_TEMPLATE_PATH
PHPBB3-9980
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
I did not include the docs/INSTALL.html, because we need to do a bit more on that file before releasing 3.1 (Add section how to update from 3.0 to 3.1, ...)
PHPBB3-10045
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-8065
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand().
[ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9989
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
|