[xwiki-users] Integration of my webapplication with xwiki.

2011-12-02 Thread mohit gupta
will have its own webserver. Its really urgent for me. Looking for quick reply Thanks in advance Mohit GUpta ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Integration of my webapplication with xwiki.

2011-12-02 Thread mohit gupta
and logging in to one would also log you in to the other application. Hope this helps Edo On Fri, Dec 2, 2011 at 11:31 AM, mohit gupta motgu...@gmail.com wrote: i have my banking webapplication on tomcat. i want to host my application help on xwiki which will sit on another server(probably

Re: [xwiki-users] Integration of my webapplication with xwiki.

2011-12-02 Thread mohit gupta
can find what you need there Edo On Fri, Dec 2, 2011 at 4:53 PM, mohit gupta motgu...@gmail.com wrote: Thanks Edo for quick reply. its not an intranet application. Let me explain what my intention is i have a full fledged banking web application (say App1) developed in java using struts 2

Re: [xwiki-users] Integration of my webapplication with xwiki.

2011-12-02 Thread mohit gupta
mohit gupta: i have my banking webapplication on tomcat. i want to host my application help on xwiki which will sit on another server(probably xwiki will be having its on app server). Basically what i have to do is i want to provide a link on my banking application on click of which i want to take

[xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
hi i downloaded xwiki war and extracted the same war to my tomcat directory under webapps folder.Now i am hitting the xwiki url and was expecting welcome page or login page but got below exception message. Though i have not modified xwiki.cfg and hibernate.cfg.xml . Not getting what i am

Re: [xwiki-users] Integration of my webapplication with xwiki.

2011-12-10 Thread mohit gupta
i can find it out? it would be a great help if you some one can brief about each point? On Fri, Dec 2, 2011 at 11:53 PM, mohit gupta motgu...@gmail.com wrote: Thanks Andreas a lot for sharing the information. Let me explain what got from the links you have mentioned above. i typed

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
war file then why these entries are provided here.Should i remove these entirely or download them from other repository. On Sat, Dec 10, 2011 at 11:43 PM, mohit gupta motgu...@gmail.com wrote: hi i downloaded xwiki war and extracted the same war to my tomcat directory under webapps folder.Now i

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
even if i commen out these 3 entries iam getting same error. not sure how to get rid of this. On Sat, Dec 10, 2011 at 11:43 PM, mohit gupta motgu...@gmail.com wrote: hi i downloaded xwiki war and extracted the same war to my tomcat directory under webapps folder.Now i am hitting the xwiki

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
, this kind of error comes from a syntax error in the xml file. Hope this helps. Maxime 2011/12/10 mohit gupta motgu...@gmail.com: even if i commen out these 3 entries iam getting same error. not sure how to get rid of this. On Sat, Dec 10, 2011 at 11:43 PM, mohit gupta motgu...@gmail.com

[xwiki-users] Need Help rgarding customization of xwiki to suit my needs

2011-12-10 Thread mohit gupta
As i earlier said i have my project web application on one tomcat instance and xwiki application on another tomcat instance. So when i click help link on my project web application it should take me to xwiki webapplication and whatever class i mentioned against xwiki.authentication.authclass

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
on exploring further i found that table i.e *xwikistrings* defined in xwiki.hbm.xml did not get created somehow., though all other tables got created in my databse. *Is it a know bug or i am missing something here? * On Sun, Dec 11, 2011 at 10:28 AM, mohit gupta motgu...@gmail.com wrote: Thanks

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
missing something here? On Sun, Dec 11, 2011 at 12:16 PM, Vincent Massol vinc...@massol.net wrote: On Dec 10, 2011, at 7:44 PM, mohit gupta wrote: i reason i can think of it is in hibernate.cfg.xml i can see entry of three hbm files i.e mapping resource=xwiki.hbm.xml/ mapping

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
. Any idea why that table is not getting created .*Is it a know bug or i am missing something here? * On Sun, Dec 11, 2011 at 12:24 PM, Vincent Massol vinc...@massol.net wrote: On Dec 11, 2011, at 7:51 AM, mohit gupta wrote: Thanks vincet for replying.i am microsoft sql server. Yes i got

Re: [xwiki-users] Integration of my webapplication with xwiki.

2011-12-12 Thread mohit gupta
-oldcore. There is jar file with the name xwiki-platform-legacy-oldcore-3.2.jar. could you brief about this discrepency? On Sun, Dec 11, 2011 at 6:52 PM, Vincent Massol vinc...@massol.net wrote: On Dec 10, 2011, at 7:30 PM, mohit gupta wrote: Thanks all for sharing the information. I started

Re: [xwiki-users] Integration of my webapplication with xwiki.

2011-12-13 Thread mohit gupta
* * i am not getting what is the problem here. Please provide your valuable inputs. * On Tue, Dec 13, 2011 at 1:44 AM, Thomas Mortagne thomas.morta...@xwiki.comwrote: On Mon, Dec 12, 2011 at 8:13 PM, mohit gupta motgu...@gmail.com wrote: Thanks Thomas Mortagne and Vincent a lot for pointing out

Re: [xwiki-users] Integration of my webapplication with xwiki.

2011-12-13 Thread mohit gupta
is the issue here?* * * On Tue, Dec 13, 2011 at 5:37 PM, mohit gupta motgu...@gmail.com wrote: Thanks thomas for bringing clarity. i am trying to build the xwiki source in eclipse as per the instructions given at http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse

[xwiki-users] Not getting logout from xwiki application

2011-12-18 Thread mohit gupta
i have implemented the single sign on of xwiki with my web application. Basically when i click xwiki hyperlink on my webapplication it takes me to xwiki site hosted on another port without asking the credentials. Behind the scenes it creates an empty user in xwiki databse with no password. Till

Re: [xwiki-users] Not getting logout from xwiki application

2011-12-19 Thread mohit gupta
); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); log.error(not able toog out); } } return null; } On Sun, Dec 18, 2011 at 11:27 PM, mohit gupta motgu...@gmail.com wrote: i have implemented the single sign on of xwiki

