You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/03/23 15:53:18 UTC

svn commit: r1304390 - in /archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js: archiva/templates/ redback/templates/

Author: olamy
Date: Fri Mar 23 14:53:17 2012
New Revision: 1304390

URL: http://svn.apache.org/viewvc?rev=1304390&view=rev
Log:
%s/text/x-jquery-tmpl/text/html

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/grids-generics.html
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/message.html
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/network-proxies.html
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repository-groups.html
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-edit.html
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html Fri Mar 23 14:53:17 2012
@@ -42,7 +42,7 @@
  </div>
 </script>
 
-<script id='ko-legacy-artifact-paths-grid' type='text/x-jquery-tmpl'>
+<script id='ko-legacy-artifact-paths-grid' type='text/html'>
     <thead>
     <tr>
         {{each(i, columnDefinition) columns}}

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/grids-generics.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/grids-generics.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/grids-generics.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/grids-generics.html Fri Mar 23 14:53:17 2012
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<script id="ko_simpleGrid_pageLinks" type="text/x-jquery-tmpl">
+<script id="ko_simpleGrid_pageLinks" type="text/html">
   <div class="pagination">
       <ul>
       {{each(i) ko.utils.range(1, maxPageIndex)}}

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/message.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/message.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/message.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/message.html Fri Mar 23 14:53:17 2012
@@ -16,32 +16,32 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<script id='alert-message-success' type='text/x-jquery-tmpl'>
+<script id='alert-message-success' type='text/html'>
   <div class="alert fade in alert-success" data-alert="alert">
     <a class="close" data-dismiss="alert" href="#" id='alert-message-success-close-a'>&#215;</a>
     ${message}
   </div>
 </script>
-<script id='alert-message-error' type='text/x-jquery-tmpl'>
+<script id='alert-message-error' type='text/html'>
   <div class="alert fade in alert-error" data-alert="alert">
     <a class="close" data-dismiss="alert" href="#" id='alert-message-error-close-a'>&#215;</a>
     ${message}
   </div>
 </script>
-<script id='alert-message-warning' type='text/x-jquery-tmpl'>
+<script id='alert-message-warning' type='text/html'>
   <div class="alert fade in alert-heading" data-alert="alert">
     <a class="close" data-dismiss="alert" href="#" id='alert-message-warning-close-a'>&#215;</a>
     ${message}
   </div>
 </script>
-<script id='alert-message-info' type='text/x-jquery-tmpl'>
+<script id='alert-message-info' type='text/html'>
   <div class="alert fade in alert-info" data-alert="alert">
     <a class="close" data-dismiss="alert" href="#" id='alert-message-info-close-a'>&#215;</a>
     ${message}
   </div>
 </script>
 
-<script id='footer-tmpl' type='text/x-jquery-tmpl'>
+<script id='footer-tmpl' type='text/html'>
   <div class="pull-left">
     <a target="_blank" href="http://archiva.apache.org/">Apache Archiva&nbsp;-&nbsp;${version}</a>
   </div>

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/network-proxies.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/network-proxies.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/network-proxies.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/network-proxies.html Fri Mar 23 14:53:17 2012
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<script id="networkProxiesMain" type="text/x-jquery-tmpl">
+<script id="networkProxiesMain" type="text/html">
   <div class="page-header">
     <h2><img src="images/internet-web-browser-32-32.png"/>${$.i18n.prop('network-proxies.list')}</h2>
   </div>
@@ -42,7 +42,7 @@
 
 </script>
 
-<script id='ko-network-proxies-grid' type='text/x-jquery-tmpl'>
+<script id='ko-network-proxies-grid' type='text/html'>
     <thead>
     <tr>
         {{each(i, columnDefinition) columns}}
@@ -94,7 +94,7 @@
 
 </script>
 
