Re: [xwiki-users] Xwiki 3.2+ broken with PostgreSQL

2012-01-12 Thread Mike Jakubik
On Thu, 2012-01-12 at 11:58 +0100, Vincent Massol wrote:
> Actually found a better solution as described on 
> https://community.jboss.org/wiki/HibernateCoreMigrationGuide36
> 
> Don't change xwiki.hbm.xml but instead add the following in your 
> hibernate.cfg.xml:
> 
> false
> 
> Let me know how it goes.
> 
> Thanks
> -Vincent

Vincent,

Thanks for the info, I'll try this later and let you know.

Thanks.

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


[xwiki-users] Xwiki 3.2+ broken with PostgreSQL

2012-01-11 Thread Mike Jakubik
Hello,

I decided to upgrade my xwiki from 3.1 to 3.3 today, only to find out
that since 3.2 postgresql support in the wiki is broken. That's two
stable releases that have this problem, is this being worked on or is
postgresql support dead?

Below is the error, searching around i see other people complaining
about this, but no fix.

Thanks.

---
exception

javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document xwiki:XWiki.XWikiUsers
Wrapped Exception: Error number 3211 in 3: Exception while updating
archive XWiki.XWikiUsers
Wrapped Exception: Error number 0 in 3: Exception while hibernate
execute
Wrapped Exception: could not load an entity:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#component[docId,version1,version2]{docId=495778886,
 version2=1, version1=4}]

org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)

org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)

com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)

org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)

org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)

root cause

com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize
main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document xwiki:XWiki.XWikiUsers
Wrapped Exception: Error number 3211 in 3: Exception while updating
archive XWiki.XWikiUsers
Wrapped Exception: Error number 0 in 3: Exception while hibernate
execute
Wrapped Exception: could not load an entity:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#component[docId,version1,version2]{docId=495778886,
 version2=1, version1=4}]
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:419)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:488)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)

org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)

com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)

org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)

org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)


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


Re: [xwiki-users] Unknown macro after upgrade

2011-01-12 Thread Mike Jakubik
On Wed, 2011-01-12 at 11:10 +0100, Vincent Massol wrote:

> I know nobody reads the Release Notes but it's a good read :)
> (since XWiki.org is down I can't verify it's in the release notes but I'm 
> pretty sure I put it there - just don't remember in which one for which 
> version).
> 
> So the solution is to edit XWiki.XWikiPreferences, change the syntax to 2.0 
> (don't do the auto conversion when asked) and replace #include* by {{include 
> document="..."/}}.


I usually do, but missed this since i was upgrading from a much older
version. In any case i found the procedure, the pre tags are now gone.

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


Re: [xwiki-users] Unknown macro after upgrade

2011-01-11 Thread Mike Jakubik
On Wed, 2011-01-12 at 00:49 +0100, Sergiu Dumitriu wrote:

> On 01/11/2011 11:28 PM, Mike Jakubik wrote:
> > On Tue, 2011-01-11 at 16:19 -0500, Mike Jakubik wrote:
> >
> >> Hello,
> >>
> >> I just upgraded from 2.3 to 2.7, after importing the new XAR the Main
> >> space is showing "Unknown macro: activity, spaces, and tagcloud". Whats
> >> going on here? I imported everything from the new XAR. Also as a side
> >> note, all of the Wiki Preferences  pages are showing a "" in
> >> the content.
> >>
> >> Thanks.
> >
> >
> > This seems to be the result of the following bug.
> >
> > http://jira.xwiki.org/jira/browse/XWIKI-5668
> >
> > I had to add the default Admin to my wiki and re-import the XAR to fix
> > this. However the mysterious  tags remain.
> 
> The  comes from the fact that the old preferences documents were 
> created in syntax xwiki/1.0, while the administration application 
> (included sheets) are now in syntax xwiki/2.0.
> 


Thanks for the info, but shouldn’t  importing the new XAR bring in the
new pref documents? How can i fix this?

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


Re: [xwiki-users] Unknown macro after upgrade

2011-01-11 Thread Mike Jakubik
On Tue, 2011-01-11 at 16:19 -0500, Mike Jakubik wrote:

