Skip to content

Releases: novaway/NovawayFileManagementBundle

Fix file path in Twig extension

Choose a tag to compare

@jdecool jdecool released this 04 Jul 12:53
Merge pull request #81 from jdecool/feature/twig-extension-path

Ensure clean path in Twig extension

Fix path generation

Choose a tag to compare

@jdecool jdecool released this 06 Apr 09:47
  • Ensure clean path in directory/file manipulation

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

Choose a tag to compare

@skwi skwi released this 18 Nov 15:28
Merge pull request #72 from skwi/format-on-replace

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

ImageManagerTrait enhancements

Choose a tag to compare

@delphiki delphiki released this 15 Oct 13:20

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

Bugfixes

Choose a tag to compare

@jdecool jdecool released this 28 May 13:18
  • Class directory detection in Traits

Add option to fix image orientation by reading EXIFF data

Choose a tag to compare

@jdecool jdecool released this 23 Mar 12:25
  • Add option to fix image orientation by reading EXIFF data

Force manager initialization

Choose a tag to compare

@skwi skwi released this 24 Feb 09:14
Merge pull request #56 from jdecool/manager-initialization-detect

Manager initialization detection

Fix avoid entity creation if error on file processing

Choose a tag to compare

@skwi skwi released this 19 Feb 17:29
Merge pull request #54 from jdecool/travis-sf27

Add testing with SF 2.7

Allow custom manager usage

Choose a tag to compare

@skwi skwi released this 12 Feb 08:54

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

Choose a tag to compare

@skwi skwi released this 09 Jan 09:46
  • Create folder if not exist when copy original file
  • Avoid entity creation if error on file processing