From: Roxana Ciobanu <roxana.ciobanu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] Fix for YB6538
Date: Fri, 22 Aug 2014 11:49:36 +0300 [thread overview]
Message-ID: <cover.1408696291.git.roxana.ciobanu@intel.com> (raw)
The following changes since commit c1ee6cdfde5d1fe5f38a1e8eef5b7b0dd086df95:
README: add required version for django-nvd3 (2014-03-06 13:43:30 +0200)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib roxana/YB6538
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=roxana/YB6538
Roxana Ciobanu (9):
error-report: add 'Submitted on' column
error-report: add 'Submitted on' detail
error-report: add 'Submitter' column
error-report: add 'Edit columns' menu
jquery.cookie.js: add the Cookie Plugin
error-report: remember state of the menu
error-report: sort table by 'Submitted on' column
error-report: add css customization
error-report: add top 'Show rows' menu
Post/createStatistics.py | 4 +
Post/getInfo.py | 3 +
Post/parser.py | 3 +-
Post/static/css/custom.css | 8 ++
Post/static/js/jquery.cookie.js | 117 +++++++++++++++++++++++++
Post/templatetags/__init__.py | 0
Post/templatetags/projecttags.py | 12 +++
Post/views.py | 27 +++++-
README | 2 +
templates/base.html | 2 +-
templates/error-details.html | 2 +
templates/search-details.html | 179 +++++++++++++++++++++++++++++++--------
12 files changed, 322 insertions(+), 37 deletions(-)
create mode 100644 Post/static/js/jquery.cookie.js
create mode 100644 Post/templatetags/__init__.py
create mode 100644 Post/templatetags/projecttags.py
--
1.9.1
next reply other threads:[~2014-08-22 8:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-22 8:49 Roxana Ciobanu [this message]
2014-08-22 8:49 ` [PATCH 1/9] error-report: add 'Submitted on' column Roxana Ciobanu
2014-08-22 8:49 ` [PATCH 2/9] error-report: add 'Submitted on' detail Roxana Ciobanu
2014-08-22 8:49 ` [PATCH 3/9] error-report: add 'Submitter' column Roxana Ciobanu
2014-08-22 8:49 ` [PATCH 4/9] error-report: add 'Edit columns' menu Roxana Ciobanu
2014-08-22 8:49 ` [PATCH 5/9] jquery.cookie.js: add the Cookie Plugin Roxana Ciobanu
2014-08-22 8:49 ` [PATCH 6/9] error-report: remember state of the menu Roxana Ciobanu
2014-08-22 8:49 ` [PATCH 7/9] error-report: sort table by 'Submitted on' column Roxana Ciobanu
2014-08-22 8:49 ` [PATCH 8/9] error-report: add css customization Roxana Ciobanu
2014-08-22 8:49 ` [PATCH 9/9] error-report: add top 'Show rows' menu Roxana Ciobanu
2014-08-24 15:40 ` [PATCH 0/9] Fix for YB6538 Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1408696291.git.roxana.ciobanu@intel.com \
--to=roxana.ciobanu@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.