How can I turn off the "shortcut" URLs where /bin/Space/Page is
interpreted as /bin/view/Space/Page?
(Specifically, I'm using mod_redirect to clean up the URL
architecture and need to assume that anything prefixed /bin that
isn't /bin/view needs to be passed through as an action.)
- - -
Hans Gerwitz
http://phobia.com/
Hello!
The attached patch solves a problem in UTF-8 environments when creating
PDFs. It also requires the attached fop.cfg.xml (goes into
src/main/resources/).
With that patch applied, PDFs can be generated in an UTF-8 environment,
i.e. no longer exceptions while doing so. But the generated PDFs might
not contain all characters. This depends on the font being used to
generate the PDF. To make this work under all circumstances, one would
need a font containing the complete UTF-8 character set. Unfortunately
such fonts are not freely available. But for instance the DejaVu font
(which is based on the free BitStream Vera font) would be an option,
though CJK users would need to use another font.
To switch between the different fonts, it is currently required to edit
the xhtml2fo.xsl (the patch contains a comment which shows how to switch
to a Japanese font, at least for normal text).
Maybe using several xsl files, depending on the language settings of the
page would be an option to select the correct font?
--
Michael Reinsch <mreinsch(a)mandriva.com>
------------------------------------------------------------------------
Hi all,
This version is just for testing purpose.
Like ludovic said, all xwiki activated test on the plateform are
passing now. So we decide to release an unstable version of xwiki.
It's not the beta 1.
here is the release notes:
XWiki snapshot 0.9.1037 for developer testing before releasing.
Upgrade from 0.9.840 will be documented later. Backup your data before
upgrading. You should not use this in production. xwiki-0.9.1037.exe
is the Jetty + HSQLDB version with Windows Installer and pre-installed
database. xwiki-0.9.1037.war is the webapp for your favorite servlet
engine xwiki-exo-0.9.1037.war is the webapp for the eXo Portal v1.1
xwiki-jetty-0.9.1037.tar.gz is tha Jetty + HSQLDB version with
pre-installed database for any platform (Linux, Mac, Windows, or
other)
You can find the files here :
http://forge.objectweb.org/project/showfiles.php?group_id=170
this is the road map:
http://jira.xwiki.org/jira/browse/XWIKI?report=com.atlassian.jira.plugin.sy…
Can you send us some feedback about this version?
Jérémi
--
Blog: http://www.jeremi.info
LinkedIn: https://www.linkedin.com/profile?viewProfile=&key=1437724
Project Manager XWiki: http://www.xwiki.org
skype: jeremi23 -- msn et gtalk : jeremi23(a)gmail.com
Hi all,
For those of you who use a svn version of XWiki, please upgrade. there
was a bug in the right management now fixed. The version 0-9-840
doesn't need to be upgraded.
All activated tests are now passed on the build platform.
Soon, we will release the beta1 of xwiki 1.0.
Jérémi
--
Blog: http://www.jeremi.info
LinkedIn: https://www.linkedin.com/profile?viewProfile=&key=1437724
Project Manager XWiki: http://www.xwiki.org
skype: jeremi23 -- msn et gtalk : jeremi23(a)gmail.com
My team is integrating xwiki into a heavily trafficed commercial site (over a million uniques a day).
We have hundreds of thousands of registered users. Our current tests indicate that the tie to add a new user is linear with respect to the number of users already added. We went from less than 1/2 second per user to over a second per new user as our test data grew from 3k to 10k users.
The bottleneck seems to be a database query that has to iterate over all existing users in order to add an additional user.
Any feedback would be appreciated. As far as I can see, we are using standard xwiki functions to add users. Let me know what information you need from me in order to help provide accurate feedback.
Thank you,
Andy