Apache OpenOffice (AOO) Bugzilla – Issue 66157
Redesign the template feature so that it is more comfortable for add-in developer.
Last modified: 2006-09-19 17:00:13 UTC
Currently it is possible to install a template with a package, but there are some problems: - template path merging; when user has changed template path, the add-in path will not be visible ( this problem will be solved by new template pathes configuration, but the template component might need to be adopted to the new solution ) - localized names for new groups; it is not possible to introduce a new group with localized name - merging of the provided groups shoul use localized names, not FS names
- the template component is adopted to the new path settings - it is possible now to provide an xml file containing UI-names of the groups - the UI name of a group is detected in following way: if there is UI-name in the provided xml file, it is used; otherwise the hardcoded UI-name is looked for ( backward compatibility ); otherwise the FS name of the group directory is used - the group merging is based on UI-names - template diallogs allow to remove only the contents from template writeable path - when a new content inserted using template dialogs, it should be physically inserted into template writeable path tree
MAV->TM: Please verify the issue.
Please see below the path to the specification for the UI change http://specs.openoffice.org/appwide/templates/TemplateManagementDialog.odt
checked and verified in cws pathoptions01
.
closed
Could the spec be added as the URL for this issue (http://specs.openoffice.org/appwide/templates/TemplateManagementDialog.odt) Regards, Pierre-André