| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Add core event to the function display_forums()
in includes/functions_display.php to allow assigning additional template data
for every forum, f.e. additional forumrow subloops.
PHPBB3-12669
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12655] Run phpbbcli as a shell when --shell or -s is used
* Nicofuma/ticket/12655:
[ticket/12655] Set register_container_commands as public
[ticket/12655] Don't try to restore the definition in the help
[ticket/12655] Fix coding style
[ticket/12655] Make the --shell option available only for phpbbcli.php
[ticket/12655] Fix coding style in \phpbb\console\application
[ticket/12655] Set the arguments of \phpbb\console\application as required
[ticket/12655] Don't require acp/common again in the commands
[ticket/12655] Run the shell when --shell is used
|
| | |
| |
| |
| | |
PHPBB3-12655
|
| | |
| |
| |
| | |
PHPBB3-12655
|
| | |
| |
| |
| | |
PHPBB3-12655
|
| | |
| |
| |
| | |
PHPBB3-12655
|
| | |
| |
| |
| | |
PHPBB3-12655
|
| | |
| |
| |
| | |
PHPBB3-12655
|
| | |
| |
| |
| | |
PHPBB3-12655
|
| | |
| |
| |
| | |
PHPBB3-12655
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12602] Add command to print the cron list
* Stephannos/ticket/12602:
[ticket/12602] Fix language key removal.
[ticket/12602] Rectify language keys.
[ticket/12602] Fix test mistake.
[ticket/12602] Fix language var mistakes.
[ticket/12602] Add types, change description of cron:list.
[ticket/12602] Fix internationalisation of cron_list.php
[ticket/12602] Fix spaces issues.
[ticket/12602] Coding style correction.
[ticket/12602] Fix coding style mistakes.
[ticket/12602] Headers updated.
[ticket/12602] Changes to respect coding style and to factorize code.
[ticket/12602] Cleanup tests
[ticket/12602] Add function get_tasks.
[ticket/12602] Correction of the output message for the cron list
[ticket/12602] Add files to print the cron list and test files.
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | | |
PHPBB3-12602
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
"None" serves no real purpose right now. After this it will be used instead
of "Main" for images in the root of the gallery avatar path.
PHPBB3-12666
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* PayBas/ticket/12541:
[ticket/12541] Activate attachments tab when files are dropped into textarea
Conflicts:
phpBB/styles/prosilver/template/forum_fn.js
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-12541
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* PayBas/ticket/12615:
[ticket/12615] Fixed inproper clearing of .topic-actions
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12615
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* PayBas/ticket/12565:
[ticket/12565] Empty anchors introduce white-space in IE11
|
| | | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-12565
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/12521] Fix MCP merge topics row overflow
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-12521
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12457] Default to first category if none is selected in gallery avatar
* marc1706/ticket/12457:
[ticket/12457] Default to first category if none is selected in gallery avatar
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
If any category exists, the key() function should always return the first
key of the $avatar_list array.
PHPBB3-12457
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12639] Delete entry in admin-log leads to mysql-error
* Nicofuma/ticket/12639:
[ticket/12639] Add a space in the code generated by generate_sql_keyword()
[ticket/12639] Handle $conditions['keywords'] outside of the loop
[ticket/12639] Don't make a copy of $marked when deleting logs in acp_logs
[ticket/12639] Send a correct IN entry when deleting marked logs
[ticket/12639] Use assertSame
[ticket/12639] Remove old commented tests
[ticket/12639] Order the results correctly in the test
[ticket/12639] Fix tests on postgres
[ticket/12639] Update tests to use a dataProvider
[ticket/12639] Add a test case with an empty keywords list
[ticket/12639] Delete entry in admin-log leads to mysql-error
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12639
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12639
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12639
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12639
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12639
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12639
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
* prototech/ticket/12640:
[ticket/12640] Preserve the active tab when previewing in posting page.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12640
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12566
|
| | |_|/ /
|/| | |
| | | |
| | | | |
PHPBB3-12566
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-12641
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12589] Search directly in $directory if it's an absolute sub-path
* Nicofuma/ticket/12589:
[ticket/12589] Add test searching in a non absolute directory
[ticket/12589] Fix tests
[ticket/12589] Search directly in $directory if it's an absolute sub-path
|
| | | |
| | |
| | |
| | | |
PHPBB3-12589
|
| | | |
| | |
| | |
| | | |
PHPBB3-12589
|