summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2010-03-25moved application folder outside of the system folderDerek Jones30-1345/+0
2010-03-22Fix #10 , extending the CodeIgniter controller with MY_Controller will lead t...Greg Aker2-0/+15
2010-03-12Added FTP::download() and the accompanying lang line. This was first proposed...Phil Sturgeon2-0/+43
2010-03-22expanded philsturgeon's bugfix to parse_url() and updated docs and changelogDerek Jones1-2/+2
2010-03-12prep_url() will now not append http:// to string if a protocol is already use...Phil Sturgeon1-1/+1
2010-03-12Will check for sub-classes in core or libraries (which the original file is i...Phil Sturgeon1-2/+2
2010-03-20reordered logic in _display_cache() to eliminate a call to is_really_writable...Derek Jones1-11/+9
2010-03-19Fixed a bug where files created with the Zip Library would result in file cre...Greg Aker1-11/+49
2010-03-19Changed a few strstr to strpos for consistency w performance guidelines and t...Robin Sowell4-4/+4
2010-03-18Added a $xss_clean class variable to the XMLRPC library, enabling control ove...Robin Sowell2-4/+15
2010-03-15code comment typo fixDerek Allard1-1/+1
2010-03-11added @php4 tag to compat helper (thanks Phil)Derek Jones1-0/+1
2010-03-11full on scaffolding removalDerek Jones1-2/+2
2010-03-10added docs for application Packages, added third_party folder to the applicat...Derek Jones1-0/+10
2010-03-10added swap_pre, autoinit, and stricton database configuration explanationsDerek Jones1-0/+4
2010-03-10added ability to enable/disable individual sections of the ProfilerDerek Jones4-12/+108
2010-03-10completely removed Plugins from CodeIgniterDerek Jones3-89/+7
2010-03-10sped up Driver loading slightly by predicting subfolder locationDerek Jones1-1/+8
2010-03-07Automated merge with http://hg.ellislab.com/CodeIgniter2Derek Jones2-0/+255
2010-03-07fixed load_class() call in Hooks to get Config from coreDerek Jones1-1/+1
2010-03-05added Driver libDerek Jones2-0/+255
2010-03-05REMOVING js calendar helper / plugin. No need with the prolific jQuery calen...Derek Jones1-629/+0
2010-03-05moving js cal plugin to a helperDerek Jones1-0/+0
2010-03-05killing scaffolding triggerDerek Jones1-10/+1
2010-03-05fixed eof code commentDerek Jones1-2/+2
2010-03-05moved CAPTCHA plugin to a helperDerek Jones2-355/+246
2010-03-05added end of function markerDerek Jones1-0/+1
2010-03-05improved xml_convert() of XML helperDerek Jones1-8/+16
2010-03-05added entity_decode() to Typography helper, updated auto_typography()Derek Jones1-2/+57
2010-03-05added convert_accented_characters() function to Text HelperDerek Jones2-5/+107
2010-03-05whitespace, code commentsDerek Jones1-6/+8
2010-03-05updating attributes to lowercase and added CDATA block around jsDerek Jones1-3/+2
2010-03-05no in helpers, updated security lib to use Security class instead of InputDerek Jones1-2/+2
2010-03-05whitespaceDerek Jones1-1/+0
2010-03-05bringing form helper in syncDerek Jones1-4/+3
2010-03-05little cleaner regex in human_to_unix()Derek Jones1-6/+6
2010-03-05fixing docblock for Javascript classDerek Jones1-6/+30
2010-03-03Moving Jquery library to javascript/Jquery.phpGreg Aker2-2/+2
2010-03-03code comments fixDerek Jones1-2/+2
2010-03-03modified cookie helper to use input classDerek Jones1-42/+1
2010-03-03whitespaceDerek Jones1-3/+3
2010-03-03updating XMLRPC class to use Security libDerek Jones1-5/+7
2010-03-03updating Upload features and use of security libraryDerek Jones1-1/+11
2010-03-03changing casing on some booleansDerek Jones1-4/+5
2010-03-03expanded abilities of Table libraryDerek Jones1-25/+113
2010-03-03added Security libraryDerek Jones1-0/+710
2010-03-03adding HTTP_X_FORWARDED_FOR header to ProfilerDerek Jones1-1/+1
2010-03-03adding initial Javascript and Jquery libsDerek Jones2-0/+1918
2010-03-03bringing language files up to dateDerek Jones4-36/+18
2010-03-03added stricton db config item to force strict mode - good for ensuring strict...Derek Jones2-0/+8