summaryrefslogtreecommitdiffstats
path: root/lib/private/app/infoparser.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-6/+19
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+7
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-7/+18
|
* HHVM: Call libxml_use_internal_errors() instead of surpressing errors.Andreas Fischer2014-12-171-1/+2
| | | | In contrast to the previous solution, this also works on HHVM.
* fix an issue where the types tag holds an empty stringThomas Müller2014-12-041-4/+8
|
* switch to different parsing implementation to get xml attributes properly ↵Thomas Müller2014-12-041-1/+56
| | | | handled
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-041-2/+4
| | | | some more unit tests on xml info parser
* adding default key value pair for 'types'Thomas Müller2014-12-041-0/+3
|
* handle invalid xml fileThomas Müller2014-11-251-7/+18
|
* simplify xml parser codeThomas Müller2014-11-251-47/+28
|
* Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-251-0/+92