forked from tejimaya/opCommunityTopicPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
717 lines (716 loc) · 47.1 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>opCommunityTopicPlugin</name>
<channel>plugins.openpne.jp</channel>
<summary>opCommunityTopicPlugin</summary>
<description>コミュニティトピック機能を追加するプラグインです。
バージョン体系(2014年6月現在)
1.1.x: OpenPNE3.8向けスマートフォン対応版
1.0.x: OpenPNE3.6/3.8向け</description>
<lead>
<name>masabon</name>
<user>masabon</user>
<email />
<active>yes</active>
</lead>
<lead>
<name>Yoichiro Sakurai</name>
<user>saku</user>
<email />
<active>yes</active>
</lead>
<lead>
<name>Shogo Kawahara</name>
<user>kawahara</user>
<email />
<active>yes</active>
</lead>
<lead>
<name>Shingo Yamada</name>
<user>shingo</user>
<email />
<active>yes</active>
</lead>
<lead>
<name>Yuya Watanabe</name>
<user>watanabe</user>
<email />
<active>yes</active>
</lead>
<lead>
<name>kaoru nishizoe</name>
<user>nishizoe</user>
<email />
<active>yes</active>
</lead>
<lead>
<name>ichikawa tatsuya</name>
<user>ichikawa</user>
<email />
<active>yes</active>
</lead>
<lead>
<name>tenjuu99</name>
<user>amashige</user>
<email />
<active>yes</active>
</lead>
<contributor>
<name>Kousuke Ebihara</name>
<user>ebihara</user>
<email />
<active>yes</active>
</contributor>
<date>2015-04-01</date>
<time>16:44:46</time>
<version>
<release>1.0.5.1</release>
<api>1.0.5.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>apache</license>
<notes>
version 1.0.5.1
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" md5sum="3800b181c01a3a01da003512c76a281f" name="apps/mobile_frontend/config/routing.yml" role="data" />
<file baseinstalldir="/" md5sum="b552a5416f348fb447470074e08a8b3f" name="apps/mobile_frontend/i18n/community_event_form.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="cc09c12e4cc01c03ba4ec850c46c115a" name="apps/mobile_frontend/i18n/community_topic_form.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="ede396e81481040b1acd88347e7eefe7" name="apps/mobile_frontend/i18n/form_community.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="0f50071f671001de90f4e3f39f996397" name="apps/mobile_frontend/i18n/messages.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="1e258328c2fa297894550e74d55348c1" name="apps/mobile_frontend/modules/community/config/view.yml" role="data" />
<file baseinstalldir="/" md5sum="7de8ab45c24b7a4eeaf478f5f6a4541f" name="apps/mobile_frontend/modules/communityEvent/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="dc9b4df3970b9acbf06c10ff26975985" name="apps/mobile_frontend/modules/communityEvent/actions/components.class.php" role="data" />
<file baseinstalldir="/" md5sum="31a9b416e4603892e50fc52658028ae8" name="apps/mobile_frontend/modules/communityEvent/config/security.yml" role="data" />
<file baseinstalldir="/" md5sum="d41d8cd98f00b204e9800998ecf8427e" name="apps/mobile_frontend/modules/communityEvent/config/view.yml" role="data" />
<file baseinstalldir="/" md5sum="c991e039569ac3efcc3ed3dda5ac0886" name="apps/mobile_frontend/modules/communityEvent/templates/deleteConfirmSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="8183b407b781e35658617f5d62dedea2" name="apps/mobile_frontend/modules/communityEvent/templates/editSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="fd4be7b1bfa57278c9641818b5a28e56" name="apps/mobile_frontend/modules/communityEvent/templates/listCommunitySuccess.php" role="data" />
<file baseinstalldir="/" md5sum="2aa8b21f22c429c48c38eb2270096084" name="apps/mobile_frontend/modules/communityEvent/templates/memberListError.php" role="data" />
<file baseinstalldir="/" md5sum="d036384abaafe93bfd92f9a30454b853" name="apps/mobile_frontend/modules/communityEvent/templates/memberListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="2cdea6717f885f2c85c80232dc665db0" name="apps/mobile_frontend/modules/communityEvent/templates/newSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="7a961ca4436c6bd91ff8b2f90b30c1ec" name="apps/mobile_frontend/modules/communityEvent/templates/recentlyEventListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="462164f8ad987cf1ecacf3a1a4da1b74" name="apps/mobile_frontend/modules/communityEvent/templates/showSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="3861e46022c00e212b755dda00c928ae" name="apps/mobile_frontend/modules/communityEvent/templates/_communityEventList.php" role="data" />
<file baseinstalldir="/" md5sum="e92f31fb75dc5ac36f2338844aa07040" name="apps/mobile_frontend/modules/communityEvent/templates/_eventCommentListBox.php" role="data" />
<file baseinstalldir="/" md5sum="0c05672d03fc8e9f68ae5bb9150408a8" name="apps/mobile_frontend/modules/communityEventComment/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="cb71ec6dc13b994c2b6cc9a7c7580834" name="apps/mobile_frontend/modules/communityEventComment/actions/components.class.php" role="data" />
<file baseinstalldir="/" md5sum="31a9b416e4603892e50fc52658028ae8" name="apps/mobile_frontend/modules/communityEventComment/config/security.yml" role="data" />
<file baseinstalldir="/" md5sum="ab70810571329924ac1675bb6891f890" name="apps/mobile_frontend/modules/communityEventComment/config/view.yml" role="data" />
<file baseinstalldir="/" md5sum="e88ef9aee7abef2e07c68efceb3a8d0a" name="apps/mobile_frontend/modules/communityEventComment/templates/deleteConfirmSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="ddd7f7cdbf2496982caebc8e7e01e5aa" name="apps/mobile_frontend/modules/communityEventComment/templates/_comment.php" role="data" />
<file baseinstalldir="/" md5sum="5ab438304f686d299f708bcc48c12c8f" name="apps/mobile_frontend/modules/communityEventComment/templates/_list.php" role="data" />
<file baseinstalldir="/" md5sum="9a585703be412128c927cfae80671710" name="apps/mobile_frontend/modules/communityTopic/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="10ab53ea726b09c6f05434b4f9aa81c8" name="apps/mobile_frontend/modules/communityTopic/actions/components.class.php" role="data" />
<file baseinstalldir="/" md5sum="31a9b416e4603892e50fc52658028ae8" name="apps/mobile_frontend/modules/communityTopic/config/security.yml" role="data" />
<file baseinstalldir="/" md5sum="a07351be2407629612569aa782b2f49b" name="apps/mobile_frontend/modules/communityTopic/templates/deleteConfirmSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="52665c4ce922a065ea8a9d03ee6666bc" name="apps/mobile_frontend/modules/communityTopic/templates/editSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="27321ac24a5668abcbec1680c49872d4" name="apps/mobile_frontend/modules/communityTopic/templates/listCommunitySuccess.php" role="data" />
<file baseinstalldir="/" md5sum="287b24a3dd18b732dc951f0fd4594203" name="apps/mobile_frontend/modules/communityTopic/templates/newSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="db90f7e83461fd9308dfa2269e075aa3" name="apps/mobile_frontend/modules/communityTopic/templates/recentlyTopicListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="44dc90d0ba875d448d459b11e6124815" name="apps/mobile_frontend/modules/communityTopic/templates/searchSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="cd2283ea5cfd6b84cb16510cc8be5733" name="apps/mobile_frontend/modules/communityTopic/templates/showSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="1ad95e2183495ff01ff92cf1f01af685" name="apps/mobile_frontend/modules/communityTopic/templates/_communityTopicList.php" role="data" />
<file baseinstalldir="/" md5sum="1833ca3d3259c305c4f7a2ab8f822f45" name="apps/mobile_frontend/modules/communityTopic/templates/_configNotificationMail.php" role="data" />
<file baseinstalldir="/" md5sum="f78320c392a42b6ca0274d615aa4cc6d" name="apps/mobile_frontend/modules/communityTopic/templates/_partsSearchResultList.php" role="data" />
<file baseinstalldir="/" md5sum="22578c9055960e18ed25f71667dd39bb" name="apps/mobile_frontend/modules/communityTopic/templates/_searchFormLine.php" role="data" />
<file baseinstalldir="/" md5sum="b8955cbe263bded1be12b5bfa4b9be62" name="apps/mobile_frontend/modules/communityTopic/templates/_topicCommentListBox.php" role="data" />
<file baseinstalldir="/" md5sum="f191637d79c89c6391216aee1a1bb044" name="apps/mobile_frontend/modules/communityTopic/templates/_topicSearchLink.php" role="data" />
<file baseinstalldir="/" md5sum="4504f856530c1e33c42dbd6764f3ff6b" name="apps/mobile_frontend/modules/communityTopicComment/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="f955fafd39f2b1933434c6577683e02b" name="apps/mobile_frontend/modules/communityTopicComment/actions/components.class.php" role="data" />
<file baseinstalldir="/" md5sum="31a9b416e4603892e50fc52658028ae8" name="apps/mobile_frontend/modules/communityTopicComment/config/security.yml" role="data" />
<file baseinstalldir="/" md5sum="b1d883deca24852d78a2e34b458c0d4d" name="apps/mobile_frontend/modules/communityTopicComment/templates/deleteConfirmSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="84ea2db8752231f4b60ecba105668a4b" name="apps/mobile_frontend/modules/communityTopicComment/templates/_comment.php" role="data" />
<file baseinstalldir="/" md5sum="e613b9cc373016a70ecfb61aa6f8847a" name="apps/mobile_frontend/modules/communityTopicComment/templates/_list.php" role="data" />
<file baseinstalldir="/" md5sum="6b80c8cfab5bbed71a52684acf2f7567" name="apps/mobile_mail_frontend/config/routing.yml" role="data" />
<file baseinstalldir="/" md5sum="a2b95e10dc39f83f4697067e438cc7ad" name="apps/mobile_mail_frontend/modules/communityEventComment/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="b4511bd194198fda810a3f678b91b188" name="apps/mobile_mail_frontend/modules/communityTopicComment/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="9b4b10c773687867ce22734babe3944f" name="apps/mobile_mail_frontend/modules/communityTopicComment/templates/createError.php" role="data" />
<file baseinstalldir="/" md5sum="8103a30953abb0f0ebb6c516058c990c" name="apps/pc_backend/i18n/form_community.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="a915b353be6cc3c9bb597012b69073cb" name="apps/pc_backend/i18n/messages.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="3f51f04370ec23c2de62aa16757a2d51" name="apps/pc_backend/modules/communityTopic/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="fdd0f4b5f212e8eac9b200d12011a2b4" name="apps/pc_backend/modules/communityTopic/lib/CommunityEventCommentSearchForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="dddb8e514e230cd129d9425f9a161ecb" name="apps/pc_backend/modules/communityTopic/lib/CommunityEventMemberSearchForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="10581657b89ed7e245349a605cb2c192" name="apps/pc_backend/modules/communityTopic/lib/CommunityEventSearchForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="10187a767e15e1486935553f9a0f4be0" name="apps/pc_backend/modules/communityTopic/lib/CommunityTopicCommentSearchForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="2d5e383eb45bbea97afd180ecb9207bd" name="apps/pc_backend/modules/communityTopic/lib/CommunityTopicSearchForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="14dc47b56385a032df6bf856e751ac5e" name="apps/pc_backend/modules/communityTopic/templates/eventCommentDeleteSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="8d930bc09dab63de12bea63bcea1e11a" name="apps/pc_backend/modules/communityTopic/templates/eventCommentListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="3eda70cff226cd2208d35fececee80e1" name="apps/pc_backend/modules/communityTopic/templates/eventDeleteSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="4e808fb93d10f338c6af54903c08ffd6" name="apps/pc_backend/modules/communityTopic/templates/eventListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="b25aeba66a425288f4e89297ea5a8232" name="apps/pc_backend/modules/communityTopic/templates/eventMemberDeleteSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="e8383f7b0140203b3f61ba03215d2b02" name="apps/pc_backend/modules/communityTopic/templates/eventMemberListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="d41d8cd98f00b204e9800998ecf8427e" name="apps/pc_backend/modules/communityTopic/templates/indexSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="c2d2c38f9402ff7a69103f63c93b5381" name="apps/pc_backend/modules/communityTopic/templates/topicCommentDeleteSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="1646d6e18288fa500f660d9ce4a890f6" name="apps/pc_backend/modules/communityTopic/templates/topicCommentListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="dc187d3aa6c59920f24d82be90447633" name="apps/pc_backend/modules/communityTopic/templates/topicDeleteSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="5b3a1c4b3d85d8823e9afe2fa0d3b014" name="apps/pc_backend/modules/communityTopic/templates/topicListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="abfab13d85fe6eb7437e59638e1ea409" name="apps/pc_backend/modules/communityTopic/templates/_eventCommentInfo.php" role="data" />
<file baseinstalldir="/" md5sum="1f61755909889342120d3a1bf68c9e17" name="apps/pc_backend/modules/communityTopic/templates/_eventInfo.php" role="data" />
<file baseinstalldir="/" md5sum="40ec3609cdde9903bdb6736f25ec822d" name="apps/pc_backend/modules/communityTopic/templates/_eventMemberInfo.php" role="data" />
<file baseinstalldir="/" md5sum="f7f2a864791368e9ccd13ea5174c16f1" name="apps/pc_backend/modules/communityTopic/templates/_submenu.php" role="data" />
<file baseinstalldir="/" md5sum="14dca4ad4d5b07a48e746bb6fbc7e571" name="apps/pc_backend/modules/communityTopic/templates/_topicCommentInfo.php" role="data" />
<file baseinstalldir="/" md5sum="cad3800160f6245f2ba534d55f04ca84" name="apps/pc_backend/modules/communityTopic/templates/_topicInfo.php" role="data" />
<file baseinstalldir="/" md5sum="dd7c28f361e84170ea277efbff35f430" name="apps/pc_backend/modules/opCommunityTopicPlugin/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="7f4a22673656ea0940c5d56035842df8" name="apps/pc_backend/modules/opCommunityTopicPlugin/templates/indexSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="3800b181c01a3a01da003512c76a281f" name="apps/pc_frontend/config/routing.yml" role="data" />
<file baseinstalldir="/" md5sum="43f1c961bf968011b32adc157f2caeea" name="apps/pc_frontend/i18n/community_event_form.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="e05530dab3f0aaaef9b5de00e1bdfd91" name="apps/pc_frontend/i18n/community_topic_form.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="af7bbc2459f0d370a1b4224fcb14acad" name="apps/pc_frontend/i18n/form_community.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="f375cf4535cd91aa512aa92e3beff5a0" name="apps/pc_frontend/i18n/messages.ja.xml" role="data" />
<file baseinstalldir="/" md5sum="fb5af4adf804b232ad21b63a41740716" name="apps/pc_frontend/modules/community/config/view.yml" role="data" />
<file baseinstalldir="/" md5sum="790b4526e3f5aa2b50bcc08e2476400b" name="apps/pc_frontend/modules/communityEvent/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="dc9b4df3970b9acbf06c10ff26975985" name="apps/pc_frontend/modules/communityEvent/actions/components.class.php" role="data" />
<file baseinstalldir="/" md5sum="31a9b416e4603892e50fc52658028ae8" name="apps/pc_frontend/modules/communityEvent/config/security.yml" role="data" />
<file baseinstalldir="/" md5sum="ab70810571329924ac1675bb6891f890" name="apps/pc_frontend/modules/communityEvent/config/view.yml" role="data" />
<file baseinstalldir="/" md5sum="3bd0ac57b451fc710b2fd31c8b1cb5bc" name="apps/pc_frontend/modules/communityEvent/templates/deleteConfirmSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="1b8975614dd80a7fdcb4db40caa99861" name="apps/pc_frontend/modules/communityEvent/templates/editSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="b27fd0c3afa578e3fe718865fa4bb458" name="apps/pc_frontend/modules/communityEvent/templates/listCommunitySuccess.php" role="data" />
<file baseinstalldir="/" md5sum="8e51b3bd5f2a67ca90fa3191710d6549" name="apps/pc_frontend/modules/communityEvent/templates/memberListError.php" role="data" />
<file baseinstalldir="/" md5sum="1b459417584acd0fcc8889483f562276" name="apps/pc_frontend/modules/communityEvent/templates/memberListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="949a380928af793967aed005bd0fed88" name="apps/pc_frontend/modules/communityEvent/templates/newSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="2ecad1151ea3e279387ca596d3fa04d4" name="apps/pc_frontend/modules/communityEvent/templates/recentlyEventListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="853cf6dc3032211c3037aaf81ccd2fe3" name="apps/pc_frontend/modules/communityEvent/templates/showSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="0d4678ca6271d2641888d49742f6fda9" name="apps/pc_frontend/modules/communityEvent/templates/_communityEventList.php" role="data" />
<file baseinstalldir="/" md5sum="4f66ae9dd7d060242ddfb1d27f40be82" name="apps/pc_frontend/modules/communityEvent/templates/_eventCommentListBox.php" role="data" />
<file baseinstalldir="/" md5sum="0c05672d03fc8e9f68ae5bb9150408a8" name="apps/pc_frontend/modules/communityEventComment/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="00a4c0d9ac54615177c2136d2c00bc17" name="apps/pc_frontend/modules/communityEventComment/actions/components.class.php" role="data" />
<file baseinstalldir="/" md5sum="31a9b416e4603892e50fc52658028ae8" name="apps/pc_frontend/modules/communityEventComment/config/security.yml" role="data" />
<file baseinstalldir="/" md5sum="ab70810571329924ac1675bb6891f890" name="apps/pc_frontend/modules/communityEventComment/config/view.yml" role="data" />
<file baseinstalldir="/" md5sum="e0729201d5701f938f11020f0ba09bea" name="apps/pc_frontend/modules/communityEventComment/templates/deleteConfirmSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="66f076de27b861874fa61c5b3aecdf40" name="apps/pc_frontend/modules/communityEventComment/templates/_list.php" role="data" />
<file baseinstalldir="/" md5sum="28c91837b067ff5af9193b5ee66bd083" name="apps/pc_frontend/modules/communityTopic/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="10ab53ea726b09c6f05434b4f9aa81c8" name="apps/pc_frontend/modules/communityTopic/actions/components.class.php" role="data" />
<file baseinstalldir="/" md5sum="a3dae748efce5fd63d71d7090e6ab562" name="apps/pc_frontend/modules/communityTopic/actions/searchFormAction.class.php" role="data" />
<file baseinstalldir="/" md5sum="31a9b416e4603892e50fc52658028ae8" name="apps/pc_frontend/modules/communityTopic/config/security.yml" role="data" />
<file baseinstalldir="/" md5sum="ab70810571329924ac1675bb6891f890" name="apps/pc_frontend/modules/communityTopic/config/view.yml" role="data" />
<file baseinstalldir="/" md5sum="04cafee6a48f294881fab9f0b07c012b" name="apps/pc_frontend/modules/communityTopic/templates/deleteConfirmSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="66467c7b1539af6d3c90caa18ff2986f" name="apps/pc_frontend/modules/communityTopic/templates/editSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="32cf2992324d78979652c97d6e58ec52" name="apps/pc_frontend/modules/communityTopic/templates/listCommunitySuccess.php" role="data" />
<file baseinstalldir="/" md5sum="ba5a87bf3d74d58e9be4365a391e901e" name="apps/pc_frontend/modules/communityTopic/templates/newSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="9a799fe517b0ffd5d0c26bef519f7c06" name="apps/pc_frontend/modules/communityTopic/templates/recentlyTopicListSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="86920b9bee8fac22ef226eb15167fa52" name="apps/pc_frontend/modules/communityTopic/templates/searchSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="7ea12c8dda8b5b1a5a4b71fb90907250" name="apps/pc_frontend/modules/communityTopic/templates/showSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="c5fb8c7f8cfddb488bbeddcd6dc77151" name="apps/pc_frontend/modules/communityTopic/templates/_communityTopicList.php" role="data" />
<file baseinstalldir="/" md5sum="c698cb8133128d7bbfd7f43b3e706d29" name="apps/pc_frontend/modules/communityTopic/templates/_configNotificationMail.php" role="data" />
<file baseinstalldir="/" md5sum="cad8124fc21e57b87a874ff3554d9544" name="apps/pc_frontend/modules/communityTopic/templates/_formEditImage.php" role="data" />
<file baseinstalldir="/" md5sum="f745b5ccbe6162068c4bedf08ae1e826" name="apps/pc_frontend/modules/communityTopic/templates/_partsSearchResultList.php" role="data" />
<file baseinstalldir="/" md5sum="a583752c5dda29aee9657d38e32da64b" name="apps/pc_frontend/modules/communityTopic/templates/_searchFormLine.php" role="data" />
<file baseinstalldir="/" md5sum="ea721bc2100715fee1512bf501e25639" name="apps/pc_frontend/modules/communityTopic/templates/_topicCommentListBox.php" role="data" />
<file baseinstalldir="/" md5sum="b5ab1ee1fa9abc4f42eed426f4ad9156" name="apps/pc_frontend/modules/communityTopic/templates/_topicSearchLink.php" role="data" />
<file baseinstalldir="/" md5sum="e8a92c96d379c33b4e6bb94e0dbb99b8" name="apps/pc_frontend/modules/communityTopic/templates/_topSearchForm.php" role="data" />
<file baseinstalldir="/" md5sum="9c0826f650c587d92d0cfbd6385490c8" name="apps/pc_frontend/modules/communityTopicComment/actions/actions.class.php" role="data" />
<file baseinstalldir="/" md5sum="0c21f782257e82070da19d764783cfe2" name="apps/pc_frontend/modules/communityTopicComment/actions/components.class.php" role="data" />
<file baseinstalldir="/" md5sum="31a9b416e4603892e50fc52658028ae8" name="apps/pc_frontend/modules/communityTopicComment/config/security.yml" role="data" />
<file baseinstalldir="/" md5sum="ab70810571329924ac1675bb6891f890" name="apps/pc_frontend/modules/communityTopicComment/config/view.yml" role="data" />
<file baseinstalldir="/" md5sum="1a3d901b6cf0581ce7b7208977425c52" name="apps/pc_frontend/modules/communityTopicComment/templates/deleteConfirmSuccess.php" role="data" />
<file baseinstalldir="/" md5sum="4783858e6cd6ac9ae95489d26fc0b5bd" name="apps/pc_frontend/modules/communityTopicComment/templates/_list.php" role="data" />
<file baseinstalldir="/" md5sum="df7e6e983a6d9587d68f4ecacd4d359b" name="config/activity_template.yml" role="data" />
<file baseinstalldir="/" md5sum="75523dffafda71fda33ac6cda33e1d82" name="config/community_config.yml" role="data" />
<file baseinstalldir="/" md5sum="67d37bf12d41acc00120248e086280d5" name="config/gadget.yml" role="data" />
<file baseinstalldir="/" md5sum="83003a3f920989429b48d380788e6968" name="config/mail_template.yml" role="data" />
<file baseinstalldir="/" md5sum="235508f4194c2c44e324a8452264ff75" name="config/mobile_gadget.yml" role="data" />
<file baseinstalldir="/" md5sum="ee3e8889b9cd4a357bd92443d00e6a57" name="config/doctrine/schema.yml" role="data" />
<file baseinstalldir="/" md5sum="7140a21730d44f520d0720b81686136f" name="data/fixtures/000_revision.yml" role="data" />
<file baseinstalldir="/" md5sum="002f535128326d06be1e4da24d97b714" name="data/fixtures/010_gadget.yml" role="data" />
<file baseinstalldir="/" md5sum="19aa41f8c0275b30ce084f8e66e110c1" name="data/fixtures/020_navigation.yml" role="data" />
<file baseinstalldir="/" md5sum="059f5eeb8a1a60cd5b2a89d7f932cf78" name="data/fixtures/030_backend_navigation_menu.yml" role="data" />
<file baseinstalldir="/" md5sum="6879542a4bb03c8a7210365f45d6d4ff" name="data/migrations/0.8.1/001_update_op_community_topic_plugin_0_8_1_1.php" role="data" />
<file baseinstalldir="/" md5sum="b3f1de35f23144edc5c4f0f6438a6711" name="data/migrations/0.8.1/002_update_op_community_topic_plugin_0_8_1_2.php" role="data" />
<file baseinstalldir="/" md5sum="240c1c8ef9f5de54dc0c550a8d759a45" name="data/migrations/0.8.1/003_update_op_community_topic_plugin_0_8_1_3.php" role="data" />
<file baseinstalldir="/" md5sum="187b7135d18cb7eb5c61664199936ee6" name="data/migrations/0.8.1/004_update_op_community_topic_plugin_0_8_1_4.php" role="data" />
<file baseinstalldir="/" md5sum="9a25ed6fc6362127bb4ac58faf3895f4" name="data/migrations/1.0.0/005_update_op_community_topic_plugin_1_0_0_1.php" role="data" />
<file baseinstalldir="/" md5sum="5b2329fb3677f8cfc001aa0b03b06c7a" name="data/migrations/1.0.2/006_update_op_community_topic_plugin_1_0_2.php" role="data" />
<file baseinstalldir="/" md5sum="810b3e6652fa326f33eb25717494f5a5" name="lib/opCommunityTopicToolKit.class.php" role="data" />
<file baseinstalldir="/" md5sum="213dcc6a2e5ff49b4991ef4e61bdeb46" name="lib/opIsCreatableCommunityTopicBehavior.class.php" role="data" />
<file baseinstalldir="/" md5sum="57ebc06144ada7dd6e8241982c53922e" name="lib/acl/opCommunityEventAclBuilder.class.php" role="data" />
<file baseinstalldir="/" md5sum="a1d3f2ce10123617e6ae85895829ec5c" name="lib/acl/opCommunityTopicAclBuilder.class.php" role="data" />
<file baseinstalldir="/" md5sum="f2ed249d666604a3cb90c7617e224f6c" name="lib/action/opCommunityTopicPluginEventActions.class.php" role="data" />
<file baseinstalldir="/" md5sum="53a9598d864c9b60c265e7e2565ff723" name="lib/action/opCommunityTopicPluginEventCommentActions.class.php" role="data" />
<file baseinstalldir="/" md5sum="46b82e7ff8a24842b4c3dba7b77ff673" name="lib/action/opCommunityTopicPluginEventCommentComponents.class.php" role="data" />
<file baseinstalldir="/" md5sum="55d10741b7029198a5cd183768151fda" name="lib/action/opCommunityTopicPluginEventComponents.class.php" role="data" />
<file baseinstalldir="/" md5sum="915af2c83a4f860799cef4a64a072151" name="lib/action/opCommunityTopicPluginMailActions.class.php" role="data" />
<file baseinstalldir="/" md5sum="40ec69eebb7e136d35b3062b2095340c" name="lib/action/opCommunityTopicPluginTopicActions.class.php" role="data" />
<file baseinstalldir="/" md5sum="656321252529b8be38f85a99681b267c" name="lib/action/opCommunityTopicPluginTopicCommentActions.class.php" role="data" />
<file baseinstalldir="/" md5sum="fa6c964048b4b6195600c67eb73d8913" name="lib/action/opCommunityTopicPluginTopicCommentComponents.class.php" role="data" />
<file baseinstalldir="/" md5sum="6566d25a16cd2d29ab683da7e9eb1ce1" name="lib/action/opCommunityTopicPluginTopicComponents.class.php" role="data" />
<file baseinstalldir="/" md5sum="98ed832463f7ddec4f5826dfe510b3a6" name="lib/behavior/opCommunityTopicPluginImagesBehavior.class.php" role="data" />
<file baseinstalldir="/" md5sum="6f4b00d2a18e34b372f7f6b36789d958" name="lib/behavior/opCommunityTopicPluginImagesListener.class.php" role="data" />
<file baseinstalldir="/" md5sum="6ccfdd5f872a7295dc3e3cb42f154400" name="lib/behavior/opCommunityTopicPluginImagesRecordGenerator.class.php" role="data" />
<file baseinstalldir="/" md5sum="391c6e86fc202592b00d00239c9a18ff" name="lib/exception/opCommunityEventMemberAppendableException.class.php" role="data" />
<file baseinstalldir="/" md5sum="8dd35d02d5f95a134260906e83e08fe9" name="lib/filter/doctrine/PluginCommunityEventCommentFormFilter.class.php" role="data" />
<file baseinstalldir="/" md5sum="075308f454788c1a1f612df575776e72" name="lib/filter/doctrine/PluginCommunityEventCommentImageFormFilter.class.php" role="data" />
<file baseinstalldir="/" md5sum="4ec20f1983ca8f39a454f11fa81ad67a" name="lib/filter/doctrine/PluginCommunityEventFormFilter.class.php" role="data" />
<file baseinstalldir="/" md5sum="24269103c58ebc7259e9356cc008537f" name="lib/filter/doctrine/PluginCommunityEventImageFormFilter.class.php" role="data" />
<file baseinstalldir="/" md5sum="ca49e0a359f330411935f7aac02514fb" name="lib/filter/doctrine/PluginCommunityEventMemberFormFilter.class.php" role="data" />
<file baseinstalldir="/" md5sum="c36c211b2304fd95d721752d65c4317b" name="lib/filter/doctrine/PluginCommunityTopicCommentFormFilter.class.php" role="data" />
<file baseinstalldir="/" md5sum="bf1c68a3d7e763648907b401c630b397" name="lib/filter/doctrine/PluginCommunityTopicCommentImageFormFilter.class.php" role="data" />
<file baseinstalldir="/" md5sum="0bf26a92f55430a497da21feaeced1f1" name="lib/filter/doctrine/PluginCommunityTopicFormFilter.class.php" role="data" />
<file baseinstalldir="/" md5sum="3f44e6addeff1d88091d312b5fed59b5" name="lib/filter/doctrine/PluginCommunityTopicImageFormFilter.class.php" role="data" />
<file baseinstalldir="/" md5sum="85e98f9688368da30385295c07ab1903" name="lib/form/opCommunityTopicPluginConfigurationForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="242fb95867904d70b99a947b17a0abaf" name="lib/form/opCommunityTopicPluginImageForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="82b04102fc15837533368f27c10a0d94" name="lib/form/opConfigCommunityTopicNotificationMailForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="333b3706c97b6a05710c4399966a1d57" name="lib/form/doctrine/PluginCommunityEventCommentForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="cfc9c9fd412e4651267cca5c8868a6c1" name="lib/form/doctrine/PluginCommunityEventCommentImageForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="c78e6d8897e9bcda2fac58d2d50a5686" name="lib/form/doctrine/PluginCommunityEventForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="55633370a99dbd9f0f1ab23940b6238e" name="lib/form/doctrine/PluginCommunityEventImageForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="181dd4d0d02151c12689a5d36f456a3a" name="lib/form/doctrine/PluginCommunityEventMemberForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="5be15a906c771f1145113bb8915ff6f6" name="lib/form/doctrine/PluginCommunityTopicCommentForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="64f680c93f44eee8f03e052ddaa0f103" name="lib/form/doctrine/PluginCommunityTopicCommentImageForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="0bc206fc6e3e33ae6c816b61185d4256" name="lib/form/doctrine/PluginCommunityTopicForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="dc812db69b53b13d9f3e6f3a105f3c37" name="lib/form/doctrine/PluginCommunityTopicImageForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="fa3ef2bef1bd530e6833dd2fef231ecd" name="lib/form/doctrine/PluginCommunityTopicSearchForm.class.php" role="data" />
<file baseinstalldir="/" md5sum="090bd662c280468d03c814e52361695f" name="lib/helper/opCommunityTopicHelper.php" role="data" />
<file baseinstalldir="/" md5sum="75309606334ae8ed586f5d903075792b" name="lib/model/doctrine/PluginCommunityEvent.class.php" role="data" />
<file baseinstalldir="/" md5sum="b9f47fa8373ac836ad4b254b13a28801" name="lib/model/doctrine/PluginCommunityEventComment.class.php" role="data" />
<file baseinstalldir="/" md5sum="1764ff14fef17e08fe920c582d2b19a8" name="lib/model/doctrine/PluginCommunityEventCommentTable.class.php" role="data" />
<file baseinstalldir="/" md5sum="6f66893f17b43effab3c467a5599cf98" name="lib/model/doctrine/PluginCommunityEventMember.class.php" role="data" />
<file baseinstalldir="/" md5sum="cd5924649adf2b2fdc1ac1c7c9a80709" name="lib/model/doctrine/PluginCommunityEventMemberTable.class.php" role="data" />
<file baseinstalldir="/" md5sum="150ef9d18e524229239b936204524f00" name="lib/model/doctrine/PluginCommunityEventTable.class.php" role="data" />
<file baseinstalldir="/" md5sum="0927aede727ec76d8353a25a05dc133b" name="lib/model/doctrine/PluginCommunityTopic.class.php" role="data" />
<file baseinstalldir="/" md5sum="762b428838cc07ae1df81e0922586709" name="lib/model/doctrine/PluginCommunityTopicComment.class.php" role="data" />
<file baseinstalldir="/" md5sum="382c88913274cef0ee4570a049d32d81" name="lib/model/doctrine/PluginCommunityTopicCommentTable.class.php" role="data" />
<file baseinstalldir="/" md5sum="424e99f66b087cddeb97e3e73595e492" name="lib/model/doctrine/PluginCommunityTopicTable.class.php" role="data" />
<file baseinstalldir="/" md5sum="21bd9dd23b243b8b089e6b14bb40fdf5" name="lib/routing/opCommunityTopicPluginRouteCollection.class.php" role="data" />
<file baseinstalldir="/" md5sum="9f49d690157c3cd52cd104216ff10a99" name="test/bootstrap/database.php" role="data" />
<file baseinstalldir="/" md5sum="373b5461b752fa379743fa406a894d76" name="test/bootstrap/functional.php" role="data" />
<file baseinstalldir="/" md5sum="b6e69bd4c5958def80bc622b1e8d15b2" name="test/bootstrap/unit.php" role="data" />
<file baseinstalldir="/" md5sum="d89ddfab7e0e46be52c85d02001e35d8" name="test/fixtures/000_initialize.yml" role="data" />
<file baseinstalldir="/" md5sum="584d4b59c41e036a32ebd306a5038cc5" name="test/fixtures/001_import_navi_menu.yml" role="data" />
<file baseinstalldir="/" md5sum="ecdd6b6f8b1a735b19b86408cc1d9537" name="test/fixtures/002_import_gadgets.yml" role="data" />
<file baseinstalldir="/" md5sum="e856fc9f368e7d429ea20e9900866b75" name="test/fixtures/003_import_banner.yml" role="data" />
<file baseinstalldir="/" md5sum="eff5852ac6a792f22518b02f695fe2c1" name="test/fixtures/010_import_sns_terms.yml" role="data" />
<file baseinstalldir="/" md5sum="ed6ec835fc1787bc5dea8ad00307aca2" name="test/fixtures/999_test_data.yml" role="data" />
<file baseinstalldir="/" md5sum="1f48cb134cefa5eef909eac89b65aa77" name="test/fixtures/999_xss_test_data.yml" role="data" />
<file baseinstalldir="/" md5sum="e18f0aea7196e1c77059c1548cebd827" name="test/functional/mobile_frontend/communityTopicActionsTest.php" role="data" />
<file baseinstalldir="/" md5sum="f8576364721fb370e12678c1a9eb023e" name="test/functional/pc_backend/communityTopicActions.class.php" role="data" />
<file baseinstalldir="/" md5sum="a8e2455df62b2abef9ad58da3aa6c514" name="test/functional/pc_frontend/communityTopicActionsTest.php" role="data" />
<file baseinstalldir="/" md5sum="f41e37275e4c5672e3385cfd22800e0c" name="test/functional/pc_frontend/communityTopicPluginSecurityTest.php" role="data" />
<file baseinstalldir="/" md5sum="ec027052fa02c933aebdefc664cc6db4" name="test/unit/model/CommunityTopicTest.php" role="data" />
<file baseinstalldir="/" md5sum="5898225c0dc6ae9931e9c53cb1fe4f74" name="web/css/communityTopic.css" role="data" />
<file baseinstalldir="/" md5sum="3b83ef96387f14655fc854ddc3c6bd57" name="LICENSE" role="data" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.3</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.8.0</release>
<api>0.8.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-02-05</date>
<license>Apache</license>
<notes>
First release
</notes>
</release>
<release>
<version>
<release>0.8.1</release>
<api>0.8.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-04-02</date>
<license>apache</license>
<notes>
Fixed some issues. Added supportfor event system and mobile.
</notes>
</release>
<release>
<version>
<release>0.9.0</release>
<api>0.9.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-05-17</date>
<license>apache</license>
<notes>
This plugin is now compatible with Doctrine
</notes>
</release>
<release>
<version>
<release>0.9.1</release>
<api>0.9.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-07-06</date>
<license>apache</license>
<notes>
fixed some issues about Doctrine
</notes>
</release>
<release>
<version>
<release>0.9.2</release>
<api>0.9.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-07-17</date>
<license>apache</license>
<notes>
added ability to search topic and event
</notes>
</release>
<release>
<version>
<release>0.9.3</release>
<api>0.9.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-07-23</date>
<license>apache</license>
<notes>
changed schemas for foreign keys problems
</notes>
</release>
<release>
<version>
<release>0.9.4</release>
<api>0.9.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-07-24</date>
<license>apache</license>
<notes>
fixed some issues for displaying
</notes>
</release>
<release>
<version>
<release>0.9.5</release>
<api>0.9.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-07-26</date>
<license>apache</license>
<notes>
fixed some translation bug and added ability to search topics from the pc_backend application
</notes>
</release>
<release>
<version>
<release>0.9.5.1</release>
<api>0.9.5.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-08-20</date>
<license>apache</license>
<notes>
This is a development release.
</notes>
</release>
<release>
<version>
<release>0.9.6</release>
<api>0.9.6</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-09-03</date>
<license>apache</license>
<notes>
* Fixed some bugs in the mobile_frontend application (thanks to fukamachi)
* Added ability to search community topic and events (thanks to fukamachi)
* Fixed unit tests for Doctrine, and improved them (thanks to fukamachi)
* Fixed some bugs about priviledges (thanks to fukamachi)
* Added ability to manage topics, events, topic comments, event comments and event members in the pc_backend application (thanks to saku)
* Added ability to display topic search form on the community home page in the pc_frontend application (thanks to saku)
* Changed the way to define routing rules
</notes>
</release>
<release>
<version>
<release>0.9.7</release>
<api>0.9.7</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-05-01</date>
<license>apache</license>
<notes>
Fixed some bugs that block regularly using:
- Handling topic authority is not worked in adding community topic comment
- Elements of display in community event is too short
- Results of searching community topic is not valid
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-07-17</date>
<license>apache</license>
<notes>
* Bug(バグ) #193: トピックで本文が空のコメントを投稿してもエラーメッセージが表示されない
* Bug(バグ) #643: 参加登録にコメント記入が必須である旨が、記載されていない
* Enhancement(機能追加・改善) #158: トピック・トピックコメントでの画像投稿に対応する
* Enhancement(機能追加・改善) #166: コミュニティトピックのメール投稿に対応
* Enhancement(機能追加・改善) #1368: コミュニティ書き込み通知メールに対応
* Enhancement(機能追加・改善) #1369: アクティビティに対応
</notes>
</release>
<release>
<version>
<release>1.0.0.1</release>
<api>1.0.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-07-17</date>
<license>apache</license>
<notes>
* 3.4.x でコミュニティトピック作成が機能しなくなっていたのを修正
</notes>
</release>
<release>
<version>
<release>1.0.0.2</release>
<api>1.0.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-08-11</date>
<license>apache</license>
<notes>
Fixed security issues.
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-12-16</date>
<license>apache</license>
<notes>
Bug(バグ) #294: イベント参加者リストの2ページ目以降が表示されない
Bug(バグ) #299: 限定公開のトピック/イベントが検索結果に表示
Bug(バグ) #596: コミュニティホーム画面下部の、トピック検索のリンク先が正しくない
Bug(バグ) #1156: イベント一覧で作成権限のないメンバーでも「イベントを作成する」が表示される
</notes>
</release>
<release>
<version>
<release>1.0.1.1</release>
<api>1.0.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-04-09</date>
<license>apache</license>
<notes>
fixed searching community topic that shows wrong result
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-09-21</date>
<license>apache</license>
<notes>
Bug(バグ) #270: This plugin don't support sns term (SNS名称設定に対応していない)
Bug(バグ) #296: トピック検索時にメニューが変化
Bug(バグ) #1332: 携帯版でイベント作成時のエラーメッセージが英語になっている
Bug(バグ) #1483: マイグレート後のDB構造が新規構築時と一致しない
Bug(バグ) #1637: コミュニティトピックプラグインのアクティビティ更新設定が反映されない
Bug(バグ) #1651: コミュニティトピックコメントのメール投稿のリンクが英語になっている
Bug(バグ) #1915: /communityEvent/listCommunityにアクセスするとFatal errorが発生する
Bug(バグ) #2336: 部分一致検索を行う箇所でワイルドカード検索ができてしまう
Bug(バグ) #2355: Photo 1, Photo 2, Photo 3 という文言に対する翻訳がない
Bug(バグ) #2376: イベント参加画面にてエラーのアラートが表示され続ける
</notes>
</release>
<release>
<version>
<release>1.0.2.1</release>
<api>1.0.2.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-09-29</date>
<license>apache</license>
<notes>
Bug(バグ) #2433: 1.0.2 で追加されたマイグレートスクリプト(リビジョン番号 6)の考慮不足により、マイグレートに失敗することがある
</notes>
</release>
<release>
<version>
<release>1.0.2.2</release>
<api>1.0.2.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-09-30</date>
<license>apache</license>
<notes>
Fixed foreign key constraint errors in migration of revision 6
</notes>
</release>
<release>
<version>
<release>1.0.3</release>
<api>1.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-02-09</date>
<license>apache</license>
<notes>
Fixed the following bugs:
Bug(バグ) #2329: 自動リンク機能の実装が不完全 http://redmine.openpne.jp/issues/2329
Bug(バグ) #2424: トピック検索結果の一覧に表示される画像が No Image になる http://redmine.openpne.jp/issues/2424
Bug(バグ) #2485: 管理画面のプラグイン設定で「アクティビティ更新設定」が翻訳されない場合がある http://redmine.openpne.jp/issues/2485
Bug(バグ) #2514: opCommunityTopicPluginで言語切り替えできていないところがある http://redmine.openpne.jp/issues/2514
Bug(バグ) #2560: トピックの権限について翻訳されない http://redmine.openpne.jp/issues/2560
Bug(バグ) #2568: #2355 の「Photo」に関する翻訳の修正が不完全 http://redmine.openpne.jp/issues/2568
Bug(バグ) #2641: 管理画面メール通知送信設定で英語で表示される箇所がある http://redmine.openpne.jp/issues/2641
Bug(バグ) #2659: コミュニティトピック詳細で退会メンバーのニックネームに「非SNSユーザー表示名設定」が反映されない http://redmine.openpne.jp/issues/2659
</notes>
</release>
<release>
<version>
<release>1.0.3.1</release>
<api>1.0.3.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-02-27</date>
<license>apache</license>
<notes>
Removed editing community event member to fix CSRF vulnerability in that feature (OPSA-2012-001)
</notes>
</release>
<release>
<version>
<release>1.0.4</release>
<api>1.0.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-04-10</date>
<license>apache</license>
<notes>
Bug(バグ) #2136: 一部の文言の翻訳が他プラグインに依存している
Bug(バグ) #2452: イベントの開催日時の初期値が本日になっている
Bug(バグ) #2504: コミュニティイベント作成時のエラーメッセージが翻訳されていない
Bug(バグ) #2508: コミュニティトピック作成時のエラーメッセージが翻訳されていない
Bug(バグ) #2515: 携帯のコミュニティイベントコメントで必須である説明を追記する
Bug(バグ) #2815: コミュニティホーム画面でコミュニティトピックおよびコミュニティイベントの「もっと見る」のリンクが翻訳されない
Bug(バグ) #2862: 携帯版のトピック検索ページの文言がSNS名称設定に対応していない
Bug(バグ) #2896: 携帯版トピックリストページでトピックが存在しない場合、英語で表示される
</notes>
</release>
<release>
<version>
<release>1.0.5</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-06-11</date>
<license>apache</license>
<notes>
Bug(バグ) #1680: 管理画面のトピックリストで絞り込み検索が次のページに引き継がれない
Bug(バグ) #2597: 管理画面のトピックコメントリストでトピックID以外で検索実行した場合結果がヒットしない
</notes>
</release>
<release>
<version>
<release>1.0.5.1</release>
<api>1.0.5.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-04-01</date>
<license>apache</license>
<notes>
version 1.0.5.1
</notes>
</release>
</changelog>
</package>