Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcting some errors for core package creation #94

Merged
merged 5 commits into from
Jun 5, 2014

Conversation

infograf768
Copy link
Contributor

This saves all fields in the package xml, and lets create a core-compliant language pack.

It is not a final approach to the general packages creation where one should have the choice between a 3pd extension lang (or langs) file type pack and core.
(See http://docs.joomla.org/J2.5:Making_non-core_language_packs )
Also, for core packs, translator should have the choice to include css, js (in media) for example

Even with this patch we still have some issues for core packs as not all ini files are included (tpl, and also some files for no apparent reason: mod_version, mod_multilangstatus, main ini file.

@@ -65,6 +65,8 @@ protected function getInput()
$packages = LocaliseHelper::getPackages();
$packages_options = array();

/** We took off the packages icons (due to bootstrap implementation)
* This may need review
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For code that needs future review I would recommend to add a Todo statement:

* @Todo: this may need review

Because the todo statemets are indexed by the IDEs:
1

And we can find them easily later:

2

@infograf768
Copy link
Contributor Author

added

javigomez added a commit that referenced this pull request Jun 5, 2014
Correcting some errors for core package creation
@javigomez javigomez merged commit 48433c2 into joomla-projects:develop Jun 5, 2014
@infograf768 infograf768 deleted the package branch June 23, 2014 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants