Part of the EllisLab Network
   
1 of 3
1
CodeIgniter1.6.2 just around the corner
Posted: 12 May 2008 06:13 PM   [ Ignore ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  4777
Joined  03-23-2006

Hey All.

There’s been some notable work dropped into CodeIgniter recently.  We’re working on finishing up a few things for a 1.6.2 release.  A few noteworthy items include enhancements to Active Record, a new compatibility helper to allow the use of several common PHP5 only functions in PHP4 and some enhancements/behavioural changes in unit testing, form, url, directory and download helpers.

There have been several speed and security enhancements as well, in both CI “proper” (and various libraries and helpers), and of course, the usual round of bug fixes and doc changes.  In fact the documentation has grown by 2 pages (Reserved names and Common functions).

Take a look through the SVN now, and if you see anything noteworthy, feel free to drop a note here.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design

Profile
MSG
 
 
Posted: 12 May 2008 06:29 PM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  742
Joined  02-24-2008

Excellent! It’s great to see many active developments with CodeIgniter, that’s what attracted me to it, among other things.

Great Job!

 Signature 

THE CODEIGNITER HANDBOOK - A new CI book for everybody!
—-
Freelance Web Developer - @jamierumbelow - http://jamieonsoftware.com

Profile
 
 
Posted: 12 May 2008 06:34 PM   [ Ignore ]   [ # 2 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  440
Joined  12-13-2007

Great work guys on keeping these releases coming!

 Signature 

PX Webdesign | The Lab | Personal Blog

Profile
 
 
Posted: 12 May 2008 06:36 PM   [ Ignore ]   [ # 3 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  593
Joined  02-04-2008

Nice to hear Derek, looking forward to release.

Profile
 
 
Posted: 12 May 2008 07:37 PM   [ Ignore ]   [ # 4 ]  
Summer Student
Total Posts:  7
Joined  03-12-2008

Can’t wait to check it out!

Profile
 
 
Posted: 12 May 2008 07:57 PM   [ Ignore ]   [ # 5 ]  
Summer Student
Total Posts:  26
Joined  05-11-2008

I’m excited and I only just started using CodeIgniter a few days ago! smile

Hope upgrading will be painless.. wink

Profile
 
 
Posted: 12 May 2008 09:39 PM   [ Ignore ]   [ # 6 ]  
Grad Student
Avatar
Rank
Total Posts:  74
Joined  02-26-2008

Wonderful. Can’t wait to see it.

Hey, this thought just struck me: What if I have an app built on CI 1.5.x (which I don’t, but let’s say I do), and I wanted to upgrade to the new release. Is there an easy way to compare the differences between releases, without having to mentally add up all the changes in the release notes from the current version to the new version?

If EllisLab published release notes in some kind of standard format one could probably build a cool website that would allow you to select two versions and easily compare the two…

That could even be taken a step further and have a setup to compare versions of *different* frameworks (CI to Kohana, CI to CakePHP, etc). Thoughts?

 Signature 

[ Cron bootstrapper ] [ Modularity ] [ Sitemaps ] [ Query Browser ] [ Paging Simplified ] [ jonathonhill.net ]

Profile
 
 
Posted: 12 May 2008 09:46 PM   [ Ignore ]   [ # 7 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  649
Joined  02-25-2007
Jemgames - 12 May 2008 10:29 PM

Excellent! It’s great to see many active developments with CodeIgniter, that’s what attracted me to it, among other things.

Great Job!

I was attracted to it because… well… *looks around*... come closer and I’ll whisper it…

... it has boobs…

Can’t wait to see it, CI team!!!  We love you guys!

 Signature 

MyClientBase - Free and Open Source Client and Invoice Management

Profile
 
 
Posted: 12 May 2008 09:53 PM   [ Ignore ]   [ # 8 ]  
Grad Student
Avatar
Rank
Total Posts:  99
Joined  12-27-2007

ok ... i wish active record become like rails wink

 Signature 

[color=blue]——
wysmedia.com
Using:Code Igniter 1.6.2

Programming90make data validation9UI1data entry 
Profile
 
 
Posted: 12 May 2008 10:07 PM   [ Ignore ]   [ # 9 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  4777
Joined  03-23-2006

@err403_love: yup, upgrading will be a snap.  You can check out the upgrade guide if you want.

@Jonathon Hill: What about the change log isn’t doing it for you?  The 1.6.2 log is just as detailed.  Also, if you wanted commit by commit comments, you could read the svn.  I give some instructions at http://www.derekallard.com/blog/post/checking-codeigniter-out-of-the-subversion-repository/.

@Developer13: you should see what we have planned for CodeIgniter 8.008.5 !!! wink

Oh yes, I should also mention we’re introducing (or will with the 1.6.2 release) tagging into the SVN, so you can easily grab specific CI versions if you want and are familiar with subversion.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design

Profile
MSG
 
 
Posted: 12 May 2008 10:35 PM   [ Ignore ]   [ # 10 ]  
Grad Student
Avatar
Rank
Total Posts:  74
Joined  02-26-2008
Derek Allard - 13 May 2008 02:07 AM

@Jonathon Hill: What about the change log isn’t doing it for you?  The 1.6.2 log is just as detailed.  Also, if you wanted commit by commit comments, you could read the svn.  I give some instructions at http://www.derekallard.com/blog/post/checking-codeigniter-out-of-the-subversion-repository/.

Yes, the change log is quite detailed (just like your super documentation). The scenario I was talking about was comparing two versions that are not adjacent. The changelog only shows changes from the last version. What if I want to compare 1.5.4 to 1.6.2 so I can easily see what functions were added, changed, or removed?

 Signature 

[ Cron bootstrapper ] [ Modularity ] [ Sitemaps ] [ Query Browser ] [ Paging Simplified ] [ jonathonhill.net ]

Profile
 
 
Posted: 12 May 2008 10:37 PM   [ Ignore ]   [ # 11 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  4777
Joined  03-23-2006

In that scenario, you’d have to work your way up the change log, version by version.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design

Profile
MSG
 
 
Posted: 12 May 2008 10:47 PM   [ Ignore ]   [ # 12 ]  
Lab Assistant
RankRank
Total Posts:  154
Joined  05-30-2007

I’m in the middle of a project using CI 1.6.1, should I upgrade to 1.6.2 or will 1.6.1 be fine for now?

Profile
 
 
Posted: 12 May 2008 10:53 PM   [ Ignore ]   [ # 13 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  4777
Joined  03-23-2006

Use 1.6.1, then upgrade when 1.6.2 is released.  Everything in 1.6.2 is fully compatible, should take you no more then a few minutes.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design

Profile
MSG
 
 
Posted: 12 May 2008 11:23 PM   [ Ignore ]   [ # 14 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  3216
Joined  06-10-2007

*taps fingers in antici… pation*

This is going to allow me to make some `include_once(‘updates’)` to Modular Extensions.

Thanks Derek.

 Signature 

URI Language Identifier | Modular Extensions - HMVC | View Object | Widget plugin | Access Control library

Profile
 
 
Posted: 12 May 2008 11:43 PM   [ Ignore ]   [ # 15 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  119
Joined  03-21-2008

Can’t wait!

Profile
 
 
   
1 of 3
1