Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | multi acl: port /rpost | Mario Vavti | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | multi acl: port /wiki | Mario Vavti | 2016-08-04 | 1 | -7/+7 |
| | |||||
* | JavaScript popup for page delete confirmation | Andrew Manning | 2016-07-01 | 1 | -0/+3 |
| | |||||
* | Replace homemade table of content generator with existing jQuery plugin. Now ↵ | Andrew Manning | 2016-06-30 | 1 | -0/+2 |
| | | | | toc is linked to document headings. | ||||
* | A page name wrapped in double brackets is converted into a link to another ↵ | Andrew Manning | 2016-06-25 | 1 | -1/+1 |
| | | | | page in the current wiki | ||||
* | Insert image links wherever cursor is in the editor | Andrew Manning | 2016-06-25 | 1 | -2/+2 |
| | |||||
* | Post generation about new wiki is optional, default is NOT to post. Fixed ↵ | Andrew Manning | 2016-06-25 | 1 | -1/+130 |
| | | | | bug in wiki creation. Added embed image dialog and album browser. | ||||
* | Do not change active page commit until user reverts the page | Andrew Manning | 2016-06-20 | 1 | -1/+2 |
| | |||||
* | Wiki page revision comparison tool with diff displayed in modal dialog. ↵ | Andrew Manning | 2016-06-17 | 1 | -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 Manning | 2016-06-15 | 1 | -1/+40 |
| | | | | fixes. | ||||
* | Javascript only allows saving a page if the content has changed. | Andrew Manning | 2016-06-07 | 1 | -2/+11 |
| | |||||
* | Hide page history viewer when viewing sandbox | Andrew Manning | 2016-06-05 | 1 | -2/+2 |
| | |||||
* | Custom commit message available. Improved history viewer and feedback from ↵ | Andrew Manning | 2016-06-05 | 1 | -2/+18 |
| | | | | revert buttons. | ||||
* | Basic page reversion implemented. The revert button on the history view ↵ | Andrew Manning | 2016-06-05 | 1 | -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 Manning | 2016-06-04 | 1 | -4/+30 |
| | |||||
* | Wiki and page filenames are abstracted from their displayed names. Special ↵ | Andrew Manning | 2016-06-04 | 1 | -2/+2 |
| | | | | characters do not seem to break things. | ||||
* | Major corrections to access control and page construction. | Andrew Manning | 2016-06-02 | 1 | -0/+2 |
| | |||||
* | Created page history widget to dynamically fetch and display the git commit ↵ | Andrew Manning | 2016-05-30 | 1 | -1/+28 |
| | | | | history for wiki pages. | ||||
* | Replaced wiki item record object field with ActivityStreams information. ↵ | Andrew Manning | 2016-05-30 | 1 | -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 Manning | 2016-05-29 | 1 | -0/+2 |
| | |||||
* | Hacked Parsedown and Markdown to add class inline-code to <code> blocks for ↵ | Andrew Manning | 2016-05-29 | 1 | -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 Manning | 2016-05-28 | 1 | -2/+21 |
| | |||||
* | Show page content by default. Hide page controls where appropriate. Fix ↵ | Andrew Manning | 2016-05-28 | 1 | -6/+8 |
| | | | | sandbox text format. | ||||
* | Page content is loaded from the file on disk | Andrew Manning | 2016-05-28 | 1 | -1/+1 |
| | |||||
* | Wiki page list links work. File content is not yet loaded into the editor. ↵ | Andrew Manning | 2016-05-28 | 1 | -2/+2 |
| | | | | Removed some logger calls. | ||||
* | Wiki page list is fetched and the page widget is updated | Andrew Manning | 2016-05-28 | 1 | -0/+17 |
| | |||||
* | Add new page to wiki and redirect to editor page. | Andrew Manning | 2016-05-27 | 1 | -0/+19 |
| | |||||
* | Wiki deletion works | Andrew Manning | 2016-05-27 | 1 | -0/+2 |
| | |||||
* | Delete wiki (in progress) | Andrew Manning | 2016-05-24 | 1 | -2/+14 |
| | |||||
* | List of wikis populates with links according to observer permissions. | Andrew Manning | 2016-05-21 | 1 | -2/+2 |
| | |||||
* | Successful new wiki git repo and item table record | Andrew Manning | 2016-05-21 | 1 | -17/+4 |
| | |||||
* | Trying to fix wiki branch starting fresh from dev | Andrew Manning | 2016-05-21 | 1 | -0/+114 |