I have installed the docviewer macro, but it doesn't work! Have others
had success with this?
Similarly, I am having trouble with html iframes displaying. I have
tried viewing these pages in a number of different browers with no
success.
Insight?
Paul Pinkerton
KnowledgeNow Project Lead
Hello people,
When I use the "bar" ="/" character in my page names occurs a bug. The page is created but when I access the link complete blank page appears to me! Even I try to delete or rename the page the blank page continues showing to me... How can I delete these pages? Is there some way to avoid the users to create pages with bar ("/") character?
Thank you.
Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DETI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hi,
Is it possible to rotate the Bar Chart shown in
http://extensions.xwiki.org/xwiki/bin/view/Extension/Charting+Samples#HBarC…
Bar (Stacked bar)
So Vertical to Horizontal
If I want to use the Chart Macro:
See my code:
{{chart
type="bar"
params="document:CdLSWorld.GrossMotorData;table:grossMotor;range:B2-F8;series:columns;"
title="GROSS MOTOR"
width="600"
height="500"
/}}
My data from document:CdLSWorld.GrossMotorData
====== GROSS MOTOR ======
(% id="grossMotor" %)
|= |=|=0-25% |=25-50% |=50-75% |=75-95%
| Rolls over (71)| 3| 5| 7| 12| 36
| Sits alone (73)| 6| 9| 12| 20| 50
| Crawls (23)| 9| 11| 15| 19| 48
| Pulls to stand (57)| 9| 12| 16 | 23| 60
| Cruises (49)| 9| 14| 16| 24| 72
| Walks alone (54)| 12| 18| 24| 36| 120
| Runs (29)| 18| 28| 36| 48| 120
Good afternoon,
Not sure if this is the best way, and i'm sorry to bother you with this, but I'm trying to use HolidayRequest on my Xwiki intranet and i'm having a problem with used number of days.
I can't find a field anywhere to define this on a user. If you can give me the directions I would appreciate.
Best regards,
Ricardo Jesus
-----------------------------------------------------------------------------------
Esta mensagem pode conter informacao confidencial. Caso o receptor desta mensagem nao seja o destinatario indicado, e expressamente proibida a copia ou enderecamento desta informacao a terceiros, encontrando-se o destinatario na obrigacao de destruir a presente mensagem e de informar o emissor.
This message may contain confidential information, and is intended only for the individuals named. If you are not the intended recipient you should not distribute or copy this information and must delete this e-mail from your system and notify the sender immediately.
-----------------------------------------------------------------------------------
The XWiki development team is proud to announce the availability of
XWiki 5.4 Milestone 1.
This is an improvement and stability release for things started during
the 5.x cycle.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki54M1
Thanks
-The XWiki dev team
Hi,
In the wysiwyg section, I tried to customise the options in the menu, but I think I put in a bad value or made a typo, and clicked save. Now the menu won't show display the widgets any more. Please see http://i.imgur.com/FnVd6sE.png.
Is there another way to edit these settings?
Regards,
Sunil
Hi Clemens,
I don't think it's useful for me to make use of the version summary in this case. It doesn't do what I need it to do. I'll find a different approach to solve this problem.
Thanks for your help!
Regards,
Sunil
>Date: Tue, 07 Jan 2014 14:57:13 +0100
>From: Clemens Klein-Robbenhaar <c.robbenhaar(a)espresto.com>
>To: users(a)xwiki.org
>Subject: Re: [xwiki-users] Changing the version summary; was: Adding a
> custom field to a page
>Message-ID: <52CC07B9.7040707(a)espresto.com>
>Content-Type: text/plain; charset=ISO-8859-1
>
>Hi Sunil,
>
>> Hi,
>>
>> Is it possible to change the value of a page's 'version summary' after it saved? How can I do this using the UI?
>>
>
>You cannot do that via the UI; any change in wiki content should be versioned so everybody can see who changed what.
>In theory it would be possible to make the version summary itself versioned, but so far I know of no wiki system doing this.
>
>What you can do via the UI, however, is delete the revision with the version summary in case you have Admin rights.
>
>E.g. if the problem is concerning the most recent revision, just edit the page and type in the correct version summary, and save the page without changing anything else.
>This will create a new version with the correct version summary.
>Then you can look up the versions in the history tab and press the "Delete" link for the version with the misspelled version summary.
>
>Alternatively in case you do not want to delete the version but need to get rid of some version summary where someone pasted passwords by accident, you can do this directly in the database; the text is in the column XWR_COMMENT of the table xwikircs
>
>Hope this helps
>Clemens
>
>
Hi,
I have a class with a text field for holding a reference to a photo.
I would like to modify the sheet to add - modify objects of this class.
After the modification the sheet should display
- a default image if the object attribute 'photo' is empty (like the avatar
image for a xwiki user)
- a Button to modify the attribute
- When the user clicks on a pop-up like the image selector in the user
avatar.
My issue is that the class was developed in a very early version of XWiki.
On XWiki.org I found:
Attachment Selector Macro
This macro seems pretty close to what I want.
But the sheet is still in wiki version 1.
How can I use the macro in a sheet that is linked to the class?
Gerritjan
Hello XWiki team & users,
First of all thanks a lot for your great work.
I’ve set up XWiki as an intranet website (version 5.2.1).
Currenty I’m trying to customize it with some javascript to make life easier
for the users.
I experimented a bit with jQuery (as I have a bit of experience with it) and
have successfully integrated it into a test page via the jQuery Helpers
Extension
(http://extensions.xwiki.org/xwiki/bin/view/Extension/jQuery+Helpers)
Now I want to include a jQuery Plugin which extends the jQuery functions.
I’d like to try out the live tiles in Windows 8 style from Drew Greenwell
(http://www.drewgreenwell.com/projects/metrojs).
It’s no big deal to get the liveTiles working - On a local webserver without
Xwiki.
Here’s the problem: The functions from metrojs seem to collide with
prototype.js. I experimented a bit with jQuerynoConflict(); , I tried to
rename the functions inside metroJS.js, but nothing worked so far.
Firebug says ‘$ele.attr is not a function’ inside the metrojs-Code in the
console, which I believe is a problem with prototype.js. (See for the XWiki
test page code at the end of the mail – I won’t post the whole MetroJS-Code
here, it’s a little big).
My questions are:
a) Is there a possibility to deactivate / rename / “defuse” prototype.js, or
to listen for another shortcut than $ on this page (something like
prototypeNoConflict();) ?
b) Has anyone of you any experience with jQuery plugins (or even better,
Metrojs!) in XWiki and maybe a hint?
c) Is there a possibility of producing some kind of “liveTiles” with
prototype.js (which I’m not very experienced with)
I know it’s more of a javascript-related question, so thanks a lot for
reading this anyway.
Regards
Ruben
#################
Here’s the current code of my test page (ADMIN is the test space):
{{velocity}}
$xwiki.jsx.use("jQuery.jQuery", {'defer': false})
$xwiki.jsx.use("ADMIN.MetroJS")
$xwiki.ssx.use("ADMIN.MetroCSS")
{{/velocity}}
{{html}}
Carousel Mode: Simple
<div class="red">
<div id="tile1" data-mode="carousel" data-start-now="true"
class="live-tile" data-direction="horizontal" data-delay="3000">
<div> <http://www.drewgreenwell.com/images/sample/1tw.gif> </div>
<div> <http://www.drewgreenwell.com/images/sample/2tw.gif> </div>
<div class="accent emerald"><p class="metroExtraLarge">2 and a
half</p></div>
<div> <http://www.drewgreenwell.com/images/sample/3tw.gif> </div>
<div> <http://www.drewgreenwell.com/images/sample/4tw.gif> </div>
</div>
</div>
{{/html}}
--
View this message in context: http://xwiki.475771.n2.nabble.com/jQuery-plugin-Conflict-with-prototype-js-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I wanted a metawiki space, so as the "Admin" user, I created the "XWiki"
space. Realizing that we already had a "Wiki" space, I deleted the "XWiki"
space. The deletion to surprisinly long time, so I got suspicious and hit
"Cancel". I didn't think much of it until a few days later, when I was no
longer able to log in as "Admin". That was when I remembered that the
"XWiki" space is special. I had deleted a lot more than just a newly
created empty space.
Now I am no longer allowed to log in as "Admin" or "superadmin". Both
accounts worked before, but now both give me the error message "Invalid
credentials". Apparently, all users can log in with their ordinary user
account, but with no admin account I can no longer re-import the XWiki
pages from the XAR file.
The "superadmin" account was enabled when I upgraded to the current XWiki
5.2. It was tested and working, but not any longer.
How on earth to I get around this?
As as side note, I am very surprised that 1) I was able to create the
"XWiki" space, just as any other space, and 2) that I was able to delete
the "XWiki" space with no notification about this space being vital to
XWiki.
Any help or pointers are highly appreciated.
Kind regards,
Peter John Acklam