summaryrefslogtreecommitdiffstats
path: root/apps/contacts/export.php
Commit message (Collapse)AuthorAgeFilesLines
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
|
* Contacts: Add id to vars with id in themBart Visscher2012-02-121-7/+7
|
* Contacts: Document usage of OC_Contacts_App::getAddressbookBart Visscher2012-02-121-10/+0
| | | | | Remove redundant access checks and add comments to the calls to OC_Contacts_App::getAddressbook that are access checks
* use backslash n instead of a real new lineGeorg Ehrke2012-01-151-2/+1
|
* fix newline problem in contactsGeorg Ehrke2012-01-151-1/+3
|
* Make sure VERSION is set.Thomas Tanghus2012-01-111-1/+1
| | | | | Set REV for each edit. Download single VCard.
* CSS cleanup, more error checking, better error messages, general cleanup.Thomas Tanghus2012-01-111-4/+4
|
* Misc. changes after review by bartv.Thomas Tanghus2011-12-161-5/+6
|
* Removed some debug statements.Thomas Tanghus2011-12-011-17/+11
| | | | Changed double quotes to single quotes.
* Added export.php for contacts app. Works the same way as the one in the ↵Thomas Olsen2011-12-011-0/+44
calendar app, except there is no UI for it. Fixed indentation in /index.php