summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2012-05-17Clean up the librariesAndrey Andreev24-414/+383
2012-05-17Cleanup the core classesAndrey Andreev15-132/+135
2012-05-15Minor changes on the pull #1355 additionsAndrey Andreev1-4/+4
2012-05-15Merge pull request #1355 from shidec/developAndrey Andreev1-0/+93
Escaping boolean data type, some DBMS (e.g., postgre) need it
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-10/+2
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-2/+2
2012-05-15Rollback changes, move it to postgre_driverSoesapto Joeni Hantoro1-4/+0
2012-05-15Rollback changes, move it to postgre_driverSoesapto Joeni Hantoro1-1/+1
2012-05-15Escaping boolean data type on postgreSoesapto Joeni Hantoro1-0/+101
2012-05-15Merge pull request #1324 from toopay/db-testsPhil Sturgeon1-12/+7
Improved DB tests
2012-05-13Improve the solution for issue #1342Andrey Andreev1-1/+1
2012-05-11Fix issue #1349Andrey Andreev1-1/+1
2012-05-11User_agent library improvementsAndrey Andreev1-12/+12
2012-05-11Escaping boolean data type, some DBMS (e.g., postgre) need itSoesapto Joeni Hantoro1-1/+1
2012-05-11simpler script, add boolean handling on DB_driver/escapeSoesapto Joeni Hantoro1-14/+4
2012-05-11Generate better conditions statement on boolean field type. Actually boolean ↵Soesapto Joeni Hantoro1-1/+15
field type need TRUE or FALSE value. Common DBMS (e.g., MySQL) can substite this value with 1 or 0, but it can't be implemented on PostgreSQL. So, its better to use TRUE or FALSE value for boolean field type.
2012-05-09Fix issue #1342Andrey Andreev1-1/+1
2012-05-07Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developWes Baker74-1975/+2934
Conflicts: system/core/Security.php
2012-05-05Merge pull request #1325 from st2/developAndrey Andreev1-1/+1
Update system/database/drivers/interbase/interbase_utility.php
2012-05-05Added a return false if an image doesn't pass XSS cleaning to prevent ↵Wes Baker1-1/+5
file_get_contents from returning a NULL and passing through unscathed.
2012-05-04Update system/database/drivers/interbase/interbase_utility.phpCusco1-1/+1
2012-05-04Merge remote-tracking branch 'upstream/develop' into db-testsTaufan Aditya1-21/+24
2012-05-04PDO SQLite bug fixed, for result_objectTaufan Aditya1-12/+7
2012-05-04unset userdataMichiel Vugteveen1-21/+24
2012-05-02Merge pull request #1312 from petsagouris/fix-xmlrpc-typosAndrey Andreev1-3/+3
Fixing some typos in the xmlrpc class
2012-05-02Merge pull request #1313 from petsagouris/fix-form-validation-typoAndrey Andreev1-1/+1
Fixing a typo in Form Validation
2012-05-02Fixing some typos in the xmlrpc class.George Petsagourakis1-3/+3
Also, fputs is an alias for fwrite.
2012-05-02Fixing some typos.George Petsagourakis1-1/+1
2012-05-02Reverted rui_string change.Phil Sturgeon2-6/+3
This had knock-on effects as can be seen in #1306. Issue #122 has been reopend until it is fixed properly.
2012-05-02Fix a wrong variable nameAndrey Andreev1-1/+1
2012-05-02Merge pull request #876 from narfbg/develop-helpers-sstAndrey Andreev3-196/+156
Improve the smiley, string & text helpers
2012-05-02Merge pull request #1304 from petsagouris/minor-assignment-fixAndrey Andreev1-1/+1
Minor assignment fix.
2012-05-02Fix pagination anchor_class with multiple initializationsAndrey Andreev1-6/+5
2012-05-02Merge pull request #1285 from Kosmin/patch-1Andrey Andreev1-1/+1
Update system/libraries/Javascript.php
2012-05-02Update system/libraries/Javascript.phpCosmin Atanasiu1-8/+1
2012-05-01Update system/libraries/Javascript.phpCosmin Atanasiu1-8/+8
2012-05-01Update system/libraries/Javascript.phpCosmin Atanasiu1-1/+8
2012-04-30Reverted recent commit, cookie_prefix was breaking things.Phil Sturgeon1-1/+0
2012-04-28Minor assignment fix.George Petsagourakis1-1/+1
Can not use $array[] for reading.
2012-04-28Important spelling fix to CodeIgniter.php fileChris Berthe1-1/+1
2012-04-27Fix docblocks A-HTimothy Warren10-671/+680
2012-04-27Fix calendar and session librariesTimothy Warren3-24/+199
2012-04-27Fixed Cart, Migration, Parser and Zip librariesTimothy Warren4-6/+137
2012-04-27Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into ↵Timothy Warren2-11/+16
library-cleanup
2012-04-27Fix Cache, Image_lib and Log librariesTimothy Warren3-2/+142
2012-04-27Merge pull request #1298 from zivyuan/patch-1Phil Sturgeon1-0/+1
Cookie $index should start with a prefix.
2012-04-27Merge upstream branchAndrey Andreev123-7246/+6007
2012-04-27Update system/core/Input.php ziv1-0/+1
Fix a cookie get back problem. Cookie $index should start with a prefix.
2012-04-27Fix Config.php and partially fix Image_lib.phpTimothy Warren2-25/+205
2012-04-27Fix Table library docblocksTimothy Warren1-2/+50