Wykres commitów

1426 Commity (master)

Autor SHA1 Wiadomość Data
Nicco Kunzmann 9bd5dde0f2
correct status badges for branches master and 4.x
The labels were broken. The URL has changed.
See also https://github.com/badges/shields/issues/8671
2023-01-11 23:38:34 +00:00
Nicco Kunzmann b7d06e0e6d add new changelog section 2022-12-29 21:52:43 +00:00
Nicco Kunzmann c461459c33
Merge pull request #505 from niccokunzmann/release
version 5.0.4
2022-12-29 21:50:19 +00:00
Nicco Kunzmann a6ee303d38 version 5.0.4 2022-12-29 21:45:13 +00:00
Nicco Kunzmann cf9c6c8426
Merge pull request #501 from collective/fix-500
Fix 500
2022-12-28 11:43:05 +00:00
Jaca 62a0edf28f
Merge pull request #504 from abe-101/abes-patch
display example's content in the usage section
2022-12-20 18:17:59 +01:00
Abe 4c998ed259
print content of example
In order for the test in
https://github.com/collective/icalendar/blob/master/src/icalendar/tests/test_with_doctest.py
not to fail it was necessary to normilize the whitespace
2022-12-20 12:09:41 -05:00
Jaca f1f82e9f0f
Merge pull request #503 from abe-101/patch-2
add missing import pytz in example
2022-12-19 20:30:24 +01:00
Abe Hanoka c32edb0b32
add missing import pytz in example
The example uses the pytz module:
event.add('dtstart', datetime(2005,4,4,8,0,0,tzinfo=pytz.utc))
But doesn't import it
2022-12-19 14:24:40 -05:00
N0ury 651ea862bf
Update parser.py
issue #348
2022-12-16 14:08:33 +01:00
Maurits van Rees d8b5e34176
Fixed plone tox environment when using latest tox 4. 2022-12-15 22:05:42 +01:00
jaca 230c466b25
add changelog entry for #501 2022-12-15 20:49:43 +01:00
jaca b47aba5400
alaways pass string representation of calendar object to dquote 2022-12-15 20:42:53 +01:00
jaca 0e0fdc574d
add test case from issue #500 2022-12-15 20:34:23 +01:00
Nicco Kunzmann 16f9015e16
Merge pull request #499 from abe-101/rm-dead-links
remove dead link
2022-12-01 17:20:09 +00:00
Abe dd2014ee9a
remove dead link
The links to teams are only available to members of the team
for everyone else it returns a 404 error

Discussion here:
a8bbfb9349 (commitcomment-91538993)
2022-11-30 12:10:09 -05:00
Nicco Kunzmann 1fdefee26b
Merge pull request #497 from abe-101/patch-1
capitalize first word of sentence
2022-11-30 12:09:13 +00:00
Abe Hanoka 28350e2a7c
Update credits.rst 2022-11-29 14:22:54 -05:00
Abe Hanoka c3e10810cd
capitalize first word of sentence 2022-11-29 14:20:12 -05:00
angahta feda6b19ab
Merge pull request #495 from niccokunzmann/fix-changelog
correct the changelog date
2022-11-29 06:04:12 +01:00
Nicco Kunzmann 752eb2e49e correct the changelog date 2022-11-23 20:41:48 +00:00
Nicco Kunzmann 1e32dabc3c add v5.0.4 to changelog 2022-11-23 18:19:57 +00:00
Nicco Kunzmann 55ead610d5 update maintenance documentation 2022-11-23 18:15:40 +00:00
Jaca 2b76380a1c
Merge pull request #494 from niccokunzmann/release
Release v5.0.3
2022-11-23 19:02:19 +01:00
Nicco Kunzmann dcfc19cf4b change branch actually used 2022-11-23 17:56:44 +00:00
Nicco Kunzmann 34a4b0c269 version 5.0.3 2022-11-23 17:56:04 +00:00
Jaca b4b30ab92f
Merge pull request #492 from collective/487-regression-dddtype-not-hashable-in-icalendar-5
implement hash and __eq__ for vDDDTypes
2022-11-17 17:48:17 +01:00
Nicco Kunzmann ae9ac71561 add a check that a timezone difference matters to equality
see https://github.com/collective/icalendar/pull/492#discussion_r1020730916
2022-11-16 22:40:30 +00:00
Jaca f620cc6007
Merge pull request #493 from niccokunzmann/add-maintainer
add jacadzaca as maintainer
2022-11-11 18:18:03 +01:00
Nicco Kunzmann c31fc51337 add jacadzaca as maintainer 2022-11-10 09:47:34 +00:00
Nicco Kunzmann b486ec9542 add changelog entry 2022-11-10 09:45:07 +00:00
Nicco Kunzmann 6808972f32 add vDDDTypes.dt to __eq__ 2022-11-10 09:27:16 +00:00
Nicco Kunzmann 53567ef79e make tests fail if the parameters equal
This __eq__ implementation is faulty. The .dt property should be compared, too
2022-11-10 09:25:43 +00:00
Nicco Kunzmann 185065ebbd implement hash based on the dt value 2022-11-10 09:23:51 +00:00
Nicco Kunzmann b1a108d59a add tests to test hash and __eq__ 2022-11-10 09:17:13 +00:00
Nicco Kunzmann 9be5f7c9f2
Merge pull request #491 from ThiefMaster/patch-1
Fix typo in changelog
2022-11-09 16:43:14 +00:00
Adrian 3d74a11c02
Fix typo in changelog 2022-11-09 17:14:17 +01:00
Nicco Kunzmann eeb9714d3b
Merge pull request #488 from jacadzaca/refactor_test_reccurence
Refactor test recurrence
2022-11-09 15:51:24 +00:00
Nicco Kunzmann f7c7ef8eda
Merge pull request #490 from collective/clarify-changelog-entry
Clarify CHANGELOG entry
2022-11-09 15:42:09 +00:00
Jaca 503455576c
Clarify CHANGELOG entry
clarify CHANGELOG entry as per #489
2022-11-09 16:34:16 +01:00
jaca 4bee8bc975
add test for embedded timezone information in exdate parsing 2022-11-06 16:02:52 +01:00
jaca 651b7bdb28
refactor test_recurrence_exdates_multiple_lines 2022-11-06 15:38:33 +01:00
jaca d72fedb9a3
refactor test_recurrence_exdates_one_line 2022-11-06 15:21:58 +01:00
Nicco Kunzmann 4f3aa2eaf0
Merge pull request #486 from jacadzaca/release-5.0.2
Release 5.0.2
2022-11-04 06:20:24 +00:00
jaca 67cf18866d
version 5.0.2 2022-11-03 22:29:35 +01:00
Maurits van Rees 5dae2a48b4
Merge pull request #450 from collective/issue-318-skip-value-parameter-for-default-date-time
Remove VALUE=DATE-TIME from DTSTART, DTEND, DTSTAMP
2022-11-03 21:48:26 +01:00
Nicco Kunzmann 173948c182 remove value=date-time 2022-11-03 18:41:17 +00:00
Nicco Kunzmann 88f548677a correct value in documentation 2022-11-03 18:35:06 +00:00
Nicco Kunzmann 0480c4d0f7 add changelog entry for #318 2022-11-02 21:56:22 +00:00
Nicco Kunzmann e5ae796862 Merge branch 'master' into issue-318-skip-value-parameter-for-default-date-time 2022-11-02 21:52:37 +00:00