Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
7d16de620a46f84ffeb52a54ae82439a06f89c74
/
system
/
libraries
7d16de6
Fixed code style & added few extra checks. Updated cart documentation.
by Ahmad Anbar
· 11 years ago
f69f182
Allow updating all properties for an item.
by Ahmad Anbar
· 11 years ago
be1496d
Utf8/iconv/mbstring-related changes
by Andrey Andreev
· 11 years ago
e90d857
Merge pull request #2869 from darwinel/develop
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
f0b69a8
More code reduced from CI_Table
by Andrey Andreev
· 11 years ago
3fcc3f6
Another tiny optimization in CI_Table + remove an accidental addition
by Andrey Andreev
· 11 years ago
a49c8ad
Change CI_Table:: to NULL
by Andrey Andreev
· 11 years ago
05983fc
A bug fix and optimizations in CI_Table
by Andrey Andreev
· 11 years ago
e52fc26
Fix issue #43
by Andrey Andreev
· 11 years ago
4b45065
CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docs
by Andrey Andreev
· 11 years ago
c2804a3
Merge branch 'develop' into 'feature/encryption'
by Andrey Andreev
· 11 years ago
d8a561a
[ci skip] Deprecate the Javascript library
by Andrey Andreev
· 11 years ago
1f59095
Add method chaining support to CI_Table
by Andrey Andreev
· 11 years ago
6f6102c
Add method chaining support to Calendar & Pagination libs
by Andrey Andreev
· 11 years ago
a89c1da
Method chaining support for FV set_data(), reset_validation()
by Andrey Andreev
· 11 years ago
505b3d6
Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make sense)
by Andrey Andreev
· 11 years ago
ff6d1a8
Merge branch 'develop' into 'feature/user-guide-cleanup'
by Andrey Andreev
· 11 years ago
81e1064
CI_Encryption: Optimizations and test cases
by Andrey Andreev
· 11 years ago
df7a696
Merge changes from develop
by Andrey Andreev
· 11 years ago
3aa781a
Make CI_Session's HMAC comparison time-attack-safe
by Andrey Andreev
· 11 years ago
e8088d6
CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibility
by Andrey Andreev
· 11 years ago
7c55448
CI_Encryption: Time-attack-safe HMAC verification
by Andrey Andreev
· 11 years ago
8d33a9a
CI_Encryption: HMAC to not be derived from the encryption key
by Andrey Andreev
· 11 years ago
8e20216
More CI_Encryption improvements
by Andrey Andreev
· 11 years ago
f401767
CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the MCRYPT_MODE_* constants
by Andrey Andreev
· 11 years ago
d9a48da
CI_Encryption: Add Blowfish to compatibility list
by Andrey Andreev
· 11 years ago
e7516b0
CI_Encryption: Work around MCrypt's dumb behavior in ECB mode
by Andrey Andreev
· 11 years ago
4a2918a
Integrate CI_Encryption into the framework
by Andrey Andreev
· 11 years ago
9108dd4
CI_Encryption: Remove ARCFour from aliased ciphers due ...
by Andrey Andreev
· 11 years ago
50ccc38
CI_Encryption: Fix more errors and add a 'portability' test case
by Andrey Andreev
· 11 years ago
177144f
Fix a logical error in CI_Encryption
by Andrey Andreev
· 11 years ago
912831f
CI_Encryption: Fix some errors and add unit tests for hkdf()
by Andrey Andreev
· 11 years ago
29cade4
CI_Encryption improvements
by Andrey Andreev
· 11 years ago
818aedb
Introducing CI_Encryption (a CI_Encrypt replacement)
by Andrey Andreev
· 11 years ago
aa9a4f7
Fix #2844
by Andrey Andreev
· 11 years ago
98d6cc8
Merge branch 'develop' into feature/user-guide-cleanup
by Andrey Andreev
· 11 years ago
ecc260e
Righting a wrong in the Session library
by Andrey Andreev
· 11 years ago
ea801ab
Merge branch 'develop' into feature/user-guide-cleanup
by Andrey Andreev
· 11 years ago
3aecedb
Fix #2737
by Andrey Andreev
· 11 years ago
b2a0e70
Fix #2825
by Andrey Andreev
· 11 years ago
a9938a0
Minor changes related to CI_User_agent
by Andrey Andreev
· 11 years ago
d8b1ad3
Fix #2822: Incorrect usage of fwrite()
by Andrey Andreev
· 11 years ago
3d21520
Fix incorrect checks for the fwrite() return value
by Andrey Andreev
· 11 years ago
1dbdf72c
condition repair and comments
by Petr Heralecky
· 11 years ago
ceb03af
rename src to file
by Petr Heralecky
· 11 years ago
232ea65
attach files by absolute url
by Petr Heralecky
· 11 years ago
c809726
Further changes related to PR #2807
by Andrey Andreev
· 11 years ago
9ad2fff
variable repair
by Petr Heralecky
· 11 years ago
230fca3
styleguided 2
by Petr Heralecky
· 11 years ago
de88615
styleguided
by Petr Heralecky
· 11 years ago
300e3f0
Added Email::attach_cid() returning CID
by Petr Heralecky
· 11 years ago
43d7fa7
Implement atomic increment/decrement in Cache library
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
d8a3716
Added space after 'if' condition
by Ahmedul Haque Abid
· 11 years ago
ea29488
Changed the rest of 'error_msg' to 'errors'
by Ahmedul Haque Abid
· 11 years ago
e9b0ccc
Added the missing "is" in the comment
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
b07a428
Updated comment messages.
by Ahmedul Haque Abid
· 11 years ago
557c6ec
Removed extra space between closing parenthesis.
by Ahmedul Haque Abid
· 11 years ago
bc1cbad
Fixed a missed variable $errors in set_rules().
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
c4f6616
Join two if statement into one
by Marcos SF Filho
· 11 years ago
a593e3e
Code Corrections for the Calendar Pull Request
by Marcos SF Filho
· 11 years ago
4ea76cc
Fix 2 errors caused by recent commits
by Andrey Andreev
· 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
bfb635b
Make newline standardization configurable
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
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
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
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
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
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
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
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
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
3ca060a
[ci skip] Remove a few more spaces
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
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
Next »