viewvc-4intranet/templates
cmpilato 0f09f6c241 Templatize the annotate view!
* viewcvs/lib/viewcvs.py
  (view_annotate): Now use blame.BlameSource() class for doing annotations.

* viewcvs/lib/blame.py
  (BlameSource, BlameSequencingError): New classes.
  (make_html): Re-work to use the use BlameSource code.

* viewcvs/lib/config.py
  (Config.set_defaults): No longer set self.templates.footer.

* viewcvs/viewcvs.conf.dist
  (templates.footer): Removed.

* viewcvs/templates/annotate.ezt
  Re-work this template to make use of the newly exposed blame data,
  and the fabulous new EZT assignment commands!

* viewcvs/website/upgrading.html
  Document this change.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@833 8cb11bc2-c004-0410-86c3-e597b4017df7
2004-04-21 05:08:12 +00:00
..
include Templatize the markup view. 2004-04-20 16:40:12 +00:00
annotate.ezt Templatize the annotate view! 2004-04-21 05:08:12 +00:00
diff.ezt Oops! Missed an update of a relocated template. 2004-04-15 20:37:59 +00:00
dir_alternate.ezt Re-arrange the templates directory a bit. 2004-04-15 05:57:57 +00:00
directory.ezt Re-arrange the templates directory a bit. 2004-04-15 05:57:57 +00:00
error.ezt Implement templatized error messages. Thanks to Russell Yanofsky 2003-06-26 18:18:41 +00:00
graph.ezt Re-arrange the templates directory a bit. 2004-04-15 05:57:57 +00:00
log.ezt Re-arrange the templates directory a bit. 2004-04-15 05:57:57 +00:00
log_table.ezt Re-arrange the templates directory a bit. 2004-04-15 05:57:57 +00:00
markup.ezt Templatize the markup view. 2004-04-20 16:40:12 +00:00
query.ezt Re-arrange the templates directory a bit. 2004-04-15 05:57:57 +00:00
revision.ezt * viewcvs/lib/viewcvs.py 2003-10-24 19:27:02 +00:00