Changes between Initial Version and Version 1 of ITERATION_09/Release


Ignore:
Timestamp:
06/11/09 13:30:09 (16 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified ITERATION_09/Release

    v1 v1  
     1[[TOC]] 
     2 
     3= RELEASE Alpha-2 = 
     4== Related == 
     5[wiki:RELEASE_SCHEDULE] [[BR]] 
     6[wiki:ITERATION_03/Release/Process Release team working process] 
     7 
     8== Tasks for testing == 
     9{{{ 
     10#!comment 
     11 * [wiki:ITERATION_06/Release/TestingTickets These] are the tasks.  
     12 * We should test the user visible tasks.  
     13}}} 
     14 
     15== Urgent Goals == 
     16Before 2009-06-12 we need to achieve the following: 
     17 
     18 
     19 * product 
     20  * repository branching 
     21  * Gaining functionality needed for the sixth release as stated by the schedule 
     22  * tuning 
     23  * bugs to fix 
     24  * things to remove 
     25  * things to disable 
     26  * files to download 
     27  * final delivery 
     28 
     29 * documentation 
     30  * download page 
     31  * release documentation 
     32  * user documentation 
     33  * installation instructions 
     34 
     35=== Documentation === 
     36 
     37 
     38==== Download Page ==== 
     39 
     40==== Release Document ==== 
     41 
     42 * Embedded books content 
     43 * More persistence 
     44 * Bug report form 
     45 * Text font styling 
     46 * Cut/Copy/Paste of text 
     47 * Book creation dialog 
     48 * Pattern filling 
     49 * Audio recording 
     50 * Resource preview 
     51 
     52==== User Documentation ==== 
     53 
     54 * 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. 
     55 * Currently at [wiki:ITERATION_09/Release/UserDocumentation] 
     56 
     57==== Installation Instructions ==== 
     58 * installation instructions (MAC/Windows/Linux). Mac java tweaking instructions. 
     59 
     60=== Product === 
     61 
     62''' IMPORTANT '''  
     63 
     64Always write where is the result of the task you completed. 
     65This would be the changeset with thorough commit comment for coding and a link to the wiki page for a document. 
     66 
     67==== Repository Branching ==== 
     68{{{ 
     69#!comment 
     70The Branch was made - [source:branches/release04-pre-alpha-5] 
     71}}} 
     72 
     73=== Promised Features === 
     74 
     75 * More stable product. 
     76 
     77==== Release Tuning ==== 
     78 
     79 * Fix the about dialog to be alpha-2 
     80 
     81==== Bugs to Fix ==== 
     82 
     83==== Things to Remove ==== 
     84 
     85==== Things to Disable ==== 
     86 
     87==== Final Delivery ==== 
     88 
     89 
     90== Comments == 
     91=== How to use the branch === 
     92This is not done yet [[BR]] 
     93Update your working copy of the repository 
     94 * If you have the trunk project imported in Eclipse, change your workspace to a new one (for example "Release") 
     95 * Import as a "Maven project" from branches/release04-pre-alpha-5 
     96 * All your changes from now on will affect only the release branch 
     97 * We should prepare a good sample book. 
     98 
     99Regarding meddle's fix in [2570], I had made a similar change in my branch for debugging purposes, [2683] which sequences the new book titles.  Likely some conflicts now, but if you are interested, take a look (or i'll just nuke them when I sync back with the trunk.  I just needed to know which button was controlling which book easier <g>) --sriggins