summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2013-04-04Fix #2380 and deprecate CI_Router::fetch_*() methodsAndrey Andreev1-1/+1
2013-04-01Merge pull request #2303 from lracicot/developAndrey Andreev1-2/+2
2013-04-01Merge pull request #2369 from vlakoff/develop-2Andrey Andreev3-4/+2
2013-03-30Modified do_upload() to use UPLOAD_ERR constants.Darren Benney1-7/+7
2013-03-30Some cleanup related to mt_rand()vlakoff3-4/+2
2013-03-21Added array notation for keys in Input librarynisheeth-barthwal1-0/+15
2013-03-13removing linebreakSam Doidge1-1/+1
2013-03-13adding thumb_marker to image_lib->clear()Sam Doidge1-2/+2
2013-03-12Fix #2320Andrey Andreev1-3/+3
2013-03-11reorder rules in product name regex by importanceLouis Racicot1-2/+2
2013-03-07check if uft8 is enabledLouis Racicot1-1/+1
2013-03-06Full unicode support for the product name.Louis Racicot1-2/+2
2013-03-06Github broke the file encoding. I repaired it.Louis Racicot1-1/+1
2013-03-06Update Cart.phpLouis Racicot1-1/+1
2013-03-05Add unicode support in cart product name for unicode 00C000 to 00E01F.Louis Racicot1-2/+2
2013-03-04Cache file driver: clean() now preserves .htaccess and index filesvlakoff1-1/+1
2013-03-04Merge pull request #2190 from danhunsaker/feature/exit-statusAndrey Andreev2-5/+3
2013-03-04[ci skip] Fix #2289Andrey Andreev1-3/+2
2013-03-04Reverting changes to functions that have no business being used in CLI apps t...Daniel Hunsaker2-6/+3
2013-03-04Oops, missed a few places where EXIT_SUCCESS was being used.Daniel Hunsaker1-2/+2
2013-03-04Updated in accordance with feedback from @narfbgDaniel Hunsaker2-2/+2
2013-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...Daniel Hunsaker1-1/+1
2013-03-02Fix Session cookie driver storing untrimmed user agent string in the database...Daniel Robbins1-1/+1
2013-02-23Updated exit codes as constant valuesDaniel Hunsaker3-4/+4
2013-02-22Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...Daniel Hunsaker16-162/+223
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