# HG changeset patch # User ymh # Date 1579273597 -3600 # Node ID 7b0f10610cdfc4b7c443b87d734635a4688a9bf4 # Parent d598aee041423c8efc8df6256bfdd2a3d630a434 Remove connectis logo and define new version 2.22.2 diff -r d598aee04142 -r 7b0f10610cdf sbin/sync/Pipfile --- a/sbin/sync/Pipfile Thu Jan 09 18:25:09 2020 +0100 +++ b/sbin/sync/Pipfile Fri Jan 17 16:06:37 2020 +0100 @@ -14,7 +14,7 @@ pycparser = "==2.17" six = "==1.10.0" Fabric = "==1.13.1" -Mercurial = "==4.1.1" +Mercurial = ">4.8" "520978f" = {path = "./fablib-0.1.dev.0.tar.gz"} [dev-packages] diff -r d598aee04142 -r 7b0f10610cdf sbin/sync/Pipfile.lock --- a/sbin/sync/Pipfile.lock Thu Jan 09 18:25:09 2020 +0100 +++ b/sbin/sync/Pipfile.lock Fri Jan 17 16:06:37 2020 +0100 @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "62b69ffb93fd5138ea2825fcac122a10e0b8ddd5649a1c68ecc01d604fc4a028" + "sha256": "5dacc7b46f8a5b06e0f730d0c0467f746f58c8793b4288ab0e2397bcc240551b" }, "pipfile-spec": 6, "requires": { @@ -127,12 +127,12 @@ }, "mercurial": { "hashes": [ - "sha256:4e4587082a73c01a5c9fa09a335ba27ebcd2e769e8268594e5ea3115da714aed", - "sha256:63571be1202f83c72041eb8ca2a2ebaeda284d2031fd708919fc610589d3359e", - "sha256:bb6ae4bc4eb58ab41df9cb80a3beef7c32b8923ab293e11528ecb099f32f811e" + "sha256:2c44ac796d2581414533da4e39f21a07206b362263489307da2c424c47ff92f5", + "sha256:4c5ea34e2eba25b5d1b5712f1c72df0a64ec47ce206c1279419c87a26fca033b", + "sha256:ffc5ff47488c7b5dae6ead3d99f08ef469500d6567592a25311838320106c03b" ], "index": "pypi", - "version": "==4.1.1" + "version": "==5.2.2" }, "paramiko": { "hashes": [ diff -r d598aee04142 -r 7b0f10610cdf sbin/sync/fablib-0.1.dev.0.tar.gz Binary file sbin/sync/fablib-0.1.dev.0.tar.gz has changed diff -r d598aee04142 -r 7b0f10610cdf src/ldtplatform/__init__.py --- a/src/ldtplatform/__init__.py Thu Jan 09 18:25:09 2020 +0100 +++ b/src/ldtplatform/__init__.py Fri Jan 17 16:06:37 2020 +0100 @@ -1,4 +1,4 @@ -VERSION = (2, 22, 0, "final", 0) +VERSION = (2, 22, 2, "final", 0) VERSION_STR = unicode(".".join(["%02d" % (i,) for i in VERSION[:2]])) diff -r d598aee04142 -r 7b0f10610cdf src/ldtplatform/static/ldt/css/web_front_common.css --- a/src/ldtplatform/static/ldt/css/web_front_common.css Thu Jan 09 18:25:09 2020 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -#footer li:first-child { - float: left; - border-left: 1px solid #484848; - padding-top: 0px; - padding-bottom: 0px; -} - -#footer li:first-child span { - display: inline-block; - vertical-align: top; -} - -#footer li:first-child span:first-child { - padding-top: 4px; -} - - -.connectis-logo { - font-size: 1px; - line-height: 0; - text-indent: -9999px; - overflow: hidden; - min-width: 102px; - background: url(../img/connectis.png) center no-repeat; - background-size: 100px 22px; - padding: 0; - min-height: 22px; - width: 102px; - display: inline-block; - background-position: 1px 0px; -} \ No newline at end of file diff -r d598aee04142 -r 7b0f10610cdf src/ldtplatform/static/ldt/img/connectis.png Binary file src/ldtplatform/static/ldt/img/connectis.png has changed diff -r d598aee04142 -r 7b0f10610cdf src/ldtplatform/templates/front/front_base.html --- a/src/ldtplatform/templates/front/front_base.html Thu Jan 09 18:25:09 2020 +0100 +++ b/src/ldtplatform/templates/front/front_base.html Fri Jan 17 16:06:37 2020 +0100 @@ -80,7 +80,6 @@ {% block footer %}