[OE-core] [PATCH 0/9] Fix for YB6538

Roxana Ciobanu roxana.ciobanu at intel.com
Fri Aug 22 08:49:36 UTC 2014


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




More information about the Openembedded-core mailing list