All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [error-report-web]
@ 2014-09-19  9:41 Roxana Ciobanu
  0 siblings, 0 replies; only message in thread
From: Roxana Ciobanu @ 2014-09-19  9:41 UTC (permalink / raw)
  To: yocto

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-19  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-19  9:41 [PATCH 0/3] [error-report-web] Roxana Ciobanu

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.