From bf4c6d021c353f9f6779ba813dab8d44b17addbf Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 10 Oct 2016 16:25:51 +0800 Subject: Extract config.js from common.js to make client setting file clean and also make upgrade easier --- public/views/index.ejs | 1 + 1 file changed, 1 insertion(+) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index f5f848e6..61544c86 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -205,6 +205,7 @@ + -- cgit v1.2.3 From 4c9dc5fa1f659d188307d9169abd92a15e89860c Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 10 Oct 2016 16:29:40 +0800 Subject: Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish locales --- public/views/index.ejs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index 61544c86..561a5987 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -154,6 +154,12 @@ + + + + + + -- cgit v1.2.3 From a5e6b5dd3b661052956f72bbeab88931e7c74315 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 10 Oct 2016 19:48:05 +0800 Subject: Update to support Ukrainian locale --- public/views/index.ejs | 1 + 1 file changed, 1 insertion(+) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index 561a5987..1e0fe3f4 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -160,6 +160,7 @@ + -- cgit v1.2.3 From 7e7919ce865771b884557e1f175e587491cb1abb Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 10 Oct 2016 20:34:53 +0800 Subject: Fix broken link id reference --- public/views/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index 1e0fe3f4..771d3c48 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -70,7 +70,7 @@
- +

<%= __('Collaborate with URL') %>

-- cgit v1.2.3 From fb5d7e43592c1a14831067e28def9c4b9e2a97ca Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 10 Oct 2016 21:14:28 +0800 Subject: Update npm and bower dependencies with related patch --- public/views/index.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index 771d3c48..f71cbdf5 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -193,11 +193,11 @@ ================================================== --> <% if(useCDN) { %> - - + + - + <% } else { %> -- cgit v1.2.3 From cd9f8fe36b707ff5a9f8f7be4d55145ddee97f3a Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Tue, 11 Oct 2016 16:48:42 +0800 Subject: Update to support pagination for history list --- public/views/index.ejs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index f71cbdf5..4fdee8cf 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -135,6 +135,7 @@ +
@@ -209,6 +210,7 @@ <% } %> + -- cgit v1.2.3