Welcome Guest, Not a member yet? Register   Sign In
Speaking about the future...
#1

[eluser]danfreak[/eluser]
CI realease (sorry maybe it has already been asked 10000 times) %-P

Anyone has any idea about the features that will be implemented and the roadmap?

:cheese:

Dan
#2

[eluser]nmweb[/eluser]
You can check the updates to the SVN: http://dev.ellislab.com/svn/CodeIgniter Some new features are implemented for 1.5.5
#3

[eluser]WolfgangA[/eluser]
The link above requires authentication. How to get access?
#4

[eluser]Derek Allard[/eluser]
@wolfgang, try adding trunk to the end of it http://dev.ellislab.com/svn/CodeIgniter/trunk.

@Dan: great to see you back, haven't noticed you around in a bit! 1.5.5 is being actively "plotted". Probably be 3 more weeks or so... perhaps a bit more. We've got some pretty sexy stuff in there, much of which has made its way into the svn.

Development has been pretty furious the last week or two, as we're ramping up to get EE 2 out the door, some pretty significant stuff in plan. Developing an app for several hundred thousand users is a pretty interesting experience. So I can't commit to specific timelines or features, but I can tell you that you'll be happy, as there's a little bit of something for everyone.
#5

[eluser]danfreak[/eluser]
Great guys!

I'm looking forward!

Cheers to you all.

Dan
#6

[eluser]WolfgangA[/eluser]
@Derek
Thank you. Works :-)
#7

[eluser]nmweb[/eluser]
Just for convenience of others, below is the current changelog for 1.5.5 taken from SVN Smile

Code:
Version 1.5.5

Release Date: -- still in development
Added Flashdata variables, session_id regeneration and configurable session update times to the Session class.
Added the ability to auto-load Models
Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or no. Previously they were always saved.
Added $assign_to_controller variable in the main index.php file. Anything that this variable contains will be passed automatically to a controller constructor when initialized.
Reorganized the URI and Routes classes for better clarity.
Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it.
Removed "rand()" as a listed option from orderby in the Active Record, as it was MySQL only.
Added titles to all user manual pages.
Added a check for NULL fields in the MySQL database backup utility.
Documented the timezones() function in the Date Helper.
Documented unset_userdata in the Session class.
Changed the behaviour of custom callbacks so that they no longer trigger the "required" rule.
Added a few additional mime type variations for CSV.
Added strip_quotes() function to string helper.
Added reduce_multiples() function to string helper.
Added quotes_to_entities() function to string helper.
Moved the safe mode and auth checks for the Email library into the constructor.
Fixed a bug in highlight_pharse() that caused an error with slashes.
Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an object.
Fixed a bug in the Email library where some timezones were calculated incorrectly.
Fixed a bug in Validation where valid_ip() wasn't called properly.
Fixed a bug in the Session library where user agent matching would fail on user agents ending with a space.
Fixed a bug in database driver where num_rows property wasn't getting updated.
Fixed a bug in captcha calling an invalid PHP function.
Fixed a bug in _html_entity_decode_callback() when 'global_xss_filtering' is enabled.
Fixed a bug in the cookie helper "set_cookie" function. It was not honoring the config settings.
Fixed an example of comma-separated emails in the email library documentation.
Fixed an example in the Calendar library for Showing Next/Previous Month Links.
Fixed a typo in the database language file.
Fixed an example for XML RPC.
Fixed an example of accept_charset() in the User Agent Library.
Fixed a missing "?>" in the smiley helper.
Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
Fixed a typo in the String Helper (uniquid changed to uniqid)
Fixed a typo in the DocBlock comment for unset_userdata() in Session.
Fixed a typo in the table library docs.
Moved part of the userguide menu javascript to an external file.
#8

[eluser]bcamp1973[/eluser]
Is there any talk of adding a "permissions" class to ease development of user roles in an authenticated application? obviously the "session" class will help with some of that but just curious if this has been discussed at any level?
#9

[eluser]danfreak[/eluser]
[quote author="bcamp1973" date="1198276904"]Is there any talk of adding a "permissions" class to ease development of user roles in an authenticated application? obviously the "session" class will help with some of that but just curious if this has been discussed at any level?[/quote]

Me and Grahack once worked to isolate the simple permission schema we use in FreakAuth light.
We succeded, but never released it as a standalone.
Honestly, given that 1.5.5 will come soon, we will at least wait for it before any release.

Dan




Theme © iAndrew 2016 - Forum software by © MyBB