aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fallback to english help topic if localized topic is not found.Harald Eilertsen2024-07-232-2/+15
|
* Refactor HelpTest.php.Harald Eilertsen2024-07-231-24/+28
| | | | Move default stubs to a function to make them reusable.
* Replace $Projectname in help index/toc file.Harald Eilertsen2024-07-231-1/+3
|
* Remove language selector from help pages.Harald Eilertsen2024-07-232-64/+0
| | | | | | | | It is not in sync with the languages available for the rest of the Hubzilla UI, so it was confusing and in the way of just supporting localized help using the same mechanism as the rest of the code. Also allowed deleting a good chunck of javascript from the help logic.
* Don't modify address bar when loading help topic.Harald Eilertsen2024-07-231-2/+0
| | | | | | | | | | | | | | | | | | | Modifying the current URL like this causes several problems, and is imo bad practice. When requesting a help topic without specifying the language in the URL (like `help/member/member_guide`) the locale for the current channel is used to fetch the topic. On the other hand, if fetching a topic with the language in the URL, the detected language will be used. Since the channel locale may not match the locale supported by the help system, weird situations may arise. I.e. fetching the topic without language in the URL works, but as the URL has now been rewritten, reloading the page will fail with a 404 status. Being a bit less clever solves this issue, and leaves the web browser to behave more as expected by the user.
* Redirect help to about page when locale but no topic specified in URLHarald Eilertsen2024-07-232-0/+10
|
* Merge branch 'dev' into 'dev'Mario2024-07-220-0/+0
|\ | | | | | | | | Added util/update_db See merge request hubzilla/core!2139
| * Added util/update_dbDale Hitchenor2024-07-221-0/+54
| |
* | Merge branch 'dev' into 'dev'Mario2024-07-220-0/+0
|\ \ | | | | | | | | | | | | Added util/update_db See merge request hubzilla/core!2139
| * | Added util/update_dbDale Hitchenor2024-07-221-0/+54
| |/
* | Merge branch 'dev' into 'dev'Mario2024-07-220-0/+0
|\ \ | | | | | | | | | | | | Added util/update_db See merge request hubzilla/core!2139
| * | Added util/update_dbDale Hitchenor2024-07-221-0/+54
| |/
* | Merge branch 'dev' into 'dev'Mario2024-07-221-0/+54
|\ \ | | | | | | | | | | | | Added util/update_db See merge request hubzilla/core!2139
| * | Added util/update_dbDale Hitchenor2024-07-221-0/+54
| |/
* | versionMario2024-07-201-1/+1
| |
* | Revert "Revert "sse: reset session after connection aborted""Mario2024-07-201-2/+9
| | | | | | This reverts commit c71eb401c04c5ae2e5388f988825b072f3c113df
* | Revert "Revert "more work on sse sys messages""Mario2024-07-205-100/+83
| | | | | | This reverts commit c22f633ae0d42b5a0076a11dd08952817a613342
* | Revert "sse: more work on notifications"Mario2024-07-201-3/+10
| | | | | | This reverts commit 82f69018a6acc2b97a1b8871c2cddd625db6798a
* | 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
* | Revert "version"Mario2024-07-201-1/+1
| | | | | | This reverts commit 5f77e9f4ce52e773ad2eca1cb2a51937ac45cb83
* | versionMario2024-07-201-1/+1
| |
* | sse: add pdl filesMario2024-07-201-0/+3
| |
* | sse: add pdl filesMario2024-07-201-0/+6
| |
* | sse: add pdl filesMario2024-07-201-0/+6
| |
* | sse: more work on notificationsMario2024-07-201-10/+3
| |
* | Revert "more work on sse sys messages"Mario2024-07-205-83/+100
| | | | | | This reverts commit 983fc84f283f34783b281ab047dc47c581cb937c
* | Revert "sse: reset session after connection aborted"Mario2024-07-201-9/+2
| | | | | | This reverts commit 3d03c24f060994c98011a5d87b1f498325a605fe
* | bump versionMario2024-07-201-1/+1
| |
* | sse: reset session after connection abortedMario2024-07-191-2/+9
| |
* | more work on sse sys messagesMario2024-07-195-100/+83
| |
* | more f arg removalMario2024-07-192-31/+32
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2024-07-191-128/+6
|\|
| * remove unused functions and start removing the ominous f argumentMario2024-07-191-128/+6
| |
* | use the same url for attachment and body. otherwise we can not deduplicate ↵Mario Vavti2024-07-191-3/+3
|/ | | | at the receiving side.
* changelogMario2024-07-181-0/+12
|
* bump versionMario2024-07-171-1/+1
|
* sse: revert removing of reset after 30 seconds and save a db lookup if we ↵Mario2024-07-171-2/+24
| | | | have just reset
* fix php warningMario2024-07-171-1/+1
|
* gd: check if function exists - obviously this can change after the initial ↵Mario2024-07-171-6/+24
| | | | install where we check this
* missing pdl for mod importMario2024-07-152-1/+9
|
* dbesc the workinfo jsonMario2024-07-151-2/+2
|
* always use ob_end_flush() and reduce code duplicationMario2024-07-151-6/+5
|
* make sure we always have an object which was not the case when repeating one ↵Mario2024-07-151-1/+7
| | | | of our own items
* do not handle non sys notifications if we are in sys only modeMario2024-07-101-1/+4
|
* more work on making sure system notifications appear on page reloadMario2024-07-101-2/+3
|
* improve handling of sse especially in relation with page reloadsMario2024-07-084-47/+36
|
* notifications: provide possibility to only display system notoficationsMario2024-07-073-20/+28
|
* adjust release dateMario2024-07-061-1/+1
|