aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* item buttons redesign - initial checkinMario2024-07-225-329/+330
|
* Revert "Revert "more work on sse sys messages""Mario2024-07-202-0/+9
| | | This reverts commit c22f633ae0d42b5a0076a11dd08952817a613342
* Revert "sse: add pdl files"Mario2024-07-201-6/+0
| | | This reverts commit 1055718935aca39a306355b771c7c4429c260a14
* Revert "sse: add pdl files"Mario2024-07-201-6/+0
| | | This reverts commit 2461e709d25cbab10070137490a341be14959a11
* Revert "sse: add pdl files"Mario2024-07-201-3/+0
| | | This reverts commit 6276f36b90b555efe247e213a5e7658a0eb155c6
* sse: add pdl filesMario2024-07-201-0/+3
|
* sse: add pdl filesMario2024-07-201-0/+6
|
* sse: add pdl filesMario2024-07-201-0/+6
|
* Revert "more work on sse sys messages"Mario2024-07-202-9/+0
| | | This reverts commit 983fc84f283f34783b281ab047dc47c581cb937c
* more work on sse sys messagesMario2024-07-192-0/+9
|
* more f arg removalMario2024-07-192-31/+32
|
* remove unused functions and start removing the ominous f argumentMario2024-07-191-128/+6
|
* missing pdl for mod importMario2024-07-151-0/+8
|
* do not handle non sys notifications if we are in sys only modeMario2024-07-101-1/+4
|
* notifications: provide possibility to only display system notoficationsMario2024-07-072-20/+26
|
* fix display issue for doubleleft templateMario2024-06-271-1/+1
|
* adjust right margin of profile imagesMario2024-06-271-1/+1
|
* make sure we get a scrollbar if everything else breaks and remove some ↵Mario2024-06-263-21/+2
| | | | unused css
* use the doubleleft template by default for admin pages to work around some ↵Mario2024-06-261-4/+1
| | | | display issues. Also notifications, etc. are not really useful there
* fix issue where event items were parsed multiple timesMario2024-06-211-1/+1
|
* move template to wiki addonMario2024-06-181-59/+0
|
* Fix warnings exposed by tests.Harald Eilertsen2024-06-131-2/+0
| | | | Mainly missing variables for templates, and channel entries.
* Merge branch 'fix-test-warnings' into 'dev'Mario2024-06-131-1/+3
|\ | | | | | | | | Fix test warnings See merge request hubzilla/core!2134
| * Module\Setup: Pass all required params for the template.Harald Eilertsen2024-06-121-1/+3
| | | | | | | | | | | | Non-existing keys in the array passed to the template causes a warning. Also make optional parts of the template actually optional by skipping them if the value is empty.
* | move button class to the right domMario2024-06-072-4/+4
|/
* Minor style update for the `.abook-self` CSS class.Harald Eilertsen2024-05-251-1/+1
| | | | | | It was hardcoded to a blindingly white, which did not work too well with the white text in dark mode. Use a proper bootstrap var, so it follows the prefered color scheme instead.
* Merge branch 'refactor-module-rbmark' into 'dev'Mario2024-05-151-3/+14
|\ | | | | | | | | Refactor and cleanup Rbmark module + add tests See merge request hubzilla/core!2126
| * Refactor and cleanup Rbmark module + add testsHarald Eilertsen2024-05-151-3/+14
| |
* | missing semicolon and code readabilityMario2024-05-141-3/+6
|/
* make mod regate return to system.workflow_channel_next and show register ↵Mario2024-05-081-1/+1
| | | | message field only if registration is set to register_approve
* more fixes for issue #1843Mario2024-05-081-4/+1
|
* make sure the hcard addon markup will be available even if other profile ↵Mario Vavti2024-05-081-0/+3
| | | | entries are missing
* make sure to always move the recent notification to the topMario2024-05-031-4/+5
|
* fix the test - we do not use a title anymore since it does not make much ↵Mario2024-05-021-0/+2
| | | | sense in combination of the sub titles
* some css voodoo for the help menuMario2024-05-021-5/+2
|
* add some deduplicationMario2024-05-021-4/+9
|
* another css fixMario2024-05-022-2/+2
|
* css fix and bump versionMario2024-05-021-1/+1
|
* remove jgrowlMario2024-05-029-42/+10
|
* remove redundant commaMario2024-05-021-1/+1
|
* css fixMario2024-05-021-1/+1
|
* start removing jgrowlMario2024-05-024-5/+33
|
* Merge branch 'cherry-pick-60cd7cc8' into 'dev'Mario2024-04-302-18/+17
|\ | | | | | | | | Fix some errors in Spanish strings See merge request hubzilla/core!2121
| * Fix some errors in Spanish stringsmjfriaza:4GF~eYj,-iAv2024-04-282-18/+17
| | | | | | (cherry picked from commit 60cd7cc8d09240e1a3f7f7b3bde75115a61ce4de)
* | Rework Help module + begin tests for Setup moduleHarald Eilertsen2024-04-302-4/+14
|/
* Merge branch 'cherry-pick-4e5c6f9b' into 'dev'Mario2024-04-182-1970/+1412
|\ | | | | | | | | Update Spanish See merge request hubzilla/core!2118
| * Update Spanishmjfriaza:4GF~eYj,-iAv2024-03-302-1970/+1412
| | | | | | (cherry picked from commit 4e5c6f9bbaa702d9ccd5606a166c8e65224b8d8f)
* | update siteinfoMario2024-04-051-1/+1
|/
* add pdl for mod homeMario2024-03-271-0/+4
|
* if the updated item contains an open modal, the modal we be replaced with ↵Mario2024-03-261-0/+2
| | | | the new data but the backdrop will stay because it is attached to the end of the page -> remove it