On Mon, Feb 20, 2012 at 6:45 PM, Dmitry Bakbardin <haru_mamburu(a)mail.ru> wrote:
> Thank you, Marius,
>
> Done. http://jira.xwiki.org/browse/XWIKI-7562
Thanks.
>
> Another question: I understand, that question marks are not desired in page names. Ok, I can live with it. BUT WHY App.Within Minutes produses applications, that also delete it in page Title?
>
> Looks strange, when FAQ or HowTo applications contain questions, but no question marks in page titles allowed? Is it also a bug?
Bug.. I forgot to URL encode the entry name. Sorry about that. You can
fix it quickly by editing AppWithinMinutes.LiveTableViewSheet in
object mode and replacing
window.self.location = this.urlTemplate.replace('__entryName__',
this.input.value);
with
window.self.location = this.urlTemplate.replace('__entryName__',
encodeURIComponent(this.input.value));
You should report it on JIRA though. Thanks a lot for testing. I
promise I'll fix these bugs ASAP :) .
Thanks,
Marius
>
> Kind regards,
>
> Dmitry
>
>
> 20 февраля 2012, 14:15 от Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>:
>> Hi Dmitry,
>>
>> On Sat, Feb 18, 2012 at 7:21 AM, Dmitry Bakbardin <haru_mamburu(a)mail.ru> wrote:
>> > Hi, All
>> >
>> > Xwiki 3.4.
>> > I created simple application and now for each and every user regardless to access rights (I mean edit, admin on/off) can see following
>> >
>> > Actions
>> >
>> > Add new entry
>> > Edit class
>> >
>>
>> > So, any user can see "edit class" and press the link. Is it a bug or desired behaviour?
>>
>> A bug. Can you report it in JIRA?
>>
>> > I don't want simple user to see "Edit class" link. Is it possible?
>>
>> For now you'll have to add the proper rights checks in
>> AppWithinMinutes.LiveTableViewSheet .
>>
>> Hope this helps,
>> Marius
>>
>> >
>> > Kind regards,
>> >
>> > Dmitry
>> > _______________________________________________
>> > users mailing list
>> > users(a)xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>>
> Kind regards,
>
> Dmitry
Hello!
I want to upgrade my Xwiki installation from 3.0 --> 3.4.
Currently I'm a little bit confused about the new installer jar file,
because
I have here some scripts for the local configuration management.
(Thes are preserving the current configuration settings.)
Where can I found the "tradional" war (for tomcat) and xar files for
the installation.
Best Regards,
H.-Dirk Schmitt
--
------------------------------------------------------------------------
*
H.-Dirk Schmitt <http://www.computer42.org>*
Dipl.Math.
eMail:/dirk.schmitt@computer42.org/
mobile:/+49 177 616 8564/
phone: /+49 2642 99 41 10/
fax: /+49 2642 99 41 15/
Kripper Str. 35, D-53489 Sinzig
pgp: http://www.computer42.org/~dirk/OpenPGP-fingerprint.html
<http://www.computer42.org/%7Edirk/OpenPGP-fingerprint.html>
Hi, All
Xwiki 3.4.
I created simple application and now for each and every user regardless to access rights (I mean edit, admin on/off) can see following
Actions
Add new entry
Edit class
So, any user can see "edit class" and press the link. Is it a bug or desired behaviour?
I don't want simple user to see "Edit class" link. Is it possible?
Kind regards,
Dmitry
Hello everyone,
I would like to integrate XWiki into our Liferay-Portal. Has anyone
done something similar? Where would be a good point to start? I found
some older Post in this mailing-list, however it wasn?t clear to me if
someone managed to get XWiki working with Liferay and if so, how.
Thanks in advance,
Chris
Hello and in this topic, too: sorry for the late reply because of my
damned emailadress and not-html-mails... :)
The user directory is nearly the thing i was looking for, but is it
possible to adjust the size of the images? I want to use it as a page
for new coworkers so if someone says "for this problem you should go to
Mr. xy" and the new one don't have a clue who Mr. xy is and how he looks
he can look at the page to see a picture.
I had a look at the code for this UserDirectory and the page
XWikiGroupSheet, respectively, but i didn't found an obvious way to
change the image size. Can someone tell me how to do it? That would be
great.
Thanks in advance,
resi.
How about the page Main/UserDirectory ?
Example: http://www.xwiki.org/xwiki/bin/view/Main/UserDirectory
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Fwww.xwiki.org%…>
Thanks,
Caty
On Thu, Feb 16, 2012 at 12:57, Edo Beutler <ebeutler(a)synventis.com> wrote:
> Hi Resi
>
> I think you will have to write your own script for that.
> First you get all users of your wiki. I don't know of an api call for
> that, so you could use $services.query.xwql("from
> doc.object(XWiki.XWikiUsers) as obj").execute() You could also add
> e.g. "order by obj.last_name" if you like to.
> The result is a list. Using #foreach you can display all the things
> you want for each user.
>
> The information about the specialities or responsibilities should be
> connected somehow to the users (maybe by using groups?). You could
> also consider adding additional fields to the XWiki.XWikiUsers class
> to reflect your specialities and responsibilities.
> How to display this information depends on how you save and connect
> them to the users.
>
> Hope this helps
> Edo
>
>
> On Thu, Feb 16, 2012 at 8:42 AM, Theresa Noisser <theresa.noisser(a)web.de>
> wrote:
> > Hello,
> > for our company intranet wiki i'd like to have a page where all
coworkers
> > are listed with their names and pictures. I found a velocity code
to give
> > out the useravatar (e.g. #largeUserAvatar('XWiki.username') ), but is
> there
> > a way to automatically generate a page where all the users are listed
> with
> > names and pictures (perhaps in 2 columns and with links to their
profile
> > pages)? I only found a way to list all editors or page creators.
> >
> > And second, i would like to add information to the profile pages of the
> > coworkers, e.g. their specialities or responsibilities. How can i do
> that?
> >
> > Thanks in advance,
> > resi.
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
Sorry for my late reply, but i can't write text emails from my private
emailadress in my office.
So thanks for the link to the tag application, i didn't know that i can
use tags in a structured mode.
I think i will use seperate spaces for the Workgroups and one main for
all, which i can structure with the tags.
Thanks again,
resi.
Also you can use tags to categorize your pages, see
http://extensions.xwiki.org/xwiki/bin/view/Extension/Tag+Application
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Fextensions.xwi…>
Thanks,
Caty
On Thu, Feb 16, 2012 at 12:34, Maxime Sinclair
<maxime.sinclair(a)gmail.com>wrote:
> Hi Theresa,
>
> In my opinion, the best way is to get one space by work group.
> It's easy to define rights, or to custumize the presentation at the
> space level.
> Regards,
> Maxime
>
> 2012/2/16 Theresa Noisser <theresa.noisser(a)web.de>:
> > Hi,
> > i want to have our wiki categorized, since it's used as a intranet
for a
> > company with a few different work groups. So it would be the best if
> every
> > group gets its own "category", but every coworker is able to see (and
> > possibly edit) every page. But i'm not sure what's the best way to do
> this,
> > i think the two possibilities are to use different spaces or to use
> parent
> > pages.
> > Can you tell me what the main differences are to help me with this
> decision?
> > Is it only the rights management or are there any other
> > advantages/disadvantages?
> > Thanks again,
> > resi.
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
Hello,
Please, how could I get the title of a translated document to be used in a Velocity script? Please, see an example:
http://atrium_km.idisantiago.es/bin/XWiki/XWikiIDISAreaEndocrinology
Whatever language I select, group names are already show in Spanish even though group names exist in all three languages. For instance...
atrium_km.idisantiago.es/bin/XWiki/XWikiIDISC01
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hello everyone,
I would like to integrate RT into our Liferay-Portal. Has anyone done
something similar? Where would be a good point to start?
Thanks in advance,
Chris
Hello,
I have an XWIKI running 3.2 on Tomcat6 PostgreSQL. I did export the WIKI
(around 70 Mbytes) to a XAR before upgrading to 3.4.
To upgrade to 3.4 import did delete the XWIKI database and created a new
blank one. I installed XWIKI 3.4 with the default .xar then used the XWIKI
large import utility
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Large+XAR+Import) to
reload my spaces from the XAR archive. (since importing doesn't work even
after updating the max upload size and the JVM options).
I all worked fine but Lucene does not index, even when I start Lucene
indexing manually from 'Administer wiki'. The search pages shows' Lucene is
currently building its index, 618 documents in queue". But it never moves
from there.
Please let me know what's going on and how I could restart Lucene.
Many thanks for your help,
Regards,
Christophe FRAULE
Hello,
Last week I install XWiki from deb for Debian: XWiki 3.4-RC-1
I finalized install by importing xwiki-enterprise-ui-all-3.4-rc-1.xar
That works perfectly many thanks to XWiki team.
Today, my package manager propose to upgrade to XWiki 3.5-M-1
If I upgrade my XWiki do I need also to to import
xwiki-enterprise-ui-all-3.5-m-1.xar or only some part?
Does it exist merging procedure between xwiki-enterprise-ui-all with
partial update of old version and new xwiki-enterprise-ui-all.xar?
Regards,
Arnaud.