You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Git at Apache <gi...@git.apache.org> on 2012/07/11 21:37:34 UTC

incubator-cordova-ios pull request: Issue 1028

GitHub user agrieve opened a pull request:

    https://github.com/apache/incubator-cordova-ios/pull/32

    Issue 1028

    Also includes commits from chunked uploads pull request since it depends on CDVFileTransferTests.m existing. Only the last commit is new.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/agrieve/incubator-cordova-ios issue_1028

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-ios/pull/32.patch

----
commit ba9e8f37d365bada464dfe8816a535d2684ca4e5
Author: Andrew Grieve <ag...@chromium.org>
Date:   2012-07-09T19:45:50-07:00

    Add support for chunked uploads to FileTransfer plugin.
    
    Conflicts:
    	CordovaLib/Classes/CDVFileTransfer.m

commit 018f62e3dafe25892eb52c217401ee8632473477
Author: Andrew Grieve <ag...@chromium.org>
Date:   2012-07-09T20:25:35-07:00

    Change mutable parameters to non-mutable ones in CDVFileTransfer.
    
    -Moved NSMutableArray+Comparisons out of NSMutableArray+QueueAdditions
    and it its own file, and applie it to NSArray instead of NSMutableArray

commit 1df2ab7ae701e1a82f0518fede712fe142611fef
Author: Andrew Grieve <ag...@chromium.org>
Date:   2012-07-10T20:32:10-07:00

    Add tests for CDVFileTransfer.

commit 2823fdc471599cb7b0146aeb2e771b53041095f9
Author: Andrew Grieve <ag...@chromium.org>
Date:   2012-07-11T12:32:42-07:00

    Properly escape URLs within FileTransfer that end with slash.
    
    This rewrites the escaping function to use a regular expression instead.
    I also added a test for the function.

----