Re: [xwiki-users] Not getting logout from xwiki application

2011-12-20 Thread mohit gupta
returned null. This is what i did. Your reply also confirms that. Thanks again. On Wed, Dec 21, 2011 at 5:35 AM, Sergiu Dumitriu ser...@xwiki.com wrote: On 12/18/2011 12:57 PM, mohit gupta wrote: i have implemented the single sign on of xwiki with my web application. Basically when i click xwiki

Re: [xwiki-users] XwikiConfiguration to expire the session automattically after any specified time say 15 minutes

2011-12-21 Thread mohit gupta
Thanks Vincent for redirecting to right direction On Wed, Dec 21, 2011 at 1:49 PM, Vincent Massol vinc...@massol.net wrote: Hi, On Dec 21, 2011, at 5:16 AM, mohit gupta wrote: Hi All, Is there any way to configure in xwiki configuration files so thst the session expires automatically

Re: [xwiki-users] XwikiConfiguration to expire the session automattically after any specified time say 15 minutes

2011-12-21 Thread mohit gupta
Thanks Sergiu Dumitriu for replying. I will explore both the options to see which one suits me better. On Wed, Dec 21, 2011 at 4:34 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 12/21/2011 03:19 AM, Vincent Massol wrote: Hi, On Dec 21, 2011, at 5:16 AM, mohit gupta wrote: Hi All

[xwiki-users] Issues/behaviour i am seeing on xwiki during implementation of Rights management on UI

2011-12-21 Thread mohit gupta
I have two intentions for my web application which i am trying to integerate with xwiki. Basically both these intentions are related to right management on specific space area on xwiki.These are:- *Intention1:-* My intention is if an user belongs to particular organisation say Accenture he

[xwiki-users] Fwd: Issues/behaviour i am seeing on xwiki during implementation of Rights management on UI

2011-12-22 Thread mohit gupta
Hi Folks, Please let me know your suggestions about intention1 below . Do i need to give any other right for search? I am in need of this.Thanks in advance. -- Forwarded message -- From: mohit gupta motgu...@gmail.com Date: Wed, Dec 21, 2011 at 11:57 PM Subject: Issues/behaviour

[xwiki-users] How to configure search behavior in xwiki?

2011-12-25 Thread mohit gupta
I have configured to use Lucene search in my xwiki application. Right now in xwiki , any user is able to search any other user details by entering his deatils in serach text box.I want to configure it in a way user should be able to search the other users who belongs to same group otherwise

Re: [xwiki-users] How to configure search behavior in xwiki?

2011-12-25 Thread mohit gupta
on this, it would be a great help. On Mon, Dec 26, 2011 at 11:49 AM, Sergiu Dumitriu ser...@xwiki.com wrote: On 12/26/2011 12:40 AM, mohit gupta wrote: I have configured to use Lucene search in my xwiki application. Right now in xwiki , any user is able to search any other user details

Re: [xwiki-users] How to configure search behavior in xwiki?

2011-12-25 Thread mohit gupta
, mohit gupta motgu...@gmail.com wrote: Thanks Sergiu.As you told * Another option is to post-filter the results returned by Lucene so that you remove all the user profiles that shouldn't be returned. * I am also looking this kind of option but not getting in which java class i need to make

