[xwiki-users] How do you DISABLE all e-mail notifications?

2013-01-18 Thread lisalisa
Dear all, 

For internal reasons, we want to completely disable watchlist e-mail
notifications on our *sandbox* instance. (We only want them on our *live*
instance.) We want to do this centrally, as it is not feasible to ask each
user to individually turn off their watchlist notifications on the sandbox. 

As described in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfiguringtheSMTPserver,
we cleared all fields in the Administration:Email section and saved the
changes. However, e-mails are still being sent out -- the only change I see
is that the From: address changed to the default address,
mai...@xwiki.localdomain.com. 

Can anyone tell us how to centrally disable notification e-mails? 

Thanks, Lisa



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/How-do-you-DISABLE-all-e-mail-notifications-tp7583262p7583375.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] How do you DISABLE all watchlist notifications?

2013-01-11 Thread lisalisa
Dear all,

For internal reasons, we want to completely disable watchlist notifications
on our *sandbox* instance. (We only want them on our *live* instance.) We
want to do this centrally, as it is not feasible to ask each user to
individually turn off their watchlist notifications on the sandbox.

As described in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfiguringtheSMTPserver,
we cleared all fields in the Administration:Email section and saved the
changes. However, e-mails are still being sent out -- the only change I see
is that the From: address changed to the default address,
mai...@xwiki.localdomain.com.

Can anyone tell us how to centrally disable notification e-mails?

Thanks, Lisa



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/How-do-you-DISABLE-all-watchlist-notifications-tp7583262.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] Question About Link Checker Module

2013-01-11 Thread lisalisa
I also created http://jira.xwiki.org/browse/XWIKI-8684 for the Link Checker
table-sorting issue.

Lisa


lisalisa wrote
 ...I have noticed that the table columns do not sort reliably. Can you
 suggest any modifications to the syntax? This is what we currently have:
 
 {{velocity}}
 #set($columns = [ 'link', 'page', 'code', 'date'])
 #set($columnsProperties = {
 'link' : { 'type' : 'text' },
 'page' : { 'type' : 'text' },
 'code' : { 'type' : 'text' },
 'date' : { 'type' : 'text' }
 })
 #set($options = { 
 'resultPage': 'XWiki.ExternalLinksJSON',
 'translationPrefix' : 'platform.linkchecker.livetable.',
 'rowCount' : 50,
 'description' : 'This table lists the states of all external links
 found on this wiki. The columns can be sorted.' 
 })
 #livetable('links' $columns $columnsProperties $options)
 {{/velocity}}





--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Question-About-Link-Checker-Module-tp7580939p7583263.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] Anyone: PLEASE help with Link Checker Module

2013-01-09 Thread lisalisa
This request is actually addressed to *anyone* who will help.

We are having a critical issue. After many weeks of trying, we cannot get
the Link Checker to behave in a stable manner. This risks our goal of using
XWIKI as our primary wiki tool, because we still have no way to manage
broken links - and this is a priority business requirement for us.

Our last effort was upgrading to XWIKI 4.3 Stable. At first, the Link
Checker seemed to be working, but as Sanjib describes below, it stops.
Each time we restart the server, it runs for a little while, and then stops
again. It does not finish crawling the spaces. It does not find all known
broken links, and the date in the last checked column does not change. The
queue size (Main.CheckLink) also freezes after a certain point.

* Xwiki.properties is configured with rendering.transformations = macro,
icon, linkchecker.
* We visit all the links (some pages have known broken links, and we watch
for those).

Please help us. You may also IM me (lisalisa) or Sanjib or for further
information if necessary. I am the business analyst/content administrator,
and Sanjib is the developer.

Thank you so much,
Lisa


sanjib wrote
 Hi Vincent,
 
 We are running xwiki version 4.3 stable and facing a problem in link
 checker module, so that after restarting the server link checker
 transformation  runs once and thereafter it stop running. For test we have
 modified a page and changed a link on that page, we saw that it does not
 recheck that link again. We also checked the link checker queue size, that
 shows 278 which never goes down.
 
 Any help to run the linkchecker application properly would be greatly
 appreciated.
 
 Thanks,
 Sanjib





--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Question-About-Link-Checker-Module-tp7580939p7583207.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] Anyone: PLEASE help with Link Checker Module

2013-01-09 Thread lisalisa
Yes, thank you -- I just created JIRA issue XWIKI-8669
(http://jira.xwiki.org/browse/XWIKI-8669).

Lisa

vmassol wrote
 Hi,
 
 I've also noticed the issue but haven't had the time to work on it. Could
 you please create a jira issue on http://jira.xwiki.org?
 
 Thanks
 -Vincent





--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Question-About-Link-Checker-Module-tp7580939p7583212.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] Question About Link Checker Module

2012-12-13 Thread lisalisa
We are having better luck with the Link Checker Module after upgrading to
XWIKI 4.3. However, I have noticed that the table columns do not sort
reliably. Can you suggest any modifications to the syntax? This is what we
currently have:

