Mercurial > hg > soundsoftware-site
view .svn/pristine/73/7307de1b5462f7be62d7bf6a74adef2b68c39598.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
// Translated by: Pedro Araújo <phcrva19@hotmail.com> jsToolBar.strings = {}; jsToolBar.strings['Strong'] = 'Negrito'; jsToolBar.strings['Italic'] = 'Itálico'; jsToolBar.strings['Underline'] = 'Sublinhado'; jsToolBar.strings['Deleted'] = 'Apagado'; jsToolBar.strings['Code'] = 'Código Inline'; jsToolBar.strings['Heading 1'] = 'Cabeçalho 1'; jsToolBar.strings['Heading 2'] = 'Cabeçalho 2'; jsToolBar.strings['Heading 3'] = 'Cabeçalho 3'; jsToolBar.strings['Unordered list'] = 'Lista não ordenada'; jsToolBar.strings['Ordered list'] = 'Lista ordenada'; jsToolBar.strings['Quote'] = 'Citação'; jsToolBar.strings['Unquote'] = 'Remover citação'; jsToolBar.strings['Preformatted text'] = 'Texto pré-formatado'; jsToolBar.strings['Wiki link'] = 'Link para uma página da Wiki'; jsToolBar.strings['Image'] = 'Imagem';