Re: [xwiki-users] Some queries regardings how right management works in XWiki?

2011-12-26 Thread mohit gupta
this not happening right now with me. It happens only when Group A has view rights at both level i.e at wiki administration level and space level. On Mon, Dec 26, 2011 at 4:08 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: On Mon, Dec 26, 2011 at 9:09 AM, mohit gupta motgu...@gmail.com

Re: [xwiki-users] How to configure search behavior in xwiki?

2011-12-26 Thread mohit gupta
configuration also user is able to search and view user details who belongs to other group :( On Tue, Dec 27, 2011 at 12:37 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 12/26/2011 02:27 AM, mohit gupta wrote: Hi Sergiu, Just to give more clarification about my original post I want

[xwiki-users] Fwd: Configure the XWIKI Logo

2011-12-27 Thread mohit gupta
-- From: mohit gupta motgu...@gmail.com Date: Tue, Dec 27, 2011 at 3:05 PM Subject: Configure the XWIKI Logo To: XWiki Users users@xwiki.org Hi, I want to change the default xwiki logo with my custom logo say MyProjectLogo.png. Is this configurable somewhere? What i tried :-inside my tomcat

[xwiki-users] Configure the XWIKI Logo

2011-12-27 Thread mohit gupta
Hi, I want to change the default xwiki logo with my custom logo say MyProjectLogo.png. Is this configurable somewhere? What i tried :-inside my tomcat directory i.e tomcat\myxwiki\skins\colibri , i replaced default log.png with my custom logo(with same name). But it still picks old logo.

Re: [xwiki-users] Fwd: Configure the XWIKI Logo

2011-12-27 Thread mohit gupta
. Attach the file you want to use as logo to the color theme page 2. Edit the color theme 3. Enter the name of your file in the logo field when editing the header in the color theme I agree that it's not very intuitive, but it's doable. Guillaume On Tue, Dec 27, 2011 at 11:56 AM, mohit gupta

Re: [xwiki-users] Fwd: Configure the XWIKI Logo

2011-12-27 Thread mohit gupta
, Guillaume Lerouge guilla...@xwiki.comwrote: Hi Mohit, you don't need to modify the logo from the filesystem. You can do this through the Color Theme. Guillaume On Tue, Dec 27, 2011 at 10:51 AM, mohit gupta motgu...@gmail.com wrote: Though it worked after changing logo.png

[xwiki-users] Fwd: Fwd: Configure the XWIKI Logo

2011-12-27 Thread mohit gupta
-- From: mohit gupta motgu...@gmail.com Date: Wed, Dec 28, 2011 at 10:52 AM Subject: Re: [xwiki-users] Fwd: Configure the XWIKI Logo To: Sergiu Dumitriu ser...@xwiki.com Thanks a lot Guillaume for telling me this kind of configuration.It worked. I wish this kind of stuff is documented

[xwiki-users] Same session is getting associated from separate IE windows while login?

2012-01-02 Thread mohit gupta
Hi All, I do the login with admin credentials in one internet explorer window. Now i open one more seperate IE window and give my xwiki home url i.e http://localhost:/myxwiki/ . I see in this second i am directly getting logged in with admin credentials which is not correct. I should see

Re: [xwiki-users] [xwiki-devs] Same session is getting associated from separate IE windows while login?

2012-01-03 Thread mohit gupta
of this? Regarding second point looks like from code xwiki is using cookies. Is there a way to disable cookies so if want the behaviour mentioned in Original post i can achieve it. On 01/02/2012 11:35 PM, mohit gupta wrote: Hi All, I do the login with admin credentials in one internet explorer

[xwiki-users] How to create sub-space in xwiki?

2012-01-03 Thread mohit gupta
Hi All, i have created a space on xwiki with the name MySpace. Now i want to create one sub space under MySpace with name Releases. When i go MySpace and do add space and give the name of my new sub space i.e Releases . It does not add that space under MySpace but it adds as seperate space

[xwiki-users] Creating the page with some name suffixed with some number does not get searched?

2012-01-03 Thread mohit gupta
Hi All, I created one page named as Release4 and when i try to search Release4 does not show any results for this page but if i create another page with name ReleaseFour and now search ReleaseFour , it shows the results. *Is it an issue or i am missing some thing here?*

Re: [xwiki-users] Creating the page with some name suffixed with some number does not get searched?

2012-01-03 Thread mohit gupta
for future. On Wed, Jan 4, 2012 at 11:15 AM, Sergiu Dumitriu ser...@xwiki.com wrote: On 01/04/2012 12:29 AM, mohit gupta wrote: Hi All, I created one page named as Release4 and when i try to search Release4 does not show any results for this page but if i create another page with name

Re: [xwiki-users] [xwiki-devs] How to create sub-space in xwiki?

2012-01-03 Thread mohit gupta
Thanks for information. On Wed, Jan 4, 2012 at 11:50 AM, Sergiu Dumitriu ser...@xwiki.com wrote: On 01/04/2012 12:19 AM, mohit gupta wrote: Hi All, i have created a space on xwiki with the name MySpace. Now i want to create one sub space under MySpace with name Releases. When i go MySpace

[xwiki-users] How to use feature like watch space and document index?

2012-01-04 Thread mohit gupta
As i enter to main space after login, i see these kind of options like watch wiki,document index,watch space. What is is the user of these features. As name * watch wiki or watch space* suggests, looks like whenever there is a modification/addition on on wiki, it will send the mail to user

Re: [xwiki-users] How to use feature like watch space and document index?

2012-01-04 Thread mohit gupta
:04 PM, mohit gupta motgu...@gmail.com wrote: As i enter to main space after login, i see these kind of options like watch wiki,document index,watch space. What is is the user of these features. As name * watch wiki or watch space* suggests, looks like whenever there is a modification

[xwiki-users] Configuration to hide unnecessary details from specific group or user?

2012-01-04 Thread mohit gupta
Hi All, Right now when i log in as a user who does not have admin rights, i can see see all the details(like what activity admin or any other users did .For example modification in existing page or creation of new page) on page just after login (i.e webhome page on main space). *Is there a way i

[xwiki-users] Not able to send the mail to user||Not even getting the logs

2012-01-05 Thread mohit gupta
Hi All, I have done the configuration for email setup i.e given the smtp server,smtp port,smtp server username , smtp sever password (i believe last two parameters are my email id and password)but still i see below error The message could not be sent to scott: email server error. Even i can

Re: [xwiki-users] [Help] Help us improve the XWiki documentation by telling us what's missing

2012-01-05 Thread mohit gupta
Hi Vincet, I think there is a scope of improvement in Right management documentation. If we can have some detailed examples of giving the rights at wiki ans space level like how we can restrict a group on editing the particular space etc On Thu, Jan 5, 2012 at 3:37 PM, Vincent Massol

[xwiki-users] Configuring the webhome page of main space?

2012-01-05 Thread mohit gupta
Hi All, I want to configure the default home page i.e webhome page of main space. I am looking for these kind of customizations:- 1) Replacing *Welcome to your wiki *with Welome to *ApplicationName Wiki.*Though i can see the ways to customize the panel bars,browser title bar text but not the

