Age | Commit message (Expand) | Author | Files | Lines |
2012-08-15 | Removed invalid 'application/vnd.ms-excel [official]' mime type from xls | Ollie Rattue | 1 | -1/+1 |
2012-08-15 | Fix issue #1712 | Andrey Andreev | 1 | -1/+1 |
2012-08-15 | Add changelog entry for pull #1601 | Andrey Andreev | 1 | -6/+7 |
2012-08-15 | Working mime types for xls and xlsx file extensions | Ollie Rattue | 1 | -2/+2 |
2012-08-14 | Fix email headers when using long email subjects and \r\n as crlf. | Bruno BarĂ£o | 1 | -1/+1 |
2012-08-14 | Merge pull request #1707 from IT-Can/fix-issue-1706 | Alex Bilbie | 1 | -1/+4 |
2012-08-14 | fix issue 1706 | Michiel Vugteveen | 1 | -1/+4 |
2012-08-13 | Minor doc fixes | dchill42 | 2 | -5/+5 |
2012-08-12 | Bug fix #1695 - change Nintendo mobile user agents to be more specific. | Eric Roberts | 2 | -3/+4 |
2012-08-12 | Updated Loader and Session documentation | dchill42 | 3 | -84/+328 |
2012-08-12 | Updated comments about default driver | dchill42 | 1 | -2/+2 |
2012-08-08 | Relocated driver base class inclusion so drivers can be loaded with library() | dchill42 | 1 | -13/+13 |
2012-08-08 | Added session_id to userdata and applied sess_time_to_update | dchill42 | 1 | -0/+13 |
2012-08-04 | fixed whitespace | Francesco Negri | 1 | -7/+7 |
2012-08-04 | Logging should obey error_reporting() setting | Francesco Negri | 1 | -10/+9 |
2012-08-03 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Eric Roberts | 33 | -254/+360 |
2012-08-01 | Merge pull request #1601 from rwillert/patch-1 | Phil Sturgeon | 1 | -1/+9 |
2012-07-31 | Damn, missed files on last commit | dchill42 | 3 | -21/+72 |
2012-07-31 | Coding standard cleanup and added userdata resync on sess_regenerate() | dchill42 | 1 | -12/+61 |
2012-07-31 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session | dchill42 | 16 | -99/+180 |
2012-07-31 | Added Session driver library unit tests and added driver library autoloading ... | dchill42 | 3 | -5/+365 |
2012-07-31 | Fixed userdata synchronization, loaded driver check, and all_flashdata keys | dchill42 | 1 | -8/+7 |
2012-07-31 | Added upgrade note about the breaking change in the email library. Problem no... | Alex Bilbie | 1 | -1/+13 |
2012-07-30 | Fixed _parent references and several minor bugs | dchill42 | 4 | -13/+35 |
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 |
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 |
2012-07-29 | Merge pull request #1669 from EllisLab/feature/stringify_attributes | Eric Barnes | 6 | -83/+97 |
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 |
2012-07-29 | Merge pull request #1668 from ShadesOfLight/feature/stringify_attributes | Eric Barnes | 1 | -21/+13 |
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 | 5 | -100/+88 |
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 |
2012-07-27 | Change log for IPv4 range mask support | Jordan Pittman | 1 | -1/+1 |
2012-07-27 | Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add changelo... | Andrey Andreev | 2 | -2/+2 |
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 |
2012-07-25 | Windows 8 and PlayStation 3 in user_agents.php | Debeet | 1 | -0/+2 |
2012-07-24 | Cleaned up bangs and lowercase booleans, and fixed userdata return on not fou... | dchill42 | 3 | -12/+12 |