You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Oliver Strässer (JIRA)" <ji...@apache.org> on 2011/01/07 09:41:46 UTC

[jira] Created: (CLEREZZA-390) Configuration of System Logos

Configuration of System Logos
-----------------------------

                 Key: CLEREZZA-390
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-390
             Project: Clerezza
          Issue Type: Improvement
            Reporter: Oliver Strässer


I'd like to change the clerezza logo with a more specific logo of our application. 
Could you provide a easy way to change the logo, without copying the hole style bundle?


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


AW: [jira] Created: (CLEREZZA-390) Configuration of System Logos

Posted by Oliver Strässer <ol...@getunik.com>.
coudl you give me feedback to this improvement?

-----Ursprüngliche Nachricht-----
Von: Oliver Strässer (JIRA) [mailto:jira@apache.org] 
Gesendet: Freitag, 7. Januar 2011 09:42
An: clerezza-dev@incubator.apache.org
Betreff: [jira] Created: (CLEREZZA-390) Configuration of System Logos

Configuration of System Logos
-----------------------------

                 Key: CLEREZZA-390
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-390
             Project: Clerezza
          Issue Type: Improvement
            Reporter: Oliver Strässer


I'd like to change the clerezza logo with a more specific logo of our application. 
Could you provide a easy way to change the logo, without copying the hole style bundle?


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-390) Configuration of System Logos

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994226#comment-12994226 ] 

Reto Bachmann-Gmür commented on CLEREZZA-390:
---------------------------------------------

The plan is to allw bundles to overwrite static resources once CLEREZZA-304 is implemented

> Configuration of System Logos
> -----------------------------
>
>                 Key: CLEREZZA-390
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-390
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Oliver Strässer
>
> I'd like to change the clerezza logo with a more specific logo of our application. 
> Could you provide a easy way to change the logo, without copying the hole style bundle?

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (CLEREZZA-390) Configuration of System Logos

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür closed CLEREZZA-390.
---------------------------------------


should have closed them earlier.

> Configuration of System Logos
> -----------------------------
>
>                 Key: CLEREZZA-390
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-390
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Oliver Strässer
>            Assignee: Reto Bachmann-Gmür
>
> I'd like to change the clerezza logo with a more specific logo of our application. 
> Could you provide a easy way to change the logo, without copying the hole style bundle?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (CLEREZZA-390) Configuration of System Logos

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür resolved CLEREZZA-390.
-----------------------------------------

    Resolution: Fixed
      Assignee: Reto Bachmann-Gmür

While support will improve with the resolution of CLEREZZA-304 I've posted a patch that allows bundle with a higher start-level to override resources provided by bundles with a lower-startlevel. 

To replace the logo  /style/images/logo-big.png a bundle loaded later would have to contain a file at /CLEREZZA-INF/web-resources/style/images/logo-big.png.

check it out with a source-bundle to have the files automatically update when you press save in the editor (or gimp for the logo):

zz>import sourcebundle.BundleRoot
import sourcebundle.BundleRoot
zz>val br = $[BundleRoot]
br: org.apache.clerezza.sourcebundle.BundleRoot = org.apache.clerezza.sourcebundle.BundleRoot@417579dd
zz>import java.io.File
import java.io.File
zz>br.createSourceBundle(new File("/home/reto/workspace/test-bundle"))
res14: br.SourceBundle = org.apache.clerezza.sourcebundle.BundleRoot$SourceBundle@159ef4bc


where the source directory looks like this

reto@trisa-laptop:~/workspace/test-bundle$ find
.
./src
./src/main
./src/main/resources
./src/main/resources/CLEREZZA-INF
./src/main/resources/CLEREZZA-INF/web-resources
./src/main/resources/CLEREZZA-INF/web-resources/style
./src/main/resources/CLEREZZA-INF/web-resources/style/header.css
./src/main/resources/CLEREZZA-INF/web-resources/style/images
./src/main/resources/CLEREZZA-INF/web-resources/style/images/logo-big.png



> Configuration of System Logos
> -----------------------------
>
>                 Key: CLEREZZA-390
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-390
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Oliver Strässer
>            Assignee: Reto Bachmann-Gmür
>
> I'd like to change the clerezza logo with a more specific logo of our application. 
> Could you provide a easy way to change the logo, without copying the hole style bundle?

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira