commit/galaxy-central: guerler: Removing trackster_common.mako
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f08aa61645ae/ Changeset: f08aa61645ae User: guerler Date: 2013-08-21 03:23:00 Summary: Removing trackster_common.mako Affected #: 3 files diff -r 3a1f4df1591c28287d9fb1c8efc4e7321e0dde70 -r f08aa61645ae67e8ac2c3dc94c6b79f8115b1b5a templates/display_base.mako --- a/templates/display_base.mako +++ b/templates/display_base.mako @@ -11,7 +11,6 @@ <%inherit file="${inherit( context )}"/><%namespace file="/tagging_common.mako" import="render_individual_tagging_element, render_community_tagging_element" /><%namespace file="/display_common.mako" import="*" /> -<%namespace file="/visualization/trackster_common.mako" import="*" /> ## ## Functions used by base.mako and base_panels.mako to display content. @@ -35,7 +34,9 @@ ${parent.javascripts()} ${h.js( "libs/jquery/jstorage", "libs/jquery/jquery.autocomplete", "libs/jquery/jquery.rating", "galaxy.autocom_tagging" )} - ${render_trackster_js_files()} + + ${h.js( "galaxy.panels", "libs/jquery/jstorage", "libs/jquery/jquery.event.drag", "libs/jquery/jquery.event.hover","libs/jquery/jquery.mousewheel", "libs/jquery/jquery-ui", "libs/jquery/jquery-ui-combobox", + "libs/require", "libs/farbtastic" )} <script type="text/javascript"> @@ -115,7 +116,8 @@ <%def name="stylesheets()"> ${parent.stylesheets()} ${h.css( "autocomplete_tagging", "embed_item", "jquery.rating" )} - ${render_trackster_css_files()} + ${h.css( "history", "autocomplete_tagging", "trackster", "library", + "jquery-ui/smoothness/jquery-ui" )} <style type="text/css"> .page-body { diff -r 3a1f4df1591c28287d9fb1c8efc4e7321e0dde70 -r f08aa61645ae67e8ac2c3dc94c6b79f8115b1b5a templates/webapps/galaxy/visualization/display.mako --- a/templates/webapps/galaxy/visualization/display.mako +++ b/templates/webapps/galaxy/visualization/display.mako @@ -1,5 +1,4 @@ <%inherit file="/display_base.mako"/> -<%namespace file="/visualization/trackster_common.mako" import="*" /><%def name="javascripts()"><% config = item_data %> diff -r 3a1f4df1591c28287d9fb1c8efc4e7321e0dde70 -r f08aa61645ae67e8ac2c3dc94c6b79f8115b1b5a templates/webapps/galaxy/visualization/trackster_common.mako --- a/templates/webapps/galaxy/visualization/trackster_common.mako +++ /dev/null @@ -1,16 +0,0 @@ -## -## Utilities for creating Trackster visualizations. -## - -## Render needed CSS files. -<%def name="render_trackster_css_files()"> - ${h.css( "history", "autocomplete_tagging", "trackster", "library", - "jquery-ui/smoothness/jquery-ui" )} -</%def> - - -## Render needed JavaScript files. -<%def name="render_trackster_js_files()"> - ${h.js( "galaxy.panels", "libs/jquery/jstorage", "libs/jquery/jquery.event.drag", "libs/jquery/jquery.event.hover","libs/jquery/jquery.mousewheel", "libs/jquery/jquery-ui", "libs/jquery/jquery-ui-combobox", - "libs/require", "libs/farbtastic" )} -</%def> \ No newline at end of file Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org