summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
AgeCommit message (Collapse)AuthorFilesLines
2012-10-09Merge changes from 2.1-stableAndrey Andreev1-6/+21
2012-10-09Changed Lunix for Linux Erocanti1-1/+1
"Lunix" while going over cli docs.
2012-10-08[ci skip] Polish changes from pull #1709Andrey Andreev1-1/+1
2012-10-08Fix email headers when using long email subjects and \r\n as crlf. (Part2)Bruno Barão1-0/+1
- Better expression for the preg_replace. - Added a entry to the changelog.
2012-10-07Fix a typo [ci skip]Andrey Andreev1-1/+1
2012-10-06Fix issue #1257Andrey Andreev1-0/+1
2012-10-06[ci skip] Alter some changelog entriesAndrey Andreev2-5/+9
2012-10-05Remove an empty lineAndrey Andreev1-1/+1
2012-10-05Merge upstream branchAndrey Andreev53-708/+2096
2012-10-05Fix issue #1765Andrey Andreev1-0/+1
2012-10-05[ci skip] Add Vietnamese characters to foreign_chars.phpAndrey Andreev1-1/+1
2012-10-05[ci skip] More doc fixesAndrey Andreev2-2/+2
2012-10-05[ci skip] Small doc fixes, thanks dchill42Andrey Andreev2-2/+2
2012-10-05Fix #1745Andrey Andreev2-2/+5
2012-10-05Merge pull request #1738 from RecoilUK/patch-1Andrey Andreev1-0/+9
Update user_guide_src/source/libraries/form_validation.rst
2012-10-05Polish changes from #1586Andrey Andreev2-4/+4
2012-10-05Merge pull request #1586 from melounek/email_return_pathAndrey Andreev2-0/+8
added parameter for returned-path in Email::from()
2012-10-05Fix issue #1692Andrey Andreev1-2/+3
2012-10-05update devel versionMelounek39-551/+1692
2012-10-05Fix issue #1340 [ci skip]Andrey Andreev1-0/+1
2012-10-05[ci skip] Fix up the cheatsheets page (original pull #1244)Andrey Andreev2-4/+11
2012-10-05Add PNG transparency support in CI_Image_lib::text_watermark() (originally ↵Andrey Andreev1-4/+5
from pull #1317, partially fixes #1139)
2012-10-05[ci skip] Add a note to the user guide regarding issue #1010Andrey Andreev1-2/+3
2012-10-05Fix issue #116 + other space/style fixes [ci skipAndrey Andreev2-14/+13
2012-10-05Fixed conflicts in changelog to reflect all changes.Kyle Johnson1-27/+34
Conflicts: user_guide_src/source/changelog.rst
2012-10-04Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developDaniel Morris1-28/+32
2012-10-04DRY determining server protocolDaniel Morris1-0/+1
Signed-off-by: Daniel Morris <daniel@honestempire.com>
2012-10-04Updated changelog with bugfix (#395)Kyle Johnson1-0/+1
Signed-off-by: Kyle Johnson <blyxx86@gmail.com>
2012-10-04Misc. style fixes [ci skip]Andrey Andreev1-23/+26
2012-10-04Merge pull request #1847 from daniel-honestempire/developAndrey Andreev1-0/+2
Support for hashing algorithms other than SHA1 and MD5
2012-10-04Fix issue #1789Andrey Andreev1-5/+6
Signed-off-by: Andrey Andreev <narf@bofh.bg>
2012-10-04Updated changelog to include changes to the Encryption libraryDaniel Morris1-0/+2
2012-09-23Update user_guide_src/source/libraries/loader.rstW. Kristianto1-1/+1
Remove the second parameter
2012-09-21Fixed pagination document error.Bo-Yi Wu1-1/+1
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2012-09-17Merge pull request #1783 from vlakoff/developAndrey Andreev2-1/+6
Better server test in redirect() of URL helper
2012-09-17Changelog: add entry for the change in "auto" method of redirect()vlakoff1-0/+1
2012-09-17redirect() documentation: add a note for IIS usersvlakoff1-0/+4
2012-09-15Update reserved names documentationvlakoff1-1/+1
- EXT removed in 079fbfcde095230f304e889217f897031a948f61 - VIEWPATH added in 8eef9c77512d4fad5357d3cbda83b89f844d7d16
2012-09-13directory_map() was skipping files and directories named "0"vlakoff1-0/+1
Close #1757. Thanks @BennyC!
2012-09-12Minor adjustmentsAndrey Andreev1-5/+5
2012-09-12Better server test in redirect() of URL helpervlakoff1-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-07Removed the &nbsp; from the default config variables in the pagination ↵Alex Bilbie1-0/+1
class. Fixes #187 and #208 Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-09-07Merge pull request #1720 from appleboy/docAlex Bilbie3-2/+3
fix issue #1719 and update ip address length on captcha helper
2012-09-05Database display error supporting "Loader.php" and "MY_Loader.php"Jonathan Bonnefoy1-0/+1
2012-09-04Add documation to user guide for Migrations classJoe McFrederick1-1/+133
2012-09-03Fix #1741 is_unique duplicated in documentation for Form_validationpickupman1-1/+0
2012-09-02Merge pull request #1727 from pickupman/bugfix-loader-view_fileAlex Bilbie1-0/+1
Fix bug #1000
2012-08-31fix issue #1719 and update ip address length on captcha helperBo-Yi Wu3-2/+3
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2012-08-31Merge pull request #1732 from IT-Can/mysql-compressionAlex Bilbie2-1/+7
MySQL & MySQLi client compression
2012-08-30Added autoload drivers config, added Session and Loader changes to ↵dchill422-10/+40
changelog, added Session config items to upgrade guide Signed-off-by: dchill42 <dchill42@gmail.com>