layerindex-web/layerindex
Paul Eggleton 26ab9dbb28 Add ability to add, edit and delete layer notes
This allows adding an important notice to a layer e.g. "this layer is
deprecated, please use layer xyz instead". Only one layer note can be
added through the interface although the data structures allow multiple,
so notes may be added programmatically without disturbing user-added
ones.

With this change we also add a get_absolute_url() function to the
LayerItem model and change the calls to reverse() for layers to use it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-28 14:36:41 +00:00
..
static Make it easier to select repo URL/subdir on detail page 2013-02-26 14:24:42 +00:00
templatetags Improve pagination for recipe list 2013-02-19 18:28:48 +00:00
__init__.py Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
about.html Enable autoescaping in more places 2013-02-26 18:28:26 +00:00
admin.py Handle updating of inc files/classes within same layer 2013-02-26 11:05:43 +00:00
deleteconfirm.html Add ability to add, edit and delete layer notes 2013-02-28 14:36:41 +00:00
detail.html Add ability to add, edit and delete layer notes 2013-02-28 14:36:41 +00:00
editlayer.html Clarify language around publishing layers 2013-02-27 23:10:28 +00:00
editlayernote.html Add ability to add, edit and delete layer notes 2013-02-28 14:36:41 +00:00
forms.py Add ability to add, edit and delete layer notes 2013-02-28 14:36:41 +00:00
index.html Add searchable machine index 2013-02-26 17:51:16 +00:00
machines.html Add searchable machine index 2013-02-26 17:51:16 +00:00
models.py Add ability to add, edit and delete layer notes 2013-02-28 14:36:41 +00:00
rawrecipes.txt Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
recipedetail.html Enable autoescaping in more places 2013-02-26 18:28:26 +00:00
recipes.html Add searchable machine index 2013-02-26 17:51:16 +00:00
simplesearch.py Improve recipe search 2013-02-19 17:22:45 +00:00
submitemail.txt Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
submitlayer.html Implement editing of layers 2013-02-27 10:34:02 +00:00
submitthanks.html Clarify language around publishing layers 2013-02-27 23:10:28 +00:00
update.py Use top commit for subdirectory instead of repository in update script 2013-02-26 11:26:00 +00:00
urls.py Add ability to add, edit and delete layer notes 2013-02-28 14:36:41 +00:00
views.py Add ability to add, edit and delete layer notes 2013-02-28 14:36:41 +00:00