aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/views.py
AgeCommit message (Expand)Author
2018-05-04Add link to maintenance plan in layer detailPaul Eggleton
2018-05-04utils: decode command output in runcmd() as UTF-8Paul Eggleton
2018-05-04views: fix regression in publish email sending codePaul Eggleton
2018-04-24views: Adapt to template rendering API changePaul Eggleton
2018-04-24views: fix history tracking to work with current django-reversionPaul Eggleton
2018-04-24Stop using string name for publish view in urls.pyPaul Eggleton
2018-04-24views: replace mimetype with content_typePaul Eggleton
2018-02-20Add statistics pagePaul Eggleton
2018-01-09views: fix classic recipe search redirecting to recipe page with single resultPaul Eggleton
2018-01-09views: fix "layer:" keyword on recipe search pagePaul Eggleton
2018-01-09Fix error on publish if no non-root superuser/staff accounts existPaul Eggleton
2017-12-18update_layer.py: Save and show recipe dependenciesAmanda Brindle
2017-12-05recipes.html: Require keyword for recipe searchAmanda Brindle
2017-11-07templates/layerindex/classes.html: Add bbclass searchAmanda Brindle
2017-10-31Send email notification on publicationAmanda Brindle
2017-09-01Asynchronous email notifications, task executionDiana Thayer
2017-08-22Redirect user to correct url after editing a layerAmanda Brindle
2017-07-21views: add ability to force https URL in layer review emailsPaul Eggleton
2017-06-15layerindex/views: support querying by layer nameJose Lamego
2017-03-14layerindex: add "No update" status to LayerItemPaul Eggleton
2017-03-14views.py: single result redirectAlex Franco
2017-01-16Sort higher preference layers first in layer listPaul Eggleton
2017-01-13views: Fix OE-Classic searchPaul Eggleton
2016-11-16views: support querying class inheritancePaul Eggleton
2016-11-16Record and display update logsPaul Eggleton
2016-10-19views: ensure exact matches on name are shown first in recipe searchPaul Eggleton
2016-10-19views: ensure we only show results once in recipe searchPaul Eggleton
2016-10-18layerindex: Add distro to web interface and modelLiam R. Howlett
2016-09-20Update to Django 1.8Paul Eggleton
2016-08-01Fix output decoding/reporting for bulk change patch downloadPaul Eggleton
2016-06-12Support (and require) Python 3Paul Eggleton
2016-06-12Fix for changes in modern django-reversionPaul Eggleton
2016-06-12Fix listing *_git.bbappend as appends for git recipePaul Eggleton
2016-05-30Allow blanking out field values in bulk changePaul Eggleton
2016-05-23search: show matches against pn at top of recipe search resultsElliot Smith
2015-01-23Hide "updated" field changes in change history pagePaul Eggleton
2014-03-09recipes: preserve search keyword when switching between branchesPaul Eggleton
2014-03-09Fix append list name matchingPaul Eggleton
2014-03-09duplicates: sort recipes by version (descending) after other sortsPaul Eggleton
2014-03-09duplicates: add ability to select layersPaul Eggleton
2014-03-03Fix OE-Classic stats page for update to latest django-nvd3 (0.6.0)Paul Eggleton
2013-09-13Fix error when editing layer from review pagePaul Eggleton
2013-09-05Show a coherent error on bulk change lock timeoutPaul Eggleton
2013-09-05Navigation improvementsPaul Eggleton
2013-09-05Make machine search consistent with recipe searchPaul Eggleton
2013-09-05Add support for importing OE-Classic recipesPaul Eggleton
2013-08-11Show appends in recipe detailPaul Eggleton
2013-08-11Add cancel button to edit layer formPaul Eggleton
2013-08-11Return to appropriate page when saving a layerPaul Eggleton
2013-08-11Enable messages framework and use it to display "layer saved" messagePaul Eggleton