dune-dashboard 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc11c45b6e7213132a13554ba7f88eb9a62e5c44
4
- data.tar.gz: f87aa946207635c772a1c547ae34e31b3047d9dd
3
+ metadata.gz: 035fd564bf2bff99d6ace2da349fd1efac15d8e4
4
+ data.tar.gz: dba94c8efcf07a70b7f23055833825ab1cd4341c
5
5
  SHA512:
6
- metadata.gz: 6c819d5f45dca1c2379c35dca95897ecc5e51479a97f68d63b79a5a02eed81173076fc76103d5ab3af3fbe75d3232da25971923be18343d405b9569f0def819d
7
- data.tar.gz: 1eb14d4a9088e1869c6897df20d999bb626afeef5b29fb43fb1c429c6ce9c53743941fea9f17f23de4018d52c322c90f357435b05f52de60c26ee622583a1eb2
6
+ metadata.gz: d2cefedbb62c6cba81dfdca892110d4d38bc6af0319e4828d8314173f9d3c6b4c8ed0491fd34f5c1c3309ce82e33fb912360b86b8e2d418cd1c8782e5d223265
7
+ data.tar.gz: cb1965712325eb1d619b95786f4512d864e36b0a264b0fe494e2e6a811b2a42564a53870779b8fbc04cb264292480faf5bc38b811b3fcd8b534e5f4f8bf74c71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.0.3
4
+ Local update
5
+
3
6
  ## 1.0.1
4
7
  update ember gemfile
5
8
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dune-dashboard (1.0.1)
4
+ dune-dashboard (1.0.2)
5
5
  bootstrap-sass
6
6
  coffee-rails
7
7
  ember-rails (~> 0.16.4)
@@ -51,7 +51,7 @@ GEM
51
51
  thread_safe (~> 0.3, >= 0.3.4)
52
52
  tzinfo (~> 1.1)
53
53
  arel (6.0.0)
54
- autoprefixer-rails (5.1.6)
54
+ autoprefixer-rails (5.1.7)
55
55
  execjs
56
56
  json
57
57
  barber (0.6.0)
