Hi XWikiers,
XE 1.5 Final version was supposed to be released today but we've
encountered some issues that must be fixed before final :
1) XWIKI-2564 : With the new AdminUI only the users with the admin
right on Panels can use the PanelWizard (Evelina is working on this)
2) We are currently testing XE 1.5RC1 on myxwiki.org and we suffer
from regular crashes, we are investigating on this.
Proposed dates:
* XE 1.5RC2 - july 18
* XE 1.5 final - promotion of XE 1.5RC2 as final on july 23.
Here's my +1.
Thanks,
JV.
Hi devs,
I've just committed a change that touches lots of files.
"
XWIKI-2464: Align Section title levels with corresponding HTML H
elements and remove the class attribute for section titles
XE-278: Remove "heading-1*" class attribute for sections
XPWATCHLIST-30: Remove "heading-1*" class attribute for sections
XSALBATROSS-33: Align Section title levels with corresponding HTML H
elements and remove the class attribute for section titles
XSDODO-2: Align Section title levels with corresponding HTML H
elements and remove the class attribute for section titles
XSFINCH-8: Align Section title levels with corresponding HTML H
elements and remove the class attribute for section titles
XSTOUCAN-42: Align Section title levels with corresponding HTML H
elements and remove the class attribute for section titles
XWIKI-2568: Continue implementing the new Rendering Architecture
* Added support for ID generation for section titles
* Some small refactorings
"
This means that:
* Section title level 1 now generate a h1 and not a h2, etc.
* There's no longer any class="heading-*" attribute
Consequence:
* You need to verify your apps and if you have templates or XWiki
pages that were explicitely using H elements, you need to modify them
accordingly. If you want to have the same style as section title
you'll also need to include a nested <span> element inside the <h*>
element.
I've modified XE but I haven't touched Curriki, XWS and Watch.
Note that this was required to have a clean new rendering behavior.
Thanks and sorry for the inconvenience.
-Vincent
Hello devs,
This is a small wondering I am having while reviewing selenium tests for
XWiki Watch. Quoting my last remark on XWATCH-182 :
I am still not sure whether or not tests that needs Internet connectivity
are acceptable (such as the tests that add feeds from distant sources as
Google Blog Search, etc.) I tend to think it is acceptable, as the only
case one would try to run the tests offline, he would have to do it
explicitly (with mvn -o), and thus would understand that a test method
with a name like "testAddRSSFeedFromGoogleBlogSearch" could indeed fail.
WDYT ?
Regards,
Jerome
Hi,
I'd like to modify our rendering for section titles and use matching H
tags. For example for "1.1" I'd like to use h2 and not h3 and h1 for
"1".
The main reason for this need (beyond it being more logical) is in the
new rendering. The XHTML parser I use (the one in wikimodel) will
automatically transform h2 into a level 2 section title.
In addition I'd like the HTML class element to be heading-X (e.g.
heading-1, heading-2, etc) instead of heading-1, heading-1-1,
heading-1-1-1, etc.
I have 2 options here:
1) modify the current code to generate the <h> tag and the matching
heading-X class attribute
2) only add new css definitions for heading-X class attributes (and
thus keep the old heading-1-1-1 ones too)
Option 2) is much simpler since option 1 involves modifying our
wysiwyg editor code too (and I don't know it at all).
WDYT?
Thanks
-Vincent
Hi everybody!
I have a question using these macros
{table}
category|sales
money |4
job|4
{table}
{chart:source=type:table;range:A1-B4|type=pie|title=pie in the sky}
{table}
Category | Sales ($)
Category 1 | 1000000
Category 2 | 500000
Category 3 | 500000
Total | = sum(B2:B4)
{table}
{chart:source=type:table;range:A1-B4|type=pie|title=pie in the sky}
I get two charts but they are the same. I can only builds charts relative
too:
{table}
category|sales
money |4
job|4
{table}
any help?
--
View this message in context: http://n2.nabble.com/Charts-and-Tables-tp576594p576594.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi everyone,
For your information, I started coding a "Texifier", i.e. a tool that
converts XWiki pages into a Tex file:
http://playground.xwiki.org/xwiki/bin/view/Main/Texifier
It relies on WikiModel and was written mainly for generating PDF from
XWiki pages using the power of pdflatex.
Comments welcome!
Cheers
Stéphane
Hi guys,
I recently found this blog: http://linuxhaters.blogspot.com/
Although he (OS X user) rants in a pretty heavy way, I found it entertaining
and to a certain degree he has some good points (note: I'm a Linux
supporter, though, dualboot guy).
Cheers,
Squirrel