summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Disable autoloader call from class_exists() occurences to improve performanceAndrey Andreev3-4/+4
2013-02-19Issue #2086 Session_cookie's _update_db not guaranteed to updateDionysis Arvanitis1-0/+3
2013-02-19Merge pull request #2261 from nisheeth-barthwal/developAndrey Andreev1-2/+5
2013-02-19Fixed the issue with bcc_batch_mode and subjectnisheeth-barthwal1-2/+5
2013-02-19Fix a code comment in Upload->_file_mime_type()vlakoff2-5/+5
2013-02-18Removed the unused $force paramter in Email::_smtp_connect()nisheeth-barthwal1-29/+29
2013-02-18removed PR from the bug listnisheeth-barthwal1-1/+1
2013-02-18Fixed curly braces. Removed redundant method set_useragent()nisheeth-barthwal1-20/+11
2013-02-18Fixed tab-indentation. Made appropriate entries in changelognisheeth-barthwal1-283/+282
2013-02-17Added keep-alive connection to SMTP. Fixed socket read/write timeouts. Added ...nisheeth-barthwal1-234/+290
2013-02-15Fix some stuff from recent pull requestsAndrey Andreev1-2/+1
2013-02-15Various cosmetic fixesvlakoff4-5/+5
2013-02-14changes according to narfbg's requestTim1-2/+2
2013-02-13changes according to narfbg's requestTim1-3/+3
2013-02-13Added small feature to profiler: total execution time countTim1-2/+4
2013-02-08Fix issue #2230Andrey Andreev1-3/+3
2013-02-08[ci skip] Remove unnecessary string casts in PaginationAndrey Andreev1-3/+2
2013-02-08Merge pull request #2199 from cryode/feature/paginationAndrey Andreev1-83/+116
2013-02-08[ci skip] Add a missing spaceAndrey Andreev1-1/+1
2013-02-04Cleaned up for pull request.Sajan Parikh1-3/+1
2013-02-02Added Form Validation rule for alphanum + spaces.Sajan Parikh1-0/+15
2013-01-30Fix/improve #2211Andrey Andreev1-2/+2
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-29Replace is_numeric() with ctype_digit()Eric Roberts1-6/+13
2013-01-29Move $get assignment to if/else.Eric Roberts1-2/+4
2013-01-29Remove spaces from concats.Eric Roberts1-5/+5
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-28Multiple pagination bug fixes & optimizations.Eric Roberts1-83/+107
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