Re: [xwiki-users] Can't log on in Internet Explorer

2008-12-19 Thread Esbach, Brandon
Any cookie restrictions setup on the IE options? -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Nick Watts Sent: 19 December 2008 12:15 To: XWiki Users Subject: [xwiki-users] Can't log on in Internet Explorer I have XWiki 1.6.1.13621

Re: [xwiki-users] XWiki Spaces

2008-07-01 Thread Esbach, Brandon
You could also try using $xwiki.sort to sort the spaces. I think the syntax is: #set($spacesSorted=$xwiki.sort($xwiki.spaces) ) Then, you can use foreach to loop through as normal using the variable instead: #foreach($space in $spacesSorted) * $space #end -Original Message- From:

Re: [xwiki-users] XWiki date

2008-06-20 Thread Esbach, Brandon
More or less, yes; You can use $xwiki.formatDate(date here, here goes format)) where you replace date here with a real date, eg $xwiki.currentDate(see below for document date examples) here goes format with a time format, eg HH:mm:ss dd-MM- $doc.date for last modified date

Re: [xwiki-users] XWiki date

2008-06-20 Thread Esbach, Brandon
-users] XWiki date No, I mean getting explicitly the year, month etc. For example, $doc.someFunction(year) would return only the year $doc.someFunction(month) would return only the month... Quoting Esbach, Brandon : More or less, yes; You can use $xwiki.formatDate(lt;date heregt;, quot;lt;here goes

Re: [xwiki-users] New install problem: 404 from Tomcat

2008-06-12 Thread Esbach, Brandon
Graeme, If you've just deployed it, you usually need to ensure you've setup the hibernate to point to your database (it's fairly simple to do, just edit the file and uncomment the relative area, adding in account details as needed). AFAIK tomcat won't start the app until it has a valid db

[xwiki-users] Crossover from virtual wiki?

2008-04-28 Thread Esbach, Brandon
When importing a xar into one of my virtual wiki's, I found that my base wiki had then part of the same import against itself at the same time (particularly skin changes to go back to default). The other virtual wiki's were left untouched. Two questions on this behaviour: * Is this

Re: [xwiki-users] Crossover from virtual wiki?

2008-04-28 Thread Esbach, Brandon
Forgot to mention... This is on 1.2 RC1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Esbach, Brandon Sent: 28 April 2008 16:59 To: XWiki Users Subject: [xwiki-users] Crossover from virtual wiki? When importing a xar into one of my virtual wiki's, I

Re: [xwiki-users] Javascript error in default xwiki

2008-03-04 Thread Esbach, Brandon
Something to check, did tomcat completely extract all the files? I've seen it happen where the files don't complete extracting; not very common but it's likely to happen. Also, it would help more if you include the error text given by the browser From: [EMAIL

Re: [xwiki-users] Can't log in with admin or superadmin

2008-02-28 Thread Esbach, Brandon
Out of interest, what version of Tomcat are you using? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hosamhassan Sent: 28 February 2008 14:32 To: users@xwiki.org Subject: Re: [xwiki-users] Can't log in with admin or superadmin Thats also a link to

Re: [xwiki-users] Can't log in with admin or superadmin

2008-02-28 Thread Esbach, Brandon
No problem, glad it worked out for you :) I think it's caused by the cookie bug in tomcat 6.0.16 - we've been scratching our heads over the same issue on a new xwiki implementation ourselves - and that looks like it will fix it for us too. -Original Message- From: [EMAIL PROTECTED]

Re: [xwiki-users] ghost document

2008-02-25 Thread Esbach, Brandon
Slash in the actual name is not such a good idea - xwiki assumes you're trying to create a new space, and acts accordingly. For me, the updateName() script catches both / and \ though, among other problem characters (or is that something I've changed on mine)? -Original Message- From:

[xwiki-users] createDocument() overwrites XWiki.WebHome?????

2008-02-14 Thread Esbach, Brandon
Hi, I've had a request from one of my users to create a script on our hosted wiki that will create all the needed wiki content for one of their lists. * Problem 1, there is over 2000 xwiki documents to create from this list * Problem 2, they're a little anxious to get it going I've

[xwiki-users] Can't delete a wikifarm document - exception

2008-02-14 Thread Esbach, Brandon
Document name is XWiki.macom_admin1301121402082 I've seen this happen on our local wiki; the result is that the document cannot be deleted regardless of what is done to the server. I really need this doc deleted though :s. ---error text--- Error number 3203 in 3: Exception while deleting

