| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-11735
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* ticket/11811:
[ticket/11811] Remove outline on :focus
Conflicts:
phpBB/adm/style/admin.css
phpBB/styles/prosilver/theme/forms.css
|
| |
| |
| |
| | |
PHPBB3-11811
|
| |
| |
| |
| | |
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
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |
| | |
| | |
| | | |
PHPBB3-11801
|
|\ \ \ |
|
| |\ \ \
| | |_|/
| |/| | |
[ticket/11747] UCP Prefs Core and Template Events
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11747
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11747
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11747
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11747
|
| | | |
| | | |
| | | |
| | | | |
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
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11800
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Per request of nickvergessen, break up the long post buttons line in
viewtopic_body.html of subsilver2 into nicely indented parent and child
elements. Keep the whitespace in such a way that browsers display the buttons
pixel-perfectly equal to the old code.
In the process, move the viewtopic_body_post_buttons_before event to a more
logical (though possibly less intuitive) place (only in subsilver2).
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds the prepend counterpart of a template event required for the karma
extension. It allows adding information before every username in the
memberlist.
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379:
Per suggestion of nickvergessen, add a counterpart for every append or prepend
event.
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds a template event required for the karma extension. It allows adding
information after every username in the memberlist.
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379:
Used by the karma extension to add a karma score indication that allows other
users to see how respected every listed user is.
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds the append counterpart of a template event required for the karma
extension. It allows adding data after the custom fields under the username
and avatar next to every post.
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379:
Per suggestion of nickvergessen, add a counterpart for every append or prepend
event.
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds a template event required for the karma extension. It allows adding data
before the custom fields, under the username and avatar next to every post.
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379:
Used by the karma extension to add a karma score indication that allows users
to see how respected the post author is.
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds the prepend counterpart of a template event required for the karma
extension. It allows adding post buttons to posts (next to the quote and edit
buttons).
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379:
Per suggestion of nickvergessen, add a counterpart for every append or prepend
event.
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds a template event required for the karma extension. It allows adding
post buttons to posts (next to the quote and edit buttons).
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379:
Used by the karma extension to add thumbs up/down icons that allow users to
give karma on posts.
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds the append counterpart of a template event required for the karma
extension. It allows adding entries to the user statistics part of any user
profile.
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379:
Per suggestion of nickvergessen, add a counterpart for every append or prepend
event.
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds a template event required for the karma extension. It allows adding
entries to the user statistics part of any user profile.
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379:
Used by the karma extension to add a karma score indication that allows other
users to see how respected this user is. Prepend because karma score is often
a more meaningful statistic than the bottom statistics (like "Most active
topic"), and should therefore be more prominent.
PHPBB3-9550
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10037] Fix table in subsilver2
[ticket/10037] Apply attached patch with a few changes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Thanks, nickvergessen! ;-)
PHPBB3-10037
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10037
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Elsensee/ticket/8228:
[ticket/8228] Fix still existing problems with code in firefox
[ticket/8228] Fix whitespaces before code in Firefox
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Based on the "[code] enhancements" modification by TerraFrost
PHPBB3-8228
|
| | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-11749
|
| |/ /
| | |
| | |
| | | |
PHPBB3-11741
|
| | |
| | |
| | |
| | | |
PHPBB3-11673
|
| | |
| | |
| | |
| | | |
PHPBB3-11673
|
|/ /
| |
| |
| | |
PHPBB3-11673
|
| |
| |
| |
| | |
PHPBB3-9649
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* phpbb/develop: (216 commits)
[ticket/11626] Remove last reference to template in ldap
[ticket/11626] Remove LDAP dependency on template
[develop-olympus] Increment version number to 3.0.13-dev.
[develop-olympus] Add changelog for 3.0.12 release.
[develop-olympus] Bump version numbers for 3.0.12-RC1 release.
[develop-olympus] Bumping version numbers to final for 3.0.12 releases.
[ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./)
[ticket/11668] Run lint test at the end of the test suite
[ticket/11548] Fix test errors in groups test on develop
[ticket/11548] Check upload avatar URL the same way as in phpBB 3.0
[ticket/11548] Fix incorrect usage of array_map on acp groups page
[ticket/11665] Fix test class name
[ticket/11664] Stop creating php.html file in root path in tests
[ticket/11665] Can't change file names already sent to set_filenames
[ticket/11662] Typos: occured -> occurred
[ticket/11662] Typos: occured -> occurred
[ticket/11660] Fix bugs from bugs in #11651 (missing vars, db->sql_connect)
[feature/auth-refactor] Add parent::setUp() in setUp()
[feature/auth-refactor] Changes
[feature/auth-refactor] DataProvider for acp_board test
...
|
| | |
| | |
| | |
| | | |
PHPBB3-11388
|
| | |
| | |
| | |
| | |
| | |
| | | |
Moved below overall_footer_after so events can add JS files in that event.
PHPBB3-11598
|