CMS Made Simple is Looking for PHP Developers

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
Post Reply
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

CMS Made Simple is Looking for PHP Developers

Post by Ted »

Reposted from: http://www.cmsmadesimple.org/2010/08/05/CMSMS-is-looking-for-PHP-developers/
With 2.0's upcoming alpha release coming very soon, we're looking for a few more PHP coders to add to the ranks of our motley crew of developers to help to push it along a little faster.  Do you have the PHP5, OO and MySQL skills to join us?  We sure hope so.  Sound interesting?  Read on.

Times have changed.  Before, when we wanted to pull a new developer in, we had to either have them send patches, or give them commit access to the main repository.  With the latter, if they screwed up too badly, we were stuck trying to fix the problem (or living with bad code).  However, 2.0 is taking a friendlier approach to new developers.

Development of 2.0 is using Git source code management and taking place on Github.  Why change things?  Because this gives us the ability to "try out" developers without having any issues or even real management.  The idea is simple: If you're interesting in working on 2.0, you can create an account on GitHub and fork the repository.  You can hack away as much as you want.  When you're finished and want me to look at it, you can just do a pull request.  Then, I can review the patch, decide if it's ok (or needs some work) and merge it into the main repository if it's ready.  If you decide that it's not for you, you can just remove your fork and I'll never be the wiser.

Developers that consistently give us some great code will be considered for the dev team going forward, so give us your best work.

If you're interested and want something to work on, either talk to me (Ted) in the irc channel (#cms on freenode) or send me a message through GitHub. I look forward to hearing from you.

Resources:
Git Home Page: http://git-scm.com
Pro Git Book (how to use git): http://progit.org/book/
TortoiseGit (for windows): http://code.google.com/p/tortoisegit/
CMSMS Repository: http://github.com/cmsmadesimple/cmsmadesimple-2-0
CMSMS on GitHub: http://github.com/cmsmadesimple
Me on GitHub: http://github.com/tedkulp
hlf

Re: CMS Made Simple is Looking for PHP Developers

Post by hlf »

CMSMS Code from Github:
if (version_compare(phpversion(), "5.2", "<"))
{
echo 'CMS Made Simple 2.0 requires php 5.2 and above to run. Please upgrade your system before proceeding.';
exit;
}
From php.net - Announcement with the 5.2.14 release:
This release marks the end of the active support for PHP 5.2. Following this release the PHP 5.2 series will receive no further active bug maintenance. Security fixes for PHP 5.2 might be published on a case by cases basis. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3.
So i think 5.2.X is dead and 5.3.x was needed for a new version of cmsms ?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: CMS Made Simple is Looking for PHP Developers

Post by Ted »

While I would absolutely love that (PHP 5.3 has some amazing features), we're still at the mercy of what most hosting providers will use.  I'm guessing it'll take another year before 5.3 usage becomes wide spread enough that we can enforce it.

And believe me, when they do, I'll be all over it because it'll solidify my plans for embedding CMSMS inside a PHP 5.3 framework (Silk).
Post Reply

Return to “Announcements”