[xwiki-users] Getting Most accessed documents

2008-11-12 Thread syam_kg

Hi

I have created a class and multiple documents under that. Is there any way
in XWiki to get mostly viewed documents of this particular class ? Please
help. i am using XE 1.6

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Getting-Most-accessed-documents-tp1489044p1489044.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


[xwiki-users] Password Policies

2008-11-05 Thread syam_kg

Hi
Does XWiki has any password policies ?. I could see that it accepts the
password even if it is a single character. Or is there any configuration
need to be provided for this ? Please help. I am using XE1.6

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Password-Policies-tp1459548p1459548.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


[xwiki-users] Issue on Registration

2008-11-03 Thread syam_kg

Hi
I am facing a problem with user registration. An user registers by putting
all the required fields and he gets a page saying that 'Registration is
successfull'. A validation email is also been send to him. If he tries to
login without activation, XWiki logs him in and gives a message 'Your
account is not yet active, because your email has not yet been confirmed.'.
He goes back to his mail box, copies the activation link and paste it on the
same window. But the page remains the same and doesn't allow the user to
activate his account. He need to open a new browser or logout  to activate
his account and login to XWiki. This looks like a bug. Any comments on this
? I am using XE 1.6.

Regards
Syam

-- 
View this message in context: 
http://n2.nabble.com/Issue-on-Registration-tp1449020p1449020.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


[xwiki-users] Internationalization of satic list contents

2008-10-18 Thread syam_kg


Hi 

I have a class with a property of type static list. I want to
intenationalize the options in this list.Is it possible in xwiki ? I tried
giving $msg.get() for all the values in the list. But it is not working.
Please help..

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Internationalization-of-satic-list-contents-tp1348620p1348620.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


[xwiki-users] Tagging different translations of a page

2008-10-06 Thread syam_kg

Hi 

I have a page created in XWiki and it has 2 translations German and French.
I added different tags for the 3 versions of the page (English,German &
French). But when I got to the 'Tags' page in Main where all the tags are
displayed, I am unable to see all the 3 tags which I have assigned. Only the
latest tag is displayed. Ie. if German is the latest version on which the
tag has been added or modified, the tags list will show only that. Is it a
bug with Tag functionality. I am using XE 1.6

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Tagging-different-translations-of-a-page-tp1302696p1302696.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


Re: [xwiki-users] Mandatory Validation for a property field

2008-10-03 Thread syam_kg

Hi Jerome,

Thanks for the reply. I had a look into the page you pointed out. For a
property in my class, I tried with the regular expression /.{1,50}/ so that
it would show a message if the entered text length range is not in the range
1 - 50. But it is allowing me to save the form without entering a single
character. Is there anything else needs to be done to enable the validation
?

Syam


Jerome Velociter-2 wrote:
> 
> Hello Syam,
> 
> There is no way to precise this from the classe editor. You might be 
> interested by 
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating+a+form+with+validation+and+tooltips
> 
> Regards,
> Jerome
> 
> syam_kg wrote:
>> Hi
>> Is it possible to configure a property of an XWiki class mandatory in the
>> class editor? If not please provide me an alternate way to acheive this.I
>> am
>> using XE 1.5.1
>>
>> Regards
>> Syam
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Mandatory-Validation-for-a-property-field-tp1140940p1141675.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


[xwiki-users] Mandatory Validation for a property field

2008-10-03 Thread syam_kg

Hi
Is it possible to configure a property of an XWiki class mandatory in the
class editor? If not please provide me an alternate way to acheive this.I am
using XE 1.5.1

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Mandatory-Validation-for-a-property-field-tp1140940p1140940.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


Re: [xwiki-users] Hiding the Save & Cancle buttons in inline mode

2008-09-23 Thread syam_kg

Hi Vincent,

I just want two buttons Cancel and Save. Thats why I was thinking of hiding
these and providing 2 custom buttons which would call the save and cancel
actions.

Regards
Syam

