Search found 298 matches

by Nicofuma
Fri Jan 15, 2016 6:52 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a2 released
Replies: 45
Views: 117787

Re: phpBB 3.2.0-a2 released

For those who the installer stop at 11%, what web server very are you using?
by Nicofuma
Mon Jan 11, 2016 8:10 am
Forum: [3.x] Discussion
Topic: usage of Eval
Replies: 2
Views: 7544

Re: usage of Eval

What must be avoided is eval with uncontrolled data. Otherwise it's fine (it can be replaced by something like Symfony's Expression language sometimes. Maybe we can do that in this case, and tbh, I don't like eval usage but when it is a safe usage I don't really want to replace it just to replace it)
by Nicofuma
Tue Dec 29, 2015 1:28 pm
Forum: General Development Discussion
Topic: Git development branches
Replies: 23
Views: 69500

Re: Git development branches

yes
by Nicofuma
Sun Dec 20, 2015 9:33 pm
Forum: [3.x] Discussion
Topic: phpBB 3.1.7 RC1 released
Replies: 27
Views: 74559

Re: phpBB 3.1.7 RC1 released

There is other config files actually. And anyway you can define the constant in tour config file if you wish. It doesn't matter.
by Nicofuma
Sat Dec 19, 2015 4:09 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a2 released
Replies: 45
Views: 117787

phpBB 3.2.0-a2 released

Release highlights Just a few changes this time, mainly bug fixes and little improvement for the new installer/updater. The packages can be downloaded from our package archive . Please test the packages to extend, so we can have a fail-save final release. Style changes: https://gist.github.com/Nico...
by Nicofuma
Sat Dec 19, 2015 11:15 am
Forum: General Development Discussion
Topic: Enabling to translate "Re:" on others languages
Replies: 15
Views: 48473

Re: Enabling to translate "Re:" on others languages

It can't be split from the title because it is a part a the title (you can edit it)
by Nicofuma
Fri Dec 18, 2015 5:39 pm
Forum: [3.x] Discussion
Topic: Item order in the Customise tab
Replies: 5
Views: 11808

Re: Item order in the Customise tab

I wouldn't. I often forget about it :/
by Nicofuma
Fri Dec 18, 2015 7:14 am
Forum: [3.x] Discussion
Topic: Item order in the Customise tab
Replies: 5
Views: 11808

Re: Item order in the Customise tab

That's because your board isn't a fresh install IIRC. We can't put the ext tab at first when updating because we can't assume the current order (you can change it from the acp)
by Nicofuma
Thu Dec 17, 2015 3:09 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a1 released
Replies: 118
Views: 365143

Re: phpBB 3.2.0-a1 released

@define('PHPBB_ENVIRONMENT', 'development'); i working fine for me... could you remove the try/catch in common.php to see the real error?
by Nicofuma
Thu Dec 17, 2015 2:31 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a1 released
Replies: 118
Views: 365143

Re: phpBB 3.2.0-a1 released

Did you set your environment to development? (@define('PHPBB_ENVIRONMENT', 'development') in your config.php file)