Máté Bartus
d2c402f038
[ticket/15851] Automatic update downloader
...
PHPBB3-15851
2025-02-13 19:47:12 +01:00
rxu
df5b7fd66e
[ticket/17135] Refactor messenger code to services [ci skip]
...
PHPBB3-17135
2025-01-05 15:57:41 +07:00
Matt Friedman
b6b0973e9e
[ticket/17457] Remove dir from manifest, it’s not implemented
...
PHPBB-17457
2024-12-20 20:18:36 -08:00
Matt Friedman
d651cccc76
[ticket/17363] Add web app manifest
...
PHPBB-17363
Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-02 21:19:58 -07:00
Marc Alexander
35259056f0
[ticket/17010] Switch to using form_helper for form tokens
...
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
a531d6071b
[ticket/16944] Start changing bundler to be used outside of develop scripts
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Oliver Schramm
728b200cd9
[ticket/9687] Add service definitions
...
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Marc Alexander
66b54d4469
[ticket/17176] Use Symfony name for event dispatcher
...
The previously used override of the names is no longer supported.
PHPBB3-17176
2023-09-18 19:28:18 +02:00
rubencm
d55f1e04eb
[ticket/12683] phpdoc and spaces
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
f1a2558cfe
[ticket/16738] Multiple changes
...
Add post helper to get last post id
Launch exception if an action is in progress
Launch an exception if the action is already done
When listing search backend in cli, if the active
backend is not indexed an error is launched
Add state to commands
Fix small error in sphinx search backend
PHPBB3-16738
2022-12-11 17:16:44 +01:00
Marc Alexander
659f37c1c4
Merge branch 'ticket/16891' into ticket/16891-master
2022-01-31 21:48:53 +01:00
Marc Alexander
9dc25510a1
[ticket/16891] Add new method for deferring cache purge to end of request
...
PHPBB3-16891
2022-01-31 20:34:23 +01:00
Marc Alexander
0fe95a032b
[ticket/16956] Remove router cache flag
...
The deferred purge will be used in the future instead. The cache flag in the
router only causes additional issues by trying to rebuild the routing
mid-request
PHPBB3-16956
2022-01-31 16:52:19 +01:00
Tristan Darricau
b28b94b1f1
[ticket/16891] Do not change an extension status in the middle of a request
...
When enabling an extension, it should be considered as not being enabled for
the entire request as if the "enabled" flag is switch during the request, the
extension will stay not loaded (same when disabling an extension).
Example when it can be an issue today : if the router is called for the first
time after enabling the extension and if the extension uses a custom route
loader (like phpbb/pages) then the router will fail because the custom route
will be found but the custom loader will not be loaded and available.
PHPBB3-16891
2021-10-30 04:25:31 +02:00
Rubén Calvo
9308764fae
[ticket/12631] Add finder.not_use_cache
...
PHPBB3-12631
2021-10-10 10:10:37 +02:00
lavigor
f757e65559
[ticket/13713] Start working on User Mentions
...
PHPBB3-13713
2021-05-14 21:51:48 +02:00
Marc Alexander
2d42b2a6c2
Merge pull request #5778 from gijsmartens/ticket/15233
...
[ticket/15233] Standardize avatar output variables
2021-04-08 22:03:37 +02:00
Ruben Calvo
2aabf560b4
[ticket/15540] Refactor search backend classes to Symfony services
...
PHPBB3-15540
2021-03-22 21:57:02 +01:00
mrgoldy
7e3d22063a
[ticket/15233] Standardize avatar output variables
...
PHPBB3-15233
2021-03-06 08:18:30 +01:00
Marc Alexander
33c50f236a
Merge branch '3.3.x'
2020-02-06 17:36:49 +01:00
Marc Alexander
8bdad7d73e
[ticket/16314] Reorder controller helper constructor parameters
...
PHPBB3-16314
2020-01-20 17:28:37 +01:00
Marc Alexander
2bfea20007
[ticket/16314] Create correct adm relative path for controller helper
...
PHPBB3-16314
2020-01-19 21:43:07 +01:00
Marc Alexander
843e3ae849
[ticket/16314] Improve handling of page_footer output for controllers
...
Moved the common template output to controller helper and added
garbage_collection handling to kernel_terminate_subscriber.
PHPBB3-16314
2020-01-19 16:03:32 +01:00
Marc Alexander
2a5c7b1d43
Merge pull request #5731 from marc1706/ticket/16204
...
[ticket/16204] Remove hooks system
2020-01-06 22:03:23 +01:00
Marc Alexander
6c5fa362dd
[ticket/16204] Remove hook finder and services file
...
PHPBB3-16204
2019-11-23 14:40:27 +01:00
mrgoldy
b4b6ba0a37
[ticket/15538] Extract service and enhance icon function
...
PHPBB3-15538
2019-10-29 12:07:53 +01:00
Marc Alexander
12c866ebfb
Merge branch '3.3.x'
2019-10-03 21:02:45 +02:00
Marc Alexander
3f852a3233
[ticket/11327] Move UCP remind functionality to a controller for password reset
...
PHPBB3-11327
2019-08-08 22:01:51 +02:00
Marc Alexander
d6f62c8764
Merge branch '3.3.x'
2019-07-28 17:19:27 +02:00
mrgoldy
e2e3d402a2
[ticket/15886] Clean up services
...
PHPBB3-15886
2018-12-29 13:28:00 +01:00
mrgoldy
04d825ec2d
[ticket/15886] Enhance group helper
...
PHPBB3-15886
2018-11-29 01:50:46 +01:00
Rubén Calvo
440ef369ca
[ticket/15287] Add services
...
PHPBB3-15287
2017-07-21 19:26:58 +02:00
Rubén Calvo
ecb79539f4
[ticket/15253] Use storage helper methods instead of filesystem methods
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
334b44057d
[ticket/15253] Add storage abstraction
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Tristan Darricau
fbb85e2f4f
[ticket/11150] Add ability to manage extensions through composer
...
PHPBB3-11150
2017-04-23 21:01:01 +02:00
Etienne Baroux
346f31a031
[ticket/12610] Add command to check if the board is up to date.
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
Marc Alexander
b758c098d3
[ticket/14523] Replace prototype definition with shared services
...
PHPBB3-14523
2016-03-10 10:41:00 +01:00
Matt Friedman
d9d89cad94
[ticket/14247] Use quotes around @ and % strings in YAML
...
PHPBB3-14247
2015-12-07 13:11:22 -08:00
Mate Bartus
8f5a0ad6f7
[ticket/14039] Revamp updater
...
PHPBB3-14039
2015-10-17 23:05:57 +02:00
Marc Alexander
ca1308ba5f
[ticket/14168] Add services_attachment.yml to services.yml
...
PHPBB3-14168
2015-10-09 10:20:30 +02:00
Tristan Darricau
403c647b9e
[ticket/14220] Move route loading to services
...
PHPBB3-14220
2015-10-08 14:15:44 +02:00
Marc Alexander
58286171f1
[ticket/14150] Update fast-image-size to newest version
...
PHPBB3-14150
2015-09-08 12:59:55 +02:00
Máté Bartus
e8219e8610
Merge pull request #3470 from Nicofuma/ticket/13645
...
[ticket/13645] Move the feeds to controllers
2015-08-28 10:39:07 +02:00
Nicofuma
8e5e954438
[ticket/13645] Move the feeds to controllers
...
PHPBB3-13645
2015-08-23 22:36:10 +02:00
Oliver Schramm
4b3343e756
[ticket/12143] Add group helper class to translate groupnames
...
We can translate groupnames now even though these groups aren't special
PHPBB3-12143
2015-08-05 17:50:22 +02:00
MateBartus
5afc632bca
[ticket/13740] Core file workarounds
...
[ci skip]
PHPBB3-13740
2015-07-08 01:27:55 +02:00
Tristan Darricau
8747c7a2c1
Merge pull request #3579 from s9e/ticket/13803
...
[ticket/13803] Implement a generic and scalable way to reparse rich text
2015-06-24 16:58:41 +02:00
MateBartus
e877a752be
[ticket/13777] Deduplicate migration service definitions
...
PHPBB3-13777
2015-05-31 13:22:45 +02:00
MateBartus
71d03647f0
[ticket/13777] Move module management into service
...
PHPBB3-13777
2015-05-31 13:22:44 +02:00
JoshyPHP
f463b99ad0
[ticket/13803] Updated services.yml [ci skip]
...
PHPBB3-13803
2015-05-30 17:26:01 +02:00