summaryrefslogtreecommitdiffstats
path: root/apps/calendar/js/calendar.js
Commit message (Collapse)AuthorAgeFilesLines
...
* delete calendar function for userinterfaceGeorg Ehrke2011-09-241-0/+13
|
* apps/calendar: add delete button to edit event formFlorian Pritz2011-09-241-0/+13
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* 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
|
* 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-071-115/+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
| | | | There is not a lot of infomation to display, yet.
* Remove execute permissions from source filesBart Visscher2011-09-031-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
|
* another bugfix in new design of calendarGeorg Ehrke2011-09-021-6/+3
|
* bug fixes in new design of calendarGeorg Ehrke2011-09-021-6/+6
|
* export function and style fixes in calendarGeorg Ehrke2011-09-021-0/+14
|
* Refactor calendar loadEvents and updateView useBart Visscher2011-09-011-44/+39
|
* 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 from Georg Ehrke
* Change calendar js rendering to class/objectBart Visscher2011-09-011-468/+402
|
* Convert plain javascript to jQuery for readabilityBart Visscher2011-09-011-78/+78
|
* Create function getnumberofdays to get a list of month lengthsBart Visscher2011-08-311-65/+24
|
* Move date functions to class structureBart Visscher2011-08-311-166/+171
|
* new changes (e.g. show events) by Bart VisscherGeorg Ehrke2011-08-311-17/+34
|
* commit changes of Bart Visscher, see ↵Georg Ehrke2011-08-311-20/+30
| | | | http://gitorious.org/owncloud-dump/owncloud-dump/commits/calendar
* today hightlight in calendar app (fourweeksview and onemonthview)Georg Ehrke2011-08-231-1/+12
|
* better multiple language support, first integration of new calendar classGeorg Ehrke2011-08-231-0/+8
|
* bug/style fixes, multiple language support, german language packGeorg Ehrke2011-08-201-2/+2
|
* a lot of new functions (e.g. add event form), style fixes, bug fixesGeorg Ehrke2011-08-191-120/+101
|
* bug fixes, style fixesGeorg Ehrke2011-08-121-287/+292
|
* merge Georgs calendarJakob Sack2011-08-111-0/+890