Wykres commitów

636 Commity (5dc8dc5676f9ceed58dfc65bf04996fc6dc29b9e)

Autor SHA1 Wiadomość Data
Johannes Raggam 5dc8dc5676 Merge remote-tracking branch 't-8ch/doc_fixes' 2014-11-20 12:21:38 +01:00
Lennart Regebro 02dcf356ec Merge pull request #150 from geier/README_update
README: typos
2014-11-12 14:28:18 +01:00
Christian Geier e1ededfb2e README: typos 2014-11-12 14:25:19 +01:00
esteele 419fdf847e Back to development: 3.8.5 2014-11-01 10:50:23 +00:00
esteele 470e76e645 Preparing release 3.8.4 2014-11-01 10:49:37 +00:00
Markus Unterwaditzer 7225dd5b6f Simplify if-statement 2014-10-20 21:52:42 +02:00
Markus Unterwaditzer bcead9647e Merge pull request #149 from iHiroakiKawai/duration_format
duration may have extra '+' in value
2014-10-20 21:51:58 +02:00
Hiroaki KAWAI 61fb163800 duration may have extra '+' in value
from rfc5545 spec:
 dur-value = (["+"] / "-") "P" (dur-date / dur-time / dur-week)

Signed-off-by: Hiroaki KAWAI <kawai@stratosphere.co.jp>
2014-10-20 18:07:34 +09:00
Markus Unterwaditzer 34404f1a43 Add changelog and credits 2014-09-06 13:24:05 +02:00
Markus Unterwaditzer 24ce6c20fd Merge pull request #148 from russkel/patch-1
Missing BYWEEKNO in vRecur
2014-09-06 13:13:53 +02:00
Russ 364dd01c20 Missing BYWEEKNO in vRecur 2014-09-06 20:07:23 +10:00
Thomas Weißschuh 6779f64ba7 [docs] indent docstring for sphinx 2014-09-05 12:26:03 +00:00
Thomas Weißschuh 92160f6fc8 [docs] only document icalendar.cal in the API docs 2014-09-05 12:24:53 +00:00
Thomas Weißschuh 029b70eabc [docs] add API docs
There are currently some issues:
* The layout is too narrow
* Everything is on one page
* Sphinx throws several warnings
* The order is random
* Everything is documented
2014-09-05 10:24:56 +00:00
Thomas Weißschuh 01a45e351e remove invalid section from index 2014-09-05 10:11:55 +00:00
Thomas Weißschuh 2bd408f1e9 [docs] fix links 2014-09-05 10:11:44 +00:00
Thomas Weißschuh 0412bfb4f2 [docs] use current year in copyright 2014-09-05 10:05:43 +00:00
Thomas Weißschuh aee5822e5b [docs] get current version from pkg_resources 2014-09-05 10:04:12 +00:00
Johannes Raggam 1e0feb5377 back to dev 2014-08-26 11:37:04 +02:00
Johannes Raggam ca674ab735 prepare release 2014-08-26 11:35:13 +02:00
Gil Forcada 8d6a285214 Whitespaces cleanup 2014-08-26 00:55:26 +02:00
Johannes Raggam c25004f6d3 added changelog note 2014-08-21 22:21:07 +02:00
Markus Unterwaditzer ec0101622b Merge pull request #146 from thomascube/master
s/PERCENT/PERCENT-COMPLETE/ fixes issue #145
2014-08-21 19:31:05 +02:00
Thomas Bruederli bf2cb3daf6 s/PERCENT/PERCENT-COMPLETE/ fixes issue #145 2014-08-21 17:31:08 +02:00
Johannes Raggam a2f904f67f back to dev 2014-07-22 12:13:21 +02:00
Johannes Raggam 80630163a5 prepare release 2014-07-22 12:11:19 +02:00
Johannes Raggam 823e8d7afd Exclude editor backup files from egg distributions. Fixes #144. 2014-07-22 12:10:27 +02:00
Johannes Raggam 62c1b3de4e back to dev 2014-07-17 16:36:33 +02:00
Johannes Raggam 77d66180aa prepare release 2014-07-17 16:35:01 +02:00
Markus Unterwaditzer a9b83c960a Add CHANGES entry for parent commit 2014-07-17 15:50:58 +02:00
Markus Unterwaditzer 3c335f2ae5 Revert API breakage 2014-07-17 15:38:06 +02:00
Johannes Raggam a02f04e7a6 back to dev 2014-07-17 02:44:19 +02:00
Johannes Raggam bee47e3637 prepare release 2014-07-17 02:42:50 +02:00
Johannes Raggam 188ee26070 allow dots in property names 2014-07-14 14:11:16 +02:00
Johannes Raggam 75f2819bfc Merge remote-tracking branch 'untitaker/vcard_groups' 2014-07-14 14:05:51 +02:00
Johannes Raggam 5c02dbca36 simplify nested test structure, comment for running specific tox env 2014-07-14 13:52:24 +02:00
Johannes Raggam 7e9fdcd547 remove left-over import 2014-07-14 13:47:43 +02:00
Johannes Raggam fb34cc3998 Change class representation for CaselessDict objects to always include the class name or the class' name attribute, if available. Also show subcomponents for Component objects. 2014-07-14 13:45:19 +02:00
Johannes Raggam ba0b2e58a1 one more changelog for pull-request by t-8ch 2014-07-14 13:43:40 +02:00
Johannes Raggam c8db0cdcb1 merge #142 2014-07-14 11:58:38 +02:00
Markus Unterwaditzer 79353d2323 Allow dots in property names.
This is for vCard compatibility. From RFC 6350:

    The group construct is used to group related properties together.
    The group name is a syntactic convention used to indicate that all
    property names prefaced with the same group name SHOULD be grouped
    together when displayed by an application.  It has no other
    significance.  Implementations that do not understand or support
    grouping MAY simply strip off any text before a "." to the left of
    the type name and present the types and values as normal.

We could of course consider stripping off the group prefixes, but then
that data would be lost. I recommend we leave this to the user or
Component subclasses to do something meaningful with groups.
2014-07-13 19:03:33 +02:00
Thomas Weißschuh f5d7b8ea53 update issue number 2014-07-10 09:53:15 +00:00
Thomas Weißschuh 39dfe0a272 add myself to credists.rst 2014-07-10 09:47:46 +00:00
Thomas Weißschuh e4a8cf8dfc Add test for multivalued parameters 2014-07-10 09:47:46 +00:00
Thomas Weißschuh b87d9feab5 Properly handle multivalued parameters
This is needed for VCard 3.0
2014-07-10 09:47:42 +00:00
Thomas Weißschuh b3bd43aed1 Typo: s/unsescape_string/unescape_string/ 2014-07-10 09:41:51 +00:00
Thomas Weißschuh a5ca05869f Use correct repr() for caselessdict
Otherwise repr() may show wrong contents, which is confusing
2014-07-10 09:41:43 +00:00
Johannes Raggam 1af0a0760e Merge pull request #140 from untitaker/travis_fixes
More fixes for Travis
2014-06-03 21:18:59 +02:00
Markus Unterwaditzer fec9171455 More fixes for Travis
Also add 3.4 for testing and a badge to the README
2014-06-03 17:49:31 +02:00
Johannes Raggam 67853b3a74 rm whitespace 2014-06-03 17:28:25 +02:00