Re: [xwiki-users] Bug using bar / in the page name

2014-01-10 Thread Clemens Klein-Robbenhaar
Hi Danilo,

 Hello people,
 
 When I use the bar =/ character in my page names occurs a bug. The page 
 is created but when I access the link complete blank page appears to me! Even 
 I try to delete or rename the page the blank page continues showing to me... 
 How can I delete these pages? Is there some way to avoid  the users to create 
 pages with bar (/) character?
 
 Thank you.
 

Any chance you are using tomcat as web container?
Then most probably this is this issue:  http://jira.xwiki.org/browse/XE-688 
which is basically a problem with tomcat being too paranoid about something.
I can get a similar result when using mod_proxy from the apache-httpd however ;)

If you want to get rid of that defunct page, paste the following snippet into 
any page and view the page:

{{velocity}}
$xwiki.getDocument(Space.My Pahe with /Slash).delete()
{{/velocity}}

Hope this helps,
Clemens


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] HolidayRequest Help

2014-01-10 Thread Ricardo Jesus (PtContact)
Good afternoon,
Not sure if this is the best way, and i'm sorry to bother you with this, but 
I'm trying to use HolidayRequest on my Xwiki intranet and i'm having a problem 
with used number of days.
I can't find a field anywhere to define this on a user. If you can give me the 
directions I would appreciate.
 Best regards,

Ricardo Jesus


---
Esta mensagem pode conter informacao confidencial. Caso o receptor desta 
mensagem nao seja o destinatario indicado, e expressamente proibida a copia ou 
enderecamento desta informacao a terceiros, encontrando-se o destinatario na 
obrigacao de destruir a presente mensagem e de informar o emissor.

This message may contain confidential information, and is intended only for the 
individuals named. If you are not the intended recipient you should not 
distribute or copy this information and must delete this e-mail from your 
system and notify the sender immediately.
---
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Horizontal Stacked Bar chart

2014-01-10 Thread Gerritjan Koekkoek
D3 Certainly looks impressive and i'm sure with more advanced needs I will
get my feet wet with it,
Bit for now I need a fast solution as a Proof of Concept, so any suggestion
on how to get the Stacked Bar chart as presented in the samples
And if the layout can be rotated from vertical (default) to horizontal?


2014/1/10 Hamster teun...@hotmail.com

 I think the D3 will give you a lot more options...(but will require a bit
 more work)

 http://extensions.xwiki.org/xwiki/bin/view/Extension/d3js




 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Horizontal-Stacked-Bar-chart-tp7588579p7588589.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Wiki application templates error

2014-01-10 Thread Jaume Giribert Peraire
Hi,

I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
tomcat6 + mysql).

I have create a new subwiki (as a template) but whenever I try to create a
new subwiki using this template, i only get a blank wiki, just the standard
deploy.

I have followed these instructions with no luck:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application

Just after the subwiki creation (from a template) I get a progress bar
indicating that the system is provisioning the wiki. When I click on
Finalize, I'm automatically redirected to the Distribution Wizard page
telling me that I have to install XWiki Enterprise UI - Wiki. If I skip
the wizard, the wiki is shown as it didn't have any UI.

Looking at catalina.out I don't see anything strange. I have also found out
that the first created wiki template doesn't show in the Wiki Template
admin panel. If I create a new template, this new one is shown in xwiki
index and xwiki template. If I try to create a new subwiki using this
second template the error persist.

Anyone with this issue?

Regards,
Jaume
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki with Piwik

2014-01-10 Thread Danilo Amaral de Oliveira
Anyone is using the Piwik with XWiki?
 I have installed it last week and and it is a nice tool however I couldn’t 
configure the Track Site Search in order to allow the Piwik to track the 
principal terms searched in my Xwiki.

Someone know how to configure it?

Thank you
Danilo


Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DETI
e-mail: danilo.olive...@energisa.com.br | tel: (32) 3429-6342

Esta mensagem contém informação confidencial. Se você a recebeu por engano, não 
divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e 
apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do 
not disclose or copy its contents. Please notify sender and delete immediately.


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] RES: Bug using bar / in the page name

2014-01-10 Thread Danilo Amaral de Oliveira
Exactly Clemens!

I am using tomcat 7.
Thank you for the advice in how to exclude the page, I will use it!
However, is there any way to block the usage of the slash by the users?

Thank you
Danilo



Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DETI
e-mail: danilo.olive...@energisa.com.br | tel: (32) 3429-6342

Esta mensagem contém informação confidencial. Se você a recebeu por engano, não 
divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e 
apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do 
not disclose or copy its contents. Please notify sender and delete immediately.


-Mensagem original-
De: users [mailto:users-boun...@xwiki.org] Em nome de Clemens Klein-Robbenhaar
Enviada em: sexta-feira, 10 de janeiro de 2014 09:30
Para: users@xwiki.org
Assunto: Re: [xwiki-users] Bug using bar / in the page name

Hi Danilo,

 Hello people,

 When I use the bar =/ character in my page names occurs a bug. The page 
 is created but when I access the link complete blank page appears to me! Even 
 I try to delete or rename the page the blank page continues showing to me... 
 How can I delete these pages? Is there some way to avoid  the users to create 
 pages with bar (/) character?

 Thank you.


Any chance you are using tomcat as web container?
Then most probably this is this issue:  http://jira.xwiki.org/browse/XE-688 
which is basically a problem with tomcat being too paranoid about something.
I can get a similar result when using mod_proxy from the apache-httpd however ;)

If you want to get rid of that defunct page, paste the following snippet into 
any page and view the page:

{{velocity}}
$xwiki.getDocument(Space.My Pahe with /Slash).delete() {{/velocity}}

Hope this helps,
Clemens


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] RES: Bug using bar / in the page name

2014-01-10 Thread Clemens Klein-Robbenhaar


 I am using tomcat 7.
 Thank you for the advice in how to exclude the page, I will use it!
 However, is there any way to block the usage of the slash by the users?

Not yet. As far as I understand the recommended fix is to reconfigure tomcat so 
it does not forbid the encoded version of the slash as explained here:
http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.10
i.e. adding -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true to 
the CATALINA_OPTS

The same note points out that without settign the other property there you can 
shoot yourself in the foot with a backslash '\' as well, and I can fully 
confirm this :)

As not every user might be willing to configure tomcat in a way that is 
considered disabling a security setting, I wonder if it would be acceptable 
to add a configuration setting that contains a list of illegal characters for 
page names, which then can be set to '\' and '/' if XWiki is running inside a 
tomcat with its default configuration.
(Actually implementing this might be a bit tricky, as there are other ways to 
create a page with a '/' in the name, e.g. rename, copy and XAR-import, just to 
mention the few I can imagine on the spot ...)

Clemens
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki with Piwik

2014-01-10 Thread Valdis Vītoliņš
Add piwik tracking code to .../xwiki/templates/htmlfooter.vm file in
file system resulting ~like this:

/div## xwikimaincontainerinner
/div## xwikimaincontainer
#if($isInServletMode)
!-- Piwik --
script type=text/javascript
var pkBaseURL = ((https: == document.location.protocol) ?
https://odo.lv/piwik/; : http://odo.lv/piwik/;);
document.write(unescape(%3Cscript src=' + pkBaseURL + piwik.js'
type='text/javascript'%3E%3C/script%3E));
/scriptscript type=text/javascript
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + piwik.php, 1);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
/scriptnoscriptpimg src=http://odo.lv/piwik/piwik.php?idsite=1;
style=border:0 alt= //p/noscript
!-- End Piwik Tracking Code --
/body
/html
#else ## Portlet Mode
/div
#end

OR

add htmlfooter.vm textarea object
to /xwiki/bin/edit/XWiki/XWikiSkins?editor=class

then edit /xwiki/bin/edit/XWiki/DefaultSkin skin object and paste above
mentioned code into htmlfooter.vm field.

Valdis

 Anyone is using the Piwik with XWiki?
  I have installed it last week and and it is a nice tool however I couldn’t 
 configure the Track Site Search in order to allow the Piwik to track the 
 principal terms searched in my Xwiki.
 
 Someone know how to configure it?
 
 Thank you
 Danilo
 
 
 Grupo Energisa
 Danilo A. Oliveira
 Analista Suporte Aplicacao TI - DETI
 e-mail: danilo.olive...@energisa.com.br | tel: (32) 3429-6342
 
 Esta mensagem contém informação confidencial. Se você a recebeu por engano, 
 não divulgue ou copie seu conteúdo. Por favor, avise ao remetente 
 imediatamente e apague-a do computador.
 Privileged and confidential. If this message has been received by mistake, do 
 not disclose or copy its contents. Please notify sender and delete 
 immediately.
 
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Wiki application templates error

2014-01-10 Thread Jaume Giribert Peraire
Hi Thomas,

Yes, it looks like the template is not copied when the new subwiki is created.

I tried to switch to Oracle Java6 JVM and updating to the last Tomcat6
version (Centos) but the problem persist.

I'm not really sure where the problem comes from. The only thing I
have found is this entry catalina.out:

Jan 10, 2014 6:35:33 PM org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk '' ignored.

Looks like a problem when calling this URL (note the double  before
input) when creating the subwiki:
http://xx:8080/xwiki/bin/get/WikiManager/CreateWiki?xpage=uorgsuggestuorg=userinput=XWiki.Admin

I tried to download and install the windows version (comes with Jetty)
but I'm not able to reproduce this issue. It works as expected.

Anyone with a similar scenario or any clue where I can found where the issue is?

Regards,
Jaume


On Fri, Jan 10, 2014 at 2:20 PM, Jaume Giribert Peraire
jaume.giribert at gmail.com
http://lists.xwiki.org/mailman/listinfo/users wrote:
* Hi,
** I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
** tomcat6 + mysql).
** I have create a new subwiki (as a template) but whenever I try to create a
** new subwiki using this template, i only get a blank wiki, just the standard
** deploy.
** I have followed these instructions with no luck:
** http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application
http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application
** Just after the subwiki creation (from a template) I get a progress bar
** indicating that the system is provisioning the wiki. When I click on
** Finalize, I'm automatically redirected to the Distribution Wizard page
** telling me that I have to install XWiki Enterprise UI - Wiki. If I skip
** the wizard, the wiki is shown as it didn't have any UI.
*
Sounds like the template hasn't really been copied.

* Looking at catalina.out I don't see anything strange. I have also found out
** that the first created wiki template doesn't show in the Wiki Template
** admin panel. If I create a new template, this new one is shown in xwiki
** index and xwiki template. If I try to create a new subwiki using this
** second template the error persist.
** Anyone with this issue?
** Regards,
** Jaume
** ___
** users mailing list
** users at xwiki.org http://lists.xwiki.org/mailman/listinfo/users
** http://lists.xwiki.org/mailman/listinfo/users
http://lists.xwiki.org/mailman/listinfo/users
*


-- 
Thomas Mortagne



2014/1/10 Jaume Giribert Peraire jaume.girib...@gmail.com

 Hi,

 I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
 tomcat6 + mysql).

 I have create a new subwiki (as a template) but whenever I try to create a
 new subwiki using this template, i only get a blank wiki, just the standard
 deploy.

 I have followed these instructions with no luck:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application

 Just after the subwiki creation (from a template) I get a progress bar
 indicating that the system is provisioning the wiki. When I click on
 Finalize, I'm automatically redirected to the Distribution Wizard page
 telling me that I have to install XWiki Enterprise UI - Wiki. If I skip
 the wizard, the wiki is shown as it didn't have any UI.

 Looking at catalina.out I don't see anything strange. I have also found
 out that the first created wiki template doesn't show in the Wiki
 Template admin panel. If I create a new template, this new one is shown in
 xwiki index and xwiki template. If I try to create a new subwiki using
 this second template the error persist.

 Anyone with this issue?

 Regards,
 Jaume

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] document viewer macro

2014-01-10 Thread Paul Pinkerton (ACLCO)
I have installed the docviewer macro, but it doesn't work!  Have others
had success with this?

Similarly, I am having trouble with html iframes displaying.  I have
tried viewing these pages in a number of different browers with no
success.

Insight?

Paul Pinkerton
KnowledgeNow Project Lead

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] empty Candidates list of rejected users.

2014-01-10 Thread Kelly Steinke
I have set up a subwiki and have been doing a lot of testing regarding 
authentication which has left a large amount of test users in my Candidates 
list. Is there a way to remove these join requests from the admin section? I 
can't seem to get into the edit mode of the XWikiPreferences page for the user 
section. 

Thanks 

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Recycle bin /Trash

2014-01-10 Thread Patrick Masson
I looked around a bit, but is there a way to list pages/attachments 
users have deleted?



--
|||  |  |||||  |||| |||
Patrick Masson
General Manager, Director  Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: osi-mas...@ekiga.net
Ph: (970) 4MASSON
Em: mass...@opensource.org mailto:mas...@opensource.org
Ws: www.opensource.org http://www.opensource.org
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Recycle bin /Trash

