Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-12 | Updated .travis.yml with new services param | Alex Bilbie | 1 | -0/+5 | |
See http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates/ for details | |||||
2012-09-12 | Minor adjustments | Andrey Andreev | 2 | -6/+6 | |
2012-09-07 | Removed the from the default config variables in the pagination ↵ | Alex Bilbie | 2 | -8/+9 | |
class. Fixes #187 and #208 Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-09-07 | Merge pull request #1720 from appleboy/doc | Alex Bilbie | 3 | -2/+3 | |
fix issue #1719 and update ip address length on captcha helper | |||||
2012-09-07 | Merge pull request #1776 from eweap/db-display-error | Andrey Andreev | 2 | -1/+2 | |
Database display error supporting "Loader.php" and "MY_Loader.php" | |||||
2012-09-07 | Merge pull request #1760 from vlakoff/develop-2 | Alex Bilbie | 1 | -1/+1 | |
Better old captcha image test | |||||
2012-09-05 | Check for "Loader" in $call['class'] instead of $call['file'] | Jonathan Bonnefoy | 1 | -1/+1 | |
2012-09-05 | Database display error supporting "Loader.php" and "MY_Loader.php" | Jonathan Bonnefoy | 2 | -1/+2 | |
2012-09-05 | Misc. style changes | Andrey Andreev | 2 | -2/+2 | |
2012-09-05 | Cleanup and optimize new Session classes | Andrey Andreev | 3 | -128/+221 | |
2012-09-05 | Merge pull request #1770 from dchill42/session | Alex Bilbie | 1 | -0/+12 | |
Session Fixes for #1711 and #1756 | |||||
2012-09-05 | Merge pull request #1771 from pickupman/user_guide-migrations | Andrey Andreev | 1 | -1/+133 | |
Add documation to user guide for Migrations class | |||||
2012-09-05 | Merge pull request #1750 from vlakoff/develop | Andrey Andreev | 1 | -1/+2 | |
Simplification in Text Helper's character_limiter() | |||||
2012-09-04 | More complicated but faster method | vlakoff | 1 | -1/+2 | |
Also added a comment to explain the reason for such a complicated method | |||||
2012-09-04 | Add documation to user guide for Migrations class | Joe McFrederick | 1 | -1/+133 | |
2012-09-04 | That doesn't go there. Put cache fix around correct query. | dchill42 | 1 | -11/+11 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-09-04 | Fixed issues #1756 and #1711 | dchill42 | 1 | -0/+12 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-09-03 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Alex Bilbie | 6 | -28/+27 | |
codeigniter/develop | |||||
2012-09-03 | Added Calendar library unit test | Alex Bilbie | 2 | -0/+229 | |
2012-09-03 | Merge pull request #1764 from WDC/patch-2 | Alex Bilbie | 1 | -8/+8 | |
Whitespace Removal in config/constants.php | |||||
2012-09-03 | Merge pull request #1763 from pickupman/bugfix-form_validation-is_unique | Alex Bilbie | 1 | -1/+0 | |
Fix #1741 is_unique duplicated in documentation for Form_validation | |||||
2012-09-03 | Update application/config/constants.php | D. Marshall Lemcoe Jr. | 1 | -8/+8 | |
Removed completely unnecessary whitespace. | |||||
2012-09-03 | Fix #1741 is_unique duplicated in documentation for Form_validation | pickupman | 1 | -1/+0 | |
2012-09-03 | Slightly robuster test | vlakoff | 1 | -1/+1 | |
Also, single quotes per style conventions | |||||
2012-09-02 | Merge pull request #1727 from pickupman/bugfix-loader-view_file | Alex Bilbie | 2 | -3/+4 | |
Fix bug #1000 | |||||
2012-09-02 | Merge pull request #1728 from pickupman/bugfix-captcha_helper | Alex Bilbie | 1 | -2/+1 | |
Fix issue #1678 | |||||
2012-09-02 | Merge pull request #1753 from vlakoff/lang | Alex Bilbie | 1 | -14/+14 | |
A few forgotten double quotes in language strings | |||||
2012-09-01 | A few forgotten double quotes in language strings | vlakoff | 1 | -14/+14 | |
Follow-up to commit 0875d69dc7b5138cc40ea2f248024b2a886a0d82 from 2012-07-15 | |||||
2012-08-31 | Simplification in Text Helper's character_limiter() | vlakoff | 1 | -1/+1 | |
Because the "\s" regex character class includes \r and \n, there is no need for the str_replace() part | |||||
2012-08-31 | fix issue #1719 and update ip address length on captcha helper | Bo-Yi Wu | 3 | -2/+3 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-08-31 | Merge pull request #1732 from IT-Can/mysql-compression | Alex Bilbie | 6 | -3/+48 | |
MySQL & MySQLi client compression | |||||
2012-08-30 | Merge pull request #1749 from dchill42/sess_config | Phil Sturgeon | 4 | -16/+68 | |
Added session driver config items | |||||
2012-08-30 | Added autoload drivers config, added Session and Loader changes to ↵ | dchill42 | 3 | -16/+63 | |
changelog, added Session config items to upgrade guide Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-30 | Added session driver config items | dchill42 | 1 | -0/+5 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-30 | Merge branch 'refs/heads/alexbilbie/develop' into codeigniter/develop | Alex Bilbie | 4 | -0/+288 | |
2012-08-30 | Added PHPUnit to the development requirements of composer.json | Alex Bilbie | 1 | -1/+4 | |
2012-08-30 | Finished the final tests (except do_upload) | Alex Bilbie | 2 | -7/+46 | |
2012-08-30 | Added initial upload library tests | Alex Bilbie | 1 | -0/+231 | |
2012-08-30 | Added lang mock and upload mock | Alex Bilbie | 2 | -0/+18 | |
2012-08-29 | Merge pull request #353 from dchill42/session | Phil Sturgeon | 12 | -1063/+2484 | |
Switched Sessions to use Drivers Adding native PHP sessions and keeping original-flavor CI cookie sessions | |||||
2012-08-29 | Fixed defaults and database check, reverted redundant shutdown feature | dchill42 | 2 | -51/+5 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-29 | Extracted cookie database saves to shutdown and cleaned up code | dchill42 | 2 | -135/+169 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-28 | Minor session test improvements | dchill42 | 1 | -65/+117 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-28 | Fixed multi-driver load return and last-ditch library subdirectory retry ↵ | dchill42 | 1 | -3/+3 | |
object names | |||||
2012-08-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session | dchill42 | 11 | -26/+64 | |
2012-08-27 | Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict | dchill42 | 4 | -7/+17 | |
2012-08-23 | Merge branch 'feature/js-userguide-search' into develop | Derek Jones | 4 | -9/+29 | |
2012-08-23 | Merge pull request #1733 from IT-Can/word-mime-fix | Alex Bilbie | 2 | -2/+3 | |
.docx mimetype updated | |||||
2012-08-21 | docx mimetype added | Michiel Vugteveen | 2 | -2/+3 | |
2012-08-21 | changelog fix | Michiel Vugteveen | 1 | -1/+1 | |