aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wiki.tpl
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* List of wikis populates with links according to observer permissions.Andrew Manning2016-05-211-2/+2
|
* Successful new wiki git repo and item table recordAndrew Manning2016-05-211-17/+4
|
* Trying to fix wiki branch starting fresh from devAndrew Manning2016-05-211-0/+114