> Hello,
> 
> I just upgraded from 2.3 to 2.7, after importing the new XAR the Main
> space is showing "Unknown macro: activity, spaces, and tagcloud". Whats
> going on here? I imported everything from the new XAR. Also as a side
> note, all of the Wiki Preferences  pages are showing a "" in
> the content.
> 
> Thanks.


This seems to be the result of the following bug.

http://jira.xwiki.org/jira/browse/XWIKI-5668

I had to add the default Admin to my wiki and re-import the XAR to fix
this. However the mysterious  tags remain.

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


[xwiki-users] Unknown macro after upgrade

2011-01-11 Thread Mike Jakubik
Hello,

I just upgraded from 2.3 to 2.7, after importing the new XAR the Main
space is showing "Unknown macro: activity, spaces, and tagcloud". Whats
going on here? I imported everything from the new XAR. Also as a side
note, all of the Wiki Preferences  pages are showing a "" in
the content.

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


Re: [xwiki-users] Auto Reply: Re: Bad HQL queries

2010-07-23 Thread Mike Jakubik
You setup a vacation message on a maillist? honestly..

On 7/22/2010 6:41 PM, jim.grisan...@oracle.com wrote:
> I'm out of the office from July 14 to July 29. For questions about 
> opensolaris.org, send mail to website-ad...@opensolaris.org.
>
> Jim
> ___
> 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] Permission problems after XAR import

2010-06-15 Thread Mike Jakubik
On 6/14/2010 6:14 PM, Caleb James DeLisle wrote:
>
> To get this working simply edit XWiki.RegistrationConfig and 
> AnnotationCode.AnnotationConfig
> so they are saved with your user name.
>

Thanks for the help guys, that fixed the problem.

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


[xwiki-users] Permission problems after XAR import

2010-06-14 Thread Mike Jakubik
Hi,

I've recently updated my Xwiki using the same process as always, however 
some Administration pages are showing the following error at the bottom now.

---
Customize XWiki.RegistrationConfig:

This configuration cannot be displayed because it was last edited by 
Admin who doesn't have permission to edit this page.
---

---
Annotations

Customize AnnotationCode.AnnotationConfig:

This configuration cannot be displayed because it was last edited by 
Admin who doesn't have permission to edit this page.
---

There is no user Admin, so i'm not sure where it's getting this from. My 
account is the only Admin in the wiki. Is the import process somehow 
trying to use "Admin" ?

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


Re: [xwiki-users] Problem with WYSIWYG editor and blog

2009-06-22 Thread Mike Jakubik
I am also experiencing the same problem, the WYSIWYG editor is broken on 
most current browsers that i tested with (IE8 and Safari 4). 
Unfortunately your suggestion did not fix it for me. Does anyone have a 
fix for this?


P.S. I attached my web.xml.

Brett Bergquist wrote:
I figured the first problem out.  The "web.xml" is specifying filter 
"dispatcher" elements but these are not valid for Servlet 2.3 
specification.  This comes with Servlet 2.4 specification.  So I change 
web.xml to read:



http://java.sun.com/xml/ns/j2ee";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="..."
  version="2.4">

and removed the DOCTYPE and now the wysiwyg editor is working correctly. 

Now for the blog problem.   This appears to have something to do with 
forward only scroll insensitive cursors and probably issuing a 
"resultSet.first" or something similar which is trying position a 
cursor.  From the server log:


