1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 05:55:15 +02:00

5645 Commits

Author SHA1 Message Date
Marc Alexander
ba3a1389e6
[ticket/16955] Clean up config classes
PHPBB3-16955
2022-12-28 08:37:23 +01:00
Marc Alexander
2aed7ff4e3
[ticket/16955] Clean up composer classes and fix typos in exceptions
PHPBB3-16955
2022-12-28 08:37:23 +01:00
Marc Alexander
35228ffd62
[ticket/16955] Clean up captcha classes
PHPBB3-16955
2022-12-28 08:37:22 +01:00
Marc Alexander
83cb41e72a
[ticket/16955] Add stubs for cache classes and clean up
PHPBB3-16955
2022-12-28 08:37:21 +01:00
Marc Alexander
b855b8a5a5
[ticket/16955] Clean up cron and console classes
PHPBB3-16955
2022-12-28 08:37:21 +01:00
Marc Alexander
a8b878349a
[ticket/16955] Remove shell option as this has been removed in Symfony 3.0
PHPBB3-16955
2022-12-28 08:37:20 +01:00
Marc Alexander
948023078b
[ticket/16955] Clean up code in db classes
PHPBB3-16955
2022-12-28 08:37:20 +01:00
Marc Alexander
de9019d64e
[ticket/16955] Clean up debug, event, and extension classes
PHPBB3-16955
2022-12-28 08:37:19 +01:00
Marc Alexander
e1a3b6b552
[ticket/16955] Clean up feed classes
PHPBB3-16955
2022-12-28 08:37:18 +01:00
Marc Alexander
7f61f8b770
[ticket/16955] Clean up filesystem and files classes
PHPBB3-16955
2022-12-28 08:37:17 +01:00
Marc Alexander
1c02b1a7b5
[ticket/16955] Clean up reset_password and user_loader
PHPBB3-16955
2022-12-28 08:37:16 +01:00
Marc Alexander
6ad0b533d9
[ticket/16955] Clean up textformatter and textreparser
PHPBB3-16955
2022-12-28 08:37:16 +01:00
Marc Alexander
60c165c3d0
[ticket/16955] Clean up storage and template classes
PHPBB3-16955
2022-12-28 08:37:15 +01:00
Marc Alexander
077ceba2a9
[ticket/16955] Improve consistency of user and session class
PHPBB3-16955
2022-12-28 08:37:14 +01:00
Marc Alexander
b90f384466
[ticket/16955] Clean up rrouter and fulltext_sphinx
PHPBB3-16955
2022-12-28 08:37:14 +01:00
Marc Alexander
056f786769
[ticket/16955] Clean up request classes
PHPBB3-16955
2022-12-28 08:37:13 +01:00
Marc Alexander
5b23dcd606
[ticket/16955] Fix another batch of docblocks
PHPBB3-16955
2022-12-28 08:37:13 +01:00
Marc Alexander
96911b7403
[ticket/16955] Clean up variable names and docblocks in notifications
PHPBB3-16955
2022-12-28 08:37:12 +01:00
Marc Alexander
733f4e2530
[ticket/16955] Wrap RecursiveDirectoryIteratorr calls for dot prefix filter
PHPBB3-16955
2022-12-28 08:37:12 +01:00
Marc Alexander
40e8a737c3
[ticket/16955] Clean up installer classes for psalm
PHPBB3-16955
2022-12-28 08:37:11 +01:00
Marc Alexander
d9c179f9ef
[ticket/16955] Clean up group related classes for psalm
PHPBB3-16955
2022-12-28 08:37:11 +01:00
Marc Alexander
c4d3e1aa7b
[ticket/16955] Resolve psalm issues in di files
PHPBB3-16955
2022-12-28 08:37:10 +01:00
Marc Alexander
cd026245fe
[ticket/16955] Improve minor docblock quirks
PHPBB3-16955
2022-12-28 08:37:09 +01:00
Marc Alexander
9a546c535c
[ticket/16955] Use common code for path iterator generation
PHPBB3-16955
2022-12-28 08:36:59 +01:00
Marc Alexander
8faabb559d
Merge pull request from gijsmartens/ticket/15769
[ticket/15769] Crop avatar on upload
2022-12-27 22:39:38 +01:00
Arshid
9efc25a2e2
[ticket/17069] Fix duplicate key in array
PHPBB3-17069
2022-12-26 08:28:49 +01:00
Marc Alexander
b153979398
[ticket/15769] Remove unused use statement
PHPBB3-15769
2022-12-13 21:17:51 +01:00
Marc Alexander
dd7d1cb521
[ticket/15769] Remove template var for cropping available
Avatar cropping should always be available.

PHPBB3-15769
2022-12-13 21:17:51 +01:00
Marc Alexander
30b058d633
[ticket/15769] Remove PHP side for resizing avatars
PHPBB3-15769
2022-12-13 21:17:50 +01:00
Marc Alexander
1933a8ab47
[ticket/15769] Make basic upload, refresh, and errors work
PHPBB3-15769
2022-12-13 21:17:49 +01:00
Marc Alexander
b72379aaab
[ticket/15769] Increase default avatar size
PHPBB3-15769
2022-12-13 21:17:48 +01:00
mrgoldy
0bff9e605b
[ticket/15769] Minor clean up of avatar cropping
PHPBB3-15769
2022-12-13 21:17:45 +01:00
mrgoldy
4d860bf967
[ticket/15769] Crop avatars on upload
PHPBB3-15769
2022-12-13 21:17:34 +01:00
Ruben Calvo
6de699d318
[ticket/12683] Small code style improvements
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
f9f55eb012
[ticket/12683] Improve exception handling
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
8cea785f36
[ticket/12683] Improve exception handling
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
1c191868de
[ticket/12683] Undo changes in fulltext_sphinx.php
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
e6af4c4def
[ticket/12683] Fix post index creation
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
23ce5121a4
[ticket/12683] Code review
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
2e917b6059
[ticket/12683] Remove unused property
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
ac227a9ea6
[ticket/12683] Add basic tests
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
d55f1e04eb
[ticket/12683] phpdoc and spaces
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
9a6d42770e
[ticket/12683] Remove check to avoid index twice (ticket 16755)
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
1cef5f83a0
[ticket/12683] Fix test
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
f4977853be
[ticket/12683] Pass tables via parameter and small fix
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
565c806eda
[ticket/12683] Move state related code to helper class
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
rubencm
0c3e084d35
[ticket/12683] Return constant
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
c2f3ba44bd
[ticket/12683] Add progress bar to delete index
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
75bdbcf4fe
[ticket/12683] Fix create index command
PHPBB3-12683
2022-12-11 17:16:44 +01:00