Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-03 | Merge pull request #1563 from vlakoff/doc | Phil Sturgeon | 1 | -1/+7 | |
Document in the 3.0.0 upgrade guide a breaking change in Array Helper | |||||
2012-07-03 | Merge pull request #1564 from vlakoff/doc-2 | Phil Sturgeon | 1 | -1/+1 | |
Fix an error in Loader code documentation | |||||
2012-07-03 | Fix an error in Loader code documentation | vlakoff | 1 | -1/+1 | |
That's not $this->load_vars(), but $this->load->vars() | |||||
2012-07-03 | Document in the 3.0.0 upgrade guide a breaking change in Array Helper | vlakoff | 1 | -1/+7 | |
The default return value of Array Helper's element() and elements() functions, when the required elements don't exist, has been changed from FALSE to NULL. | |||||
2012-07-02 | Merge pull request #1550 from krynble/develop | Andrey Andreev | 2 | -1/+9 | |
Fixing imagemagick maintain ratio not implemented | |||||
2012-07-02 | Added changelog entry | Omar | 1 | -0/+1 | |
2012-07-02 | Fixed code styling | Omar | 1 | -3/+7 | |
2012-07-02 | Merge pull request #1560 from vlakoff/regex | Andrey Andreev | 1 | -7/+7 | |
Clean up regexes in Security->xss_clean() | |||||
2012-07-02 | Fix standard_date() tests | Andrey Andreev | 1 | -4/+4 | |
2012-07-02 | Add changelog entry for pull #1556 | Andrey Andreev | 2 | -1/+2 | |
2012-07-02 | Merge pull request #1556 from valioz/develop | Andrey Andreev | 1 | -4/+19 | |
Added proxy to XML/RPC client | |||||
2012-07-02 | Fix issue #1551 | Andrey Andreev | 2 | -4/+5 | |
2012-07-02 | Update xmlrpc coding style | Valentin Sheyretski | 1 | -1/+3 | |
2012-07-02 | Merge pull request #1561 from vlakoff/doc | Phil Sturgeon | 2 | -18/+18 | |
Update Array Helper documentation | |||||
2012-07-02 | Update Array Helper documentation | vlakoff | 2 | -18/+18 | |
default value of the "default value" parameter has changed in element() and elements() methods | |||||
2012-07-02 | Clean up regexes in Security->xss_clean() | vlakoff | 1 | -7/+7 | |
Removed some unneeded capturing groups (or made them non-capturing) and some unneeded escape characters | |||||
2012-07-02 | Update changelog with changes from 2.1.2 | Andrey Andreev | 1 | -7/+15 | |
2012-07-02 | Fix MSSQL & SQLSRV db_connect() | Andrey Andreev | 2 | -30/+18 | |
2012-07-02 | Fix field escaping with brackets | Andrey Andreev | 1 | -3/+7 | |
2012-07-02 | Update develop | Valentin Sheyretski | 1 | -4/+7 | |
2012-07-02 | Added proxy to XML/RPC client | Valio | 1 | -4/+14 | |
2012-07-01 | If you don't know an answer, just say that you don't know. | Phil Sturgeon | 1 | -2/+2 | |
2012-07-01 | Merge pull request #1549 from chrisguiney/session_gc | Andrey Andreev | 2 | -8/+5 | |
Allow session garbace collection percentage to be configured. | |||||
2012-07-01 | updated the changelog | Christopher Guiney | 1 | -1/+1 | |
2012-06-30 | Respect php.ini's values for calculating the probability of a session gc | Christopher Guiney | 2 | -10/+5 | |
2012-06-29 | Fixing imagemagick maintain ratio not implemented | Omar | 1 | -1/+4 | |
2012-06-29 | Allow session garbace collection percentage to be configured. | Christopher Guiney | 2 | -1/+3 | |
2012-06-28 | Fix issue #1546 | Andrey Andreev | 1 | -0/+5 | |
2012-06-28 | Fix issue #1545 | Andrey Andreev | 2 | -6/+13 | |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 4 | -4/+4 | |
2012-06-27 | Merge pull request #1319 from timw4mail/email | Andrey Andreev | 4 | -5/+6 | |
Make valid_email helper function more accurate | |||||
2012-06-27 | Correct variable names | Timothy Warren | 2 | -2/+2 | |
2012-06-27 | Update other email validation methods | Timothy Warren | 3 | -2/+3 | |
2012-06-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email | Timothy Warren | 68 | -859/+1202 | |
2012-06-27 | Utilize query()'s return_object parameter | Andrey Andreev | 1 | -11/+11 | |
2012-06-27 | Use ctype_* functions in Form_validation instead of PCRE when possible | Andrey Andreev | 1 | -4/+4 | |
2012-06-27 | Merge pull request #1540 from vlakoff/develop | Phil Sturgeon | 2 | -4/+3 | |
FTP Class documentation cleanup | |||||
2012-06-27 | Merge branch 'feature/toc-repair' into develop | Derek Jones | 11 | -234/+273 | |
2012-06-27 | Fix a PHPDoc error in FTP Class | vlakoff | 1 | -1/+1 | |
The second parameter of the "chmod" method is an octal integer. | |||||
2012-06-27 | FTP Class documentation cleanup | vlakoff | 1 | -3/+2 | |
Since PHP 5 is required, setting permissions is always possible. | |||||
2012-06-27 | URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other | Andrey Andreev | 2 | -3/+12 | |
2012-06-26 | Correct solution to #1533 | Andrey Andreev | 1 | -1/+1 | |
2012-06-26 | Fix issue #427 | Andrey Andreev | 4 | -3/+20 | |
2012-06-26 | Merge pull request #1539 from toopay/test-suite | Andrey Andreev | 1 | -3/+8 | |
Allow extra SPL autoloader | |||||
2012-06-26 | Comply styleguide | Taufan Aditya | 1 | -1/+1 | |
2012-06-26 | Fix get_where() test | Andrey Andreev | 2 | -2/+2 | |
2012-06-26 | Allow extra SPL autoloader | Taufan Aditya | 1 | -4/+9 | |
2012-06-26 | Revert default config value of db pconnect to TRUE (issue #793) | Andrey Andreev | 1 | -2/+2 | |
2012-06-26 | Merge pull request #1535 from mpmont/develop | Phil Sturgeon | 1 | -5/+17 | |
Updated pagination library documentation with prefix and suffix | |||||
2012-06-26 | Updated pagination library documentation with prefix and suffix | Marco Monteiro | 1 | -5/+17 | |