Wykres commitów

625 Commity (470e76e6459db898593529ca42b8b90db863a4c6)

Autor SHA1 Wiadomość Data
Johannes Raggam 6142289956 test also that property parameters are build from an icalendar string 2012-08-24 14:31:16 +02:00
Johannes Raggam 64ba5ec191 rename to follow conventions 2012-08-24 14:26:20 +02:00
Johannes Raggam 7f2b504e8a merge with kanarip/master 2012-08-24 14:25:33 +02:00
Johannes Raggam 49128b5706 whitespace needed here! 2012-08-24 13:48:11 +02:00
Johannes Raggam c576759a89 only have license information in LICENSE.rst file to reduce visual clutter in source code. follows plone/zope practices. 2012-08-24 13:17:24 +02:00
Johannes Raggam cff4a28735 remove whitespace 2012-08-24 13:06:40 +02:00
Johannes Raggam 0095c6f66e use DEFAULT_ENCODING also in vcaladdress 2012-08-24 13:04:01 +02:00
Johannes Raggam 512f2ddcca declare +IGNORE_WHITESPACE, despide the NORMALIZE_WHITESPACE optionflag in test_doctests module 2012-08-24 12:57:35 +02:00
Robert Niederreiter a760efc9c3 exclude py2.4 and py3.2 from .travis.yml 2012-08-23 14:30:02 +02:00
Robert Niederreiter 782d9c0a44 include coverage test report 2012-08-23 14:05:26 +02:00
Robert Niederreiter dc42151d71 back to dev 2012-08-23 13:46:33 +02:00
Robert Niederreiter 428d535303 "bda.recipe.deployment pre tag commit" 2012-08-23 13:45:53 +02:00
Robert Niederreiter 4f5f70bd5b endure correct datatype at instance creation time in ``prop.vCalAddress`` and ``prop.vText``. Re-include doctests. 2012-08-23 13:45:16 +02:00
Robert Niederreiter 20c525eaea back to dev 2012-08-23 09:28:00 +02:00
Robert Niederreiter dac1389a8d "bda.recipe.deployment pre tag commit" 2012-08-23 09:27:26 +02:00
Jeroen van Meeuwen (Kolab Systems) b67665f940 Make sure parameters to certain properties propagate when generating the ical output 2012-07-17 21:27:57 +01:00
Rok Garbas 4f1a73e22c Merge pull request #52 from sochotnicky/master
Include complete doc/ subdirectory in tarballs
2012-06-01 06:48:11 -07:00
Stanislav Ochotnicky e6a38c090b Add complete docs/ subdirectory in tarballs
This helps distributions package complete package together with
examples and other documentation
2012-05-30 15:58:42 +02:00
Johannes Raggam 2dae557630 encoding must be set on top of file. and better use utf-8 2012-05-30 15:10:30 +02:00
Johannes Raggam 420b837d24 encoding must be set on top of file. and better use utf-8 2012-05-30 15:08:53 +02:00
Johannes Raggam b2d08583c8 encoding must be set on top of file. and better use utf-8 2012-05-30 15:07:20 +02:00
Rok Garbas 26f9d34c0e Merge pull request #51 from sochotnicky/master
Fixing the licensing a bit is needed
2012-05-30 03:21:58 -07:00
Stanislav Ochotnicky 605b65969c Add license headers to all python source files
Also add LICENSE file and remove old mention of GPL which was
forgotten when changing license in f469e86
2012-05-30 11:50:26 +02:00
Rok Garbas ddc050a0cb more travis 2012-05-13 03:51:42 +02:00
Rok Garbas ef1dd45925 more travis 2012-05-13 03:50:48 +02:00
Rok Garbas a290f9f8bb more travis stuff 2012-05-13 03:49:10 +02:00
Rok Garbas 703d33f29d upgrading pip in travis 2012-05-13 03:47:53 +02:00
Rok Garbas 9a678e4f82 hoping travis to work now 2012-05-13 03:45:46 +02:00
Rok Garbas 6b9fa63e61 typo 2012-05-13 03:43:55 +02:00
Rok Garbas 48fdade444 adding $TRAVIS_PYTHON_VERSION variable where needed 2012-05-13 03:42:03 +02:00
Rok Garbas d3639a8a9c need to see which environment variables travis provides 2012-05-13 03:39:35 +02:00
Rok Garbas ba538b063e pointing travis to virtualenv 2012-05-13 03:28:28 +02:00
Rok Garbas 4c863856f1 strange but we were always depending on setuptools 2012-05-13 03:24:44 +02:00
Rok Garbas 862bf162dd adding test script to travis 2012-05-13 03:21:54 +02:00
Rok Garbas 401261ebd9 for some reason interlude hangs when installing with pip 2012-05-13 03:15:23 +02:00
Rok Garbas d4bbc3029c updating .gitignore 2012-05-13 03:04:05 +02:00
Rok Garbas d52c3735eb lets give travis a try 2012-05-13 02:53:40 +02:00
Rok Garbas 0fd4ee3453 adding line to readthedocs page, fixes #47 2012-05-11 13:35:01 +02:00
Rok Garbas 6027b69a62 updating license , fixes #48 2012-05-11 13:30:14 +02:00
Rok Garbas 5b238950a5 Merge pull request #45 from dbstovall/master
Apply TZID parameter to RECURRENCE-ID
2012-04-11 16:42:12 -07:00
Dan Stovall 6b699db75b Localized datetime in RECURRENCE-ID to timezone in TZID parameter 2012-04-09 07:30:58 -06:00
Johannes Raggam 47fc18740a update changelog for recent changes 2012-03-30 13:52:47 +02:00
Johannes Raggam c5cb9407d8 add encoding header to fix this test 2012-03-30 13:49:27 +02:00
Dan Stovall f83a783ca1 added tests for timezone normalization 2012-03-29 09:20:37 -06:00
Johannes Raggam bdab0569de whitespace police 2012-03-19 22:43:45 +01:00
Johannes Raggam 9de69b9af2 begin encoding tests. NOT FINISHED. 2012-03-19 22:43:09 +01:00
Johannes Raggam d1f992a337 fix tests to use assertequal where asserttrue was used, etc 2012-03-19 22:42:46 +01:00
Johannes Raggam e02357eac6 changelog entry for UTC-OFFSET in seconds 2012-03-19 21:39:30 +01:00
Johannes Raggam e4c7e0f28a Merge remote-tracking branch 'nikolaeff/master' 2012-03-19 21:33:53 +01:00
Johannes Raggam 9a9349c30b remove comment 2012-03-19 18:16:07 +01:00