Version 18 (modified by peko, 16 years ago) (diff) |
---|
Table of Contents
RELEASE 2 pre-alpha-3
Related
RELEASE_SCHEDULE
Release team working process
Tasks for testing
- These are the tasks.
- We should test the user visible tasks.
Urgent Goals
Before 2009-02-13 we need to achieve the following:
- product
- repository branching
- Gaining functionality needed for the second release as stated by the schedule
- tuning
- bugs to fix
- things to remove
- things to disable
- files to download
- final delivery
- documentation
- download page
- release documentation
- user documentation
- installation instructions
Documentation
Download Page
Release Document
- released features:
- External
- Page object alignment
- Selecting multiple page objects
- Frame bounding properties, for example margins
- Audio and video support
- Undo manager
- Halos and huds
- More menu support
- Internal
- Property thread safety
- Initial plugin support
- Page Template core support
- Community server
- Build Server
- External
User Documentation
- This should be the documentation for all features available in the released downloadable. This includes new features, old features and updates done to them. This way we could iteratively form the final user docs.
- Currently at ITERATION_03/Release/UserDocumentation
Installation Instructions
- installation instructions (MAC/Windows/Linux). Mac java tweaking instructions.
Product
IMPORTANT
Always write where is the result of the task you completed. This would be the changeset with thorough commit comment for coding and a link to the wiki page for a document.
Repository Branching
The Branch was made - branches/release02-pre-alpha-3
Promised Features
- Selecting multiple page objects
Ticket Summary Owner Status Type Component Priority Effort #282 BASE_MODEL_PAGE_ELEMENTS_R0 orliin closed planned_task BASE_BOOK_MODEL 3 1 #666 PAGE_ELEMENT_MULTI_SELECT_R0 peko closed planned_task PAGE_ELEMENTS 3 0.5 - Page object alignment
Ticket Summary Owner Status Type Component Priority Effort #648 PAGE_ELEMENT_ALIGNING_R0 peko closed planned_task PAGE_ELEMENTS 3 0.5 - Frame bounding properties, for example margins
- Done(needs reviewing)
- Audio and video support
- Undo manager
Ticket Summary Owner Status Type Component Priority Effort #155 PRO_CHANGE_UNDO_MANAGER_R0 gogov closed planned_task PRO_LIB_ENTITIES 3 1 #160 PRO_CHANGE_MANAGER_R0 peko closed planned_task PRO_LIB_ENTITIES 3 0.5 - Halos and huds
- Revisit
Ticket Summary Owner Status Type Component Priority Effort #247 BASE_HALOS_R0 peko closed planned_task BASE_GUI_LIB 3 2 - huds should be fixed to repaint properly. - fixed 1354
- Fix the FrameHaloMenu
- Revisit
- remove some buttons - buttons for which no functionality is present - the functionality requires implementations which pointless because of time restrictions.
- removed frame shadow button - 1382
- fix some buttons so that they work properly.
- Fix the PageHaloMenu
- add buttons for which functionality is already implemented.
- fix current buttons so that they work properly.
- Create a TextHaloMenu class that should work with the things implemented for texts.
- Fix is there are bugs about buttons, menus and huds.
- More menu support
Ticket Summary Owner Status Type Component Priority Effort #237 BASE_MENUS_R0 jordan closed planned_task BASE_GUI_LIB 3 0.5 #383 APP_BASIC_MENUS_R0 stefan closed planned_task APP_PLUGIN 3 0.5 - Property thread safety
- Initial plugin support
Ticket Summary Owner Status Type Component Priority Effort #71 PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1 pav closed planned_task SOPHIE_PLATFORM 3 1.5 #105 PLUGIN_MODULE_STRUCTURE_R1 pav closed planned_task PLUGIN_ARCHITECTURE 3 2 #113 PLUGIN_SUPPORT_LIB_BASE_R1 pav closed planned_task PLUGIN_ARCHITECTURE 3 1 #401 APP_PLUGIN_MANAGER_ABOUT_R0 deyan closed planned_task APP_CONFIGURATION 3 0.5 - Page Template core support
Ticket Summary Owner Status Type Component Priority Effort #566 PAGE_TEMPLATE_BEHAVIOUR_R0 deyan closed planned_task BOOK_PAGES 3 1 #569 PAGE_TEMPLATES_LISTING_R0 deyan closed planned_task BOOK_PAGES 3 0.5 #694 FRAME_TEMPLATES_R0 tanya closed planned_task FRAMES 3 1 #699 FRAME_PROPERTY_LOCKING_R0 tanya closed planned_task FRAMES 3 0.5 - Build Server
- Done
Release Tuning
Bugs to Fix
- The application is not closable.
- There are lots of warnings.
Things to Remove
Things to Disable
Final Delivery
Comments
How to use the branch
- Update your working copy of the repository
- If you have the trunk project imported in Eclipse, change your workspace to a new one (for example "Release")
- Import as a "Maven project" from branches/release02-pre-alpha-3
- All your changes from now on will affect only the release branch