Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-29 Thread yang Li
Ok, I made it with the following infomation!

How to creat a skin:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
How to apply a skin at page level:
http://www.xwiki.org/xwiki/bin/view/FAQ/How+to+apply+a+skin+at+page+level


在 2011年10月30日 下午12:56,yang Li 写道:

> Sorry for my carelessnessI am not quite good at html, css, js, etc
>
> The absence of titles is due to the css. Because I used the Round Corner
> Colibri CSS extension, and I got something like this:
>
> #hierarchy,#document-info,#document-title{
> display:none;
> }
>
> So I lost the titles , hierarchy and document-info.
>
> But I still have questions: how to hide these infomation for a particular
> page? or more generally can I give a particular css to a certain
> page(Main.WebHome) ?
>
> 在 2011年10月29日 上午9:07,yang Li 写道:
>
> However, when I tried to add #error($titleToDisplay) or simply
>> $titleToDisplay at the end of the titlevars.vm filed, the titles displayed
>> correctly.
>> So where could it go wrong?
>>
>> 在 2011年10月29日 上午8:57,yang Li 写道:
>>
>> Besides, I found titles are lost in addition to the "last modified by
>>> " infomation 
>>>
>>> However, I don't remember when we lost the titles, because after delete
>>> the titlevar.vm property from XWikiSkins class, the titles still are not
>>> displayed :(
>>>
>>> 在 2011年10月29日 上午8:43,yang Li 写道:
>>>
>>> Thanks, it works!

 but still has no  "last modified by ... comments(0) Annotations(0)
 Attachements(0)" infomation after the upgrade to XE3.2



 2011/10/28 Marius Dumitru Florea 

> On Fri, Oct 28, 2011 at 12:13 PM, Yang Li 
> wrote:
> > By the way...
> >
> > I have a couple of questions...
> >
> > We don't have "last modified by ... comments(0) Annotations(0)
> > Attachements(0)" infomation after the upgrade to XE3.2
> >
>
> > When I tried to edit Dashboard page using inline mode, I cannot add,
> remove
> > or move gagets..., which I could in a previous installation...
>
> I believe you hit http://jira.xwiki.org/browse/XWIKI-7079 . Add an
> object of type XWiki.EditModeClass to Main.Dashboard page, and set the
> "Default Edit Mode" property to "inline". Save and try to edit again
> the dashboard in "Inline form" mode (should work even if you simply
> click the Edit button on the wiki home page).
>
> Hope this helps,
> Marius
>
> >
> > My upgrade process is:
> > a. Export all the pages into a xar file named xyz.xar. There are many
> > chinese pages in the previous installation, and when I checked
> xyz.xar with
> > Winrar (a software for extracting and compressing..) I found the
> filenames
> > with chinese characters got messed up;
> > b. I set up the tomcat/mysql environment on my laptop and put the
> default
> > XE3.2 stuff into webapps directory, and later imported a basic XE3.2
> > installation;
> > c. I tried to import xyz.xar into that newly clean wiki;
> > d. Then I backupped the database and transferred the data to our
> server
> > where the same tomcat/mysql environment had already been set up;
> > e. I imported a basic XE3.2 installation again to overite those XWiki
> > pages
> > f. And now it seems to be working, but with some tiny problems like
> the two
> > above
> >
> >
> >
> > 于 2011/10/28 16:45, Vincent Massol 写道:
> >>
> >> This is a good use case and we don't have a simple solution for it.
> I'd
> >> suggest you create a JIRA issue for it.
> >>
> >> Here's what you could do now:
> >> http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner
> >>
> >> Thanks
> >> -Vincent
> >>
> >> On Oct 28, 2011, at 10:19 AM, Yang Li wrote:
> >>
> >>> Hi all,
> >>>
> >>> I am trying to find an extension, that enables me to put up some
> simple
> >>> notices (a string likes "This wiki is going to be upgraded on Nov.
> 1st,
> >>> sorry for the inconvineces.", or even with some links) on every
> page of
> >>> the whole wiki site, so that every user get notified something
> whatever
> >>> pages they are browsing. TWiki has such a function!
> >>>
> >>> Is there such an extension out there? I got no luck when trying to
> find
> >>> one...
> >>>
> >>> Anyone any idea?
> >>
> >> ___
> >> users mailing list
> >> users@xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



 --
 Thanks for reading!

 

Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-29 Thread yang Li
Sorry for my carelessnessI am not quite good at html, css, js, etc

The absence of titles is due to the css. Because I used the Round Corner
Colibri CSS extension, and I got something like this:

#hierarchy,#document-info,#document-title{
display:none;
}

So I lost the titles , hierarchy and document-info.

But I still have questions: how to hide these infomation for a particular
page? or more generally can I give a particular css to a certain
page(Main.WebHome) ?

在 2011年10月29日 上午9:07,yang Li 写道:

> However, when I tried to add #error($titleToDisplay) or simply
> $titleToDisplay at the end of the titlevars.vm filed, the titles displayed
> correctly.
> So where could it go wrong?
>
> 在 2011年10月29日 上午8:57,yang Li 写道:
>
> Besides, I found titles are lost in addition to the "last modified by
>> " infomation 
>>
>> However, I don't remember when we lost the titles, because after delete
>> the titlevar.vm property from XWikiSkins class, the titles still are not
>> displayed :(
>>
>> 在 2011年10月29日 上午8:43,yang Li 写道:
>>
>> Thanks, it works!
>>>
>>> but still has no  "last modified by ... comments(0) Annotations(0)
>>> Attachements(0)" infomation after the upgrade to XE3.2
>>>
>>>
>>>
>>> 2011/10/28 Marius Dumitru Florea 
>>>
 On Fri, Oct 28, 2011 at 12:13 PM, Yang Li 
 wrote:
 > By the way...
 >
 > I have a couple of questions...
 >
 > We don't have "last modified by ... comments(0) Annotations(0)
 > Attachements(0)" infomation after the upgrade to XE3.2
 >

 > When I tried to edit Dashboard page using inline mode, I cannot add,
 remove
 > or move gagets..., which I could in a previous installation...

 I believe you hit http://jira.xwiki.org/browse/XWIKI-7079 . Add an
 object of type XWiki.EditModeClass to Main.Dashboard page, and set the
 "Default Edit Mode" property to "inline". Save and try to edit again
 the dashboard in "Inline form" mode (should work even if you simply
 click the Edit button on the wiki home page).

 Hope this helps,
 Marius

 >
 > My upgrade process is:
 > a. Export all the pages into a xar file named xyz.xar. There are many
 > chinese pages in the previous installation, and when I checked
 xyz.xar with
 > Winrar (a software for extracting and compressing..) I found the
 filenames
 > with chinese characters got messed up;
 > b. I set up the tomcat/mysql environment on my laptop and put the
 default
 > XE3.2 stuff into webapps directory, and later imported a basic XE3.2
 > installation;
 > c. I tried to import xyz.xar into that newly clean wiki;
 > d. Then I backupped the database and transferred the data to our
 server
 > where the same tomcat/mysql environment had already been set up;
 > e. I imported a basic XE3.2 installation again to overite those XWiki
 > pages
 > f. And now it seems to be working, but with some tiny problems like
 the two
 > above
 >
 >
 >
 > 于 2011/10/28 16:45, Vincent Massol 写道:
 >>
 >> This is a good use case and we don't have a simple solution for it.
 I'd
 >> suggest you create a JIRA issue for it.
 >>
 >> Here's what you could do now:
 >> http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner
 >>
 >> Thanks
 >> -Vincent
 >>
 >> On Oct 28, 2011, at 10:19 AM, Yang Li wrote:
 >>
 >>> Hi all,
 >>>
 >>> I am trying to find an extension, that enables me to put up some
 simple
 >>> notices (a string likes "This wiki is going to be upgraded on Nov.
 1st,
 >>> sorry for the inconvineces.", or even with some links) on every
 page of
 >>> the whole wiki site, so that every user get notified something
 whatever
 >>> pages they are browsing. TWiki has such a function!
 >>>
 >>> Is there such an extension out there? I got no luck when trying to
 find
 >>> one...
 >>>
 >>> Anyone any idea?
 >>
 >> ___
 >> users mailing list
 >> users@xwiki.org
 >> http://lists.xwiki.org/mailman/listinfo/users
 >
 > ___
 > users mailing list
 > users@xwiki.org
 > http://lists.xwiki.org/mailman/listinfo/users
 >
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

>>>
>>>
>>>
>>> --
>>> Thanks for reading!
>>>
>>> Yang Li
>>> Electronic Engineering, Fudan University
>>>
>>
>>
>>
>> --
>> Thanks for reading!
>>
>> Yang Li
>> Electronic Engineering, Fudan University
>>
>
>
>
> --
> Thanks for reading!
>
> Yang Li
> Electronic Engineering, Fudan University
>



-- 
Thanks for reading!

Yang Li
Electronic Engineering, Fudan University
___
users mailing list
users@xwiki.org
http://lists.xwi

Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-28 Thread yang Li
However, when I tried to add #error($titleToDisplay) or simply
$titleToDisplay at the end of the titlevars.vm filed, the titles displayed
correctly.
So where could it go wrong?

在 2011年10月29日 上午8:57,yang Li 写道:

> Besides, I found titles are lost in addition to the "last modified by "
> infomation 
>
> However, I don't remember when we lost the titles, because after delete the
> titlevar.vm property from XWikiSkins class, the titles still are not
> displayed :(
>
> 在 2011年10月29日 上午8:43,yang Li 写道:
>
> Thanks, it works!
>>
>> but still has no  "last modified by ... comments(0) Annotations(0)
>> Attachements(0)" infomation after the upgrade to XE3.2
>>
>>
>>
>> 2011/10/28 Marius Dumitru Florea 
>>
>>> On Fri, Oct 28, 2011 at 12:13 PM, Yang Li 
>>> wrote:
>>> > By the way...
>>> >
>>> > I have a couple of questions...
>>> >
>>> > We don't have "last modified by ... comments(0) Annotations(0)
>>> > Attachements(0)" infomation after the upgrade to XE3.2
>>> >
>>>
>>> > When I tried to edit Dashboard page using inline mode, I cannot add,
>>> remove
>>> > or move gagets..., which I could in a previous installation...
>>>
>>> I believe you hit http://jira.xwiki.org/browse/XWIKI-7079 . Add an
>>> object of type XWiki.EditModeClass to Main.Dashboard page, and set the
>>> "Default Edit Mode" property to "inline". Save and try to edit again
>>> the dashboard in "Inline form" mode (should work even if you simply
>>> click the Edit button on the wiki home page).
>>>
>>> Hope this helps,
>>> Marius
>>>
>>> >
>>> > My upgrade process is:
>>> > a. Export all the pages into a xar file named xyz.xar. There are many
>>> > chinese pages in the previous installation, and when I checked xyz.xar
>>> with
>>> > Winrar (a software for extracting and compressing..) I found the
>>> filenames
>>> > with chinese characters got messed up;
>>> > b. I set up the tomcat/mysql environment on my laptop and put the
>>> default
>>> > XE3.2 stuff into webapps directory, and later imported a basic XE3.2
>>> > installation;
>>> > c. I tried to import xyz.xar into that newly clean wiki;
>>> > d. Then I backupped the database and transferred the data to our server
>>> > where the same tomcat/mysql environment had already been set up;
>>> > e. I imported a basic XE3.2 installation again to overite those XWiki
>>> > pages
>>> > f. And now it seems to be working, but with some tiny problems like the
>>> two
>>> > above
>>> >
>>> >
>>> >
>>> > 于 2011/10/28 16:45, Vincent Massol 写道:
>>> >>
>>> >> This is a good use case and we don't have a simple solution for it.
>>> I'd
>>> >> suggest you create a JIRA issue for it.
>>> >>
>>> >> Here's what you could do now:
>>> >> http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner
>>> >>
>>> >> Thanks
>>> >> -Vincent
>>> >>
>>> >> On Oct 28, 2011, at 10:19 AM, Yang Li wrote:
>>> >>
>>> >>> Hi all,
>>> >>>
>>> >>> I am trying to find an extension, that enables me to put up some
>>> simple
>>> >>> notices (a string likes "This wiki is going to be upgraded on Nov.
>>> 1st,
>>> >>> sorry for the inconvineces.", or even with some links) on every page
>>> of
>>> >>> the whole wiki site, so that every user get notified something
>>> whatever
>>> >>> pages they are browsing. TWiki has such a function!
>>> >>>
>>> >>> Is there such an extension out there? I got no luck when trying to
>>> find
>>> >>> one...
>>> >>>
>>> >>> Anyone any idea?
>>> >>
>>> >> ___
>>> >> users mailing list
>>> >> users@xwiki.org
>>> >> http://lists.xwiki.org/mailman/listinfo/users
>>> >
>>> > ___
>>> > users mailing list
>>> > users@xwiki.org
>>> > http://lists.xwiki.org/mailman/listinfo/users
>>> >
>>> ___
>>> users mailing list
>>> users@xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>
>>
>>
>> --
>> Thanks for reading!
>>
>> Yang Li
>> Electronic Engineering, Fudan University
>>
>
>
>
> --
> Thanks for reading!
>
> Yang Li
> Electronic Engineering, Fudan University
>



-- 
Thanks for reading!

Yang Li
Electronic Engineering, Fudan University
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-28 Thread yang Li
Besides, I found titles are lost in addition to the "last modified by "
infomation 

However, I don't remember when we lost the titles, because after delete the
titlevar.vm property from XWikiSkins class, the titles still are not
displayed :(

在 2011年10月29日 上午8:43,yang Li 写道:

> Thanks, it works!
>
> but still has no  "last modified by ... comments(0) Annotations(0)
> Attachements(0)" infomation after the upgrade to XE3.2
>
>
>
> 2011/10/28 Marius Dumitru Florea 
>
>> On Fri, Oct 28, 2011 at 12:13 PM, Yang Li 
>> wrote:
>> > By the way...
>> >
>> > I have a couple of questions...
>> >
>> > We don't have "last modified by ... comments(0) Annotations(0)
>> > Attachements(0)" infomation after the upgrade to XE3.2
>> >
>>
>> > When I tried to edit Dashboard page using inline mode, I cannot add,
>> remove
>> > or move gagets..., which I could in a previous installation...
>>
>> I believe you hit http://jira.xwiki.org/browse/XWIKI-7079 . Add an
>> object of type XWiki.EditModeClass to Main.Dashboard page, and set the
>> "Default Edit Mode" property to "inline". Save and try to edit again
>> the dashboard in "Inline form" mode (should work even if you simply
>> click the Edit button on the wiki home page).
>>
>> Hope this helps,
>> Marius
>>
>> >
>> > My upgrade process is:
>> > a. Export all the pages into a xar file named xyz.xar. There are many
>> > chinese pages in the previous installation, and when I checked xyz.xar
>> with
>> > Winrar (a software for extracting and compressing..) I found the
>> filenames
>> > with chinese characters got messed up;
>> > b. I set up the tomcat/mysql environment on my laptop and put the
>> default
>> > XE3.2 stuff into webapps directory, and later imported a basic XE3.2
>> > installation;
>> > c. I tried to import xyz.xar into that newly clean wiki;
>> > d. Then I backupped the database and transferred the data to our server
>> > where the same tomcat/mysql environment had already been set up;
>> > e. I imported a basic XE3.2 installation again to overite those XWiki
>> > pages
>> > f. And now it seems to be working, but with some tiny problems like the
>> two
>> > above
>> >
>> >
>> >
>> > 于 2011/10/28 16:45, Vincent Massol 写道:
>> >>
>> >> This is a good use case and we don't have a simple solution for it. I'd
>> >> suggest you create a JIRA issue for it.
>> >>
>> >> Here's what you could do now:
>> >> http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner
>> >>
>> >> Thanks
>> >> -Vincent
>> >>
>> >> On Oct 28, 2011, at 10:19 AM, Yang Li wrote:
>> >>
>> >>> Hi all,
>> >>>
>> >>> I am trying to find an extension, that enables me to put up some
>> simple
>> >>> notices (a string likes "This wiki is going to be upgraded on Nov.
>> 1st,
>> >>> sorry for the inconvineces.", or even with some links) on every page
>> of
>> >>> the whole wiki site, so that every user get notified something
>> whatever
>> >>> pages they are browsing. TWiki has such a function!
>> >>>
>> >>> Is there such an extension out there? I got no luck when trying to
>> find
>> >>> one...
>> >>>
>> >>> Anyone any idea?
>> >>
>> >> ___
>> >> users mailing list
>> >> users@xwiki.org
>> >> http://lists.xwiki.org/mailman/listinfo/users
>> >
>> > ___
>> > users mailing list
>> > users@xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>> >
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
>
> --
> Thanks for reading!
>
> Yang Li
> Electronic Engineering, Fudan University
>



-- 
Thanks for reading!

Yang Li
Electronic Engineering, Fudan University
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-28 Thread yang Li
Thanks, it works!

but still has no  "last modified by ... comments(0) Annotations(0)
Attachements(0)" infomation after the upgrade to XE3.2


2011/10/28 Marius Dumitru Florea 

> On Fri, Oct 28, 2011 at 12:13 PM, Yang Li  wrote:
> > By the way...
> >
> > I have a couple of questions...
> >
> > We don't have "last modified by ... comments(0) Annotations(0)
> > Attachements(0)" infomation after the upgrade to XE3.2
> >
>
> > When I tried to edit Dashboard page using inline mode, I cannot add,
> remove
> > or move gagets..., which I could in a previous installation...
>
> I believe you hit http://jira.xwiki.org/browse/XWIKI-7079 . Add an
> object of type XWiki.EditModeClass to Main.Dashboard page, and set the
> "Default Edit Mode" property to "inline". Save and try to edit again
> the dashboard in "Inline form" mode (should work even if you simply
> click the Edit button on the wiki home page).
>
> Hope this helps,
> Marius
>
> >
> > My upgrade process is:
> > a. Export all the pages into a xar file named xyz.xar. There are many
> > chinese pages in the previous installation, and when I checked xyz.xar
> with
> > Winrar (a software for extracting and compressing..) I found the
> filenames
> > with chinese characters got messed up;
> > b. I set up the tomcat/mysql environment on my laptop and put the default
> > XE3.2 stuff into webapps directory, and later imported a basic XE3.2
> > installation;
> > c. I tried to import xyz.xar into that newly clean wiki;
> > d. Then I backupped the database and transferred the data to our server
> > where the same tomcat/mysql environment had already been set up;
> > e. I imported a basic XE3.2 installation again to overite those XWiki
> > pages
> > f. And now it seems to be working, but with some tiny problems like the
> two
> > above
> >
> >
> >
> > 于 2011/10/28 16:45, Vincent Massol 写道:
> >>
> >> This is a good use case and we don't have a simple solution for it. I'd
> >> suggest you create a JIRA issue for it.
> >>
> >> Here's what you could do now:
> >> http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner
> >>
> >> Thanks
> >> -Vincent
> >>
> >> On Oct 28, 2011, at 10:19 AM, Yang Li wrote:
> >>
> >>> Hi all,
> >>>
> >>> I am trying to find an extension, that enables me to put up some simple
> >>> notices (a string likes "This wiki is going to be upgraded on Nov. 1st,
> >>> sorry for the inconvineces.", or even with some links) on every page of
> >>> the whole wiki site, so that every user get notified something whatever
> >>> pages they are browsing. TWiki has such a function!
> >>>
> >>> Is there such an extension out there? I got no luck when trying to find
> >>> one...
> >>>
> >>> Anyone any idea?
> >>
> >> ___
> >> users mailing list
> >> users@xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thanks for reading!

Yang Li
Electronic Engineering, Fudan University
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-28 Thread Marius Dumitru Florea
On Fri, Oct 28, 2011 at 12:13 PM, Yang Li  wrote:
> By the way...
>
> I have a couple of questions...
>
> We don't have "last modified by ... comments(0) Annotations(0)
> Attachements(0)" infomation after the upgrade to XE3.2
>

> When I tried to edit Dashboard page using inline mode, I cannot add, remove
> or move gagets..., which I could in a previous installation...

I believe you hit http://jira.xwiki.org/browse/XWIKI-7079 . Add an
object of type XWiki.EditModeClass to Main.Dashboard page, and set the
"Default Edit Mode" property to "inline". Save and try to edit again
the dashboard in "Inline form" mode (should work even if you simply
click the Edit button on the wiki home page).

Hope this helps,
Marius

>
> My upgrade process is:
> a. Export all the pages into a xar file named xyz.xar. There are many
> chinese pages in the previous installation, and when I checked xyz.xar with
> Winrar (a software for extracting and compressing..) I found the filenames
> with chinese characters got messed up;
> b. I set up the tomcat/mysql environment on my laptop and put the default
> XE3.2 stuff into webapps directory, and later imported a basic XE3.2
> installation;
> c. I tried to import xyz.xar into that newly clean wiki;
> d. Then I backupped the database and transferred the data to our server
> where the same tomcat/mysql environment had already been set up;
> e. I imported a basic XE3.2 installation again to overite those XWiki
> pages
> f. And now it seems to be working, but with some tiny problems like the two
> above
>
>
>
> 于 2011/10/28 16:45, Vincent Massol 写道:
>>
>> This is a good use case and we don't have a simple solution for it. I'd
>> suggest you create a JIRA issue for it.
>>
>> Here's what you could do now:
>> http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner
>>
>> Thanks
>> -Vincent
>>
>> On Oct 28, 2011, at 10:19 AM, Yang Li wrote:
>>
>>> Hi all,
>>>
>>> I am trying to find an extension, that enables me to put up some simple
>>> notices (a string likes "This wiki is going to be upgraded on Nov. 1st,
>>> sorry for the inconvineces.", or even with some links) on every page of
>>> the whole wiki site, so that every user get notified something whatever
>>> pages they are browsing. TWiki has such a function!
>>>
>>> Is there such an extension out there? I got no luck when trying to find
>>> one...
>>>
>>> Anyone any idea?
>>
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-28 Thread Yang Li

~><~
I still want the titles

The space next to the logo would be a best position in my opinion


于 2011/10/28 16:45, Vincent Massol 写道:

This is a good use case and we don't have a simple solution for it. I'd suggest 
you create a JIRA issue for it.

Here's what you could do now:
http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner

Thanks
-Vincent

On Oct 28, 2011, at 10:19 AM, Yang Li wrote:


Hi all,

I am trying to find an extension, that enables me to put up some simple
notices (a string likes "This wiki is going to be upgraded on Nov. 1st,
sorry for the inconvineces.", or even with some links) on every page of
the whole wiki site, so that every user get notified something whatever
pages they are browsing. TWiki has such a function!

Is there such an extension out there? I got no luck when trying to find
one...

Anyone any idea?

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-28 Thread Yang Li

By the way...

I have a couple of questions...

We don't have "last modified by ... comments(0) Annotations(0) 
Attachements(0)" infomation after the upgrade to XE3.2


When I tried to edit Dashboard page using inline mode, I cannot add, 
remove or move gagets..., which I could in a previous installation...


My upgrade process is:
a. Export all the pages into a xar file named xyz.xar. There are many 
chinese pages in the previous installation, and when I checked xyz.xar 
with Winrar (a software for extracting and compressing..) I found the 
filenames with chinese characters got messed up;
b. I set up the tomcat/mysql environment on my laptop and put the 
default XE3.2 stuff into webapps directory, and later imported a basic 
XE3.2 installation;

c. I tried to import xyz.xar into that newly clean wiki;
d. Then I backupped the database and transferred the data to our server 
where the same tomcat/mysql environment had already been set up;
e. I imported a basic XE3.2 installation again to overite those XWiki 
pages
f. And now it seems to be working, but with some tiny problems like the 
two above




于 2011/10/28 16:45, Vincent Massol 写道:

This is a good use case and we don't have a simple solution for it. I'd suggest 
you create a JIRA issue for it.

Here's what you could do now:
http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner

Thanks
-Vincent

On Oct 28, 2011, at 10:19 AM, Yang Li wrote:


Hi all,

I am trying to find an extension, that enables me to put up some simple
notices (a string likes "This wiki is going to be upgraded on Nov. 1st,
sorry for the inconvineces.", or even with some links) on every page of
the whole wiki site, so that every user get notified something whatever
pages they are browsing. TWiki has such a function!

Is there such an extension out there? I got no luck when trying to find
one...

Anyone any idea?

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-28 Thread Yang Li

于 2011/10/28 16:45, Vincent Massol 写道:

This is a good use case and we don't have a simple solution for it. I'd suggest 
you create a JIRA issue for it.

Here's what you could do now:
http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner

Thanks
-Vincent


Thanks a lot :)


On Oct 28, 2011, at 10:19 AM, Yang Li wrote:


Hi all,

I am trying to find an extension, that enables me to put up some simple
notices (a string likes "This wiki is going to be upgraded on Nov. 1st,
sorry for the inconvineces.", or even with some links) on every page of
the whole wiki site, so that every user get notified something whatever
pages they are browsing. TWiki has such a function!

Is there such an extension out there? I got no luck when trying to find
one...

Anyone any idea?

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Whole-wiki-wide notice extenstion?

2011-10-28 Thread Vincent Massol
This is a good use case and we don't have a simple solution for it. I'd suggest 
you create a JIRA issue for it.

Here's what you could do now:
http://www.xwiki.org/xwiki/bin/view/FAQ/DisplayBanner

Thanks
-Vincent

On Oct 28, 2011, at 10:19 AM, Yang Li wrote:

> Hi all,
> 
> I am trying to find an extension, that enables me to put up some simple
> notices (a string likes "This wiki is going to be upgraded on Nov. 1st,
> sorry for the inconvineces.", or even with some links) on every page of
> the whole wiki site, so that every user get notified something whatever
> pages they are browsing. TWiki has such a function!
> 
> Is there such an extension out there? I got no luck when trying to find
> one...
> 
> Anyone any idea?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users