summaryrefslogtreecommitdiffstats
path: root/apps/calendar
Commit message (Expand)AuthorAgeFilesLines
* Close event new/edit dialog when clicking outside the dialogBart Visscher2011-09-166-100/+77
* Fixes for Calendar appBart Visscher2011-09-164-2/+41
* First implementation of edit eventBart Visscher2011-09-169-236/+400
* Fix conversion of VTODO and VJOURNAL itemsBart Visscher2011-09-161-5/+5
* Move Calendar Object code to its own class OC_Calendar_ObjectBart Visscher2011-09-167-277/+301
* Add documentation to calendar.phpJakob Sack2011-09-151-21/+185
* Move php code out of part.eventformBart Visscher2011-09-143-63/+90
* Move event form field to part.eventform templateBart Visscher2011-09-143-228/+134
* Rename calendar javascript functions into Calendar.UI namespaceBart Visscher2011-09-141-1/+1
* Fix initial visibility of database settings in setupBart Visscher2011-09-145-62/+63
* Correct deleting events over CalDAVFlorian Jacob2011-09-121-1/+1
* renamed last CW to WeekJan-Christoph Borchardt2011-09-111-1/+1
* Better feedback for saving calendar and openid settingsBart Visscher2011-09-112-7/+3
* Correct copyright noticesBart Visscher2011-09-1111-30/+75
* commented out broken code in add event functionGeorg Ehrke2011-09-111-4/+4
* fixes in german languageGeorg Ehrke2011-09-101-2/+2
* Fix a warning and an errorBart Visscher2011-09-101-1/+3
* bug fixes in calendar libGeorg Ehrke2011-09-101-2/+2
* Small update Calendars dialogBart Visscher2011-09-092-2/+4
* translatable categories and other translations addedGeorg Ehrke2011-09-094-21/+40
* show caldav url in choose calendar dialogGeorg Ehrke2011-09-092-3/+13
* Add creating calendars with the web interfaceBart Visscher2011-09-087-12/+118
* Implement calendar list viewBart Visscher2011-09-073-15/+75
* Use js Date for holding dates in the whole calendar appBart Visscher2011-09-071-39/+40
* Eliminate most global calendar js varsBart Visscher2011-09-075-179/+111
* Remove generate_ prefix from varsBart Visscher2011-09-071-59/+49
* Store date for click in jQuery.data('date_info')Bart Visscher2011-09-072-46/+26
* Change generateDates to use js Date for calculationsBart Visscher2011-09-071-128/+19
* small wording changesJan-Christoph Borchardt2011-09-041-2/+2
* Add simple popup to eventBart Visscher2011-09-032-6/+54
* Remove execute permissions from source filesBart Visscher2011-09-0338-0/+0
* Update calendar event label creationBart Visscher2011-09-033-36/+50
* Use css class for view selection radio buttons hilightingBart Visscher2011-09-022-9/+11
* Fix event creation date in oneweekviewBart Visscher2011-09-021-2/+2
* Use css classes to find elements, reduces the html sizeBart Visscher2011-09-023-90/+61
* Cleanup javascript in calendar templateBart Visscher2011-09-022-855/+86
* another bugfix in new design of calendarGeorg Ehrke2011-09-021-6/+3
* bug fixes in new design of calendarGeorg Ehrke2011-09-023-150/+150
* export function and style fixes in calendarGeorg Ehrke2011-09-025-14/+65
* Refactor calendar loadEvents and updateView useBart Visscher2011-09-013-57/+49
* Move generate_dates function to Class/ObjectBart Visscher2011-09-011-168/+160
* Simplify forward_day and backward_dayBart Visscher2011-09-011-30/+10
* Changing the active state of the calendar reloads the events.Bart Visscher2011-09-011-0/+2
* Change calendar js rendering to class/objectBart Visscher2011-09-011-468/+402
* Convert plain javascript to jQuery for readabilityBart Visscher2011-09-011-78/+78
* add some categories in calendarGeorg Ehrke2011-09-011-2/+17
* calendar_calendars.components needs to be longer, adjustments in info.xmlJakob Sack2011-09-012-4/+4
* bug fixes at new event form (categorie and calendar)Georg Ehrke2011-09-012-4/+3
* Create function getnumberofdays to get a list of month lengthsBart Visscher2011-08-312-67/+24
* Move date functions to class structureBart Visscher2011-08-311-166/+171