summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17[ci skip] Adding another cyrillic character to config/foreign_chars.php (#2509)Andrey Andreev1-2/+2
2013-07-17[ci skip] Revert some cosmetic changes from PR #2524, for consistencyAndrey Andreev1-17/+13
2013-07-16Merge pull request #2524 from cryode/update/changelogAndrey Andreev2-253/+345
Fix & Update Change Log; add 2.1.4 info where necessary.
2013-07-16Merge doc changes; small related updates.Eric Roberts2-37/+39
2013-07-16Merge branch 'refs/heads/develop' into update/changelogEric Roberts6-39/+43
Conflicts: user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_214.rst
2013-07-16[ci skip] Update download linksAndrey Andreev1-58/+32
2013-07-16[ci skip] Fix 2.1.4 upgrade instructions linkAndrey Andreev1-1/+1
2013-07-16[ci skip] Add 2.1.4 upgrade instructions pageAndrey Andreev1-0/+14
2013-07-162.1.4 release related stuffAndrey Andreev5-9/+25
2013-07-15Merge pull request #2530 from AdwinTrave/developAndrey Andreev1-6/+6
Fixing incorrect references for time zones in documentation
2013-07-15Fixing incorect references for time zonesAdwinTrave1-6/+6
2013-07-15Fix Travis testsAndrey Andreev1-0/+2
2013-07-13Merge pull request #2526 from cryode/bug/vfsstreamAndrey Andreev1-1/+1
Fix PHPUnit & Travis failures due to new version of vfsStream.
2013-07-13PHPUnit & Travis failures due to new version of vfsStream.Eric Roberts1-1/+1
2013-07-12Update GitHub "tags" link to new Releases feature.Eric Roberts1-2/+1
2013-07-12Update Downloads pageEric Roberts1-57/+30
Even though it's useless right now...
2013-07-12Upgrade notes for 2.1.4Eric Roberts3-2/+17
2013-07-12Optimize Change Log, add entry for 2.1.4Eric Roberts1-213/+318
2013-07-03[ci skip] Alter a link in the changelogAndrey Andreev1-3/+2
2013-07-03Merge pull request #2511 from stevencrothers/developAndrey Andreev1-1/+1
Changed the smiley zip file download to reflect the new location at the
2013-07-03Changed the smiley zip file download to reflect the new location at theSteven Crothers1-1/+1
ellislab.com domain from the codeigniter.com domain.
2013-07-01Issue #2508Andrey Andreev1-2/+2
2013-06-28Merge pull request #2497 from yazuu/uploadAndrey Andreev3-1/+18
Upload : change the file extension to lower case
2013-06-28Update library documentation and changelogAdrian2-0/+2
2013-06-28Fix #2498Andrey Andreev2-1/+2
2013-06-27Update Profiler.php to show HTTP_DNT statusIacami1-2/+2
show do not track header status
2013-06-25New var name to make it more comprehensiveAdrian1-7/+10
Changes to follow the styleguide, proposed by narfbg (thanks to him)
2013-06-25Merge pull request #2480 from florisluiten/developAndrey Andreev2-1/+2
Prevent email header injection
2013-06-24Updated changelog to reflect latest changesFloris Luiten (lenwweb.nl)1-0/+1
2013-06-24Removed empty line at EOFFloris Luiten (lenwweb.nl)1-1/+1
2013-06-24Add a config var to let the choice of having the lower case on the ↵Adrian1-1/+13
extensions when uploading. The default value is set to FALSE.
2013-06-24[ci skip] Remove an unnecessary/confusing changelog lineAndrey Andreev1-1/+0
2013-06-24Merge pull request #2488 from Xeli/developAndrey Andreev2-1/+15
Add support for https behind a reverse proxy using X-Forwarded-Proto
2013-06-24some more readablility tweaks in system/core/CommonRichard Deurwaarder (Xeli)1-2/+3
2013-06-24remove else clause in is_https function, just add return FALSE as fallbackRichard Deurwaarder (Xeli)1-4/+1
2013-06-24remove newline again in system/core/Common.php, silly editor keeps adding itRichard Deurwaarder (Xeli)1-1/+1
2013-06-24fix indentation according to codeigniter codestyle system/core/CommonRichard Deurwaarder (Xeli)1-18/+18
2013-06-24Revert "remove newline at eof in syste/core/Common"Richard Deurwaarder (Xeli)1-1/+1
This reverts commit 7061bd014b6b7dbf89bf42e940aa134228f044ce.
2013-06-24Force the file extension to lower caseAdrian1-2/+2
2013-06-24remove newline at eof in syste/core/CommonRichard Deurwaarder (Xeli)1-1/+1
2013-06-24Added X-Forwarded-Proto support to changelogRichard Deurwaarder (Xeli)1-0/+1
2013-06-24remove newline in system/core/Common.phpRichard Deurwaarder (Xeli)1-0/+1
2013-06-24Use codeigniter coding styleRichard Deurwaarder (Xeli)1-5/+11
2013-06-24Merge pull request #2403 from groovenectar/loader-fixAndrey Andreev1-1/+1
Fix for extending classes in a subdirectory (e.g. drivers)
2013-06-24Merge pull request #2492 from nonchip/developAndrey Andreev1-1/+1
fixed typo in guide/lib/xmlrpc.rst
2013-06-24Merge pull request #2484 from chrisege/developAndrey Andreev1-1/+1
added newlines to end of email header when send_multipart === false
2013-06-24Merge pull request #2479 from ckdarby/developAndrey Andreev1-1/+1
Fixes #2340
2013-06-20fixed typo in guide/lib/xmlrpc.rstMichael Zimmer1-1/+1
$size = $parameters[1]['shape']; replaced by: $shape = $parameters[1]['shape'];
2013-06-19Change True -> TRUE per codeigniter guidelinesRichard Deurwaarder (Xeli)1-4/+4
2013-06-19Add support for https behind a reverse proxy using X-Forwarded-ProtoRichard Deurwaarder (Xeli)1-4/+12