| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
Conflicts:
phpBB/styles/subsilver2/template/posting_body.html
|
| | |
| |
| |
| | |
PHPBB3-13887
|
| | |
| |
| |
| | |
PHPBB3-13887
|
| |\ \
| | |
| | |
| | | |
[ticket/11742] Remove tabs-to-space conversion in [code]
|
| | | |
| | |
| | |
| | | |
PHPBB3-11742
|
| |\ \ \
| | |/
| |/| |
|
| | | |
| | |
| | |
| | | |
PHPBB3-13876
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This PR adds typekit and Google's webfontloader and calls it
asyncronously, removing the SPOF in the header. Now, if google
goes down, some buttons display with a different font.
https://github.com/typekit/webfontloader
PHPBB3-13876
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | | |
PHPBB3-13873
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/13787] Remove duplicate entry of poll_delete in prosilver template
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* Wolfsblvt/ticket/13787:
[ticket/13787] Remove duplicate entry of poll_delete in prosilver template
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When options are shown and poll delete is allowed, the option to
delete
polls is shown twice. This is fixed here by moving the if poll
delete
check out of the outer if, wich makes it also more consistent
with the
new event.
PHPBB3-13787
|
| |\ \ \ \
| |/ / /
| | | /
| |_|/
|/| |
| | |
| | |
| | | |
* 3.1.x:
[ticket/13808] search_body_form_before
Conflicts:
phpBB/styles/subsilver2/template/search_body.html
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/13808] search_body_form_before
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Extensions may be designed to add secondary search options,
such as Google search in the search_body.html.
There are no events in the searchbody, so this should be merged.
PHPBB3-13808
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13852] Consistent tab navigation when login in
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added tabindex attribute to input elements in index_body.html to make
tab navigation consistent with that of login_body.html.
PHPBB3-13852
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13791] Add more post buttons template events to viewtopic_body.html
|
| | | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The purpose is to allow adding custom post buttons outside of original post
buttons conditionals/list in prosilver (for subsilver2 it's not the issue).
PHPBB3-13791
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/styles/subsilver2/template/viewforum_body.html
|
| | |\ \ \ \
| | |_|_|/
| |/| | |
| | | | | |
[ticket/13699] Add event before and after forum title in viewforum
|
| | | |/ /
| | | |
| | | |
| | | | |
PHPBB3-13699
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | |/ /
| |/| |
| | | | |
[ticket/13753] Add template events to forum category row headers
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13753
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
phpBB/styles/subsilver2/template/posting_body.html
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13710] Allow template events near smilies display
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13710
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13701] Adds two new events to posting_pm_layout.html
Conflicts:
phpBB/docs/events.md
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These events wrap the includes of posting_pm_header.html to add some
content before and after it.
PHPBB3-13701
|
| |\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
phpBB/styles/subsilver2/template/posting_poll_body.html
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13739] Add template core event posting_poll_body_options_after
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixing order of if statement and event
PHPBB3-13739
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixing if else construct in prosilver so that the event is placed correctly
PHPBB3-13739
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Template event added for the poll options while posting a topic
so that you may add additional options for polls.
PHPBB3-13739
|
| |\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
phpBB/styles/subsilver2/template/overall_header.html
|
| | |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | | |
[ticket/13602] Adding a new event overall_header_navbar_before
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13602
|
| |\ \ \ \ \ \ \
| |/ / / / / / |
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13726] Fix function that calculates responsive breadcrumbs width
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Do not calculate width of hidden elements.
Set minimum width to make sure breadcrumbs are always shown.
PHPBB3-13726
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| | |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | |
| | | | | | | | |
[ticket/13727] Fix JS that resizes breadcrumbs
|
| | | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13727
|
| |\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* 3.1.x:
[ticket/13736] Missing four colon in Contact us page
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replacing of four ```:``` with four {L_COLON} in Contact us page.
PHPBB3-13736
|