From c8747a0c5e7ab324650edada749e6164ce47495b Mon Sep 17 00:00:00 2001 From: eldadfux Date: Thu, 9 May 2019 11:23:22 +0300 Subject: [PATCH] Upgrading JS framework version --- app/views/console/account/index.phtml | 2 +- app/views/console/comps/header.phtml | 22 +- app/views/console/database/index.phtml | 2 +- app/views/console/home/index.phtml | 14 +- app/views/console/settings/index.phtml | 28 +- app/views/console/storage/index.phtml | 4 +- app/views/console/users/index.phtml | 16 +- app/views/console/users/view.phtml | 26 +- app/views/home/auth/confirm.phtml | 4 +- app/views/home/auth/join.phtml | 16 +- app/views/home/auth/recovery/reset.phtml | 4 +- app/views/home/auth/signin.phtml | 2 +- app/views/home/auth/signup.phtml | 4 +- app/views/layouts/default.phtml | 4 +- gulpfile.js | 6 +- public/dist/scripts/app-all.js | 32 +- public/dist/scripts/app-dep.js | 105 ++++++- public/dist/scripts/app.js | 111 +------ public/scripts/app.js | 285 +----------------- .../scripts/{ => dependencies}/litespeed.js | 0 public/scripts/filters.js | 170 +++++++++++ public/scripts/routes.js | 109 +++++++ public/scripts/services/sdk.js | 4 +- 23 files changed, 484 insertions(+), 486 deletions(-) rename public/scripts/{ => dependencies}/litespeed.js (100%) create mode 100644 public/scripts/filters.js create mode 100644 public/scripts/routes.js diff --git a/app/views/console/account/index.phtml b/app/views/console/account/index.phtml index 794120663..15d36716c 100644 --- a/app/views/console/account/index.phtml +++ b/app/views/console/account/index.phtml @@ -8,7 +8,7 @@ use Utopia\Locale\Locale;
-
-
+
diff --git a/app/views/console/database/index.phtml b/app/views/console/database/index.phtml index c1587e02d..2ce1790ab 100644 --- a/app/views/console/database/index.phtml +++ b/app/views/console/database/index.phtml @@ -3,7 +3,7 @@ use Utopia\Locale\Locale; ?>

-  Upload +  Upload

diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index e503e6f09..880ce1eef 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -8,11 +8,11 @@

 

@@ -23,7 +23,7 @@ data-appwrite="projects.getProjectUsage" data-event="load" data-service="usage" - data-param-project-id="{{state.params.project}}" + data-param-project-id="{{router.params.project}}" data-success="render,trigger" data-error="render" data-success-triggers="usage.load"> @@ -126,7 +126,7 @@
- Manage Your API Keys + Manage Your API Keys
-
  • +
  • @@ -265,7 +265,7 @@ $providers = $this->getParam('providers', []);
  • -
  • +
  • @@ -278,7 +278,7 @@ $providers = $this->getParam('providers', []);
    getParam('providers', []);

    To complete set up, add this OAuth redirect URI to your app configuration.

    - +
    @@ -328,7 +328,7 @@ $providers = $this->getParam('providers', []);
  • -
  • +
  • diff --git a/app/views/console/users/view.phtml b/app/views/console/users/view.phtml index 7113d81a2..66d3c315f 100644 --- a/app/views/console/users/view.phtml +++ b/app/views/console/users/view.phtml @@ -5,7 +5,7 @@ use Utopia\Locale\Locale;

    - escape(Locale::getText('console.users.title')); ?> + escape(Locale::getText('console.users.title')); ?>
      @@ -22,8 +22,8 @@ use Utopia\Locale\Locale;

    -