aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wiki.tpl
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* minor wiki changesMario Vavti2016-11-161-2/+3
|
* still a bit of wiki permission weirdness, this should catch the major oneszotlabs2016-11-151-5/+0
|
* Moved delete wiki button into new edit wiki form, opened by edit wiki icon ↵Andrew Manning2016-11-141-27/+28
| | | | in wiki list
* Moved new wiki and new page buttons to widgetsAndrew Manning2016-11-141-346/+383
|
* Bring Ace editor into focus when Edit tab is clicked to allow immediate text ↵Andrew Manning2016-11-121-2/+6
| | | | entry.
* Moved save to bottom. Created Wiki Tools dropdown to be consistent, moved ↵Andrew Manning2016-11-121-20/+49
| | | | page tools in there as well as new page and new wiki
* Move save button to tab barAndrew Manning2016-11-121-3/+5
|
* Add wiki download button to export the selected wiki repo to a zip fileAndrew Manning2016-10-221-0/+4
|
* multi acl: port /rpostMario Vavti2016-08-051-1/+1
|
* multi acl: port /wikiMario Vavti2016-08-041-7/+7
|
* JavaScript popup for page delete confirmationAndrew Manning2016-07-011-0/+3
|
* Replace homemade table of content generator with existing jQuery plugin. Now ↵Andrew Manning2016-06-301-0/+2
| | | | toc is linked to document headings.
* A page name wrapped in double brackets is converted into a link to another ↵Andrew Manning2016-06-251-1/+1
| | | | page in the current wiki
* Insert image links wherever cursor is in the editorAndrew Manning2016-06-251-2/+2
|
* Post generation about new wiki is optional, default is NOT to post. Fixed ↵Andrew Manning2016-06-251-1/+130
| | | | bug in wiki creation. Added embed image dialog and album browser.
* Do not change active page commit until user reverts the pageAndrew Manning2016-06-201-1/+2
|
* Wiki page revision comparison tool with diff displayed in modal dialog. ↵Andrew Manning2016-06-171-11/+36
| | | | Leverages Diff class from http://code.stephenmorley.org/php/diff-implementation with license CC0 1.0 universal http://creativecommons.org/publicdomain/zero/1.0/legalcode
* Rename page feature added. Fixed bug in git commit function and other minor ↵Andrew Manning2016-06-151-1/+40
| | | | fixes.
* Javascript only allows saving a page if the content has changed.Andrew Manning2016-06-071-2/+11
|
* Hide page history viewer when viewing sandboxAndrew Manning2016-06-051-2/+2
|
* Custom commit message available. Improved history viewer and feedback from ↵Andrew Manning2016-06-051-2/+18
| | | | revert buttons.
* Basic page reversion implemented. The revert button on the history view ↵Andrew Manning2016-06-051-0/+17
| | | | replaces the editor text but does not save the page.
* Page deletion implemented. Hide the delete button and disallow for Home page.Andrew Manning2016-06-041-4/+30
|
* Wiki and page filenames are abstracted from their displayed names. Special ↵Andrew Manning2016-06-041-2/+2
| | | | characters do not seem to break things.
* Major corrections to access control and page construction.Andrew Manning2016-06-021-0/+2
|
* Created page history widget to dynamically fetch and display the git commit ↵Andrew Manning2016-05-301-1/+28
| | | | history for wiki pages.
* Replaced wiki item record object field with ActivityStreams information. ↵Andrew Manning2016-05-301-1/+1
| | | | Wiki git repo path is stored in iconfig instead.
* Fixed bug in access control. Hide new wiki/page buttons if not channel owner.Andrew Manning2016-05-291-0/+2
|
* Hacked Parsedown and Markdown to add class inline-code to <code> blocks for ↵Andrew Manning2016-05-291-0/+6
| | | | proper inline code rendering. Stopped using Parsedown even though Markdown is slower, hence extra delay when previewing pages.
* Wiki pages can be saved.Andrew Manning2016-05-281-2/+21
|
* Show page content by default. Hide page controls where appropriate. Fix ↵Andrew Manning2016-05-281-6/+8
| | | | sandbox text format.
* Page content is loaded from the file on diskAndrew Manning2016-05-281-1/+1
|
* Wiki page list links work. File content is not yet loaded into the editor. ↵Andrew Manning2016-05-281-2/+2
| | | | Removed some logger calls.
* Wiki page list is fetched and the page widget is updatedAndrew Manning2016-05-281-0/+17
|
* Add new page to wiki and redirect to editor page.Andrew Manning2016-05-271-0/+19
|
* Wiki deletion worksAndrew Manning2016-05-271-0/+2
|
* Delete wiki (in progress)Andrew Manning2016-05-241-2/+14
|