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