Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
4e6c5281a3258b3ff530a43580d1b8dc8e34dd59
/
user_guide_src
4e6c528
Finally get rid of the CI_Router::_set_overrides() calls
by Andrey Andreev
· 11 years ago
c809726
Further changes related to PR #2807
by Andrey Andreev
· 11 years ago
de88615
styleguided
by Petr Heralecky
· 11 years ago
300e3f0
Added Email::attach_cid() returning CID
by Petr Heralecky
· 11 years ago
a0a73c9
Add HTTP response code 307 support in URL helper redirect()
by Andrey Andreev
· 11 years ago
05be087
d'oh - :noindex: in wrong place
by Connor Tumbleson
· 11 years ago
528591d
fix doc warnings
by Connor Tumbleson
· 11 years ago
43d7fa7
Implement atomic increment/decrement in Cache library
by Andrey Andreev
· 11 years ago
40235e6
Fix #133
by Andrey Andreev
· 11 years ago
e9e885d
Merge pull request #2802 from marcossffilho/develop
by Andrey Andreev
· 11 years ago
2e914b7
Updates for the Calendar Pull Request
by Marcos SF Filho
· 11 years ago
7945d30
Fixed the comment and array alignment.
by Ahmedul Haque Abid
· 11 years ago
e334118
Fixed coding styles in form_validation.rst
by Ahmedul Haque Abid
· 11 years ago
ea29488
Changed the rest of 'error_msg' to 'errors'
by Ahmedul Haque Abid
· 11 years ago
34cf490
Merge branch 'develop' into feature/form_validation/custom_error_per_field
by Ahmedul Haque Abid
· 11 years ago
df3bda5
Added spaces between parameters and fixed the arrays to be more readable.
by Ahmedul Haque Abid
· 11 years ago
a0bf829
Updated change log message for form validation custrom errors.
by Ahmedul Haque Abid
· 11 years ago
0742fad
Changed $error_msg to $errors
by Ahmedul Haque Abid
· 11 years ago
27e91a0
Add CI_User_agent::parse() to allow parsing a custom user-agent string
by Andrey Andreev
· 11 years ago
10925d2
Remove preg_quote() call from CI_User_agent::_set_browser() and add another pattern for Opera
by Andrey Andreev
· 11 years ago
0cd7c92
Unnecessary rtrim and update docs for Calendar class
by Marcos SF Filho
· 11 years ago
a593e3e
Code Corrections for the Calendar Pull Request
by Marcos SF Filho
· 11 years ago
42b4000
Added custom error messages functionality for individual fields.
by Ahmedul Haque Abid
· 11 years ago
7977e1d
Update the Calendar Class
by Marcos SF Filho
· 11 years ago
50a9d86
Deprecate the 'mysql', 'sqlite', 'mssql' and 'pdo/dblib' drivers
by Andrey Andreev
· 11 years ago
bfb635b
Make newline standardization configurable
by Andrey Andreev
· 11 years ago
80a16b1
Fix #346
by Andrey Andreev
· 11 years ago
fb61447
[ci skip] Fix a wrong issue reference from the previous commit
by Andrey Andreev
· 11 years ago
5ac428b
Fix #148
by Andrey Andreev
· 11 years ago
4b85e77
[ci skip] Add a changelog entry for PR #2800
by Andrey Andreev
· 11 years ago
da8c7a5
Fix a few bugs in CI_Hook (based on PR #2762)
by Andrey Andreev
· 11 years ago
896d3e3
Add a more clear note about query builder caching (issue #2721)
by Andrey Andreev
· 11 years ago
ac023e1
Change Text helper default tag from <strong> to <mark>
by Andrey Andreev
· 11 years ago
a20ec97
Add ability for changing the original file path/name in CI_Zip::read_file()
by Andrey Andreev
· 11 years ago
3b2803e
Fix #2143
by Andrey Andreev
· 11 years ago
61a7b8f
Implement Loader method chaining
by Andrey Andreev
· 11 years ago
1bbc564
Fix #2268 (manually implementing PR #2269)
by Andrey Andreev
· 11 years ago
dc53d7b
Add Basic HTTP authentication support to the XML-RPC library
by Andrey Andreev
· 11 years ago
a9c7d18
Fix #2237: Parser library failed if the same tag pair is used more than once within a template
by Andrey Andreev
· 11 years ago
1720a6a
Fix #2579: Query Builder's "no escape" functionality didn't work properly with query cache
by Andrey Andreev
· 11 years ago
a6eae87
[ci skip] Some spaces & docblock fixes
by Andrey Andreev
· 11 years ago
5e6ce46
[ci skip] Add a missing semicolon in the docs css
by Andrey Andreev
· 11 years ago
82ba456
Merge pull request #2544 from HashemQolami/user-guide-patch
by Andrey Andreev
· 11 years ago
295cfa9
Polishing changes from #PR #2781
by Andrey Andreev
· 11 years ago
0db570c
added changelog about EXISTS / NOT EXISTS
by Tufan Barış YILDIRIM
· 11 years ago
3cfd539
[ci skip] Fix a changelog message
by Andrey Andreev
· 11 years ago
6bdfa42
[ci skip] Add notes to get_compiled_insert(), get_compiled_update() docs
by Andrey Andreev
· 11 years ago
25a246c
Fix #2775 (security lib docs)
by Andrey Andreev
· 11 years ago
f8f14f3
Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers
by Andrey Andreev
· 11 years ago
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
Next »