annotate .svn/pristine/e7/e7fcc49601a6dc5187fcac0c86a47bebd148eb02.svn-base @ 1080:5bd8c86cfa6a
issue_540
Makes the Publication model act as an activity; overloading the default ActivitiesController#index view in the Bibliography Plugin in order to differentiate Publications from the other event types.
* Known issues:
** route to /activities is not working (only to /activity);
** publication cache needs to be implemented in the model, not in the helper;
** when a publication is added to n projects, n events are created (all with the same content).
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Thu, 22 Nov 2012 16:51:23 +0000 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 jsToolBar.strings = {};
|
Chris@909
|
2 jsToolBar.strings['Strong'] = '強調';
|
Chris@909
|
3 jsToolBar.strings['Italic'] = '斜体';
|
Chris@909
|
4 jsToolBar.strings['Underline'] = '下線';
|
Chris@909
|
5 jsToolBar.strings['Deleted'] = '取り消し線';
|
Chris@909
|
6 jsToolBar.strings['Code'] = 'コード';
|
Chris@909
|
7 jsToolBar.strings['Heading 1'] = '見出し 1';
|
Chris@909
|
8 jsToolBar.strings['Heading 2'] = '見出し 2';
|
Chris@909
|
9 jsToolBar.strings['Heading 3'] = '見出し 3';
|
Chris@909
|
10 jsToolBar.strings['Unordered list'] = '順不同リスト';
|
Chris@909
|
11 jsToolBar.strings['Ordered list'] = '番号つきリスト';
|
Chris@909
|
12 jsToolBar.strings['Quote'] = '引用';
|
Chris@909
|
13 jsToolBar.strings['Unquote'] = '引用解除';
|
Chris@909
|
14 jsToolBar.strings['Preformatted text'] = '整形済みテキスト';
|
Chris@909
|
15 jsToolBar.strings['Wiki link'] = 'Wikiページへのリンク';
|
Chris@909
|
16 jsToolBar.strings['Image'] = '画像';
|