summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/sessions.rst
AgeCommit message (Collapse)AuthorFilesLines
2014-02-08[ci skip] Add return types to library docsAndrey Andreev1-32/+41
2014-01-24[ci skip] Update Session library docsAndrey Andreev1-41/+53
2014-01-24Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-2/+2
2014-01-24Righting a wrong in the Session libraryAndrey Andreev1-2/+2
- Change userdata(), flashdata(), tempdata() to return all the respective data when no parameter is passed. - Revert the addition of all_flashdata(). - Deprecate all_userdata(). - Fix related changelog entries that were all inconsistent.
2014-01-20[ci skip] Add 'Using the X class' headings to Session & Language lib docsAndrey Andreev1-0/+4
Fixes 2 doc compile warnings
2014-01-20Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-3/+4
2014-01-11cleanup warningsConnor Tumbleson1-2/+1
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
2014-01-07[ci skip] Add a PostgreSQL CREATE TABLE sample to the Session docsAndrey Andreev1-3/+16
From PR #2758
2014-01-06[ci skip] Update the Session library docsAndrey Andreev1-27/+33
2014-01-03[ci skip] Some more generic user guide cleanupAndrey Andreev1-1/+8
2014-01-03[ci skip] Add/remove some newlines from the session docsAndrey Andreev1-2/+3
2013-10-29Update sess_time_to_update description (rel #2397)Andrey Andreev1-2/+3
2013-10-20refactored the class reference in session.rst to properly reflect the ↵Michael1-84/+61
session class Signed-off-by: Michael <michael@webstart.bg>
2013-10-06Added class reference to the session docsMichael1-4/+189
Signed-off-by: Michael <michael@webstart.bg>
2013-09-30Update the Session library docsMichael1-31/+34
Signed-off-by: Michael <michael@webstart.bg>
2012-11-25Merge pull request #2026 from johnathancroom/keep_flash_data_arrayAndrey Andreev1-1/+3
keep_flashdata accepts array
2012-11-25Added support for extending individual driver classes and driver unit testsdchill421-5/+0
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-11-24keep_flashdata accepts arrayJohnathan Croom1-1/+3
2012-11-01Session cookie driver changesAndrey Andreev1-1/+1
- Changed docs CREATE TABLE ci_sessions example to have the PRIMARY KEY of session_id, ip_address and user_agent combined. - Changed DB updates to add WHERE clauses for the ip_address and/or user_agent strings if sess_match_ip and/or sess_match_useragent are set to TRUE.
2012-08-13Minor doc fixesdchill421-4/+4
2012-08-12Updated Loader and Session documentationdchill421-80/+258
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-1/+1
2012-02-24updated changelog and user guide.Mike Funk1-0/+4
2011-10-07change hardcoded page docs to use generated onesJoseph Wensley1-47/+20
escape "http://" that was getting linked formatting some tables
2011-10-05fixed code block spacing in Session libDerek Jones1-18/+34
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+317