Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-15 | Merge remote-tracking branch 'upstream/2.1-stable' into 2.1-stable | Andrey Andreev | 2 | -1/+2 | |
2011-12-14 | Merge pull request #766 from andrewmackrodt/2.1-stable | Phil Sturgeon | 2 | -1/+2 | |
Fixed issue #538: CI_Image_lib->new_image doesn't recognise backslashes | |||||
2011-12-13 | Tweak MIME regular expression check again | Andrey Andreev | 1 | -1/+1 | |
2011-12-11 | Updated changelog with fix for bug #538. | Andrew Mackrodt | 1 | -0/+1 | |
2011-12-11 | Fix regular expression for validating MIME type string | Andrey Andreev | 1 | -1/+1 | |
2011-12-11 | Fix for Issue #538. | Andrew Mackrodt | 1 | -1/+1 | |
2011-12-09 | Update the ChangeLog | Andrey Andreev | 1 | -0/+5 | |
2011-12-09 | Improve CI_Upload::_file_mime_type() | Andrey Andreev | 1 | -24/+78 | |
2011-12-02 | Merge pull request #733 from narfbg/2.1-stable-upload-hotfix | Phil Sturgeon | 2 | -3/+7 | |
Hotfix for a bug in the Upload library | |||||
2011-12-02 | Update the change log | Andrey Andreev | 1 | -1/+2 | |
2011-12-02 | Update a comment, just to be clearer | Andrey Andreev | 1 | -1/+1 | |
2011-12-02 | Hotfix for a file type detection bug in the Upload library | Andrey Andreev | 1 | -2/+5 | |
2011-12-01 | Merge pull request #729 from Repox/2.1-stable | Phil Sturgeon | 1 | -2/+8 | |
This fixes issue #725 | |||||
2011-12-01 | This fixes issue #725 | Repox | 1 | -2/+8 | |
2011-11-27 | Merge pull request #710 from johnnicely/2.1-stable | Phil Sturgeon | 2 | -1/+2 | |
Changed form_open() to compare $action against base_url(). | |||||
2011-11-24 | Changed form_open() to compare $action against base_url() | John Nicely | 2 | -1/+2 | |
Checking for strpos($action, $CI->config->site_url()) === FALSE causes CSRF token to not be added in form_open() output. When site_url()'s first parameter ($uri) is empty, site_url's return value is the base URL plus the $CI->config->item('index_page') value. form_open() and CodeIgniter's URI routing do not require index.php to be in the URL, so any call to form_open() in which the $action parameter does not have index.php will always return false for the strpos() call. | |||||
2011-11-23 | Merge pull request #697 from MVUG/upload-fixes-2.1 | Phil Sturgeon | 3 | -3/+20 | |
Fixed bug in Upload library tmp_path does not exists, should be tmp_name. | |||||
2011-11-23 | dutch typo | Michiel Vugteveen | 1 | -1/+1 | |
2011-11-23 | changelog updated | Michiel Vugteveen | 1 | -0/+17 | |
2011-11-23 | tmp_path does not exists, should be tmp_name | Michiel Vugteveen | 1 | -1/+1 | |
2011-11-23 | docx and xlsx have a zip/application mimetype | Michiel Vugteveen | 1 | -2/+2 | |
2011-11-22 | Readded PDO drivers. | Phil Sturgeon | 5 | -15/+565 | |
2011-11-14 | Merge branch 'release/2.1.0' | Pascal Kriete | 202 | -731/+5366 | |
Conflicts: user_guide/helpers/url_helper.html | |||||
2011-11-14 | Changelogging and setting release date. | Pascal Kriete | 1 | -2/+3 | |
2011-11-14 | Tweaking the xss filter for IE <comment> tags, parameter injection, and ↵ | Pascal Kriete | 1 | -50/+41 | |
weird html5 attributes. | |||||
2011-11-14 | Removing stray docblocks | Pascal Kriete | 1 | -12/+0 | |
2011-11-13 | More changelog tweaking. | Phil Sturgeon | 1 | -0/+3 | |
2011-11-13 | Added TLS and SSL support to Email library. Fixes issue #171 | Radu Potop | 1 | -1/+19 | |
2011-11-13 | Resolved issue 65 - made action on form_open_multipart helper function call ↵ | Ben Edmunds | 1 | -1/+1 | |
optional | |||||
2011-11-13 | Updated changelog. | Phil Sturgeon | 1 | -9/+10 | |
2011-11-13 | Fix invalid datetime format | Syahril Zulkefli | 1 | -3/+3 | |
2011-11-13 | Fix invalid date format | Syahril Zulkefli | 1 | -1/+1 | |
2011-11-13 | Fix invalid date format | Syahril Zulkefli | 1 | -1/+1 | |
2011-11-10 | Fix some typo | purwandi | 1 | -2/+2 | |
2011-11-10 | Modified repo from mercurial to git on User Guide | purwandi | 1 | -4/+4 | |
2011-11-08 | Merge branch 'release/2.1.0' of github.com:EllisLab/CodeIgniter into ↵ | Phil Sturgeon | 1 | -1/+1 | |
release/2.1.0 | |||||
2011-11-08 | Added ->db->replace() for MySQLi. | Phil Sturgeon | 1 | -0/+19 | |
2011-11-08 | Updating changelog | Aaron Kuzemchak | 1 | -0/+1 | |
2011-11-08 | Enables real page numbers for URI segment in Pagination library | Aaron Kuzemchak | 2 | -13/+78 | |
2011-11-05 | Merge pull request #648 from daparky/release/2.1.0 | Phil Sturgeon | 1 | -1/+1 | |
Changelog HTML fix. | |||||
2011-11-04 | The link to common functions wasn't closed properly under the 'Added ↵ | daparky | 1 | -1/+1 | |
html_escape() to the Common functions' change. | |||||
2011-11-02 | Copied into GitHub from @kenjis 's bitbucket ↵ | saintnicster | 1 | -2/+37 | |
repo.https://bitbucket.org/kenjis/ci-user-guide/changeset/3d579dd14afe | |||||
2011-11-02 | updated changelog message | Shane Pearson | 1 | -1/+1 | |
2011-11-02 | Fix #8 - Load core classes from the application folder first. | Shane Pearson | 2 | -5/+5 | |
2011-11-02 | Merge branch 'release/2.1.0' of github.com:EllisLab/CodeIgniter into ↵ | Phil Sturgeon | 1 | -1/+1 | |
release/2.1.0 | |||||
2011-11-02 | Resolved issue 167 - Input Class Userguide Update | Ben Edmunds | 1 | -9/+9 | |
2011-11-01 | Merge pull request #640 from tmd45/release/2.1.0 | Greg Aker | 1 | -1/+1 | |
fixed user_guide/database/results.html in Release/2.1.0 | |||||
2011-11-01 | fix user_guide/database/results.html, unmodified variable '$user' to '$row' | Yoko TAMADA | 1 | -1/+1 | |
2011-10-31 | Misc formatting fixes | Timothy Warren | 1 | -7/+8 | |
2011-10-31 | Set charset in DSN if PHP >= 5.3.6 | Timothy Warren | 1 | -1/+7 | |