aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* simplify wikilist widgetMario Vavti2016-12-131-38/+1
|
* wiki: indicate saved state for bbcode typeMario Vavti2016-12-121-7/+6
|
* some preliminary work for email notification of likes - potentially ↵zotlabs2016-12-111-0/+1
| | | | destabilising so disabled until after next release
* show doc section heading in titlebarMario Vavti2016-12-111-1/+1
|
* fix embed-image for fullscreen mode and some adjustments for /helpMario Vavti2016-12-102-2/+2
|
* fix typo and do not do anything on resize if not fullscreenMario Vavti2016-12-101-2/+4
|
* even more wiki fullscreen optimisationMario Vavti2016-12-102-4/+9
|
* more wiki fullscreen optimisationMario Vavti2016-12-102-5/+26
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-12-104-4902/+5021
|\
| * Merge pull request #617 from anaqreon/docogit-marijus2016-12-102-5/+26
| |\ | | | | | | Only display h1 headings in sticky side nav. Toggle display of detail…
| | * Only display h1 headings in sticky side nav. Toggle display of detailed TOC ↵Andrew Manning2016-12-092-5/+26
| | | | | | | | | | | | at top of page. Introduce return to top button for small screens.
| * | Update DE translation stringsphellmes2016-12-102-4897/+4995
| |/
* / wiki fullscreen optimisationMario Vavti2016-12-103-8/+35
|/
* Condense sticky nav TOC to h1 only. Add deep TOC to top of each page. Adjust ↵Andrew Manning2016-12-081-0/+14
| | | | developer guide headings.
* Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2016-12-081-1/+5
|\
| * Report the WebDAV endpoint on the settings page (under the reddress) if the ↵zotlabs2016-12-081-1/+5
| | | | | | | | account techlevel suggests the viewer isn't going to run away screaming and have epileptic seizures when they see the term 'WebDAV'.
* | Replace Hubzilla with $Projectname more. Revise code block side-scrollAndrew Manning2016-12-081-0/+5
|/
* Merge pull request #614 from mjfriaza/devzotlabs2016-12-082-258/+278
|\ | | | | Translated new strings into es_ES
| * Updated the Spanish translationManuel Jiménez Friaza2016-12-072-258/+278
| |
* | translateable stringMario Vavti2016-12-041-1/+1
| |
* | implement content type in wiki listMario Vavti2016-12-042-5/+7
| |
* | fixes for toc bbcode and bbcode wiki tocMario Vavti2016-12-043-3/+16
| |
* | Merge pull request #609 from mjfriaza/devzotlabs2016-12-042-4927/+4933
|\| | | | | Updated the Spanish version
| * Updated the Spanish translationManuel Jiménez Friaza2016-12-032-4927/+4933
| |
* | fix embed image for text/bbcodeMario Vavti2016-12-021-0/+5
| |
* | use highlight in ac-list for hl bbcodeMario Vavti2016-12-011-1/+2
| |
* | whitespace fixesMario Vavti2016-12-011-266/+260
| |
* | more wiki cleanupMario Vavti2016-12-011-4/+5
| |
* | wiki cleanup - wip. please watch out for eventual regressionsMario Vavti2016-12-011-35/+29
| |
* | Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2016-11-304-8/+45
|\ \
| * | go live with wiki mimetypes - you can now choose if a wiki will contain ↵Mario Vavti2016-11-303-7/+44
| | | | | | | | | | | | markdown or bb-code markup
| * | provide role on siteinfo pagezotlabs2016-11-291-1/+1
| | |
* | | Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2016-11-295-29/+48
|\| |
| * | This isn't the most elegant solution as it requires a bit of arcane ↵zotlabs2016-11-291-5/+6
| | | | | | | | | | | | knowledge, but provide a way to step through connections with a specific tab/panel open in the connection editor. It does not close the default panel, but merely opens the one specified by a &section= URL parameter (closing the default panel would require a major refactoring of the default panel logic). Valid choices for section currently are affinity, filter, and perms. This tab/panel selection should persist across form posting and 'prev/next'.
| * | provide a fresh new look and cleaner layout and more relevant information to ↵zotlabs2016-11-292-23/+39
| | | | | | | | | | | | siteinfo
| * | highlightzotlabs2016-11-291-1/+1
| | |
| * | some basic work for implementing mimetypes for wikisMario Vavti2016-11-281-0/+2
| | |
* | | Major changes to accordion nav menu. Table of contents auto-generated below ↵Andrew Manning2016-11-291-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.
* | Merge pull request #602 from anaqreon/docogit-marijus2016-11-282-11/+13
|\ \ | | | | | | Update context help content and context page element focus feature.
| * | Use the jquery.toc.js library to auto-generate a table of contents for the ↵Andrew Manning2016-11-271-1/+1
| | | | | | | | | | | | loaded page under the side nav menu
| * | Update wiki context help. Modify context page element focus feature to do ↵Andrew Manning2016-11-261-10/+12
| | | | | | | | | | | | nothing if the target DOM element is not found.
* | | minor cleanup and remove more double encodingMario Vavti2016-11-282-17/+10
| | |
* | | wiki: move delete page functionality to the widgetMario Vavti2016-11-285-35/+81
|/ /
* | rearrange buttonsMario Vavti2016-11-251-16/+18
| |
* | prev-next navigation for mod_conneditzotlabs2016-11-241-0/+10
| |
* | missing semicolonMario Vavti2016-11-231-1/+1
| |
* | whitespace and minor fixesMario Vavti2016-11-231-17/+12
| |
* | whitespace and minor fixesMario Vavti2016-11-231-81/+55
| |
* | Toggle save button depending on editor changes and return to editor instead ↵Andrew Manning2016-11-231-30/+41
| | | | | | | | of history pane after saving
* | do not use nested section-content-wrapper classMario Vavti2016-11-221-3/+3
| |