Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-15 | Fix error in Encryption Class documentation | vlakoff | 1 | -1/+1 | |
One ANSI character is 8 bits, so 32 characters are not 128 bits but 256 bits. | |||||
2012-06-15 | Merge pull request #1487 from IT-Can/query-error-sql-log | Phil Sturgeon | 1 | -1/+1 | |
[Database] Extra debug info when there is a Query error. | |||||
2012-06-15 | Add support for HTTP code 303 in set_status_header(), as suggested in pull #341 | Andrey Andreev | 2 | -7/+14 | |
2012-06-15 | more logging | Michiel Vugteveen | 1 | -1/+1 | |
2012-06-15 | Fix nice_date() documentation | Andrey Andreev | 1 | -5/+7 | |
2012-06-15 | Fix issue #520 | Andrey Andreev | 2 | -0/+5 | |
2012-06-15 | Optimize encode_php_tags() | Andrey Andreev | 2 | -2/+2 | |
2012-06-15 | Update simple_query() documentation (issue #1484) | Andrey Andreev | 1 | -5/+25 | |
2012-06-15 | Merge pull request #1480 from IT-Can/fix-validation-exactlength | Andrey Andreev | 1 | -6/+18 | |
Validation exact_length not working | |||||
2012-06-15 | some optimizations | Michiel Vugteveen | 1 | -9/+21 | |
2012-06-15 | Fix having() | Andrey Andreev | 1 | -4/+3 | |
2012-06-15 | Fix issue #1483 | Andrey Andreev | 1 | -1/+1 | |
2012-06-15 | Fix issue #1482 | Andrey Andreev | 1 | -1/+1 | |
2012-06-15 | Fixed ANOTHER DB_Forge bug in the mysql driver. | Phil Sturgeon | 1 | -1/+1 | |
I'm watching you @narfbg. | |||||
2012-06-15 | Somebody double `$$`ed, causing error | Phil Sturgeon | 1 | -1/+1 | |
Severity: 4096 Message: Object of class CI_DB_mysql_forge could not be converted to string Filename: database/DB_forge.php Line Number: 234 | |||||
2012-06-15 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 174 | -2486/+2760 | |
2012-06-15 | Merge branch 'feature/minify_output' of ↵ | Phil Sturgeon | 2 | -3/+177 | |
https://github.com/atiredmachine/CodeIgniter into develop | |||||
2012-06-14 | fixed other functions | Michiel Vugteveen | 1 | -4/+4 | |
2012-06-14 | fix | Michiel Vugteveen | 1 | -6/+4 | |
2012-06-14 | exact length passed as string needs to be casted to int | Michiel Vugteveen | 1 | -1/+3 | |
2012-06-14 | Improve date helper functions human_to_unix() and nice_date() | Andrey Andreev | 1 | -37/+14 | |
2012-06-14 | Some date helper improvements | Andrey Andreev | 1 | -60/+43 | |
2012-06-14 | Replace strncmp() usage with strpos() | Andrey Andreev | 4 | -10/+10 | |
2012-06-14 | Add changelog entry for issue #1387 | Andrey Andreev | 1 | -0/+1 | |
2012-06-14 | Some optimizations to the date helper | Andrey Andreev | 1 | -10/+8 | |
2012-06-14 | Some optimizations to the date helper tests | Andrey Andreev | 1 | -4/+4 | |
2012-06-14 | test_now_gmt() -> test_now_utc() | Andrey Andreev | 1 | -5/+4 | |
2012-06-14 | Alter now() tests | Andrey Andreev | 1 | -0/+12 | |
2012-06-14 | Comment out _set_uri_string() test as it is no longer callable from outside ↵ | Andrey Andreev | 1 | -0/+5 | |
the class | |||||
2012-06-14 | And yet another missed line from the last one | Andrey Andreev | 1 | -1/+1 | |
2012-06-14 | Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2 | Andrey Andreev | 1 | -3/+3 | |
2012-06-14 | Polish changes from pull #1233 - Session class already has the ↵ | Andrey Andreev | 4 | -20/+12 | |
time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text | |||||
2012-06-14 | Merge pull request #1223 from Razican/new_date | Andrey Andreev | 6 | -32/+55 | |
New now() function for the Date helper | |||||
2012-06-14 | Fix issue #10 + URI class speed improvements | Andrey Andreev | 2 | -10/+14 | |
2012-06-13 | Fixed some stuff in documentation. | Iban Eguia | 4 | -10/+14 | |
2012-06-13 | Switch compile_binds() to use substr_replace() instead of str_replace() | Andrey Andreev | 1 | -17/+13 | |
2012-06-13 | Really fix compile_binds() | Andrey Andreev | 1 | -9/+35 | |
2012-06-13 | Another input library docs fix | Andrey Andreev | 1 | -1/+2 | |
2012-06-13 | Fix docs for Input library (issue #1465) | Andrey Andreev | 1 | -27/+10 | |
2012-06-13 | Add a changelog entry | Andrey Andreev | 1 | -0/+1 | |
2012-06-13 | Fix a syntax error | Andrey Andreev | 1 | -1/+1 | |
2012-06-12 | Additional improvements to compile_binds() | Andrey Andreev | 1 | -4/+8 | |
2012-06-12 | Merge pull request #1461 from kwoodfriend/develop | Andrey Andreev | 3 | -1/+12 | |
Modified Form Validation class's set_rules() | |||||
2012-06-12 | Fix issue #1460 | Andrey Andreev | 1 | -1/+1 | |
2012-06-12 | Updated Form Validation's documentation for set_rules() now accepting an ↵ | Kevin Wood-Friend | 1 | -1/+5 | |
array of rules | |||||
2012-06-12 | Changed the config parameter. The session's _get_time() function has also ↵ | Iban Eguia | 5 | -13/+18 | |
changed. | |||||
2012-06-12 | Updated changelog for set_rules() accepting an array of rules, as well as a ↵ | Kevin Wood-Friend | 1 | -0/+1 | |
string. | |||||
2012-06-12 | Modified Form Validation class's set_rules() so it can now handle an array ↵ | Kevin Wood-Friend | 1 | -0/+6 | |
of rules, instead of just a string | |||||
2012-06-12 | Fix issue #145 | Andrey Andreev | 2 | -17/+10 | |
2012-06-12 | Fix APPPATH | Andrey Andreev | 2 | -3/+3 | |