Hi!
What is the SQL query to get all XWiki spaces? I need this to get
them sorted, because $xwiki.spaces doesn't sort spaces by name.
Ar cieņu, Mihails
Hi All,
I have hosted the Xwiki 1.4 on one of my servers, I am able to access the
login page from intranet, when I try to access the login page from internet
it shows http 403 error.
This server is exposed to internet through ISA server (which is not under my
control), so I am not sure what is the problem. Please help me.
Thanks,
Vinod
I have installed xwiki 1.1.2 and using mysql database.
when I am trying to start the application I am getting the following error.
18:36:06.453 WARN!! [P1-19]
org.mortbay.jetty.servlet.ServletHandler.handle(Se
letHandler.java:618) >11> Error for /xwiki/bin/view/Main/WebHome
java.lang.NoSuchMethodError:
com.xpn.xwiki.doc.XWikiDocument.setMinorEdit(Z)V
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.prepareJobStubContex
SchedulerPlugin.java:195)
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(Schedule
lugin.java:331)
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.restoreExistingJobs(
hedulerPlugin.java:280)
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.init(SchedulerPlugin
ava:128)
at
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManag
.java:130)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManage
java:69)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManag
.java:95)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:754)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:708)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:611)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:238)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:397)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:94)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Requ
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1
6)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414
at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilte
WebApplicationHandler.java:830)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterE
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilte
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplica
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicati
Context.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.jav
244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Please help me to solve the problem.
Mailto: shruti.modi(a)tcs.com
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Is it possible to use the User List property in a query?
For some reason I can't seem to get it to return in a query (other property
types I use eg numerics/strings/dblist I can return with their respective
type). Is it perhaps stored as a different type to StringProperty? If so,
what is it's type (and is there any "gotcha's" to using it in a query)?
On 1.4.1 I've been noticing some odd results from the wysiwyg.
When editing, some folks have found that data is "lost" (it's actually
there, but because the wysiwyg editor didn't render the text, on next
edit+save combination the text is lost perminantly).
Also, at random times:
--bullet points are moving about (next line, previous line, etc when it's
showing as on the right line in edit mode.
--A textbox gets put around the text, making it harder to edit (only way I
can explain it, it's like in Word when you put a textbox into the document).
I'm still trying to lock down a repeatable case around those two.
The really sick part, is that when you're in edit mode it always "kinda"
looks right. Not quite, depending on the text, but almost. I am still
trying to reproduce some other issues I've been informed of, which have a
lower priority at this point.
Using Firebug reveals a bunch of inserted <div>'s at each bullet point ONLY
under certain conditions (for example, when you select text and bullet it
without starting from "fresh") - removing these <div> tags (again, with
firebug) shows that they're causing the majority of bullet point issues.
1: Is this perhaps why we are losing data as well? Random tags getting put
in that are hidden - and then when the wysiwyg editor tries to render it as
wikitext, it doesn't "see" that text?
2: Failing all else, how do I return to v1.1 wysiwyg editor? As it stands,
I have a blanket refusal by users to use the wiki system until this is
resolved - rolling back to an older released version is not really an
option, if we can roll back the wysiwyg editor and the problems it is
causing, I could salvage the bulk of issues.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I studied the todo example in the "The Server Side" article
(http://www.theserverside.com/tt/articles/article.tss?l=XWiki).
In this example, every todo item is represented by a separate page with
an associated object. Every todo item has to have a different name.
There is an example of a page that shows a table with all todo items,
and allowing to add new items.
Is it also possible to write a page listing all items and a second
generic page for editing a single selectable todo item, e.g. with a
parameter in the URL?
Thank you
Matthias Albert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIaFuT99dNHzj143ARAsHDAKCDxAvxEkZZlPaH6dkjEoHfZYjPcQCeK5VT
D1noge4kAzSpcf8uOPM6Tls=
=kkKG
-----END PGP SIGNATURE-----
Hi Florian,
Once again after trying a lot I was successful to solve the problem. In the
> admin console there is an own part to change the panel spaces. I didn´t
> find
> this in the documentation.
>
Great to see you're not giving up in front of adversity ;-)
The panel wizard for spaces got introduced only a few days ago with the
administration overhaul. It would be great if you could document it on
XWiki.org now that you found about it...
Guillaume
>
> Greetings,
> Florian
>
> -----Ursprüngliche Nachricht-----
> Von: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag
> von
> Florian Rhomberg
> Gesendet: Samstag, 28. Juni 2008 00:17
> An: 'XWiki Users'
> Betreff: Re: [xwiki-users] Problem with Spaces
>
> Hi!
> A lot of thanks to you and also to Vincent, it worked perfectly even it is
> a
> little bit time-consuming to delete every page manually, I had not enough
> time to test the script, I will do this tomorrow.
>
> I think I was wrong with the second question. I have insert the panel
> "Spaces" on the right site of the page. There I can see all spaces. How can
> I change it, that some spaces are not shown there? I want that spaces like
> XWiki, Panels, Stats are not view and accessible for other users than
> admin.
> As far as I found out I have to do this by configuring the navigation panel
> (see /xwiki/bin/inline/Panels/Navigation). I am not familiar actually with
> the conf code of xwiki. Perhaps someone can give me a tip.
>
> Thanks a lot,
> Florian
>
> -----Ursprüngliche Nachricht-----
> Von: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag
> von
> Vincent Massol
> Gesendet: Freitag, 27. Juni 2008 22:12
> An: XWiki Users
> Betreff: Re: [xwiki-users] Problem with Spaces
>
>
> On Jun 27, 2008, at 9:35 PM, Florian Rhomberg wrote:
>
> > Hi!
> > I hope someone can help me. I have troubles with spaces. I installed
> > after
> > the installation xar. This file creates different spaces: XWiki,
> > Scheduler,
> > Blog, Panels, Stats, Photos, Sandbox and Main. Now I have two
> > questions:
> >
> > 1. How can I delete spaces? I removed all content from Sandbox and
> > Scheduler
> > and want to remove this spaces, but I do not know how.
>
> You have to delete all files in a space to delete it. This can be done
> manually or using a script,
> see http://code.xwiki.org/xwiki/bin/view/Snippets/DeleteSpaceSnippet
>
> Don't forget to delete the WebHome page in the space.
>
> > 2. How can I modify the navigation panel that XWiki, which is
> > necessare for
> > running the wiki, as well as Blog, Panels,Stats, Photos are hidden. I
> > removed the comment line from $hiddenSpaces and tried several thigs
> > in the
> > navigation but I was not successful!
>
> To modify it, just edit it. Go to the Panels space (Panels.WebHome)
> for example or use the Panel Wizard and edit the panel you want.
>
> Thanks
> -Vincent
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
http://wikibc.blogspot.com/
Once again after trying a lot I was successful to solve the problem. In the
admin console there is an own part to change the panel spaces. I didn´t find
this in the documentation.
Greetings,
Florian
-----Ursprüngliche Nachricht-----
Von: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag von
Florian Rhomberg
Gesendet: Samstag, 28. Juni 2008 00:17
An: 'XWiki Users'
Betreff: Re: [xwiki-users] Problem with Spaces
Hi!
A lot of thanks to you and also to Vincent, it worked perfectly even it is a
little bit time-consuming to delete every page manually, I had not enough
time to test the script, I will do this tomorrow.
I think I was wrong with the second question. I have insert the panel
"Spaces" on the right site of the page. There I can see all spaces. How can
I change it, that some spaces are not shown there? I want that spaces like
XWiki, Panels, Stats are not view and accessible for other users than admin.
As far as I found out I have to do this by configuring the navigation panel
(see /xwiki/bin/inline/Panels/Navigation). I am not familiar actually with
the conf code of xwiki. Perhaps someone can give me a tip.
Thanks a lot,
Florian
-----Ursprüngliche Nachricht-----
Von: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag von
Vincent Massol
Gesendet: Freitag, 27. Juni 2008 22:12
An: XWiki Users
Betreff: Re: [xwiki-users] Problem with Spaces
On Jun 27, 2008, at 9:35 PM, Florian Rhomberg wrote:
> Hi!
> I hope someone can help me. I have troubles with spaces. I installed
> after
> the installation xar. This file creates different spaces: XWiki,
> Scheduler,
> Blog, Panels, Stats, Photos, Sandbox and Main. Now I have two
> questions:
>
> 1. How can I delete spaces? I removed all content from Sandbox and
> Scheduler
> and want to remove this spaces, but I do not know how.
You have to delete all files in a space to delete it. This can be done
manually or using a script,
see http://code.xwiki.org/xwiki/bin/view/Snippets/DeleteSpaceSnippet
Don't forget to delete the WebHome page in the space.
> 2. How can I modify the navigation panel that XWiki, which is
> necessare for
> running the wiki, as well as Blog, Panels,Stats, Photos are hidden. I
> removed the comment line from $hiddenSpaces and tried several thigs
> in the
> navigation but I was not successful!
To modify it, just edit it. Go to the Panels space (Panels.WebHome)
for example or use the Panel Wizard and edit the panel you want.
Thanks
-Vincent
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
I have installed xwiki 1.2.1 enterprize edition & using mysql 5.0
I am unable to login as admin.I have tried userName: Admin & password as
admin
But it says me wrong user name..
May be I have deleted some file.
Can some one help me with it.
Thanks in advance.
Mailto: shruti.modi(a)tcs.com
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you