Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
49bce11e2e959793fca2b31fa047f3e8d2533e46
49bce11
It looks like this should be $alter_type here
by Rasmus Lerdorf
· 12 years ago
4ad89d8
The date_range() function is a bit broken
by Rasmus Lerdorf
· 12 years ago
d4d8022
Merge pull request #2442 from vlakoff/develop-3
by Andrey Andreev
· 12 years ago
88e7ad5
Merge pull request #2441 from vlakoff/develop-2
by Andrey Andreev
· 12 years ago
f755cfd
Merge pull request #2440 from vlakoff/develop
by Andrey Andreev
· 12 years ago
e418e1e
Removes an obstacle to building the docs.
by Kevin Smith
· 12 years ago
d3f9efe
Adds a few new lines to note directive to fix a build error in the docs.
by Kevin Smith
· 12 years ago
fadb822
Do not trigger a possible custom autoloader, as it is irrelevant here
by vlakoff
· 12 years ago
cdc6113
Fix a docblock in Loader class
by vlakoff
· 12 years ago
d0c30ab
Logging functions: level parameter is not optional
by vlakoff
· 12 years ago
206d951
Fix issue #2388 / PR #2413 changelog entry
by Andrey Andreev
· 12 years ago
abc369c
Merge pull request #2413 from buhay/develop
by Andrey Andreev
· 12 years ago
83c6efe
Added to the changelog.
by buhay
· 12 years ago
c6da1ef
Change boolean to bool. Added whitespace.
by buhay
· 12 years ago
b0639fa
Merge pull request #2409 from chernjie/develop
by Andrey Andreev
· 12 years ago
466e808
Correction for issue #2388. Updated _build_message() to return a boolean. This prevents email from sending if there is an error trying to attach an attachment to the email.
by buhay
· 12 years ago
8347f91
See #2409: Avoid overwriting global $_SERVER and set Content-Type to protected property;
by CJ
· 12 years ago
c5c522a
#2409: Force Content Type to go through camelization;
by CJ
· 12 years ago
d195f22
See #2409: Reformating and code cleanup for request_headers;
by CJ
· 12 years ago
d08e18c
See #2409: Remove double replacing of dashes and instead change `Content-Type` to `CONTENT_TYPE`
by CJ
· 12 years ago
71cff1d
#2409: Updated based on feedback by @narfbg;
by CJ
· 12 years ago
826990f
apache_request_headers need not go through recapitalization of incoming
by CJ
· 12 years ago
31da423
Merge pull request #2396 from abkr/develop
by Andrey Andreev
· 12 years ago
ffe1bd2
final change (extra space)
by ash
· 12 years ago
3a66fac
user guide newline.
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
68b285f
changelog change
by ash
· 12 years ago
ba95713
changed changelog format.
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
4fa6385
Documentation change - explanation of captcha_word_length and character_pool_for_generated_word
by ash
· 12 years ago
9c7e651
documenation edit
by ash
· 12 years ago
3fd9bf8
Updated documenation
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
5eb1cbf
Replace another fetch_directory() use
by Andrey Andreev
· 12 years ago
8e038d5
[ci skip] Replace spaces with tabs
by Andrey Andreev
· 12 years ago
ccdd429
Fix #2387
by Andrey Andreev
· 12 years ago
0e4237f
Fix #2380 and deprecate CI_Router::fetch_*() methods
by Andrey Andreev
· 12 years ago
1ccaaae
Add a changelog entry for PR #2343
by Andrey Andreev
· 12 years ago
ea4ea94
Merge pull request #2343 from QOX/develop
by Andrey Andreev
· 12 years ago
50cc2be
Merge pull request #2382 from garthkerr/add-bot-agents
by Andrey Andreev
· 12 years ago
1bfc115
Add common robot user agents.
by Garth Kerr
· 12 years ago
fa99dc6
Fixed for styleguide.
by Katsumi Honda
· 12 years ago
93f0b8f
fixed for styleguide.
by Katsumi Honda
· 12 years ago
fee49d1
Merge pull request #2372 from thefuzzy0ne/fix/composer.json
by Andrey Andreev
· 12 years ago
492a3e3
Removed newline at EOF
by Darren Benney
· 12 years ago
e514c76
[ci skip] Add changelog entries for PR #2303
by Andrey Andreev
· 12 years ago
5c18265
Merge pull request #2303 from lracicot/develop
by Andrey Andreev
· 12 years ago
d2797bb
Merge pull request #2375 from samsonasik/fix/typo
by Andrey Andreev
· 12 years ago
14e3523
Merge pull request #2369 from vlakoff/develop-2
by Andrey Andreev
· 12 years ago
1af54e8
Merge pull request #2371 from thefuzzy0ne/fix/upload_err_constants
by Andrey Andreev
· 12 years ago
ce92b81
Merge pull request #2367 from vlakoff/develop
by Andrey Andreev
· 12 years ago
a8b29ac
fix typo : StdClass should be stdClass
by Abdul Malik Ikhsan
· 12 years ago
714b11a
Changed spaces to tabs for consistency.
by Darren Benney
· 12 years ago
e123a60
Modified do_upload() to use UPLOAD_ERR constants.
by Darren Benney
· 12 years ago
14707e3
Added description to composer.json
by Darren Benney
· 12 years ago
0612756
Some cleanup related to mt_rand()
by vlakoff
· 12 years ago
4ad3708
User guide: fix list of allowed URI characters
by vlakoff
· 12 years ago
54e6c1b
Merge pull request #2366 from vlakoff/develop
by Andrey Andreev
· 12 years ago
4052c73
index.php: minor improvement in VIEWPATH definition code
by vlakoff
· 12 years ago
cf58d7e
Merge pull request #2365 from vlakoff/develop
by Andrey Andreev
· 12 years ago
52301c7
Documentation: fix some outdated paths
by vlakoff
· 12 years ago
3b0c08a
Fix #2353
by Andrey Andreev
· 12 years ago
5269c1c
Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys
by Andrey Andreev
· 12 years ago
408cbb4
Code style fix
by nisheeth-barthwal
· 12 years ago
47ea5a8
Code fixes in line with suggestions
by nisheeth-barthwal
· 12 years ago
ee34b84
Merge pull request #2361 from thefuzzy0ne/fix/userguide
by Andrey Andreev
· 12 years ago
7713081
There are 21 preferences, not 17
by Darren Benney
· 12 years ago
77236e0
Simplified notation parsing and other cosmetic fixes
by nisheeth-barthwal
· 12 years ago
cb028bc
Merge pull request #2352 from bayssmekanique/develop
by Andrey Andreev
· 12 years ago
7b1a2f1
Changed "else if" to "elseif"
by nisheeth-barthwal
· 12 years ago
d4d6e09
Fixed error in form_textarea helper function
by Zachary Cardoza
· 12 years ago
9f27a3e
Revert "Fixed error in Form Helper textarea function"
by Zachary Cardoza
· 12 years ago
a5bcfb1
Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry.
by nisheeth-barthwal
· 12 years ago
e15d1be
Fixed error in Form Helper textarea function
by Zach Cardoza
· 12 years ago
a945d07
Removed entry for erroneous bugfix
by nisheeth-barthwal
· 12 years ago
5ac04e5
Merge pull request #2350 from ragboyjr/develop
by Andrey Andreev
· 12 years ago
395e2df
Making a performance modification to DB_driver list_fields()
by RJ garcia
· 12 years ago
a7447d2
Added array notation for keys in Input library
by nisheeth-barthwal
· 12 years ago
76f42d9
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
by nisheeth-barthwal
· 12 years ago
eaeaad5
Fixed problem for transaction test mode.
by Katsumi Honda
· 12 years ago
13f6eab
Fix MSSQL ALTER TABLE ADD statement
by Andrey Andreev
· 12 years ago
73b69a0
Merge pull request #2328 from samdoidge/develop
by Andrey Andreev
· 12 years ago
493454d
Merge pull request #2326 from bayssmekanique/develop
by Andrey Andreev
· 12 years ago
7ee2034
removing linebreak
by Sam Doidge
· 12 years ago
5cb5c0a
adding thumb_marker to image_lib->clear()
by Sam Doidge
· 12 years ago
7b90325
Output Class Minify Function Change
by bayssmekanique
· 12 years ago
219565d
Add a (default) CI_DB_query_builder::_update_batch() method
by Andrey Andreev
· 12 years ago
89b67b4
Fix #2320
by Andrey Andreev
· 12 years ago
65b8f83
reorder rules in product name regex by importance
by Louis Racicot
· 12 years ago
025b646
check if uft8 is enabled
by Louis Racicot
· 12 years ago
592e7d4
Full unicode support for the product name.
by Louis Racicot
· 12 years ago
837b203
Github broke the file encoding. I repaired it.
by Louis Racicot
· 12 years ago
141e2cb
Update Cart.php
by Louis Racicot
· 12 years ago
00ffa30
Merge pull request #2305 from vlakoff/develop
by Andrey Andreev
· 12 years ago
affc3bc
Fix a typo in changelog.rst
by vlakoff
· 12 years ago
050722c
Merge pull request #2304 from vlakoff/develop
by Andrey Andreev
· 12 years ago
Next »