Merge pull request #9 from coding46/patch-1
Merge pull request #9 from coding46/patch-1
[BUGFIX] Change wrong brace expressions in .editorconfig
xf-
2014-11-08
[BUGFIX] Change wrong brace expressions in .editorconfig
[BUGFIX] Change wrong brace expressions in .editorconfig
coding46
2014-11-08
Merge pull request #7 from coding46/patch-1
Merge pull request #7 from coding46/patch-1
[TASK] Add .editorconfig
xf-
2014-11-06
[TASK] Add .editorconfig
[TASK] Add .editorconfig
coding46
2014-11-06
[TASK] Refactor proxy generation and white/black-list
[TASK] Refactor proxy generation and white/black-list
NamelessCoder
2014-09-14
[TASK] Add composer file and update build files
[TASK] Add composer file and update build files
NamelessCoder
2014-09-14
[DOC] Fix an incorrect package annotation
[DOC] Fix an incorrect package annotation
NamelessCoder
2014-09-14
Merge pull request #5 from xf-/travisPhp56
Merge pull request #5 from xf-/travisPhp56
[TASK] Test for PHP 5.6 for LTS (master) with travis
NamelessCoder
2014-06-09
[TASK] Test for PHP 5.6 for LTS (master) with travis
[TASK] Test for PHP 5.6 for LTS (master) with travis
Moved 5.5 to all builds because TYPO3 supports officially PHP 5.5 in TYPO3 6.0
xf-
2014-06-08
[TASK] Fix failing test
[TASK] Fix failing test
NamelessCoder
2014-04-18
[TASK] Restore build script
[TASK] Restore build script
NamelessCoder
2014-04-18
[TASK] Add license file
[TASK] Add license file
NamelessCoder
2014-04-18
[TASK] Cast all data returns to array
[TASK] Cast all data returns to array
NamelessCoder
2014-04-04
[TASK] Use an UnknownLanguageFile for unwritable formats
[TASK] Use an UnknownLanguageFile for unwritable formats
Fixes: #2
NamelessCoder
2014-02-07
[TASK] Update copyright year
[TASK] Update copyright year
NamelessCoder
2014-02-07
[TASK] Add phpunit.xml configuration
[TASK] Add phpunit.xml configuration
NamelessCoder
2014-02-03
[TASK] Add build script
[TASK] Add build script
NamelessCoder
2014-02-02
[BUGFIX] Proper skipping of core LLL files
[BUGFIX] Proper skipping of core LLL files
Also implemented is a truncation of the __destruct method body.
NamelessCoder
2014-01-05
[TASK] Switch from Parser registration to Factory replacement
[TASK] Switch from Parser registration to Factory replacement
This solves a couple of issues mainly connected to the fact that Parsers are incapable of receiving the **reference** to a file; it will always receive the **absolute path**. The choice was between reverse engineering the reference from an absolute path - or this, which at the same time cut down the number of classes.
NamelessCoder
2014-01-04
[DOC] Note about caching in README
[DOC] Note about caching in README
NamelessCoder
2014-01-03