| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
[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
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
[ticket/11492] Fix error on teampage when there are no users.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Also avoid unneccessary calls to permissions when user_ids is empty
PHPBB3-11492
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11492
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11492
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11492
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11492
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11492
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
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
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[ticket/11334] Allow parameters to be specified in the route
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11334
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Ticket/11477
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Ticket/11405 Users that are subscribed to a forum, should receive notifications for new replies
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-11405
PHPBB3-11474
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Forum ID 0 in permission checks, checks the global moderator permission.
PHPBB3-11405
PHPBB3-11474
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-11405
PHPBB3-11474
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-11405
|