annotate .svn/pristine/b5/b5012b5d5ea96ddf1359f2b31e29c252e2c5e8c0.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'] = 'Negreta';
Chris@909 3 jsToolBar.strings['Italic'] = 'Cursiva';
Chris@909 4 jsToolBar.strings['Underline'] = 'Subratllat';
Chris@909 5 jsToolBar.strings['Deleted'] = 'Barrat';
Chris@909 6 jsToolBar.strings['Code'] = 'Codi en línia';
Chris@909 7 jsToolBar.strings['Heading 1'] = 'Encapçalament 1';
Chris@909 8 jsToolBar.strings['Heading 2'] = 'Encapçalament 2';
Chris@909 9 jsToolBar.strings['Heading 3'] = 'Encapçalament 3';
Chris@909 10 jsToolBar.strings['Unordered list'] = 'Llista sense ordre';
Chris@909 11 jsToolBar.strings['Ordered list'] = 'Llista ordenada';
Chris@909 12 jsToolBar.strings['Quote'] = 'Cometes';
Chris@909 13 jsToolBar.strings['Unquote'] = 'Sense cometes';
Chris@909 14 jsToolBar.strings['Preformatted text'] = 'Text formatat';
Chris@909 15 jsToolBar.strings['Wiki link'] = 'Enllaça a una pàgina Wiki';
Chris@909 16 jsToolBar.strings['Image'] = 'Imatge';