From: Alexandru DAMIAN Date: Thu, 7 May 2015 17:09:09 +0000 (+0100) Subject: bitbake: toasterui: URL refactoring X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d38a4e403f9e1930312b94694077a5300d625f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: toasterui: URL refactoring This is a URL refactoring needed to remove the inadvertent usage of server-side user session in a REST-style API. We move the parameters that were stored in the user session to the URL, making navigation more robust. This refactoring allows a clean (no 500 HTTP return codes) crawl of the website following inside links. (Bitbake rev: cc251da0f211f3ee881ad07478733e2f4c1b7019) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html b/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html index bd6e7dd2de1..722091b2d39 100644 --- a/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html +++ b/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html @@ -1,5 +1,5 @@ {% extends "basetable_top.html" %} {%block custombuttons %} - Import layer + Import layer {%endblock%} diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html index ed03b2eea71..d73c319307e 100644 --- a/bitbake/lib/toaster/toastergui/templates/importlayer.html +++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html @@ -14,7 +14,7 @@