Giter Site home page Giter Site logo

wiki's Introduction

Wiki

Create and edit pages with this powerful tool. Compile a collaborative knowledge base, display information and share it with your network.

Overview

  • Create individual Wikis for every Space and Profile
  • Edit them with ease using our WYSIWYG editor
  • Link between pages and even individual paragraphs
  • Keep track on changes with a build in page history
  • Include pictures and format them on-the-fly
  • Move content between Spaces

wiki's People

Contributors

aaukt avatar andystrobel avatar archblood avatar baleks avatar buddh4 avatar dependabot[bot] avatar dergenaue avatar felixhahnweilheim avatar felli avatar hubihonold avatar humhub-bot avatar imgbotapp avatar kaor avatar luke- avatar marc-farre avatar masterhans avatar mbumpalumpa avatar pkrolkgp avatar semir1212 avatar yurabakhtin 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

Watchers

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

wiki's Issues

Differentiate between like and comment when sending notification e-mails

I would really appreciate not to receive an e-mail on every post and like on a Wiki page, when I've just liked (not commented) it - it's so annoying. It's happening to me in here: https://community.humhub.com/s/contribution-core-development/wiki/page/view?title=Roadmap
It would be OK if I comment something - then I'm probably waiting for a response. But if I just liked it, I don't care so much about comments and other likes. Plus it would be great to have an option for opt-in/opt-out.

Cannot set page as Homepage

I have set one of the pages as Homepage via the 'is Homepage' button, but everytime I open the Wiki Module the 'Overview' page is displayed instead.

Is there any way to share spaces

Hi I am using Social Share module which enables sharing comment or post on FB/TW/Linkein. I want to enable sharing for spaces too. Is there any way to do??

Search unable find anythin

Native search functionality is not able to find anything from wiki pages, It can only search fro Main page but not from other pages.

Delete function doesn't work

HumHub Versions: 1.1.0-beta.1 & 1.0.1
HumHub Wiki Module Version: 1.1.1

The Ajax Request fails with the Response "Invalid Action!".

I tried a little bit:
The call "$this->forcePostRequest()" in function "actionDelete()" in the file "protected/modules/wiki/controllers/PageController.php" throws this error, but the request seems to be POST. When commenting this line out, the condition ($this-canAdminister()) fails, no matter which role my user has.

Bug view wiki page

I have installed the wiki module on a server, but when i try to view a page, the result is a new html page with only the title, without the common frame humhub.
Here the full html result "


    <div class="row">
        <div class="col-lg-10 col-md-9 col-sm-9 wiki-content">
            <h1><strong>test2</strong></h1>
            <hr>

            <div class="markdown-render">" 

I think there is a bug on rendering after this widget : application.widgets.MarkdownViewWidget.

This wiki module works fine in localhost, but not in this installation on server.

An integration with wikipedia?

Just as there is an integration with dropbox, there could be an integration with wikipedia! I think Facebook has similar something...

Markdown Wiki content in stream

Markdown Widget (humhub\widgets\MarkdownView) does not include highlight.pack.js and its css while wiki viewed as part of the stream.

It throws "hljs undefined" javascript error and stops further JS operations. Thus blocking the entire stream load operation.

Same MarkdownWidget works fine when viewed as Wiki page.

Improvement: Ability to nest wiki pages

It would be nice to nest pages (i.e. set a parent page), then at the bottom of each wiki page, a list of the child pages would be listed.

A sub menu could appear on the left hand menu as well (bonus feature).

Bug: Saving pages with non-ASCII titles broken

Steps to reproduce:

  1. Create a wiki page with a title that contains non-ASCII characters, such as "test äöüß"
  2. Save page

Expected behaviour: The page is displayed in view mode
Actual behaviour: Page "Create new page" is displayed with no body, and a incorrectly encoded title such as "test %25C3%25B6%25C3%25A4%25C3%25BC%25C3%259F".

The page has been saved, but the response page is wrong. The same happens when editing a page with such a title.

