aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex
AgeCommit message (Expand)Author
2013-05-08update.py: error out with unexpected argumentsPaul Eggleton
2013-05-07Fix error when requesting raw recipes listPaul Eggleton
2013-05-07Sort recipes by PN and descending PV in layer listPaul Eggleton
2013-04-05detail: ensure machine list is sorted by namePaul Eggleton
2013-04-02models: add layer name to string representation of layer notePaul Eggleton
2013-03-31Add basic change history pagePaul Eggleton
2013-03-30editlayer: fix checkboxes not showing up in ChromiumPaul 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-28Redirect to login page for review list/detail views if not logged inPaul 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-20update.py: fix scanning for machine filesPaul Eggleton
2013-03-20update.py: improve handling of machine descriptionsPaul Eggleton
2013-03-20De-emphasise recipes where there is a more preferred version availablePaul Eggleton
2013-03-20update.py: set log level earlierPaul Eggleton
2013-03-20update.py: make failure to parse a recipe an errorPaul Eggleton
2013-03-20Ensure entire layer gets refreshed on next update if repo fields changePaul Eggleton
2013-03-20update.py: set PN for recipe even if we fail to parse itPaul Eggleton
2013-03-20update.py: ensure TMPDIR gets created before starting parsePaul Eggleton
2013-03-20update.py: explicitly check for existence of conf/layer.confPaul Eggleton
2013-03-20Add layer index wiki page import scriptPaul Eggleton
2013-03-20Sort layer list by layer type firstPaul Eggleton
2013-03-20Move fetch dir calculation to modelPaul Eggleton
2013-03-20update.py: create dependency/maintainer records when creating LayerBranchPaul Eggleton
2013-03-20Move repo subdirectory to layerbranchPaul Eggleton
2013-03-18Ensure bad URL within layerindex app returns 404Paul Eggleton
2013-03-06Add sort priority field to branch modelPaul Eggleton
2013-03-06Add introductory front pagePaul 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-06Add a short description for branches to show in drop-downPaul Eggleton
2013-03-06update.py: ensure script can be run from any directoryPaul Eggleton
2013-03-06update.py: avoid writing bitbake.lock/cache to current directoryPaul Eggleton
2013-03-06Use TemplateView for simple views instead of custom functionsPaul Eggleton
2013-03-06Move all templates to a templates directoryPaul Eggleton
2013-03-06Add django-simple-captcha to list of modules on about pagePaul Eggleton
2013-03-06Show count of layers to be reviewed next to Review linkPaul 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-03-05Remove remnant of previous status filtering from layer list viewPaul Eggleton
2013-03-05Filter out current layer from dependencies list in edit formPaul Eggleton
2013-02-28Fix static pathing to use staticfilesPaul Eggleton
2013-02-28Rename SubmitLayerForm class to EditLayerFormPaul Eggleton
2013-02-28Remove unneeded useredit variable from edit_layer_viewPaul Eggleton
2013-02-28Add CAPTCHA to submission formPaul Eggleton
2013-02-28Submit/edit form tweaksPaul Eggleton
2013-02-28Remove Submit layer link when on submit/edit pagesPaul Eggleton