summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2012-07-05Merge pull request #1576 from Dumk0/patch-6Phil Sturgeon1-1/+1
2012-07-05added space after (int)Dumk01-1/+1
2012-07-05improvement for latest migration id calculationDumk01-1/+1
2012-07-05Fixed annotation for CI_Migration->find_migrations() methodDumk01-2/+2
2012-07-02Merge pull request #1550 from krynble/developAndrey Andreev1-1/+8
2012-07-02Fixed code stylingOmar1-3/+7
2012-07-02Add changelog entry for pull #1556Andrey Andreev1-1/+1
2012-07-02Update xmlrpc coding styleValentin Sheyretski1-1/+3
2012-07-02Update developValentin Sheyretski1-4/+7
2012-07-02Added proxy to XML/RPC clientValio1-4/+14
2012-06-30Respect php.ini's values for calculating the probability of a session gcChristopher Guiney1-8/+5
2012-06-29Fixing imagemagick maintain ratio not implementedOmar1-1/+4
2012-06-29Allow session garbace collection percentage to be configured.Christopher Guiney1-1/+1
2012-06-27valid_email() to always return booleanAndrey Andreev2-2/+2
2012-06-27Correct variable namesTimothy Warren2-2/+2
2012-06-27Update other email validation methodsTimothy Warren2-2/+2
2012-06-27Use ctype_* functions in Form_validation instead of PCRE when possibleAndrey Andreev1-4/+4
2012-06-27Fix a PHPDoc error in FTP Classvlakoff1-1/+1
2012-06-26Correct solution to #1533Andrey Andreev1-1/+1
2012-06-26Fix issue #427Andrey Andreev1-1/+1
2012-06-26Fix issue #1533Andrey Andreev1-1/+1
2012-06-23Added ['reuse_query_string'] to Pagination.Phil Sturgeon1-40/+58
2012-06-21Fix issue #79Andrey Andreev1-2/+1
2012-06-19Fixed Migrations and an incorrect strict comparison.Phil Sturgeon1-1/+1
2012-06-19Property values aligned into one vertical lineDumk01-17/+17
2012-06-18Fix issue #1328Andrey Andreev1-1/+6
2012-06-17AND -> &&Andrey Andreev1-1/+1
2012-06-17Pagination: fixed 'rel' attribute handling, added custom attributes support, ...Andrey Andreev1-27/+59
2012-06-17Merge pull request #1479 from srtfisher/developPhil Sturgeon1-1/+1
2012-06-16Add an option to disable MIME detection in the Upload library (issue #1494)Andrey Andreev1-3/+13
2012-06-16Really important space fix :)vkeranov1-1/+1
2012-06-16Fix CI_Calendar::generate() not accepting NULLs (introduced in d261b1e89c3d4d...Andrey Andreev1-2/+2
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev1-0/+6
2012-06-15Optimize encode_php_tags()Andrey Andreev1-1/+1
2012-06-15some optimizationsMichiel Vugteveen1-9/+21
2012-06-14fixed other functionsMichiel Vugteveen1-4/+4
2012-06-14fixMichiel Vugteveen1-6/+4
2012-06-14exact length passed as string needs to be casted to intMichiel Vugteveen1-1/+3
2012-06-14A TTL of 0 will keep the cache persistant.Sean Fisher1-1/+1
2012-06-14Replace strncmp() usage with strpos()Andrey Andreev4-10/+10
2012-06-14Polish changes from pull #1233 - Session class already has the time_reference...Andrey Andreev1-7/+5
2012-06-14Merge pull request #1223 from Razican/new_dateAndrey Andreev1-3/+11
2012-06-12Changed the config parameter. The session's _get_time() function has also ch...Iban Eguia1-3/+11
2012-06-12Modified Form Validation class's set_rules() so it can now handle an array of...Kevin Wood-Friend1-0/+6
2012-06-12Fix issue #1202Andrey Andreev1-0/+1
2012-06-12Add support for the anchor 'rel' attribute in the Pagination libraryAndrey Andreev1-7/+37
2012-06-12Switch protected properties in Pagination class to public and fix 2 issues fr...Andrey Andreev1-34/+34
2012-06-12Add changelog for pull #1017Andrey Andreev1-2/+2
2012-06-12Merge pull request #1017 from burakerdem/patch-1Andrey Andreev1-3/+3
2012-06-11Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0)Andrey Andreev1-1/+1