User tests: Successful: Unsuccessful:
This PR allow JInstaller::parseXMLInstallFile to also parse the metadata section in xml files (ex: xml language files).
Code review.
print_r(JInstaller::parseXMLInstallFile(JPATH_SITE . '/language/en-GB/install.xml'));
install.xml
file: [...]
</files>
<metadata>
<name>English (en-GB)</name>
<tag>en-GB</tag>
<rtl>0</rtl>
<locale>en_GB.utf8, en_GB.UTF-8, en_GB, eng_GB, en, english, english-uk, uk, gbr, britain, england, great britain, uk, united kingdom, united-kingdom</locale>
<firstDay>0</firstDay>
<weekEnd>0,6</weekEnd>
</metadata>
<params />
</extension>
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
i'm not sure. But the code gives me the same with and without the patch and anytime without the metadata? I'm confused but maybe i miss something?
I have tested this item
works. it was a wrong setup problem here ;) Thanks
This PR needs a new owner or it will have to be closed as abandoned.
Status | Pending | ⇒ | Information Required |
Labels |
Added:
?
|
If this PR get no Response, it will be closed at 23th July 2017.
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-23 08:24:34 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/12081
closed as stated above.
just one smal one ;)