| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This method regenerates the left/right ids for the nested set based on the
parent/child relations. This function executes three queries per item, so
it should only be called, when the set has one of the following problems:
- The set has a duplicated value inside the left/right id chain
- The set has a missing value inside the left/right id chain
- The set has items that do not have a left/right is set
When regenerating the items, the items are sorted by parent id and their
current left id, so the current child/parent relationships are kept and
running the function on a working set will not change any orders.
PHPBB3-11495
|
| |
|
|
|
|
|
|
| |
An item is only moved up/down within the same parent. If the delta is larger
then the number of children, the item is moved to the top/bottom of the list
of children within this parent.
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
|
|
|
| |
The data is grabbed again in most cases anyway, so it just makes the system
easier to use.
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
|
|
| |
The data is acquired again anyway
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
| |
PHPBB3-11495
|
| |
|
|
|
|
|
|
|
| |
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
|