Introduced a PgAdmin class inherited from the Flask, which looks for
submodules inherited from the PgAdminModule instead of regular
Blueprint. This allows us to load the module automatically from the
under the pgadmin directory, and will work to extend the pgAdmin
extension module.
PgAdminModule i
Fixed the letter case of the javascript file names.
Also, JSON data should be returned to the client using an
application/json MIME-TYPE using flask's jsonify function.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e0b011ec8cbea449c6df4f0baba
Introduced a mechanism to load required javascripts at runtime
(lazy loading) using the require.js. This allows us to load the
javascript required for any node, only when it was loaded in the browser
tree. Also, introduced the mechanism to show/edit/create of any node in
a tab panel (wcDocker.Panel
Inherited the test, about & help module from PgAdminModule class to load
them automatically by PgAdmin.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b626eec0fd7a52b2489af3317c6686ba2d68903f
Author: Ronan Dunklau
Modified Files
-
Introduced a class - NodeView to achieve REST API required by the
PostgreSQL node(s).
Browser Tree Node (PostgreSQL object) requires more than just CRUD.
i.e.
- CRUD (Create, Read, Update & Delete)
- Reversed Engineered SQL for the object
- Modified Query in edit mode
i.e. ALTER T
Bumped version for alpha release (version: 1.22.0-alpha1)
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e7b12a7db010106ce99dad45941e1a86f21ebbcc
Modified Files
--
pgadmin/include/pgAdmin3.h |4 ++--
pgadmin/include/version.h |
Hi John,
PFA the new patch.
Please check and let me know if it still crashes.
Regards,
Sanket Mehta
Sr Software engineer
Enterprisedb
On Tue, Jun 23, 2015 at 12:03 AM, John Obaterspok wrote:
> Hello,
>
> It still crashes on the wxIsalpha. Uncommenting the /* (size_t)wordlen <
> queryLen && */