summaryrefslogtreecommitdiffstats
path: root/system/codeigniter
AgeCommit message (Expand)AuthorFilesLines
2009-09-24increased randomness of file name used in is_really_writable()Derek Jones1-1/+1
2009-09-11prep for 1.7.2 releaseDerek Jones1-1/+1
2009-08-17comment fixDerek Allard1-14/+0
2009-08-06let's go ahead and be thorough and explicitDerek Jones1-1/+1
2009-08-06code comment cleanupDerek Jones1-1/+1
2009-08-06fixed a bug in r1718 where the PHP version key was cast as float in a particu...Derek Jones2-3/+5
2009-08-05protected @set_magic_quotes_runtime(0); from running under PHP 5.3, as it wi...Derek Jones1-1/+5
2009-07-29undo of a didDerek Jones1-1/+1
2009-07-29PHP 5.3.0 compatibility changesDerek Jones2-6/+24
2009-07-28whitespaceDerek Jones1-9/+9
2009-07-28add is_php() to Common.phpDerek Jones1-0/+23
2009-07-11Modified show_error() to allow sending of HTTP server response codes.Derek Jones1-2/+87
2009-04-22updated copyrights to 2009Derek Jones5-5/+5
2009-02-11Prep for 1.7.1 releaseDerek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard6-805/+805
2008-10-22Made is_really_writable conditionally call is_writable when the function will...Rick Ellis1-5/+12
2008-10-17cosmetic tweakRick Ellis1-3/+0
2008-09-30Added a case-sensitivity check to called controller methods, as per this bug ...Rick Ellis1-2/+1
2008-09-13updated copyrightRick Ellis1-1/+1
2008-09-13updated copyrightRick Ellis4-4/+4
2008-08-31updated CI_VERSIONDerek Allard1-1/+1
2008-08-21whitespace fixesDerek Allard1-5/+5
2008-06-27Fixed a double opening <p> tag in the index pages of each system direct...Derek Allard1-8/+3
2008-06-27bump CI_VERSION to 1.6.3Derek Allard1-1/+1
2008-06-06Removed an unused Router reference in _display_cache().Derek Allard1-1/+1
2008-05-13Some sweeping syntax changes for consistency:Derek Jones5-24/+24
2008-05-13minor source formattingDerek Allard2-14/+13
2008-05-12removed an ereg from configDerek Allard1-3/+3
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones5-5/+15
2008-05-11Undoing change committed in r1115Derek Jones5-0/+5
2008-05-11removed closing PHP tag from all framework filesDerek Jones5-5/+0
2008-05-06updated CI_VERSION to 1.6.2Derek Allard1-1/+1
2008-05-05tweak to the new fopen mode constant namesDerek Jones1-2/+2
2008-05-05implemented fopen mode constantsDerek Jones1-2/+2
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard2-6/+6
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard1-2/+2
2008-04-08fixed code commentDerek Jones1-1/+1
2008-04-04added constants.php file and implemented constants for file system modesDerek Jones2-2/+9
2008-02-28modified the new check for a callable controller method to be case-insensitiv...Derek Jones1-1/+1
2008-02-27added improved check for controller method access so that CI does not attempt...Derek Jones1-3/+5
2008-02-12(no commit message)Derek Allard1-1/+1
2008-02-12change 1.6.1 to 1.6.0.1Derek Allard1-1/+1
2008-02-04change CI_VERSION from 1.6.0 to 1.6.1Derek Allard1-1/+1
2008-01-30Fixed a bug (#2849) with arguments passed to a subfolder controller - CodeIgn...Derek Jones1-1/+1
2008-01-28added is_really_writable() to Common.php, replaced is_writable() throughout a...Derek Jones1-0/+38
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones5-15/+15
2008-01-19change CI_VERSIONDerek Allard1-1/+1
2008-01-18ExpressionEngine dev team updateDerek Allard1-1/+1
2008-01-18ExpressionEngine Dev Team in creditDerek Allard5-100/+366
2008-01-18removed $assign_to_controller - seems redundant all things consideredDerek Jones1-1/+1