| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-ascraeus
* github-nickvergessen/ticket/10073: (36 commits)
[ticket/10073] Fix button descriptions
[ticket/10073] Do not check disable boxes by default
[ticket/10073] Store values with config_text in the ACP
[ticket/10073] Move config values to config_text
[ticket/10073] Fix request usage
[ticket/10073] Deduplicate template variable names
[ticket/10073] Get service from container
[ticket/10073] Fix more "Contact Us" strings
[ticket/10073] Move template code into the template
[ticket/10073] Make contact page available when board is disabled
[ticket/10073] Change name of the ACP module
[ticket/10073] Deduplicate posting buttons code in ACP
[ticket/10073] Use phpbb_validate_email to verify email address
[ticket/10073] Add tests for new validate_email()
[ticket/10073] Split email validation from email ban and taken checks
[ticket/10073] Deduplicate the if statement
[ticket/10073] Fallback to board_contact when contact page is disabled
[ticket/10073] Remove language string from rebase conflict
[ticket/10073] Add ACP module to add bbcode text for contact admin info
[ticket/10073] Add new configs to the schema
...
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| | |
PHPBB3-10073
|
| | |
| |
| |
| |
| |
| | |
Error pages still contain the email address.
PHPBB3-10073
|
| | |
| |
| |
| |
| |
| | |
The message to be displayed on top of the email form cannot be configured yet.
PHPBB3-10073
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Add subforums template data array to
'core.display_forums_modify_template_vars' event
to allow extensions to modify it if needed.
PHPBB3-12668
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12669] Add core event to the function display_forums()
* rxu/ticket/12669:
[ticket/12669] Add core event to the function display_forums()
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | |
| | |
| | |
| | |
| | | |
comment
PHPBB3-12677
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Andreas Fischer
# Via Andreas Fischer (1) and Dhruv Goel (1)
* develop-olympus:
[ticket/12660] Improve check for when phpinfo() is disabled.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12660
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12672] Make tab intercept; CB for keypress only react without key mods
* brunoais/ticket/12672:
[ticket/12672] Make tab intercept; CB for keypress only react without key mods
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changed the callback of keypress inside the <textarea> for the posting
such that, if key 9 is pressed (tab character) and ctrl, shift, alt and meta
are not pressed the tab is placed. Otherwise, nothing is made and default is
not prevented.
PHPBB3-12672
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12675] Fix code sniffer complaints introduced by recent commits
* marc1706/ticket/12675:
[ticket/12675] Fix code sniffer complaints introduced by recent commits
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12675
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
[ticket/11331] Inform user that double dots will be stripped from avatar paths
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-11331
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-12673
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|