summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Improve core URI & UTF8 librariesAndrey Andreev2-133/+96
2012-01-07Improve the core Security libraryAndrey Andreev1-155/+99
2012-01-07Improve the core Loader libraryAndrey Andreev1-53/+37
2012-01-07Improve core Hooks & Lang librariesAndrey Andreev2-44/+23
2012-01-07Switch quotesAndrey Andreev1-1/+1
2012-01-07Reverted DIRECTORY_SEPARATOR changesAndrey Andreev1-7/+7
2012-01-07Reverted DIRECTORY_SEPARATOR changesAndrey Andreev1-3/+3
2012-01-07Revert DIRECTORY_SEPARATOR changesAndrey Andreev2-3/+3
2012-01-07Improve the core Router libraryAndrey Andreev1-70/+37
2012-01-07Improve the core Output libraryAndrey Andreev1-104/+46
2012-01-07Improve code Input & Model librariesAndrey Andreev2-77/+39
2012-01-07Improve core Controller & Exceptions librariesAndrey Andreev2-59/+40
2012-01-07Improve the Config libraryAndrey Andreev1-74/+40
2012-01-07Improve core/Common.phpAndrey Andreev1-67/+66
2012-01-07Improve core/CodeIgniter.phpAndrey Andreev1-23/+15
2012-01-07Improve the Benchmark libraryAndrey Andreev1-14/+9
2012-01-07Improve typography, url & xml helpersAndrey Andreev3-88/+78
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-06Merge pull request #871 from narfbg/develop-helpers-effPhil Sturgeon3-95/+62
2012-01-06Merge pull request #872 from narfbg/develop-helpers-hilPhil Sturgeon3-76/+33
2012-01-06Merge pull request #873 from narfbg/develop-helpers-nssPhil Sturgeon3-34/+18
2012-01-06Merge pull request #832 from narfbg/develop-xmlrpcPhil Sturgeon1-238/+189
2012-01-06Improve number, path & security helpersAndrey Andreev3-34/+18
2012-01-06Improve html, inflector & language helpersAndrey Andreev3-76/+33
2012-01-06Improve email, file & form helpersAndrey Andreev3-95/+62
2012-01-05Merge pull request #839 from GDmac/developGreg Aker1-2/+2
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 Andreev127-2015/+1276
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 Aker126-126/+126
2012-01-01Merge pull request #849 from narfbg/develop-image-lib-fixPhil Sturgeon1-4/+18
2012-01-01Cut some commentsAndrey Andreev1-5/+1
2011-12-31Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon4-217/+278
2011-12-31Added method chaining to DBForge.Phil Sturgeon1-28/+21
2011-12-31Update system/core/Security.phpRS711-3/+8
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