Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css fixes | Mario Vavti | 2016-06-11 | 2 | -10/+1 |
| | |||||
* | es_ES and NL string for 1.8RC. Hopefully I'm doing it right. | jeroenpraat | 2016-06-11 | 4 | -9041/+9047 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-09 | 1 | -16/+0 |
|\ | |||||
| * | remove the automatic ajax page load on pgdn key; it can load content much ↵ | redmatrix | 2016-06-09 | 1 | -16/+0 |
| | | | | | | | | faster than you can page and potentially lead to memory exhaustion. | ||||
* | | Javascript only allows saving a page if the content has changed. | Andrew Manning | 2016-06-07 | 1 | -2/+11 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-07 | 3 | -5/+5 |
|\| | |||||
| * | rename admin/users to admin/accounts, provide sortable columns in account ↵ | redmatrix | 2016-06-06 | 2 | -4/+4 |
| | | | | | | | | and channel summaries - issue #255 | ||||
| * | adjust the autocomplete regex slightly to account for emoji names | redmatrix | 2016-06-05 | 1 | -1/+1 |
| | | |||||
* | | Hide page history viewer when viewing sandbox | Andrew Manning | 2016-06-05 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-05 | 4 | -5772/+5642 |
|\| | |||||
| * | Updating NL + es_ES strings | jeroenpraat | 2016-06-06 | 4 | -5772/+5642 |
| | | |||||
* | | Custom commit message available. Improved history viewer and feedback from ↵ | Andrew Manning | 2016-06-05 | 2 | -6/+22 |
| | | | | | | | | revert buttons. | ||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-05 | 1 | -0/+5 |
|\| | |||||
| * | provide a hover class for smiley emojis which renders them slightly larger ↵ | redmatrix | 2016-06-04 | 1 | -0/+5 |
| | | | | | | | | on compatible devices when you single them out for inspection | ||||
* | | Basic page reversion implemented. The revert button on the history view ↵ | Andrew Manning | 2016-06-05 | 2 | -2/+20 |
| | | | | | | | | 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 | 3 | -4/+4 |
| | | | | | | | | characters do not seem to break things. | ||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-04 | 3 | -69/+94 |
|\| | |||||
| * | allow any (current) emoji to be displayed on any site, and provide a default ↵ | redmatrix | 2016-06-03 | 1 | -14/+4 |
| | | | | | | | | list of reactions that can be over-ridden via configuration if a site doesn't like our choices or perhaps the ordering of our choices. | ||||
| * | turn emoji ability into a feature so that either a member or the site admin ↵ | redmatrix | 2016-06-03 | 1 | -1/+1 |
| | | | | | | | | can disable it. Default is enabled. | ||||
| * | some theming for emoji button | Mario Vavti | 2016-06-03 | 2 | -95/+95 |
| | | |||||
| * | restrict emoji reactions to the top level for now. | redmatrix | 2016-06-02 | 1 | -0/+2 |
| | | |||||
| * | menu entries for basic emoji support. I could use a bit of help theming ↵ | redmatrix | 2016-06-02 | 2 | -0/+33 |
| | | | | | | | | this. It may also be better rendered as a panel of buttons than a dropdown menu. Eventually we should probably allow the system admin to configure the emojis they want; as there are a large number. I only brought in a small collection that I thought would be most useful as post reactions. | ||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-02 | 6 | -22/+31 |
|\| | |||||
| * | more db column renames | redmatrix | 2016-05-31 | 3 | -10/+18 |
| | | |||||
| * | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 1 | -1/+1 |
| | | |||||
| * | render code bbcode inline if there are no linebreaks in the text. | Mario Vavti | 2016-05-30 | 2 | -11/+14 |
| | | |||||
* | | 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 | 2 | -1/+39 |
| | | | | | | | | 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 |
| | | |||||
* | | Only show wiki delete control if 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 | 2 | -0/+15 |
| | | | | | | | | proper inline code rendering. Stopped using Parsedown even though Markdown is slower, hence extra delay when previewing pages. | ||||
* | | Home page create with new wiki. URL redirects here when no page given. Fixed ↵ | Andrew Manning | 2016-05-29 | 1 | -1/+1 |
| | | | | | | | | bug with author in wiki item table record. | ||||
* | | 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 | 2 | -5/+6 |
| | | | | | | | | Removed some logger calls. | ||||
* | | Wiki page list is fetched and the page widget is updated | Andrew Manning | 2016-05-28 | 2 | -1/+18 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-05-27 | 23 | -2002/+2114 |
|\| | |||||
| * | consolidate all the sys_boot functionality that is common between the web ↵ | redmatrix | 2016-05-26 | 12 | -12/+12 |
| | | | | | | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so. | ||||
| * | some event fixes, also change jquery-textcomplete to un-minified since the ↵ | redmatrix | 2016-05-25 | 1 | -1/+1 |
| | | | | | | | | minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it. | ||||
| * | app rendering issues, typo in class name and could not find icon ↵ | redmatrix | 2016-05-25 | 1 | -1/+1 |
| | | | | | | | | 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead | ||||
| * | remove the add others button for now - after some research it turned out not ↵ | Mario Vavti | 2016-05-25 | 2 | -8/+0 |
| | | | | | | | | beeing so useful | ||||
| * | code cleanup | redmatrix | 2016-05-24 | 1 | -1/+1 |
| | | |||||
| * | Update NL + ES_ES | jeroenpraat | 2016-05-22 | 4 | -1318/+1398 |
| | | |||||
| * | Update DE translation strings | phellmes | 2016-05-21 | 2 | -661/+701 |
| | | |||||
* | | Delete wiki (in progress) | Andrew Manning | 2016-05-24 | 2 | -3/+24 |
| | |