pgAdmin 4 commit: Fixed issue only coming in the runtime.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed issue only coming in the runtime.
Date: 2016-06-02 07:45:56
Message-ID: E1b8NKG-0004Tw-J4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed issue only coming in the runtime.

* Do not need to translate an empty string. (that results into the
translation header inclusion in the javacript module).
* String.prototype.StartsWith is not an well received function, it has
not been available in the QWebkit for linux.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=486da5e12c607c1ffd6efb3b669b00dd10294f2c

Modified Files
--------------
.../tables/rules/templates/rules/js/rules.js | 4 +-
.../schemas/types/templates/type/js/type.js | 2 +-
.../schemas/views/templates/mview/js/mview.js | 2 +-
web/pgadmin/misc/templates/explain/js/explain.js | 6 +-
.../sqleditor/templates/sqleditor/js/sqleditor.js | 95 +++++++++++++++++-----
5 files changed, 80 insertions(+), 29 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-02 08:29:56 Re: Regarding issue 1241
Previous Message Surinder Kumar 2016-06-02 06:39:18 [pgAdmin4][Patch]: RM#1290 - unknown error displayed if add comments on Materialized view that contain special characters