summaryrefslogtreecommitdiffstats
path: root/apps/calendar/export.php
Commit message (Collapse)AuthorAgeFilesLines
* use backslash n instead of a real new lineGeorg Ehrke2012-01-151-2/+1
|
* fix newline problem in calendarGeorg Ehrke2012-01-151-2/+4
|
* Merge branch 'tanghus_remote_backup' of ↵Bart Visscher2011-12-271-11/+11
|\ | | | | | | | | | | | | | | git://gitorious.org/~tanghus/owncloud/tanghus-owncloud Conflicts: apps/calendar/export.php apps/contacts/index.php
| * Removed some debug statements.Thomas Tanghus2011-12-011-13/+13
| | | | | | | | Changed double quotes to single quotes.
* | Calendar: small for loop fixBart Visscher2011-12-181-2/+2
| |
* | Calendar: refactor common ajax functions to OC_Calendar_AppBart Visscher2011-12-181-11/+3
|/
* Improve handling of calendar export $_GET paramsJohn Kristensen2011-10-121-2/+2
| | | | | | * a notice would be reported if either of the 'cal' or 'event' $_GET params where not supplied, which would result in 'Cannot modify header information' warnings
* added function to export single eventsGeorg Ehrke2011-10-011-10/+24
|
* Check if the application is actually enabledBart Visscher2011-09-301-0/+1
|
* Change copyright notice to short formBart Visscher2011-09-231-18/+7
|
* Move some common code to OC_UtilBart Visscher2011-09-181-5/+2
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Move Calendar Object code to its own class OC_Calendar_ObjectBart Visscher2011-09-161-2/+2
|
* export function and style fixes in calendarGeorg Ehrke2011-09-021-0/+37