summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-09-19Changed the contributing file to a markdown document as Github doesn't ↵Alex Bilbie2-159/+92
support rendering contributing file as rst Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-09-19Added a contributing file to appear in pull requests and issuesAlex Bilbie2-160/+159
https://github.com/blog/1184-contributing-guidelines Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-09-19Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Alex Bilbie15-19/+32
codeigniter/develop
2012-09-19Ignore composer vendor directoryAlex Bilbie1-1/+2
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-09-17Merge pull request #1783 from vlakoff/developAndrey Andreev3-2/+7
Better server test in redirect() of URL helper
2012-09-17Changelog: add entry for the change in "auto" method of redirect()vlakoff1-0/+1
2012-09-17redirect() documentation: add a note for IIS usersvlakoff1-0/+4
2012-09-17Merge pull request #1806 from vlakoff/develop-2Andrey Andreev1-2/+2
Better method for getting Output cache file embedded timestamp
2012-09-16Better method for getting Output cache file embedded timestampvlakoff1-2/+2
Faster, shorter code
2012-09-16Minor change in Output cache file checkvlakoff1-1/+1
Won't change anything in practice, but robuster (and faster) if ever a cache file would be invalid
2012-09-15Merge pull request #1801 from vlakoff/develop-2Andrey Andreev1-1/+1
Update reserved names documentation
2012-09-15Update reserved names documentationvlakoff1-1/+1
- EXT removed in 079fbfcde095230f304e889217f897031a948f61 - VIEWPATH added in 8eef9c77512d4fad5357d3cbda83b89f844d7d16
2012-09-14Merge pull request #1794 from vlakoff/develop-2Andrey Andreev3-2/+5
directory_map() was skipping files and directories named "0"
2012-09-14Merge pull request #1796 from toopay/test-suiteAndrey Andreev6-6/+6
Set code-coverage limit scope
2012-09-13Set code-coverage limit scopeTaufan Aditya6-6/+6
Signed-off-by: Taufan Aditya <toopay@taufanaditya.com>
2012-09-13directory_map() was skipping files and directories named "0"vlakoff3-2/+5
Close #1757. Thanks @BennyC!
2012-09-12Updated .travis.yml with new services param Alex Bilbie1-0/+5
See http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates/ for details
2012-09-12Minor adjustmentsAndrey Andreev2-6/+6
2012-09-12Better server test in redirect() of URL helpervlakoff2-2/+2
"Location" header bugs are specific to IIS; previous test was matching all HTTP servers under Windows. This test isn't perfect yet ($_SERVER['SERVER_SOFTWARE'], which corresponds to the "Server" header of HTTP response, might be missing), but there is no perfect test. "Refresh" method makes the window blank for quite a noticeable time, so let's not affect other servers because of IIS.
2012-09-07Removed the &nbsp; from the default config variables in the pagination ↵Alex Bilbie2-8/+9
class. Fixes #187 and #208 Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-09-07Merge pull request #1720 from appleboy/docAlex Bilbie3-2/+3
fix issue #1719 and update ip address length on captcha helper
2012-09-07Merge pull request #1776 from eweap/db-display-errorAndrey Andreev2-1/+2
Database display error supporting "Loader.php" and "MY_Loader.php"
2012-09-07Merge pull request #1760 from vlakoff/develop-2Alex Bilbie1-1/+1
Better old captcha image test
2012-09-05Check for "Loader" in $call['class'] instead of $call['file']Jonathan Bonnefoy1-1/+1
2012-09-05Database display error supporting "Loader.php" and "MY_Loader.php"Jonathan Bonnefoy2-1/+2
2012-09-05Misc. style changesAndrey Andreev2-2/+2
2012-09-05Cleanup and optimize new Session classesAndrey Andreev3-128/+221
2012-09-05Merge pull request #1770 from dchill42/sessionAlex Bilbie1-0/+12
Session Fixes for #1711 and #1756
2012-09-05Merge pull request #1771 from pickupman/user_guide-migrationsAndrey Andreev1-1/+133
Add documation to user guide for Migrations class
2012-09-05Merge pull request #1750 from vlakoff/developAndrey Andreev1-1/+2
Simplification in Text Helper's character_limiter()
2012-09-04More complicated but faster methodvlakoff1-1/+2
Also added a comment to explain the reason for such a complicated method
2012-09-04Add documation to user guide for Migrations classJoe McFrederick1-1/+133
2012-09-04That doesn't go there. Put cache fix around correct query.dchill421-11/+11
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-09-04Fixed issues #1756 and #1711dchill421-0/+12
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-09-03Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Alex Bilbie6-28/+27
codeigniter/develop
2012-09-03Added Calendar library unit testAlex Bilbie2-0/+229
2012-09-03Merge pull request #1764 from WDC/patch-2Alex Bilbie1-8/+8
Whitespace Removal in config/constants.php
2012-09-03Merge pull request #1763 from pickupman/bugfix-form_validation-is_uniqueAlex Bilbie1-1/+0
Fix #1741 is_unique duplicated in documentation for Form_validation
2012-09-03Update application/config/constants.phpD. Marshall Lemcoe Jr.1-8/+8
Removed completely unnecessary whitespace. 
2012-09-03Fix #1741 is_unique duplicated in documentation for Form_validationpickupman1-1/+0
2012-09-03Slightly robuster testvlakoff1-1/+1
Also, single quotes per style conventions
2012-09-02Merge pull request #1727 from pickupman/bugfix-loader-view_fileAlex Bilbie2-3/+4
Fix bug #1000
2012-09-02Merge pull request #1728 from pickupman/bugfix-captcha_helperAlex Bilbie1-2/+1
Fix issue #1678
2012-09-02Merge pull request #1753 from vlakoff/langAlex Bilbie1-14/+14
A few forgotten double quotes in language strings
2012-09-01A few forgotten double quotes in language stringsvlakoff1-14/+14
Follow-up to commit 0875d69dc7b5138cc40ea2f248024b2a886a0d82 from 2012-07-15
2012-08-31Simplification in Text Helper's character_limiter()vlakoff1-1/+1
Because the "\s" regex character class includes \r and \n, there is no need for the str_replace() part
2012-08-31fix issue #1719 and update ip address length on captcha helperBo-Yi Wu3-2/+3
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2012-08-31Merge pull request #1732 from IT-Can/mysql-compressionAlex Bilbie6-3/+48
MySQL & MySQLi client compression
2012-08-30Merge pull request #1749 from dchill42/sess_configPhil Sturgeon4-16/+68
Added session driver config items
2012-08-30Added autoload drivers config, added Session and Loader changes to ↵dchill423-16/+63
changelog, added Session config items to upgrade guide Signed-off-by: dchill42 <dchill42@gmail.com>