summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
AgeCommit message (Collapse)AuthorFilesLines
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-0/+1
2007-10-01Fixed a bug in the Session library where user agent matching would fail on ↵Derek Allard1-0/+1
user agents ending with a space.
2007-09-24Fixed a typo in the String Helper (uniquid changed to uniqid) (added to ↵Derek Allard1-0/+1
changelog)
2007-09-18Fixed a bug in Validation where valid_ip() wasn't called properlyDerek Allard1-0/+1
2007-08-23Fixed a typo in the database language file.Derek Allard1-0/+1
2007-08-23Fixed an example in the Calendar library for Showing Next/Previous Month Links.Derek Allard1-0/+1
2007-08-17Documented unset_userdata in the Session class.Derek Allard1-9/+10
2007-08-14Documented the timezones() function in the Date HelperDerek Allard1-1/+2
2007-08-10Removed "rand()" as a listed option from orderby in the Active Record, as it ↵Derek Allard1-0/+1
was MySQL only.
2007-08-10typos againDerek Allard1-1/+1
2007-08-10Added Flashdata variables, session_id regeneration and configurable session ↵Derek Allard1-0/+1
update times to the Session class
2007-08-08changed some-site.com to example.com in example code per ↵Derek Allard1-1/+2
http://www.rfc-editor.org/rfc/rfc2606.txt
2007-08-07fixed DocBlock typo for unset_userdata()Derek Jones1-0/+1
2007-08-07(no commit message)Derek Allard1-0/+1
2007-08-07added more descriptive titles to all user manual pagesDerek Allard1-1/+1
2007-07-30changed so day and month names are derived from calendar lang file instead ↵Derek Allard1-0/+1
of being hard-coded.
2007-07-22(no commit message)Rick Ellis1-0/+1
2007-07-20(no commit message)Rick Ellis1-0/+1
2007-07-19(no commit message)Rick Ellis1-0/+1
2007-07-17(no commit message)Rick Ellis1-0/+1
2007-07-16Switched from CI super object to $CFG to fetch charsetDerek Jones1-0/+1
2007-07-16(no commit message)Rick Ellis1-0/+5
2007-07-16(no commit message)Rick Ellis1-2/+1
2007-07-15revert calendar change... I'm an idiotDerek Allard1-1/+0
2007-07-15Fixed a typo ("cal_mayl") in English calendar language fileDerek Allard1-1/+2
2007-07-15(no commit message)Derek Allard1-0/+1
2007-07-14Fixed a bug in database driver where num_rows property wasn't getting updatedDerek Allard1-2/+8
2007-07-13(no commit message)Rick Ellis1-1/+1
2007-07-12moved version number up in docs and CI_VERSIONDerek Allard1-2/+2
2007-07-12added $config['charset']Derek Jones1-0/+1
2007-07-12csv_from_result buggy. revert to old function until rewriteDerek Allard1-1/+0
2007-07-12fixed undefined function in insert_id() of PostgreSQL driverDerek Jones1-2/+3
2007-07-12(no commit message)Derek Allard1-0/+1
2007-07-12csv_from_result() move robust against data with "," in it.Derek Allard1-0/+1
2007-07-12added language files to autoloadDerek Allard1-7/+8
2007-07-12fixed quoted-printable in HTML emails, and added htmlspecialchars() to email ↵Derek Jones1-0/+2
debugging output
2007-07-12type cast $key => $val pair in $options array as strings for friendlier ↵Derek Jones1-0/+1
handling of setting options as 'selected'
2007-07-11adding type casting of $title argument in URL helper functions to a string. ↵Derek Jones1-0/+1
A numeric 0 sent to these functions would evaluate if ($title == '') as TRUE, and type casting seems the more appropriate fix than simply using $title === '', since we're expecting and treating $title as a string.
2007-07-11bugfix for profiler output: POST keys were not being displayed properly, and ↵Derek Jones1-1/+3
queries needed htmlspecialchars()
2007-07-11inflector helper changes to account for words ending in "s"Derek Allard1-1/+2
2007-07-08(no commit message)Derek Allard1-2/+1
2007-07-05fixed validation errors... about a zillion of em.Derek Allard1-4/+3
2007-06-28(no commit message)paulburdick1-6/+9
2007-06-26(no commit message)paulburdick1-0/+1
2007-06-24(no commit message)paulburdick1-0/+1
2007-06-24changed search to use codeigniter.com vs www.codeigniter.com as Google seems ↵Derek Allard1-1/+1
to have spidered it much better.
2007-06-14(no commit message)Rick Ellis1-3/+6
2007-06-13(no commit message)Rick Ellis1-1/+2
2007-06-11(no commit message)Rick Ellis1-0/+1
2007-06-11(no commit message)Rick Ellis1-1/+2