[xwiki-users] Hosted Farm: Skol

2008-02-14 Thread Esbach, Brandon
Hi admins: Currently Skol is making an appearance a few too many times. At present there are two immediate concerns: * Cant get a listing of items above a few seconds load time * It stopped my import upload halfway - around 1000 out of over 2000 items completed - which means I have

[xwiki-users] Need page saved by admin for hosted wiki

2008-02-13 Thread Esbach, Brandon
Hi guys, Been looking to get one of my hosted wiki pages saved (protected calls inside page), can someone please update? Brandon Esbach Software Engineer Wireless Systems Segment Tyco Electronics 4 Eastgate Road Eastgate Little Island Co. Cork Ireland Tel: +353-21-4808305 Email: [EMAIL

Re: [xwiki-users] $xwiki.sendMessage

2008-02-12 Thread Esbach, Brandon
, Esbach, Brandon [EMAIL PROTECTED] wrote: No problem, I understand. Is it likely that sendMessage will also become disabled? Or, is there a way to add in the subject to the sendMessage call? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[xwiki-users] Scheduler and virtual wikis (1.2-rc-1.6216)

2008-02-08 Thread Esbach, Brandon
Hi guys.. I've been using the scheduler with some success for internal application notifications; but something just cropped up that I can't quite figure out. In my wiki app, I'm checking certain status fields in different documents and sending the url to appropriate people as needed. Was working

[xwiki-users] Wiki Farm - for the Devs/Admin team

2008-02-07 Thread Esbach, Brandon
Hi guys.. Need a page saved in admin mode, any chance someone can do this today? ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Groovy Script in Panel

2008-02-07 Thread Esbach, Brandon
Hi, Groovy and Velocity doesn't really mix anymore with newer versions of xwiki (actually, for some time now) . If you just need to run some groovy or check a status, you can use #set($oUserObject=$xwiki.parseGroovyFromPage(Myspace.MyDoc)), replacing Myspace.MyDoc with the full name of a

[xwiki-users] $xwiki.sendMessage

2008-02-06 Thread Esbach, Brandon
Hi guys.. Can't seem to find in the api any means to set the subject for a message being sent using this method - is this not possible? Brandon Esbach Software Engineer Wireless Systems Segment Tyco Electronics 4 Eastgate Road Eastgate Little Island Co. Cork Ireland Tel: +353-21-4808305

Re: [xwiki-users] $xwiki.sendMessage

2008-02-06 Thread Esbach, Brandon
of the page for a live example. Guillaume On 06/02/2008, Esbach, Brandon [EMAIL PROTECTED] wrote: Hi guys.. Can't seem to find in the api any means to set the subject for a message being sent using this method - is this not possible? Brandon Esbach Software

Re: [xwiki-users] $xwiki.sendMessage

2008-02-06 Thread Esbach, Brandon
Hi, Doesn't seem to be installed on the farm, do I need to specifically request the plugin to be activated for the virtual wiki, or do I need to import a xar for it to work? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Esbach, Brandon Sent: 06

Re: [xwiki-users] $xwiki.sendMessage

2008-02-06 Thread Esbach, Brandon
/2008, Esbach, Brandon [EMAIL PROTECTED] wrote: Hi, Doesn't seem to be installed on the farm, do I need to specifically request the plugin to be activated for the virtual wiki, or do I need to import a xar for it to work? From

Re: [xwiki-users] Idea for improvment of Xwiki Watch

2008-02-01 Thread Esbach, Brandon
I don't think that's something that can be solved by changes on xwiki, since your access to the feed (if I understand you right) is configured with a proxy. XWiki feeds out on a local server should work just fine though, provided you can access the server. Feeds coming in from external

Re: [xwiki-users] Groovy and getXMLEncoded() question

2008-01-24 Thread Esbach, Brandon
Well.. first things first. Without seeing your loop construction, it's a bit hard to determine the problem. Here's a sample I adjusted from your second scenario: % String str = '' [1..10].flatten().each{ str = str + 'event' + it + xwiki.getXMLEncoded('this one\n')+ '/event\n' }

Re: [xwiki-users] Space rights configuration...

2008-01-24 Thread Esbach, Brandon
OH! And one other thing: do you use the NoScript plugin? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aleksandar Vidakovic Sent: 24 January 2008 17:55 To: XWiki Users Subject: Re: [xwiki-users] Space rights configuration... Esbach, Brandon wrote

Re: [xwiki-users] Space rights configuration...

2008-01-24 Thread Esbach, Brandon
To: XWiki Users Subject: Re: [xwiki-users] Space rights configuration... Honestly, I don't know what this is nor what it does. I downloaded a vanilla xwiki-enterprise-web-1.2.war and added no plugins. Esbach, Brandon wrote: OH! And one other thing: do you use the NoScript plugin? -Original

[xwiki-users] Admin's ability to reset user passwords

2008-01-21 Thread Esbach, Brandon
Hi Devs, Admin user should really be able to reset a user's password in the event that the user forgets their password (like with any other system). Something like a link for admin users simply called set temporary password that requires the user to change their password when they use this

Re: [xwiki-users] Graphical problem

2008-01-10 Thread Esbach, Brandon
IE doesn't support transparency very well in PNG's (all IE versions prior to IE7) - you can get around it though using some script. Gif transparency works to some decent extent in most versions of IE. Check here for more info, and a possible workaround for the PNG problem:

Re: [xwiki-users] name of default database

2008-01-10 Thread Esbach, Brandon
Did you change the Hibernate configuration to point to another database though? To do this, change the file hibernate.cfg.xml under xwiki\WEB-INF. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rssh Sent: 10 January 2008 13:32 To: users@xwiki.org

Re: [xwiki-users] Using Xwiki with apache

2008-01-09 Thread Esbach, Brandon
. If anyone already did that... Esbach, Brandon a écrit : Are you using the Apache HTTP server, or Apache Tomcat? XWiki requires a java container (such as Tomcat) to run. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gaëtan GUYODO Sent: 09 January

Re: [xwiki-users] Blog/Clone

2008-01-08 Thread Esbach, Brandon
Hi Tim, If you look through Nabble, this has been described a few times before. It's fairly easy to do. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Campbell, Timothy D Sent: 08 January 2008 17:39 To: users@xwiki.org Subject: [xwiki-users]

[xwiki-users] Calendar feature

2008-01-04 Thread Esbach, Brandon
(possbily more for the devs) I've been asked to add more detail to the calendar tool (a simple tooltip with the description for the event)... but I can't seem to find where the table is built up from. Is it not modifiable (without rewriting core wiki modules I mean)? And if not, is there a way

Re: [xwiki-users] Calendar feature

2008-01-04 Thread Esbach, Brandon
: [xwiki-users] Calendar feature Esbach, Brandon wrote: (possbily more for the devs) I've been asked to add more detail to the calendar tool (a simple tooltip with the description for the event)... but I can't seem to find where the table is built up from. Is it not modifiable (without

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

2008-01-03 Thread Esbach, Brandon
Hi Guys, Thanks for giving the main bugs attention (well, the main one's I saw in any case) :-) Is the file uploaded completely? I get a ~300kb corrupt file on downloading From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Massol Sent: 03

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

2008-01-03 Thread Esbach, Brandon
-users] [ANN] XWiki Enterprise 1.2 RC2 Released On Jan 3, 2008, at 5:54 PM, Esbach, Brandon wrote: Hi Guys, Thanks for giving the main bugs attention (well, the main one's I saw in any case) :-) Is the file uploaded completely? I get a ~300kb corrupt

Re: [xwiki-users] FW: Scheduler

2007-12-20 Thread Esbach, Brandon
AFAIK a stub context is passed to the job. You should be able to call $xwiki. (need confirmation) This is kinda crucial, especially if I want the scheduler to actually do anything in the wiki. In my case, I'm going to be leaning on another groovy script (using parseGroovyFromPage) in order to use

Re: [xwiki-users] FW: Scheduler

2007-12-20 Thread Esbach, Brandon
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Esbach, Brandon Sent: 20 December 2007 09:45 To: XWiki Users Subject: Re: [xwiki-users] FW: Scheduler AFAIK a stub context is passed to the job. You should be able to call $xwiki. (need confirmation) This is kinda

Re: [xwiki-users] Preview not working

2007-12-20 Thread Esbach, Brandon
Preview's working fine here. Looks like you have attachments in the document (not saying that's a problem, but could be linked to the attachment). Have you tried with a document that has no attachments? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[xwiki-users] Documentation?

2007-12-19 Thread Esbach, Brandon
Hi all, Probably missing the link somewhere, but I can't seem to find any links for the documentation on the xwiki.org site? Brandon Esbach Software Engineer Wireless Systems Segment Tyco Electronics 4 Eastgate Road Eastgate Little Island Co. Cork Ireland Tel: +353-21-4808305 Email:

[xwiki-users] FW: Scheduler

2007-12-19 Thread Esbach, Brandon
Hi All, A few queries that I've split up to make it easier to make use of in Nabble for future reference. 1) What language is used in the scheduler script? I would assume it's running either velocity or groovy within the xwiki engine? 2) Are $xwiki and $context available to the script?

Re: [xwiki-users] Documentation?

2007-12-19 Thread Esbach, Brandon
documentation you click on XWiki Enterprise that go to http://enterprise.xwiki.org/xwiki/bin/view/Main/ where you find a Quick Links panel containing documentation.for XE. 2007/12/19, Esbach, Brandon [EMAIL PROTECTED]: Hi all, Probably missing the link somewhere, but I can't seem to find

[xwiki-users] Recycle Bin

2007-12-19 Thread Esbach, Brandon
I noticed the addition of this feature a little while back (good idea guys :) ). I don't seem to have any way to list the recycle bin though, in order to either clear it, or confirm deletions after browsing away from the page you get after deleting a page. Is this detail available in some way?

