All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roxana Ciobanu <roxana.ciobanu@intel.com>
To: yocto@yoctoproject.org
Subject: [PATCH 0/3] [error-report-web]
Date: Fri, 19 Sep 2014 12:41:04 +0300	[thread overview]
Message-ID: <cover.1411118634.git.roxana.ciobanu@intel.com> (raw)

The patches aren't sent because the fontAwesome files have lines longer than 998 characters.
The problem is described in the git-send-email doc: Warn of patches that contain lines
longer than 998 characters; this is due to SMTP limits as described
by http://www.ietf.org/rfc/rfc2821.txt. 

The following changes since commit 661cc25d79ce5a443b3ef842ea97b3e913cd2818:

  error-report-web: Sorting error tables (2014-09-08 17:02:24 +0300)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib roxana/YB6542
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=roxana/YB6542

Roxana Ciobanu (3):
  error-report-web: Enhancements to the error pager
  error-report-web: add FontAwesome andd css customization
  error-report-web: add filtering capabilities

 Post/getInfo.py                            |  40 +++-
 Post/static/css/custom.css                 |  31 ++++
 Post/static/css/font-awesome.min.css       |  33 ++++
 Post/static/fonts/FontAwesome.otf          | Bin 0 -> 48748 bytes
 Post/static/fonts/fontawesome-webfont.eot  | Bin 0 -> 25395 bytes
 Post/static/fonts/fontawesome-webfont.svg  | 284 +++++++++++++++++++++++++++++
 Post/static/fonts/fontawesome-webfont.ttf  | Bin 0 -> 55096 bytes
 Post/static/fonts/fontawesome-webfont.woff | Bin 0 -> 29380 bytes
 Post/templatetags/projecttags.py           |  29 +++
 Post/views.py                              |  32 +++-
 templates/base.html                        |   1 +
 templates/error-details.html               |  22 ++-
 templates/error-page.html                  |   2 +-
 templates/latest-errors.html               | 182 +++++++++++++-----
 templates/search-details.html              | 203 +++++++++++++++------
 15 files changed, 750 insertions(+), 109 deletions(-)
 create mode 100644 Post/static/css/font-awesome.min.css
 create mode 100644 Post/static/fonts/FontAwesome.otf
 create mode 100644 Post/static/fonts/fontawesome-webfont.eot
 create mode 100644 Post/static/fonts/fontawesome-webfont.svg
 create mode 100644 Post/static/fonts/fontawesome-webfont.ttf
 create mode 100644 Post/static/fonts/fontawesome-webfont.woff

-- 
1.9.1



                 reply	other threads:[~2014-09-19  9:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.1411118634.git.roxana.ciobanu@intel.com \
    --to=roxana.ciobanu@intel.com \
    --cc=yocto@yoctoproject.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.