Coder Social home page Coder Social logo

funktechno / kanboard-plugin-wiki Goto Github PK

View Code? Open in Web Editor NEW
39.0 11.0 19.0 559 KB

Wiki plugin for kanboard.net to document projects

License: MIT License

JavaScript 2.68% PHP 96.68% Makefile 0.12% CSS 0.53%
kanboard-plugin kanboard php kanban plugin wiki-plugin hacktoberfest

kanboard-plugin-wiki's Introduction

Wiki Plugin for Kanboard

Looking for contributors.

Wiki to document projects

Build Status

  • Create and manage wikipages per project
  • Store different editions of wikipages

Author

  • lastlink
  • License MIT

Requirements

  • Kanboard >= 1.0.37

Installation

You have the choice between 3 methods:

  1. Install the plugin from the Kanboard plugin manager with one click
  2. Download the zip file and decompress everything under the directory plugins/Wiki
  3. Clone this repository into the folder plugins/Wiki

Note: Plugin folder is case-sensitive.

Documentation

Wiki plugin

Wiki is based off of taiga.io's project wiki module. The budget plugin was modified to create this plugin. The main reason for this plugin is behind the need to keep project documentation together with a project and give access to the same user listing. This is also the solution to issue 358. There are many chat integrations that kanboard has and many wikis out there. However, none of the open-sourced wikis or any I'm aware of have great integrations that easily share users with other solutions.

This section is available from project settings page: Project > Wiki. There is also a shortcut from the drop-down menu on the board.

Supported

  • Simple wikipages per project
  • Backup of previous versions of wikipages as editions

Wikilink

Find the wiki button for a project in the menu dropdown.

Wiki link

Wikipage detail

Wikipage detail

Very similar to task screen. You can edit via a modal. Copies are stored as editions. Should support uploading COMING SOON. Desired look will be to be able to reorder wikipages via dragging on left column.

Editions Listing

Editions Listing

Can see previous editions saved of a wikipage. Can also restore from this page. Note that you can only restore saved editions. So you if you have the global setting Saving Editions as false then you are not currently saving editions when you make changes.

TODO

  • editions listing and restore
    • Related issues: #9
  • finish edit
  • [] ordering
    • [] drop down to switch
    • [] drag to move, require css magic
  • fix wiki sidebar
    • use html template render properly to list wiki pages
      • still having difficulty getting template helper working, manually added for each page
  • get rid of additional old budget plugin code
  • [] kanboard rest api support
  • [] translations, maybe buttons, won't be translating "Wiki" for most languages
  • [] active, archived wikipages?
  • global wiki page search

Roadmap

Development

After a change must update the version in Plugin.php and Makefile

Plugin.php E.g.

public function getPluginVersion()
{
    return '0.2.6';
}

Makefile E.g.

version=0.2.6

To run a new build type make. NOTE: this only zips files in the last commit in the branch you are on. If you haven't commited your changes these won't be included in the zip.

After testing create a new tag in github or via cli. git tag -a 0.2.6 -m "Translations Updates". Then git push origin --tags Then upload the new Wiki-version.zip produced from make. Then do a pull request on https://github.com/kanboard/website for the plugins.json to update the plugin url. The version & download attributes are important to be correct.

{
"wiki": {
        "title": "Wiki",
        "version": "0.2.5",
        "author": "lastlink",
        "license": "MIT",
        "description": "Wiki to document projects.",
        "homepage": "https://github.com/funktechno/kanboard-plugin-wiki",
        "readme": "https://raw.githubusercontent.com/funktechno/kanboard-plugin-wiki/master/README.md",
        "download": "https://github.com/funktechno/kanboard-plugin-wiki/releases/download/0.2.5-alpha/Wiki-0.2.5.zip",
        "remote_install": true,
        "compatible_version": ">=1.0.37"
    }
}

kanboard-plugin-wiki's People

Contributors

alfredbuehler avatar creecros avatar eskiso avatar goodnewz avatar imgbotapp avatar lastlink avatar rainerbielefeld avatar victor-it avatar zazy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kanboard-plugin-wiki's Issues

QA: How to add sub pages?

Hi

The plugin is called "Wiki" but it accepts markdown and it does not seem to take Wiki links. Is it possible to add sub pages or linked pages ?

thanks

Table of contents for Wikipages with section links

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

Currently there is no table of contents for Wikipages, which makes longer pages confusing. At the same time, the block with the versioning information takes up a lot of space.

Expected behaviour

There is a table of contents, e.g. as soon as there are more than three sections on the page. Clicking on one of the headings will take you to the appropriate section. The block with the version information is presented e.g. not as a list but side by side and in a smaller font.

Steps to reproduce

Screenshots

Logs

Configuration

  • Kanboard version:
  • Database type and version:
  • PHP version:
  • OS:
  • Browser:
  • Application settings Language:

can't find wiki entrance link

as you mentioned on READEME page:

This section is available from project settings page: Project > Wiki. There is also a shortcut from the drop-down menu on the board.

I can't find these links in my project page.

Left-aligned text in the wiki menu

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

In the left menu in the Wikipage overview, the text is centered.

Expected behaviour

For better readability, the text should be left-aligned while the trashcan symbol should be right-aligned.

Steps to reproduce

Screenshots

Logs

Configuration

  • Kanboard version:
  • Database type and version:
  • PHP version:
  • OS:
  • Browser:
  • Application settings Language:

Drag and drop of page order withdraws when page is reloaded

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

In the left menu, the order of the individual pages can be changed by drag and drop. However, if you then click on one of the pages, the list will be sorted again in the order in which the pages were created.

Expected behaviour

Changing the order should be preserved even if the page is reloaded.

Steps to reproduce

Screenshots

Logs

Configuration

  • Kanboard version:
  • Database type and version:
  • PHP version:
  • OS:
  • Browser:
  • Application settings Language:

Fatal error on WikiFileController.php

This issue is:

  • [ x] Bug report
  • Feature request
  • Improvement

Actual behaviour

Hello all,

First of all, I'd like to thank you for this great plugin.

When I try to click on 'Attach a document' button on a wiki page, I receive an error message on the modal interface, which I paste below:

Fatal error: Uncaught Error: Call to undefined method Kanboard\Helper\TextHelper::phpToBytes() in /var/www/html/kanboard/plugins/Wiki/Controller/WikiFileController.php:53 Stack trace: #0 /var/www/html/kanboard/app/Core/Controller/Runner.php(77): Kanboard\Plugin\Wiki\Controller\WikiFileController->create() #1 /var/www/html/kanboard/app/Core/Controller/Runner.php(31): Kanboard\Core\Controller\Runner->executeController() #2 /var/www/html/kanboard/index.php(9): Kanboard\Core\Controller\Runner->execute() #3 {main} thrown in /var/www/html/kanboard/plugins/Wiki/Controller/WikiFileController.php on line 53

Expected behaviour

I should see the file upload interface.

Steps to reproduce

Come to an existing wiki page, click on 'Attach a document'.

Screenshots

image

Logs

I've just turned on the debug mode. So, if I'd reach logs, I'll share them here.

Configuration

  • Kanboard version: 1.2.28
  • Plugin version: 0.3.2
  • Database type and version: PostgreSQL 15.3 (Ubuntu 15.3-1.pgdg22.04+1)
  • PHP version: 8.1.18
  • OS: Manjaro Linux Xfce
  • Browser: Firefox 113.0 (64-bit)
  • Application settings Language: English

Show project name in page titles

This issue is:

  • Bug report
  • Feature request
  • Improvement

I'd like the project name to be shown in the page titles when viewing the wiki for a project. This would also show it in the header of the page.

Configuration

  • Kanboard version: 1.2.10
  • Database type and version: mysql, 10.1.38-MariaDB-0+deb9u1
  • PHP version: 7.0.33-14+020191218.25+debian91.gbpae1889
  • OS: macOS 10.11.6
  • Browser: Firefox 76

Changing language removes wiki from menu

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

When using Kanboard in Portuguese (BR) the Wiki option is not available on the Projects Menu.

Expected behaviour

Wiki option should show up as an item on the menu.

Steps to reproduce

Switch to English, it shows - back to Portuguese, its gone.

Screenshots

screen shot 2018-08-28 at 10 39 07
screen shot 2018-08-28 at 10 38 42

Logs

Configuration

  • Kanboard version: 1.2.40
  • Database type and version:Database driver: mysql/10.1.34-MariaDB
  • PHP version: 7.1.19
  • OS: Mac
  • Browser: Firefox/Safari

maybe I am missing it - global search for wiki pages

This issue is: I am uncertain of the syntax for global wikipage search. I have tried comment, content, wiki, wikipage, etc. Not sure if its implemented, but it appears to be closed as an issue and checked..but did not see an example of a search filter to reproduce, so unsure if its an end user issue (me) or not...ha

  • Bug report
  • Feature request
  • Improvement
  • Not sure

Actual behaviour

Expected behaviour

Steps to reproduce

Screenshots

Logs

Configuration

  • Kanboard version: latest (via docker)
  • Database type and version: sqlite
  • PHP version:
  • OS: Arch Linux
  • Browser: Vivaldi
  • Application settings Language:

Get error with Japanese character when create wiki page

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

Cannot use Japanese character to write wiki page.
I am using MySQL for Kanboard.
I can use Japanese character in Kanboard. (Project, Task, Comment, etc...)

Expected behaviour

Japanese character will available in wiki.

Steps to reproduce

Screenshots

image

image

Logs

Configuration

  • Kanboard version: 1.2.4
  • Database type and version: MySQL5.7.22
  • PHP version:5.6.36
  • OS:CentOS7.3
  • Browser: IE / Chrome

Is This Plugin Still Maintained?

Hello

Is this plugin still maintained? Who is the main author? There seems to be no updates for a long time and the @funktechno organisation has no members!

Can somebody take over this plugin and maintain it please....

notification when page is created/modified

This issue is:

  • Bug report
  • [* ] Feature request
  • Improvement

Actual behaviour

a user configured his account to receive notifications for a projet
Once a new task is created, the user receives an e-mail
Once a new wiki page is created, the user does not receive a notification

Expected behaviour

Once a new wiki page is created, the user should receive a notification
Is it a planned functionnality?
Thank you

Configuration

Wiki plugin : 0.2.9
Version de l'application : 1.2.6
Version de PHP : 5.6.36
PHP SAPI : apache2handler
Version du système d'exploitation : Linux 3.10.0-862.3.3.el7.x86_64
Type de base de données : postgres
Version de la base de donnée : 9.2.23
Navigateur web : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36

Unable to upload files, check the permissions of your data folder.

Hello and thanks for this great repo:)

This issue is:

  • [ x] Bug report
  • Feature request
  • Improvement

Actual behaviour

When I try to upload a pdf file to the wiki, I receive the message below:

Unable to upload files, check the permissions of your data folder.

I'm checking the permissions and ownership settings, but nothing's wrong.

Also, I've tried to upload the same file to a task on a board, it worked well.

What can be the reason for this issue?

Best,
Orkut

Configuration

  • Kanboard version: main branch
  • Plugin version: 0.3.3 (master branch)
  • Database type and version: PostgreSQL 15.6 (Ubuntu 15.6-1.pgdg22.04+1)
  • PHP version: 8.1.27
  • OS: Ubuntu 22.04
  • Browser: Firefox
  • Application settings Language: English

Removing pages does not remove files uploaded in the server.

This issue is: when a page is delete, uploaded files stay behind on the server, orphaned without any reference to them.

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

Delete page with attached files does not delete the actual files.

Expected behaviour

Deleting a page should delete uploaded files from the server.

Steps to reproduce

  1. Create a wikipage
  2. Upload file to the page, this file will appear in ...../data/files/wikipages/<wiki_id>/<file_id>
  3. Now, delete web page

Page is disappeared from db but the file is still there.

Screenshots

N/A

Logs

N/A

Configuration

