Re: [xwiki-users] code macro

2007-10-05 Thread Kristian Marinkovic
hi,

this was a bug in xwiki 1.0 i think
update to xwiki 1.1 and it will work :)

g,
kris



anuj sharma [EMAIL PROTECTED] 
Gesendet von: [EMAIL PROTECTED]
05.10.2007 10:52
Bitte antworten an
XWiki Users users@xwiki.org


An
users@xwiki.org
Kopie

Thema
[xwiki-users] code macro






Hi all,

Can anyone please tell me how we can use two code tags in a page 
that is, if i want to print the code and then the text and again the code 
,how i can do that??

I have tried by using another code tag for second code but the whole data 
(with text)
gets embedded in code area.

thanks,


ANUJ SHARMA.
 Download prohibited? No problem. CHAT from any browser, without download.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

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


Re: [xwiki-users] code macro

2007-10-05 Thread anuj sharma
Hi Kristian,

I am using 1.1 only, still facing same problem.

Kristian Marinkovic [EMAIL PROTECTED] wrote:  
hi, 
 
this was a bug in xwiki 1.0 i think 
update to xwiki 1.1 and it will work :) 
 
g, 
kris 
 
 
   anuj sharma [EMAIL PROTECTED]  
Gesendet von: [EMAIL PROTECTED] 05.10.2007 10:52Bitte antworten an
 XWiki Users users@xwiki.org
 
 
An
 users@xwiki.org   Kopie
  
  Thema
 [xwiki-users] code macro 


 
 
 
 
Hi all,
 
 Can anyone please tell me how we can use two code tags in a page 
 that is, if i want to print the code and then the text and again the code ,how 
i can do that??
 
 I have tried by using another code tag for second code but the whole data 
(with text)
 gets embedded in code area.
 
 thanks,
 
 
 ANUJ SHARMA.   

-
Download prohibited? No problem. CHAT from any browser, without 
download.___
 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




ANUJ SHARMA.
   
-
 Chat on a cool, new interface. No download required. Click here.___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] User management

2007-10-05 Thread Sudarshan_Prabhu
Hi

 

Using xwiki for the 1st time

 

How the user management is done in xwiki?

I have installed 1.1.1 version on Tomcat6.X on XP

 

Not able to see any registration page for new user to get in, is there
any configuration that needs to be changed?

Haven't been able to find any help in the official site

 

Any quick help is highly appreciated

 

 

Thanks and Regards

 Sudarshan 



DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] code macro

2007-10-05 Thread G.Schoepp
Kristian Marinkovic schrieb:
 this was a bug in xwiki 1.0 i think
 update to xwiki 1.1 and it will work :)

It's been a bug in 1.1 rc1:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11RC1#HKnownissues

@anuj: Are you really using 1.1 stable?

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


Re: [xwiki-users] code macro

2007-10-05 Thread anuj sharma
Its 1.1 milestone 4..X.

G.Schoepp [EMAIL PROTECTED] wrote: Kristian Marinkovic schrieb:
 this was a bug in xwiki 1.0 i think
 update to xwiki 1.1 and it will work :)

It's been a bug in 1.1 rc1:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11RC1#HKnownissues

@anuj: Are you really using 1.1 stable?

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



ANUJ SHARMA.
   
-
 Forgot the famous last words? Access your message archive online. Click here.___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] space order in Panels.Navigation

2007-10-05 Thread Your XEN ICT Team - Ricardo Rodriguez
Your XEN ICT Team - Ricardo Rodriguez wrote:
 Please, does anybody know how the entries for spaces are ordered in 
 Panels.Navigation? Is it possible to modify it?

 Then, within the menu of each space the entries are ordered 
 alphabetically. Is it possible to modify this?

 Thanks for your help,

   
This is the best entry point to this issue I've found. And it is really 
great!

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

Best,

-- 
Ricardo Rodríguez
Your XEN ICT Team

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


Re: [xwiki-users] How to redirect to the wiki

2007-10-05 Thread Bill Anderson
 Try to put this JSP page in the ROOT context:
 %
 String redirectURL = /xwiki/bin/view/Main/WebHome;
 response.sendRedirect(redirectURL);
 %
 
 
 Guido

Thanks Guido and Marc,

I could never find the real root directory with Jetty, so I scrapped that, 
installed Tomcat, put the index.jsp in the Tomcat root (Tomcat 
6.0/webapps/ROOT) and it worked perfectly. As an added benefit, it seems Tomcat 
is a lot faster than Jetty.

I appreciate it,

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


Re: [xwiki-users] [ANN] XWiki Enterprise 1.2M1 Released

2007-10-05 Thread Vincent Massol
Hi Richard,

On Oct 5, 2007, at 9:23 AM, goldring, richard wrote:

 Hi,

 An export bug! Which version? The Latest?

1.2M1

 We tend to use the import/export
 facility for backups and for moving wiki data between secure  
 networks rather
 than faff around with backing up using the database - we need  
 something easy
 and straigh forward! So we really need the import/export facility  
 to be bomb
 proof especially mitgated up to newer versions of wikis. Ideally it  
 would be
 great to do incremental exports/backups and schedule backups  
 overnight to
 backed up network drives. This is an important area of XWiki providing
 security of data to wiki users.

We all agree. Please don't use milestone versions for production use.  
Instead use the latest released version (which is 1.1.1). The  
milestones are meant to for testing at this stage. We do need your  
help to test it though. Simply don't use it in production :)

thanks
-Vincent

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]  
 Behalf
 Of Vincent Massol
 Sent: 04 October 2007 17:38
 To: XWiki Users
 Subject: Re: [xwiki-users] [ANN] XWiki Enterprise 1.2M1 Released



 On Oct 4, 2007, at 6:21 PM, G.Schoepp wrote:

 Vincent Massol schrieb:
 Main changes from 1.1.1:
  * Document history is now kept in a separate table in the
 database which means that Document load time is now improved and
 independent on the number of revisions

 Mh, this looks like a change in the database structure. How does
 this go
 together with the migration notes:

 Good catch. I'll change that. To be honest I don't know how to
 migrate. I think Artem (who did the changes) has setup an automatic
 migration system in place but that needs to be tested out.

 If you're interested in testing it that would be great :)

 Note: I've just discovered 2 serious bugs (there are probably more)
 due to the heavy code changes: export don't produce valid XARs
 anymore and attachments don't seem to work. This proves we need more
 automated functional tests.

 Thanks
 -Vincent

 Migrating from 1.1.1 There have been no changes to the database
 structure so you can simply install this version and configure it to
 point to your existing database.

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

 Thales UK Ltd (Wells) DISCLAIMER: The information contained in this  
 e-mail
 is confidential. It may also be legally privileged. It is intended  
 only for
 the stated addressee(s) and access to it by any other person is
 unauthorised. If you are not an addressee, you must not disclose,  
 copy,
 circulate or in any other way use or rely on the information  
 contained in
 this e-mail. Such unauthorised use may be unlawful. We may monitor all
 e-mail communications through our networks. If you have received  
 this e-mail
 in error, please inform us immediately on +44 (0) 1749 672081 and  
 delete it
 and all copies from your system. We accept no responsibility for  
 changes to
 any e-mail which occur after it has been sent.  Attachments to this  
 e-mail
 may contain software viruses which could damage your system.  We  
 therefore
 recommend you virus-check all attachments before opening. A  
 business of
 Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne  
 Business
 Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
 868273
 ___
 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