Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
a28d9bc9c429c2133447d4f088e336a16f26f507
/
system
/
helpers
/
captcha_helper.php
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
· 12 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
· 13 years ago
773ccc3
Replaced `==` with `===` and `!=` with `!==` in /system/helpers
by Alex Bilbie
· 13 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
· 14 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