Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use backslash n instead of a real new line | Georg Ehrke | 2012-01-15 | 1 | -2/+1 |
| | |||||
* | fix newline problem in calendar | Georg Ehrke | 2012-01-15 | 1 | -2/+4 |
| | |||||
* | Merge branch 'tanghus_remote_backup' of ↵ | Bart Visscher | 2011-12-27 | 1 | -11/+11 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/~tanghus/owncloud/tanghus-owncloud Conflicts: apps/calendar/export.php apps/contacts/index.php | ||||
| * | Removed some debug statements. | Thomas Tanghus | 2011-12-01 | 1 | -13/+13 |
| | | | | | | | | Changed double quotes to single quotes. | ||||
* | | Calendar: small for loop fix | Bart Visscher | 2011-12-18 | 1 | -2/+2 |
| | | |||||
* | | Calendar: refactor common ajax functions to OC_Calendar_App | Bart Visscher | 2011-12-18 | 1 | -11/+3 |
|/ | |||||
* | Improve handling of calendar export $_GET params | John Kristensen | 2011-10-12 | 1 | -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 events | Georg Ehrke | 2011-10-01 | 1 | -10/+24 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | Change copyright notice to short form | Bart Visscher | 2011-09-23 | 1 | -18/+7 |
| | |||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -5/+2 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Move Calendar Object code to its own class OC_Calendar_Object | Bart Visscher | 2011-09-16 | 1 | -2/+2 |
| | |||||
* | export function and style fixes in calendar | Georg Ehrke | 2011-09-02 | 1 | -0/+37 |