Commit Graph

130 Commits

Author SHA1 Message Date
Firesphere b7b1a924a5 Dutch translations 2013-07-28 18:04:32 +03:00
colymba cf47c6d69a FIX fileRelationName references 2013-06-26 20:53:24 +03:00
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 35bfd865ec FIX $allowed_actions declaration 2013-06-26 19:11:31 +03:00
colymba 8a1eff6839 Added translations (en+fr) 2013-06-23 19:13:59 +03:00
colymba 88cf826322 Added translations (en+fr) 2013-06-23 19:10:22 +03:00
colymba 9bc46687b1 housekeeping, comments and formatting 2013-06-23 18:17:42 +03:00
colymba 8089c14447 added finish button 2013-06-23 17:48:37 +03:00
colymba 7972cef1f1 FIX tmpl.js requirement 2013-06-23 16:22:25 +03:00
colymba cc418a2947 readme update 2013-06-16 17:20:19 +03:00
colymba fc61727c3e clean up form attributes + ajax reponse 2013-06-16 17:09:13 +03:00
colymba 0da8e20923 FIX form ID in css 2013-06-16 16:38:13 +03:00
colymba 3fa751d301 upload is now done by UploadField
UploadField does all the uploading and Image/File object creation.
Record creation and link to gridField relation is done by upload method
2013-06-16 16:35:40 +03:00
Thierry François 290a2460cd Merge pull request #37 from MarcusDalgren/fix-button-alignment
Fix button alignment in firefox
2013-06-16 05:06:56 -07:00
Marcus Dalgren 2e92886e61 Fix button alignment in firefox 2013-06-16 00:34:43 +02:00
colymba 9b4608f3d3 latest SS3.1 branch compatibility 2013-06-02 21:07:00 +03:00
colymba cdbf3708a0 @a2nt non-ajax loading fix for bulkEditing 2013-05-19 20:01:41 +03:00
colymba d6ea450ffc FIX #31 upload/edit forms false submit
prevent individual forms to be submitted and returning errors
2013-05-19 19:55:59 +03:00
Thierry François 8a8279895a Merge pull request #30 from a2nt/patch-5
Non ajax loading
2013-05-07 10:14:14 -07:00
colymba 506cd51dd6 SS compatibility update 2013-05-07 20:07:45 +03:00
colymba 2117765bd0 update requirements 2013-05-07 19:16:59 +03:00
Tony Air 5616e02798 Non ajax loading
This small fix let's user to refresh bulk uploading page.
2013-05-07 23:11:57 +07:00
Tom Densham b0bda93d1d Use populateCMSDataFields to return default DataObject values
I have edited the getRecordHTMLFormFields method to run populateCMSDataFields so that default values set in your DataObject get pulled through.

Let me know if this is submitted to the right branch.
2013-05-07 16:19:17 +02:00
colymba 16b3398459 contributors link update 2013-04-29 19:12:40 +03:00
colymba 3428ee0a46 README update with API change 2013-04-29 19:10:58 +03:00
colymba 7828354788 API GridFieldBulkEditingTools component removed
this isn't needed since the HTML Fragment it was creating isn't used anymore
2013-04-29 19:07:58 +03:00
colymba b46196760b clean up 2013-04-29 19:03:32 +03:00
colymba 5d0b844592 Switch to HTML Classes for Select+Btn
Fixes several issues with multiple GridFields on a page with actions
being applied accross all GridFields
2013-04-29 19:01:32 +03:00
colymba a8e2b2034e doBulkActionButton only affect its own GridField 2013-04-29 18:37:48 +03:00
colymba e4f954583e Select All only select in its own GridField 2013-04-29 18:33:47 +03:00
colymba 004146e96d Update screenshots 2013-04-17 00:07:55 +03:00
colymba 17d52697b1 FIX Edit Ajax URL 2013-04-16 23:58:06 +03:00
colymba 5b79b94496 Move BulkManager commands to header
BulkManager has it's own header and template
2013-04-16 23:38:35 +03:00
colymba 6110d81c94 Add bulkUpload btn template + move to top 2013-04-16 21:33:50 +03:00
colymba 3a3d33ffdc FIX #23 added screenshots 2013-04-16 20:36:15 +03:00
colymba 3bfb464957 readme update with ss compatibility 2013-04-16 20:06:24 +03:00
colymba 1c744fc6bb Readme update 2013-04-04 23:15:21 +03:00
colymba 70af2f81cc SS 3.0 compatibility branch notice 2013-04-04 23:13:38 +03:00
colymba 5bc3d9bdc6 update compatibility to SS >=3.1 2013-04-04 23:06:29 +03:00
colymba 30e6d4bd52 FIX #22 update static variable to private 2013-04-04 22:58:09 +03:00
Thierry François 0f1181e66b Merge pull request #21 from MattyBalaam/patch-1
Update GridFieldBulkImageUpload_Request.php
2013-04-02 12:10:47 -07:00
MattyBalaam 5cbacb40b0 Update GridFieldBulkImageUpload_Request.php
Silverstripe 3.1.0 requires statics to be defined as private

http://doc.silverstripe.org/framework/en/3.1/changelogs/3.1.0
2013-03-28 17:24:22 +00: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 2bfd2a8309 Removed save+finish btn 2013-03-04 11:50:41 +02:00
colymba bc8f2bda59 FIX #3, FIX #11 should work with all RelationList 2013-03-04 11:44:53 +02:00
colymba 7546bd08c0 clean up : removed update+finish btn references 2013-03-04 10:56:03 +02:00
colymba 3d3e50e596 FIX disabled button not working in FF + IE
buttons are just visually disabled via JS for now
2013-03-04 10:54:28 +02:00
Thierry François 8a85918e33 Merge pull request #15 from s-m/image-subclass-fix
FIX: Forgot to include the classname that can be derived from the config
2013-02-03 01:15:33 -08:00
s-m c26fae6aaa FIX: Forgot to include the classname that can be derived from the config-option 'imageFieldName'... 2013-02-02 18:26:48 +01:00
Thierry François 381d6a28ad Merge pull request #13 from s-m/create-callback
NEW: Added a callback before writing the record for the first time
2013-02-02 08:19:17 -08:00