Search found 314 matches

by Senky
Thu Dec 19, 2019 9:49 am
Forum: [3.x] Discussion
Topic: Splitting off part of UCP
Replies: 7
Views: 22821

Re: Splitting off part of UCP

EA117 wrote: Wed Dec 18, 2019 11:05 pm ...
"registration": // no confirmed account exists yet
  • terms
  • privacy
...
This should be on a top level, it needs to be available to everyone everywhere, not just during the registration process. So <root>/terms and <root>/privacy makes the best sense, imo.
by Senky
Mon Apr 01, 2019 4:33 pm
Forum: [4.x] Tickets Discussion
Topic: PHPBB3-15851 One click update
Replies: 24
Views: 162173

Re: PHPBB3-14518 One click update - proposal for 3.3

Not in 3.3 as it is already feature-frozen (I think). But I will do my best to add it to 4.0.
by Senky
Wed Mar 13, 2019 9:32 pm
Forum: [3.x] Discussion
Topic: Getting involved in development
Replies: 11
Views: 42013

Re: Getting involved in development

Tomba wrote: Wed Mar 13, 2019 9:15 pmAlso, seeing that there's no 3.3 branch
We use master branch for 3.3 release.
by Senky
Thu Mar 07, 2019 8:57 am
Forum: [3.x] Discussion
Topic: Getting involved in development
Replies: 11
Views: 42013

Re: Getting involved in development

DavidIQ wrote: Wed Mar 06, 2019 11:02 pm
Tomba wrote: Wed Mar 06, 2019 10:31 pm - First of all, who decides what goes in which branch? I mean, how is a change considered small enough to be able to go into 3.2
Only fixes should go into a released version's branch, in this case 3.2.x.
Plus new events (both php and template).
by Senky
Mon Feb 18, 2019 12:24 pm
Forum: General Development Discussion
Topic: notification method is_available() (possible) bug
Replies: 2
Views: 17284

Re: notification method is_available() (possible) bug

Oh I see that. But the semantics of the code clearly shows that receiver is the subject here. So I created the PR that at least somehow deals with it (by exposing receiver user ID):
https://github.com/phpbb/phpbb/pull/5511
by Senky
Sat Jan 12, 2019 10:09 am
Forum: General Development Discussion
Topic: notification method is_available() (possible) bug
Replies: 2
Views: 17284

notification method is_available() (possible) bug

Hi everyone, I want to discuss usage of is_available() in notification methods. So far there is no method that uses auth class. So everything works normally, but I have added a new method which now looks like this: ... public function is_available() { return $this->auth->acl_get('...'); } ... So I w...
by Senky
Mon Dec 03, 2018 9:25 am
Forum: General Development Discussion
Topic: I want to start contributing
Replies: 5
Views: 22677

Re: I want to start contributing

ReneeDegutis, template events are very easy in fact. Create a new issue in the tracker (it is a necessary evil). Then send a pull request from properly named branch which includes changes in two files: original file you want to add event to /docs/events.md - this file contains a list of all events, ...
by Senky
Sat Dec 01, 2018 10:03 am
Forum: [3.x] Discussion
Topic: About bbcode_bitfield and bbcode_uid
Replies: 1
Views: 11032

Re: About bbcode_bitfield and bbcode_uid

It's not used anymore with new text parser, but it is kept for BC.
by Senky
Wed Oct 31, 2018 5:29 pm
Forum: General Development Discussion
Topic: Moving developement discussion to Discord
Replies: 54
Views: 524642

Re: Moving developement discussion to Discord

Okay I think both services provide pretty much the same except for Discord is for free while Slack isn't if you want to use search and don't want to force users to register. Slack is free for nonprofit with less than 250 members (difficult to influence), otherwise it's 85% discount: https://get.slac...
by Senky
Wed Oct 31, 2018 11:48 am
Forum: General Development Discussion
Topic: Moving developement discussion to Discord
Replies: 54
Views: 524642

Re: Moving developement discussion to Discord

Not just that. You can send code with highlighting, directly upload files and images, see history without effort and search it just as well...