Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
80a16b1cd0d4716b5ea41497685a8fac02e34333
/
system
80a16b1
Fix #346
by Andrey Andreev
· 11 years ago
5ac428b
Fix #148
by Andrey Andreev
· 11 years ago
119d8a7
Optimize get_instance() calls/assignments
by Andrey Andreev
· 11 years ago
cab3e18
A tiny improvement in CI_Upload::do_xss_clean()
by Andrey Andreev
· 11 years ago
e417f04
Some small improvements to the Xmlrpc class
by Andrey Andreev
· 11 years ago
bdfef07
Update the CI_Hooks class
by Marcos SF Filho
· 11 years ago
0f667c9
Class for execute Hooks can be stored for reuse
by Marcos SF Filho
· 11 years ago
da8c7a5
Fix a few bugs in CI_Hook (based on PR #2762)
by Andrey Andreev
· 11 years ago
d98c4a3
A tiny regexp improvement for CI_DB_driver::is_write_type()
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
45549a2
Remove a redudant value check
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
e6376aa
Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), unset_userdata() and unset_flashdata()'s first parameter mandatory
by Andrey Andreev
· 11 years ago
9c12b3f
Make CI_Loader methods library(), driver(), vars() and language()'s first parameters mandatory and fix a docblock
by Andrey Andreev
· 11 years ago
868301a
[ci skip] Fix a docblock typo
by Andrey Andreev
· 11 years ago
a4712f5
Make CI_Form_validation::error()'s first parameter mandatory and add a typehint for CI_Form_validation::error()
by Andrey Andreev
· 11 years ago
8f5420b
Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), delete_cookie()'s first (name) parameter mandatory
by Andrey Andreev
· 11 years ago
cb66367
Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't make sense)
by Andrey Andreev
· 11 years ago
a6eae87
[ci skip] Some spaces & docblock fixes
by Andrey Andreev
· 11 years ago
2ce19b1
Merge pull request #2768 from porquero/patch-1
by Andrey Andreev
· 11 years ago
ca8ddad
Make CI_Lang::line()'s first parameter mandatory (optional doesn't make sense)
by Andrey Andreev
· 11 years ago
b4c6218
FTP class improvements
by Andrey Andreev
· 11 years ago
430b14c
Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense)
by Andrey Andreev
· 11 years ago
af01fb1
[ci skip] Remove a few spaces
by Andrey Andreev
· 11 years ago
e540341
A tiny improvement in ruri_string()
by Andrey Andreev
· 11 years ago
5306cad
Remove _serialize() and _unserialize() methods
by Jordan Eldredge
· 11 years ago
5d6b9c5
Remove unneeded manual escaping of session data
by Jordan Eldredge
· 11 years ago
295cfa9
Polishing changes from #PR #2781
by Andrey Andreev
· 11 years ago
341532c
so we need \sNOT EXISTS
by Tufan Barış YILDIRIM
· 11 years ago
30893b9
changed EXISTS / NOT EXISTS pattern
by Tufan Barış YILDIRIM
· 11 years ago
f1cceaa
EXISTS / NOT EXISTS clause support for DB_driver
by Tufan Barış YILDIRIM
· 11 years ago
0f0e6ad
EXISTS / NOT EXISTS clause support for DB_driver
by Tufan Barış YILDIRIM
· 11 years ago
7210906
EXISTS / NOT EXISTS clause support for DB_query_builder.
by Tufan Barış YILDIRIM
· 11 years ago
d3a6ca2
Use table name as a prefix for index names
by mjnaderi
· 11 years ago
18c2e0c
Cleanup DB_forge _process_indexes
by mjnaderi
· 11 years ago
225c373
Cleanup DB_forge _process_indexes
by mjnaderi
· 11 years ago
a3f91b9
DB call_function() bug : funny typo -or- smart autocomplete?
by Kakysha
· 11 years ago
0612e92
Added post-increment for $count
by Cristian Riffo Huez
· 11 years ago
37fe56f
Merge pull request #2764 from refringe/feature/cookie_session
by Andrey Andreev
· 11 years ago
74c5f26
Issue #2763 - Fixes Session GC Probability Calculation
by Tyler Brownell
· 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
3ca060a
[ci skip] Remove a few more spaces
by Andrey Andreev
· 11 years ago
b6fbcbe
Always load application/config/constants.php
by Andrey Andreev
· 11 years ago
8dd404c
Merge pull request #2731 from josephok/develop
by Andrey Andreev
· 11 years ago
f696c6d
Merge pull request #2733 from vlakoff/develop
by Andrey Andreev
· 11 years ago
c6ac748
Small docblock fix
by vlakoff
· 11 years ago
1095d11
Update CodeIgniter.php
by josephok
· 11 years ago
afca352
Remove a function_exists() check for error_get_last()
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
35e3b0b
[ci skip] Remove some whitespace chars
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
e1b8683
Fix #2406 query builder cache
by GDmac
· 11 years ago
0b58b3c
Fix HTTP Verb Routing Rules
by Fatih Kalifa
· 11 years ago
442b50b
Enable HTTP Verb in Routing
by Fatih Kalifa
· 11 years ago
0949b36
Fix #2710
by Andrey Andreev
· 11 years ago
d6feb5a
Merge branch 'develop' into feature/minify
by Andrey Andreev
· 11 years ago
3c3bbac
Apply trim() on the splitted code elements
by Andrey Andreev
· 11 years ago
99f9b9a
Escape PCRE delimiters
by Andrey Andreev
· 11 years ago
5e3d48c
Fix a bug when multiple calls to QB's _compile_wh() or _compile_group_by() are required
by Andrey Andreev
· 11 years ago
333b69b
Spaces, log message
by Kakysha
· 11 years ago
8f3f1f9
Code cleanup
by Kakysha
· 11 years ago
ffe2130
some code rewrite
by Kakysha
· 11 years ago
2d14673
Correct Redis connection troubleshooting
by Kakysha
· 11 years ago
80d663a
Added option to connect through unix socket in redis cache driver
by Kakysha
· 11 years ago
96185a3
Really fix #2703
by Andrey Andreev
· 11 years ago
5d69a6e
Fix #2703
by Andrey Andreev
· 11 years ago
ac4d308
Merge branch 'develop' into feature/minify
by Andrey Andreev
· 11 years ago
710c4ed
Fixing the dumbest parser error ever
by Andrey Andreev
· 11 years ago
6a42490
An alternative to CI_Output::_minify_script_style() using more efficient regexp patterns
by Andrey Andreev
· 11 years ago
8adac96
Fix CI_DB_query_builder::_merge_cache() triggering E_WARNINGs
by Andrey Andreev
· 11 years ago
4c07fce
Implement $protocol parameter in Config base_url() and site_url() methods
by vlakoff
· 11 years ago
a587a93
Fix issue #2695
by Andrey Andreev
· 11 years ago
6614367
Fix CSS minifier
by Andrey Andreev
· 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
7f5f8aa
Manually apply PR #2656
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
e08411d
Eh ... preg_replace() needs a replacement
by Andrey Andreev
· 11 years ago
3fa729d
Fix issue #2681 (alternative to PR #2690)
by Andrey Andreev
· 11 years ago
3a3d5f6
Replace the last rand() with mt_rand()
by vlakoff
· 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
8bb20a1
Fixed empty line at EOF and added changelog entry
by Tomaz Lovrec
· 11 years ago
a81a5ef
Added possibility clear out the cached variables from the Loader.
by Tomaz Lovrec
· 11 years ago
b367f7b
Fix #2674
by Andrey Andreev
· 11 years ago
9f417d0
Fix #2682
by Andrey Andreev
· 11 years ago
dc7aab8
Merge pull request #2668 from garthkerr/patch-1
by Andrey Andreev
· 11 years ago
2637f5b
Merge pull request #2670 from DaveMC08/feature/issue_2667
by Andrey Andreev
· 11 years ago
8e7cc7a
parse $extra attributes in form_dropdown.
by Ahmad Anbar
· 11 years ago
Next »