Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use html details element for toc on top of help pages. | Harald Eilertsen | 2024-09-29 | 1 | -7/+4 |
| | | | | | This allows us to get rid of some more unneccessary JavaScript that just implements stuff that web browsers now do anyways. | ||||
* | Remove link to "Contents" from the help table of contect sidebar. | Harald Eilertsen | 2024-09-29 | 1 | -2/+4 |
| | | | | | Changes the element where the jQuery.toc plugin looks for headings to only include the actual help contents, not the toc itself. | ||||
* | fa2bi: some sed woodoo on templates and manual fixes in js and php files | Mario | 2024-08-02 | 1 | -1/+1 |
| | |||||
* | Add a notice to help pages when defaulting to english. | Harald Eilertsen | 2024-07-24 | 1 | -0/+5 |
| | |||||
* | Remove language selector from help pages. | Harald Eilertsen | 2024-07-23 | 1 | -16/+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. | ||||
* | Rework Help module + begin tests for Setup module | Harald Eilertsen | 2024-04-30 | 1 | -4/+4 |
| | |||||
* | dropdown-menu-right -> dropdown-menu-end | Mario | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | upgrade to bootstrap 5.0.1 and first batch of fixes | Mario | 2021-06-07 | 1 | -2/+2 |
| | |||||
* | Add French to help pages language dropdown selector | Andrew Manning | 2017-11-17 | 1 | -0/+1 |
| | |||||
* | minor adjustmen to the help language selector | git-marijus | 2017-08-24 | 1 | -2/+2 |
| | |||||
* | Added language selector menu for Help pages | Andrew Manning | 2017-08-24 | 1 | -0/+15 |
| | |||||
* | Repaired and extended support for help page translations including table of ↵ | Andrew Manning | 2017-08-23 | 1 | -18/+0 |
| | | | | contents files at the top level. Moved help module javascript to mod_help.js. | ||||
* | Revert "move theme specific files to theme dir" | zotlabs | 2017-05-02 | 1 | -0/+33 |
| | | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. | ||||
* | move theme specific files to theme dir | zotlabs | 2017-05-01 | 1 | -33/+0 |
| | |||||
* | fix help menu | Mario Vavti | 2017-03-12 | 1 | -2/+2 |
| | |||||
* | fixing classes | Mario Vavti | 2017-03-10 | 1 | -2/+2 |
| | |||||
* | move style info into css file | Mario Vavti | 2016-12-22 | 1 | -9/+9 |
| | |||||
* | some changes to heading sizes to make some sense in the doco (this will ↵ | Mario Vavti | 2016-12-20 | 1 | -1/+1 |
| | | | | undergo some refinement in the next release cycle when we possibly upgrade to bootstrap 4) and get rid of the accordion for now. | ||||
* | Move headings down to start at H3 at Mario's direction | Andrew Manning | 2016-12-19 | 1 | -3/+3 |
| | |||||
* | reworked doco navigation | Mario Vavti | 2016-12-15 | 1 | -9/+0 |
| | |||||
* | show doc section heading in titlebar | Mario Vavti | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | fix embed-image for fullscreen mode and some adjustments for /help | Mario Vavti | 2016-12-10 | 1 | -1/+1 |
| | |||||
* | Only display h1 headings in sticky side nav. Toggle display of detailed TOC ↵ | Andrew Manning | 2016-12-09 | 1 | -5/+25 |
| | | | | at top of page. Introduce return to top button for small screens. | ||||
* | Condense sticky nav TOC to h1 only. Add deep TOC to top of each page. Adjust ↵ | Andrew Manning | 2016-12-08 | 1 | -0/+14 |
| | | | | developer guide headings. | ||||
* | Major changes to accordion nav menu. Table of contents auto-generated below ↵ | Andrew Manning | 2016-11-29 | 1 | -1/+1 |
| | | | | the loaded page. Removed manual TOCs from individual pages. TOC uses jQuery plugin Sticky to remain visible when it would scroll out of view. | ||||
* | Use the jquery.toc.js library to auto-generate a table of contents for the ↵ | Andrew Manning | 2016-11-27 | 1 | -1/+1 |
| | | | | loaded page under the side nav menu | ||||
* | Bring /help in line with the rest of the app | Mario Vavti | 2015-06-22 | 1 | -2/+7 |
| | |||||
* | Stick help in a template | Thomas Willingham | 2014-03-12 | 1 | -0/+3 |