Don't load theme fonts from the web. GitLab #343. Thanks to @thestorm for the find.

This commit is contained in:
Roberto Rosario
2016-12-19 21:21:17 -04:00
parent 727766cbf0
commit 0801682569
5 changed files with 7025 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ the user links
- Moved licenses to their own module in every app
- Update project to work with Django 1.9.11
- Tags are alphabetically ordered by label (GitLab #342).
- Stop loading theme fonts from the web (Gitlab #343).
2.1.5 (2016-11-08)
==================

View File

@@ -23,6 +23,7 @@ the user links
- Moved licenses to their own module in every app
- Update project to work with Django 1.9.11
- Tags are alphabetically ordered by label
- Stop loading theme fonts from the web
Removals
--------
@@ -84,5 +85,6 @@ Bugs fixed or issues closed
* `GitLab issue #311 <https://gitlab.com/mayan-edms/mayan-edms/issues/311>`_ acl page return ContentType:Document
* `GitLab issue #319 <https://gitlab.com/mayan-edms/mayan-edms/issues/319>`_ TransformationResize issue with very "long" image
* `GitLab issue #342 <https://gitlab.com/mayan-edms/mayan-edms/issues/342>`_ Tags should be of unordered / unsorted data type
* `GitLab issue #342 <https://gitlab.com/mayan-edms/mayan-edms/issues/343>`_ Bootstrap's dependency on fonts.googleapis.com causes Mayan EDMS web interface load slowly if public internet is unreachable
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -24,7 +24,7 @@
{% compress css %}
<link href="{% static 'appearance/packages/font-awesome-4.3.0/css/font-awesome.min.css' %}" media="screen" rel="stylesheet" type="text/css" />
<link href="{% static 'appearance/packages/bootstrap-3.3.4-dist/css/bootstrap.min.css' %}" media="screen" rel="stylesheet" type="text/css" />
<link href="{% static 'appearance/packages/bootswatch.com/flatly/bootstrap.min.css' %}" media="screen" rel="stylesheet" type="text/css" />
<link href="{% static 'appearance/packages/bootswatch.com/flatly/bootstrap.css' %}" media="screen" rel="stylesheet" type="text/css" />
<link href="{% static 'appearance/packages/animate/animate.css' %}" media="screen" rel="stylesheet" type="text/css" />
<link href="{% static 'appearance/packages/fancyBox-master/source/jquery.fancybox.css' %}" media="screen" rel="stylesheet" type="text/css" />
<link href="{% static 'appearance/css/base.css' %}" media="screen" rel="stylesheet" type="text/css" />