Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-17 | AND -> && | Andrey Andreev | 1 | -1/+1 | |
2012-06-17 | Pagination: fixed 'rel' attribute handling, added custom attributes support, ↵ | Andrey Andreev | 3 | -50/+81 | |
deprecated 'anchor_class' setting | |||||
2012-06-17 | Merge pull request #1479 from srtfisher/develop | Phil Sturgeon | 1 | -1/+1 | |
A TTL of 0 will keep the cache persistant. | |||||
2012-06-16 | Add an option to disable MIME detection in the Upload library (issue #1494) | Andrey Andreev | 2 | -3/+16 | |
2012-06-16 | anchor_popup() improvements | Andrey Andreev | 3 | -13/+34 | |
2012-06-16 | Fix two anchor_popup() issues | Andrey Andreev | 2 | -5/+3 | |
2012-06-16 | Merge pull request #1495 from vkeranov/develop | Eric Barnes | 1 | -1/+1 | |
Really important space fix in Zip.php | |||||
2012-06-16 | Really important space fix :) | vkeranov | 1 | -1/+1 | |
2012-06-16 | Fix CI_Calendar::generate() not accepting NULLs (introduced in ↵ | Andrey Andreev | 1 | -2/+2 | |
d261b1e89c3d4d5191036d5a5660ef6764e593a0) | |||||
2012-06-16 | Fix issue #999 | Andrey Andreev | 3 | -5/+20 | |
2012-06-16 | Fix local_to_gmt() | Andrey Andreev | 2 | -10/+10 | |
2012-06-16 | Fix issue #938 + some related improvements | Andrey Andreev | 3 | -17/+13 | |
2012-06-16 | Small improvements to form_open() | Andrey Andreev | 1 | -4/+6 | |
2012-06-16 | Merge pull request #1492 from vlakoff/develop | Andrey Andreev | 2 | -12/+12 | |
Documentation: remaining PHP "var" declarations changed to "public" | |||||
2012-06-16 | Documentation: remaining PHP "var" declarations changed to "public" | vlakoff | 2 | -12/+12 | |
Since PHP 4 isn't supported anymore, let's clean up these few PHP "var" declarations which were remaining in the documentation. According to my checks, there is no more PHP "var" left. | |||||
2012-06-16 | Spelling fixes - `wether` to `whether` | Alex Bilbie | 4 | -5/+5 | |
Interestingly `wether` means a castrated ram in old English | |||||
2012-06-16 | All Query Builder methods to respect _protect_identifiers by default | Andrey Andreev | 1 | -18/+24 | |
2012-06-16 | Added an escape parameter to where_in(), or_where_in(), where_not_in(), ↵ | Andrey Andreev | 3 | -18/+16 | |
or_where_not_in() and made where(), or_where() to default the escape setting to the value of _protect_identifiers | |||||
2012-06-16 | Changed order_by() default escaping to _protect_identifiers | Andrey Andreev | 1 | -2/+3 | |
2012-06-16 | Fix issue #318 + added a default to the switch() in CI_Output::minify() | Andrey Andreev | 3 | -39/+50 | |
2012-06-15 | Fix issue #167 | Andrey Andreev | 2 | -1/+2 | |
2012-06-15 | mimes.php: zip, rar, php from pull #1472 | Andrey Andreev | 2 | -3/+7 | |
2012-06-15 | Merge pull request #1490 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 | |
Fix error in Encryption Class documentation | |||||
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 | A TTL of 0 will keep the cache persistant. | Sean Fisher | 1 | -1/+1 | |
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 | |