1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-12 12:46:38 +02:00
Commit Graph

12576 Commits

Author SHA1 Message Date
d426f9e320 [ticket/15699] Use language
PHPBB3-15699
2024-06-06 23:47:34 +02:00
64e8bea62a [ticket/15699] Lazy-load adapters
PHPBB3-15699
2024-06-06 23:47:34 +02:00
2c9f9fa75e [ticket/15699] Add information to logs
PHPBB3-15699
2024-06-06 23:47:34 +02:00
3a25c0222b [ticket/15699] Add option to udpate configuration only
PHPBB3-15699
2024-06-06 23:47:34 +02:00
6de2d44c87 [ticket/15699] Make adapter to know the storage name
PHPBB3-15699
2024-06-06 23:47:34 +02:00
9f641963d6 [ticket/15699] Fix docblocks
PHPBB3-15699
2024-06-06 23:47:34 +02:00
0c71ff5eab [ticket/15699] Log update
PHPBB3-15699
2024-06-06 23:47:34 +02:00
9c51b3099a [ticket/15699] Fix messages
PHPBB3-15699
2024-06-06 23:47:34 +02:00
8cb5ea8e20 [ticket/15699] Check if is resource before close
PHPBB3-15699
2024-06-06 23:47:34 +02:00
6a54b01f6d [ticket/15699] Remove comment
PHPBB3-15699
2024-06-06 23:47:34 +02:00
683c99086c [ticket/15699] Move file between storages with progress bar
PHPBB3-15699
2024-06-06 23:47:34 +02:00
8f7e5fec0b [ticket/15699] Update acp_storage
PHPBB3-15699
2024-06-06 23:47:34 +02:00
5e8bc99697 [ticket/15699] Move line
PHPBB3-15699
2024-06-06 23:47:34 +02:00
fd2e4592c3 [ticket/15699] Move files between filesystems
PHPBB3-15699
2024-06-06 23:47:34 +02:00
d64eaad487 Merge pull request #6504 from marc1706/ticket/17153
[ticket/17153] Use avatar classes and twig to render avatars
2024-06-06 16:23:41 +02:00
272daae337 Merge pull request #6533 from rxu/ticket/17151-2
[ticket/17151] Make settings forms use macros
2024-06-04 20:23:17 +02:00
rxu
03e2222dd7 [ticket/17151] Add core.build_config_template event @changed information
The event location's function has been renamed
from build_config_template() to phpbb_build_cfg_template().

PHPBB3-17151
2024-06-04 00:28:22 +07:00
b22726294d Merge branch '3.3.x' 2024-05-31 21:41:59 +02:00
2976314205 Merge branch 'prep-release-3.3.12' into 3.3.x 2024-05-31 21:41:03 +02:00
4db4a5571b [ticket/17153] Remove phpbb_get_avatar()
PHPBB3-17153
2024-05-31 11:25:22 +02:00
f54bafec29 [ticket/17153] Remove get_user_avatar
PHPBB3-17153
2024-05-31 11:25:22 +02:00
808b2f3a41 [ticket/17153] Remove phpbb_get_user_avatar
PHPBB3-17153
2024-05-31 11:25:22 +02:00
cf44868393 [ticket/17153] Remove phpbb_get_group_avatar()
PHPBB3-17153
2024-05-31 11:25:22 +02:00
463dbd59ec Merge branch '3.3.x' 2024-05-31 09:52:17 +02:00
8899fcfdc2 Merge pull request #6626 from LukeWCS/ticket/17325
[ticket/17325] Show message for "Re-Check version" if phpBB is still up to date
2024-05-31 09:50:54 +02:00
2aba9b0e3f [prep-release-3.3.12] Remove columns from user_add
These have default values and do not require setting in user_add().
2024-05-30 20:39:52 +02:00
607fe555af [prep-release-3.3.12] Update version numbers to 3.3.12 2024-05-30 11:00:22 +02:00
1c1c981b17 [ticket/security/276] Centralise call for token expiration
SECURITY-276
2024-05-29 22:04:15 +02:00
7c661746cf [ticket/security/276] Add test for expiration timer
SECURITY-276
2024-05-29 22:04:15 +02:00
24dd47adcf [ticket/security/276] Add missing information message
SECURITY-276
2024-05-29 22:04:15 +02:00
f853f6523f [ticket/security/276] Prevent sending activation emails multiple times per day
SECURITY-276
2024-05-29 22:04:15 +02:00
4b206ee28b Merge branch '3.3.x' 2024-05-28 21:08:17 +02:00
ae18669fcd [ticket/17325] Show message for "Re-Check version" if phpBB is still up to date
Show explicit message for "Re-Check version" if installed version is still up
to date

PHPBB3-17325
2024-05-28 20:55:49 +02:00
6f345e43cb [ticket/16553] Change double quotes to single quotes
PHPBB3-16553
2024-05-27 07:55:08 +00:00
558b8ae7ed [ticket/16553] Fix approve reported posts bug
Fixes the module not accessible error when trying to approve a reported post.

PHPBB3-16553
2024-05-27 05:18:08 +00:00
rxu
a1f236d85e [ticket/17151] Fix board disable access setting
PHPBB3-17151
2024-05-25 12:50:04 +07:00
rxu
3597c15100 [ticket/17151] Adjust code styling
PHPBB3-17151
2024-05-25 11:57:39 +07:00
rxu
b6572652df [ticket/17151] Revert radio yes_no/enabled_disabled, fix select "selected"
PHPBB3-17151
2024-05-25 11:57:38 +07:00
rxu
6349d3c126 [ticket/17151] Reimplement radio buttons yes_no / enabled_disabled shorthands
PHPBB3-17151
2024-05-25 11:57:38 +07:00
rxu
9401a59cfc [ticket/17151] Refactor radio buttons output logic
PHPBB3-17151
2024-05-25 11:57:37 +07:00
rxu
130366edfa [ticket/17151] Fix PHP warning on board settings page, add ACP pages test
PHPBB3-17151
2024-05-25 11:57:36 +07:00
rxu
1cbe1d86da [ticket/17151] Improve radio input type handling
- allow more than 2 buttons count
- allow custom buttons order
- allow custom button labels

Implemented by allowing JSON data format, backward compatibility preserved.

PHPBB3-17151
2024-05-25 11:57:36 +07:00
rxu
7f365855ce [ticket/17151] Deduplicate code for building configuration options data
PHPBB3-17151
2024-05-25 11:57:35 +07:00
rxu
7b04e411b6 [ticket/17151] Fix tests
PHPBB3-17151
2024-05-25 11:57:35 +07:00
rxu
52517a5efd [ticket/17151] Fix registration test error
PHPBB3-17151
2024-05-25 11:57:35 +07:00
rxu
72770937f2 [ticket/17151] Make settings forms use macros
PHPBB3-17151
2024-05-25 11:57:30 +07:00
05fafdc445 [ticket/17323] Fix division by 0 when there is 0 posts
PHPBB3-17323
2024-05-25 04:40:44 +02:00
c6fd14352e Merge branch '3.3.x' 2024-05-23 21:34:29 +02:00
477f5d9e1d Merge pull request #6617 from battye/ticket/17109
[ticket/17109] Don't show the attach signature option if the user doesn't have permission
2024-05-23 21:34:26 +02:00
f22784f0a4 Merge branch '3.3.x' 2024-05-22 21:55:14 +02:00