Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 2.8 KB

File metadata and controls

66 lines (51 loc) · 2.8 KB

ChangeLog

0.1.3 (06.02.2014)

  • Added Symfony 2.4 Travis build, updated dependencies <Rafał Wrzeszcz>.
  • Migrated project to PSR4 autoloader <Rafał Wrzeszcz>.
  • File MIME type detection and listing <Rafał Wrzeszcz>.
  • [#20] Custom action handlers <Rafał Wrzeszcz>.
  • [fixes #20] Documentation for pluggable file actions handlers <Rafał Wrzeszcz>.
  • [fixes #22] Simple text editor action handler <Rafał Wrzeszcz>.
  • Code refactoring to avoid some code duplication <Rafał Wrzeszcz>.
  • Simple image viewer <Rafał Wrzeszcz>.

0.1.2 (25.08.2013)

  • [fixes #27] Included instructions for dependencies in installation notes <Rafał Wrzeszcz>.
  • SonataAdminBundle integration block <Rafał Wrzeszcz>.
  • Removed support for Symfony 2.1 <Rafał Wrzeszcz>.

0.1.1 (27.06.2013)

  • Fixed XHTML <Rafał Wrzeszcz>.
  • Updated dependencies definitions to allow Symfony 2.3 (and any further version until Symfony 3.0) <Rafał Wrzeszcz>.
  • Taking request object through parameter instead of DI <Rafał Wrzeszcz>.
  • Updated GitHub pages references <Rafał Wrzeszcz>.
  • [fixes #26] Dropped ConfigEngine and rely on ChillDevProxyTemplatingBundle-compatible default engine <Rafał Wrzeszcz>.

0.1.0 (27.03.2013)

  • Updated dependencies to support Symfony 2.2 <Rafał Wrzeszcz>.

0.0.3 (11.03.2013)

  • [#4] Used SPL classes for file I/O and dropped adapter abstraction <Rafał Wrzeszcz>.
  • [#7] Removing directories recursively with Symfony\Component\Filesystem <Rafał Wrzeszcz>.
  • [#8] Files uploading <Rafał Wrzeszcz>.
  • [#12] File renaming <Rafał Wrzeszcz>.
  • [#15] Directory view sorting <Rafał Wrzeszcz>.
  • [#11] Files moving <Rafał Wrzeszcz>. <Rafał Wrzeszcz>.
  • [#9] Files copying <Rafał Wrzeszcz>.
  • Controllers refactoring that reduced duplicated code <Rafał Wrzeszcz>.
  • Fixed non-ASCII filenames downloading <Rafał Wrzeszcz>.
  • [#6] Confirmation on delete action <Rafał Wrzeszcz>.

0.0.2 (01.02.2013)

  • Refactored tests to use PHPUnit mocks <Rafał Wrzeszcz>.
  • Minimized Composer output in Travis <Rafał Wrzeszcz>.
  • [#1] Filesize helper <Rafał Wrzeszcz>.
  • Path resolving method utility <Rafał Wrzeszcz>.
  • [#3] File storage abstraction <Rafał Wrzeszcz>.
  • [#23] Used vfsStream for tests <Rafał Wrzeszcz>.

0.0.1 (25.12.2012)

  • Initial release <Rafał Wrzeszcz>.