Hello,
I followed Ludovic Dubost his Oracle Installation notes. I think that he missed a modification to the xwiki.cfg. In there the xwiki.store.hibernate.path points to the /WEB-INF/hibernate.cfg.hsql.xml instead of /WEB-INF/hibernate.cfg.xml.
I installed it on Oracle Database 10g Enterprise Edition Release 10.2.0.3.0. It seems to work without a problem.
Then I also have a question. Can you define a different port for the Email server? We do not use port 25 and therefor we can not use the Email notification.
Regards,
Marco
Hi,
How can I remove some elements from an existing list(in velocity) in xwiki pages ?
{
Searching the web I found that IteratorTool can be used to remove elements from a list.
ref->http://velocity.apache.org/tools/releases/velocity-tools-1.2/javadoc/index.…
But I am not getting how to use this :(.
}
Thanks and Regards
Roopesh
Hi
In my xwiki, I am displaying the list of documents in a space using the code given below. I want to paginate the listing if the list is very big.
{{{
#foreach($subdoc in $xwiki.getSpaceDocsName("$doc.web"))
- [${subdoc}]
#end
}}}
I came across a macro that does pagination #pagedViewLinks(itemsPerPage totalPages crtPageNumber)
ref -> http://www.xwiki.org/xwiki/bin/view/Code/PagedViewLinksMacro
How can I get this macro work in my case ?
Thanks and Regards
Roopesh
Hi
Is there a way to change the table style? I would like to add a border to
the tables and change the color.
I searched the archives but couldn't find a solution.
Thanks
Shiva
--
View this message in context: http://www.nabble.com/Changing-table-style-tf3647341.html#a10187095
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team team is pleased to announce the
availability of the 1.0 RC 2 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
This release is planned to the last before the final 1.0 release
(unless we find some important bugs in which case there'll be a RC3
release). The 1.0 release is still planned for end of April.
New in this release:
* Several important bugs fixed:
o PDF generation fails if a header text is repeated due to TOC
numbering in headings
o Filter conflict: external links can be rendered two times
o Generated heading id-s are not unique
o Save & Continue button switches you from the Global Rights
tab to the Preferences tab
o Levels and Users properties are saved with an extra empty value
o Fail to import a XAR exported with history
o Calling $xwiki.refreshLinks() do not seem to generate
backlinks for all pages
o XML content inside {code} macro is rendered in the WYSIWYG
editor
o Bug when deleting attachment with accent with XWiki in UTF-8
encoding
o Empty groups on XWiki.XWikiAllGroup, XWiki.XWikiAdminGroup
and XWiki.XWikiGroupTemplate
o Empty rights in Global Rights and in some spaces
o Missing PDF templates for new PDF export configuration feature
o Edition of a user do not show empty fields any more
o Only if in the style macro has icon parameter then apply
stylemacro class for the default value of class parameter.(to show
icon image)
o Do not display the register link if the current user do not
have the register right
o Global access levels are displayed in the local rights editor
o The editor (wiki and wysiwyg) textarea in new skin don't
fill 100% the editor panel
o Cannot create pages with non ASCII characters in the XWiki
standalone distribution
* Document that importing documents will replace the existing
versions and specially explain how to import XWiki user documents
* Improve documentation for the Attachment and Skins pages of the
User Guide
IMPORTANT: XWiki 1.0 RC 2 fixes an important security issue in past
releases where passwords were stored in clear in the database.
Passwords are now hashed. If you are upgrading from a previous
version, any new user or any password update will automatically get
the password hashed. However existing users who do not change their
passwords will still have their passwords in clear in the database.
Thus, we are providing a tool to automatically hash all passwords
from an existing database.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki10RC2
Enjoy
-The XWiki development team
Thanks Gunter for this. I'm forwarding it to the user list so that
others can help us too or learn from it...
-Vincent
Begin forwarded message:
> From: "Gunter Leeb" <Gunter.Leeb(a)mediaprint.at>
> Date: April 25, 2007 8:05:54 PM CEDT
> To: "Vincent Massol" <vincent(a)massol.net>
> Subject: Re: Antw: XWiki: Testing for WIKI-1139
>
> Hi Vincent,
>
> Configuration:
>
> Just a very basic configuration. We just started a pilot project a
> few month ago.
> - MySQL DB on a Solaris server (copy of our Pilot/Production
> installation)
> - XWikiRC1 with your new jar on my development Windows PC pointing
> to this XWiki DB create for the old XWiki version.
> - Just a bare install run, I haven't even tweaked the skin,
> meaning, I am running with a skin (neither albatros nor dodo).
>
> Testsequence (Without your new jar):
> 1. Create a normal page WebHome in a TestSpace
> 2. Added a link [asdföäüasdf] in the page
> 3. Followed the link from the page and created a child page: The
> name is shortened and changed to "asdf???" - First Bug
> 4. Returning to the parent page: It still show the ? for "page not
> created". But following the link leads to the before created page
> in edit mode(!) - Second/Third Bug
> 5. Calling GUI Rename to "asdfasdföäüasdfasdf" -> claims to be
> successful but clicking on the link from the Rename-successmessage
> leads to the requested document could not be found page (the
> document name suddenly contains again ???) - Fifth Bug (That is
> now the opposite behavior of before: link claims ok, but page does
> not exist)
> 6. Refilling the new page asdfasdföäüasdfasdf with content.
> 7. Calling Rename velocity method (see the AdminTool script that I
> checked in in the CodeZone Snippet)
> 8. This time the rename to "asdfasdföäüasdfasf1" is successful, but
> following the link again leads to an empty page. Somehow the real
> page is lost. - Sixth Bug
> 9. Exported xar contains filenames with ? as well as a filename
> with really bad decoded Unicode characters. - Seventh Bug
>
> With your new jar, I suddenly get a much better behavior! Maybe
> your changes were not picked up correctly.
>
> Rename still fails with Pages that have documents attached that
> contain special characters. Actually, rename fails on various
> issues with attachments in the page (e.g. No row with the given
> identifier exists) It does not seem to like old failed attachments
> with 0 bytes (these actually also cannot be deleted !)
>
>
> Also, I have now rerun the entire script on a totally newly created
> XWiki installation with internal DB directly from the install
> script, again with your jar.
>
> This time I get ok behavior for any new szenarios I try out:
> - everything is working and behaving correctly (links, rename, delete)
> - imported the xar from the old configuration: The importer simply
> ignores documents in the form: "Main.MaCi.Änderungsdienst". Don't
> know whether this is because the Ä or the stupid name (our users
> really screwed up the structure in the old XWiki). - I would
> consider this also a bug. It should at least report that it could
> not import that page - and why.
>
> Now, I feel that pointing XWiki against an old Database might have
> caused this behavior and worse.
>
> Unfortunately, I cannot send you parts of the xar, since I don't
> want to ask for permissions to do that and explain everything :)
> and the data is from some important project.
>
> I hope this helps nevertheless.
>
> Regards,
>
> Gunter
>
>
>>>> Vincent Massol <vincent(a)massol.net> 25.04.2007 16:07 >>>
> Hi Gunter,
>
> On Apr 25, 2007, at 3:51 PM, Gunter Leeb wrote:
>
>> Hi Vincent,
>>
>> I have just tried it, but with the same or similar exception. I have
>> replaced the xwiki.jar and restartet. I would like to send you a log
>> file, also to confirm that it is really picking up all your changes.
>> Would you please send me a log4j.properties configured so you can see
>> all the aspects that you need.
>>
>> Also, maybe it is relevant, but the pages got migrated from an old
>> 0.9.940 (?) installation.
>
> Thanks for trying it. Let's try to debug this... I think we can
> follow 2 leads:
>
> 1) In your patched version of RC1, can you try creating a new page
> with accents and then delete/rename it?
>
> 2) I'd like to reproduce your problem. Could you give me more
> information about your setup (i18n setup, database and container) and
> possibly it would be nice if you could send me a XAR export of your
> wiki (not the whole thing, maybe only a few pages) so that I can try
> it here. Could you also let me know exactly the steps you're
> performing?
>
> Thanks
> -Vincent
>
> PS: I'm ccing the dev list so that others can join us in debuggin
> this.
>
>>
>> Regards,
>>
>> Gunter
>>
>>>>> Vincent Massol <vincent(a)massol.net> 25.04.2007 14:30 >>>
>> Hi Gunter,
>>
>> I'm doing the release of XWiki 1.0 RC2 this afternoon and your bug
>> was one that I wanted to check out before releasing RC2. I don't know
>>
>> if you've seen but I have commented on http://jira.xwiki.org/jira/
>> browse/XWIKI-1139.
>>
>> Do you think you could give it a quick try with the new JAR I've
>> uploaded for you?
>>
>> Thanks a lot
>>
>> -Vincent Massol
>> XWiki release manager
Hi All,
As I read it, when I call a groovy page using parseGroovyFromPage, the
first class designated inside is attached to the returned object (so
calling it subsequently will call methods inside that class).
Does parseGroovyFromPage allow one to have multiple classes per groovy
page (and by extension,how would one plug into a specific class when
initializing the page via parseGroovyFromPage)?
Brandon Esbach
Software Engineer
Tyco Electronics
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
I am getting the following error message:
[
Error number 11015 in 11: Exception while exporting
Wrapped Exception: Error number 3202 in 3: Exception while reading document
ApplSpace.CarConsumerClassTemplate
Wrapped Exception: Error number 3212 in 3: Exception while loading object
ApplSpace.CarConsumerClassTemplate
Wrapped Exception: Error number 3212 in 3: Exception while loading property
NumberOfCars of object ApplSpace.CarConsumerClassTemplate
Wrapped Exception: No row with the given identifier exists:
[com.xpn.xwiki.objects.IntegerProperty#
]
I tried to delete the document by calling
...<myxwiki>.xwiki.com/xwiki/bin/delete/ApplSpace/CarConsumerClassTemplate
but it resulted in 'The requested document could not be found.'
Any idea how to delete the document and make the export work? Is there a way
of deselecting/selecting documents for export, similar to the import
feature?
Uwe
--
View this message in context: http://www.nabble.com/Export-throws-exception-in-xwiki-on-farm-tf3643197.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
a few months ago, there was a brief discussion of a similar issue:
http://mail-archive.objectweb.org/xwiki-users/2006-02/msg00102.html
now i am facing a different problem, which might be related to that.
when you add a new space, xwiki asks you to enter a title (the title of the introductory space page) and a text that describes that space. save and view works fine, it automatically appears in the right side panel.
now, if you set appropriate rights to that space, acces to pages belonging to that space is secured via the xwiki built-in authorisation.
the space itself, however, is still visible in the right hand panel. and if unauthorized user click on it, they see an unresolved velocity fragment in the panel.
how can i influence that behaviour? i think, user should not see spaces, that they cannot access in the end, as it blows up the navigation panel on the right hand.
Yours
Thomas Kr�mer
Hi
I tried to follow the Groovy Tutorial given in the developer guide. But I couldn't make it run.
(http://www.xwiki.org/xwiki/bin/view/DevGuide/GroovyClassHelloWorldTutorial)
Instantiating groovy class from velocity threw the foll error :
Error number 4001 in 4: Error while parsing velocity page Main.HelloWorldFromVelocity Wrapped Exception: Invocation of method 'parseGroovyFromPage' in class com.xpn.xwiki.api.XWiki threw exception com.xpn.xwiki.XWikiException: Error number 14001 in 14: Failed compiling groovy script Wrapped Exception: startup failed, script1177398554781.groovy: 5: unexpected token: xwiki @ line 5, column 5.
Instantiating groovy from groovy resulted in the foll error :
Error number 4002 in 4: Error while parsing groovy page Groovy.HelloWorldClassTest
Wrapped Exception: startup failed, Script1.groovy: 3: unexpected token: groovyObject @ line 3, column 68.
(While creating the class I have assigned programming rights to the user who made the class.) What am I doing wrong.
Thanks and Regards
Roopesh
Hi everyone,
I'm tryin' to deploy a private xwiki, so that non-logged people can't
view/edit any page, but the login/register pages.
Moreover, I set a specific registering process : people need a password
to register on the
http://xwiki.pps.jussieu.fr/xwiki/bin/view/XWiki/RegisterNewUser page)
I did the following to set up the wiki (maybe it would be good that I
write some page with more details somewhere on xwiki.org ? :)
i) I added /xwiki/bin/view/XWiki/RegisterNewUser,
/xwiki/bin/view/XWiki/RegisterJS, /xwiki/bin/view/XWiki/Key to set up
this protected register process
ii) In the xwiki global rights : appropriate levels to "allow" for
XWikiAdminGroup and XWikiAllGroup, every level to "deny" for users
"XWikiGuest'
Specific Page Access Rights : "view" level to "allow" for
XWikiGuest on the 3 previous pages named in step i) and to the
/xwiki/bin/edit/XWiki/XWikiUsers class
iii) I edited on the webapp filesystem
$WEBAPPS_HOME//xwiki/skins/xwiki10b1/global.vm file, assuming that my
default skin is xwiki10b1 and replaced the line
#set($regurl = $xwiki.getURL("XWiki.Register", "register"))
with
#set($regurl = $xwiki.getURL("XWiki.RegisterNewUser", "view"))
When all of this is set up, the only problem is that accessing the new
register or login page (as an XWikiGuest so), these two pages don't show
the associated stylesheet.
Some previous posts talked about giving the same specific Page Access
Rights to xwiki/bin/view/XWiki/DefaultSkin, and turning Off the "Always
authenticate on viewing" and "Always authenticate on editing" directives.
Even doing this, my register and login page don't show the stylesheet.
Did I forget anything ?
Thanks.
--
Julien Oix
UFR d'Informatique - Université Paris Diderot
Bureau 5C01 (5ème étage)
175 rue du Chevaleret
75013 PARIS
Tel : +33 (0) 144 278 504
Mobile : +33 (0) 664 392 207
---------------------------------------------
http://www.gnu.org/philosophy/no-word-attachments.html
Hi,
I need to have a private space on my wiki. A space where all pages would be
completly hidden from everybody else except Admins. I did it easily with
Space Rights (XWikiGuest and XWikiAllGroup / view /deny). But the pages can
still be searched. How can I hide their content from the search ?
Thanks,
Antonio
Hi,
I'm not sure if this is a bug in RC1 but I don't remember this behaviour in
1b6 (I have to reinstall it and try). Create a new user "Test", log on as
"Test" and edit his profil. You will only see his name and firstname
attribute but no Blog, Blog Feed, Company, City or Country. I've switched to
advance mode but it's still the same. Am I missing something ?
Antonio
In xwiki documents are created based on a template. I have a slightly different requirement. I have a form (template) and after submitting, the resultant document should show a slightly different content than the template used. For example, if the form had a field "Name" followed by a text field, then on submit, the resultant document should say "Hello, Some name". Is this possible using xwiki?
Second doubt : While creating a document, if I want to track some of the user actions, say I want to store in a database whether the current user has selected a particular checkbox. How can I do this, if it is possible. I am not getting which part of the code, I have to modify.
Regards
Roopesh
hi all,
i created a XAR archive from my existing xwiki db with around 8.5MB in
size.
When i try to import this archive i get a "java heap space out of memory
exception".
is there a way to import xar archives this size? or is there a way to
select
the pages that have to be exported?
i'm using xwiki-1.0-rc1
g,
kris
Kristian Marinkovic
mailto:kristian.marinkovic@porsche.co.at
Porsche Informatik GmbH
Handelszentrum 7,
5101 Bergheim
Tel: +43 (0)662 4670 - 6676
Fax: +43 (0)662 4670 - 16676
http://www.porsche-informatik.at/
Sitz: Salzburg
FN 72830d / Landesgericht Salzburg
DVR: 88439
UID-Nr.: ATU 36773309
Hi -
I'm new here and I just subscribed to the list. I've investigated several of
the Java Wiki packages and I'm focusing on XWiki as the best.
However, the default theme is going to be too heavy for use and I want to
use dodo because the header structure is more like MoinMoin in additiion to
a few other reasons. However, when I use dodo, it seems kind of hard to get
around and seems like some admin portions are even missing - for instance I
can't even figure out how to get back to the default template.
Can you give me any advice? What is the version of XWiki before albatross
where perhaps dod was beetter maintained integrated? Are there other skins
or third-party skins that I should be looking at?
Thanks,
Philip Weaver
Thanks, I'll try it. (I had been using a wiki hosted by
http://www.xwiki.com <http://www.xwiki.com> )
The WYSIWYG editor SEEMS to support actions that are not in the lanuage
help (at the RHS of the screen) - but maybe this is different in RC1,
I'll try it.
-----Original Message-----
From: Vincent Massol [mailto:vincent@massol.net]
Sent: Saturday, April 21, 2007 4:44 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] has anyone else had touble with the
WYSIWYG editor on the 1.0-beta-3-a version?
Hi Apperson (or Johnson, not sure which is your first name :)),
I'd suggest you try XWiki 1.0 RC1 as we've improve the WYSIWYG
editor handling a lot since B3. If you find any new oddities afterwards
feel free to raise it on the list and file a JIRA issue.
Thanks
-Vincent
PS: By language I assume you mean the wiki syntax and to answer
your question, the WYSIWYG editor should generate valid wiki syntax.
On Apr 20, 2007, at 7:57 PM, Apperson Johnson wrote:
Many of the table controls (e.g. make a cell be 30% of
the width ) seem to get lost on writing.
Also, I see nothing in the underlying language that
supports these constructs.
Is the WYSIWYG functionality running ahead of the
language?
Many of the table controls (e.g. make a cell be 30% of the width ) seem
to get lost on writing.
Also, I see nothing in the underlying language that supports these
constructs.
Is the WYSIWYG functionality running ahead of the language?
Folks,
Folks,
I am trying to export content from one XWiki instance and import into
another instance. After I have uploaded the XAR into the second
instance and select the archive to import, I see no change on the web
page. If I look at the application server log, I see the following set
of error messages. Does anyone have any suggestions about what might be
going on?
Both instances are using the same XWiki build (1.0 Beta-5.2310). I've
already increased the max_allowed_packet to 16M in mysql, and so I think
the archive is getting attached correctly.
Sincerely,
David Kane
11015 in 11: Exception while importing
Wrapped Exception: Error number 0 in 5: Package: Could not find the
package definition
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
importing
Wrapped Exception: Error number 0 in 5: Package: Could not find the
package definition
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:95)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
48)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:86
9)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:664)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:684)
at java.lang.Thread.run(Thread.java:613)
Wrapped Exception:
com.xpn.xwiki.plugin.packaging.PackageException: Error number 0 in 5:
Package: Could not find the package definition
at
com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:338)
at
com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:167)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:46)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
48)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:86
9)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:664)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:684)
at java.lang.Thread.run(Thread.java:613)
13:31:45,261 ERROR http-8080-Processor20
http://localhost:8080/xwiki/bin/import/XWiki/Import?action=getPackageInf
os&name=Backup.zip&xpage=plain&_=
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($!hidecolumns)
of
'==' operation has null value. If a reference, it may not be in the
context. Operation not possible. [line 9, column 21]
13:31:45,474 WARN http-8080-Processor20
http://localhost:8080/xwiki/bin/import/XWiki/Import?action=getPackageInf
os&name=Backup.zip&xpage=plain&_=
MonitorData:log:183 - MONITOR XWiki.Import: 431ms
Hello, I'm new to xwiki and I hava a question.
I logged in as admin, registered new user, log in as that user and now I want to change that user's profile. I went to MyUserName link (on top of Log-out, up-right corner) but what I see is an empty page, not like one in Administrator, where I see the menu on the right, with options to change profile, photo, edit options...
Please help me!
Hi
I found that in xwiki core api, there is a class DocumentSection. Is it possible to use it (or am I permitted to use it) directly to create documents. If yes, how should I use it ?
Regards
Roopesh