| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-15871
|
|
|
|
| |
PHPBB3-15871
|
|
|
|
| |
PHPBB3-15871
|
|\ |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | | |
[ticket/14919] Do not directly use globals in acp_extensions
|
| | |
| | |
| | |
| | |
| | |
| | | |
Declare all used variables (u_action, tpl_name, page_title). Fix typo.
PHPBB3-14919
|
| | |
| | |
| | |
| | |
| | |
| | | |
Declare all used variables (u_action, tpl_name, page_title).
PHPBB3-14919
|
| | |
| | |
| | |
| | | |
PHPBB3-14919
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update the mentioned ticket to 3.2 by using exception_inteface
instead of the actual exception class.
Also, use adm_back_link consistently.
PHPBB3-15011
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/15087] Optimize creation of metadata objects by caching
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Caching is done in ext_manager, and metadata_manager is further simplified
by reducing the number of parameters needed. Also, move template output
function from metadata_manager to acp_extensions, where it belongs.
PHPBB3-15087
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Code for [ticket/14919] Do not directly use globals in acp_extensions
for phpbb 3.2.
PHPBB3-15087
|
|\ \ \ \
| | |/ /
| |/| |
| | | | |
PHPBB3-15142
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15142
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15135
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15135
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/15102] Missing parameter calling version_check
* github.com:phpbb/phpbb:
[ticket/15102] Missing parameter calling version_check
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-15102
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14849] Add core.acp_extensions_run_action
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rename event to core.acp_extensions_run_action_before
PHPBB-14849
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Moved the event to a slightly modified position.
Added an extra variable to the event.
Additional event to be run after the execution of the action in ACP.
Added a new action to allow for extension execution control.
PHPBB-14849
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Additional event to be run after the execution of the action in ACP.
Adding missing var as input to event.
PHPBB-14849
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Additional event to be run after the execution of the action in ACP
PHPBB-14849
|
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Moved the event to a slightly modified position to perform common
checks before calling the event, added an extra variable to allow
execution control, honor the extension modified value of u_action
(if any)
PHPBB-14849
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
There is inconsistency in the way error are treated in metadata_manager.
Some method return false on error, others throw exception. With this,
the usage is homogeneus, and the uses of these are also adapted.
Using same ticket as it is the same issue, solved in a different way.
PHPBB3-15011
|
| |
| |
| |
| |
| |
| |
| | |
Extensions without version check should not display a notice on the
details page in the ACP.
PHPBB3-14901
|
| |
| |
| |
| |
| |
| | |
Also fixed typo in code that was looming there for a while.
PHPBB3-14900
|
| |
| |
| |
| | |
PHPBB3-12610
|
| |
| |
| |
| | |
PHPBB3-12610
|
| |
| |
| |
| | |
PHPBB3-12610
|
| |
| |
| |
| | |
PHPBB3-12610
|
| |
| |
| |
| | |
PHPBB3-12610
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-14849
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | | |
[ticket/12618] Allow extension author to use SSL for version-check.
|
| | |
| | |
| | |
| | | |
PHPBB3-12618
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For version-check a new parameter 'ssl' is introduced.
If set to true, it will use 443 as port for the file_downloader.
In file_downloader, the host parameter of fsockopen is appended
with 'ssl://' in case the port is 443 in order to use SSL.
PHPBB3-12618
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/acp/acp_bbcodes.php
|
| |\ \
| | |/
| |/|
| | | |
[ticket/security-188] Check form key in acp_bbcodes
|
| | |
| | |
| | |
| | | |
SECURITY-188
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is the first part of the changes. More to come.
PHPBB3-13454
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14154] Add extension composer name as tooltip
|
| | |
| | |
| | |
| | | |
PHPBB3-14154
|
| |/
| |
| |
| | |
PHPBB3-13930
|
| |
| |
| |
| | |
PHPBB3-13762
|