gnu-social/templates
Diogo Peralta Cordeiro 888c3798b7
[COMPONENT][Notification] Make logic more generic and robust
Fixed various bugs

Some important concepts to bear in mind:

* Notification: Associated with activities, won't be reconstructed
together with objects, can be thought of as transient

* Attention: Associated with objects, will be reconstructed with them, can
be thought as persistent

* Notifications and Attentions have no direct implications.

* Mentions are a specific form of attentions in notes, leads to the creation of Attentions.

Finally,

Potential PHP issue detected and reported: https://github.com/php/php-src/issues/8199
`static::method()` from a non static context (such as a class method) calls `__call`, rather than
the expected `__callStatic`. Can be fixed by using `(static fn() => static::method())()`, but the
usage of the magic method is strictly unnecessary in this case.
2022-03-14 11:37:09 +00:00
..
actor [UTIL][HTML] HTML abstraction class was extended with a more specialised Heading class 2022-02-16 18:53:08 +00:00
attachment [I18N] Fix use of string concatenations in translations 2022-03-07 15:26:26 +00:00
cards [COMPONENT][Notification] Make logic more generic and robust 2022-03-14 11:37:09 +00:00
config [TESTS] Temporarily Disable Controller/AdminTest: It seems we are repeating values arbitrarily - specially in plugins, and the generated file is just nonsense overall really, wrong sections and stuff 2022-03-09 01:40:34 +00:00
doc [UI][CONTROLLER][ENTITY][DOCS] Refactor term 'timeline' into 'feed' 2021-11-26 13:05:23 +00:00
note [I18N] Fix use of string concatenations in translations 2022-03-07 15:26:26 +00:00
reset_password [TWIG] Display errors in templates that display forms with form_start 2022-01-08 00:11:08 +00:00
security [CORE][SECURITY] Replicate 'next' form submission feature on login form 2022-03-07 15:26:27 +00:00
settings [I18N] Fix use of string concatenations in translations 2022-03-07 15:26:26 +00:00
base.html.twig [I18N] Fix use of string concatenations in translations 2022-03-07 15:26:26 +00:00
stdgrid.html.twig [TWIG] Fix empty accessibility menu anchor, accesskey anchors placement 2021-12-01 20:29:11 +00:00