Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bRigL-00068h-0j for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Jul 2016 16:24:41 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bRigK-0003iX-K5 for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Jul 2016 16:24:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bRig7-0003FS-BL for pgadmin-hackers@postgresql.org; Mon, 25 Jul 2016 16:24:27 +0000 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bRig2-000231-Hh for pgadmin-hackers@postgresql.org; Mon, 25 Jul 2016 16:24:26 +0000 Received: by mail-it0-x22d.google.com with SMTP id f6so13881491ith.0 for ; Mon, 25 Jul 2016 09:24:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=0DnJEfJ3lFCxE1ggcirkFFei3Wwx7cxhzgywycOSOBo=; b=kIpq9lxwgVtXklOH9v1yHsiyzxXHAky8SjsdQyk9Fh4YVvc8eE9j8pX9V+PCenJ/lu DwHALoMnY/9q1bGegT1Lm2f7QQ54LCpmWaptasVoTQq0oPm3iuYNX8Uu1cjXiEfhDYBd zS1sEsUQuzPFKNMvq0eY1EryZf+ZXMHwDbr0KQbs1/xxy51ih2cLQzNlEluPW/eLD3re e0vPUF6H2KVreZKU9gSKjIEBv2VL0+FOhNkNt98X4f8REicrBztoliekNQTPUVZl0TLa ta8sYuG5uq+uB+cWXOHxgW76ZMZLvv8ENR5io96X8NHdPs16WFD/AaviygOlJwZ9dAzH NhyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=0DnJEfJ3lFCxE1ggcirkFFei3Wwx7cxhzgywycOSOBo=; b=GCWaKo5S60zTA/IX7gAifPXf7S3m7nYQYac4FEGBxeN8TgFjNYl6/opd4gmpMeu8po mngUdjGo5uPdrFbiSTyJ5pnOgpb0KZHEzdQdcclspNT0n8SSTfiFB62Lbs+tBezjq/G2 qDdyVghFBjSarPaEBtcNovLtNNAO72ra5Wsn5MlJUis0fYOEpEMBJ9twaUtUSRgrABXA bo5Ax96HBo5PheKWu7S00PDKhlHk4oCHPXMzAkrtlUus8V5pvE6YDihUjQ36X2uEhN4w 4nk3hNXYM/qNIIGYVRKN3tXFDIFaGZ5Lz63Y9Zu/8R3/VsLfH0IZiDi2yZg3se6kWev7 xH/w== X-Gm-Message-State: ALyK8tL1GW6FYwDZVkF4xUPQRWqmf1mWpr1dKHe9eZAIATj5ftGFXIBB46npXBhViRioONshYehL0TbSUdY/Ig== X-Received: by 10.36.117.79 with SMTP id y76mr80226839itc.35.1469463860064; Mon, 25 Jul 2016 09:24:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.208.97 with HTTP; Mon, 25 Jul 2016 09:24:19 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 25 Jul 2016 17:24:19 +0100 Message-ID: Subject: Re: pgAdmin 4 commit: Flask-Babel 0.11+ compatibility. Fixes #1496 To: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org All, Please note that this change requires Flask-Babel 0.11 or above. It'll no longer work with older versions. Please yelp if you see any other side effects... Thanks. On Mon, Jul 25, 2016 at 5:23 PM, Dave Page wrote: > Flask-Babel 0.11+ compatibility. Fixes #1496 > > Branch > ------ > master > > Details > ------- > http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=790b28fb61df43aa8373b652b184bd14669b0abc > > Modified Files > -------------- > .../schemas/tables/templates/table/js/table.js | 4 ++-- > .../databases/templates/databases/js/databases.js | 2 +- > .../servers/templates/servers/servers.js | 6 ++--- > .../browser/templates/browser/js/collection.js | 2 +- > .../browser/templates/browser/js/messages.js | 8 +++---- > web/pgadmin/browser/templates/browser/js/node.js | 28 +++++++++++----------- > web/pgadmin/misc/bgprocess/__init__.py | 2 +- > .../tools/datagrid/templates/datagrid/index.html | 2 +- > .../templates/grant_wizard/js/grant_wizard.js | 2 +- > .../templates/import_export/js/import_export.js | 2 +- > .../user_management/js/user_management.js | 24 +++++++++---------- > 11 files changed, 41 insertions(+), 41 deletions(-) > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers