The XWiki development team is proud to announce the availability of XWiki
8.4.
This version brings a lot of usability improvements. The WYSIWYG editor (
*CKEditor*) has been upgraded and proposes a better dialog for the creation
of links. It is also possible to configure it from the administration.
Application Within Minutes does not enforce anymore the location where the
application's entries must be created, but proposes to the creator the
places *where* and *from where* these entries should be. We have also get
rid of the Data page where the entries where created before.
The default values of the user preferences are now better exposed to the
users. The order of the applications in the application panel can now be
changed by the administrator. And the users now have the ability to filter
the page types when they create a page.
As usual plenty of less noticeable improvements are proposed, and 45 bugs
have been fixed since XWiki 8.3.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/8.4/
Thanks for your support
-The XWiki dev team
Hi,
On of the goal we would like to achieve using XWiki is SSO integration
in relation to our openLDAP server, through LemonLDAP::NG
(http://www.lemonldap-ng.org/).
We have tried with success the extension at
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Authenticator+He…
but we see a limitation here : it seems not possible to re-configure
this extension at run-time from the UI, it means that the instance
should be restarted when in the need to alter a configuration option
like xwiki.authentication.headers.groups_mapping (and fields_mapping too).
The same remark apply to other SSO extensions like Jasig CAS/SAML one.
What would be the implication in terms of development power to make
those configuration properties available at run-time ? Like it's done
within the LDAP Application for example.
For a start we don't necessarily need an UI/app but at least the
attributes somewhere available in object mode.
Another option I see is the possibility to achieve group mapping
directly from the LDAP instead of getting it from the headers. That
would lead to a combination of the LDAP authenticator and SSO (but at
the moment only one authclass can be used at a time).
Cheers,
Martin
Hi community,
Please help in the formation of the correct output export to PDF.
The problem is that the Cyrillic alphabet printed as hashtags ###.
Added fonts in the system folder but zero success. Checked
http://jira.xwiki.org/browse/XWIKI-2555 but also cannot find solution.
Thank,
Yuriy
Hello,
It is strange because my emails have a DKIM signature like here (piece of header from a mail I sent from my xwiki email to myself at another adress).
Is it sympa who's altering this signature?
Can I fix it (if it is "my fault")?
Thxs
Pascal
----------------------------------
Received: from nm43-vm5.bullet.mail.gq1.yahoo.com (nm43-vm5.bullet.mail.gq1.yahoo.com [67.195.87.220])
xxx
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s2048; t=1478593132; bh=g3zLYH4xKxcPrHOD18z9YfpQcnk/GaJedfustWU5uGs=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=N6C8UltuP6jp4mZaWG43Y1ngel4R75RdftqTuXxYHngnseuGe5/2k2/H5pwVcJVe34gjtB33vMZm1j4yZ56M8++zNl4Asb4xV/6wwF+JL+ZGlcXTmfJdGlx5+GdukOzN6bX9Dz9Lvp5GpsYHZnWE8eANw0SeJ9t9wcvzKmNOYW+t9S53N27nfRfjYAwm7iZVmUsgbbZlpnW3NYrPOLoBGZX67aq6gsq877LKUyLLgLP5oszQnx3cUZAsgmjRuSYIIzjF42vfzjVjs7rOoO7royNl5O8BeFlgpevF/BDk2g2K7KXRTkkKtmDMxxxx
--------------------------------------------
En date de : Lun 7.11.16, Sergiu Dumitriu <sergiu(a)xwiki.org> a écrit :
Objet: Re: [xwiki-users] Lots of disabled Yahoo email addresses on the xwiki.org lists
À: "XWiki Users" <users(a)xwiki.org>, "XWiki Developers" <devs(a)xwiki.org>
Date: Lundi 7 novembre 2016, 15h40
By the way, all of
Pascal's and Julio's emails (and other yahoo
users)
end up in my spam folder because of
the broken DKIM signatures.
On
11/07/2016 09:24 AM, Sergiu Dumitriu wrote:
> This is partially XWiki's
infrastructure fault, too.
>
> DMARC doesn't work well with mailing
lists, since they tend to break
> DKIM
signatures. The only way to fix the problem (at least for
the
> majority of emails) is to remove
the footer from the configuration.
>
> So, options:
>
> - remove the footer, which means that
"incompetent" users will have a
> hard time finding information about
unsubscribing, but allows users from
>
modern email providers to subscribe
> -
keep the footer, which makes it harder for legitimate users
to stay
> subscribed
>
Hi,
I added a StyleSheetExtension object on a page. How do I know the title of
the currently viewed page? I have used the code below, but it is returning
the title of the page where the StyleSheetExtension object is
#if ($!doc.plainTitle == "Home")
.breadcrumb {display:none;}
#end
Thank you in advance,
Julio
I ran apt-get update on my wiki server, which upgraded XWiki to 8.3. Now
that the LDAP extension has been removed from the core, I can't login to
the wiki. How can I install the LDAP extension without wiki access?
Vincent,
XWiki is only listed as a Stack on StackShare not a Tool. If XWiki were
listed as a Tool, eXo for example could include XWiki as a Tool in their
Stack.
-Dylan
--
"If it's a good idea, go ahead and do it. It's much easier to apologize
than it is to get permission."
- Grace Hopper
On Mon, Nov 7, 2016 at 1:45 PM, <users-request(a)xwiki.org> wrote:
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Re: Showing XWiki love! (Dylan Tuttle) (Dylan Tuttle)
> 2. Re: hiding breadcrumbs (Julio Brum)
> 3. Re: Showing XWiki love! (Dylan Tuttle) (Vincent Massol)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 7 Nov 2016 12:20:57 -0600
> From: Dylan Tuttle <dylan(a)weestack.com>
> To: users(a)xwiki.org
> Subject: Re: [xwiki-users] Showing XWiki love! (Dylan Tuttle)
> Message-ID:
> <CAAAmzpT-wzn4f29GGvTGqMHT1NJzq-jTY6GH=m
> bdVEPzKfmSgw(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi Vincent,
>
> I liked XWiki on AlternativeTo and shared it on Twitter.
>
> You may also want to consider adding XWiki as a tool on
> http://stackshare.io/.
>
> Thanks,
> Dylan
>
> --
> "If it's a good idea, go ahead and do it. It's much easier to apologize
> than it is to get permission."
> - Grace Hopper
>
> On Sat, Nov 5, 2016 at 6:00 AM, <users-request(a)xwiki.org> wrote:
>
> > Send users mailing list submissions to
> > users(a)xwiki.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.xwiki.org/mailman/listinfo/users
> > or, via email, send a message with subject or body 'help' to
> > users-request(a)xwiki.org
> >
> > You can reach the person managing the list at
> > users-owner(a)xwiki.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of users digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Showing XWiki love! (Vincent Massol)
> > 2. Re: Showing XWiki love! (Vincent Massol)
> > 3. Javascript Extension going wrong (D R)
> > 4. Re: How to fix orphaned pages? (Julio Brum)
> > 5. Re: Content before the blog (Julio Brum)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Fri, 4 Nov 2016 12:33:59 +0100
> > From: Vincent Massol <vincent(a)massol.net>
> > To: XWiki Users <users(a)xwiki.org>
> > Subject: [xwiki-users] Showing XWiki love!
> > Message-ID: <2F157234-05AC-44C5-8EAD-9148616154AF(a)massol.net>
> > Content-Type: text/plain; charset=utf-8
> >
> > Hi XWiki users,
> >
> > If you like XWiki, showing some love for it helps us continue the work.
> > It?s also a nice way to contribute something back to the project.
> >
> > There are several ways in which you can show this love easily and
> > especially by sharing it to the outside world:
> >
> > * Add a testimonial by tweeting it or replying to this thread or any
> other
> > place (blog, etc). I aggregate all testimonials I can find here:
> > https://www.xwiki.org/xwiki/bin/view/References/Testimonials)
> >
> > * Add a like to XWiki on http://alternativeto.net/software/xwiki/ + add
> a
> > comment / add a review
> >
> > * Click on ?I use it!? on https://www.openhub.net/p/xwiki
> >
> > * Add yourself to the xwiki user map at http://bit.ly/2ekPlex
> >
> > * Add an upvote on https://www.quora.com/What-
> > are-alternatives-to-Atlassian-Confluence-for-a-developer-
> > facing-website/answer/Iustin-Justin + add a comment
> >
> > * Add a review on capterra: http://www.capterra.com/
> > collaboration-software/spotlight/149030/XWiki/XWiki
> >
> > * Add a review on getapp: https://www.getapp.fr/
> collaboration-software/a/
> > xwiki/reviews/
> >
> > Note: If someone knows of other places on the internet where people can
> > vote for xwiki and show their love for it, please add it to the list.
> I?ll
> > add all those to http://dev.xwiki.org/xwiki/bin/view/Community/
> > Contributing#HSpreadtheword a bit later.
> >
> > Thanks for your love!
> > -Vincent
> > XWiki committer
> >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Fri, 4 Nov 2016 13:46:00 +0100
> > From: Vincent Massol <vincent(a)massol.net>
> > To: XWiki Users <users(a)xwiki.org>
> > Subject: Re: [xwiki-users] Showing XWiki love!
> > Message-ID: <01602FB8-7CF4-4F4C-B9AA-63A0325CAF8F(a)massol.net>
> > Content-Type: text/plain; charset=utf-8
> >
> > If you can, let us know here if you?ve done something so that we know
> > there are some people out there loving XWiki! :)
> >
> > Thanks
> > -Vincent
> >
> > > On 04 Nov 2016, at 12:33, Vincent Massol <vincent(a)massol.net> wrote:
> > >
> > > Hi XWiki users,
> > >
> > > If you like XWiki, showing some love for it helps us continue the work.
> > It?s also a nice way to contribute something back to the project.
> > >
> > > There are several ways in which you can show this love easily and
> > especially by sharing it to the outside world:
> > >
> > > * Add a testimonial by tweeting it or replying to this thread or any
> > other place (blog, etc). I aggregate all testimonials I can find here:
> > https://www.xwiki.org/xwiki/bin/view/References/Testimonials)
> > >
> > > * Add a like to XWiki on http://alternativeto.net/software/xwiki/ +
> add
> > a comment / add a review
> > >
> > > * Click on ?I use it!? on https://www.openhub.net/p/xwiki
> > >
> > > * Add yourself to the xwiki user map at http://bit.ly/2ekPlex
> > >
> > > * Add an upvote on https://www.quora.com/What-
> > are-alternatives-to-Atlassian-Confluence-for-a-developer-
> > facing-website/answer/Iustin-Justin + add a comment
> > >
> > > * Add a review on capterra: http://www.capterra.com/
> > collaboration-software/spotlight/149030/XWiki/XWiki
> > >
> > > * Add a review on getapp: https://www.getapp.fr/
> > collaboration-software/a/xwiki/reviews/
> > >
> > > Note: If someone knows of other places on the internet where people can
> > vote for xwiki and show their love for it, please add it to the list.
> I?ll
> > add all those to http://dev.xwiki.org/xwiki/bin/view/Community/
> > Contributing#HSpreadtheword a bit later.
> > >
> > > Thanks for your love!
> > > -Vincent
> > > XWiki committer
> > >
> >
> >
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Fri, 4 Nov 2016 14:18:33 +0100
> > From: D R <rir.ceg(a)gmail.com>
> > To: XWiki Users <users(a)xwiki.org>
> > Subject: [xwiki-users] Javascript Extension going wrong
> > Message-ID:
> > <CADXv6gRd_MqjiviYMPgBNXMrWWToWPtFsyL2Kqy
> > etzMCTPBQfg(a)mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Hi community,
> >
> > I'm having a hard time getting a Javascript Extension for an
> > AppWithinMinutes livetable to work.
> >
> > I have several livetable "enhancements" in it like changing background
> > color per field value which work properly.
> >
> > As a reference I've used the example:
> > http://snippets.xwiki.org/xwiki/bin/view/Extension/
> Background+color+for+a+
> > livetable
> >
> > Now I want to change the display of the value of a specific column, for
> > example to display an image or a button next to the value. This works
> only
> > for the last column in the livetable. All other rows look strange.
> >
> > Example:
> >
> > The simplified code:
> > ```
> > document.observe("xwiki:livetable:newrow", function(ev){
> > $$('.sTxtUser').each(function(element){
> > var content = element.innerText;
> > if(content === undefined){
> > content = element.textContent;
> > }
> > element.replace('<td class="sTxtUser link typetext"
> > data-title="Username">"' + content + '"</td>')
> > });
> > });
> >
> > ```
> >
> > I have 3 documents for the application with the following values for
> field
> > sTxtUser :
> > testuser1
> > test12345
> > anotheruser1
> >
> > Using the above extension renders the livetable cells like this:
> > """anotheruser1"""
> > ""test12345""
> > "testuser1"
> >
> > If I change the sort order:
> > """testuser1"""
> > ""test12345""
> > "anotheruser1"
> >
> > So only the last row shows the desired output.
> >
> > What am I doing wrong?
> >
> > Regards,
> > Dennis
> >
> >
> > ------------------------------
> >
> > Message: 4
> > Date: Fri, 4 Nov 2016 16:49:38 -0200
> > From: Julio Brum <brumpaiva(a)gmail.com>
> > To: XWiki Users <users(a)xwiki.org>
> > Subject: Re: [xwiki-users] How to fix orphaned pages?
> > Message-ID:
> > <CAEyE4PA4wqBf69D=tc4k8uQ41=gZC6ayVp88gxWiiv-cGLqp_A@mail.
> > gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Marius, thank you.
> >
> > I use the 7.4.4 version. When viewing the panel 'Orphaned Pages' I found
> > that there are orphaned pages. I can place directly a value on doc.parent
> > field in the database?
> >
> > Best Regards,
> > Julio
> >
> > 2016-11-04 8:25 GMT-02:00 Marius Dumitru Florea <
> > mariusdumitru.florea(a)xwiki.com>:
> >
> > > What version of XWiki are you using? Starting with XWiki 7.2 the Orphan
> > > Pages tab in the Page Index is visible only if you enable the
> > parent-child
> > > hierarchy mode (which is disabled by default). See
> > > http://jira.xwiki.org/browse/XWIKI-12520 . Also
> > > http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/
> > > NestedPagesMigration/
> > > .
> > >
> > > If the version of XWiki you're using is older than 7.2 then simply edit
> > the
> > > orphan page and set its parent (from the breadcrumb above the title
> > input).
> > > Orphan pages don't do any harm. It's just that the best practice in
> > content
> > > organization is to have a hierarchy of pages so each page should have a
> > > parent, unless it's the root page. This helps navigation among other
> > > things.
> > >
> > > Hope this helps,
> > > Marius
> > >
> > > On Thu, Nov 3, 2016 at 10:54 PM, Julio Brum <brumpaiva(a)gmail.com>
> wrote:
> > >
> > > > Hi,
> > > >
> > > > Orphaned pages is a bad thing? Why is that? How to fix?
> > > >
> > > > Thank you in advance
> > > > _______________________________________________
> > > > users mailing list
> > > > users(a)xwiki.org
> > > > http://lists.xwiki.org/mailman/listinfo/users
> > > >
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> >
> >
> > ------------------------------
> >
> > Message: 5
> > Date: Fri, 4 Nov 2016 16:51:04 -0200
> > From: Julio Brum <brumpaiva(a)gmail.com>
> > To: XWiki Users <users(a)xwiki.org>
> > Subject: Re: [xwiki-users] Content before the blog
> > Message-ID:
> > <CAEyE4PCGhUsrxwM+oPdCabvYEuY0jFkPoKcEV9NMgZpB8v
> > td+Q(a)mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Marius, thank you.
> >
> > I needed to do it on the same page (space) blog (because it contains all
> > others our site content. I was trying to avoid the work of moving the
> > contents. If there is no other solution, I will make the movement of
> > content)
> >
> > Best Regards,
> > Julio
> >
> > 2016-11-04 8:29 GMT-02:00 Marius Dumitru Florea <
> > mariusdumitru.florea(a)xwiki.com>:
> >
> > > Maybe the Display Macro
> > > http://extensions.xwiki.org/xwiki/bin/view/Extension/Display+Macro can
> > > help. On a separate page you write the content you want and then you
> > > display the blog post using the Display Macro.
> > >
> > > Hope this helps,
> > > Marius
> > >
> > > On Thu, Nov 3, 2016 at 10:57 PM, Julio Brum <brumpaiva(a)gmail.com>
> wrote:
> > >
> > > > Hi,
> > > >
> > > > How can I place an additional content (in a space) before a blog?
> > > >
> > > > When I add a blog object (BlogClass), I can not put other content on
> > the
> > > > editing page. In fact, I can put, but does not appear.
> > > >
> > > > Thank you in advance
> > > > _______________________________________________
> > > > users mailing list
> > > > users(a)xwiki.org
> > > > http://lists.xwiki.org/mailman/listinfo/users
> > > >
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> >
> >
> > ------------------------------
> >
> > Subject: Digest Footer
> >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> >
> > ------------------------------
> >
> > End of users Digest, Vol 112, Issue 5
> > *************************************
> >
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 7 Nov 2016 16:34:08 -0200
> From: Julio Brum <brumpaiva(a)gmail.com>
> To: XWiki Users <users(a)xwiki.org>
> Subject: Re: [xwiki-users] hiding breadcrumbs
> Message-ID:
> <CAEyE4PBg0rfXu4USnRSaXWEN6D-133Q6z_k9HVJaHnjQdC276A@mail.
> gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> I had a similar need.
>
> I tried disabling the breadcrumb on their .vm file, but when I disable some
> css files are not loaded on the page.
>
> You can disable breadcrum by CSS, but for my situation does not apply,
> because I need to disable the breadcrumb only the homepage and only when
> the user is not logged in. I do not know how to put velocity programming in
> a stylesheetextension object.
>
> In CSS you can put:
>
> .breadcrumb {
> display: none;
> }
>
> 2016-11-07 13:12 GMT-02:00 Olivier Seres <oseres(a)xwiki.com>:
>
> > ok thanks can you tell me where that is?
> >
> >
> >
> >
> >
> >
> >
> > --
> > <http://xwiki.com> * Olivier S?r?s*
> >
> > * VP Business Development* oseres(a)xwiki.com
> > skype: olivierseres
> > Linkedin <https://fr.linkedin.com/in/olivierseres>
> > Mobile : +33 6 61 31 2001
> >
> >
> >
> >
> >
> > On Mon, Nov 7, 2016 at 4:04 PM, Guillaume Delhumeau <
> > guillaume.delhumeau(a)xwiki.com> wrote:
> >
> > > Hi Olivier.
> > >
> > > Actually, you cannot, except by modifying some template inside your
> skin.
> > >
> > > Guillaume
> > >
> > > 2016-11-05 19:47 GMT+01:00 oseres <oseres(a)xwiki.com>:
> > >
> > > > Hi, how do I remove breadcrumbs with Flamingo?
> > > > Thanks
> > > >
> > > >
> > > >
> > > > --
> > > > View this message in context: http://xwiki.475771.n2.nabble.
> > > > com/hiding-breadcrumbs-tp5514619p7601764.html
> > > > Sent from the XWiki- Users mailing list archive at Nabble.com.
> > > > _______________________________________________
> > > > users mailing list
> > > > users(a)xwiki.org
> > > > http://lists.xwiki.org/mailman/listinfo/users
> > > >
> > >
> > >
> > >
> > > --
> > > Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
> > > Research & Development Engineer at XWiki SAS
> > > Committer on the XWiki.org project
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 7 Nov 2016 20:45:45 +0100
> From: Vincent Massol <vincent(a)massol.net>
> To: XWiki Users <users(a)xwiki.org>
> Subject: Re: [xwiki-users] Showing XWiki love! (Dylan Tuttle)
> Message-ID: <0B55C19E-31BD-4AE5-AD1A-76B673F44976(a)massol.net>
> Content-Type: text/plain; charset=utf-8
>
>
> > On 07 Nov 2016, at 19:20, Dylan Tuttle <dylan(a)weestack.com> wrote:
> >
> > Hi Vincent,
> >
> > I liked XWiki on AlternativeTo and shared it on Twitter.
>
> Thanks Dylan!
>
> > You may also want to consider adding XWiki as a tool on
> > http://stackshare.io/.
>
> Good idea!
>
> Apparently it?s there already or someone added it after seeing your
> message:
> http://stackshare.io/xwiki/xwiki
>
> Thanks!
> -Vincent
>
> > Thanks,
> > Dylan
> >
> > --
> > "If it's a good idea, go ahead and do it. It's much easier to apologize
> > than it is to get permission."
> > - Grace Hopper
> >
> > On Sat, Nov 5, 2016 at 6:00 AM, <users-request(a)xwiki.org> wrote:
> >
> >> Send users mailing list submissions to
> >> users(a)xwiki.org
> >>
> >> To subscribe or unsubscribe via the World Wide Web, visit
> >> http://lists.xwiki.org/mailman/listinfo/users
> >> or, via email, send a message with subject or body 'help' to
> >> users-request(a)xwiki.org
> >>
> >> You can reach the person managing the list at
> >> users-owner(a)xwiki.org
> >>
> >> When replying, please edit your Subject line so it is more specific
> >> than "Re: Contents of users digest..."
> >>
> >>
> >> Today's Topics:
> >>
> >> 1. Showing XWiki love! (Vincent Massol)
> >> 2. Re: Showing XWiki love! (Vincent Massol)
> >> 3. Javascript Extension going wrong (D R)
> >> 4. Re: How to fix orphaned pages? (Julio Brum)
> >> 5. Re: Content before the blog (Julio Brum)
> >>
> >>
> >> ----------------------------------------------------------------------
> >>
> >> Message: 1
> >> Date: Fri, 4 Nov 2016 12:33:59 +0100
> >> From: Vincent Massol <vincent(a)massol.net>
> >> To: XWiki Users <users(a)xwiki.org>
> >> Subject: [xwiki-users] Showing XWiki love!
> >> Message-ID: <2F157234-05AC-44C5-8EAD-9148616154AF(a)massol.net>
> >> Content-Type: text/plain; charset=utf-8
> >>
> >> Hi XWiki users,
> >>
> >> If you like XWiki, showing some love for it helps us continue the work.
> >> It?s also a nice way to contribute something back to the project.
> >>
> >> There are several ways in which you can show this love easily and
> >> especially by sharing it to the outside world:
> >>
> >> * Add a testimonial by tweeting it or replying to this thread or any
> other
> >> place (blog, etc). I aggregate all testimonials I can find here:
> >> https://www.xwiki.org/xwiki/bin/view/References/Testimonials)
> >>
> >> * Add a like to XWiki on http://alternativeto.net/software/xwiki/ +
> add a
> >> comment / add a review
> >>
> >> * Click on ?I use it!? on https://www.openhub.net/p/xwiki
> >>
> >> * Add yourself to the xwiki user map at http://bit.ly/2ekPlex
> >>
> >> * Add an upvote on https://www.quora.com/What-
> >> are-alternatives-to-Atlassian-Confluence-for-a-developer-
> >> facing-website/answer/Iustin-Justin + add a comment
> >>
> >> * Add a review on capterra: http://www.capterra.com/
> >> collaboration-software/spotlight/149030/XWiki/XWiki
> >>
> >> * Add a review on getapp: https://www.getapp.fr/
> collaboration-software/a/
> >> xwiki/reviews/
> >>
> >> Note: If someone knows of other places on the internet where people can
> >> vote for xwiki and show their love for it, please add it to the list.
> I?ll
> >> add all those to http://dev.xwiki.org/xwiki/bin/view/Community/
> >> Contributing#HSpreadtheword a bit later.
> >>
> >> Thanks for your love!
> >> -Vincent
> >> XWiki committer
> >>
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 2
> >> Date: Fri, 4 Nov 2016 13:46:00 +0100
> >> From: Vincent Massol <vincent(a)massol.net>
> >> To: XWiki Users <users(a)xwiki.org>
> >> Subject: Re: [xwiki-users] Showing XWiki love!
> >> Message-ID: <01602FB8-7CF4-4F4C-B9AA-63A0325CAF8F(a)massol.net>
> >> Content-Type: text/plain; charset=utf-8
> >>
> >> If you can, let us know here if you?ve done something so that we know
> >> there are some people out there loving XWiki! :)
> >>
> >> Thanks
> >> -Vincent
> >>
> >>> On 04 Nov 2016, at 12:33, Vincent Massol <vincent(a)massol.net> wrote:
> >>>
> >>> Hi XWiki users,
> >>>
> >>> If you like XWiki, showing some love for it helps us continue the work.
> >> It?s also a nice way to contribute something back to the project.
> >>>
> >>> There are several ways in which you can show this love easily and
> >> especially by sharing it to the outside world:
> >>>
> >>> * Add a testimonial by tweeting it or replying to this thread or any
> >> other place (blog, etc). I aggregate all testimonials I can find here:
> >> https://www.xwiki.org/xwiki/bin/view/References/Testimonials)
> >>>
> >>> * Add a like to XWiki on http://alternativeto.net/software/xwiki/ +
> add
> >> a comment / add a review
> >>>
> >>> * Click on ?I use it!? on https://www.openhub.net/p/xwiki
> >>>
> >>> * Add yourself to the xwiki user map at http://bit.ly/2ekPlex
> >>>
> >>> * Add an upvote on https://www.quora.com/What-
> >> are-alternatives-to-Atlassian-Confluence-for-a-developer-
> >> facing-website/answer/Iustin-Justin + add a comment
> >>>
> >>> * Add a review on capterra: http://www.capterra.com/
> >> collaboration-software/spotlight/149030/XWiki/XWiki
> >>>
> >>> * Add a review on getapp: https://www.getapp.fr/
> >> collaboration-software/a/xwiki/reviews/
> >>>
> >>> Note: If someone knows of other places on the internet where people can
> >> vote for xwiki and show their love for it, please add it to the list.
> I?ll
> >> add all those to http://dev.xwiki.org/xwiki/bin/view/Community/
> >> Contributing#HSpreadtheword a bit later.
> >>>
> >>> Thanks for your love!
> >>> -Vincent
> >>> XWiki committer
> >>>
> >>
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 3
> >> Date: Fri, 4 Nov 2016 14:18:33 +0100
> >> From: D R <rir.ceg(a)gmail.com>
> >> To: XWiki Users <users(a)xwiki.org>
> >> Subject: [xwiki-users] Javascript Extension going wrong
> >> Message-ID:
> >> <CADXv6gRd_MqjiviYMPgBNXMrWWToWPtFsyL2Kqy
> >> etzMCTPBQfg(a)mail.gmail.com>
> >> Content-Type: text/plain; charset=UTF-8
> >>
> >> Hi community,
> >>
> >> I'm having a hard time getting a Javascript Extension for an
> >> AppWithinMinutes livetable to work.
> >>
> >> I have several livetable "enhancements" in it like changing background
> >> color per field value which work properly.
> >>
> >> As a reference I've used the example:
> >> http://snippets.xwiki.org/xwiki/bin/view/Extension/
> Background+color+for+a+
> >> livetable
> >>
> >> Now I want to change the display of the value of a specific column, for
> >> example to display an image or a button next to the value. This works
> only
> >> for the last column in the livetable. All other rows look strange.
> >>
> >> Example:
> >>
> >> The simplified code:
> >> ```
> >> document.observe("xwiki:livetable:newrow", function(ev){
> >> $$('.sTxtUser').each(function(element){
> >> var content = element.innerText;
> >> if(content === undefined){
> >> content = element.textContent;
> >> }
> >> element.replace('<td class="sTxtUser link typetext"
> >> data-title="Username">"' + content + '"</td>')
> >> });
> >> });
> >>
> >> ```
> >>
> >> I have 3 documents for the application with the following values for
> field
> >> sTxtUser :
> >> testuser1
> >> test12345
> >> anotheruser1
> >>
> >> Using the above extension renders the livetable cells like this:
> >> """anotheruser1"""
> >> ""test12345""
> >> "testuser1"
> >>
> >> If I change the sort order:
> >> """testuser1"""
> >> ""test12345""
> >> "anotheruser1"
> >>
> >> So only the last row shows the desired output.
> >>
> >> What am I doing wrong?
> >>
> >> Regards,
> >> Dennis
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 4
> >> Date: Fri, 4 Nov 2016 16:49:38 -0200
> >> From: Julio Brum <brumpaiva(a)gmail.com>
> >> To: XWiki Users <users(a)xwiki.org>
> >> Subject: Re: [xwiki-users] How to fix orphaned pages?
> >> Message-ID:
> >> <CAEyE4PA4wqBf69D=tc4k8uQ41=gZC6ayVp88gxWiiv-cGLqp_A@mail.
> >> gmail.com>
> >> Content-Type: text/plain; charset=UTF-8
> >>
> >> Marius, thank you.
> >>
> >> I use the 7.4.4 version. When viewing the panel 'Orphaned Pages' I found
> >> that there are orphaned pages. I can place directly a value on
> doc.parent
> >> field in the database?
> >>
> >> Best Regards,
> >> Julio
> >>
> >> 2016-11-04 8:25 GMT-02:00 Marius Dumitru Florea <
> >> mariusdumitru.florea(a)xwiki.com>:
> >>
> >>> What version of XWiki are you using? Starting with XWiki 7.2 the Orphan
> >>> Pages tab in the Page Index is visible only if you enable the
> >> parent-child
> >>> hierarchy mode (which is disabled by default). See
> >>> http://jira.xwiki.org/browse/XWIKI-12520 . Also
> >>> http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/
> >>> NestedPagesMigration/
> >>> .
> >>>
> >>> If the version of XWiki you're using is older than 7.2 then simply edit
> >> the
> >>> orphan page and set its parent (from the breadcrumb above the title
> >> input).
> >>> Orphan pages don't do any harm. It's just that the best practice in
> >> content
> >>> organization is to have a hierarchy of pages so each page should have a
> >>> parent, unless it's the root page. This helps navigation among other
> >>> things.
> >>>
> >>> Hope this helps,
> >>> Marius
> >>>
> >>> On Thu, Nov 3, 2016 at 10:54 PM, Julio Brum <brumpaiva(a)gmail.com>
> wrote:
> >>>
> >>>> Hi,
> >>>>
> >>>> Orphaned pages is a bad thing? Why is that? How to fix?
> >>>>
> >>>> Thank you in advance
> >>>> _______________________________________________
> >>>> users mailing list
> >>>> users(a)xwiki.org
> >>>> http://lists.xwiki.org/mailman/listinfo/users
> >>>>
> >>> _______________________________________________
> >>> users mailing list
> >>> users(a)xwiki.org
> >>> http://lists.xwiki.org/mailman/listinfo/users
> >>>
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 5
> >> Date: Fri, 4 Nov 2016 16:51:04 -0200
> >> From: Julio Brum <brumpaiva(a)gmail.com>
> >> To: XWiki Users <users(a)xwiki.org>
> >> Subject: Re: [xwiki-users] Content before the blog
> >> Message-ID:
> >> <CAEyE4PCGhUsrxwM+oPdCabvYEuY0jFkPoKcEV9NMgZpB8v
> >> td+Q(a)mail.gmail.com>
> >> Content-Type: text/plain; charset=UTF-8
> >>
> >> Marius, thank you.
> >>
> >> I needed to do it on the same page (space) blog (because it contains all
> >> others our site content. I was trying to avoid the work of moving the
> >> contents. If there is no other solution, I will make the movement of
> >> content)
> >>
> >> Best Regards,
> >> Julio
> >>
> >> 2016-11-04 8:29 GMT-02:00 Marius Dumitru Florea <
> >> mariusdumitru.florea(a)xwiki.com>:
> >>
> >>> Maybe the Display Macro
> >>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Display+Macro can
> >>> help. On a separate page you write the content you want and then you
> >>> display the blog post using the Display Macro.
> >>>
> >>> Hope this helps,
> >>> Marius
> >>>
> >>> On Thu, Nov 3, 2016 at 10:57 PM, Julio Brum <brumpaiva(a)gmail.com>
> wrote:
> >>>
> >>>> Hi,
> >>>>
> >>>> How can I place an additional content (in a space) before a blog?
> >>>>
> >>>> When I add a blog object (BlogClass), I can not put other content on
> >> the
> >>>> editing page. In fact, I can put, but does not appear.
> >>>>
> >>>> Thank you in advance
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> ------------------------------
>
> End of users Digest, Vol 112, Issue 9
> *************************************
>
Hi Vincent,
I liked XWiki on AlternativeTo and shared it on Twitter.
You may also want to consider adding XWiki as a tool on
http://stackshare.io/.
Thanks,
Dylan
--
"If it's a good idea, go ahead and do it. It's much easier to apologize
than it is to get permission."
- Grace Hopper
On Sat, Nov 5, 2016 at 6:00 AM, <users-request(a)xwiki.org> wrote:
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Showing XWiki love! (Vincent Massol)
> 2. Re: Showing XWiki love! (Vincent Massol)
> 3. Javascript Extension going wrong (D R)
> 4. Re: How to fix orphaned pages? (Julio Brum)
> 5. Re: Content before the blog (Julio Brum)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 4 Nov 2016 12:33:59 +0100
> From: Vincent Massol <vincent(a)massol.net>
> To: XWiki Users <users(a)xwiki.org>
> Subject: [xwiki-users] Showing XWiki love!
> Message-ID: <2F157234-05AC-44C5-8EAD-9148616154AF(a)massol.net>
> Content-Type: text/plain; charset=utf-8
>
> Hi XWiki users,
>
> If you like XWiki, showing some love for it helps us continue the work.
> It?s also a nice way to contribute something back to the project.
>
> There are several ways in which you can show this love easily and
> especially by sharing it to the outside world:
>
> * Add a testimonial by tweeting it or replying to this thread or any other
> place (blog, etc). I aggregate all testimonials I can find here:
> https://www.xwiki.org/xwiki/bin/view/References/Testimonials)
>
> * Add a like to XWiki on http://alternativeto.net/software/xwiki/ + add a
> comment / add a review
>
> * Click on ?I use it!? on https://www.openhub.net/p/xwiki
>
> * Add yourself to the xwiki user map at http://bit.ly/2ekPlex
>
> * Add an upvote on https://www.quora.com/What-
> are-alternatives-to-Atlassian-Confluence-for-a-developer-
> facing-website/answer/Iustin-Justin + add a comment
>
> * Add a review on capterra: http://www.capterra.com/
> collaboration-software/spotlight/149030/XWiki/XWiki
>
> * Add a review on getapp: https://www.getapp.fr/collaboration-software/a/
> xwiki/reviews/
>
> Note: If someone knows of other places on the internet where people can
> vote for xwiki and show their love for it, please add it to the list. I?ll
> add all those to http://dev.xwiki.org/xwiki/bin/view/Community/
> Contributing#HSpreadtheword a bit later.
>
> Thanks for your love!
> -Vincent
> XWiki committer
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 4 Nov 2016 13:46:00 +0100
> From: Vincent Massol <vincent(a)massol.net>
> To: XWiki Users <users(a)xwiki.org>
> Subject: Re: [xwiki-users] Showing XWiki love!
> Message-ID: <01602FB8-7CF4-4F4C-B9AA-63A0325CAF8F(a)massol.net>
> Content-Type: text/plain; charset=utf-8
>
> If you can, let us know here if you?ve done something so that we know
> there are some people out there loving XWiki! :)
>
> Thanks
> -Vincent
>
> > On 04 Nov 2016, at 12:33, Vincent Massol <vincent(a)massol.net> wrote:
> >
> > Hi XWiki users,
> >
> > If you like XWiki, showing some love for it helps us continue the work.
> It?s also a nice way to contribute something back to the project.
> >
> > There are several ways in which you can show this love easily and
> especially by sharing it to the outside world:
> >
> > * Add a testimonial by tweeting it or replying to this thread or any
> other place (blog, etc). I aggregate all testimonials I can find here:
> https://www.xwiki.org/xwiki/bin/view/References/Testimonials)
> >
> > * Add a like to XWiki on http://alternativeto.net/software/xwiki/ + add
> a comment / add a review
> >
> > * Click on ?I use it!? on https://www.openhub.net/p/xwiki
> >
> > * Add yourself to the xwiki user map at http://bit.ly/2ekPlex
> >
> > * Add an upvote on https://www.quora.com/What-
> are-alternatives-to-Atlassian-Confluence-for-a-developer-
> facing-website/answer/Iustin-Justin + add a comment
> >
> > * Add a review on capterra: http://www.capterra.com/
> collaboration-software/spotlight/149030/XWiki/XWiki
> >
> > * Add a review on getapp: https://www.getapp.fr/
> collaboration-software/a/xwiki/reviews/
> >
> > Note: If someone knows of other places on the internet where people can
> vote for xwiki and show their love for it, please add it to the list. I?ll
> add all those to http://dev.xwiki.org/xwiki/bin/view/Community/
> Contributing#HSpreadtheword a bit later.
> >
> > Thanks for your love!
> > -Vincent
> > XWiki committer
> >
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 4 Nov 2016 14:18:33 +0100
> From: D R <rir.ceg(a)gmail.com>
> To: XWiki Users <users(a)xwiki.org>
> Subject: [xwiki-users] Javascript Extension going wrong
> Message-ID:
> <CADXv6gRd_MqjiviYMPgBNXMrWWToWPtFsyL2Kqy
> etzMCTPBQfg(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi community,
>
> I'm having a hard time getting a Javascript Extension for an
> AppWithinMinutes livetable to work.
>
> I have several livetable "enhancements" in it like changing background
> color per field value which work properly.
>
> As a reference I've used the example:
> http://snippets.xwiki.org/xwiki/bin/view/Extension/Background+color+for+a+
> livetable
>
> Now I want to change the display of the value of a specific column, for
> example to display an image or a button next to the value. This works only
> for the last column in the livetable. All other rows look strange.
>
> Example:
>
> The simplified code:
> ```
> document.observe("xwiki:livetable:newrow", function(ev){
> $$('.sTxtUser').each(function(element){
> var content = element.innerText;
> if(content === undefined){
> content = element.textContent;
> }
> element.replace('<td class="sTxtUser link typetext"
> data-title="Username">"' + content + '"</td>')
> });
> });
>
> ```
>
> I have 3 documents for the application with the following values for field
> sTxtUser :
> testuser1
> test12345
> anotheruser1
>
> Using the above extension renders the livetable cells like this:
> """anotheruser1"""
> ""test12345""
> "testuser1"
>
> If I change the sort order:
> """testuser1"""
> ""test12345""
> "anotheruser1"
>
> So only the last row shows the desired output.
>
> What am I doing wrong?
>
> Regards,
> Dennis
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 4 Nov 2016 16:49:38 -0200
> From: Julio Brum <brumpaiva(a)gmail.com>
> To: XWiki Users <users(a)xwiki.org>
> Subject: Re: [xwiki-users] How to fix orphaned pages?
> Message-ID:
> <CAEyE4PA4wqBf69D=tc4k8uQ41=gZC6ayVp88gxWiiv-cGLqp_A@mail.
> gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Marius, thank you.
>
> I use the 7.4.4 version. When viewing the panel 'Orphaned Pages' I found
> that there are orphaned pages. I can place directly a value on doc.parent
> field in the database?
>
> Best Regards,
> Julio
>
> 2016-11-04 8:25 GMT-02:00 Marius Dumitru Florea <
> mariusdumitru.florea(a)xwiki.com>:
>
> > What version of XWiki are you using? Starting with XWiki 7.2 the Orphan
> > Pages tab in the Page Index is visible only if you enable the
> parent-child
> > hierarchy mode (which is disabled by default). See
> > http://jira.xwiki.org/browse/XWIKI-12520 . Also
> > http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/
> > NestedPagesMigration/
> > .
> >
> > If the version of XWiki you're using is older than 7.2 then simply edit
> the
> > orphan page and set its parent (from the breadcrumb above the title
> input).
> > Orphan pages don't do any harm. It's just that the best practice in
> content
> > organization is to have a hierarchy of pages so each page should have a
> > parent, unless it's the root page. This helps navigation among other
> > things.
> >
> > Hope this helps,
> > Marius
> >
> > On Thu, Nov 3, 2016 at 10:54 PM, Julio Brum <brumpaiva(a)gmail.com> wrote:
> >
> > > Hi,
> > >
> > > Orphaned pages is a bad thing? Why is that? How to fix?
> > >
> > > Thank you in advance
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 4 Nov 2016 16:51:04 -0200
> From: Julio Brum <brumpaiva(a)gmail.com>
> To: XWiki Users <users(a)xwiki.org>
> Subject: Re: [xwiki-users] Content before the blog
> Message-ID:
> <CAEyE4PCGhUsrxwM+oPdCabvYEuY0jFkPoKcEV9NMgZpB8v
> td+Q(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Marius, thank you.
>
> I needed to do it on the same page (space) blog (because it contains all
> others our site content. I was trying to avoid the work of moving the
> contents. If there is no other solution, I will make the movement of
> content)
>
> Best Regards,
> Julio
>
> 2016-11-04 8:29 GMT-02:00 Marius Dumitru Florea <
> mariusdumitru.florea(a)xwiki.com>:
>
> > Maybe the Display Macro
> > http://extensions.xwiki.org/xwiki/bin/view/Extension/Display+Macro can
> > help. On a separate page you write the content you want and then you
> > display the blog post using the Display Macro.
> >
> > Hope this helps,
> > Marius
> >
> > On Thu, Nov 3, 2016 at 10:57 PM, Julio Brum <brumpaiva(a)gmail.com> wrote:
> >
> > > Hi,
> > >
> > > How can I place an additional content (in a space) before a blog?
> > >
> > > When I add a blog object (BlogClass), I can not put other content on
> the
> > > editing page. In fact, I can put, but does not appear.
> > >
> > > Thank you in advance
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> ------------------------------
>
> End of users Digest, Vol 112, Issue 5
> *************************************
>