Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-10 | Added Flashdata variables, session_id regeneration and configurable session ↵ | Derek Allard | 1 | -0/+1 | |
update times to the Session class | |||||
2007-08-08 | changed some-site.com to example.com in example code per ↵ | Derek Allard | 1 | -1/+2 | |
http://www.rfc-editor.org/rfc/rfc2606.txt | |||||
2007-08-07 | fixed DocBlock typo for unset_userdata() | Derek Jones | 1 | -0/+1 | |
2007-08-07 | (no commit message) | Derek Allard | 1 | -0/+1 | |
2007-08-07 | added more descriptive titles to all user manual pages | Derek Allard | 1 | -1/+1 | |
2007-07-30 | changed so day and month names are derived from calendar lang file instead ↵ | Derek Allard | 1 | -0/+1 | |
of being hard-coded. | |||||
2007-07-22 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-07-20 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-07-19 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-07-17 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-07-16 | Switched from CI super object to $CFG to fetch charset | Derek Jones | 1 | -0/+1 | |
2007-07-16 | (no commit message) | Rick Ellis | 1 | -0/+5 | |
2007-07-16 | (no commit message) | Rick Ellis | 1 | -2/+1 | |
2007-07-15 | revert calendar change... I'm an idiot | Derek Allard | 1 | -1/+0 | |
2007-07-15 | Fixed a typo ("cal_mayl") in English calendar language file | Derek Allard | 1 | -1/+2 | |
2007-07-15 | (no commit message) | Derek Allard | 1 | -0/+1 | |
2007-07-14 | Fixed a bug in database driver where num_rows property wasn't getting updated | Derek Allard | 1 | -2/+8 | |
2007-07-13 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-07-12 | moved version number up in docs and CI_VERSION | Derek Allard | 1 | -2/+2 | |
2007-07-12 | added $config['charset'] | Derek Jones | 1 | -0/+1 | |
2007-07-12 | csv_from_result buggy. revert to old function until rewrite | Derek Allard | 1 | -1/+0 | |
2007-07-12 | fixed undefined function in insert_id() of PostgreSQL driver | Derek Jones | 1 | -2/+3 | |
2007-07-12 | (no commit message) | Derek Allard | 1 | -0/+1 | |
2007-07-12 | csv_from_result() move robust against data with "," in it. | Derek Allard | 1 | -0/+1 | |
2007-07-12 | added language files to autoload | Derek Allard | 1 | -7/+8 | |
2007-07-12 | fixed quoted-printable in HTML emails, and added htmlspecialchars() to email ↵ | Derek Jones | 1 | -0/+2 | |
debugging output | |||||
2007-07-12 | type cast $key => $val pair in $options array as strings for friendlier ↵ | Derek Jones | 1 | -0/+1 | |
handling of setting options as 'selected' | |||||
2007-07-11 | adding type casting of $title argument in URL helper functions to a string. ↵ | Derek Jones | 1 | -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-11 | bugfix for profiler output: POST keys were not being displayed properly, and ↵ | Derek Jones | 1 | -1/+3 | |
queries needed htmlspecialchars() | |||||
2007-07-11 | inflector helper changes to account for words ending in "s" | Derek Allard | 1 | -1/+2 | |
2007-07-08 | (no commit message) | Derek Allard | 1 | -2/+1 | |
2007-07-05 | fixed validation errors... about a zillion of em. | Derek Allard | 1 | -4/+3 | |
2007-06-28 | (no commit message) | paulburdick | 1 | -6/+9 | |
2007-06-26 | (no commit message) | paulburdick | 1 | -0/+1 | |
2007-06-24 | (no commit message) | paulburdick | 1 | -0/+1 | |
2007-06-24 | changed search to use codeigniter.com vs www.codeigniter.com as Google seems ↵ | Derek Allard | 1 | -1/+1 | |
to have spidered it much better. | |||||
2007-06-14 | (no commit message) | Rick Ellis | 1 | -3/+6 | |
2007-06-13 | (no commit message) | Rick Ellis | 1 | -1/+2 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+2 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -1/+3 | |
2007-05-04 | Modified XSS Cleaning routine to be more performance friendly and compatible ↵ | Derek Jones | 1 | -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-01 | fixed a bug in the calendar library | Derek Allard | 1 | -1/+2 | |
2007-04-30 | (no commit message) | Derek Allard | 1 | -8/+3 | |
2007-04-27 | (no commit message) | Derek Jones | 1 | -0/+7 | |
2007-04-25 | APPVER replaced by CI_VERSION | Derek Allard | 1 | -0/+8 | |
2007-04-24 | typos fixes | Derek Allard | 1 | -1/+1 | |