Skip to content

Releases: novaway/NovawayFileManagementBundle

Fix file path in Twig extension

04 Jul 12:53
Compare
Choose a tag to compare
Merge pull request #81 from jdecool/feature/twig-extension-path

Ensure clean path in Twig extension

Fix path generation

06 Apr 09:47
Compare
Choose a tag to compare
  • Ensure clean path in directory/file manipulation

Provides ability to specify formats for `replaceFile` method in `ImageManagerTrait`

18 Nov 15:28
Compare
Choose a tag to compare
Merge pull request #72 from skwi/format-on-replace

Provides ability to specify formats for `replaceFile` method in `ImageManagerTrait`

ImageManagerTrait enhancements

15 Oct 13:20
Compare
Choose a tag to compare

Added replaceFile method import from FileManagerTrait in ImageManagerTrait
Switched method's imports to protected

Bugfixes

28 May 13:18
Compare
Choose a tag to compare
  • Class directory detection in Traits

Add option to fix image orientation by reading EXIFF data

23 Mar 12:25
Compare
Choose a tag to compare
  • Add option to fix image orientation by reading EXIFF data

Force manager initialization

24 Feb 09:14
Compare
Choose a tag to compare
Merge pull request #56 from jdecool/manager-initialization-detect

Manager initialization detection

Fix avoid entity creation if error on file processing

19 Feb 17:29
Compare
Choose a tag to compare
Merge pull request #54 from jdecool/travis-sf27

Add testing with SF 2.7

Allow custom manager usage

12 Feb 08:54
Compare
Choose a tag to compare

This version uses Traits to enable usage of custom manager without the need of extending the BaseEntityWithFileManager.
Therefore, the bundle is not compatible with PHP 5.3 any longer

Some minor enhancement where also made in the process :

  • Removed type hinting for persistence methods
  • Allow to set custom web_directory path in ImageType
  • Some service configuration cleaning and more explicit exception messages

Bugfixes

09 Jan 09:46
Compare
Choose a tag to compare
  • Create folder if not exist when copy original file
  • Avoid entity creation if error on file processing