Hi XWiki lovers,
If you're interested in seeing some macros developed and available for your wiki, please edit this page and add macros you'd like to see:
http://dev.xwiki.org/xwiki/bin/view/Design/NewMacros
Thanks
-Vincent
Hi all
I have such problem:
I have pure installation of XWiki with imported the default XAR, which is
offerred after installation. When I log in ad Administrator, I cannot add
new user in admin pages - i get only empty screen after click on "Add user".
I cannot add user to group too - i Cant select any user. New group was
created sucesfully.
Any experiments with permissions (even enable all permissions for all
groups/users including ungegistered) was unsuccessfull.
Thanks for any pointer.
Hi all
I test the XWiki, and I thing this is the best wiki software freely
available this days. But I have such idea how to use XWiki to create
documentation.
My idea is to create similar document's structure, as Office programs
allows: to have one "master" document, which collects (= includes)
sub-documents, each starting with chapters with certain level (level 1 -
for example). The sub-documents can (opptionally) contain next sub-documents
at lowest levels.
My requests for such structure are:
- each documetnt MUST have it's parent - e.g. the parent is mandatory,
the parent must exist ant must not be deleted until at least one child
exists. The only exception with no parent is "root level document" - which
could be the "space" itself (or a "section" - if anything like that exists
in XWiki)
- the sub-pages could be put to any place in master document
- wiki should allow to combine text with sub-pages,
- in each page, link to it's children should exist - in ideal case links
to all children collected on single place (at top of page for example), and
at place, where it is put in the document
- wiki should allow to process entire such page's structure in case it
creates document index or summary - index should contain headers from all
included pages
- it would be perfect if links between pages stay preserved in exported
documents
- the entire page's tree (with links to direct view/edit particular
pages) should be available as quick-navigation component
- the wiki could provide "complex look" (preview...) to entire such
document, including content index
- the wiki should allow to export entire "master" document to usuall
formats (pdf, rtf...), including content index etc...
- previous tree things could be created for any point of page's tree - it
is not necessary to create it only for "root" page, but for every sub-page
too
It it possible to create this with XWiki?
Thanks for responses.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.4 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is first milestone of the XWiki Enterprise 2.4 version.
Main changes from 2.3.1:
* New Search application and administration UI
* New Rendering cache
* WYSIWYG improvements
* New Code macro configuration
* Security improvements
* Performance improvements
* Chart macro improvements
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise24M1
Thanks
- The XWiki dev team
Hi Pierre,
On Jun 2, 2010, at 1:36 PM, Dalluege, Pierre (extern) wrote:
> Hello Vincent,
>
> first of all: you're doing a great job with xwiki.
>
> In respect to the startup logging issue: All tomcat5-subdirectories have root:tomcat rights, I also tried the java dictionaries, but it didn't work out. I even started tomcat directly in the xwiki directory (/etc/init.d/tomcat5 start), but it didn't help too. Unfortunately I have no idea, in which directory the jvm wants to write. If I could set it to a fix location (i.e. /var/log/xwiki), I probably could fix it. I attached the excerpt from the tomcat logfile.
It tries to write to a file named xwiki.log in the directory from where tomcat is started.
If you want to control the location of the log file, see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging
> In respect to the import of the initial structure I attach a screenshot.
I've just tested import the default XAR in an empty xwiki and it worked fine. I've tried both in XE 2.4-SNAPSHOT and in XE 2.3 (the version you're using).
Can you give us the exact steps you've followed so that we can try to reproduce it?
Thanks
-Vincent
PS: Please use the mailing list to reply
> I can provide ssh or web access - in case it saves time.
>
> Thank you very much for your personal investigation and support. Hopefully I may support you later.
>
> Best regards
>
> Pierre
>
> ________________________________
>
> Von: Vincent Massol [mailto:vincent@massol.net]
> Gesendet: Di 01.06.2010 13:21
> An: XWiki Users
> Betreff: Re: [xwiki-users] General installation topic
>
>
>
> Hi Pierre,
>
> On Jun 1, 2010, at 1:06 PM, Dalluege, Pierre (extern) wrote:
>
>> Hello xwiki users,
>>
>> In the past (some years ago) I was using the "first timer" version of
>> xwiki only, this was fine for development.
>>
>> Now I need to run xwiki on a more professional environment, the base is
>> CentOS 5.5 (current and most recent version), including tomcat 5.5 and
>> mysql 5. Tomcat starts as service and during this startup logging claims
>> not to be able to create / access xwiki.log.
>
> You need to give permission to the user who starts tomcat to write to the location where the log file is.
>
>> When the xwiki application starts, everything looks nice, I even can
>> change the content, but I cannot sucessfully import the default jar
>> (uploadig is fine).
>
> I guess you meant XAR.
>
> What version of XE and what error do you get?
>
> Thanks
> -Vincent
>
>>
>> So, as this is the team of users, probably most of you have fixed this
>> issue. I can provide more detailed information on request, I wanted to
>> keep it as short as possible.
>>
>> Just in case I could offer ssh access. Any ideas?
>>
>> Best regards
>>
>> Pierre
Hello,
I use a 2.1.2 XWiki XE and the stats are activated. Is it possible to reset
the counters of the Stats space ?
Don't read anything on this topic in the manual.
Thank you for your help.
Maxime
Hi All,
Currently i am working in xwiki and facing some issues which i am not able
to solve. I want to create a tree structure for the space and subspace and
the pages inside it.
Eg : I am creating
Space Name : HelloMajor, Parent : nothing (by default it takes WebHome)
Page Name : HelloMajorPage1 : Parent : HelloMajor
Page Name : HelloMajorPage2 : Parent : HelloMajorPage1
If i use document tree its displaying like
HelloMajor
|___ HelloMajorPage1
|____HelloMajorPage2
Another space creation : HelloMinor; Parent : HelloMajor.WebHome
Page Name : HelloMinorPage Parent : HelloMinor
Now i want to display the tree structure like this
HelloMajor
|___ HelloMajorPage1
| |____HelloMajorPage2
|___HelloMinorPage
|____HelloMinorPage
I want to display the subspace under the related space itself. I tried with
child parent snippets but it didnt worked. As i explored i didnt get the
solution to get the parent of the subspace. Normally in db its storing under
XWD_Parent field in xwiki_doc table. I would like to give the subspace name
as parameter so that i can get the parent name which i mean is
"HelloMajor.WebHome".
My requirement is to build a tree structure. I tried with space explorer,mk
tree, document tree and spaceAllDocs. No one fitting my requirement.
*Spacename
* Subspacename
* subspacepages
* SpacePages
In this manner i want to display. IS there any solution.
Kindly help me.
Thanks in advance.
Regards,
Nithya.Vembu.
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-list-the-subspace-under-the-space-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is pleased to announce the release of
XWiki Enterprise and XWiki Enterprise Manager 2.3.1.
This is a bug fix release for the 2.3 branches.
Improvements:
* [XPLUCENE-4] - Index inside of zip files using Lucene
* [XPLUCENE-13] - Ability to rebuild the indexes just for one virtual wiki
* [XPLUCENE-47] - Add ability to index attachments in OpenXML format
* [XPLUCENE-29] - Adding capability to refresh the index without cleaning it
* [XPLUCENE-36] - Lucene search on property level
Important Bugs fixed:
* [XE-651] - RSS feed for search results doesn't work
* [XE-670] - Deleted Documents and Deleted Attachments are not displayed anymore
* [XE-673] - Cannot create a new space from the dashboard
* [XE-675] - Recent Changes appears empty on user profiles when not
logged as advanced user
* [XWIKI-5166] - Guest user rights are not properly tested when tested
from another wiki
* [XWIKI-5133] - The caret jumps at the start of the page when
pressing Enter at the end of a line
* [XWIKI-5175] - NPE in XWikiLDAPUtils#isMemberOfGroup cause
authentication to fail
* [XPWATCHLIST-109] - WatchListClass page saved very often
* [XAADMINISTRATION-125] - Editing a user/group from "XWiki
Preferences > Users/Groups" doesn't work
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise231
and
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM231
Thanks
-The XWiki dev team
Hi guys,
I found a code snippet on xwiki.org, that does a TreeNav feature, but
actually, this is not what I want. I would like to have the Treeview,
as on /XWiki/Treeview inside a panel. As a matter of fact, it seems
the code for Treeview does only work, when there is nothing else on
that page, so adding just a line of text in the beginning of the
XWiki/Treeview page seems to make the "+"-signs to open the
tree-structure unusable. Probably for the same reason, I did not
manage yet, to get it inside a panel. Do you have some ideas, what I
could do to get what I want?
Thanx,
Sebastian
I'm hoping to create a simple Xwiki macro to allow users an easy way
to create local file:// links to internal network shares through the
WYSIWYG macros feature. This is also an excuse for me to try to get
m2eclipse to work for building Xwiki as well. However, so far the
plugin doesn't seem to be working right.
I'm generally following the guide here:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/RenderingMacroTutorial#HC…
I first attempted at using Eclipse's m2eclipse plugin to create a new
maven project, but had some troubles with this. I first added a maven
archetypes catalog through the Window->Preferences->Maven->Archetypes
menu. I added a remote catalog using the url
"http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/trunk/xwiki-archety…".
Then, by going through the new maven project wizard, I checked the
"include snapshot archetypes" box and the xwiki-archetype-macro shows
up. I then fill out the input boxes, for example something like:
Group ID: com.lyraphase
Artifact ID: localFileLinkMacro
Version: 0.0.1-SNAPSHOT
Package: com.lyraphase
I click finish and it simply says "Failed to create project". The
event details for the error in the log are:
--------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.php.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.php.product
Error
Tue May 25 18:28:55 MDT 2010
Failed to create project.
java.lang.NullPointerException
at org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory.createArtifactRepository(DefaultArtifactRepositoryFactory.java:90)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.resolveArchetype(ProjectConfigurationManager.java:540)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.createArchetypeProject(ProjectConfigurationManager.java:463)
at org.maven.ide.eclipse.wizards.MavenProjectWizard$5.runInWorkspace(MavenProjectWizard.java:279)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--------------------------------------------
I then gave up on that, and just made a new directory and ran the
maven command line mentioned in the Macro Tutorial through Cygwin. I
entered the Group ID, etc...
The command seemed to work, however again m2eclipse chokes on missing
maven dependencies after doing a "Import -> Existing Maven Project".
The console log in Eclipse also shows *tons* of warnings about
checksums failing and some missing pom files. For example:
5/25/10 6:02:18 PM MDT: [WARN] *** CHECKSUM FAILED - Checksum failed
on download: local = 'f4993fe96db30ae57ca4d71e34ebe200b63981b6';
remote = 'eaf4f3d8c6ee17e73ca671a496a4b307f83aed63' - IGNORING
5/25/10 6:02:19 PM MDT: [WARN] *** CHECKSUM FAILED - Checksum failed
on download: local = 'aaeb993ef6348a2e5102df06b408d8bb220d609e';
remote = '79231f9f429a3ba10c5d260b4e683fe7599498d0' - IGNORING
Most of that stuff is uninteresting, but I snipped out some of the
more interesting messages I found within the mess.
--------------------------------------------
5/25/10 5:46:08 PM MDT: Unable to update index for
xwiki-externals|http://maven.xwiki.org/externals: Resource
nexus-maven-repository-index.properties does not exist
5/25/10 5:52:57 PM MDT: Missing artifact
org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT:compile
5/25/10 5:46:10 PM MDT: Unable to update index for
xwiki-plugins-externals|http://maven.xwiki.org/externals: Resource
nexus-maven-repository-index.properties does not exist
5/25/10 5:52:57 PM MDT: Missing artifact
org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT:compile
5/25/10 6:02:19 PM MDT: Missing artifact
org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT:compile
5/25/10 6:02:24 PM MDT: Maven Builder: FULL_BUILD
5/25/10 6:02:24 PM MDT: Build errors for localFileLinkMacro;
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal on project localFileLinkMacro: Missing:
----------
1) org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.xwiki.platform
-DartifactId=xwiki-core-rendering-parser-wikimodel
-Dversion=2.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.xwiki.platform
-DartifactId=xwiki-core-rendering-parser-wikimodel
-Dversion=2.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.lyraphase:localFileLinkMacro:pom:pom:1.0-SNAPSHOT
2) org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
com.lyraphase:localFileLinkMacro:pom:1.0-SNAPSHOT
from the specified remote repositories:
xwiki-externals (http://maven.xwiki.org/externals, releases=true,
snapshots=true),
xwiki-releases (http://maven.xwiki.org/releases, releases=true,
snapshots=false),
xwiki-snapshots (http://maven.xwiki.org/snapshots, releases=false,
snapshots=true),
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
--------------------------------------------