You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ca...@apache.org on 2012/04/20 00:35:20 UTC

svn commit: r1328136 - in /rave/branches/bootstrap/rave-portal-resources/src/main/webapp: WEB-INF/tags/rave_js.tag WEB-INF/tags/third_party_js.tag css/bootstrap/js/

Author: carlucci
Date: Thu Apr 19 22:35:19 2012
New Revision: 1328136

URL: http://svn.apache.org/viewvc?rev=1328136&view=rev
Log:
RAVE-477: use CDN  version of bootstrap.min.js file instead of hosting locally

Removed:
    rave/branches/bootstrap/rave-portal-resources/src/main/webapp/css/bootstrap/js/
Modified:
    rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_js.tag
    rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag

Modified: rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_js.tag
URL: http://svn.apache.org/viewvc/rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_js.tag?rev=1328136&r1=1328135&r2=1328136&view=diff
==============================================================================
--- rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_js.tag (original)
+++ rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_js.tag Thu Apr 19 22:35:19 2012
@@ -41,8 +41,6 @@
     </c:otherwise>
 </c:choose>
 <script src="<spring:url value="/app/messagebundle/rave_client_messages.js"/>"></script>
-<%-- bootstrap --%>
-<script src="<spring:url value="/css/bootstrap/js/bootstrap.js"/>"></script>
 <portal:render-script location="${'AFTER_RAVE'}" />
 <%-- common javascript to execute on all pages --%>
 <script>

Modified: rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag
URL: http://svn.apache.org/viewvc/rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag?rev=1328136&r1=1328135&r2=1328136&view=diff
==============================================================================
--- rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag (original)
+++ rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag Thu Apr 19 22:35:19 2012
@@ -28,6 +28,8 @@
 <script src="//ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.2.min.js"></script>
 <script src="//ajax.aspnetcdn.com/ajax/jquery.ui/1.8.17/jquery-ui.min.js"></script>
 <script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js"></script>
+<%-- bootstrap --%>
+<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.2/bootstrap.min.js"></script>
 <%-- google css3 mediaqueries script --%>
 <!--[if lt IE 9]><script src=//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js></script><![endif]-->
 <%-- google html5 script --%>