Re: [xwiki-users] Documentation?

2007-12-19 Thread Esbach, Brandon
] Documentation? On Dec 19, 2007, at 2:06 PM, Esbach, Brandon wrote: I'd have to suggest though that it's not as intuitive as it once was. I'd agree but that doesn't bother me since xwiki isn't what it used to be. Even the previous xwiki.org wasn't as intuitive as xwiki was when everything was fitting

[xwiki-users] 1.2rc1: Exceptions on delete

2007-12-19 Thread Esbach, Brandon
Getting these exceptions when I try delete certain documents: Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Invocation of method 'searchDocuments' in class com.xpn.xwiki.api.XWiki threw exception com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception while

Re: [xwiki-users] rights of current user

2007-12-18 Thread Esbach, Brandon
I try to use groups to determine my rights wherever possible, so for me I just do a check on the user's group membership. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bjørnar Libæk Sent: 18 December 2007 09:32 To: XWiki Users Subject: Re:

[xwiki-users] Can't set permissions

2007-12-18 Thread Esbach, Brandon
Permission setting results in the following (this example is for a particular space): Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Invocation of method 'getSpaces' in class com.xpn.xwiki.api.XWiki threw exception com.xpn.xwiki.XWikiException: Error number 3223 in 3:

Re: [xwiki-users] Hardware Requirements

