Search found 13 matches

by erangamapa
Wed May 29, 2013 6:29 pm
Forum: General Development Discussion
Topic: What went wrong
Replies: 10
Views: 15217

Re: What went wrong

Well what I am asking is what did I missed. Weaknesses of my proposals and what went wrong with my approach in contributing to phpBB. Compared to others who got selected. From your answer what I understand is Each and everyone who got selected have been contributing for a long time and phpBB communi...
by erangamapa
Wed May 29, 2013 3:27 am
Forum: General Development Discussion
Topic: What went wrong
Replies: 10
Views: 15217

Re: What went wrong

I expected a specific answer so that I can improve myself. If that is possible, I would like to have it via email.

Anyway thanks Exreaction.
by erangamapa
Tue May 28, 2013 3:19 pm
Forum: General Development Discussion
Topic: What went wrong
Replies: 10
Views: 15217

What went wrong

Hi, I have applied for gsoc with phpBB with two proposals. But I ended up being not getting selected to any of them. I beleve that I have contributed a fairly to phpBB in past few months and proven that I can do it. But I am surprised with the student selection. I want to know what went wrong. Why I...
by erangamapa
Mon Apr 29, 2013 2:15 am
Forum: General Development Discussion
Topic: phpBB Session Backend Abstraction Proposal Draft
Replies: 8
Views: 14687

Re: phpBB Session Backend Abstraction Proposal Draft

That would be a better idea. If I have time I will consider abstracting PHP session as well. If we are going to implement session access across multiple systems, need to pay attention on security(session hijack). On the other hand Back-end for PHP sessions also exist in Symfony under HttpFoundation....
by erangamapa
Wed Apr 24, 2013 12:58 pm
Forum: General Development Discussion
Topic: phpBB Session Backend Abstraction Proposal Draft
Replies: 8
Views: 14687

Re: phpBB Session Backend Abstraction Proposal Draft

asperous, First of all, thanks for considering my proposal and feedback. Then, particular piece of session data will be cached as soon its fetched from the database. Afterwards If it is requested, It will be fetched from the cache instead of database. If its needed to be updated, both cached and per...
by erangamapa
Tue Apr 23, 2013 6:20 pm
Forum: General Development Discussion
Topic: phpBB Session Backend Abstraction Proposal Draft
Replies: 8
Views: 14687

phpBB Session Backend Abstraction Proposal Draft

Need a feedback on this. phpBB Session Backend Abstraction GSoC Project Proposal Current Problem Having a solid, extendible and responsive session interface for a Web Application is vital. Session system in phpBB is used to keep the track of phpBB system status. Two major problems can be identified...
by erangamapa
Sat Apr 20, 2013 7:09 am
Forum: [3.x] Discussion
Topic: Some questions on Session Backend Abstraction
Replies: 2
Views: 5960

Some questions on Session Backend Abstraction

Hi All, I am working on the gsoc proposal for Session Backend Abstraction. I have some questions about scope of this project. I have identified following areas which comes under session which needs changes for this project. Session methods in session.php Methods related to view online users. Most in...
by erangamapa
Wed Mar 20, 2013 12:27 pm
Forum: General Development Discussion
Topic: Exisitng pull request to another branch.
Replies: 2
Views: 4275

Exisitng pull request to another branch.

I have a pull request for a bug in phpbb3 develop. But I need to create a pull request for the same bug for develop-olympus. I can't because one is existing with the same ticket name. When I do changes from branch develop-olympus I can only push to same pull request. Therefore can't create a separat...