[Python-modules-commits] [django-session-security] annotated tag debian/2.2.3-1 created (now 4fd55f9)

Jean-Michel Vourgère nirgal-guest at moszumanska.debian.org
Tue Dec 9 14:41:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

nirgal-guest pushed a change to annotated tag debian/2.2.3-1
in repository django-session-security.

        at  4fd55f9   (tag)
   tagging  d7558b07e58b16b807c26ecb9557f7a3ce6cea29 (commit)
 tagged by  Jean-Michel Nirgal Vourgère
        on  Tue Dec 9 15:40:30 2014 +0100

- Log -----------------------------------------------------------------
tag debian/2.2.3-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJUhwnfAAoJEDtcLHGiGNg8KXMQAKdIEd8W6XJy1py8QgCNnyKK
SgNdhz/wuEXO0jV58AyIk3END5DCLHE6YpuoO5/uOUMAIzGpFCWQIkoA5tNGA4qZ
90cg/fju+ZpxFMKVaKF+QNE0cEEycAXbN1h8EedWSrossyAhMEGI8mWcuhkqzRo1
Q4wMSUf9B1BLkBFT/L84LKTE6nvZ4ibLdF22G6cvnVHp3LniEQXKyHYKuCdW8M5J
8LpszC3kfcJUMjxEMkYaFZziR43ELWBiyoYxWsDpBHNsEarSQP1OvIneCWbe0XTl
m50vEQkIkV2zKQCJjDo5BbAjSPIYQqKeAqxaGGlPpRRcla6Dq6bCk0mVPq3G8QBn
tV5bUWK+hC04G8vItNnF6VpLco4yuWHRdpniQJOUv3dkxHz2haFkKS4TP31HNczT
ShTw2bl5VVzAz3iYx9EQpeP77oiwjTMRhqXPwy551nGv3yTGDQ9TWoywuTgZcZMf
yTXbfXaA3irGyiGLv9NZGWYBt0KOBJqOKMy5H6UwrWX+jwqBeiJPo6pMo93jiTK3
3B/2vD4zTfWpwzx2gU6mGYJCr7K4BXE4ltkUztU99QcpN/s1dWkxoTIsKQsSl6wj
tmuG+Ye1LTZ47+6cg2Y8Z9zHq/1bBniA1RIS0BRmcH8ggBlan5OAaUbMRSEQtEeS
PBJfvlBkdHhJ9iVtc1Ri
=O4ZF
-----END PGP SIGNATURE-----

Aaron Krill (4):
      Ensure that the last activity isnt from the future; prevents issues in situations where clocks are out of sync between machines
      Add test for when last logged activity is in future
      Compare to timedelta instead to avoid oddities with Pythons implementation of timedeltas
      Added myself (krillr) to AUTHORS

Fábio C. Barrioneuvo da Luz (3):
      Added Brazilian Portuguese Translation
      Fix reference line on comment and increase version
      Increase version, add autor

James Pic (28):
      initial commit
      Refactor POC working
      Tested, cleaned, documented.
      Correction in urls module docstring
      Corrections in javascript docstrings
      PEP8 compliance
      Added :members: option to automodule statements
      Documentation work
      Greatly improved javascript activity monitoring
      Set version to 1.0rc1
      Added MANIFEST.in
      Link to python package
      Update lexer for all.html in docs
      Fixed manifest
      Resources linkification
      Version bump
      Merge pull request #3 from yscumc/master
      Merge pull request #8 from luzfcb/add-pt_BR-translation
      Merge pull request #13 from krillr/master
      Merge pull request #14 from krillr/master
      Merge pull request #16 from qwindelzorf/master
      Merge pull request #17 from jacoor/master
      Merge pull request #18 from jantoniomartin/spanish-translation
      Merge pull request #19 from scottsexton/bugfix-isoformat-microseconds
      Merge pull request #24 from johndgiese/patch-1
      Merge pull request #23 from nirgal/french-translation
      Merge pull request #21 from mpasternak/master
      Merge pull request #31 from nirgal/no_bin_pl

