* [review-request] [v2] bbarrosp/nav-project-changes
@ 2015-08-04 9:48 Barros Pena, Belen
2015-08-04 15:10 ` Michael Wood
0 siblings, 1 reply; 3+ messages in thread
From: Barros Pena, Belen @ 2015-08-04 9:48 UTC (permalink / raw)
To: toaster@yoctoproject.org
Thanks for the review: all changes made. Same branch:
bbarrosp/nav-project-changes
bitbake: toastergui: add action to empty "most built" recipes
79ce966108ecea344e29a5ccece8f7a09f23d047
bitbake: toastergui: fix spacing in the import layers page
f5d3d554d20eaaa36e4a9e4e281567f82ed66c17
bitbake: toastergui: remove project name from layer change notification
c3606313e53c7614a09a065b9f4463363053d62a
bitbake: toastergui: change link styles in alert-info
acfc0dfda16bf9edcefb2dfefaea2f44cc7e635d
bitbake: toastergui: breadcrumb fixes
6dd1d2325ffb70754a1b4cd5b7006176d148ba85
bitbake: toastergui: spacing and top nav style change
03d81dd9114073037207a30a9cb896ad06e50f95
Cheers
Belén
On 03/08/2015 17:58, "Michael Wood" <michael.g.wood@intel.com> wrote:
>On 03/08/15 11:23, Barros Pena, Belen wrote:
>> Some tiny tweaks to the project pages after Michael's sweeping changes.
>>
>>
>>http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=bbarrosp
>>/n
>> av-project-changes
>>
>> bitbake: toastergui: spacing and top nav style change
>>
>> 03d81dd9114073037207a30a9cb896ad06e50f95
>>
>>
>> bitbake: toastergui: breadcrumb fixes
>>
>> 6dd1d2325ffb70754a1b4cd5b7006176d148ba85
>
>To improve this code further you can use single quotes instead of having
>to escape the double quotes.
>
>e.g.
>
>.append('<span class="divider">→</span>');
>
>>
>> bitbake: toastergui: change link styles in alert-info
>>
>> acfc0dfda16bf9edcefb2dfefaea2f44cc7e635d
>>
>> bitbake: toastergui: remove project name from layer change notification
>>
>> c3606313e53c7614a09a065b9f4463363053d62a
>
>If we don't need the project name and link can you also remove where the
>project name and link are set i.e. these two lines:
>
>alertMsg.children("#project-affected-name").text(libtoaster.ctx.projectNam
>e);
> alertMsg.children("#project-affected-name").attr("href",
>libtoaster.ctx.projectPageUrl);
>
>
>
>>
>> bitbake: toastergui: fix spacing in the import layers page
>>
>> f5d3d554d20eaaa36e4a9e4e281567f82ed66c17
>>
>> bitbake: toastergui: add action to empty "most built" recipes
>>
>> 79ce966108ecea344e29a5ccece8f7a09f23d047
>>
>> Thanks!
>>
>> Belén
>
>Everything else looks fine, Thanks!
>
>
>Michael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [review-request] [v2] bbarrosp/nav-project-changes
2015-08-04 9:48 [review-request] [v2] bbarrosp/nav-project-changes Barros Pena, Belen
@ 2015-08-04 15:10 ` Michael Wood
2015-08-04 15:12 ` Barros Pena, Belen
0 siblings, 1 reply; 3+ messages in thread
From: Michael Wood @ 2015-08-04 15:10 UTC (permalink / raw)
To: toaster
Thanks submitted to bitbake (with white space fix on bitbake:
toastergui: spacing and top nav style change)
On 04/08/15 10:48, Barros Pena, Belen wrote:
> Thanks for the review: all changes made. Same branch:
>
> bbarrosp/nav-project-changes
>
> bitbake: toastergui: add action to empty "most built" recipes
> 79ce966108ecea344e29a5ccece8f7a09f23d047
>
> bitbake: toastergui: fix spacing in the import layers page
> f5d3d554d20eaaa36e4a9e4e281567f82ed66c17
>
>
> bitbake: toastergui: remove project name from layer change notification
> c3606313e53c7614a09a065b9f4463363053d62a
>
>
> bitbake: toastergui: change link styles in alert-info
> acfc0dfda16bf9edcefb2dfefaea2f44cc7e635d
>
>
> bitbake: toastergui: breadcrumb fixes
> 6dd1d2325ffb70754a1b4cd5b7006176d148ba85
>
>
>
> bitbake: toastergui: spacing and top nav style change
> 03d81dd9114073037207a30a9cb896ad06e50f95
>
> Cheers
>
> Belén
>
>
>
>
> On 03/08/2015 17:58, "Michael Wood" <michael.g.wood@intel.com> wrote:
>
>> On 03/08/15 11:23, Barros Pena, Belen wrote:
>>> Some tiny tweaks to the project pages after Michael's sweeping changes.
>>>
>>>
>>> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=bbarrosp
>>> /n
>>> av-project-changes
>>>
>>> bitbake: toastergui: spacing and top nav style change
>>>
>>> 03d81dd9114073037207a30a9cb896ad06e50f95
>>>
>>>
>>> bitbake: toastergui: breadcrumb fixes
>>>
>>> 6dd1d2325ffb70754a1b4cd5b7006176d148ba85
>> To improve this code further you can use single quotes instead of having
>> to escape the double quotes.
>>
>> e.g.
>>
>> .append('<span class="divider">→</span>');
>>
>>> bitbake: toastergui: change link styles in alert-info
>>>
>>> acfc0dfda16bf9edcefb2dfefaea2f44cc7e635d
>>>
>>> bitbake: toastergui: remove project name from layer change notification
>>>
>>> c3606313e53c7614a09a065b9f4463363053d62a
>> If we don't need the project name and link can you also remove where the
>> project name and link are set i.e. these two lines:
>>
>> alertMsg.children("#project-affected-name").text(libtoaster.ctx.projectNam
>> e);
>> alertMsg.children("#project-affected-name").attr("href",
>> libtoaster.ctx.projectPageUrl);
>>
>>
>>
>>> bitbake: toastergui: fix spacing in the import layers page
>>>
>>> f5d3d554d20eaaa36e4a9e4e281567f82ed66c17
>>>
>>> bitbake: toastergui: add action to empty "most built" recipes
>>>
>>> 79ce966108ecea344e29a5ccece8f7a09f23d047
>>>
>>> Thanks!
>>>
>>> Belén
>> Everything else looks fine, Thanks!
>>
>>
>> Michael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [review-request] [v2] bbarrosp/nav-project-changes
2015-08-04 15:10 ` Michael Wood
@ 2015-08-04 15:12 ` Barros Pena, Belen
0 siblings, 0 replies; 3+ messages in thread
From: Barros Pena, Belen @ 2015-08-04 15:12 UTC (permalink / raw)
To: Wood, Michael G, toaster@yoctoproject.org
On 04/08/2015 16:10, "toaster-bounces@yoctoproject.org on behalf of
Michael Wood" <toaster-bounces@yoctoproject.org on behalf of
michael.g.wood@intel.com> wrote:
>Thanks submitted to bitbake (with white space fix on bitbake:
>toastergui: spacing and top nav style change)
oops: sorry about that.
Belén
>
>On 04/08/15 10:48, Barros Pena, Belen wrote:
>> Thanks for the review: all changes made. Same branch:
>>
>> bbarrosp/nav-project-changes
>>
>> bitbake: toastergui: add action to empty "most built" recipes
>> 79ce966108ecea344e29a5ccece8f7a09f23d047
>>
>> bitbake: toastergui: fix spacing in the import layers page
>> f5d3d554d20eaaa36e4a9e4e281567f82ed66c17
>>
>>
>> bitbake: toastergui: remove project name from layer change notification
>> c3606313e53c7614a09a065b9f4463363053d62a
>>
>>
>> bitbake: toastergui: change link styles in alert-info
>> acfc0dfda16bf9edcefb2dfefaea2f44cc7e635d
>>
>>
>> bitbake: toastergui: breadcrumb fixes
>> 6dd1d2325ffb70754a1b4cd5b7006176d148ba85
>>
>>
>>
>> bitbake: toastergui: spacing and top nav style change
>> 03d81dd9114073037207a30a9cb896ad06e50f95
>>
>> Cheers
>>
>> Belén
>>
>>
>>
>>
>> On 03/08/2015 17:58, "Michael Wood" <michael.g.wood@intel.com> wrote:
>>
>>> On 03/08/15 11:23, Barros Pena, Belen wrote:
>>>> Some tiny tweaks to the project pages after Michael's sweeping
>>>>changes.
>>>>
>>>>
>>>>
>>>>http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=bbarro
>>>>sp
>>>> /n
>>>> av-project-changes
>>>>
>>>> bitbake: toastergui: spacing and top nav style change
>>>>
>>>> 03d81dd9114073037207a30a9cb896ad06e50f95
>>>>
>>>>
>>>> bitbake: toastergui: breadcrumb fixes
>>>>
>>>> 6dd1d2325ffb70754a1b4cd5b7006176d148ba85
>>> To improve this code further you can use single quotes instead of
>>>having
>>> to escape the double quotes.
>>>
>>> e.g.
>>>
>>> .append('<span class="divider">→</span>');
>>>
>>>> bitbake: toastergui: change link styles in alert-info
>>>>
>>>> acfc0dfda16bf9edcefb2dfefaea2f44cc7e635d
>>>>
>>>> bitbake: toastergui: remove project name from layer change
>>>>notification
>>>>
>>>> c3606313e53c7614a09a065b9f4463363053d62a
>>> If we don't need the project name and link can you also remove where
>>>the
>>> project name and link are set i.e. these two lines:
>>>
>>>
>>>alertMsg.children("#project-affected-name").text(libtoaster.ctx.projectN
>>>am
>>> e);
>>> alertMsg.children("#project-affected-name").attr("href",
>>> libtoaster.ctx.projectPageUrl);
>>>
>>>
>>>
>>>> bitbake: toastergui: fix spacing in the import layers page
>>>>
>>>> f5d3d554d20eaaa36e4a9e4e281567f82ed66c17
>>>>
>>>> bitbake: toastergui: add action to empty "most built" recipes
>>>>
>>>> 79ce966108ecea344e29a5ccece8f7a09f23d047
>>>>
>>>> Thanks!
>>>>
>>>> Belén
>>> Everything else looks fine, Thanks!
>>>
>>>
>>> Michael
>
>--
>_______________________________________________
>toaster mailing list
>toaster@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/toaster
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-04 15:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 9:48 [review-request] [v2] bbarrosp/nav-project-changes Barros Pena, Belen
2015-08-04 15:10 ` Michael Wood
2015-08-04 15:12 ` Barros Pena, Belen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.