Skip to main content

Open data portal

Project description

uData
=====





.. image:: https://readthedocs.org/projects/udata/badge/?version=v1.1.3
:target: https://udata.readthedocs.io/en/v1.1.3/
:alt: Read the documentation

.. image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/opendatateam/udata
:alt: Join the chat at https://gitter.im/opendatateam/udata


Customizable and skinnable social platform dedicated to (open)data.

The `full documentation <https://udata.readthedocs.io/en/v1.1.3/>`_ is hosted on Read the Docs.

.. _circleci-url: https://circleci.com/gh/opendatateam/udata
.. _circleci-badge: https://circleci.com/gh/opendatateam/udata.svg?style=shield
.. _requires-io-url: https://requires.io/github/opendatateam/udata/requirements/?branch=dev
.. _requires-io-badge: https://requires.io/github/opendatateam/udata/requirements.svg?branch=dev
.. _david-dm-url: https://david-dm.org/opendatateam/udata/dev
.. _david-dm-badge: https://img.shields.io/david/opendatateam/udata/dev.svg
.. _david-dm-dev-url: https://david-dm.org/opendatateam/udata/dev#info=devDependencies
.. _david-dm-dev-badge: https://david-dm.org/opendatateam/udata/dev/dev-status.svg
.. _gitter-badge: https://badges.gitter.im/Join%20Chat.svg
.. _gitter-url: https://gitter.im/opendatateam/udata
.. _readthedocs-badge: https://readthedocs.org/projects/udata/badge/?version=v1.1.3
.. _readthedocs-url: https://udata.readthedocs.io/en/v1.1.3/

Changelog
=========

1.1.3 (2017-09-05)
------------------

- Make the spatial search levels exclusion list configurable through `SPATIAL_SEARCH_EXCLUDE_LEVELS`.
`#1101 <https://github.com/opendatateam/udata/pull/1101>`_
- Fix facets labelizer with html handling
`#1102 <https://github.com/opendatateam/udata/issues/1102>`_
- Ensure territories pages have image defined in metadatas
`#1103 <https://github.com/opendatateam/udata/issues/1103>`_
- Strip tags in autocomplete results
`#1104 <https://github.com/opendatateam/udata/pull/1104>`_
- Transmit link checker status to frontend
`#1048 <https://github.com/opendatateam/udata/issues/1048>`_
- Remove plus signs from search query
`#1048 <https://github.com/opendatateam/udata/issues/987>`_

1.1.2 (2017-09-04)
------------------

- Handle territory URLs generation without validity
`#1068 <https://github.com/opendatateam/udata/issues/1068>`_
- Added a contact button to trigger discussions
`#1076 <https://github.com/opendatateam/udata/pull/1076>`_
- Improve harvest error handling
`#1078 <https://github.com/opendatateam/udata/pull/1078>`_
- Improve elasticsearch configurability
`#1096 <https://github.com/opendatateam/udata/pull/1096>`_
- Lots of fixes admin files upload
`1094 <https://github.com/opendatateam/udata/pull/1094>`_
- Prevent the "Bad request error" happening on search but only on some servers
`#1097 <https://github.com/opendatateam/udata/pull/1097>`_
- Migrate spatial granularities to new identifiers
- Migrate remaining legacy spatial identifiers
`#1080 <https://github.com/opendatateam/udata/pull/1080>`_
- Fix the discussion API documention
`#1093 <https://github.com/opendatateam/udata/pull/1093>`_

1.1.1 (2017-07-31)
------------------

- Fix an issue preventing reuse edition:
`#1027 <https://github.com/opendatateam/udata/issues/1027>`_
- Fix an issue preventing user display and edit in admin:
`#1030 <https://github.com/opendatateam/udata/issues/1030>`_
- Fix an error when a membership request is accepted:
`#1028 <https://github.com/opendatateam/udata/issues/1028>`_
- Fix issue modal on a reuse:
`#1026 <https://github.com/opendatateam/udata/issues/1026>`_
- Fix sort by date on admin users list:
`#1029 <https://github.com/opendatateam/udata/issues/1029>`_
- Improve the `purge` command
`#1039 <https://github.com/opendatateam/udata/pull/1039>`_
- Ensure search does not fail when a deleted object has not been
unindexed yet
`#1063 <https://github.com/opendatateam/udata/issues/1063>`_
- Start using Celery queues to handle task priorities
`#1067 <https://github.com/opendatateam/udata/pull/1067>`_
- Updated translations

1.1.0 (2017-07-05)
------------------

New features and improvements
*****************************

- Added a `DCAT <https://www.w3.org/TR/vocab-dcat/>`_ harvester
and expose metadata as RDF/DCAT.
`#966 <https://github.com/opendatateam/udata/pull/966>`_
See the dedicated documentions:

