Skip to content

Commit

Permalink
replaced readme with markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkf committed May 10, 2011
1 parent 2be9d0b commit bc38f26
Showing 1 changed file with 43 additions and 33 deletions.
76 changes: 43 additions & 33 deletions readme.txt → readme.md
@@ -1,7 +1,7 @@
Mass Upload Utility
## Mass Upload Utility ##
-------------------------------------------------------------------------------

Version: 0.9.2
Version: 0.9.3
Author: Scott Tesoriere <scott@tesoriere.com>
Build Date: 10 May 2011
Github Repository: http://github.com/scottkf/massuploadutility
Expand All @@ -12,49 +12,59 @@ THIS REQUIRES AN HTML5 COMPATIBLE BROWSER
If you're using an older version of Symphony, please use v0.9 of the Mass Upload Utility:
https://github.com/scottkf/massuploadutility/tree/v0.9

PURPOSE
**PURPOSE**
-------------------------------------------------------------------------------
A symphony extension to allow you to add a folder of files into a section that
has an upload field, it *should* work with all upload fields. Testing is needed.

CHANGELOG
**CHANGELOG**
-------------------------------------------------------------------------------

v0.9.2
* Added ability to exclude sections and users (I stole this from Craig's tracker extension)
* Forgot to localise a couple strings
* A quick blurb to let the user know they can upload multiple files
* Checking for HTML5 support
* Added support for using variables in any other input field, like {$number} will
*v0.9.3*

- Reversed the order of the way the queue is populated (so it should be alphabetical now)

*v0.9.2*

- Added ability to exclude sections and users (I stole this from Craig's tracker extension)
- Forgot to localise a couple strings
- A quick blurb to let the user know they can upload multiple files
- Checking for HTML5 support
- Added support for using variables in any other input field, like {$number} will
dynamically change
* When selecting files, they're populated to the queue so you know you queued files

v0.9.1
* Should work with every upload field and custom field
* Flash is no longer used at all, it's pure html5
* Uploading multiple files is nearly
* Added support for localisation (most of the text relies in JS, but there's a couple in php)
* The workflow is now exactly the same as it is for adding a regular entry, with
- When selecting files, they're populated to the queue so you know you queued files

*v0.9.1*

- Should work with every upload field and custom field
- Flash is no longer used at all, it's pure html5
- Uploading multiple files is nearly
- Added support for localisation (most of the text relies in JS, but there's a couple in php)
- The workflow is now exactly the same as it is for adding a regular entry, with
the exception that you can select multiple files, and when you do, thats when
my utility kicks in.

v0.9.09
* Uploading via AJAX
*v0.9.09*

v0.9.03
* I've integrated html5 into the extension, but if you choose a large amount of files it will timeout
* There is currently no queue or progress bar, it simply posts all the files.
* It should also now work with *ANY* upload field, but I have not tested it yet.
* It no longer uses shell exec.
* It no longer creates a directory in your workspace folder.
- Uploading via AJAX

TODO
*v0.9.03*

- I've integrated html5 into the extension, but if you choose a large amount of files it will timeout
- There is currently no queue or progress bar, it simply posts all the files.
- It should also now work with *ANY* upload field, but I have not tested it yet.
- It no longer uses shell exec.
- It no longer creates a directory in your workspace folder.

**TODO**
-------------------------------------------------------------------------------
-- Repopulate the upload list (or don't delete) if a file fails to upload for whatever reason
-- Possibly expand the {$} variables to contain other things (like what?)

- Repopulate the upload list (or don't delete) if a file fails to upload for whatever reason
- Possibly expand the {$} variables to contain other things (like what?)

Installation

**Installation**
-------------------------------------------------------------------------------

1. Upload the 'massuploadutility' folder in this archive to your Symphony
'extensions' folder.
Expand All @@ -63,7 +73,7 @@ Installation
the with-selected menu, then click Apply.


Usage
**Usage**
-------------------------------------------------------------------------------

1. Go to the index of a section with an upload field
Expand All @@ -72,13 +82,13 @@ Usage
enter other values as necessary, and click 'Create Entry'


BUGS
**BUGS**
-------------------------------------------------------------------------------

- If you receive an error on the form, you have to select all the files again
- If more than one upload field is in a section, this will fail on purpose (feature?)

TROUBLESHOOTING
**TROUBLESHOOTING**
-------------------------------------------------------------------------------

????

0 comments on commit bc38f26

Please sign in to comment.