Re: [xwiki-users] Style change on some xwiki.com wikis?
The problem seems to be that elements.css is no longer loading correctly: http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css It is imported by xwiki.css : http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css . This seems to be happening to at least one other wiki, which I believe is also on the "pro" system: http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css Regards, Robin On 26/08/06, Robin Fernandes <[email protected]> wrote:
Hi,
Maybe it's temporary, but it looks like there was a change to some of the default styles on xwiki.com (at least on my wikis, which had been moved to on the "pro" server). Font suddenly changed to Times New Roman and there's a gap above the more actions menu making it hard to use, amongst other things.
In case anyone is having the same problem, adding the following CSS to the stylesheets.vm template (after the inclusion of the external CSS files) seems to help:
body { margin: 0; padding: 0em; min-width: 50em; font-size: 75.01%; /* 12px [1] */ line-height: 1.5em; /* 18px [2] */ background: white; color: black; font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif; }
I'll leave this wiki in a "broken" state for a little while, while I try to figure out exactly what changed. :) http://openmpt.xwiki.com/xwiki/bin/view/Main/
Regards, Robin
There are a few other issues: . #toc("" "" "") is broken: # anchor offsets in the links are preceded by a superfluous 'H' character. See http://openmpt.xwiki.com/xwiki/bin/view/Manual/Plugins for an example. . RDF feeds are broken: in the link elements, the entire URL is escaped, including characters that shouldn't be. So "http://" becomes http%3A%2F%2F ... See: http://openmpt.xwiki.com/xwiki/bin/view/Main/WebRss?xpage=rdf Perhaps someone is experimenting with the base skins & macros, and some of us are suffering the consequences? :) Cheers, Robin On 26/08/06, Robin Fernandes <[email protected]> wrote:
The problem seems to be that elements.css is no longer loading correctly: http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css It is imported by xwiki.css : http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css .
This seems to be happening to at least one other wiki, which I believe is also on the "pro" system: http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css
Regards, Robin
On 26/08/06, Robin Fernandes <[email protected]> wrote:
Hi,
Maybe it's temporary, but it looks like there was a change to some of the default styles on xwiki.com (at least on my wikis, which had been moved to on the "pro" server). Font suddenly changed to Times New Roman and there's a gap above the more actions menu making it hard to use, amongst other things.
In case anyone is having the same problem, adding the following CSS to the stylesheets.vm template (after the inclusion of the external CSS files) seems to help:
body { margin: 0; padding: 0em; min-width: 50em; font-size: 75.01%; /* 12px [1] */ line-height: 1.5em; /* 18px [2] */ background: white; color: black; font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif; }
I'll leave this wiki in a "broken" state for a little while, while I try to figure out exactly what changed. :) http://openmpt.xwiki.com/xwiki/bin/view/Main/
Regards, Robin
Hi, We will look into this. I've upgraded the wikis hosted on the "pro" site to a recent version of the code. I thought I had handled it gracefully in a backwards compatible way. I have a few explanations of the source of the problems for some of it but not for all. Let me have a look. Thanks for reporting this. Ludovic Robin Fernandes a écrit :
There are a few other issues: . #toc("" "" "") is broken: # anchor offsets in the links are preceded by a superfluous 'H' character. See http://openmpt.xwiki.com/xwiki/bin/view/Manual/Plugins for an example. . RDF feeds are broken: in the link elements, the entire URL is escaped, including characters that shouldn't be. So "http://" becomes http%3A%2F%2F ... See: http://openmpt.xwiki.com/xwiki/bin/view/Main/WebRss?xpage=rdf
Perhaps someone is experimenting with the base skins & macros, and some of us are suffering the consequences? :)
Cheers, Robin
On 26/08/06, Robin Fernandes <[email protected]> wrote:
The problem seems to be that elements.css is no longer loading correctly: http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css It is imported by xwiki.css : http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css .
This seems to be happening to at least one other wiki, which I believe is also on the "pro" system: http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css
Regards, Robin
On 26/08/06, Robin Fernandes <[email protected]> wrote:
Hi,
Maybe it's temporary, but it looks like there was a change to some of the default styles on xwiki.com (at least on my wikis, which had been moved to on the "pro" server). Font suddenly changed to Times New Roman and there's a gap above the more actions menu making it hard to use, amongst other things.
In case anyone is having the same problem, adding the following CSS to the stylesheets.vm template (after the inclusion of the external CSS files) seems to help:
body { margin: 0; padding: 0em; min-width: 50em; font-size: 75.01%; /* 12px [1] */ line-height: 1.5em; /* 18px [2] */ background: white; color: black; font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif; }
I'll leave this wiki in a "broken" state for a little while, while I try to figure out exactly what changed. :) http://openmpt.xwiki.com/xwiki/bin/view/Main/
Regards, Robin
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
Robin Fernandes a écrit :
There are a few other issues: . #toc("" "" "") is broken: # anchor offsets in the links are preceded by a superfluous 'H' character. See http://openmpt.xwiki.com/xwiki/bin/view/Manual/Plugins for an example. This was due to a change in the heading generation and a little bug in it..
. RDF feeds are broken: in the link elements, the entire URL is escaped, including characters that shouldn't be. So "http://" becomes http%3A%2F%2F ... See: http://openmpt.xwiki.com/xwiki/bin/view/Main/WebRss?xpage=rdf
This was due to me making changes because the feed validator was not considering the feed valid when there is a white space in the URL. I tried some stuff which I should not have. Sorry about that. Ludovic
Perhaps someone is experimenting with the base skins & macros, and some of us are suffering the consequences? :)
Cheers, Robin
On 26/08/06, Robin Fernandes <[email protected]> wrote:
The problem seems to be that elements.css is no longer loading correctly: http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css It is imported by xwiki.css : http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css .
This seems to be happening to at least one other wiki, which I believe is also on the "pro" system: http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css
Regards, Robin
On 26/08/06, Robin Fernandes <[email protected]> wrote:
Hi,
Maybe it's temporary, but it looks like there was a change to some of the default styles on xwiki.com (at least on my wikis, which had been moved to on the "pro" server). Font suddenly changed to Times New Roman and there's a gap above the more actions menu making it hard to use, amongst other things.
In case anyone is having the same problem, adding the following CSS to the stylesheets.vm template (after the inclusion of the external CSS files) seems to help:
body { margin: 0; padding: 0em; min-width: 50em; font-size: 75.01%; /* 12px [1] */ line-height: 1.5em; /* 18px [2] */ background: white; color: black; font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif; }
I'll leave this wiki in a "broken" state for a little while, while I try to figure out exactly what changed. :) http://openmpt.xwiki.com/xwiki/bin/view/Main/
Regards, Robin
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
All, I must admit to a small amount of frustration here. I've asked for some assistance regarding LDAP on this list a few times, and received no responses. That said, I'm still hopeful that someone would be willing to lend a hand! I'd like to integrate an xwiki site with an existing LDAP directory. My first goal is to understand and implement whatever functionality currently exists for xwiki. My end goal would be that when someone with an LDAP entry logs into the xwiki site for the first time, their xwiki account will be automatically created. If someone would be willing to walk me through the process of getting my existing xwiki 840 instance working with LDAP, I'm more than willing to enhance the existing documentation in the Admin Guide at xwiki.org, so that it's easier to answer questions like mine. Thanks in advance, </CR>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, did you see http://www.xwiki.org/xwiki/bin/view/Dev/LDAPIntegrationAD (It contains a description for generic LDAP, not only AD). At the moment, only users are supported, not LDAP groups: http://www.xwiki.org/xwiki/bin/view/Dev/LDAPIntegration This works fine for me using 0.9.1252. When a user logs in, the user's page is created automatically. FYI, my configuration: xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl xwiki.authentication.ldap=1 xwiki.authentication.ldap.server=ldap.mydomain.com xwiki.authentication.ldap.port=389 xwiki.authentication.ldap.check_level=1 xwiki.authentication.ldap.base_DN=ou=People,o=mydomain,c=com xwiki.authentication.ldap.bind_DN=uid=wiki,ou=systems,o=mydomain,c=com xwiki.authentication.ldap.bind_pass=xxxxxxxxxx xwiki.authentication.ldap.UID_attr=uid xwiki.authentication.ldap.fields_mapping=name=uid,last_name=sn,first_name=givenName,fullname=cn,mail=mail,ldap_dn=dn Greetings, Michael Chris Rigsby wrote:
All,
I must admit to a small amount of frustration here. I've asked for some assistance regarding LDAP on this list a few times, and received no responses. That said, I'm still hopeful that someone would be willing to lend a hand!
I'd like to integrate an xwiki site with an existing LDAP directory. My first goal is to understand and implement whatever functionality currently exists for xwiki. My end goal would be that when someone with an LDAP entry logs into the xwiki site for the first time, their xwiki account will be automatically created.
If someone would be willing to walk me through the process of getting my existing xwiki 840 instance working with LDAP, I'm more than willing to enhance the existing documentation in the Admin Guide at xwiki.org, so that it's easier to answer questions like mine.
Thanks in advance,
</CR>
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
- -- Michael Redinger Zentraler Informatikdienst (Central IT Services) Universitaet Innsbruck Technikerstrasse 13 Tel.: ++43 512 507 2335 6020 Innsbruck Fax.: ++43 512 507 2944 Austria Mail: [email protected] BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFE8vdKD9ep2WXCwR0RAhE+AJ90pS0eQ4g2QHOw1C1HGGXUTTu5JACcDsgk R3JRNo3XhA9YrUgtfyOmreQ= =2++V -----END PGP SIGNATURE-----
Hi, I fixed this.. I made a mistake in the way I deactivated the new velocity parsing of stylesheet files (which will allow neat things in the xwiki 1.0 skin like choosing colors dynamically) which creates some backwards compatibility issues. Ludovic Robin Fernandes a écrit :
The problem seems to be that elements.css is no longer loading correctly: http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css It is imported by xwiki.css : http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css .
This seems to be happening to at least one other wiki, which I believe is also on the "pro" system: http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css
Regards, Robin
On 26/08/06, Robin Fernandes <[email protected]> wrote:
Hi,
Maybe it's temporary, but it looks like there was a change to some of the default styles on xwiki.com (at least on my wikis, which had been moved to on the "pro" server). Font suddenly changed to Times New Roman and there's a gap above the more actions menu making it hard to use, amongst other things.
In case anyone is having the same problem, adding the following CSS to the stylesheets.vm template (after the inclusion of the external CSS files) seems to help:
body { margin: 0; padding: 0em; min-width: 50em; font-size: 75.01%; /* 12px [1] */ line-height: 1.5em; /* 18px [2] */ background: white; color: black; font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif; }
I'll leave this wiki in a "broken" state for a little while, while I try to figure out exactly what changed. :) http://openmpt.xwiki.com/xwiki/bin/view/Main/
Regards, Robin
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
participants (4)
-
Chris Rigsby -
Ludovic Dubost -
Michael Redinger -
Robin Fernandes