comparison doc/upgrading.txt @ 6265:b2eb59ada444

Replace http:....roundup-tracker.org with https. Also fix wiki links.
author John Rouillard <rouilj@ieee.org>
date Wed, 09 Sep 2020 21:27:55 -0400
parents 2f53d41ae71f
children 944e4dfcc9b7
comparison
equal deleted inserted replaced
6264:48fa77813563 6265:b2eb59ada444
488 488
489 E.G. If your class does a setlabelprop("foo") you must include "foo" 489 E.G. If your class does a setlabelprop("foo") you must include "foo"
490 in the properties list even if the class has name or title properties. 490 in the properties list even if the class has name or title properties.
491 491
492 See: 492 See:
493 http://www.roundup-tracker.org/docs/customizing.html#setlabelprop-property 493 https://www.roundup-tracker.org/docs/customizing.html#setlabelprop-property
494 for further details on the labelprop. 494 for further details on the labelprop.
495 495
496 If you don't do this, you will find that multilinks (and possibly 496 If you don't do this, you will find that multilinks (and possibly
497 links) may not be displayed properly. E.G. templates that iterate over 497 links) may not be displayed properly. E.G. templates that iterate over
498 a mutlilink field (with tal:repeat for example) may not show any 498 a mutlilink field (with tal:repeat for example) may not show any
2721 should then copy the html directory from the Roundup source "classic" template 2721 should then copy the html directory from the Roundup source "classic" template
2722 and modify it according to your local schema changes. 2722 and modify it according to your local schema changes.
2723 2723
2724 If you need help with the new templating system, please ask questions on the 2724 If you need help with the new templating system, please ask questions on the
2725 roundup-users mailing list (available through the roundup web page on 2725 roundup-users mailing list (available through the roundup web page on
2726 sourceforge, http://www.roundup-tracker.org/. 2726 sourceforge, https://www.roundup-tracker.org/.
2727 2727
2728 2728
2729 0.5.0 Detectors 2729 0.5.0 Detectors
2730 --------------- 2730 ---------------
2731 2731

Roundup Issue Tracker: http://roundup-tracker.org/