forgeos_core 1.9.2 → 1.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. data/README.textile +1 -23
  2. data/app/assets/javascripts/forgeos/admin/customselects.js +2 -0
  3. data/app/assets/javascripts/forgeos/admin/functions/forgeos_core/overlay.js +22 -3
  4. data/app/assets/javascripts/forgeos/admin/functions/forgeos_core/tinyMCE.js +1 -1
  5. data/app/assets/javascripts/forgeos/admin/functions/forgeos_core/uploads.js +55 -0
  6. data/app/assets/javascripts/forgeos/admin/functions/forgeos_core/visual.js +3 -3
  7. data/app/assets/javascripts/forgeos/admin/inits/forgeos_core/overlays.js +4 -46
  8. data/app/assets/javascripts/forgeos/admin/inits/forgeos_core/visual.js +17 -57
  9. data/app/assets/stylesheets/forgeos/960.css.sass +1 -125
  10. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_attachments.css.sass +13 -4
  11. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_content.css.sass +7 -2
  12. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_customer.css.sass +18 -5
  13. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_dashboard.css.sass +38 -16
  14. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_datatable.css.sass +32 -13
  15. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_generals.css.sass +75 -39
  16. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_icons.css.sass +130 -16
  17. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_lightbox.css.sass +21 -18
  18. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_notifications.css.sass +0 -1
  19. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_payment.css.sass +1 -1
  20. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_rightSidebar.css.sass +14 -14
  21. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_roles.css.sass +1 -1
  22. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_search.css.sass +6 -5
  23. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_settings.css.sass +1 -3
  24. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_sidebar.css.sass +11 -3
  25. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_uploadify.css.sass +10 -8
  26. data/app/assets/stylesheets/forgeos/admin/forgeos_core/_visuals.css.sass +12 -12
  27. data/app/assets/stylesheets/forgeos/admin/login.css.sass +30 -14
  28. data/app/assets/stylesheets/forgeos/jquery-ui/themes/forgeos.css.sass +96 -733
  29. data/app/assets/stylesheets/forgeos/jstree/themes/categories/style.css.sass +12 -18
  30. data/app/controllers/admin/administrators_controller.rb +2 -2
  31. data/app/controllers/admin/attachments_controller.rb +3 -3
  32. data/app/controllers/admin/categories_controller.rb +1 -1
  33. data/app/controllers/admin/person_sessions_controller.rb +1 -1
  34. data/app/controllers/admin/rights_controller.rb +2 -2
  35. data/app/controllers/admin/roles_controller.rb +3 -3
  36. data/app/controllers/admin/users_controller.rb +2 -2
  37. data/app/controllers/forgeos/application_controller.rb +1 -1
  38. data/app/models/category.rb +7 -3
  39. data/app/models/right.rb +1 -1
  40. data/app/models/role.rb +1 -1
  41. data/app/models/user.rb +6 -3
  42. data/app/views/admin/administrators/index.json.erb +3 -1
  43. data/app/views/admin/attachments/_attachments_popup.html.haml +4 -4
  44. data/app/views/admin/attachments/_form.html.haml +1 -1
  45. data/app/views/admin/attachments/_tabs.html.haml +1 -1
  46. data/app/views/admin/attachments/index.json.erb +4 -2
  47. data/app/views/admin/attachments/show.html.haml +1 -1
  48. data/app/views/admin/cachings/index.html.haml +2 -2
  49. data/app/views/admin/categories/index.json.erb +3 -1
  50. data/app/views/admin/import/_tabs.html.haml +1 -0
  51. data/app/views/admin/import/index.html.haml +1 -1
  52. data/app/views/admin/rights/_tabs.html.haml +1 -0
  53. data/app/views/admin/rights/index.json.erb +7 -5
  54. data/app/views/admin/roles/_tabs.html.haml +1 -0
  55. data/app/views/admin/roles/index.json.erb +5 -3
  56. data/app/views/admin/sidebars/_attachments_popups.html.haml +7 -76
  57. data/app/views/admin/users/index.json.erb +3 -1
  58. data/app/views/admin/visual/_visual_popup.html.haml +18 -107
  59. data/app/views/admin/visual/_visuals_popup.html.haml +7 -47
  60. data/app/views/layouts/admin.html.haml +2 -2
  61. data/app/views/layouts/admin_login.html.haml +2 -2
  62. data/config/locales/common/en.yml +1 -0
  63. data/config/locales/common/fr.yml +1 -0
  64. data/config/routes.rb +12 -1
  65. data/lib/forgeos/urlified.rb +16 -0
  66. data/lib/tasks/install.rake +3 -3
  67. data/lib/technoweenie/attachment_fu/backends/ftp_backend.rb +8 -12
  68. data/recipes/db.rb +1 -1
  69. metadata +52 -57
  70. data/app/controllers/admin/base_controller.rbc +0 -1305
  71. data/app/controllers/admin/dashboard_controller.rbc +0 -361
  72. data/app/controllers/admin/person_sessions_controller.rbc +0 -1248
  73. data/app/controllers/forgeos/application_controller.rbc +0 -2027
  74. data/app/helpers/admin/attachment_helper.rbc +0 -2340
  75. data/app/helpers/admin/base_helper.rbc +0 -2522
  76. data/app/helpers/forgeos/application_helper.rbc +0 -3152
  77. data/app/models/administrator.rbc +0 -415
  78. data/app/models/person.rbc +0 -1498
  79. data/app/models/person_session.rbc +0 -142
  80. data/app/models/right.rbc +0 -432
  81. data/app/models/role.rbc +0 -469
  82. data/app/models/setting.rbc +0 -699
  83. data/config/initializers/load_settings.rbc +0 -330
  84. data/config/routes.rbc +0 -2203
  85. data/lib/extensions.rbc +0 -126
  86. data/lib/extensions/form_helper_extensions.rbc +0 -295
  87. data/lib/extensions/i18n_fallbacks_config.rbc +0 -246
  88. data/lib/forgeos.rbc +0 -1942
  89. data/lib/forgeos/core.rbc +0 -325
  90. data/lib/forgeos/core/engine.rbc +0 -316
  91. data/lib/forgeos_core.rbc +0 -53
  92. data/lib/map_fields.rbc +0 -4437
  93. data/lib/sortable_attachments.rbc +0 -1399
  94. data/lib/sphinx_globalize.rbc +0 -785
