| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | |
| | | |
[ticket/14073] Add several core events to the functions_admin.php
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add core events to the functions move_posts(), delete_posts(),
delete_attachments().
PHPBB3-14073
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14219] Add email to inactive user listing
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14219] Add email to inactive user listing
* RMcGirr83/ticket_14219:
[ticket/14219] Add email to inactive user listing
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
in ACP. May help in spotting spam accounts quickly
PHPBB3-14219
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/13960] Profile field validation breaks ACP
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
[ticket/13960] Profile field validation breaks ACP
* javiexin/ticket/13960:
[ticket/13960] Profile field validation breaks ACP
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make sure new step is calculated only if no error has been identified
during validation. Also, cleanup redundant code in acp_profile.php.
PHPBB3-13960
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14222
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
phpBB/includes/acp/acp_users.php
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13636] Deleting inactive user in acp_users gives unexpected link
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13636
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change "referer" to "redirect" in variable names and GET params as well.
PHPBB3-13636
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Success message did not provide the expected "previous page" link
(acp_inactive was expected, but the link took users to acp_users) if the
acp_users module was accessed by navigating from the inactive user list to
acp_users and then deleting inactive user.
PHPBB3-13636
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13846] Fix softdelete feature workflow in viewtopic
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13846
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/10165] Add a "Send test email" feature
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10165
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14205
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
* 3.1.x:
[ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14186
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/14102] Add core event to the mcp_topic.php
|
| | | |_|_|_|/
| | |/| | | |
| | | | | | |
| | | | | | | |
PHPBB3-14102
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* 3.1.x:
[ticket/14154] Add extension composer name as tooltip
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14154
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13904] Refactor attachments functions into service
* marc1706/ticket/13904: (66 commits)
[ticket/13904] Use filespec's get_filesize instead of calling filesize()
[ticket/13904] Set properties to protected where possible in filespec
[ticket/13904] Fix tests after changes to factory
[ticket/13904] Minor coding style fixes
[ticket/13904] Add language entries for error messages in upload class
[ticket/13904] Modify files for updated fast-image-size library
[ticket/13904] Update composer.lock
[ticket/13904] Improve code coverage
[ticket/13904] Add unit tests for local upload type
[ticket/13904] Minor coding style fixes
[ticket/13904] Improve test coverage of base upload type class
[ticket/13904] Improve test coverage of remote upload type
[ticket/13904] Improve test coverage of form upload type
[ticket/13904] Improve test coverage of filespec class
[ticket/13904] Add back tests for retrieving floats
[ticket/13904] Use ini_get() wrapper in file upload types
[ticket/13904] Modify files for changes in ini wrapper
[ticket/13904] Add bantu/ini-get-wrapper to composer.json
[ticket/13904] Switch around constructor arguments
[ticket/13904] Use \phpbb\php\ini class for ini_get()
...
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13904
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
* 3.1.x:
[ticket/7362] Add alt attribute on topic icons
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/7362] Add alt attribute on topic icons
* Zoddo/ticket/7362:
[ticket/7362] Add alt attribute on topic icons
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-7362
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/9485] Add a "View post" link in the moderation logs
* Zoddo/ticket/9485:
[ticket/9485] Fix tests
[ticket/9485] Add post_id to relevant $phpbb_log->add()
[ticket/9485] Add a "View post" link in the moderation logs
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-9485
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-9485
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14138] Use span tags instead of abbr
* VSEphpbb/ticket/14138:
[ticket/14138] Use span tags instead of abbr
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-14138
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
[ticket/14150] Update fast-image-size to newest version
* marc1706/ticket/14150:
[ticket/14150] Update fast-image-size to newest version
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-14150
|