layerindex-web/layerindex
Paul Eggleton 431f2fba17 Add javascript code to split name/email pairs in maintainer fields
In the submit layer form, if a user pastes/types in a name/email pair
(e.g. My Name <my.email@example.com>) then this will automatically be
split into the name and email input fields, saving the user from doing
this by hand (since this is a common notation within repositories and
documentation.)

Additionally, if there is any text after the email address then move it
into the responsibility field unless the responsibility has been entered
by the user.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-26 15:35: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 Improve about page 2013-02-25 13:41:14 +00:00
admin.py Handle updating of inc files/classes within same layer 2013-02-26 11:05:43 +00:00
detail.html Make it easier to select repo URL/subdir on detail page 2013-02-26 14:24:42 +00:00
forms.py Use scrolling list of checkboxes for dependencies on submit form 2013-02-25 11:03:54 +00:00
index.html Improve pagination for recipe list 2013-02-19 18:28:48 +00:00
models.py Add javascript code to split name/email pairs in maintainer fields 2013-02-26 15:35:41 +00:00
rawrecipes.txt Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
recipedetail.html Initial version of recipe detail page 2013-02-19 17:22:40 +00:00
recipes.html Improve pagination for recipe list 2013-02-19 18:28:48 +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 Add javascript code to split name/email pairs in maintainer fields 2013-02-26 15:35:41 +00:00
submitthanks.html Initial commit of layerindex-web 2013-02-13 12:09:57 +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 OE favicon 2013-02-25 12:07:33 +00:00
views.py Drop created_date field from LayerItem 2013-02-26 14:59:26 +00:00
widgets.py Use scrolling list of checkboxes for dependencies on submit form 2013-02-25 11:03:54 +00:00