data/lib/extensions.rbc DELETED
@@ -1,126 +0,0 @@
1
- !RBIX
2
- 5362583714419577066
3
- x
4
- M
5
- 1
6
- n
7
- n
8
- x
9
- 10
10
- __script__
11
- i
12
- 58
13
- 5
14
- 45
15
- 0
16
- 1
17
- 45
18
- 0
19
- 2
20
- 65
21
- 49
22
- 3
23
- 0
24
- 49
25
- 4
26
- 1
27
- 7
28
- 5
29
- 64
30
- 7
31
- 6
32
- 64
33
- 49
34
- 7
35
- 3
36
- 47
37
- 49
38
- 8
39
- 1
40
- 15
41
- 5
42
- 45
43
- 0
44
- 9
45
- 45
46
- 0
47
- 10
48
- 65
49
- 49
50
- 3
51
- 0
52
- 49
53
- 4
54
- 1
55
- 7
56
- 5
57
- 64
58
- 7
59
- 11
60
- 64
61
- 49
62
- 7
63
- 3
64
- 47
65
- 49
66
- 8
67
- 1
68
- 15
69
- 2
70
- 11
71
- I
72
- 5
73
- I
74
- 0
75
- I
76
- 0
77
- I
78
- 0
79
- n
80
- p
81
- 12
82
- x
83
- 4
84
- File
85
- n
86
- n
87
- x
88
- 11
89
- active_path
90
- x
91
- 7
92
- dirname
93
- s
94
- 10
95
- extensions
96
- s
97
- 21
98
- i18n_fallbacks_config
99
- x
100
- 4
101
- join
102
- x
103
- 7
104
- require
105
- n
106
- n
107
- s
108
- 22
109
- form_helper_extensions
110
- p
111
- 5
112
- I
113
- 0
114
- I
115
- 1
116
- I
117
- 1c
118
- I
119
- 2
120
- I
121
- 3a
122
- x
123
- 71
124
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/lib/extensions.rb
125
- p
126
- 0
@@ -1,295 +0,0 @@
1
- !RBIX
2
- 5362583714419577066
3
- x
4
- M
5
- 1
6
- n
7
- n
8
- x
9
- 10
10
- __script__
11
- i
12
- 23
13
- 45
14
- 0
15
- 1
16
- 43
17
- 2
18
- 45
19
- 3
20
- 4
21
- 56
22
- 5
23
- 50
24
- 6
25
- 0
26
- 13
27
- 18
28
- 2
29
- 49
30
- 7
31
- 1
32
- 15
33
- 15
34
- 2
35
- 11
36
- I
37
- 3
38
- I
39
- 0
40
- I
41
- 0
42
- I
43
- 0
44
- n
45
- p
46
- 8
47
- x
48
- 10
49
- ActionView
50
- n
51
- x
52
- 4
53
- Base
54
- x
55
- 4
56
- Proc
57
- n
58
- M
59
- 1
60
- p
61
- 2
62
- x
63
- 9
64
- for_block
65
- t
66
- n
67
- x
68
- 9
69
- __block__
70
- i
71
- 104
72
- 58
73
- 37
74
- 19
75
- 0
76
- 15
77
- 37
78
- 19
79
- 1
80
- 15
81
- 15
82
- 20
83
- 1
84
- 49
85
- 0
86
- 0
87
- 49
88
- 1
89
- 0
90
- 20
91
- 1
92
- 49
93
- 2
94
- 0
95
- 49
96
- 3
97
- 1
98
- 19
99
- 2
100
- 15
101
- 20
102
- 2
103
- 13
104
- 9
105
- 64
106
- 15
107
- 20
108
- 0
109
- 7
110
- 4
111
- 13
112
- 70
113
- 9
114
- 55
115
- 15
116
- 44
117
- 43
118
- 5
119
- 7
120
- 6
121
- 78
122
- 49
123
- 7
124
- 2
125
- 6
126
- 4
127
- 49
128
- 8
129
- 1
130
- 10
131
- 63
132
- 2
133
- 8
134
- 64
135
- 3
136
- 9
137
- 101
138
- 20
139
- 0
140
- 47
141
- 101
142
- 9
143
- 7
144
- 10
145
- 20
146
- 2
147
- 45
148
- 11
149
- 12
150
- 49
151
- 13
152
- 1
153
- 9
154
- 90
155
- 20
156
- 2
157
- 49
158
- 14
159
- 0
160
- 8
161
- 92
162
- 20
163
- 2
164
- 47
165
- 101
166
- 9
167
- 7
168
- 15
169
- 63
170
- 4
171
- 8
172
- 103
173
- 20
174
- 0
175
- 11
176
- I
177
- 8
178
- I
179
- 3
180
- I
181
- 2
182
- I
183
- 2
184
- n
185
- p
186
- 16
187
- x
188
- 6
189
- object
190
- x
191
- 6
192
- errors
193
- x
194
- 11
195
- method_name
196
- x
197
- 2
198
- on
199
- n
200
- x
201
- 6
202
- Regexp
203
- s
204
- 21
205
- ^<label|type="hidden"
206
- x
207
- 3
208
- new
209
- x
210
- 2
211
- =~
212
- x
213
- 4
214
- to_s
215
- s
216
- 59
217
- <div class='field error'><span class='small-icons message'>
218
- x
219
- 5
220
- Array
221
- n
222
- x
223
- 5
224
- is_a?
225
- x
226
- 5
227
- first
228
- s
229
- 13
230
- </span></div>
231
- p
232
- 15
233
- I
234
- 0
235
- I
236
- 1
237
- I
238
- a
239
- I
240
- 2
241
- I
242
- 1d
243
- I
244
- 3
245
- I
246
- 42
247
- I
248
- 4
249
- I
250
- 5c
251
- I
252
- 0
253
- I
254
- 65
255
- I
256
- 6
257
- I
258
- 67
259
- I
260
- 0
261
- I
262
- 68
263
- x
264
- 94
265
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/lib/extensions/form_helper_extensions.rb
266
- p
267
- 3
268
- x
269
- 8
270
- html_tag
271
- x
272
- 8
273
- instance
274
- x
275
- 13
276
- error_message
277
- x
278
- 3
279
- new
280
- x
281
- 17
282
- field_error_proc=
283
- p
284
- 3
285
- I
286
- 0
287
- I
288
- 1
289
- I
290
- 17
291
- x
292
- 94
293
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/lib/extensions/form_helper_extensions.rb
294
- p
295
- 0
@@ -1,246 +0,0 @@
1
- !RBIX
2
- 5362583714419577066
3
- x
4
- M
5
- 1
6
- n
7
- n
8
- x
9
- 10
10
- __script__
11
- i
12
- 49
13
- 5
14
- 7
15
- 0
16
- 64
17
- 47
18
- 49
19
- 1
20
- 1
21
- 15
22
- 45
23
- 2
24
- 3
25
- 49
26
- 4
27
- 0
28
- 45
29
- 2
30
- 5
31
- 49
32
- 6
33
- 0
34
- 35
35
- 1
36
- 82
37
- 7
38
- 56
39
- 8
40
- 50
41
- 9
42
- 0
43
- 15
44
- 45
45
- 2
46
- 10
47
- 49
48
- 11
49
- 0
50
- 45
51
- 2
52
- 12
53
- 49
54
- 6
55
- 0
56
- 49
57
- 13
58
- 1
59
- 15
60
- 2
61
- 11
62
- I
63
- 2
64
- I
65
- 0
66
- I
67
- 0
68
- I
69
- 0
70
- n
71
- p
72
- 14
73
- s
74
- 22
75
- i18n/backend/fallbacks
76
- x
77
- 7
78
- require
79
- x
80
- 4
81
- I18n
82
- n
83
- x
84
- 17
85
- available_locales
86
- n
87
- x
88
- 14
89
- default_locale
90
- x
91
- 1
92
- -
93
- M
94
- 1
95
- p
96
- 2
97
- x
98
- 9
99
- for_block
100
- t
101
- n
102
- x
103
- 9
104
- __block__
105
- i
106
- 46
107
- 57
108
- 19
109
- 0
110
- 15
111
- 45
112
- 0
113
- 1
114
- 49
115
- 2
116
- 0
117
- 44
118
- 43
119
- 3
120
- 79
121
- 49
122
- 4
123
- 1
124
- 13
125
- 45
126
- 0
127
- 5
128
- 49
129
- 6
130
- 0
131
- 20
132
- 0
133
- 49
134
- 7
135
- 2
136
- 15
137
- 49
138
- 8
139
- 1
140
- 15
141
- 45
142
- 0
143
- 9
144
- 49
145
- 2
146
- 0
147
- 20
148
- 0
149
- 49
150
- 10
151
- 1
152
- 11
153
- I
154
- 7
155
- I
156
- 1
157
- I
158
- 1
159
- I
160
- 1
161
- n
162
- p
163
- 11
164
- x
165
- 4
166
- I18n
167
- n
168
- x
169
- 9
170
- fallbacks
171
- x
172
- 4
173
- Hash
174
- x
175
- 16
176
- new_from_literal
177
- n
178
- x
179
- 14
180
- default_locale
181
- x
182
- 3
183
- []=
184
- x
185
- 3
186
- map
187
- n
188
- x
189
- 2
190
- []
191
- p
192
- 7
193
- I
194
- 0
195
- I
196
- 3
197
- I
198
- 4
199
- I
200
- 4
201
- I
202
- 22
203
- I
204
- 5
205
- I
206
- 2e
207
- x
208
- 93
209
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/lib/extensions/i18n_fallbacks_config.rb
210
- p
211
- 1
212
- x
213
- 6
214
- locale
215
- x
216
- 4
217
- each
218
- n
219
- x
220
- 9
221
- fallbacks
222
- n
223
- x
224
- 2
225
- []
226
- p
227
- 7
228
- I
229
- 0
230
- I
231
- 1
232
- I
233
- 9
234
- I
235
- 3
236
- I
237
- 1f
238
- I
239
- 8
240
- I
241
- 31
242
- x
243
- 93
244
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/lib/extensions/i18n_fallbacks_config.rb
245
- p
246
- 0