Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-31 | Added Session driver library unit tests and added driver library autoloading ↵ | dchill42 | 3 | -5/+365 | |
to test framework | |||||
2012-07-31 | Fixed userdata synchronization, loaded driver check, and all_flashdata keys | dchill42 | 1 | -8/+7 | |
2012-07-30 | Fixed _parent references and several minor bugs | dchill42 | 4 | -13/+35 | |
2012-07-24 | Cleaned up bangs and lowercase booleans, and fixed userdata return on not ↵ | dchill42 | 3 | -12/+12 | |
found to NULL | |||||
2012-07-23 | Made cookie driver default and did miniscule code cleanup on drivers | dchill42 | 3 | -11/+3 | |
2012-07-23 | Merge branch develop of github.com:/EllisLab/CodeIgniter into session | dchill42 | 603 | -47038/+55424 | |
2012-07-23 | Fix a bug in CI_DB_sqlsrv_driver::affected_rows() | Andrey Andreev | 2 | -1/+2 | |
2012-07-22 | Removing $reduce_linebreaks in auto_typography helper. Fixes #1642 | Eric Barnes | 1 | -2/+2 | |
I researched this back to a commit by @derekjones but couldn't find any history on what the reason for it was or why it was even added. Signed-off-by: Eric Barnes <eric@ericlbarnes.com> | |||||
2012-07-22 | Merge pull request #1643 from firian/html-helper-comment-fix | Eric Barnes | 1 | -3/+3 | |
Comment fix. | |||||
2012-07-22 | Comment fix. Html5 is most popular these days and should be added to ↵ | Przemyslaw Tomaszewski | 1 | -3/+3 | |
comment. Also - information that there are more doctypes than specified in comment was not included. | |||||
2012-07-19 | Enable travis for feature/* branches | Andrey Andreev | 1 | -1/+2 | |
2012-07-18 | Merge pull request #1633 from vlakoff/htaccess | Andrey Andreev | 3 | -3/+3 | |
Improve the solution for issue #1631 | |||||
2012-07-17 | Improve the solution for issue #1631 | vlakoff | 3 | -3/+3 | |
.htaccess directives compatible with both Apache 2.2 and 2.4 | |||||
2012-07-17 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Alex Bilbie | 2 | -2/+2 | |
codeigniter/develop | |||||
2012-07-17 | Updated .htaccess files with Apache 2.4+ safe deny statements. Fixes #1631 | Alex Bilbie | 3 | -3/+18 | |
2012-07-16 | Merge pull request #1627 from aroche/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix on _update_batch() : wrong variable used for field selection | |||||
2012-07-16 | Fix on _update_batch() : wrong variable used for field selection | aroche | 1 | -1/+1 | |
2012-07-16 | Merge pull request #1625 from jonnu/develop | Andrey Andreev | 1 | -1/+1 | |
Inconsistency between log_message and show_error when encountering a non-existant class | |||||
2012-07-16 | Inconsistency between log_message and show_error when encountering a ↵ | jonnu | 1 | -1/+1 | |
non-existant class Signed-off-by: jonnu <jontce@gmail.com> | |||||
2012-07-15 | Changed TRUE and FALSE values to be uppercase | Alex Bilbie | 2 | -2/+2 | |
2012-07-15 | Changed double quotes to single quotes to meet style guidelines | Alex Bilbie | 8 | -142/+142 | |
2012-07-15 | Merge pull request #1621 from vlakoff/doc | Andrey Andreev | 1 | -1/+1 | |
Fix in index.php inline documentation | |||||
2012-07-15 | Fix in index.php inline documentation | vlakoff | 1 | -1/+1 | |
$routing['controller'] has to respect the capitalization of the filename, which is in lowercase. Otherwise, the application fails on case-sensitive servers. | |||||
2012-07-13 | Merge pull request #1617 from vlakoff/doc | Andrey Andreev | 5 | -5/+5 | |
Some adjustments in inline documentation | |||||
2012-07-13 | Some adjustments in inline documentation | vlakoff | 5 | -5/+5 | |
2012-07-13 | Merge pull request #1615 from joellimberg/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Rename $babe to $class, in foreach ($model AS $babe) {...} | |||||
2012-07-13 | Loader::model() - rename foreach ($model AS $single_model) to ($model AS ↵ | Joel Limberg | 1 | -2/+2 | |
$class). Consistent with ::library() and ::_ci_load_class() | |||||
2012-07-13 | Add a changelog entry for issue #1605 (pull #1606) and remove some spaces | Andrey Andreev | 2 | -4/+5 | |
2012-07-13 | Merge pull request #1616 from appleboy/page | Andrey Andreev | 1 | -2/+2 | |
fix issue #1605 covert page number type from float to int | |||||
2012-07-13 | fix issue #1605 covert page number type from float to int | Bo-Yi Wu | 1 | -2/+2 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-07-13 | Rename $babe => $single_model, in foreach ($model AS $babe) {...} | joellimberg | 1 | -2/+2 | |
2012-07-13 | escape_identifiers() to not escape string literals inside double quotes as well | Andrey Andreev | 1 | -1/+1 | |
2012-07-13 | Fix issue #1613 | Andrey Andreev | 2 | -1/+7 | |
2012-07-12 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 18 | -42/+38 | |
2012-07-12 | Added data-ci-pagination-page="x" to pagination output so JS frameworks can ↵ | Phil Sturgeon | 1 | -7/+27 | |
hook on. | |||||
2012-07-12 | Merge pull request #1609 from vkeranov/develop | Phil Sturgeon | 12 | -22/+13 | |
helper fixes and small cleanup | |||||
2012-07-12 | Update develop | vkeranov | 1 | -1/+0 | |
2012-07-12 | Update develop | vkeranov | 1 | -1/+0 | |
2012-07-12 | Fix some spaces here | vkeranov | 1 | -6/+5 | |
2012-07-12 | again... new lines | vkeranov | 1 | -1/+0 | |
2012-07-12 | Too many new lines here :) | vkeranov | 1 | -2/+1 | |
2012-07-12 | Cleaning again | vkeranov | 1 | -4/+3 | |
2012-07-12 | Cleaning... | vkeranov | 1 | -1/+0 | |
2012-07-12 | Cleaning time... | vkeranov | 1 | -1/+0 | |
2012-07-12 | Important space fix :) | vkeranov | 1 | -1/+1 | |
2012-07-12 | Wrong url again | vkeranov | 1 | -1/+1 | |
2012-07-12 | Another typo... | vkeranov | 1 | -1/+1 | |
2012-07-12 | Fixed typo in the comments | vkeranov | 1 | -2/+1 | |
2012-07-11 | Merge pull request #1607 from vlakoff/develop | Phil Sturgeon | 1 | -1/+1 | |
Fix a typo in Common.php | |||||
2012-07-11 | Fix a typo in Common.php | vlakoff | 1 | -1/+1 | |