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
Thierry François
878f9b1862
Merge pull request #12 from s-m/cachebuster-fix
...
FIX: The cachebuster now only includes a questionmark, if there is none in the current url
2013-02-02 08:18:46 -08:00
Thierry François
da1ee363b4
Merge pull request #14 from s-m/image-subclass
...
NEW: Subclasses of Image are now instantiated and used
2013-02-02 08:18:16 -08:00
Steffen Maaß
09554b27b4
NEW: Added a callback before writing the record for the first time, allowing the corresponding DataObject to execute code related to the current gridField.
2013-02-02 13:45:52 +01:00
Steffen Maaß
c5228ea024
NEW: Subclasses of Image are now instantiated and used, according to the has_one definition of the corresponding DataObject
2013-02-02 13:42:54 +01:00
Steffen Maaß
71790c52c1
FIX: The cachebuster now only includes a questionmark, if there is none in the current url...
2013-02-02 13:15:09 +01:00
colymba
2cc9a999f9
fix HtmlEditorField changes not being cought
...
also centralise change function for each item edit form
2013-01-25 23:26:43 +02:00
colymba
3d344f4db5
fix package name to lower case
2013-01-19 17:49:13 +02:00
colymba
a62cc8f69d
update vendor/package name
2013-01-19 17:30:09 +02:00
colymba
e6aa3da96b
Added composer.json
2013-01-19 17:25:22 +02:00
colymba
6039f6c42a
FIX #9 check for other url parameters on delete
2013-01-17 23:35:44 +02:00
colymba
67958b4e37
Add ui-state to save and delete buttons
...
Switch buttons between enabled and disabled as necessary
2013-01-17 23:32:54 +02:00
colymba
a0ebac8f7d
Hide that bogus 'save & finish' button
2013-01-17 23:05:46 +02:00
colymba
fa0ace0b55
FIX #9 check for other url parameters
...
appends cachebuster parameter if other GET vars exsit on the url
2013-01-17 23:02:42 +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
colymba
efe4e35c9c
FIX #7 $has_one config is now inherited
...
Fixes bug where no default $has_one field would be found if the relation
is on the parent class
2013-01-09 23:28:55 +02:00
Thierry Francois
beb1d46aa6
Merge pull request #6 from tractorcow/3.0-set-option-failure-fix
...
BUG Error setting options on Null defaults
2012-11-23 00:19:17 -08:00
Damian Mooyman
c623c95111
BUG Extended previous fix to GridFieldBulkManager
2012-11-22 18:17:16 -08: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
834d7466e7
Merge remote-tracking branch 'origin/0.3'
2012-09-06 19:05:49 +03:00
colymba
caae3c3ad3
Readme update
2012-09-06 19:05:16 +03:00
colymba
0f6ae01bb5
Refresh GridField after unlink/delete
2012-09-06 18:36:07 +03:00
colymba
7230602568
Merge branch 'master' of https://github.com/colymba/GridFieldBulkEditingTools
...
Conflicts:
javascript/GridFieldBulkImageUpload.js
2012-09-06 00:01:02 +03:00
colymba
1ba3e0620d
Added BulkManager to readme
2012-09-05 23:40:59 +03:00