We just took ownership so give it some time.RMcGirr83 wrote:PS is that ext.php file I made going to be merged?

We just took ownership so give it some time.RMcGirr83 wrote:PS is that ext.php file I made going to be merged?
Sure do - but there were no errors3Di wrote:Do you have debug enabled?
For reference: viewtopic.php?p=14387501#p14387501DavidIQ wrote:david63 wrote:It means that there was a topic a few days ago where VSE said that extensions should not be downloaded directly from a git repro but from a release!VSE wrote:Poke
Strange, anyway before to file that issue I deeply checked the code (3.1.x) and found what I wrote there. Instead in 3.2.x that class does exists, sort of discrepance?!?david63 wrote:Sure do - but there were no errors3Di wrote:Do you have debug enabled?
https://github.com/phpbb-extensions/php ... /issues/10HiFiKabin wrote:I thought it was just me, but I am not getting anything other than errors.
Fill in the fields, hit submit and ...
Seems we have an issue with this development tool. It is partly coded for 3.1.x and partly coded for 3.2.x. David63 didn't have any errors (other than the twig thingy) because he was installing on 3.2, 3Di had errors because he was installing on 3.1 and, as had been stated, 3.1 doesn't have symfony finder class whereas 3.2 does.3Di wrote:Strange, anyway before to file that issue I deeply checked the code (3.1.x) and found what I wrote there. Instead in 3.2.x that class does exists, sort of discrepance?!?david63 wrote:Sure do - but there were no errors3Di wrote:Do you have debug enabled?
Code: Select all
'require-dev' => array(
'phpbb/epv' => 'dev-master',
You do not have to take that as gospel.RMcGirr83 wrote:I was led to believe, by Paul and/or VSE, that if there are releases they should be packaged and made available. That way users don't have to download the zip, unzip, rename the directory (in this case phpbb-ext-skeleton-3.1.x), upload to the forum, etc.
Code: Select all
'SKELETON_QUESTION_COMPONENT_TRAVIS' => 'Should we add a sample for test execution on Travis CI',
'SKELETON_QUESTION_COMPONENT_TRAVIS_UI' => 'Test execution on Travis CI',
'SKELETON_QUESTION_COMPONENT_TRAVIS_EXPLAIN' => 'default: y; [y/n]',