summaryrefslogtreecommitdiffstats
path: root/apps/calendar
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Calendar: small for loop fixBart Visscher2011-12-181-2/+2
| * | | | | Calendar: refactor common ajax functions to OC_Calendar_AppBart Visscher2011-12-1817-128/+131
| | |_|_|/ | |/| | |
* | | | | delete unused filesGeorg Ehrke2011-12-106-98/+0
* | | | | check for php version is greater than 5.3.0 - we make extensive use of Date T...Georg Ehrke2011-12-101-19/+21
* | | | | Merge branch 'master' into calendarGeorg Ehrke2011-12-102-17/+5
|\| | | |
| * | | | Some small changesBart Visscher2011-12-091-3/+2
| * | | | Update OC_VObjectBart Visscher2011-12-091-14/+3
| | |_|/ | |/| |
* | | | add resettimezone file for testing timezone detectionGeorg Ehrke2011-12-091-0/+4
* | | | optimize timezone detectionGeorg Ehrke2011-12-092-1/+2
* | | | Merge branch 'master' into calendarGeorg Ehrke2011-12-085-76/+33
|\| | |
| * | | Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-075-76/+33
| | |/ | |/|
* | | fix merge conflictsGeorg Ehrke2011-12-0317-139/+334
|\| |
| * | Calendar: Also check if the enddate is in the requested range for eventsBart Visscher2011-11-301-0/+2
| * | Calendar: Use the default timezone that is set in lib/base.phpBart Visscher2011-11-303-3/+3
| |/
| * Fix scrolling through monthsBart Visscher2011-11-231-0/+4
| * fix timeformat setting for fullcalendarGeorg Ehrke2011-11-202-5/+7
| * first implementation of the search functionGeorg Ehrke2011-11-142-0/+28
| * fix timezone for repeating eventsGeorg Ehrke2011-11-121-3/+3
| * support for repeating eventsGeorg Ehrke2011-11-122-26/+55
| * another fix of caldav urlGeorg Ehrke2011-11-121-1/+1
| * Merge branch 'master' into fullcalendarGeorg Ehrke2011-11-123-13/+7
| |\
| * | fix caldav urlGeorg Ehrke2011-11-121-0/+1
| * | automatic timezone detectionGeorg Ehrke2011-11-114-19/+82
| * | Use Last-Modified property to check for changed eventsBart Visscher2011-11-098-5/+44
| * | Use parse function in Calendar_ObjectBart Visscher2011-11-095-5/+5
| * | Cleanup tipsy popups on more actionsBart Visscher2011-10-271-0/+3
| * | Move unselect call to after the dialog startsBart Visscher2011-10-271-1/+1
| * | Quickfix hanging tipsy popupsBart Visscher2011-10-251-0/+1
| * | Fix fromtime/totime warningsBart Visscher2011-10-251-3/+5
| * | Implement select event creationBart Visscher2011-10-252-52/+31
| * | Fix scrolling calendarBart Visscher2011-10-251-3/+6
| * | Merge branch 'master' into fullcalendarBart Visscher2011-10-241-1/+1
| |\ \
| * | | translatable error messagesGeorg Ehrke2011-10-223-12/+25
| * | | fix new allday bugGeorg Ehrke2011-10-211-3/+1
| * | | fix allday bugGeorg Ehrke2011-10-211-10/+13
| * | | Better event popupBart Visscher2011-10-212-25/+50
| * | | added transition function from 'old' calendar to fullcalendar (fixed currentv...Georg Ehrke2011-10-212-3/+13
* | | | fix merge conflictsGeorg Ehrke2011-11-124-15/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Use a function to generate select optionsBart Visscher2011-11-091-9/+3
| * | | Add sequence name in insertid to be more portableBrice Maron2011-10-292-4/+4
| | |/ | |/|
| * | Do not set incorrect components for default calendarDavid Iwanowitsch2011-10-231-1/+1
* | | enable listview buttonGeorg Ehrke2011-10-213-4/+4
* | | added transition function from 'old' calendar to fullcalendar (fixed currentv...Georg Ehrke2011-10-214-6/+16
* | | Revert "first implementation of fullcalendar plugin with old buttons working"Georg Ehrke2011-10-211-82/+2
* | | first implementation of fullcalendar plugin with old buttons workingGeorg Ehrke2011-10-211-2/+82
| |/ |/|
* | Disable calendar scrolling, doesn't work yetBart Visscher2011-10-201-21/+13
* | Implement listview for fullcalendarBart Visscher2011-10-204-130/+213
* | Optimize deleting eventBart Visscher2011-10-201-8/+5
* | Fix changing calendar dataBart Visscher2011-10-207-51/+72
* | Implement resizing of eventsBart Visscher2011-10-202-0/+54