Gsoc 2013

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
erangamapa
Registered User
Posts: 13
Joined: Fri Feb 08, 2013 3:07 am

Gsoc 2013

Post by erangamapa »

Hi
I am Eranga, a Computer Science and Engineering undergraduate from University of Moratuwa.
I have involved in developments with php and have passion for it.
I am interested in contributing to phpBB and participating for gsoc with phpBB.
Where can I start?

dhruv.goel92
Registered User
Posts: 22
Joined: Sun Mar 18, 2012 9:30 pm

Re: Gsoc 2013

Post by dhruv.goel92 »

Hi,
There is no official announcement for GSoC '13 yet. For contributing to phpBB you can clone the phpBB repository (https://wiki.phpbb.com/Git), take a look at the bug tracker (http://tracker.phpbb.com/) and start fixing some bugs. This will give you some insight into the code base and get you started. If you come across any problems please feel free to post them here on the board or discuss them on IRC (#phpBB-dev).
Thanks,

erangamapa
Registered User
Posts: 13
Joined: Fri Feb 08, 2013 3:07 am

Re: Gsoc 2013

Post by erangamapa »

Thanks dhruv
I need to know how can I submit a patch for a bug fix and get someone to review it ???

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: Gsoc 2013

Post by EXreaction »

Fork the phpBB repository at github: https://github.com/phpbb/phpbb3

Create a branch for the bugfix and submit a PR against the phpBB repository.

You should check out the wiki article as it explains some procedures you'll want to follow and guidelines that must be met before it can be merged (which are easy to do as you work on it, but harder if you have to do it later). https://wiki.phpbb.com/Git

User avatar
imkingdavid
Registered User
Posts: 1050
Joined: Thu Jul 30, 2009 12:06 pm

Re: Gsoc 2013

Post by imkingdavid »

Also, keep in mind that if you have any questions while you're making your patch, you can ask in the #phpbb-dev channel on the freenode IRC server. If you don't have an IRC client, it's pretty easy to connect on http://webchat.freenode.net.
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.

erangamapa
Registered User
Posts: 13
Joined: Fri Feb 08, 2013 3:07 am

Re: Gsoc 2013

Post by erangamapa »

Thanks

I added following pull requests for bug fixes.
https://github.com/phpbb/phpbb3/pull/1229
https://github.com/phpbb/phpbb3/pull/1230
But I couldn't change bug status in bug tracker as I don have an account in bug tracker.
How can I obtain a one?

User avatar
imkingdavid
Registered User
Posts: 1050
Joined: Thu Jul 30, 2009 12:06 pm

Re: Gsoc 2013

Post by imkingdavid »

Th bug tracker account is tied to your phpbb.com forum account so you should be able to login using those credentials.
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.

Post Reply