Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-02 | Merge pull request #1550 from krynble/develop | Andrey Andreev | 1 | -1/+8 | |
Fixing imagemagick maintain ratio not implemented | |||||
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 | Add changelog entry for pull #1556 | Andrey Andreev | 1 | -1/+1 | |
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 | 1 | -4/+4 | |
2012-07-02 | Update xmlrpc coding style | Valentin Sheyretski | 1 | -1/+3 | |
2012-07-02 | Update Array Helper documentation | vlakoff | 1 | -1/+1 | |
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 | 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-06-30 | Respect php.ini's values for calculating the probability of a session gc | Christopher Guiney | 1 | -8/+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 | 1 | -1/+1 | |
2012-06-28 | Fix issue #1546 | Andrey Andreev | 1 | -0/+5 | |
2012-06-28 | Fix issue #1545 | Andrey Andreev | 1 | -6/+12 | |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 3 | -3/+3 | |
2012-06-27 | Correct variable names | Timothy Warren | 2 | -2/+2 | |
2012-06-27 | Update other email validation methods | Timothy Warren | 2 | -2/+2 | |
2012-06-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email | Timothy Warren | 43 | -529/+731 | |
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 | 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 | URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other | Andrey Andreev | 1 | -3/+11 | |
2012-06-26 | Correct solution to #1533 | Andrey Andreev | 1 | -1/+1 | |
2012-06-26 | Fix issue #427 | Andrey Andreev | 3 | -2/+16 | |
2012-06-26 | Fix get_where() test | Andrey Andreev | 1 | -1/+1 | |
2012-06-26 | Fix issue #1533 | Andrey Andreev | 1 | -1/+1 | |
2012-06-25 | Fix issues #1529 & #1530 | Andrey Andreev | 2 | -5/+5 | |
2012-06-25 | Change where() to skip dbprefix (until a better solution is available) | Andrey Andreev | 2 | -7/+18 | |
2012-06-25 | Fix Interbase _field_data() method | Andrey Andreev | 1 | -8/+5 | |
2012-06-24 | Some fixes to the SQLSRV and MSSQL drivers | Andrey Andreev | 2 | -28/+22 | |
2012-06-24 | Some changes to the OCI8 (Oracle) driver | Andrey Andreev | 1 | -4/+7 | |
2012-06-24 | Merge pull request #1521 from aquarion/develop | Phil Sturgeon | 1 | -2/+2 | |
Use the VIEWPATH constant, instead of assuming the user hasn't moved them | |||||
2012-06-24 | Merge pull request #1519 from mwhitneysdsu/develop | Alex Bilbie | 1 | -2/+18 | |
Added optional fourth parameter to timezone_menu | |||||
2012-06-24 | Use the VIEWPATH constant, instead of assuming the user hasn't moved them | Nicholas Avenell | 1 | -2/+2 | |
2012-06-24 | Add a default _limit() method to the Query Builder class | Andrey Andreev | 11 | -117/+24 | |
2012-06-24 | Minor changes to the MySQL and MySQLi drivers | Andrey Andreev | 2 | -3/+11 | |
2012-06-23 | Add _where() changes from pull #1517 to the PostgreSQL driver | Andrey Andreev | 2 | -9/+13 | |
2012-06-23 | If there is no output then no need to try minifying it | Phil Sturgeon | 1 | -0/+5 | |
2012-06-23 | Added ['reuse_query_string'] to Pagination. | Phil Sturgeon | 1 | -40/+58 | |
This allows automatic repopulation of query string arguments, combined with normal URI segments. | |||||
2012-06-22 | Added optional fourth parameter to timezone_menu | Mat Whitney | 1 | -2/+18 | |
allows setting one or more attributes on the generated select tag. This allows passing attributes needed for Section 508 compliance ยง 1194.22(n), such as an id. http://access-board.gov/sec508/guide/1194.22.htm#(n) http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels | |||||
2012-06-22 | fixed query grouping when using where($array) syntax | WanWizard | 1 | -10/+4 | |
on request of Phil | |||||
2012-06-21 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 2 | -3/+2 | |
2012-06-21 | Replaced block tag minification regex with a less greedy solution. | Phil Sturgeon | 1 | -1/+1 | |
2012-06-21 | Fix issue #79 | Andrey Andreev | 1 | -2/+1 | |