vmassol wrote:
> 
> 
> On Sep 23, 2008, at 2:01 PM, syam_kg wrote:
> 
>>
>> Hi
>> Can we hide the buttons(Cancel,Preview,Save&Continue and Save&View)  
>> in the
>> inline mode of a document?
>> I am using XE1.5. Please help...
> 
> How are you going to save the document if you hide the buttons? :)
> 
> -Vincent
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Hiding-the-Save---Cancle-buttons-in-inline-mode-tp1112230p1112333.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


[xwiki-users] Hiding the Save & Cancle buttons in inline mode

2008-09-23 Thread syam_kg

Hi
Can we hide the buttons(Cancel,Preview,Save&Continue and Save&View) in the
inline mode of a document?
I am using XE1.5. Please help...

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Hiding-the-Save---Cancle-buttons-in-inline-mode-tp1112230p1112230.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


Re: [xwiki-users] Adding a new language

2008-09-22 Thread syam_kg

Hi Thomas,

Thanks a lot for the reply. Now it works for me without any core code
modifications.

Regards
Syam

Thomas Mortagne wrote:
> 
> Hi Syam,
> 
> On Mon, Sep 22, 2008 at 11:54 AM, syam_kg <[EMAIL PROTECTED]> wrote:
>>
>> Hi
>> I want to add a new language to my XWiki application. I changed Multi
>> Lingual in the 'General' section og Xwiki Preferences to 'Yes' and added
>> that language in the 'Languages' text box. Also I created an
>> ApplicationResources.properties for the language and added it to the
>> XWiki-1.5.jar. Is there any other classes which needs to be modified ? If
> 
> No, you don't need to modify any class for your new language to be
> taken into account.
> 
>> yes how that can be done ? In general would it be fare to pull out a
>> class
>> from a jar file, modify it and put it back ? Please help.. I am using XE
>> 1.5
> 
> You don't even need to put it back in the jar, simply put it in
> "WEB-INF/classes" and it will overwrite or be added to what is in jar
> files.
> 
>> Regards
>> Syam
>> --
>> View this message in context:
>> http://n2.nabble.com/Adding-a-new-language-tp1109189p1109189.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
>>
> 
> 
> 
> -- 
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Adding-a-new-language-tp1109189p451.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


[xwiki-users] Adding a new language

2008-09-22 Thread syam_kg

Hi
I want to add a new language to my XWiki application. I changed Multi
Lingual in the 'General' section og Xwiki Preferences to 'Yes' and added
that language in the 'Languages' text box. Also I created an
ApplicationResources.properties for the language and added it to the
XWiki-1.5.jar. Is there any other classes which needs to be modified ? If
yes how that can be done ? In general would it be fare to pull out a class
from a jar file, modify it and put it back ? Please help.. I am using XE 1.5

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Adding-a-new-language-tp1109189p1109189.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


Re: [xwiki-users] Handling Save & Cancel Events

2008-09-16 Thread syam_kg

Hi Marius,

Thanks a lot. It really helped

Regards
Syam

Marius Dumitru Florea wrote:
> 
> If you mean JavaScript then take a look in templates/editactions.vm
> 
> Hope it'll help,
> Marius
> 
> syam_kg wrote:
>> Hi
>> 
>> I want to execute some scripts when the user clicks on Save & Cancel
>> button
>> of a document. Is it possible in Xwiki to catch these events? I am using
>> XE
>> 1.5. Please help 
>> 
>> Regards
>> Syam
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Handling-Save---Cancel-Events-tp1091864p1092492.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


[xwiki-users] Handling Save & Cancel Events

2008-09-15 Thread syam_kg

Hi

I want to execute some scripts when the user clicks on Save & Cancel button
of a document. Is it possible in Xwiki to catch these events? I am using XE
1.5. Please help 

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Handling-Save---Cancel-Events-tp1091864p1091864.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


[xwiki-users] Email Alert in Watch

2008-09-09 Thread syam_kg

Hi
Email alert in watch functionality is not working with XE 1.5. 
Please let me know if it has been fixed in 1.6.

