Accepting request 700612 from home:lachs0r:branches:devel:languages:python:misc
Depends on sr#700611
- Revive package, update to 5.4.0
* Django 2.0 compatibility
5.3.1
* Actually include the code which sets ``CKEDITOR_BASEPATH``.
* CKEditor 4.7.3
5.3.0
* CKEditor 4.7
* Fix storage problems by setting ``CKEDITOR_BASEPATH``
(hopefully for real this time)
* Documentation updates
* Added a ``CKEDITOR_RESTRICT_BY_DATE`` setting to add uploaded
files into folders containing the current date.
* Added a ``CKEDITOR_FILEICONS`` setting that allows overriding
the icons used by Gallerific.
* Added a ``CKEDITOR_FILENAME_GENERATOR`` setting which allows
specifying a callable which mangles the filename of uploaded
files.
* Added ``THUMBNAIL_SIZE`` and ``IMAGE_QUALITY`` settings for the
Pillow image backend.
* Actually include static assets for ``ckeditor_uploader`` in the
pip-installable package.
* Removed ``CKEDITOR_JQUERY_URL`` and the jQuery dependency.
The CKEditor activation now uses plain JavaScript.
Dependencies are JSON.parse and document.querySelectorAll which
are supported in practically all used browsers these days.
* Fixed a bug where the CKEditor language was not set
individually for each request.
5.2.2
* Django 1.11 support
* Drop South migrations
* Fix storage problems by setting CKEDITOR_BASEPATH
5.2.1
* Fix CKEditor package static path
5.2.0
* Django 1.10 updates
* Development dependencies bump
* CKEditor 4.6.1
* Paste image support
* Fix for ManifestStaticFilesStorage
5.1.1
* Re-add missing additional CkEditor plugins
5.1.0
* Updated CkEditor to 4.5.10
* Django 1.10 compatibility changes
* Documentation updates
5.0.3
* Fix file/directory browsing and searching
* Editor width style fixes
* Added CKEDITOR_BROWSE_SHOW_DIRS
* Added CKEDITOR_ALLOW_NONIMAGE_FILES
* Python 2.6 compatibility fix
5.0.2
* Added template missing in the package
5.0.1
* Update Readme with backward-incompatible changes
5.0.0 (4.5.3)
* Moved file upload code to new Django application -
ckeditor_uploader. `RichTextField` doesn't use file upload
which have been moved to `RichTextUploadingField`.
File upload support have been moved to ckeditor_uploader.
The urls are in ckeditor_uploader.urls while for file uploading
widget you have to use RichTextUploadingField from
ckeditor_uploader.fields instead of RichTextField from
from ckeditor.fields.
* Updated ckeditor to 4.5.3
* Added new plugins from ckeditor maintainers: adobeair, ajax,
autoembed, autogrow, autolink, bbcode, codesnippet,
codesnippetgeshi, devtools, divarea, docprops, embed,
embedbase, embedsemantic, filetools, iframedialog, image2,
language, lineutils, mathjax, menubutton, notification,
notificationaggregator, placeholder, sharedspace, sourcedialog,
stylesheetparser, tableresize, uicolor, uploadimage,
uploadwidget, widget, xml
* Add code quality configurations
* Add EditorConfig configuration file
* Refactored code to be in compliance with PEP8
4.5.1
* Fixed unbound variable in non-image file upload
4.5.0
* Updated ckeditor to 4.5.1
* Reverted
django.contrib.staticfiles.templatetags.staticfiles.static
usage causing problems with some storages
* Allow non-image files to be upload (the upload widget expects
images so the user experience isn't best at the moment)
* Few refactors and fixes to selenium tests
4.4.8
* Python 3 compatibility fixes
* Get static files paths in a proper way
* Fix Django 1.7 deprecation warning
* More examples in readme
4.4.7
* Allow only POST requests on upload view.
* Exclude hidden files from image browser
* Prevent caching of image browser view
* Use lazy JSON encoder to support i18n in CKEditor settings.
* Misc documentation updates
* Check for jQuery presence correctly
* Update to CKEditor 4.4.6
4.4.6
* Make upload/browse views be staff_member_required by default
(can be overridden)
* Fix ckeditor initialisation code breaking with other jQuery
versions.
* Support grappelli inline form widgets.
* Remove odd left margin from widget template.
* Allow running selenium tests with chromium.
4.4.5
* Post merge package name fix in Readme
4.4.4
* Update CKEditor to 4.4.4 full package - for all plugins and
static files you may need
* Fixes for inline editor
* Editor initialisation uses jQuery. You need to specify
CKEDITOR_JQUERY_URL for it to work.
4.4.0
* Update CKEditor to 4.4.1
* Django 1.7 compatibility fix
4.2.8
* Update CKEditor to 4.3.3
4.2.7
* Fix slugifying to empty filename if only bad characters given
in filename. Use random string as fallback.
* Don't use IMG tags for non image files in ckeditor file browser
* Remove non-existing image reference from CSS files that broke
collectstatic.
* Misc fixes
4.2.5 / 4.2.6
* Fix static files installation - switch from distutils to
setuptools
4.2.4
* Added new demo application with selenium integration test
* tox setup for Python 3.3 and 2.7 testing
* Extracted image processing to backends.
PIL/Pillow is optional now. Other backends can be added.
* Fixed a bug with thumbnail generation
4.2.3
* Python 3.3 compatibility
* All uploaded files are slugified by default
(New settings CKEDITOR_SLUGIFY_FILENAME)
* Upload file when editing a link (<a href>) now works properly
4.2.2
* Python 3.3 compatibility in widgets.py
4.2.1
* Include CKEditor version 4.2.1.
* Support Django 1.6
OBS-URL: https://build.opensuse.org/request/show/700612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-ckeditor?expand=0&rev=1
2019-05-24 12:30:46 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package python-django-ckeditor
|
|
|
|
|
#
|
2024-02-08 13:09:59 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
Accepting request 700612 from home:lachs0r:branches:devel:languages:python:misc
Depends on sr#700611
- Revive package, update to 5.4.0
* Django 2.0 compatibility
5.3.1
* Actually include the code which sets ``CKEDITOR_BASEPATH``.
* CKEditor 4.7.3
5.3.0
* CKEditor 4.7
* Fix storage problems by setting ``CKEDITOR_BASEPATH``
(hopefully for real this time)
* Documentation updates
* Added a ``CKEDITOR_RESTRICT_BY_DATE`` setting to add uploaded
files into folders containing the current date.
* Added a ``CKEDITOR_FILEICONS`` setting that allows overriding
the icons used by Gallerific.
* Added a ``CKEDITOR_FILENAME_GENERATOR`` setting which allows
specifying a callable which mangles the filename of uploaded
files.
* Added ``THUMBNAIL_SIZE`` and ``IMAGE_QUALITY`` settings for the
Pillow image backend.
* Actually include static assets for ``ckeditor_uploader`` in the
pip-installable package.
* Removed ``CKEDITOR_JQUERY_URL`` and the jQuery dependency.
The CKEditor activation now uses plain JavaScript.
Dependencies are JSON.parse and document.querySelectorAll which
are supported in practically all used browsers these days.
* Fixed a bug where the CKEditor language was not set
individually for each request.
5.2.2
* Django 1.11 support
* Drop South migrations
* Fix storage problems by setting CKEDITOR_BASEPATH
5.2.1
* Fix CKEditor package static path
5.2.0
* Django 1.10 updates
* Development dependencies bump
* CKEditor 4.6.1
* Paste image support
* Fix for ManifestStaticFilesStorage
5.1.1
* Re-add missing additional CkEditor plugins
5.1.0
* Updated CkEditor to 4.5.10
* Django 1.10 compatibility changes
* Documentation updates
5.0.3
* Fix file/directory browsing and searching
* Editor width style fixes
* Added CKEDITOR_BROWSE_SHOW_DIRS
* Added CKEDITOR_ALLOW_NONIMAGE_FILES
* Python 2.6 compatibility fix
5.0.2
* Added template missing in the package
5.0.1
* Update Readme with backward-incompatible changes
5.0.0 (4.5.3)
* Moved file upload code to new Django application -
ckeditor_uploader. `RichTextField` doesn't use file upload
which have been moved to `RichTextUploadingField`.
File upload support have been moved to ckeditor_uploader.
The urls are in ckeditor_uploader.urls while for file uploading
widget you have to use RichTextUploadingField from
ckeditor_uploader.fields instead of RichTextField from
from ckeditor.fields.
* Updated ckeditor to 4.5.3
* Added new plugins from ckeditor maintainers: adobeair, ajax,
autoembed, autogrow, autolink, bbcode, codesnippet,
codesnippetgeshi, devtools, divarea, docprops, embed,
embedbase, embedsemantic, filetools, iframedialog, image2,
language, lineutils, mathjax, menubutton, notification,
notificationaggregator, placeholder, sharedspace, sourcedialog,
stylesheetparser, tableresize, uicolor, uploadimage,
uploadwidget, widget, xml
* Add code quality configurations
* Add EditorConfig configuration file
* Refactored code to be in compliance with PEP8
4.5.1
* Fixed unbound variable in non-image file upload
4.5.0
* Updated ckeditor to 4.5.1
* Reverted
django.contrib.staticfiles.templatetags.staticfiles.static
usage causing problems with some storages
* Allow non-image files to be upload (the upload widget expects
images so the user experience isn't best at the moment)
* Few refactors and fixes to selenium tests
4.4.8
* Python 3 compatibility fixes
* Get static files paths in a proper way
* Fix Django 1.7 deprecation warning
* More examples in readme
4.4.7
* Allow only POST requests on upload view.
* Exclude hidden files from image browser
* Prevent caching of image browser view
* Use lazy JSON encoder to support i18n in CKEditor settings.
* Misc documentation updates
* Check for jQuery presence correctly
* Update to CKEditor 4.4.6
4.4.6
* Make upload/browse views be staff_member_required by default
(can be overridden)
* Fix ckeditor initialisation code breaking with other jQuery
versions.
* Support grappelli inline form widgets.
* Remove odd left margin from widget template.
* Allow running selenium tests with chromium.
4.4.5
* Post merge package name fix in Readme
4.4.4
* Update CKEditor to 4.4.4 full package - for all plugins and
static files you may need
* Fixes for inline editor
* Editor initialisation uses jQuery. You need to specify
CKEDITOR_JQUERY_URL for it to work.
4.4.0
* Update CKEditor to 4.4.1
* Django 1.7 compatibility fix
4.2.8
* Update CKEditor to 4.3.3
4.2.7
* Fix slugifying to empty filename if only bad characters given
in filename. Use random string as fallback.
* Don't use IMG tags for non image files in ckeditor file browser
* Remove non-existing image reference from CSS files that broke
collectstatic.
* Misc fixes
4.2.5 / 4.2.6
* Fix static files installation - switch from distutils to
setuptools
4.2.4
* Added new demo application with selenium integration test
* tox setup for Python 3.3 and 2.7 testing
* Extracted image processing to backends.
PIL/Pillow is optional now. Other backends can be added.
* Fixed a bug with thumbnail generation
4.2.3
* Python 3.3 compatibility
* All uploaded files are slugified by default
(New settings CKEDITOR_SLUGIFY_FILENAME)
* Upload file when editing a link (<a href>) now works properly
4.2.2
* Python 3.3 compatibility in widgets.py
4.2.1
* Include CKEditor version 4.2.1.
* Support Django 1.6
OBS-URL: https://build.opensuse.org/request/show/700612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-ckeditor?expand=0&rev=1
2019-05-24 12:30:46 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2019-05-24 12:34:21 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
|
#
|
Accepting request 700612 from home:lachs0r:branches:devel:languages:python:misc
Depends on sr#700611
- Revive package, update to 5.4.0
* Django 2.0 compatibility
5.3.1
* Actually include the code which sets ``CKEDITOR_BASEPATH``.
* CKEditor 4.7.3
5.3.0
* CKEditor 4.7
* Fix storage problems by setting ``CKEDITOR_BASEPATH``
(hopefully for real this time)
* Documentation updates
* Added a ``CKEDITOR_RESTRICT_BY_DATE`` setting to add uploaded
files into folders containing the current date.
* Added a ``CKEDITOR_FILEICONS`` setting that allows overriding
the icons used by Gallerific.
* Added a ``CKEDITOR_FILENAME_GENERATOR`` setting which allows
specifying a callable which mangles the filename of uploaded
files.
* Added ``THUMBNAIL_SIZE`` and ``IMAGE_QUALITY`` settings for the
Pillow image backend.
* Actually include static assets for ``ckeditor_uploader`` in the
pip-installable package.
* Removed ``CKEDITOR_JQUERY_URL`` and the jQuery dependency.
The CKEditor activation now uses plain JavaScript.
Dependencies are JSON.parse and document.querySelectorAll which
are supported in practically all used browsers these days.
* Fixed a bug where the CKEditor language was not set
individually for each request.
5.2.2
* Django 1.11 support
* Drop South migrations
* Fix storage problems by setting CKEDITOR_BASEPATH
5.2.1
* Fix CKEditor package static path
5.2.0
* Django 1.10 updates
* Development dependencies bump
* CKEditor 4.6.1
* Paste image support
* Fix for ManifestStaticFilesStorage
5.1.1
* Re-add missing additional CkEditor plugins
5.1.0
* Updated CkEditor to 4.5.10
* Django 1.10 compatibility changes
* Documentation updates
5.0.3
* Fix file/directory browsing and searching
* Editor width style fixes
* Added CKEDITOR_BROWSE_SHOW_DIRS
* Added CKEDITOR_ALLOW_NONIMAGE_FILES
* Python 2.6 compatibility fix
5.0.2
* Added template missing in the package
5.0.1
* Update Readme with backward-incompatible changes
5.0.0 (4.5.3)
* Moved file upload code to new Django application -
ckeditor_uploader. `RichTextField` doesn't use file upload
which have been moved to `RichTextUploadingField`.
File upload support have been moved to ckeditor_uploader.
The urls are in ckeditor_uploader.urls while for file uploading
widget you have to use RichTextUploadingField from
ckeditor_uploader.fields instead of RichTextField from
from ckeditor.fields.
* Updated ckeditor to 4.5.3
* Added new plugins from ckeditor maintainers: adobeair, ajax,
autoembed, autogrow, autolink, bbcode, codesnippet,
codesnippetgeshi, devtools, divarea, docprops, embed,
embedbase, embedsemantic, filetools, iframedialog, image2,
language, lineutils, mathjax, menubutton, notification,
notificationaggregator, placeholder, sharedspace, sourcedialog,
stylesheetparser, tableresize, uicolor, uploadimage,
uploadwidget, widget, xml
* Add code quality configurations
* Add EditorConfig configuration file
* Refactored code to be in compliance with PEP8
4.5.1
* Fixed unbound variable in non-image file upload
4.5.0
* Updated ckeditor to 4.5.1
* Reverted
django.contrib.staticfiles.templatetags.staticfiles.static
usage causing problems with some storages
* Allow non-image files to be upload (the upload widget expects
images so the user experience isn't best at the moment)
* Few refactors and fixes to selenium tests
4.4.8
* Python 3 compatibility fixes
* Get static files paths in a proper way
* Fix Django 1.7 deprecation warning
* More examples in readme
4.4.7
* Allow only POST requests on upload view.
* Exclude hidden files from image browser
* Prevent caching of image browser view
* Use lazy JSON encoder to support i18n in CKEditor settings.
* Misc documentation updates
* Check for jQuery presence correctly
* Update to CKEditor 4.4.6
4.4.6
* Make upload/browse views be staff_member_required by default
(can be overridden)
* Fix ckeditor initialisation code breaking with other jQuery
versions.
* Support grappelli inline form widgets.
* Remove odd left margin from widget template.
* Allow running selenium tests with chromium.
4.4.5
* Post merge package name fix in Readme
4.4.4
* Update CKEditor to 4.4.4 full package - for all plugins and
static files you may need
* Fixes for inline editor
* Editor initialisation uses jQuery. You need to specify
CKEDITOR_JQUERY_URL for it to work.
4.4.0
* Update CKEditor to 4.4.1
* Django 1.7 compatibility fix
4.2.8
* Update CKEditor to 4.3.3
4.2.7
* Fix slugifying to empty filename if only bad characters given
in filename. Use random string as fallback.
* Don't use IMG tags for non image files in ckeditor file browser
* Remove non-existing image reference from CSS files that broke
collectstatic.
* Misc fixes
4.2.5 / 4.2.6
* Fix static files installation - switch from distutils to
setuptools
4.2.4
* Added new demo application with selenium integration test
* tox setup for Python 3.3 and 2.7 testing
* Extracted image processing to backends.
PIL/Pillow is optional now. Other backends can be added.
* Fixed a bug with thumbnail generation
4.2.3
* Python 3.3 compatibility
* All uploaded files are slugified by default
(New settings CKEDITOR_SLUGIFY_FILENAME)
* Upload file when editing a link (<a href>) now works properly
4.2.2
* Python 3.3 compatibility in widgets.py
4.2.1
* Include CKEditor version 4.2.1.
* Support Django 1.6
OBS-URL: https://build.opensuse.org/request/show/700612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-ckeditor?expand=0&rev=1
2019-05-24 12:30:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
2024-03-28 07:39:13 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
Accepting request 700612 from home:lachs0r:branches:devel:languages:python:misc
Depends on sr#700611
- Revive package, update to 5.4.0
* Django 2.0 compatibility
5.3.1
* Actually include the code which sets ``CKEDITOR_BASEPATH``.
* CKEditor 4.7.3
5.3.0
* CKEditor 4.7
* Fix storage problems by setting ``CKEDITOR_BASEPATH``
(hopefully for real this time)
* Documentation updates
* Added a ``CKEDITOR_RESTRICT_BY_DATE`` setting to add uploaded
files into folders containing the current date.
* Added a ``CKEDITOR_FILEICONS`` setting that allows overriding
the icons used by Gallerific.
* Added a ``CKEDITOR_FILENAME_GENERATOR`` setting which allows
specifying a callable which mangles the filename of uploaded
files.
* Added ``THUMBNAIL_SIZE`` and ``IMAGE_QUALITY`` settings for the
Pillow image backend.
* Actually include static assets for ``ckeditor_uploader`` in the
pip-installable package.
* Removed ``CKEDITOR_JQUERY_URL`` and the jQuery dependency.
The CKEditor activation now uses plain JavaScript.
Dependencies are JSON.parse and document.querySelectorAll which
are supported in practically all used browsers these days.
* Fixed a bug where the CKEditor language was not set
individually for each request.
5.2.2
* Django 1.11 support
* Drop South migrations
* Fix storage problems by setting CKEDITOR_BASEPATH
5.2.1
* Fix CKEditor package static path
5.2.0
* Django 1.10 updates
* Development dependencies bump
* CKEditor 4.6.1
* Paste image support
* Fix for ManifestStaticFilesStorage
5.1.1
* Re-add missing additional CkEditor plugins
5.1.0
* Updated CkEditor to 4.5.10
* Django 1.10 compatibility changes
* Documentation updates
5.0.3
* Fix file/directory browsing and searching
* Editor width style fixes
* Added CKEDITOR_BROWSE_SHOW_DIRS
* Added CKEDITOR_ALLOW_NONIMAGE_FILES
* Python 2.6 compatibility fix
5.0.2
* Added template missing in the package
5.0.1
* Update Readme with backward-incompatible changes
5.0.0 (4.5.3)
* Moved file upload code to new Django application -
ckeditor_uploader. `RichTextField` doesn't use file upload
which have been moved to `RichTextUploadingField`.
File upload support have been moved to ckeditor_uploader.
The urls are in ckeditor_uploader.urls while for file uploading
widget you have to use RichTextUploadingField from
ckeditor_uploader.fields instead of RichTextField from
from ckeditor.fields.
* Updated ckeditor to 4.5.3
* Added new plugins from ckeditor maintainers: adobeair, ajax,
autoembed, autogrow, autolink, bbcode, codesnippet,
codesnippetgeshi, devtools, divarea, docprops, embed,
embedbase, embedsemantic, filetools, iframedialog, image2,
language, lineutils, mathjax, menubutton, notification,
notificationaggregator, placeholder, sharedspace, sourcedialog,
stylesheetparser, tableresize, uicolor, uploadimage,
uploadwidget, widget, xml
* Add code quality configurations
* Add EditorConfig configuration file
* Refactored code to be in compliance with PEP8
4.5.1
* Fixed unbound variable in non-image file upload
4.5.0
* Updated ckeditor to 4.5.1
* Reverted
django.contrib.staticfiles.templatetags.staticfiles.static
usage causing problems with some storages
* Allow non-image files to be upload (the upload widget expects
images so the user experience isn't best at the moment)
* Few refactors and fixes to selenium tests
4.4.8
* Python 3 compatibility fixes
* Get static files paths in a proper way
* Fix Django 1.7 deprecation warning
* More examples in readme
4.4.7
* Allow only POST requests on upload view.
* Exclude hidden files from image browser
* Prevent caching of image browser view
* Use lazy JSON encoder to support i18n in CKEditor settings.
* Misc documentation updates
* Check for jQuery presence correctly
* Update to CKEditor 4.4.6
4.4.6
* Make upload/browse views be staff_member_required by default
(can be overridden)
* Fix ckeditor initialisation code breaking with other jQuery
versions.
* Support grappelli inline form widgets.
* Remove odd left margin from widget template.
* Allow running selenium tests with chromium.
4.4.5
* Post merge package name fix in Readme
4.4.4
* Update CKEditor to 4.4.4 full package - for all plugins and
static files you may need
* Fixes for inline editor
* Editor initialisation uses jQuery. You need to specify
CKEDITOR_JQUERY_URL for it to work.
4.4.0
* Update CKEditor to 4.4.1
* Django 1.7 compatibility fix
4.2.8
* Update CKEditor to 4.3.3
4.2.7
* Fix slugifying to empty filename if only bad characters given
in filename. Use random string as fallback.
* Don't use IMG tags for non image files in ckeditor file browser
* Remove non-existing image reference from CSS files that broke
collectstatic.
* Misc fixes
4.2.5 / 4.2.6
* Fix static files installation - switch from distutils to
setuptools
4.2.4
* Added new demo application with selenium integration test
* tox setup for Python 3.3 and 2.7 testing
* Extracted image processing to backends.
PIL/Pillow is optional now. Other backends can be added.
* Fixed a bug with thumbnail generation
4.2.3
* Python 3.3 compatibility
* All uploaded files are slugified by default
(New settings CKEDITOR_SLUGIFY_FILENAME)
* Upload file when editing a link (<a href>) now works properly
4.2.2
* Python 3.3 compatibility in widgets.py
4.2.1
* Include CKEditor version 4.2.1.
* Support Django 1.6
OBS-URL: https://build.opensuse.org/request/show/700612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-ckeditor?expand=0&rev=1
2019-05-24 12:30:46 +00:00
|
|
|
Name: python-django-ckeditor
|
2024-02-08 13:09:59 +00:00
|
|
|
Version: 6.7.1
|
Accepting request 700612 from home:lachs0r:branches:devel:languages:python:misc
Depends on sr#700611
- Revive package, update to 5.4.0
* Django 2.0 compatibility
5.3.1
* Actually include the code which sets ``CKEDITOR_BASEPATH``.
* CKEditor 4.7.3
5.3.0
* CKEditor 4.7
* Fix storage problems by setting ``CKEDITOR_BASEPATH``
(hopefully for real this time)
* Documentation updates
* Added a ``CKEDITOR_RESTRICT_BY_DATE`` setting to add uploaded
files into folders containing the current date.
* Added a ``CKEDITOR_FILEICONS`` setting that allows overriding
the icons used by Gallerific.
* Added a ``CKEDITOR_FILENAME_GENERATOR`` setting which allows
specifying a callable which mangles the filename of uploaded
files.
* Added ``THUMBNAIL_SIZE`` and ``IMAGE_QUALITY`` settings for the
Pillow image backend.
* Actually include static assets for ``ckeditor_uploader`` in the
pip-installable package.
* Removed ``CKEDITOR_JQUERY_URL`` and the jQuery dependency.
The CKEditor activation now uses plain JavaScript.
Dependencies are JSON.parse and document.querySelectorAll which
are supported in practically all used browsers these days.
* Fixed a bug where the CKEditor language was not set
individually for each request.
5.2.2
* Django 1.11 support
* Drop South migrations
* Fix storage problems by setting CKEDITOR_BASEPATH
5.2.1
* Fix CKEditor package static path
5.2.0
* Django 1.10 updates
* Development dependencies bump
* CKEditor 4.6.1
* Paste image support
* Fix for ManifestStaticFilesStorage
5.1.1
* Re-add missing additional CkEditor plugins
5.1.0
* Updated CkEditor to 4.5.10
* Django 1.10 compatibility changes
* Documentation updates
5.0.3
* Fix file/directory browsing and searching
* Editor width style fixes
* Added CKEDITOR_BROWSE_SHOW_DIRS
* Added CKEDITOR_ALLOW_NONIMAGE_FILES
* Python 2.6 compatibility fix
5.0.2
* Added template missing in the package
5.0.1
* Update Readme with backward-incompatible changes
5.0.0 (4.5.3)
* Moved file upload code to new Django application -
ckeditor_uploader. `RichTextField` doesn't use file upload
which have been moved to `RichTextUploadingField`.
File upload support have been moved to ckeditor_uploader.
The urls are in ckeditor_uploader.urls while for file uploading
widget you have to use RichTextUploadingField from
ckeditor_uploader.fields instead of RichTextField from
from ckeditor.fields.
* Updated ckeditor to 4.5.3
* Added new plugins from ckeditor maintainers: adobeair, ajax,
autoembed, autogrow, autolink, bbcode, codesnippet,
codesnippetgeshi, devtools, divarea, docprops, embed,
embedbase, embedsemantic, filetools, iframedialog, image2,
language, lineutils, mathjax, menubutton, notification,
notificationaggregator, placeholder, sharedspace, sourcedialog,
stylesheetparser, tableresize, uicolor, uploadimage,
uploadwidget, widget, xml
* Add code quality configurations
* Add EditorConfig configuration file
* Refactored code to be in compliance with PEP8
4.5.1
* Fixed unbound variable in non-image file upload
4.5.0
* Updated ckeditor to 4.5.1
* Reverted
django.contrib.staticfiles.templatetags.staticfiles.static
usage causing problems with some storages
* Allow non-image files to be upload (the upload widget expects
images so the user experience isn't best at the moment)
* Few refactors and fixes to selenium tests
4.4.8
* Python 3 compatibility fixes
* Get static files paths in a proper way
* Fix Django 1.7 deprecation warning
* More examples in readme
4.4.7
* Allow only POST requests on upload view.
* Exclude hidden files from image browser
* Prevent caching of image browser view
* Use lazy JSON encoder to support i18n in CKEditor settings.
* Misc documentation updates
* Check for jQuery presence correctly
* Update to CKEditor 4.4.6
4.4.6
* Make upload/browse views be staff_member_required by default
(can be overridden)
* Fix ckeditor initialisation code breaking with other jQuery
versions.
* Support grappelli inline form widgets.
* Remove odd left margin from widget template.
* Allow running selenium tests with chromium.
4.4.5
* Post merge package name fix in Readme
4.4.4
* Update CKEditor to 4.4.4 full package - for all plugins and
static files you may need
* Fixes for inline editor
* Editor initialisation uses jQuery. You need to specify
CKEDITOR_JQUERY_URL for it to work.
4.4.0
* Update CKEditor to 4.4.1
* Django 1.7 compatibility fix
4.2.8
* Update CKEditor to 4.3.3
4.2.7
* Fix slugifying to empty filename if only bad characters given
in filename. Use random string as fallback.
* Don't use IMG tags for non image files in ckeditor file browser
* Remove non-existing image reference from CSS files that broke
collectstatic.
* Misc fixes
4.2.5 / 4.2.6
* Fix static files installation - switch from distutils to
setuptools
4.2.4
* Added new demo application with selenium integration test
* tox setup for Python 3.3 and 2.7 testing
* Extracted image processing to backends.
PIL/Pillow is optional now. Other backends can be added.
* Fixed a bug with thumbnail generation
4.2.3
* Python 3.3 compatibility
* All uploaded files are slugified by default
(New settings CKEDITOR_SLUGIFY_FILENAME)
* Upload file when editing a link (<a href>) now works properly
4.2.2
* Python 3.3 compatibility in widgets.py
4.2.1
* Include CKEditor version 4.2.1.
* Support Django 1.6
OBS-URL: https://build.opensuse.org/request/show/700612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-ckeditor?expand=0&rev=1
2019-05-24 12:30:46 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Django admin CKEditor integration
|
2019-05-24 12:34:21 +00:00
|
|
|
License: BSD-3-Clause
|
|
|
|
|
URL: https://github.com/django-ckeditor/django-ckeditor
|
Accepting request 700612 from home:lachs0r:branches:devel:languages:python:misc
Depends on sr#700611
- Revive package, update to 5.4.0
* Django 2.0 compatibility
5.3.1
* Actually include the code which sets ``CKEDITOR_BASEPATH``.
* CKEditor 4.7.3
5.3.0
* CKEditor 4.7
* Fix storage problems by setting ``CKEDITOR_BASEPATH``
(hopefully for real this time)
* Documentation updates
* Added a ``CKEDITOR_RESTRICT_BY_DATE`` setting to add uploaded
files into folders containing the current date.
* Added a ``CKEDITOR_FILEICONS`` setting that allows overriding
the icons used by Gallerific.
* Added a ``CKEDITOR_FILENAME_GENERATOR`` setting which allows
specifying a callable which mangles the filename of uploaded
files.
* Added ``THUMBNAIL_SIZE`` and ``IMAGE_QUALITY`` settings for the
Pillow image backend.
* Actually include static assets for ``ckeditor_uploader`` in the
pip-installable package.
* Removed ``CKEDITOR_JQUERY_URL`` and the jQuery dependency.
The CKEditor activation now uses plain JavaScript.
Dependencies are JSON.parse and document.querySelectorAll which
are supported in practically all used browsers these days.
* Fixed a bug where the CKEditor language was not set
individually for each request.
5.2.2
* Django 1.11 support
* Drop South migrations
* Fix storage problems by setting CKEDITOR_BASEPATH
5.2.1
* Fix CKEditor package static path
5.2.0
* Django 1.10 updates
* Development dependencies bump
* CKEditor 4.6.1
* Paste image support
* Fix for ManifestStaticFilesStorage
5.1.1
* Re-add missing additional CkEditor plugins
5.1.0
* Updated CkEditor to 4.5.10
* Django 1.10 compatibility changes
* Documentation updates
5.0.3
* Fix file/directory browsing and searching
* Editor width style fixes
* Added CKEDITOR_BROWSE_SHOW_DIRS
* Added CKEDITOR_ALLOW_NONIMAGE_FILES
* Python 2.6 compatibility fix
5.0.2
* Added template missing in the package
5.0.1
* Update Readme with backward-incompatible changes
5.0.0 (4.5.3)
* Moved file upload code to new Django application -
ckeditor_uploader. `RichTextField` doesn't use file upload
which have been moved to `RichTextUploadingField`.
File upload support have been moved to ckeditor_uploader.
The urls are in ckeditor_uploader.urls while for file uploading
widget you have to use RichTextUploadingField from
ckeditor_uploader.fields instead of RichTextField from
from ckeditor.fields.
* Updated ckeditor to 4.5.3
* Added new plugins from ckeditor maintainers: adobeair, ajax,
autoembed, autogrow, autolink, bbcode, codesnippet,
codesnippetgeshi, devtools, divarea, docprops, embed,
embedbase, embedsemantic, filetools, iframedialog, image2,
language, lineutils, mathjax, menubutton, notification,
notificationaggregator, placeholder, sharedspace, sourcedialog,
stylesheetparser, tableresize, uicolor, uploadimage,
uploadwidget, widget, xml
* Add code quality configurations
* Add EditorConfig configuration file
* Refactored code to be in compliance with PEP8
4.5.1
* Fixed unbound variable in non-image file upload
4.5.0
* Updated ckeditor to 4.5.1
* Reverted
django.contrib.staticfiles.templatetags.staticfiles.static
usage causing problems with some storages
* Allow non-image files to be upload (the upload widget expects
images so the user experience isn't best at the moment)
* Few refactors and fixes to selenium tests
4.4.8
* Python 3 compatibility fixes
* Get static files paths in a proper way
* Fix Django 1.7 deprecation warning
* More examples in readme
4.4.7
* Allow only POST requests on upload view.
* Exclude hidden files from image browser
* Prevent caching of image browser view
* Use lazy JSON encoder to support i18n in CKEditor settings.
* Misc documentation updates
* Check for jQuery presence correctly
* Update to CKEditor 4.4.6
4.4.6
* Make upload/browse views be staff_member_required by default
(can be overridden)
* Fix ckeditor initialisation code breaking with other jQuery
versions.
* Support grappelli inline form widgets.
* Remove odd left margin from widget template.
* Allow running selenium tests with chromium.
4.4.5
* Post merge package name fix in Readme
4.4.4
* Update CKEditor to 4.4.4 full package - for all plugins and
static files you may need
* Fixes for inline editor
* Editor initialisation uses jQuery. You need to specify
CKEDITOR_JQUERY_URL for it to work.
4.4.0
* Update CKEditor to 4.4.1
* Django 1.7 compatibility fix
4.2.8
* Update CKEditor to 4.3.3
4.2.7
* Fix slugifying to empty filename if only bad characters given
in filename. Use random string as fallback.
* Don't use IMG tags for non image files in ckeditor file browser
* Remove non-existing image reference from CSS files that broke
collectstatic.
* Misc fixes
4.2.5 / 4.2.6
* Fix static files installation - switch from distutils to
setuptools
4.2.4
* Added new demo application with selenium integration test
* tox setup for Python 3.3 and 2.7 testing
* Extracted image processing to backends.
PIL/Pillow is optional now. Other backends can be added.
* Fixed a bug with thumbnail generation
4.2.3
* Python 3.3 compatibility
* All uploaded files are slugified by default
(New settings CKEDITOR_SLUGIFY_FILENAME)
* Upload file when editing a link (<a href>) now works properly
4.2.2
* Python 3.3 compatibility in widgets.py
4.2.1
* Include CKEditor version 4.2.1.
* Support Django 1.6
OBS-URL: https://build.opensuse.org/request/show/700612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-ckeditor?expand=0&rev=1
2019-05-24 12:30:46 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/d/django-ckeditor/django-ckeditor-%{version}.tar.gz
|
2023-01-13 09:53:52 +00:00
|
|
|
BuildRequires: %{python_module base >= 3.8}
|
Accepting request 700612 from home:lachs0r:branches:devel:languages:python:misc
Depends on sr#700611
- Revive package, update to 5.4.0
* Django 2.0 compatibility
5.3.1
* Actually include the code which sets ``CKEDITOR_BASEPATH``.
* CKEditor 4.7.3
5.3.0
* CKEditor 4.7
* Fix storage problems by setting ``CKEDITOR_BASEPATH``
(hopefully for real this time)
* Documentation updates
* Added a ``CKEDITOR_RESTRICT_BY_DATE`` setting to add uploaded
files into folders containing the current date.
* Added a ``CKEDITOR_FILEICONS`` setting that allows overriding
the icons used by Gallerific.
* Added a ``CKEDITOR_FILENAME_GENERATOR`` setting which allows
specifying a callable which mangles the filename of uploaded
files.
* Added ``THUMBNAIL_SIZE`` and ``IMAGE_QUALITY`` settings for the
Pillow image backend.
* Actually include static assets for ``ckeditor_uploader`` in the
pip-installable package.
* Removed ``CKEDITOR_JQUERY_URL`` and the jQuery dependency.
The CKEditor activation now uses plain JavaScript.
Dependencies are JSON.parse and document.querySelectorAll which
are supported in practically all used browsers these days.
* Fixed a bug where the CKEditor language was not set
individually for each request.
5.2.2
* Django 1.11 support
* Drop South migrations
* Fix storage problems by setting CKEDITOR_BASEPATH
5.2.1
* Fix CKEditor package static path
5.2.0
* Django 1.10 updates
* Development dependencies bump
* CKEditor 4.6.1
* Paste image support
* Fix for ManifestStaticFilesStorage
5.1.1
* Re-add missing additional CkEditor plugins
5.1.0
* Updated CkEditor to 4.5.10
* Django 1.10 compatibility changes
* Documentation updates
5.0.3
* Fix file/directory browsing and searching
* Editor width style fixes
* Added CKEDITOR_BROWSE_SHOW_DIRS
* Added CKEDITOR_ALLOW_NONIMAGE_FILES
* Python 2.6 compatibility fix
5.0.2
* Added template missing in the package
5.0.1
* Update Readme with backward-incompatible changes
5.0.0 (4.5.3)
* Moved file upload code to new Django application -
ckeditor_uploader. `RichTextField` doesn't use file upload
which have been moved to `RichTextUploadingField`.
File upload support have been moved to ckeditor_uploader.
The urls are in ckeditor_uploader.urls while for file uploading
widget you have to use RichTextUploadingField from
ckeditor_uploader.fields instead of RichTextField from
from ckeditor.fields.
* Updated ckeditor to 4.5.3
* Added new plugins from ckeditor maintainers: adobeair, ajax,
autoembed, autogrow, autolink, bbcode, codesnippet,
codesnippetgeshi, devtools, divarea, docprops, embed,
embedbase, embedsemantic, filetools, iframedialog, image2,
language, lineutils, mathjax, menubutton, notification,
notificationaggregator, placeholder, sharedspace, sourcedialog,
stylesheetparser, tableresize, uicolor, uploadimage,
uploadwidget, widget, xml
* Add code quality configurations
* Add EditorConfig configuration file
* Refactored code to be in compliance with PEP8
4.5.1
* Fixed unbound variable in non-image file upload
4.5.0
* Updated ckeditor to 4.5.1
* Reverted
django.contrib.staticfiles.templatetags.staticfiles.static
usage causing problems with some storages
* Allow non-image files to be upload (the upload widget expects
images so the user experience isn't best at the moment)
* Few refactors and fixes to selenium tests
4.4.8
* Python 3 compatibility fixes
* Get static files paths in a proper way
* Fix Django 1.7 deprecation warning
* More examples in readme
4.4.7
* Allow only POST requests on upload view.
* Exclude hidden files from image browser
* Prevent caching of image browser view
* Use lazy JSON encoder to support i18n in CKEditor settings.
* Misc documentation updates
* Check for jQuery presence correctly
* Update to CKEditor 4.4.6
4.4.6
* Make upload/browse views be staff_member_required by default
(can be overridden)
* Fix ckeditor initialisation code breaking with other jQuery
versions.
* Support grappelli inline form widgets.
* Remove odd left margin from widget template.
* Allow running selenium tests with chromium.
4.4.5
* Post merge package name fix in Readme
4.4.4
* Update CKEditor to 4.4.4 full package - for all plugins and
static files you may need
* Fixes for inline editor
* Editor initialisation uses jQuery. You need to specify
CKEDITOR_JQUERY_URL for it to work.
4.4.0
* Update CKEditor to 4.4.1
* Django 1.7 compatibility fix
4.2.8
* Update CKEditor to 4.3.3
4.2.7
* Fix slugifying to empty filename if only bad characters given
in filename. Use random string as fallback.
* Don't use IMG tags for non image files in ckeditor file browser
* Remove non-existing image reference from CSS files that broke
collectstatic.
* Misc fixes
4.2.5 / 4.2.6
* Fix static files installation - switch from distutils to
setuptools
4.2.4
* Added new demo application with selenium integration test
* tox setup for Python 3.3 and 2.7 testing
* Extracted image processing to backends.
PIL/Pillow is optional now. Other backends can be added.
* Fixed a bug with thumbnail generation
4.2.3
* Python 3.3 compatibility
* All uploaded files are slugified by default
(New settings CKEDITOR_SLUGIFY_FILENAME)
* Upload file when editing a link (<a href>) now works properly
4.2.2
* Python 3.3 compatibility in widgets.py
4.2.1
* Include CKEditor version 4.2.1.
* Support Django 1.6
OBS-URL: https://build.opensuse.org/request/show/700612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-ckeditor?expand=0&rev=1
2019-05-24 12:30:46 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
|
BuildRequires: fdupes
|
2019-05-24 12:34:21 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
2019-06-06 08:51:31 +00:00
|
|
|
Requires: python-Pillow
|
2023-07-01 20:37:34 +00:00
|
|
|
Requires: python-django-js-asset >= 2.0
|
Accepting request 700612 from home:lachs0r:branches:devel:languages:python:misc
Depends on sr#700611
- Revive package, update to 5.4.0
* Django 2.0 compatibility
5.3.1
* Actually include the code which sets ``CKEDITOR_BASEPATH``.
* CKEditor 4.7.3
5.3.0
* CKEditor 4.7
* Fix storage problems by setting ``CKEDITOR_BASEPATH``
(hopefully for real this time)
* Documentation updates
* Added a ``CKEDITOR_RESTRICT_BY_DATE`` setting to add uploaded
files into folders containing the current date.
* Added a ``CKEDITOR_FILEICONS`` setting that allows overriding
the icons used by Gallerific.
* Added a ``CKEDITOR_FILENAME_GENERATOR`` setting which allows
specifying a callable which mangles the filename of uploaded
files.
* Added ``THUMBNAIL_SIZE`` and ``IMAGE_QUALITY`` settings for the
Pillow image backend.
* Actually include static assets for ``ckeditor_uploader`` in the
pip-installable package.
* Removed ``CKEDITOR_JQUERY_URL`` and the jQuery dependency.
The CKEditor activation now uses plain JavaScript.
Dependencies are JSON.parse and document.querySelectorAll which
are supported in practically all used browsers these days.
* Fixed a bug where the CKEditor language was not set
individually for each request.
5.2.2
* Django 1.11 support
* Drop South migrations
* Fix storage problems by setting CKEDITOR_BASEPATH
5.2.1
* Fix CKEditor package static path
5.2.0
* Django 1.10 updates
* Development dependencies bump
* CKEditor 4.6.1
* Paste image support
* Fix for ManifestStaticFilesStorage
5.1.1
* Re-add missing additional CkEditor plugins
5.1.0
* Updated CkEditor to 4.5.10
* Django 1.10 compatibility changes
* Documentation updates
5.0.3
* Fix file/directory browsing and searching
* Editor width style fixes
* Added CKEDITOR_BROWSE_SHOW_DIRS
* Added CKEDITOR_ALLOW_NONIMAGE_FILES
* Python 2.6 compatibility fix
5.0.2
* Added template missing in the package
5.0.1
* Update Readme with backward-incompatible changes
5.0.0 (4.5.3)
* Moved file upload code to new Django application -
ckeditor_uploader. `RichTextField` doesn't use file upload
which have been moved to `RichTextUploadingField`.
File upload support have been moved to ckeditor_uploader.
The urls are in ckeditor_uploader.urls while for file uploading
widget you have to use RichTextUploadingField from
ckeditor_uploader.fields instead of RichTextField from
from ckeditor.fields.
* Updated ckeditor to 4.5.3
* Added new plugins from ckeditor maintainers: adobeair, ajax,
autoembed, autogrow, autolink, bbcode, codesnippet,
codesnippetgeshi, devtools, divarea, docprops, embed,
embedbase, embedsemantic, filetools, iframedialog, image2,
language, lineutils, mathjax, menubutton, notification,
notificationaggregator, placeholder, sharedspace, sourcedialog,
stylesheetparser, tableresize, uicolor, uploadimage,
uploadwidget, widget, xml
* Add code quality configurations
* Add EditorConfig configuration file
* Refactored code to be in compliance with PEP8
4.5.1
* Fixed unbound variable in non-image file upload
4.5.0
* Updated ckeditor to 4.5.1
* Reverted
django.contrib.staticfiles.templatetags.staticfiles.static
usage causing problems with some storages
* Allow non-image files to be upload (the upload widget expects
images so the user experience isn't best at the moment)
* Few refactors and fixes to selenium tests
4.4.8
* Python 3 compatibility fixes
* Get static files paths in a proper way
* Fix Django 1.7 deprecation warning
* More examples in readme
4.4.7
* Allow only POST requests on upload view.
* Exclude hidden files from image browser
* Prevent caching of image browser view
* Use lazy JSON encoder to support i18n in CKEditor settings.
* Misc documentation updates
* Check for jQuery presence correctly
* Update to CKEditor 4.4.6
4.4.6
* Make upload/browse views be staff_member_required by default
(can be overridden)
* Fix ckeditor initialisation code breaking with other jQuery
versions.
* Support grappelli inline form widgets.
* Remove odd left margin from widget template.
* Allow running selenium tests with chromium.
4.4.5
* Post merge package name fix in Readme
4.4.4
* Update CKEditor to 4.4.4 full package - for all plugins and
static files you may need
* Fixes for inline editor
* Editor initialisation uses jQuery. You need to specify
CKEDITOR_JQUERY_URL for it to work.
4.4.0
* Update CKEditor to 4.4.1
* Django 1.7 compatibility fix
4.2.8
* Update CKEditor to 4.3.3
4.2.7
* Fix slugifying to empty filename if only bad characters given
in filename. Use random string as fallback.
* Don't use IMG tags for non image files in ckeditor file browser
* Remove non-existing image reference from CSS files that broke
collectstatic.
* Misc fixes
4.2.5 / 4.2.6
* Fix static files installation - switch from distutils to
setuptools
4.2.4
* Added new demo application with selenium integration test
* tox setup for Python 3.3 and 2.7 testing
* Extracted image processing to backends.
PIL/Pillow is optional now. Other backends can be added.
* Fixed a bug with thumbnail generation
4.2.3
* Python 3.3 compatibility
* All uploaded files are slugified by default
(New settings CKEDITOR_SLUGIFY_FILENAME)
* Upload file when editing a link (<a href>) now works properly
4.2.2
* Python 3.3 compatibility in widgets.py
4.2.1
* Include CKEditor version 4.2.1.
* Support Django 1.6
OBS-URL: https://build.opensuse.org/request/show/700612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-ckeditor?expand=0&rev=1
2019-05-24 12:30:46 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Django admin CKEditor integration. Provides a RichTextField and
|
|
|
|
|
CKEditorWidget utilizing CKEditor with image upload and browsing
|
|
|
|
|
support included.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n django-ckeditor-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%python_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%python_install
|
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
2019-05-24 12:34:21 +00:00
|
|
|
%check
|
|
|
|
|
# tests need to be online and require web browser
|
|
|
|
|
|
Accepting request 700612 from home:lachs0r:branches:devel:languages:python:misc
Depends on sr#700611
- Revive package, update to 5.4.0
* Django 2.0 compatibility
5.3.1
* Actually include the code which sets ``CKEDITOR_BASEPATH``.
* CKEditor 4.7.3
5.3.0
* CKEditor 4.7
* Fix storage problems by setting ``CKEDITOR_BASEPATH``
(hopefully for real this time)
* Documentation updates
* Added a ``CKEDITOR_RESTRICT_BY_DATE`` setting to add uploaded
files into folders containing the current date.
* Added a ``CKEDITOR_FILEICONS`` setting that allows overriding
the icons used by Gallerific.
* Added a ``CKEDITOR_FILENAME_GENERATOR`` setting which allows
specifying a callable which mangles the filename of uploaded
files.
* Added ``THUMBNAIL_SIZE`` and ``IMAGE_QUALITY`` settings for the
Pillow image backend.
* Actually include static assets for ``ckeditor_uploader`` in the
pip-installable package.
* Removed ``CKEDITOR_JQUERY_URL`` and the jQuery dependency.
The CKEditor activation now uses plain JavaScript.
Dependencies are JSON.parse and document.querySelectorAll which
are supported in practically all used browsers these days.
* Fixed a bug where the CKEditor language was not set
individually for each request.
5.2.2
* Django 1.11 support
* Drop South migrations
* Fix storage problems by setting CKEDITOR_BASEPATH
5.2.1
* Fix CKEditor package static path
5.2.0
* Django 1.10 updates
* Development dependencies bump
* CKEditor 4.6.1
* Paste image support
* Fix for ManifestStaticFilesStorage
5.1.1
* Re-add missing additional CkEditor plugins
5.1.0
* Updated CkEditor to 4.5.10
* Django 1.10 compatibility changes
* Documentation updates
5.0.3
* Fix file/directory browsing and searching
* Editor width style fixes
* Added CKEDITOR_BROWSE_SHOW_DIRS
* Added CKEDITOR_ALLOW_NONIMAGE_FILES
* Python 2.6 compatibility fix
5.0.2
* Added template missing in the package
5.0.1
* Update Readme with backward-incompatible changes
5.0.0 (4.5.3)
* Moved file upload code to new Django application -
ckeditor_uploader. `RichTextField` doesn't use file upload
which have been moved to `RichTextUploadingField`.
File upload support have been moved to ckeditor_uploader.
The urls are in ckeditor_uploader.urls while for file uploading
widget you have to use RichTextUploadingField from
ckeditor_uploader.fields instead of RichTextField from
from ckeditor.fields.
* Updated ckeditor to 4.5.3
* Added new plugins from ckeditor maintainers: adobeair, ajax,
autoembed, autogrow, autolink, bbcode, codesnippet,
codesnippetgeshi, devtools, divarea, docprops, embed,
embedbase, embedsemantic, filetools, iframedialog, image2,
language, lineutils, mathjax, menubutton, notification,
notificationaggregator, placeholder, sharedspace, sourcedialog,
stylesheetparser, tableresize, uicolor, uploadimage,
uploadwidget, widget, xml
* Add code quality configurations
* Add EditorConfig configuration file
* Refactored code to be in compliance with PEP8
4.5.1
* Fixed unbound variable in non-image file upload
4.5.0
* Updated ckeditor to 4.5.1
* Reverted
django.contrib.staticfiles.templatetags.staticfiles.static
usage causing problems with some storages
* Allow non-image files to be upload (the upload widget expects
images so the user experience isn't best at the moment)
* Few refactors and fixes to selenium tests
4.4.8
* Python 3 compatibility fixes
* Get static files paths in a proper way
* Fix Django 1.7 deprecation warning
* More examples in readme
4.4.7
* Allow only POST requests on upload view.
* Exclude hidden files from image browser
* Prevent caching of image browser view
* Use lazy JSON encoder to support i18n in CKEditor settings.
* Misc documentation updates
* Check for jQuery presence correctly
* Update to CKEditor 4.4.6
4.4.6
* Make upload/browse views be staff_member_required by default
(can be overridden)
* Fix ckeditor initialisation code breaking with other jQuery
versions.
* Support grappelli inline form widgets.
* Remove odd left margin from widget template.
* Allow running selenium tests with chromium.
4.4.5
* Post merge package name fix in Readme
4.4.4
* Update CKEditor to 4.4.4 full package - for all plugins and
static files you may need
* Fixes for inline editor
* Editor initialisation uses jQuery. You need to specify
CKEDITOR_JQUERY_URL for it to work.
4.4.0
* Update CKEditor to 4.4.1
* Django 1.7 compatibility fix
4.2.8
* Update CKEditor to 4.3.3
4.2.7
* Fix slugifying to empty filename if only bad characters given
in filename. Use random string as fallback.
* Don't use IMG tags for non image files in ckeditor file browser
* Remove non-existing image reference from CSS files that broke
collectstatic.
* Misc fixes
4.2.5 / 4.2.6
* Fix static files installation - switch from distutils to
setuptools
4.2.4
* Added new demo application with selenium integration test
* tox setup for Python 3.3 and 2.7 testing
* Extracted image processing to backends.
PIL/Pillow is optional now. Other backends can be added.
* Fixed a bug with thumbnail generation
4.2.3
* Python 3.3 compatibility
* All uploaded files are slugified by default
(New settings CKEDITOR_SLUGIFY_FILENAME)
* Upload file when editing a link (<a href>) now works properly
4.2.2
* Python 3.3 compatibility in widgets.py
4.2.1
* Include CKEditor version 4.2.1.
* Support Django 1.6
OBS-URL: https://build.opensuse.org/request/show/700612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-ckeditor?expand=0&rev=1
2019-05-24 12:30:46 +00:00
|
|
|
%files %{python_files}
|
|
|
|
|
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|