Long texts silently truncated

wiki_page_revision.content is defined as TEXT.
In MySQL TEXT is limited to a maximum of 64kb.
If strict mode in MySQL isn't activated the page content is silently truncated if larger than 64k.

Add Print function

Feature request: Add print function to Wiki module

Like to request a function where we can print, convert or save all contents of the wiki module as a PDF or printed document.

Currently, to do such a thing, we'd have to click on each link and sub link, manually print/save page and then proceed to the next.

We run multiple projects and separate wiki's and access rights for each, sometimes we need to provide an external resource access to information for that project, but we couldn't provide them complete access to our internal system, so we'd like to be able to extract that data and give it to them as a convenient document file (PDF/WORD etc) or print out.

Flow > Read more on post is "Undefined"

Hello,

in the news feed, when a message exceeded a certain number of characters, it indicated "Read more".

After switching to 1.2 beta 2, we now display "Undefined"

image

image

Permissions

It would be great if there was some form of permissions within the Wiki, disallowing edit and write permissions to some members of a Space - for instance, only Admins could add and edit the Wiki.

Could be uncoupled from the main Space permissions, so the Space Owner and Admins could set permissions just for the Wiki module on a per-Space basis to each member of a Space.

E.G:

Space Owner - Full Access
Admin 1 - Full Access
Member 1 - Read Only Access
Member 2 - Read Only Access
Member 3 - Full Access

Parse error: syntax error, unexpected '[' in /protected/libs/HMarkdown.php on line 109

Hi There,

I have the above error when trying to view a page in my wiki. The problem is happening on my shared hosting account. On my local machine(a mac), where I configured Humhub and did some testing the articles open perfectly. Not sure why this is happening?

I have tried deleting the module and reinstalling it and redoing the articles and when I click save I receive the same error.

Please can someone assist?

Thanks,
Tay

Add public/private pages

How to handle this?

  • Allow only public/private per wiki or page?

If per page - what happens with links without permissions?

Property "SpaceMenuWidget.space" is not defined.

Hello!

I recently installed the wiki module and upon installing and enabling the module I receive the following error:

Property "SpaceMenuWidget.space" is not defined.

20 
21 /**
22  * Description of WikiEvents
23  *
24  * @author luke
25  */
26 class WikiModuleEvents
27 {
28 
29     public static function onSpaceMenuInit(CEvent $event)
30     {
31         if ($event->sender->space !== null && $event->sender->space->isModuleEnabled('wiki') && $event->sender->space->isMember()) { 
32             $event->sender->addItem(array(
33                 'label' => Yii::t('WikiModule.base', 'Wiki'),
34                 'group' => 'modules',
35                 'url' => $event->sender->space->createUrl('//wiki/page'),
36                 'icon' => '<i class="fa fa-book"></i>',
37                 'isActive' => (Yii::app()->controller->module && Yii::app()->controller->module->id == 'wiki'),
38             ));
39         }
40     }
41 
42     public static function onProfileMenuInit($event)
43     { ```

Any help would be greatly appreciated.

Search functionality in Wiki

Hi,
The Search functionality in Wiki module would be really helpful to search in text contents or page titles.

Contents

Add ability to create anchor links for content lists as seen on Wikipedia and other Wiki Software.

Content lost on account deletion

I notice that when a user is deleted from HumHub, all their wiki articles are removed.

To me, this seems like a serious flaw, as when used in an industry setting, employees leave or more on and it is impractical and potentially dangerous to keep their user account on HumHub. Is there some way to potentially have an option to transfer a user's wiki articles to another owner or, failing that, just leave all the wiki articles untouched when a user is deleted?

Mail > Comment (traduction / variable)

Hi,

In the notification email of a comment:

  • the variables {DisplayName} and {espace} are not replaced by the values
  • the link is translated as "Desincription" instead of "Désinscription"
  • The block with the author is framed completely to the right instead of being positioned near the image

image

Thanks,

Yann

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.