0 votes
176 vues

Wasn’t sure where to report this bug fix for the Show Project Plan Html script, found in the project Custom Tools > Admin menu. I noticed that only the last stage was showing the icon for “When previous stage is complete”. In stage 6 you get the hamburger-like icon:

image

But in stage 5, where there should be the icon, it is blank:

image

It looks like this is because there is an additional text value in the tag that isn’t being handled (maybe a new one in later versions of Paratext?). The code in ProjectPlanHtml.py needs to add the line with WhenStageIsCompleteByChapter below (around line 171):

def symbolFor(strTerm):
aDict = {'WhenProjectStarts':'▒',
         'WhenStageIsComplete':'Ξ',
         'WhenStageIsCompleteByChapter':'Ξ',
         'WhenBookStarts':'□',
         'AfterPreviousTaskForChapter':'↑',
         'AfterPreviousTaskForBook':'↑',
         'ManualByChapter':'C',
         'ManualByProject':'P',
         'Manual':'B',
         'Auto' : '∞'}

There is another mistake in the ProjectPlanImport.py module, around line 51. What was:

            elif (strToken, enumType) == ('EditingRequired',parser.BEGIN):
            self.availability = 'Yes'
            parser.parseSkipUntil('EditingRequired', parser.END)

should be changed to:

            elif (strToken, enumType) == ('EditingRequired',parser.BEGIN):
            self.editingRequired = 'Yes'
            parser.parseSkipUntil('EditingRequired', parser.END)

I’m not sure if this last change is necessary to fix the problem at hand, but it was obviously the original author’s intention to modify the editingRequired variable instead of the availability variable, and I thought originally that that error might be causing the problem. Probably best to change it as well…

Ancienne publication - affichée dans sa langue d'origine
Paratext par (1,4k points) | 176 vues

Veuillez vous connecter ou vous inscrire pour répondre à cette question.

Questions connexes

0 votes
0 réponses 199 vues
Creates an HTML viewable/printable copy of the Project Plan associated with a project. Custom tools > Admin > Show Project ... a great way to show the plan to non Paratext users.
[Moderator]
dhigby
1,3k
posée nov. 12, 2021
0 votes
1 réponse 212 vues
I got an error trying to use Outils personnalisation > Admin > Show Project Plan HTML on PT9.0 in Wasta ... places that the _winreg module is referenced in the cms scripts.
n8_in_car 298 posée janv. 24, 2023
0 votes
2 réponses 916 vues
I recently reported to the developers that 9.1 (unlike 8 or 9.0) is regularly breaking lines in the middle of words ... s? If so, I hope the developers will reconsider this choice.
viverechristus 296 posée déc. 31, 2020
0 votes
5 réponses 443 vues
In Paratext 8.0.100.77 there is a bug in the formatting in a back translation project. Before each verse there is ... present in version 74. 2019-05-14.png1920 1080 1.01 MB
Iver Larsen 869 posée mai 14, 2019
0 votes
1 réponse 422 vues
I would like to export the project to HTML so that I can share drafts with people. I don't want to export to PDF, ... forth. How do I hide the USFM markers from the exported HTML?
bit 495 posée avr. 14, 2022
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
How good and pleasant it is when God’s people live together in unity!
Psalm 133:1
3,044 questions
6,003 réponses
5,671 commentaires
2,026 utilisateurs