Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
1a973c31f7ed13b8edb70026b3b1a064f5f4fba7
/
system
/
helpers
1a973c3
[helper]update plural regular
by ftwbzhao
· 10 years ago
b68a811
add <!DOCTYPE html>
by Tjoosten
· 10 years ago
7df6634
[ci skip] Remove some whitespace
by Andrey Andreev
· 10 years ago
fa76607
Merge pull request #3562 from avenirer/patch-1
by Andrey Andreev
· 10 years ago
fa61fb2
Update form_helper.php
by Adrian Voicu
· 10 years ago
86e6a19
Update form_helper.php
by Adrian Voicu
· 10 years ago
11bf768
Allow not-escaping the value in set_value()
by Adrian Voicu
· 10 years ago
cea5fb7
Adjusted returns/return types to suggestions
by Gabriel Potkány
· 10 years ago
1fb5000
Fixed inconsistent return types
by Gabriel Potkány
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
2c24561
Revert 7c4d10660a0a47446474bf97e3cb65f80693f1ee
by Andrey Andreev
· 10 years ago
fe9309d
Bulk (mostly documentation) update
by Andrey Andreev
· 10 years ago
6157e52
removing extra spaces
by Preetham
· 10 years ago
be7e493
Removed img_name from captcha helper
by Preetham
· 10 years ago
e291365
closing #51. Added img_id and img_name in capcha helper
by Preetham
· 10 years ago
21c3c22
[ci skip] Update on the changes from PR #3388
by Andrey Andreev
· 10 years ago
694d400
Flag the smiley helper and shopping cart as deprecated.
by James L Parry
· 10 years ago
6609614
Fix an erroneous variable name
by Andrey Andreev
· 10 years ago
bfa1644
removed additional tabs and semicolon
by Preetham
· 10 years ago
83aeef1
Closing #656 and updating documentation
by Preetham
· 10 years ago
692e796
Fix #656 add font_size in create_captcha()
by Preetham
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
f9a615a
[ci skip] Remove references to 'PHP5' from comments
by Andrey Andreev
· 10 years ago
09546ed
Polish changes following PR #3173
by Andrey Andreev
· 10 years ago
6854f87
Using ImagePNG in CAPTCHA helper Using ImagePNG function, if ImageJPG not exists
by ET-NiK
· 10 years ago
dc5fe5a
Last empty line remove
by Mian Saleem
· 10 years ago
fc88a5f
Update url_helper.php
by Mian Saleem
· 10 years ago
a3f13b7
anchor popup attribute missing
by Mian Saleem
· 10 years ago
5286ef0
Fix #3131
by Andrey Andreev
· 11 years ago
1f5090a
Fix a potential undefined variable error
by Andrey Andreev
· 11 years ago
0f7eba2
Fix handling of {unwrap} tags in word_wrap() functions
by vlakoff
· 11 years ago
2a8560c
Regex fixes
by vlakoff
· 11 years ago
60f78b4
fix wrong if expression in link_tag
by Emmanuel Grognet
· 11 years ago
f039c9f
Removed empty line
by egig
· 11 years ago
225f53b
Prepare image url.
by egig
· 11 years ago
8bc73eb
Making highlight_phrase() to be UTF-8 compatible on demand.
by Ivan Tcholakov
· 11 years ago
d2e3a6f
Add support for protocol-relative URLs in HTML helpers img(), link_tag()
by Andrey Andreev
· 11 years ago
bcb6b8e
Check image path is include http:// or https://
by wuwx
· 11 years ago
15662dd
Fix #2919
by Andrey Andreev
· 11 years ago
93b4e78
Fix #2916
by Andrey Andreev
· 11 years ago
59f0426
Deprecate HTML helpers nbs(), br()
by Andrey Andreev
· 11 years ago
382b513
Don't use error suppression on is_dir(), file_exists()
by Andrey Andreev
· 11 years ago
ea41c8a
Don't use error suppression on realpath() + style adjustments
by Andrey Andreev
· 11 years ago
20e802e
Really don't use globals
by Andrey Andreev
· 11 years ago
be368a8
Date helper days_in_month(), CI_Calendar::get_total_days() changes
by Andrey Andreev
· 11 years ago
ceeafe6
Merge pull request #2881 from brenjt/form_helper
by Andrey Andreev
· 11 years ago
1d03ef4
Removed extra space, condensed $defaults
by Brennan Thompson
· 11 years ago
82c78a9
Removed extra spaces and irrelevant condition
by Brennan Thompson
· 11 years ago
ffe8ade
Micro-optimizations
by Andrey Andreev
· 11 years ago
c8ba663
Updated code to match style guide
by Brennan Thompson
· 11 years ago
7a772e5
Removed non permitted changes
by Brennan Thompson
· 11 years ago
21ef97e
Dropdown should match style guide now.
by Brennan Thompson
· 11 years ago
cfaf8c4
[ci skip] Don't use output buffering in URL helper safe_mailto()
by Andrey Andreev
· 11 years ago
87f6000
Actual fix for extra whitespace
by Brennan Thompson
· 11 years ago
5c2a6bb
Removed space for travis ci checks
by Brennan Thompson
· 11 years ago
06a0d62
Fix for selected being NULL from set_value
by Brennan Thompson
· 11 years ago
40cd600
Made form_dropdown compatible with the other form helper methods
by Brennan Thompson
· 11 years ago
6ce4746
Update Text and Inflector helpers to utilize mbstring, if available
by Andrey Andreev
· 11 years ago
dbcd12d
Merge pull request #2610 from mjnaderi/patch-1
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
c7d82d8
Removed new line at the end of file locally.
by iolufemi
· 11 years ago
08dd57c
Fixed Typo in String Helper function
by Olanipekun Femi
· 11 years ago
c697a3b
Use is_really_writable() in captcha helper
by Andrey Andreev
· 11 years ago
03077f9
Use is_really_writable() in get_file_info()
by Andrey Andreev
· 11 years ago
88d16d7
Fix #2845
by Andrey Andreev
· 11 years ago
8fb31c9
[ci skip] AND -> &&
by Andrey Andreev
· 11 years ago
d8b1ad3
Fix #2822: Incorrect usage of fwrite()
by Andrey Andreev
· 11 years ago
a0a73c9
Add HTTP response code 307 support in URL helper redirect()
by Andrey Andreev
· 11 years ago
40235e6
Fix #133
by Andrey Andreev
· 11 years ago
4ea76cc
Fix 2 errors caused by recent commits
by Andrey Andreev
· 11 years ago
80a16b1
Fix #346
by Andrey Andreev
· 11 years ago
119d8a7
Optimize get_instance() calls/assignments
by Andrey Andreev
· 11 years ago
ac023e1
Change Text helper default tag from <strong> to <mark>
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
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
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
3a3d5f6
Replace the last rand() with mt_rand()
by vlakoff
· 11 years ago
8e7cc7a
parse $extra attributes in form_dropdown.
by Ahmad Anbar
· 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
c6f5ed1
count number of characters (with mb_strlen) instead of counting number of bytes with strlen
by Mohammad Javad Naderi
· 11 years ago
9aebeaf
remove newline from end of file
by Mohammad Javad Naderi
· 11 years ago
b312d2f
character_limiter now works correct for UTF-8 strings
by Mohammad Javad Naderi
· 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
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
519f87a
Loader changes & optimizations related to issue #2551
by Andrey Andreev
· 12 years ago
12526cd
[ci skip] Simplify get_file_info()
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
c5a7c5f
[ci skip] Remove some empty lines
by Andrey Andreev
· 12 years ago
Next »