| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-10966
|
|
|
|
|
|
|
|
|
| |
In ticket/11451 this was not correctly changed to reflect the new class
phpbb_notifcation_method_messenger_base. Additionally, an undefined
variable error has been fixed in messenger_base.php (change should be
confirmed by bantu though).
PHPBB3-11488
|
|\
| |
| |
| |
| | |
* hjpotter92/ticket/11225:
[ticket/11225] Deletion of unused mcp_jumpbox.html file
|
| |
| |
| |
| |
| |
| | |
The file/template is no longer used(as mentioned in it).
PHPBB3-11225
|
|\ \
| | |
| | | |
[ticket/11314] Improve readability and code cleanup in new JavaScript files
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
phpBB/styles/prosilver/template/timezone.js
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11314
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This time without changing the behavior.
PHPBB3-11314
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Additionally, the editor.js files are now the same file in both
subsilver2, prosilver, and the acp.
PHPBB3-11314
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11314
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11314
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11314
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use a return variable and modify it to our needs.
PHPBB3-11314
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Omitting the semi-colon is not legal behavior for JavaScript.
PHPBB3-11314
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
function errorHandler() was used in returnHandler() before it was defined.
The unused variable alert has been removed from errorHandler(). Overuse of
the var keyword for the variable sign has been removed and the if
statement has been simplified. The definition of the variable i has been
moved outside of the for loop definition. The var keyword shouldn't be
used inside the definition of the for loop.
PHPBB3-11314
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/11358] Removed all trailing white spaces.
[ticket/11358] Fixed the code according to coding guidlines.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* ticket/11358:
[ticket/11358] Removed all trailing white spaces.
[ticket/11358] Fixed the code according to coding guidlines.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Removed all trailing white spaces with new lines.
PHPBB3-11358
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Added proper indentation and new line after break in switch
statement.
PHPBB3-11358
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* rechosen/ticket/11116:
[ticket/11116] Made ACP "extension not available" error message E_USER_WARNING
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The error message generated when an administrator tries to enable an
incompatible extension used to be displayed in the green of the default
E_USER_NOTICE. Changed it to E_USER_WARNING to make it appear in red, as
requested in the ticket.
PHPBB3-11116
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also avoid unneccessary calls to permissions when user_ids is empty
PHPBB3-11492
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/11463] Add title attribute to topics in search results
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We use this title attribute in viewforum_body.html, but not in
search_results.html. Perhaps we should, as this will maintain
consitency between all these topic view pages.
PHPBB3-11463
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ticket/11334] Properly generate controller URL with helper url() method
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Expanded the functionality of helper->url() to support all parameters of
append_sid() itself.
PHPBB3-11334
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Ticket/11477
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Ticket/11405 Users that are subscribed to a forum, should receive notifications for new replies
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Forum ID 0 in permission checks, checks the global moderator permission.
PHPBB3-11405
PHPBB3-11474
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-11405
PHPBB3-11474
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-11405
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-11405
|
| | |_|/ / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Like in 3.0 we should also send notifications about new posts to users
that subscribed to the forum. (Subscriptions are verbose)
PHPBB3-11405
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
[ticket/11461] - Template Event added to bottom of view topic pages
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-11461
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-11461
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-11461
|
| | |_|/ / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-11461
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
[ticket/11106] Undefined index EDITED_TIME_TOTAL notice.
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Added two missing line breaks into 'edited by' message.
PHPBB3-11106
|