Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrodob committed Apr 20, 2015
1 parent 6946693 commit d1beba6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions doc/changelog/v0.2.3.rst
Expand Up @@ -20,12 +20,23 @@ The most interesting changes are the following:
* Passwords in apps: the owner of the app can set a password so both anonymous
and authenticated users are required to know it if they want to contribute to
the app.
* Background jobs: now PyBossa computes the statistics of projects in the
background.
* Background jobs: cache warm, large tasks import, email, etc, are handled now
as job executed in the background.
* Background jobs dashboard: admins can manage background jobs with a dashboard.
* Audit log for projects: admin users can see the changes that a project has
gone through.
* Newsletters: a PyBossa project can now show a newsletter subscription page
to a Mailchimp list.
* Export tasks and taskruns changes: creation of CSV and JSON files for both
task and task runs are now handled in the background regularly, and served
as static .zip files.
* Flickr importer: import tasks for image classification projects directly from
a Flickr account.
* Dropbox importer: import tasks directly from public files in a Dropbox account.
* Apps are now projects: apps have been renamed to projects in all the code, both
front-end and back-end, including database.
* Plugins system: support for creating custom plugins and add them to a PyBossa
server has been added.

For a full list of changes, see associated `Github milestone`_.

Expand Down

0 comments on commit d1beba6

Please sign in to comment.