Eliseu Amaro
f731850f5c
[CSS] .section-widget class and derivatives replaced as .frame-section, since a widget implies a simple element with a specific function
2022-01-21 22:05:33 +00:00
Diogo Peralta Cordeiro
b253ce5e70
[DOCS][Design] Add guidelines menu entry
2022-01-21 21:03:09 +00:00
Eliseu Amaro
a5b5362be2
[DOCS][Designer] General guidelines for styling initiated
...
Added wireframes of default page, dividing page into 4 distinct general
areas.
Added CSS classes reference table.
2022-01-04 00:02:21 +00:00
Phablulo
63f9c6341e
[COMPONENT][RightPanel] Sends request object in the AppendRightPanelBlock
event
2021-12-24 10:20:55 -03:00
Diogo Peralta Cordeiro
eeaad19754
[Attachment] Move Controller and Entities to a Component
...
There's no problem in having the templates in the core
2021-12-02 15:14:07 +00:00
Hugo Sales
6cd7be6abc
[UI][CONTROLLER][ENTITY][DOCS] Refactor term 'timeline' into 'feed'
2021-11-26 13:05:23 +00:00
Eliseu Amaro
f2f1bdc145
[PLUGIN][Reply] Separated replies from Note table.
...
[PLUGIN][Repeat] Deleted unnecessary card note template, info now to
appended at the end of note.
[PLUGIN][TreeNotes] WIP to accomodate reply plugin changes.
[TWIG][Runtime] Removed getAdditionalTemplateVars event.
2021-11-10 13:29:53 +00:00
Diogo Peralta Cordeiro
941cbe6599
[Actor] Refactor GSActor into Actor
2021-09-18 05:12:17 +01:00
Hugo Sales
eda3a5ffb6
[DOCUMENTATION][DB] Fix database examples and documentation
2021-09-18 05:12:09 +01:00
Hugo Sales
ee7721da96
[DOCUMENTATION] Add documentation on developer tools
2021-09-18 05:12:09 +01:00
Diogo Peralta Cordeiro
8e45637277
[DOCS][User] Elaborate on what is GNU social and IndieWeb
2021-09-14 13:13:37 +01:00
Diogo Peralta Cordeiro
1ee8df1494
[DOCS][Developer] Elaborate on implementing and configuring a module
2021-09-14 13:13:37 +01:00
Diogo Peralta Cordeiro
5107e06fae
[DOCS][Developer] Paradigms: Update is_null based on poll votes
...
Everything around the use we give to php's null is about the state of having a value or not. Thus, using `is_null` always is the less bad option.
2021-09-14 13:13:35 +01:00
Hugo Sales
450dbfb98f
[DOCUMENTATION] Update documentation regarding route accept formats
2021-09-14 13:13:34 +01:00
Diogo Peralta Cordeiro
e40c7b0509
[DOCS][Developer] Recommend reading the tests cases for when the doc doesn't cover
2021-09-14 13:13:31 +01:00
Diogo Peralta Cordeiro
5c8677304c
[DOCS][Developer] Update storage documentation
2021-09-14 13:13:31 +01:00
Eliseu Amaro
ab10cd4121
[DOC] Fixed installation.md typos.
2021-09-14 13:13:30 +01:00
Diogo Peralta Cordeiro
1419035076
[DOCS][Developer] Add an introduction
2021-09-14 13:13:29 +01:00
Diogo Peralta Cordeiro
afd00fbdc5
[DOCS][Developer] httpclient: Add an example of lazyness care
2021-09-14 13:13:29 +01:00
Diogo Peralta Cordeiro
31ca5cb35e
[DOCS][Developer] Paradigms: apply XRevan86 fixes and remove the return types section, we must revisit it later..
2021-09-14 13:13:29 +01:00
Diogo Peralta Cordeiro
54e03d49d4
[DOCS][Developer] Remove low level index, we will approach these themes in another manner
...
Fix some broken links
2021-09-14 13:13:29 +01:00
Eliseu Amaro
d0b2cccb63
[CSS] Mesh gradient works as intended with no banding.
2021-09-14 13:13:21 +01:00
Diogo Peralta Cordeiro
b355f0d590
[DEV] Add PsySH REPL
2021-09-14 13:13:20 +01:00
Diogo Peralta Cordeiro
e8ef777fb2
[DOCS][Dev] Add Debugging and Testing
2021-09-14 13:13:19 +01:00
Eliseu Amaro
625c056f30
[TWIG][CSS] Overall CSS optimizations. Image gradients are now used, 64x64 px.
2021-09-14 13:13:12 +01:00
Diogo Peralta Cordeiro
7b6a44cfbb
[DOCS][Dev] Add HTTP Client
2021-09-14 13:13:11 +01:00
Diogo Peralta Cordeiro
c99e447308
[DOCS][Dev] Add Security
2021-09-14 13:13:11 +01:00
Diogo Peralta Cordeiro
367cc5c5c7
[DOCS][Dev] Add Queues
2021-09-14 13:13:11 +01:00
Diogo Peralta Cordeiro
27fb2da1d0
[DOCS][Dev] Add Internationalisation
2021-09-14 13:13:11 +01:00
Diogo Peralta Cordeiro
3dffbdd0b7
[DOCS][Dev] Add Attachments
2021-09-14 13:13:11 +01:00
Diogo Peralta Cordeiro
2473c9afa9
[DOCS][Dev] Configure search
2021-09-14 13:13:10 +01:00
Diogo Peralta Cordeiro
70ab7e7af7
[DOCS][Dev] Add Logging
2021-09-14 13:13:10 +01:00
Diogo Peralta Cordeiro
ef827db77c
[DOCS][Dev] Add Templates
2021-09-14 13:13:10 +01:00
Diogo Peralta Cordeiro
ce39f6ca4a
[DOCS][Dev] Add Routes and Controllers
2021-09-14 13:13:10 +01:00
Diogo Peralta Cordeiro
0c6088225f
[DOCS][Dev] Add Cache
2021-09-14 13:13:10 +01:00
Diogo Peralta Cordeiro
b60a07f270
[DOCS][Dev] Cleanup src directory
2021-09-14 13:13:10 +01:00
Diogo Peralta Cordeiro
9baf3a3124
[DOCS][Dev] Add database chapter
2021-09-14 13:13:10 +01:00
Diogo Peralta Cordeiro
ad49988e0b
[DOCS][DEV] Add events
2021-09-14 13:13:10 +01:00
Diogo Peralta Cordeiro
2be4aeaab2
[DOCS][Paradigms] Elaborate on Null, Set and Void
2021-09-14 13:13:10 +01:00
Diogo Peralta Cordeiro
c020958690
[DOCS] Write exceptions chapter
2021-09-14 13:13:09 +01:00
Diogo Peralta Cordeiro
dc3801f6ae
[DOCS][Dev] Write paradigms
2021-09-14 13:13:04 +01:00
Diogo Peralta Cordeiro
c8cf8c3f13
[FILE][TemporaryFile] Fix various issues now that we also have Symfony's file abstractions
2021-09-14 13:13:03 +01:00
Diogo Peralta Cordeiro
6c0f3a336e
[DOCS][Developer] Adopt a top-down approach
...
Minor corrections to the overview
2021-09-14 13:13:03 +01:00
Diogo Peralta Cordeiro
6cf7693f14
[DOCS][User][SysAdmin] Add thomask as an author as we're starting this from his unofficial docs
2021-09-14 13:13:03 +01:00
Eliseu Amaro
d5ab382485
[DOCS] Add designer book.
2021-09-14 13:13:02 +01:00
Diogo Peralta Cordeiro
b42128014e
[DOCS] Elaborate initial architecture page
2021-09-14 13:13:02 +01:00
Hugo Sales
cfe842b487
[DOCUMENTATION] Add database diagram to developer documentation
2021-09-14 13:12:56 +01:00
Hugo Sales
e9a96f1c9b
[DOCUMENTATION] Add high level code walkthrough to developer docs
2021-09-14 13:12:55 +01:00
Diogo Peralta Cordeiro
cc9f2d6ff2
[DOCUMENTATION] Three books instead of only one
...
The User one is intended to illustrate the various common use cases, possibilities regarding customization and introduce the existing functionalities.
The Administrator one explains the step by step of how to install and maintain a GNU social instance, be it as node of The Free Network or as an intranet social network in a company setting.
The Developer one starts by introducing the Modules system and architecture, then the plugin development process and finally the exciting internals of GNU social for those looking forward to make the most advanced contributions.
2021-09-14 13:11:49 +01:00
Diogo Peralta Cordeiro
9997b231d4
[INSTALL] Elaborate on localhost installation
2021-09-14 13:10:54 +01:00