Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
63391f7db5811c5569246a713df456d602cbad13
/
user_guide_src
/
source
c771928
Remove CI_Email::_get_ip()
by Andrey Andreev
· 12 years ago
0211768
Partially fix #1702
by Andrey Andreev
· 12 years ago
2f8bf9b
Set MySQL client compression to FALSE by default (problems reported with it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting
by Andrey Andreev
· 12 years ago
9ae82fa
[ci skip] Minor changes following PR #1871
by Andrey Andreev
· 12 years ago
f38564d
New form_validation rule: 'differs'
by Raul Baldner Junior
· 12 years ago
06e9d1d
[ci skip] Remove core from the description of libraries loaded by the autoloader
by Andrey Andreev
· 12 years ago
26f0cf9
Add a fallback to imap_8bit() for CI_Email::_prep_quoted_printable()
by Andrey Andreev
· 12 years ago
6d9915a
Update Email library docs
by Andrey Andreev
· 12 years ago
9f44c21
Changelog entry for previous commit and change default charset for the Email library to whatever the config array says
by Andrey Andreev
· 12 years ago
683b34d
Alter CI_Emai::_prep_quoted_printable()
by Andrey Andreev
· 12 years ago
ea7a866
Merge changes from develop
by Andrey Andreev
· 12 years ago
e45ad2b
Merge changes from 2.1-stable
by Andrey Andreev
· 12 years ago
0130ace
Changed Lunix for Linux
by Erocanti
· 12 years ago
5098859
[ci skip] Polish changes from pull #1709
by Andrey Andreev
· 12 years ago
51f72cd
Fix email headers when using long email subjects and \r\n as crlf. (Part2)
by Bruno Barão
· 12 years ago
960e616
Fix a typo [ci skip]
by Andrey Andreev
· 12 years ago
cd50592
Fix issue #1257
by Andrey Andreev
· 12 years ago
956631d
[ci skip] Alter some changelog entries
by Andrey Andreev
· 12 years ago
9ac557f
Add IPv6 and array() support for *proxy_ips* configuration
by Andrey Andreev
· 12 years ago
c60c2bd
Remove an empty line
by Andrey Andreev
· 12 years ago
5b50218
Merge upstream branch
by Andrey Andreev
· 12 years ago
dbad54e
Fix issue #1765
by Andrey Andreev
· 12 years ago
6775a79
[ci skip] Add Vietnamese characters to foreign_chars.php
by Andrey Andreev
· 12 years ago
92f0004
[ci skip] More doc fixes
by Andrey Andreev
· 12 years ago
73766c2
[ci skip] Small doc fixes, thanks dchill42
by Andrey Andreev
· 12 years ago
9e31f8f
Fix #1745
by Andrey Andreev
· 12 years ago
6998492
Merge pull request #1738 from RecoilUK/patch-1
by Andrey Andreev
· 12 years ago
ccd01c7
Polish changes from #1586
by Andrey Andreev
· 12 years ago
66bf2c7
Merge pull request #1586 from melounek/email_return_path
by Andrey Andreev
· 12 years ago
1194ad7
Fix issue #1692
by Andrey Andreev
· 12 years ago
cc7c7c6
update devel version
by Melounek
· 12 years ago
6123b61
Fix issue #1340 [ci skip]
by Andrey Andreev
· 12 years ago
327e4f7
[ci skip] Fix up the cheatsheets page (original pull #1244)
by Andrey Andreev
· 12 years ago
99ae226
Add PNG transparency support in CI_Image_lib::text_watermark() (originally from pull #1317, partially fixes #1139)
by Andrey Andreev
· 12 years ago
241a69b
[ci skip] Add a note to the user guide regarding issue #1010
by Andrey Andreev
· 12 years ago
9438e26
Fix issue #116 + other space/style fixes [ci skip
by Andrey Andreev
· 12 years ago
fad3896
Fixed conflicts in changelog to reflect all changes.
by Kyle Johnson
· 12 years ago
0fc4a10
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
by Daniel Morris
· 12 years ago
6602cd7
DRY determining server protocol
by Daniel Morris
· 12 years ago
ddb32da
Updated changelog with bugfix (#395)
by Kyle Johnson
· 12 years ago
5b92ae1
Misc. style fixes [ci skip]
by Andrey Andreev
· 12 years ago
226e704
Merge pull request #1847 from daniel-honestempire/develop
by Andrey Andreev
· 12 years ago
2ea33c3
Fix issue #1789
by Andrey Andreev
· 12 years ago
824b4f2
Updated changelog to include changes to the Encryption library
by Daniel Morris
· 12 years ago
a5e329f
Update user_guide_src/source/libraries/loader.rst
by W. Kristianto
· 12 years ago
65bdaf5
Fixed pagination document error.
by Bo-Yi Wu
· 12 years ago
c2300c8
Merge pull request #1783 from vlakoff/develop
by Andrey Andreev
· 12 years ago
035f499
Changelog: add entry for the change in "auto" method of redirect()
by vlakoff
· 12 years ago
530b946
redirect() documentation: add a note for IIS users
by vlakoff
· 12 years ago
5f733c4
Update reserved names documentation
by vlakoff
· 12 years ago
8280885
directory_map() was skipping files and directories named "0"
by vlakoff
· 12 years ago
e316284
Minor adjustments
by Andrey Andreev
· 12 years ago
aab26a1
Better server test in redirect() of URL helper
by vlakoff
· 12 years ago
f7e23b3
Removed the from the default config variables in the pagination class. Fixes #187 and #208
by Alex Bilbie
· 12 years ago
38cb0df
Merge pull request #1720 from appleboy/doc
by Alex Bilbie
· 12 years ago
4455810
Database display error supporting "Loader.php" and "MY_Loader.php"
by Jonathan Bonnefoy
· 12 years ago
596e48d
Add documation to user guide for Migrations class
by Joe McFrederick
· 12 years ago
7c70d10
Fix #1741 is_unique duplicated in documentation for Form_validation
by pickupman
· 12 years ago
4e80d80
Merge pull request #1727 from pickupman/bugfix-loader-view_file
by Alex Bilbie
· 12 years ago
f3fddf6
fix issue #1719 and update ip address length on captcha helper
by Bo-Yi Wu
· 12 years ago
b7c5444
Merge pull request #1732 from IT-Can/mysql-compression
by Alex Bilbie
· 12 years ago
f8f36db
Added autoload drivers config, added Session and Loader changes to changelog, added Session config items to upgrade guide
by dchill42
· 12 years ago
62ece33
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session
by dchill42
· 12 years ago
19ac8bc
Update user_guide_src/source/libraries/form_validation.rst
by RecoilUK
· 12 years ago
2d5c209
Merge branch 'feature/js-userguide-search' into develop
by Derek Jones
· 12 years ago
a819580
docx mimetype added
by Michiel Vugteveen
· 12 years ago
9819cba
changelog fix
by Michiel Vugteveen
· 12 years ago
cdb481b
driver fix + userguide + changelog
by Michiel Vugteveen
· 12 years ago
329834e
Switching to Sphinx's built in JavaScript search
by Derek Jones
· 12 years ago
87687e1
fixed RST indentation error in 3.0.0 upgrade instructions code sample
by Derek Jones
· 12 years ago
0afe5d9
Fixing code sample styling and footer link
by Derek Jones
· 12 years ago
64f470b
Fix bug #1000
by Joe McFrederick
· 12 years ago
6701823
Add changelog entry for pull #1601
by Andrey Andreev
· 12 years ago
b3816b7
Minor doc fixes
by dchill42
· 12 years ago
3169f26
Updated Loader and Session documentation
by dchill42
· 12 years ago
3a2d573
Added upgrade note about the breaking change in the email library. Problem noticed in #1671
by Alex Bilbie
· 12 years ago
bdb9999
Some clean-up and style changes
by Andrey Andreev
· 12 years ago
5f441ea
Updated changelog
by Alex Bilbie
· 12 years ago
a473d80
Updated email library documentation
by Alex Bilbie
· 12 years ago
00b3df4
Added documentation for mailto function.
by InFog
· 12 years ago
d83e727
Merge pull request #1640 from thecrypticace/develop
by Alex Bilbie
· 12 years ago
f9ee005
Change log for IPv4 range mask support
by Jordan Pittman
· 12 years ago
27228c9
Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add changelog entries for pull #1654
by Andrey Andreev
· 12 years ago
3c13522
Fix issue #1644
by Andrey Andreev
· 13 years ago
ede49ba
Fix a bug in CI_DB_sqlsrv_driver::affected_rows()
by Andrey Andreev
· 13 years ago
685cdd7
Add a changelog entry for issue #1605 (pull #1606) and remove some spaces
by Andrey Andreev
· 13 years ago
6b114ae
Fix issue #1613
by Andrey Andreev
· 13 years ago
cbb654d
Follow-up to #1398, #1548
by Andrey Andreev
· 13 years ago
c25d9aa
Merge pull request #1548 from chrisguiney/error_reporting
by Andrey Andreev
· 13 years ago
adedaf0
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers
by Andrey Andreev
· 13 years ago
3d9cec9
#1558
by Andrey Andreev
· 13 years ago
49aa45b
Fix a few join() bugs
by Andrey Andreev
· 13 years ago
ed5538d
t commit -s 'Added info about set_*() functions and form_validation class in
by aditya
· 13 years ago
92d18a7
Merge upstream branch
by Andrey Andreev
· 13 years ago
c7db6bb
Clean-up the separate drivers' DB result classes from no longer needed methods
by Andrey Andreev
· 13 years ago
2608687
Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function prefix
by Andrey Andreev
· 13 years ago
f5a8530
code cleanup and changelog added
by Rene Brokholm
· 13 years ago
626f1a6
Add PDO support for list_fields()
by Andrey Andreev
· 13 years ago
f3b7fa2
updated the changelog, fixed some whitespace
by Christopher Guiney
· 13 years ago
36d1ac9
Merge branch 'feature/user-guide-work' into develop
by Derek Jones
· 13 years ago
Next »