[TWIG] Form layout is all new, since extending form_div_layout.html.twig was quite limiting [COMPONENTS][Posting] It is now visible on Actor profiles [COMPONENTS][Search] Overall rework of search results template, there's also additional help text added [CSS] Header no longer translucent, font sizes yet more consistent, replies marker less pronounced, and font hierarchy is now applied in both weight and sizeEliseu Amaro2022-02-16 21:17:13 +0000
[UTIL][HTML] HTML abstraction class was extended with a more specialised Heading class This little abstraction layer made it a bit easier to add a different title to a Note or Actor Feed Collection template, from whichever controller that uses it. Please, bear in mind, that abstract templates such as those found in Components\Collection, may act in a very 'declarative' way upon using them. This makes it difficult to dynamically choose what type of header is used without undergoing a mining operation in the likes of a pyramid of doom. Hence, this _little_ change.Eliseu Amaro2022-02-16 03:01:25 +0000
[CORE][Actor][Settings] Fix nickname change and refactor Core Form::handle so it's harder to repeat these mistakes again Minor improvements on actor->getLocalDiogo Peralta Cordeiro2022-02-15 21:16:58 +0000
[COMPONENT][Collection][FeedController] Fix group scope, we should use the IN context actor to check the groupDiogo Peralta Cordeiro2022-02-15 17:49:50 +0000
[ENTITY][Note] Some notes aren't exactly just a note but rather a Page, or further (like happening or poll), this is only initial support for that It prolly will become a varchar instead of an enum, so plugins can add their own note typesDiogo Peralta Cordeiro2022-02-15 17:14:10 +0000
[COMPONENT][Group] More flexible member roles than only isAdmin Refactor terminology of canAdmin to match current roles systemDiogo Peralta Cordeiro2022-02-14 04:35:13 +0000
[COMPONENT][GROUP] Allow to create a group as private and prioritise group scope on Posting in that contextDiogo Peralta Cordeiro2022-02-14 01:47:58 +0000
[CARDS][Note] Note's 'in reply to' information added, overall polish of feeds templates and proper titles added for every single section that makes up a noteEliseu Amaro2022-02-09 18:49:34 +0000
[CARDS][Note] Note's actions are now inside the same div as Note's complementary info, overall footprint of replies diminishedEliseu Amaro2022-02-08 16:13:46 +0000
[CARDS][Note] Note's actions are now inside the same div as Note's complementary info, overall footprint of replies diminishedEliseu Amaro2022-02-08 16:13:46 +0000
[CARDS][Note] Removed note's complementary info related to the current user everywhere, which was criticized from being redundantEliseu Amaro2022-02-08 15:19:33 +0000
[CSS] Background noise is back, default_theme directory hierarchy simplified [PLUGINS][Oomox] Fixed issue where resetting colours when no entity was present would lead to an error (it expected an entity, but NULL was given)Eliseu Amaro2022-02-08 14:12:59 +0000
[PLUGINS][AttachmentCollections] Fixed "Error: Expected Doctrine\ORM\Query\Lexer::T_IDENTIFIER, got 'Plugin\AttachmentCollections\Entity\AttachmentCollection'" [TWIG] Cards are now divided into blocks and macros, additional macros done, attachments page no longer inside cards directory [CARDS][Navigation] Now using macros to create section, details, and nav elementsEliseu Amaro2022-02-06 21:37:04 +0000
[ENTITY][Actor] Nickname is lower case transformed when generating 'actor_view_nickname', making sure that actor pages are linked accordinglyEliseu Amaro2022-01-27 17:19:50 +0000
[COMPONENTS][Conversation] Note being replied to now appears before Posting's own form, RightPanel is also open by default on smaller screens when the current route is 'conversation_reply_to'Eliseu Amaro2022-01-25 19:17:40 +0000
[TOOLS] Update autocode, allow for abstract entity classes, derive namespace from file rather than using 'get_declared_classes'Hugo Sales2022-01-24 15:08:22 +0000
[COMPONENTS][Collection] Added PrependActorsCollection event [COMPONENTS][Group] Added getGroupCreateForm, used in PrependActorsCollection event to build create a new Group form view [COMPONENTS][LeftPanel] Removed onEndShowStyles event since the corresponding CSS needed is now consolidated into the default_theme itself [COMPONENTS][RightPanel] Deleted components/RightPanel/RightPanel.php, since its only method (onEndShowStyles) wasn't needed anymoreEliseu Amaro2022-01-23 18:56:57 +0000
[CORE][I18n] Fixing 'file_get_contents(): Argument #1 () must be of type string, Symfony\Component\Finder\SplFileInfo given' error by using Symfony's Finder to iterate through existing filesEliseu Amaro2022-01-22 19:16:35 +0000