Search found 22 matches

by dhruv.goel92
Fri Jun 20, 2014 10:32 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: Drop support for Firebird
Replies: 12
Views: 97309

Re: Drop support for Firebird

Definitely +1
by dhruv.goel92
Tue May 28, 2013 7:29 pm
Forum: [3.x] Discussion
Topic: PHP in Google App Engine
Replies: 13
Views: 28551

Re: PHP in Google App Engine

phpBB should be able to run fine on Google Cloud SQL (https://developers.google.com/appengine ... pers-guide), from what I see it is just a MySQL DB hosted on google. But yes phpbb definitely needs to be tested on appspot.
by dhruv.goel92
Tue May 07, 2013 7:08 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Reload notification info via ajax onclick and update current page
Replies: 6
Views: 11254

Re: [RFC] Reload notification info via ajax onclick and update current page

Although I would prefer doing it using long polling, updating it when one opens the notification list seems to be a reasonable solution which will work without much overheads.
by dhruv.goel92
Tue May 07, 2013 6:58 am
Forum: General Development Discussion
Topic: Git push account - for shared work
Replies: 6
Views: 18950

Re: Git push account - for shared work

Therefore, I created a p-push organization (https://github.com/p-push). I will add anyone requesting access to the phpbb team. From then on, you can create branches under p-push instead of, or in addition to, creating branches in your own repository, and send pull requests from p-push's repository....
by dhruv.goel92
Sat Apr 27, 2013 6:00 am
Forum: [3.x] Discussion
Topic: 3.1 feature freeze
Replies: 4
Views: 27162

Re: 3.1 feature freeze

3.1 feature freeze will last until 3.1 final is released. At that time minor features will be again accepted into 3.1, with major features going into 3.2. Sounds good. We will obviously have to branch off develop-ascraeus, though I will be fine with delaying it until a new feature is ready to be me...
by dhruv.goel92
Sun Apr 21, 2013 4:57 pm
Forum: [3.x] Discussion
Topic: cannot tell which version one is installing
Replies: 7
Views: 14421

Re: cannot tell which version one is installing

Seems very reasonable +1
by dhruv.goel92
Fri Feb 08, 2013 8:04 am
Forum: General Development Discussion
Topic: Gsoc 2013
Replies: 6
Views: 10325

Re: Gsoc 2013

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 sta...
by dhruv.goel92
Wed Aug 08, 2012 11:38 am
Forum: [3.x][Archive] RFCs
Topic: [GSoC] Search Backend Refactoring
Replies: 18
Views: 41491

Re: [GSoC] Search Backend Refactoring

So PostgreSQL fulltext search and sphinx search have already been integrated. Sphinx error reporting has been improved with proper logging and error display in case search fails. I am working on improving postgresql fulltext search as it mis-behaves on -foo treating it like foo. Access specifiers wi...
by dhruv.goel92
Sun Jul 08, 2012 8:47 pm
Forum: [3.x][Archive] RFCs
Topic: [GSoC] Search Backend Refactoring
Replies: 18
Views: 41491

Re: [GSoC] Search Backend Refactoring

When Autoconf starts the sphinx search server [ http://sphinxsearch.com/forum/view.html?id=2967 ] this issue is encountered. A possible solution is tell PHP not to wait for the output from exec( ) or maybe create a new process in the background. Or can we just skip the autconf? Sphinx Documentation ...
by dhruv.goel92
Sun Jul 01, 2012 10:38 am
Forum: [3.x] Discussion
Topic: Keep search query when search returns no results
Replies: 22
Views: 27793

Re: Keep search query when search returns no results

This is how i have done as of now - https://github.com/phpbb/phpbb3/pull/864 It can be modified to do redirection as well