summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-05-14Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patchTimothy Warren13-132/+144
2012-05-13Improve the solution for issue #1342Andrey Andreev1-1/+1
2012-05-11Fix issue #1349Andrey Andreev2-3/+4
2012-05-11Remove a duplicate mobile user agent entryAndrey Andreev1-1/+0
2012-05-11User_agent library improvementsAndrey Andreev3-84/+89
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-07Added a return false if an image doesn't pass XSS cleaning to prevent ↵Wes Baker1-0/+4
file_get_contents from returning a NULL and passing through unscathed.
2012-05-07Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developWes Baker124-2149/+3858
Conflicts: system/core/Security.php
2012-05-07Merge pull request #1330 from dixy/develop-errorsPhil Sturgeon3-3/+3
Remove -webkit prefix for box-shadow
2012-05-05Remove -webkit prefix for box-shadowdixy3-3/+3
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-04Remove temporary branch from travis whitelistTaufan Aditya1-2/+1
2012-05-04Merge remote-tracking branch 'upstream/develop' into db-testsTaufan Aditya2-22/+26
2012-05-04Clean upTaufan Aditya8-40/+10
2012-05-04TRUNCATE code-coverageTaufan Aditya1-0/+61
2012-05-04empty table API code-coverageTaufan Aditya1-0/+39
2012-05-04DELETE code-coverageTaufan Aditya1-0/+72
2012-05-04UPDATE and SET clause code-coverageTaufan Aditya1-0/+71
2012-05-04count code-coverageTaufan Aditya1-0/+44
2012-05-04LIMIT clause API code-coverageTaufan Aditya1-0/+49
2012-05-04ORDER BY clause API code-coverageTaufan Aditya1-0/+55
2012-05-04PDO SQLite bug fixed, for result_objectTaufan Aditya2-12/+7
2012-05-04DISTINCT clause API code-coverageTaufan Aditya1-0/+34
2012-05-04HAVING clause API code-coverageTaufan Aditya3-8/+28
2012-05-04Trace errorTaufan Aditya2-4/+4
2012-05-04GROUP BY clause API code-coverageTaufan Aditya2-1/+39
2012-05-04Merge pull request #1323 from IT-Can/fix-issue-1314Andrey Andreev2-22/+26
unset userdata when sess_destroy() is called
2012-05-04changelog entryMichiel Vugteveen1-1/+2
2012-05-04unset userdataMichiel Vugteveen1-21/+24
2012-05-04LIKE clause API code-coverageTaufan Aditya1-0/+90
2012-05-04WHERE clause API code-coverageTaufan Aditya1-0/+144
2012-05-04JOIN clause API code-coverageTaufan Aditya2-1/+39
2012-05-03Add user entity into schema skeletonTaufan Aditya1-0/+24
2012-05-03FROM clause API code-coverageTaufan Aditya1-0/+51
2012-05-03Cleaning upTaufan Aditya2-11/+10
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-02Merge pull request #1311 from timw4mail/phpdocPhil Sturgeon1-5/+1
Fix phpdoc config file
2012-05-02Fix phpdoc config fileTimothy Warren1-5/+1
2012-05-02Merge upstreamTimothy Warren12-219/+200
2012-05-02Changelog fixAndrey Andreev1-1/+0
2012-05-02Reverted rui_string change.Phil Sturgeon3-6/+5
This had knock-on effects as can be seen in #1306. Issue #122 has been reopend until it is fixed properly.
2012-05-02Added a phpDocumenter config filePhil Sturgeon1-0/+25
Allows API documentation to be built very easily. Wether or not CodeIgniter will support property docblocks or not is currently in question, but at least everything else will show up.