@@ -0,0 +1,165 @@
1
+ Ember.I18n.translations = {
2
+ "channels.index.new": "Add New Channel",
3
+ "channels.index.tabs.all": "All Channels",
4
+ "channels.index.search.query": "Search",
5
+ "channels.index.table.name": "Name",
6
+ "channels.index.table.permalink": "Permalink",
7
+ "channels.index.table.created_at": "Created at",
8
+ "channels.index.table.state": "State",
9
+ "channels.index.actions.push_to_draft": "Send to Draft",
10
+ "channels.index.actions.push_to_online": "Send to Online",
11
+ "channels.form.associate_existing_user": "Associate an existing user",
12
+ "channels.form.create_new_channel_user": "Create a new user",
13
+ "channels.form.start_content_fieldset": "Content for Start Page",
14
+ "channels.form.success_content_fieldset": "Content for Successfully Submitted Page",
15
+ "channels.form.permalink": "Permalink",
16
+ "channels.form.name": "Name",
17
+ "channels.form.accepts_projects": "Accepts Projects",
18
+ "channels.form.description": "Description",
19
+ "channels.form.image": "Image",
20
+ "channels.form.email": "Email",
21
+ "channels.form.video_url": "Video Url",
22
+ "channels.form.how_it_works": "About Us",
23
+ "channels.form.submit_your_project_text": "Submit Your Project",
24
+ "channels.form.start_hero_image": "Header Image",
25
+ "channels.form.start_content.start_primary_content": "Primary Content",
26
+ "channels.form.start_content.start_secondary_content": "Secondary Content",
27
+ "channels.form.start_content.title": "Title",
28
+ "channels.form.start_content.subtitle": "Subtitle",
29
+ "channels.form.start_content.first_step_icon": "First Step Icon",
30
+ "channels.form.start_content.first_step_title": "First Step Title",
31
+ "channels.form.start_content.first_step_description": "First Step Description",
32
+ "channels.form.start_content.second_step_icon": "Second Step Icon",
33
+ "channels.form.start_content.second_step_title": "Second Step Title",
34
+ "channels.form.start_content.second_step_description": "Second Description",
35
+ "channels.form.start_content.third_step_icon": "Third Step Icon",
36
+ "channels.form.start_content.third_step_title": "Third Step Title",
37
+ "channels.form.start_content.third_step_description": "Third Step Description",
38
+ "channels.form.success_content.main_text": "Main Text",
39
+ "channels.form.success_content.button_text": "Button Text",
40
+ "channels.form.success_content.button_link": "Button Link",
41
+ "contributions.index.tabs.pending": "Pending",
42
+ "contributions.index.tabs.waiting_confirmation": "Waiting Confirmation",
43
+ "contributions.index.tabs.confirmed": "Confirmed",
44
+ "contributions.index.tabs.canceled": "Canceled",
45
+ "contributions.index.tabs.refunded": "Refunded",
46
+ "contributions.index.tabs.requested_refund": "Requested Refund",
47
+ "contributions.index.tabs.refunded_and_canceled": "Refunded and Canceled",
48
+ "contributions.index.search.query": "Search",
49
+ "contributions.index.search.between_values": "Between Values",
50
+ "contributions.index.table.project": "Project",
51
+ "contributions.index.table.user": "User",
52
+ "contributions.index.table.user_email": "User Email",
53
+ "contributions.index.table.value": "Value",
54
+ "contributions.index.table.anonymous": "Anonymous",
55
+ "contributions.index.table.state": "State",
56
+ "contributions.index.actions.confirm": "Confirm",
57
+ "contributions.index.actions.refund": "Refund",
58
+ "contributions.index.actions.hide": "Hide",
59
+ "contributions.index.actions.cancel": "Cancel",
60
+ "contributions.index.actions.pendent": "Set as Pending",
61
+ "contributions.index.actions.push_to_trash": "Destroy",
62
+ "contributions.show.contribution_to": "'s contribution to",
63
+ "contributions.show.value": "Value",
64
+ "contributions.show.payment_method": "Payment Method",
65
+ "contributions.show.payment_service_fee": "Payment Fee",
66
+ "contributions.show.payment_service_fee_paid_by_user": "Payment Fee Paid by User?",
67
+ "contributions.show.payment_id": "Payment ID",
68
+ "contributions.show.key": "Contribution Key",
69
+ "contributions.show.user_email": "User Email",
70
+ "contributions.show.created_at": "Created at",
71
+ "contributions.show.confirmed_at": "Confirmed at",
72
+ "contributions.show.reward.title": "Reward Title",
73
+ "contributions.show.reward.minimum_value": "Reward Value",
74
+ "layouts.sidebar.dashboard": "Dashboard",
75
+ "layouts.sidebar.projects": "Projects",
76
+ "layouts.sidebar.contributions": "Contributions",
77
+ "layouts.sidebar.users": "Users",
78
+ "layouts.sidebar.channels": "Channels",
79
+ "layouts.sidebar.tags": "Tags",
80
+ "layouts.sidebar.press_assets": "Press Assets",
81
+ "layouts.sidebar.contacts": "Contacts",
82
+ "layouts.sidebar.reports": "Reports",
83
+ "layouts.sidebar.financial": "Financial",
84
+ "layouts.header.profile": "Profile",
85
+ "layouts.header.sign_out": "Sign out",
86
+ "press_assets.form.title": "Title",
87
+ "press_assets.form.url": "Url",
88
+ "press_assets.form.image": "Image",
89
+ "press_assets.index.new": "Add a new Press Asset",
90
+ "press_assets.index.tabs.all": "All Press Assets",
91
+ "press_assets.index.table.title": "Title",
92
+ "press_assets.index.table.url": "Url",
93
+ "press_assets.index.table.image": "Image",
94
+ "projects.index.tabs.online": "Online",
95
+ "projects.index.tabs.soon": "Soon",
96
+ "projects.index.tabs.draft": "Draft",
97
+ "projects.index.tabs.rejected": "Rejected",
98
+ "projects.index.tabs.successful": "Successful",
99
+ "projects.index.tabs.failed": "Failed",
100
+ "projects.index.tabs.waiting_funds": "Waiting Funds",
101
+ "projects.index.table.name": "Name",
102
+ "projects.index.table.user": "User",
103
+ "projects.index.table.goal": "Goal",
104
+ "projects.index.table.pledged": "Pledged",
105
+ "projects.index.table.expires_at": "Expires at",
106
+ "projects.index.table.state": "State",
107
+ "projects.index.table.recommended": "Recommended - ",
108
+ "projects.index.table.featured": "Featured - ",
109
+ "projects.index.table.home_page": "Home Page - ",
110
+ "projects.index.actions.approve": "Approve!",
111
+ "projects.index.actions.launch": "Launch!",
112
+ "projects.index.actions.reject": "Reject!",
113
+ "projects.index.actions.push_to_draft": "Sent to Draft!",
114
+ "projects.index.actions.push_to_trash": "Sent to Trash!",
115
+ "projects.index.actions.are_you_sure_to_launch": "Are you sure you want to launch this project?",
116
+ "projects.index.search.query": "Search",
117
+ "projects.index.search.between_created_at": "Creation Date",
118
+ "projects.index.search.between_expires_at": "Expiration Date",
119
+ "projects.index.search.between_online_date": "Active Date",
120
+ "sessions.new.title": "Sign In",
121
+ "sessions.new.submit": "Sign me in",
122
+ "sessions.new.email": "Email",
123
+ "sessions.new.password": "Password",
124
+ "sessions.new.sign-up": "Not in the neighborhood yet?",
125
+ "sessions.new.forget_password": "Did you forget your password?",
126
+ "sessions.new.invalid_password": "Invalid email or password.",
127
+ "tags.form.name": "Name",
128
+ "tags.form.visible": "Visible",
129
+ "tags.index.new": "Add a new Tag",
130
+ "tags.index.popular": "Popular Tags",
131
+ "tags.index.all": "All Tags",
132
+ "tags.index.name": "Name",
133
+ "tags.index.visible": "Visible",
134
+ "tags.index.total_projects": "Total Projects",
135
+ "titles.application": "dune-investissement",
136
+ "titles.index": "Dashboard",
137
+ "titles.projects.index": "Projects",
138
+ "titles.tags.new": "New Tag",
139
+ "titles.tags.index": "Tags",
140
+ "titles.tags.edit": "Edit Tag",
141
+ "titles.press_assets.new": "New Press Asset",
142
+ "titles.press_assets.index": "Press Assets",
143
+ "titles.press_assets.edit": "Edit Press Asset",
144
+ "titles.users.index": "Users",
145
+ "titles.contributions.index": "Contributions",
146
+ "titles.channels.index": "Channels",
147
+ "titles.channels.new": "Add New Channel",
148
+ "titles.channels.edit": "Edit Channel",
149
+ "users.index.search.query": "Search",
150
+ "users.index.tabs.all": "All Users",
151
+ "users.index.table.name": "Name",
152
+ "users.index.table.email": "Email",
153
+ "users.index.table.total_contributed": "Total Contributed",
154
+ "users.index.table.created_at": "Created at",
155
+ "words.are_you_sure_to_delete": "Are you sure you want to delete this item?",
156
+ "words.no_results": "No results",
157
+ "words.save": "Save",
158
+ "words.cancel": "Cancel",
159
+ "words._yes": "Yes",
160
+ "words._no": "No",
161
+ "words.search": "Submit Search",
162
+ "words.search_results": "Search Results",
163
+ "words.close": "Close",
164
+ "words.okay": "Okay"
165
+ };
@@ -0,0 +1,49 @@
1
+ fr:
2
+ channels:
3
+ index:
4
+ new: 'Add New Channel'
5
+ tabs:
6
+ all: 'All Channels'
7
+ search:
8
+ query: 'Search'
9
+ table:
10
+ name: 'Name'
11
+ permalink: 'Permalink'
12
+ created_at: 'Created at'
13
+ state: 'State'
14
+ actions:
15
+ push_to_draft: 'Send to Draft'
16
+ push_to_online: 'Send to Online'
17
+ form:
18
+ associate_existing_user: 'Associate an existing user'
19
+ create_new_channel_user: 'Create a new user'
20
+ start_content_fieldset: 'Content for Start Page'
21
+ success_content_fieldset: 'Content for Successfully Submitted Page'
22
+ permalink: 'Permalink'
23
+ name: 'Name'
24
+ accepts_projects: 'Accepts Projects'
25
+ description: 'Description'
26
+ image: 'Image'
27
+ email: 'Email'
28
+ video_url: 'Video Url'
29
+ how_it_works: 'About Us'
30
+ submit_your_project_text: 'Submit Your Project'
31
+ start_hero_image: 'Header Image'
32
+ start_content:
33
+ start_primary_content: 'Primary Content'
34
+ start_secondary_content: 'Secondary Content'
35
+ title: 'Title'
36
+ subtitle: 'Subtitle'
37
+ first_step_icon: 'First Step Icon'
38
+ first_step_title: 'First Step Title'
39
+ first_step_description: 'First Step Description'
40
+ second_step_icon: 'Second Step Icon'
41
+ second_step_title: 'Second Step Title'
42
+ second_step_description: 'Second Description'
43
+ third_step_icon: 'Third Step Icon'
44
+ third_step_title: 'Third Step Title'
45
+ third_step_description: 'Third Step Description'
46
+ success_content:
47
+ main_text: 'Main Text'
48
+ button_text: 'Button Text'
49
+ button_link: 'Button Link'
@@ -0,0 +1,42 @@
1
+ fr:
2
+ contributions:
3
+ index:
4
+ tabs:
5
+ pending: 'Pending'
6
+ waiting_confirmation: 'Waiting Confirmation'
7
+ confirmed: 'Confirmed'
8
+ canceled: 'Canceled'
9
+ refunded: 'Refunded'
10
+ requested_refund: 'Requested Refund'
11
+ refunded_and_canceled: 'Refunded and Canceled'
12
+ search:
13
+ query: 'Search'
14
+ between_values: 'Between Values'
15
+ table:
16
+ project: 'Project'
17
+ user: 'User'
18
+ user_email: 'User Email'
19
+ value: 'Value'
20
+ anonymous: 'Anonymous'
21
+ state: 'State'
22
+ actions:
23
+ confirm: 'Confirm'
24
+ refund: 'Refund'
25
+ hide: 'Hide'
26
+ cancel: 'Cancel'
27
+ pendent: 'Set as Pending'
28
+ push_to_trash: 'Destroy'
29
+ show:
30
+ contribution_to: "'s contribution to"
31
+ value: 'Value'
32
+ payment_method: 'Payment Method'
33
+ payment_service_fee: 'Payment Fee'
34
+ payment_service_fee_paid_by_user: 'Payment Fee Paid by User?'
35
+ payment_id: 'Payment ID'
36
+ key: 'Contribution Key'
37
+ user_email: 'User Email'
38
+ created_at: 'Created at'
39
+ confirmed_at: 'Confirmed at'
40
+ reward:
41
+ title: 'Reward Title'
42
+ minimum_value: 'Reward Value'
@@ -0,0 +1 @@
1
+ fr:
@@ -0,0 +1,16 @@
1
+ fr:
2
+ layouts:
3
+ sidebar:
4
+ dashboard: 'Dashboard'
5
+ projects: 'Projects'
6
+ contributions: 'Contributions'
7
+ users: 'Users'
8
+ channels: 'Channels'
9
+ tags: 'Tags'
10
+ press_assets: 'Press Assets'
11
+ contacts: 'Contacts'
12
+ reports: 'Reports'
13
+ financial: 'Financial'
14
+ header:
15
+ profile: 'Profile'
16
+ sign_out: 'Sign out'
@@ -0,0 +1,14 @@
1
+ fr:
2
+ press_assets:
3
+ form:
4
+ title: 'Title'
5
+ url: 'Url'
6
+ image: 'Image'
7
+ index:
8
+ new: 'Add a new Press Asset'
9
+ tabs:
10
+ all: 'All Press Assets'
11
+ table:
12
+ title: 'Title'
13
+ url: 'Url'
14
+ image: 'Image'
@@ -0,0 +1,33 @@
1
+ fr:
2
+ projects:
3
+ index:
4
+ tabs:
5
+ online: 'Online'
6
+ soon: 'Soon'
7
+ draft: 'Draft'
8
+ rejected: 'Rejected'
9
+ successful: 'Successful'
10
+ failed: 'Failed'
11
+ waiting_funds: 'Waiting Funds'
12
+ table:
13
+ name: 'Name'
14
+ user: 'User'
15
+ goal: 'Goal'
16
+ pledged: 'Pledged'
17
+ expires_at: 'Expires at'
18
+ state: 'State'
19
+ recommended: 'Recommended - '
20
+ featured: 'Featured - '
21
+ home_page: 'Home Page - '
22
+ actions:
23
+ approve: 'Approve!'
24
+ launch: 'Launch!'
25
+ reject: 'Reject!'
26
+ push_to_draft: 'Sent to Draft!'
27
+ push_to_trash: 'Sent to Trash!'
28
+ are_you_sure_to_launch: 'Are you sure you want to launch this project?'
29
+ search:
30
+ query: 'Search'
31
+ between_created_at: 'Creation Date'
32
+ between_expires_at: 'Expiration Date'
33
+ between_online_date: 'Active Date'
@@ -0,0 +1,11 @@
1
+ fr:
2
+ sessions:
3
+ new:
4
+ title: 'Sign In'
5
+ submit: 'Sign me in'
6
+ email: 'Email'
7
+ password: 'Password'
8
+ sign-up: 'Not in the neighborhood yet?'
9
+ forget_password: 'Did you forget your password?'
10
+ invalid_password: 'Invalid email or password.'
11
+
@@ -0,0 +1,12 @@
1
+ fr:
2
+ tags:
3
+ form:
4
+ name: 'Name'
5
+ visible: 'Visible'
6
+ index:
7
+ new: 'Add a new Tag'
8
+ popular: 'Popular Tags'
9
+ all: 'All Tags'
10
+ name: 'Name'
11
+ visible: 'Visible'
12
+ total_projects: 'Total Projects'
@@ -0,0 +1,22 @@
1
+ fr:
2
+ titles:
3
+ application: 'dune-investissement'
4
+ index: 'Dashboard'
5
+ projects:
6
+ index: 'Projects'
7
+ tags:
8
+ new: 'New Tag'
9
+ index: 'Tags'
10
+ edit: 'Edit Tag'
11
+ press_assets:
12
+ new: 'New Press Asset'
13
+ index: 'Press Assets'
14
+ edit: 'Edit Press Asset'
15
+ users:
16
+ index: 'Users'
17
+ contributions:
18
+ index: 'Contributions'
19
+ channels:
20
+ index: 'Channels'
21
+ new: 'Add New Channel'
22
+ edit: 'Edit Channel'
@@ -0,0 +1,12 @@
1
+ fr:
2
+ users:
3
+ index:
4
+ search:
5
+ query: 'Search'
6
+ tabs:
7
+ all: 'All Users'
8
+ table:
9
+ name: 'Name'
10
+ email: 'Email'
11
+ total_contributed: 'Total Contributed'
12
+ created_at: 'Created at'
@@ -0,0 +1,12 @@
1
+ fr:
2
+ words:
3
+ are_you_sure_to_delete: 'Are you sure you want to delete this item?'
4
+ no_results: 'No results'
5
+ save: 'Save'
6
+ cancel: 'Cancel'
7
+ _yes: 'Yes'
8
+ _no: 'No'
9
+ search: 'Submit Search'
10
+ search_results: 'Search Results'
11
+ close: 'Close'
12
+ okay: 'Okay'
@@ -1,5 +1,5 @@
1
1
  module Dune
