Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-11 | Changed the add_package_path documentation to show the second param for view ↵ | Eric Barnes | 1 | -2/+2 | |
path loading. | |||||
2011-09-11 | update user guide for replacing 'br/' with 'br /' | Bo-Yi Wu | 2 | -9/+9 | |
2011-08-25 | Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verify | Eric Barnes | 1 | -0/+3 | |
Conflicts: system/core/Security.php | |||||
2011-08-21 | Merge pull request #255 from kylefarris/master | Greg Aker | 1 | -0/+7 | |
New Date Helper Function and More Documentation | |||||
2011-08-22 | Added documentation for some other rule someone added but didn't document. | Kyle Farris | 1 | -0/+7 | |
2011-08-21 | Fixed issue #26. Added max_filename_increment as a config setting. | Adam Jackett | 1 | -0/+7 | |
2011-08-21 | Updated Security library documentation with details on how to whitelist URIs ↵ | Alex Bilbie | 1 | -0/+3 | |
from CSRF protection | |||||
2011-08-20 | Resolved issue 167 - Input Class Userguide Update | Ben Edmunds | 1 | -9/+9 | |
2011-08-20 | Merge branch 'release/v2.0.3' into develop | Derek Jones | 28 | -28/+28 | |
Conflicts: user_guide/changelog.html | |||||
2011-08-20 | updated version number in user guide, removed some stray merge markers found ↵ | Derek Jones | 28 | -28/+28 | |
in the change log | |||||
2011-08-13 | Fixed conflict in changelog. | Phil Sturgeon | 1 | -0/+6 | |
2011-08-12 | Merging - fingers crossed | Pascal Kriete | 3 | -23/+33 | |
Conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/libraries/Email.php user_guide/changelog.html user_guide/database/configuration.html user_guide/helpers/url_helper.html user_guide/libraries/cart.html user_guide/libraries/form_validation.html | |||||
2011-08-09 | Merged conflict. | Phil Sturgeon | 1 | -8/+5 | |
2011-07-23 | Added ->load->get_var() to check against ->load->_ci_cached_vars[]. | Phil Sturgeon | 1 | -0/+6 | |
2011-07-20 | Changed Cart library to return the if inserted successfully. This will be ↵ | Phil Sturgeon | 1 | -13/+12 | |
fine for anyone using () == true. http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/2055829-last-rowid-of-cart | |||||
2011-07-16 | explains how use a parameter/argument (optional) in your callback rule ↵ | MarcosCoelho | 1 | -8/+5 | |
declaration | |||||
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 5 | -13/+20 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 28 | -417/+417 | |
broke the Typography class's string replacements, for instance | |||||
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 28 | -416/+416 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 28 | -417/+417 | |
broke the Typography class's string replacements, for instance | |||||
2011-06-22 | completed doc change for user_agent length increase | Derek Jones | 1 | -1/+1 | |
2011-06-22 | completed doc change for user_agent length increase | Derek Jones | 1 | -1/+1 | |
2011-06-15 | Merged base_url changes. | philsturgeon | 1 | -0/+5 | |
2011-05-09 | Added 'is_unique' which is a brilliant feature I came up with all by myself. ↵ | Phil Sturgeon | 1 | -5/+12 | |
Not based on code and ideas from Michael Wales, Burak Guzel, Zack Kitzmiller or Dan Horrigan at all. If they say any differently they are lying. | |||||
2011-04-25 | Fixed double-space typo. | Razican | 28 | -417/+417 | |
2011-04-22 | default value of $total_rows in Pagination class should be number. And fix ↵ | kenjis | 1 | -2/+2 | |
User Guide Pagination Class's Example which uses string to number variable. | |||||
2011-04-20 | Altered Session to use a longer match against the user_agent string. See ↵ | Greg Aker | 1 | -1/+1 | |
upgrade notes if using database sessions.</li | |||||
2011-04-20 | Fixed a bug (Reactor #231) where Sessions Library database table example SQL ↵ | Greg Aker | 1 | -8/+10 | |
did not contain an index on last_activity. See <a href="installation/upgrade_203.html">Upgrade Notes</a> Fixed a bug (Reactor #229) where the Sessions Library example SQL in the documentation contained incorrect SQL. | |||||
2011-04-20 | Updating Documentation on package view loading | Greg Aker | 1 | -10/+15 | |
2011-04-18 | changeset: 2202:06a75a1bd622 | Greg Aker | 1 | -0/+17 | |
tag: tip user: Greg Aker <greg.aker@ellislab.com> date: Mon Apr 18 11:10:37 2011 -0500 summary: Tweak to session class all_userdata() to just return the userdata array. Also documented previously undocumented all_userdata() method. | |||||
2011-04-15 | update Prev/Next Topic link on user_guide/libraries/zip.html | kenjis | 1 | -1/+1 | |
2011-04-15 | fix title and update Prev/Next Topic link on ↵ | kenjis | 1 | -3/+3 | |
user_guide/libraries/javascript.html | |||||
2011-04-15 | update Prev/Next Topic link on user_guide/libraries/caching.html | kenjis | 1 | -2/+2 | |
2011-04-07 | Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 | Pascal Kriete | 28 | -28/+28 | |
2011-04-02 | Added is_cli_request() method to documentation for Input class. | Phil Sturgeon | 1 | -1/+5 | |
2011-04-02 | Fixed type in the JavaScript documentation for animate(). | Phil Sturgeon | 1 | -1/+1 | |
2011-04-01 | Merged changes. | Phil Sturgeon | 2 | -3/+10 | |
2011-03-10 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 1 | -11/+30 | |
2011-03-10 | Updated version number in User Guide html. | Phil Sturgeon | 28 | -28/+28 | |
2011-03-10 | Added full docs for new ENVIRONMENT constant. | katzgrau | 1 | -10/+28 | |
2011-03-10 | Added changelog note for multi-environment support for configs | katzgrau | 1 | -1/+2 | |
2011-03-08 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 1 | -1/+1 | |
2011-03-08 | Added $this->output->set_content_type() and method chaining to other methods. | Phil Sturgeon | 1 | -0/+15 | |
2011-02-24 | Adding a link to the User Agent Class docs from the user_agent function of ↵ | katzgrau | 1 | -1/+1 | |
the input class | |||||
2011-02-16 | Updated input documentation to use NULL instead of empty string for new ↵ | Phil Sturgeon | 1 | -2/+2 | |
post() and get() changes. | |||||
2011-02-16 | Merged CodeIgniter Core changes and integrated rob1's secure cookie change ↵ | Phil Sturgeon | 9 | -155/+448 | |
into my secure cookie change. | |||||
2011-02-16 | Secure cookies can now be made with the set_cookie() helper and Input Class ↵ | Phil Sturgeon | 1 | -8/+10 | |
method. | |||||
2011-02-15 | Automated merge with https://bitbucket.org/seandowney/codeigniter-reactor | Phil Sturgeon | 3 | -143/+171 | |
2011-02-14 | Whitespace tweaks to put code examples in line with our guidelines | Pascal Kriete | 2 | -2/+2 | |
2011-02-13 | Updated the post method and added the new functionality to the get method also | vascopj | 1 | -0/+20 | |
Updated the documentation |