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",
* 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() {
//-------------------------
"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) {
* 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() {
* 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() {
* 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,
* 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
* 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() {
* 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() {
* under the License.
*/
-define("utils",["jquery","i18n","jquery_tmpl"], function() {
+define("utils",["jquery","i18n","jquery.tmpl"], function() {
loadi18n=function(){
var browserLang = usedLang();
"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");
* 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
* 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){
* 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
* 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