Skip to content

Commit

Permalink
Also do not use ResourceRegistry's caching mechanism for the MathJax.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Feb 5, 2013
1 parent 433059d commit dc72c50
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,13 @@
Changes
=======

1.1.1 (2013-02-05)
------------------

- Also do not use ResourceRegistry's caching mechanism for the MathJax.
[thet]


1.1 (2013-01-15)
----------------

Expand All @@ -9,6 +16,7 @@ Changes
other resources can be better merged together.
[thet]


1.0 (2013-01-14)
----------------

Expand Down
8 changes: 4 additions & 4 deletions collective/mathjax/profiles/default/jsregistry.xml
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<object name="portal_javascripts" meta_type="JavaScripts Registry">

<!-- cookable false, since ResourceRegistry thinks, it cannot find the
resource because of the URL parameter. Apparently it's there. By not
cooking the reource, the browser can fetch it. -->
<!-- cacheable and cookable false, since ResourceRegistry thinks, it cannot
find the resource because of the URL parameter. Apparently it's there.
By not cooking the reource, the browser can fetch it. -->
<javascript
insert-after="*"
cacheable="True"
cacheable="False"
compression="none"
cookable="False"
enabled="True"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.1'
version = '1.1.1'

setup(name='collective.mathjax',
version=version,
Expand Down

0 comments on commit dc72c50

Please sign in to comment.