summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-09-09Forgot an 'and'...Kyle Farris1-1/+1
2011-09-09Documented an un-documented feature, the 'enclosures' parameter, to the ↵Kyle Farris1-3/+4
documentation for DB Util's result_to_csv() method.
2011-09-09Merge pull request #421 from kenjis/user_guide_typoPhil Sturgeon2-9/+8
Fix User Guide typos
2011-09-09fix changelog.html, correct the location of added mime typeskenjis1-5/+4
The addition is not in 2.0.3, but in 2.1.0 fix to https://github.com/EllisLab/CodeIgniter/commit/0ba26c731cf8838b5239c1a7957bc18f58fe2f7d#user_guide/changelog.html
2011-09-09fix typo of HTML tags in user_guide/changelog.htmlkenjis1-1/+1
2011-09-09fix the variable name of system folder in user_guide/installation/index.htmlkenjis1-3/+3
2011-09-08Merge pull request #345 from kylefarris/patch-1Phil Sturgeon2-1/+3
Session Class - 'user_data' Has No Default Value
2011-09-08Merge pull request #412 from troymccormick/developPhil Sturgeon1-1/+1
Added CodeIgniter version information to footer of default view.
2011-09-08Merge pull request #416 from purandi/developPhil Sturgeon1-4/+4
Modified repo from mercurial to git on User Guide
2011-09-08Fix some typopurwandi1-2/+2
2011-09-08Modified repo from mercurial to git on User Guidepurwandi1-4/+4
2011-09-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developpurwandi4-12/+10
2011-09-07Added toopay's change and bolded the version number...as that's baller...or ↵Troy McCormick1-1/+1
some such...
2011-09-07Use NULL as the default value for offset in limit(x, offset) so that default ↵Phil Sturgeon1-2/+2
is not LIMIT 0.
2011-09-07Added environment flag to ensure there is no security risk, per ericbarnes ↵Troy McCormick1-1/+1
on IRC...
2011-09-07Added CodeIgniter version information to footer of default welcome message view.Troy McCormick1-1/+1
2011-09-07Merge pull request #398 from genio/patch-1Phil Sturgeon2-4/+4
A few examples had http:/example.com instead of http://example.com
2011-09-07Merge pull request #399 from druu/patch-1Derek Jones2-6/+4
Major speed improvement in function random_string()
2011-09-06Added changelog entrydruu1-0/+1
2011-09-06took out the changelog on the typogenio1-1/+0
2011-09-06Major speed improvement in function random_string() for cases 'alpha', ↵druu1-6/+3
'alnum', 'numeric' and 'nozero'
2011-09-06added the change to form_helper documentation to the change listgenio1-1/+2
2011-09-06A few examples had http:/example.com instead of http://example.comgenio1-3/+3
2011-09-05Merge branch 'develop', remote-tracking branch 'purandi-codeigniter/develop' ↵purwandi0-0/+0
into develop
2011-09-05Merge branch 'develop', remote-tracking branch 'origin/develop' into developpurwandi0-0/+0
2011-09-04Merge branch 'develop', remote-tracking branch 'origin/develop' into developpurandi1-1/+1
2011-09-04Fix issue #378purandi1-2/+2
2011-09-04Fixed incorrectly named variables in the documentation.Phil Sturgeon1-2/+2
2011-09-04Removed reference is IS_CLI in the documentation, which should have been ↵Phil Sturgeon1-1/+1
$this->input->is_cli_request()
2011-09-04Merge branch 'develop', remote-tracking branch 'origin/develop' into developpurandi23-255/+379
2011-09-03Merge pull request #379 from tomcode/language-set-typosPhil Sturgeon1-1/+1
Changed up to down for down method error line
2011-09-03Merge pull request #370 from kenjis/ar_offsetPhil Sturgeon1-1/+1
fixes potential SQL injection vector in Active Record offset()
2011-09-03Changed up to down for down method error lineThomas Traub1-1/+1
2011-09-02fixes potential SQL injection vector in Active Record offset()kenjis1-1/+1
2011-09-01Changed the irc link to point to CodeIgniter websiteEric Barnes1-1/+1
2011-09-01Merge pull request #358 from mmestrovic/developGreg Aker1-124/+125
added Windows 7 platform
2011-09-01Merge pull request #362 from marcoscoelho/feature/typoGreg Aker3-3/+3
fixes some typo
2011-09-01Merge pull request #361 from Stolz/masterGreg Aker1-0/+5
session_data profiler sections is missing from user guide
2011-09-01Merge pull request #363 from mmestrovic/patch-3Greg Aker1-1/+1
Added reference for CUBRID database as supported in CI.
2011-09-01Merge pull request #364 from mmestrovic/patch-4Phil Sturgeon1-1/+3
Updated download links for current and older versions.
2011-09-01Updated download links for current and older versions.mmestrovic1-1/+3
2011-09-01Added reference for CUBRID database as supported in CI.mmestrovic1-1/+1
2011-08-31Merge pull request #359 from mmestrovic/patch-2Phil Sturgeon2-0/+5
General changes: Added Windows 7 to the list of user platforms.
2011-08-31fixes some typoMarcosCoelho3-3/+3
2011-08-31Added missing profiler section (session_data)Stolz1-0/+5
2011-08-31Added step 2: Replace config/user_agents.phpmmestrovic1-0/+4
2011-08-31General changes: Added Windows 7 to the list of user platforms.mmestrovic1-0/+1
2011-08-31added Windows 7 platform mmestrovic1-124/+125
renamed Windows Longhorn to Windows Vista fixed tabs changed order of nt5.1 and nt5.0 platforms
2011-08-31Added Sessions 'user_data' field bug fix item to log.Kyle Farris1-0/+1
2011-08-31Removing class="reactor" from changelog items for 2.1.0 release. There is ↵Greg Aker1-15/+15
only one CI now, so this is no longer needed.