Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
10b6e7a51a127e84fdf3d945afa4aebe50ed0b36
/
user_guide_src
/
source
10b6e7a
[ci skip] Remove some whitespace
by Andrey Andreev
· 9 years ago
76ac657
Merge pull request #3993 from lonnieezell/f/dbnumrows
by Andrey Andreev
· 9 years ago
752f569
Revamping to the tune of isset
by Lonnie Ezell
· 9 years ago
56d3467
[ci skip] Polish changes from PR #3990
by Andrey Andreev
· 10 years ago
834860f
Merge pull request #3990 from lonnieezell/f/dbobjects
by Andrey Andreev
· 10 years ago
1a8d95a
Fix an issue with CI_Upload max filesize
by Andrey Andreev
· 10 years ago
c87a66b
Tabs vs Spaces and the forgotten rewrite.
by Lonnie Ezell
· 10 years ago
f625965
The little things. :)
by Lonnie Ezell
· 10 years ago
715959d
Removing use of ->num_rows() in DB results docs.
by Lonnie Ezell
· 10 years ago
abf089a
Revamping User class example for Custom Result Objects
by Lonnie Ezell
· 10 years ago
b63dc19
Add class_exists() checks to CI_Loader::model()
by Andrey Andreev
· 10 years ago
07355da
Fix #3991
by Andrey Andreev
· 10 years ago
2520182
Rewording and typos
by Lonnie Ezell
· 10 years ago
d30f35d
Added missing space.
by Lonnie Ezell
· 10 years ago
cf3cc1d
Adding Custom Result object documentation to Query Results docs.
by Lonnie Ezell
· 10 years ago
e1a94d3
Fix #3989
by Andrey Andreev
· 10 years ago
4b9fec6
Fix #3279
by Andrey Andreev
· 10 years ago
e4e8f5d
[ci skip] Update user-guide with info about 2.2.2, 2.2.3
by Andrey Andreev
· 10 years ago
2b65518
[ci skip] Fix a docs compile warning
by Andrey Andreev
· 10 years ago
ca71ba4
[ci skip] Add upgrade instructions for 3.0.1
by Andrey Andreev
· 10 years ago
7277447
[ci skip] Add a changelog entry for last commit
by Andrey Andreev
· 10 years ago
e17dbe6
[ci skip] Fix #3985
by Andrey Andreev
· 10 years ago
2ef5ed4
Fix #3752
by Andrey Andreev
· 10 years ago
15e2df7
[ci skip] Fix #3778
by Andrey Andreev
· 10 years ago
611e1fd
[ci skip] Fix a bug reported via PR #3704
by Andrey Andreev
· 10 years ago
f70212c
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop
by Andrey Andreev
· 10 years ago
87ed402
Fix sample code
by kenjis
· 10 years ago
cfc9e77
Add 'ssl_verify' option for mysqli driver
by Andrey Andreev
· 10 years ago
cbb70f0
[ci skip] Update DB configuration docs with new SSL options
by Andrey Andreev
· 10 years ago
a38b0c4
Add SSL support for PDO_MYSQL too
by Andrey Andreev
· 10 years ago
76e643e
Refactor proposed changes from PR #3896
by Andrey Andreev
· 10 years ago
18ef616
Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl
by Andrey Andreev
· 10 years ago
924ac35
[ci skip] Fix #3869
by Andrey Andreev
· 10 years ago
4a4cbb3
[ci skip] Add changelog entries for PR #3828
by Andrey Andreev
· 10 years ago
63c34f2
[ci skip] Add a changelog entry for PR #3715
by Andrey Andreev
· 10 years ago
c19f3b2
Polish changes from PR #3893
by Andrey Andreev
· 10 years ago
77034ea
Merge branch 'feature/form_helper' of github.com:darkhouse/CodeIgniter into feature/form_helpers_extra_array
by Andrey Andreev
· 10 years ago
8fda540
[ci skip] Add changelog entry for PR #3968
by Andrey Andreev
· 10 years ago
15a3e65
Merge pull request #3969 from avenirer/patch-2
by Andrey Andreev
· 10 years ago
1dfc20d
[ci skip] Changelog entry for PR #3970
by Andrey Andreev
· 10 years ago
ff50c54
Update forge.rst
by Adrian Voicu
· 10 years ago
1fb0cfe
Update forge.rst
by Adrian Voicu
· 10 years ago
00cdb81
Important note
by Adrian Voicu
· 10 years ago
91da5d1
Fix #3965
by Andrey Andreev
· 10 years ago
7018d89
Fix #3963
by Andrey Andreev
· 10 years ago
5cd726a
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop
by ftwbzhao
· 10 years ago
15c4248
[ci skip] Add missing changelog entries for PRs #3955, #3957
by Andrey Andreev
· 10 years ago
a5ea506
Added "is_resource" into the list of unit tests capable of being run.
by ftwbzhao
· 10 years ago
820f06f
fix pdo/sqlite & update changelog
by ftwbzhao
· 10 years ago
59a253d
add changelog
by ftwbzhao
· 10 years ago
a1170af
Fix QB delete() for multiple tables with where()
by Andrey Andreev
· 10 years ago
8162c56
[ci skip] Manually apply PR #3925
by Andrey Andreev
· 10 years ago
59d1ffd
Fix #3932
by Andrey Andreev
· 10 years ago
105749b
[ci skip] Remove an assign-by-ref example from DButil docs
by Andrey Andreev
· 10 years ago
b5a4b67
Typo fix on forge documentation
by gn
· 10 years ago
3022d17
[ci skip] Add remaining changes from PR #3826
by Andrey Andreev
· 10 years ago
9aade1c
Fix #3913
by Andrey Andreev
· 10 years ago
4e0496e
Work-around for https://bugs.php.net/bug.php?id=39598
by Andrey Andreev
· 10 years ago
d578408
Alter CI_Upload logging levels
by Andrey Andreev
· 10 years ago
ced557b
Removed db_options configuration item for implementation later. Changed 5 new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options.
by Tim Nolte
· 10 years ago
8c69150
Merge branch 'develop' into feature/mysqli-ssl
by Tim Nolte
· 10 years ago
dd6222b
Remove superfluous *Best Practices* parenthetical
by Aaron Melocik
· 10 years ago
0c75c82
removed unnecessary change to form_radio, updated docs and added changelog entry
by Adam Jackett
· 10 years ago
29de165
Fix #3904
by Andrey Andreev
· 10 years ago
38b5eb0
Fix #3903
by Andrey Andreev
· 10 years ago
89ed9fa
Merge branch 'develop' into feature/mysqli-ssl
by Tim Nolte
· 10 years ago
2ac4177
Added new MySQLi parameters/info to default database config file. Fixed missing new MySQLi parameters from database configuration documentation examples.
by Tim Nolte
· 10 years ago
c09ab9d
Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated database configuration documentation to include a list of the new MySQLi driver parameters.
by Tim Nolte
· 10 years ago
b763948
Fix #3890
by Andrey Andreev
· 10 years ago
664d25a
made all form helpers consistent regarding extra attributes
by Adam Jackett
· 10 years ago
e321631
[ci skip] Add a note to 3.0.0 upgrade instructions
by Andrey Andreev
· 10 years ago
938c7e4
[ci skip] Remove 'global_xss_filtering' from CI_Security docs
by Andrey Andreev
· 10 years ago
cf4cb7d
[ci skip] Improve 3.0 upgrade instructions rendering
by Andrey Andreev
· 10 years ago
da71f5a
Merge pull request #3868 from ftwbzhao/feature/migration
by Andrey Andreev
· 10 years ago
8d132bb
update function latest
by ftwbzhao
· 10 years ago
3a4f9cd
[ci skip] Update tutorial
by Andrey Andreev
· 10 years ago
b8cd5e6
Fix a bug in the CSV export DB utility
by Andrey Andreev
· 10 years ago
b8978ee
optimize migrations class reference
by ftwbzhao
· 10 years ago
4d21461
Fixed some grammar.
by NAghajani
· 10 years ago
0bb5cd4
[ci skip] Remove example usage of MD5 for passwords
by Andrey Andreev
· 10 years ago
d90a65c
param missing.
by Ticema
· 10 years ago
56514f1
Update changelog.rst
by Leandro Mangini Antunes
· 10 years ago
dee92a0
Update changelog.rst
by Leandro Mangini Antunes
· 10 years ago
7d19161
[ci skip] Fix an erroneous doc link
by Andrey Andreev
· 10 years ago
abbd31f
Merge pull request #3842 from ftwbzhao/feature/lasttime
by Andrey Andreev
· 10 years ago
60b6966
Adding validation not documented.
by Rodolfo Silva
· 10 years ago
fbde279
Fix #3846
by Andrey Andreev
· 10 years ago
c836f2a
update userguide
by ftwbzhao
· 10 years ago
70f738a
Revert "Issue/PR #3836"
by Andrey Andreev
· 10 years ago
170ae28
Issue/PR #3836
by Andrey Andreev
· 10 years ago
433c1a7
Merge pull request #3835 from ftwbzhao/feature/userguide
by Andrey Andreev
· 10 years ago
f532736
update apc link
by ftwbzhao
· 10 years ago
8cb6f36
[ci skip] Fix timezones list in date helper docs
by Andrey Andreev
· 10 years ago
06a69ec
[ci skip] Fix a doc link causing a Sphinx compile warning
by Andrey Andreev
· 10 years ago
73b9e85
Fix #3823
by Andrey Andreev
· 10 years ago
12617cf
Fix typos in user guide.
by Master Yoda
· 10 years ago
0f85090
Add list_fields() support for SQLite3
by Andrey Andreev
· 10 years ago
b137d23
Fix #3816
by Andrey Andreev
· 10 years ago
7eedc63
Fix migration_version
by kenjis
· 10 years ago
d593535
A changelog update 3.
by Ivan Tcholakov
· 10 years ago
Next »