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
@@ -1,330 +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
- 168
13
- 45
14
- 0
15
- 1
16
- 43
17
- 2
18
- 49
19
- 3
20
- 0
21
- 49
22
- 4
23
- 0
24
- 45
25
- 5
26
- 6
27
- 49
28
- 7
29
- 0
30
- 49
31
- 8
32
- 1
33
- 13
34
- 9
35
- 32
36
- 15
37
- 45
38
- 5
39
- 9
40
- 49
41
- 10
42
- 0
43
- 19
44
- 0
45
- 9
46
- 164
47
- 45
48
- 11
49
- 12
50
- 20
51
- 0
52
- 49
53
- 13
54
- 0
55
- 13
56
- 18
57
- 2
58
- 49
59
- 14
60
- 1
61
- 15
62
- 15
63
- 45
64
- 15
65
- 16
66
- 20
67
- 0
68
- 49
69
- 17
70
- 0
71
- 49
72
- 18
73
- 0
74
- 13
75
- 18
76
- 2
77
- 49
78
- 19
79
- 1
80
- 15
81
- 15
82
- 45
83
- 20
84
- 21
85
- 43
86
- 2
87
- 20
88
- 0
89
- 49
90
- 22
91
- 0
92
- 9
93
- 91
94
- 20
95
- 0
96
- 49
97
- 22
98
- 0
99
- 49
100
- 23
101
- 0
102
- 8
103
- 93
104
- 7
105
- 24
106
- 13
107
- 18
108
- 2
109
- 49
110
- 25
111
- 1
112
- 15
113
- 15
114
- 20
115
- 0
116
- 49
117
- 26
118
- 0
119
- 9
120
- 130
121
- 45
122
- 20
123
- 27
124
- 43
125
- 2
126
- 20
127
- 0
128
- 49
129
- 26
130
- 0
131
- 49
132
- 28
133
- 0
134
- 13
135
- 18
136
- 2
137
- 49
138
- 29
139
- 1
140
- 15
141
- 8
142
- 131
143
- 1
144
- 15
145
- 20
146
- 0
147
- 49
148
- 30
149
- 0
150
- 9
151
- 161
152
- 45
153
- 20
154
- 31
155
- 43
156
- 2
157
- 20
158
- 0
159
- 49
160
- 30
161
- 0
162
- 49
163
- 28
164
- 0
165
- 13
166
- 18
167
- 2
168
- 49
169
- 32
170
- 1
171
- 15
172
- 8
173
- 162
174
- 1
175
- 8
176
- 165
177
- 1
178
- 15
179
- 2
180
- 11
181
- I
182
- 4
183
- I
184
- 1
185
- I
186
- 0
187
- I
188
- 0
189
- n
190
- p
191
- 33
192
- x
193
- 12
194
- ActiveRecord
195
- n
196
- x
197
- 4
198
- Base
199
- x
200
- 10
201
- connection
202
- x
203
- 6
204
- tables
205
- x
206
- 7
207
- Setting
208
- n
209
- x
210
- 10
211
- table_name
212
- x
213
- 8
214
- include?
215
- n
216
- x
217
- 7
218
- current
219
- x
220
- 4
221
- Time
222
- n
223
- x
224
- 9
225
- time_zone
226
- x
227
- 5
228
- zone=
229
- x
230
- 4
231
- I18n
232
- n
233
- x
234
- 4
235
- lang
236
- x
237
- 6
238
- to_sym
239
- x
240
- 15
241
- default_locale=
242
- x
243
- 12
244
- ActionMailer
245
- n
246
- x
247
- 6
248
- mailer
249
- x
250
- 15
251
- delivery_method
252
- x
253
- 4
254
- test
255
- x
256
- 16
257
- delivery_method=
258
- x
259
- 13
260
- smtp_settings
261
- n
262
- x
263
- 12
264
- marshal_dump
265
- x
266
- 14
267
- smtp_settings=
268
- x
269
- 17
270
- sendmail_settings
271
- n
272
- x
273
- 18
274
- sendmail_settings=
275
- p
276
- 23
277
- I
278
- 0
279
- I
280
- 1
281
- I
282
- 22
283
- I
284
- 2
285
- I
286
- 32
287
- I
288
- 3
289
- I
290
- 45
291
- I
292
- 4
293
- I
294
- 5d
295
- I
296
- 0
297
- I
298
- 65
299
- I
300
- 5
301
- I
302
- 83
303
- I
304
- 0
305
- I
306
- 84
307
- I
308
- 6
309
- I
310
- a2
311
- I
312
- 0
313
- I
314
- a4
315
- I
316
- 1
317
- I
318
- a5
319
- I
320
- 0
321
- I
322
- a8
323
- x
324
- 90
325
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/initializers/load_settings.rb
326
- p
327
- 1
328
- x
329
- 8
330
- settings
data/config/routes.rbc DELETED
@@ -1,2203 +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
- 18
13
- 45
14
- 0
15
- 1
16
- 43
17
- 2
18
- 43
19
- 3
20
- 49
21
- 4
22
- 0
23
- 56
24
- 5
25
- 50
26
- 6
27
- 0
28
- 15
29
- 2
30
- 11
31
- I
32
- 2
33
- I
34
- 0
35
- I
36
- 0
37
- I
38
- 0
39
- n
40
- p
41
- 7
42
- x
43
- 7
44
- Forgeos
45
- n
46
- x
47
- 4
48
- Core
49
- x
50
- 6
51
- Engine
52
- x
53
- 6
54
- routes
55
- M
56
- 1
57
- p
58
- 2
59
- x
60
- 9
61
- for_block
62
- t
63
- n
64
- x
65
- 9
66
- __block__
67
- i
68
- 150
69
- 5
70
- 44
71
- 43
72
- 0
73
- 80
74
- 49
75
- 1
76
- 1
77
- 13
78
- 7
79
- 2
80
- 64
81
- 7
82
- 3
83
- 64
84
- 49
85
- 4
86
- 2
87
- 15
88
- 13
89
- 7
90
- 5
91
- 7
92
- 6
93
- 49
94
- 4
95
- 2
96
- 15
97
- 47
98
- 49
99
- 7
100
- 1
101
- 15
102
- 5
103
- 44
104
- 43
105
- 0
106
- 80
107
- 49
108
- 1
109
- 1
110
- 13
111
- 7
112
- 8
113
- 64
114
- 7
115
- 9
116
- 64
117
- 49
118
- 4
119
- 2
120
- 15
121
- 13
122
- 7
123
- 5
124
- 7
125
- 10
126
- 49
127
- 4
128
- 2
129
- 15
130
- 47
131
- 49
132
- 7
133
- 1
134
- 15
135
- 5
136
- 44
137
- 43
138
- 0
139
- 80
140
- 49
141
- 1
142
- 1
143
- 13
144
- 7
145
- 11
146
- 64
147
- 7
148
- 12
149
- 64
150
- 49
151
- 4
152
- 2
153
- 15
154
- 13
155
- 7
156
- 5
157
- 7
158
- 13
159
- 49
160
- 4
161
- 2
162
- 15
163
- 47
164
- 49
165
- 7
166
- 1
167
- 15
168
- 5
169
- 44
170
- 43
171
- 0
172
- 80
173
- 49
174
- 1
175
- 1
176
- 13
177
- 7
178
- 14
179
- 64
180
- 7
181
- 15
182
- 64
183
- 49
184
- 4
185
- 2
186
- 15
187
- 13
188
- 7
189
- 5
190
- 7
191
- 16
192
- 49
193
- 4
194
- 2
195
- 15
196
- 47
197
- 49
198
- 7
199
- 1
200
- 15
201
- 5
202
- 7
203
- 17
204
- 47
205
- 49
206
- 18
207
- 1
208
- 15
209
- 5
210
- 7
211
- 19
212
- 56
213
- 20
214
- 47
215
- 50
216
- 21
217
- 1
218
- 11
219
- I
220
- 6
221
- I
222
- 0
223
- I
224
- 0
225
- I
226
- 0
227
- I
228
- -2
229
- p
230
- 22
231
- x
232
- 4
233
- Hash
234
- x
235
- 16
236
- new_from_literal
237
- s
238
- 7
239
- /logout
240
- s
241
- 23
242
- person_sessions#destroy
243
- x
244
- 3
245
- []=
246
- x
247
- 2
248
- as
249
- x
250
- 6
251
- logout
252
- x
253
- 5
254
- match
255
- s
256
- 6
257
- /login
258
- s
259
- 19
260
- person_sessions#new
261
- x
262
- 5
263
- login
264
- s
265
- 14
266
- /notifications
267
- s
268
- 33
269
- forgeos/application#notifications
270
- x
271
- 13
272
- notifications
273
- s
274
- 29
275
- /statistics/:type/:id.:format
276
- s
277
- 26
278
- statistics_collector#index
279
- x
280
- 20
281
- statistics_collector
282
- x
283
- 14
284
- person_session
285
- x
286
- 8
287
- resource
288
- x
289
- 5
290
- admin
291
- M
292
- 1
293
- p
294
- 2
295
- x
296
- 9
297
- for_block
298
- t
299
- n
300
- x
301
- 9
302
- __block__
303
- i
304
- 453
305
- 5
306
- 44
307
- 43
308
- 0
309
- 79
310
- 49
311
- 1
312
- 1
313
- 13
314
- 7
315
- 2
316
- 7
317
- 3
318
- 64
319
- 49
320
- 4
321
- 2
322
- 15
323
- 47
324
- 49
325
- 5
326
- 1
327
- 15
328
- 5
329
- 44
330
- 43
331
- 0
332
- 80
333
- 49
334
- 1
335
- 1
336
- 13
337
- 7
338
- 6
339
- 64
340
- 7
341
- 3
342
- 64
343
- 49
344
- 4
345
- 2
346
- 15
347
- 13
348
- 7
349
- 7
350
- 7
351
- 8
352
- 49
353
- 4
354
- 2
355
- 15
356
- 47
357
- 49
358
- 9
359
- 1
360
- 15
361
- 5
362
- 44
363
- 43
364
- 0
365
- 80
366
- 49
367
- 1
368
- 1
369
- 13
370
- 7
371
- 10
372
- 64
373
- 7
374
- 11
375
- 64
376
- 49
377
- 4
378
- 2
379
- 15
380
- 13
381
- 7
382
- 7
383
- 7
384
- 12
385
- 49
386
- 4
387
- 2
388
- 15
389
- 47
390
- 49
391
- 9
392
- 1
393
- 15
394
- 5
395
- 44
396
- 43
397
- 0
398
- 80
399
- 49
400
- 1
401
- 1
402
- 13
403
- 7
404
- 13
405
- 64
406
- 7
407
- 14
408
- 64
409
- 49
410
- 4
411
- 2
412
- 15
413
- 13
414
- 7
415
- 7
416
- 7
417
- 15
418
- 49
419
- 4
420
- 2
421
- 15
422
- 47
423
- 49
424
- 9
425
- 1
426
- 15
427
- 5
428
- 44
429
- 43
430
- 0
431
- 80
432
- 49
433
- 1
434
- 1
435
- 13
436
- 7
437
- 16
438
- 64
439
- 7
440
- 17
441
- 64
442
- 49
443
- 4
444
- 2
445
- 15
446
- 13
447
- 7
448
- 7
449
- 7
450
- 18
451
- 49
452
- 4
453
- 2
454
- 15
455
- 47
456
- 49
457
- 9
458
- 1
459
- 15
460
- 5
461
- 44
462
- 43
463
- 0
464
- 80
465
- 49
466
- 1
467
- 1
468
- 13
469
- 7
470
- 19
471
- 64
472
- 7
473
- 20
474
- 64
475
- 49
476
- 4
477
- 2
478
- 15
479
- 13
480
- 7
481
- 7
482
- 7
483
- 21
484
- 49
485
- 4
486
- 2
487
- 15
488
- 47
489
- 49
490
- 9
491
- 1
492
- 15
493
- 5
494
- 44
495
- 43
496
- 0
497
- 80
498
- 49
499
- 1
500
- 1
501
- 13
502
- 7
503
- 22
504
- 64
505
- 7
506
- 23
507
- 64
508
- 49
509
- 4
510
- 2
511
- 15
512
- 13
513
- 7
514
- 7
515
- 7
516
- 24
517
- 49
518
- 4
519
- 2
520
- 15
521
- 47
522
- 49
523
- 9
524
- 1
525
- 15
526
- 5
527
- 44
528
- 43
529
- 0
530
- 80
531
- 49
532
- 1
533
- 1
534
- 13
535
- 7
536
- 25
537
- 64
538
- 7
539
- 26
540
- 64
541
- 49
542
- 4
543
- 2
544
- 15
545
- 13
546
- 7
547
- 7
548
- 7
549
- 27
550
- 49
551
- 4
552
- 2
553
- 15
554
- 47
555
- 49
556
- 9
557
- 1
558
- 15
559
- 5
560
- 7
561
- 28
562
- 47
563
- 49
564
- 29
565
- 1
566
- 15
567
- 5
568
- 7
569
- 30
570
- 56
571
- 31
572
- 47
573
- 50
574
- 32
575
- 1
576
- 15
577
- 5
578
- 7
579
- 33
580
- 47
581
- 49
582
- 32
583
- 1
584
- 15
585
- 5
586
- 7
587
- 34
588
- 47
589
- 49
590
- 32
591
- 1
592
- 15
593
- 5
594
- 7
595
- 35
596
- 56
597
- 36
598
- 47
599
- 50
600
- 29
601
- 1
602
- 15
603
- 5
604
- 7
605
- 37
606
- 56
607
- 38
608
- 47
609
- 50
610
- 29
611
- 1
612
- 15
613
- 5
614
- 7
615
- 39
616
- 47
617
- 49
618
- 29
619
- 1
620
- 15
621
- 5
622
- 7
623
- 40
624
- 56
625
- 41
626
- 47
627
- 50
628
- 29
629
- 1
630
- 15
631
- 5
632
- 7
633
- 42
634
- 56
635
- 43
636
- 47
637
- 50
638
- 29
639
- 1
640
- 15
641
- 7
642
- 44
643
- 64
644
- 7
645
- 45
646
- 64
647
- 7
648
- 46
649
- 64
650
- 7
651
- 47
652
- 64
653
- 7
654
- 48
655
- 64
656
- 7
657
- 49
658
- 64
659
- 7
660
- 50
661
- 64
662
- 7
663
- 51
664
- 64
665
- 7
666
- 52
667
- 64
668
- 7
669
- 53
670
- 64
671
- 7
672
- 54
673
- 64
674
- 7
675
- 55
676
- 64
677
- 35
678
- 12
679
- 56
680
- 56
681
- 50
682
- 57
683
- 0
684
- 15
685
- 5
686
- 44
687
- 43
688
- 0
689
- 4
690
- 3
691
- 49
692
- 1
693
- 1
694
- 13
695
- 7
696
- 58
697
- 64
698
- 7
699
- 59
700
- 64
701
- 49
702
- 4
703
- 2
704
- 15
705
- 13
706
- 7
707
- 7
708
- 7
709
- 60
710
- 49
711
- 4
712
- 2
713
- 15
714
- 13
715
- 7
716
- 61
717
- 7
718
- 45
719
- 64
720
- 49
721
- 4
722
- 2
723
- 15
724
- 47
725
- 49
726
- 9
727
- 1
728
- 15
729
- 7
730
- 44
731
- 64
732
- 7
733
- 45
734
- 64
735
- 7
736
- 46
737
- 64
738
- 7
739
- 47
740
- 64
741
- 7
742
- 48
743
- 64
744
- 7
745
- 49
746
- 64
747
- 7
748
- 50
749
- 64
750
- 35
751
- 7
752
- 56
753
- 62
754
- 50
755
- 57
756
- 0
757
- 11
758
- I
759
- d
760
- I
761
- 0
762
- I
763
- 0
764
- I
765
- 0
766
- I
767
- -2
768
- p
769
- 63
770
- x
771
- 4
772
- Hash
773
- x
774
- 16
775
- new_from_literal
776
- x
777
- 2
778
- to
779
- s
780
- 15
781
- dashboard#index
782
- x
783
- 3
784
- []=
785
- x
786
- 4
787
- root
788
- s
789
- 9
790
- dashboard
791
- x
792
- 2
793
- as
794
- x
795
- 9
796
- dashboard
797
- x
798
- 5
799
- match
800
- s
801
- 6
802
- logout
803
- s
804
- 23
805
- person_sessions#destroy
806
- x
807
- 6
808
- logout
809
- s
810
- 5
811
- login
812
- s
813
- 19
814
- person_sessions#new
815
- x
816
- 5
817
- login
818
- s
819
- 14
820
- /notifications
821
- s
822
- 18
823
- base#notifications
824
- x
825
- 13
826
- notifications
827
- s
828
- 11
829
- /statistics
830
- s
831
- 16
832
- statistics#index
833
- x
834
- 10
835
- statistics
836
- s
837
- 17
838
- /statistics/graph
839
- s
840
- 16
841
- statistics#graph
842
- x
843
- 16
844
- statistics_graph
845
- s
846
- 7
847
- /import
848
- s
849
- 12
850
- import#index
851
- x
852
- 6
853
- import
854
- x
855
- 8
856
- cachings
857
- x
858
- 9
859
- resources
860
- x
861
- 14
862
- person_session
863
- M
864
- 1
865
- p
866
- 2
867
- x
868
- 9
869
- for_block
870
- t
871
- n
872
- x
873
- 9
874
- __block__
875
- i
876
- 8
877
- 5
878
- 56
879
- 0
880
- 47
881
- 50
882
- 1
883
- 0
884
- 11
885
- I
886
- 3
887
- I
888
- 0
889
- I
890
- 0
891
- I
892
- 0
893
- I
894
- -2
895
- p
896
- 2
897
- M
898
- 1
899
- p
900
- 2
901
- x
902
- 9
903
- for_block
904
- t
905
- n
906
- x
907
- 9
908
- __block__
909
- i
910
- 8
911
- 5
912
- 7
913
- 0
914
- 47
915
- 49
916
- 1
917
- 1
918
- 11
919
- I
920
- 3
921
- I
922
- 0
923
- I
924
- 0
925
- I
926
- 0
927
- I
928
- -2
929
- p
930
- 2
931
- x
932
- 14
933
- reset_password
934
- x
935
- 3
936
- get
937
- p
938
- 3
939
- I
940
- 0
941
- I
942
- 16
943
- I
944
- 8
945
- x
946
- 70
947
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
948
- p
949
- 0
950
- x
951
- 10
952
- collection
953
- p
954
- 3
955
- I
956
- 0
957
- I
958
- 15
959
- I
960
- 8
961
- x
962
- 70
963
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
964
- p
965
- 0
966
- x
967
- 8
968
- resource
969
- x
970
- 7
971
- setting
972
- x
973
- 7
974
- account
975
- x
976
- 14
977
- administrators
978
- M
979
- 1
980
- p
981
- 2
982
- x
983
- 9
984
- for_block
985
- t
986
- n
987
- x
988
- 9
989
- __block__
990
- i
991
- 8
992
- 5
993
- 56
994
- 0
995
- 47
996
- 50
997
- 1
998
- 0
999
- 11
1000
- I
1001
- 3
1002
- I
1003
- 0
1004
- I
1005
- 0
1006
- I
1007
- 0
1008
- I
1009
- -2
1010
- p
1011
- 2
1012
- M
1013
- 1
1014
- p
1015
- 2
1016
- x
1017
- 9
1018
- for_block
1019
- t
1020
- n
1021
- x
1022
- 9
1023
- __block__
1024
- i
1025
- 8
1026
- 5
1027
- 7
1028
- 0
1029
- 47
1030
- 49
1031
- 1
1032
- 1
1033
- 11
1034
- I
1035
- 3
1036
- I
1037
- 0
1038
- I
1039
- 0
1040
- I
1041
- 0
1042
- I
1043
- -2
1044
- p
1045
- 2
1046
- x
1047
- 8
1048
- activate
1049
- x
1050
- 4
1051
- post
1052
- p
1053
- 3
1054
- I
1055
- 0
1056
- I
1057
- 1e
1058
- I
1059
- 8
1060
- x
1061
- 70
1062
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1063
- p
1064
- 0
1065
- x
1066
- 6
1067
- member
1068
- p
1069
- 3
1070
- I
1071
- 0
1072
- I
1073
- 1d
1074
- I
1075
- 8
1076
- x
1077
- 70
1078
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1079
- p
1080
- 0
1081
- x
1082
- 5
1083
- roles
1084
- M
1085
- 1
1086
- p
1087
- 2
1088
- x
1089
- 9
1090
- for_block
1091
- t
1092
- n
1093
- x
1094
- 9
1095
- __block__
1096
- i
1097
- 8
1098
- 5
1099
- 56
1100
- 0
1101
- 47
1102
- 50
1103
- 1
1104
- 0
1105
- 11
1106
- I
1107
- 3
1108
- I
1109
- 0
1110
- I
1111
- 0
1112
- I
1113
- 0
1114
- I
1115
- -2
1116
- p
1117
- 2
1118
- M
1119
- 1
1120
- p
1121
- 2
1122
- x
1123
- 9
1124
- for_block
1125
- t
1126
- n
1127
- x
1128
- 9
1129
- __block__
1130
- i
1131
- 8
1132
- 5
1133
- 7
1134
- 0
1135
- 47
1136
- 49
1137
- 1
1138
- 1
1139
- 11
1140
- I
1141
- 3
1142
- I
1143
- 0
1144
- I
1145
- 0
1146
- I
1147
- 0
1148
- I
1149
- -2
1150
- p
1151
- 2
1152
- x
1153
- 8
1154
- activate
1155
- x
1156
- 4
1157
- post
1158
- p
1159
- 3
1160
- I
1161
- 0
1162
- I
1163
- 24
1164
- I
1165
- 8
1166
- x
1167
- 70
1168
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1169
- p
1170
- 0
1171
- x
1172
- 6
1173
- member
1174
- p
1175
- 3
1176
- I
1177
- 0
1178
- I
1179
- 23
1180
- I
1181
- 8
1182
- x
1183
- 70
1184
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1185
- p
1186
- 0
1187
- x
1188
- 6
1189
- rights
1190
- x
1191
- 5
1192
- users
1193
- M
1194
- 1
1195
- p
1196
- 2
1197
- x
1198
- 9
1199
- for_block
1200
- t
1201
- n
1202
- x
1203
- 9
1204
- __block__
1205
- i
1206
- 16
1207
- 5
1208
- 56
1209
- 0
1210
- 47
1211
- 50
1212
- 1
1213
- 0
1214
- 15
1215
- 5
1216
- 56
1217
- 2
1218
- 47
1219
- 50
1220
- 3
1221
- 0
1222
- 11
1223
- I
1224
- 3
1225
- I
1226
- 0
1227
- I
1228
- 0
1229
- I
1230
- 0
1231
- I
1232
- -2
1233
- p
1234
- 4
1235
- M
1236
- 1
1237
- p
1238
- 2
1239
- x
1240
- 9
1241
- for_block
1242
- t
1243
- n
1244
- x
1245
- 9
1246
- __block__
1247
- i
1248
- 16
1249
- 5
1250
- 7
1251
- 0
1252
- 47
1253
- 49
1254
- 1
1255
- 1
1256
- 15
1257
- 5
1258
- 7
1259
- 0
1260
- 47
1261
- 49
1262
- 2
1263
- 1
1264
- 11
1265
- I
1266
- 3
1267
- I
1268
- 0
1269
- I
1270
- 0
1271
- I
1272
- 0
1273
- I
1274
- -2
1275
- p
1276
- 3
1277
- x
1278
- 6
1279
- filter
1280
- x
1281
- 4
1282
- post
1283
- x
1284
- 3
1285
- get
1286
- p
1287
- 5
1288
- I
1289
- 0
1290
- I
1291
- 2a
1292
- I
1293
- 8
1294
- I
1295
- 2b
1296
- I
1297
- 10
1298
- x
1299
- 70
1300
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1301
- p
1302
- 0
1303
- x
1304
- 10
1305
- collection
1306
- M
1307
- 1
1308
- p
1309
- 2
1310
- x
1311
- 9
1312
- for_block
1313
- t
1314
- n
1315
- x
1316
- 9
1317
- __block__
1318
- i
1319
- 8
1320
- 5
1321
- 7
1322
- 0
1323
- 47
1324
- 49
1325
- 1
1326
- 1
1327
- 11
1328
- I
1329
- 3
1330
- I
1331
- 0
1332
- I
1333
- 0
1334
- I
1335
- 0
1336
- I
1337
- -2
1338
- p
1339
- 2
1340
- x
1341
- 8
1342
- activate
1343
- x
1344
- 4
1345
- post
1346
- p
1347
- 3
1348
- I
1349
- 0
1350
- I
1351
- 2e
1352
- I
1353
- 8
1354
- x
1355
- 70
1356
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1357
- p
1358
- 0
1359
- x
1360
- 6
1361
- member
1362
- p
1363
- 5
1364
- I
1365
- 0
1366
- I
1367
- 29
1368
- I
1369
- 8
1370
- I
1371
- 2d
1372
- I
1373
- 10
1374
- x
1375
- 70
1376
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1377
- p
1378
- 0
1379
- x
1380
- 10
1381
- categories
1382
- M
1383
- 1
1384
- p
1385
- 2
1386
- x
1387
- 9
1388
- for_block
1389
- t
1390
- n
1391
- x
1392
- 9
1393
- __block__
1394
- i
1395
- 8
1396
- 5
1397
- 56
1398
- 0
1399
- 47
1400
- 50
1401
- 1
1402
- 0
1403
- 11
1404
- I
1405
- 3
1406
- I
1407
- 0
1408
- I
1409
- 0
1410
- I
1411
- 0
1412
- I
1413
- -2
1414
- p
1415
- 2
1416
- M
1417
- 1
1418
- p
1419
- 2
1420
- x
1421
- 9
1422
- for_block
1423
- t
1424
- n
1425
- x
1426
- 9
1427
- __block__
1428
- i
1429
- 8
1430
- 5
1431
- 7
1432
- 0
1433
- 47
1434
- 49
1435
- 1
1436
- 1
1437
- 11
1438
- I
1439
- 3
1440
- I
1441
- 0
1442
- I
1443
- 0
1444
- I
1445
- 0
1446
- I
1447
- -2
1448
- p
1449
- 2
1450
- x
1451
- 11
1452
- add_element
1453
- x
1454
- 4
1455
- post
1456
- p
1457
- 3
1458
- I
1459
- 0
1460
- I
1461
- 34
1462
- I
1463
- 8
1464
- x
1465
- 70
1466
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1467
- p
1468
- 0
1469
- x
1470
- 6
1471
- member
1472
- p
1473
- 3
1474
- I
1475
- 0
1476
- I
1477
- 33
1478
- I
1479
- 8
1480
- x
1481
- 70
1482
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1483
- p
1484
- 0
1485
- s
1486
- 5
1487
- media
1488
- s
1489
- 7
1490
- picture
1491
- s
1492
- 3
1493
- doc
1494
- s
1495
- 3
1496
- pdf
1497
- s
1498
- 5
1499
- audio
1500
- s
1501
- 5
1502
- video
1503
- s
1504
- 10
1505
- attachment
1506
- s
1507
- 5
1508
- admin
1509
- s
1510
- 4
1511
- role
1512
- s
1513
- 5
1514
- right
1515
- s
1516
- 4
1517
- user
1518
- s
1519
- 4
1520
- menu
1521
- M
1522
- 1
1523
- p
1524
- 2
1525
- x
1526
- 9
1527
- for_block
1528
- t
1529
- n
1530
- x
1531
- 9
1532
- __block__
1533
- i
1534
- 68
1535
- 57
1536
- 19
1537
- 0
1538
- 15
1539
- 5
1540
- 20
1541
- 0
1542
- 47
1543
- 101
1544
- 0
1545
- 7
1546
- 1
1547
- 63
1548
- 2
1549
- 44
1550
- 43
1551
- 2
1552
- 80
1553
- 49
1554
- 3
1555
- 1
1556
- 13
1557
- 7
1558
- 4
1559
- 7
1560
- 5
1561
- 64
1562
- 49
1563
- 6
1564
- 2
1565
- 15
1566
- 13
1567
- 7
1568
- 7
1569
- 44
1570
- 43
1571
- 2
1572
- 79
1573
- 49
1574
- 3
1575
- 1
1576
- 13
1577
- 7
1578
- 8
1579
- 20
1580
- 0
1581
- 47
1582
- 101
1583
- 0
1584
- 7
1585
- 9
1586
- 63
1587
- 2
1588
- 49
1589
- 6
1590
- 2
1591
- 15
1592
- 49
1593
- 6
1594
- 2
1595
- 15
1596
- 56
1597
- 10
1598
- 47
1599
- 50
1600
- 11
1601
- 2
1602
- 11
1603
- I
1604
- c
1605
- I
1606
- 1
1607
- I
1608
- 1
1609
- I
1610
- 1
1611
- n
1612
- p
1613
- 12
1614
- x
1615
- 4
1616
- to_s
1617
- s
1618
- 11
1619
- _categories
1620
- x
1621
- 4
1622
- Hash
1623
- x
1624
- 16
1625
- new_from_literal
1626
- x
1627
- 10
1628
- controller
1629
- s
1630
- 10
1631
- categories
1632
- x
1633
- 3
1634
- []=
1635
- x
1636
- 12
1637
- requirements
1638
- x
1639
- 4
1640
- type
1641
- s
1642
- 9
1643
- _category
1644
- M
1645
- 1
1646
- p
1647
- 2
1648
- x
1649
- 9
1650
- for_block
1651
- t
1652
- n
1653
- x
1654
- 9
1655
- __block__
1656
- i
1657
- 8
1658
- 5
1659
- 56
1660
- 0
1661
- 47
1662
- 50
1663
- 1
1664
- 0
1665
- 11
1666
- I
1667
- 3
1668
- I
1669
- 0
1670
- I
1671
- 0
1672
- I
1673
- 0
1674
- I
1675
- -2
1676
- p
1677
- 2
1678
- M
1679
- 1
1680
- p
1681
- 2
1682
- x
1683
- 9
1684
- for_block
1685
- t
1686
- n
1687
- x
1688
- 9
1689
- __block__
1690
- i
1691
- 8
1692
- 5
1693
- 7
1694
- 0
1695
- 47
1696
- 49
1697
- 1
1698
- 1
1699
- 11
1700
- I
1701
- 3
1702
- I
1703
- 0
1704
- I
1705
- 0
1706
- I
1707
- 0
1708
- I
1709
- -2
1710
- p
1711
- 2
1712
- x
1713
- 11
1714
- add_element
1715
- x
1716
- 4
1717
- post
1718
- p
1719
- 3
1720
- I
1721
- 0
1722
- I
1723
- 3b
1724
- I
1725
- 8
1726
- x
1727
- 70
1728
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1729
- p
1730
- 0
1731
- x
1732
- 6
1733
- member
1734
- p
1735
- 3
1736
- I
1737
- 0
1738
- I
1739
- 3a
1740
- I
1741
- 8
1742
- x
1743
- 70
1744
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1745
- p
1746
- 0
1747
- x
1748
- 9
1749
- resources
1750
- p
1751
- 5
1752
- I
1753
- 0
1754
- I
1755
- 38
1756
- I
1757
- 4
1758
- I
1759
- 39
1760
- I
1761
- 44
1762
- x
1763
- 70
1764
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1765
- p
1766
- 1
1767
- x
1768
- 8
1769
- category
1770
- x
1771
- 4
1772
- each
1773
- s
1774
- 8
1775
- /library
1776
- s
1777
- 17
1778
- attachments#index
1779
- x
1780
- 7
1781
- library
1782
- x
1783
- 9
1784
- file_type
1785
- M
1786
- 1
1787
- p
1788
- 2
1789
- x
1790
- 9
1791
- for_block
1792
- t
1793
- n
1794
- x
1795
- 9
1796
- __block__
1797
- i
1798
- 38
1799
- 57
1800
- 19
1801
- 0
1802
- 15
1803
- 5
1804
- 20
1805
- 0
1806
- 49
1807
- 0
1808
- 0
1809
- 49
1810
- 1
1811
- 0
1812
- 44
1813
- 43
1814
- 2
1815
- 79
1816
- 49
1817
- 3
1818
- 1
1819
- 13
1820
- 7
1821
- 4
1822
- 7
1823
- 5
1824
- 35
1825
- 1
1826
- 49
1827
- 6
1828
- 2
1829
- 15
1830
- 56
1831
- 7
1832
- 47
1833
- 50
1834
- 8
1835
- 2
1836
- 11
1837
- I
1838
- 8
1839
- I
1840
- 1
1841
- I
1842
- 1
1843
- I
1844
- 1
1845
- n
1846
- p
1847
- 9
1848
- x
1849
- 9
1850
- pluralize
1851
- x
1852
- 6
1853
- to_sym
1854
- x
1855
- 4
1856
- Hash
1857
- x
1858
- 16
1859
- new_from_literal
1860
- x
1861
- 6
1862
- except
1863
- x
1864
- 3
1865
- new
1866
- x
1867
- 3
1868
- []=
1869
- M
1870
- 1
1871
- p
1872
- 2
1873
- x
1874
- 9
1875
- for_block
1876
- t
1877
- n
1878
- x
1879
- 9
1880
- __block__
1881
- i
1882
- 16
1883
- 5
1884
- 56
1885
- 0
1886
- 47
1887
- 50
1888
- 1
1889
- 0
1890
- 15
1891
- 5
1892
- 56
1893
- 2
1894
- 47
1895
- 50
1896
- 3
1897
- 0
1898
- 11
1899
- I
1900
- 3
1901
- I
1902
- 0
1903
- I
1904
- 0
1905
- I
1906
- 0
1907
- I
1908
- -2
1909
- p
1910
- 4
1911
- M
1912
- 1
1913
- p
1914
- 2
1915
- x
1916
- 9
1917
- for_block
1918
- t
1919
- n
1920
- x
1921
- 9
1922
- __block__
1923
- i
1924
- 8
1925
- 5
1926
- 7
1927
- 0
1928
- 47
1929
- 49
1930
- 1
1931
- 1
1932
- 11
1933
- I
1934
- 3
1935
- I
1936
- 0
1937
- I
1938
- 0
1939
- I
1940
- 0
1941
- I
1942
- -2
1943
- p
1944
- 2
1945
- x
1946
- 6
1947
- manage
1948
- x
1949
- 3
1950
- get
1951
- p
1952
- 3
1953
- I
1954
- 0
1955
- I
1956
- 44
1957
- I
1958
- 8
1959
- x
1960
- 70
1961
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
1962
- p
1963
- 0
1964
- x
1965
- 10
1966
- collection
1967
- M
1968
- 1
1969
- p
1970
- 2
1971
- x
1972
- 9
1973
- for_block
1974
- t
1975
- n
1976
- x
1977
- 9
1978
- __block__
1979
- i
1980
- 8
1981
- 5
1982
- 7
1983
- 0
1984
- 47
1985
- 49
1986
- 1
1987
- 1
1988
- 11
1989
- I
1990
- 3
1991
- I
1992
- 0
1993
- I
1994
- 0
1995
- I
1996
- 0
1997
- I
1998
- -2
1999
- p
2000
- 2
2001
- x
2002
- 8
2003
- download
2004
- x
2005
- 3
2006
- get
2007
- p
2008
- 3
2009
- I
2010
- 0
2011
- I
2012
- 47
2013
- I
2014
- 8
2015
- x
2016
- 70
2017
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
2018
- p
2019
- 0
2020
- x
2021
- 6
2022
- member
2023
- p
2024
- 5
2025
- I
2026
- 0
2027
- I
2028
- 43
2029
- I
2030
- 8
2031
- I
2032
- 46
2033
- I
2034
- 10
2035
- x
2036
- 70
2037
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
2038
- p
2039
- 0
2040
- x
2041
- 9
2042
- resources
2043
- p
2044
- 5
2045
- I
2046
- 0
2047
- I
2048
- 41
2049
- I
2050
- 4
2051
- I
2052
- 42
2053
- I
2054
- 26
2055
- x
2056
- 70
2057
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
2058
- p
2059
- 1
2060
- x
2061
- 10
2062
- attachment
2063
- p
2064
- 41
2065
- I
2066
- 0
2067
- I
2068
- a
2069
- I
2070
- 17
2071
- I
2072
- b
2073
- I
2074
- 38
2075
- I
2076
- c
2077
- I
2078
- 59
2079
- I
2080
- d
2081
- I
2082
- 7a
2083
- I
2084
- e
2085
- I
2086
- 9b
2087
- I
2088
- f
2089
- I
2090
- bc
2091
- I
2092
- 10
2093
- I
2094
- dd
2095
- I
2096
- 11
2097
- I
2098
- fe
2099
- I
2100
- 13
2101
- I
2102
- 106
2103
- I
2104
- 14
2105
- I
2106
- 110
2107
- I
2108
- 19
2109
- I
2110
- 118
2111
- I
2112
- 1a
2113
- I
2114
- 120
2115
- I
2116
- 1b
2117
- I
2118
- 12a
2119
- I
2120
- 22
2121
- I
2122
- 134
2123
- I
2124
- 27
2125
- I
2126
- 13c
2127
- I
2128
- 28
2129
- I
2130
- 146
2131
- I
2132
- 32
2133
- I
2134
- 150
2135
- I
2136
- 38
2137
- I
2138
- 17c
2139
- I
2140
- 40
2141
- I
2142
- 1a8
2143
- I
2144
- 41
2145
- I
2146
- 1c5
2147
- x
2148
- 70
2149
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
2150
- p
2151
- 0
2152
- x
2153
- 9
2154
- namespace
2155
- p
2156
- 13
2157
- I
2158
- 0
2159
- I
2160
- 2
2161
- I
2162
- 21
2163
- I
2164
- 3
2165
- I
2166
- 42
2167
- I
2168
- 4
2169
- I
2170
- 63
2171
- I
2172
- 5
2173
- I
2174
- 84
2175
- I
2176
- 6
2177
- I
2178
- 8c
2179
- I
2180
- 9
2181
- I
2182
- 96
2183
- x
2184
- 70
2185
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
2186
- p
2187
- 0
2188
- x
2189
- 4
2190
- draw
2191
- p
2192
- 3
2193
- I
2194
- 0
2195
- I
2196
- 1
2197
- I
2198
- 12
2199
- x
2200
- 70
2201
- /home/cyrill62/Sites/fcorer3/vendor/gems/forgeos_core/config/routes.rb
2202
- p
2203
- 0