mirror of https://github.com/apache/archiva.git
unify naming convention for requirejs module names
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1305839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9fa9a6a32
commit
e146c9a82d
|
@ -77,14 +77,14 @@
|
|||
paths: {
|
||||
"i18n":"jquery.i18n.properties-1.0.9",
|
||||
"jquery": "jquery-1.7.2",
|
||||
"jquery_tmpl": "jquery.tmpl",
|
||||
"jquery.tmpl": "jquery.tmpl",
|
||||
"utils": "archiva/utils",
|
||||
"jquery_ui": "jquery-ui-1.8.16.custom.min",
|
||||
"jquery_cookie": "jquery.cookie.1.0.0",
|
||||
"jquery.ui.widget": "jquery-ui-1.8.16.custom.min",
|
||||
"jquery.cookie": "jquery.cookie.1.0.0",
|
||||
"bootstrap": "bootstrap.2.0.2",
|
||||
"choosen": "chosen.jquery-0.9.7",
|
||||
"jquery_validate": "jquery.validate-1.9.0",
|
||||
"jquery_json": "jquery.json-2.3.min",
|
||||
"jquery.validate": "jquery.validate-1.9.0",
|
||||
"jquery.json": "jquery.json-2.3.min",
|
||||
"knockout": "knockout-2.0.0.debug",
|
||||
"knockout.simpleGrid": "knockout.simpleGrid",
|
||||
"knockout.sortable": "knockout-sortable",
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("general-admin",["jquery","i18n","order!utils","order!jquery_tmpl","order!knockout","order!knockout.simpleGrid",
|
||||
"jquery_validate","bootstrap"]
|
||||
define("general-admin",["jquery","i18n","order!utils","order!jquery.tmpl","order!knockout","order!knockout.simpleGrid",
|
||||
"jquery.validate","bootstrap"]
|
||||
, function() {
|
||||
|
||||
//-------------------------
|
||||
|
|
|
@ -26,7 +26,7 @@ define("main-templates",["text!templates/archiva/menu.html",
|
|||
"text!templates/archiva/repository-groups.html",
|
||||
"text!templates/archiva/search.html",
|
||||
"text!templates/archiva/general-admin.html",
|
||||
"jquery_tmpl","utils"],
|
||||
"jquery.tmpl","utils"],
|
||||
function(menu,message,modal,grids_generics,repositories,network_proxies,proxies_connectors,
|
||||
repository_groups,search,general_admin) {
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("main",["order!jquery","jquery_ui","jquery_cookie","bootstrap","order!archiva/search",
|
||||
"jquery_validate","jquery_json","order!knockout","order!redback-templates","order!main-templates","order!roles",
|
||||
define("main",["order!jquery","jquery.ui.widget","jquery.cookie","bootstrap","order!archiva/search",
|
||||
"jquery.validate","jquery.json","order!knockout","order!redback-templates","order!main-templates","order!roles",
|
||||
"order!redback","general-admin","repositories","network-proxies","proxy-connectors","repository-groups",
|
||||
"order!knockout.simpleGrid"],
|
||||
function() {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("network-proxies",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate","order!knockout"
|
||||
define("network-proxies",["jquery","i18n","jquery.tmpl","bootstrap","jquery.validate","order!knockout"
|
||||
,"order!knockout.simpleGrid"], function() {
|
||||
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("proxy-connectors",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate","order!knockout"
|
||||
define("proxy-connectors",["jquery","i18n","jquery.tmpl","bootstrap","jquery.validate","order!knockout"
|
||||
,"order!knockout.simpleGrid","knockout.sortable"], function() {
|
||||
|
||||
ProxyConnector=function(sourceRepoId,targetRepoId,proxyId,blackListPatterns,whiteListPatterns,policiesEntries,propertiesEntries,
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("repositories",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate","order!knockout","order!knockout.simpleGrid"],
|
||||
define("repositories",["jquery","i18n","jquery.tmpl","bootstrap","jquery.validate","order!knockout","order!knockout.simpleGrid"],
|
||||
function() {
|
||||
|
||||
// FIXME this must be dynamic if we do a plugin mechanism with dynamic repositories types
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("repository-groups",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate","jquery_ui","order!knockout"
|
||||
define("repository-groups",["jquery","i18n","jquery.tmpl","bootstrap","jquery.validate","jquery.ui.widget","order!knockout"
|
||||
,"order!knockout.simpleGrid","knockout.sortable"],
|
||||
function() {
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("search",["jquery","i18n","jquery_tmpl","choosen","order!knockout","knockout.simpleGrid"], function() {
|
||||
define("search",["jquery","i18n","jquery.tmpl","choosen","order!knockout","knockout.simpleGrid"], function() {
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
define("utils",["jquery","i18n","jquery_tmpl"], function() {
|
||||
define("utils",["jquery","i18n","jquery.tmpl"], function() {
|
||||
|
||||
loadi18n=function(){
|
||||
var browserLang = usedLang();
|
||||
|
|
|
@ -23,7 +23,7 @@ define("redback-templates",["text!templates/redback/user-edit.html",
|
|||
"text!templates/redback/password-change-form.html",
|
||||
"text!templates/redback/user-edit-form.html",
|
||||
"text!templates/redback/roles-tmpl.html",
|
||||
"jquery_tmpl","utils"],
|
||||
"jquery.tmpl","utils"],
|
||||
function(useredit, usergrids, login,register,passwordchange,usereditform,roles) {
|
||||
|
||||
var htmlFragment=$("#html-fragments");
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("redback",["jquery","order!utils","jquery_validate","jquery_json","order!knockout",
|
||||
define("redback",["jquery","order!utils","jquery.validate","jquery.json","order!knockout",
|
||||
"order!knockout.simpleGrid","roles","user","users"], function() {
|
||||
|
||||
// define a container object with various datas
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("roles",["jquery","order!utils","i18n","jquery_validate","order!knockout","order!knockout.simpleGrid"], function() {
|
||||
define("roles",["jquery","order!utils","i18n","jquery.validate","order!knockout","order!knockout.simpleGrid"], function() {
|
||||
|
||||
Role = function(name,description,assignable,childRoleNames,parentRoleNames,users,parentsRolesUsers,permissions,otherUsers){
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("user",["jquery","order!utils","i18n","jquery_validate","order!knockout","order!knockout.simpleGrid"], function() {
|
||||
define("user",["jquery","order!utils","i18n","jquery.validate","order!knockout","order!knockout.simpleGrid"], function() {
|
||||
|
||||
/**
|
||||
* object model for user with some function to create/update/delete users
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
define("users",["jquery","order!utils","i18n","jquery_validate","order!knockout","order!knockout.simpleGrid"], function() {
|
||||
define("users",["jquery","order!utils","i18n","jquery.validate","order!knockout","order!knockout.simpleGrid"], function() {
|
||||
|
||||
/**
|
||||
* view model used for users grid
|
||||
|
|
Loading…
Reference in New Issue