Skip to content

Commit

Permalink
Merge branch 'bootstrap' into download-popup
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 8, 2016
2 parents 96bd000 + cdcc704 commit d7899df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -79,6 +79,12 @@ package names will usually add python- prefix) or using pip:
pip install -r requirements-test.txt
You might want to import some data to have at least some content on the website:

.. code-block:: sh
./manage.py loaddata pmaweb/fixtures/test_data.json
Once you have all dependencies, you can start development server:

.. code-block:: sh
Expand Down
6 changes: 6 additions & 0 deletions pmaweb/templates/_security_contact.html
Expand Up @@ -16,3 +16,9 @@
uid phpMyAdmin Security Team <security@phpmyadmin.net>
sub 4096R/5E4176FB497A31F7 2016-08-02
</pre>

<p>
The key can be either obtained from the keyserver or is available in
<a href="https://files.phpmyadmin.net/phpmyadmin.keyring">phpMyAdmin keyring</a>
available on our download server.
</p>
2 changes: 1 addition & 1 deletion pmaweb/templates/base.html
Expand Up @@ -158,7 +158,7 @@ <h4>phpMyAdmin needs your continued support to grow and thrive</h4>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-2718724-14', 'auto');
ga('send', 'pageview');
Expand Down

0 comments on commit d7899df

Please sign in to comment.