2
2
  module Dashboard
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  end
@@ -6,6 +6,6 @@
6
6
  ],
7
7
  "dependencies": {
8
8
  "jquery": ">= 1.7.0 <= 2.1.0",
9
- "handlebars": ">= 1.0.0 < 2.0.0"
9
+ "handlebars": ">= 1.0.0 < 3.0.0"
10
10
  }
11
11
  }
@@ -8,6 +8,6 @@
8
8
  ],
9
9
  "dependencies": {
10
10
  "component/jquery": ">= 1.7.0 <= 2.1.0",
11
- "components/handlebars.js": ">= 1.0.0 < 2.0.0"
11
+ "components/handlebars.js": ">= 1.0.0 < 3.0.0"
12
12
  }
13
13
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dune-dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Legrand Pierre
@@ -149,6 +149,7 @@ files:
149
149
  - app/assets/javascripts/helpers/pagination.coffee
150
150
  - app/assets/javascripts/helpers/show-boolean.coffee
151
151
  - app/assets/javascripts/i18n/translations_en.js
152
+ - app/assets/javascripts/i18n/translations_fr.js
152
153
  - app/assets/javascripts/initializers/authentication.coffee
153
154
  - app/assets/javascripts/mixins/modal-controller.coffee
154
155
  - app/assets/javascripts/mixins/modal-view.coffee
