Commit graph

30766 commits

Author SHA1 Message Date
Marc Alexander
d39cb74c5d
[ticket/15769] Use hermite for improved resizing and display after upload
Display after upload will look more natural than the skewed and downsized
version as was shown before.

PHPBB3-15769
2022-12-13 21:17:53 +01:00
Marc Alexander
7bf42797a7
[ticket/15769] Fix object shorthand error in eslint
PHPBB3-15769
2022-12-13 21:17:52 +01:00
Marc Alexander
dd2723b0bd
[ticket/15769] Use class instead of ID for avatar box
PHPBB3-15769
2022-12-13 21:17:52 +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
27c5f61e30
[ticket/15769] Fix JS and avatar functional tests
PHPBB3-15769
2022-12-13 21:17:50 +01:00
Marc Alexander
b3308245c3
[ticket/15769] Adjust loading of images for cropping and add some docblocks
PHPBB3-15769
2022-12-13 21:17:49 +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
Marc Alexander
7cdd30958d
[ticket/15769] Start integrating upload of cropped image via AJAX
PHPBB3-15769
2022-12-13 21:17:48 +01:00
Marc Alexander
8509cf2a04
[ticket/15769] Fix eslint complaints
PHPBB3-15769
2022-12-13 21:17:47 +01:00
Marc Alexander
310b451cd3
[ticket/15769] Make xo happy and try to use cropped image canvas
PHPBB3-15769
2022-12-13 21:17:47 +01:00
Marc Alexander
53c6f599c1
[ticket/15769] Use new icon twig syntax
PHPBB3-15769
2022-12-13 21:17:46 +01:00
Marc Alexander
93695830c7
[ticket/15769] Improve syntax to use es6 and clean up code issues
PHPBB3-15769
2022-12-13 21:17:46 +01:00
Marc Alexander
542f5c74d8
[ticket/15769] Update cropper to 1.5.11 & jQuery cropper to 1.0.1
PHPBB3-15769
2022-12-13 21:17:45 +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
Marc Alexander
eb1edd12a1
Merge branch '3.3.x' 2022-12-12 20:58:41 +01:00
Marc Alexander
369ee44b6f
Merge pull request #6423 from marc1706/ticket/13291
[ticket/13291] Close notifications dropdown during mark all read
2022-12-12 19:42:22 +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
rubencm
0a24704b4f
[ticket/12683] Add progress bar to create_index
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
ce54ee5e6f
[ticket/12683] Add CLI command to generate the search index
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Marc Alexander
d5dab4def9
[master] Fix master phing sniff 2022-12-11 14:31:50 +01:00
Marc Alexander
bd7e95b8b8
Merge branch '3.3.x' 2022-12-11 14:17:16 +01:00
Marc Alexander
9c70c15e1c
Merge pull request #6432 from Crizz0/ticket/17065
[ticket/17065] Add utf8_encode_ucr to $usernotes
2022-12-11 14:16:42 +01:00
Marc Alexander
67fa7ad060
Merge branch '3.3.x' 2022-12-09 21:43:17 +01:00
Marc Alexander
21374390ad
Merge pull request #6428 from wordlesswind/ticket/16105
[ticket/16105] Use Google reCAPTCHA globally
2022-12-09 21:43:06 +01:00
Marc Alexander
8841d88845
Merge pull request #6225 from rubencm/ticket/16790
[ticket/16790] Remove unused code
2022-12-09 21:17:23 +01:00
Marc Alexander
f48ff960f1
Merge pull request #6431 from rubencm/ticket/17062
[ticket/17062] Call search service using dependency injection
2022-11-30 19:39:13 +01:00
Marc Alexander
be818daa5d
Merge branch '3.3.x' 2022-11-28 20:41:46 +01:00
Marc Alexander
d03a853f6e
Merge branch 'prep-release-3.3.9' into 3.3.x 2022-11-28 20:40:46 +01:00
Christian Schnegelberger
014008fd48 [ticket/17065] Add utf8_encode_ucr to $usernotes
PHPBB3-17065
2022-11-28 18:24:59 +01:00
Ruben Calvo
b8bcbabaac [ticket/17062] Avoid calling search factory twice
PHPBB3-17062
2022-11-28 10:20:23 +01:00