Search found 89 matches
- Sat Feb 06, 2016 9:29 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-b1 released
- Replies: 70
- Views: 193894
Re: phpBB 3.2.0-b1 released
I updated to 3.2-b2 from a2 through a git merge phpbb/prep-release-3.2.0-b1 , how do i update the database only ?
You can merge https://github.com/phpbb/phpbb/pull/4161 .
Ok i'll try that. although it seems weird that this PR wasn't included in beta 1.
sorry that didn't work ...
- Sat Feb 06, 2016 5:40 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-b1 released
- Replies: 70
- Views: 193894
Re: phpBB 3.2.0-b1 released
Ok i'll try that. although it seems weird that this PR wasn't included in beta 1.CHItA wrote: Sat Feb 06, 2016 3:39 pmYou can merge https://github.com/phpbb/phpbb/pull/4161 .sajaki wrote: Sat Feb 06, 2016 1:11 pm I updated to 3.2-b2 from a2 through agit merge phpbb/prep-release-3.2.0-b1
, how do i update the database only ?
- Sat Feb 06, 2016 1:11 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-b1 released
- Replies: 70
- Views: 193894
Re: phpBB 3.2.0-b1 released
I updated to 3.2-b2 from a2 through a
git merge phpbb/prep-release-3.2.0-b1
, how do i update the database only ?- Sun Jan 10, 2016 8:22 pm
- Forum: [3.x] Discussion
- Topic: usage of Eval
- Replies: 2
- Views: 7636
usage of Eval
hi,
I was making an extension and one of my modules failed to load, and stumbled on this code in functions_module.php
// @codingStandardsIgnoreStart
eval('$is_auth = (int) (' . eval($module_auth); . ');');
// @codingStandardsIgnoreEnd
return $is_auth;
Screen Shot 2016-01-10 at 21.20.54 ...
I was making an extension and one of my modules failed to load, and stumbled on this code in functions_module.php
// @codingStandardsIgnoreStart
eval('$is_auth = (int) (' . eval($module_auth); . ');');
// @codingStandardsIgnoreEnd
return $is_auth;
Screen Shot 2016-01-10 at 21.20.54 ...
- Tue Dec 29, 2015 1:08 pm
- Forum: General Development Discussion
- Topic: Git development branches
- Replies: 23
- Views: 71810
Re: Git development branches
hi,
just to confirm, what's the 3.2 branch called ? "Master" ?
just to confirm, what's the 3.2 branch called ? "Master" ?
- Mon Dec 07, 2015 1:22 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-a1 released
- Replies: 118
- Views: 387455
Re: phpBB 3.2.0-a1 released
hi,
i've tested 3.2.a1, latest pull from github.
installation process went smooth
extensions ok too so far (only tested Ultimate points, acme demo, about us, rules extensions)
(edit) upgrading from 3.1.6 to 3.2.0-a1 with the auto update package at https://download.phpbb.com/pub/release/3.2 ...
i've tested 3.2.a1, latest pull from github.
installation process went smooth
extensions ok too so far (only tested Ultimate points, acme demo, about us, rules extensions)
(edit) upgrading from 3.1.6 to 3.2.0-a1 with the auto update package at https://download.phpbb.com/pub/release/3.2 ...
- Tue Jul 22, 2014 10:09 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC] Combine Related functionality (UI Cleanup)
- Replies: 307
- Views: 484405
Re: Combine Related functionality (UI Cleanup)
The active topics link was probably the first thing i click on visiting a 3.0 board. not sure why you think it's clutter. now i have to select it from the popup.
- Mon Jul 14, 2014 11:56 am
- Forum: General Development Discussion
- Topic: phpbb-vagrant
- Replies: 5
- Views: 9530
Re: phpbb-vagrant
great news. what software did you include besides phpbb ? is it like http://laravel.com/docs/homestead ?
- Sun Jul 06, 2014 1:07 pm
- Forum: [3.x] Discussion
- Topic: Why is the avatar function now under a dropdown menu?
- Replies: 10
- Views: 14207
Re: Why is the avatar function now under a dropdown menu?
did the edit avatar "display gallery" button dissapear in 3.1 ? i'm not seeing it here on area51.
- Sun May 11, 2014 11:42 am
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] drag and drop image insertion
- Replies: 18
- Views: 52516
Re: [RFC] drag and drop image insertion
it isn't drag and drop. it's click-> browse -> find it in your OS -> select -> open -> click in post -> click embed. 5 clicks compared to one select/drag.paulus wrote:How is that different with whats currently possible with the attachments?