summaryrefslogtreecommitdiffstats
path: root/system/plugins
AgeCommit message (Collapse)AuthorFilesLines
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones2-2/+6
of the file
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-6/+6
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-04-15incorrect path fixed up for fontsDerek Allard1-1/+1
2008-03-24missing quotesDerek Allard1-1/+1
2008-03-23Modified captcha generation to first look for the function ↵Derek Allard1-1/+9
imagecreatetruecolor, and fallback to imagecreate if it isn't available (#4226).
2008-01-28added is_really_writable() to Common.php, replaced is_writable() throughout ↵Derek Jones1-1/+1
application with is_really_writable()
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones2-4/+4
2008-01-18ExpressionEngine Dev Team in creditDerek Allard2-2/+2
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard2-2/+2
2007-07-30changed so day and month names are derived from calendar lang file instead ↵Derek Allard1-7/+30
of being hard-coded.
2007-07-15changed ImageColorAllocate to imagecolorallocateDerek Allard1-3/+3
2007-04-15update pMachine to EllisLabDerek Allard2-948/+948
update copyright year update Code Igniter to CodeIgniter
2006-10-21(no commit message)admin2-40/+40
2006-08-25Initial Importadmin3-0/+965