From 7e345256cbaa4cf437d4f02056d4b263f7c54853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 27 Apr 2017 13:26:40 +0200 Subject: [PATCH 1/2] Move text fields to clob MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- appinfo/database.xml | 13 ++++++------- appinfo/info.xml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index 731aea98a..9f7dd1919 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -19,7 +19,7 @@ title text true - 64 + 100 owner @@ -55,7 +55,7 @@ title text true - 64 + 100 board_id @@ -97,14 +97,13 @@ title text + 100 true - 64 description - text + clob false - 4096 stack_id @@ -187,7 +186,7 @@ title text true - 64 + 100 card_id @@ -239,7 +238,7 @@ title text false - 64 + 100 color diff --git a/appinfo/info.xml b/appinfo/info.xml index b467190d9..3176fb252 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ 💥 This is still alpha software: it may not be stable enough for production! - 0.1.2 + 0.1.2.1 agpl Julius Härtl Deck From 60e9cf7088ca1117774070159f27c7d72132f1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 29 Apr 2017 11:55:00 +0200 Subject: [PATCH 2/2] Apply maxlength to input fields and fix card header height MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.css | 2 +- templates/part.board.mainView.php | 6 ++++-- templates/part.board.sidebarView.php | 4 ++-- templates/part.boardlist.php | 2 +- templates/part.card.php | 2 +- templates/part.navigation.php | 4 ++-- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/css/style.css b/css/style.css index b81957a92..849b7b5e4 100644 --- a/css/style.css +++ b/css/style.css @@ -418,7 +418,7 @@ button:hover { */ #card-header { - height: 44px; + min-height: 44px; } #card-header h2 { diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index b26c36f6d..77f37087a 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -21,7 +21,8 @@ + ng-model="newStack.title" required + maxlength="100" /> @@ -40,7 +41,7 @@ + required maxlength="100"/>