Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
930d8ef0f04688e63cfcdaa6f0f7b073e7b644ff
/
system
/
libraries
930d8ef
Fix Session cookie driver storing untrimmed user agent string in the database causing set_userdata() calls to fail when $config['sess_match_useragent'] = TRUE
by Daniel Robbins
· 12 years ago
49e68de
Disable autoloader call from class_exists() occurences to improve performance
by Andrey Andreev
· 12 years ago
f8e2d0e
Issue #2086 Session_cookie's _update_db not guaranteed to update
by Dionysis Arvanitis
· 12 years ago
d2dbee4
Merge pull request #2261 from nisheeth-barthwal/develop
by Andrey Andreev
· 12 years ago
6bb9890
Fixed the issue with bcc_batch_mode and subject
by nisheeth-barthwal
· 12 years ago
f399425
Fix a code comment in Upload->_file_mime_type()
by vlakoff
· 12 years ago
a44e691
Removed the unused $force paramter in Email::_smtp_connect()
by nisheeth-barthwal
· 12 years ago
193f0c7
removed PR from the bug list
by nisheeth-barthwal
· 12 years ago
758f40c
Fixed curly braces. Removed redundant method set_useragent()
by nisheeth-barthwal
· 12 years ago
59209de
Fixed tab-indentation. Made appropriate entries in changelog
by nisheeth-barthwal
· 12 years ago
cf22557
Added keep-alive connection to SMTP. Fixed socket read/write timeouts. Added PHP useragent
by nisheeth-barthwal
· 12 years ago
a107a0f
Fix some stuff from recent pull requests
by Andrey Andreev
· 12 years ago
3567246
Various cosmetic fixes
by vlakoff
· 12 years ago
3224f07
changes according to narfbg's request
by Tim
· 12 years ago
554d5dc
changes according to narfbg's request
by Tim
· 12 years ago
0b60725
Added small feature to profiler: total execution time count
by Tim
· 12 years ago
c226871
Fix issue #2230
by Andrey Andreev
· 12 years ago
870f113
[ci skip] Remove unnecessary string casts in Pagination
by Andrey Andreev
· 12 years ago
4615416
Merge pull request #2199 from cryode/feature/pagination
by Andrey Andreev
· 12 years ago
cc221dc
[ci skip] Add a missing space
by Andrey Andreev
· 12 years ago
df3bfed
Cleaned up for pull request.
by Sajan Parikh
· 12 years ago
2d1608a
Added Form Validation rule for alphanum + spaces.
by Sajan Parikh
· 12 years ago
8151cbb
Fix/improve #2211
by Andrey Andreev
· 12 years ago
7e55977
Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename()
by Andrey Andreev
· 12 years ago
0687911
Replace is_file() with the faster file_exists() (where it makes sense)
by Andrey Andreev
· 12 years ago
032af98
Replace is_numeric() with ctype_digit()
by Eric Roberts
· 12 years ago
ba67f3b
Move $get assignment to if/else.
by Eric Roberts
· 12 years ago
9668d1d
Remove spaces from concats.
by Eric Roberts
· 12 years ago
662e342
Some micro-optimization to the Driver library loader
by Andrey Andreev
· 12 years ago
7960d20
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
by Andrey Andreev
· 12 years ago
3608e1a
Libraries' filenames must be named in a ucfirst-like manner
by Andrey Andreev
· 12 years ago
9be4cd7
Remove str_replace in return
by gommarah
· 12 years ago
009c8f0
Upload library, clean_file_name function: Fix xss bug.
by gommarah
· 12 years ago
9f3a590
Multiple pagination bug fixes & optimizations.
by Eric Roberts
· 12 years ago
db529ca
Remove unnecessary defined('ENVIRONMENT') checks
by Andrey Andreev
· 12 years ago
16c6d7e
Fix a code comment in Image_lib
by vlakoff
· 12 years ago
edc9afa
Fix issue #2191.
by Edwin Aw
· 12 years ago
912f1bc
A few adjustments to previous commit
by vlakoff
· 12 years ago
1228fe2
Replace is_null() with === / !== NULL
by vlakoff
· 12 years ago
5b5401a
A tiny improvement
by Andrey Andreev
· 12 years ago
9cc707b
fix imagejpeg() parameter, should be NULL instead of empty string
by Ted Wood
· 12 years ago
f69973d
Fix #2108
by Andrey Andreev
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
fc7024e
Merge pull request #2077 from AndrewPodner/develop
by Andrey Andreev
· 12 years ago
4296a65
update for Issue #2064 (changed docblocks which return $this or only call a method that returns $this to @return CI_DB_class_name)
by Andrew Podner
· 12 years ago
3bc548e
Fix 2073
by Andrey Andreev
· 12 years ago
a8e34ac
Fix #2074
by Andrey Andreev
· 12 years ago
d4eec9f
Fix issue #539
by Andrey Andreev
· 12 years ago
24a13f5
Format tweaks
by Eric Roberts
· 12 years ago
b9e35f2
Merge branch 'refs/heads/develop' into feature/form_error_msgs
by Eric Roberts
· 12 years ago
05aa2d6
Add min_width and min_height options to the Upload class
by Andrey Andreev
· 12 years ago
838a9d6
[ci skip] Cleaned some spaces
by Andrey Andreev
· 12 years ago
e1d6c46
Fix #2037
by Andrey Andreev
· 12 years ago
0ab4d3a
Remove Comment
by William Knauss
· 12 years ago
401fb49
Children Drivers
by William Knauss
· 12 years ago
daaca88
Add 'valid_url' rule to Form Validation (issue #1966)
by Andrey Andreev
· 12 years ago
61797f6
CI_Email::print_debugger() option to limit the type of data to be printed
by Andrey Andreev
· 12 years ago
cff3580
Switch CI_Form_validation:: to public
by Andrey Andreev
· 12 years ago
4abd094
Manually implement PR #2033
by Andrey Andreev
· 12 years ago
f5513d6
Merge pull request #2026 from johnathancroom/keep_flash_data_array
by Andrey Andreev
· 12 years ago
8d8543d
Improved array keey_flashdata + Changelog
by Johnathan Croom
· 12 years ago
7e83f32
Revert some of the changes from PR #2029
by Andrey Andreev
· 12 years ago
6262d05
Added support for extending individual driver classes and driver unit tests
by dchill42
· 12 years ago
9d9849b
Requested changed to keep_flashdata
by Johnathan Croom
· 12 years ago
4beca5c
keep_flashdata accepts array
by Johnathan Croom
· 12 years ago
52de379
Minor changes to Xmlrpcs.php
by vkeranov
· 12 years ago
b497d2b
Minor changes to Xmlrpc.php
by vkeranov
· 12 years ago
44c3463
[ci skip] Remove a lone semicolon (rel 2d48b4f1a174473fa0539769a433ba78305c0faa)
by Andrey Andreev
· 12 years ago
2d48b4f
Fix #113
by Andrey Andreev
· 12 years ago
29453cd
3.0.0-dev: Fixing the issue #2023.
by Ivan Tcholakov
· 12 years ago
ce0c956
Fix issue #118 (manually implementing PR #1832)
by Andrey Andreev
· 12 years ago
2b24139
Manually apply a fix submitted via PR #2012, #2016
by Andrey Andreev
· 12 years ago
2eaeee5
Change fs permissions and add some missing index.html files (#2017)
by Andrey Andreev
· 12 years ago
a2b0677
Fix #18
by Andrey Andreev
· 12 years ago
ef758bd
Revert a change from 7a7ad782b2f125622509a77c5a6f94ad4ae0f93c
by Andrey Andreev
· 12 years ago
2978d77
Merge pull request #1258 from cryode/feature/robot_mobile
by Andrey Andreev
· 12 years ago
39eb806
Clean-up following PR #1949
by Andrey Andreev
· 12 years ago
5d5bc05
Merge pull request #1949 from compwright/develop
by Andrey Andreev
· 12 years ago
4ddf944
Improved code readability
by Jonathon Hill
· 12 years ago
02ea66e
Code style fixes
by Jonathon Hill
· 12 years ago
fe367a9
Fix issue #1992
by Andrey Andreev
· 12 years ago
7a7ad78
Some micro-optimizations
by Andrey Andreev
· 12 years ago
b719bfd
Changed the `migration_style` config setting to `migration_type`
by Jonathon Hill
· 12 years ago
3978fc3
Merge remote-tracking branch 'upstream/develop' into develop
by Jonathon Hill
· 12 years ago
275cf27
Fixed a mismatched constraint value when creating the migration table
by Jonathon Hill
· 12 years ago
0aeee85
Move the Log class to system/core/
by Andrey Andreev
· 12 years ago
e9d2dc8
Added function_usable() to common functions
by Andrey Andreev
· 12 years ago
55a8c62
Display DB object names in the Profiler and fix issue #1220
by Andrey Andreev
· 12 years ago
b1b1528
Merge pull request #1962 from squaresurf/d2ae1d1d7fdc4b8a21369a25487c2c42e5a496bf
by Andrey Andreev
· 12 years ago
751f247
Fix #1957
by Andrey Andreev
· 12 years ago
fc2fbc5
Fixed typo in logs.
by Razican
· 12 years ago
d2ae1d1
Refactored Unit_test in order to remove redundant code.
by Daniel Paul Searles
· 12 years ago
e24eed7
Some micro-optimizations
by Andrey Andreev
· 12 years ago
8a203f6
Fix #1960
by Andrey Andreev
· 12 years ago
f5ccd12
[ci skip] DocBlocks for Upload and Xmlrpc libraries
by Andrey Andreev
· 12 years ago
0fa95bd
[ci skip] DocBlocks for Pagination, Session, Trackback, Jquery libraries
by Andrey Andreev
· 12 years ago
597ea27
[ci skip] DocBlocks for Email, Ftp, Unit_test and Javascript libraries
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
1a9b7e0
Remove is_numeric() checks from Cart library (superseded by casts to float)
by Andrey Andreev
· 12 years ago
7c4d106
Fix issue #1953 (form values being escaped twice)
by Andrey Andreev
· 12 years ago
Next »