summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Eric Barnes1-2/+2
dixy-patch-1 Conflicts: user_guide_src/source/changelog.rst
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
Added a "break 2;" when overriding the Driver file
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 ↵Andrey Andreev1-6/+3
values are needed
2011-12-30Merge pull request #818 from narfbg/develop-image-libPhil Sturgeon1-140/+87
Improve the Image manipulation library
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 ↵Andrey Andreev1-9/+1
characters like we do in an indexed array anyways
2011-12-30Added support for 3-length hex color values format and a number of ↵Andrey Andreev1-38/+49
validation improvements
2011-12-30Some more optimizationsAndrey Andreev1-10/+5
2011-12-29ceil returned float (line 131), so if statement in line 134 was bound to ↵Ronald Beilsma1-2/+2
return false (===, float vs integer)
2011-12-28fixed bug in typography libraryRonald Beilsma1-1/+1
array index starts at 0, not 1
2011-12-28fixed bug in pagination libraryRonald Beilsma1-1/+1
return value of ceil is of type float
2011-12-27Revert "Abstracting the loading of files in the config directory depending ↵Greg Aker2-9/+19
on environments." This reverts commit 5c1aa631c5f5ec2f6b75ba1158178418e50ba11a.
2011-12-27Improve the Encryption libraryAndrey Andreev1-60/+32
2011-12-27Merge pull request #823 from narfbg/develop-sessionPhil Sturgeon1-100/+66
Improve the Session library
2011-12-27Merge pull request #827 from narfbg/develop-tableGreg Aker1-73/+43
Improve the Table library
2011-12-27Merge pull request #828 from narfbg/develop-trackbackGreg Aker1-53/+15
Improve the Trackback library
2011-12-27Merge pull request #830 from narfbg/develop-unit-testGreg Aker1-66/+36
Improve the Unit test library
2011-12-27Merge pull request #831 from narfbg/develop-user-agentGreg Aker1-68/+35
Improve the User agent library
2011-12-27Merge pull request #835 from narfbg/develop-jsGreg Aker2-341/+225
Improve the Javascript & Jquery libs
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
2011-12-27Remove access lines from method descriptionsAndrey Andreev1-19/+0
2011-12-27Remove access lines from method descriptionsAndrey Andreev1-12/+0
2011-12-27Remove access lines from method descriptionsAndrey Andreev1-24/+0
2011-12-27Remove @access from method descriptionsAndrey Andreev2-87/+1
2011-12-26Merge pull request #817 from narfbg/develop-form-validationPhil Sturgeon1-118/+49
Improve the Form validation library
2011-12-26Merge pull request #820 from narfbg/develop-paginationPhil Sturgeon1-22/+8
Improve the Pagination library
2011-12-26Merge pull request #821 from narfbg/develop-profilerPhil Sturgeon1-144/+81
Improve the Profiler library
2011-12-26Merge pull request #826 from EllisLab/feature/abstract-config-loadPhil Sturgeon2-19/+9
Abstracting the loading of files in the config directory depending on environments
2011-12-26Merge pull request #829 from narfbg/develop-typographyPhil Sturgeon1-59/+42
Improve the Typography library
2011-12-26Merge pull request #833 from narfbg/develop-xmlrpcsPhil Sturgeon1-76/+68
Improve the Xmlrpcs library
2011-12-26Merge pull request #837 from EllisLab/feature/remove-sha-libPhil Sturgeon2-341/+27
Removing previously deprecated SHA1 library. Also removed SHA1 method in the Encryption Library.
2011-12-26Replace private with protected, so the class can be easily extendedAndrey Andreev1-4/+4
2011-12-26Replace private with protected, so the class can be easily extendedAndrey Andreev1-15/+15