Thierry François
c4ae2fdab2
Reset bulk uploader css
2018-02-27 15:08:39 +02:00
Thierry François
ce6b703240
No more clear error btn
2018-02-27 14:43:29 +02:00
Thierry François
c1c0826718
This is a Handler not a Request
...
BulkUploadRequest is now BulkUploadHandler as it should
2018-02-27 14:38:24 +02:00
Thierry François
b081d68b92
FIX Manager dropdown layout glitches ✨
2018-02-27 14:29:03 +02:00
Thierry François
2c40a16198
Pretty bulk manager
2018-02-27 13:49:51 +02:00
Ralph Slooten
c5d467ba8f
Fix template CamelCase ( #167 )
2018-02-27 12:31:39 +02:00
Robbie Averill
0c9b696b8d
Make BulkManager injectable, add getBulkActions(), fix typos ( #163 )
...
* NEW Make BulkManager injectable, add getBulkActions() and fix some typos
* update doc block returns
2018-02-26 09:47:40 +01:00
Thierry François
8bf9b620b0
Merge branch '3.0'
2018-02-24 12:07:57 +02:00
Thierry François
aa9bf472c6
API remove cancel and edit upload buttons
...
API remove cancel and edit btns
2018-02-22 10:15:42 +02:00
Thierry François
efb89e5b64
Remove old deprecation
2018-02-18 17:23:44 +02:00
Thierry François
569350ca66
FIX namespaced templates
...
put templates in their respective folders and call with full namespace
2018-02-12 16:04:09 +02:00
Thierry François
1b450a5455
Readme update for bulk manager
2018-02-12 15:32:28 +02:00
Thierry François
5711998ef2
API bulk action config is now on the handler itself
...
simplyfies bulk action management and config
2018-02-12 15:11:49 +02:00
Thierry François
1b3585e51e
Update requirements
2018-02-05 16:28:09 +02:00
Thierry François
0ed46ea036
Move js lang file src
2018-02-05 16:10:20 +02:00
Thierry François
72aecb7f8f
Expose client folders
2018-02-05 16:08:42 +02:00
Thierry François
825abc77a8
update autoloader path
2018-02-05 15:59:11 +02:00
Thierry François
84ea89017b
Update license to BSD 3-clause
...
Update license
2018-02-01 13:41:15 +02:00
Thierry François
586d71a419
Webpack script to pusblish fron-end files
2018-02-01 09:39:53 +02:00
Thierry François
9ba6465faa
Update folders and files structure
2018-02-01 09:39:12 +02:00
Thierry François
52e9e06703
add osx files to gitignore
2018-02-01 09:37:59 +02:00
Thierry François
05f93e098d
update composer to silverstripe-vendormodule
2017-12-21 13:39:45 +02:00
Robbie Averill
742fa6d292
FIX Remove padding to fix checkbox alignment in bulk management ( #159 )
2017-12-14 09:22:14 +02:00
Robbie Averill
d6b816cb7f
FIX Remove references to Object class and use Injector instead ( #156 )
2017-12-13 11:35:09 +02:00
Ralph Slooten
cbf32c478c
Re-enable ufSetup ( #155 )
2017-12-12 09:30:15 +02:00
Philipp Staender
fc86512ec9
Remove DataModel and Object to work with SS4 ( #148 )
2017-08-03 12:12:21 +03:00
Philipp Staender
5d8a1c3abd
Removed obsolete Config::INHERITED
constant for SS4 ( #140 )
...
inherited behaviour is now default in SS4
2017-05-28 20:58:12 +03:00
Robbie Averill
182109d890
FIX Version constraint for asset-admin ( #138 )
...
silverstripe/asset-admin doesn't share the same major versions as the framework, cms etc - it's in 1.0.0 alpha at the moment
2017-01-27 01:17:27 +02:00
colymba
e35e62adda
Basic BulkUploader support for SS4
2017-01-25 14:30:24 +02:00
Robbie Averill
7221897f27
Enhancement: SilverStripe 4 compatibility ( #137 )
...
* Basic SS4 compat: Implemented namespacing, updated some Image manipulations, readmes, composer configuration
* Add bootstrap form styles to the bulk manager
* API Rename classes to be less confusing with the namespaces
2017-01-25 14:27:11 +02:00
colymba
0e6f2e6efb
Updated translations
2016-11-16 10:47:05 +02:00
Bram de Leeuw
caed3813ee
Add the whole record to the has_many realtion ( #131 )
...
* Add the whole record to the has_many realtion
* Removed unnecessary record->write calls
2016-10-26 11:51:31 +03:00
Thierry François
8c0598a9ba
Merge pull request #130 from lekoala/master
...
Fix typo in handler name
2016-04-27 11:51:12 +03:00
Thomas Portelange
9b5a452d01
Fix typo in handler name ( #1 )
...
Invalid case prevents the config from being properly retrieved
2016-04-26 20:55:19 +02:00
Thierry François
29482dbd17
Handle UploadField sub request properly Fix #125 , Fix #124
...
BulkUploadField Extends UploadField so handlers link properly through
the GridField
2016-04-11 22:31:21 +03:00
Thierry François
825b989ad6
Merge pull request #123 from CrashyBang/patch-1
...
Fix i18n Textcollector Task if phing not installed
2016-02-19 13:52:17 +02:00
Otis Wright
df71f1ffbf
Fix i18n Textcollector Task if phing not installed
2016-02-18 11:19:53 +13:00
Thierry François
9c5a2c2b5d
Merge pull request #121 from helpfulrobot/add-standard-scrutinizer-config
...
Added standard Scrutinizer config
2016-02-17 09:13:48 +02:00
helpfulrobot
9bceb9077f
Added standard Scrutinizer config
2016-02-17 04:23:39 +13:00
Thierry François
f586f812be
Merge pull request #120 from gordonbanderson/issue94
...
Fix for 'From files' Button
2016-02-08 10:20:05 +02:00
Gordon Anderson
22307f6b8f
FIX: Suggested fix, which works, from https://github.com/colymba/GridFieldBulkEditingTools/pull/94 - this allows the 'From Files' widget to work as expected
2016-02-06 17:09:33 +07:00
helpfulrobot
c2e2a700e5
Added standard .gitattributes file
2016-01-18 18:14:33 +02:00
Thierry François
f924e7d503
FIX lost commit
2016-01-18 18:14:04 +02:00
Thierry François
af7524efd1
NEW Override automatic DataObject class
...
Specify which class to use when creating the DataObject that contains
the image.
2016-01-18 18:13:28 +02:00
Thierry François
ef0f9fbcb8
Merge pull request #114 from spekulatius/moving-to-PSR-2
...
Converting to PSR-2
2015-12-21 09:36:00 +01:00
Thierry François
8dcb570f54
Merge pull request #115 from helpfulrobot/add-standard-editorconfig-file
...
Added standard .editorconfig file
2015-12-17 00:19:55 +02:00
helpfulrobot
baf52587c6
Added standard .editorconfig file
2015-12-17 10:05:59 +13:00
Peter Thaleikis
bbc0215635
Converting to PSR-2
2015-12-16 01:08:57 +13:00
Thierry François
7e98d488e5
Merge pull request #113 from christopherdarling/patch-2
...
replaced of deprecated function key_exists with array_key_exists
2015-12-07 18:01:59 +02:00
Christopher Darling
1730461da0
key_exists deprecated use array_key_exists
...
key_exists deprecated use array_key_exists
2015-12-07 13:39:01 +00:00