Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-29 | Bumping version number to 2.1.2. | Wes Baker | 1 | -1/+1 | |
2012-06-11 | Fixed conflicts | Phil Sturgeon | 1 | -1/+1 | |
Why were there conflicts merging into master? | |||||
2012-06-07 | Documenting IPv6 changes and adding update notes. | Pascal Kriete | 1 | -1/+1 | |
2012-05-17 | Added upgrade for 2.1.1 and updated version. | Phil Sturgeon | 1 | -2/+2 | |
2011-10-27 | Bumped CodeIgniter version to 2.1.0. | Phil Sturgeon | 1 | -1/+1 | |
2011-08-20 | updated version number in user guide, removed some stray merge markers found ↵ | Derek Jones | 1 | -1/+1 | |
in the change log | |||||
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 1 | -20/+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 | 1 | -21/+21 | |
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-04-25 | Fixed double-space typo. | Razican | 1 | -21/+21 | |
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-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-07 | Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 | Pascal Kriete | 1 | -1/+1 | |
2011-03-10 | Updated version number in User Guide html. | Phil Sturgeon | 1 | -1/+1 | |
2011-01-28 | updated copyrights to 2011 | Derek Jones | 1 | -1/+1 | |
2010-09-02 | Added a new config item to the Session class (sess_expire_on_close) to allow ↵ | Derek Jones | 1 | -0/+6 | |
sessions to auto-expire when the browser window is closed. | |||||
2010-09-02 | added a teeny bit stronger wording to encourage use of database for sessions ↵ | Derek Jones | 1 | -1/+3 | |
where validation is necessary or undesirable actions could occur by a user manipulating their cookies | |||||
2010-08-31 | added link for encryption key in Session class to the explanation in the ↵ | Derek Jones | 1 | -1/+1 | |
Encryption lib | |||||
2010-08-31 | Added fatal error to Session class when no encryption key is set in the ↵ | Derek Jones | 1 | -0/+3 | |
config file, for additional assurance that session manipulation can be prevented | |||||
2010-07-16 | example fix | Derek Allard | 1 | -1/+1 | |
2010-07-13 | example fix | Derek Allard | 1 | -1/+1 | |
2010-03-29 | fixed casing of EllisLab | Derek Jones | 1 | -1/+1 | |
2010-03-10 | added Security class docs, cleaned up Input class for changes to both | Derek Jones | 1 | -1/+1 | |
2010-03-05 | changing docs refs to future release 2.0.0 | Derek Jones | 1 | -1/+1 | |
2010-01-17 | fixed an incorrectly labelled config key example | Derek Allard | 1 | -1/+1 | |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-09-11 | prep for 1.7.2 release | Derek Jones | 1 | -1/+1 | |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2009-02-11 | Prep for 1.7.1 release | Derek Jones | 1 | -1/+1 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -310/+310 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 1 | -1/+1 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 1 | -1/+1 | |
Made some doc style changes | |||||
2008-08-26 | Fixed a typo | Rick Ellis | 1 | -1/+1 | |
2008-08-21 | added user_data field to sessions userguide page | Derek Allard | 1 | -0/+1 | |
2008-08-21 | further whitespace fixes | Derek Allard | 1 | -93/+62 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -19/+50 | |
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 1 | -1/+1 | |
2008-05-31 | Charset information in the userguide has been moved above title for ↵ | Derek Allard | 1 | -1/+1 | |
internationalization purposes (#4614) | |||||
2008-05-06 | updated version number in user guide to 1.6.2 | Derek Jones | 1 | -1/+1 | |
2008-05-06 | Flipped user guide page titles for easier recognition in tabs: | Derek Jones | 1 | -1/+1 | |
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title> | |||||
2008-04-22 | doc clarifications, example fixes, grammar. | Derek Allard | 1 | -1/+1 | |
2008-04-10 | adding a title to Session | Derek Allard | 1 | -1/+1 | |
2008-03-31 | guide typos | Derek Allard | 1 | -1/+1 | |
2008-03-19 | added a note of clarity for sess_destroy() | Derek Allard | 1 | -0/+4 | |
2008-02-13 | Added Path Helper to table of contents and updated copyright dates for all ↵ | Derek Jones | 1 | -1/+1 | |
user guide pages | |||||
2008-02-12 | (no commit message) | Derek Allard | 1 | -1/+1 | |
2008-02-12 | change 1.6.1 to 1.6.0.1 | Derek Allard | 1 | -1/+1 | |
2008-02-11 | removed mention of last_visit from session docs | Derek Allard | 1 | -3/+2 | |
2008-02-07 | changed milliseconds to seconds in the session docs (#3421) | Derek Allard | 1 | -1/+1 | |