[ckan-changes] [okfn/ckan] a6d08d: [#226] Implemented generic text highlighter for JS...

GitHub noreply at github.com
Sun Feb 24 15:39:49 UTC 2013


  Branch: refs/heads/226-text-highlighting
  Home:   https://github.com/okfn/ckan
  Commit: a6d08d686a4ee008884cd7c51299b26767900851
      https://github.com/okfn/ckan/commit/a6d08d686a4ee008884cd7c51299b26767900851
  Author: matthias <matthias at thinkpad.(none)>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M ckan/config/deployment.ini_tmpl
    R ckanext/jsonpreview/__init__.py
    R ckanext/jsonpreview/plugin.py
    R ckanext/jsonpreview/tests/__init__.py
    R ckanext/jsonpreview/tests/test_preview.py
    R ckanext/jsonpreview/theme/public/css/json.css
    R ckanext/jsonpreview/theme/public/css/json.min.css
    R ckanext/jsonpreview/theme/public/preview_json.js
    R ckanext/jsonpreview/theme/public/preview_json.min.js
    R ckanext/jsonpreview/theme/public/resource.config
    R ckanext/jsonpreview/theme/templates/json.html
    A ckanext/texthighlighter/__init__.py
    A ckanext/texthighlighter/plugin.py
    A ckanext/texthighlighter/tests/__init__.py
    A ckanext/texthighlighter/tests/test_preview.py
    A ckanext/texthighlighter/theme/public/css/texthighlighter.css
    A ckanext/texthighlighter/theme/public/highlight.pack.js
    A ckanext/texthighlighter/theme/public/preview.js
    A ckanext/texthighlighter/theme/public/resource.config
    A ckanext/texthighlighter/theme/public/styles/default.css
    A ckanext/texthighlighter/theme/templates/texthighlighter.html
    M setup.py

  Log Message:
  -----------
  [#226] Implemented generic text highlighter for JSON, XML and plain text. Deleted jsonpreview.


  Commit: 9c96640b0cbf8936d51a06e315ad58de0b0b6406
      https://github.com/okfn/ckan/commit/9c96640b0cbf8936d51a06e315ad58de0b0b6406
  Author: Jossekin <beilharz at acm.org>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M ckanext/texthighlighter/theme/public/css/texthighlighter.css
    M ckanext/texthighlighter/theme/public/preview.js
    M ckanext/texthighlighter/theme/public/resource.config

  Log Message:
  -----------
  unified indentation


  Commit: 379f8164ca114274d3f6ab0b65c066323dd2fb4c
      https://github.com/okfn/ckan/commit/379f8164ca114274d3f6ab0b65c066323dd2fb4c
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    M ckan/config/deployment.ini_tmpl
    R ckanext/texthighlighter/__init__.py
    R ckanext/texthighlighter/plugin.py
    R ckanext/texthighlighter/tests/__init__.py
    R ckanext/texthighlighter/tests/test_preview.py
    R ckanext/texthighlighter/theme/public/css/texthighlighter.css
    R ckanext/texthighlighter/theme/public/highlight.pack.js
    R ckanext/texthighlighter/theme/public/preview.js
    R ckanext/texthighlighter/theme/public/resource.config
    R ckanext/texthighlighter/theme/public/styles/default.css
    R ckanext/texthighlighter/theme/templates/texthighlighter.html
    A ckanext/textpreview/__init__.py
    A ckanext/textpreview/plugin.py
    A ckanext/textpreview/tests/__init__.py
    A ckanext/textpreview/tests/test_preview.py
    A ckanext/textpreview/theme/public/css/text.css
    A ckanext/textpreview/theme/public/highlight.pack.js
    A ckanext/textpreview/theme/public/preview.js
    A ckanext/textpreview/theme/public/resource.config
    A ckanext/textpreview/theme/public/styles/default.css
    A ckanext/textpreview/theme/templates/text.html
    M setup.py

  Log Message:
  -----------
  [#226] Rename text highligher extension to text preview


  Commit: 0259bff651e09d055b3835e66ca079d100f217e3
      https://github.com/okfn/ckan/commit/0259bff651e09d055b3835e66ca079d100f217e3
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    A ckanext/textpreview/theme/public/LICENSE

  Log Message:
  -----------
  [#226] Add missing license for highlight.js


  Commit: 2110146771f69f22cd9a5e93dfd9a89bf8640964
      https://github.com/okfn/ckan/commit/2110146771f69f22cd9a5e93dfd9a89bf8640964
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    M ckanext/textpreview/theme/public/resource.config
    A ckanext/textpreview/theme/public/styles/github.css

  Log Message:
  -----------
  [#226] Use github style


  Commit: bd5756380c7cb1df14ad6aae097dc7168b18874f
      https://github.com/okfn/ckan/commit/bd5756380c7cb1df14ad6aae097dc7168b18874f
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    M ckanext/textpreview/theme/public/preview.js

  Log Message:
  -----------
  [#226] Make jsonp preview more resistant, add missing converter to jsonp


Compare: https://github.com/okfn/ckan/compare/a6d08d686a4e^...bd5756380c7c


More information about the ckan-changes mailing list