Difference between revisions of "Version 8.1 Platform Release Notes"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 4: Line 4:
__NUMBEREDHEADINGS__
__NUMBEREDHEADINGS__
__TOC__
__TOC__
==Major Enhancements for Users and Designers==
== Major Enhancements for Users and Designers ==


=== New Mobile Interface - Javelin ===
=== New Mobile Interface - Javelin ===
Line 28: Line 28:




== Significant Changes for Users and Designers ==


=== For Developers ===
=== For Users and Designers ===
:;Feature:
=== Designer Menu Enhancements ===
:: Description.
: In the '''Designer''' menu, the '''Data & Presentation''' category has been split into two categories: '''Data''' and '''Presentation'''. Additional items have been added to those categories, and to other categories in the Designer menu.
 
=== Feature ===
: Description.


==Significant Changes==


=== For Users and Designers ===
== Major Enhancements for Developers ==
:; Designer Menu Enhancements:
===Feature===
:: In the '''Designer''' menu, the '''Data & Presentation''' category has been split into two categories: '''Data''' and '''Presentation'''. Additional items have been added to those categories, and to other categories in the Designer menu.
: Description.


:; Feature:
:: Description.


=== For Developers ===
== Significant Changes for Developers ==
:;Functions have been deprecated:
=== Functions have been deprecated ====
::Existing functions continue to work, but it is no longer possible to create new ones. Support for functions will be discontinued entirely in a future release, so existing functions should be converted to class methods.
:Existing functions continue to work, but it is no longer possible to create new ones. Support for functions will be discontinued entirely in a future release, so existing functions should be converted to class methods.


:; Feature:
=== Feature ===
:: Description.
: Description.


== [[Java API]] Changes ==
=== [[Java API]] Changes ===


=== Global Changes ===
==== Global Changes ====
:;Item:
:;Item:
:: Description.
:: Description.


===New (Provisional) Java APIs===
====New (Provisional) Java APIs====
These new resources are [[Provisional]]. (Full functionality may not yet be implemented.)
These new resources are [[Provisional]]. (Full functionality may not yet be implemented.)


Line 61: Line 62:
:: Description.
:: Description.


=== New and Changed APIs ===
==== New and Changed APIs ====
:;API_link (new):
:;API_link (new):
:: Description.
:: Description.


==[[REST API]] Changes==
===[[REST API]] Changes===


=== Global Changes ===
==== Global Changes ====
:;Item:
:;Item:
:: Description.
:: Description.


===New (Provisional) REST Resources===
====New (Provisional) REST Resources====
These new resources are [[Provisional]]. (Full functionality may not yet be implemented.)
These new resources are [[Provisional]]. (Full functionality may not yet be implemented.)
   
   
Line 77: Line 78:
::Description
::Description


===REST Resources===
====REST Resources====


:;Resource_link (new):  
:;Resource_link (new):  
::Description.  
::Description.  


==Known Issues==
== Known Issues ==
:* Issue
:* Issue


==Bug Fixes==
== Deprecated Functionality ==
:* Fix.
:** Item.
:** Item.


==Deprecated Functionality==
=== Standalone Functions Deprecated ===
=== Standalone Functions Deprecated ===
:Standalone Functions have been deprecated. Existing functions continue to work in this release, but it is no longer possible to create new ones. In a future release, support will be discontinued entirely. For equivalent functionality, define methods in Java [[Classes]].  
:Standalone Functions have been deprecated. Existing functions continue to work in this release, but it is no longer possible to create new ones. In a future release, support will be discontinued entirely. For equivalent functionality, define methods in Java [[Classes]].  
Line 96: Line 93:
::* [[Version_8.0_Platform_Release_Notes#functions_deprecated]]
::* [[Version_8.0_Platform_Release_Notes#functions_deprecated]]
::* [[Eclipse_Plug-In#Migrating_Classes_for_Use_in_the_Plugin]]
::* [[Eclipse_Plug-In#Migrating_Classes_for_Use_in_the_Plugin]]
<noinclude>
<noinclude>


[[Category:Release Notes]]
[[Category:Release Notes]]
</noinclude>
</noinclude>

Revision as of 21:48, 6 June 2011

See also:

1 Major Enhancements for Users and Designers

1.1 New Mobile Interface - Javelin

Access and interact with the Platform from your iPhone, iPad, or Android device:
  • Add, edit, and delete records
  • Add tasks and manage them
  • Use Relay to monitor your team’s status and make comments
Learn more:

1.2 Relay Enhancements

Description.

1.3 User Community Forum

Description.

1.4 Web Form Enhancements

Description.

1.5 Free Advertising for Your Business

Description.


2 Significant Changes for Users and Designers

2.1 For Users and Designers

2.2 Designer Menu Enhancements

In the Designer menu, the Data & Presentation category has been split into two categories: Data and Presentation. Additional items have been added to those categories, and to other categories in the Designer menu.

2.3 Feature

Description.


3 Major Enhancements for Developers

3.1 Feature

Description.


4 Significant Changes for Developers

4.1 Functions have been deprecated =

Existing functions continue to work, but it is no longer possible to create new ones. Support for functions will be discontinued entirely in a future release, so existing functions should be converted to class methods.

4.2 Feature

Description.

4.3 Java API Changes

4.3.1 Global Changes

Item
Description.

4.3.2 New (Provisional) Java APIs

These new resources are Provisional. (Full functionality may not yet be implemented.)

API_link
Description.

4.3.3 New and Changed APIs

API_link (new)
Description.

4.4 REST API Changes

4.4.1 Global Changes

Item
Description.

4.4.2 New (Provisional) REST Resources

These new resources are Provisional. (Full functionality may not yet be implemented.)

Resource_link
Description

4.4.3 REST Resources

Resource_link (new)
Description.

5 Known Issues

  • Issue

6 Deprecated Functionality

6.1 Standalone Functions Deprecated

Standalone Functions have been deprecated. Existing functions continue to work in this release, but it is no longer possible to create new ones. In a future release, support will be discontinued entirely. For equivalent functionality, define methods in Java Classes.
Learn more: