-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChangeLog
More file actions
103 lines (92 loc) · 3.79 KB
/
ChangeLog
File metadata and controls
103 lines (92 loc) · 3.79 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
evList ChangeLog
v1.3.5
------
- Fixed owner_id and group_id values when importing from CSV
- Moved calendar popup javascript & css to separate plugin
- Fix to allow yearly events based on DOM, e.g. last Monday in May
v1.3.2
------
- Added missing style & javascript for colorpicker.
- Changed version check to accomodate patch-level versions, and require exact
matches
v1.3.1
------
- Updated version number to fix error when calling COM_checkVersion() with
patch-level releases (e.g. "1.3.0.1")
- Implemented needed changes to centerblock
v1.3.0
------
- Fixed import bug when importing from glFusion calendar plugin
start / end times for all day events.
- Save all event recurrences as discrete events.
- Allows editing of single instances
- Allows deletion of single or all future instances
- Improves search performance
- Added multiple calendars and option to show/hide calendars (a la Google)
- Replaced old date dropdowns & datepicker with a faster and language-aware
version.
- Added new options for when events are no longer "upcoming" (Issue 648)
- Added admin notification option when events are submitted to queue.
- Made the event owner contact link optional. (Issue 691)
- Entry times now use 12 or 24-hour format based on global config (Issues 460, 530)
- Full date-time values are used to check if starting is later than ending.
(Issue 704 revisited)
- Category admin now uses more standard glFusion interface.
- Added RSS subscription icons to calendar view. Fixed date showing as 1970.
- Changes to upcoming events block
- Multi-day events only show once
- Added notification to admin upon submission to queue. (Issue 302)
- New or changed configuration options:
-- Added the default view to show (month, week, etc.)
-- Added the max number of days to show in the Upcoming Events block.
-- Consolidated who may add events (Admin, Members, Anon) to a single variable.
-- Changed the date & time formats to values instead of database lookups.
- Added new "evlist.submit" feature to bypass the submission queue.
- Added integration with the Locator and Weather plugins. If these are
installed, map and weather information can be displayed with the event
detail.
v1.2.6
------
- Implemented support for $_CONF['loginrequired']
- Implemented new glFusion admin authentication.
- Implemented additional plugin calls for improved integration with
other plugins.
- Configuration option to control which navigation blocks display.
- Added daily, weekly, monthly and yearly calendar views.
- Added a monthly calendar block.
v1.2.5
------
- New Dutch translation
- Fix layout issue when categories are enabled
v1.2.4
------
- Properly filter search by date ranges
v1.2.3
------
- Fixed recurring issue with items like 3rd tuesday of the month
- Fixed several E_ALL warnings.
v1.2.2
------
- Fixed issue where the body of the message did not appear when emailing
of a new post (Mark)
v1.2.1
------
- Fixed issue where searching for & (or other special chars) would fail.
private/plugins/evlist/functions.inc
- Implemented support for glFusion 1.1.2 auto plugin install
- Fixed several permission issues to allow evList Admin group to actually
moderate events.
- Implemented ability to mail the evList Admin group on new submissions
v1.2.0
------
- Small HTML modifications
- Added option to remove / add subscription
- Fixed bug where configured permissions were not used on new events
- Added configuration option for number of days prior to an event
a reminder can be set.
- Added option to allow users email to be the default entry for a reminder
form.
- Added configuration option for Enable Reminders to default install
- Added option to import Calendar events.
- Fixed issue where we referred to the wrong image file, reported by LeeG.
- Fixed problem where author not shown in search results