aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/views.py
AgeCommit message (Expand)Author
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
2013-08-11Add recipe bulk change featurePaul Eggleton
2013-06-17Add duplicate recipes/classes pagePaul Eggleton
2013-06-17Collect bbappends and bbclasses for each layerPaul Eggleton
2013-06-03Add preference order fieldPaul Eggleton
2013-06-03Improve history collection and add link to history pagePaul Eggleton
2013-05-22Use user's first name or login name in review emailPaul Eggleton
2013-05-22Add user profile editing formPaul Eggleton
2013-04-05detail: ensure machine list is sorted by namePaul Eggleton
2013-03-31Add basic change history pagePaul Eggleton
2013-03-28Redirect to login page for review list/detail views if not logged inPaul Eggleton
2013-03-20De-emphasise recipes where there is a more preferred version availablePaul Eggleton
2013-03-20Ensure entire layer gets refreshed on next update if repo fields changePaul Eggleton
2013-03-20Sort layer list by layer type firstPaul Eggleton
2013-03-20Move repo subdirectory to layerbranchPaul Eggleton
2013-03-06Add separate templates for review list and detailPaul Eggleton
2013-03-06Ensure we switch to the master branch for reviewingPaul Eggleton
2013-03-06Use TemplateView for simple views instead of custom functionsPaul Eggleton
2013-03-05Add support for handling multiple branchesPaul Eggleton