summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-12Updated cookie driver to latest develop changesDarren Hill21-69/+159
2011-09-11Changed the add_package_path documentation to show the second param for view ...Eric Barnes1-2/+2
2011-09-11Change the wording for change log and new features.Eric Barnes1-2/+2
2011-09-11Merge pull request #426 from appleboy/guidePhil Sturgeon6-20/+20
2011-09-11update user guide for replacing 'br/' with 'br /'Bo-Yi Wu6-20/+20
2011-09-10Small wording changes to the readme.Eric Barnes1-10/+4
2011-09-10Merge branch 'develop' of https://github.com/purandi/CodeIgniter into developEric Barnes1-2/+96
2011-09-10Merge pull request #389 from vjnrv/patch-1Eric Barnes1-1/+1
2011-09-09Merge pull request #422 from kylefarris/patch-5Phil Sturgeon1-3/+4
2011-09-09Forgot an 'and'...Kyle Farris1-1/+1
2011-09-09Documented an un-documented feature, the 'enclosures' parameter, to the docum...Kyle Farris1-3/+4
2011-09-09Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developpurwandi2-9/+8
2011-09-09Merge pull request #421 from kenjis/user_guide_typoPhil Sturgeon2-9/+8
2011-09-09fix changelog.html, correct the location of added mime typeskenjis1-5/+4
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-08Fix some textpurwandi1-8/+18
2011-09-08Added some tag linkpurwandi1-13/+9
2011-09-08modified read me.mdpurwandi1-0/+88
2011-09-08Merge pull request #345 from kylefarris/patch-1Phil Sturgeon2-1/+3
2011-09-08Merge pull request #412 from troymccormick/developPhil Sturgeon1-1/+1
2011-09-08Merge pull request #416 from purandi/developPhil Sturgeon1-4/+4
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 s...Troy McCormick1-1/+1
2011-09-07Use NULL as the default value for offset in limit(x, offset) so that default ...Phil Sturgeon1-2/+2
2011-09-07Added environment flag to ensure there is no security risk, per ericbarnes on...Troy McCormick1-1/+1
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
2011-09-07Merge pull request #399 from druu/patch-1Derek Jones2-6/+4
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', 'alnum...druu1-6/+3
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-05CI_Profiler => Accepting objects while profiling session data.Pedro Junior1-1/+1
2011-09-05Merge branch 'develop', remote-tracking branch 'purandi-codeigniter/develop' ...purwandi0-0/+0
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 $thi...Phil Sturgeon1-1/+1
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
2011-09-03Merge pull request #370 from kenjis/ar_offsetPhil Sturgeon1-1/+1
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-01Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into sessionDarren Hill10-130/+143
2011-09-01Made private members protected for inheritanceDarren Hill3-56/+56