CodeIgniter 1.7.0 Released |
[eluser]Yash[/eluser]
I'll check for major change in validation and session libraries. Personally I prefer session without any database.
[eluser]sl3dg3hamm3r[/eluser]
[quote author="Yash" date="1224857820"]Personally I prefer session without any database.[/quote] But hopefully not as it is implemented in CI (all data in a cookie) :bug: Or did this change, too?
[eluser]sinzy[/eluser]
Bug report: mysqli connect error (because of empty port) http://ellislab.com/forums/viewthread/94796/
[eluser]nizsmo[/eluser]
[quote author="sl3dg3hamm3r" date="1224858362"][quote author="Yash" date="1224857820"]Personally I prefer session without any database.[/quote] But hopefully not as it is implemented in CI (all data in a cookie) :bug: Or did this change, too?[/quote] I think now you have a choice of either storing the data in the cookie (setting found in config.php), or storing it in the database. There was some security issues with storing it in a cookie, as it is stored on the client's computer. In theory storing in the database would be much more secure than storing the data in the cookie.
[eluser]olavski[/eluser]
Thanks guys! I had a quick play with it and some of the features I was waiting for was in place :-) Great stuff! One thing though, when will this version be available here: http://dev.ellislab.com/svn/CodeIgniter/tags/ Kepp up the good work!
[eluser]dijon[/eluser]
I'm liking this new release! Minor observation - in the User Guide, the style guide has the following title:- "Security : CodeIgniter User Guide".
[eluser]tobben[/eluser]
In the words of a 1337 Counter-Strike player: OMFG GG! In other words: good work. It looks great!
[eluser]Bramme[/eluser]
What i was wondering: any new (major) releases planned before 2.0? |
Welcome Guest, Not a member yet? Register Sign In |