summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-01-18Fixed the bugfix for #3260!Derek Jones2-19/+19
2008-01-18fixed bug #3260 tightened type checking before outputting MySQL field as NULLDerek Jones3-2/+3
2008-01-18reset where_in array after a call (bug# 3259)Derek Allard1-1/+2
2008-01-18added check for "multiple" attribute in form_dropdown() (bug# 3261)Derek Allard1-1/+2
2008-01-18fix for count_allDerek Allard7-11/+9
2008-01-18added link to upgrading guideDerek Allard1-0/+1
2008-01-18Fixed a bug (#3175) preventing certain libraries from working properly when ↵Derek Jones2-1/+11
autoloaded in PHP 4 by re-syncing the master object from the copy
2008-01-18removed $assign_to_controller - seems redundant all things consideredDerek Jones3-16/+1
2008-01-18modified download links to work with new locationDerek Jones1-11/+11
2008-01-17(no commit message)Derek Allard1-20/+20
2008-01-17orderby fixDerek Allard1-1/+2
2008-01-17typo fixesDerek Allard2-2/+2
2008-01-17fixed bug #3003 preventing encryption from working with modes other than ↵Derek Jones2-4/+79
MCRYPT_MODE_ECB. Also added some noise to the cipher so the IV can safely be transported along with the encrypted data.
2008-01-17clarified capitalization of model class namesDerek Jones1-1/+1
2008-01-17added language folder to applicationDerek Allard1-0/+15
2008-01-17moved an strtolower higher into the init_class function for case insensitivityDerek Allard1-2/+3
2008-01-17typosDerek Allard2-3/+3
2008-01-17typography helper bugfix noteDerek Jones1-1/+2
2008-01-17Fixed bug #2810 with nested tags improperly having paragraph tags placed ↵Derek Jones1-2/+2
around them.
2008-01-17added some extra protection in ctype_ function overrides to make return ↵Derek Jones1-0/+10
values match PHP's native methods for non-string types and empty strings
2008-01-17(no commit message)Derek Allard1-0/+1
2008-01-17fixed a bug if num_link wasn't postiveDerek Allard1-0/+7
2008-01-17prefixed reserved variables of _ci_load() in order to not conflict with view ↵Derek Jones2-15/+16
file variables
2008-01-17deprecated scaffoldingDerek Allard1-1/+2
2008-01-16Added Compat.php fileDerek Jones4-17/+87
2008-01-16(no commit message)Derek Allard5-35/+40
2008-01-16special fix for $first_word_only to work with other changes to ↵Derek Jones1-5/+2
_protect_identifiers()
2008-01-16=== instead of !== ::blush::Derek Jones1-1/+1
2008-01-16fix for single word identifiers with no spaces that need protecting in ↵Derek Jones1-1/+5
_protect_identifiers()
2008-01-16typosDerek Allard1-2/+2
2008-01-16added char_set and dbcollat to the code commentsDerek Jones1-0/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard140-857/+6441
2008-01-16added a helpers folder to applicationDerek Allard1-0/+15
2008-01-16fixed bug #2542 - switched to foreach() in clean_email() to work with ↵Derek Jones1-5/+9
associative arrays or numerically indexed arrays that are not sequential from 0.
2008-01-16fixed a bug when loading plugin files as _plugin. and not _piDerek Allard1-1/+1
2008-01-16bug(re)fix: I am so smart. s - m - r - tDerek Allard1-1/+1
2008-01-15fixed a bug in parser where numeric data is ignoredDerek Allard1-4/+4
2008-01-15Fixed a bug in the Oracle driver that prevented num_rows from working.Derek Allard1-2/+3
2008-01-15added 2 config options to the database configuration page.Derek Allard1-1/+147
2008-01-15Fixed typos in the email Language class (email_attachment_unredable, ↵Derek Allard1-1/+1817
email_filed_smtp_login).
2008-01-15Fixed typos in the email Language class (email_attachment_unredable, ↵Derek Allard1-20/+20
email_filed_smtp_login).
2008-01-14fix a segment db cache bugDerek Allard1-1/+1
2008-01-14removed raw_where and raw_or_where. They duplicated existing functionality ↵Derek Allard1-38/+0
better left elsewhere.
2008-01-12added raw_where() and raw_or_where() into ARDerek Allard1-0/+38
2008-01-10added support for external urls in form_openDerek Allard1-2/+4
2008-01-09bugfixDerek Allard1-1/+1
2008-01-09fix for is_really_writableDerek Allard1-0/+35
2008-01-06Fixed a bug in the upload library when allowed_files wasn't defined.Derek Allard1-1/+1
2008-01-05added strtolower into charset and lang testDerek Allard1-2/+2
2008-01-04documented the ability to have multiple selected items in form_dropdown()Derek Allard1-385/+398