-<script id="network-proxy-edit-tmpl" type='text/x-jquery-tmpl'>
+<script id="network-proxy-edit-tmpl" type='text/html'>
     <form id="network-proxy-edit-form" class="well form-horizontal">
       <fieldset id="network-proxy-edit-fieldset">
         <div class="control-group">
@@ -159,12 +159,12 @@
     </form>
 </script>
 
-<script id="network-proxies-bulk-save-tmpl" type='text/x-jquery-tmpl'>
+<script id="network-proxies-bulk-save-tmpl" type='text/html'>
   {{if bulkSave()}}
     <a data-bind="click: updateModifiedNetworkProxies" class="btn btn-danger" href="#">${$.i18n.prop('save.all')}</a>
   {{/if}}
 </script>
-<script id="network-proxy-delete-warning-tmpl" type='text/x-jquery-tmpl'>
+<script id="network-proxy-delete-warning-tmpl" type='text/html'>
     <div>
       <span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
     </div>

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html Fri Mar 23 14:53:17 2012
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<script id="proxyConnectorsMain" type="text/x-jquery-tmpl">
+<script id="proxyConnectorsMain" type="text/html">
   <div class="page-header">
     <h2><img src="images/preferences-system-network-proxy-32-32.png"/>${$.i18n.prop('proxy-connectors.list')}</h2>
   </div>
@@ -51,7 +51,7 @@
 
 </script>
 
-<script id='ko-proxy-connectors-grid' type='text/x-jquery-tmpl'>
+<script id='ko-proxy-connectors-grid' type='text/html'>
     <thead>
       <tr>
         <th title="${$.i18n.prop('proxy-connectors.grid.managedrepo.title')}">
@@ -110,7 +110,7 @@
     <div id="proxy-connectors-grid-remoterepo-settings-content-${val}-${targetRepoId}" style="display:none"></div>
 </script>
 
-<script id='proxy-connectors-remote-settings-popover-tmpl' type='text/x-jquery-tmpl'>
+<script id='proxy-connectors-remote-settings-popover-tmpl' type='text/html'>
   <div>
     {{if proxyId}}
       ${$.i18n.prop('proxy-connectors.remoterepo.settings.networkproxy')}: ${proxyConnector.proxyId}
@@ -134,7 +134,7 @@
   </div>
 </script>
 
-<script id="proxy-connector-edit-form-tmpl" type='text/x-jquery-tmpl'>
+<script id="proxy-connector-edit-form-tmpl" type='text/html'>
 
     <form id="proxy-connector-edit-form" class="well form-horizontal">
       <fieldset id="remote-repository-edit-fieldset">
@@ -246,7 +246,7 @@
     </form>
 
 </script>
-<script id="proxy-connectors-bulk-save-tmpl" type='text/x-jquery-tmpl'>
+<script id="proxy-connectors-bulk-save-tmpl" type='text/html'>
   {{if bulkSave()}}
     <a data-bind="click: updateModifiedProxyConnectors" class="btn btn-danger" href="#">${$.i18n.prop('save.all')}</a>
   {{/if}}
@@ -302,7 +302,7 @@
   </div>
 </script>
 
-<script id="proxy-connector-delete-warning-tmpl" type='text/x-jquery-tmpl'>
+<script id="proxy-connector-delete-warning-tmpl" type='text/html'>
     <div>
       <span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
     </div>

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html Fri Mar 23 14:53:17 2012
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<script id="repositoriesMain" type="text/x-jquery-tmpl">
+<script id="repositoriesMain" type="text/html">
     <div class="page-header">
       <h2><img src="images/system-file-manager-32-32.png"/>${$.i18n.prop('administration.repositories')}</h2>
     </div>
@@ -78,7 +78,7 @@
       </div>
 </script>
 
-<script id='ko_managed-repositoriesGrid' type='text/x-jquery-tmpl'>
+<script id='ko_managed-repositoriesGrid' type='text/html'>
   <thead>
       <tr>
         {{each(i, columnDefinition) columns}}
@@ -153,7 +153,7 @@
 
 </script>
 
-<script id="managed-repository-edit-tmpl" type='text/x-jquery-tmpl'>
+<script id="managed-repository-edit-tmpl" type='text/html'>
     <form id="managed-repository-edit-form" class="well form-horizontal">
       <fieldset id="managed-repository-edit-fieldset">
         <div class="control-group">
@@ -254,7 +254,7 @@
     </form>
 </script>
 
-<script id="managed-repository-delete-warning-tmpl" type='text/x-jquery-tmpl'>
+<script id="managed-repository-delete-warning-tmpl" type='text/html'>
   <div>
     <span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
     <div>
@@ -274,7 +274,7 @@
     </div>
 </script>
 
-<script id="managed-repository-location-warning-tmpl" type='text/x-jquery-tmpl'>
+<script id="managed-repository-location-warning-tmpl" type='text/html'>
   <div>
     <span class="label label-warning">${$.i18n.prop('managedrepository.location.already.exists')}</span>
     <div>
@@ -284,12 +284,12 @@
     </div>
   </div>
 </script>
-<script id="managed-repository-scan-now-modal-tmpl" type='text/x-jquery-tmpl'>
+<script id="managed-repository-scan-now-modal-tmpl" type='text/html'>
   <div>
     ${$.i18n.prop('managedrepository.scan.all')}: <input type="checkbox" id="managed-repository-scan-now-all">
   </div>
 </script>
-<script id="managed-repository-stats-tmpl" type='text/x-jquery-tmpl'>
+<script id="managed-repository-stats-tmpl" type='text/html'>
   <div id="managedrepository-stats-${managedRepository.id()}-popover" style="display:none">
     <div>${$.i18n.prop('managedrepository.stats.endTime')}: ${lastScanDate()}</div>
     <div>${$.i18n.prop('managedrepository.stats.duration')}: ${duration()}ms</div>
@@ -297,7 +297,7 @@
     <div>${$.i18n.prop('managedrepository.stats.newFileCount')}: ${newFileCount()}</div>
   </div>
 </script>
-<script id="pom-snippet-tmpl" type='text/x-jquery-tmpl'>
+<script id="pom-snippet-tmpl" type='text/html'>
   <div class="page-header">
     <h2>POM Snippet</h2></div>
   </div>
@@ -307,7 +307,7 @@
 
 <!-- remote part -->
 
-<script id='ko_remote-repositoriesGrid' type='text/x-jquery-tmpl'>
+<script id='ko_remote-repositoriesGrid' type='text/html'>
   <thead>
       <tr>
         {{each(i, columnDefinition) columns}}
@@ -354,7 +354,7 @@
 </script>
 
 
-<script id="remote-repository-edit-tmpl" type='text/x-jquery-tmpl'>
+<script id="remote-repository-edit-tmpl" type='text/html'>
     <form id="remote-repository-edit-form" class="well form-horizontal">
       <fieldset id="remote-repository-edit-fieldset">
         <div class="control-group">
@@ -461,7 +461,7 @@
     </form>
 </script>
 
-<script id="remote-repository-scan-modal-tmpl" type='text/x-jquery-tmpl'>
+<script id="remote-repository-scan-modal-tmpl" type='text/html'>
     <div>
       ${$.i18n.prop('remoterepository.download.remote.now')}: <input type="checkbox" id="remoterepository-scan-now">
     </div>
@@ -470,13 +470,13 @@
     </div>
 </script>
 
-<script id="managed-repositories-bulk-save-tmpl" type='text/x-jquery-tmpl'>
+<script id="managed-repositories-bulk-save-tmpl" type='text/html'>
   {{if bulkSave()}}
     <a data-bind="click: updateModifiedManagedRepositories" class="btn btn-danger" href="#">${$.i18n.prop('save.all')}</a>
   {{/if}}
 </script>
 
