Thomas Tanghus
b3661adf02
Various fixes to multiple address books handling
2011-12-09 15:10:51 +01:00
Thomas Tanghus
830efdccac
Fixed adding, editing and deleting address books. One minor UI flaw remains.
2011-12-05 03:38:06 +01:00
Thomas Tanghus
95ae0f23f1
Added UI for selecting/editing address books.
...
Export, CardDAV link and activation/deactivation of address books done.
2011-12-04 20:25:46 +01:00
Thomas Tanghus
58d1a3516a
Removed some debug statements.
...
Changed double quotes to single quotes.
2011-12-01 16:06:27 +01:00
Thomas Olsen
21d613cbc6
Added export.php for contacts app. Works the same way as the one in the calendar app, except there is no UI for it.
...
Fixed indentation in /index.php
2011-12-01 02:02:45 +01:00
Bart Visscher
53ff85e2ad
Contacts: layout updates
2011-11-24 21:36:35 +01:00
Bart Visscher
6ce6cbf489
Contacts: better label for saving a property
2011-11-24 21:36:35 +01:00
Bart Visscher
9701145f83
Contacts: make type of phone property also multiselect in addproperty
2011-11-24 21:36:34 +01:00
Bart Visscher
5e037bfd54
Contacts: remove redundant li in setpropertyform template
2011-11-23 21:07:32 +01:00
Bart Visscher
a2ecdfcac1
Contacts: support multiple phone type parameter
2011-11-23 21:07:32 +01:00
Bart Visscher
ad390d5e42
Add type selects to editing ADR & TEL contact property types
2011-11-23 21:07:32 +01:00
Bart Visscher
ef124c3e21
Use a function to generate select options
2011-11-09 22:19:52 +01:00
Jakob Sack
938c5ef21c
contacts: every card needs a version!
2011-11-09 11:35:50 +01:00
Jakob Sack
4b424e12df
contacts: put property key in background, the value is important!
2011-11-09 11:35:50 +01:00
Jakob Sack
841be90939
Improve style in contacts
2011-11-09 11:35:50 +01:00
Brice Maron
e533e82bc9
Add sequence name in insertid to be more portable
2011-10-29 11:40:48 +02:00
Bart Visscher
6d4d15b221
Fix html id's in part.addcardform.php
2011-10-27 22:47:56 +02:00
Bart Visscher
715e376cd2
Fix setproperty form
2011-10-25 20:01:40 +02:00
Jakob Sack
4d60f9d3bd
improved style in contacts
2011-10-22 21:32:07 +02:00
Jakob Sack
d89666261f
Some improvements on the contact application
2011-10-22 19:23:22 +02:00
Jakob Sack
b224991ea2
Fix translations, empty properties
2011-10-22 19:23:22 +02:00
Bart Visscher
61660c068a
Fix function name error in contacts app
2011-10-21 21:49:58 +02:00
Bart Visscher
203f7a3a87
Move contact delete button to top right corner
2011-10-09 00:04:37 +02:00
Bart Visscher
88aa40e6ac
Show add contact form on opening contacts page
2011-10-09 00:04:37 +02:00
Bart Visscher
a13d42fdaf
Fixes for adding contact property
2011-10-07 23:01:49 +02:00
Bart Visscher
46b8703b71
Display contact name without label and in bold
2011-10-07 22:42:50 +02:00
Bart Visscher
f95e8c62c9
Save the right contact property
2011-10-07 22:38:19 +02:00
Bart Visscher
8ea9c39241
Fix saving properties with a new contact
2011-10-07 22:25:26 +02:00
Bart Visscher
bc54f13636
Fix name when adding contact
2011-10-07 21:59:25 +02:00
Bart Visscher
2c95c799e6
Add new contact name to end of cantact list
2011-10-04 21:16:57 +02:00
Bart Visscher
fada3517b0
All the basic field for add contact added
2011-10-04 21:16:57 +02:00
Bart Visscher
9a5d517ec2
Add more checks for admin user
2011-09-30 23:17:30 +02:00
Bart Visscher
f4782a7690
Check if the application is actually enabled
2011-09-30 23:17:18 +02:00
Bart Visscher
5875b50de0
Use .empty function instead of .html("")
2011-09-28 23:17:26 +02:00
Jan-Christoph Borchardt
c39c6d36df
do not use 'URL' but 'address'
2011-09-28 22:11:47 +02:00
Frank Karlitschek
98c59605aa
show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
2011-09-28 16:05:01 +02:00
Bart Visscher
c6f78fbe43
Add flag in info.xml to control the apps that are installed by default
2011-09-27 22:36:14 +02:00
Bart Visscher
17e631bc5e
Use OC_JSON for json responses
...
Create OC_JSON class, for single point of creating json responses.
No real logic change, this just cleans up the code a bit.
2011-09-25 22:19:28 +02:00
Jan-Christoph Borchardt
700ac75565
updated translations
2011-09-24 23:12:18 +02:00
Florian Pritz
037d0e9640
apps/contacts: only display buttons if there is a contact
...
If you don't have any contacts, it would display a non-functioning
delete button.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24 18:41:59 +02:00
Florian Pritz
983445cd39
apps/contacts: fix wrapping issue in addpropertyform
...
The browser added random line breaks between the label and input field
making it hard to see what's what.
Now we break lines intentionally just like in setpropertyform.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24 18:41:58 +02:00
Jan-Christoph Borchardt
d3fedc14e2
fixed contacts strings (no technical stuff in the interface, don't scream at people, ...), ready for translation
2011-09-23 20:13:27 +02:00
Jakob Sack
73d0caf8a4
Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debugging
2011-09-23 09:40:01 +02:00
Bart Visscher
e990ef3542
Move some common code to OC_Util
...
Created the following function:
- checkLoggedIn
- checkAdminUser
- redirectToDefaultPage
2011-09-18 21:31:56 +02:00
Bart Visscher
82c7598861
Remove global vars and use the OC static version.
...
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
2011-09-18 19:37:54 +02:00
Jakob Sack
fe62c803e2
fix small bugs
2011-09-17 00:46:04 +02:00
Jakob Sack
54a3b28dce
Split OC_Contacts_Addressbook in _Addressbook and _VCard
2011-09-17 00:26:57 +02:00
Jakob Sack
d3ee19e675
fix documentation
2011-09-15 23:20:49 +02:00
Jakob Sack
ae622dbbfe
Small fix in documentation
2011-09-15 22:45:40 +02:00
Jakob Sack
c3ff534b19
Improve reading of vCard files
2011-09-15 11:06:21 +02:00