| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-10325
|
|
|
|
| |
PHPBB3-10325
|
|
|
|
| |
PHPBB3-10325
|
|
|
|
| |
PHPBB3-10325
|
|
|
|
| |
PHPBB3-10325
|
|\
| |
| | |
Ticket/11335
|
| |
| |
| |
| | |
PHPBB3-11335
|
| |
| |
| |
| | |
PHPBB3-11335
|
| |
| |
| |
| | |
PHPBB3-11335
|
| |
| |
| |
| | |
PHPBB3-11335
|
| |
| |
| |
| | |
PHPBB3-11335
|
| |
| |
| |
| | |
PHPBB3-11335
|
| |
| |
| |
| | |
PHPBB3-11335
|
| |
| |
| |
| | |
PHPBB3-11335
|
|\ \
| |/
|/| |
Ticket/11454 - Jabber notifications are not working at all
|
| |
| |
| |
| | |
PHPBB3-11454
|
| |
| |
| |
| |
| |
| |
| |
| | |
This should fix some other bugs that may not have yet been recognized--some
areas only set to(), but sent according to user_notify_type, which is not
necessarily email.
PHPBB3-11454
|
| |
| |
| |
| |
| |
| |
| |
| | |
Automatically fills to/im from a user row
Send messenger the Jabber address if using Jabber notifications
PHPBB3-11454
|
| |
| |
| |
| |
| |
| | |
Copied from msg_jabber()
PBPBB3-11454
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10966
|
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
* 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
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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/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
|