Re: [xwiki-users] [Help] Help us improve the XWiki documentation by telling us what's missing

2012-01-05 Thread mohit gupta
done. On Thu, Jan 5, 2012 at 4:00 PM, Vincent Massol vinc...@massol.net wrote: On Jan 5, 2012, at 11:18 AM, mohit gupta wrote: Hi Vincet, I think there is a scope of improvement in Right management documentation. If we can have some detailed examples of giving the rights at wiki ans

Re: [xwiki-users] Not able to send the mail to user||Not even getting the logs

2012-01-05 Thread mohit gupta
at 2:52 PM, mohit gupta motgu...@gmail.com wrote: i do not see anything to modify inside shareinline.vm.As per my understanding there should not be any need to modify the code. It should be some setting in configuration. On Thu, Jan 5, 2012 at 2:07 PM, Yang Li yang.lee.c...@gmail.com wrote

Re: [xwiki-users] Not able to send the mail to user||Not even getting the logs

2012-01-05 Thread mohit gupta
i have given the complete email address but in error message it is showing only scott. On Thu, Jan 5, 2012 at 5:30 PM, Edo Beutler ebeut...@synventis.com wrote: Just guessing, but shouldn't 'scott' be an email address instead? On Thu, Jan 5, 2012 at 12:10 PM, mohit gupta motgu...@gmail.com

[xwiki-users] Configuration to change the default space i.e main space to user created space?

2012-01-09 Thread mohit gupta
Hi All, As soon as l gets login , i enter to main space webhome page . I want to change this default main space to some user created space (Basically what i need is as soon as user logs in, he should enter to user created space instead of main space) Is it configurable? Thanks.

[xwiki-users] PDF opens in same window?

2012-01-09 Thread mohit gupta
Hi All, When i search some pdf document (attached with some page/space) on the welcome screen and click on the attchment name, it opens the pdf document in the same window. It happening when i log in as admin user other for any other user pdf attchment gets opened up in new window.Thanks.

Re: [xwiki-users] PDF opens in same window?

2012-01-09 Thread mohit gupta
Yes , It open up in different windows for user other than admin On Tue, Jan 10, 2012 at 12:11 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 01/10/2012 12:58 AM, mohit gupta wrote: Hi All, When i search some pdf document (attached with some page/space) on the welcome screen and click

Re: [xwiki-users] Configuration to change the default space i.e main space to user created space?

2012-01-10 Thread mohit gupta
guilla...@xwiki.comwrote: Hi Mohit, try accessing your WebHome page using the .../xwiki/bin/edit/Main/WebHome?editor=wiki URL. Guillaume On Tue, Jan 10, 2012 at 12:03 PM, mohit gupta motgu...@gmail.com wrote: Thanks Marius again. As per first option in the link i.e

Re: [xwiki-users] Configuration to change the default space i.e main space to user created space?

2012-01-10 Thread mohit gupta
://www.mail-archive.com/users@xwiki.org/msg06003.html http://lists.xwiki.org/pipermail/users/2008-June/008546.html Hope this helps, Marius On Mon, Jan 9, 2012 at 7:02 PM, mohit gupta motgu...@gmail.com wrote: Hi All, As soon as l gets login , i enter to main space webhome page . I want

[xwiki-users] Location of storage of different content in xwiki?

2012-01-11 Thread mohit gupta
I have a question regarding the location of storage of different content in xwiki.(I mean does it get stored in xwiki databse which we mention in hibernate.cfg.xml or somewhere else on disc?)Where does below contents gets stored in xwiki :- 1)Space and page contents 2)Atachment under spaces/pages

Re: [xwiki-users] Location of storage of different content in xwiki?

2012-01-11 Thread mohit gupta
of table name where these docs gets stored.Looks like in *xwikidoc* table . Right? On Wed, Jan 11, 2012 at 3:21 PM, Raluca Stavro rsta...@xwiki.com wrote: Hello, On Wed, Jan 11, 2012 at 11:23 AM, mohit gupta motgu...@gmail.com wrote: I have a question regarding the location of storage

[xwiki-users] How to restrict user from editing his prefernces, profile?

2012-01-11 Thread mohit gupta
When i take my mouse on user name link (that we see in front of profile on the page just after log in), i see list of options profiles,preferences, watchlist,network,my dashboard. I want to cofigure it so that this option does not show up for specific group users. Can i configure it? The reason

[xwiki-users] Lways Get the Invalid object name 'xwikistrings' Error after fresh installation of xwiki?

2012-01-12 Thread mohit gupta
I did fresh installation of xwiki . After performing all the steps mentioned in xwiki admin guide, when i hit the xwiki url i get below error. Wrapped Exception: com.jnetdirect.jsql.JSQLException: Invalid object name 'xwikistrings'. at

[xwiki-users] Issues while importing previous working xwiki XAR file in to new installed XWIKI setup?

2012-01-12 Thread mohit gupta
Hi all, I have xwiki setup done on machine A with custom setting like log changed, user, group and space rights settings .Also had space contents/attachment. Now i did the fresh installation of xwiki on new machine B..What i wanted was every setting,content, attachment i created on machine A

[xwiki-users] Which is the best strategy when migrating from one wiki version to another wiki version?

2012-01-12 Thread mohit gupta
As of know my xwiki version is 3.2. Now we are planning to move on 3.3. Now as admin user we have done lot of customization regarding user,group,space creation and their right management. We have created some content and attachment also under some user created spaces and pages. Though everything

Re: [xwiki-users] Issues while importing previous working xwiki XAR file in to new installed XWIKI setup?

2012-01-17 Thread mohit gupta
Thanks a lot jerem.It worked. On Fri, Jan 13, 2012 at 1:14 PM, jerem jeremie.bousq...@gmail.com wrote: If all your customizations were done to wiki pages (and not directly to files server-side), then importing the xar should create an identical instance on B. Maybe something went wrong

[xwiki-users] How to Configure the search user functionality for a given user group?

2012-01-24 Thread mohit gupta
Hi All, I have question regarding search functionality i want to give rights in a way so that the users in a certain group should be able search the users of a certain group. For example i have 3 groups G1,G2,G3 . G1 contains user U1,G2 contains user U2 and G3 contains user U3. Now i want to

[xwiki-users] Not able to delete the page ?

2012-02-01 Thread mohit gupta
Hi All, i am logged in as admin user who has all possible rights at wiki administration level . i have a space with the name MySpace. Now i created the page AppPage1 by mistake. i want to delete this page. But when i go for deletion , it gives me the message Are you sure you wish to move this

