From 0e6e7edc037beedfe9fc7d181c863f1dbd04c6df Mon Sep 17 00:00:00 2001 From: "Richard C. Davis" Date: Fri, 1 Nov 2013 18:27:01 +0800 Subject: [PATCH] Fixed broken commit --- app/js/angular/console-controller.js | 4 --- app/js/angular/groups-controller.js | 4 --- app/js/angular/index-controller.js | 4 --- app/js/angular/profile-controller.js | 4 --- app/js/angular/search-controller.js | 4 --- app/js/angular/sketch-controller.js | 4 --- app/js/angular/view-controller.js | 4 --- app/profile.html | 37 ---------------------------- app/search.html | 37 ---------------------------- app/sketch.html | 37 ---------------------------- app/view.html | 30 ---------------------- rpx.py | 10 +------- 12 files changed, 1 insertion(+), 178 deletions(-) diff --git a/app/js/angular/console-controller.js b/app/js/angular/console-controller.js index 4ca1786..ca46a22 100644 --- a/app/js/angular/console-controller.js +++ b/app/js/angular/console-controller.js @@ -8,11 +8,7 @@ function ConsoleController($scope,$resource,sharedProperties, sharedFunctions){ $scope.User = {"id": 0, "u_name" :"Anonymous User", "u_realname" :"Anonymous User", "u_login": false, "u_email": "", "g_hash": "", 'u_created': "", 'u_lastlogin': "", 'u_logincount': "", 'u_version': 1.0, 'u_isadmin': false, 'u_isactive': false}; $scope.backend_locations = [ -<<<<<<< HEAD - {url : 'ksketchweb.appspot.com', urlName : 'remote backend' }, -======= {url : sharedProperties.getBackendUrl(), urlName : 'remote backend' }, ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c {url : 'localhost:8080', urlName : 'localhost' } ]; $scope.showdetails = false; diff --git a/app/js/angular/groups-controller.js b/app/js/angular/groups-controller.js index 900c32a..a116733 100644 --- a/app/js/angular/groups-controller.js +++ b/app/js/angular/groups-controller.js @@ -8,11 +8,7 @@ function GroupsController($scope,$resource,sharedProperties, sharedFunctions){ $scope.User = {"id": 0, "u_name" :"Anonymous User", "u_realname" :"Anonymous User", "u_login": false, "u_email": "", "g_hash": "", 'u_created': "", 'u_lastlogin': "", 'u_logincount': "", 'u_version': 1.0, 'u_isadmin': false, 'u_isactive': false}; $scope.backend_locations = [ -<<<<<<< HEAD - {url : 'ksketchweb.appspot.com', urlName : 'remote backend' }, -======= {url : sharedProperties.getBackendUrl(), urlName : 'remote backend' }, ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c {url : 'localhost:8080', urlName : 'localhost' } ]; $scope.showdetails = false; diff --git a/app/js/angular/index-controller.js b/app/js/angular/index-controller.js index 1f4eda0..8ae9e17 100644 --- a/app/js/angular/index-controller.js +++ b/app/js/angular/index-controller.js @@ -8,11 +8,7 @@ function IndexController($scope,$resource,sharedProperties, sharedFunctions){ $scope.User = {"id": 0, "u_name" :"Anonymous User", "u_realname" :"Anonymous User", "u_login": false, "u_email": "", "g_hash": "", 'u_created': "", 'u_lastlogin': "", 'u_logincount': "", 'u_version': 1.0, 'u_isadmin': false, 'u_isactive': false}; $scope.backend_locations = [ -<<<<<<< HEAD - {url : 'ksketchweb.appspot.com', urlName : 'remote backend' }, -======= {url : sharedProperties.getBackendUrl(), urlName : 'remote backend' }, ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c {url : 'localhost:8080', urlName : 'localhost' } ]; $scope.showdetails = false; diff --git a/app/js/angular/profile-controller.js b/app/js/angular/profile-controller.js index bd5824f..76f13fe 100644 --- a/app/js/angular/profile-controller.js +++ b/app/js/angular/profile-controller.js @@ -10,11 +10,7 @@ function ProfileController($scope,$resource,sharedProperties, sharedFunctions){ $scope.profile_user = {"id": 0, "u_name" :"Anonymous User", "u_realname" :"Anonymous User", "g_hash": "", 'u_isadmin': false, 'u_isactive': false, 'u_changed': 0}; $scope.backend_locations = [ -<<<<<<< HEAD - {url : 'ksketchweb.appspot.com', urlName : 'remote backend' }, -======= {url : sharedProperties.getBackendUrl(), urlName : 'remote backend' }, ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c {url : 'localhost:8080', urlName : 'localhost' } ]; $scope.showdetails = false; diff --git a/app/js/angular/search-controller.js b/app/js/angular/search-controller.js index a484fdf..77c400b 100644 --- a/app/js/angular/search-controller.js +++ b/app/js/angular/search-controller.js @@ -8,11 +8,7 @@ function SearchController($scope,$resource,sharedProperties, sharedFunctions){ $scope.User = {"id": 0, "u_name" :"Anonymous User", "u_realname" :"Anonymous User", "u_login": false, "u_email": "", "g_hash": "", 'u_created': "", 'u_lastlogin': "", 'u_logincount': "", 'u_version': 1.0, 'u_isadmin': false, 'u_isactive': false}; $scope.backend_locations = [ -<<<<<<< HEAD - {url : 'ksketchweb.appspot.com', urlName : 'remote backend' }, -======= {url : sharedProperties.getBackendUrl(), urlName : 'remote backend' }, ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c {url : 'localhost:8080', urlName : 'localhost' } ]; $scope.showdetails = false; diff --git a/app/js/angular/sketch-controller.js b/app/js/angular/sketch-controller.js index c0c4334..06c43ba 100644 --- a/app/js/angular/sketch-controller.js +++ b/app/js/angular/sketch-controller.js @@ -8,11 +8,7 @@ function SketchController($scope,$resource,sharedProperties,sharedFunctions){ $scope.User = {"id": 0, "u_name" :"Anonymous User", "u_realname" :"Anonymous User", "u_login": false, "u_email": "", "g_hash": "", 'u_created': "", 'u_lastlogin': "", 'u_logincount': "", 'u_version': 1.0, 'u_isadmin': false, 'u_isactive': false}; $scope.backend_locations = [ -<<<<<<< HEAD - {url : 'ksketchweb.appspot.com', urlName : 'remote backend' }, -======= {url : sharedProperties.getBackendUrl(), urlName : 'remote backend' }, ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c {url : 'localhost:8080', urlName : 'localhost' } ]; $scope.search = ""; diff --git a/app/js/angular/view-controller.js b/app/js/angular/view-controller.js index f6c2be9..5d89d1a 100644 --- a/app/js/angular/view-controller.js +++ b/app/js/angular/view-controller.js @@ -8,11 +8,7 @@ function ViewController($scope,$resource,sharedProperties,sharedFunctions){ $scope.User = {"id": 0, "u_name" :"Anonymous User", "u_realname" :"Anonymous User", "u_login": false, "u_email": "", "g_hash": "", 'u_created': "", 'u_lastlogin': "", 'u_logincount': "", 'u_version': 1.0, 'u_isadmin': false, 'u_isactive': false}; $scope.backend_locations = [ -<<<<<<< HEAD - {url : 'ksketchweb.appspot.com', urlName : 'remote backend' }, -======= {url : sharedProperties.getBackendUrl(), urlName : 'remote backend' }, ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c {url : 'localhost:8080', urlName : 'localhost' } ]; $scope.search = ""; diff --git a/app/profile.html b/app/profile.html index 0de36f2..ab117c9 100644 --- a/app/profile.html +++ b/app/profile.html @@ -48,45 +48,8 @@ -<<<<<<< HEAD - - - - -======= ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c -<<<<<<< HEAD - - - - -======= ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c -<<<<<<< HEAD - - - - -======= ->>>>>>> 57f7773d73da6e3f5bb6a146206c037708c7111c -<<<<<<< HEAD - -