aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-27 19:11:58 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-28 14:36:41 +0000
commit26ab9dbb28841bde7b77141d8874f302dc7f7927 (patch)
treed0ceafb3a403e4f277e3ffaf6103ab311f783835 /TODO
parente6d7b215a6a4eee4322bc54a8765b2c23755f855 (diff)
downloadopenembedded-core-contrib-26ab9dbb28841bde7b77141d8874f302dc7f7927.tar.gz
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>
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index b1b10e91a0..bfdd1d41a0 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,6 @@ TODO:
* Captcha
Later:
-* Allow adding/editing notes
* Usage links in list page?
* Avoid page content changing size depending on whether scrollbar is there or not?
* Style/extend about page?