Thomas Tanghus
|
7f7fd44de5
|
Contacts: Construct FN based on N if empty
|
2013-03-05 02:31:14 +01:00 |
|
Thomas Tanghus
|
a5e5d6ad0c
|
Contacts: Select first *visible* contact on load.
|
2013-03-05 02:31:14 +01:00 |
|
Thomas Tanghus
|
cab4ceea84
|
Contacts: Fix undefined indexes on search.
|
2013-03-05 02:31:14 +01:00 |
|
Thomas Tanghus
|
06291c9f41
|
Contacts: Use FontAwesome icon-cloud.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
0aaddf0ca5
|
Contacts: Close contact on empty hash.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
d74ef9de9e
|
Contacts: Trigger hashchange onpopstate.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
51c9517fb1
|
Contacts: Update location.hash on open/close.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
219ce43fb2
|
Contacts: Read and echo image instead of redirect. Fewer request == faster.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
75c1302197
|
Upgrade: ENCODING: BASE64 -> 'b' and format image mime types.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
b752145ce3
|
Also set version when upgrading.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
1e4bc27e02
|
Use VObject\StringUtil::convertToUTF8() to decode v. 2.1 properties.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
4aa894d0aa
|
Fix variable name.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
2fecf91483
|
Updated header:
|
2013-03-05 02:31:12 +01:00 |
|
Thomas Tanghus
|
65957c8737
|
Contacts: Move vCard validation and repair to SabreDAV subclasses.
|
2013-03-05 02:31:12 +01:00 |
|
Thomas Tanghus
|
39c5e4700e
|
Contacts: Replace hardcoded db prefixes.
|
2013-03-05 01:32:34 +01:00 |
|
Thomas Tanghus
|
358a41a8ac
|
Contacts: Use int instead of bool to help pgsql ;)
|
2013-03-04 19:31:28 +01:00 |
|
Thomas Tanghus
|
464919e93c
|
Contacts: Fix copy/paste error.
|
2013-03-04 19:23:45 +01:00 |
|
Thomas Tanghus
|
8ebc57e4b2
|
Contacts: Remove icon from groups dropdown. Fix #655
|
2013-03-04 18:22:33 +01:00 |
|
Thomas Tanghus
|
1d2dfd7ff9
|
Contacts: Show/hide firstrun better. Fix #656
|
2013-03-04 17:57:46 +01:00 |
|
Thomas Tanghus
|
574cec4b60
|
Contacts: Fix caching newly edited photo.
|
2013-03-04 15:15:47 +01:00 |
|
Thomas Tanghus
|
d5acb5b9ed
|
Contacts: Fix uploading photo.
|
2013-03-04 15:11:55 +01:00 |
|
Thomas Tanghus
|
8bf571f7e2
|
Contacts: Disabled close-on-outside-click because it broke too much.
|
2013-03-04 14:46:53 +01:00 |
|
Thomas Tanghus
|
d39b8bcbd7
|
Contacts: Missing class for cloud icon.
|
2013-03-04 14:46:20 +01:00 |
|
Jenkins for ownCloud
|
4df4eea3b1
|
[tx-robot] updated from transifex
|
2013-03-04 00:04:58 +01:00 |
|
Jenkins for ownCloud
|
bda145a5e6
|
[tx-robot] updated from transifex
|
2013-03-03 00:04:59 +01:00 |
|
Lukas Reschke
|
340c26681c
|
Add missing )
|
2013-03-02 00:13:51 +01:00 |
|
Lukas Reschke
|
333538d2a6
|
Merge pull request #631 from owncloud/from-insane-autoescape-to-p
Replace insane auto sanitization with p()- WIP
|
2013-03-01 14:31:16 -08:00 |
|
Lukas Reschke
|
1002f0a42d
|
Remove sanitization parameter from assign
|
2013-02-28 19:14:53 +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 |
|
Jenkins for ownCloud
|
fad300282c
|
[tx-robot] updated from transifex
|
2013-02-28 00:03:47 +01:00 |
|
Thomas Tanghus
|
36e4636a0b
|
Contacts: Remove FontAwesome style from property select. Fix #625
|
2013-02-27 14:22:10 +01:00 |
|
Jenkins for ownCloud
|
728ecbf64a
|
[tx-robot] updated from transifex
|
2013-02-27 00:05:33 +01:00 |
|
Thomas Tanghus
|
faa16f939b
|
Contacts: Remove some debug statements and make an argument check in function.
|
2013-02-26 20:32:47 +01:00 |
|
Jenkins for ownCloud
|
25d0acae85
|
[tx-robot] updated from transifex
|
2013-02-26 00:03:53 +01:00 |
|
Jenkins for ownCloud
|
c94fa7c563
|
[tx-robot] updated from transifex
|
2013-02-25 00:04:17 +01:00 |
|
Robin Appelman
|
f26d5b51bc
|
Set required owncloud version to 4.93
|
2013-02-24 17:39:59 +01:00 |
|
Jenkins for ownCloud
|
275c83a6e1
|
[tx-robot] updated from transifex
|
2013-02-23 00:03:37 +01:00 |
|
Jenkins for ownCloud
|
ca841ece34
|
[tx-robot] updated from transifex
|
2013-02-22 00:05:10 +01:00 |
|
Thomas Tanghus
|
d9043b1757
|
Contacts: Remove copy of multiSelect widget. Ref #1833
|
2013-02-21 19:47:36 +01:00 |
|
Jenkins for ownCloud
|
cc7a5d51ba
|
[tx-robot] updated from transifex
|
2013-02-21 00:04:28 +01:00 |
|
Thomas Tanghus
|
e8b63a8d65
|
Contacts: Don't keep reference to deleted contact.
|
2013-02-20 13:14:31 +01:00 |
|
Jenkins for ownCloud
|
b7a8ae35bc
|
[tx-robot] updated from transifex
|
2013-02-20 00:02:34 +01:00 |
|
Jenkins for ownCloud
|
52e9268e47
|
[tx-robot] updated from transifex
|
2013-02-19 09:56:33 +01:00 |
|
Thomas Tanghus
|
88a1e4d770
|
Contacts: Didn't show birthday.
|
2013-02-18 03:08:01 +01:00 |
|