colymba
6a105b9a96
API img field config now fileRelationName FIX 40
...
parameter is to be passed without 'ID' at the end. Implementation is now
more consistent.
2013-06-26 19:46:46 +03:00
colymba
88cf826322
Added translations (en+fr)
2013-06-23 19:10:22 +03:00
colymba
6110d81c94
Add bulkUpload btn template + move to top
2013-04-16 21:33:50 +03:00
colymba
60a5e48979
add max upload file size config
...
Bulk upload maximum file size can now be set through
setConfig('maxFileSize', Xbytes )
2013-03-26 10:48:12 +02:00
colymba
eb944b6aa8
FIX #8 Add config option for sequential uploads
...
setting Component option 'sequentialUploads' to true will upload files
one by one in the order they were selected
2013-01-10 19:23:36 +02:00
Damian Mooyman
447ab87601
BUG Error setting options
...
When setting options that have a NULL value by default (such as imageFieldName) the setConfig function would incorrectly assume the option was not available and would silently ignore.
This fix implements a correct option validation mechanism, and throws an error if an incorrect option assignment is attempted.
2012-11-23 15:09:11 +13:00
colymba
a6fee088c6
GridField button styling
...
Switch to html and add basic syle consistent with component set
2012-08-11 01:18:00 +03:00
colymba
b8a0a1e14f
API: added forbidden filed classes
...
Some fields classes break the component. These have been added to a
forbidden list and cannot be removed from the blacklist.
2012-08-09 20:24:33 +03:00
colymba
a141aba650
API: defined components set's HTML fragment
...
All bulk edit tools will now use "bulk-edit-tools" HTML fragment,
defined in base component GridFieldBulkEditingTools. Previous
"GridFieldBulkEditingTools" is now GridFieldBulkEditingHelper.
2012-08-07 23:51:54 +03:00
colymba
65d1e7c5cb
API: custom upload folder
...
Possibility to set a custom upload folder through Component $config
2012-08-07 22:40:12 +03:00
colymba
07f404abf7
API: Removed useless old functions
...
useless since all is to be done through the config variable
2012-07-25 21:08:31 +03:00
colymba
45e9d34c46
API: switched component to new $config system
...
removed useless variables and functions
2012-07-20 21:15:53 +03:00
colymba
bdb3ce7c5e
API: Added config vars to component
...
Switching all component settings to a config variable with getter and
setter
2012-07-20 21:02:45 +03:00
colymba
1ac1c88cd6
Updated comments and Readme
...
Added comments and credits and updated README
2012-07-18 15:26:30 +03:00
colymba
51b9518492
Automatic Fields detection + EditForm generation
...
Component now finds the Image relation and all 'editable fields' itself.
Also gets the edit Forms from the record's getCMSFields()
+ other little fixes
2012-07-18 02:12:10 +03:00
colymba
cb55fe2d89
Initial commit with files
2012-07-16 23:39:01 +03:00