3
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
WARNING: sessions2.py is broke and will not work. This commit is a save point as I'm not sure when I'll pick this back up and am storing in the repo as I may pick it up on another machine. This is not ready yet, or even close to it More... over 13 years ago
creating session2.py, which will be the new decorator based sessions More... over 13 years ago
Suggested patch by bdoms for issue #23 implemented More... almost 14 years ago
Fixing typos referred to in this post on the group - http://groups.google.com/group/appengine-utilities/browse_thread/thread/723174191f3cdfac?hl=en More... almost 14 years ago
Patch as suggested by yoosung in issue #21 for the fact that the sid can get _ characters in via base64.urlsafe_encode(). More... almost 14 years ago
Issue #20 fix. For some reason the pull request I accepted didn't go through, and is not showing up on my fork queue, so I've applied it manually. The original contributor is dound More... almost 14 years ago
Delete all cookies when deleting a session or delete the "_data" cookien when clearing session data items (set "expires" to 0) More... almost 14 years ago
Only setting the "_data" cookie if there is actual data to send. If sending, set the path of the cookie according to the settings. More... almost 14 years ago
exposed a clean_old_sessions to allow people to cron sessions cleanup
jbowman
as Joseph Bowman
More... almost 14 years ago
Adding ROTModel, even if it will be deprecated soon, to README.txt
jbowman
as Joseph Bowman
More... almost 14 years ago
Adding README.txt
jbowman
as Joseph Bowman
More... almost 14 years ago
cleanup done, tests passing. Need to load test online next
jbowman
as Joseph Bowman
More... almost 14 years ago
still a bit hackish, but getting sessions by their datastore key is in. In the process of cleaning it up
jbowman
as Joseph Bowman
More... almost 14 years ago
Fix to not run cookie_load on empty string
jbowman
as Joseph Bowman
More... almost 14 years ago
changelog changes, working on this a little too early
jbowman
as Joseph Bowman
More... almost 14 years ago
gitignore file added
jbowman
as Joseph Bowman
More... almost 14 years ago
accidentally added pyc files
jbowman
as Joseph Bowman
More... almost 14 years ago
removed ROTModel from session, it's no longer needed. ROTModel will eventually be deprecated
jbowman
as Joseph Bowman
More... almost 14 years ago
documentation updates thanks to e2jk
jbowman
as Joseph Bowman
More... about 14 years ago
patch added per issue #11
jbowman
as Joseph Bowman
More... about 14 years ago
updated settings import per suggestion in issue #10
jbowman
as Joseph Bowman
More... about 14 years ago
updating settings import per #10 (test 1)
jbowman
as Joseph Bowman
More... about 14 years ago
Django Middleware, process_request returns None, and process_response now returns the response object, per documentation found at http://docs.djangoproject.com/en/dev/topics/http/middleware/
jbowman
as Joseph Bowman
More... about 14 years ago
first attempt and support for cookie domain setting
jbowman
as Joseph Bowman
More... about 14 years ago
updating django middleware
jbowman
as Joseph Bowman
More... about 14 years ago
update cache to work through datastore/memcache maintenance. This is only a start, maintenance finished before I could make all changes
jbowman
as Joseph Bowman
More... about 14 years ago
typos in rotmodel had it not catching Timeout exceptions
jbowman
as Joseph Bowman
More... over 14 years ago
Used suggested patch to fix issue #7
jbowman
as Joseph Bowman
More... over 14 years ago
changed the imports for __main__ to use sys.modules['__main__'] in event and all dependent classes
jbowman
as Joseph Bowman
More... over 14 years ago
fix for issue #5
jbowman
as Joseph Bowman
More... over 14 years ago