Difference between revisions of "Feature Freeze Testing 2.4"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Component : UCB: delete componentn UCB and put issue to framework)
(Component : Framework: add issue 31053, 82851)
Line 148: Line 148:
 
** Test Extension : http://www.openoffice.org/nonav/issues/showattachment.cgi/49626/foo_en.oxt, http://www.openoffice.org/nonav/issues/showattachment.cgi/49627/foo_en_de.oxt
 
** Test Extension : http://www.openoffice.org/nonav/issues/showattachment.cgi/49626/foo_en.oxt, http://www.openoffice.org/nonav/issues/showattachment.cgi/49627/foo_en_de.oxt
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fab38 ab38] integrated in SRC680m238
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fab38 ab38] integrated in SRC680m238
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=31053 31053] : please support https, too
 +
** Description : OOo is now able to connect WebDAV servers via HTTPS
 +
** Feature Announcement : http://ucb.openoffice.org/servlets/ReadMsg?list=features&msgNo=6
 +
** Specification : http://specs.openoffice.org/appwide/fileIO/WebDAV_over_HTTPS.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ftkr05_SRC680 tkr05_SRC680] integrated in SRC680m237
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=73357 73357] : Tools/Customize/Toolbars: Really import custom icon
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=73357 73357] : Tools/Customize/Toolbars: Really import custom icon
 
** Description : With the "Change Icon" dialog users can select from a list of custom icons and they also can add icons to the icon collection by importing them persistently into a user-icon list. Clicking "import" opens a file picker. The File picker points by default to the icon directory of OpenOffice.org. Icons for import shall be in PNG format and shall have a size of 16x16 or 26 by 26 pixel. To remove icons from the persistent user-icon list the dialog now has a "Remove" button. Only user-defined icons can be removed! Icons which are already in the user-icon list are overwritten after acknowledge from the user.
 
** Description : With the "Change Icon" dialog users can select from a list of custom icons and they also can add icons to the icon collection by importing them persistently into a user-icon list. Clicking "import" opens a file picker. The File picker points by default to the icon directory of OpenOffice.org. Icons for import shall be in PNG format and shall have a size of 16x16 or 26 by 26 pixel. To remove icons from the persistent user-icon list the dialog now has a "Remove" button. Only user-defined icons can be removed! Icons which are already in the user-icon list are overwritten after acknowledge from the user.
Line 190: Line 196:
 
** Test case specification : --
 
** Test case specification : --
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fjl79 jl79] integrated in SRC680m238
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fjl79 jl79] integrated in SRC680m238
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82851 82851] : Check for updates should look for extension updates, too
 +
** Description : When the office is configured to check for office updates automatically, the office will look for updates for the installed extensions, too. When any updates are found, the user will be notified via the menu bar about these updates.
 +
** Feature Announcement : http://ui.openoffice.org/servlets/ReadMsg?list=features&msgNo=258
 +
** Specification : http://specs.openoffice.org/appwide/onlineupdate/Online_Update_Notification_of_Extensions.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fupdchk10 updchk10] integrated in SRC680m238
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=82892 82892] : Add master password/ password configuration dialog to /tools/options
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=82892 82892] : Add master password/ password configuration dialog to /tools/options
 
** Description : The security tabpage in the tools/options dialog contains now possibility to control password-storing ( the passwords for specific URL-sites could be stored there ) that happens using the service com.sun.star.task.PasswordContainer. By default the storing is not allowed.
 
** Description : The security tabpage in the tools/options dialog contains now possibility to control password-storing ( the passwords for specific URL-sites could be stored there ) that happens using the service com.sun.star.task.PasswordContainer. By default the storing is not allowed.

Revision as of 14:11, 18 December 2007

Feature testing for OOo 2.4


!!!! THIS SIDE IS UNDER CONSTRUCTION !!!!

FEATURE FREEZE IS PLANNED FOR 15th OF NOVEMBER '07

Here are all features and enhancements, which were integrated in 2.4. All the listed issues are announced in the release notes for the developer snapshots since SRC680m226.

What's new ?

Component : Chart


