Search found 22 matches
- Fri Jun 20, 2014 10:32 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: Drop support for Firebird
- Replies: 12
- Views: 102334
Re: Drop support for Firebird
Definitely +1
- Tue May 28, 2013 7:29 pm
- Forum: [3.x] Discussion
- Topic: PHP in Google App Engine
- Replies: 13
- Views: 29138
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.
- 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: 11416
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.
- Tue May 07, 2013 6:58 am
- Forum: General Development Discussion
- Topic: Git push account - for shared work
- Replies: 6
- Views: 19660
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 ...
- Sat Apr 27, 2013 6:00 am
- Forum: [3.x] Discussion
- Topic: 3.1 feature freeze
- Replies: 4
- Views: 27897
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 ...
- Sun Apr 21, 2013 4:57 pm
- Forum: [3.x] Discussion
- Topic: cannot tell which version one is installing
- Replies: 7
- Views: 14590
Re: cannot tell which version one is installing
Seems very reasonable +1
- Fri Feb 08, 2013 8:04 am
- Forum: General Development Discussion
- Topic: Gsoc 2013
- Replies: 6
- Views: 10428
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 ...
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 ...
- Wed Aug 08, 2012 11:38 am
- Forum: [3.x][Archive] RFCs
- Topic: [GSoC] Search Backend Refactoring
- Replies: 18
- Views: 42201
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 ...
- Sun Jul 08, 2012 8:47 pm
- Forum: [3.x][Archive] RFCs
- Topic: [GSoC] Search Backend Refactoring
- Replies: 18
- Views: 42201
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 ...
Sphinx Documentation ...
- Sun Jul 01, 2012 10:38 am
- Forum: [3.x] Discussion
- Topic: Keep search query when search returns no results
- Replies: 22
- Views: 28036
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