- Sep 21, 2015
-
-
Thierry François authored
API lack of phing is now a warning not an error
-
Damian Mooyman authored
-
- Sep 01, 2015
-
-
Thierry François authored
Fixed problem with BulkEditingTools and Tabs in IE
-
- Aug 27, 2015
-
-
Peter Schiffer authored
When GridFieldBulkEditingTools are used on GridField within Form Tab, Internet Explorer (11) has problems switching to another Form Tab. In this case, clicking on different tab has no effect, one must at first click somewhere else on the page, and only after that it's possible to change the tab. While debugging, I found out that the reason of this behavior is cloning, moving and removing of the tr with the bulk manager options. Without cloning and removing, and moving the tr with filter header or sortable header instead of tr with bulk manager options, switching tabs works fine even in the IE 11.
-
- Mar 16, 2015
-
-
Thierry François authored
Fix for undefined variable
-
- Feb 20, 2015
-
-
Jonathon Menz authored
$editingCount was not defined in doSave() resulting in a *[Notice] Undefined variable: editingCount*
-
- Nov 21, 2014
-
-
Thierry François authored
-
- Nov 03, 2014
-
-
Thierry François authored
BUG: $dataFields needs to be indexed by the field name
-
- Nov 02, 2014
-
-
Simon Welsh authored
-
- Oct 11, 2014
-
-
Thierry François authored
-
Thierry François authored
Update README.md
-
Phill Price authored
Different module in the composer instructions to this one!
-
- Oct 01, 2014
-
-
Thierry François authored
-
- Sep 15, 2014
-
-
Thierry François authored
-
Thierry François authored
Fix broken en.yml file
-
Damian Mooyman authored
-
Thierry François authored
-
Thierry François authored
Bulk editing now use the normal Form submission system and handles all field type, including ajax dependent
-
- Sep 07, 2014
-
-
Thierry François authored
-
- Sep 06, 2014
-
-
Thierry François authored
-
Thierry François authored
-
Thierry François authored
-
Thierry François authored
Exposes `setUfConfig`, `setUfSetup` and `setUfValidatorSetup` on the component
-
- Sep 05, 2014
-
-
Thierry François authored
Set Content-Type to 'application/json' for wildcard HTTP_ACCEPT
-
Corey Sewell authored
The Content-Type HTTP header should be set to application/json if HTTP_ACCEPT has application/json or is */*
-
- Aug 29, 2014
-
-
Thierry François authored
-
- Aug 09, 2014
-
-
Thierry François authored
Improve legibility
-
James Cocker authored
-
- Jul 24, 2014
-
-
Thierry François authored
ENHANCEMENT: Use File->Title to set default Title
-
Tom Densham authored
Use `$uploadedFile->Title` when setting the records default Title as it gives a much nicer output than `basename($uploadedFile->getFilename())`
-
- Jul 10, 2014
-
-
Thierry François authored
-
- Jun 17, 2014
-
-
Thierry François authored
NEW: Allow setting of canAttachExisting and canPreviewFolder
-
James Cocker authored
#62 Squashed
-
- May 28, 2014
-
-
Thierry François authored
DOCS remove param $editableFields from PHPDoc
-
Christopher Darling authored
parameter no longer exists
-
- May 27, 2014
-
-
colymba authored
Avoids the UploadField to auto loading configurations from the page it is inserted in.
-
- May 26, 2014
-
-
colymba authored
-
- May 23, 2014
-
-
Thierry François authored
display edit all only when the action is enabled.
-
Thierry François authored
FIX EditHandler Update function filters locale requestVar
-
daniquilez authored
in BulkUpload when using a BulkManager we should only display edit all possibility when we have it defined in our actions of BulkManager.
-