Component : Database

  • 11746 : numeric(n) data from jdbc/oracle rendered as currency and not as number
  • 18907 : wrong default table name in "Copy table"
    • Description : With the integration of CWS dba24a (680m228 or m229, probably), when you paste table-like data (a Calc range, a Writer table, an HTML table, a database table, whatever) to OOo Base, while a table object is currently selected, then this table's name, along with the option "Append data", is pre-selected in the "Copy Table" wizard.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=212
    • Specification : --
    • Test case specification : --
    • CWS : dba24a integrated in SRC680m231
  • 49183 : allow to edit a view's design (underlying statement) in HSQLDB
  • 66624 : property browser: invoke query designer for all properties which allow entering a SQL command
    • Description : With the integration of CWS dba24c, you will be able to invoke the query designer not only for the "Content" property of a database form (if it's content type is "SQL command"), but also for the list content of a list box control (or grid column), if its list content type is "SQL". The SQL command which you design in the query designer will, when saving it, be set as the respective property at the list box.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=216
    • Specification : --
    • Test case specification : --
    • CWS : dba24c integrated in SRC680m238
  • 68858 : The relation design is now accessible for MySQL databases as well.
  • 69740 : API: Add ability to find which table(s) or query(s) are currently selected in the main Base window
    • Description : The controller of the database application window now supports the com.sun.star.view.XSelectionSupplier interface. The method getSelection return an Any which contains a Sequence of NamedValue. ...
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=213
    • Specification : --
    • Test case specification : --
    • CWS : dba24a integrated in SRC680m231
  • 77492 : Allow query designer to be called in SQL view
  • 80930 : [RFE] UI for the FormsCheckRequiredFields data source setting
  • 81043 : Connection "Microsoft Access" doesn`t work with Access 2007 (accdb)


Component : Drawing


Component : Framework


Component : Graphic System Layer (GSL)


Component : Porting


Component : Presentation


Component : Calc/Spreadsheet (SC)


Component : Tools

  • 75466 : Packaging Modularization: Distributed Products: OOo w/o URE
    • Description : "This is one part of the broader Packaging Modularization project. The goal is to have a special OOo product ('OOo-wo-URE') that behaves like the normal OOo product but re-uses the existing URE product. That is, installing OOo-wo-URE will require URE to be installed as a prerequisite, and will use the functionality of the installed URE instead of duplicating it as the normal OOo does. For now, OOo-wo-URE is just a special additional product, but if things work out fine, it should replace the normal OOo in the future (like for OOo 3)." That (for now experimental) product is called OpenOffice_woURE and is built in instsetoo_native. See the specification URL for further details, esp. how to install it.
    • Feature Announcement : http://tools.openoffice.org/servlets/ReadMsg?list=features&msgNo=30
    • Specification : http://wiki.services.openoffice.org/mwiki/index.php?title=ODF_Toolkit/Efforts/OOo_without_URE
    • Test case specification : --
    • CWS : sb71 integrated in SRC680m231



Component : UDK

  • 77885 : stoc library merge
    • Description : Those various small UNO component libraries from stoc that are relevant at OOo startup (implreg.uno.so, nestedreg.uno.so, regtypeprov.uno.so, security.uno.so, servicemgr.uno.so, shlibloader.uno.so, simplereg.uno.so, typeconverter.uno.so, typemgr.uno.so, uriproc.uno.so) have been merged into two new larger bootstrap.uno.so (for those components that are used during binary UNO bootstrap and need UNO type information in a format independent of types.rdb) and stocservices.uno.so (for the rest). Client code should not be affected by this change.
    • Feature Announcement : http://udk.openoffice.org/servlets/ReadMsg?list=features&msgNo=43
    • Specification : --
    • Test case specification : --
    • CWS : sb71 integrated in SRC680m231


Component : UI

CWS with changes UI and/or online help

aquavcl03 in m233: start Cocoa migration first part : implement basics in events and frames
calcautofilter in m230 : Calc autofilter behaviour
calctextcol in m226: Convert text to columns in Calc
chart14 in m235 : chart features for OOo 2.4
dba24b in m236 :
hcshared09 in m227 : Changes to the installed help / Spring 07
hcshared10 in m230 : Help files Summer 07
l10ntooling06 in m232 :
macaddressbook01 in m229 : CWS for integrating the Mac OS X Address Book into OpenOffice.org (Mac OS X X11 and Aqua Versions)
native105 in m227 : Simplifying Java exchange.
native106 in m234 : OOo 2.4 tasks
navorder in m227 : User defined navigation order of slides.
obr06 in m230 : Small build fixes and obsolete code removal
readme4macintel in m234: Revamp of ReadMe deployed with OOo.
so3deadcorpses in m235 : move so3 to binfilter/bf_so3
vcl82 in m231 : 2.4 issues



Personal tools