N/A

  • Plugin version : 0.3.0
  • Application version: 1.2.13
  • PHP version: 7.4.1
  • PHP SAPI: fpm-fcgi
  • HTTP Client: cURL
  • OS version: Linux 3.10.0-1062.9.1.el7.x86_64
  • Database driver: mysql
  • Database version: 5.5.64-MariaDB
  • Browser: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0
  • Application settings Language: English

Wiki Editions not working

This issue is:

  • Bug report

"There are not editions to restore." message in Wiki Editions
Hovewer "Editions: 3 Current Edition: 3"
Should I change any settings for the plugin to function correctly?

Kanboard version: 1.2.4
PHP version: 7.1.9

How it use?

Sorry, but I don't understand how I can to add the page, I don't have any button just about that I don't have any articles (There are no Wiki pages that you have access to), could you explain?

Inflexible common column width for Wiki TOC

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

All columns of WIKI TOC have the same width. more than is necessary for ID numbers and similar, but much too small for longer Wiki page titles.

Expected behaviour

Flexible column width due to needs

Steps to reproduce

visit a KANBOARD Wiki

Screenshots

Please see missing waste basket right from long Wikipage titles!

KANBOARD.issues._.Wiki.-.SeaMonkey.2022-07-18.09-17-36.mp4

Configuration

Version 0.3.1

This issue is:

  • Feature request
  • need to run a new release, build zip file, add tag, update pull request to kanban plugins so users have access

Public access

This issue is:

Bug report
[* ] Feature request
Improvement

Actual behaviour

there is a way to make the board and tasks public, but we cannot access the wiki "readonly"

Expected behaviour
With public access enabled at the project level, allow the wiki to be accessible readonly too

Configuration

Wiki plugin : 0.2.9
Version de l'application : 1.2.6
Version de PHP : 5.6.36
PHP SAPI : apache2handler
Version du système d'exploitation : Linux 3.10.0-862.3.3.el7.x86_64
Type de base de données : postgres
Version de la base de donnée : 9.2.23
Navigateur web : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36

SQL Error: SQLSTATE[HY000]

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

Internal Error: SQL Error: SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x98\x84\x0D\x0A...' for column 'content' at row 1

Expected behaviour

that it is stored correctly

Steps to reproduce

edit wiki and save

Screenshots

Logs

Configuration

  • Kanboard version:1.2.21
  • Database type and version:mysql 5.6.47
  • PHP version:8.1.2
  • OS: Win
  • Browser: Firefox
  • Application settings Language: Es

Wrong russian translation / Ошибка в русском переводе

This issue is:

  • Bug report

There is a wrong translation in russian version in Menu - Wiki
Apparently this literal translation was taken from the plugin "Budget".

Actual behaviour

Меню - Бюджет

Expected behaviour

Меню - Вики

I like KanBoard and use it in my work everyday.
Where and how can I participate in the UI translation?

Configuration

  • Kanboard version: 1.2.4
  • PHP version: 7.1.9

Plugin error

  1. Install the plugin from the Kanboard plugin manager with one click.
  2. Create new wiki page.
  3. Click on wiki page.
  4. Got HTTP ERROR 500

/var/log/httpd/error_log:
[Mon Oct 29 16:59:58.945039 2018] [php7:error] [pid 13452] [client 10.20.0.1:60590] PHP Fatal
error: Class Kanboard\Plugin\Wiki\Model\WikiFile contains 1 abstract method and must ther
efore be declared abstract or implement the remaining methods (Kanboard\Model\FileModel::fir
eDestructionEvent) in /var/www/html/doska/plugins/Wiki/Model/WikiFile.php on line 10
9

/var/www/html/doska/data/debug.log:
[2018-10-29 13:59:58] [debug] Kanboard\Core\Controller\Runner::executeMiddleware
[2018-10-29 13:59:58] [debug] Subscriber executed: Kanboard\Subscriber\BootstrapSubscriber::execute
[2018-10-29 16:59:58] [debug] Kanboard\Core\Controller\BaseMiddleware::next => Kanboard\Middleware\AuthenticationMiddleware
[2018-10-29 16:59:58] [debug] Kanboard\Core\Controller\BaseMiddleware::next => Kanboard\Middleware\PostAuthenticationMiddleware
[2018-10-29 16:59:58] [debug] Kanboard\Core\Controller\BaseMiddleware::next => Kanboard\Middleware\ApplicationAuthorizationMiddleware
[2018-10-29 16:59:58] [debug] Kanboard\Core\Controller\BaseMiddleware::next => Kanboard\Middleware\ProjectAuthorizationMiddleware
[2018-10-29 16:59:58] [debug] Kanboard\Core\Controller\Runner::executeController => \Kanboard\Plugin\Wiki\Controller\WikiController::detail

Application version: master
PHP version: 7.3.0RC4
PHP SAPI: apache2handler
OS version: Linux 3.10.0-862.el7.x86_64
Database driver: sqlite
Database version: 3.7.17
Browser: Mozilla/5.0 (X11; Russian Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36

What i lost?

Thank you.

A entry in <div class="views-switcher-component">

Thank you for creating this super usefull plugin!

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

The entry Wiki is just visible in Projectsettings

grafik

Expected behaviour

I would like to have an separate entry in the top row as Overview, Board, Calendar, Gantt... for quick access and visibility.

grafik

Configuration

Thank you in advance for your support.

Error creating a wiki page

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

After clicking the save button when trying to create a wiki page no wiki page is created

Expected behaviour

A new wiki page is expected to be created

Steps to reproduce

Click on "New Wiki page", fill in "Title", "Content" and click "Save".

Screenshots

Logs

Fatal error: Uncaught TypeError: Symfony\Component\EventDispatcher\EventDispatcher::dispatch(): Argument #1 ($event) must be of type object, string given, called in /var/www/app/plugins/Wiki/Model/WikiEventJob.php on line 42 and defined in /var/www/app/vendor/symfony/event-dispatcher/EventDispatcher.php:48 Stack trace: #0 /var/www/app/plugins/Wiki/Model/WikiEventJob.php(42): Symfony\Component\EventDispatcher\EventDispatcher->dispatch() #1 /var/www/app/plugins/Wiki/Model/Wiki.php(270): Kanboard\Plugin\Wiki\Model\WikiEventJob->execute() #2 /var/www/app/plugins/Wiki/Controller/WikiController.php(326): Kanboard\Plugin\Wiki\Model\Wiki->createpage() #3 /var/www/app/app/Core/Controller/Runner.php(77): Kanboard\Plugin\Wiki\Controller\WikiController->save() #4 /var/www/app/app/Core/Controller/Runner.php(31): Kanboard\Core\Controller\Runner->executeController() #5 /var/www/app/index.php(9): Kanboard\Core\Controller\Runner->execute() #6 {main} thrown in /var/www/app/vendor/symfony/event-dispatcher/EventDispatcher.php on line 48

Configuration

  • Kanboard version: 1.2.32
  • Plugin version: 0.3.2
  • Database type and version: Mariadb 10.5.19
  • PHP version: 7.4.33
  • OS: GNU/Linux
  • Browser: Firefox
  • Application settings Language: English

Wiki subpages

This issue is:

  • Feature request

Now I can add pages, but it would great to add also some subpages to a page.
E.g.

  • Analyse
    -- Homepage
    -- Detail page
    -- Contact page
  • Meeting notes

"Undefined variable $not_editable" php warnings in kanboard wiki page

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

Many PHP warnings are displayed in Kanboard web app

Expected behaviour

No warnings are displayed

Steps to reproduce

  1. Run Kanboard 1.2.25 docker run -e PLUGIN_INSTALLER=true -d --name kanboard -p 80:80 -t kanboard/kanboard:v1.2.25
  2. Install kanboard-plugin-wiki via Plugin installer UI (web app)
  3. navigate to project, open wiki

Screenshots

example

Logs

PHP message: PHP Warning:  Undefined variable $not_editable in /var/www/app/plugins/Wiki/Template/wiki/show.php on line 6"
PHP message: PHP Warning:  Undefined variable $not_editable in /var/www/app/plugins/Wiki/Template/wiki/show.php on line 60"
PHP message: PHP Warning:  Undefined variable $not_editable in /var/www/app/plugins/Wiki/Template/wiki/detail.php on line 1"
PHP message: PHP Warning:  Undefined variable $not_editable in /var/www/app/plugins/Wiki/Template/wiki/detail.php on line 6"
PHP message: PHP Warning:  Undefined variable $not_editable in /var/www/app/plugins/Wiki/Template/wiki/detail.php on line 38"
PHP message: PHP Warning:  Undefined variable $not_editable in /var/www/app/plugins/Wiki/Template/wiki/detail.php on line 39"
PHP message: PHP Warning:  Undefined variable $not_editable in /var/www/app/plugins/Wiki/Template/wiki/detail.php on line 55"
PHP message: PHP Warning:  Undefined variable $not_editable in /var/www/app/plugins/Wiki/Template/wiki/detail.php on line 67"
PHP message: PHP Warning:  Undefined variable $not_editable in /var/www/app/plugins/Wiki/Template/wiki/detail.php on line 95"

Configuration

  • Kanboard version: 1.2.25
  • Plugin version: 0.3.2
  • Database type and version: sqlite
  • PHP version: 8.1.12
  • OS: Linux 5.4
  • Browser: Chrome
  • Application settings Language: English

Wiki search pages?

So not really a bug of course - but the ability to search the pages of course would be huge if there was any thoughts of using the wiki pages as a bigger part of documentation.

Did not see search on the roadmap (or filter, etc for wiki pages)....Any thoughts?

Hardcoded text not translated

This issue is:

  • Bug report
  • Feature request
  • Improvement

Actual behaviour

Some text is hardcoded and not in the localisation files.

Expected behaviour

Text should translate to target language for the application.

Steps to reproduce

Screenshots

Example:
screen shot 2018-08-28 at 10 59 56

Logs

Configuration

  • Kanboard version: 1.2.40
  • Database type and version: mysql/10.1.34-MariaDB
  • PHP version: 7.1.19
  • OS: mac
  • Browser: firefox/safari

Attachment FileModel can't initialize

Hello,

Thanks for this plugin.

We have an issue when using attachment files in a Wiki. It produces this error:

PHP message: PHP Fatal error:  Class 'Kanboard\Plugin\Wiki\Model\FileModel'
not found in plugins/Wiki/Model/WikiFile.php on line 11

Line 11 is the class definition: class WikiFileModel extends FileModel.

Is it because of the namespace?

Regards.

SQL_LITE Support: Can't access wiki page, Internal Error: SQL error"

Actual behaviour

When try to access wiki page 'http://localhost/kanban/?controller=WikiController&action=show&plugin=wiki&project_id=6'

, there is an error messgae

Internal Error: SQL error

Im sorry i can't produce specific error detail, can you tell me how to "Turning on debugging yields" ?

Expected behaviour

Show project Wiki

Open dashboard kanboard, open wiki project / Open project, open wiki from menu

Remove error
` /**
* list for wikipages
*/
public function show()
{
$project = $this->getProject();

    $this->response->html($this->helper->layout->project('wiki:wiki/show', array(
        'project' => $project,
        'title' => t('Wiki'),

#1 'wikipages' => $this->wiki->getWikipages($project['id']),
), 'wiki:wiki/sidebar'));

    // ,array(
    //     'wikipages' => $this->wiki->getWikipages($project['id'])
    // )
}

When im commend #1, Error message is gone and i can create new wiki (success, i check with sqlitebrowser the wiki created

im un comment #1, acccess wiki, error message come again

Configuration

Copy and paste the configuration section from the Kanboard settings page or supply values for these fields:

Application version: 1.2.0
PHP version: 7.2.2
PHP SAPI: apache2handler
OS version: Linux 4.15.3-1-ARCH
Database driver: sqlite
Database version: 3.22.0
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.10.0 Chrome/61.0.3163.140 Safari/537.36

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.