forked from agendav/agendav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
77 lines (69 loc) · 2.91 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
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)