| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
Ticket/13841
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Event added for the function move_topics() in
includes/functions_admin.php, so that you can insert any extension's table(s)
to be updated when topics are moved between forums
Added parameters topic_ids, forum_id, forum_ids and auto_sync
PHPBB3-13841
|
| | |\
| | |
| | | |
Develop ascraeus
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13795] Modify core event in posting to include poll data
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
Also include the poll variable in the parameter list for event
core.posting_modify_submission_errors, as it was missing, and any
modification here on post_data for poll related data is silently
ignored. Added correct @change tags to both events.
PHPBB3-13795
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
Also include the poll variable in the parameter list for event
core.posting_modify_submission_errors, as it was missing, and any
modification here on post_data for poll related data is silently
ignored.
PHPBB3-13795
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
PHPBB3-13795
|
| |\ \ \
| | | |
| | | |
| | | | |
[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
Fix another typo.
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
Fix typo.
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
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13564] Unlink user accounts upon deleting user
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13564
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13564
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13564
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13564
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* callumacrae/ticket/13905:
[ticket/13905] Don't load loading.gif until needed.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13905
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
[ticket/13898] js coding standards
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13898
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13898
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13898
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13898
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-13898
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13874] Add master to sami API docs
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13874
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
JS Refactoring
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13887
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13887
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13887
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13887
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13771] Allow AJAX errors to support exceptions messages
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13771
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13771
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ticket/13790] Update phpcs
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13790
|
| |\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* 3.0.x:
[ticket/13875] Ignore cache, ext, and store folder in lint test
Conflicts:
tests/lint_test.php
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/13875] Ignore cache, ext, and store folder in lint test
* marc1706/ticket/13875:
[ticket/13875] Ignore cache, ext, and store folder in lint test
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13875
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[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
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
[ticket/13858] Make Plupload uploader available in the global namespace.
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-13858
|
| |\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* marc1706/ticket/13878:
[ticket/13878] Display background images when printing topic in webkit
|
| |/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-13878
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
[ticket/13873] Removed broken print stylesheet.
|
| | |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-13873
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
[ticket/13872] Allow template events to have a changed version
|