- `RDF <https://udata.readthedocs.io/en/stable/rdf/>`_
- `Harvesting <https://udata.readthedocs.io/en/stable/harvesting/>`_

- Images are now optimized and you can force rerendering using the `udata images render` command.
- Allowed files extensions are now configurable via the `ALLOWED_RESOURCES_EXTENSIONS` setting
and both admin and API will have the same behavior
`#833 <https://github.com/opendatateam/udata/pull/833>`_.
- Improve and fix notifications:
`#928 <https://github.com/opendatateam/udata/issues/928>`_

- Changed notification style to toast
- Fix notifications that weren't displayed on form submission
- Add a toggle indicator on dataset quality blocks that are collapsible
`#915 <https://github.com/opendatateam/udata/issues/915>`_
- Integrating latest versions of GeoZones and GeoLogos for territories.
Especially using history of towns, counties and regions from GeoHisto.
`#499 <https://github.com/opendatateam/udata/issues/499>`_

Breaking Changes
****************

- Themes are now entrypoint-based `#829 <https://github.com/opendatateam/udata/pull/829>`_.
There is also a new `theming documention <https://udata.readthedocs.io/en/stable/creating-theme/>`_.
- Images placeholders are now entirely provided by themes
`#707 <https://github.com/opendatateam/udata/issues/707>`_
`#1006 <https://github.com/opendatateam/udata/issues/1006>`_
- Harvester declaration is now entrypoint-based
`#1004 <https://github.com/opendatateam/udata/pull/1004>`_

Fixes
*****

- Ensure URLs are stripped `#823 <https://github.com/opendatateam/udata/pull/823>`_
- Lot of fixes and improvements on Harvest admin UI
`#817 <https://github.com/opendatateam/udata/pull/817>`_:

- harvester edition fixed (and missing API added)
- harvester deletion fixed
- harvester listing is now paginated
- more detailed harvesters widgets
- ensure harvest source are owned by a user or an organization, not both [migration]

- Pure Vue.js search facets
`#880 <https://github.com/opendatateam/udata/pull/880>`_.
Improve and fix the datepicker:

- Proper sizing and positionning in dropdowns
- Fix initial value not being displayed
- Make it usable on keyboard
- Allows to define `min` and `max` values to disable some dates
- Keyboard input is reflected into the calendar
`#615 <https://github.com/opendatateam/udata/issues/615>`_
- Disable `next` button when no file has been uploaded
`#930 <https://github.com/opendatateam/udata/issues/930>`_
- Fix badges notification mails
`#894 <https://github.com/opendatateam/udata/issues/894>`_
- Fix the `udata search reindex` command
`#1009 <https://github.com/opendatateam/udata/issues/1009>`_
- Reindex datasets when their parent organization is purged
`#1008 <https://github.com/opendatateam/udata/issues/1008>`_

Miscellaneous / Internal
************************

- Upgrade to Flask-Mongoengine 0.9.3, Flask-WTF 0.14.2, mongoengine 0.13.0.
`#812 <https://github.com/opendatateam/udata/pull/812>`_
`#871 <https://github.com/opendatateam/udata/pull/871>`_
`#903 <https://github.com/opendatateam/udata/pull/903>`_
- Upgrade to Flask-Login 0.4.0 and switch from Flask-Security to the latest
`Flask-Security-Fork <https://pypi.python.org/pypi/Flask-Security-Fork>`_
`#813 <https://github.com/opendatateam/udata/pull/813>`_
- Migrated remaining widgets to Vue.js `#828 <https://github.com/opendatateam/udata/pull/828>`_:

- bug fixes on migrated widgets (Issues button/modal, integrate popover, coverage map)
- more coherent JS environment for developpers
- lighter assets
- drop Handlebars dependency

- bleach and html5lib have been updated leading to more secure html/markdown cleanup
and `better performances <http://bluesock.org/~willkg/blog/dev/bleach_2_0.html>`_
`#838 <https://github.com/opendatateam/udata/pull/838>`_
- Drop `jquery-slimscroll` and fix admin menu scrolling
`#851 <https://github.com/opendatateam/udata/pull/851>`_
- drop jquery.dotdotdot for a lighter css-only solution (less memory consumption)
`#853 <https://github.com/opendatateam/udata/pull/853>`_
- Lighter style `#869 <https://github.com/opendatateam/udata/pull/869>`_:

- Drop glyphicons and use only Font-Awesome (more coherence, less fonts)
- lighter bootstrap style by importing only what's needed
- make use of bootstrap and admin-lte variables (easier for theming)
- proper separation between front and admin style
- Drop `ExtractTextPlugin` on Vue components style:

