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

Added a new "Development" language that shows the raw translation IDs #7156

Merged
merged 1 commit into from Feb 9, 2015

Conversation

mnapoli
Copy link
Contributor

@mnapoli mnapoli commented Feb 9, 2015

Fixes #7094

This language is shown when development mode is enabled.

@mnapoli mnapoli added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Feb 9, 2015
@@ -88,7 +88,7 @@ function prepareServerVariables()

// General requirement checks & help: a webserver must be running for tests to work if not running UnitTests!
if (empty($_SERVER['argv']) || !in_array('UnitTests', $_SERVER['argv'])) {
checkPiwikSetupForTests();
// checkPiwikSetupForTests();
Copy link
Member

Choose a reason for hiding this comment

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

little error here - btw maybe we have a problem with this function if you need to comment it?

@mattab
Copy link
Member

mattab commented Feb 9, 2015

Left some feedback, looks good to me and nice use of DI!

@mattab mattab added this to the Piwik 2.11.0 milestone Feb 9, 2015
@mattab mattab added the Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review. label Feb 9, 2015
@mnapoli
Copy link
Contributor Author

mnapoli commented Feb 9, 2015

PR updated with feedback.

…on id

This language is shown when development mode is enabled.
mattab pushed a commit that referenced this pull request Feb 9, 2015
Added a new "Development" language that shows the raw translation IDs
@mattab mattab merged commit 36d8759 into master Feb 9, 2015
@mattab
Copy link
Member

mattab commented Feb 9, 2015

👍

@mnapoli mnapoli deleted the translation-id-language branch February 10, 2015 00:19
@mattab mattab added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Feb 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants