[ckan-changes] [ckan/ckan] 557b7e: [#4850] Preview for multimedia files
Konstantin Sivakov
noreply at github.com
Fri Jan 17 12:52:41 UTC 2020
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 557b7e08877a77e83fba1cd49f86c74347210c52
https://github.com/ckan/ckan/commit/557b7e08877a77e83fba1cd49f86c74347210c52
Author: calexandr <cherniavskyi.alexandr at linkdigital.com.au>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
A ckanext/audioview/__init__.py
A ckanext/audioview/plugin.py
A ckanext/audioview/theme/templates/audio_form.html
A ckanext/audioview/theme/templates/audio_view.html
Log Message:
-----------
[#4850] Preview for multimedia files
Currently, there is no preview for multimedia files,
such as video or audio files.
This changes implements the audio_preview, with simple
HTML5 <audio> tag
Commit: c62a2d54c30ea9cfc9d43b9e5299eb1dee9ea858
https://github.com/ckan/ckan/commit/c62a2d54c30ea9cfc9d43b9e5299eb1dee9ea858
Author: calexandr <cherniavskyi.alexandr at linkdigital.com.au>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
A ckanext/audioview/tests/__init__.py
A ckanext/audioview/tests/test_view.py
Log Message:
-----------
tests for audio_preview
Commit: eaca4d8ac74d27f661dfc4d504918cb610867ea9
https://github.com/ckan/ckan/commit/eaca4d8ac74d27f661dfc4d504918cb610867ea9
Author: calexandr <cherniavskyi.alexandr at linkdigital.com.au>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
A ckanext/videoview/__init__.py
A ckanext/videoview/plugin.py
A ckanext/videoview/theme/templates/video_form.html
A ckanext/videoview/theme/templates/video_view.html
Log Message:
-----------
implementation of video_view
Commit: 02e7bdb09d150f924d3b09971ab90ff05b87cc3d
https://github.com/ckan/ckan/commit/02e7bdb09d150f924d3b09971ab90ff05b87cc3d
Author: calexandr <cherniavskyi.alexandr at linkdigital.com.au>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
A ckanext/videoview/tests/__init__.py
A ckanext/videoview/tests/test_view.py
Log Message:
-----------
tests for video_view
Commit: 3cad0db74e09a9e512f9855bae9b11d6d03b8414
https://github.com/ckan/ckan/commit/3cad0db74e09a9e512f9855bae9b11d6d03b8414
Author: calexandr <cherniavskyi.alexandr at linkdigital.com.au>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
adding audio_view and video_view to whitelist
Commit: 7283b1362d1f6b447516c1e806e8051957a54bbd
https://github.com/ckan/ckan/commit/7283b1362d1f6b447516c1e806e8051957a54bbd
Author: calexandr <cherniavskyi.alexandr at linkdigital.com.au>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M ckan/config/resource_formats.json
Log Message:
-----------
add compatible predefined formats for video&audio views
Commit: 152e65ab266fcddda6ecdaa6db2392a1f71632dd
https://github.com/ckan/ckan/commit/152e65ab266fcddda6ecdaa6db2392a1f71632dd
Author: calexandr <cherniavskyi.alexandr at linkdigital.com.au>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M setup.py
Log Message:
-----------
add audio&video views to the list of plugin to setup
Commit: b01ac36e65f65fd29146791e7f4304063c5ccc11
https://github.com/ckan/ckan/commit/b01ac36e65f65fd29146791e7f4304063c5ccc11
Author: calexandr <cherniavskyi.alexandr at linkdigital.com.au>
Date: 2019-12-25 (Wed, 25 Dec 2019)
Changed paths:
M ckan/config/resource_formats.json
M ckan/tests/test_coding_standards.py
A ckanext/audioview/__init__.py
A ckanext/audioview/plugin.py
A ckanext/audioview/tests/__init__.py
A ckanext/audioview/tests/test_view.py
A ckanext/audioview/theme/templates/audio_form.html
A ckanext/audioview/theme/templates/audio_view.html
A ckanext/videoview/__init__.py
A ckanext/videoview/plugin.py
A ckanext/videoview/tests/__init__.py
A ckanext/videoview/tests/test_view.py
A ckanext/videoview/theme/templates/video_form.html
A ckanext/videoview/theme/templates/video_view.html
M setup.py
Log Message:
-----------
[#4850] fix tests to match pytest style
Commit: c4b5b4aef2929be792fc2d0417517c85bf77a0d4
https://github.com/ckan/ckan/commit/c4b5b4aef2929be792fc2d0417517c85bf77a0d4
Author: calexandr <cherniavskyi.alexandr at linkdigital.com.au>
Date: 2019-12-25 (Wed, 25 Dec 2019)
Changed paths:
M ckanext/audioview/tests/test_view.py
M ckanext/videoview/tests/test_view.py
Log Message:
-----------
[#4850] fix pep8 issues in tests
Commit: fd4ef9721e164267b52f4281b7e2d914fe483467
https://github.com/ckan/ckan/commit/fd4ef9721e164267b52f4281b7e2d914fe483467
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M ckan/config/resource_formats.json
M ckan/tests/test_coding_standards.py
A ckanext/audioview/__init__.py
A ckanext/audioview/plugin.py
A ckanext/audioview/tests/__init__.py
A ckanext/audioview/tests/test_view.py
A ckanext/audioview/theme/templates/audio_form.html
A ckanext/audioview/theme/templates/audio_view.html
A ckanext/videoview/__init__.py
A ckanext/videoview/plugin.py
A ckanext/videoview/tests/__init__.py
A ckanext/videoview/tests/test_view.py
A ckanext/videoview/theme/templates/video_form.html
A ckanext/videoview/theme/templates/video_view.html
M setup.py
Log Message:
-----------
Merge pull request #5103 from mutantsan/4850-preview-for-multimedia-files
4850 preview for multimedia files
Compare: https://github.com/ckan/ckan/compare/07ce702f35dd...fd4ef9721e16
More information about the ckan-changes
mailing list