- faster (re)compilation time
- resolves most compilation and missing style issues
`#555 <https://github.com/opendatateam/udata/issues/555>`_
`#710 <https://github.com/opendatateam/udata/issues/710>`_
- allows use of hot components reloading.
- Pure Vue.js modals. Fix the default membership role. Added contribute modal.
`#873 <https://github.com/opendatateam/udata/pull/873>`_
- Easier Vue.js development/debugging:

- Drop `Vue.config.replace = false`: compatible with Vue.js 1/2 and no more style guessing
`#760 <https://github.com/opendatateam/udata/pull/760>`_
- `name` on all components: no more `Anonymous Component` in Vue debugger
- No more `Fragments`
- More ES6 everywhere
- Make metrics deactivable for tests
`#905 <https://github.com/opendatateam/udata/pull/905>`_

1.0.11 (2017-05-25)
-------------------

- Fix presubmit form errors handling
`#909 <https://github.com/opendatateam/udata/pull/909>`_
- Fix producer sidebar image sizing
`#913 <https://github.com/opendatateam/udata/issues/913>`_
- Fix js `Model.save()` not updating in some cases
`#910 <https://github.com/opendatateam/udata/pull/910>`_

1.0.10 (2017-05-11)
-------------------

- Fix bad stored (community) resources URLs [migration]
`#882 <https://github.com/opendatateam/udata/issues/882>`_
- Proper producer logo display on dataset pages
- Fix CKAN harvester empty notes and `metadata` file type handling
- Remove (temporary) badges metrics
`#885 <https://github.com/opendatateam/udata/issues/885>`_
- Test and fix topic search
`#892 <https://github.com/opendatateam/udata/pull/892>`_

1.0.9 (2017-04-23)
------------------

- Fix broken post view
`#877 <https://github.com/opendatateam/udata/pull/877>`_
- Fix new issue submission
`#874 <https://github.com/opendatateam/udata/issues/874>`_
- Display full images/logo/avatars URL in references too
`#824 <https://github.com/opendatateam/udata/issues/824>`_

1.0.8 (2017-04-14)
------------------

- Allow more headers in cors preflight headers
`#857 <https://github.com/opendatateam/udata/pull/857>`_
`#860 <https://github.com/opendatateam/udata/pull/860>`_
- Fix editorialization admin
`#863 <https://github.com/opendatateam/udata/pull/863>`_
- Fix missing completer images and ensure completion API is usable on a different domain
`#864 <https://github.com/opendatateam/udata/pull/864>`_

1.0.7 (2017-04-07)
------------------

- Fix display for zone completer existing values
`#845 <https://github.com/opendatateam/udata/issues/845>`_
- Proper badge display on dataset and organization page
`#849 <https://github.com/opendatateam/udata/issues/849>`_
- Remove useless `discussions` from views contexts.
`#850 <https://github.com/opendatateam/udata/pull/850>`_
- Fix the inline resource edit button not redirecting to admin
`#852 <https://github.com/opendatateam/udata/pull/852>`_
- Fix broken checksum component
`#846 <https://github.com/opendatateam/udata/issues/846>`_

1.0.6 (2017-04-01)
------------------

- Default values are properly displayed on dataset form
`#745 <https://github.com/opendatateam/udata/issues/745>`_
- Prevent a redirect on discussion fetch
`#795 <https://github.com/opendatateam/udata/issues/795>`_
- API exposes both original and biggest thumbnail for organization logo, reuse image and user avatar
`#824 <https://github.com/opendatateam/udata/issues/824>`_
- Restore the broken URL check feature
`#840 <https://github.com/opendatateam/udata/issues/840>`_
- Temporarily ignore INSPIRE in ODS harvester
`#837 <https://github.com/opendatateam/udata/pull/837>`_
- Allow `X-API-KEY` and `X-Fields` in cors preflight headers
`#841 <https://github.com/opendatateam/udata/pull/841>`_

1.0.5 (2017-03-27)
------------------

- Fixes error display in forms `#830 <https://github.com/opendatateam/udata/pull/830>`_
- Fixes date range picker dates validation `#830 <https://github.com/opendatateam/udata/pull/830>`_
- Fix badges entries not showing in admin `#825 <https://github.com/opendatateam/udata/pull/825>`_

1.0.4 (2017-03-01)
------------------

- Fix badges trying to use API too early
`#799 <https://github.com/opendatateam/udata/pull/799>`_
- Some minor tuning on generic references
`#801 <https://github.com/opendatateam/udata/pull/801>`_
- Cleanup factories
`#808 <https://github.com/opendatateam/udata/pull/808>`_
- Fix user default metrics not being set [migration]
`#809 <https://github.com/opendatateam/udata/pull/809>`_
- Fix metric update after transfer
`#810 <https://github.com/opendatateam/udata/pull/810>`_
- Improve spatial completion ponderation (spatial zones reindexation required)
`#811 <https://github.com/opendatateam/udata/pull/811>`_

