summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2011-10-04Change Windows OS detection approachAndrey Andreev1-1/+1
2011-10-04Merge branch 'ci-issue-60' of github.com:narfbg/CodeIgniter into ci-issue-60Andrey Andreev1-1/+1
2011-10-04Merge upstream changesAndrey Andreev12-65/+53
2011-10-04Merge pull request #513 from freewil/core-cleanupPhil Sturgeon1-20/+0
2011-10-04Issue 352: Since the MySQL client API version matters, PHP and MySQL version ...RH Becker2-31/+9
2011-10-01Merge pull request #508 from wooptoo/developPhil Sturgeon1-1/+29
2011-09-30cleanup docblocks, remove dated CI_CORE constantfreewil1-20/+0
2011-09-29style edit, print error if crypto failsRadu Potop1-1/+11
2011-09-28Added TLS and SSL support to Email library. Fixes issue #171Radu Potop1-1/+19
2011-09-28Fixing issue 465: select_max is adding prefix to table aliases when is not ne...Juan José González1-1/+1
2011-09-26Use CI's is_php() instead of comparing against phpversion()Andrey Andreev1-1/+1
2011-09-25Fix #484 - Hash is never set to the cookieChris Berthe1-1/+2
2011-09-24Fix an erroneus variable name and a typo in commentsAndrey Andreev1-2/+2
2011-09-24Fixing the documentation link in the Unit_test library so that it points to t...Gerry1-2/+2
2011-09-24Fixing the documentation link in the Typography library so that it's validGerry1-2/+2
2011-09-24Fixing the Encryption link in the Sha1 library so that it's validGerry1-2/+2
2011-09-24Fixing the documentation url given in the Table libraryGerry1-2/+2
2011-09-24Suppress warnings generated by get_magic_quotes_gpc() (issue #467)Andrey Andreev1-1/+1
2011-09-24Skip is_array() checkAndrey Andreev1-1/+1
2011-09-24Fix a variable type mismatch (issue #89) in system/database/DB_driver.phpAndrey Andreev1-1/+1
2011-09-24Escape WHERE clause field names in the DB update_string() methodAndrey Andreev1-1/+2
2011-09-24Fix alignment with tabs instead of spacesAndrey Andreev1-1/+1
2011-09-24Remove an unnecessary variable initializationAndrey Andreev1-2/+0
2011-09-24Added _file_mime_type() method to system/libraries/Upload.php in order to fix...Andrey Andreev1-2/+66
2011-09-23Merge pull request #480 from rommelxcastro/ci-issue-192Phil Sturgeon1-0/+1
2011-09-23Merge pull request #469 from narfbg/ci-issue-182Greg Aker1-7/+10
2011-09-23Merge pull request #479 from narfbg/ci-oci-insert-batchGreg Aker1-1/+29
2011-09-23fixed issue #192Rommel Castro A1-0/+1
2011-09-23Add brackets to the for() loopAndrey Andreev1-0/+2
2011-09-23Add ->db->insert_batch() support to the OCI8 (Oracle) driverAndrey Andreev1-1/+27
2011-09-22Added a condition so that the previous link respects use_page_numbers configu...garthkerr1-1/+1
2011-09-21Merge branch 'develop' of https://github.com/akuzemchak/CodeIgniter into akuz...Eric Barnes1-12/+39
2011-09-21Fix issue #182 in system/database/drivers/oci8_result.php by caching the num_...Andrey Andreev1-7/+10
2011-09-19Fixed style guide suggestion from philsturgeon on code reviewCloudmanic Labs, LLC1-1/+1
2011-09-18Migrations: Added a config that allows the system to migration to the latest ...Cloudmanic Labs, LLC1-0/+10
2011-09-18Added support to select the name of the database table you are going to use i...Cloudmanic Labs, LLC1-6/+13
2011-09-17Fix ./system/database/drivers/oci8_driver.php to pass the configured database...narfbg1-3/+3
2011-09-16- check if file exists before unlinkingJeroen van der Gulik1-2/+9
2011-09-15Update: Incorrect comments for clean method in CI_Email classBo-Yi Wu1-0/+1
2011-09-13Update: change _fetch_from_array form private to protectedBo-Yi Wu1-3/+3
2011-09-12Update: modified return bool value on commentBo-Yi Wu2-2/+2
2011-09-12Update: check filter_var function existBo-Yi Wu1-1/+1
2011-09-12Update: add public or private prefix.Bo-Yi Wu1-13/+17
2011-09-12Update: if php version >= 5.2, use filter_var to check validate ip.Bo-Yi Wu1-0/+6
2011-09-10Merge pull request #389 from vjnrv/patch-1Eric Barnes1-1/+1
2011-09-08Merge pull request #345 from kylefarris/patch-1Phil Sturgeon1-1/+2
2011-09-07Use NULL as the default value for offset in limit(x, offset) so that default ...Phil Sturgeon1-2/+2
2011-09-06Major speed improvement in function random_string() for cases 'alpha', 'alnum...druu1-6/+3
2011-09-05CI_Profiler => Accepting objects while profiling session data.Pedro Junior1-1/+1
2011-09-04utilizing ternary syntax to clean up some conditionalsAaron Kuzemchak1-40/+6