Hi,
I've realised that for my project it would be ideal if users had the
ability to change their login names. You know the kind of thing, you
register on the site as crazygirlLOL and then your boss shows up and you
want to be renamed as maryc.
I've had a look around and can't see that XWiki supports this. I bet
it'd be a pain to implement, changing all the history and group
memberships and permissions and whatnot. But if there's nothing out of
the box it looks like I'll have to write this feature myself.
Any suggestions?
P.S., I saw a reference in one of the macros to allowing user pages to
exist in spaces other than XWiki in the future. That would be useful
too, and probably touches much of the same code.
Hello
I'm running Xwiki Enterprise 4.4 on Apache Tomca 6 and I'm trying to create a custom skin for a space that I defined in the default wiki but nothing is changing. I tried following the steps provided in http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins#HChangingtheSkina… (and specifying "toucan" as the skin) but nothing happened. I also tried the procedure described in http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins under "How to override a Skin" sections A, B, C, D and F.1 but I didn't see any changes.
Could someone please tell me how I can create a custom skin? I don't mind doing it either through web interface or by editing files directly on the server.
Thank you.
Naoufel Chbihi
Technical Specialist | Spécialiste technique
Mainframe Operating System Technology | Technologie du système d'exploitation des ordinateurs centraux
Service Management & Delivery (SM&D) | Gestion et prestation des services (GPS)
Information Technology Services Branch (ITSB) | Direction générale des services d'infotechnologie (DGSIT)
Shared Services Canada | Services partagés Canada
7038-700 Montreal Road, Ottawa, ON K1A 0P7 | 7038-700, chemin Montréal, Ottawa, ON K1A 0P7
Tel.: 613-748-2169
Fax: 613-748-2617
E-mail: naoufel.chbihi(a)ssc.gc.ca | naoufel.chbihi(a)spc.gc.ca
Hello all!
I would like to kindly ask for a wiki space for our interest group.
We want to develop free hardware and software for home automation.
Unfortunately several key developers only speak little English,
so the wiki would be mostly in German. I hope this is no problem.
My xwiki user name is StefanT
Prefered server name: selfbus
Thanks in advance,
Stefan
I tested the macro of Google Map. It work fine ;); For the moment, I'm able
only to add one position tag on the map.
Here is an exemple taken from then tuto in Macro Page : {{map location="10,
rue Pernety, France"}}{{/map}}
Is it possible de add several postion tags on google map using this Macro?
I tried the following code, but it display 2 maps, which isn't useful.
{{map location="10, rue Pernety, France"}}{{/map}}
{{map location="20, rue Pernety, France"}}{{/map}}
Thanks again for your help.
have nice evening.
Youcef
Hi devs and users,
It looks like the Korean translation is broken in several places. While
most translations are OK, some are just random ISO-8859-1 characters,
probably a bad encoding setting when the file was initially imported
into l10n.xwiki.org. Could someone look at the translations and at least
remove the broken ones?
Anybody can remove broken translations from
http://l10n.xwiki.org/xwiki/bin/XE/XWikiCoreResources?action=viewall&langua…
If they look like 스페이스 블로그 (스페이스 내 포스트 모음) they're good.
If they look like 등록 정보 이름은 이 네이밍 they're bad.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hello,
I installed the last vesion of XWiki.
I choose Panel configuration which allow to have three colomns (few panels
on right and left, and in the middle the "main page")
Is it possible de allow only the main page PUBLIC (access for guests), and
disable VIEW of panels on right and left? I want that guest VIEW only the
main page, but not the other panels?
I tried all kind of configuations ! I could put main page accessible for
GUEST users, but both panels in right and left are visible for GUESTS.
Thanks so much.
Sincerely yours.
Hi all,
i have here latest X wiki Version with libreoffice-headless (Centos 6.2).
Xwiki can start OpenOffice Server local successful.
However, i cannot import a document.
I get always this error messages.
Thanks for any help
Stefan
#.#.#.#.
WARNUNG: Parameters: Invalid chunk '' ignored.
013-01-18 10:50:54,950
[http://wiki.felten-group.com:8080/xwiki/bin/view/XWiki/OfficeImporterResults]
ERROR .s.OfficeImporterScriptService - Error while converting document
[ETC_CF_Card_Problem.docx] into html.
org.xwiki.officeimporter.OfficeImporterException: Error while converting
document [ETC_CF_Card_Problem.docx] into html.
Caused by: org.xwiki.officeimporter.openoffice.OpenOfficeConverterException:
Error while performing conversion.
aused by: org.artofsolving.jodconverter.office.OfficeException: could not
load document: ETC_CF_Card_Problem.docx
Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be an
unsupported one.
--
View this message in context: http://xwiki.475771.n2.nabble.com/OfficeImporterScriptService-Error-while-c…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, I'm trying to write a page to return some LiveTable results. I'm
finding that $query.count() is returning -1 instead of the actual number
of results. Can anyone tell me why?
{{velocity}}
#set($query = $services.query.xwql("from
doc.object(Invitation.InvitationMailClass) as inv"))
#set($invitations = $query.execute())
#foreach($invite in $invitations)
* $invite
#end
Number of results is: $query.count()
{{/velocity}}
...gives results:
Invitation.InvitationMessages
Invitation.InvitationMessages
Number of results is: -1
I was expecting the number of results to be "2". I'm trying to make
sense of the documentation here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module
...but it doesn't seem to have much description of the API, and I can't
see anything on maven.xwiki.org either.
Thanks,
Matthew Exon
Hi,
I'm trying to upgrade from XWiki 3.1 to 4.4, but I'm having problems
with the data migration process.
It all goes well up until R40000XWIKI6990, which fails due to a
duplicate key (see below, full Tomcat log also attached). It also fails
with safemode enabled.
ERROR o.h.u.JDBCExceptionReporter - ERROR: duplicate key value
violates unique constraint "xwikidoc_pkey"
I've tried running SQL commands from XWIKI-8129 [1] jira issue too, but
it doesn't apply any modification in my case. So it doesn't make any
difference.
Older version of XWiki in-between also fail.
The system set up is:
Fedora 14 (x86_64)
Java 1.6.0_20 -- OpenJDK Runtime Environment (IcedTea6 1.9.10)
Tomcat 6
PostgreSQL 8.4.9
XWiki 3.1 (upgraded from 2.2.1 and with no configuration options changes)
Any idea of how to solve this problem?
Thanks,
Àlex
[1] http://jira.xwiki.org/browse/XWIKI-8129
Hi!
At the http://l10n.xwiki.org/xwiki/bin/view/L10N/Search I was trying to search some phrases not translated in some macroses, which one can find in WYSIWYG editor.
The problem is, there are no translations for some macroses, e.g.: Success Message, Display, Comment, Cashes and some others.
I used to search via original text field, e.g. "Display other pages into the current page.". No results found. Is it possible to translate all these macroses somehow?
Kind regards,
Dmitry