summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2013-01-29Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename()Andrey Andreev1-48/+2
2013-01-29Replace is_file() with the faster file_exists()Andrey Andreev1-5/+8
2013-01-28Some micro-optimization to the Driver library loaderAndrey Andreev1-10/+9
2013-01-28Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developAndrey Andreev1-1/+8
2013-01-28Libraries' filenames must be named in a ucfirst-like mannerAndrey Andreev3-1/+1
2013-01-28Remove str_replace in returngommarah1-1/+1
2013-01-28Upload library, clean_file_name function: Fix xss bug.gommarah1-0/+7
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev1-1/+1
2013-01-26Fix a code comment in Image_libvlakoff1-1/+1
2013-01-25Fix issue #2191.Edwin Aw1-1/+1
2013-01-15A few adjustments to previous commitvlakoff1-1/+1
2013-01-14Replace is_null() with === / !== NULLvlakoff8-13/+13
2013-01-10A tiny improvementAndrey Andreev1-3/+2
2013-01-09fix imagejpeg() parameter, should be NULL instead of empty stringTed Wood1-1/+1
2013-01-03Fix #2108Andrey Andreev1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev33-33/+33
2012-12-17Merge pull request #2077 from AndrewPodner/developAndrey Andreev4-25/+25
2012-12-17update for Issue #2064 (changed docblocks which return $this or only call a m...Andrew Podner4-25/+25
2012-12-17Fix 2073Andrey Andreev1-1/+1
2012-12-17Fix #2074Andrey Andreev1-1/+1
2012-12-14Fix issue #539Andrey Andreev1-4/+10
2012-12-12Format tweaksEric Roberts1-2/+2
2012-12-12Merge branch 'refs/heads/develop' into feature/form_error_msgsEric Roberts40-2546/+6124
2012-12-03Add min_width and min_height options to the Upload classAndrey Andreev1-0/+52
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev10-19/+15
2012-11-28Fix #2037Andrey Andreev1-6/+8
2012-11-28Remove CommentWilliam Knauss1-1/+0
2012-11-27Children DriversWilliam Knauss1-3/+11
2012-11-26Add 'valid_url' rule to Form Validation (issue #1966)Andrey Andreev1-0/+42
2012-11-26CI_Email::print_debugger() option to limit the type of data to be printedAndrey Andreev1-2/+23
2012-11-26Switch CI_Form_validation:: to publicAndrey Andreev1-1/+1
2012-11-26Manually implement PR #2033Andrey Andreev1-1/+1
2012-11-25Merge pull request #2026 from johnathancroom/keep_flash_data_arrayAndrey Andreev1-1/+12
2012-11-25Improved array keey_flashdata + ChangelogJohnathan Croom1-13/+15
2012-11-25Revert some of the changes from PR #2029Andrey Andreev1-42/+24
2012-11-25Added support for extending individual driver classes and driver unit testsdchill423-50/+107
2012-11-24Requested changed to keep_flashdataJohnathan Croom1-4/+3
2012-11-24keep_flashdata accepts arrayJohnathan Croom1-8/+18
2012-11-23Minor changes to Xmlrpcs.phpvkeranov1-30/+27
2012-11-23Minor changes to Xmlrpc.phpvkeranov1-13/+12
2012-11-23[ci skip] Remove a lone semicolon (rel 2d48b4f1a174473fa0539769a433ba78305c0faa)Andrey Andreev1-1/+1
2012-11-23Fix #113Andrey Andreev1-1/+2
2012-11-233.0.0-dev: Fixing the issue #2023.Ivan Tcholakov1-1/+1
2012-11-22Fix issue #118 (manually implementing PR #1832)Andrey Andreev1-2/+2
2012-11-22Manually apply a fix submitted via PR #2012, #2016Andrey Andreev1-6/+8
2012-11-21Change fs permissions and add some missing index.html files (#2017)Andrey Andreev9-0/+50
2012-11-20Fix #18Andrey Andreev1-6/+9
2012-11-15Revert a change from 7a7ad782b2f125622509a77c5a6f94ad4ae0f93cAndrey Andreev1-1/+5
2012-11-13Merge pull request #1258 from cryode/feature/robot_mobileAndrey Andreev1-0/+1
2012-11-13Clean-up following PR #1949Andrey Andreev1-29/+31