Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-04 | Merge pull request #1847 from daniel-honestempire/develop | Andrey Andreev | 1 | -0/+2 | |
Support for hashing algorithms other than SHA1 and MD5 | |||||
2012-10-04 | Fix issue #1789 | Andrey Andreev | 1 | -5/+6 | |
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-09-23 | Update user_guide_src/source/libraries/loader.rst | W. Kristianto | 1 | -1/+1 | |
Remove the second parameter | |||||
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-17 | Merge pull request #1783 from vlakoff/develop | Andrey Andreev | 2 | -1/+6 | |
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-15 | Update reserved names documentation | vlakoff | 1 | -1/+1 | |
- EXT removed in 079fbfcde095230f304e889217f897031a948f61 - VIEWPATH added in 8eef9c77512d4fad5357d3cbda83b89f844d7d16 | |||||
2012-09-13 | directory_map() was skipping files and directories named "0" | vlakoff | 1 | -0/+1 | |
Close #1757. Thanks @BennyC! | |||||
2012-09-12 | Minor adjustments | Andrey Andreev | 1 | -5/+5 | |
2012-09-12 | Better server test in redirect() of URL helper | vlakoff | 1 | -1/+1 | |
"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 | 1 | -0/+1 | |
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-05 | Database display error supporting "Loader.php" and "MY_Loader.php" | Jonathan Bonnefoy | 1 | -0/+1 | |
2012-09-04 | Add documation to user guide for Migrations class | Joe McFrederick | 1 | -1/+133 | |
2012-09-03 | Fix #1741 is_unique duplicated in documentation for Form_validation | pickupman | 1 | -1/+0 | |
2012-09-02 | Merge pull request #1727 from pickupman/bugfix-loader-view_file | Alex Bilbie | 1 | -0/+1 | |
Fix bug #1000 | |||||
2012-08-31 | fix issue #1719 and update ip address length on captcha helper | Bo-Yi Wu | 3 | -2/+3 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-08-31 | Merge pull request #1732 from IT-Can/mysql-compression | Alex Bilbie | 2 | -1/+7 | |
MySQL & MySQLi client compression | |||||
2012-08-30 | Added autoload drivers config, added Session and Loader changes to ↵ | dchill42 | 2 | -10/+40 | |
changelog, added Session config items to upgrade guide Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session | dchill42 | 6 | -17/+44 | |
2012-08-23 | Update user_guide_src/source/libraries/form_validation.rst | RecoilUK | 1 | -0/+9 | |
2012-08-23 | Merge branch 'feature/js-userguide-search' into develop | Derek Jones | 4 | -9/+29 | |
2012-08-21 | docx mimetype added | Michiel Vugteveen | 1 | -1/+2 | |
2012-08-21 | changelog fix | Michiel Vugteveen | 1 | -1/+1 | |
2012-08-21 | driver fix + userguide + changelog | Michiel Vugteveen | 2 | -2/+8 | |
2012-08-21 | Switching to Sphinx's built in JavaScript search | Derek Jones | 4 | -9/+29 | |
- disabled rST source copying, the contextual results for the search don't render, so they look goofy - added .highlighted class to CSS for highlighting search terms - replaced Google search form with native search form (and separated into its own theme file) - added body class to #content div for JS highlighter to hook onto | |||||
2012-08-20 | fixed RST indentation error in 3.0.0 upgrade instructions code sample | Derek Jones | 1 | -0/+1 | |
2012-08-20 | Fixing code sample styling and footer link | Derek Jones | 2 | -1/+5 | |
2012-08-18 | Fix bug #1000 | Joe McFrederick | 1 | -0/+1 | |
2012-08-15 | Add changelog entry for pull #1601 | Andrey Andreev | 1 | -6/+7 | |
2012-08-13 | Minor doc fixes | dchill42 | 2 | -5/+5 | |
2012-08-12 | Updated Loader and Session documentation | dchill42 | 3 | -84/+328 | |
2012-07-31 | Added upgrade note about the breaking change in the email library. Problem ↵ | Alex Bilbie | 1 | -1/+13 | |
noticed in #1671 | |||||
2012-07-30 | Some clean-up and style changes | Andrey Andreev | 2 | -6/+6 | |
2012-07-30 | Updated changelog | Alex Bilbie | 1 | -1/+3 | |
2012-07-30 | Updated email library documentation | Alex Bilbie | 1 | -0/+8 | |
2012-07-29 | Added documentation for mailto function. | InFog | 1 | -1/+6 | |
2012-07-28 | Merge pull request #1640 from thecrypticace/develop | Alex Bilbie | 1 | -1/+1 | |
Added support for IP Address Range Masks to the Proxy IPs config option | |||||
2012-07-27 | Change log for IPv4 range mask support | Jordan Pittman | 1 | -1/+1 | |
2012-07-27 | Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add ↵ | Andrey Andreev | 1 | -1/+1 | |
changelog entries for pull #1654 | |||||
2012-07-23 | Fix issue #1644 | Andrey Andreev | 1 | -0/+1 | |
2012-07-23 | Fix a bug in CI_DB_sqlsrv_driver::affected_rows() | Andrey Andreev | 1 | -0/+1 | |
2012-07-13 | Add a changelog entry for issue #1605 (pull #1606) and remove some spaces | Andrey Andreev | 1 | -0/+1 | |
2012-07-13 | Fix issue #1613 | Andrey Andreev | 1 | -0/+1 | |
2012-07-10 | Follow-up to #1398, #1548 | Andrey Andreev | 1 | -2/+5 | |
2012-07-10 | Merge pull request #1548 from chrisguiney/error_reporting | Andrey Andreev | 1 | -0/+1 | |
Respect display_errors when deciding if to display an error... | |||||
2012-07-08 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 2 | -0/+6 | |
feature/db_subdrivers | |||||
2012-07-08 | #1558 | Andrey Andreev | 1 | -0/+1 | |