[#|2009-06-13T11:32:21.046-0400|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|2009-06-13 
11:32:21,046 [http://192.169.1.6:8080/xwiki/bin/view/Blog/] 
[httpSSLWorkerThread-8080-0] ERROR util.JDBCExceptionReporter  - 
This method should only be called on ResultSet objects that are 
scrollable (type TYPE_SCROLL_INSENSITIVE).

|#]

This might have something to do with the why hibernate is creating the 
result set.  I could try to figure it out, but I am having problems 
trying to figure out what source code to pull out.  I tried with SVC and 
pull out all but I ended up downloading all of the branches, all of the 
tags, etc. before I killed it.  So if you could point me in the right 
direction with the SVN repository command to pull down, I could give it 
a look.


Thanks again for the help.

Brett

Ludovic Dubost wrote:
  

Brett M. Bergquist a écrit :
  


Environment:

* Glassfish 2.1ur2
* Windows XP
* Apache Derby 10.4
* XWiki Enterprise 1.9.21179

--
I just installed this and got it up and running. I downloaded and installed:
xwiki-enterprise-wiki-1.9.xar

When I try to use the WYSIWYG editor in Firefox 3, it comes up okay, but
when I preview or save my pages, the page shows the HTML code, and not
the wiki code. That is, I see something like this:

testHeading 1test
againabcdef


  

This shows the conversion mecanism is not triggered or failed. There is
a filter for that in the web.xml.
Maybe this is linked with the Glassfish config althout be have it
working on Sun App Server env in one case.
  


in the page instead of the paragraph, heading, etc. If I don't use the
WYSIWYG editor, it works fine. Any ideas of what I might have done wrong?

With IE 8, the WYSIWYG editor toolbar is just a bunch of mashed up icons
also.


  

We haven't done any IE8 testing yet. Any feedback on what's
working/failing would be great besides the icon issue. A bug report on
jira.xwiki.org would be cool

  


--
Also, if I hit on the "Blog" link, I get an error:

Error number 4001 in 4: Error while parsing velocity page Blog.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home



  

This one is probably due to a derby incompatibility of the query. Your
exception should give the exact failure to run the query which we don't
see in this log

Thanks for the bug reports

Ludovic

  


Any ideas on this one?

So far, I really like what I see however1

Brett

Error number 4001 in 4: Error while parsing velocity page Blog.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home 

com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing 
velocity page Blog.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home 

  at 
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:114)
  at 
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85)
  at 
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272)
  at 
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202)
  at com.xpn.xwiki.XWiki.include(XWiki.java:3864)
  at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1404)
  at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1364)
  at sun.reflect.GeneratedMethodAccessor282.invoke(Unknown Source)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
  at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
  at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
  at 
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)

Re: [xwiki-users] Updated from 1.8 to 1.9, but don't see new features.

2009-06-22 Thread Mike Jakubik
Ok, my bad. These changes are apparently only to the WIKI editor not the 
WYSIWYG. But that leaves one wondering why the new pretty icons were not 
put on the other editor?

Mike Jakubik wrote:
> Hello,
>
> I have just performed an update from 1.8 to 1.9, loaded the new 1.9 xar, 
> but i do not see the new features as described in the release notes. The 
> wysiwyg editor does not have the auto save function nor does it have the 
> new icons. Do any other steps need to be performed to fully upgrade?
>
> Thanks.
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>   

-- 
Intertainservices
4101 Yonge St., Suite 506
Toronto, Ontario, M2P 1N6

Phone:  +1 416 225-8475 x303
Fax:  +1 416 535 9094
Cell:  +1 416 562 5378
E-mail:   mike.jaku...@intertainservices.com

This message, including any attachments, is privileged and may contain 
confidential information intended only for the person(s) named above. Any other 
distribution, copying or disclosure is strictly prohibited.  If you are not the 
intended recipient or have received this message in error, please notify me 
immediately by reply email and permanently delete the original transmission, 
including any attachments, without making a copy.

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


[xwiki-users] Updated from 1.8 to 1.9, but don't see new features.

2009-06-22 Thread Mike Jakubik
Hello,

I have just performed an update from 1.8 to 1.9, loaded the new 1.9 xar, 
but i do not see the new features as described in the release notes. The 
wysiwyg editor does not have the auto save function nor does it have the 
new icons. Do any other steps need to be performed to fully upgrade?

Thanks.

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


Re: [xwiki-users] Webhome specific quicklinks

2009-04-23 Thread Mike Jakubik
Guillaume Lerouge wrote:
> Sur. You can set panels at the space level (look at the top right of your
> page -> hover on Administration -> administrate space)
>
>1. Create a new QuickLinksSpace1 panel from http://
>/xwiki/bin/view/Panels/WebHome
>2. Go to the WebHome page of your space
>3. Click on administrate space
>4. Click on the panel wizard icon
>5. Replace the current QuickLinks panels with yours
>6. Save the layout
>7. You're done!
>
> Let me know how this works,
>
> Guillaume

