summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
AgeCommit message (Collapse)AuthorFilesLines
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
2007-06-11(no commit message)Rick Ellis1-0/+1
2007-06-09(no commit message)Rick Ellis1-0/+1
2007-06-09(no commit message)Rick Ellis1-0/+1
2007-06-09(no commit message)Rick Ellis1-1/+3
2007-05-04Modified XSS Cleaning routine to be more performance friendly and compatible ↵Derek Jones1-0/+1
with PHP 5.2's new PCRE backtrack and recursion limits. - replaced link and image tag javascript sanitization preg_replace()'s with callback functions to avoid excessive backtracks on strings with many links / image tags.
2007-05-01fixed a bug in the calendar libraryDerek Allard1-1/+2
2007-04-30(no commit message)Derek Allard1-8/+3
2007-04-27(no commit message)Derek Jones1-0/+7
2007-04-25APPVER replaced by CI_VERSIONDerek Allard1-0/+8
2007-04-24typos fixesDerek Allard1-1/+1
2007-04-15(no commit message)Derek Allard1-2/+2
2007-04-15(no commit message)Derek Allard1-2/+2
2007-04-15update pMachine to EllisLabDerek Allard1-10/+17
update copyright year update Code Igniter to CodeIgniter
2007-04-14updates listedDerek Allard1-0/+2
2007-04-03changed pmachine links to ellislabDerek Allard1-1/+1
2007-04-03added array to string in profilerDerek Allard1-0/+1
2007-03-07(no commit message)Derek Allard1-0/+5
2007-02-15fixed another version numberDerek Allard1-1/+1
2007-02-14Changed version number, added upgrade instructionsDerek Allard1-4/+5
2007-02-14added a few more changes to changelogDerek Allard1-0/+2
2007-02-14download helper change noteDerek Allard1-2/+3
2007-02-05(no commit message)Rick Ellis1-0/+3
2007-02-02broken link to creating_libraries fixedDerek Allard1-1/+1
2007-02-01(no commit message)Derek Allard1-0/+1
2007-01-28updated version numberDerek Allard1-1/+1
2007-01-27detailed recent changesDerek Allard1-13/+18
2006-11-24(no commit message)Rick Ellis1-0/+1
2006-11-23(no commit message)Rick Ellis1-2/+2