[JBoss JIRA] (RF-12214) Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12214?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-12214.
-----------------------------
Resolution: Done
> Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
> ---------------------------------------------------------------------------------------
>
> Key: RF-12214
> URL: https://issues.jboss.org/browse/RF-12214
> Project: RichFaces
…
[View More]> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.1.Final
> Reporter: Nicolas Daniels
> Assignee: Lukáš Fryč
> Priority: Minor
> Labels: needs-qe
> Fix For: 4.5.0.Alpha1, 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The plain skin is not packed/compresses as other styles, mainly because images generation is failing due to null property values.
> It could be good to have it as well. Beside it, probably that image generation with null value should be handled.
> Of course, any failed image generation should not be referenced in resulting css.
> (Fyi, currently, generating plain skin is working despite the warnings but missing images are still referenced in resulting css. This is not really good for resources optimization ;-))
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 3 months
[JBoss JIRA] (RF-13279) Extend Logger interface with method log(Level level, CharSequence message, Object... args);
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-13279:
-------------------------------
Summary: Extend Logger interface with method log(Level level, CharSequence message, Object... args);
Key: RF-13279
URL: https://issues.jboss.org/browse/RF-13279
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 5.0.0.Alpha2
Reporter: Lukáš Fryč
…
[View More]Priority: Minor
Currently there are following methods:
{code}
void log(Level level, CharSequence content);
void log(Level level, Throwable error, Enum<?> messageKey, Object... args);
{code}
But if someone wants to log String message and interpolate it with list of arguments, there is no equivalent available.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 3 months