1.0.3 (2017-02-21)
------------------

- Fix JavaScript locales handling `#786 <https://github.com/opendatateam/udata/pull/786>`_
- Optimize images sizes for territory placeholders `#788 <https://github.com/opendatateam/udata/issues/788>`_
- Restore placeholders in search suggestions, fix `#790 <https://github.com/opendatateam/udata/issues/790>`_
- Fix share popover in production build `#793 <https://github.com/opendatateam/udata/pull/793>`_

1.0.2 (2017-02-20)
------------------

- Fix assets packaging for production `#763 <https://github.com/opendatateam/udata/pull/763>`_ `#765 <https://github.com/opendatateam/udata/pull/765>`_
- Transform `udata_version` jinja global into a reusable (by themes) `package_version` `#768 <https://github.com/opendatateam/udata/pull/768>`_
- Ensure topics datasets and reuses can display event with a topic parameter `#769 <https://github.com/opendatateam/udata/pull/769>`_
- Raise a `400 Bad Request` when a bad `class` attribute is provided to the API
(for entry point not using forms). `#772 <https://github.com/opendatateam/udata/issues/772>`_
- Fix datasets with spatial coverage not being indexed `#778 <https://github.com/opendatateam/udata/issues/778>`_
- Ensure theme assets cache is versionned (and flushed when necessary)
`#781 <https://github.com/opendatateam/udata/pull/781>`_
- Raise maximum tag length to 96 in order to at least support
`official INSPIRE tags <http://inspire.ec.europa.eu/theme>`_
`#782 <https://github.com/opendatateam/udata/pull/782>`_
- Properly raise 400 error on transfer API in case of bad subject or recipient
`#784 <https://github.com/opendatateam/udata/pull/784>`_
- Fix broken OEmbed rendering `#783 <https://github.com/opendatateam/udata/issues/783>`_
- Improve crawlers behavior by adding some `meta[name=robots]` on pages requiring it
`#777 <https://github.com/opendatateam/udata/pull/777>`_

1.0.1 (2017-02-16)
------------------

- Pin PyMongo version (only compatible with PyMongo 3+)

1.0.0 (2017-02-16)
------------------

Breaking Changes
****************

* 2016-05-11: Upgrade of ElasticSearch from 1.7 to 2.3 `#449 <https://github.com/opendatateam/udata/pull/449>`_

You have to re-initialize the index from scratch, not just use the `reindex` command given that ElasticSearch 2+ doesn't provide a way to `delete mappings <https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-delete-mapping.html>`_ anymore. The command is `udata search init` and may take some time given the amount of data you are dealing with.

* 2017-01-18: User search and listing has been removed (privacy concern)

New & Improved
**************

* 2017-01-06: Add some dataset ponderation factor: temporal coverage, spatial coverage,
certified provenance and more weight for featured ones. Need reindexation to be taken into account.

* 2016-12-20: Use all the `Dublin Core Frequencies <http://dublincore.org/groups/collections/frequency/>`_
plus some extra frequencies.

* 2016-12-01: Add the possibility for a user to delete its account in the admin interface

In some configurations, this feature should be deactivated, typically when
there is an SSO in front of udata which may cause some inconsistencies. In
that case, the configuration parameter DELETE_ME should be set to False (True
by default).

* 2016-05-12: Add fields masks to reduce API payloads `#451 <https://github.com/opendatateam/udata/pull/451>`_

The addition of `fields masks <http://flask-restplus.readthedocs.io/en/stable/mask.html>`_ in Flask-RESTPlus allows us to reduce the retrieved payload within the admin — especially for datasets — and results in a performances boost.

Fixes
*****

* 2016-11-29: Mark active users as confirmed `#619 <https://github.com/opendatateam/udata/pull/618>`_
* 2016-11-28: Merge duplicate users `#617 <https://github.com/opendatateam/udata/pull/617>`_
(A reindexation is necessary after this migration)

Deprecation
***********

Theses are deprecated and support will be removed in some feature release.
See `Deprecation Policy <https://udata.readthedocs.io/en/stable/versionning/#deprecation-policy>`_.

* Theses frequencies are deprecated for their Dublin Core counter part:
* `fortnighly` ⇨ `biweekly`
* `biannual` ⇨ `semiannual`
* `realtime` ⇨ `continuous`


0.9.0 (2017-01-10)
------------------

- First published version



Project details


Release history Release notifications | RSS feed

This version

1.1.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

udata-1.1.3-py2.py3-none-any.whl (20.9 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page