Mercurial > hg > soundsoftware-site
view .svn/pristine/dd/ddc9dd8fa5fd66274ed32c9e1958c8093d3ccee4.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 |
line wrap: on
line source
jsToolBar.strings = {}; jsToolBar.strings['Strong'] = 'Fed'; jsToolBar.strings['Italic'] = 'Kursiv'; jsToolBar.strings['Underline'] = 'Understreget'; jsToolBar.strings['Deleted'] = 'Slettet'; jsToolBar.strings['Code'] = 'Inline-kode'; jsToolBar.strings['Heading 1'] = 'Overskrift 1'; jsToolBar.strings['Heading 2'] = 'Overskrift 2'; jsToolBar.strings['Heading 3'] = 'Overskrift 3'; jsToolBar.strings['Unordered list'] = 'Unummereret liste'; jsToolBar.strings['Ordered list'] = 'Nummereret liste'; jsToolBar.strings['Quote'] = 'Citér'; jsToolBar.strings['Unquote'] = 'Fjern citér'; jsToolBar.strings['Preformatted text'] = 'Præformateret tekst'; jsToolBar.strings['Wiki link'] = 'Link til en wiki-side'; jsToolBar.strings['Image'] = 'Billede';