The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Sucrose 0.100 Release Notes

Introduction

Sugar 0.100 is the new version of the Sugar learning platform. It will be released the October the 30th 2013.

The main addition in this cycle, is the possibility of create Javascript/Html activities, but there are many exciting features too.

What is new for users

Web Sevices

Web Services make easier for the users share their work in online services, like Facebook, Twitter or Google+/Drive.

This feature adds a new section to the Sugar Control Panel to manage online accounts and some interventions to the Sugar Journal toolbars and palettes in order to expose any installed online services.

We have implemented one example of using this feature:

  • support specific to Facebook: to share Journal entries on Facebook and to retrieve comments on those entries from Facebook.

We are working with community members on Twitter and Google Drive extensions based on the framework in #0002 and #0003 and encourage other community members to work with us on additional services.

We also have a web service to improve the way the teachers collect students work, using the Journal Share activity.

This Feature was developed by Walter Bender, Martin Abente and others.

More information: Features/Web_services

Multiple Home Views

Option to have different collections of activities on the Home View for formal (classroom) and informal (home) use.

By default, only one Home is configured, but the user can add more.

This Feature was developed by Daniel Francis with the mentoring of Walter Bender, in the Google Summer of Code contest.

     

More information: Features/Multiple_home_views

Multiple Selection in the Journal

A recurrent request from teachers and kids is to be able to operate on a group of entries.

This feature allows the users to perform operations on multiple journal entries at once, making it very efficient if the user has to perform repetitive tasks like copying/deleting journal entries for many entries. The users can also filter journal entries by using the already existing search facilities and perform operations on those.

Two ways of selecting multiple journal entries have been provided. The user can either click the checkbox next to individual journal entries or use the select/deselect all buttons provided on the toolbar (which only shows up if the feature is being used). This UI takes some ideas from the standard gmail interface in how it allows users to select multiple entries and perform operations on them.

Another interesting and useful side-effect of this feature is that a user can insert a pen-drive with many activity bundles, select 'all' and copy them to journal. The resulting operation will install all bundles on the XO laptop!

More information: Features/Multi_selection

 

Enable the change of the Home Icon

The user can change the XO icon used in the Home View. A activity was created to make the configuration easier. | Change Icon activity

This Feature is the work of Ignacio Rodriguez and Walter Bender.

More information: Features/Icon_Change

Improved Content Bundle Support

Content bundles have long been both a crucial part of the OLPC-Sugar offering (see http://wiki.laptop.org/go/Creating_a_collection), and a pain through having some deficiencies.

They are important because it is the only easy way for a deployment to add pre-made content to Sugar (e.g. books). The strong point of the design here is that beyond a not-too-strange library.info metadata file, you do not have to interact with anything too technical (e.g. python) beyond the HTML content itself. It is something that seems to fall within capabilities of deployment teams without much difficulty, whereas activity development is often a painful step up.

However they are a pain because Sugar never really supported them very well. Sugar can launch them from the Journal, but shipped content that the user has never opened before does not exist in the Journal, so there was something missing here.

To fill the gap, OLPC added a system (olpc-library) to produce a HTML index of content bundles and this is the Browse homepage, but that isn't great either - it's not part of Sugar where it should be, and users have to open the web browser as if they are going online when they are just looking to open some preinstalled content.

Now, Content Bundles appear alongside activities, in the list and favourites views. They are launched as expected with a click. Can be accessed as in the past using Browse home page, but that will not be needed in the future.

More information: Features/Content_support

Background image in Home View

Add the ability to set a background image to the Home View. This Feature was developed by Agustin Zubiaga with mentoring of Walter Bender in the Google Summer of Code.

 

More information: Features/Background_image_on_home_view

Database Support in 3G Modems control panel

More information: Features/3G_Support/Database_Support

Improved Activities Updater

was improved too, now can update from activities.sugarlabs.org or from wiki.laptop.org.

What's new for developers

Web activities

Extending Sugar

Activity Authors guidelines

Widgets

How to contribute with testing

Credits

Many people contributed to this release indirectly, including testing, documentation, translation, contributing to the Wiki, outreach to education and developer communities. On behalf of the community, we give our warmest thanks to the developers and contributors who made this Sugar release possible.

We want to especially thank:

  • the Infrastructure team which does all this great work in the background without which the development would not be possible at all,
  • the deployments that provide the development team with feedback from the field,
  • the Design team which guided the design of features with UI changes or impact on the workflow,
  • the Translation team which makes sure that Sugar is enjoyable in the local languages of our users,
  • the developers that submit patches for new features and bug fixes and do review other's patches,
  • the maintainers that make sure their code is shippable and which provide packagers with new tarballs,
  • the packagers which provide distributions with new Sugar packages,
  • the SoaS team for providing a Sugar version to test with during the development cycle,
  • the testers for finding the small and bigger issues,