Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
fb2ac41b6c914fd55b539337e381860bfcc2cf7b
/
user_guide_src
fb2ac41
Update the upgrade instructions for error templates
by Andrey Andreev
· 11 years ago
29947ee
Add CLI error templates and only send HTTP status headers for non-CLI requests (issue #1743)
by Andrey Andreev
· 11 years ago
f964b16
Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it
by Andrey Andreev
· 11 years ago
17a0528
Cleanup PR #2719
by GDmac
· 11 years ago
5d9b03b
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop
by GDmac
· 11 years ago
c761a20
Polish changes from PR #2712
by Andrey Andreev
· 11 years ago
af709d6
Merge pull request #2712 from pveyes/develop
by Andrey Andreev
· 11 years ago
01e9fb1
docs: get_compile_select
by GDmac
· 11 years ago
0b58b3c
Fix HTTP Verb Routing Rules
by Fatih Kalifa
· 11 years ago
2d5ebf7
Update sess_time_to_update description (rel #2397)
by Andrey Andreev
· 11 years ago
4118981
newline at the eof
by Kakysha
· 11 years ago
34565a7
Update caching.rst
by kakysha
· 11 years ago
f06864c
typos
by kakysha
· 11 years ago
6b1b803
Added changelog entry
by kakysha
· 11 years ago
c6fc0c8
Update Redis Caching block
by kakysha
· 11 years ago
8c0e56f
Remove redundant changelog entry
by vlakoff
· 11 years ago
4c07fce
Implement $protocol parameter in Config base_url() and site_url() methods
by vlakoff
· 11 years ago
32c7212
Add CI_Upload:: option
by Andrey Andreev
· 11 years ago
72b4b3c
Add 'filename' to the return elements for create_captcha() (PR #2602)
by Andrey Andreev
· 11 years ago
0850a28
Fix #2515 (manually merge PR #2516)
by Andrey Andreev
· 11 years ago
6c85442
Fix #2691
by Andrey Andreev
· 11 years ago
a277a50
[ci skip] Fix a changelog entry
by Andrey Andreev
· 11 years ago
3fa729d
Fix issue #2681 (alternative to PR #2690)
by Andrey Andreev
· 11 years ago
3d759d7
Merge pull request #2661 from DaveMC08/feature/issue_2617
by Andrey Andreev
· 11 years ago
abcb67c
req. changes:
by David Cox Jr
· 11 years ago
b69cbcb
Changelog/doc edits following PR #2684
by Andrey Andreev
· 11 years ago
8bb20a1
Fixed empty line at EOF and added changelog entry
by Tomaz Lovrec
· 11 years ago
871d8f6
Added changelog entry.
by Jesse van Assen
· 11 years ago
fd0aabb
Fix issue #33
by Andrey Andreev
· 11 years ago
39c2f94
Merge pull request #2654 from vlakoff/develop
by Andrey Andreev
· 11 years ago
0c23a27
Fix duplicate changelog entry
by vlakoff
· 11 years ago
3914c0e
Adding missing reference to min_length in rules reference
by AdwinTrave
· 11 years ago
f4bfb16
[ci skip] Fix a changelog message
by Andrey Andreev
· 11 years ago
67f6a5e
Fix array notation fields for set_select() as well
by Andrey Andreev
· 11 years ago
ae50f55
Fix #2639
by Andrey Andreev
· 11 years ago
a9346aa
Fix a PostgreSQL string escaping bug and use pg_escape_literal() when possible
by Andrey Andreev
· 11 years ago
3c5ec85
Update MySQLi to use the PHP API for transactions, where possible
by Andrey Andreev
· 11 years ago
838c9a9
Drop the unused parameter from log_message() / CI_Log::write_log()
by Andrey Andreev
· 11 years ago
9b34448
[ci skip] Simplify changelog message for PR #2633
by Andrey Andreev
· 11 years ago
8ce3134
Make the changelog entry for #2633 more descriptive.
by Kaiwang Chen
· 11 years ago
488ef21
Add changelog entry for #2633.
by Kaiwang Chen
· 11 years ago
4013be3
Add support for UPDATE ... RETURNING statements in PostgreSQL
by Andrey Andreev
· 11 years ago
967eea5
Add changelog entry for #2609
by vlakoff
· 11 years ago
ac23e21
[ci skip] Fix a documentation error
by Andrey Andreev
· 11 years ago
ce30537
add '$' at news_section.rst file
by Zaki Akhmad
· 11 years ago
e8e56d7
Improve changelog entry
by vlakoff
· 11 years ago
441fd26
Input class: change behavior of get_post() method, add post_get() method
by vlakoff
· 11 years ago
e23ba13
[ci skip] Add MD5 checksums to download page (rel: #991)
by Andrey Andreev
· 11 years ago
2f8d2d3
Add a changelog entry for PR #2590 and further optimize log_message()
by Andrey Andreev
· 11 years ago
2b956af
An improved version of PR #2584, fixes #2583
by Andrey Andreev
· 11 years ago
c941d85
Various typos and tabs adjustments
by vlakoff
· 11 years ago
5b55c15
Fix #2585
by Andrey Andreev
· 11 years ago
e66ab18
Merge pull request #2566 from vlakoff/develop
by Andrey Andreev
· 11 years ago
e265097
[ci skip] Alter a changelog line
by Andrey Andreev
· 11 years ago
4495cc7
Rename bad chars property to filename_bad_chars, remove the setter and add changelog entry
by Hunter Wu
· 11 years ago
530a3da
Updated Changelog Cache Log Level
by Tyler Brownell
· 11 years ago
ed67024
Change spaces to tabs
by vlakoff
· 11 years ago
bb8b089
Polishing Form helper
by vlakoff
· 11 years ago
69d2cf5
Complete 3.0 upgrade notes about NULL returned on missing items
by vlakoff
· 11 years ago
cccee50
Merge pull request #2554 from vlakoff/develop-3
by Andrey Andreev
· 11 years ago
122ca9b
Fix #2560
by Andrey Andreev
· 11 years ago
90f316a
Adjustments to the previous commit
by vlakoff
· 11 years ago
184cf1b
config->item() now returns NULL instead of FALSE when the required item doesn't exist.
by vlakoff
· 11 years ago
1eb59c9
Add a changelog entry about changes in Array helper's element() and elements()
by vlakoff
· 11 years ago
519f87a
Loader changes & optimizations related to issue #2551
by Andrey Andreev
· 12 years ago
e3e2c69
[ci skip] Fix style guide typos
by Andrey Andreev
· 12 years ago
025e662
[ci skip] Add a changelog entry for class file naming rule change
by Andrey Andreev
· 12 years ago
2029231
Change class filenames to Ucfirst
by Andrey Andreev
· 12 years ago
2d536f8
[ci skip] Small upgrade notes fixes
by Andrey Andreev
· 12 years ago
fbb980a
[ci skip] Remove a leftover description of the non-configurable translating of URI dashes
by Andrey Andreev
· 12 years ago
08fec7b
Router improvements
by Andrey Andreev
· 12 years ago
279c76c
[ci skip] Add a changelog entry
by Andrey Andreev
· 12 years ago
cead4cc
Remove documentation note obsoleted by previous commit
by vlakoff
· 12 years ago
6a3d7e5
Fix a Memcache(d) default configuration bug (based on #249)
by Andrey Andreev
· 12 years ago
c0a1ce9
[ci skip] Remove a description for a non-existing shadow color in the CAPTCHA helper docs
by Andrey Andreev
· 12 years ago
8963f40
Add color customization to the CAPTCHA helper
by Andrey Andreev
· 12 years ago
2023c3d
Add an optional parameter to URL helpers base_url() and site_url() (supersedes #2535)
by Andrey Andreev
· 12 years ago
d5ab75e
Fix #2490 (an improved version of PR #2534)
by Andrey Andreev
· 12 years ago
e18de50
Cherry-picking some changes from PR #2425:
by Andrey Andreev
· 12 years ago
0b97f8e
Add changelog entry for PR #2502
by Andrey Andreev
· 12 years ago
ebee526
[ci skip] Revert some cosmetic changes from PR #2524, for consistency
by Andrey Andreev
· 12 years ago
94e5c36
Merge doc changes; small related updates.
by Eric Roberts
· 12 years ago
c3db9cb
Merge branch 'refs/heads/develop' into update/changelog
by Eric Roberts
· 12 years ago
ae0cc3e
[ci skip] Update download links
by Andrey Andreev
· 12 years ago
6860bdc
[ci skip] Fix 2.1.4 upgrade instructions link
by Andrey Andreev
· 12 years ago
93d6a00
[ci skip] Add 2.1.4 upgrade instructions page
by Andrey Andreev
· 12 years ago
58f677f
2.1.4 release related stuff
by Andrey Andreev
· 12 years ago
7a09152
Fixing incorect references for time zones
by AdwinTrave
· 12 years ago
70a9a28
Update GitHub "tags" link to new Releases feature.
by Eric Roberts
· 12 years ago
064cab5
Update Downloads page
by Eric Roberts
· 12 years ago
d175fed
Upgrade notes for 2.1.4
by Eric Roberts
· 12 years ago
fe520d5
Optimize Change Log, add entry for 2.1.4
by Eric Roberts
· 12 years ago
ae096ad
[ci skip] Alter a link in the changelog
by Andrey Andreev
· 12 years ago
d200123
Changed the smiley zip file download to reflect the new location at the
by Steven Crothers
· 12 years ago
58706ad
Merge pull request #2497 from yazuu/upload
by Andrey Andreev
· 12 years ago
eac8b2f
Update library documentation and changelog
by Adrian
· 12 years ago
cd9797a
Fix #2498
by Andrey Andreev
· 12 years ago
b9e090e
Merge pull request #2480 from florisluiten/develop
by Andrey Andreev
· 12 years ago
8094452
Updated changelog to reflect latest changes
by Floris Luiten (lenwweb.nl)
· 12 years ago
4a7310e
[ci skip] Remove an unnecessary/confusing changelog line
by Andrey Andreev
· 12 years ago
Next »