2007-12-17 Thread Esbach, Brandon
This comes up often, and it's really a good point in XWiki's favour - it runs on practically anything that will run the needed server components. I've had xwiki running in a virtual environment happily for months; under 1gb RAM and a sliver of hdd space. Boils down really, to your database and

Re: [xwiki-users] Hardware Requirements

2007-12-17 Thread Esbach, Brandon
Users Subject: Re: [xwiki-users] Hardware Requirements Hi Brandon, Thank you for your help!! could you please tell me a possible configuration for a thousand users with tomcat and mysql?? Thank you in advice! - Messaggio originale - Da: Esbach, Brandon [EMAIL PROTECTED] A: XWiki Users

Re: [xwiki-users] User Authentication

2007-12-17 Thread Esbach, Brandon
Set the Guest user to not have view permissions in Global Rights tab. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Bird Sent: 17 December 2007 16:49 To: users@xwiki.org Subject: [xwiki-users] User Authentication Hello, I am

Re: [xwiki-users] Upgrade process - 1.2rc1 from 1.1RC1

2007-12-12 Thread Esbach, Brandon
the indexes weren't correctly created for your database. Try to manually add them to the xwikircs table, then restart tomcat and see how fast the update process goes. Sergiu Esbach, Brandon wrote: Got a rejection notice, message too long. Shortened to specifics: 16:11:26,511 [_http://ieg08ap02:8080/xwiki

Re: [xwiki-users] Upgrade process - 1.2rc1 from 1.1RC1

2007-12-12 Thread Esbach, Brandon
the process on my test environment, and potentially again if there are many issues raised with the main classes. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Esbach, Brandon Sent: 12 December 2007 09:03 To: XWiki Users Subject: Re: [xwiki-users] Upgrade

Re: [xwiki-users] Upgrading to new 1.2rc1

