Hi,
On Pages I want a simple line feed/(cr)/return line
and not a new paragraphs.
By exemple:
On Edit mode, I writing:
Hi
I's me
On Shown mode, the page display:
Hi It's me
I want:
Hi
I's me
What's the xwiki syntax for that?
I must modify xwiki.cfg?
Another think:
I want writing xwiki code but I don't want xwiki
execute the code.
I don't want Escape $ caracater.
By example:
On Edit mode, I writing:
{NotInterpret}
#set($tree =
$xwiki.doctree.getSpaceDocumentTree($doc.web))
#foreach($leaf in $tree)
bla bla
#end
{NotInterpret}
I want that on Page:
#set($tree =
$xwiki.doctree.getSpaceDocumentTree($doc.web))
#foreach($leaf in $tree)
bla bla
#end
BTW, the link "Help on XWiki Syntax"
(http://www.xwiki.com/xwiki/bin/view/Doc/XWikiSyntax?xpage=plain)
si broken!
Thxs for yours answers
-- Pascal
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Hi,
I have downloaded the latest xwiki 1.1 code and built xwiki.war file. This
version is faster than xwiki 1.0. But I am facing a peculiar problem. The
table tag in xwiki groups page is not getting displayed in form of a table
instead it is just showing up as follows:
{table} Member XWiki.EricGandt XWiki.GuthrieTaber {table}
with hyperlinks to edit table and add member options.
Please help me resolve this issue.
Ravi.
--
View this message in context: http://www.nabble.com/Table-display-in-xwiki-groups.-tf4065327.html#a115513…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thank you so much, both Erin and Vincent.
I have managed to get different spaces to display blog post of only their own space, however I can't make blog entries in any other spaces than the original blog space. (lucky me there are entries in Main so I can know the filtering works...)
Could someone please be a little more detailed about the how, where and what should be changed? Any code snippets to be had?
It would be great!
Thanks,
//Karin
-----Ursprungligt meddelande-----
Från: Erin Schnabel [mailto:ebullient.rain@gmail.com]
Skickat: den 6 juli 2007 14:40
Till: xwiki-users(a)objectweb.org
Ämne: Re: SV: [xwiki-users] How to make a new blog
I've done this with our installation for team-level news. Just adjust
the "Add news" form to include a space/web as input (or copy the "Add
news" to the space you want, and fill in the space/web value), and as
Vincent said, filter display of news from within those spaces.. that
is, make a "NewSpace.News" or "NewSpace.Blog" page that lists only
those entries belonging to the space, and you're done.
On 7/6/07, Karin Wiklund <karin.wiklund(a)idainfront.se> wrote:
>
>
> Ah! :) I just had to log in again to make it work...
> http://jira.xwiki.org/jira/browse/XE-73
>
> //Karin
>
> -----Ursprungligt meddelande-----
> Från: Vincent Massol [mailto:vincent@massol.net]
> Skickat: den 6 juli 2007 13:19
> Till: xwiki-users(a)objectweb.org
> Ämne: Re: SV: [xwiki-users] How to make a new blog
>
>
>
>
> On Jul 6, 2007, at 1:02 PM, Karin Wiklund wrote:
>
>
> I'd love to, but I don't have the rights to create issues on jira.xwiki.org
> :)
>
> You do have the rights. You need to create a user that's all :)
>
>
> Thanks
> -Vincent
>
>
>
> And thank you for answering. If I figure out something useful I'll let you
> know.
>
> //Karin
>
> -----Ursprungligt meddelande-----
> Från: Vincent Massol [mailto:vincent@massol.net]
> Skickat: den 6 juli 2007 12:05
> Till: xwiki-users(a)objectweb.org
> Ämne: Re: [xwiki-users] How to make a new blog
>
> BTW, I think that's an interesting feature that we could have out of the
> box. If you wish you could create a jira issue for this in the XWiki
> Enterprise jira project on jira.xwiki.org.
>
>
> Thanks
> -Vincent
>
>
>
> On Jul 6, 2007, at 12:01 PM, Vincent Massol wrote:
>
>
>
>
> On Jul 6, 2007, at 11:22 AM, Karin Wiklund wrote:
>
>
> Hi,
> This might be a stupid question but I hope someone will be patient enough to
> answer it;
> How do I make a new blog? I don't want another entry, I want another blog.
> My company wants to give each developement project their own blog on the
> company xwiki.
>
> I've scanned the mailinglist archíves and the xwiki.org site for help, but
> haven't found anything useful.
>
> I would greatly appreciate your help on this
>
>
> A blog is made of the following:
> - An Article class and associated classsheets/templates
> - XWiki documents to which an Article object is added to
> - A Main XWiki Document listing blog entries (Blog.WebHome)
>
>
> Right now the classsheet and Blog.WebHome pages use the Blog.Macros document
> to display blog entries. That macro looks for all documents in the xwiki
> which have an Article object attached.
>
>
> If you want several blogs you'll need to add a variable to tell the
> Blog.Macros macro to only look in a portion of the wiki. For example you
> could decide to pass a Space so that only blog entries in that space are
> displayed.
>
>
> Try editing the Blog.WebHome page and the Blog.Macros macro and you'll
> understand.
>
>
> Warning: you'll need some understanding of XWiki objects/classes/templates.
> See the dev guide for more on this.
>
>
> Thanks
> -Vincent
>
>
>
>
>
>
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> To unsubscribe:
> mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> To unsubscribe:
> mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
--
'Waste of a good apple' -Samwise Gamgee
Hi, I am trying to download xwiki source code using
svn co svn://svn.forge.objectweb.org/svnroot/xwiki/trunks-users
and
svn co svn://svn.forge.objectweb.org/svnroot/xwiki/xwiki-platform/core/trunk
But, I am getting this error:
svn: Unknown hostname 'svn.forge.objectweb.org
Since I am behind a proxy, I have create appropriate entries in server file
for my subversion client:
objectwebgroup = *.objectweb.org
[objectwebgroup]
http-proxy-host = xxx.xxx.xxx.xxx
http-proxy-port = xxxx
Any Idea why I am getting this problem? Also, when I tried to download zip,
tgz, tgbz2 from http://fisheye2.cenqua.com/browse/~br=XWIKI_1_0/xwiki
I am getting HTML files, though they are named: tarball.zip/tgz/tgbz2, I saw
the contents and it is HTML. I also found following tag in this files:
<div class="welcomePane">
<p><strong>FishEye was unable to process your request.</strong></p>
java.lang.StackOverflowError<br/>
Does this suggest that something's wrong with the servers right now ?
Thanks & Regards,
Advait Trivedi
--
View this message in context: http://www.nabble.com/problems-faced-obtaining-xwiki-source-tf4034498.html#…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm looking to use xwiki, though would like to do some
custom skins and
templates for my site. I was looking at the various vm
files under the
"templates" directory, though am becoming horribly
confused as to the
flow, page life cycle, and generally how everything is
connected.
Is there some good resources I can read about how
everything fits
together and also possible some sample applications?
I'm not really sure
where to start or even how the main page for xwiki is
being
generated...I tried looking through the xwiki website,
though
customization documentation seems sparse, though I may
have just totally
missed something...thanks in advance...
Thanks,
Josh
Hello,
I am a newbie to XWiki and wanted some information.
As XWiki is written in Java, it can run on any O.S.
Which O.S should be the best choice for installing XWiki.
I am sure each of you has had his own experiences with Windows as well as Linux.
So, how good can Xwiki be, if we install it on Linux or on Windows ?
--
Regards
Umair
Oops! Operating system... :-( http://en.wikipedia.org/wiki/Operating_system . I know platform is extensively used with a lot of meanings. In this case it seems a platform, XWiki (application software), running on top of another platform (system software + hardware). But of course criticism is easier than to propose an alternative! So, let's see if I am able to propose something about that... :-)
It will be great to help with this page (or any other)... I'll do my best! But it would be advisable I have a better understanding about the whole thing! I'm catching up with that. In fact some users here have started some help pages: I've advised them to go to xwiki.org, check there and try to help building this help repository. It makes no sense doing things twice!
Cheers,
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
>>> Vincent Massol<vincent(a)massol.net> 11/7/2007 11:34 >>>
Hi Ricardo,
- First, as you've asked about the distinctions it means the description on the download page isn't good enough so that needs to be improved. I wouldn't mind getting your help for that :)
- Second, you say that there's a confusion on the word "platform" in the download page. I checked it and cannot see the confusion. However I don't understand what "Operative System" means... ;)
Thanks
-Vincent
I am an absolute beginner concerning xwiki. I read some of the documentation
and find it very confusing.
I wrote a java program to create xwiki pages. The upper part of each page is
a text that should be editable by the user, the lower part contains a groovy
statement which should NOT be editable by the reader.
Is there a possibility to protect the groovy code?
Regards,
Dieter
--
View this message in context: http://www.nabble.com/protected-area-in-xwiki-page---tf4048551.html#a114997…
Sent from the XWiki- Users mailing list archive at Nabble.com.
hi,
i have a long xwiki page that spans several screens.
when i try to edit sections of the page some of my data
(escpecially code blocks {code}) disappear when i save
them. this happens always during switches between edit
modes.
has anyone experienced the same problem?
i'm using xwiki 1.0-rc2. If necessary i can provide my exported page
to reproduce the error.
g,
kris
Thanks indeed, Sergiu.
I think I can get the point. Thus, to migrate from a milestone-1 installation it will enough to download xwiki-web-standard-1.1-milestone-3-hsqldb.war, deply it and point the installation to the existing database. xwiki-application-panels-1.1-milestone-3.xar could content pages that allow to take advantage of the new M3 features, so I must take a look to its contents and upload those pages being used in the former installation. Please, is this correct? If yes, could it be advisable to include a link to xwiki-web-standard-1.1-milestone-3-hsqldb.war in http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11M3? Something like...
"There have been no changes to the database structure so you can simply install this version and configure it to point to your existing database. However you may want to import the default wiki XAR in order to benefit from improvements listed above. You'll find above the list of pages that have been modified so you can restrict your import to those pages if you're already using a XWiki 1.0 XAR."
By the way, the word "platform" is used with two different meanings in the download page: one refers to the framework on which XWiki may be run and the other to the "base" XWiki components by themselves. As far as the first meaning mostly refers to operative systems, could it be advisable to change this table heading to Operative System instead of Platform?
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
>>> Sergiu Dumitriu<sergiu.dumitriu(a)gmail.com> 10/7/2007 01:54 >>>
This reflects the new structure of the repository, and the separation
of the "old" xwiki into different parts/modules.
So, there are 3 major parts that can be seen:
- xwiki-platform-core is the java platform that works behind the scene
(the model and controller in MVC). It does not contain any
presentational templates or documents. In the final package this
contributes most of the WEB-INF directory, except some configuration
files.
- xwiki-web-standard (or xwiki-platform-web/standard, as it is in the
repository) adds the view part (templates, static files,
stylesheets...). In the final .war this contributes all the other
directories except most of WEB-INF. Still, this does not contain any
documents. Together with the core, it can be used as the basis for any
XWiki product, like XWiki Enterprise, XWiki Watch or Curriki.
- xwiki-enterprise (or xwiki-products-enterprise) is now a product
built on top of the XWiki platform, and adds only the documents that
can be seen in a fresh XWiki. You can still build a war without this
module, but it will not contain any users, classes, templates, plain
documents or applications. It can also be deployed as a standalone
application, containing everything needed to run XWiki (container,
database, webapp, scripts to start/stop the container).
Actually there are more modules, but you can look at the svn structure
to see them all.
On 7/10/07, Ricardo Rodríguez - Your XEN ICT Team <webmaster(a)xen.net> wrote:
>
>
> Hi, Vincent, hi all,
>
> I've been trying to follow the development of the new milestone by following
> messages sent to xwiki-dev, but I am afraid I have missed some point. A
> doubt that has arisen when going to download the new release: why the
> standalone installation file is called
> xwiki-enterprise-1.1-milestone-3-hsqldb.zip whereas the war file is called
> xwiki-web-standard-1.1-milestone-3-hsqldb.war? Why the first one is
> -enterprise- and the second one -web-standard-?
>
Sergiu
--
http://purl.org/net/sergiu
Hi All,
I built XWiki using tomcat, on oracle(and created the database with 36
tables) .
I tried to login with username/password as Admin/Admin (as given in
http://www.xwiki.org/xwiki/bin/view/Main/Documentation , for my sql in
comments section); but it does not accept the user.
I also see
1) Login
2) Administration
on the top right corner of the browser, but there is no user
creation/registration link.
Please suggest if i need to create a user using some DB scripts, or if i
could have gone wrong somewhere.
Thanks
Gaurav
Hi Sergiu,
Thanks for the answer. So I am going to wait for the new release that will solve this Bug.
Bye
Hello,
This is indeed a bug in XWiki, caused by the fact that the there are
two caches that don't communicate with each other, one for XML-RPC
requests, and one for normal (servlet) requests. It should be solved
soon.
On 7/9/07, diaga(a)nomade.fr <diaga(a)nomade.fr> wrote:
> Hi,
> I was testing the exchange of data with Xwiki using XMLRPC and I had a strange behaviour. When trying to update a page by adding some content, I had to relogging to view the change, this normal I think. But when I remove the content of the page and I put a new one, I have to reboot my Web Server. It's a strange behaviour for me. So is the problem coming from me ( environment: Apache Tomcat, database Mysql, Xwiki 1.0 ) or is this the normal behaviour?
> If you have any idea, thank you for your suggestion. Bye
>
>
>
Sergiu
--
http://purl.org/net/sergiu
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis à conditions.
Hi Gaurav,
I can answer that. The password for the user Admin (with upper cas A) is admin (with lower case a) (as given in <http://www.xwiki.org/xwiki/bin/view/Main/Documentation> http://www.xwiki.org/xwiki/bin/view/Main/Documentation :) ) You could also uncomment the superadmin in xwiki.cfg and use that one if nothing else works.
good luck!
//Karin
-----Ursprungligt meddelande-----
Från: Gaurav Upadhyaya [mailto:gauravu@2xprime.com]
Skickat: den 11 juli 2007 08:22
Till: xwiki-users(a)objectweb.org
Ämne: [xwiki-users] XWiki Login Issue.
Hi All,
I built XWiki using tomcat, on oracle(and created the database with 36 tables) .
I tried to login with username/password as Admin/Admin (as given in http://www.xwiki.org/xwiki/bin/view/Main/Documentation , for my sql in comments section); but it does not accept the user.
I also see
1) Login
2) Administration
on the top right corner of the browser, but there is no user creation/registration link.
Please suggest if i need to create a user using some DB scripts, or if i could have gone wrong somewhere.
Thanks
Gaurav
Hi,
I am required to provide xwiki as JSR-168 portlet. I came to know that
currently JSR 168 portlet is not supported but portlet for exo platform is
supported. Can any one suggest me best strategy to providing JSR 168
portlet? how should i start? does xwiki provide a service layer which can be
called from portlet? How should i go about presentation layer, can i reuse
xwiki's code for presentation layer? i am not sure how should i start? i
have worked as an end-user with xwiki by setting it up on my box.
Thanks & Regards,
Advait Trivedi
--
View this message in context: http://www.nabble.com/jsr-168-portlet-for-xwiki-tf4055788.html#a11520689
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I've finished writing a tutorial for XWiki. In this tutorial you learn :
* how to install XWiki (Tomcat, MySQL)
* how to create pages and change their content
* create user and deal with access rights
* and other little things (change title, change skin...)
I'm in the process of uploding it to developpez.com web site but before I
was wondering if one of you (speaking french) would like to have a quick
read through (in case there are some mistakes).
Let me know.
Antonio
Hello,
I recently inherited an xwiki site. I was able to use the superadmin to login to the site (thanks, Sergiu!), but once logged in, the button bar containing the Home, Blog, Knowledge Base, Search, Admin, Doc, and Register buttons is not visible.
I'm guessing this is a skin issue, but I don't know where to start. I'm using tomcat to serve up xwiki.war for the site, and I don't have the original code or site which was bundled into the war file.
Any help would be appreciated, and thanks in advance!
Sincerely,
John Goetz
Apogen Technologies
Las too-danged-hot Vegas
I will be out of the office starting 06/28/2007 and will not return until
07/11/2007.
If you have an open case with me and cannot wait until I return, please
call 1-800-274-8184 and speak with Customer Support.
I am using xwiki-1.1-milestone-2.3619. When I Show --> History, it does not
show a corresponding version.
Example:
Newly created page with 3 different edits.
Edit 1
Version 1.2 last modified by Administrator on 09/07/2007 at 09:41
Edit 2
Version 1.3 last modified by Administrator on 09/07/2007 at 09:42
Edit 3
Version 1.4 last modified by Administrator on 09/07/2007 at 09:44
Show --> History
1.3 Administrator 09/07/2007 09:44 Rollback
1.2 Administrator 09/07/2007 09:42 Rollback
1.1 Administrator 09/07/2007 09:41 Rollback
When I select "From" on Version 1.3 and "To" for 1.1.
changes
From Version 1.4 To 1.2 edited by Administrator on 2007/07/09 09:41
<green color bar>Edit 1
< red color bar>Edit 3
I thought you may want to know about this bug. If there is a better way to
submit bugs, let me know. I am new to learning wikis and to xwiki. As soon
as I get up to speed, I will be glad to help the project.
Keep up the good work.
Sincerely,
Carlos Pruitt
Hi, Vincent, hi all,
I've been trying to follow the development of the new milestone by following messages sent to xwiki-dev, but I am afraid I have missed some point. A doubt that has arisen when going to download the new release: why the standalone installation file is called xwiki-enterprise-1.1-milestone-3-hsqldb.zip whereas the war file is called xwiki-web-standard-1.1-milestone-3-hsqldb.war? Why the first one is -enterprise- and the second one -web-standard-?
Thanks for the great work the XWiki team is allowing us to enjoy. Hopefully we can contribute in the near future!!!
Best,
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
>>> Vincent Massol<vincent(a)massol.net> 9/7/2007 23:43 >>>
The XWiki development team team is pleased to announce the availability of the 1.1 Milestone 3 release of XWiki Enterprise
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
Version 1.1 Milestone 3 is mostly a bug fix release. There's also been a big internal change in that XWiki has been reorganized to separate the Platform from the Products developed on top of it and a modular automated build system using Maven2 has been setup. This was done to support the multiple products that will be released in the near future: XWiki Enterprise (the current Wiki you've come to know and love), XWiki Enterprise Manager (Multi Wiki management tool), XWiki Watch (social feed reader) and more.
Main changes:
* Lots of bugs fixed
* XWIKI-798 - XWiki does not work on Java 1.6
* XWIKI-1411 - Allow date format in footer to be customized (for Albatross and Finch skins)
* XWIKI-1453 - Allow specifying the list of toolbars to display in the WYSIWYG editor
* XWIKI-1355 - The page displayed by UnknownAction should be configurable
* XWIKI-1410 - Configurable list of initial groups
* XWIKI-1372 - Make XWiki platform GWT-ready
+ several other changes.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11M3
Enjoy
-The XWiki development team
Hopefully the XWiki farm will also get some updates/upgrades soon?
-------------- Original message ----------------------
From: Vincent Massol <vincent(a)massol.net>
>
> The XWiki development team team is pleased to announce the
> availability of the 1.1 Milestone 3 release of XWiki Enterprise
> Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
>
> Version 1.1 Milestone 3 is mostly a bug fix release. There's also
> been a big internal change in that XWiki has been reorganized to
> separate the Platform from the Products developed on top of it and a
> modular automated build system using Maven2 has been setup. This was
> done to support the multiple products that will be released in the
> near future: XWiki Enterprise (the current Wiki you've come to know
> and love), XWiki Enterprise Manager (Multi Wiki management tool),
> XWiki Watch (social feed reader) and more.
>
> Main changes:
>
> * Lots of bugs fixed
> * XWIKI-798 - XWiki does not work on Java 1.6
> * XWIKI-1411 - Allow date format in footer to be customized (for
> Albatross and Finch skins)
> * XWIKI-1453 - Allow specifying the list of toolbars to display
> in the WYSIWYG editor
> * XWIKI-1355 - The page displayed by UnknownAction should be
> configurable
> * XWIKI-1410 - Configurable list of initial groups
> * XWIKI-1372 - Make XWiki platform GWT-ready
>
> + several other changes.
>
> See the full release notes on http://www.xwiki.org/xwiki/bin/view/
> Main/ReleaseNotesXWikiEnterprise11M3
>
> Enjoy
> -The XWiki development team
>
>
>
>
The XWiki development team team is pleased to announce the
availability of the 1.1 Milestone 3 release of XWiki Enterprise
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
Version 1.1 Milestone 3 is mostly a bug fix release. There's also
been a big internal change in that XWiki has been reorganized to
separate the Platform from the Products developed on top of it and a
modular automated build system using Maven2 has been setup. This was
done to support the multiple products that will be released in the
near future: XWiki Enterprise (the current Wiki you've come to know
and love), XWiki Enterprise Manager (Multi Wiki management tool),
XWiki Watch (social feed reader) and more.
Main changes:
* Lots of bugs fixed
* XWIKI-798 - XWiki does not work on Java 1.6
* XWIKI-1411 - Allow date format in footer to be customized (for
Albatross and Finch skins)
* XWIKI-1453 - Allow specifying the list of toolbars to display
in the WYSIWYG editor
* XWIKI-1355 - The page displayed by UnknownAction should be
configurable
* XWIKI-1410 - Configurable list of initial groups
* XWIKI-1372 - Make XWiki platform GWT-ready
+ several other changes.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWikiEnterprise11M3
Enjoy
-The XWiki development team
Hello,
I recently inherited a local xwiki site (for internal use), and have no idea of the admin password. Is there any way to recover/reset this?
I have a regular user account&password that works. Is there any way to upgrade the user account to an admin account?
Alternatively, if I have to reinstall xwiki, is there any way I can save and reload the information? Would mysqldump be useful?
Thanks in advance for any help.
Sincerely,
John G.
Apogen Technologies
Las Vegas NV
Yes, it's hot! I don't care if it's a *dry* heat or not!
Hi Peter,
There's a better solution. We now have an #includeInContext macro
that would work exactly as you wanted:
http://www.xwiki.org/xwiki/bin/view/Code/IncludeInContextMacro
Hope it helps,
-Vincent
On Jan 13, 2006, at 11:23 PM, Peter Flynn wrote:
> Aha, now I understand what was happening: we were using #includeForm
> () as a way of inserting snippets of boilerplate text (like the
> “non-neutrality” warnings seen on Wikipedia, etc.). Since those
> snippets weren’t really proper forms, the “Edit this Page” behavior
> looked screwed up—nothing was becoming editable, so it looked like
> just another static view of the page.
>
>
>
> I’ve worked around this by writing a new #insert() macro that
> simply wraps #includeForm() so that XWiki doesn’t see it being
> referenced in the page. (It would also work to just switch to
> #includeTopic(), but I want macros in the snippets to be evaluated
> in the including page’s context).
>
>
>
> Thanks for the lead, Vincent!
>
>
>
> - Peter
>
>
>
> From: Vincent Massol [mailto:vincent@massol.net]
> Sent: Wednesday, December 13, 2006 12:39 AM
> To: xwiki-users(a)objectweb.org
> Subject: RE: [xwiki-users] "Inline" mode
>
>
>
> Hi Peter,
>
>
>
> I wondered about this myself and documented it here: http://
> www.xwiki.org/xwiki/bin/view/UserGuide/
> PageEdition#HFormeditionmode28akainlinemode29 in the user guide.
>
>
>
> Thanks
>
> -Vincent
>
>
>
>
>
> From: Peter Flynn [mailto:pflynn@adobe.com]
> Sent: mardi 12 décembre 2006 23:09
> To: xwiki-users(a)objectweb.org
> Subject: [xwiki-users] "Inline" mode
>
>
>
> 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
>
> <messagefooter.txt>
Can the XWiki syntax list just be removed? I just need a clean edit window to continue working...and be able to point others to XWiki without saying that it does not work well...
-------------- Original message ----------------------
From: wangwh(a)att.net
>
> Hi, Vincent,
>
> This is still an open issue.
>
> The recent unknown changes on XWiki farm made editing pages difficult, since the
> edit window is covered by XWiki syntax list.
>
> Moving just the skin to albatross does not solve the problem, since, as an user,
> I cannot switch over to albatross, and the new skin does not allow changing menu
> items and modifying skin. It is not possible for me to really move to albatross.
>
> Staying in Dodo is not good, since it is hard to edit and hard to get others to
> use XWiki.
>
> What other options do we have in using XWiki farm sites?
>
> Thanks for help.
> Wei-hsing
>
>
>
>
> -------------- Original message ----------------------
> From: Vincent Massol <vincent(a)massol.net>
> >
> >
> > On Jun 24, 2007, at 1:55 AM, wangwh(a)att.net wrote:
> >
> > > Hi, Vincent,
> > >
> > > Thanks. Please switch my new site KHCLC to the new skin. I will
> > > learn to use it.
> >
> > Done. I have put a right menu bar with search, navigation and create
> > page panels. Feel free to modify these. The docs are on the code zone
> > in the applications category, in Panels.
> >
> > > I will learn to switch skins for my other wikis, since that could
> > > mean some customization work.
> > >
> > > I guess there are many others have to face this process (can't
> > > avoid anymore).
> >
> > Agreed. We're looking into it. It probably entails upgrading the farm
> > to 1.0 or 1.1M2.
> >
> > Thanks
> > -Vincent
> >
> > > -------------- Original message ----------------------
> > > From: Vincent Massol <vincent(a)massol.net>
> > >>
> > >>
> > >> On Jun 23, 2007, at 6:14 AM, wangwh(a)att.net wrote:
> > >>
> > >>> I don't know JIRA, but the site did not have a problem, just
> > >>> happened a few weeks ago. from this email, others have the same
> > >>> problem. I don't know how to produce it. Something changed on the
> > >>> XWiki farm.
> > >>> I just created a new site on XWiki, khclc.xwiki.com, the problem
> > >>> appears!
> > >>> You can login as testone and use password xwiki to edit the first
> > >>> page, you will see the edit window is covered by XWiki syntax
> > >>> list...
> > >>
> > >> Right. There's definitely something wrong. I also think it's high
> > >> time to switch to the Albatross skin.
> > >>
> > >> I'm copying Raffaello as I think this farm is being redone as we
> > >> speak so it would be good to hear what's going to happen in the near
> > >> future.
> > >>
> > >> Would you be ok if I switch your wiki to the new albatross skin to
> > >> see if we still get this problem?
> > >>
> > >> Thanks
> > >> -Vincent
> > >>
> > >>> -------------- Original message ----------------------
> > >>> From: Vincent Massol <vincent(a)massol.net>
> > >>>>
> > >>>> Hi there,
> > >>>>
> > >>>> On Jun 19, 2007, at 1:31 PM, Harlan wrote:
> > >>>>
> > >>>>> <wangwh@...> writes:
> > >>>>>
> > >>>>>>
> > >>>>>> I have a site on XWiki.com farm, when I edit a page, the XWiki
> > >>>>>> syntax list
> > >>>>> shift from the right to the left and
> > >>>>>> overlap on the edit window. This is new to me, just happened
> > >>>>>> today. Anyone
> > >>>>> else have seen this?
> > >>>>>
> > >>>>> Yes, I'm having exactly the same behavior with a wiki that's been
> > >>>>> hosted on
> > >>>>> xwiki.org for more than two years. I'm happy to email a screenshot
> > >>>>> of the
> > >>>>> behavior to anyone. I've seen the problem on both Firefox and IE
> > >>>>> for Windows. Is
> > >>>>> this going to be fixed? Thanks,
> > >>>>
> > >>>> Is there a JIRA issue about it that clearly describes how to
> > >>>> reproduce it?
> > >>>>
> > >>>> Thanks
> > >>>> -Vincent
> > >>>>
> >
> >
>
>
Hi, Vincent,
This is still an open issue.
The recent unknown changes on XWiki farm made editing pages difficult, since the edit window is covered by XWiki syntax list.
Moving just the skin to albatross does not solve the problem, since, as an user, I cannot switch over to albatross, and the new skin does not allow changing menu items and modifying skin. It is not possible for me to really move to albatross.
Staying in Dodo is not good, since it is hard to edit and hard to get others to use XWiki.
What other options do we have in using XWiki farm sites?
Thanks for help.
Wei-hsing
-------------- Original message ----------------------
From: Vincent Massol <vincent(a)massol.net>
>
>
> On Jun 24, 2007, at 1:55 AM, wangwh(a)att.net wrote:
>
> > Hi, Vincent,
> >
> > Thanks. Please switch my new site KHCLC to the new skin. I will
> > learn to use it.
>
> Done. I have put a right menu bar with search, navigation and create
> page panels. Feel free to modify these. The docs are on the code zone
> in the applications category, in Panels.
>
> > I will learn to switch skins for my other wikis, since that could
> > mean some customization work.
> >
> > I guess there are many others have to face this process (can't
> > avoid anymore).
>
> Agreed. We're looking into it. It probably entails upgrading the farm
> to 1.0 or 1.1M2.
>
> Thanks
> -Vincent
>
> > -------------- Original message ----------------------
> > From: Vincent Massol <vincent(a)massol.net>
> >>
> >>
> >> On Jun 23, 2007, at 6:14 AM, wangwh(a)att.net wrote:
> >>
> >>> I don't know JIRA, but the site did not have a problem, just
> >>> happened a few weeks ago. from this email, others have the same
> >>> problem. I don't know how to produce it. Something changed on the
> >>> XWiki farm.
> >>> I just created a new site on XWiki, khclc.xwiki.com, the problem
> >>> appears!
> >>> You can login as testone and use password xwiki to edit the first
> >>> page, you will see the edit window is covered by XWiki syntax
> >>> list...
> >>
> >> Right. There's definitely something wrong. I also think it's high
> >> time to switch to the Albatross skin.
> >>
> >> I'm copying Raffaello as I think this farm is being redone as we
> >> speak so it would be good to hear what's going to happen in the near
> >> future.
> >>
> >> Would you be ok if I switch your wiki to the new albatross skin to
> >> see if we still get this problem?
> >>
> >> Thanks
> >> -Vincent
> >>
> >>> -------------- Original message ----------------------
> >>> From: Vincent Massol <vincent(a)massol.net>
> >>>>
> >>>> Hi there,
> >>>>
> >>>> On Jun 19, 2007, at 1:31 PM, Harlan wrote:
> >>>>
> >>>>> <wangwh@...> writes:
> >>>>>
> >>>>>>
> >>>>>> I have a site on XWiki.com farm, when I edit a page, the XWiki
> >>>>>> syntax list
> >>>>> shift from the right to the left and
> >>>>>> overlap on the edit window. This is new to me, just happened
> >>>>>> today. Anyone
> >>>>> else have seen this?
> >>>>>
> >>>>> Yes, I'm having exactly the same behavior with a wiki that's been
> >>>>> hosted on
> >>>>> xwiki.org for more than two years. I'm happy to email a screenshot
> >>>>> of the
> >>>>> behavior to anyone. I've seen the problem on both Firefox and IE
> >>>>> for Windows. Is
> >>>>> this going to be fixed? Thanks,
> >>>>
> >>>> Is there a JIRA issue about it that clearly describes how to
> >>>> reproduce it?
> >>>>
> >>>> Thanks
> >>>> -Vincent
> >>>>
>
>