Difference between revisions of "0.86/Browse"

From Sugar Labs
Jump to navigation Jump to search
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{GoogleTrans-en}}{{TOCright}}</noinclude>[[Category:Page Template]]
+
<noinclude>{{TOCright}}
= Browse =
+
[[Category:Release Notes]]</noinclude>
  
 
== Introduction ==
 
== Introduction ==
''Some introductory words what the activity is like. Any special things you like to mention that happened during the release cycle etc''
+
The Browse activity is based on [http://developer.mozilla.org/en/XULRunner XULRunner] the Mozilla runtime package. It does provide the user with nearly the same functionality that Firfox offers but tries to be clear and simple UI wise given the target audience. It also offers collaboration as one of it's main features.
  
More Info: ''link to get some further info about the activity''
+
More Info: [[Activities/Browse]]
  
 
== What is new for users ==
 
== What is new for users ==
''What are the user visible changes. New short cuts. Features. Nice to back this up with images.''
+
Right click palettes have been improved with clearer text and icons. Keeping a file to the Journal now uses its file name as the Journal entry (the full download URL is placed in the description metadata), and uploading files to web servers also now uses the title, along with MIME logic for deciding a file extension (if no valid extension is provided in the title).
 +
 
 +
[[Image:browse_0.86_palettes_improved.png|thumb|none|800px|Right click palettes have been improved for clearer easier use.]]
  
 
== What is new for developers ==
 
== What is new for developers ==
''What might be interesting to know for a developer contributing to the component. Add 'No News' if there is nothing of interest.''
+
No News.
  
 
== Internationalization (i18n) and Localization (l10n) ==
 
== Internationalization (i18n) and Localization (l10n) ==
Line 17: Line 19:
  
 
== Compatibility ==
 
== Compatibility ==
''Note here if compatibility to an older version of the activity or an older Sucrose version (e.g. 0.84) broke''
+
The 0.86 version has no backwards compatibility, since it depends on the 0.86 platform (hulahop).
  
 
== Detailed changes ==
 
== Detailed changes ==
 +
* Latest translations
 +
* Better naming when uploading an entry #901 (Aleksey Lim)
 +
* Listen for mouseout event to popdown palette #1314
 
* Able to download Data URIs {{Bug|1029}} (Lucian Branescu)
 
* Able to download Data URIs {{Bug|1029}} (Lucian Branescu)
 
* Don't choke on Lang=C {{Bug|979}}
 
* Don't choke on Lang=C {{Bug|979}}
Line 26: Line 31:
 
** image: 'Keep image', Copy 'image'
 
** image: 'Keep image', Copy 'image'
 
** link: 'Keep link', Copy link', Follow link'
 
** link: 'Keep link', Copy link', Follow link'
* Toolbars:
 
** Move the edit and view options of the toolbar to the left
 
** Fix session-bookmark button
 
** Center the address bar
 
** adopt to toolbar API change (expanded property is now set_expanded(state))
 
 
* [[Features/New Toolbar Design]] - Adopt to the new activity toolbar design
 
* [[Features/New Toolbar Design]] - Adopt to the new activity toolbar design
* [[Features/Tabs In Browse]] - New pages will open in a new tab similarly to other browsers. Though this feature isn't proposing any way for the user to explicitly open any link in a new tab.
+
* [[Features/Tabs In Browse]] - New pages will open in a new tab similarly to other browsers (though this feature isn't proposing any way for the user to explicitly open any link in a new tab).
 +
* Put the download url in the description field of the metadata
  
 
== Credits ==
 
== Credits ==
''Name the contributors here''
+
Tomeu Vizoso, Simon Schampijer, Aleksey Lim, Lucian Branescu
 +
==Release notes==
 +
{| class="wikitable mw-collapsible mw-collapsed"
 +
!align="left"| 0.84
 +
|-
 +
|{{Transclude|0.84/Browse}}
 +
|}

Latest revision as of 23:53, 6 November 2013

Introduction

The Browse activity is based on XULRunner the Mozilla runtime package. It does provide the user with nearly the same functionality that Firfox offers but tries to be clear and simple UI wise given the target audience. It also offers collaboration as one of it's main features.

More Info: Activities/Browse

What is new for users

Right click palettes have been improved with clearer text and icons. Keeping a file to the Journal now uses its file name as the Journal entry (the full download URL is placed in the description metadata), and uploading files to web servers also now uses the title, along with MIME logic for deciding a file extension (if no valid extension is provided in the title).

Right click palettes have been improved for clearer easier use.

What is new for developers

No News.

Internationalization (i18n) and Localization (l10n)

Will be generated by the translation team

Compatibility

The 0.86 version has no backwards compatibility, since it depends on the 0.86 platform (hulahop).

Detailed changes

  • Latest translations
  • Better naming when uploading an entry #901 (Aleksey Lim)
  • Listen for mouseout event to popdown palette #1314
  • Able to download Data URIs #1029 (Lucian Branescu)
  • Don't choke on Lang=C #979
  • Object chooser remains shown after activity has been closed #1192
  • Refine image and link right click palette #815
    • image: 'Keep image', Copy 'image'
    • link: 'Keep link', Copy link', Follow link'
  • Features/New Toolbar Design - Adopt to the new activity toolbar design
  • Features/Tabs In Browse - New pages will open in a new tab similarly to other browsers (though this feature isn't proposing any way for the user to explicitly open any link in a new tab).
  • Put the download url in the description field of the metadata

Credits

Tomeu Vizoso, Simon Schampijer, Aleksey Lim, Lucian Branescu

Release notes

0.84
Note: The contents of this section have been transcluded from another page, 0.84/Browse:

0.84/Browse

Activity-browse.png

Introduction

The Browse activity is based on XULRunner the Mozilla runtime package. It does provide the user with nearly the same functionality that Firefox offers but tries to be clear and simple UI wise given the target audience. It also offers collaboration as one of it's main features.

More Info: Activities/Browse

What is new for users

Tomeu Vizoso added new options to the palette. When you click on a link you have the option to download it.

Download link.png

The palette offers also an option to download an image, for reuse with your favorite image processing activity. Just click on the image you want to download and access it from the Journal.

Download image.png

Martin Langhoff has been adding functionality to authenticate with the Schoolserver. When registered with the server an HTTP Cookie is created to ease the use of services on the Schoolserver in future sessions.

Thanks to Daniel Drake Browse propagates the current locale now. This helps to use web services and pages in your mother language. Try it out with the addons page for example.

Addons.png

What is new for developers

No News

Internationalization (i18n) and Localization (l10n)

Compatibility

This version is dependant on Hulahop > 0.4.7.

Detailed changes

100

  • Add a "Download image" option to the image palette (tomeu)
  • Add a "Download link" option to the link palette (tomeu)
  • Get downloads and upload alerts for multiple windows to work (marco)
  • Handle download names with non-ascii characters (tomeu) #8857

101

  • Return the document source to the shell for displaying in the view source dialog. This is used by the new source view code to display the document source.

102

  • Updates in the Slovenian language

103

  • Use cjson instead of json (nirbheek)
  • New translations

104

  • Create a HTTP Cookie to authenticate with the Schoolserver (Martin Langhoff)
  • Deprecation fix: Use bundle_id instead od service_name
  • Set intl.accept_languages based on the locale (Daniel Drake)
  • New translations

105

  • New translations

Credits

Marco Pesenti Gritti, Daniel Drake, Martin Langhoff, Tomeu Vizoso, Nirbheek Chauhan and Simon Schampijer