Any idea when this will be uploaded to the server?
Looking forward to it with great anticipation!
Brandon Esbach
Software Engineer
M/A-Com Eurotec Operations
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
Hi everyone,
I'm wondering about the "inline" view of pages -- i.e. when the URL
contains "xwiki/bin/inline". There are certain pages on my wiki where
the "Edit this Page" link sporadically redirects to this view rather
than the usual "xwiki/bin/edit" URL. Does anyone know why this might
be?
Thanks,
- Peter
Hi everyone,
We're having some major issues with the WYSIWYG editor deleting content
that it doesn't understand when you save a page. For example, in order
to link to an image on another page, we add something like this to the
code:
<img src="$xwiki.getAttachmentURL('MyPage','my-image')" />
That works great, until you edit this page using the WYSIWYG editor.
Savings your changes just deletes the whole tag. The page basically
cannot be edited (other than as raw code) once it links to an image this
way. We have the same issue with the <form> code suggested in the FAQ
for document templates - you can't edit the template page in WYSIWYG
mode anymore because if you do, it'll delete the form.
Is there any way around this?
- Peter
Another issue, albeit more minor:
Is there a way to have XWiki not insert spaces into the page name when
there is a capitalization change? For example, we have a page titled
"iTunes", but all the links to this page are rendered as "i Tunes".
I've edited the iTunes page and manually typed "iTunes" into the Title
field on the form, but this did not help.
We can always manually change all the links to "[iTunes>iTunes]"... but
it seems like there should be a way to make XWiki respect the title that
I entered. Any ideas?
Thanks,
- Peter
Hi Xwiki..
I have been toying about with the RSS macro on Xwiki; and it looks like
the macro only talks to one channel.
Is this a limitation of Xwiki, or the ROME plugin (if memory serves,
Xwiki uses 0.6)?
Brandon Esbach
Software Engineer
M/A-Com Eurotec Operations
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
Hi Peter,
Sorry for answering late.. The schedule to 1.0B1 is tough.. You should
actually ask your questions in the XWiki users list. Some other users
and developers will help answering.
The link is here http://forge.objectweb.org/mail/?group_id=170
Peter Flynn a écrit :
> Great! I have been playing with the wiki today and am liking it a lot.
>
> I have a few questions still that I am hoping you can answer:
>
> 1) Locking: Whenever I begin or end editing a page, the browser locks up for about 15 seconds. It looks like there is some AJAX code on the page that makes synchronous requests (which freeze the browser) when the page loads and unloads. This seems related to locking a page during editing. Can I disable this feature, or change the requests to asynchronous, to avoid the long freezes?
>
Right. I've seen that.. This is the document locking and unlocking using
AJAX to have unlocking when people leave pages. It should be aync at
least for locking. This needs some Javascript changes in the edit
template. You should submit this as a task in http://jira.xwiki.org
However it should lock everything for 15 seconds. This shows either that
your server is very slow or some other thing being wrong..
> 2) Macros: I'm looking for a way to insert basic boilerplate on multiple pages. E.g., on Wikipedia you can add "{{cleanup}}" to add a warning about the article needing cleanup to the top of the page. It looks like macros are XWiki's version of this, but how do I create one?
>
>
You create macros using the velocity syntax (scipting) or using Radeox
(java)
A velocity macro is for example:
#macro(hello $firstname $lastname)
Hello $firstname $lastname
#end
You can then use it using
#hello("Ludovic" "Dubost") (carefull no commas between variables,
which is odd for developers)
You can write your macros in the page that use it or in a page that you
include using #includeMacros("XWiki.MyMacros") or in
/template/macros.vm (needs a restart) or another macro file you
specify in WEB-INF/velocity.properties
There is a neat feature which we need to document more which allows to
transform radeox syntax on the fly to velocity and allow macros to
appear in the WYSWIYG Editor (the last button of the toolbar)
In the XWiki Preferences / Advanced section you should add
hello=velocity:hello:first_name=First name|last_name=Last name
(not 100% sure about that.. you should use it when it's properly documented.
> 3) Email notifications: I noticed a blank FAQ entry (http://www.xwiki.com/xwiki/bin/view/Doc/CommentNotifierUnChangementAuWikiAU…) about the ability to send an email notification when a page changes ("watching" a page). Does this feature exist?
>
>
No we only have RSS right now
> 4) Styles: Is there a way to add a new paragraph style that will appear in the WYSIWYG editor's dropdown?
>
Not yet.. we are working on adding a style macro
{style:type=div|class=mystyle} Text {style}
and will then allow a predefined list of styles to appear in a new drop down
> 5) "What links here": http://jira.xwiki.org/jira/browse/XWIKI-20 says this feature can now be enabled via Preferences, but I don't see it anywhere. Can you point me in the right direction?
>
>
xwiki.backlinks=1 in the xwiki.cfg
the display backlinks script is here
http://www.xwiki.com/xwiki/bin/view/Doc/HowDoIFindTheBacklinksForAGivenPage
> 6) Categories: Is there a way to tag pages as belonging to a category, and then go to the category and see a list of all its pages? It seems like a "What links here" macro could be used for this, but is there an easier way?
>
>
There is a new tag field in edit mode.. We haven't worked yet on
displaying all pages matching a tag and add an RSS feed for this..
Ludovic
> Thanks again for all your help, Ludovic!
>
> - Peter
>
>
> -----Original Message-----
> From: Ludovic Dubost [mailto:ludovic@xwiki.org]
> Sent: Wednesday, December 06, 2006 1:39 AM
> To: Peter Flynn
> Subject: Re: WYSIWYG setup
>
>
> This is the right version
> The number comes from version.properties in the WEB-INF directory.
> It does not mean anything right now when got from SVN as each build
> increases it by 1
> You can mark it 0.9.1500 it will be close enough.. You can upgrade to
> 1.0B1 once we get it out so you get an official build number.
>
> Ludovic
>
> Peter Flynn a écrit :
>
>> Hi Ludovic,
>>
>> I pulled down the SVN trunk and was able to get WYSIWYG editing working after upgrading to this version. Looks great!
>>
>> One thing though: did I actually get the stable Beta you were talking about? My site is now reporting version itself as "0.9.0023", which appears to be a lower number than the "0.9.840" that I was running before. Is there a 1.0 branch I should have used instead?
>>
>> Thanks again,
>>
>> - Peter
>>
>>
>> -----Original Message-----
>> From: Peter Flynn
>> Sent: Monday, December 04, 2006 4:47 PM
>> To: 'Ludovic Dubost'
>> Subject: RE: WYSIWYG setup
>>
>> Hi Ludovic,
>>
>> The "Edit HTML" link does not appear on that menu in my installation. I tried changing the preference the new way you have suggested, and although the change appears to stick this time, I still get the plain text editor when viewing a page. Does this make any sense to you?
>>
>> I may try the new SVN version to see if that fixes my problem. How difficult is it to upgrade my old installation? Is there a standard upgrade procedure documented anywhere?
>>
>> Thanks,
>> - Peter
>>
>>
>> -----Original Message-----
>> From: Ludovic Dubost [mailto:ludovic@xwiki.org]
>> Sent: Monday, December 04, 2006 2:43 PM
>> To: Peter Flynn
>> Subject: Re: WYSIWYG setup
>>
>>
>> Hi Peter,
>>
>> I understand that you don't want to wait for a Wiki ! I wouldn't too !
>> But December 13th is just a week away !
>>
>> I understand your concerns about running an unstable version, but at
>> this point the SVN version is as stable if not more as the 0.9.840.
>> You can run that SVN version with the older interface and the same wiki
>> (backup your database) and use the new WYSIWYG Editor.
>>
>> The reason why you should not use the WYSIWYG Editor in 0.9.840 is that
>> you will be disapointed and it will not be compatible with the upcoming
>> versions.
>> The older editor saves content as HTML. The new editor converts back and
>> forth to wiki syntax which allows to be compatible with non wysiwyg
>> editing and provides better versioning.
>>
>> If you really don't want to listen to the person who's knows XWiki best
>> ( :) ) the link to the wysiwyg editor is "Edit HTML" in the "More
>> Actions" menu.
>> To switch the wysiwyg editor you can choose "WYSWIYG" in the XWiki
>> Preferences (maybe using Edit Objects in 0.9.840).
>> However if I remember correctly in 0.9.840 new page creations were not
>> linking the the wyswiyg editor although the default editing tool is the
>> wysiwyg.
>>
>> Ludovic
>>
>> Peter Flynn a écrit :
>>
>>
>>> Hi Ludovic,
>>>
>>> Thanks for your quick response. Unfortunately, WYSIWYG editing is a key feature for us. The changes for 1.0 sound exciting, but we can't wait that long before setting up our Wiki. And I think we would rather not be using an unstable version from SVN.
>>>
>>>
>>
>>
>>> Would you have any insights into the problem I'm having with the current version?
>>>
>>> Thanks again,
>>> - Peter
>>>
>>> -----Original Message-----
>>> From: Ludovic Dubost [mailto:ludovic@xwiki.org]
>>> Sent: Monday, December 04, 2006 2:21 PM
>>> To: Peter Flynn
>>> Subject: Re: WYSIWYG setup
>>>
>>>
>>> Hi Peter,
>>>
>>> Great news to see XWiki go into Adobe ! We will be very proud of it.
>>>
>>> I strongly discourage any WYSIWYG Editing in 0.9.840.
>>> I suggest that you run using the latest SVN version of wait one week as
>>> we are releasing the new XWiki 1.0B1 next week with a brand new UI and
>>> Skin and the new WYSIWYG Editor.
>>> We are launching this at JavaPolis on December 13th..
>>>
>>> Ludovic
>>>
>>> Peter Flynn a écrit :
>>>
>>>
>>>
>>>> Hi Ludovic,
>>>>
>>>> I am trying to set up Xwiki for internal use here at Adobe, but we're
>>>> having trouble getting the WYSIWYG editing feature to work. I am
>>>> running version 0.9.840, which seemed to be the latest stable build on
>>>> your site.
>>>>
>>>> When I edit a page, there is no option to switch to WYSIWYG mode. I
>>>> tried following instructions to change the preferences
>>>> <http://mail-archive.objectweb.org/xwiki-users/2006-08/msg00074.html>,
>>>> but when I click Save Preferences I get the error "You are not allowed
>>>> to view this document or perform this action". This happens when I am
>>>> logged on as Admin, so it looks like something is going wrong.
>>>>
>>>> Can you give me any help with diagnosing this problem?
>>>>
>>>> Thanks in advance,
>>>>
>>>> - Peter Flynn
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>
>
>
--
Ludovic Dubost
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
AIM: nvludo Yahoo: ludovic
Hi all,
XWiki.com has been upgraded to the latest SVN version (which is close to
1.0B1).
This upgrade was partly forces upon us because of incompabilities
between certain wikis running the most recent version and others running
an older one. Due to changes to the class definition system, this was
not possible anymore.
Let us know if you see any problems on the hosted wikis
This also means that when an XWiki is upgraded to 1.0B1 it will be be
downgradable. This means admins need to be carefull and backup the database.
Ludovic
--
Ludovic Dubost
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
AIM: nvludo Yahoo: ludovic
Hi all,
i recently adapted xwiki to the needs of my company. As the
design issues were more complicated (also added some ajax stuff
to reload attachments/history/comments list when changing tabs,
added a breadcrumb plugin,... ) i choose to create my own xwiki
templates and put it into a own templates directory (templates_porsche).
My question is whether it is possible to make the templates
directory configurable via xwiki.cfg file? As it is now i have
to change the "templates" strings whitin the java code manually
com.xpn.xwiki.XWiki.pareTemplate()
com.xpn.xwiki.web.XWikiServletURLFactory.createTemplateURL()
Did anyone else come across the same problem?
greetings,
kris
Sorry guys, but the document at:
http://www.xwiki.com/xwiki/bin/view/Doc/HowToSetupVirtualWikis
Seems to be corrupt; can't view it with firefox or safari.
Has anyone got a copy of the instructions? Or another link which
works? Or - even better - could someone fix the doc on xwiki.com?
Thanks.
Jon