Re: [xwiki-users] RES: Calendar Application on XE 2.4 not workingproperly

2010-08-18 Thread Raluca Stavro
Yes, you have to edit XWiki.CalendarSheet document, add an object of
type 'XWiki.StyleSheetExtension', take the styles from the patch
(don't forget to remove all the '+'-es) and paste them into the
object's content, then set these properties:
Use this extension: 'On demand',
Parse content: 'Yes' .

This is what you have to copy from the patch:
/*
** Calendar
*/

#template('colorThemeInit.vm')
...
...
...
.wiki-calendar-daytitle {
  background-color: $theme.backgroundSecondaryColor;
  padding: 0px 3px;
  text-align: right;
}

Raluca.


2010/8/17 Ramon Gomes Brandão - SERINT ramon.bran...@tjdft.jus.br:
 Raluca,

 Is there a way to apply the modifications of this patch on my running 
 calendar application instance? I would like  to test it without the need to 
 build the application.

 Maybe editing the source code of xwiki/bin/view/XWiki/CalendarSheet ?

 Ramon Gomes Brandão


 -Mensagem original-
 De: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Em nome de 
 Raluca Stavro
 Enviada em: terça-feira, 17 de agosto de 2010 10:32
 Para: XWiki Users
 Assunto: Re: [xwiki-users] Calendar Application on XE 2.4 not workingproperly

 Hello Ramon,

 The current calendar application has no custom styles applied on it.
 See http://jira.xwiki.org/jira/browse/XACALENDAR-14 .
 I added a patch to it and I hope that it will be applied very soon.

 Raluca.

 2010/8/13 Ramon Gomes Brandão - SERINT ramon.bran...@tjdft.jus.br:
 Hi,



 I've Just installed Calendar Plugin and Calendar Application on my XE 2.4 
 instance. It works when I point to xwiki/bin/view/Main/EventCalendar/, but 
 its look and feel is far away of that smooth one shown in the Calendar 
 Application home page 
 (http://code.xwiki.org/xwiki/bin/view/Applications/CalendarApplication).



 The calendar appears as a very simple and rough table, its cells don't have 
 a prefixed size (nothing more than just the length of the two digits number 
 of the day) and it does not show the PDF creation link. It also doesn't mark 
 the today day on the calendar. I've checked the source code and it seems 
 that the $cview.getHTMLCalendar($cparams, ) method isn't building a smooth 
 calendar. How can I fix this?



 Doesn't XE 2.4 contain an event calendar by default? If so, how can I access 
 it?



 I'm using the colibri skin.



 Regards,



 Ramon Gomes Brandão



 ___
 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

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


Re: [xwiki-users] Wysiwyg Application Translation

2010-08-18 Thread Thomas Mortagne
I Ramon,

AFAIK the issue with the WYSIWYG is that you can't just take the
resource and put in somewhere in the running instance. It's actually
sources that has to be built with the WYSIWYG.

2010/8/9 Ramon Gomes Brandão - SERINT ramon.bran...@tjdft.jus.br:
 Hi,



 How can I translate the Wysiwyg application into portuguese? I've noticed 
 that there's the editor core resources file (Strings.properties) content on 
 http://l10n.xwiki.org/xwiki/bin/view/Wysiwyg/ , but I cannot understand how I 
 proceed with it with my running instance (where do I place it etc).



 What should I do to enable this?



 Regards,



 Ramon Gomes Brandão



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




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


[xwiki-users] Text put automatically on page foot

2010-08-18 Thread Ramon Gomes Brandão - SERINT
Hi, 

 

I would like that, when a user creates a new Page on a specific space, a 
pre-configured foot text is automatically put into the page content by default, 
in a way that the user cannot edit this foot text. How can I do that?

 

I'm using XE 2.4. 

Regards,   

 

Ramon Gomes Brandão

 

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


[xwiki-users] RES: RES: Calendar Application on XE 2.4 not working properly

2010-08-18 Thread Ramon Gomes Brandão - SERINT
Raluca, 

I've copied the patch content (the piece you informed) into an 
XWiki.StyleSheetExtension object, as you mentioned, but it had no effect, even 
after refreshing the wiki page. The StyleSheetExtension has a name field. 
Should it be something special? How to refresh/make the new custom style work? 
I'm using the colibri skin.

Thanks, 

Ramon Gomes Brandão


-Mensagem original-
De: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Em nome de Raluca 
Stavro
Enviada em: quarta-feira, 18 de agosto de 2010 03:41
Para: XWiki Users
Assunto: Re: [xwiki-users] RES: Calendar Application on XE 2.4 
notworkingproperly

Yes, you have to edit XWiki.CalendarSheet document, add an object of
type 'XWiki.StyleSheetExtension', take the styles from the patch
(don't forget to remove all the '+'-es) and paste them into the
object's content, then set these properties:
Use this extension: 'On demand',
Parse content: 'Yes' .

This is what you have to copy from the patch:
/*
** Calendar
*/

#template('colorThemeInit.vm')
...
...
...
.wiki-calendar-daytitle {
  background-color: $theme.backgroundSecondaryColor;
  padding: 0px 3px;
  text-align: right;
}

Raluca.


2010/8/17 Ramon Gomes Brandão - SERINT ramon.bran...@tjdft.jus.br:
 Raluca,

 Is there a way to apply the modifications of this patch on my running 
 calendar application instance? I would like  to test it without the need to 
 build the application.

 Maybe editing the source code of xwiki/bin/view/XWiki/CalendarSheet ?

 Ramon Gomes Brandão


 -Mensagem original-
 De: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Em nome de 
 Raluca Stavro
 Enviada em: terça-feira, 17 de agosto de 2010 10:32
 Para: XWiki Users
 Assunto: Re: [xwiki-users] Calendar Application on XE 2.4 not workingproperly

 Hello Ramon,

 The current calendar application has no custom styles applied on it.
 See http://jira.xwiki.org/jira/browse/XACALENDAR-14 .
 I added a patch to it and I hope that it will be applied very soon.

 Raluca.

 2010/8/13 Ramon Gomes Brandão - SERINT ramon.bran...@tjdft.jus.br:
 Hi,



 I've Just installed Calendar Plugin and Calendar Application on my XE 2.4 
 instance. It works when I point to xwiki/bin/view/Main/EventCalendar/, but 
 its look and feel is far away of that smooth one shown in the Calendar 
 Application home page 
 (http://code.xwiki.org/xwiki/bin/view/Applications/CalendarApplication).



 The calendar appears as a very simple and rough table, its cells don't have 
 a prefixed size (nothing more than just the length of the two digits number 
 of the day) and it does not show the PDF creation link. It also doesn't mark 
 the today day on the calendar. I've checked the source code and it seems 
 that the $cview.getHTMLCalendar($cparams, ) method isn't building a smooth 
 calendar. How can I fix this?



 Doesn't XE 2.4 contain an event calendar by default? If so, how can I access 
 it?



 I'm using the colibri skin.



 Regards,



 Ramon Gomes Brandão



 ___
 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

___
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] RES: RES: Calendar Application on XE 2.4 not working properly

2010-08-18 Thread Lockie

I got it to work, however I had to to put the 'Use This Extension' part to
'Always on this wiki'. I guess the 'Always on this page' part would work as
well if thats what you're after. I left the name part blank. 

Thanks Raluca it looks much better.

Lockie
-- 
View this message in context: 
http://xwiki.475771.n2.nabble.com/Calendar-Application-on-XE-2-4-not-working-properly-tp5420827p5438405.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users