| 1 | [[TOC]] |
| 2 | |
| 3 | = RELEASE 1 = |
| 4 | == Related == |
| 5 | [wiki:RELEASE_SCHEDULE] |
| 6 | |
| 7 | == Urgent Goals == |
| 8 | Before 2008-12-15 we need to achieve the following: |
| 9 | * documentation |
| 10 | * download page |
| 11 | * release documentation |
| 12 | * user documentation |
| 13 | * installation instructions |
| 14 | * product |
| 15 | * repository branching |
| 16 | * tuning |
| 17 | * bugs to fix |
| 18 | * things to remove |
| 19 | * things to disable |
| 20 | * files to download |
| 21 | * final delivery |
| 22 | |
| 23 | === Documentation === |
| 24 | |
| 25 | |
| 26 | ==== Download Page ==== |
| 27 | |
| 28 | ==== Release Document ==== |
| 29 | * released features: |
| 30 | * External |
| 31 | * The main window |
| 32 | * Book window and its navigation capabilities |
| 33 | * Frames |
| 34 | * Menus |
| 35 | * Dialogs |
| 36 | * Text support |
| 37 | * Flaps, Tabs, Palettes |
| 38 | * Internal |
| 39 | * Properties library (probably a short description and a link to PRO_LIB_CORE_TUTORIAL]) |
| 40 | * Inspector |
| 41 | * Community server |
| 42 | * Describe/link things listed in the release schedule |
| 43 | * Make the download page (communicate with Pac to help on this). |
| 44 | |
| 45 | ==== User Documentation ==== |
| 46 | |
| 47 | for those in the release documentation? |
| 48 | |
| 49 | ==== Installation Instructions ==== |
| 50 | * installation instructions (MAC/Windows/Linux). Mac java tweaking instructions. |
| 51 | |
| 52 | === Product === |
| 53 | |
| 54 | ==== Repository Branching ==== |
| 55 | |
| 56 | |
| 57 | ==== Release Tuning ==== |
| 58 | * Review bundles.config files.Remove unnecessary modules and add others if needed. |
| 59 | * Review log4j.properties file and change log file name and logging level. |
| 60 | * Review pom.xml files for mistakes(dependencies, BundleActivators, embed/import dependencies) |
| 61 | * Repair prefixed and suffixed path in the bundle search code in launcher module. |
| 62 | |
| 63 | ==== Bugs to Fix ==== |
| 64 | * The icons are not properly placed according to their usage. This prevents the application from functioning normally (i.e. one cannot create a book) |
| 65 | * The application is not closable in a normal way |
| 66 | * Change visible appearances of "Veda" to "Sophie 2" |
| 67 | * Extensions are not declared where they're supposed to be. This is concerning main.view and func.file modules, but other should be reviewed too. |
| 68 | |
| 69 | ==== Things to Remove ==== |
| 70 | * main.media.fobs module |
| 71 | * deprecation of bindings, children properties and observe value. |
| 72 | * tests that cause errors(VLDocking ProLibUtil) |
| 73 | * server and server.persistence modules |
| 74 | |
| 75 | ==== Things to Disable ==== |
| 76 | * Scenes (the sample implementaion) |
| 77 | |
| 78 | ==== Final Delivery ==== |
| 79 | |
| 80 | == Tasks for testing == |
| 81 | |
| 82 | |
| 83 | == Comments == |
| 84 | === How to use the branch === |
| 85 | * Update your working copy of the repository |
| 86 | * If you have the trunk project imported in Eclipse, change your workspace to a new one (for example "Release" |
| 87 | * Import as a "Maven project" from branches/release01/sophie2-platform |
| 88 | * All your changes from now on will affect only the release branch |