[32/55] [abbrv] kylin git commit: KYLIN-1905 datetimepicker init date update

2016-07-25 Thread shaofengshi
KYLIN-1905 datetimepicker init date update


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4bd685a6
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4bd685a6
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4bd685a6

Branch: refs/heads/1.5.x-CDH5.7
Commit: 4bd685a6a1577841c04c46ca07d907e158bb974a
Parents: 53face5
Author: Jason 
Authored: Tue Jul 19 18:47:22 2016 +0800
Committer: Jason 
Committed: Tue Jul 19 18:47:22 2016 +0800

--
 webapp/app/js/directives/datetimepicker.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/4bd685a6/webapp/app/js/directives/datetimepicker.js
--
diff --git a/webapp/app/js/directives/datetimepicker.js 
b/webapp/app/js/directives/datetimepicker.js
index 4541836..b21822f 100644
--- a/webapp/app/js/directives/datetimepicker.js
+++ b/webapp/app/js/directives/datetimepicker.js
@@ -370,7 +370,7 @@
 var date = new Date();
 if(!modelValue){
   var tmp = new Date();
-  date = new 
Date(tmp.getFullYear(),tmp.getMonth()+1,tmp.getDate());
+  date = new Date(tmp.getFullYear(),tmp.getMonth(),tmp.getDate());
 }else{
   date = new Date(modelValue);
 }



[43/50] [abbrv] kylin git commit: KYLIN-1905 datetimepicker init date update

2016-07-25 Thread shaofengshi
KYLIN-1905 datetimepicker init date update


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4bd685a6
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4bd685a6
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4bd685a6

Branch: refs/heads/1.5.x-HBase1.x
Commit: 4bd685a6a1577841c04c46ca07d907e158bb974a
Parents: 53face5
Author: Jason 
Authored: Tue Jul 19 18:47:22 2016 +0800
Committer: Jason 
Committed: Tue Jul 19 18:47:22 2016 +0800

--
 webapp/app/js/directives/datetimepicker.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/4bd685a6/webapp/app/js/directives/datetimepicker.js
--
diff --git a/webapp/app/js/directives/datetimepicker.js 
b/webapp/app/js/directives/datetimepicker.js
index 4541836..b21822f 100644
--- a/webapp/app/js/directives/datetimepicker.js
+++ b/webapp/app/js/directives/datetimepicker.js
@@ -370,7 +370,7 @@
 var date = new Date();
 if(!modelValue){
   var tmp = new Date();
-  date = new 
Date(tmp.getFullYear(),tmp.getMonth()+1,tmp.getDate());
+  date = new Date(tmp.getFullYear(),tmp.getMonth(),tmp.getDate());
 }else{
   date = new Date(modelValue);
 }



kylin git commit: KYLIN-1905 datetimepicker init date update

2016-07-19 Thread zhongjian
Repository: kylin
Updated Branches:
  refs/heads/master f8745f35d -> 1cd4ad8c1


KYLIN-1905 datetimepicker init date update


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/1cd4ad8c
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/1cd4ad8c
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/1cd4ad8c

Branch: refs/heads/master
Commit: 1cd4ad8c10282a63ac2fc8258e9a5d09077bd460
Parents: f8745f3
Author: Jason 
Authored: Tue Jul 19 18:49:10 2016 +0800
Committer: Jason 
Committed: Tue Jul 19 18:49:10 2016 +0800

--
 webapp/app/js/directives/datetimepicker.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/1cd4ad8c/webapp/app/js/directives/datetimepicker.js
--
diff --git a/webapp/app/js/directives/datetimepicker.js 
b/webapp/app/js/directives/datetimepicker.js
index 4541836..b21822f 100644
--- a/webapp/app/js/directives/datetimepicker.js
+++ b/webapp/app/js/directives/datetimepicker.js
@@ -370,7 +370,7 @@
 var date = new Date();
 if(!modelValue){
   var tmp = new Date();
-  date = new 
Date(tmp.getFullYear(),tmp.getMonth()+1,tmp.getDate());
+  date = new Date(tmp.getFullYear(),tmp.getMonth(),tmp.getDate());
 }else{
   date = new Date(modelValue);
 }



kylin git commit: KYLIN-1905 datetimepicker init date update

2016-07-19 Thread zhongjian
Repository: kylin
Updated Branches:
  refs/heads/v1.5.3-release 53face5a4 -> 4bd685a6a


KYLIN-1905 datetimepicker init date update


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4bd685a6
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4bd685a6
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4bd685a6

Branch: refs/heads/v1.5.3-release
Commit: 4bd685a6a1577841c04c46ca07d907e158bb974a
Parents: 53face5
Author: Jason 
Authored: Tue Jul 19 18:47:22 2016 +0800
Committer: Jason 
Committed: Tue Jul 19 18:47:22 2016 +0800

--
 webapp/app/js/directives/datetimepicker.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/4bd685a6/webapp/app/js/directives/datetimepicker.js
--
diff --git a/webapp/app/js/directives/datetimepicker.js 
b/webapp/app/js/directives/datetimepicker.js
index 4541836..b21822f 100644
--- a/webapp/app/js/directives/datetimepicker.js
+++ b/webapp/app/js/directives/datetimepicker.js
@@ -370,7 +370,7 @@
 var date = new Date();
 if(!modelValue){
   var tmp = new Date();
-  date = new 
Date(tmp.getFullYear(),tmp.getMonth()+1,tmp.getDate());
+  date = new Date(tmp.getFullYear(),tmp.getMonth(),tmp.getDate());
 }else{
   date = new Date(modelValue);
 }