Thanks & Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Email-Alert-in-Watch-tp1077465p1077465.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


Re: [xwiki-users] How to generate the validation email

2008-08-29 Thread syam_kg

Hi
Please refer to  http://n2.nabble.com/Registration-td786121.html
http://n2.nabble.com/Registration-td786121.html 
Also could you please provide me the link to download xwiki 1.6 ?

Regards
Syam



lixinhe wrote:
> 
> Hi ,all
> 
>We are using xwiki-enterprise-1.6 which have the option to send the
> validation email to the person who registers new. But when I login with
> the
> created ID it is giving me an error message 'Your account is not yet
> active,
> because your email has not yet been confirmed'. Do you have an idea on how
> to confirm the email sent while registration ? Some people said that the
> email sent by XWiki is supposed to contain a link, on which the user is
> supposed to click on. So ,how to set the configuration to generate this
> email? 
> 
> Thanks .
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/How-to-generate-the-validation-email-tp791535p791545.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


[xwiki-users] Internationalization Document Bundles

2008-08-28 Thread syam_kg

Hi

Inside the 'Programming' section of the admin preferences there is a field
namely 'Internationalization Document Bundles'. Could anybody please tell me
what is the purpose of this filed ?

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Internationalization-Document-Bundles-tp791364p791364.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


[xwiki-users] Translation in inline mode

2008-08-28 Thread syam_kg

Hi

I have a document Main.Doc1 and it is in English. I want to translate it to
German using the url
'http://localhost:8080/xwiki/bin/inline/Main/Doc1?language=de' . But when i
save it, german version is not getting created. I am able to do it in edit
mode.  Is there any way to acheive this in the inline mode?

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Translation-in-inline-mode-tp791324p791324.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


Re: [xwiki-users] Re gistration

2008-08-28 Thread syam_kg

Hi Sergiu ,

Thanks a lot for this. It works fine now.

Regards
Syam

Sergiu Dumitriu-2 wrote:
> 
> syam_kg wrote:
>> 
>> Hi
>> 
>> In the Registartion section of Admin Preferences,there is a field 'Check
>> Active fields for user authentication'. Could anybody please tell me what
>> is
>> meant by this. Also please explain what should be put into the fields
>> 'Validation e-Mail Content ','Confirmation e-Mail Content' and
>> 'Invitation
>> eMail Content' and how xwiki validates the registration.
>> 
> 
> Selecting "Use email verification" causes a verification email to be 
> sent to the email address provided by the user at registration. Still, 
> this doesn't prevent the user from logging in and using his account 
> until following the validation link in that email.
> 
> On the other hand, selecting "Check Active fields for user 
> authentication" does exactly this: prevent the user from using his 
> account until following the validation link.
> 
> Last night I committed some values for the validation and confirmation 
> email, which will be part of XWiki Enterprise starting with 1.6M1. Until 
> 1.6 is released, you can put these in your wiki:
> 
> 
> 
> 
> Validation email content:
> 
> #set($wikiurl = $xwiki.getDocument("Main.WebHome").getExternalURL())
> #set($wikiname = $wikiurl.substring($wikiurl.indexOf("//")))
> #set($wikiname = $wikiname.substring(2, $wikiname.indexOf("/", 3)))
> Subject: Validate your account on $wikiname
> 
> Hello $xwiki.getUserName("XWiki.$xwikiname", false),
> 
> This email address was used to register a new account on ${wikiname}. If 
> you did not make the request, please ignore this message.
> 
> In order to activate your account, please follow this link:
> $xwiki.getDocument("XWiki.AccountValidation").getExternalURL("view", 
> "validkey=${validkey}&xwikiname=${xwikiname}")
> 
> 
> 
> 
> Confirmation email content:
> 
> #set($wikiurl = $xwiki.getDocument("Main.WebHome").getExternalURL())
> #set($wikiname = $wikiurl.substring($wikiurl.indexOf("//")))
> #set($wikiname = $wikiname.substring(2, $wikiname.indexOf("/", 3)))
> Subject: Your account on $wikiname has been activated
> 
> Hello $xwiki.getUserName("XWiki.$xwikiname", false),
> 
> Your account on $wikiname has been successfully activated. You can now 
> login at $xwiki.getDocument("XWiki.XWikiLogin").getExternalURL("login") 
> using your username ($xwiki.getDocument($xwikiname).getName()).
> 
> 
> 
> 
> You must also create a wiki page at XWiki/AccountValidation and put this 
> content:
> 
> #if("$!{request.validkey}" != "" && "$!{request.xwikiname}" != "")
>#if($xwiki.validateUser(true) == 0)
>  #set($loginURL = $xwiki.getURL('XWiki.XWikiLogin', 'login'))
>  #info("Your account has been activated. You can now  ${loginURL}
> login .")
>#else
>  #warning("There was a problem validating your account. Please 
> contact an administrator.")
>#end
> #else
>$response.sendRedirect($xwiki.getURL("Main.WebHome"))
> #end
> 
> 
> -- 
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Registration-tp786121p789279.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


