Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-01 | Merge pull request #1601 from rwillert/patch-1 | Phil Sturgeon | 1 | -1/+9 | |
Reconnect to PostgreSQL database if connection dropped. | |||||
2012-07-31 | Added upgrade note about the breaking change in the email library. Problem ↵ | Alex Bilbie | 1 | -1/+13 | |
noticed in #1671 | |||||
2012-07-30 | Some clean-up and style changes | Andrey Andreev | 4 | -16/+16 | |
2012-07-30 | Merge pull request #1672 from alexbilbie/alexbilbie-email-clear | Eric Barnes | 3 | -4/+28 | |
Automatically clear email parameters if send was successful | |||||
2012-07-30 | Updated changelog | Alex Bilbie | 1 | -1/+3 | |
2012-07-30 | Updated email library documentation | Alex Bilbie | 1 | -0/+8 | |
2012-07-30 | Only clear if request was successful | Alex Bilbie | 1 | -3/+3 | |
2012-07-30 | New parameter to automatically clear the parameters | Alex Bilbie | 1 | -3/+13 | |
2012-07-30 | After sending an email clear the parameters | Alex Bilbie | 1 | -2/+6 | |
2012-07-29 | Merge pull request #1670 from CaSoft/develop | Andrey Andreev | 1 | -1/+6 | |
Added documentation for mailto function | |||||
2012-07-29 | Merge pull request #1669 from EllisLab/feature/stringify_attributes | Eric Barnes | 6 | -83/+97 | |
Feature/stringify attributes | |||||
2012-07-29 | Merge branch 'develop' of github.com:CaSoft/CodeIgniter into develop | InFog | 0 | -0/+0 | |
2012-07-29 | Added documentation for mailto function. | InFog | 1 | -1/+6 | |
2012-07-29 | Added documentation for mail_to function. | InFog | 1 | -1/+6 | |
2012-07-29 | Fixed messed up welcome controller. | Eric Barnes | 1 | -4/+1 | |
Not sure how to revert this. Signed-off-by: Eric Barnes <eric@ericlbarnes.com> | |||||
2012-07-29 | Merge pull request #1668 from ShadesOfLight/feature/stringify_attributes | Eric Barnes | 1 | -21/+13 | |
Feature/stringify attributes | |||||
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 | |
Signed-off-by: Eric Barnes <eric@ericlbarnes.com> | |||||
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes ↵ | Eric Barnes | 5 | -100/+88 | |
through out various helpers. Signed-off-by: Eric Barnes <eric@ericlbarnes.com> | |||||
2012-07-28 | Adding optional attributes as array or object for html helper | Eric Barnes | 3 | -21/+60 | |
2012-07-28 | Merge pull request #1640 from thecrypticace/develop | Alex Bilbie | 2 | -2/+25 | |
Added support for IP Address Range Masks to the Proxy IPs config option | |||||
2012-07-27 | Change log for IPv4 range mask support | Jordan Pittman | 1 | -1/+1 | |
2012-07-27 | Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add ↵ | Andrey Andreev | 2 | -2/+2 | |
changelog entries for pull #1654 | |||||
2012-07-26 | If $htdocs = FALSE delete_files would never unlink | Phil Sturgeon | 1 | -1/+1 | |
2012-07-26 | Merge pull request #1654 from Debeet/patch-1 | Alex Bilbie | 1 | -0/+2 | |
Windows 8 and PlayStation 3 in user_agents.php | |||||
2012-07-25 | Windows 8 and PlayStation 3 in user_agents.php | Debeet | 1 | -0/+2 | |
2012-07-23 | Merge pull request #1648 from vlakoff/page-cache | Andrey Andreev | 1 | -2/+2 | |
output->_display_cache() simplifications | |||||
2012-07-23 | output->_display_cache() simplifications | vlakoff | 1 | -2/+2 | |
remove an unneeded regex capturing group and an unneeded trim() | |||||
2012-07-23 | Merge pull request #1647 from vlakoff/page-cache | Andrey Andreev | 1 | -1/+1 | |
output->_display_cache() optimization | |||||
2012-07-23 | output->_display_cache() optimization | vlakoff | 1 | -1/+1 | |
faster method to remove the timestamp from the content to be served | |||||
2012-07-23 | Fix issue #1644 | Andrey Andreev | 2 | -1/+2 | |
2012-07-23 | Fix a bug in CI_DB_sqlsrv_driver::affected_rows() | Andrey Andreev | 2 | -1/+2 | |
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 | |
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-21 | Added support for IP Address Range Masks (e.g. 192.168.137.0/24) to the ↵ | Jordan Pittman | 1 | -2/+19 | |
Proxy IPs config option | |||||
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 |