{{velocity}}
#set($columns = [ 'link', 'page', 'code', 'date'])
#set($columnsProperties = {
'link' : { 'type' : 'text' },
'page' : { 'type' : 'text' },
'code' : { 'type' : 'text' },
'date' : { 'type' : 'text' }
})
#set($options = { 
'resultPage': 'XWiki.ExternalLinksJSON',
'translationPrefix' : 'platform.linkchecker.livetable.',
'rowCount' : 50,
'description' : 'This table lists the states of all external links found
on this wiki. The columns can be sorted.' 
})
#livetable('links' $columns $columnsProperties $options)
{{/velocity}}



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Question-About-Link-Checker-Module-tp7580939p7582857.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] Lucene Search does not correctly filter by space

2012-12-08 Thread lisalisa
lisalisa wrote
 Hi Sergiu,
 
 Do you have any time (or XWIKI version) estimate for XWIKI-8192 on the
 roadmap? We started testing XWIKI 4.3 on a development server, but did not
 deploy it to our users. For our next deployment at our company, we would
 ideally like to wait for the Lucene Search fix. We understand that most
 developers are donating their time to XWIKI, but we just wondered if there
 was any proposed time frame for this particular issue.
 
 Thanks, Lisa

Oh, I was watching XWIKI-8192 in JIRA and see that it will be resolved for
XWIKI 4.4.1 ... awesome!!

Lisa



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Lucene-Search-does-not-correctly-filter-by-space-tp7581190p7582803.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] Subscribe to RSS feed inpassword-protected wiki

2012-11-27 Thread lisalisa
lisalisa wrote
 For about a month, I have been happily getting watchlist updates from a
 private RSS feed by appending basicauth=1.

 My feed URL is in the following format:
 http://subdomain.domain.com:8080/xwiki/bin/view/XWiki/WatchListRss?xpage=plainoutputSyntax=plainbasicauth=1

 Sometime this week, it suddenly stopped working. I deleted the feed and
 tried to re-create it, but each time, I get the error Outlook cannot
 process the RSS content from [feed URL]. The link may not point to a
 valid
 RSS source.

 I am using Outlook 2010 for RSS feeds and Internet Explorer 9 for
 browsing.
 (I cannot change these tools; they are our corporate standards.) We are
 currently running XWIKI 4.2 milestone 1.

 Do you have any ideas about why basic authentication might *suddenly*
 stop
 working -- or only work intermittently?
 
 I'm not sure it's the auth part that's broken. Try to open the URL in a 
 browser and then validate its output, for example using 
 http://validator.w3.org/appc/#validate_by_input
 
 -- 
 Sergiu Dumitriu
 
 Hi Sergiu, it does not validate. However, RSS feeds ARE still working on
 our two *development* instances (not production); and those URLs do not
 validate either.
 
 I am checking with my the server administrators; they might have changed a
 security setting, or something like that, on the production server. 
 
 Lisa

After further testing, I believe we're having trouble on the instances where
LDAP authentication is enabled. In the instances where we are using local
users, private RSS feeds are working. Do you have any advice?

Thanks, Lisa



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Subscribe-to-RSS-feed-in-password-protected-wiki-tp6471115p7582554.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] Lucene Search does not correctly filter by space

2012-11-21 Thread lisalisa
Sergiu Dumitriu-2 wrote
 Well, there are two bugs involved here.
 
 One is that when there are spaces (as in white space) in the space name, 
 the part of the query that is supposed to filter only results from that 
 space is broken: instead of searching for documents in the space a 
 space with whitespace, it searches for documents in the space a and 
 also containing space with whitespace as words in the text. I just 
 fixed this issue for the upcoming 4.3 release: 
 http://jira.xwiki.org/browse/XWIKI-8191
 
 The second one is that the space name is not stored as it is, but it's 
 tokenized and analyzed so that it supports non-exact matches. But this 
 means that if we have two spaces, Main and The Main Space, trying to 
 get results from the Main space will also include results from the 
 The Main Space space. Fixing this would be a bit harder, since it 
 means indexing not just the space field, but also an exactspace 
 field that would allow exact matches on the space name. I've created 
 https://jira.xwiki.org/browse/XWIKI-8192 to track this issue.
 -- 
 Sergiu Dumitriu

Hi Sergiu,

Do you have any time (or XWIKI version) estimate for XWIKI-8192 on the
roadmap? We started testing XWIKI 4.3 on a development server, but did not
deploy it to our users. For our next deployment at our company, we would
ideally like to wait for the Lucene Search fix. We understand that most
developers are donating their time to XWIKI, but we just wondered if there
was any proposed time frame for this particular issue.

Thanks, Lisa



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Lucene-Search-does-not-correctly-filter-by-space-tp7581190p7582483.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