[Pkg-debile-commits] [debile-web] branch master updated (1129524 -> f1bc606)

Jon Severinsson jonno-guest at moszumanska.debian.org
Thu Mar 13 17:47:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

jonno-guest pushed a change to branch master
in repository debile-web.

      from  1129524   how to connect to the databse
      adds  ab0b2f4   add a configuration file. Necessary for flask-wtf
      adds  ed7dc30   Use flask-wtf for the forms
      adds  a20f54c   homepage added
      adds  30e7c3e   Fix some merge issues
      adds  b477dd4   Add the animation
      adds  8b0e3b3   Merge branch 'update-usuability' of https://github.com/LeoCavaille/debuild.me into update-usuability
      adds  29515b3   add a new dependency (necessary for the ajax code)
      adds  f53877f   Add some fancy ajax code based on jquery for the package search
      adds  65a448b   Submit the form when an item is selected
      adds  2387cb0   redirect to /package/
      adds  e400b68   Draft of the ajax interface
      adds  180e95b   add the template view
      adds  07a3c13   Merge remote-tracking branch 'origin/master' into update-usuability
      adds  1ea4a97   add the class to manage the forms
      adds  296b6a1   Remove the wrong declaration
      adds  6496040   wtf form has changed its declarations
      adds  033a4d5   Remove the wrong declaration
      adds  b3c0f1c   wtf form has changed its declarations
      adds  02d0ebf   Merge branch 'update-usuability' of git://git.debian.org/git/pkg-debile/debile-web into update-usuability
      adds  94b13c3   hidden_tag are no longer necessary
      adds  691ad48   bring back the search menu
      adds  d2f63ec   Improve the wording
      adds  d63dfca   Tiny typo
      adds  02c4a1b   Improve the display of the reports pages
      adds  13b07e2   Better order of the binary packages
      adds  f89b670   better formatting of the timing
      adds  0d8248c   Improve the text
      adds  0b67aaf   Update of the search form to point to the right page
      adds  e00344f   add the copyright
      adds  6dda3ab   if the package cannot be found, display a dedicated page
      adds  fda6fb8   Order by the type of build (fix a display issue)
      adds  c8d13bc   Improve the display when we have several version. Thanks to Medhi Dogguy for the suggestion
      adds  d61853e   Improve the wording. Thanks to Medhi Dogguy for the suggestion
      adds  cc0f439   Add a special case for clanganalyzer to point to the html report directly
      adds  45f6f9e   Improve the presentation. Thanks to Medhi Dogguy for the suggestion
      adds  403e718   about page
      adds  587bd22   Update the footer of the page
      adds  a9ffac0   separe the report in case for the case where they are different
      adds  70811ad   reorder the element (thanks Meddhi)
      adds  3b65286   move further
      adds  b541eca   Thanks to IRILL
      adds  2951f0c   Version on the next line
      adds  4befc44   display 100 elements, not 1000
      adds  77c5e3b   improve the display of the run
      adds  567fd41   Improve the links to the reports
      adds  fc78ee6   Simplify the wording
      adds  70847e9   Add license + remove useless declaration
      adds  002b56a   Make flake8 (and  Paul Richard I by the Grace of God of the United Kingdom of Debian and  Ubuntu and of his other realms and territories King Head of the Fluxbox indow Manager Defender of the Faith Tagliamonte) happy
      adds  2eb9fd0   flake8 is wrongly suggesting to replace '== None' by 'is None'
      adds  5e2374e   Fix the color of the link
      adds  cfe37ea   Also add the subtype in the job list
      adds  4937763   Fix a typo
      adds  5c378fa   Merge branch 'update-usuability' of git://git.debian.org/git/pkg-debile/debile-web into update-usuability
      adds  403929a   flake8 is wrongly suggesting to replace '== None' by 'is None'
      adds  5798f2c   Merge branch 'update-usuability' of ssh+git://git.debian.org/git/pkg-debile/debile-web into update-usuability
      adds  b666b96   Merge branch 'update-usuability' of git://git.debian.org/git/pkg-debile/debile-web into update-usuability
      adds  7f3c1d2   Decrease the space on top of the footer
      adds  0ebf727   update of the documentation url
      adds  b938688   when the version cannot be found, display a nice error message + provide a link to the latest release
      adds  62b4907   rename hacker => worker
      adds  0d689b8   create a new page for the repository
      adds  6a26097   Improve the code search
      adds  e547819   add the support of the prefix search
      adds  a713bbb   only display the last version
      adds  96ed794   add new items to the todo list
      adds  ba825c8   update of the todo list
      adds  e964acc   Merge branch 'update-usuability' of git+ssh://git.debian.org/git/pkg-debile/debile-web into update-usuability
      adds  72e2cc9   Merge branch 'update-usuability' of git://git.debian.org/git/pkg-debile/debile-web into update-usuability
      adds  52d708b   Update of the TODO list
      adds  202e2ed   Add the maintainer search + view
      adds  05064f5   not only about the prefix
       new  f1bc606   Merge remote-tracking branch 'origin/update-usuability'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 TODO                                     |   10 +-
 app.py                                   |    3 +-
 config.py                                |    2 +
 app.py => debileweb/blueprints/consts.py |   19 +-
 app.py => debileweb/blueprints/forms.py  |   16 +-
 debileweb/blueprints/frontend.py         |  206 +++++-
 less/layout.less                         |    5 +-
 requirements.txt                         |    2 +
 static/css/jquery-ui.css                 | 1175 ++++++++++++++++++++++++++++++
 static/imgs/ui-anim_basic_16x16.gif      |  Bin 0 -> 1553 bytes
 templates/about.html                     |   28 +
 templates/base.html                      |   18 +-
 templates/hacker.html                    |   31 -
 templates/index.html                     |   21 +-
 templates/job_list_fragment.html         |   10 +-
 templates/macros.inc.html                |   10 +
 templates/package.html                   |   32 +
 templates/prefix.html                    |    8 +
 templates/prefix_list.html               |   37 +
 templates/report.html                    |    3 +-
 templates/report_desc_binary.html        |   20 +-
 templates/report_desc_source.html        |    6 +-
 templates/report_list_fragment.html      |   23 +-
 templates/repository.html                |   21 +
 templates/search.html                    |   57 ++
 templates/source-not-found.html          |   12 +
 templates/source.html                    |   33 +-
 templates/worker.html                    |   19 +
 28 files changed, 1679 insertions(+), 148 deletions(-)
 create mode 100644 config.py
 copy app.py => debileweb/blueprints/consts.py (64%)
 copy app.py => debileweb/blueprints/forms.py (78%)
 create mode 100644 static/css/jquery-ui.css
 create mode 100644 static/imgs/ui-anim_basic_16x16.gif
 create mode 100644 templates/about.html
 delete mode 100644 templates/hacker.html
 create mode 100644 templates/macros.inc.html
 create mode 100644 templates/package.html
 create mode 100644 templates/prefix.html
 create mode 100644 templates/prefix_list.html
 create mode 100644 templates/repository.html
 create mode 100644 templates/search.html
 create mode 100644 templates/source-not-found.html
 create mode 100644 templates/worker.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list