[xwiki-users] How to customize the default skin and default stylesheet?

2012-02-01 Thread mohit gupta
Under the presentation section of look and feel, i see skin as XWiki.DefaultSkin and DEFAULT STYLESHEET as style.css. If i want to replace both of these with my customized skin and stylesheet, how should i go about this? where should i put my both these new docs?

Re: [xwiki-users] How to customize the default skin and default stylesheet?

2012-02-02 Thread mohit gupta
, 2012 at 8:19 AM, mohit gupta motgu...@gmail.com wrote: Under the presentation section of look and feel, i see  skin as XWiki.DefaultSkin and DEFAULT STYLESHEET as style.css. If i want to replace both of these with my customized skin and stylesheet, how should i go about this? where should i

Re: [xwiki-users] Not able to delete the page ?

2012-02-02 Thread mohit gupta
Yes it is MS sql. i am using the driver as com.jnetdirect.jsql.JSQLDriver. But that problem got solved by creating the new database schema. On Thu, Feb 2, 2012 at 3:09 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 02/01/2012 12:09 PM, mohit gupta wrote: Hi All, i am logged in as admin user

Re: [xwiki-users] How to customize the default skin and default stylesheet?

2012-02-02 Thread mohit gupta
://platform.xwiki.org/xwiki/bin/view/Features/Skins   - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins Guillaume On Thu, Feb 2, 2012 at 11:30 AM, mohit gupta motgu...@gmail.com wrote: Hi Guilaume, sorry i am not getting how and where to to add new skin and template. here is what i did

[xwiki-users] How to restrict the search visibilty of wiki user?

2012-02-02 Thread mohit gupta
Hi All, I asked the below query log time before but have not got any inputs. I would be grateful if you folks have any idea about below configuration. let me know if it is possible to configure this kind of feature in xwiki in any version? i want to give rights in a way so that the users in a

Re: [xwiki-users] How to restrict the search visibilty of wiki user?

2012-02-03 Thread mohit gupta
of terms ofyour query, Lucene supports thousands of terms without problems. paul Le 3 févr. 2012 à 07:58, mohit gupta a écrit : Hi All, I asked the below query log time before  but have not got any inputs. I would be grateful if you folks have any idea about below configuration.  let me know

[xwiki-users] Modify velocity macro to send the name value paair as part of wiki URL?

2012-02-06 Thread mohit gupta
i am using xwiki as wiki website for my banking application. i provided a link AppHelp on my application web page. I click this link and it takes me to xwiki application hosted on another tomcat instance.So i get in to MyAuthServiceImpl as i have given the value of

Re: [xwiki-users] Modify velocity macro to send the name value paair as part of wiki URL?

2012-02-06 Thread mohit gupta
: Mohit, there's no way, I think, to insert a parameter at each request. Without putting in each link of course. Or without using a servlet filter. paul Le 6 févr. 2012 à 17:28, mohit gupta a écrit : i am using xwiki as wiki website for my banking application. i provided a link AppHelp

Re: [xwiki-users] Modify velocity macro to send the name value paair as part of wiki URL?

2012-02-06 Thread mohit gupta
MyAuthServiceImpl is same. So i have to set them in request specific to pop ups. i am not getting how to get rid of this issue. On Tue, Feb 7, 2012 at 3:15 AM, Sergiu Dumitriu ser...@xwiki.com wrote: On 02/06/2012 11:28 AM, mohit gupta wrote: i am using xwiki as wiki website for my banking application. i

Re: [xwiki-users] Modify velocity macro to send the name value paair as part of wiki URL?

2012-02-07 Thread mohit gupta
+=+wikiType+dummyPar=dummy); If i comment above line , it works fine and renders only only once. Any input on how above code snippet making the page rending twice? On Tue, Feb 7, 2012 at 12:43 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 02/07/2012 12:44 AM, mohit gupta wrote: As i said

[xwiki-users] Fwd: Modify velocity macro to send the name value paair as part of wiki URL?

2012-02-07 Thread mohit gupta
as *GenericUser?xpage=xpart* ** *similarly if there are two paramters it is appending the ?xpage=xpart at last of second paramter* ** I am not sure whether it can be the reasong for rendering the page twice -- Forwarded message -- From: mohit gupta motgu...@gmail.com Date: Wed, Feb 8

Re: [xwiki-users] Page Permissions

2012-02-08 Thread mohit gupta
First, set your user type to Advanced (from the user profile, the Preferences section). Then, go to the page you want to set the access rights and hover the Edit menu.Hope it helps. On Thu, Feb 9, 2012 at 7:35 AM, Joshua Garcia jgar...@ciegames.com wrote: Hi All, I am trying to set the

