pgAdmin 4 commit: Copyright year fixes and doc tweaks.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Copyright year fixes and doc tweaks.
Date: 2015-02-25 20:25:56
Message-ID: E1YQiWq-0004FV-GV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Copyright year fixes and doc tweaks.

Branch
------
master

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

Modified Files
--------------
docs/en_US/coding-standards.rst | 9 ++++++---
web/config.py | 2 +-
web/pgAdmin4.py | 2 +-
web/pgadmin/__init__.py | 2 +-
web/pgadmin/about/views.py | 2 +-
web/pgadmin/browser/__init__.py | 2 +-
web/pgadmin/browser/hooks.py | 2 +-
web/pgadmin/browser/nodes/server_groups/hooks.py | 2 +-
web/pgadmin/browser/views.py | 2 +-
web/pgadmin/redirects/views.py | 2 +-
web/pgadmin/settings/__init__.py | 2 +-
web/pgadmin/settings/hooks.py | 2 +-
web/pgadmin/settings/settings_model.py | 2 +-
web/pgadmin/test/static/js/test.js | 9 ---------
web/pgadmin/utils/views.py | 2 +-
web/setup.py | 2 +-
16 files changed, 20 insertions(+), 26 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-02-25 20:30:19 pgAdmin 4 commit: More misc fixes.
Previous Message Dave Page 2015-02-25 17:06:52 pgAdmin 4 commit: Remove debug message.