| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
[ticket/11129] Added headers to empty subscription state
|
| |
| |
| |
| |
| |
| | |
Added a newline to better seperate the two headers.
PHPBB3-11129
|
| |
| |
| |
| |
| |
| |
| |
| | |
"You are not subscribed to any forums".
While correct, could lead to confusion. What's missing is a header right above the message that says "Watched Topics" to match the "Watched Forums" header above. This will assert the idea that there are two separate watchable sections.
As is, it looks like that message is talking about the "Watched Forums" section, since it's listed under that header.
PHPBB3-11129
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* github-asperous/ticket/9975:
[ticket/9975] Moved a few E_USER_ERROR errors to /language
Conflicts:
phpBB/includes/user.php
|
| |/
| |
| |
| |
| |
| | |
There were a few error messages that a user could experience that would, previously, be without any the ability to be localized. There are some more E_USER_ERRORs that I did not change to a constant, for example the error message that is displayed if there aren't any folders in /language.
PHPBB3-9975
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9975] Translate missing style error message
Conflicts:
phpBB/includes/session.php
|
| |\ \
| | | |
| | | | |
[ticket/9975] Translate missing style error message
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
The error message about missing style data was not
translated
PHPBB3-9975
|
|\ \ \
| | | |
| | | | |
[ticket/11485] add columns to update_schema before adding data
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11485
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
updating the data
PHPBB3-10485
|
|\ \ \ \
| | | | |
| | | | | |
Ticket/10844 Extensions are not located when front-end file has a diffferent phpbb_root_path
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10844
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10844
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10844
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10844
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The phpbb_root_path needs to be removed from the style path, before giving
the path to the finder, because the finder prepends it later again and is
therefor unable to find style files when the root path is not ./
PHPBB3-10844
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Correctly sanitise the directory path in finder
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11362
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The function first depends on the container, but also works without it and
without autoload. The reason for this is, it might be used before that
stuff is set up, like it has been in our common.php
PHPBB3-11362
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11362
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11362
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Need to instantiate the object manually here, as the container is not yet
set up.
PHPBB3-11362
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11362
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11362
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11362
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We need to correctly remove ../ form the path if possible by removing the
previous folder aswell. Otherwise the finder is unable to locate /adm/style
directories in extensions as he is looking for /adm/../adm/style instead.
PHPBB3-11362
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/10966-2:
[ticket/10966] Introduce MSSQL base class for native and ODBC
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10966
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/11501:
[ticket/11501] Remove test_ prefix from data provider methods
[ticket/11501] Assert the variables instead of fail() with the condition
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11501
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11501
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/10966:
[ticket/10966] Introduce MySQL base class
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10966
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* 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
|