2014-01-10 Thread Maxime Sinclair

Hi Patrick,

Go to the index page of the wiki (Main.AllDocs) and select the deleted 
pages or deleted attchments tab.
If these tabs don't appear, I suppose you must have admin rights to see 
them.




On 10/01/2014 22:27, Patrick Masson wrote:
I looked around a bit, but is there a way to list pages/attachments 
users have deleted?





___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Wiki application templates error

2014-01-10 Thread Thomas Mortagne
On Fri, Jan 10, 2014 at 6:58 PM, Jaume Giribert Peraire
jaume.girib...@gmail.com wrote:
 Hi Thomas,

 Yes, it looks like the template is not copied when the new subwiki is created.

 I tried to switch to Oracle Java6 JVM and updating to the last Tomcat6
 version (Centos) but the problem persist.

 I'm not really sure where the problem comes from. The only thing I
 have found is this entry catalina.out:

 Jan 10, 2014 6:35:33 PM org.apache.tomcat.util.http.Parameters 
 processParameters
 WARNING: Parameters: Invalid chunk '' ignored.

Does not really seems to be related. If you have nothing in
catalina.out it's probably normal since wiki creation is done in an
isolated job, you should be able to find it's status somewhere in
data/jobs/status/ (not fully sure what are those jobs ids). A pity
the UI does not display this log.


 Looks like a problem when calling this URL (note the double  before
 input) when creating the subwiki:
 http://xx:8080/xwiki/bin/get/WikiManager/CreateWiki?xpage=uorgsuggestuorg=userinput=XWiki.Admin

 I tried to download and install the windows version (comes with Jetty)
 but I'm not able to reproduce this issue. It works as expected.

 Anyone with a similar scenario or any clue where I can found where the issue 
 is?

 Regards,
 Jaume


 On Fri, Jan 10, 2014 at 2:20 PM, Jaume Giribert Peraire
 jaume.giribert at gmail.com
 http://lists.xwiki.org/mailman/listinfo/users wrote:
* Hi,
 ** I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
 ** tomcat6 + mysql).
 ** I have create a new subwiki (as a template) but whenever I try to create 
 a
 ** new subwiki using this template, i only get a blank wiki, just the 
 standard
 ** deploy.
 ** I have followed these instructions with no luck:
 ** http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application
 ** Just after the subwiki creation (from a template) I get a progress bar
 ** indicating that the system is provisioning the wiki. When I click on
 ** Finalize, I'm automatically redirected to the Distribution Wizard page
 ** telling me that I have to install XWiki Enterprise UI - Wiki. If I skip
 ** the wizard, the wiki is shown as it didn't have any UI.
 *
 Sounds like the template hasn't really been copied.

* Looking at catalina.out I don't see anything strange. I have also found out
 ** that the first created wiki template doesn't show in the Wiki Template
 ** admin panel. If I create a new template, this new one is shown in xwiki
 ** index and xwiki template. If I try to create a new subwiki using this
 ** second template the error persist.
 ** Anyone with this issue?
 ** Regards,
 ** Jaume
 ** ___
 ** users mailing list
 ** users at xwiki.org http://lists.xwiki.org/mailman/listinfo/users
 ** http://lists.xwiki.org/mailman/listinfo/users
 http://lists.xwiki.org/mailman/listinfo/users
 *


 --
 Thomas Mortagne



 2014/1/10 Jaume Giribert Peraire jaume.girib...@gmail.com

 Hi,

 I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
 tomcat6 + mysql).

 I have create a new subwiki (as a template) but whenever I try to create a
 new subwiki using this template, i only get a blank wiki, just the standard
 deploy.

 I have followed these instructions with no luck:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application

 Just after the subwiki creation (from a template) I get a progress bar
 indicating that the system is provisioning the wiki. When I click on
 Finalize, I'm automatically redirected to the Distribution Wizard page
 telling me that I have to install XWiki Enterprise UI - Wiki. If I skip
 the wizard, the wiki is shown as it didn't have any UI.

 Looking at catalina.out I don't see anything strange. I have also found
 out that the first created wiki template doesn't show in the Wiki
 Template admin panel. If I create a new template, this new one is shown in
 xwiki index and xwiki template. If I try to create a new subwiki using
 this second template the error persist.

 Anyone with this issue?

 Regards,
 Jaume

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users