-<script id="remote-repositories-bulk-save-tmpl" type='text/x-jquery-tmpl'>
+<script id="remote-repositories-bulk-save-tmpl" type='text/html'>
   {{if bulkSave()}}
     <a data-bind="click: updateModifiedRemoteRepositories" class="btn btn-danger" href="#">${$.i18n.prop('save.all')}</a>
   {{/if}}

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repository-groups.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repository-groups.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repository-groups.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repository-groups.html Fri Mar 23 14:53:17 2012
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<script id="repositoryGroupsMain" type="text/x-jquery-tmpl">
+<script id="repositoryGroupsMain" type="text/html">
   <div class="page-header">
     <h2><img src="images/applications-internet-2-32-32.png"/>${$.i18n.prop('repository.groups.list')}</h2>
   </div>
@@ -156,7 +156,7 @@
   </div>
 </script>
 
-<script id="repository-group-delete-warning-tmpl" type='text/x-jquery-tmpl'>
+<script id="repository-group-delete-warning-tmpl" type='text/html'>
     <div>
       <span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
     </div>

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html Fri Mar 23 14:53:17 2012
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<script id="rolesTabs" type="text/x-jquery-tmpl">
+<script id="rolesTabs" type="text/html">
   <div class="page-header">
     <h2>${$.i18n.prop('roles.management.header')}</h2>
   </div>
@@ -45,7 +45,7 @@
 
 </script>
 
-<script id="editRoleTab" type="text/x-jquery-tmpl">
+<script id="editRoleTab" type="text/html">
   <div class="accordion" id="edit-role-accordion">
     <div class="accordion-group">
       <div class="accordion-heading">
@@ -196,7 +196,7 @@
   </div>
 </script>
 
-<script id='ko_rolesGrid' type='text/x-jquery-tmpl'>
+<script id='ko_rolesGrid' type='text/html'>
   <thead>
       <tr>
         {{each(i, columnDefinition) columns}}

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-edit.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-edit.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-edit.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-edit.html Fri Mar 23 14:53:17 2012
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<script id='redback/user-edit-tmpl' type='text/x-jquery-tmpl'>
+<script id='redback/user-edit-tmpl' type='text/html'>
 <div id="edit-user-details-pills">
   <ul id="edit_user_details_pills_headers" class="nav nav-pills" data-target="#edit-user-details-pills-content">
     <li class="active" id="user-view-detail-li">
@@ -102,7 +102,7 @@
 </div>
 </script>
 
-<script id="user_view_roles_list_tmpl" type="text/x-jquery-tmpl">
+<script id="user_view_roles_list_tmpl" type="text/html">
   <div class="page-header">
     <h3>${$.i18n.prop('effective.roles')}</h3>
   </div>
@@ -115,7 +115,7 @@
   </div>
 </script>
 
-<script id="user_edit_roles_tmpl" type="text/x-jquery-tmpl">
+<script id="user_edit_roles_tmpl" type="text/html">
 
   <div>
     {{each $data.applicationRoles}}

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html?rev=1304390&r1=1304389&r2=1304390&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html Fri Mar 23 14:53:17 2012
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<script id='ko_usersGrid_grid' type='text/x-jquery-tmpl'>
+<script id='ko_usersGrid_grid' type='text/html'>
   <thead>
       <tr>
         {{each(i, columnDefinition) columns}}
@@ -84,7 +84,7 @@
 
 </script>
 
-<script id="usersGrid"  type="text/x-jquery-tmpl">
+<script id="usersGrid"  type="text/html">
     <div class="page-header">
       <h3><img src="images/system-users-32-32.png"/>${$.i18n.prop('users.list')}</h3>
     </div>
@@ -110,7 +110,7 @@
     </div>
 </script>
 
-<script id="user-delete-warning-tmpl" type='text/x-jquery-tmpl'>
+<script id="user-delete-warning-tmpl" type='text/html'>
     <div>
       <span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
     </div>