aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wiki.tpl
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceMario Vavti2017-10-021-3/+3
|
* wiki: show save button and commit input field in all tabs if there is ↵Mario Vavti2017-10-021-25/+37
| | | | unsaved content. fix #853
* wiki: lock mimetypezotlabs2017-09-141-0/+1
|
* wiki: do not suggest bbcode if mimetype is text/plainMario Vavti2017-09-141-0/+2
|
* wiki mimetype selection. We can add text/plain as soon as we add code to ↵zotlabs2017-09-121-1/+2
| | | | purify and render it specifically.
* rewrite wiki pages widget - no need for ajax on pageload, show the pages to ↵git-marijus2017-06-031-11/+8
| | | | not authenticated people.
* more markdown purificationzotlabs2017-03-291-2/+1
|
* even more fine tuning of the markdown purifier - especially when used with ↵zotlabs2017-03-291-1/+1
| | | | the wiki
* various input filter fixeszotlabs2017-03-291-1/+2
|
* fix embed image modalsMario Vavti2017-03-221-12/+12
|
* fix fullscreen and bbco_autocomplete popup renderingMario Vavti2017-03-201-1/+1
|
* many class fixes and revive shiny class for item titles in a new wayMario Vavti2017-03-131-15/+11
|
* fixing classesMario Vavti2017-03-101-1/+1
|
* some sed magic on button class namesMario Vavti2017-03-101-5/+5
|
* fix js issue in markdown mimetype wikis if content contains quotesMario Vavti2017-02-271-1/+1
|
* fix embedimage if an albumname contains quotesMario Vavti2017-01-111-2/+3
|
* issue #636 - some localised (e.g. Italian) strings have single quotes which ↵zotlabs2017-01-011-6/+6
| | | | throw JS errors when used in single quoted template constructs.
* more wiki cleanupMario Vavti2016-12-151-20/+18
|
* wiki: do not show revert buttons if we do not have write perms and minor cleanupMario Vavti2016-12-141-6/+1
|
* wiki: indicate saved state for bbcode typeMario Vavti2016-12-121-7/+6
|
* fix typo and do not do anything on resize if not fullscreenMario Vavti2016-12-101-2/+4
|
* even more wiki fullscreen optimisationMario Vavti2016-12-101-4/+8
|
* more wiki fullscreen optimisationMario Vavti2016-12-101-4/+26
|
* wiki fullscreen optimisationMario Vavti2016-12-101-8/+20
|
* fixes for toc bbcode and bbcode wiki tocMario Vavti2016-12-041-2/+3
|
* fix embed image for text/bbcodeMario Vavti2016-12-021-0/+5
|
* 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
|
* go live with wiki mimetypes - you can now choose if a wiki will contain ↵Mario Vavti2016-11-301-4/+37
| | | | markdown or bb-code markup
* minor cleanup and remove more double encodingMario Vavti2016-11-281-8/+0
|
* wiki: move delete page functionality to the widgetMario Vavti2016-11-281-30/+0
|
* missing semicolonMario Vavti2016-11-231-1/+1
|
* 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
|
* display wiki list on wiki landing page.Mario Vavti2016-11-221-42/+0
|
* Hide all content if no wiki is selected except for a message saying to ↵Andrew Manning2016-11-181-1/+6
| | | | choose one.
* Move page list back out to the side menu, but with the new page form below ↵Andrew Manning2016-11-181-38/+11
| | | | 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 Manning2016-11-181-5/+5
| | | | first in the list.
* move commit message and save button into edit pane. Change page list tab ↵Andrew Manning2016-11-181-18/+19
| | | | 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 Manning2016-11-171-15/+25
| | | | History Edit and renamed View tabs. Move new page form below new page button within this page list tab.
* Merge remote-tracking branch 'upstream/dev' into wiki-guiAndrew Manning2016-11-171-7/+16
|\
| * remove redundant commaMario Vavti2016-11-171-1/+1
| |
| * configure ace with setOptions, get rid of redundant scrollbarsMario Vavti2016-11-171-7/+16
| |
* | Create wiki edit dialogs directly underneath the wiki name in the wiki listAndrew Manning2016-11-161-11/+0
| |
* | Move new wiki dialog directly underneath new wiki button in wiki list widgetAndrew Manning2016-11-161-29/+0
|/
* remove print margin and set wrap mode to freeMario Vavti2016-11-161-0/+2
|
* remove redundant function callMario Vavti2016-11-161-4/+3
|
* use modal-lg instead of width 80%Mario Vavti2016-11-161-2/+1
|