[xwiki-users] Re gistration

2008-08-26 Thread syam_kg


Hi

In the Registartion section of Admin Preferences,there is a field 'Check
Active fields for user authentication'. Could anybody please tell me what is
meant by this. Also please explain what should be put into the fields
'Validation e-Mail Content ','Confirmation e-Mail Content' and 'Invitation
eMail Content' and how xwiki validates the registration.

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Registration-tp786121p786121.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


Re: [xwiki-users] Popup Windows

2008-08-26 Thread syam_kg


Thanks Marius .. this should help..

Regards
Syam

Marius Dumitru Florea wrote:
> 
> You mean from JavaScript? See http://tinyurl.com/5zvhjk . Wrap the script
> tag inside {pre} and {/pre} in a XWiki page and you're done.
> 
> Hope it will help,
> Marius
> 
>>
>> Hi
>>
>> Is it possible to have a popup window in xwiki ? If yes please provide
>> the
>> sample code.
>> I am using XE 1.5.
>>
>> Regards
>> Syam
>> --
>> View this message in context:
>> http://n2.nabble.com/Popup-Windows-tp783274p783274.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
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Popup-Windows-tp783274p783605.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


[xwiki-users] Popup Windows

2008-08-25 Thread syam_kg

Hi

Is it possible to have a popup window in xwiki ? If yes please provide the
sample code. 
I am using XE 1.5.

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Popup-Windows-tp783274p783274.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


Re: [xwiki-users] Exception on sending the Registration validation Email

2008-08-25 Thread syam_kg

Hi Vincent

That's what exactly I want to know. 
What should be the link that needs to be send to the user ?

Regards
Syam

Jean-Vincent Drean wrote:
> 
> The email sent by XWiki is supposed to contain a link, on which the
> user is supposed to click on.
> What does the email look like ?
> 
> On Mon, Aug 11, 2008 at 8:27 AM, syam_kg <[EMAIL PROTECTED]> wrote:
>>
>> Hi
>> Thanks ! It was a problem with SMTP configuration. But when I login with
>> the
>> created ID it is giving me an error message 'Your account is not yet
>> active,
>> because your email has not yet been confirmed'. Do you have an idea on
>> how
>> to confirm the email sent while registration ?
>>
>> Regards
>> Syam
>>
>> Jean-Vincent Drean wrote:
>>>
>>> Hi,
>>>
>>> looks like there's a problem with your SMTP configuration, is it
>>> correctly configured in the wiki preferences ?
>>> can you look at your SMTP logs to see what happens ?
>>>
>>>
>>> JV.
>>>
>>> On Wed, Aug 6, 2008 at 11:53 AM, syam_kg <[EMAIL PROTECTED]> wrote:
>>>>
>>>> Hi All
>>>>
>>>> We are using xwiki-enterprise-1.5 which have the option to send the
>>>> validation email to the person who registers new. But I am getting the
>>>> following error when i click on the Register button on the Registration
>>>> page.
>>>>
>>>> Error number 10003 in 10: Exception while sending email from
>>>> [EMAIL PROTECTED] to [Ljava.lang.String;@68ece8
>>>> Wrapped Exception: Connection reset
>>>> com.xpn.xwiki.XWikiException: Error number 10003 in 10: Exception while
>>>> sending email from [EMAIL PROTECTED] to [Ljava.lang.String;@68ece8
>>>> Wrapped Exception: Connection reset
>>>>at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3305)
>>>>at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3328)
>>>>at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3242)
>>>>at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3207)
>>>>at com.xpn.xwiki.XWiki.createUser(XWiki.java:3161)
>>>>at
>>>> com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:41)
>>>>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
>>>>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
>>>>at
>>>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
>>>>at
>>>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
>>>>at
>>>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
>>>>at
>>>> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
>>>>at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
>>>>at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>>>at
>>>> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
>>>>at
>>>> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
>>>>at
>>>> com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
>>>>at
>>>> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>>>>at
>>>> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
>>>>at
>>>> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>>>>at
>>>> org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
>>>>at
>>>> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
>>>>at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
>>>>at
>>>> org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
>>>>at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
>>>>at org.mortbay.http.HttpServer.service(HttpServer.java:954)
>>>>at
>>>> org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
>>>>at
>>>> org.mortbay.http.Htt

