[xwiki-users] A question on Skin Extensions (not working)
I tried doing exactly what I see in this tutorial: http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect. So is the tutorial wrong or does the option "Always on this wiki" not work? I can do: {{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}} In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki". Thanks for any pointers one might give. Brett
Hi, Are you saving the document with a users having programming rights like the tutorial suggest ? On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Logged in as Admin so I believe so. Brett Bergquist Principal Software Engineer Canoga Perkins On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Fri, May 4, 2012 at 2:35 PM, Bergquist, Brett <[email protected]> wrote:
Logged in as Admin so I believe so.
Admin on main wiki or admin on a subwiki ? Or maybe it's a standalone wiki. To have programming right you need to have admin right on main wiki (so you need to use a global user). A simply way to test it is by putting the following code in a page: {{velocity}} $hasProgramming {{/velocity}} You should get "true" if you have programming right.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Yes a standalone xwiki set up for scratch. I just did the velocity macro suggested and it returns true. Note that I can do as suggested in the tutorial and on demand include the skin extension in a page and that works fine and I see the style changes so it appears the extension is ok just not the ability to have it apply to the whole wiki which is what I need. Brett Bergquist Principal Software Engineer Canoga Perkins On May 4, 2012, at 9:21 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 2:35 PM, Bergquist, Brett <[email protected]> wrote:
Logged in as Admin so I believe so.
Admin on main wiki or admin on a subwiki ? Or maybe it's a standalone wiki.
To have programming right you need to have admin right on main wiki (so you need to use a global user). A simply way to test it is by putting the following code in a page:
{{velocity}} $hasProgramming {{/velocity}}
You should get "true" if you have programming right.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Fri, May 4, 2012 at 3:59 PM, Bergquist, Brett <[email protected]> wrote:
Yes a standalone xwiki set up for scratch.
I just did the velocity macro suggested and it returns true.
Note that I can do as suggested in the tutorial and on demand include the skin extension in a page and that works fine and I see the style changes so it appears the extension is ok just not the ability to have it apply to the whole wiki which is what I need.
Ok so unless someone has another idea it looks a lot like a bug to me. So I would say the next step is to create a bug issue on http://jira.xwiki.org and put everything you can think of to reproduce exactly your use case including the version of XE you are using.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 9:21 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 2:35 PM, Bergquist, Brett <[email protected]> wrote:
Logged in as Admin so I believe so.
Admin on main wiki or admin on a subwiki ? Or maybe it's a standalone wiki.
To have programming right you need to have admin right on main wiki (so you need to use a global user). A simply way to test it is by putting the following code in a page:
{{velocity}} $hasProgramming {{/velocity}}
You should get "true" if you have programming right.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Will do. In fact I am going to download the jar installer fresh for both 3.5.1 and the new 4.0 and follow the tutorial on both and verify it works or does not with these. Thanks for your input. Brett Bergquist Principal Software Engineer Canoga Perkins On May 4, 2012, at 10:17 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 3:59 PM, Bergquist, Brett <[email protected]> wrote:
Yes a standalone xwiki set up for scratch.
I just did the velocity macro suggested and it returns true.
Note that I can do as suggested in the tutorial and on demand include the skin extension in a page and that works fine and I see the style changes so it appears the extension is ok just not the ability to have it apply to the whole wiki which is what I need.
Ok so unless someone has another idea it looks a lot like a bug to me.
So I would say the next step is to create a bug issue on http://jira.xwiki.org and put everything you can think of to reproduce exactly your use case including the version of XE you are using.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 9:21 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 2:35 PM, Bergquist, Brett <[email protected]> wrote:
Logged in as Admin so I believe so.
Admin on main wiki or admin on a subwiki ? Or maybe it's a standalone wiki.
To have programming right you need to have admin right on main wiki (so you need to use a global user). A simply way to test it is by putting the following code in a page:
{{velocity}} $hasProgramming {{/velocity}}
You should get "true" if you have programming right.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Fri, May 4, 2012 at 4:20 PM, Bergquist, Brett <[email protected]> wrote:
Will do. In fact I am going to download the jar installer fresh for both 3.5.1 and the new 4.0 and follow the tutorial on both and verify it works or does not with these.
Ok great.
Thanks for your input.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 10:17 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 3:59 PM, Bergquist, Brett <[email protected]> wrote:
Yes a standalone xwiki set up for scratch.
I just did the velocity macro suggested and it returns true.
Note that I can do as suggested in the tutorial and on demand include the skin extension in a page and that works fine and I see the style changes so it appears the extension is ok just not the ability to have it apply to the whole wiki which is what I need.
Ok so unless someone has another idea it looks a lot like a bug to me.
So I would say the next step is to create a bug issue on http://jira.xwiki.org and put everything you can think of to reproduce exactly your use case including the version of XE you are using.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 9:21 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 2:35 PM, Bergquist, Brett <[email protected]> wrote:
Logged in as Admin so I believe so.
Admin on main wiki or admin on a subwiki ? Or maybe it's a standalone wiki.
To have programming right you need to have admin right on main wiki (so you need to use a global user). A simply way to test it is by putting the following code in a page:
{{velocity}} $hasProgramming {{/velocity}}
You should get "true" if you have programming right.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote: > I tried doing exactly what I see in this tutorial: > > http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial > > to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect. > > So is the tutorial wrong or does the option "Always on this wiki" not work? > > I can do: > > {{velocity}} > $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") > {{/velocity}} > > In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki". > > Thanks for any pointers one might give. > > Brett > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
On 05/04/2012 09:59 AM, Bergquist, Brett wrote:
Yes a standalone xwiki set up for scratch.
I just did the velocity macro suggested and it returns true.
Note that I can do as suggested in the tutorial and on demand include the skin extension in a page and that works fine and I see the style changes so it appears the extension is ok just not the ability to have it apply to the whole wiki which is what I need.
One thing to check is that you're not actually getting an older version of the extension, try to clear the browser cache.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 9:21 AM, "Thomas Mortagne"<[email protected]> wrote:
On Fri, May 4, 2012 at 2:35 PM, Bergquist, Brett<[email protected]> wrote:
Logged in as Admin so I believe so.
Admin on main wiki or admin on a subwiki ? Or maybe it's a standalone wiki.
To have programming right you need to have admin right on main wiki (so you need to use a global user). A simply way to test it is by putting the following code in a page:
{{velocity}} $hasProgramming {{/velocity}}
You should get "true" if you have programming right.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne"<[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett<[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
-- Sergiu Dumitriu http://purl.org/net/sergiu/
Ok, I just downloaded the standalone jar installer for 3.5.1 and installed on Windows and following the tutorial works. Now I will do the same thing on Solaris which is where I am having the problem. So it looks like the problem will be related to the environment or other things installed. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Thomas Mortagne Sent: Friday, May 04, 2012 10:22 AM To: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working) On Fri, May 4, 2012 at 4:20 PM, Bergquist, Brett <[email protected]> wrote:
Will do. In fact I am going to download the jar installer fresh for both 3.5.1 and the new 4.0 and follow the tutorial on both and verify it works or does not with these.
Ok great.
Thanks for your input.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 10:17 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 3:59 PM, Bergquist, Brett <[email protected]> wrote:
Yes a standalone xwiki set up for scratch.
I just did the velocity macro suggested and it returns true.
Note that I can do as suggested in the tutorial and on demand include the skin extension in a page and that works fine and I see the style changes so it appears the extension is ok just not the ability to have it apply to the whole wiki which is what I need.
Ok so unless someone has another idea it looks a lot like a bug to me.
So I would say the next step is to create a bug issue on http://jira.xwiki.org and put everything you can think of to reproduce exactly your use case including the version of XE you are using.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 9:21 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 2:35 PM, Bergquist, Brett <[email protected]> wrote:
Logged in as Admin so I believe so.
Admin on main wiki or admin on a subwiki ? Or maybe it's a standalone wiki.
To have programming right you need to have admin right on main wiki (so you need to use a global user). A simply way to test it is by putting the following code in a page:
{{velocity}} $hasProgramming {{/velocity}}
You should get "true" if you have programming right.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote: > I tried doing exactly what I see in this tutorial: > > http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensions > Tutorial > > to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect. > > So is the tutorial wrong or does the option "Always on this wiki" not work? > > I can do: > > {{velocity}} > $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") > {{/velocity}} > > In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki". > > Thanks for any pointers one might give. > > Brett > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
With the standalone installer, I was able to get the Stylesheet Extension working correctly on Solaris so it is something in my setup that is a problem. I am going to drop back and rebuild my Wiki and see why it fails. Sorry about the confusion but thanks for the help! Brett -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bergquist, Brett Sent: Friday, May 04, 2012 11:16 AM To: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working) Ok, I just downloaded the standalone jar installer for 3.5.1 and installed on Windows and following the tutorial works. Now I will do the same thing on Solaris which is where I am having the problem. So it looks like the problem will be related to the environment or other things installed. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Thomas Mortagne Sent: Friday, May 04, 2012 10:22 AM To: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working) On Fri, May 4, 2012 at 4:20 PM, Bergquist, Brett <[email protected]> wrote:
Will do. In fact I am going to download the jar installer fresh for both 3.5.1 and the new 4.0 and follow the tutorial on both and verify it works or does not with these.
Ok great.
Thanks for your input.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 10:17 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 3:59 PM, Bergquist, Brett <[email protected]> wrote:
Yes a standalone xwiki set up for scratch.
I just did the velocity macro suggested and it returns true.
Note that I can do as suggested in the tutorial and on demand include the skin extension in a page and that works fine and I see the style changes so it appears the extension is ok just not the ability to have it apply to the whole wiki which is what I need.
Ok so unless someone has another idea it looks a lot like a bug to me.
So I would say the next step is to create a bug issue on http://jira.xwiki.org and put everything you can think of to reproduce exactly your use case including the version of XE you are using.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 9:21 AM, "Thomas Mortagne" <[email protected]> wrote:
On Fri, May 4, 2012 at 2:35 PM, Bergquist, Brett <[email protected]> wrote:
Logged in as Admin so I believe so.
Admin on main wiki or admin on a subwiki ? Or maybe it's a standalone wiki.
To have programming right you need to have admin right on main wiki (so you need to use a global user). A simply way to test it is by putting the following code in a page:
{{velocity}} $hasProgramming {{/velocity}}
You should get "true" if you have programming right.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote: > I tried doing exactly what I see in this tutorial: > > http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensions > Tutorial > > to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect. > > So is the tutorial wrong or does the option "Always on this wiki" not work? > > I can do: > > {{velocity}} > $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") > {{/velocity}} > > In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki". > > Thanks for any pointers one might give. > > Brett > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Okay, so I have found a setup that is not working. I am running with a WAR installation using Glassfish 3.1.1. I just deleted my database and redeployed the WAR which created the database again. Of course there was no content, so I enabled the "superadmin" and then uploaded the "xwiki-enterprise-ui-all-3.5.xar" and imported this. I then logged out of "superadmin" and logged in as "Admin". Creating the Skin Stylesheet extension the same way as with the standalone JAR installer installation, and the extension has no effect. Any ideas on where to look. I need to use Glassfish 3.1.1 in this environment so I need to do a WAR installation. Did I do something wrong during this installation? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bergquist, Brett Sent: Friday, May 04, 2012 8:36 AM To: XWiki Users Cc: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working) Logged in as Admin so I believe so. Brett Bergquist Principal Software Engineer Canoga Perkins On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutor ial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Okay, I figure this out. While logged in as Admin, I re-imported "xwiki-enterprise-ui-all-3.5.xar", replacing all of the content. So now with my WAR installation under Glassfish 3.1.1, the Stylesheet Extension is now working. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bergquist, Brett Sent: Friday, May 04, 2012 12:56 PM To: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working) Okay, so I have found a setup that is not working. I am running with a WAR installation using Glassfish 3.1.1. I just deleted my database and redeployed the WAR which created the database again. Of course there was no content, so I enabled the "superadmin" and then uploaded the "xwiki-enterprise-ui-all-3.5.xar" and imported this. I then logged out of "superadmin" and logged in as "Admin". Creating the Skin Stylesheet extension the same way as with the standalone JAR installer installation, and the extension has no effect. Any ideas on where to look. I need to use Glassfish 3.1.1 in this environment so I need to do a WAR installation. Did I do something wrong during this installation? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bergquist, Brett Sent: Friday, May 04, 2012 8:36 AM To: XWiki Users Cc: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working) Logged in as Admin so I believe so. Brett Bergquist Principal Software Engineer Canoga Perkins On May 4, 2012, at 3:08 AM, "Thomas Mortagne" <[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett <[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutor ial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On 05/04/2012 12:56 PM, Bergquist, Brett wrote:
Okay, so I have found a setup that is not working.
I am running with a WAR installation using Glassfish 3.1.1. I just deleted my database and redeployed the WAR which created the database again. Of course there was no content, so I enabled the "superadmin" and then uploaded the "xwiki-enterprise-ui-all-3.5.xar" and imported this. I then logged out of "superadmin" and logged in as "Admin".
You don't need to log in at all to import the initial XAR, just click on the Administer wiki link in the top menu.
Creating the Skin Stylesheet extension the same way as with the standalone JAR installer installation, and the extension has no effect.
Any ideas on where to look. I need to use Glassfish 3.1.1 in this environment so I need to do a WAR installation. Did I do something wrong during this installation?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bergquist, Brett Sent: Friday, May 04, 2012 8:36 AM To: XWiki Users Cc: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working)
Logged in as Admin so I believe so.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne"<[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett<[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutor ial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
-- Sergiu Dumitriu http://purl.org/net/sergiu/
On 05/04/2012 01:42 PM, Sergiu Dumitriu wrote:
On 05/04/2012 12:56 PM, Bergquist, Brett wrote:
Okay, so I have found a setup that is not working.
I am running with a WAR installation using Glassfish 3.1.1. I just deleted my database and redeployed the WAR which created the database again. Of course there was no content, so I enabled the "superadmin" and then uploaded the "xwiki-enterprise-ui-all-3.5.xar" and imported this. I then logged out of "superadmin" and logged in as "Admin".
You don't need to log in at all to import the initial XAR, just click on the Administer wiki link in the top menu.
Actually, as a general rule, the superadmin account is needed only in case you somehow messed up all the rights and you can't get access to the wiki anymore, and in this case you can enable the superadmin account to get your right fixed.
Creating the Skin Stylesheet extension the same way as with the standalone JAR installer installation, and the extension has no effect.
Any ideas on where to look. I need to use Glassfish 3.1.1 in this environment so I need to do a WAR installation. Did I do something wrong during this installation?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bergquist, Brett Sent: Friday, May 04, 2012 8:36 AM To: XWiki Users Cc: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working)
Logged in as Admin so I believe so.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne"<[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett<[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutor ial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
-- Sergiu Dumitriu http://purl.org/net/sergiu/
Did not know that and really could not see that in the documentation. Thanks for letting me know. That might be something for the FAQ. Brett Bergquist Principal Software Engineer Canoga Perkins On May 4, 2012, at 1:47 PM, "Sergiu Dumitriu" <[email protected]> wrote:
On 05/04/2012 12:56 PM, Bergquist, Brett wrote:
Okay, so I have found a setup that is not working.
I am running with a WAR installation using Glassfish 3.1.1. I just deleted my database and redeployed the WAR which created the database again. Of course there was no content, so I enabled the "superadmin" and then uploaded the "xwiki-enterprise-ui-all-3.5.xar" and imported this. I then logged out of "superadmin" and logged in as "Admin".
You don't need to log in at all to import the initial XAR, just click on the Administer wiki link in the top menu.
Creating the Skin Stylesheet extension the same way as with the standalone JAR installer installation, and the extension has no effect.
Any ideas on where to look. I need to use Glassfish 3.1.1 in this environment so I need to do a WAR installation. Did I do something wrong during this installation?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bergquist, Brett Sent: Friday, May 04, 2012 8:36 AM To: XWiki Users Cc: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working)
Logged in as Admin so I believe so.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne"<[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett<[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutor ial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
I have 20 documents in the wiki that are owned/last authored by "superadmin". I tried re-importing the "xwiki-enterprise-ui-all-3.5.xar" excluding the pages specified in http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade But these do not seem to be updated to become last authored by "Admin" (the user that I am logged in as during the import). Maybe I am not choosing the property import options? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bergquist, Brett Sent: Friday, May 04, 2012 1:57 PM To: XWiki Users Cc: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working) Did not know that and really could not see that in the documentation. Thanks for letting me know. That might be something for the FAQ. Brett Bergquist Principal Software Engineer Canoga Perkins On May 4, 2012, at 1:47 PM, "Sergiu Dumitriu" <[email protected]> wrote:
On 05/04/2012 12:56 PM, Bergquist, Brett wrote:
Okay, so I have found a setup that is not working.
I am running with a WAR installation using Glassfish 3.1.1. I just deleted my database and redeployed the WAR which created the database again. Of course there was no content, so I enabled the "superadmin" and then uploaded the "xwiki-enterprise-ui-all-3.5.xar" and imported this. I then logged out of "superadmin" and logged in as "Admin".
You don't need to log in at all to import the initial XAR, just click on the Administer wiki link in the top menu.
Creating the Skin Stylesheet extension the same way as with the standalone JAR installer installation, and the extension has no effect.
Any ideas on where to look. I need to use Glassfish 3.1.1 in this environment so I need to do a WAR installation. Did I do something wrong during this installation?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bergquist, Brett Sent: Friday, May 04, 2012 8:36 AM To: XWiki Users Cc: XWiki Users Subject: Re: [xwiki-users] A question on Skin Extensions (not working)
Logged in as Admin so I believe so.
Brett Bergquist Principal Software Engineer Canoga Perkins
On May 4, 2012, at 3:08 AM, "Thomas Mortagne"<[email protected]> wrote:
Hi,
Are you saving the document with a users having programming rights like the tutorial suggest ?
On Thu, May 3, 2012 at 10:33 PM, Bergquist, Brett<[email protected]> wrote:
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTut or ial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}} $xwiki.ssx.use("XWiki.MyFirstStylesheetExtension") {{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Bergquist, Brett -
Sergiu Dumitriu -
Thomas Mortagne