| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This method of path_helper will now be used instead of the previous hack
of the phpbb_own_realpath() function.
PHPBB3-11997
|
| |
|
|
| |
PHPBB3-11997
|
| |
|
|
|
|
| |
This flag is no longer needed as the failover is no longer needed.
PHPBB3-11997
|
| |
|
|
| |
PHPBB3-11997
|
| |
|
|
|
|
|
|
|
| |
The redirect url currently uses the web root path. However as we prepend the
full board url later, we need to remove the relative web root path and prepend
the normal root path again. Otherwise redirects from inside routes will not
work as intended.
PHPBB3-11997
|
| |
|
|
| |
PHPBB3-11997
|
| |
|
|
|
|
|
| |
This variable name better fits what is done with it. A comment explaining
why 2 has to be subtracted from the size of root_dirs has also been added
PHPBB3-11997
|
| |
|
|
| |
PHPBB3-11997
|
| |
|
|
|
|
|
|
|
|
|
| |
We currently do a lot of checks in order to prevent users from getting to
a 404 page. However, this logic relies on checking if a file or folder exists.
Due to the front controllers and the URL rewriting in 3.1, it is no longer
possible to rely on existing files for redirecting. This patch will take
care of properly redirecting users to front controller files. An incorrect
link will cause users to get a 404 error though.
PHPBB3-11997
|
| |
|
|
| |
PHPBB3-11994
|
| |
|
|
| |
PHPBB3-11994
|
| |
|
|
| |
PHPBB3-11994
|
| |
|
|
| |
PHPBB3-11994
|
| |
|
|
|
|
|
| |
Enable and Install were split into two different expressions.
Purge was renamed to uninstall to make clearer what is going to happen.
PHPBB3-11994
|
| |\
| |
| |
| |
| |
| |
| | |
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11973:
[ticket/11973] Remove logic from tokens language array
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously if a translator did no translate a token, it would not be
displayed. On the other hand, the translator could add additional tokens
which have no functionality. Functionality is already hardcoded into
bbcode.php so we can that in the ACP aswell, in order to prevent namend
issues.
PHPBB3-11973
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The class result_mssqlnative was removed in ticket 11980. This removes
the dependency on that class from the database backup utility. It is
possible to use the sqlsrv functions to retrieve the field information,
but they must be then mapped back to type names. That mapping was removed
in 11980 and it is easier to just look it up in the information schema
table.
PHPBB3-11990
|
| |\ \
| | |
| | | |
[ticket/11280] Prevent duplicate entry in forums_track table.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Enforcing a time limit prevents all rows from being selected, thus a new row
is inserted resulting in a duplicate entry.
PHPBB3-11280
|
| |\ \ \
| | | |
| | | | |
[ticket/11746] Add "admin activation required" notification.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11746
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-11746
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* brunoais/ticket/11663:
[ticket/11663] Add the doc block about the parameters.
[ticket/11663] Add the doc block about the return value.
[ticket/11663] Make generate_text_for_storage return the errors.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11663
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
generate_text_for_storage does not return anything, all returned values are outputted using the parameters so this uses the returned value with the same idea as many C language functions where the returned value is if all went well or not and if it didn't what went wrong.
PHPBB3-11663
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
generate_text_for_storage does not return anything, all returned values are outputted using the parameters so this uses the returned value with the same idea as many C language functions where the returned value is if all went well or not and if it didn't what went wrong.
PHPBB3-11663
|
| |\ \ \ \
| | | | |
| | | | | |
Ticket/11031 Bring phpBB2 converter up to speed with 3.1 changes
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11031
|
| | | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-11031
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The argument $subscriptions was not documented in the docblock of the method
output_notification_types() until now.
PHPBB3-11983
|
| |\ \ \ \
| | | | |
| | | | | |
More PHP Code Sniffer rules
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11980
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11980
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11987
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11987
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11987
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11974:
[ticket/11974] Fix timezone names with underscores
[ticket/11974] Translate all timezones
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-11974
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* marc1706/ticket/11981:
[ticket/11981] Fix code sniffer complaints
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-11981
|
| |\ \ \ \
| |/ / /
|/| | | |
[Ticket/11924] Add a script to export the events in wiki format
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11924
|
| |\ \ \ \
| | | | |
| | | | | |
Ticket/11948 Extensions should be allowed to have more then 1 routing file
|
| | | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-11948
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-11923
|
| |\ \ \
| |/ /
|/| | |
Ticket/11921 - Streamline PMs and Notifications in Header Link List
|
| | | |
| | |
| | |
| | | |
PHPBB3-11921
|
| | | |
| | |
| | |
| | | |
PHPBB3-11921
|
| | | |
| | |
| | |
| | | |
PHPBB3-11921
|
| | | |
| | |
| | |
| | | |
PHPBB3-11921
|