summaryrefslogtreecommitdiffstats
path: root/system/plugins
AgeCommit message (Collapse)AuthorFilesLines
2008-11-13Changing EOL style to LFDerek Allard3-992/+992
2008-09-13updated copyrightRick Ellis2-2/+2
2008-06-27Fixed a double opening <p> tag in the index pages of each system ↵Derek Allard1-8/+3
directory.
2008-06-26changed your-site.com to example.com doc-wideDerek Jones1-3/+3
2008-05-29made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify ↵Derek Jones1-2/+2
multi-column non-primary keys in table creation
2008-05-13reverted OR back to || for js_calendar_pi.php javascriptDerek Jones1-6/+6
2008-05-13Some sweeping syntax changes for consistency:Derek Jones2-18/+18
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
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