Details des Tickets
Beschreibung,Kommentare und Anhänge
| changed title from **LL-1054: optimized Initals for Avatar** to **LL-1054: optimized Init{+i+}als for Avatar** |
Sascha Immig |
2022-01-06T13:21:03.907Z |
| changed the description |
Sascha Immig |
2022-01-06T13:21:03.948Z |
| assigned to @gabrielg |
Sascha Immig |
2022-01-13T13:22:28.841Z |
Die Avatar-Vue-Komponente wird insgesamt 5 x in 4 verschiedenen Dateien verwendet.
Die Transformation des display_name in Initialien sollte daher zentral erfolgen.
Entweder in der Vue-Komponente oder in PHP
Found 5 matches of *
| Gregor Gabriel |
2022-01-13T14:17:40.328Z |
|
| resolved all discussions |
Sascha Immig |
2022-01-13T20:08:24.031Z |
| php-Code in helper hyphenateMailName() ausgelagert.
Alle 5 vorkommen von avatar nutzen nun diesen Helper. |
Sascha Immig |
2022-01-13T20:08:32.366Z |
| changed this line in version 2 of the diff |
Sascha Immig |
2022-01-13T20:08:44.896Z |
| resolved all discussions |
Sascha Immig |
2022-01-13T20:08:45.232Z |
added 1 commit
- 97b0577b - moved hyphenation of mail to helper.
Compare with previous version |
Sascha Immig |
2022-01-13T20:08:45.473Z |
added 1 commit
- d3ef6a6d - removed single blank charakters according to last changes in develop
Compare with previous version |
Sascha Immig |
2022-01-13T20:46:08.611Z |
added 1 commit
- 015294a4 - run php cs fixer on code
Compare with previous version |
Gregor Gabriel |
2022-01-14T09:46:43.787Z |
added 57 commits
- 015294a4...312847dd - 56 commits from branch
develop - 1f48e46b - Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into…
Compare with previous version |
Gregor Gabriel |
2022-01-14T09:49:55.707Z |
| enabled an automatic merge when the pipeline for 1f48e46be57ef91960053f314ebe1a074c1bdaf2 succeeds |
Gregor Gabriel |
2022-01-14T09:51:00.728Z |
| mentioned in commit 25bc10992ac133b1c8667ffee34b96fe53a026d5 |
Gregor Gabriel |
2022-01-14T10:04:35.045Z |
| merged |
Gregor Gabriel |
2022-01-14T10:04:35.268Z |
| Title |
Id |
Author |
Created at |
Message |
| run php cs fixer on code |
015294a4f1b1560f841874b74fb787759a9967f3 |
TUV\gabrielg |
2022-01-14T09:46:29.000Z |
run php cs fixer on code
|
| added small php block to replace dot and underscore in mailadress (as… |
0aaf1e70338fc58037f7c5f6c30082f7c9fe6aa6 |
TUV\immigs |
2022-01-06T10:39:01.000Z |
added small php block to replace dot and underscore in mailadress (as display_name) for avatar's determination of initials (but only repaced before the @);
|
| Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into… |
1f48e46be57ef91960053f314ebe1a074c1bdaf2 |
TUV\gabrielg |
2022-01-14T09:49:44.000Z |
Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into feature/LL-1054--better_avatar_initials
# Conflicts:
# resources/views/trainings/includes/section_faq.blade.php
|
| moved hyphenation of mail to helper. |
97b0577bde09ccaa6151f59872aff1694bc4f50e |
TUV\immigs |
2022-01-13T20:07:26.000Z |
moved hyphenation of mail to helper.
+ added the same correction done for the profile to the avatars in correspondences.
|
| removed single blank charakters according to last changes in develop |
d3ef6a6dc66494d7f3bd823c5b888ff4b99b58d6 |
TUV\immigs |
2022-01-13T20:46:00.000Z |
removed single blank charakters according to last changes in develop
|