summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2012-02-01Merge upstreamAndrey Andreev1-75/+37
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-20Replace AND with &&Andrey Andreev1-4/+2
2012-01-20Revert if() merge, for readabilityAndrey Andreev1-5/+22
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-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
2011-12-31Fix a bug and put some comments describing changes from pull #818Andrey Andreev1-4/+22
2011-12-31Added SELECT version to migrations to make the query a billionth faster.Phil Sturgeon1-1/+1
2011-12-30Replace some list(...) = each(...) expressions with current(), where only val...Andrey Andreev1-6/+3
2011-12-30Merge pull request #818 from narfbg/develop-image-libPhil Sturgeon1-140/+87
2011-12-30Some alignment for readabilityAndrey Andreev1-2/+3
2011-12-30Another fix on a previous commit from this requestAndrey Andreev1-1/+2
2011-12-30Remove a str_split() from the previous commit - we can access string characte...Andrey Andreev1-9/+1
2011-12-30Added support for 3-length hex color values format and a number of validation...Andrey Andreev1-38/+49
2011-12-30Some more optimizationsAndrey Andreev1-10/+5
2011-12-29ceil returned float (line 131), so if statement in line 134 was bound to retu...Ronald Beilsma1-2/+2
2011-12-28fixed bug in typography libraryRonald Beilsma1-1/+1
2011-12-28fixed bug in pagination libraryRonald Beilsma1-1/+1
2011-12-27Revert "Abstracting the loading of files in the config directory depending on...Greg Aker2-9/+19
2011-12-27Improve the Encryption libraryAndrey Andreev1-60/+32
2011-12-27Merge pull request #823 from narfbg/develop-sessionPhil Sturgeon1-100/+66
2011-12-27Merge pull request #827 from narfbg/develop-tableGreg Aker1-73/+43
2011-12-27Merge pull request #828 from narfbg/develop-trackbackGreg Aker1-53/+15
2011-12-27Merge pull request #830 from narfbg/develop-unit-testGreg Aker1-66/+36
2011-12-27Merge pull request #831 from narfbg/develop-user-agentGreg Aker1-68/+35
2011-12-27Merge pull request #835 from narfbg/develop-jsGreg Aker2-341/+225
2011-12-27Remove access lines from method descriptionsAndrey Andreev1-24/+0
2011-12-27Remove access lines from method descriptions and rollback a previous changeAndrey Andreev1-24/+7
2011-12-27Remove access lines from method descriptionsAndrey Andreev1-13/+0