Jean-Michel Nirgal Vourgère (14):
      First version
      Improve copyright information
      Merge upstream 2.2.2 into debian/sid
      changelog: Target experimental, version is 2.2.2
      rm d/missing-source/django.es.po
      Update copyright file with lastest authors
      Delete binary generated file django.mo for pl
      Add license for docs/source/_static/default.css
      Remove special copyright from style.css
      Imported upstream version 2.2.3
      Bumped version
      Move source comments in d/README.source
      Added extra copyright for debian/* files
      Added comment about upstream authors list

Jean-Michel Vourgère (1):
      Spell fix in french translation

John David Giese (1):
      Center the modal on the viewport

Jose Antonio Martin Prieto (1):
      add spanish translation

Michal Pasternak (1):
      Polish translation

Scott Sexton (1):
      Use consistent formatting

Stephen Miller (1):
      Fixing import error that shows up under Django 1.5

Vuong Nguyen (12):
      Supporting custom 'EXPIRE_AFTER' value to handle use case such as use-defined expire value.
      Respect SESSION_SECURITY_ namespace & updated documentation
      PEP8 fixes
      Get rid of the annoying 'Not Found: /favicon.ico' during test
      Add requirements for development
      Use self.browser.switch_to.window to resolve 'DeprecationWarning'
      Update docs;Added WARN_BEFORE value;Handle WARN_AFTER values for custom/user-defined use cases;All tests passed
      Testing custom EXPIRE_AFTER/WARN_AFTER in session and ensure that it's an int and above 60 seconds
      Updated unittests--work in progress
      Monkey patching the custom settings-Middleware tests now passed
      Brought the entire project into PEP8 compliant. Ignored import but unused warnings though
      Fixed type checking to using isinstance

autodidacticon (2):
      Update script.js
      Update all.html

jacoor (1):
      Fixin l10n error with long numbers - ie. 10000 was 10,000 which broke script

jpic (109):
      Module installable with pip -e
      Proof of concept
      Implemented session extension dialog, consistency cleanups
      Implementation that supports having multiple tabs on the same site, tabs with inactivity do not interfere, nor does the security interfere with them as long as at least one browser tab has activity
      Documented code
      Added missing static files
      PEP8 compliance
      Worked out the README
      Added a couple of resources in the readme
      Initiated docs
      Getting to some proper documentation
      Path fix in docs conf
      Added Pycco css
      New attempt at getting the documentation online on RTFD
      Refactoring, quality control
      Make it compatible with onbeforeunload
      Version bump 1.1
      FR locale and version bump 1.2.0
      Make setup.py compile locale
      Version bump 1.2.1
      Fixed typos in setup.py
      Version bump 1.2.2
      Simplified and tested ping view
      Rewrote script
      Settings update
      Added models.py to get picked up by manage.py test
      Ensure that it will expire for users that have already been logged out
      Removed dead code, simplified session management.
      Reload the page instead of expiring
      Removed dead code
      Implemented selenium tests for the script
      Added test/test staff user for demo
      Done rewriting the app, I like it a lot now :D
      Added travis config and version bump
      Removed dead reference to requirements.txt
      Added missing test requirement
      Updated documentation
      Try to wait as little as possible, but still enough, for tests to pass on travis
      DB update
      Use sphinx1
      Sleep increase for travis
      Trying to get this test to pass on travis
      Refactored multi-window tests, should help with travis
      Added circle configuration symlink
      Completely refactored selenium tests to be performant and tolerant - as much as possible
      Trated POST for GET ajax
      Version bump 2.0.1
      Credit travis in README [skip-ci]
      Mention that jQuery is a requirement in quick start
      Removed ultimate ping before expiry...
      .gitignore update
      Version bump 2.0.2
      Fixed fr locale for 2.0.2
      Unset data-dirty on form submit, to prevent onbeforeunload.
      Version bump 2.0.3
      Fixed wrong url in setup.py
      Coded the use case described in #1
      Use static templatetag instead of STATIC_URL in test_project
      Factored out BaseLiveServerTestCase and ensure dependencies are installed
      Fix #4: removed debug statement
      Version bump 2.0.4
      Removed useless statement.
      Removed blank line
      Version bump 2.0.5
      Fix #5: make event type list an option
      Version bump 2.0.6
      Django 1.6 and python 3 support
      Tests now require six
      Fix TypeError: <lambda>() takes no arguments (1 given)
      Django 1.6 support
      Fixed ViewsTestCase
      Django 1.6 support for python setup.py test
      Merge branch 'master' of https://github.com/autodidacticon/django-session-security into autodidacticon-master
      [ci skip] Version bump 2.1.0
      Promote to production/stable [ci skip]
      Added @autodidactition to AUTHORS
      Added utils to full documentation
      Version bump 2.1.1 [ci skip]
      Added missing AUTHORS entry [ci skip]
      Template update: use {% static %} instead of {{ STATIC_URL }}
      Version bump 2.1.2 [ci skip]
      Removed mo files which are generated on the fly by setup.py
      Try last known working selenium version on travis
      Keep pip freeze output as build artifact
      Version bump 2.1.4
      Added @jacoor to AUTHORS
      Version bump 2.1.5
      Delete compiled file
      Version bump 2.1.6
      Added @scottsexton to AUTHORS
      Version bump 2.1.7
      Pre-compile .mo.
      CHANGELOG update
      Version bump 2.2.0
      Revert "Delete compiled file"
      Delete compiled file
      Version bump 2.2.1
      Merge remote-tracking branch 'origin/pr/20'
      Merge branch 'master' of https://github.com/yourlabs/django-session-security
      Try to fix travis-ci configuration
      Added django 1.7 to .travis-ci
      Trying direct call to manage.py in .travis.yml
      Removed neoskills irc channel
      Support migrated django.contrib.auth
      Support django 1.7 in tests
      Merge branch 'master' of https://github.com/mschettler/django-session-security into mschettler-master
      Revert "Merge remote-tracking branch 'origin/pr/20'"
      Version bump 2.2.2 [ci skip]
      Version bump 2.2.3

mschettler (2):
      fixes an edge bug discovered in multithreaded environments
      attempt to fix travis build

rm022526 (1):
      last comma

ys (3):
      3 bug fixes
      Styling changes according to PEP8
      Fixed PEP8 problems

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-session-security.git



More information about the Python-modules-commits mailing list