annotate .svn/pristine/d7/d7f9458e2947cc299d62ef136c44d82782d4d09b.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 1.00 Added view template functionality
Chris@909 2 1.10 Added Chinese support
Chris@909 3 1.11 Added Japanese support
Chris@909 4 1.12 Added Korean support
Chris@909 5 1.13 Updated to fpdf.rb 1.53d.
Chris@909 6 Added makefont and fpdf_eps.
Chris@909 7 Handle \n at the beginning of a string in MultiCell.
Chris@909 8 Tried to fix clipping issue in MultiCell - still needs some work.
Chris@909 9 1.14 2006-09-26
Chris@909 10 * Added support for @options_for_rfpdf hash for configuration:
Chris@909 11 * Added :filename option in this hash
Chris@909 12 If you're using the same settings for @options_for_rfpdf often, you might want to
Chris@909 13 put your assignment in a before_filter (perhaps overriding :filename, etc in your actions).
Chris@909 14 1.15 2009-11-20 Rails 2.* support - Thanks to Prawnto plugin for showing the way to the new TemplateHandler