Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Drop language specifier in URL when redirecting | Harald Eilertsen | 2024-09-29 | 1 | -2/+2 |
| | | | | This finally fixes the help for languages other than english. | ||||
* | mod help: only abort requests without topic if we have not got a search request | Mario | 2024-09-24 | 1 | -1/+2 |
| | |||||
* | Move language member to HelpHelperTrait. | Harald Eilertsen | 2024-07-24 | 1 | -8/+0 |
| | | | | Should have been there from the start, was just a miss. | ||||
* | Redirect help to about page when locale but no topic specified in URL | Harald Eilertsen | 2024-07-23 | 1 | -0/+5 |
| | |||||
* | Module\Help: Only variables can be passed by reference. | Harald Eilertsen | 2024-06-12 | 1 | -1/+2 |
| | | | | | | Introduce an intermediate variable when extracting the file type from the file name. Otherwise we would try to pass a returned value as a reference. | ||||
* | Rename HelpHelper to HelpHelperTrait. | Harald Eilertsen | 2024-05-03 | 1 | -1/+1 |
| | | | | PHPCS prefers traits to be suffixed with "Trait", and I think I agree. | ||||
* | Rework Help module + begin tests for Setup module | Harald Eilertsen | 2024-04-30 | 1 | -17/+174 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -0/+2 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-13 | 1 | -4/+5 |
| | |||||
* | Add .webp image format support | Max Kostikov | 2019-12-07 | 1 | -1/+4 |
| | |||||
* | feed untranslated appnames to nav_set_selected() and query for the active ↵ | Mario Vavti | 2017-10-09 | 1 | -1/+1 |
| | | | | app directly to get app details | ||||
* | Added language selector menu for Help pages | Andrew Manning | 2017-08-24 | 1 | -1/+4 |
| | |||||
* | more nav_set_selected apps | git-marijus | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | some minor help cleanup - add '-/foo' override of language detection | zotlabs | 2017-05-24 | 1 | -37/+37 |
| | |||||
* | show doc section heading in titlebar | Mario Vavti | 2016-12-11 | 1 | -1/+13 |
| | |||||
* | Only display h1 headings in sticky side nav. Toggle display of detailed TOC ↵ | Andrew Manning | 2016-12-09 | 1 | -0/+1 |
| | | | | at top of page. Introduce return to top button for small screens. | ||||
* | Add ability to include page assets in documentation pages such as images. ↵ | Andrew Manning | 2016-11-27 | 1 | -1/+32 |
| | | | | Updated Personal Channel tutorial to use local images using this new capability. | ||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -24/+14 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | sidebar table of contents for help hierarchies; note that these should ↵ | redmatrix | 2016-09-04 | 1 | -1/+1 |
| | | | | probably be html due to extraneous linefeeds you might find in bbcode or markdown | ||||
* | move doc file parsing and rendering from the module level to the help ↵ | redmatrix | 2016-09-04 | 1 | -86/+5 |
| | | | | library so that it can be re-used by widgets | ||||
* | Display text around the searched query in documentation search | Andrew Manning | 2016-08-27 | 1 | -2/+3 |
| | |||||
* | doc search broken | redmatrix | 2016-08-27 | 1 | -2/+2 |
| | |||||
* | rework the conversation object stuff at a high level - still needs a bit of ↵ | redmatrix | 2016-05-20 | 1 | -1/+1 |
| | | | | refactoring | ||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+146 |