forked from agendav/agendav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
168 lines (152 loc) · 6.63 KB
/
CHANGELOG
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
Release 1.3.0 (2012-?-?)
* Calendar height in month view is now under control. Cells that have
lots of events have now a '+N events' link to day view for that
date
* Upgraded:
- CodeIgniter (to 2.1.3)
* Added ru_RU translation (thanks to Anton Dolgov)
* Added pl translation (thanks to Andrzej Borowicz)
Release 1.2.6.2 (2012-10-15)
* Add missing files
Release 1.2.6.1 (2012-10-15)
* Handle timezones with three components (X/Y/Z)
Release 1.2.6 (2012-09-03)
* Added Reminders support
* Changed dialog rendering method to use client templates via
JavaScript. Much faster!
* Removed load indicator that blocked the whole page. Now it's just an
spinning wheel on the top right of the application
* Upgraded:
- CodeIgniter (to 2.1.2)
- jQuery UI (to 1.8.23)
- iCalcreator (to 2.14)
* Added support for IPv6 clients
* Added new option to customize login page image
* Added pt-BR translation (thanks to Fernando Mercês)
* Lots of UI improvements (icons, tooltips)
* Lots of internal fixes and improvements
* Improved print stylesheets
Release 1.2.5.1 (2012-06-11)
* Removed bogus DB update scripts that made the dbupdate process
fail
Release 1.2.5 (2012-06-07)
* Updated jQuery to 1.7.2
* Updated jQuery UI to 1.8.20
* Updated iCalcreator to 2.12
* Added PostgreSQL support
* CalDAV client rewritten to use cURL (HTTP Digest auth now
supported)
* Rewritten calendar sharing interface with autocomplete (using
principal-property-search)
* Added support for read-only calendar sharing
* Improved memory usage by reusing DateTimeZone objects
* Applied some fullcalendar patches from pull request #48:
- Now a line shows current time in week/day views
- New view: 'agenda'
* Lots of aesthetical changes
* New automated database upgrade process (migrations like)
* Users can now configure their default calendar, hide calendars
from list and temporarily hide events from selected calendars
* Added et (Estonian) translation (thanks to Rivo Zängov)
Release 1.2.4 (2012-01-16)
* Aesthetical changes:
- Event box padding
- Changed default blue color
- Current day cell is clearly highlighted
- More vertical and horizontal space
- Weekend days have a different background color
- Changed calendar list style
- Switched to default cursor style instead of pointer
* JavaScript and CSS compression and unification to make
AgenDAV load faster
* Fixed translations, were not working in IE7
* Now CalDAV URLs for principals and calendars can have different
schemas
* Calendar sharing can be disabled for those servers that don't have
ACL support
* Upgraded to iCalcreator 2.10.23
* Upgraded to latest git qTip2
* Upgraded to jQuery 1.7.1
* Session cookies are now smaller
* Added script (configtest.php) to check AgenDAV installation
requisites and basic configuration
* Added fr_FR translation (thanks to Guillaume BF)
* Added nl_NL translation (thanks to Henry Verdonschot)
* More minor bugfixes
Release 1.2.3 (2011-11-08)
* Better error logging when in production mode
* Fixed editing of recurring events
* Fixed DAViCal/awl include paths when installed in same machine
* Fixed am/pm indicator under some circumstances
* Fixed fuzzy buttons on dialogs (issue #13)
* Event text color changes depending on background (dark/light)
* New default colors and color selection dialog
Release 1.2.2 (2011-10-25)
* Reverted upgrade to iCalcreator. Went back to 2.10.5
* Fixed am/pm indicator
* Fixed edit of recurrent events
Release 1.2.1 (2011-10-24)
* Fixed timezone and DST issues
* Fixed untranslated string
* Fixed centering of dialogs, which were top aligned
* Upgraded to latest iCalcreator release (2.10.15)
* Upgraded to latest git qTip2 release
* Modified Fullcalendar to send UTC timestamps to server
Release 1.2 (2011-10-17)
* Fixed DB schema to allow full UTF8 strings. Database changes needed
* Added localization support (i18n)
* Removed annoying success messages
* Login page now shows correct logo
* Simplified configuration file
* Fixed error on calendars with special names
* Fixed error on DAViCal installations not on host root
* Upgraded Aristo jQuery UI theme to latest git version
* Better form appearance and alignment
* 'Today' cell shows with a yellow background instead the
previous pale blue
* Now you can customize time/date formats and some calendar
visualization parameters
* Calendar now keeps its height when changing between months with
5-6 weeks
* Configurable timezone support
* Hide time fields when editing/creating an all day event
* Add a select helper when creating events in week/day view
* Added de_DE translation (thanks to Andreas Stöckel)
* Added it_IT translation (thanks to Lorenzo Novaro)
* Added de_AT translation (thanks to Hermann Schwärzler)
Release 1.1.1 (2011-09-24)
* Fix DB schema. Wasn't properlty updated on sql/schema.sql, which
caused a problem with sessions
* Remove LDAP dependency. AgenDAV now authenticates against CalDAV
server
Release 1.1 (2011-09-18)
* AgenDAV has now a logo!
* Added multiple calendars support. Auto discovered via PROPFIND
* Added read+write calendar sharing, based on WebDAV ACLs
* Changed from jQuery overlay to qTip tooltips
* Restyled whole application using Aristo jQuery UI theme
* Added a 'Create event' button on top of calendar list
* Event creation/modification is now tabbed
* iCalendar parsing times are now benchmarked. They get logged and
sent within HTTP header X-Parse-Time
* Upgraded libraries:
- CodeIgniter 2.0.3
- iCalcreator 2.10.5
- jQuery 1.6.4
- jQuery UI 1.8.16
- Fullcalendar 1.5.2
Release 1.0.1 (2011-06-14)
* Added 'logout_redirect_to' option
* Added 'additional_js' option
* All day events can now last more than a single day
* Upgraded to latest iCalcreator beta (2.9.6rc)
* VTIMEZONEs are now generated using iCalcreator functionality
instead of having lots of .ics files on config/vtimezones
* Upgraded to jQuery 1.6.1 and jQuery UI 1.8.13
* Rearranged calendar navigation items, including a new datepicker
* Multiple calendar support
* Automatic and periodic session refresh
* Dialogs have now icons within buttons to make them clearer
* Several bugfixes and optimizations
* Changed to perifer timePicker (resembles Google Calendar
timepicker)