[xwiki-users] AdministrationSearch||Configuration

2012-02-09 Thread mohit gupta
Hi All, in the administration search configuration i see two options for *Search engine to use* i.e Lucene and database. Could anyone brief which one is better(probably advantages/disadvantages)? and what changes i need to do as administrator/developer if i want to switch from one option to

[xwiki-users] Localization configuration in xwiki?

2012-02-12 Thread mohit gupta
i went through http://platform.xwiki.org/xwiki/bin/view/Features/I18N. Basically i want to set the set the language of my wiki as per the value of paramter language(as explained about appending the language=zz in in the link ) but it only convert the label language not the acyual content. For

Re: [xwiki-users] Localization configuration in xwiki?

2012-02-12 Thread mohit gupta
a very simple line to convert On Mon, Feb 13, 2012 at 1:03 PM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: Good morning! From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of mohit gupta [motgu...@gmail.com] Sent: 13 February 2012

Re: [xwiki-users] Localization configuration in xwiki?

2012-02-14 Thread mohit gupta
: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of mohit gupta [motgu...@gmail.com] Sent: 13 February 2012 08:54 To: XWiki Users Subject: Re: [xwiki-users] Localization configuration in xwiki? Thanks Ricardo for reply. I did the same procedure as you suggested( and same

Re: [xwiki-users] Localization configuration in xwiki?

2012-02-14 Thread mohit gupta
the content in different languages thru User interface instead of doing this programmatic stuff On Tue, Feb 14, 2012 at 7:10 PM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: Hi! From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of mohit gupta [motgu

[xwiki-users] Configuration to enforce specific password policy in xwiki?

2012-02-15 Thread mohit gupta
Hi, I want to apply a specicific set of rules to password policy in xwiki so that that if any new user/existing user(in case he want to change the existing password) adhere to this policy. Some of the rules are like :- 1)Password should have following charectics A minimum password length of

Re: [xwiki-users] Configuration to enforce specific password policy in xwiki?

2012-02-16 Thread mohit gupta
15, 2012 at 11:43 AM, mohit gupta motgu...@gmail.com wrote: Hi, I want to apply a specicific set of rules to password policy in xwiki so that that if any new user/existing user(in case he want to change the existing password) adhere to this policy. Some of the rules are like :- 1

[xwiki-users] How to rename the main space?

2012-02-21 Thread mohit gupta
I want to rename the main space to some other name but i dont fine a link which helps me to do that. I am on xwiki 3.2. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] How to rename the main space?

2012-02-21 Thread mohit gupta
. I did delete that gadget but dont know which gadget it was to add it again On Tue, Feb 21, 2012 at 8:47 PM, Vincent Massol vinc...@massol.net wrote: Hi, On Feb 21, 2012, at 4:13 PM, mohit gupta wrote: I want to rename the main space to some other name but i dont fine a link which helps me

[xwiki-users] Fwd: How to rename the main space?

2012-02-21 Thread mohit gupta
i dont think this work for bigger spaces .Atleast it did not wotk for main space though workked for other spaces. I survived because of xwiki back up. -- Forwarded message -- From: mohit gupta motgu...@gmail.com Date: Tue, Feb 21, 2012 at 9:43 PM Subject: Re: [xwiki-users] How

[xwiki-users] How to set the max unsuccessful login attempts to some numbaer say 4?

2012-02-23 Thread mohit gupta
I had put this question earlier too but knowing that its not configurable in xwiki as of now as OOB feature. So started implementing this feature myself with some modification in code. I did modifications in checkPassword method of XWikiAuthServiceImpl. Basically i want to put the

Re: [xwiki-users] custom index

2012-02-23 Thread mohit gupta
Hi Marius, Can i do similar kind of stuff to exclude a certain userfrom showing up in search results at all programmatically. Basically what i want is if the logged in user is A and belongs to GroupA only users under GroupA should appear on results not the users belong to any other group. On

[xwiki-users] How to import the XAR file greater than 32 MB?

2012-02-24 Thread mohit gupta
Hi When i try to import the XAR file of size 60MB i get below error message:- The wiki administrators have set a limit of 32.0Mb for attached files. Please make sure the size of the files you try to attach does not exceed this limit. I am not getting where to increase the size of XAR file to be

Re: [xwiki-users] How to import the XAR file greater than 32 MB?

