| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This comment is no longer relevant because function was rewritten
PHPBB3-11795
|
|
|
|
|
|
| |
Move JavaScript from user search results to forum_fn.js
PHPBB3-11795
|
|
|
|
|
|
|
| |
Move MSN scripts to forum_fn.js
Rewrite MSN scripts to remove duplicate code
PHPBB3-11795
|
|
|
|
| |
PHPBB3-11795
|
|
|
|
|
|
|
| |
Move PM popup JavaScript from overall_header to forum_fn.js
Use TWIG to escape PM popup URL
PHPBB3-11795
|
|
|
|
|
|
|
| |
Move pagination variables to data attributes
Replace A_BASE_URL with BASE_URL and use TWIG to escape it
PHPBB3-11795
|
|
|
|
|
|
|
| |
Get rid of onload_functions and onunload_functions
Scripts should use $(document).ready() instead
PHPBB-11795
|
|
|
|
|
|
|
|
|
|
| |
Use data-reset-on-edit attribute to reset other inputs
when editing input with data.
Do not unbind event (old code unbound it after one use for
no reason)
PHPBB3-11795
|
|
|
|
|
|
|
| |
Use data-focus attribute for forms to focus elements
when document is loaded instead of adding JavaScript
PHPBB3-11795
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* ticket/11811:
[ticket/11811] Remove outline on :focus
Conflicts:
phpBB/adm/style/admin.css
phpBB/styles/prosilver/theme/forms.css
|
| |
| |
| |
| | |
PHPBB3-11811
|
| |
| |
| |
| | |
PHPBB3-11836
|
| |
| |
| |
| | |
PHPBB3-11836
|
|\ \
| | |
| | | |
[ticket/11809] Ensure code.js is first script included after jQuery
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The file core.js sets up most of the AJAX and jQuery related framework for
phpBB. Due to this, it needs to be included before any other javascript file
in order to ensure that subsequent files can use the phpBB variables and
functions. Currently, it is however loaded with INCLUDEJS in overall_footer
which causes it to be loaded after every other javascript file except for the
style specific ajax.js. This causes every javascript file that is included
before core.js and is using the phpBB AJAX functions or variables to break.
PHPBB3-11809
|
|\ \ \
| | | |
| | | | |
Fix invalid template loop & prevent Twig from throwing errors in invalid uses of BEGINELSE
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11833
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
* remotes/upstream/develop-olympus:
[ticket/11829] Use report_closed to determine status in MCP report_details
Conflicts:
phpBB/styles/prosilver/template/mcp_post.html
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Instead of using post_reported of the post or message_reported of the pm, use
report_closed of the report itself to reliably determine whether this
particular report is closed or not in the report_details view of the MCP.
This fixes a bug where the report_details view would not show that the report
shown was closed and display a "Close report" button that had no effect.
PHPBB3-11829
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | | |
[ticket/11747] UCP Prefs Core and Template Events
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11747
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11747
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11747
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11747
|
| |\ \ \ \
| | | | | |
| | | | | | |
forum_fn.js cleanup
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB-11562
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove submit_default_button() and related functions
from forum_fn.js
PHPBB3-11562
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11562
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
Fix layout of notices in posts
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Apply line-height only to bolded elements inside post notices
that are direct child elements of forms.
PHPBB3-11782
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11782
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11782
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11782
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11673
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
feature/oauth
Conflicts:
phpBB/composer.json
phpBB/composer.lock
phpBB/develop/create_schema_files.php
phpBB/includes/ucp/ucp_register.php
PHPBB3-11673
|
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
* remotes/brunoais/ticket/11803:
[ticket/11803] Revert POLL_MAX_OPTIONS min value to 0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When it was made the min number of options allowed to a user was 1 but 0 can also be used as it means unlimited.
PHPBB3-11803
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11804
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | /
| | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/11801] removed some whitespace and added missing semi colon's in css
Conflicts:
phpBB/styles/prosilver/theme/colours.css
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11801
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/11789] Remove inline color in memberlist_view
Conflicts:
phpBB/styles/subsilver2/template/memberlist_view.html
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11789
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/11789] Remove colors from HTML code
Conflicts:
phpBB/styles/subsilver2/template/ucp_pm_history.html
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11789
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* cyberalien/ticket/11796:
[ticket/11796] Replace pagination with pagination.html
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11796
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* cyberalien/ticket/11779:
[ticket/11779] Fix unapproved messages class name
|
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | | |
PHPBB3-11779
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* cyberalien/ticket/11800:
[ticket/11800] Fix scripts variable in subsilver simple_footer
[ticket/11800] Fix JavaScript in simple_footer.html
[ticket/11800] Remove forum_fn from memberlist_search.html
|