| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13938
|
|
|
|
| |
PHPBB3-13938
|
|
|
|
|
|
| |
Apply ticket 13876 to simple_header.html
PHPBB3-13938
|
|
|
|
|
|
|
| |
Remaining fixes for ticket 13873: remove link to print.css and
remove type and media from other links.
PHPBB3-13938
|
| |
|
|\
| |
| |
| | |
[ticket/13200] Disable autocomplete for sensitive input fields
|
| |
| |
| |
| | |
PHPBB3-13200
|
|\ \
| |/
|/|
| | |
[ticket/13786] Add events to add MCP post options
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Remove extra template variable around the new event.
PHPBB3-13786
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
PHPBB3-13786
|
|\ \
| | |
| | |
| | |
| | | |
* callumacrae/ticket/13905:
[ticket/13905] Don't load loading.gif until needed.
|
| | |
| | |
| | |
| | | |
PHPBB3-13905
|
| | |
| | |
| | |
| | | |
PHPBB3-13898
|
|/ /
| |
| |
| | |
PHPBB3-13898
|
| |
| |
| |
| | |
PHPBB3-13887
|
| |
| |
| |
| | |
PHPBB3-13887
|
|\ \
| | |
| | |
| | | |
[ticket/13876] Use webfontloader asyncronously.
|
| | |
| | |
| | |
| | | |
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-13878
|
|\ \
| | |
| | |
| | | |
[ticket/13873] Removed broken print stylesheet.
|
| | |
| | |
| | |
| | | |
PHPBB3-13873
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* marc1706/ticket/12542:
[ticket/12542] Use more specific CSS for drag-n-drop
[ticket/12542] Do not use browser specific css for outline
[ticket/12542] Properly check if textarea is undefined or null
[ticket/12542] Use extended CSS for all browsers
[ticket/12542] Rename javascript method and add doc block
[ticket/12542] Add different outline colors for body & textarea
[ticket/12542] Add initial drag-n-drop animation
|
| | |
| | |
| | |
| | |
| | |
| | | |
Otherwise the CSS gets overwritten by other CSS rules.
PHPBB3-12542
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also, the CSS selector for the drag'n'drop was simplified to only use the
class.
PHPBB3-12542
|
| | |
| | |
| | |
| | | |
PHPBB3-12542
|
| | |
| | |
| | |
| | | |
PHPBB3-12542
|
| | |
| | |
| | |
| | | |
PHPBB3-12542
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* 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
|
|\ \ \
| | | |
| | | |
| | | | |
[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
|
|\ \ \ \
| |_|_|/
|/| | |
| | | | |
[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
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
[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
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[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
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Ticket/13741 Remove outdated comments and references in css files
|