summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Merge pull request #1107 from diogoosorio/developAndrey Andreev1-2/+5
2012-03-02Made the code more readable, updated the changelog.Diogo Osório1-1/+1
2012-03-02#1080 - Check if the SMTP connection and authentication were successfull.Diogo Osório1-2/+5
2012-03-02Limit db session select to single rowTimothy Warren1-1/+1
2012-03-02updated error_array #565Michiel Vugteveen1-0/+14
2012-03-02Fix issue #803 (Profiler library didn't handle objects properly)Andrey Andreev1-7/+5
2012-03-01Fix issue #153 (E_NOTICE generated by getimagesize())Andrey Andreev1-9/+7
2012-03-01Some other minor improvements to the Email libraryAndrey Andreev1-81/+67
2012-03-01Switch ANDs to &&, || to OR in the Email classAndrey Andreev1-14/+13
2012-03-01Remove access lines and fix method description blocks in the Email classAndrey Andreev1-84/+25
2012-03-01Switch private properties in the Email class to protectedAndrey Andreev1-24/+25
2012-02-29removed double slashMichiel Vugteveen1-1/+1
2012-02-29Merged in 2.1-stable changes.Phil Sturgeon2-24/+81
2012-02-28Replace AND with &&Andrey Andreev1-1/+1
2012-02-28Fix issue #177Andrey Andreev1-28/+14
2012-02-17Fixed issue #960Marcos Garcia1-7/+0
2012-02-15Lowered the file permissions for file caches.Yorick Peterse1-1/+1
2012-02-02Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev1-56/+77
2012-02-01Merge upstreamAndrey Andreev1-75/+37
2012-02-01Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev2-75/+38
2012-01-25Merge pull request #842 from narfbg/develop-encryptPhil Sturgeon1-75/+37
2012-01-24Revert a space in the license agreement :)Andrey Andreev1-1/+1
2012-01-24Revert a space in the license agreement :)Andrey Andreev1-1/+1
2012-01-24Revert a space in the license agreement :)Andrey Andreev1-1/+1
2012-01-20Replace AND with &&Andrey Andreev1-4/+2
2012-01-20Revert if() merge, for readabilityAndrey Andreev1-5/+22
2012-01-19Some more cleaningAndrey Andreev1-146/+104
2012-01-19Some more cleaningAndrey Andreev1-4/+2
2012-01-19Still update the session on AJAX calls, just don't regenerate the session IDAndrey Andreev1-6/+30
2012-01-19Fix issue #154Andrey Andreev1-68/+50
2012-01-16APC throws "apc_store() expects parameter 3 to be long, string given". Valida...Sean Fisher1-0/+1
2012-01-12Remove a quoteAndrey Andreev1-1/+1
2012-01-12CI_Image_lib::image_reproportion() to work if only one of either width or hei...Andrey Andreev1-107/+88
2012-01-12array keys should be 0, 1, and 2. key 3 results in error (invalid offset)Ronald Beilsma1-1/+1
2012-01-10Two returnsAndrey Andreev1-3/+2
2012-01-10Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developRonald Beilsma30-456/+336
2012-01-08Some more misc. stuffAndrey Andreev1-10/+3
2012-01-07Fix the same expression in crop()Andrey Andreev1-1/+1
2012-01-07Fixed a bug in CI_Image_lib::resize()Andrey Andreev1-1/+1
2012-01-05Merge upstream branchAndrey Andreev1-4/+10
2012-01-05Merge branch 'patch-1' of https://github.com/dixy/CodeIgniter-1 into dixy-pat...Eric Barnes1-2/+2
2012-01-04Fixed paging with prefix and suffix for real page numbers. Refs #677 Fixes #52Eric Barnes1-3/+4
2012-01-04Fixed prefix and suffix in pagination. Fixes #677Eric Barnes1-0/+5
2012-01-03Merge remote-tracking branch 'upstream/develop' into develop-xmlrpcAndrey Andreev31-1746/+892
2012-01-03Replace htmlentities() with htmlspecialchars() to fix issue #561Andrey Andreev1-1/+8
2012-01-03Fix a comment and remove access description linesAndrey Andreev1-42/+4
2012-01-02Merge pull request #615 from onigoetz/patch-1Phil Sturgeon1-1/+1
2012-01-02Updating copyright date to 2012Greg Aker30-30/+30
2012-01-01Cut some commentsAndrey Andreev1-5/+1
2011-12-31Fix a comment typoAndrey Andreev1-1/+1