Hi,
I would like to announce http://gwtworld.de
GWT World is technically an XWiki-Application.
GWT World is a german speaking plattform for GWT (Google Web Toolkit).
There are bulletin boards and high-valued articles around GWT.
GWT World is organized in 3 area, one public and free and two for members.
Stefan Bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
Hi,
is there a way to get rid of the rememberme cookie at all.
Just set rememberme_j to false does not work.
I still feel bad with this rememberme feature. It is a secury whole.
stefan bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
Hello,
I am working on a xwiki site that wraps the jira functionality. I want to be
able to work from the site on xwiki as if I were on the jira site. I am
using the Swizzle Plugin to create the xwiki interface to communicate to
jira through xmlrpc.
There are two things I couldn't do until now:
*1.* Add attachments to an issue. I am using the class *
org.codehaus.swizzle.jira.Issue* and the method *org.codehaus.swizzle.jira
.createIssue(issue)* to create the issue.
*2.* Get a list of jira users.
Is there a way to do those things?
Is there somebody doing something similar out there (xwiki site that wraps
the jira functionality)?
Thanks,
Abel
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.3 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is second and last milestone of the XWiki Enterprise 2.3 version.
Main changes from 2.3 Milestone 1:
* New Annotations section in the Administration
* New spanish translations for the WYSIWYG editor
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23M2
Thanks
-The XWiki dev team
After upgrading to 2.2.4, I wanted to test the openoffice server. In the
root-wiki, in the openoffice admin app, I see my setup as from before (back
when it worked -- last time i tested was around 2.0):
Server type
Internally managed (local)
Server port
8100
Auto start
No
Server path
/usr/lib64/openoffice.org3/
Server profile
/home/OOo/.openoffice.org/3/
Server state
Not connected
When I select "start server" and click "update", I get an error message
"Inadequate privileges."
despite being logged in as XWiki.Admin (root wiki admin w/ prog rights
granted).
No error messages in the logs related to this are noted.
The only clue I'm seeing is that openoffice itself is acting broken.
Previously, the '-headless' option worked, now, it doesn't:
gnulem-58-~> env DISPLAY='' ooffice -headless
/usr/lib64/openoffice.org3/program/soffice.bin X11 error: Can't open
display:
Set DISPLAY environment variable, use -display option
or check permissions of your X-Server
(See "man X" resp. "man xhost" for details)
With "DISPLAY" defined, -headless works, and the server can be launched,
except that servers don't normally have an X server associated with them.
I'm on Fedora 12: Linux gnulem 2.6.32.10-90.fc12.x86_64 #1 SMP Tue Mar 23
09:47:08 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux.
I have the following OOo rpm's installed:
openoffice.org-graphicfilter-3.1.1-19.28.fc12.x86_64
openoffice.org-calc-core-3.1.1-19.28.fc12.x86_64
openoffice.org-draw-core-3.1.1-19.28.fc12.x86_64
openoffice.org-writer-3.1.1-19.28.fc12.x86_64
openoffice.org-brand-3.1.1-19.28.fc12.x86_64
openoffice.org-impress-3.1.1-19.28.fc12.x86_64
openoffice.org-ure-3.1.1-19.28.fc12.x86_64
openoffice.org-opensymbol-fonts-3.1.1-19.28.fc12.noarch
openoffice.org-writer-core-3.1.1-19.28.fc12.x86_64
openoffice.org-math-3.1.1-19.28.fc12.x86_64
openoffice.org-math-core-3.1.1-19.28.fc12.x86_64
openoffice.org-xsltfilter-3.1.1-19.28.fc12.x86_64
openoffice.org-presenter-screen-3.1.1-19.28.fc12.x86_64
openoffice.org-pdfimport-3.1.1-19.28.fc12.x86_64
openoffice.org-draw-3.1.1-19.28.fc12.x86_64
openoffice.org-calc-3.1.1-19.28.fc12.x86_64
openoffice.org-impress-core-3.1.1-19.28.fc12.x86_64
openoffice.org-core-3.1.1-19.28.fc12.x86_64
openoffice.org-langpack-en-3.1.1-19.28.fc12.x86_64
Hopefully, this error in Linux OpenOffice isn't causing an incorrect error
message from xwiki "inadequate privileges." (bug?)
Anybody on Linux using OPenoffice 3.1.1 and have the openoffice server
working on Xwiki 2.2.4, in a multiwiki setup?
Thanks,
Niels
http://nielsmayer.com
Hi,
Iam working together with a friend on a decentralized, low cost house bus system. For storing the project documentation and helpfiles we choose xwiki and plan to make this project open source or something similar.
So thats why I ask for a free wiki on this site.
The name for the site should be ascdhbus.
thanks
Stephan Roemer
--
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser
Hello,
I would like to implement my next TODO on XWiki: meeting minutes
template.
What it should do: during the meeting responsible person fills-in fields
in the template (see attached
http://n2.nabble.com/file/n4846395/MeetingMinutesTemplate.docx
MeetingMinutesTemplate.docx file). After the template is saved, it is 1)
added as a child to a certain page on XWiki 2) e-mail is rendered according
to the template and sent to all users in specific user group.
I'm following the
http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial FAQTutorial
in my implementation. However following are the issues I did not find how to
solve:
* Let's consider "Current status" section. It's a table with
dynamically-added rows. It is clear that each roe represent StatusItem and
should be modoled as a separate class. The questions are: 1) how should I
link a collection of classes to current class 2) how should I render them on
the UI so that records in the table would have added/removed dynamically by
pressing some add/remove buttons in the table.
* Limit the user list to certain group (if using "List of Users" field
type)
* Remove property from a class
* Render e-mail notification based on created template and send it to
members of certain group (actually this one I haven't investigate yet, but
will do in context of other templating-related task while waiting for any
hint on this one)
Regards,
Roman
--
View this message in context: http://n2.nabble.com/Advanced-templates-tp4846395p4846395.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Sorry for spam, just can't resist sharing my first small victory in
programming XWiki :)
XWiki 2.0 Markup-based code-snippet for displaying user's full name with
link to profile by log-in.
{{velocity}}
#macro(displayFullNameByLogin $login)
#set($userDocName = "XWiki."+$login)
#set($userDoc = $xwiki.getDocument($userDocName))
#if (!$userDoc)
$login (does not exist)
#else
#set($userObject = $userDoc.getObject("XWiki.XWikiUsers"))
#if(!$userObject)
User Sheet
This stylesheet must be applied on a document containing a
XWiki.XWikiUsers object.
#else
[[$xwiki.getUserName($userDoc.fullName,
false)>>$userDoc.fullName]]
#end
#end
#end
{{/velocity}}
Usage
{{velocity}}#displayFullNameByLogin("rmuntyan"){{/velocity}}
Regards,
Roman
--
View this message in context: http://n2.nabble.com/Code-snippet-Full-user-name-and-link-by-log-in-tp48381…
Sent from the XWiki- Users mailing list archive at Nabble.com.