Development

Changeset 19661

You must first sign up to be able to contribute.

Changeset 19661

Show
Ignore:
Timestamp:
06/29/09 09:22:28 (8 months ago)
Author:
joshiausdemwald
Message:

Packaged 0.9.5, see changelog for details

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfWidgetFormInputSWFUploadPlugin/README

    r19233 r19661  
    44sfWidgetFormInputSWFUploadPlugin decorates a file input widget with queued 
    55uploading capabilities, provided by SWFUpload (www.swfupload.org). 
     6 
     7This plugin is now an required dependancy of sfFilebasePlugin. See at its 
     8sample project to see it in action. 
    69 
    710Instructions: 
     
    1114passing custom options to its options array. 
    1215 
    13 This plugin is now an required dependancy of sfFilebasePlugin 
     16In custom form you'd to probably manually include the widgets assets (javascripts 
     17and stylesheets). Do so by using $myform->getJavascripts() and 
     18$myform->getStylesheets(). 
     19 
     20Example: 
     21 
     22    <form method="post" enctype="multipart/form-data" accept-charset="utf-8"> 
     23      <?php foreach($form->getJavascripts() AS $javascript):?> 
     24        <?php use_javascript($javascript)?> 
     25      <?php endforeach?> 
     26      <?php foreach($form->getStylesheets() AS $link => $media):?> 
     27      <?php use_stylesheet($link)?> 
     28      <?php endforeach?> 
     29      <?php echo $form->render()?> 
     30    </form> 
     31 
     32Feel free to override the css to fit your own 
     33applications look and feel. 
    1434 
    1535Installation 
  • plugins/sfWidgetFormInputSWFUploadPlugin/files.txt

    r19611 r19661  
    1       <file role="data" name="web/images/swfupload-toggle-queue.png" /> 
    2       <file role="data" name="web/images/swfupload-select-button.png" /> 
    3       <file role="data" name="web/images/swfupload-loader-background.png" /> 
    4       <file role="data" name="web/images/swfupload-cancel-hover.png" /> 
    5       <file role="data" name="web/images/swfupload-toggle-queue-expanded-hover.png" /> 
    6       <file role="data" name="web/images/swfupload-toggle-queue-expanded.png" /> 
    7       <file role="data" name="web/images/swfupload-loader.png" /> 
    8       <file role="data" name="web/images/swfupload-cancel.png" /> 
    9       <file role="data" name="web/images/swfupload-toggle-queue-hover.png" /> 
    10       <file role="data" name="web/js/swfupload-widget-handler.js" /> 
    11       <file role="data" name="web/js/vendor/swfupload/Core Changelog.txt" /> 
    12       <file role="data" name="web/js/vendor/swfupload/swfupload license.txt" /> 
    13       <file role="data" name="web/js/vendor/swfupload/Flash/ExternalCall.as" /> 
    14       <file role="data" name="web/js/vendor/swfupload/Flash/SWFUpload v2.as3proj" /> 
    15       <file role="data" name="web/js/vendor/swfupload/Flash/SWFUpload.as" /> 
    16       <file role="data" name="web/js/vendor/swfupload/Flash/swfupload.swf" /> 
    17       <file role="data" name="web/js/vendor/swfupload/Flash/deploy.bat" /> 
    18       <file role="data" name="web/js/vendor/swfupload/Flash/FileItem.as" /> 
    19       <file role="data" name="web/js/vendor/swfupload/Documentation/index.html" /> 
    20       <file role="data" name="web/js/vendor/swfupload/swfupload.js" /> 
    21       <file role="data" name="web/js/vendor/swfupload/plugins/swfupload.swfobject.js" /> 
    22       <file role="data" name="web/js/vendor/swfupload/plugins/swfupload.queue.js" /> 
    23       <file role="data" name="web/js/vendor/swfupload/plugins/swfupload.speed.js" /> 
    24       <file role="data" name="web/js/vendor/swfupload/plugins/swfupload.cookies.js" /> 
    25       <file role="data" name="web/js/vendor/swfupload/plugins/SWFObject License.txt" /> 
    26       <file role="data" name="web/css/swfupload.css" /> 
    27       <file role="data" name="lib/widget/sfWidgetFormInputSWFUpload.php" /> 
     1<file role="data" name="lib/widget/sfWidgetFormInputSWFUpload.php" /> 
     2<file role="data" name="web/images/swfupload-toggle-queue.png" /> 
     3<file role="data" name="web/images/swfupload-select-button.png" /> 
     4<file role="data" name="web/images/swfupload-loader-background.png" /> 
     5<file role="data" name="web/images/swfupload-cancel-hover.png" /> 
     6<file role="data" name="web/images/swfupload-toggle-queue-expanded-hover.png" /> 
     7<file role="data" name="web/images/swfupload-toggle-queue-expanded.png" /> 
     8<file role="data" name="web/images/swfupload-loader.png" /> 
     9<file role="data" name="web/images/swfupload-cancel.png" /> 
     10<file role="data" name="web/images/swfupload-toggle-queue-hover.png" /> 
     11<file role="data" name="web/js/swfupload-widget-handler.js" /> 
     12<file role="data" name="web/js/vendor/swfupload/Core Changelog.txt" /> 
     13<file role="data" name="web/js/vendor/swfupload/swfupload license.txt" /> 
     14<file role="data" name="web/js/vendor/swfupload/Flash/ExternalCall.as" /> 
     15<file role="data" name="web/js/vendor/swfupload/Flash/SWFUpload v2.as3proj" /> 
     16<file role="data" name="web/js/vendor/swfupload/Flash/SWFUpload.as" /> 
     17<file role="data" name="web/js/vendor/swfupload/Flash/swfupload.swf" /> 
     18<file role="data" name="web/js/vendor/swfupload/Flash/deploy.bat" /> 
     19<file role="data" name="web/js/vendor/swfupload/Flash/FileItem.as" /> 
     20<file role="data" name="web/js/vendor/swfupload/Documentation/index.html" /> 
     21<file role="data" name="web/js/vendor/swfupload/swfupload.js" /> 
     22<file role="data" name="web/js/vendor/swfupload/plugins/swfupload.swfobject.js" /> 
     23<file role="data" name="web/js/vendor/swfupload/plugins/swfupload.queue.js" /> 
     24<file role="data" name="web/js/vendor/swfupload/plugins/swfupload.speed.js" /> 
     25<file role="data" name="web/js/vendor/swfupload/plugins/swfupload.cookies.js" /> 
     26<file role="data" name="web/js/vendor/swfupload/plugins/SWFObject License.txt" /> 
     27<file role="data" name="web/css/swfupload.css" /> 
  • plugins/sfWidgetFormInputSWFUploadPlugin/package.xml

    r19611 r19661  
    1111    <active>yes</active> 
    1212  </lead> 
    13   <date>2009-06-27</date> 
     13  <date>2009-06-29</date> 
    1414  <version> 
    15     <release>0.9.4</release> 
     15    <release>0.9.5</release> 
    1616    <api>0.9.0</api> 
    1717  </version> 
     
    8080    <release> 
    8181      <version> 
    82         <release>0.9.4</release> 
     82        <release>0.9.5</release> 
    8383        <api>0.9.0</api> 
    8484      </version> 
     
    8888      </stability> 
    8989      <license>MIT license</license> 
    90       <date>2009-06-27</date> 
     90      <date>2009-06-29</date> 
    9191      <notes> 
    92       * IE 7 Compatibility 
    93       * Form serialisation: Submit button will now trigger startUpload() 
     92      * Fixed bug with assets path on non web-root projects 
     93      * Fixed bug where URL helper must had been manually included 
    9494      </notes> 
    9595    </release> 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.