Re: Found the changeset View

2022-10-06 Thread Elton Alves
Thank's Mark.

On Thursday, October 6, 2022 at 12:48:58 PM UTC-3 Mark Waite wrote:

> I think that the reply from Alex Brandes provides a good pointer to  
> https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/hudson/editTypeIcon.jelly#L30
>
> https://weekly.ci.jenkins.io/design-library/Symbols/ shows a way to 
> modify the 
> https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/hudson/editTypeIcon.jelly#L30
>  
> to switch from using an icon to using a symbol
>
> The available symbols are listed at 
> https://github.com/jenkinsci/jenkins/tree/master/war/src/main/resources/images/symbols
>  
> On Thursday, October 6, 2022 at 9:40:30 AM UTC-6 eltim...@gmail.com wrote:
>
>> issue 
>> 
>>
>> On Thursday, October 6, 2022 at 12:33:44 PM UTC-3 ullrich...@gmail.com 
>> wrote:
>>
>>> Isn’t the component that contains the view shown in the issue? Which 
>>> issue are you referring to? 
>>>
>>> Am 06.10.2022 um 17:19 schrieb Elton Alves :
>>>
>>> I'm starting to contribute with jenkins core and I got a noobie issue. 
>>>
>>> I need to change the icon placed in changeset view but i can't found the 
>>> view, there's an image showing the icon that i mentioned before. 
>>>
>>> changeset-view-image 
>>> 
>>>
>>> anyone could guide me in it?
>>>
>>> cheers!
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Jenkins Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to jenkinsci-de...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-dev/a7a2f284-364f-46f4-9a08-979989116d4fn%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/eb48c4fb-99ad-4979-b0ab-b30d08f72d54n%40googlegroups.com.


Re: Found the changeset View

2022-10-06 Thread Mark Waite
I think that the reply from Alex Brandes provides a good pointer to  
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/hudson/editTypeIcon.jelly#L30

https://weekly.ci.jenkins.io/design-library/Symbols/ shows a way to modify 
the 
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/hudson/editTypeIcon.jelly#L30
 
to switch from using an icon to using a symbol

The available symbols are listed 
at 
https://github.com/jenkinsci/jenkins/tree/master/war/src/main/resources/images/symbols
 
On Thursday, October 6, 2022 at 9:40:30 AM UTC-6 eltim...@gmail.com wrote:

> issue 
> 
>
> On Thursday, October 6, 2022 at 12:33:44 PM UTC-3 ullrich...@gmail.com 
> wrote:
>
>> Isn’t the component that contains the view shown in the issue? Which 
>> issue are you referring to? 
>>
>> Am 06.10.2022 um 17:19 schrieb Elton Alves :
>>
>> I'm starting to contribute with jenkins core and I got a noobie issue. 
>>
>> I need to change the icon placed in changeset view but i can't found the 
>> view, there's an image showing the icon that i mentioned before. 
>>
>> changeset-view-image 
>> 
>>
>> anyone could guide me in it?
>>
>> cheers!
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-de...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/a7a2f284-364f-46f4-9a08-979989116d4fn%40googlegroups.com
>>  
>> 
>> .
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/3eab1f4d-f873-47fe-9fe9-4f5a064626bdn%40googlegroups.com.


Re: Found the changeset View

2022-10-06 Thread Elton Alves
issue 


On Thursday, October 6, 2022 at 12:33:44 PM UTC-3 ullrich...@gmail.com 
wrote:

> Isn’t the component that contains the view shown in the issue? Which issue 
> are you referring to? 
>
> Am 06.10.2022 um 17:19 schrieb Elton Alves :
>
> I'm starting to contribute with jenkins core and I got a noobie issue. 
>
> I need to change the icon placed in changeset view but i can't found the 
> view, there's an image showing the icon that i mentioned before. 
>
> changeset-view-image 
> 
>
> anyone could guide me in it?
>
> cheers!
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-de...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/a7a2f284-364f-46f4-9a08-979989116d4fn%40googlegroups.com
>  
> 
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/1af46af7-0379-45de-b272-58a9d31433e3n%40googlegroups.com.


Re: Found the changeset View

2022-10-06 Thread Mark Waite
If you're referring to the pages like this one

https://ci.jenkins.io/job/Plugins/job/git-plugin/job/master/1029/changes 

then the git plugin defines that page at

https://github.com/jenkinsci/git-plugin/blob/052fb6f8931e17298d8644ae2676a171834fb0a8/src/main/resources/hudson/plugins/git/GitChangeSetList/index.jelly#L39

I believe the reference to `t:editTypeIcon` is the image reference that 
needs to be updated.
On Thursday, October 6, 2022 at 9:33:44 AM UTC-6 ullrich...@gmail.com wrote:

> Isn’t the component that contains the view shown in the issue? Which issue 
> are you referring to? 
>
> Am 06.10.2022 um 17:19 schrieb Elton Alves :
>
> I'm starting to contribute with jenkins core and I got a noobie issue. 
>
> I need to change the icon placed in changeset view but i can't found the 
> view, there's an image showing the icon that i mentioned before. 
>
> changeset-view-image 
> 
>
> anyone could guide me in it?
>
> cheers!
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-de...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/a7a2f284-364f-46f4-9a08-979989116d4fn%40googlegroups.com
>  
> 
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/6e00e328-8d5d-4016-93d6-c9bbac8d43e7n%40googlegroups.com.


Re: Found the changeset View

2022-10-06 Thread Ullrich Hafner
Isn’t the component that contains the view shown in the issue? Which issue are 
you referring to? 

> Am 06.10.2022 um 17:19 schrieb Elton Alves :
> 
> I'm starting to contribute with jenkins core and I got a noobie issue. 
> 
> I need to change the icon placed in changeset view but i can't found the 
> view, there's an image showing the icon that i mentioned before. 
> 
> changeset-view-image 
> 
> 
> anyone could guide me in it?
> 
> cheers!
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-dev+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/a7a2f284-364f-46f4-9a08-979989116d4fn%40googlegroups.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/78487A00-9287-495C-9D66-0C7CFF1C0226%40gmail.com.


Found the changeset View

2022-10-06 Thread Elton Alves
I'm starting to contribute with jenkins core and I got a noobie issue. 

I need to change the icon placed in changeset view but i can't found the 
view, there's an image showing the icon that i mentioned before. 

changeset-view-image 


anyone could guide me in it?

cheers!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/a7a2f284-364f-46f4-9a08-979989116d4fn%40googlegroups.com.