Re: [xwiki-users] Re lease date for Xwiki Enterprise 1.6

2008-08-21 Thread syam_kg

Hi

Is XE 1.6 available now ? I could see 18th August as the target rate in your
email.

Regards
Syam

vmassol wrote:
> 
> Hi Syam,
> 
> I've just sent an email for the 1.6 roadmap,
> see http://tinyurl.com/6albvn
> 
> Thanks
> -Vincent
> 
> On Aug 12, 2008, at 2:19 PM, syam_kg wrote:
> 
>>
>> Hi
>>
>> Anybody has any information on the release date of XWiki Enterprise  
>> 1.6 ?
>> Also I would like to know whether the 'Forgot Password'  
>> functionality will
>> be provided in it or not.
>> Please help
>>
>> Regards
>> Syam
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Release-date-for-Xwiki-Enterprise-1.6-tp707868p742092.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


Re: [xwiki-users] Velocity code for deleting a document translation

2008-08-20 Thread syam_kg

Hi Sergiu 

Thanks a lot for the help

Regards
Syam

Sergiu Dumitriu-2 wrote:
> 
> syam_kg wrote:
>> Hi
>> 
>> I have a document which has translated versions in German and French. Is
>> it
>> possible to delete only the German version. If yes please provide me the
>> velocity snipplet for that.
>> 
> 
> You can delete a translation if that is not the original version of the 
> document. From the browser, just append ?language=de to the delete URL, 
> like:
> 
> http://www.yourhost.com/xwiki/bin/delete/Some/Document?language=de
> 
>  From velocity, you can do:
> 
> $xwiki.getDocument("Some.Document").getTranslatedDocument("de").delete()
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Velocity-code-for-deleting-a-document-translation-tp732743p737340.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


[xwiki-users] Velocity code for deleting a document translation

2008-08-19 Thread syam_kg

Hi

I have a document which has translated versions in German and French. Is it
possible to delete only the German version. If yes please provide me the
velocity snipplet for that.

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Velocity-code-for-deleting-a-document-translation-tp732743p732743.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


[xwiki-users] Email validation on Registration

2008-08-18 Thread syam_kg

Hi

I am using XE 1.5. I have configured 'Use email verification' as 'yes' and
whenever new registration happens, a validation mail is sent to the user.
But how the actual validation happens? If I try to login with the newly
registered userid, it is throwing an error saying your account is not
validated. Please help...

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Email-validation-on-Registration-tp732461p732461.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


[xwiki-users] Problem with Watch functionality

2008-08-18 Thread syam_kg

