Development

Changeset 5448

You must first sign up to be able to contribute.

Changeset 5448

Show
Ignore:
Timestamp:
10/10/07 15:53:27 (1 year ago)
Author:
francois
Message:

sfSimpleForumPlugin Fixed package file and released 0.6.4 Beta (closes #2336)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSimpleForumPlugin/trunk/CHANGELOG

    r5414 r5448  
    11== Trunk == 
    22 
     3== 2007-10-10 | 0.6.4 Beta == 
     4 
     5 * francois: Fixed missing files in package definition (#2336) 
     6 * francois: Fixed empty forums do not appear in the forum list (#2330) 
    37 * francois: Added a new partial to allow third-party profile enhancements 
    48 * francois: Further optimized queries 
  • plugins/sfSimpleForumPlugin/trunk/package.xml

    r5357 r5448  
    1414  <active>yes</active> 
    1515 </lead> 
    16  <date>2007-10-03</date> 
     16 <date>2007-10-10</date> 
    1717 <version> 
    18    <release>0.6.3</release> 
    19    <api>0.6.3</api> 
     18   <release>0.6.4</release> 
     19   <api>0.6.4</api> 
    2020 </version> 
    2121 <stability> 
     
    3333     <dir name="config"> 
    3434       <file role="data" name="schema.yml" /> 
     35       <file role="data" name="schemaConfig.php" /> 
    3536     </dir> 
    3637 
     
    7778         </dir> 
    7879         <dir name="templates"> 
     80           <file role="data" name="_add_post_form.php" /> 
    7981           <file role="data" name="_author.php" /> 
    80            <file role="data" name="_add_post_form.php" /> 
     82           <file role="data" name="_author_name.php" /> 
    8183           <file role="data" name="_figures.php" /> 
    8284           <file role="data" name="_forum.php" /> 
     
    111113       <dir name="images"> 
    112114         <file role="data" name="button_bg.gif" /> 
     115         <file role="data" name="comment.png" /> 
     116         <file role="data" name="comments.png" /> 
    113117         <file role="data" name="feed-icon.png" /> 
    114          <file role="data" name="th_bg.gif" /> 
    115          <file role="data" name="comments.png" /> 
    116          <file role="data" name="comment.png" /> 
    117118         <file role="data" name="lock.png" /> 
    118119         <file role="data" name="note.png" /> 
     120         <file role="data" name="th_bg.gif" /> 
    119121       </dir> 
    120122     </dir>