Re: [xwiki-users] Problem configure xwiki.backlinks snippet

2007-11-27 Thread Vincent Massol


On Nov 27, 2007, at 10:37 AM, Guillaume Lerouge wrote:


Hi Yinkee,

That's because that's not how the backlinks snippet works. The  
backlinks snippet displays links from other pages that point to a  
given page, not links from a page to other pages.


For that you can use $xwiki.getLinks() instead of getBacklinks().

-Vincent



That is, if used on page A it will displays links from page B  C to  
page A, but not links from page A to page B  C. To achieve this you  
would need to write a forwardlinks snippet :-)


Guillaume

On 27/11/2007, Yin Kee Yee [EMAIL PROTECTED]  wrote:
Hi,

I'm new xwiki user and recently just setup xwiki running on a Window  
server by downloaded the latest xwiki enterprise window installer.  
The problem I having here is getting the Backlinks Snippet working.


I follow the instruction using BacklinksSnippet feature link below.

http://www.xwiki.org/xwiki/bin/view/Code/BacklinksSnippet

Basically, I have a wiki page with three sections. The first two  
sections have the links and I created the third section What Links  
Here and insert the code provided above. However, it doesn't shows  
any wiki links leading to this page but message No back links for  
this page!


I checked the default installation directory and verified that the  
xwiki.cfg under C:\Program Files\XWiki Enterprise\webapps\xwiki\WEB- 
INF already have the following line below enabled by default.


xwiki.backlinks=1

Did I miss something here? Any advise to resolve this newbie problem  
is greatly appreciated.


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


[xwiki-users] Help needed :o) - Xwiki vs. Twiki

2007-11-27 Thread mattia_temp-newsgroup
Hi everybody!!

Sorry for the rude title, but i'm evaluating
which wiki propose in a large enterprise and, rightnow, i'm facing with
this dilemma...

I'd
like someone to share his experience/knowledge and,please, help me to
point out the main differences between those two products.

My
main concerns are related with usability (especially regarding the
WYSIWYG editor) security, access control, statistics and auditing
features...

I'd really appreciate any help.

Thank you



  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Help needed :o) - Xwiki vs. Twiki

2007-11-27 Thread Vincent Massol

Hi Mattia,

On Nov 27, 2007, at 10:55 AM, [EMAIL PROTECTED] wrote:


Hi everybody!!

Sorry for the rude title, but i'm evaluating which wiki propose in  
a large enterprise and, rightnow, i'm facing with this dilemma...


I'd like someone to share his experience/knowledge and,please, help  
me to point out the main differences between those two products.


My main concerns are related with usability (especially regarding  
the WYSIWYG editor) security, access control, statistics and  
auditing features...


I'd really appreciate any help.

Thank you


Just so that everyone knows, here's the thread that started Mattia's  
post:

http://www.wikimatrix.org/forum/viewtopic.php?pid=1587#p1587

Thanks
-Vincent

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


Re: [xwiki-users] Feedback on working XWiki installation w/ Oracle 10g

2007-11-27 Thread William Lesguillier
 There is one thing that doesn't work properly though: the database
 username specified in the configuration file hibernate.cfg.xml is not
 recognized by the system. It uses the username xwiki as if it was
 hardcoded.

Found this issue: http://jira.xwiki.org/jira/browse/XWIKI-1719

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


[xwiki-users] Code highlighting

2007-11-27 Thread Paul Grodt
I'm interested in adding support for rudimentary highlighting of C++
within the code macro.  Should this be a separate issue from
http://jira.xwiki.org/jira/browse/XWIKI-864 ({code} macro should support
highlighting for radeox and velocity), or should this issue be extended
to include it?

Should I investigate adding this directly to the Radeox project instead?
I really don't know much about Radeox yet, but from the documentation
for the code macro, it sounds as though all the existing highlighting
code comes out-of-box from Radeox

Paul D. Grodt
 
TECORE Wireless Systems 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] How to upgrade xwiki 1.1.2 stable to 1.1.2 milestone 2?

2007-11-27 Thread Yin Kee Yee
Hi,
   
  I search and read through the upgrade info from this link below.
   
  
http://www.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradinganXWikiInstallation
   
  It said that the general strategy for upgrade is to download the WAR 
Distribution and to replace your current installed WAR. 
   
  Since I did an initial xwiki install using the standalone xwiki enterprise 
window 1.1.2 installer, how can I upgrade to 1.1.2 milestone 2 without losing 
any current data? To be more specific, which file should I download and use? 
   
  Thanks, 
  YinKee
   

   
-
Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Statistics

2007-11-27 Thread Vitantonio Messa
Hello everyone,

I've activated the statistics on my virtual xwikis, but when I access 
the page XWiki/Stats I see the code, but not statistics, as this:

% period = request.get(period) Calendar cal = Calendar.getInstance(); 
cal.setTime(new Date()); if (period==null) { period = 
cal.get(Calendar.YEAR) * 100 + (cal.get(Calendar.MONTH)+1) }

jour = cal.get(Calendar.YEAR) * 1 + (cal.get(Calendar.MONTH)+1) * 
100 + (cal.get(Calendar.DAY_OF_MONTH)+1)

type = request.get(type) if (type==null) type = view

%

In the xwiki.cfg, this is the section related to statistics:

xwiki.stats=1
xwiki.stats.default=1
xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl

Any help?
Thanks!

Vito


-- 
Vitantonio Messa
+358 46 889 48 49 - [EMAIL PROTECTED]
COSS - The Finnish Centre for Open Source Solutions
@ Technology Centre Hermia Ltd.
Hermiankatu 1, FIN-33720 Tampere, FINLAND
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics

2007-11-27 Thread Vitantonio Messa
Vincent Massol wrote:
 Hi Vito,
 
 2 things:
 
 1) When statistics are enable you'll need to view pages, edit, etc  
 from that point forward to get stats
 2) We're releasing a brand new statistics module for XE 1.2RC1 (to be  
 out at the end of the week). It's much improved.

Thanks Vincent,

one question more: do I need to restart the server (since I modified the 
xwiki.cfg) to really enable statistic? or it is enough to just modify 
the configuration file?

Vito



-- 
Vitantonio Messa
+358 46 889 48 49 - [EMAIL PROTECTED]
COSS - The Finnish Centre for Open Source Solutions
@ Technology Centre Hermia Ltd.
Hermiankatu 1, FIN-33720 Tampere, FINLAND
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics

2007-11-27 Thread Vincent Massol

On Nov 28, 2007, at 8:19 AM, Vitantonio Messa wrote:

 Vincent Massol wrote:
 Hi Vito,

 2 things:

 1) When statistics are enable you'll need to view pages, edit, etc
 from that point forward to get stats
 2) We're releasing a brand new statistics module for XE 1.2RC1 (to be
 out at the end of the week). It's much improved.

 Thanks Vincent,

 one question more: do I need to restart the server (since I modified  
 the
 xwiki.cfg) to really enable statistic? or it is enough to just modify
 the configuration file?

You need to restart I think since the xwiki.cfg file is read only at  
startup.

-Vincent

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