aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/models.py
AgeCommit message (Expand)Author
2018-01-09Explicitly handle too-long field valuesPaul Eggleton
2017-12-18update_layer.py: Save and show recipe dependenciesAmanda Brindle
2017-10-04models: allow LayerBranch.collection to be blankPaul Eggleton
2017-09-27Indicate if layer has YP Compatible certificationAmanda Brindle
2017-03-14layerindex: add "No update" status to LayerItemPaul Eggleton
2017-03-07models.py: minor branch tweaksPaul Eggleton
2016-11-16Record and display update logsPaul Eggleton
2016-10-26recipedetail: don't show homepage as link if not URLPaul Eggleton
2016-10-18layerindexer: Add layer recommends supportLiam R. Howlett
2016-10-18layerindex: Add collection and version to layerbranchLiam R. Howlett
2016-10-18layerindex: Add distro to web interface and modelLiam R. Howlett
2016-07-01Fix not null error on database migrationPaul Eggleton
2016-06-12Preemptive auto_now fix for Django 1.8Paul Eggleton
2016-06-12Handle Python 2 and Python 3 branches in the same indexPaul Eggleton
2016-06-12Support (and require) Python 3Paul Eggleton
2016-06-12Increase size of Recipe provides and license fieldsPaul Eggleton
2016-06-10update.py: allow updating all branches with one commandPaul Eggleton
2016-05-30Allow blanking out field values in bulk changePaul Eggleton
2016-05-24Display recipe blacklist informationAlex Franco
2015-10-07Support for recipe inherits fieldAlex Franco
2014-12-22layerindex/models.py: Branch model fix inital_data fixtureAníbal Limón
2014-09-24adding updated field for certain modelsAlexandru DAMIAN
2014-05-12Handle % characters in URLsPaul Eggleton
2014-04-06Allow layers to have no master branchPaul Eggleton
2014-03-09Fix append list name matchingPaul Eggleton
2013-09-13Fix tree link on layer list for layers with no subdirectoryPaul Eggleton
2013-09-05Use actual_branch in URLs if availablePaul Eggleton
2013-09-05Navigation improvementsPaul Eggleton
2013-09-05Add support for importing OE-Classic recipesPaul Eggleton
2013-08-11Add recipe bulk change featurePaul Eggleton
2013-06-17Add actual_branch field to layerbranchPaul Eggleton
2013-06-17Collect bbappends and bbclasses for each layerPaul Eggleton
2013-06-03Collect BUGTRACKER, PROVIDES and BBCLASSEXTEND for each recipePaul Eggleton
2013-06-03Add preference order fieldPaul Eggleton
2013-05-07Sort recipes by PN and descending PV in layer listPaul Eggleton
2013-04-02models: add layer name to string representation of layer notePaul Eggleton
2013-03-28Fix "AnonymousUser has no attribute 'email'" errors when not logged inPaul Eggleton
2013-03-28Ensure user_can_edit email address check ignores case and spacesPaul Eggleton
2013-03-27Improved fix for ../ in usage URLPaul Eggleton
2013-03-27Fix web subdirectory links with gitwebPaul Eggleton
2013-03-27Allow ../ in usage URL fieldPaul Eggleton
2013-03-27Bump up some of the field lengthsPaul Eggleton
2013-03-20Move fetch dir calculation to modelPaul Eggleton
2013-03-20Move repo subdirectory to layerbranchPaul Eggleton
2013-03-06Add sort priority field to branch modelPaul Eggleton
2013-03-06Add a short description for branches to show in drop-downPaul Eggleton
2013-03-05Allow usage URL to point to a file within the repositoryPaul Eggleton
2013-03-05Add support for handling multiple branchesPaul Eggleton
2013-02-28Add ability to add, edit and delete layer notesPaul Eggleton
2013-02-27Improve detail page for unpublished layersPaul Eggleton