Search found 737 matches

by nickvergessen
Sun Feb 08, 2015 4:46 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] RFC process/management
Replies: 21
Views: 71008

Re: [RFC] RFC process/management

I think we should narrow it down to: Idea -> Ticket -> Pull Request

Ideas: idea pops up, users rate it, bikesheeding can be down by the main-audiance
Ticket: ideas discussion is summed up, details about implementations are discussed
PR: final discussion of implementation

Area51 would still be ...
by nickvergessen
Sat Feb 07, 2015 1:31 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Documentation System and Requirements
Replies: 13
Views: 50360

Re: [RFC] Documentation System and Requirements

... it also means that arduous and unnecessary core development processes must be followed for documentation development (Commit messages, unable to use the github flow, topic branch naming requirements etc.)
We could also lessen that for doc-only PRs

I would support having two repositories and ...
by nickvergessen
Sat Feb 07, 2015 1:01 am
Forum: [3.x] Discussion
Topic: Updater can't locate admin directory when changed
Replies: 4
Views: 4606

Re: Updater can't locate admin directory when changed

Can you add a bug report please?
by nickvergessen
Mon Feb 02, 2015 2:44 pm
Forum: [3.x] Discussion
Topic: Releasing 3.1.3
Replies: 32
Views: 69230

Re: Releasing 3.1.3

See first post
by nickvergessen
Sat Jan 31, 2015 1:15 am
Forum: [3.x] Discussion
Topic: phpBB 3.1.3 RC2 released
Replies: 0
Views: 14873

phpBB 3.1.3 RC2 released

Release highlights

Security and Hardening
Hardening of imagick path - Existence of the path to the imagick program specified in the Administration Control Panel is now verified.
New Features
Events - More events have been added to the template and the php core
Support for IDN (IRI) Urls ...
by nickvergessen
Mon Jan 26, 2015 9:29 pm
Forum: [3.x] Discussion
Topic: Releasing 3.1.3
Replies: 32
Views: 69230

Re: Releasing 3.1.3

3.1.3-RC1 has been released:
https://area51.phpbb.com/downloads/

Please test the packages, so we can have a nice 3.1.3 Release :geek:
by nickvergessen
Wed Jan 21, 2015 10:56 pm
Forum: [3.x] Discussion
Topic: Releasing 3.1.3
Replies: 32
Views: 69230

Re: Releasing 3.1.3

We will start with the RC once 3.0 has been released, to avoid troubles with the merging of 3.0 into 3.1
by nickvergessen
Sun Jan 11, 2015 8:38 pm
Forum: [3.x] Discussion
Topic: Language pack version checker
Replies: 2
Views: 4379

Re: Language pack version checker

We are working on composer.json for translations for 3.2, that would to make it possible.
by nickvergessen
Sun Jan 11, 2015 10:22 am
Forum: [3.x] Discussion
Topic: Releasing 3.1.3
Replies: 32
Views: 69230

Re: Releasing 3.1.3

As you might have noticed, real life happened once again.
However, 3.1.3-RC1 is close to being finished and will be wrapped in the next couple of days:
https://github.com/phpbb/phpbb/milestones/3.1.3
by nickvergessen
Sun Dec 14, 2014 9:39 pm
Forum: [3.x] Discussion
Topic: Allowing Extensions to Modify Any Database Query
Replies: 8
Views: 11900

Re: Allowing Extensions to Modify Any Database Query

BondGamer wrote:What if every database query had a unique identity number attached to it?
That is somewhat impossible. What if 2 Pull Requests add queries, they create a conflict and one needs to be rebased.
Also the idea of having a map for the queries somewhere is somewhat scary