summaryrefslogtreecommitdiffstats
path: root/apps/calendar
Commit message (Expand)AuthorAgeFilesLines
* Revert "commented out colorfield in edit calendar dialog, because colors aren...Bart Visscher2011-09-281-2/+2
* Add support for DURATION in VEVENTBart Visscher2011-09-284-65/+88
* 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-283-9/+20
* Add missing datetime typeBart Visscher2011-09-281-0/+1
* do not use 'URL' but 'address'Jan-Christoph Borchardt2011-09-281-1/+1
* Merge branch 'master' of gitorious.org:owncloud/owncloudGeorg Ehrke2011-09-281-0/+3
|\
| * show the syncing and ampache urls on the settings page. not very pretty but o...Frank Karlitschek2011-09-281-0/+3
* | commented out colorfield in edit calendar dialog, because colors aren't imple...Georg Ehrke2011-09-281-2/+2
|/
* Merge branch 'master' of gitorious.org:owncloud/owncloudGeorg Ehrke2011-09-281-0/+1
|\
| * Add flag in info.xml to control the apps that are installed by defaultBart Visscher2011-09-271-0/+1
* | little bug fixes in calendar appGeorg Ehrke2011-09-281-1/+15
|/
* show only most essential stuff in add and edit event formGeorg Ehrke2011-09-272-8/+20
* Use OC_JSON for json responsesBart Visscher2011-09-258-41/+21
* updated translationsJan-Christoph Borchardt2011-09-248-1/+203
* delete calendar function for userinterfaceGeorg Ehrke2011-09-244-2/+42
* apps/calendar: check for unset variableFlorian Pritz2011-09-241-1/+1
* apps/calendar: change ctag after modifying eventFlorian Pritz2011-09-241-1/+3
* apps/calendar: add delete button to edit event formFlorian Pritz2011-09-243-0/+44
* don't escape new lines in vevent descriptionFlorian Pritz2011-09-241-2/+1
* apps/calendar: check if variables are set before using themFlorian Pritz2011-09-241-5/+9
* Change copyright notice to short formBart Visscher2011-09-2326-438/+168
* Fix use of reserved javascript keyword 'new'Bart Visscher2011-09-232-2/+2
* integrated and updated calendar translationsJan-Christoph Borchardt2011-09-2321-152/+1381
* fixed a few calendar words, hack to get shortcode for May translatableJan-Christoph Borchardt2011-09-231-28/+28
* Make event category choice multiselectBart Visscher2011-09-237-23/+48
* updated translationsJan-Christoph Borchardt2011-09-234-0/+344
* Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debuggingJakob Sack2011-09-231-0/+1
* Small styling fixesBart Visscher2011-09-202-4/+4
* Move some common code to OC_UtilBart Visscher2011-09-182-9/+3
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-1/+1
* Fix calendar active checkboxBart Visscher2011-09-182-3/+3
* Fix event error/success json messageBart Visscher2011-09-182-4/+4
* deleteUser function must be staticBart Visscher2011-09-181-1/+1
* Remove unused function callBart Visscher2011-09-171-1/+0
* Disable the Oneday and Fourweeks buttons in calendar interfaceBart Visscher2011-09-171-2/+2
* Move most javascript to calendar.jsBart Visscher2011-09-165-46/+33
* Move validateEventForm function and fix success handlingBart Visscher2011-09-164-44/+43
* Handle multi open of choosecalendar dialogBart Visscher2011-09-162-17/+10
* 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