2007-12-11 Thread Esbach, Brandon
; is this going to be done on every document in the database? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Esbach, Brandon Sent: 11 December 2007 09:37 To: XWiki Users Subject: Re: [xwiki-users] Upgrading to new 1.2rc1 Gonna try reinstalling the MySQL

Re: [xwiki-users] Upgrading to new 1.2rc1

2007-12-11 Thread Esbach, Brandon
December 2007 14:56 To: XWiki Users Subject: Re: [xwiki-users] Upgrading to new 1.2rc1 Esbach, Brandon wrote: Still waiting on the first page to load (hopefully all ok now) --- 14:44:26,415 [http://ieg08ap02:8080/xwiki/bin/view/Main/WebHome] [http-8080-1] INFO bernate.R4359XWIKI1459Migrator

Re: [xwiki-users] Upgrading to new 1.2rc1

2007-12-11 Thread Esbach, Brandon
They're taking 2s each at the moment. Err, let me update that. One document so far taken over 35 mins :(. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Esbach, Brandon Sent: 11 December 2007 15:04 To: XWiki Users Subject: Re: [xwiki-users] Upgrading

[xwiki-users] Upgrading to new 1.2rc1

2007-12-10 Thread Esbach, Brandon
Hi folks, I've been going through an upgrade process to get 1.2rc1 testing underway; but I can't seem to get the xwiki database correctly updated. So far I've run down the usual avenues: * Added the connector for mysql. * Setup the hibernate.cfg.xml as defined. * Granted

Re: [xwiki-users] Hosted wiki - sending email

2007-11-21 Thread Esbach, Brandon
Hi Rafaello, Is there any way to configure this? I need to let my users know whether it's likely to work or not. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Esbach, Brandon Sent: 20 November 2007 15:43 To: XWiki Users Subject: Re: [xwiki-users

[xwiki-users] $xwiki.calendar.getHTMLCalendar

2007-11-21 Thread Esbach, Brandon
Hi all, Having trouble finding documentation on this, there is no mention in the xwiki api documentation (none that I can find at least) The idea is to add a tootip of the description field to the item's entry so that a user can look at the calendar, hover over a users' name and get the

[xwiki-users] Hosted wiki - sending email

2007-11-20 Thread Esbach, Brandon
Hi all, We've recently had a request for notifications on our hosted wiki; from the API documentation this should work (no errors are returned either when I call $xwiki.sendMessage). Problem is, I suspect either the message sending needs a specific configuration or sending is otherwise blocked

Re: [xwiki-users] Hosted wiki - sending email

2007-11-20 Thread Esbach, Brandon
Hi Raffaello, It's tycoelectronics.xwiki.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Raffaello Pelagalli Sent: 20 November 2007 15:34 To: XWiki Users Subject: Re: [xwiki-users] Hosted wiki - sending email Esbach, Brandon [EMAIL PROTECTED] writes

Re: [xwiki-users] Attachment link with target

2007-11-08 Thread Esbach, Brandon
Yes, you have this option with the other link (you would need to have attached the document already though I think). You have to supply a target in plaintext. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Flügge Sent: 08 November 2007

Re: [xwiki-users] Access rights on XWiki space

2007-11-02 Thread Esbach, Brandon
The way I have it setup is, by default users have only view permissions to the XWiki space; and all new XWiki tools are written into their own space so that they're protected at space level. Admin tools (my automated group assignment for example) I have a specific space for and have that space

Re: [xwiki-users] Adding a document in XWiki.org

2007-11-02 Thread Esbach, Brandon
Esbach, Brandon wrote: Xwiki.org sandbox: you don't normally get programming rights (admin rights don't guarantee programming rights on the .org sites). Someone on the xwiki team will have to open and save the page for you in order to test it. Thanks

Re: [xwiki-users] Adding a document in XWiki.org

2007-11-01 Thread Esbach, Brandon
First thing to check: Are you logged in as admin or a standard user? And do you definitely have programming rights if you're a standard user? Second thing to check: Could be an older version of Groovy in xwiki than what you're testing with in your scripts. I know this sort of scripting

Re: [xwiki-users] Page not loading

2007-11-01 Thread Esbach, Brandon
You can go to the history view.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of goldring, richard Sent: 01 November 2007 15:08 To: 'XWiki Users' Subject: [xwiki-users] Page not loading Anyone, My page (WebHome) is not loading - possibly because of

Re: [xwiki-users] Sample Groovy Code