Perfect, thank you!

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


Re: [xwiki-users] Moving spaces and their contents

2009-04-23 Thread Mike Jakubik
Thanks, ill give that a try.

Ed Callahan wrote:
> We've been making copies of spaces via export for documentation translation.
> We export the space, explode the xar, edit the package.xml and run a
> find/replace on the contents to the new space name before
> re-packing/importing back in. This generally works well preserving
> relations, etc within the content.
> In your case you would want to delete the old space, of course.
>
> Hope this is helpful.
>
> -EdC
>
> http://dev.wavemaker.com/wiki/
>
>
>
>   
>> Message: 6
>> Date: Wed, 22 Apr 2009 13:33:05 -0400
>> From: Mike Jakubik 
>> Subject: Re: [xwiki-users] Moving spaces and their contents
>> To: XWiki Users 
>> Message-ID: <49ef54d1.80...@intertainservices.com>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>> This is already built in to the core wiki, and does not do what i need.
>>
>> hel-o wrote:
>> 
>>> Mayby this could help:
>>>
>>> http://code.xwiki.org/xwiki/bin/view/Snippets/RenameSpacePageSnippet
>>>
>>> hel.
>>>
>>>
>>> Mike Jakubik wrote:
>>>
>>>   
>>>> Hello,
>>>>
>>>> I am trying to move a space and all it's children pages to a different
>>>> space, which already exists and has content. If i move the space
>>>> Webhome1 to Webhome2 the contents of Webhome1 will become orphaned. Is
>>>> this possible without having to rename/move each page manually?
>>>>
>>>> view/Webhome1/*  ->  view/Webhome2/Webhome1/*
>>>>
>>>> Thanks.
>>>>
>>>> --
>>>> Intertainservices
>>>> 4101 Yonge St., Suite 506
>>>> Toronto, Ontario, M2P 1N6
>>>>
>>>> Phone:  +1 416 225-8475 x303
>>>> Fax:  +1 416 535 9094
>>>> Cell:  +1 416 562 5378
>>>> E-mail:   mike.jaku...@intertainservices.com
>>>>
>>>> This message, including any attachments, is privileged and may contain
>>>> confidential information intended only for the person(s) named above.
>>>> 
>> Any
>> 
>>>> other distribution, copying or disclosure is strictly prohibited.  If
>>>> 
>> you
>> 
>>>> are not the intended recipient or have received this message in error,
>>>> please notify me immediately by reply email and permanently delete the
>>>> original transmission, including any attachments, without making a copy.
>>>>
>>>> ___
>>>> users mailing list
>>>> users@xwiki.org
>>>> http://lists.xwiki.org/mailman/listinfo/users
>>>>
>>>>
>>>>
>>>> 
>>> -
>>> 
>>> h...@hel.at
>>>
>>>
>>>   
>> --
>> Intertainservices
>> 4101 Yonge St., Suite 506
>> Toronto, Ontario, M2P 1N6
>>
>> Phone:  +1 416 225-8475 x303
>> Fax:  +1 416 535 9094
>> Cell:  +1 416 562 5378
>> E-mail:   mike.jaku...@intertainservices.com
>>
>> This message, including any attachments, is privileged and may contain
>> confidential information intended only for the person(s) named above. Any
>> other distribution, copying or disclosure is strictly prohibited.  If you
>> are not the intended recipient or have received this message in error,
>> please notify me immediately by reply email and permanently delete the
>> original transmission, including any attachments, without making a copy.
>>
>>
>> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>   

-- 
Intertainservices
4101 Yonge St., Suite 506
Toronto, Ontario, M2P 1N6

Phone:  +1 416 225-8475 x303
Fax:  +1 416 535 9094
Cell:  +1 416 562 5378
E-mail:   mike.jaku...@intertainservices.com

This message, including any attachments, is privileged and may contain 
confidential information intended only for the person(s) named above. Any other 
distribution, copying or disclosure is strictly prohibited.  If you are not the 
intended recipient or have received this message in error, please notify me 
immediately by reply email and permanently delete the original transmission, 
including any attachments, without making a copy.

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


[xwiki-users] Webhome specific quicklinks

2009-04-22 Thread Mike Jakubik
Hello,

Is there a way to have different quicklinks displayed depending on which 
webhome your in?

Thanks.

-- 
Intertainservices
4101 Yonge St., Suite 506
Toronto, Ontario, M2P 1N6

Phone:  +1 416 225-8475 x303
Fax:  +1 416 535 9094
Cell:  +1 416 562 5378
E-mail:   mike.jaku...@intertainservices.com

This message, including any attachments, is privileged and may contain 
confidential information intended only for the person(s) named above. Any other 
distribution, copying or disclosure is strictly prohibited.  If you are not the 
intended recipient or have received this message in error, please notify me 
immediately by reply email and permanently delete the original transmission, 
including any attachments, without making a copy.

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


Re: [xwiki-users] Moving spaces and their contents

2009-04-22 Thread Mike Jakubik
This is already built in to the core wiki, and does not do what i need.

hel-o wrote:
> Mayby this could help:
>
> http://code.xwiki.org/xwiki/bin/view/Snippets/RenameSpacePageSnippet
>
> hel.
>
>
> Mike Jakubik wrote:
>   
>> Hello,
>>
>> I am trying to move a space and all it's children pages to a different 
>> space, which already exists and has content. If i move the space 
>> Webhome1 to Webhome2 the contents of Webhome1 will become orphaned. Is 
>> this possible without having to rename/move each page manually?
>>
>> view/Webhome1/*  ->  view/Webhome2/Webhome1/*
>>
>> Thanks.
>>
>> -- 
>> Intertainservices
>> 4101 Yonge St., Suite 506
>> Toronto, Ontario, M2P 1N6
>>
>> Phone:  +1 416 225-8475 x303
>> Fax:  +1 416 535 9094
>> Cell:  +1 416 562 5378
>> E-mail:   mike.jaku...@intertainservices.com
>>
>> This message, including any attachments, is privileged and may contain
>> confidential information intended only for the person(s) named above. Any
>> other distribution, copying or disclosure is strictly prohibited.  If you
>> are not the intended recipient or have received this message in error,
>> please notify me immediately by reply email and permanently delete the
>> original transmission, including any attachments, without making a copy.
>>
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>> 
>
>
> -
> 
> h...@hel.at
>
>   

-- 
Intertainservices
4101 Yonge St., Suite 506
Toronto, Ontario, M2P 1N6

Phone:  +1 416 225-8475 x303
Fax:  +1 416 535 9094
Cell:  +1 416 562 5378
E-mail:   mike.jaku...@intertainservices.com

This message, including any attachments, is privileged and may contain 
confidential information intended only for the person(s) named above. Any other 
distribution, copying or disclosure is strictly prohibited.  If you are not the 
intended recipient or have received this message in error, please notify me 
immediately by reply email and permanently delete the original transmission, 
including any attachments, without making a copy.

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


[xwiki-users] Moving spaces and their contents

2009-04-21 Thread Mike Jakubik
Hello,

I am trying to move a space and all it's children pages to a different 
space, which already exists and has content. If i move the space 
Webhome1 to Webhome2 the contents of Webhome1 will become orphaned. Is 
this possible without having to rename/move each page manually?

view/Webhome1/*  ->  view/Webhome2/Webhome1/*

Thanks.

-- 
Intertainservices
4101 Yonge St., Suite 506
Toronto, Ontario, M2P 1N6

Phone:  +1 416 225-8475 x303
Fax:  +1 416 535 9094
Cell:  +1 416 562 5378
E-mail:   mike.jaku...@intertainservices.com

This message, including any attachments, is privileged and may contain 
confidential information intended only for the person(s) named above. Any other 
distribution, copying or disclosure is strictly prohibited.  If you are not the 
intended recipient or have received this message in error, please notify me 
immediately by reply email and permanently delete the original transmission, 
including any attachments, without making a copy.

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


[xwiki-users] 1.6 to 1.8.1 upgrade problems

2009-04-15 Thread Mike Jakubik
Hello,

I have just updated my version 1.6 Xwiki to the latest 1.8.1 and i
imported the new web XAR. The wiki is mostly functioning fine, however
some features are not displaying correctly.

: The calendar no longer displays, instead i get the following code shown:

---
$cparams.put("categories", $rqcategories)

$cview.getHTMLCalendar($cparams, "")
---

: Office imported does not display options correctly, instead i get:

---
xe.officeimporter.import.options

xe.officeimporter.import.filtering
---

: I also see the following error in tomcats log, but i believe this can
be safely ignored.

---
SEVERE: Exception fixing docBase: {0}
java.io.FileNotFoundException:
/usr/local/apache-tomcat6.0/webapps/wiki/META-INF/MANIFEST.MF (No such
file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:179)
---

Any help would be appreciated.

Thanks.

-- 
Intertainservices
4101 Yonge St., Suite 506
Toronto, Ontario, M2P 1N6

Phone:  +1 416 225-8475 x303
Fax:  +1 416 535 9094
Cell:  +1 416 562 5378
E-mail:   mike.jaku...@intertainservices.com

This message, including any attachments, is privileged and may contain 
confidential information intended only for the person(s) named above. 
Any other distribution, copying or disclosure is strictly prohibited. 
If you are not the intended recipient or have received this message in 
error, please notify me immediately by reply email and permanently 
delete the original transmission, including any attachments, without 
making a copy.


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


Re: [xwiki-users] "Prevent unregistered users..." option not working in WikiPreferences > Rights

2008-08-22 Thread Mike Jakubik
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Sergiu Dumitriu
> Sent: Friday, August 22, 2008 9:08 AM
> To: XWiki Users
> Subject: Re: [xwiki-users] "Prevent unregistered users..." option not
> working in WikiPreferences > Rights
> 
> Mike Jakubik wrote:
> > However I am still unable to figure out a way to disable
> registrations.
> > There is no such option and disabling the Register right for the
> > XWikiAllGroup seems to have no effect.
> >
> > Does anyone know how this can be done in 1.5?
> >
> 
> Grant register just to one administrator user, without specifying deny
> to anybody.

Ok, I managed to get it to work now. The problem was that I did not see the
"Unregistered User" user as it is the same color as the header :P Thanks a
lot.


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


Re: [xwiki-users] "Prevent unregistered users..." option not working in WikiPreferences > Rights

2008-08-21 Thread Mike Jakubik
> Mike Jakubik wrote:
> > Hi,
> >
> >
> >
> > I have recently installed version 1.5 (on postgresql) and the
> "Prevent
> > unregistered users from viewing pages,.." options are not selectable.
> I need
> > to setup the Wiki so that it is private and does not accept new
> > registrations. The checkbox fields are not clickable, I have also
> tried a
> > fresh 1.6 install and I get the same behavior. Could someone please
> help me
> > to lock down the Wiki? I have searched for this but all the answers
> and
> > documentation seem to be out of date.
> >
> 
> Those are not standard form elements, just try to click them and wait a
> few seconds. If it doesn't work, make sure you have javascript enabled.
> If it still doesn't work, use the object editor to change those values,
> like:
> 
> http://localhost:8080/xwiki/bin/edit/XWiki/XWikiPreferences?editor=obje
> ct&classname=XWiki.XWikiPreferences
> 
> Look for "Authenticate on edit" and "Authenticated view".


Thank you, that did the job and it also made the buttons functional now.
However I am still unable to figure out a way to disable registrations.
There is no such option and disabling the Register right for the
XWikiAllGroup seems to have no effect.

Does anyone know how this can be done in 1.5?

Thanks.
 

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


[xwiki-users] "Prevent unregistered users..." option not working in WikiPreferences > Rights

2008-08-20 Thread Mike Jakubik
Hi,

 

I have recently installed version 1.5 (on postgresql) and the "Prevent
unregistered users from viewing pages,.." options are not selectable. I need
to setup the Wiki so that it is private and does not accept new
registrations. The checkbox fields are not clickable, I have also tried a
fresh 1.6 install and I get the same behavior. Could someone please help me
to lock down the Wiki? I have searched for this but all the answers and
documentation seem to be out of date.

 

Thank You.

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