Greylisted strings that can be taken back in favour

Greylisted strings that can be taken back in favour

Olsen Bente írta időpontban
Válaszok szám: 27
Kép

I've come across these strings, that are still in use:

restorestage1
restorestage2
restorestage4
restorestage8
restorestage16
restorestage32
restorestage64
restorestage4action
restorestage8action
restorestage16action
currentstage1
currentstage2
currentstage4
currentstage8
currentstage16
backupstage4action

Válasz erre: Olsen Bente

Re: Greylisted strings that can be taken back in favour

Mudrák David írta időpontban
Kép
Hi Bente,

thanks for the report! I just removed all restorestage%, currentstage% and backupstage% strings from the greylist.
Válasz erre: Mudrák David

Ang: Re: Greylisted strings that can be taken back in favour

Olsen Bente írta időpontban
Kép

Hi David

I do not believe that all restorestage% and currentstage% strings are used, I have only noticed the ones listed.

In addition I have found these in use too:

importcurrentstage0
importcurrentstage1
importcurrentstage2
importcurrentstage4
importcurrentstage8
importcurrentstage16
importbackupstage4action
backupstage1action
backupstage2action

Válasz erre: Olsen Bente

Ang: Re: More greylisted strings that can be taken back in favour

Olsen Bente írta időpontban
Kép

I've found some more strings still in use:

displayformatcontinuous
displayformatdictionary
displayformatencyclopedia
displayformatentrylist
displayformatfaq
displayformatfullwithauthor
displayformatfullwithoutauthor

all in mod_glossary

Válasz erre: Olsen Bente

Re: Ang: Re: Greylisted strings that can be taken back in favour

Mudrák David írta időpontban
Kép

Hi Bente,

in backup code, there is a code like

get_string('restorestage'.$this->stage,'backup');

In this case, we can never be sure what restorestage strings can be used so the policy is to expect them all, even if you have not spotted them yet.

Válasz erre: Mudrák David

Ang: Re: Ang: Re: Greylisted strings that can be taken back in favour

Olsen Bente írta időpontban
Kép

Hi David

Ok - thanks for the information, though I do not fully understand it, no worries, I got the main point mosoly

Here is some more strings that I have discovered in use:

core    messageprovider:errors
core    messageprovider:notices
core    skypeid
core_admin    configfrontpageloggedin
core_admin    tablenosave
core_message    loggedindescription
core_message    loggedoffdescription
mod_assignment    messageprovider:assignment_updates
mod_assignment    typeoffline
mod_data    headerlisttemplate
mod_data    namedate
mod_data    namefile
mod_data    namelatlong
mod_data    namemenu
mod_data    namemultimenu
mod_data    namenumber
mod_data    namepicture
mod_data    nameradiobutton
mod_data    nametext
mod_data    nametextarea
mod_data    nameurl
mod_forum    messageprovider:posts
qtype_calculated    calculatedsummary
qtype_calculatedmulti    addingcalculatedmulti
qtype_calculatedmulti    calculatedmultisummary
qtype_calculatedsimple    addingcalculatedsimple
qtype_calculatedsimple    calculatedsimplesummary
qtype_description    descriptionsummary
qtype_essay    essay_help
qtype_match    matchsummary
qtype_multianswer    multianswersummary
qtype_multichoice    multichoicesummary
qtype_numerical    numericalsummary
qtype_randomsamatch    randomsamatchsummary
qtype_shortanswer    shortanswersummary
qtype_truefalse    truefalsesummary

Válasz erre: Olsen Bente

Ang: Re: Ang: Re: Greylisted strings that can be taken back in favour

Olsen Bente írta időpontban
Kép

Yet a few in use:

mod_assignment    typeoffline
mod_assignment    typeupload
mod_assignment    typeuploadsingle
mod_glossary    displayformatcontinuous
mod_glossary    displayformatdictionary
mod_glossary    displayformatencyclopedia
mod_glossary    displayformatentrylist
mod_glossary    displayformatfaq
mod_glossary    displayformatfullwithauthor
mod_glossary    displayformatfullwithoutauthor

& happy new year!

Válasz erre: Olsen Bente

Ang: Re: Ang: Re: Greylisted strings that can be taken back in favour

Olsen Bente írta időpontban
Kép

More greys in use:

core_admin     tablenosave
core_message     loggedindescription
core_message     loggedoffdescription
mod_data     headeraddtemplate
mod_data    headerasearchtemplate
mod_data    headercsstemplate
mod_data    headerjstemplate
mod_data    headerrsstemplate
mod_data    headersingletemplate

Válasz erre: Olsen Bente

Ang: Greylisted strings that can be taken back in favour

Olsen Bente írta időpontban
Kép

Yet a few:

downloadcsv,core_table
downloadxhtml,core_table
event2,mod_quiz
event6,mod_quiz

Válasz erre: Olsen Bente

Re: Ang: Greylisted strings that can be taken back in favour

Mudrák David írta időpontban
Kép
Thanks Bente,

I removed downloadcsv and downloadxhtml from the greylist. Those two Quiz strings were not greylisted.
Válasz erre: Mudrák David

Ang: Re: Ang: Greylisted strings that can be taken back in favour

Olsen Bente írta időpontban
Kép

Ok, am I seeing ghosts? Never mind, missed one:

[orderandpaging,mod_quiz] Order and paging

Válasz erre: Olsen Bente

回复: Greylisted strings that can be taken back in favour

Sun Zhigang írta időpontban
Kép

2.0 [course_fullname_key,enrol_ldap]
2.0 [course_idnumber_key,enrol_ldap]
2.0 [course_shortname_key,enrol_ldap]
2.0 [course_summary_key,enrol_ldap]

Válasz erre: Olsen Bente

A fórumüzenet törlésre került

A fórumüzenet tartalma törlésre került, már nem elérhető.
Válasz erre: Törölt felhasználó

Re: Greylisted strings that can be taken back in favour

Mudrák David írta időpontban
Kép
Thanks for the report. I have removed all *description strings in all auth plugins from the greylist.