2007-10-31 Thread Esbach, Brandon
The Xwiki system has it's own internal database structure; called using $xwiki.search(type_hql_here). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Massol Sent: 31 October 2007 07:01 To: XWiki Users Subject: Re: [xwiki-users] Sample Groovy

Re: [xwiki-users] Parsing textbox data

2007-10-31 Thread Esbach, Brandon
Check that you're using correct case as well. Also, you will need to be careful with quote marks, as these need to be escaped by putting two together before sending into a sql query - so for example, O'Hara Airport should read O''Hara Airport when added to a sql statement. -Original

Re: [xwiki-users] isUserInGroup

2007-10-26 Thread Esbach, Brandon
Make sure to add in the space, otherwise it won't know what group you're referring to: $user.isUserInGroup(XWikiAdminGroup) should read $user.isUserInGroup(XWiki.XWikiAdminGroup). Note that there is an easier way to get admin rights though; by using hasAdminRights(). Otherwise use the

Re: [xwiki-users] Shifting to a new computer

2007-10-23 Thread Esbach, Brandon
I usally do it the long way round: 1) Disable tomcat/other-java-container 2) Full backup of database. MySQL has this feature as part of it's admin gui. 3) Move xwiki folder from the old tomcat server to the new one. Make sure tomcat is disabled on new server. 4) Restore database to the new

Re: [xwiki-users] Virtual Instance

2007-10-22 Thread Esbach, Brandon
Hi Tim, Could you outline what's happening? Are you getting any wiki at all, or perhaps just an error? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Campbell, Timothy D Sent: 22 October 2007 17:36 To: XWiki Users Subject: Virtual Instance

Re: [xwiki-users] Help on upgrade from 0.9.853

2007-10-02 Thread Esbach, Brandon
Your best bet really is to follow the release notes. These document the upgrade path fairly well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Víctor A. Rodríguez Sent: 02 October 2007 13:38 To: users@xwiki.org Subject: [xwiki-users] Help on

Re: [xwiki-users] Backlinks in XWiki 1.1

2007-09-28 Thread Esbach, Brandon
It would be cool to have a console in the wiki for such commands. Actually.. I think it would be relatively easy to implement, using form submission to an existing page. Hmm.. Will take a look and add to the Code section if I can get it working nicely. -Original Message- From: [EMAIL

Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-26 Thread Esbach, Brandon
Hi, * Redirect the user to a certain initial page when they login? Be careful with this sort of configuration. While you could do it, it's not really a good idea, for example if the link is emailed; or if your user creates a bookmark for a specific topic. I can't count the amount of times I

[xwiki-users] Tomcat and Windows2003

2007-09-24 Thread Esbach, Brandon
Hi All, We've just had an issue on our main produciton servers that has resulted in an effectively fresh windows 2003 installation for our Xwiki services - the problem is, tomcat has some needed configs that I cannot seem to recall at this point. Pretty much what happens is that the server

Re: [xwiki-users] [ANN] XWiki Enterprise Manager 1.0 Milestone 1Released

2007-09-21 Thread Esbach, Brandon
Clarification: If I read right, the manager tool is installed as a separate wiki? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Massol Sent: 20 September 2007 17:03 To: XWiki Developers; XWiki Users Subject: [xwiki-users] [ANN] XWiki

Re: [xwiki-users] [ANN] XWiki Enterprise Manager1.0Milestone1Released

2007-09-21 Thread Esbach, Brandon
need to register plugins in xwiki.cfg in xwiki.plugins field, for WikiManager it is com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin. 2007/9/21, Esbach, Brandon [EMAIL PROTECTED]: Hmm, I have installed the plugin into the web-inf/lib folder, and installed both xar apps - but I get the following

Re: [xwiki-users] [ANN] XWiki EnterpriseManager1.0Milestone1Released

2007-09-21 Thread Esbach, Brandon
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Massol Sent: 21 September 2007 14:21 To: XWiki Users Subject: Re: [xwiki-users] [ANN] XWiki EnterpriseManager1.0Milestone1Released Brandon, On Sep 21, 2007, at 3:17 PM, Esbach, Brandon wrote: Makes sense, although I get an error now

Re: [xwiki-users] Spam attack...register new user

2007-09-10 Thread Esbach, Brandon
Well, I must admit, spammers and ther ilk certainly show a lot of tenacity. While it's true that nobody but them will see their adds, I doubt they care - usually it's how many, how fast, and not how many would buy that pays. There is a comment permission which you can lock down though; but I was