@@ -245,16 +246,27 @@ files:
245
246
  - bower.json
246
247
  - config/ember-i18n.yml
247
248
  - config/ember_locales/channels.en.yml
249
+ - config/ember_locales/channels.fr.yml
248
250
  - config/ember_locales/contributions.en.yml
251
+ - config/ember_locales/contributions.fr.yml
249
252
  - config/ember_locales/en.yml
253
+ - config/ember_locales/fr.yml
250
254
  - config/ember_locales/layouts.en.yml
255
+ - config/ember_locales/layouts.fr.yml
251
256
  - config/ember_locales/press_assets.en.yml
257
+ - config/ember_locales/press_assets.fr.yml
252
258
  - config/ember_locales/projects.en.yml
259
+ - config/ember_locales/projects.fr.yml
253
260
  - config/ember_locales/sessions.en.yml
261
+ - config/ember_locales/sessions.fr.yml
254
262
  - config/ember_locales/tags.en.yml
263
+ - config/ember_locales/tags.fr.yml
255
264
  - config/ember_locales/titles.en.yml
265
+ - config/ember_locales/titles.fr.yml
256
266
  - config/ember_locales/users.en.yml
267
+ - config/ember_locales/users.fr.yml
257
268
  - config/ember_locales/words.en.yml
269
+ - config/ember_locales/words.fr.yml
258
270
  - config/routes.rb
259
271
  - dune-dashboard.gemspec
260
272
  - lib/dune/dashboard.rb