2012-02-24 Thread mohit gupta
as Guillaume suggested you might have issues with the standard import tool with big xar. If if it does not work you should probably use the large xar import. On Fri, Feb 24, 2012 at 10:38 AM, mohit gupta motgu...@gmail.com wrote: Hi When i try to import the XAR file of size 60MB i get below

[xwiki-users] Fwd: How to set the max unsuccessful login attempts to some numbaer say 4?

2012-02-25 Thread mohit gupta
Hi Folks, Need help on below query. Thanks in advance. -- Forwarded message -- From: mohit gupta motgu...@gmail.com Date: Fri, Feb 24, 2012 at 9:57 AM Subject: How to set the max unsuccessful login attempts to some numbaer say 4? To: XWiki Users users@xwiki.org I had put

[xwiki-users] Getting java.io.IOException: Server returned HTTP response code: 403 for URL… But thru browser it works fine?

2012-02-29 Thread mohit gupta
I have two web application hosted on two different tomcat instances say T1 and T2(xwiki is on T2). I am making below method in a java class on T1 to retrieve java xwikiUserObject named from T2 private Properties checkContentChanges() { Properties reply = null; try {

[xwiki-users] Fwd: Getting java.io.IOException: Server returned HTTP response code: 403 for URL… But thru browser it works fine?

2012-02-29 Thread mohit gupta
. -- Forwarded message -- From: mohit gupta motgu...@gmail.com Date: Wed, Feb 29, 2012 at 3:28 PM Subject: Getting java.io.IOException: Server returned HTTP response code: 403 for URL… But thru browser it works fine? To: XWiki Users users@xwiki.org I have two web application hosted on two different

[xwiki-users] Xwiki log4j setting

2012-03-05 Thread mohit gupta
As of now all xwiki logs like log.error etc print the error on tomcat console. I want to redirect it to some file instead of server console.I don't see any setting in xwiki.cfg .Please let me know setting to redirect to some file. Thanks in advance. ___

[xwiki-users] How to provide the backlinks if user land up on accessdenied page. Question :- How to provide the backlinks if user land up on accessdenied page.

2012-03-09 Thread mohit gupta
I want to configure the accessdenied.vm( it is the page where i see the message You are not allowed to view this document or perform this action.). i want to provide the backlink on accessdenied.vm page which takes the user back to page where he is coming from. If it is not possible , even if

Re: [xwiki-users] Xwiki log4j setting

2012-03-09 Thread mohit gupta
Thanks Thomas and Recardo On Tue, Mar 6, 2012 at 3:33 AM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: Hi! From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of mohit gupta [motgu...@gmail.com] Sent: 05 March 2012 09:27

Re: [xwiki-users] How to make forgot Password link working?

2012-03-16 Thread mohit gupta
something completely different. Edo On Thu, Mar 15, 2012 at 6:05 PM, mohit gupta motgu...@gmail.com wrote: Hi Folks, On login page there is a link forgot username and forgot password. When i click nothing happens.Same page gets refreshed. I am not sure do we need to do any configuration

[xwiki-users] How to support date format localization on xwiki?

2012-03-16 Thread mohit gupta
i can change the date format thru localization. But this format is applicable to all locales. Is there a way i can configure the date format speific to locale. For example:- For US, i want to make define the date format as MM/dd/ and for UK want to define it dd/MM/. Is there a way i can do

[xwiki-users] Fwd: How to support date format localization on xwiki?

2012-03-17 Thread mohit gupta
Hi Folks, It would be very helpful if you can answer below query as its really important to support localization.even if it is not possible to support local date format, please let me know.Thanks in advance. -- Forwarded message -- From: mohit gupta motgu...@gmail.com Date: Fri

[xwiki-users] java heap out of memory error during import of 72MB XAR file?

2012-03-18 Thread mohit gupta
I have XAR file of 72MB . When i Import it thru XWI UI i get java heap out of memory error. I have mentioened the value of JAVA_OPTS as -Xms1024m -Xmx1024m. My hardware specification is 32 bit windows operating system and 4 GB RAM. and using the tomcat as webserver. If i increase the value

[xwiki-users] Forgot Admin Password?

2012-03-19 Thread mohit gupta
Hi All, i for got my 11 digit admin password. Kindly let me know how can i recover it ? Also want to know is there a way i can direct get from database in decrypted form. Thanks. ___ users mailing list users@xwiki.org

Re: [xwiki-users] Forgot Admin Password?

2012-03-20 Thread mohit gupta
! Vincent already gave the answer: You can also log as superadmin if you don't have any admin user set. Check this for details http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Security Kind Regards, Dmitry Tue, 20 Mar 2012 09:42:54 +0530 от mohit gupta motgu...@gmail.com: *You can

  1   2   >