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