Arik Fraimovich
cfccce3c64
Merge pull request #53 from EverythingMe/feature_description
...
Updates to edit-in-place directive & showing description in dashboard
2014-01-15 04:42:36 -08:00
Arik Fraimovich
ec71621d93
Make margin margin after description smaller
2014-01-15 14:35:56 +02:00
Arik Fraimovich
9b557657b1
Make margin margin after description smaller
2014-01-15 14:35:56 +02:00
Amir Nissim
52376993df
edit-in-place: editable attr
2014-01-15 13:59:11 +02:00
Amir Nissim
faad6766a8
edit-in-place: editable attr
2014-01-15 13:59:11 +02:00
Arik Fraimovich
74a5253c69
Show description in dashboard.
2014-01-15 11:38:38 +02:00
Arik Fraimovich
b8fb6200f0
Show description in dashboard.
2014-01-15 11:38:38 +02:00
Arik Fraimovich
2aebc023d1
Show edit-in-place only if the user can edit.
2014-01-15 11:38:30 +02:00
Arik Fraimovich
e028dfe2f9
Show edit-in-place only if the user can edit.
2014-01-15 11:38:30 +02:00
Arik Fraimovich
8dfd453381
Change look of edit in place text area.
2014-01-15 11:15:35 +02:00
Arik Fraimovich
ad97b74026
Change look of edit in place text area.
2014-01-15 11:15:35 +02:00
Arik Fraimovich
899cb9d4cf
Merge pull request #52 from EverythingMe/dev
...
Upgrade angular + editing query description
2014-01-14 11:33:38 -08:00
Arik Fraimovich
1c1efbbc61
Merge pull request #52 from EverythingMe/dev
...
Upgrade angular + editing query description
2014-01-14 11:33:38 -08:00
Amir Nissim
e34021c0be
Add ability to edit query description (FED #22 )
2014-01-14 17:10:55 +02:00
Amir Nissim
aa7d066f6c
Add ability to edit query description (FED #22 )
2014-01-14 17:10:55 +02:00
Arik Fraimovich
041d5da13b
Fix: default predicate should be undefined and not empty string
2014-01-14 17:10:55 +02:00
Arik Fraimovich
4a1563365d
Fix: default predicate should be undefined and not empty string
2014-01-14 17:10:55 +02:00
Amir Nissim
d421848795
upgrade: angular v1.2.7
2014-01-14 17:10:55 +02:00
Amir Nissim
7e197d2a57
upgrade: angular v1.2.7
2014-01-14 17:10:55 +02:00
Arik Fraimovich
96185e9c60
Add semicolon
2014-01-14 09:32:23 +02:00
Arik Fraimovich
c16c0dd454
Add semicolon
2014-01-14 09:32:23 +02:00
Arik Fraimovich
5bd8ef2e5d
Fix: homepage was skipping dashboards in other group
2014-01-14 09:24:17 +02:00
Arik Fraimovich
a35df2aed8
Fix: homepage was skipping dashboards in other group
2014-01-14 09:24:17 +02:00
Arik Fraimovich
3dae7e9523
use currentUser.canEdit in more places
2014-01-14 09:11:19 +02:00
Arik Fraimovich
4102cab43b
use currentUser.canEdit in more places
2014-01-14 09:11:19 +02:00
Arik Fraimovich
7d4660173e
Show warning of leaving the page only if the user can edit the query.
2014-01-14 09:03:04 +02:00
Arik Fraimovich
e928a29b98
Show warning of leaving the page only if the user can edit the query.
2014-01-14 09:03:04 +02:00
Arik Fraimovich
612c6a331b
Only unbind save shortcut if we're actually leaving the page.
2014-01-14 09:02:10 +02:00
Arik Fraimovich
33fec327a9
Only unbind save shortcut if we're actually leaving the page.
2014-01-14 09:02:10 +02:00
Arik Fraimovich
0c852a145e
Only save query if the user can edit it.
2014-01-14 09:01:42 +02:00
Arik Fraimovich
f0169978d4
Only save query if the user can edit it.
2014-01-14 09:01:42 +02:00
Arik Fraimovich
ed2d3a27e7
Add canEdit function to user object.
...
Checks if currentUser included in the user string the provided object. The reason I check inclusion and not equality, is to support scenario of multiple users.
2014-01-14 09:01:20 +02:00
Arik Fraimovich
deeb113cdd
Add canEdit function to user object.
...
Checks if currentUser included in the user string the provided object. The reason I check inclusion and not equality, is to support scenario of multiple users.
2014-01-14 09:01:20 +02:00
Arik Fraimovich
de162817af
Add the option to specify analytics code to inject into the template.
2014-01-13 16:52:35 +02:00
Arik Fraimovich
447f1fab1f
Add the option to specify analytics code to inject into the template.
2014-01-13 16:52:35 +02:00
Arik Fraimovich
fd1acd6533
Save query when pressing Cmd+S.
2014-01-11 20:04:27 +02:00
Arik Fraimovich
5ba32cfdc1
Save query when pressing Cmd+S.
2014-01-11 20:04:27 +02:00
Arik Fraimovich
7282f61133
Fix: don't show save warning, when switching tabs.
2014-01-11 20:04:12 +02:00
Arik Fraimovich
ba838863bf
Fix: don't show save warning, when switching tabs.
2014-01-11 20:04:12 +02:00
Arik Fraimovich
0687d9ed98
Merge pull request #48 from EverythingMe/feature_query_api_key
...
Feature: allow downloading CSV of a query by using an API key
2014-01-04 02:00:15 -08:00
Arik Fraimovich
b9f3d0ca56
Merge pull request #48 from EverythingMe/feature_query_api_key
...
Feature: allow downloading CSV of a query by using an API key
2014-01-04 02:00:15 -08:00
Arik Fraimovich
e45a3ebdb4
Allow downloading CSV for unauthenticated users with api_key.
2014-01-04 11:53:45 +02:00
Arik Fraimovich
36e5df00ab
Allow downloading CSV for unauthenticated users with api_key.
2014-01-04 11:53:45 +02:00
Arik Fraimovich
b72f9f054d
Allow downloading CSV by query id and not just query_result id.
2014-01-04 11:21:52 +02:00
Arik Fraimovich
b1f9995ce2
Allow downloading CSV by query id and not just query_result id.
2014-01-04 11:21:52 +02:00
Arik Fraimovich
92b9fb60e9
Add api_key field to queries.
2014-01-04 11:09:13 +02:00
Arik Fraimovich
52888c4724
Add api_key field to queries.
2014-01-04 11:09:13 +02:00
Arik Fraimovich
08951ab515
Add BaseAuthenticatedHandler and move authentication logic there.
2014-01-04 10:55:40 +02:00
Arik Fraimovich
efe75c4134
Add BaseAuthenticatedHandler and move authentication logic there.
2014-01-04 10:55:40 +02:00
Arik Fraimovich
c2d2bd0ea1
Fix cookbook path
2014-01-04 10:52:21 +02:00