State of Area51

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
User avatar
Jessica.
Registered User
Posts: 144
Joined: Wed Feb 09, 2011 8:17 pm
Location: Pennsylvania, USA
Contact:

Re: State of Area51

Post by Jessica. »

prototech wrote:Ctrl + F5. ;)
Oops. Forgot about that. Such an easy fix. Thanks

User avatar
Mess
Registered User
Posts: 199
Joined: Wed Jun 13, 2012 10:14 am

Re: State of Area51

Post by Mess »

naderman wrote:Updated to fd5bd857e7f49f857c1ededa7e5906c832d8e731.

Also setup Area51 to automatically update from the repository every 5 minutes if there are changes, since we now have a console migrations script which can run them automatically. :)
Would the code for this be shareable? I have been wanting to do something simlar for one of my community forums.
The entire phpBB installation is shared on Github, having it automaticly uploaded to our web server after updates would be very neat. :)

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: State of Area51

Post by nickvergessen »

Mess wrote:Would the code for this be shareable? I have been wanting to do something simlar for one of my community forums.
The entire phpBB installation is shared on Github, having it automaticly uploaded to our web server after updates would be very neat. :)
https://github.com/phpbb/area51/blob/ma ... e_phpbb.sh
Member of the Development-TeamNo Support via PM

User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Re: State of Area51

Post by bantu »

Updates to the area51 and area51-phpbb3 repositories are now posted to the #phpBB-dev channel via the Github IRC Hook. I suspect this topic won't receive as many updates as before because it is much easier to update area51 due to the update script and we will end up updating it more often.

User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Re: State of Area51

Post by bantu »

There are new and shiny API docs available at https://area51.phpbb.com/docs/code/develop-ascraeus/ now, backed by a cronjob keeping them up to date. The coding guidelines (e.g. https://area51.phpbb.com/docs/31x/codin ... lines.html) are now automatically kept up to date too.

User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Re: State of Area51

Post by bantu »


User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: State of Area51

Post by Pony99CA »

Is this the release that messed up the Report and Quote icons?

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Re: State of Area51

Post by bantu »

This board is now using System Cron.

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: State of Area51

Post by Meis2M »

bantu wrote:This board is now using System Cron.
thanks.
what happen now? whats do exactly?

aleha
Registered User
Posts: 143
Joined: Tue Mar 26, 2013 2:19 am

Re: State of Area51

Post by aleha »

Meis2M wrote:
bantu wrote:This board is now using System Cron.
thanks.
what happen now? whats do exactly?
This change possibly has to do with this PR.
Now cron doesn't run on every page load but every 5'. Therefore the same can be done using system cron.

Post Reply