1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
Commit Graph

76 Commits

Author SHA1 Message Date
Thomas Tanghus
d39b8bcbd7 Contacts: Missing class for cloud icon. 2013-03-04 14:46:20 +01:00
Lukas Reschke
340c26681c Add missing ) 2013-03-02 00:13:51 +01:00
Lukas Reschke
bf7e180638 Replace echo with p 2013-02-28 18:26:55 +01:00
Lukas Reschke
374a005f71 Replace echo with p 2013-02-28 17:35:22 +01:00
Lukas Reschke
c6c040cefa Replace echo 2013-02-28 17:21:45 +01:00
Lukas Reschke
d870dac75c Replace html_select_options 2013-02-28 16:54:22 +01:00
Lukas Reschke
efb28d4aa3 Replace linkTo 2013-02-28 16:53:51 +01:00
Lukas Reschke
54b776e62d Replace getUserValue 2013-02-28 16:53:43 +01:00
Lukas Reschke
c8d92c2044 Replace translation strings
Grep: echo \$l\-\>t\(\'([^']*)\'\)
Replace with:p(\$l\-\>t\(\'\1\'\)\)

Grep: echo \$l\-\>t\(\"([^"]*)\"\)
Replace with: p(\$l\-\>t\(\"\1\"\)\)
2013-02-28 16:27:14 +01:00
Thomas Tanghus
36e4636a0b Contacts: Remove FontAwesome style from property select. Fix #625 2013-02-27 14:22:10 +01:00
Thomas Tanghus
9a302d211f Contacts: Showstopper: Fix firstrun action. Also fix #580 2013-02-16 23:01:07 +01:00
Thomas Tanghus
b48ef3db06 Contacts: Hide import initially to trigger loading addressbooks. 2013-02-12 22:06:35 +01:00
Thomas Tanghus
8830d8d8a4 Contacts: Some style fixes. 2013-02-12 21:04:58 +01:00
Thomas Tanghus
eb81746625 Contacts: Remove unused field. 2013-02-08 23:24:24 +01:00
Thomas Tanghus
8660371577 Contacts: Fix export link. 2013-02-08 19:11:52 +01:00
Thomas Tanghus
f5e78552a2 Contacts: Settings fix. 2013-02-08 19:11:52 +01:00
Bernhard Posselt
978dc8fe10 test 2013-02-07 00:33:47 +01:00
Thomas Tanghus
dc26384e89 Contacts: Don't show Setting header. Ref #524 2013-02-06 14:51:01 +01:00
Thomas Tanghus
0c6bf8cc4d Contacts: Use icon-plus for add button. 2013-02-03 13:33:48 +01:00
Thomas Tanghus
dd508c2784 Contacts: Last inline js gone. 2013-01-25 16:22:38 +01:00
Thomas Tanghus
5475d3f16e Contacts: One more inline js var down - one more to go ;) 2013-01-25 16:09:51 +01:00
Thomas Tanghus
c5c8b29964 Contacts: Move check for indexed state to ajax call. 2013-01-25 15:08:56 +01:00
Thomas Tanghus
401fa38639 Contacts: Read queried contact id in app.js 2013-01-25 14:30:53 +01:00
Thomas Tanghus
41b819c350 Contacts: Corrected property menu entries. 2013-01-17 14:48:46 +01:00
Thomas Tanghus
48c23c0dc0 Contacts: Refactored adding single contact to group. Closes #443 2013-01-16 13:35:41 +01:00
Thomas Tanghus
fdb6768c55 Contacts: Pixel pushing. 2013-01-16 13:35:40 +01:00
Thomas Tanghus
25fa711b7e Contacts: Minor changes to groups. 2013-01-04 10:27:53 +01:00
Thomas Tanghus
3059d7ece0 Contacts: Start refactor single contact group change. 2013-01-02 04:10:07 +01:00
Thomas Tanghus
fb5239bf37 Contacts: Add default title to group multiSelect. 2013-01-02 01:34:26 +01:00
Thomas Tanghus
0294d704a3 Contacts: Add group select to contact popup. 2012-12-29 18:24:15 +01:00
Thomas Tanghus
628701af4b Contacts: Try to make scrolling work on tablets. 2012-12-17 21:27:01 +01:00
Thomas Tanghus
702fb2115c Contacts: Position setting better. 2012-12-17 04:04:09 +01:00
Thomas Tanghus
7efb089810 Contacts: Make micro templates work on FF 4. 2012-12-14 16:35:10 +01:00
Thomas Tanghus
198904ea2b Contacts: style groups select. 2012-12-14 04:20:45 +01:00
Thomas Tanghus
59524e178c Contacts: Add inline icon to add button. 2012-12-14 02:56:11 +01:00
Thomas Tanghus
5eccac6b21 Contacts: addcontact -> add 2012-12-14 02:56:11 +01:00
Thomas Tanghus
a796ee8d1c Contacts: Select background image type based on browsers capabilities and simplify action button styling. 2012-12-13 02:48:52 +01:00
Thomas Tanghus
847a60cf91 Contacts: export selected contacts. 2012-12-13 02:48:51 +01:00
Thomas Tanghus
fb8c25dcb2 Contacts: Select background images based on Modernizr classes. 2012-12-11 23:40:53 +01:00
Thomas Tanghus
8e1fb7c8ff Contact: Move rest of actions to popup. 2012-12-11 04:05:34 +01:00
Thomas Tanghus
9d448872b9 Contacts: Forgot to save NOTE 2012-12-11 02:35:31 +01:00
Thomas Tanghus
0a0640a503 Contacts: tipsy tweaks. 2012-12-10 20:58:34 +01:00
Thomas Tanghus
d2edcc34ed Contacts: Update template for contact popup. 2012-12-10 00:10:39 +01:00
Thomas Tanghus
0d863fe1b5 Contacts: Move delete button. 2012-12-07 15:09:13 +01:00
Thomas Tanghus
ed9fec3b1d Contacts: Re-arrange address book management. 2012-12-07 15:09:13 +01:00
Thomas Tanghus
cd12448c77 Contacts: Import markup. 2012-12-07 15:09:13 +01:00
Thomas Tanghus
de7502604b Contacts: Re-enabled import. 2012-12-07 15:09:13 +01:00
Thomas Tanghus
d5aa6f633f Contacts: Tweak importing a bit. 2012-12-07 15:09:13 +01:00
Thomas Tanghus
1c94afbede Contacts: Basic import working again. 2012-12-07 15:09:13 +01:00
Thomas Tanghus
09442c2888 Contacts: Add address book part of import workflow. 2012-12-07 15:09:13 +01:00