Age | Commit message (Expand) | Author | Files | Lines |
2012-07-30 | After sending an email clear the parameters | Alex Bilbie | 1 | -2/+6 |
2012-07-29 | Refactored _stringify_attributes in system/core/Common.php | Chad Furman | 1 | -21/+13 |
2012-07-29 | refactored (crunched down) _stringify_attributes | Chad Furman | 1 | -1/+40 |
2012-07-29 | Refactored _stringify_attributes function | Eric Barnes | 1 | -24/+22 |
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes thr... | Eric Barnes | 4 | -100/+57 |
2012-07-28 | Adding optional attributes as array or object for html helper | Eric Barnes | 1 | -19/+40 |
2012-07-28 | Merge pull request #1640 from thecrypticace/develop | Alex Bilbie | 1 | -1/+24 |
2012-07-27 | Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add changelo... | Andrey Andreev | 1 | -1/+1 |
2012-07-26 | If $htdocs = FALSE delete_files would never unlink | Phil Sturgeon | 1 | -1/+1 |
2012-07-24 | Cleaned up bangs and lowercase booleans, and fixed userdata return on not fou... | dchill42 | 3 | -12/+12 |
2012-07-23 | Made cookie driver default and did miniscule code cleanup on drivers | dchill42 | 3 | -11/+3 |
2012-07-23 | output->_display_cache() simplifications | vlakoff | 1 | -2/+2 |
2012-07-23 | Merge branch develop of github.com:/EllisLab/CodeIgniter into session | dchill42 | 156 | -18307/+22817 |
2012-07-23 | output->_display_cache() optimization | vlakoff | 1 | -1/+1 |
2012-07-23 | Fix a bug in CI_DB_sqlsrv_driver::affected_rows() | Andrey Andreev | 1 | -1/+1 |
2012-07-23 | Update system/core/Input.php | Jordan Pittman | 1 | -11/+17 |
2012-07-22 | Removing $reduce_linebreaks in auto_typography helper. Fixes #1642 | Eric Barnes | 1 | -2/+2 |
2012-07-22 | Comment fix. Html5 is most popular these days and should be added to comment.... | Przemyslaw Tomaszewski | 1 | -3/+3 |
2012-07-21 | Added support for IP Address Range Masks (e.g. 192.168.137.0/24) to the Proxy... | Jordan Pittman | 1 | -2/+19 |
2012-07-17 | Improve the solution for issue #1631 | vlakoff | 1 | -1/+1 |
2012-07-17 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into codeigniter/de... | Alex Bilbie | 2 | -2/+2 |
2012-07-17 | Updated .htaccess files with Apache 2.4+ safe deny statements. Fixes #1631 | Alex Bilbie | 1 | -1/+6 |
2012-07-16 | Fix on _update_batch() : wrong variable used for field selection | aroche | 1 | -1/+1 |
2012-07-16 | Inconsistency between log_message and show_error when encountering a non-exis... | jonnu | 1 | -1/+1 |
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-13 | Merge pull request #1617 from vlakoff/doc | Andrey Andreev | 4 | -4/+4 |
2012-07-13 | Some adjustments in inline documentation | vlakoff | 4 | -4/+4 |
2012-07-13 | Merge pull request #1615 from joellimberg/patch-1 | Andrey Andreev | 1 | -2/+2 |
2012-07-13 | Loader::model() - rename foreach ($model AS $single_model) to ($model AS $cla... | Joel Limberg | 1 | -2/+2 |
2012-07-13 | Add a changelog entry for issue #1605 (pull #1606) and remove some spaces | Andrey Andreev | 1 | -4/+4 |
2012-07-13 | fix issue #1605 covert page number type from float to int | Bo-Yi Wu | 1 | -2/+2 |
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 | 1 | -1/+6 |
2012-07-12 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 16 | -27/+17 |
2012-07-12 | Added data-ci-pagination-page="x" to pagination output so JS frameworks can h... | Phil Sturgeon | 1 | -7/+27 |
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 | Fix a typo in Common.php | vlakoff | 1 | -1/+1 |