Hi
We are experiencing a problem with the watch functionality. We have added a
page in the watch list for a particular user and set the Email notification
frequency as hourly. But the mail is not sent even after performing some
modification is done on the page. The SMTP configuration seems to be fine.
Is there any other setting required for this funcionality to work. Also we
are interested to know whether we can have a watch list for an user group.
Please help..

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Problem-with-Watch-functionality-tp730843p730843.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


[xwiki-users] Internationalization query

2008-08-18 Thread syam_kg

Hi

I am facing a problem in internationalization. I want to have different
versions of a document for UK and USA. The language would be English for
both these countries but some difference in the contents. Is it possible
with Xwiki. I have tried with adding an
ApplicationResources_en_US.properties file. But didn't work. Please help.

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Internationalization-query-tp730654p730654.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


Re: [xwiki-users] Velocity Snipplet for getting the current user group

2008-08-13 Thread syam_kg

Hi Brian,

Thanks a lot. The code provided by you would solve my problem

Regards
Syam

Brian Burns-2 wrote:
> 
> Syam,
> 
> When you say currently logged in, I assume you mean the user who is
> viewing
> the particular page as opposed to all users who are currently logged in?
> 
> In any case, it doesn't quite make sense because a user can be a member of
> multiple groups. You can check if a user is in a particular group using
> something along the lines of:
> #if($xwiki.getUser().isUserInGroup("XWiki.DemoGroup"))
> 
> I suppose it might be possible to do some sort of $hql search to generate
> a
> list of all groups and then you could loop through them with an if
> statement
> as shown above and then generate a list of groups of which the user is a
> member.
> 
> Does that answer your question? Some of the more experienced contributors
> might be able to give you more advice.
> 
> Brian
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of
> syam_kg
> Sent: 13 August 2008 05:01
> To: users@xwiki.org
> Subject: [xwiki-users] Velocity Snipplet for getting the current user
> group
> 
> 
> Hi
> 
> Can anybody please provide the velocity snipplet for getting the group of
> the user currently logged in 
> 
> Regards
> Syam
> -- 
> View this message in context:
> http://n2.nabble.com/Velocity-Snipplet-for-getting-the-current-user-group-tp
> 721120p721120.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
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Velocity-Snipplet-for-getting-the-current-user-group-tp721120p721530.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


[xwiki-users] Disable/hide a property in a class

2008-08-12 Thread syam_kg

Hi

Is it possible to hide/disable a particular property in an Xwiki class ?
If yes kindly provide velocity sinipplet for this.. I am using XWiki
Enterprise 1.5

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Disable-hide-a-property-in-a-class-tp721139p721139.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


[xwiki-users] Velocity Snipplet for getting the current user group

2008-08-12 Thread syam_kg

Hi

Can anybody please provide the velocity snipplet for getting the group of
the user currently logged in 

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Velocity-Snipplet-for-getting-the-current-user-group-tp721120p721120.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


[xwiki-users] Re lease date for Xwiki Enterprise 1.6

2008-08-12 Thread syam_kg

Hi

Anybody has any information on the release date of XWiki Enterprise 1.6 ?
Also I would like to know whether the 'Forgot Password' functionality will
be provided in it or not.
Please help

Regards
Syam
 
-- 
View this message in context: 
http://n2.nabble.com/Release-date-for-Xwiki-Enterprise-1.6-tp707868p707868.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


Re: [xwiki-users] XWiki API Documentation

2008-08-12 Thread syam_kg

Hi Anca

Thanks a lot for the information

Regards
Syam

Anca Paula Luca wrote:
> 
> syam_kg wrote:
>> Hi 
>> 
>> Is there any documentation available for the velocity API
>> objects($xwiki,$doc,$context,$request..) 
>> in xwiki ? I am looking for the list of the methods available in these
>> objects and the description of each of those methods. Please help .. 
> 
> Have a look at http://platform.xwiki.org/xwiki/bin/view/DevGuide/API ,
> pick your 
> XWiki version and look at the XWiki, Document, Context, etc classes. The
> objects 
> in velocity are nothing else but instances of these classes, put in the
> velocity 
> environment.
> 
> Happy coding!
> Anca Luca
> 
>> 
>> Thanks in 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/XWiki-API-Documentation-tp687413p687447.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


[xwiki-users] XWiki API Documentation

2008-08-11 Thread syam_kg

Hi 

Is there any documentation available for the velocity API
objects($xwiki,$doc,$context,$request..) 
in xwiki ? I am looking for the list of the methods available in these
objects and the description of each of those methods. Please help .. 

Thanks in 
-- 
View this message in context: 
http://n2.nabble.com/XWiki-API-Documentation-tp687413p687413.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


Re: [xwiki-users] Exception on sending the Registration validation Email

2008-08-10 Thread syam_kg

Hi
Thanks ! It was a problem with SMTP configuration. But when I login with the
created ID it is giving me an error message 'Your account is not yet active,
because your email has not yet been confirmed'. Do you have an idea on how
to confirm the email sent while registration ?

Regards
Syam

Jean-Vincent Drean wrote:
> 
> Hi,
> 
> looks like there's a problem with your SMTP configuration, is it
> correctly configured in the wiki preferences ?
> can you look at your SMTP logs to see what happens ?
> 
> 
> JV.
> 
> On Wed, Aug 6, 2008 at 11:53 AM, syam_kg <[EMAIL PROTECTED]> wrote:
>>
>> Hi All
>>
>> We are using xwiki-enterprise-1.5 which have the option to send the
>> validation email to the person who registers new. But I am getting the
>> following error when i click on the Register button on the Registration
>> page.
>>
>> Error number 10003 in 10: Exception while sending email from
>> [EMAIL PROTECTED] to [Ljava.lang.String;@68ece8
>> Wrapped Exception: Connection reset
>> com.xpn.xwiki.XWikiException: Error number 10003 in 10: Exception while
>> sending email from [EMAIL PROTECTED] to [Ljava.lang.String;@68ece8
>> Wrapped Exception: Connection reset
>>at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3305)
>>at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3328)
>>at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3242)
>>at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3207)
>>at com.xpn.xwiki.XWiki.createUser(XWiki.java:3161)
>>at com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:41)
>>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
>>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
>>at
>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
>>at
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
>>at
>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
>>at
>> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
>>at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
>>at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>at
>> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
>>at
>> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
>>at
>> com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
>>at
>> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>>at
>> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
>>at
>> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>>at
>> org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
>>at
>> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
>>at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
>>at
>> org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
>>at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
>>at org.mortbay.http.HttpServer.service(HttpServer.java:954)
>>at
>> org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
>>at
>> org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
>>at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
>>at
>> org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
>>at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>>at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
>>
>> Do we need to do any specific configuration to avail the email
>> functionality
>> ?
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Exception-on-sending-the-Registration-validation-Email-tp675477p684970.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


[xwiki-users] Configuring specific languages for a space

2008-08-06 Thread syam_kg

Hi
Can we create a space in xwiki which is dedicated to one or more languages ?
ie.. The multi lingual support should be limited only to the languages
configured for that space.
We are using xwiki-enterprise-1.5. Please help.

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Configuring-specific-languages-for-a-space-tp675503p675503.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


[xwiki-users] Exception on sending the Registration validation Email

2008-08-06 Thread syam_kg

Hi All

We are using xwiki-enterprise-1.5 which have the option to send the
validation email to the person who registers new. But I am getting the
following error when i click on the Register button on the Registration
page. 

Error number 10003 in 10: Exception while sending email from
[EMAIL PROTECTED] to [Ljava.lang.String;@68ece8
Wrapped Exception: Connection reset
com.xpn.xwiki.XWikiException: Error number 10003 in 10: Exception while
sending email from [EMAIL PROTECTED] to [Ljava.lang.String;@68ece8
Wrapped Exception: Connection reset
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3305)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3328)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3242)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3207)
at com.xpn.xwiki.XWiki.createUser(XWiki.java:3161)
at com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:41)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

Do we need to do any specific configuration to avail the email functionality
?
Please help

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Exception-on-sending-the-Registration-validation-Email-tp675477p675477.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