phptal / PHPTAL

PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages
http://phptal.org
GNU Lesser General Public License v2.1
175 stars 43 forks source link

Prevent certain editors from marking PHPTAL as a project containing errors #49

Closed lengthofrope closed 8 years ago

lengthofrope commented 8 years ago

I use NetBeans on a daily basis and use PHPTAL a lot. But NetBeans always shows errors in the projects. I made a little change to one of your tests to prevent these errors.

lengthofrope commented 8 years ago

Curious why Travis failed, seems to be an issue with: PHPTAL_ConfigurationException: Language(s) code(s) "en_GB, en_GB.utf8" not supported by your system

That's not something I did, as I only updated a test which seems to work fine according to Scritinizer.

Potherca commented 8 years ago

Thanks for taking the time to do this. I'll take a look at the Travis build over the weekend to see what the trouble is.

Potherca commented 8 years ago

First off, there seems to be a change in the Travis platform.

This job ran on our new platform for Precise builds. Please read our blog post for more information.

My first guess is that the locales (and/or the keys to identify them with) have changed.

Currently looking into this.

Potherca commented 8 years ago

Found and fixed the problem on Travis in #50. As far as I'm concerned this can be merged.