forked from collective/collective.inviting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
66 lines (47 loc) · 2.02 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Changelog
=========
0.2 (unreleased)
----------------
- plone.app.event support: message view uses ulocalized_time from
plone.app.event, not from Products.CMFPlone -- this is because there
is a DateTime.strftime bug affecting ulocalized_time(), and a workaround
exists in plone.app.event.base.ulocalized_time (using strftime() from
datetime.datetime() in a new instance of a DateTime subclass). This
is only used when plone.app.event is available.
[seanupton]
- plone.app.event support: fix rsvp view for compatibility (use getuid()
for validation, view proxy for template macros).
[seanupton]
- Refactor event_view proxy code into distinct mixin class.
[seanupton]
- plone.app.event support: include timezone name and UTC offset label
in event invitation message body.
[seanupton]
- Moved doc/HISTORY.txt to CHANGES.txt and renamed doc/ to docs/.
[seanupton]
- plone.app.event support: Use ics/iCalendar instead of vcs/vCal in
email attachment for plone.app.event based event contexts.
[seanupton]
- plone.app.event support: Use IEventAccessor adapter for plone.app.event
contexts in message adapter/view.
[seanupton]
- plone.app.event support: consolidate gettting UID for AT and non-AT
contexts into collective.inviting.adapters.getuid function. Used
for integration with plone.app.event Dexterity-based event type.
[seanupton]
- plone.app.event support: template macro using content-core from
event_view in plone.app.event based contexts required definition
of some proxy methods on EventSubscribers invitiations view.
[seanupton]
- plone.app.event support: distinct setup profile to include action for
invitiations view on plone.app.event.dx.event FTI.
[seanupton]
0.1.1 (2012-08-04)
------------------
- Fix on MANIFEST.in
0.1 (2012-08-04)
----------------
- Initial release [seanupton].
- Renamed from uu.inviting to collective.inviting, all dependencies on
uu.subscribe moved to renamed collective.subscribe.
- Install and uninstall profiles for three local persistent utility components.