Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | translateable string | Mario Vavti | 2016-12-04 | 1 | -1/+1 |
| | |||||
* | implement content type in wiki list | Mario Vavti | 2016-12-04 | 1 | -1/+3 |
| | |||||
* | fixes for toc bbcode and bbcode wiki toc | Mario Vavti | 2016-12-04 | 1 | -2/+3 |
| | |||||
* | fix embed image for text/bbcode | Mario Vavti | 2016-12-02 | 1 | -0/+5 |
| | |||||
* | whitespace fixes | Mario Vavti | 2016-12-01 | 1 | -266/+260 |
| | |||||
* | more wiki cleanup | Mario Vavti | 2016-12-01 | 1 | -4/+5 |
| | |||||
* | wiki cleanup - wip. please watch out for eventual regressions | Mario Vavti | 2016-12-01 | 1 | -35/+29 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' into doco | Andrew Manning | 2016-11-30 | 3 | -7/+39 |
|\ | |||||
| * | go live with wiki mimetypes - you can now choose if a wiki will contain ↵ | Mario Vavti | 2016-11-30 | 2 | -6/+38 |
| | | | | | | | | markdown or bb-code markup | ||||
| * | provide role on siteinfo page | zotlabs | 2016-11-29 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into doco | Andrew Manning | 2016-11-29 | 4 | -28/+47 |
|\| | |||||
| * | This isn't the most elegant solution as it requires a bit of arcane ↵ | zotlabs | 2016-11-29 | 1 | -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 §ion= 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 ↵ | zotlabs | 2016-11-29 | 2 | -23/+39 |
| | | | | | | | | siteinfo | ||||
| * | some basic work for implementing mimetypes for wikis | Mario Vavti | 2016-11-28 | 1 | -0/+2 |
| | | |||||
* | | 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. | ||||
* | Merge pull request #602 from anaqreon/doco | git-marijus | 2016-11-28 | 1 | -1/+1 |
|\ | | | | | 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 Manning | 2016-11-27 | 1 | -1/+1 |
| | | | | | | | | loaded page under the side nav menu | ||||
* | | minor cleanup and remove more double encoding | Mario Vavti | 2016-11-28 | 2 | -17/+10 |
| | | |||||
* | | wiki: move delete page functionality to the widget | Mario Vavti | 2016-11-28 | 3 | -35/+35 |
|/ | |||||
* | rearrange buttons | Mario Vavti | 2016-11-25 | 1 | -16/+18 |
| | |||||
* | prev-next navigation for mod_connedit | zotlabs | 2016-11-24 | 1 | -0/+10 |
| | |||||
* | missing semicolon | Mario Vavti | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | whitespace and minor fixes | Mario Vavti | 2016-11-23 | 1 | -17/+12 |
| | |||||
* | whitespace and minor fixes | Mario Vavti | 2016-11-23 | 1 | -81/+55 |
| | |||||
* | Toggle save button depending on editor changes and return to editor instead ↵ | Andrew Manning | 2016-11-23 | 1 | -30/+41 |
| | | | | of history pane after saving | ||||
* | do not use nested section-content-wrapper class | Mario Vavti | 2016-11-22 | 1 | -3/+3 |
| | |||||
* | display wiki list on wiki landing page. | Mario Vavti | 2016-11-22 | 3 | -71/+97 |
| | |||||
* | move the remote user homebutton to the user menu. this way everything remote ↵ | Mario Vavti | 2016-11-20 | 1 | -2/+3 |
| | | | | user related is in one place. | ||||
* | Hide all content if no wiki is selected except for a message saying to ↵ | Andrew Manning | 2016-11-18 | 1 | -1/+6 |
| | | | | choose one. | ||||
* | Move page list back out to the side menu, but with the new page form below ↵ | Andrew Manning | 2016-11-18 | 3 | -40/+46 |
| | | | | the new page button like the new wiki form. Disable text editing if viewer lacks edit permission, and change the tab label to Source instead of Edit in that case. | ||||
* | Wiki pages display in tab to the left of the edit pane tab. Home is always ↵ | Andrew Manning | 2016-11-18 | 1 | -5/+5 |
| | | | | first in the list. | ||||
* | Merge branch 'dev' into wiki-gui | Andrew Manning | 2016-11-18 | 1 | -5/+1 |
|\ | |||||
| * | revert simple checkbox | Mario Vavti | 2016-11-18 | 2 | -8/+1 |
| | | |||||
| * | add a simple checkbox template for use in widgets | Mario Vavti | 2016-11-18 | 2 | -5/+8 |
| | | |||||
* | | move commit message and save button into edit pane. Change page list tab ↵ | Andrew Manning | 2016-11-18 | 2 | -19/+20 |
| | | | | | | | | label to Pages and move current page name back to section header. | ||||
* | | Remove page widget completely. Render the page list in a tab alongside ↵ | Andrew Manning | 2016-11-17 | 1 | -15/+25 |
|/ | | | | History Edit and renamed View tabs. Move new page form below new page button within this page list tab. | ||||
* | wiki list fixes | Mario Vavti | 2016-11-17 | 1 | -48/+40 |
| | |||||
* | Highlight active wiki in list in preparation for removing active wiki name ↵ | Andrew Manning | 2016-11-17 | 1 | -1/+1 |
| | | | | from content section header to make room for page list viewer | ||||
* | Merge remote-tracking branch 'upstream/dev' into wiki-gui | Andrew Manning | 2016-11-17 | 1 | -7/+16 |
|\ | |||||
| * | remove redundant comma | Mario Vavti | 2016-11-17 | 1 | -1/+1 |
| | | |||||
| * | configure ace with setOptions, get rid of redundant scrollbars | Mario Vavti | 2016-11-17 | 1 | -7/+16 |
| | | |||||
* | | Hide edit dialog if new wiki dialog opens | Andrew Manning | 2016-11-16 | 1 | -1/+1 |
| | | |||||
* | | Create wiki edit dialogs directly underneath the wiki name in the wiki list | Andrew Manning | 2016-11-16 | 2 | -42/+43 |
| | | |||||
* | | Move new wiki dialog directly underneath new wiki button in wiki list widget | Andrew Manning | 2016-11-16 | 2 | -29/+30 |
|/ | |||||
* | remove print margin and set wrap mode to free | Mario Vavti | 2016-11-16 | 1 | -0/+2 |
| | |||||
* | remove redundant function call | Mario Vavti | 2016-11-16 | 1 | -4/+3 |
| | |||||
* | use modal-lg instead of width 80% | Mario Vavti | 2016-11-16 | 1 | -2/+1 |
| | |||||
* | minor wiki changes | Mario Vavti | 2016-11-16 | 2 | -2/+7 |
| | |||||
* | still a bit of wiki permission weirdness, this should catch the major ones | zotlabs | 2016-11-15 | 2 | -6/+1 |
| | |||||
* | use same icon with rest of app | zotlabs | 2016-11-15 | 1 | -1/+1 |
| |