Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] Fix for YB6538
@ 2014-08-22  8:49 Roxana Ciobanu
  2014-08-22  8:49 ` [PATCH 1/9] error-report: add 'Submitted on' column Roxana Ciobanu
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Roxana Ciobanu @ 2014-08-22  8:49 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2014-08-24 15:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22  8:49 [PATCH 0/9] Fix for YB6538 Roxana Ciobanu
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox