All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] toaster UI fixes
@ 2015-10-09  9:32 Elliot Smith
  2015-10-09  9:32 ` [PATCH 1/5] toaster: layerdetails update build recipe button class name Elliot Smith
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Elliot Smith @ 2015-10-09  9:32 UTC (permalink / raw)
  To: bitbake-devel

A number of UI fixes:

* Add/Rm layer button not updated in some cases [YOCTO #8294]
* Updates to the JS unit tests
* A fix for the project layers returned
* Fix a bug noticed in the layer details page where the button class names were
incorrect meaning the toggle of the add/remove layer didn't enable/disable
the buttons to trigger recipe builds.

[YOCTO #8294]

The following changes since commit 06cdf52fec2f46e3e063ec64ee4cba6c79bfebe5:

  toaster: fix naming for clone directory (2015-10-07 15:35:13 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib elliot/submit/michaelw/toaster/table-ui-fixes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/submit/michaelw/toaster/table-ui-fixes

Michael Wood (5):
  toaster: layerdetails update build recipe button class name
  toaster: Fix typo in returning pk list of layer versions in current
    project
  toaster: tables Add the recipe filter back into the Recipe table
  toaster: Fix stale layer state buttons
  toaster: Update JS unit tests

 lib/toaster/orm/models.py                          |  2 +-
 lib/toaster/toastergui/static/js/layerBtn.js       |  9 +-----
 lib/toaster/toastergui/static/js/layerdetails.js   |  4 +--
 lib/toaster/toastergui/static/js/table.js          |  2 +-
 lib/toaster/toastergui/static/js/tests/test.js     | 34 +++++++++++-----------
 lib/toaster/toastergui/tables.py                   | 20 +++++++++++--
 .../toastergui/templates/js-unit-tests.html        | 16 +++++++---
 lib/toaster/toastergui/templates/layer_btn.html    | 12 ++++++--
 lib/toaster/toastergui/templates/recipe_btn.html   | 12 ++++++--
 lib/toaster/toastergui/templates/toastertable.html |  1 -
 10 files changed, 71 insertions(+), 41 deletions(-)

--
1.9.3

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-09  9:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09  9:32 [PATCH 0/5] toaster UI fixes Elliot Smith
2015-10-09  9:32 ` [PATCH 1/5] toaster: layerdetails update build recipe button class name Elliot Smith
2015-10-09  9:32 ` [PATCH 2/5] toaster: Fix typo in returning pk list of layer versions in current project Elliot Smith
2015-10-09  9:32 ` [PATCH 3/5] toaster: tables Add the recipe filter back into the Recipe table Elliot Smith
2015-10-09  9:32 ` [PATCH 4/5] toaster: Fix stale layer state buttons Elliot Smith
2015-10-09  9:32 ` [PATCH 5/5] toaster: Update JS unit tests Elliot Smith

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.