summaryrefslogtreecommitdiffstats
path: root/apps/calendar/js
Commit message (Expand)AuthorAgeFilesLines
...
* Connect popup to fullcalendarBart Visscher2011-10-201-21/+10
* Connect newEvent & editEvent to fullcalendarBart Visscher2011-10-201-199/+29
* Translation of calendar interfaceBart Visscher2011-10-201-0/+12
* Connect calendar buttons to actionsBart Visscher2011-10-201-2/+25
* Implement loading of events in calendarBart Visscher2011-10-201-318/+2
* Merge branch 'master' of gitorious.org:owncloud/owncloud into calendarGeorg Ehrke2011-10-151-2/+3
|\
| * Remove unused parameterBart Visscher2011-10-151-1/+1
| * Fix calendar colors with new calendarBart Visscher2011-10-151-1/+2
* | scrolling in calendarGeorg Ehrke2011-10-141-0/+38
|/
* reload calendar automaticallyGeorg Ehrke2011-10-101-0/+1
* Change colorselector to use border for selected colorBart Visscher2011-10-071-3/+1
* added import function as filehandlerGeorg Ehrke2011-10-031-0/+16
* Add user friendly calendar color chooserBart Visscher2011-10-031-1/+30
* Changed multiple select for days of weekend to 'chosen'. Cleaned up some code...Marvin Thomas Rabe2011-10-021-7/+2
* choosable default duration of eventGeorg Ehrke2011-10-011-0/+11
* added drag and drop function for events in calendar appGeorg Ehrke2011-10-011-0/+35
* choosable time formatGeorg Ehrke2011-10-011-0/+12
* choosable first day of week & choosable days of weekendGeorg Ehrke2011-10-012-9/+53
* Use .empty function instead of .html("")Bart Visscher2011-09-281-7/+7
* Use OC.filePath to locate ajax entry pointsBart Visscher2011-09-282-10/+10
* Color event background with calendar colorBart Visscher2011-09-281-4/+10
* show only most essential stuff in add and edit event formGeorg Ehrke2011-09-271-0/+4
* delete calendar function for userinterfaceGeorg Ehrke2011-09-241-0/+13
* apps/calendar: add delete button to edit event formFlorian Pritz2011-09-241-0/+13
* Change copyright notice to short formBart Visscher2011-09-231-41/+8
* Fix use of reserved javascript keyword 'new'Bart Visscher2011-09-231-1/+1
* Make event category choice multiselectBart Visscher2011-09-231-0/+7
* Fix calendar active checkboxBart Visscher2011-09-181-1/+1
* Move most javascript to calendar.jsBart Visscher2011-09-161-20/+28
* Move validateEventForm function and fix success handlingBart Visscher2011-09-161-40/+39
* Handle multi open of choosecalendar dialogBart Visscher2011-09-161-6/+10
* Close event new/edit dialog when clicking outside the dialogBart Visscher2011-09-161-26/+53
* First implementation of edit eventBart Visscher2011-09-161-1/+54
* Fix initial visibility of database settings in setupBart Visscher2011-09-141-55/+56
* Better feedback for saving calendar and openid settingsBart Visscher2011-09-111-6/+2
* Correct copyright noticesBart Visscher2011-09-111-0/+1
* Small update Calendars dialogBart Visscher2011-09-091-1/+2
* Add creating calendars with the web interfaceBart Visscher2011-09-081-7/+30
* Implement calendar list viewBart Visscher2011-09-071-14/+66
* Use js Date for holding dates in the whole calendar appBart Visscher2011-09-071-39/+40
* Eliminate most global calendar js varsBart Visscher2011-09-072-171/+105
* Remove generate_ prefix from varsBart Visscher2011-09-071-59/+49
* Store date for click in jQuery.data('date_info')Bart Visscher2011-09-071-40/+20
* Change generateDates to use js Date for calculationsBart Visscher2011-09-071-128/+19
* Add simple popup to eventBart Visscher2011-09-031-6/+52
* Remove execute permissions from source filesBart Visscher2011-09-033-0/+0
* Update calendar event label creationBart Visscher2011-09-031-34/+43
* Use css class for view selection radio buttons hilightingBart Visscher2011-09-021-9/+9
* Use css classes to find elements, reduces the html sizeBart Visscher2011-09-021-64/+40
* Cleanup javascript in calendar templateBart Visscher2011-09-021-4/+9