Fix embedded links: github instead of luci.subsignal.org
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 2 Feb 2016 10:07:16 +0000 (12:07 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Fri, 12 Feb 2016 12:18:25 +0000 (14:18 +0200)
Fix links to point into Github repo instead of luci.subsignal.org
 - the hint to file a bug in dispatcher
 - footers of Bootstrap and Freifunk themes

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit c2cf5d185587c3ad8d550c39707e744ee2b0811d)

modules/luci-base/luasrc/dispatcher.lua
themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm
themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm

index 8b8d1fa3499cf03ce6c2542b67844bf39527bfff..25269501068dd26efe5b85706b555996d63b0f6d 100644 (file)
@@ -300,7 +300,7 @@ function dispatch(request)
                "Access Violation\nThe page at '" .. table.concat(request, "/") .. "/' " ..
                "has no parent node so the access to this location has been denied.\n" ..
                "This is a software bug, please report this message at " ..
-               "http://luci.subsignal.org/trac/newticket"
+               "https://github.com/openwrt/luci/issues"
        )
 
        if track.sysauth then
index 52188bf5e8e1b0b7dc539c6a6272999b5e713005..e0a41e1bca43ece81cbfa01d7b32a1d1a2f7bec9 100644 (file)
@@ -14,7 +14,7 @@
        local categories = disp.node_childs(tree)
 %>
    <footer>
-    <a href="http://luci.subsignal.org/">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> / <%= ver.distversion %>
+    <a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> / <%= ver.distversion %>
     <% if #categories > 1 then %>
      <ul class="breadcrumb pull-right" id="modemenu">
            <% for i, r in ipairs(categories) do %>
index 540df713a8f7ec141e0627d0c8031cbd2807b15a..4c38821bbd0733d132a09edaa7e9c45aee51bab5 100644 (file)
@@ -19,7 +19,7 @@
 </div>
 
 <div class="footer">
-<p class="luci"><a href="http://luci.subsignal.org">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a></p>
+<p class="luci"><a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a></p>
 <% if xtime then %>
 <p class="exectime">Script execution time: <%=xtime%></p>
 <% end %>