Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-04 | Misc. style fixes [ci skip] | Andrey Andreev | 2 | -31/+38 | |
2012-10-04 | Merge pull request #1847 from daniel-honestempire/develop | Andrey Andreev | 2 | -2/+4 | |
Support for hashing algorithms other than SHA1 and MD5 | |||||
2012-10-04 | Fix escape_like_str() tests | Andrey Andreev | 1 | -2/+2 | |
2012-10-04 | Fix issue #1789 | Andrey Andreev | 17 | -60/+12 | |
Signed-off-by: Andrey Andreev <narf@bofh.bg> | |||||
2012-10-04 | Updated changelog to include changes to the Encryption library | Daniel Morris | 1 | -0/+2 | |
2012-10-04 | Removed redundant parenthesis around `in_array()` | Daniel Morris | 1 | -1/+1 | |
2012-10-03 | Support for hashing algorithms other than SHA1 and MD5 | Daniel Morris | 1 | -2/+2 | |
Signed-off-by: Daniel Morris <daniel@honestempire.com> | |||||
2012-10-02 | Added .dot and .dotx mimes. Fixes #1803 | Alex Bilbie | 1 | -0/+2 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-10-02 | Added 'binary/octet-stream' as PDF mime. Fixes #1840 and #1828 | Alex Bilbie | 1 | -1/+1 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-09-24 | Merge pull request #1821 from Kristories/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Update user_guide_src/source/libraries/loader.rst | |||||
2012-09-23 | Update user_guide_src/source/libraries/loader.rst | W. Kristianto | 1 | -1/+1 | |
Remove the second parameter | |||||
2012-09-21 | Merge pull request #1820 from appleboy/pagination | Alex Bilbie | 1 | -1/+2 | |
Fixed #1817 Pagination class error | |||||
2012-09-21 | Merge pull request #1819 from appleboy/document | Alex Bilbie | 1 | -1/+1 | |
Fixed pagination document error. | |||||
2012-09-21 | Fixed #1817 Pagination class error | Bo-Yi Wu | 1 | -1/+2 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-09-21 | Fixed pagination document error. | Bo-Yi Wu | 1 | -1/+1 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-09-20 | Merge pull request #1816 from progmedia/develop | Andrey Andreev | 1 | -1/+1 | |
Fixes issue #1815 - input::ip_address() returns incorrect IP behind prox... | |||||
2012-09-20 | Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxy | Adam McCann | 1 | -1/+1 | |
2012-09-19 | Changed the contributing file to a markdown document as Github doesn't ↵ | Alex Bilbie | 2 | -159/+92 | |
support rendering contributing file as rst Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-09-19 | Added a contributing file to appear in pull requests and issues | Alex Bilbie | 2 | -160/+159 | |
https://github.com/blog/1184-contributing-guidelines Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-09-19 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Alex Bilbie | 15 | -19/+32 | |
codeigniter/develop | |||||
2012-09-19 | Ignore composer vendor directory | Alex Bilbie | 1 | -1/+2 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-09-17 | Merge pull request #1783 from vlakoff/develop | Andrey Andreev | 3 | -2/+7 | |
Better server test in redirect() of URL helper | |||||
2012-09-17 | Changelog: add entry for the change in "auto" method of redirect() | vlakoff | 1 | -0/+1 | |
2012-09-17 | redirect() documentation: add a note for IIS users | vlakoff | 1 | -0/+4 | |
2012-09-17 | Merge pull request #1806 from vlakoff/develop-2 | Andrey Andreev | 1 | -2/+2 | |
Better method for getting Output cache file embedded timestamp | |||||
2012-09-16 | Better method for getting Output cache file embedded timestamp | vlakoff | 1 | -2/+2 | |
Faster, shorter code | |||||
2012-09-16 | Minor change in Output cache file check | vlakoff | 1 | -1/+1 | |
Won't change anything in practice, but robuster (and faster) if ever a cache file would be invalid | |||||
2012-09-15 | Merge pull request #1801 from vlakoff/develop-2 | Andrey Andreev | 1 | -1/+1 | |
Update reserved names documentation | |||||
2012-09-15 | Update reserved names documentation | vlakoff | 1 | -1/+1 | |
- EXT removed in 079fbfcde095230f304e889217f897031a948f61 - VIEWPATH added in 8eef9c77512d4fad5357d3cbda83b89f844d7d16 | |||||
2012-09-14 | Merge pull request #1794 from vlakoff/develop-2 | Andrey Andreev | 3 | -2/+5 | |
directory_map() was skipping files and directories named "0" | |||||
2012-09-14 | Merge pull request #1796 from toopay/test-suite | Andrey Andreev | 6 | -6/+6 | |
Set code-coverage limit scope | |||||
2012-09-13 | Set code-coverage limit scope | Taufan Aditya | 6 | -6/+6 | |
Signed-off-by: Taufan Aditya <toopay@taufanaditya.com> | |||||
2012-09-13 | directory_map() was skipping files and directories named "0" | vlakoff | 3 | -2/+5 | |
Close #1757. Thanks @BennyC! | |||||
2012-09-12 | Updated .travis.yml with new services param | Alex Bilbie | 1 | -0/+5 | |
See http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates/ for details | |||||
2012-09-12 | Minor adjustments | Andrey Andreev | 2 | -6/+6 | |
2012-09-12 | Better server test in redirect() of URL helper | vlakoff | 2 | -2/+2 | |
"Location" header bugs are specific to IIS; previous test was matching all HTTP servers under Windows. This test isn't perfect yet ($_SERVER['SERVER_SOFTWARE'], which corresponds to the "Server" header of HTTP response, might be missing), but there is no perfect test. "Refresh" method makes the window blank for quite a noticeable time, so let's not affect other servers because of IIS. | |||||
2012-09-07 | Removed the from the default config variables in the pagination ↵ | Alex Bilbie | 2 | -8/+9 | |
class. Fixes #187 and #208 Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-09-07 | Merge pull request #1720 from appleboy/doc | Alex Bilbie | 3 | -2/+3 | |
fix issue #1719 and update ip address length on captcha helper | |||||
2012-09-07 | Merge pull request #1776 from eweap/db-display-error | Andrey Andreev | 2 | -1/+2 | |
Database display error supporting "Loader.php" and "MY_Loader.php" | |||||
2012-09-07 | Merge pull request #1760 from vlakoff/develop-2 | Alex Bilbie | 1 | -1/+1 | |
Better old captcha image test | |||||
2012-09-05 | Check for "Loader" in $call['class'] instead of $call['file'] | Jonathan Bonnefoy | 1 | -1/+1 | |
2012-09-05 | Database display error supporting "Loader.php" and "MY_Loader.php" | Jonathan Bonnefoy | 2 | -1/+2 | |
2012-09-05 | Misc. style changes | Andrey Andreev | 2 | -2/+2 | |
2012-09-05 | Cleanup and optimize new Session classes | Andrey Andreev | 3 | -128/+221 | |
2012-09-05 | Merge pull request #1770 from dchill42/session | Alex Bilbie | 1 | -0/+12 | |
Session Fixes for #1711 and #1756 | |||||
2012-09-05 | Merge pull request #1771 from pickupman/user_guide-migrations | Andrey Andreev | 1 | -1/+133 | |
Add documation to user guide for Migrations class | |||||
2012-09-05 | Merge pull request #1750 from vlakoff/develop | Andrey Andreev | 1 | -1/+2 | |
Simplification in Text Helper's character_limiter() | |||||
2012-09-04 | More complicated but faster method | vlakoff | 1 | -1/+2 | |
Also added a comment to explain the reason for such a complicated method | |||||
2012-09-04 | Add documation to user guide for Migrations class | Joe McFrederick | 1 | -1/+133 | |
2012-09-04 | That doesn't go there. Put cache fix around correct query. | dchill42 | 1 | -11/+11 | |
Signed-off-by: dchill42 <dchill42@gmail.com> |