Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
39c2f94ec5e835306362d2683be6984cd531b9a0
/
system
13c818e
[ci skip] Remove empty lines
by Andrey Andreev
· 11 years ago
d6f3d31
No need of this anymore
by vkeranov
· 11 years ago
e890ecf
No need of this anymore
by vkeranov
· 11 years ago
d3b7e24
Another one following #2639
by Andrey Andreev
· 11 years ago
e8a23a5
An update to the #2639 fix
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
79d9e38
Merge pull request #2641 from aanbar/develop
by Andrey Andreev
· 11 years ago
3c5ec85
Update MySQLi to use the PHP API for transactions, where possible
by Andrey Andreev
· 11 years ago
5932a73
Improvements to safe_mode detection (it doesn't exist in PHP 5.4)
by Andrey Andreev
· 11 years ago
838c9a9
Drop the unused parameter from log_message() / CI_Log::write_log()
by Andrey Andreev
· 11 years ago
ed3fd58
Removed new line from the end of the file.
by Ahmad Anbar
· 11 years ago
4005e3c
Fixed issue #2638 which prevented loading models in sub-folders by passing an array.
by Ahmad Anbar
· 11 years ago
cf4cbaf
Merge pull request #2633 from kaiwangchen/simulate_complete_exception_handler
by Andrey Andreev
· 11 years ago
824ced4
Merge pull request #2631 from mjnaderi/develop
by Andrey Andreev
· 11 years ago
c5768db
Fixed coding style
by judge
· 11 years ago
5f0ee05
Remove unnecessary chdir() in the shutdown handler.
by Kaiwang Chen
· 11 years ago
2d54a3a
Really fix #2490, rel: #2629
by Andrey Andreev
· 11 years ago
21fe9da
Simulate a complete custom exception handler by redirecting uncaught events.
by Kaiwang Chen
· 11 years ago
4013be3
Add support for UPDATE ... RETURNING statements in PostgreSQL
by Andrey Andreev
· 11 years ago
c7df348
Fixed coding style
by judge
· 11 years ago
f57ecc1
Remove Javascript inline comments + improved detecting whether the pointer is in a string or not
by judge
· 11 years ago
855f917
Improved detecting whether the pointer is in a string or not
by judge
· 11 years ago
c65a12e
Removed unnecessary parameter
by judge
· 11 years ago
67e643a
fixed error in finding closing tag
by judge
· 11 years ago
b61affd
Merge pull request #2627 from vlakoff/develop-3
by Andrey Andreev
· 11 years ago
9f8e299
Adjust a few phpdoc in query builder code
by vlakoff
· 11 years ago
e6c4d5b
Code cleanup in db->order_by()
by vlakoff
· 11 years ago
49890a9
Kill the damn kitten
by Andrey Andreev
· 11 years ago
05d043b
Adjustments in static reference handling
by vlakoff
· 11 years ago
67e5ca6
Allow items to be set even if they were not present yet
by vlakoff
· 11 years ago
2f7810a
Ensure get_config() optional argument is an array, remove useless test
by vlakoff
· 11 years ago
8d70c0a
Fix $replace parameter handling in get_config()
by vlakoff
· 11 years ago
441fd26
Input class: change behavior of get_post() method, add post_get() method
by vlakoff
· 11 years ago
2f8d2d3
Add a changelog entry for PR #2590 and further optimize log_message()
by Andrey Andreev
· 11 years ago
c49d181
Merge pull request #2590 from vlakoff/develop
by Andrey Andreev
· 11 years ago
2b956af
An improved version of PR #2584, fixes #2583
by Andrey Andreev
· 11 years ago
61f1aa0
Fix noneffective static variable cache in log_message()
by vlakoff
· 11 years ago
40d1249
Replace php_sapi_name() function with PHP_SAPI constant
by vlakoff
· 11 years ago
c941d85
Various typos and tabs adjustments
by vlakoff
· 11 years ago
5b55c15
Fix #2585
by Andrey Andreev
· 11 years ago
79f888b
Fix #2501 & another -related bug
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
a8d6d3b
Make the bad filename array public in Security library
by Hunter Wu
· 11 years ago
8df3352
Revert "Add windows filename rule as an option for upload files"
by Hunter Wu
· 11 years ago
23719ab
Add windows filename rule as an option for upload files
by Hunter Wu
· 11 years ago
c958eeb
Optimize CI_Session::__construct() routines and make driver validity check stricter
by Andrey Andreev
· 11 years ago
d967f72
Cache Log Error Levels
by Tyler Brownell
· 11 years ago
2775330
Merge pull request #2567 from vlakoff/develop-2
by Andrey Andreev
· 11 years ago
4211344
Fix #2568
by Andrey Andreev
· 11 years ago
bb8b089
Polishing Form helper
by vlakoff
· 11 years ago
f746475
Form helper _attributes_to_string() micro-optimization
by vlakoff
· 11 years ago
cccee50
Merge pull request #2554 from vlakoff/develop-3
by Andrey Andreev
· 11 years ago
c4f9c62
More logical order
by vlakoff
· 11 years ago
ea19bc4
Form helper: refactor form_open() and _attributes_to_string()
by vlakoff
· 11 years ago
122ca9b
Fix #2560
by Andrey Andreev
· 11 years ago
53fd688
Fix #2558
by Andrey Andreev
· 11 years ago
c1044cb
Uniformize slash_item() with item()
by vlakoff
· 11 years ago
90f316a
Adjustments to the previous commit
by vlakoff
· 11 years ago
45a4544
Merge pull request #2556 from vlakoff/develop-4
by Andrey Andreev
· 11 years ago
3b8b892
Fixes in JavaScript Library
by vlakoff
· 11 years ago
516527c
Cache Driver - Backup Never Loaded
by Tyler Brownell
· 11 years ago
184cf1b
config->item() now returns NULL instead of FALSE when the required item doesn't exist.
by vlakoff
· 12 years ago
519f87a
Loader changes & optimizations related to issue #2551
by Andrey Andreev
· 12 years ago
9ab70a8
Give Drivers a higher priority in the autoloader
by Andrey Andreev
· 12 years ago
2029231
Change class filenames to Ucfirst
by Andrey Andreev
· 12 years ago
05370bf
change empty function to Identical comparison operator
by Hashem Qolami
· 12 years ago
90803ce
Fix Form Validation issue with text inputs which have array as name
by Hashem Qolami
· 12 years ago
c05ab73
Cache result of is_referral()
by vlakoff
· 12 years ago
161f193
User_agent library: robuster detection in is_referral()
by vlakoff
· 12 years ago
08fec7b
Router improvements
by Andrey Andreev
· 12 years ago
29d884e
Merge pull request #2538 from vlakoff/develop-4
by Andrey Andreev
· 12 years ago
12526cd
[ci skip] Simplify get_file_info()
by Andrey Andreev
· 12 years ago
af431ce
Fix config_item() returning stale values
by vlakoff
· 12 years ago
f46b16b
More verbose error messages for incorrect/missing database groups (based on PR #2040)
by Andrey Andreev
· 12 years ago
6a3d7e5
Fix a Memcache(d) default configuration bug (based on #249)
by Andrey Andreev
· 12 years ago
8963f40
Add color customization to the CAPTCHA helper
by Andrey Andreev
· 12 years ago
1f061c2
Micro-optimization on base_url() & site_url()
by Andrey Andreev
· 12 years ago
56c8ca6
Add that parameter for real :)
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
c5a7c5f
[ci skip] Remove some empty lines
by Andrey Andreev
· 12 years ago
903f31b
Merge pull request #2447 from rlerdorf/develop
by Andrey Andreev
· 12 years ago
e18de50
Cherry-picking some changes from PR #2425:
by Andrey Andreev
· 12 years ago
2ecc06c
[ci skip] Just removing some empty lines
by Andrey Andreev
· 12 years ago
06faa55
Merge pull request #2452 from thallisphp/patch-3
by Andrey Andreev
· 12 years ago
283408d
Merge pull request #2411 from Dumk0/patch-1
by Andrey Andreev
· 12 years ago
c1fdef5
Merge pull request #2417 from thefuzzy0ne/fix/upload_dry
by Andrey Andreev
· 12 years ago
0b97f8e
Add changelog entry for PR #2502
by Andrey Andreev
· 12 years ago
c906d25
Merge pull request #2502 from enapupe/patch-1
by Andrey Andreev
· 12 years ago
58f677f
2.1.4 release related stuff
by Andrey Andreev
· 12 years ago
333b80e
Issue #2508
by Andrey Andreev
· 12 years ago
58706ad
Merge pull request #2497 from yazuu/upload
by Andrey Andreev
· 12 years ago
cd9797a
Fix #2498
by Andrey Andreev
· 12 years ago
7c72cfc
Update Profiler.php to show HTTP_DNT status
by Iacami
· 12 years ago
74a228b
New var name to make it more comprehensive
by Adrian
· 12 years ago
b9e090e
Merge pull request #2480 from florisluiten/develop
by Andrey Andreev
· 12 years ago
2d7009c
Removed empty line at EOF
by Floris Luiten (lenwweb.nl)
· 12 years ago
f496d13
Add a config var to let the choice of having the lower case on the extensions when uploading.
by Adrian
· 12 years ago
Next »