Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
98756ba4d973d22ef8725db70eabf5a26a4737a3
/
system
/
helpers
/
captcha_helper.php
98756ba
[ci skip] Merge pull request #5652 from Khuthaily/patch-1
by Andrey Andreev
· 6 years ago
cce6bd1
[ci skip] Merge pull request #5376 from jim-parry/copyright-update
by Andrey Andreev
· 7 years ago
44aa1ab
[ci skip] Deprecate extra parameters of the CAPTCHA helper
by Andrey Andreev
· 7 years ago
da60e9b
Update copyright data to 2017
by Master Yoda
· 8 years ago
7e669e6
Merge pull request #4822 from gxgpet/develop
by Andrey Andreev
· 8 years ago
ec9e96e
Fix #4427
by Andrey Andreev
· 9 years ago
1924e87
[ci skip] Update ellislab.com links to https too
by Andrey Andreev
· 9 years ago
bd202c9
[ci skip] Update codeigniter.com links to https
by Andrey Andreev
· 9 years ago
125ef47
[ci skip] Bump year to 2016
by Andrey Andreev
· 9 years ago
2fe1a23
[ci skip] Fix an infinite loop in captcha helper
by Andrey Andreev
· 9 years ago
f8deea5
Use proper randomness when generating CAPTCHAs
by Andrey Andreev
· 9 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 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
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
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
f039c9f
Removed empty line
by egig
· 11 years ago
225f53b
Prepare image url.
by egig
· 11 years ago
382b513
Don't use error suppression on is_dir(), file_exists()
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
c697a3b
Use is_really_writable() in captcha helper
by Andrey Andreev
· 11 years ago
72b4b3c
Add 'filename' to the return elements for create_captcha() (PR #2602)
by Andrey Andreev
· 11 years ago
3a3d5f6
Replace the last rand() with mt_rand()
by vlakoff
· 11 years ago
53fd688
Fix #2558
by Andrey Andreev
· 11 years ago
8963f40
Add color customization to the CAPTCHA helper
by Andrey Andreev
· 11 years ago
ffe1bd2
final change (extra space)
by ash
· 12 years ago
c3dcf9f
newline at end
by ash
· 12 years ago
6e35774
eol
by ash
· 12 years ago
19bafaf
eol 2
by ash
· 12 years ago
a0c7ae6
eol test.
by ash
· 12 years ago
29ae72d
removed sanity checks (developer-supplied value, not user input), added changelog entry, changed variable names
by ash
· 12 years ago
79dfac7
typo change
by ash
· 12 years ago
1aa336d
Add options in create_captcha() to specify the randomly generated captcha word length and character pool
by ash
· 12 years ago
9708855
Allow non-string values to be used as captcha words (issue #2215)
by Andrey Andreev
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
5f385d0
Slightly robuster test
by vlakoff
· 12 years ago
07cdcf8
Fixes issue #1678
by pickupman
· 12 years ago
6332664
Fixed typo in the comments
by vkeranov
· 12 years ago
773ccc3
Replaced `==` with `===` and `!=` with `!==` in /system/helpers
by Alex Bilbie
· 12 years ago
01b129a
Fix docblocks A-H
by Timothy Warren
· 13 years ago
3419db1
Further improve a for() loop
by Andrey Andreev
· 13 years ago
a720961
Some more minor improvements
by Andrey Andreev
· 13 years ago
33101f4
Merge upstream branch
by Andrey Andreev
· 13 years ago
e6f7d61
Remove EOF newlines
by Andrey Andreev
· 13 years ago
6b47711
Remove access description line
by Andrey Andreev
· 13 years ago
6013856
Merge upstream branch
by Andrey Andreev
· 13 years ago
8e2ca4e
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
by Phil Sturgeon
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
7203d54
Merge upstream branch
by Andrey Andreev
· 13 years ago
c2659b8
fix + style fix
by Michiel Vugteveen
· 13 years ago
51a2281
Revert a space in the license agreement :)
by Andrey Andreev
· 13 years ago
5ad9e4e
Replace AND with &&
by Andrey Andreev
· 13 years ago
63a2100
Some more cleaning
by Andrey Andreev
· 13 years ago
4f2933d
Some more misc. stuff
by Andrey Andreev
· 13 years ago
f1b43d4
Improve array, captcha & cookie helpers
by Andrey Andreev
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
d3a32a2
Update: fix typo error #564
by Bo-Yi Wu
· 13 years ago
37f4b9c
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance
by Derek Jones
· 13 years ago
114ab09
Fixed double-space typo.
by Razican
· 14 years ago
45e3cdf
Whitespace cleanup for code consistency
by Pascal Kriete
· 14 years ago
0711dc8
Hey look, it's 2011
by Greg Aker
· 14 years ago
741de1c
Updating PHP requirements in files 5.1.6
by Greg Aker
· 14 years ago
dd67197
Cleanup of stray spaces and tabs
by Barry Mieny
· 14 years ago
1c73f4e
fixed eof code comment
by Derek Jones
· 15 years ago
b41032d
moved CAPTCHA plugin to a helper
by Derek Jones
· 15 years ago