| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-11495
|
|
|
|
| |
PHPBB3-11495
|
|
|
|
| |
PHPBB3-11495
|
|
|
|
| |
PHPBB3-11495
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* nickvergessen/ticket/11491:
[ticket/11491] Copy files back only if we saved them previously
[ticket/11491] Only copy files from phpBB/ext/ the directory exists
[ticket/11491] Correctly remove the store/temp_ext/ directory after use
[ticket/11491] Fix path to the ext/ folder
[ticket/11491] Add extension_acp_test.php to functional group
[ticket/11491] Fix class name of functional test
[ticket/11491] Move file to correct directory
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
| |
| |
| |
| | |
PHPBB3-11491
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/11493] add checks for Notice and Warning
[ticket/11493] add check for phpBB Debug in functional tests
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* dhruvgoel92/ticket/11493:
[ticket/11493] add checks for Notice and Warning
[ticket/11493] add check for phpBB Debug in functional tests
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11493
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11493
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* marc1706/ticket/11488:
[ticket/11488] Use correct base class in email notification method
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* nickvergessen/ticket/11494:
[ticket/11494] Filter crawler in first place
[ticket/11494] Use functions instead of repeating
[ticket/11494] Fix memberlist leaders functional tests
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11494
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11494
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
The scope of the crawler should be reduced to the specific table
PHPBB3-11494
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
[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
|