-
-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: neos/metadata-extractor
base: 2.0.0
head repository: neos/metadata-extractor
compare: master
Commits on Mar 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5c065b9 - Browse repository at this point
Copy the full SHA 5c065b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a01f28 - Browse repository at this point
Copy the full SHA 7a01f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a927e1e - Browse repository at this point
Copy the full SHA a927e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d58fad - Browse repository at this point
Copy the full SHA 0d58fadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be9374 - Browse repository at this point
Copy the full SHA 5be9374View commit details
Commits on Mar 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 13c024d - Browse repository at this point
Copy the full SHA 13c024dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc1b2e - Browse repository at this point
Copy the full SHA 4cc1b2eView commit details -
Merge pull request #9 from ElementareTeilchen/patch-3
Style fixes, Singletons, Exceptions instead of Checks
Configuration menu - View commit details
-
Copy full SHA for 7c46b7e - Browse repository at this point
Copy the full SHA 7c46b7eView commit details
Commits on Mar 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 406876f - Browse repository at this point
Copy the full SHA 406876fView commit details
Commits on Mar 24, 2017
-
Merge pull request #10 from ElementareTeilchen/patch-3
BUGFIX: Correct variable name
Configuration menu - View commit details
-
Copy full SHA for 783765a - Browse repository at this point
Copy the full SHA 783765aView commit details
Commits on Mar 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a19dfb9 - Browse repository at this point
Copy the full SHA a19dfb9View commit details -
Merge pull request #11 from ElementareTeilchen/patch-1
BUGFIX: require ext-mbstring & use mb_convert_econding instead of utf8_encode
Configuration menu - View commit details
-
Copy full SHA for f7961a6 - Browse repository at this point
Copy the full SHA f7961a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4245f74 - Browse repository at this point
Copy the full SHA 4245f74View commit details
Commits on Sep 28, 2017
-
TASK: Update MetaData on assetUpdate
When an asset is updated, the metadata are also updated.
Configuration menu - View commit details
-
Copy full SHA for 8d80d90 - Browse repository at this point
Copy the full SHA 8d80d90View commit details
Commits on Jan 4, 2018
-
Merge pull request #12 from gerdemann/patch-1
TASK: Update MetaData on assetUpdate
Configuration menu - View commit details
-
Copy full SHA for be80dd0 - Browse repository at this point
Copy the full SHA be80dd0View commit details -
BUGFIX: Persist changes to assets
Changes should be persistet when the command terminates
Configuration menu - View commit details
-
Copy full SHA for 7dda953 - Browse repository at this point
Copy the full SHA 7dda953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad11ff - Browse repository at this point
Copy the full SHA 6ad11ffView commit details -
Merge pull request #14 from neos/revert-12-patch-1
Revert "TASK: Update MetaData on assetUpdate"
Configuration menu - View commit details
-
Copy full SHA for 2778d07 - Browse repository at this point
Copy the full SHA 2778d07View commit details -
Merge pull request #13 from daniellienert/bugfix/persist-changes-to-a…
…ssets BUGFIX: Persist changes to assets
Configuration menu - View commit details
-
Copy full SHA for 66ffd0a - Browse repository at this point
Copy the full SHA 66ffd0aView commit details
Commits on Apr 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d6ae224 - Browse repository at this point
Copy the full SHA d6ae224View commit details
Commits on May 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6c851bc - Browse repository at this point
Copy the full SHA 6c851bcView commit details
Commits on Sep 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0fd6a23 - Browse repository at this point
Copy the full SHA 0fd6a23View commit details
Commits on Sep 11, 2018
-
Merge pull request #15 from daniellienert/task/listen-on-asset-update…
…-signal TASK: Listen on asset updated signal
Configuration menu - View commit details
-
Copy full SHA for 6db6ec9 - Browse repository at this point
Copy the full SHA 6db6ec9View commit details
Commits on Nov 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7807b0d - Browse repository at this point
Copy the full SHA 7807b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d41675 - Browse repository at this point
Copy the full SHA 5d41675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8605a1a - Browse repository at this point
Copy the full SHA 8605a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9069cd4 - Browse repository at this point
Copy the full SHA 9069cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for efbba02 - Browse repository at this point
Copy the full SHA efbba02View commit details -
BUGFIX: Just wait for ConfigurationManager to be available when conne…
…cting signal/slots (#17) * BUGFIX: Just wait for ConfigurationManager to be available when connecting signal/slots
Configuration menu - View commit details
-
Copy full SHA for 1a4f2a9 - Browse repository at this point
Copy the full SHA 1a4f2a9View commit details
Commits on Aug 15, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for ac99429 - Browse repository at this point
Copy the full SHA ac99429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ab671 - Browse repository at this point
Copy the full SHA 88ab671View commit details
Commits on Sep 19, 2019
-
BUGFIX: Fix leading zeros missing in DateConverter (#24)
* fix leading zeros missing in DateConverter * Fix global namespace sprintf
Configuration menu - View commit details
-
Copy full SHA for de1b0b9 - Browse repository at this point
Copy the full SHA de1b0b9View commit details
Commits on Sep 26, 2019
-
BUGFIX: Check for getCopyrightNotice() method before use
On Neos older than 4.2 the `Asset` has no `getCopyrightNotice()`, but since this package claims compatibility, it needs to check before calling it. Fixes #26
Configuration menu - View commit details
-
Copy full SHA for 9159c97 - Browse repository at this point
Copy the full SHA 9159c97View commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 61f3002 - Browse repository at this point
Copy the full SHA 61f3002View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5efecb - Browse repository at this point
Copy the full SHA f5efecbView commit details -
Merge pull request #27 from kdambekalns/bugfix/26-getCopyrightNotice-…
…check BUGFIX: Check for getCopyrightNotice() method before use
Configuration menu - View commit details
-
Copy full SHA for 2e179e7 - Browse repository at this point
Copy the full SHA 2e179e7View commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ca05aff - Browse repository at this point
Copy the full SHA ca05affView commit details
Commits on Oct 31, 2019
-
Merge pull request #29 from ElementareTeilchen/upgrade
Add compatability with Flow 6.0 / Neos 5.0
Configuration menu - View commit details
-
Copy full SHA for d9bc90b - Browse repository at this point
Copy the full SHA d9bc90bView commit details
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0c1444d - Browse repository at this point
Copy the full SHA 0c1444dView commit details
Commits on Apr 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d0bbccc - Browse repository at this point
Copy the full SHA d0bbcccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa6d21 - Browse repository at this point
Copy the full SHA 3aa6d21View commit details
Commits on Apr 22, 2022
-
Merge pull request #31 from kdambekalns/task/flow-neos-8-compatibility
Add compatibility with Flow / Neos 8.0
Configuration menu - View commit details
-
Copy full SHA for 0ac8b43 - Browse repository at this point
Copy the full SHA 0ac8b43View commit details
There are no files selected for viewing