[Python-modules-commits] [django-recurrence] annotated tag 1.0.0 created (now 9cbaade)

Michael Fladischer fladi at moszumanska.debian.org
Wed Oct 19 12:11:12 UTC 2016


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

fladi pushed a change to annotated tag 1.0.0
in repository django-recurrence.

        at  9cbaade   (tag)
   tagging  e1cb550bcee58a1607923d6739c09f1588a3e837 (commit)
 tagged by  Adam 'Cezar' Jenkins
        on  Sun Dec 30 06:45:53 2012 -0600

- Log -----------------------------------------------------------------

Adam "Cezar" Jenkins (4):
      Merge pull request #1 from dominicrodger/master
      Merge pull request #2 from SacNaturalFoods/master
      Update README
      Merge pull request #5 from dominicrodger/master

Adam 'Cezar' Jenkins (5):
      Making fields 1.4 compatabile
      Copy pasted launchpad description over.
      Updated setup.py to reflect version
      Updating development status to reflect 1.0
      Merge branch 'release/1.0.0'

Cezar (2):
      Added ignore file
      Setup to use static files

Dominic Rodger (9):
      Renaming media folders to static.
      Fixing the manifest to reference static files.
      Moving static files into a subdirectory of the static folder.
      Renaming class "label" to "recurrence-label" to avoid clashes.
      Ignoring egg-info.
      Merge pull request #7 from dominicrodger/master
      Removing trailing whitespace.
      Merge pull request #8 from dominicrodger/master
      Fixing bug in display of multiple days-of-month dates

Tamas Kemenczy (23):
      updated packaging
      updated setup.py to make dependencies distutils compatible
      added exception handling for deserialize function
      added support for i18n in javascript and added en locale
      merged i18n support
      improved find_recurrence_i18n_js_catalog and added caching of result
      updated setup.py to use agnostic os seperator
      updated setup.py to use install_requires if setuptools is used
      added validate function and exception handling for serialization/deserialization
      bad freq set to yearly in js
      merged exception handling
      fixed javascript syntax bug
      fixed typo
      fixed minor typo in base.py
      fixed dtend/nonetype comparison bug
      fixed dtend bug
      fixed javascript widget bugs; fixed serialization typo
      fixed remainder of dtend bug
      recurrence widget date fix
      fixed Rule hash method
      added manifest file, moved license location
      Fixed typo.  Applied javascript parseInt patch (thanks Larisa).
      Added fix for Django 1.2 compatibility, thanks Joe Jasinksi

tamask (21):
      initial import
      Added mediated classes to dateutil.rrule; updated models to reflect these classes
      unicode/str bug fix
      added RecurrenceField, added pytz as a dependency in setup.py
      added docstrings for base functionality
      exposed count method for Recurrence
      - added Weekday class
      minor changes to base.py
      fixed dateutil.rrule bug with offset-aware datetime values for the until parameter
      fixed typo in setup.py
      Added recurrence.js
      fixed weekday bug
      changes to recurrence.js
      fix for weekday behavior
      Added recurrence form field and partially complete widget
      fixed default display loading in widget, and month offset bug
      bug fixes in base.py; refactored javascript; added date panel and calendar popup in javascript widget
      added text display for rules
      refactored way tzinfo is handled by Rule/Recurrence objects
      added license
      updated some media filenames

tschmidt-dev (1):
      added instrospection rules if using South

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

This annotated tag includes the following new commits:

       new  7df1e6d   initial import
       new  23bbe6c   Added mediated classes to dateutil.rrule; updated models to reflect these classes
       new  afaa8f1   unicode/str bug fix
       new  039a057   added RecurrenceField, added pytz as a dependency in setup.py
       new  db789ea   added docstrings for base functionality
       new  4a57017   exposed count method for Recurrence
       new  0fdde40   - added Weekday class - added support for dtend parameter - refactored models and their managers - added RecurrenceModelField - update choices
       new  2711a71   minor changes to base.py
       new  11fcae5   fixed dateutil.rrule bug with offset-aware datetime values for the until parameter
       new  79a8679   fixed typo in setup.py
       new  d9506e6   Added recurrence.js
       new  9594fb9   fixed weekday bug
       new  50205fa   changes to recurrence.js
       new  5b36e29   fix for weekday behavior
       new  54909d7   Added recurrence form field and partially complete widget
       new  fee5d7b   fixed default display loading in widget, and month offset bug
       new  2570bb3   bug fixes in base.py; refactored javascript; added date panel and calendar popup in javascript widget
       new  66e2920   added text display for rules
       new  555edf2   refactored way tzinfo is handled by Rule/Recurrence objects
       new  adb0380   added license
       new  3e120eb   updated some media filenames
       new  54d3f93   updated packaging
       new  b4f9955   updated setup.py to make dependencies distutils compatible
       new  184b2c4   added exception handling for deserialize function
       new  ea33da4   added support for i18n in javascript and added en locale
       new  e4990d1   merged i18n support
       new  ea07458   improved find_recurrence_i18n_js_catalog and added caching of result
       new  7853760   updated setup.py to use agnostic os seperator
       new  f95fc4b   updated setup.py to use install_requires if setuptools is used
       new  3e3a22c   added validate function and exception handling for serialization/deserialization
       new  073e27f   bad freq set to yearly in js
       new  1f81bed   merged exception handling
       new  c9df815   fixed javascript syntax bug
       new  89424ff   fixed typo
       new  01c6615   fixed minor typo in base.py
       new  06e211c   fixed dtend/nonetype comparison bug
       new  0489e7c   fixed dtend bug
       new  5fab626   fixed javascript widget bugs; fixed serialization typo
       new  55701b3   fixed remainder of dtend bug
       new  5de99e0   recurrence widget date fix
       new  8e9258c   fixed Rule hash method
       new  e4b6af9   added manifest file, moved license location
       new  6eb0bc6   Fixed typo.  Applied javascript parseInt patch (thanks Larisa).
       new  c9ac5ca   Added fix for Django 1.2 compatibility, thanks Joe Jasinksi
       new  42eedd9   Added ignore file
       new  8342dac   Setup to use static files
       new  02a6647   Renaming media folders to static.
       new  973fbc6   Fixing the manifest to reference static files.
       new  60c7b0a   Moving static files into a subdirectory of the static folder.
       new  579c1ac   Merge pull request #1 from dominicrodger/master
       new  22f7d3c   Making fields 1.4 compatabile
       new  4bbe435   added instrospection rules if using South
       new  10964f4   Merge pull request #2 from SacNaturalFoods/master
       new  75f0119   Copy pasted launchpad description over.
       new  e588d5d   Update README
       new  1c8bf9a   Renaming class "label" to "recurrence-label" to avoid clashes.
       new  3e53ced   Merge pull request #5 from dominicrodger/master
       new  4c928c7   Ignoring egg-info.
       new  3d508b2   Merge pull request #7 from dominicrodger/master
       new  8a3c925   Removing trailing whitespace.
       new  774b890   Merge pull request #8 from dominicrodger/master
       new  d15005a   Fixing bug in display of multiple days-of-month dates
       new  d99ce89   Updated setup.py to reflect version
       new  eb2c496   Updating development status to reflect 1.0
       new  e1cb550   Merge branch 'release/1.0.0'

The 65 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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



More information about the Python-modules-commits mailing list