Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use html details element for toc on top of help pages. | Harald Eilertsen | 2024-09-29 | 1 | -11/+0 |
| | | | | | This allows us to get rid of some more unneccessary JavaScript that just implements stuff that web browsers now do anyways. | ||||
* | fa2bi: some sed woodoo on templates and manual fixes in js and php files | Mario | 2024-08-02 | 1 | -2/+2 |
| | |||||
* | Remove language selector from help pages. | Harald Eilertsen | 2024-07-23 | 1 | -48/+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 Eilertsen | 2024-07-23 | 1 | -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. | ||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -10/+8 |
| | |||||
* | Proposed fix for issue #1091 | Galette Saucisse | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | Replace pushState with replaceState to prevent browser history clutter in ↵ | Andrew Manning | 2018-04-09 | 1 | -2/+2 |
| | | | | Help pages. | ||||
* | minor adjustmen to the help language selector | git-marijus | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Added language selector menu for Help pages | Andrew Manning | 2017-08-24 | 1 | -0/+50 |
| | |||||
* | Repaired and extended support for help page translations including table of ↵ | Andrew Manning | 2017-08-23 | 1 | -0/+74 |
contents files at the top level. Moved help module javascript to mod_help.js. |