Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-15 | Remove CI_Email::_get_ip() | Andrey Andreev | 1 | -0/+1 | |
2012-10-15 | Partially fix #1702 | Andrey Andreev | 1 | -1/+2 | |
2012-10-12 | Set MySQL client compression to FALSE by default (problems reported with ↵ | Andrey Andreev | 2 | -40/+46 | |
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting | |||||
2012-10-11 | [ci skip] Minor changes following PR #1871 | Andrey Andreev | 1 | -8/+8 | |
2012-10-11 | New form_validation rule: 'differs' | Raul Baldner Junior | 2 | -0/+2 | |
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field. | |||||
2012-10-11 | [ci skip] Remove core from the description of libraries loaded by the autoloader | Andrey Andreev | 1 | -1/+1 | |
2012-10-11 | Add a fallback to imap_8bit() for CI_Email::_prep_quoted_printable() | Andrey Andreev | 1 | -1/+1 | |
2012-10-10 | Update Email library docs | Andrey Andreev | 1 | -1/+1 | |
2012-10-10 | Changelog entry for previous commit and change default charset for the Email ↵ | Andrey Andreev | 1 | -0/+2 | |
library to whatever the config array says | |||||
2012-10-09 | Alter CI_Emai::_prep_quoted_printable() | Andrey Andreev | 1 | -0/+2 | |
2012-10-09 | Merge changes from develop | Andrey Andreev | 4 | -12/+33 | |
2012-10-09 | Merge changes from 2.1-stable | Andrey Andreev | 1 | -6/+21 | |
2012-10-09 | Changed Lunix for Linux | Erocanti | 1 | -1/+1 | |
"Lunix" while going over cli docs. | |||||
2012-10-08 | [ci skip] Polish changes from pull #1709 | Andrey Andreev | 1 | -1/+1 | |
2012-10-08 | Fix email headers when using long email subjects and \r\n as crlf. (Part2) | Bruno Barão | 1 | -0/+1 | |
- Better expression for the preg_replace. - Added a entry to the changelog. | |||||
2012-10-07 | Fix a typo [ci skip] | Andrey Andreev | 1 | -1/+1 | |
2012-10-06 | Fix issue #1257 | Andrey Andreev | 1 | -0/+1 | |
2012-10-06 | [ci skip] Alter some changelog entries | Andrey Andreev | 2 | -5/+9 | |
2012-10-06 | Add IPv6 and array() support for *proxy_ips* configuration | Andrey Andreev | 1 | -11/+12 | |
2012-10-05 | Remove an empty line | Andrey Andreev | 1 | -1/+1 | |
2012-10-05 | Merge upstream branch | Andrey Andreev | 53 | -708/+2096 | |
2012-10-05 | Fix issue #1765 | Andrey Andreev | 1 | -0/+1 | |
2012-10-05 | [ci skip] Add Vietnamese characters to foreign_chars.php | Andrey Andreev | 1 | -1/+1 | |
2012-10-05 | [ci skip] More doc fixes | Andrey Andreev | 2 | -2/+2 | |
2012-10-05 | [ci skip] Small doc fixes, thanks dchill42 | Andrey Andreev | 2 | -2/+2 | |
2012-10-05 | Fix #1745 | Andrey Andreev | 2 | -2/+5 | |
2012-10-05 | Merge pull request #1738 from RecoilUK/patch-1 | Andrey Andreev | 1 | -0/+9 | |
Update user_guide_src/source/libraries/form_validation.rst | |||||
2012-10-05 | Polish changes from #1586 | Andrey Andreev | 2 | -4/+4 | |
2012-10-05 | Merge pull request #1586 from melounek/email_return_path | Andrey Andreev | 2 | -0/+8 | |
added parameter for returned-path in Email::from() | |||||
2012-10-05 | Fix issue #1692 | Andrey Andreev | 1 | -2/+3 | |
2012-10-05 | update devel version | Melounek | 39 | -551/+1692 | |
2012-10-05 | Fix issue #1340 [ci skip] | Andrey Andreev | 1 | -0/+1 | |
2012-10-05 | [ci skip] Fix up the cheatsheets page (original pull #1244) | Andrey Andreev | 2 | -4/+11 | |
2012-10-05 | Add PNG transparency support in CI_Image_lib::text_watermark() (originally ↵ | Andrey Andreev | 1 | -4/+5 | |
from pull #1317, partially fixes #1139) | |||||
2012-10-05 | [ci skip] Add a note to the user guide regarding issue #1010 | Andrey Andreev | 1 | -2/+3 | |
2012-10-05 | Fix issue #116 + other space/style fixes [ci skip | Andrey Andreev | 2 | -14/+13 | |
2012-10-05 | Fixed conflicts in changelog to reflect all changes. | Kyle Johnson | 1 | -27/+34 | |
Conflicts: user_guide_src/source/changelog.rst | |||||
2012-10-04 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Daniel Morris | 1 | -28/+32 | |
2012-10-04 | DRY determining server protocol | Daniel Morris | 1 | -0/+1 | |
Signed-off-by: Daniel Morris <daniel@honestempire.com> | |||||
2012-10-04 | Updated changelog with bugfix (#395) | Kyle Johnson | 1 | -0/+1 | |
Signed-off-by: Kyle Johnson <blyxx86@gmail.com> | |||||
2012-10-04 | Misc. style fixes [ci skip] | Andrey Andreev | 1 | -23/+26 | |
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 |